|
|
|
1 | 2023-10-24T16:40:31.691Z | job assigned to worker 01HDH8TRDJ895MMXRNFT7CFZ3C (queued for 2 m 4 s) |
|
2 | 2023-10-24T16:40:32.721Z | starting task 0: "setup" |
3 | 2023-10-24T16:40:32.984Z | ++ uname -s |
4 | 2023-10-24T16:40:32.987Z | + kern=SunOS |
5 | 2023-10-24T16:40:32.990Z | + case "$kern" in |
6 | 2023-10-24T16:40:32.993Z | + groupadd -g 12345 build |
7 | 2023-10-24T16:40:32.996Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T16:40:35.007Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T16:40:35.440Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T16:40:35.444Z | + home_fs=zfs |
11 | 2023-10-24T16:40:35.447Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T16:40:35.450Z | + mkdir -p /home/build |
13 | 2023-10-24T16:40:35.454Z | + chown build:build /home/build /work |
14 | 2023-10-24T16:40:37.449Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T16:40:37.452Z | process exited: duration 4727 ms, exit code 0 |
|
16 | 2023-10-24T16:40:37.458Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T16:40:37.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T16:40:37.472Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T16:40:37.642Z | info: downloading installer |
20 | 2023-10-24T16:40:40.509Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T16:40:40.512Z | warning: /opt/ooce/bin |
22 | 2023-10-24T16:40:40.515Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T16:40:40.518Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T16:40:40.523Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T16:40:40.526Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T16:40:40.529Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T16:40:40.532Z | error: cannot install while Rust is installed |
28 | 2023-10-24T16:40:40.535Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T16:40:41.160Z | info: profile set to 'default' |
30 | 2023-10-24T16:40:41.163Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T16:40:41.166Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T16:40:41.169Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T16:40:41.172Z | info: downloading component 'cargo' |
34 | 2023-10-24T16:40:41.595Z | info: downloading component 'clippy' |
35 | 2023-10-24T16:40:41.832Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T16:40:42.677Z | info: downloading component 'rust-std' |
37 | 2023-10-24T16:40:44.178Z | info: downloading component 'rustc' |
38 | 2023-10-24T16:40:47.782Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T16:40:47.996Z | info: installing component 'cargo' |
40 | 2023-10-24T16:40:50.732Z | info: installing component 'clippy' |
41 | 2023-10-24T16:40:52.198Z | info: installing component 'rust-docs' |
42 | 2023-10-24T16:40:54.965Z | info: installing component 'rust-std' |
43 | 2023-10-24T16:41:00.231Z | info: installing component 'rustc' |
44 | 2023-10-24T16:41:13.139Z | info: installing component 'rustfmt' |
45 | 2023-10-24T16:41:13.591Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T16:41:13.594Z | |
47 | 2023-10-24T16:41:13.726Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T16:41:13.729Z | |
49 | 2023-10-24T16:41:13.732Z | |
50 | 2023-10-24T16:41:13.735Z | Rust is installed now. Great! |
51 | 2023-10-24T16:41:13.738Z | |
52 | 2023-10-24T16:41:13.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T16:41:13.743Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T16:41:13.746Z | |
55 | 2023-10-24T16:41:13.749Z | To configure your current shell, run: |
56 | 2023-10-24T16:41:13.751Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T16:41:13.812Z | + rustc --version |
58 | 2023-10-24T16:41:13.917Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T16:41:13.922Z | process exited: duration 36463 ms, exit code 0 |
|
60 | 2023-10-24T16:41:13.928Z | starting task 2: "authentication" |
61 | 2023-10-24T16:41:13.963Z | process exited: duration 27 ms, exit code 0 |
|
62 | 2023-10-24T16:41:14.392Z | starting task 3: "clone repository" |
63 | 2023-10-24T16:41:14.409Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T16:41:14.418Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T16:41:14.452Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T16:41:21.004Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T16:41:21.007Z | + [[ -n wicket-rot-fix ]] |
68 | 2023-10-24T16:41:21.010Z | + git fetch origin wicket-rot-fix |
69 | 2023-10-24T16:41:21.365Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T16:41:21.368Z | * branch wicket-rot-fix -> FETCH_HEAD |
71 | 2023-10-24T16:41:21.376Z | + git checkout -B wicket-rot-fix remotes/origin/wicket-rot-fix |
72 | 2023-10-24T16:41:21.461Z | Switched to a new branch 'wicket-rot-fix' |
73 | 2023-10-24T16:41:21.464Z | branch 'wicket-rot-fix' set up to track 'origin/wicket-rot-fix'. |
74 | 2023-10-24T16:41:21.467Z | + git reset --hard dac9615f48d9e9e98f9790061f0587f58b5257b8 |
75 | 2023-10-24T16:41:21.604Z | HEAD is now at dac9615f fix failing test |
76 | 2023-10-24T16:41:21.607Z | process exited: duration 7208 ms, exit code 0 |
|
77 | 2023-10-24T16:41:21.613Z | starting task 4: "build" |
78 | 2023-10-24T16:41:21.623Z | + cargo --version |
79 | 2023-10-24T16:41:21.710Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T16:41:21.713Z | + rustc --version |
81 | 2023-10-24T16:41:21.813Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T16:41:21.818Z | ++ git rev-parse HEAD |
83 | 2023-10-24T16:41:21.822Z | + COMMIT=dac9615f48d9e9e98f9790061f0587f58b5257b8 |
84 | 2023-10-24T16:41:21.825Z | + VERSION=1.0.3-0.ci+gitdac9615f48d |
85 | 2023-10-24T16:41:21.827Z | + echo 1.0.3-0.ci+gitdac9615f48d |
86 | 2023-10-24T16:41:21.832Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-24T16:41:40.069Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-24T16:41:40.983Z | Startup: Caching catalogs ... Done |
89 | 2023-10-24T16:41:45.447Z | Planning: Solver setup ... Done (4.189s) |
90 | 2023-10-24T16:41:45.559Z | Planning: Running solver ... Done (0.109s) |
91 | 2023-10-24T16:41:45.605Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-24T16:41:45.618Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-24T16:41:45.850Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-24T16:41:45.928Z | Planning: Package planning ... Done (0.079s) |
95 | 2023-10-24T16:41:46.429Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-10-24T16:41:47.007Z | Planning: Checking for conflicting actions ... Done (0.992s) |
97 | 2023-10-24T16:41:47.026Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-24T16:41:53.360Z | Planning: Evaluating mediators ... Done (6.333s) |
99 | 2023-10-24T16:41:53.375Z | Planning: Planning completed in 12.34 seconds |
100 | 2023-10-24T16:41:59.497Z | Packages to install: 4 |
101 | 2023-10-24T16:41:59.506Z | Mediators to change: 2 |
102 | 2023-10-24T16:41:59.515Z | Services to change: 1 |
103 | 2023-10-24T16:41:59.934Z | Estimated space available: 149.39 GB |
104 | 2023-10-24T16:41:59.938Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-24T16:41:59.955Z | Create boot environment: No |
106 | 2023-10-24T16:41:59.967Z | Create backup boot environment: No |
107 | 2023-10-24T16:41:59.981Z | Rebuild boot archive: No |
108 | 2023-10-24T16:41:59.986Z | |
109 | 2023-10-24T16:41:59.988Z | Changed mediators: |
110 | 2023-10-24T16:41:59.991Z | mediator clang: |
111 | 2023-10-24T16:41:59.994Z | version: None -> 15 (system default) |
112 | 2023-10-24T16:41:59.997Z | |
113 | 2023-10-24T16:42:00.000Z | mediator llvm: |
114 | 2023-10-24T16:42:00.003Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-24T16:42:00.006Z | |
116 | 2023-10-24T16:42:00.010Z | Changed packages: |
117 | 2023-10-24T16:42:00.016Z | helios-dev |
118 | 2023-10-24T16:42:00.019Z | developer/build-essential |
119 | 2023-10-24T16:42:00.022Z | None -> 11-2.0 |
120 | 2023-10-24T16:42:00.025Z | library/libxmlsec1 |
121 | 2023-10-24T16:42:00.028Z | None -> 1.2.35-2.0 |
122 | 2023-10-24T16:42:00.031Z | ooce/developer/clang-15 |
123 | 2023-10-24T16:42:00.034Z | None -> 15.0.7-2.0 |
124 | 2023-10-24T16:42:00.037Z | ooce/developer/llvm-15 |
125 | 2023-10-24T16:42:00.040Z | None -> 15.0.7-2.0 |
126 | 2023-10-24T16:42:00.042Z | |
127 | 2023-10-24T16:42:00.045Z | Services: |
128 | 2023-10-24T16:42:00.048Z | restart_fmri: |
129 | 2023-10-24T16:42:00.050Z | svc:/system/update-man-index:default |
130 | 2023-10-24T16:42:00.053Z | |
131 | 2023-10-24T16:42:00.056Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-24T16:42:04.863Z | Download: 1138/3290 items 47.1/212.6MB 22% complete (9.4M/s) |
133 | 2023-10-24T16:42:09.863Z | Download: 2068/3290 items 118.8/212.6MB 55% complete (12.0M/s) |
134 | 2023-10-24T16:42:14.992Z | Download: 3248/3290 items 175.1/212.6MB 82% complete (14.1M/s) |
135 | 2023-10-24T16:42:19.537Z | Download: Completed 212.60 MB in 19.67 seconds (10.8M/s) |
136 | 2023-10-24T16:42:20.280Z | Actions: 1/3687 actions (Installing new actions) |
137 | 2023-10-24T16:42:25.672Z | Actions: 1805/3687 actions (Installing new actions) |
138 | 2023-10-24T16:42:28.336Z | Actions: Completed 3687 actions in 8.05 seconds. |
139 | 2023-10-24T16:42:28.413Z | Done (0.079s) |
140 | 2023-10-24T16:42:28.416Z | Done (0.000s) |
141 | 2023-10-24T16:42:28.614Z | Done (0.197s) |
142 | 2023-10-24T16:42:36.097Z | Done (7.377s) |
143 | 2023-10-24T16:42:36.323Z | Done (0.129s) |
144 | 2023-10-24T16:42:36.326Z | Done (0.000s) |
145 | 2023-10-24T16:42:36.567Z | Done (0.000s) |
146 | 2023-10-24T16:42:37.213Z | Planning: Evaluating mediator changes ... Done |
147 | 2023-10-24T16:42:37.490Z | Planning: Checking for conflicting actions ... Done |
148 | 2023-10-24T16:42:37.493Z | Planning: Consolidating action changes ... Done |
149 | 2023-10-24T16:42:37.926Z | Planning: Evaluating mediators ... Done |
150 | 2023-10-24T16:42:37.930Z | Planning: Planning completed in 0.71 seconds |
151 | 2023-10-24T16:42:37.981Z | Mediators to change: 2 |
152 | 2023-10-24T16:42:37.984Z | Create boot environment: No |
153 | 2023-10-24T16:42:37.987Z | Create backup boot environment: No |
154 | 2023-10-24T16:42:38.187Z | Done |
155 | 2023-10-24T16:42:38.193Z | Done |
156 | 2023-10-24T16:42:38.313Z | Done |
157 | 2023-10-24T16:42:44.082Z | Done |
158 | 2023-10-24T16:42:44.202Z | Done |
159 | 2023-10-24T16:42:44.205Z | Done |
160 | 2023-10-24T16:42:44.302Z | Done |
161 | 2023-10-24T16:42:45.300Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-10-24T16:42:45.303Z | Planning: Merging actions ... Done |
163 | 2023-10-24T16:42:45.631Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-24T16:42:45.634Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-24T16:42:46.059Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-24T16:42:46.148Z | Planning: Planning completed in 1.28 seconds |
167 | 2023-10-24T16:42:46.204Z | Packages to change: 1 |
168 | 2023-10-24T16:42:46.207Z | Mediators to change: 1 |
169 | 2023-10-24T16:42:46.209Z | Services to change: 1 |
170 | 2023-10-24T16:42:46.212Z | Create boot environment: No |
171 | 2023-10-24T16:42:46.214Z | Create backup boot environment: Yes |
172 | 2023-10-24T16:42:48.165Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2023-10-24T16:42:48.168Z | Actions: Completed 6 actions in 0.00 seconds. |
174 | 2023-10-24T16:42:48.171Z | Done |
175 | 2023-10-24T16:42:48.174Z | Done |
176 | 2023-10-24T16:42:48.215Z | Done |
177 | 2023-10-24T16:42:53.926Z | Done |
178 | 2023-10-24T16:42:54.047Z | Done |
179 | 2023-10-24T16:42:54.050Z | Done |
180 | 2023-10-24T16:42:54.136Z | Done |
181 | 2023-10-24T16:42:54.807Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2023-10-24T16:42:54.810Z | clang system 15 system |
183 | 2023-10-24T16:42:54.813Z | csh system system illumos |
184 | 2023-10-24T16:42:54.816Z | ctags system system illumos |
185 | 2023-10-24T16:42:54.819Z | gcc vendor 12 vendor |
186 | 2023-10-24T16:42:54.822Z | gcc system 10 system |
187 | 2023-10-24T16:42:54.825Z | gcc system 7 system |
188 | 2023-10-24T16:42:54.828Z | go system 1.20 system |
189 | 2023-10-24T16:42:54.831Z | go system 1.19 system |
190 | 2023-10-24T16:42:54.834Z | llvm system 15 system |
191 | 2023-10-24T16:42:54.837Z | llvm system 14 system |
192 | 2023-10-24T16:42:54.840Z | mariadb system 10.6 system |
193 | 2023-10-24T16:42:54.843Z | mta vendor vendor dma |
194 | 2023-10-24T16:42:54.846Z | openjdk system 17 system |
195 | 2023-10-24T16:42:54.848Z | openjdk system 11 system |
196 | 2023-10-24T16:42:54.852Z | openjdk system 1.8 system |
197 | 2023-10-24T16:42:54.855Z | openssl vendor 3 vendor |
198 | 2023-10-24T16:42:54.858Z | perl system 5.36 system |
199 | 2023-10-24T16:42:54.865Z | postgresql system 15 system |
200 | 2023-10-24T16:42:54.868Z | postgresql system 13 system |
201 | 2023-10-24T16:42:54.871Z | python vendor 3 vendor |
202 | 2023-10-24T16:42:54.874Z | python system 2 system |
203 | 2023-10-24T16:42:54.876Z | python3 system 3.11 system |
204 | 2023-10-24T16:42:54.879Z | ruby system 3.0 system |
205 | 2023-10-24T16:42:54.882Z | words vendor vendor american-english |
206 | 2023-10-24T16:42:54.885Z | words system system australian-english |
207 | 2023-10-24T16:42:54.887Z | words system system british-english |
208 | 2023-10-24T16:42:54.890Z | words system system canadian-english |
209 | 2023-10-24T16:42:54.896Z | words system system french |
210 | 2023-10-24T16:42:54.899Z | words system system italian |
211 | 2023-10-24T16:42:54.901Z | words system system ngerman |
212 | 2023-10-24T16:42:54.904Z | words system system ogerman |
213 | 2023-10-24T16:42:54.907Z | words system system spanish |
214 | 2023-10-24T16:42:55.337Z | FMRI IFO |
215 | 2023-10-24T16:42:55.340Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2023-10-24T16:42:55.343Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2023-10-24T16:42:55.345Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2023-10-24T16:42:55.349Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
219 | 2023-10-24T16:42:55.352Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2023-10-24T16:42:55.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
221 | 2023-10-24T16:42:55.410Z | + set -o errexit |
222 | 2023-10-24T16:42:55.413Z | +++ dirname ./tools/ci_download_cockroachdb |
223 | 2023-10-24T16:42:55.416Z | ++ cd ./tools |
224 | 2023-10-24T16:42:55.419Z | ++ pwd |
225 | 2023-10-24T16:42:55.424Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
226 | 2023-10-24T16:42:55.426Z | ++ basename ./tools/ci_download_cockroachdb |
227 | 2023-10-24T16:42:55.429Z | + ARG0=ci_download_cockroachdb |
228 | 2023-10-24T16:42:55.432Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
229 | 2023-10-24T16:42:55.435Z | + CIDL_VERSION=v22.1.9 |
230 | 2023-10-24T16:42:55.438Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
231 | 2023-10-24T16:42:55.441Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
232 | 2023-10-24T16:42:55.443Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
233 | 2023-10-24T16:42:55.446Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
234 | 2023-10-24T16:42:55.449Z | + TARGET_DIR=out |
235 | 2023-10-24T16:42:55.451Z | + DOWNLOAD_DIR=out/downloads |
236 | 2023-10-24T16:42:55.454Z | + DEST_DIR=./out/cockroachdb |
237 | 2023-10-24T16:42:55.456Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
238 | 2023-10-24T16:42:55.459Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
239 | 2023-10-24T16:42:55.462Z | + main |
240 | 2023-10-24T16:42:55.464Z | + [[ 0 != 0 ]] |
241 | 2023-10-24T16:42:55.467Z | + CIDL_OS=solaris2.11 |
242 | 2023-10-24T16:42:55.470Z | + [[ 0 != 0 ]] |
243 | 2023-10-24T16:42:55.473Z | + configure_os solaris2.11 |
244 | 2023-10-24T16:42:55.476Z | + echo 'current directory: /work/oxidecomputer/omicron' |
245 | 2023-10-24T16:42:55.479Z | current directory: /work/oxidecomputer/omicron |
246 | 2023-10-24T16:42:55.481Z | + echo 'configuring based on OS: "solaris2.11"' |
247 | 2023-10-24T16:42:55.484Z | configuring based on OS: "solaris2.11" |
248 | 2023-10-24T16:42:55.487Z | + case "$1" in |
249 | 2023-10-24T16:42:55.490Z | + CIDL_BUILD=illumos |
250 | 2023-10-24T16:42:55.493Z | + CIDL_SUFFIX=tar.gz |
251 | 2023-10-24T16:42:55.496Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-24T16:42:55.499Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-10-24T16:42:55.501Z | + CIDL_URL_BASE=https://illumos.org/downloads |
254 | 2023-10-24T16:42:55.504Z | + CIDL_ASSEMBLE=do_assemble_illumos |
255 | 2023-10-24T16:42:55.507Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
256 | 2023-10-24T16:42:55.510Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-24T16:42:55.512Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-24T16:42:55.515Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
259 | 2023-10-24T16:42:55.518Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-24T16:42:55.521Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-24T16:42:55.523Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-24T16:42:55.526Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-24T16:42:55.529Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-24T16:42:55.532Z | + mkdir -p out/downloads |
265 | 2023-10-24T16:42:55.535Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-24T16:42:55.538Z | + local DO_DOWNLOAD=true |
267 | 2023-10-24T16:42:55.541Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-10-24T16:42:55.545Z | + '[' true == true ']' |
269 | 2023-10-24T16:42:55.548Z | + echo Downloading... |
270 | 2023-10-24T16:42:55.551Z | Downloading... |
271 | 2023-10-24T16:42:55.554Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-24T16:42:55.557Z | + 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 |
273 | 2023-10-24T16:42:59.173Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-24T16:42:59.176Z | ++ md5sum |
275 | 2023-10-24T16:42:59.179Z | ++ awk '{print $1}' |
276 | 2023-10-24T16:42:59.370Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-10-24T16:42:59.373Z | + [[ 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 ]] |
278 | 2023-10-24T16:42:59.377Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-24T16:42:59.380Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
280 | 2023-10-24T16:43:02.745Z | + do_assemble_illumos |
281 | 2023-10-24T16:43:02.748Z | + rm -r ./out/cockroachdb |
282 | 2023-10-24T16:43:02.751Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
283 | 2023-10-24T16:43:03.408Z | + ./out/cockroachdb/bin/cockroach version |
284 | 2023-10-24T16:43:03.709Z | Build Tag: v22.1.9-dirty |
285 | 2023-10-24T16:43:03.712Z | Build Time: 2022/10/26 21:17:46 |
286 | 2023-10-24T16:43:03.715Z | Distribution: OSS |
287 | 2023-10-24T16:43:03.718Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
288 | 2023-10-24T16:43:03.721Z | Go Version: go1.17.13 |
289 | 2023-10-24T16:43:03.725Z | C Compiler: gcc 10.3.0 |
290 | 2023-10-24T16:43:03.727Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
291 | 2023-10-24T16:43:03.730Z | Build Type: release |
292 | 2023-10-24T16:43:03.736Z | + set -o errexit |
293 | 2023-10-24T16:43:03.740Z | +++ dirname ./tools/ci_download_clickhouse |
294 | 2023-10-24T16:43:03.743Z | ++ cd ./tools |
295 | 2023-10-24T16:43:03.746Z | ++ pwd |
296 | 2023-10-24T16:43:03.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
297 | 2023-10-24T16:43:03.752Z | ++ basename ./tools/ci_download_clickhouse |
298 | 2023-10-24T16:43:03.757Z | + ARG0=ci_download_clickhouse |
299 | 2023-10-24T16:43:03.760Z | + TARGET_DIR=out |
300 | 2023-10-24T16:43:03.763Z | + DOWNLOAD_DIR=out/downloads |
301 | 2023-10-24T16:43:03.766Z | + DEST_DIR=./out/clickhouse |
302 | 2023-10-24T16:43:03.769Z | + CIDL_VERSION=v22.8.9.24 |
303 | 2023-10-24T16:43:03.772Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
304 | 2023-10-24T16:43:03.777Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
305 | 2023-10-24T16:43:03.780Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
306 | 2023-10-24T16:43:03.783Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
307 | 2023-10-24T16:43:03.786Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
308 | 2023-10-24T16:43:03.789Z | + main |
309 | 2023-10-24T16:43:03.792Z | + [[ 0 != 0 ]] |
310 | 2023-10-24T16:43:03.795Z | + CIDL_OS=solaris2.11 |
311 | 2023-10-24T16:43:03.798Z | + [[ 0 != 0 ]] |
312 | 2023-10-24T16:43:03.801Z | + configure_os solaris2.11 |
313 | 2023-10-24T16:43:03.805Z | + echo 'current directory: /work/oxidecomputer/omicron' |
314 | 2023-10-24T16:43:03.808Z | current directory: /work/oxidecomputer/omicron |
315 | 2023-10-24T16:43:03.810Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-10-24T16:43:03.813Z | configuring based on OS: "solaris2.11" |
317 | 2023-10-24T16:43:03.816Z | + CIDL_DASHREV= |
318 | 2023-10-24T16:43:03.819Z | + case "$1" in |
319 | 2023-10-24T16:43:03.824Z | + CIDL_PLATFORM=illumos |
320 | 2023-10-24T16:43:03.828Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-10-24T16:43:03.831Z | + CIDL_MD5FUNC=do_md5sum |
322 | 2023-10-24T16:43:03.834Z | + CIDL_DASHREV=-1 |
323 | 2023-10-24T16:43:03.837Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-10-24T16:43:03.840Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-24T16:43:03.843Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-24T16:43:03.846Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-24T16:43:03.850Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-24T16:43:03.853Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-24T16:43:03.856Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-24T16:43:03.860Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-24T16:43:03.863Z | + mkdir -p out/downloads |
332 | 2023-10-24T16:43:03.865Z | + mkdir -p ./out/clickhouse |
333 | 2023-10-24T16:43:03.868Z | + local DO_DOWNLOAD=true |
334 | 2023-10-24T16:43:03.871Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
335 | 2023-10-24T16:43:03.874Z | + '[' true == true ']' |
336 | 2023-10-24T16:43:03.878Z | + echo Downloading... |
337 | 2023-10-24T16:43:03.881Z | Downloading... |
338 | 2023-10-24T16:43:03.885Z | + 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 |
339 | 2023-10-24T16:43:03.888Z | + 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 |
340 | 2023-10-24T16:43:09.296Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-24T16:43:09.299Z | ++ md5sum |
342 | 2023-10-24T16:43:09.302Z | ++ awk '{print $1}' |
343 | 2023-10-24T16:43:09.558Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-10-24T16:43:09.561Z | + [[ 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 ]] |
345 | 2023-10-24T16:43:09.564Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
346 | 2023-10-24T16:43:09.567Z | + mkdir -p ./out/clickhouse |
347 | 2023-10-24T16:43:09.570Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
348 | 2023-10-24T16:43:14.394Z | + ./out/clickhouse/clickhouse server --version |
349 | 2023-10-24T16:43:14.449Z | ClickHouse server version 22.8.9.1. |
350 | 2023-10-24T16:43:14.471Z | + set -o errexit |
351 | 2023-10-24T16:43:14.474Z | +++ dirname ./tools/ci_download_console |
352 | 2023-10-24T16:43:14.478Z | ++ cd ./tools |
353 | 2023-10-24T16:43:14.481Z | ++ pwd |
354 | 2023-10-24T16:43:14.484Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
355 | 2023-10-24T16:43:14.487Z | ++ basename ./tools/ci_download_console |
356 | 2023-10-24T16:43:14.490Z | + ARG0=ci_download_console |
357 | 2023-10-24T16:43:14.493Z | + TARGET_DIR=out |
358 | 2023-10-24T16:43:14.496Z | + DOWNLOAD_DIR=out/downloads |
359 | 2023-10-24T16:43:14.525Z | + DEST_DIR=./out/console-assets |
360 | 2023-10-24T16:43:14.528Z | + source /work/oxidecomputer/omicron/tools/console_version |
361 | 2023-10-24T16:43:14.531Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
362 | 2023-10-24T16:43:14.534Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
363 | 2023-10-24T16:43:14.537Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
364 | 2023-10-24T16:43:14.540Z | + TARBALL_FILE=out/downloads/console.tar.gz |
365 | 2023-10-24T16:43:14.542Z | + main |
366 | 2023-10-24T16:43:14.545Z | + [[ 0 != 0 ]] |
367 | 2023-10-24T16:43:14.548Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
368 | 2023-10-24T16:43:14.550Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
369 | 2023-10-24T16:43:14.553Z | + echo 'Local file: out/downloads/console.tar.gz' |
370 | 2023-10-24T16:43:14.557Z | Local file: out/downloads/console.tar.gz |
371 | 2023-10-24T16:43:14.560Z | + local DO_DOWNLOAD=true |
372 | 2023-10-24T16:43:14.563Z | + [[ -f out/downloads/console.tar.gz ]] |
373 | 2023-10-24T16:43:14.566Z | + mkdir -p out/downloads |
374 | 2023-10-24T16:43:14.569Z | + '[' true == true ']' |
375 | 2023-10-24T16:43:14.572Z | + echo Downloading... |
376 | 2023-10-24T16:43:14.575Z | Downloading... |
377 | 2023-10-24T16:43:14.578Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
378 | 2023-10-24T16:43:14.581Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
379 | 2023-10-24T16:43:15.182Z | ++ do_sha256sum out/downloads/console.tar.gz |
380 | 2023-10-24T16:43:15.186Z | ++ case "$OSTYPE" in |
381 | 2023-10-24T16:43:15.189Z | ++ SHA=sha256sum |
382 | 2023-10-24T16:43:15.192Z | ++ sha256sum |
383 | 2023-10-24T16:43:15.195Z | ++ awk '{print $1}' |
384 | 2023-10-24T16:43:15.207Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
385 | 2023-10-24T16:43:15.210Z | + [[ 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 ]] |
386 | 2023-10-24T16:43:15.213Z | + rm -rf ./out/console-assets |
387 | 2023-10-24T16:43:15.216Z | + mkdir -p ./out/console-assets |
388 | 2023-10-24T16:43:15.219Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
389 | 2023-10-24T16:43:15.222Z | + mkdir -p ./out/console-assets |
390 | 2023-10-24T16:43:15.225Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
391 | 2023-10-24T16:43:15.352Z | + set -o errexit |
392 | 2023-10-24T16:43:15.355Z | +++ dirname ./tools/ci_download_maghemite_openapi |
393 | 2023-10-24T16:43:15.357Z | ++ cd ./tools |
394 | 2023-10-24T16:43:15.360Z | ++ pwd |
395 | 2023-10-24T16:43:15.363Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-10-24T16:43:15.365Z | ++ basename ./tools/ci_download_maghemite_openapi |
397 | 2023-10-24T16:43:15.368Z | + ARG0=ci_download_maghemite_openapi |
398 | 2023-10-24T16:43:15.371Z | + TARGET_DIR=out |
399 | 2023-10-24T16:43:15.373Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-10-24T16:43:15.376Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
401 | 2023-10-24T16:43:15.378Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
402 | 2023-10-24T16:43:15.381Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
403 | 2023-10-24T16:43:15.384Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
404 | 2023-10-24T16:43:15.386Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
405 | 2023-10-24T16:43:15.389Z | + main |
406 | 2023-10-24T16:43:15.392Z | + [[ 0 != 0 ]] |
407 | 2023-10-24T16:43:15.395Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
408 | 2023-10-24T16:43:15.397Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
409 | 2023-10-24T16:43:15.400Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
410 | 2023-10-24T16:43:15.403Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
411 | 2023-10-24T16:43:15.406Z | + local DO_DOWNLOAD=true |
412 | 2023-10-24T16:43:15.409Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
413 | 2023-10-24T16:43:15.412Z | + mkdir -p out/downloads |
414 | 2023-10-24T16:43:15.414Z | + '[' true == true ']' |
415 | 2023-10-24T16:43:15.418Z | + echo Downloading... |
416 | 2023-10-24T16:43:15.421Z | Downloading... |
417 | 2023-10-24T16:43:15.423Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
418 | 2023-10-24T16:43:15.426Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
419 | 2023-10-24T16:43:15.611Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
420 | 2023-10-24T16:43:15.614Z | ++ case "$OSTYPE" in |
421 | 2023-10-24T16:43:15.617Z | ++ SHA=sha256sum |
422 | 2023-10-24T16:43:15.620Z | ++ sha256sum |
423 | 2023-10-24T16:43:15.622Z | ++ awk '{print $1}' |
424 | 2023-10-24T16:43:15.625Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-24T16:43:15.628Z | + [[ 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 ]] |
426 | 2023-10-24T16:43:15.631Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
427 | 2023-10-24T16:43:15.635Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
428 | 2023-10-24T16:43:15.639Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
429 | 2023-10-24T16:43:15.642Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
430 | 2023-10-24T16:43:15.645Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
431 | 2023-10-24T16:43:15.648Z | + main |
432 | 2023-10-24T16:43:15.651Z | + [[ 0 != 0 ]] |
433 | 2023-10-24T16:43:15.653Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
434 | 2023-10-24T16:43:15.656Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
435 | 2023-10-24T16:43:15.659Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
436 | 2023-10-24T16:43:15.662Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
437 | 2023-10-24T16:43:15.665Z | + local DO_DOWNLOAD=true |
438 | 2023-10-24T16:43:15.671Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
439 | 2023-10-24T16:43:15.674Z | + mkdir -p out/downloads |
440 | 2023-10-24T16:43:15.677Z | + '[' true == true ']' |
441 | 2023-10-24T16:43:15.680Z | + echo Downloading... |
442 | 2023-10-24T16:43:15.684Z | Downloading... |
443 | 2023-10-24T16:43:15.687Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
444 | 2023-10-24T16:43:15.690Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
445 | 2023-10-24T16:43:15.756Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
446 | 2023-10-24T16:43:15.760Z | ++ case "$OSTYPE" in |
447 | 2023-10-24T16:43:15.762Z | ++ SHA=sha256sum |
448 | 2023-10-24T16:43:15.765Z | ++ sha256sum |
449 | 2023-10-24T16:43:15.768Z | ++ awk '{print $1}' |
450 | 2023-10-24T16:43:15.771Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
451 | 2023-10-24T16:43:15.775Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
452 | 2023-10-24T16:43:15.778Z | + set -o errexit |
453 | 2023-10-24T16:43:15.781Z | +++ dirname ./tools/ci_download_dendrite_openapi |
454 | 2023-10-24T16:43:15.783Z | ++ cd ./tools |
455 | 2023-10-24T16:43:15.786Z | ++ pwd |
456 | 2023-10-24T16:43:15.789Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
457 | 2023-10-24T16:43:15.792Z | ++ basename ./tools/ci_download_dendrite_openapi |
458 | 2023-10-24T16:43:15.795Z | + ARG0=ci_download_dendrite_openapi |
459 | 2023-10-24T16:43:15.799Z | + TARGET_DIR=out |
460 | 2023-10-24T16:43:15.803Z | + DOWNLOAD_DIR=out/downloads |
461 | 2023-10-24T16:43:15.806Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
462 | 2023-10-24T16:43:15.809Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
463 | 2023-10-24T16:43:15.812Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
464 | 2023-10-24T16:43:15.815Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
465 | 2023-10-24T16:43:15.818Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
466 | 2023-10-24T16:43:15.821Z | + main |
467 | 2023-10-24T16:43:15.823Z | + [[ 0 != 0 ]] |
468 | 2023-10-24T16:43:15.826Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
469 | 2023-10-24T16:43:15.829Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
470 | 2023-10-24T16:43:15.832Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
471 | 2023-10-24T16:43:15.835Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
472 | 2023-10-24T16:43:15.838Z | + local DO_DOWNLOAD=true |
473 | 2023-10-24T16:43:15.840Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
474 | 2023-10-24T16:43:15.843Z | + mkdir -p out/downloads |
475 | 2023-10-24T16:43:15.846Z | + '[' true == true ']' |
476 | 2023-10-24T16:43:15.849Z | + echo Downloading... |
477 | 2023-10-24T16:43:15.852Z | Downloading... |
478 | 2023-10-24T16:43:15.855Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
479 | 2023-10-24T16:43:15.858Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
480 | 2023-10-24T16:43:15.923Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
481 | 2023-10-24T16:43:15.926Z | ++ case "$OSTYPE" in |
482 | 2023-10-24T16:43:15.930Z | ++ SHA=sha256sum |
483 | 2023-10-24T16:43:15.933Z | ++ sha256sum |
484 | 2023-10-24T16:43:15.937Z | ++ awk '{print $1}' |
485 | 2023-10-24T16:43:15.940Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
486 | 2023-10-24T16:43:15.943Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
487 | 2023-10-24T16:43:15.948Z | + set -o errexit |
488 | 2023-10-24T16:43:15.952Z | +++ dirname ./tools/ci_download_dendrite_stub |
489 | 2023-10-24T16:43:15.955Z | ++ cd ./tools |
490 | 2023-10-24T16:43:15.959Z | ++ pwd |
491 | 2023-10-24T16:43:15.962Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-10-24T16:43:15.967Z | ++ basename ./tools/ci_download_dendrite_stub |
493 | 2023-10-24T16:43:15.970Z | + ARG0=ci_download_dendrite_stub |
494 | 2023-10-24T16:43:15.973Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
495 | 2023-10-24T16:43:15.977Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
496 | 2023-10-24T16:43:15.980Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
497 | 2023-10-24T16:43:15.983Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
498 | 2023-10-24T16:43:15.987Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2023-10-24T16:43:15.990Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
500 | 2023-10-24T16:43:15.994Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
501 | 2023-10-24T16:43:15.997Z | + TARGET_DIR=out |
502 | 2023-10-24T16:43:16.001Z | + DOWNLOAD_DIR=out/downloads |
503 | 2023-10-24T16:43:16.004Z | + DEST_DIR=./out/dendrite-stub |
504 | 2023-10-24T16:43:16.007Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
505 | 2023-10-24T16:43:16.011Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
506 | 2023-10-24T16:43:16.016Z | + REPO=oxidecomputer/dendrite |
507 | 2023-10-24T16:43:16.019Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
508 | 2023-10-24T16:43:16.022Z | + main |
509 | 2023-10-24T16:43:16.025Z | + [[ 0 != 0 ]] |
510 | 2023-10-24T16:43:16.029Z | + CIDL_OS=solaris2.11 |
511 | 2023-10-24T16:43:16.032Z | + [[ 0 != 0 ]] |
512 | 2023-10-24T16:43:16.035Z | + configure_os solaris2.11 |
513 | 2023-10-24T16:43:16.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
514 | 2023-10-24T16:43:16.040Z | current directory: /work/oxidecomputer/omicron |
515 | 2023-10-24T16:43:16.043Z | + echo 'configuring based on OS: "solaris2.11"' |
516 | 2023-10-24T16:43:16.046Z | configuring based on OS: "solaris2.11" |
517 | 2023-10-24T16:43:16.049Z | + case "$1" in |
518 | 2023-10-24T16:43:16.052Z | + SET_BINARIES= |
519 | 2023-10-24T16:43:16.059Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
520 | 2023-10-24T16:43:16.063Z | + CIDL_SHA256FUNC=do_sha256sum |
521 | 2023-10-24T16:43:16.067Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
522 | 2023-10-24T16:43:16.070Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
523 | 2023-10-24T16:43:16.073Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
524 | 2023-10-24T16:43:16.076Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
525 | 2023-10-24T16:43:16.079Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
526 | 2023-10-24T16:43:16.082Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-10-24T16:43:16.086Z | Local file: out/downloads/dendrite-stub.tar.gz |
528 | 2023-10-24T16:43:16.092Z | + mkdir -p out/downloads |
529 | 2023-10-24T16:43:16.098Z | + mkdir -p ./out/dendrite-stub |
530 | 2023-10-24T16:43:16.104Z | + fetch_and_verify |
531 | 2023-10-24T16:43:16.116Z | + local DO_DOWNLOAD=true |
532 | 2023-10-24T16:43:16.123Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
533 | 2023-10-24T16:43:16.136Z | + '[' true == true ']' |
534 | 2023-10-24T16:43:16.147Z | + echo Downloading... |
535 | 2023-10-24T16:43:16.153Z | Downloading... |
536 | 2023-10-24T16:43:16.165Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-24T16:43:16.174Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
538 | 2023-10-24T16:43:20.454Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-24T16:43:20.459Z | ++ sha256sum |
540 | 2023-10-24T16:43:20.462Z | ++ awk '{print $1}' |
541 | 2023-10-24T16:43:20.549Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
542 | 2023-10-24T16:43:20.552Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
543 | 2023-10-24T16:43:20.555Z | + do_untar out/downloads/dendrite-stub.tar.gz |
544 | 2023-10-24T16:43:20.558Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
545 | 2023-10-24T16:43:21.460Z | + do_assemble |
546 | 2023-10-24T16:43:21.463Z | + rm -r ./out/dendrite-stub |
547 | 2023-10-24T16:43:21.466Z | + mkdir ./out/dendrite-stub |
548 | 2023-10-24T16:43:21.469Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
549 | 2023-10-24T16:43:21.600Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
550 | 2023-10-24T16:43:21.612Z | + set -o errexit |
551 | 2023-10-24T16:43:21.615Z | +++ dirname ./tools/ci_download_maghemite_mgd |
552 | 2023-10-24T16:43:21.618Z | ++ cd ./tools |
553 | 2023-10-24T16:43:21.621Z | ++ pwd |
554 | 2023-10-24T16:43:21.623Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
555 | 2023-10-24T16:43:21.626Z | ++ basename ./tools/ci_download_maghemite_mgd |
556 | 2023-10-24T16:43:21.629Z | + ARG0=ci_download_maghemite_mgd |
557 | 2023-10-24T16:43:21.632Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
558 | 2023-10-24T16:43:21.635Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
559 | 2023-10-24T16:43:21.637Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
560 | 2023-10-24T16:43:21.641Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
561 | 2023-10-24T16:43:21.644Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
562 | 2023-10-24T16:43:21.647Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
563 | 2023-10-24T16:43:21.650Z | + TARGET_DIR=out |
564 | 2023-10-24T16:43:21.653Z | + DOWNLOAD_DIR=out/downloads |
565 | 2023-10-24T16:43:21.656Z | + DEST_DIR=./out/mgd |
566 | 2023-10-24T16:43:21.658Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
567 | 2023-10-24T16:43:21.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
568 | 2023-10-24T16:43:21.664Z | + REPO=oxidecomputer/maghemite |
569 | 2023-10-24T16:43:21.667Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
570 | 2023-10-24T16:43:21.670Z | + main |
571 | 2023-10-24T16:43:21.672Z | + [[ 0 != 0 ]] |
572 | 2023-10-24T16:43:21.675Z | + CIDL_OS=solaris2.11 |
573 | 2023-10-24T16:43:21.678Z | + [[ 0 != 0 ]] |
574 | 2023-10-24T16:43:21.681Z | + configure_os solaris2.11 |
575 | 2023-10-24T16:43:21.684Z | + echo 'current directory: /work/oxidecomputer/omicron' |
576 | 2023-10-24T16:43:21.687Z | current directory: /work/oxidecomputer/omicron |
577 | 2023-10-24T16:43:21.690Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-10-24T16:43:21.692Z | configuring based on OS: "solaris2.11" |
579 | 2023-10-24T16:43:21.695Z | + case "$1" in |
580 | 2023-10-24T16:43:21.698Z | + SET_BINARIES= |
581 | 2023-10-24T16:43:21.701Z | + CIDL_SHA256FUNC=do_sha256sum |
582 | 2023-10-24T16:43:21.704Z | + TARBALL_FILENAME=mgd.tar.gz |
583 | 2023-10-24T16:43:21.707Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
584 | 2023-10-24T16:43:21.710Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
585 | 2023-10-24T16:43:21.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
586 | 2023-10-24T16:43:21.717Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
587 | 2023-10-24T16:43:21.720Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
588 | 2023-10-24T16:43:21.723Z | Local file: out/downloads/mgd.tar.gz |
589 | 2023-10-24T16:43:21.726Z | + mkdir -p out/downloads |
590 | 2023-10-24T16:43:21.729Z | + mkdir -p ./out/mgd |
591 | 2023-10-24T16:43:21.733Z | + fetch_and_verify |
592 | 2023-10-24T16:43:21.736Z | + local DO_DOWNLOAD=true |
593 | 2023-10-24T16:43:21.739Z | + [[ -f out/downloads/mgd.tar.gz ]] |
594 | 2023-10-24T16:43:21.741Z | + '[' true == true ']' |
595 | 2023-10-24T16:43:21.744Z | + echo Downloading... |
596 | 2023-10-24T16:43:21.747Z | Downloading... |
597 | 2023-10-24T16:43:21.750Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
598 | 2023-10-24T16:43:21.753Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
599 | 2023-10-24T16:43:27.275Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
600 | 2023-10-24T16:43:27.278Z | ++ sha256sum |
601 | 2023-10-24T16:43:27.281Z | ++ awk '{print $1}' |
602 | 2023-10-24T16:43:27.354Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
603 | 2023-10-24T16:43:27.357Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
604 | 2023-10-24T16:43:27.360Z | + do_untar out/downloads/mgd.tar.gz |
605 | 2023-10-24T16:43:27.363Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
606 | 2023-10-24T16:43:28.034Z | + do_assemble |
607 | 2023-10-24T16:43:28.037Z | + rm -r ./out/mgd |
608 | 2023-10-24T16:43:28.040Z | + mkdir ./out/mgd |
609 | 2023-10-24T16:43:28.043Z | + cp -r out/downloads/root ./out/mgd/root |
610 | 2023-10-24T16:43:28.251Z | + set -o errexit |
611 | 2023-10-24T16:43:28.255Z | +++ dirname ./tools/ci_download_transceiver_control |
612 | 2023-10-24T16:43:28.258Z | ++ cd ./tools |
613 | 2023-10-24T16:43:28.261Z | ++ pwd |
614 | 2023-10-24T16:43:28.264Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
615 | 2023-10-24T16:43:28.267Z | ++ basename ./tools/ci_download_transceiver_control |
616 | 2023-10-24T16:43:28.269Z | + ARG0=ci_download_transceiver_control |
617 | 2023-10-24T16:43:28.272Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
618 | 2023-10-24T16:43:28.275Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
619 | 2023-10-24T16:43:28.278Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
620 | 2023-10-24T16:43:28.282Z | + TARGET_DIR=out |
621 | 2023-10-24T16:43:28.285Z | + DOWNLOAD_DIR=out/downloads |
622 | 2023-10-24T16:43:28.288Z | + DEST_DIR=./out/transceiver-control |
623 | 2023-10-24T16:43:28.291Z | + BIN_DIR=/opt/oxide/bin |
624 | 2023-10-24T16:43:28.294Z | + BINARY=xcvradm |
625 | 2023-10-24T16:43:28.297Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
626 | 2023-10-24T16:43:28.300Z | + REPO=oxidecomputer/transceiver-control |
627 | 2023-10-24T16:43:28.305Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-10-24T16:43:28.308Z | + main |
629 | 2023-10-24T16:43:28.311Z | + [[ 0 != 0 ]] |
630 | 2023-10-24T16:43:28.313Z | + CIDL_OS=solaris2.11 |
631 | 2023-10-24T16:43:28.316Z | + [[ 0 != 0 ]] |
632 | 2023-10-24T16:43:28.319Z | + configure_os solaris2.11 |
633 | 2023-10-24T16:43:28.323Z | + echo 'current directory: /work/oxidecomputer/omicron' |
634 | 2023-10-24T16:43:28.327Z | current directory: /work/oxidecomputer/omicron |
635 | 2023-10-24T16:43:28.331Z | + echo 'configuring based on OS: "solaris2.11"' |
636 | 2023-10-24T16:43:28.336Z | configuring based on OS: "solaris2.11" |
637 | 2023-10-24T16:43:28.339Z | + case "$1" in |
638 | 2023-10-24T16:43:28.347Z | + SET_BINARIES= |
639 | 2023-10-24T16:43:28.354Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2023-10-24T16:43:28.357Z | + CIDL_SHA256FUNC=do_sha256sum |
641 | 2023-10-24T16:43:28.360Z | + ARCHIVE_FILENAME=xcvradm.gz |
642 | 2023-10-24T16:43:28.363Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
643 | 2023-10-24T16:43:28.366Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
644 | 2023-10-24T16:43:28.369Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
645 | 2023-10-24T16:43:28.372Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
646 | 2023-10-24T16:43:28.376Z | + echo 'Local file: out/downloads/xcvradm.gz' |
647 | 2023-10-24T16:43:28.379Z | Local file: out/downloads/xcvradm.gz |
648 | 2023-10-24T16:43:28.382Z | + mkdir -p out/downloads |
649 | 2023-10-24T16:43:28.385Z | + mkdir -p ./out/transceiver-control |
650 | 2023-10-24T16:43:28.388Z | + fetch_and_verify |
651 | 2023-10-24T16:43:28.391Z | + local DO_DOWNLOAD=true |
652 | 2023-10-24T16:43:28.394Z | + [[ -f out/downloads/xcvradm.gz ]] |
653 | 2023-10-24T16:43:28.397Z | + '[' true == true ']' |
654 | 2023-10-24T16:43:28.400Z | + echo Downloading... |
655 | 2023-10-24T16:43:28.402Z | Downloading... |
656 | 2023-10-24T16:43:28.405Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
657 | 2023-10-24T16:43:28.408Z | + 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 |
658 | 2023-10-24T16:43:28.841Z | ++ do_sha256sum out/downloads/xcvradm.gz |
659 | 2023-10-24T16:43:28.844Z | ++ sha256sum |
660 | 2023-10-24T16:43:28.847Z | ++ awk '{print $1}' |
661 | 2023-10-24T16:43:28.869Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-10-24T16:43:28.874Z | + [[ 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 ]] |
663 | 2023-10-24T16:43:28.877Z | + do_unpack out/downloads/xcvradm.gz |
664 | 2023-10-24T16:43:28.880Z | + mkdir -p out/downloads/root//opt/oxide/bin |
665 | 2023-10-24T16:43:28.883Z | + gzip -dc out/downloads/xcvradm.gz |
666 | 2023-10-24T16:43:29.041Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
667 | 2023-10-24T16:43:29.044Z | + do_assemble |
668 | 2023-10-24T16:43:29.047Z | + rm -r ./out/transceiver-control |
669 | 2023-10-24T16:43:29.050Z | + mkdir ./out/transceiver-control |
670 | 2023-10-24T16:43:29.052Z | + cp -r out/downloads/root ./out/transceiver-control/root |
671 | 2023-10-24T16:43:29.233Z | All prerequisites installed successfully |
672 | 2023-10-24T16:43:29.237Z | |
673 | 2023-10-24T16:43:29.240Z | real 2:07.411848190 |
674 | 2023-10-24T16:43:29.242Z | user 51.310759530 |
675 | 2023-10-24T16:43:29.245Z | sys 9.812004799 |
676 | 2023-10-24T16:43:29.248Z | trap 0.019999397 |
677 | 2023-10-24T16:43:29.251Z | tflt 0.585656002 |
678 | 2023-10-24T16:43:29.254Z | dflt 1.442020874 |
679 | 2023-10-24T16:43:29.258Z | kflt 0.385382403 |
680 | 2023-10-24T16:43:29.261Z | lock 2.049873201 |
681 | 2023-10-24T16:43:29.264Z | slp 3:54.105419558 |
682 | 2023-10-24T16:43:29.267Z | lat 3.447979359 |
683 | 2023-10-24T16:43:29.270Z | stop 0.064752244 |
684 | 2023-10-24T16:43:29.273Z | + ptime -m ./tools/ci_download_softnpu_machinery |
685 | 2023-10-24T16:43:29.278Z | fetching npuzone |
686 | 2023-10-24T16:43:29.280Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
687 | 2023-10-24T16:43:29.283Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
688 | 2023-10-24T16:43:29.286Z | Getting hash for npuzone |
689 | 2023-10-24T16:43:29.403Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
690 | 2023-10-24T16:43:35.112Z | npuzone downloaded successfully |
691 | 2023-10-24T16:43:35.115Z | |
692 | 2023-10-24T16:43:35.118Z | real 5.876135184 |
693 | 2023-10-24T16:43:35.121Z | user 0.552218464 |
694 | 2023-10-24T16:43:35.123Z | sys 0.148352691 |
695 | 2023-10-24T16:43:35.126Z | trap 0.000053623 |
696 | 2023-10-24T16:43:35.130Z | tflt 0.000000000 |
697 | 2023-10-24T16:43:35.133Z | dflt 0.000000000 |
698 | 2023-10-24T16:43:35.135Z | kflt 0.000000000 |
699 | 2023-10-24T16:43:35.138Z | lock 0.000000000 |
700 | 2023-10-24T16:43:35.142Z | slp 16.762211507 |
701 | 2023-10-24T16:43:35.145Z | lat 0.130286702 |
702 | 2023-10-24T16:43:35.148Z | stop 0.000281139 |
703 | 2023-10-24T16:43:35.151Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
704 | 2023-10-24T16:43:35.473Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
705 | 2023-10-24T16:43:35.994Z | Updating crates.io index |
706 | 2023-10-24T16:43:35.997Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
707 | 2023-10-24T16:43:36.866Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
708 | 2023-10-24T16:43:39.819Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
709 | 2023-10-24T16:43:40.426Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
710 | 2023-10-24T16:43:40.751Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
711 | 2023-10-24T16:43:41.055Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
712 | 2023-10-24T16:43:41.376Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
713 | 2023-10-24T16:43:42.277Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
714 | 2023-10-24T16:43:43.957Z | Updating git repository `https://github.com/oxidecomputer/opte` |
715 | 2023-10-24T16:43:45.707Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
716 | 2023-10-24T16:43:46.111Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
717 | 2023-10-24T16:43:46.436Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
718 | 2023-10-24T16:43:47.065Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
719 | 2023-10-24T16:43:47.425Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
720 | 2023-10-24T16:43:47.815Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
721 | 2023-10-24T16:43:48.257Z | Updating git repository `https://github.com/njaremko/samael` |
722 | 2023-10-24T16:43:48.721Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
723 | 2023-10-24T16:43:49.499Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
724 | 2023-10-24T16:43:49.919Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
725 | 2023-10-24T16:43:50.243Z | Updating git repository `https://github.com/jgallagher/nix` |
726 | 2023-10-24T16:43:51.451Z | Updating git repository `https://github.com/cbiffle/hubpack` |
727 | 2023-10-24T16:43:51.849Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
728 | 2023-10-24T16:44:00.372Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
729 | 2023-10-24T16:44:00.982Z | Updating git repository `https://github.com/oxidecomputer/typify` |
730 | 2023-10-24T16:44:03.016Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
731 | 2023-10-24T16:44:03.425Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
732 | 2023-10-24T16:44:03.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
733 | 2023-10-24T16:44:05.420Z | Downloading crates ... |
734 | 2023-10-24T16:44:05.727Z | Downloaded bzip2 v0.4.4 |
735 | 2023-10-24T16:44:05.736Z | Downloaded cargo-platform v0.1.3 |
736 | 2023-10-24T16:44:05.740Z | Downloaded indexmap v1.9.3 |
737 | 2023-10-24T16:44:05.759Z | Downloaded ident_case v1.0.1 |
738 | 2023-10-24T16:44:05.765Z | Downloaded lazycell v1.3.0 |
739 | 2023-10-24T16:44:05.771Z | Downloaded lazy_static v1.4.0 |
740 | 2023-10-24T16:44:05.774Z | Downloaded anstyle v1.0.2 |
741 | 2023-10-24T16:44:05.777Z | Downloaded iana-time-zone v0.1.57 |
742 | 2023-10-24T16:44:05.782Z | Downloaded aead v0.5.2 |
743 | 2023-10-24T16:44:05.785Z | Downloaded linear-map v1.2.0 |
744 | 2023-10-24T16:44:05.789Z | Downloaded camino v1.1.6 |
745 | 2023-10-24T16:44:05.796Z | Downloaded anstyle-parse v0.2.1 |
746 | 2023-10-24T16:44:05.806Z | Downloaded itertools v0.10.5 |
747 | 2023-10-24T16:44:05.824Z | Downloaded is-terminal v0.4.9 |
748 | 2023-10-24T16:44:05.828Z | Downloaded atty v0.2.14 |
749 | 2023-10-24T16:44:05.831Z | Downloaded ipnetwork v0.20.0 |
750 | 2023-10-24T16:44:05.834Z | Downloaded bitstruct v0.1.1 |
751 | 2023-10-24T16:44:05.838Z | Downloaded md-5 v0.10.5 |
752 | 2023-10-24T16:44:05.840Z | Downloaded ipnet v2.8.0 |
753 | 2023-10-24T16:44:05.845Z | Downloaded inout v0.1.3 |
754 | 2023-10-24T16:44:05.851Z | Downloaded crc32fast v1.3.2 |
755 | 2023-10-24T16:44:05.859Z | Downloaded http-range v0.1.5 |
756 | 2023-10-24T16:44:05.865Z | Downloaded async-recursion v1.0.5 |
757 | 2023-10-24T16:44:05.871Z | Downloaded indoc v1.0.9 |
758 | 2023-10-24T16:44:05.878Z | Downloaded hyper-tls v0.5.0 |
759 | 2023-10-24T16:44:05.881Z | Downloaded byteorder v1.4.3 |
760 | 2023-10-24T16:44:05.885Z | Downloaded block-padding v0.3.3 |
761 | 2023-10-24T16:44:05.888Z | Downloaded bit_field v0.10.2 |
762 | 2023-10-24T16:44:05.891Z | Downloaded block-buffer v0.10.4 |
763 | 2023-10-24T16:44:05.895Z | Downloaded highway v1.1.0 |
764 | 2023-10-24T16:44:05.899Z | Downloaded buf-list v1.0.3 |
765 | 2023-10-24T16:44:05.905Z | Downloaded bitstruct_derive v0.1.0 |
766 | 2023-10-24T16:44:05.909Z | Downloaded indoc v2.0.3 |
767 | 2023-10-24T16:44:05.915Z | Downloaded argon2 v0.5.2 |
768 | 2023-10-24T16:44:05.920Z | Downloaded bytes v1.5.0 |
769 | 2023-10-24T16:44:05.927Z | Downloaded bincode v1.3.3 |
770 | 2023-10-24T16:44:05.931Z | Downloaded bitflags v2.4.0 |
771 | 2023-10-24T16:44:05.938Z | Downloaded crunchy v0.2.2 |
772 | 2023-10-24T16:44:05.942Z | Downloaded httparse v1.8.0 |
773 | 2023-10-24T16:44:05.949Z | Downloaded memoffset v0.9.0 |
774 | 2023-10-24T16:44:05.980Z | Downloaded http-body v0.4.5 |
775 | 2023-10-24T16:44:05.983Z | Downloaded tokio-native-tls v0.3.1 |
776 | 2023-10-24T16:44:05.986Z | Downloaded hubpack v0.1.2 |
777 | 2023-10-24T16:44:05.989Z | Downloaded slog-scope v4.4.0 |
778 | 2023-10-24T16:44:05.991Z | Downloaded tower-service v0.3.2 |
779 | 2023-10-24T16:44:05.994Z | Downloaded endian-type v0.1.2 |
780 | 2023-10-24T16:44:05.997Z | Downloaded crossbeam-channel v0.5.8 |
781 | 2023-10-24T16:44:06.001Z | Downloaded anyhow v1.0.75 |
782 | 2023-10-24T16:44:06.003Z | Downloaded itertools v0.11.0 |
783 | 2023-10-24T16:44:06.006Z | Downloaded indicatif v0.17.7 |
784 | 2023-10-24T16:44:06.014Z | Downloaded twox-hash v1.6.3 |
785 | 2023-10-24T16:44:06.018Z | Downloaded terminal_size v0.2.6 |
786 | 2023-10-24T16:44:06.021Z | Downloaded termcolor v1.2.0 |
787 | 2023-10-24T16:44:06.024Z | Downloaded walkdir v2.4.0 |
788 | 2023-10-24T16:44:06.028Z | Downloaded darling_macro v0.20.3 |
789 | 2023-10-24T16:44:06.031Z | Downloaded futures-macro v0.3.28 |
790 | 2023-10-24T16:44:06.033Z | Downloaded crossbeam-epoch v0.9.15 |
791 | 2023-10-24T16:44:06.040Z | Downloaded flagset v0.4.3 |
792 | 2023-10-24T16:44:06.044Z | Downloaded num-complex v0.4.4 |
793 | 2023-10-24T16:44:06.050Z | Downloaded similar v2.2.1 |
794 | 2023-10-24T16:44:06.059Z | Downloaded fxhash v0.2.1 |
795 | 2023-10-24T16:44:06.062Z | Downloaded darling_macro v0.14.4 |
796 | 2023-10-24T16:44:06.064Z | Downloaded utf8parse v0.2.1 |
797 | 2023-10-24T16:44:06.067Z | Downloaded fallible-streaming-iterator v0.1.9 |
798 | 2023-10-24T16:44:06.069Z | Downloaded errno v0.3.2 |
799 | 2023-10-24T16:44:06.072Z | Downloaded ff v0.13.0 |
800 | 2023-10-24T16:44:06.075Z | Downloaded foreign-types-macros v0.2.3 |
801 | 2023-10-24T16:44:06.077Z | Downloaded foreign-types v0.5.0 |
802 | 2023-10-24T16:44:06.080Z | Downloaded zerocopy v0.3.0 |
803 | 2023-10-24T16:44:06.083Z | Downloaded fallible-iterator v0.2.0 |
804 | 2023-10-24T16:44:06.085Z | Downloaded structopt v0.3.26 |
805 | 2023-10-24T16:44:06.101Z | Downloaded opaque-debug v0.3.0 |
806 | 2023-10-24T16:44:06.105Z | Downloaded base64 v0.21.4 |
807 | 2023-10-24T16:44:06.114Z | Downloaded num_threads v0.1.6 |
808 | 2023-10-24T16:44:06.119Z | Downloaded toolchain_find v0.2.0 |
809 | 2023-10-24T16:44:06.122Z | Downloaded toml_datetime v0.6.3 |
810 | 2023-10-24T16:44:06.126Z | Downloaded openssl-probe v0.1.5 |
811 | 2023-10-24T16:44:06.129Z | Downloaded erased-serde v0.3.30 |
812 | 2023-10-24T16:44:06.136Z | Downloaded group v0.13.0 |
813 | 2023-10-24T16:44:06.140Z | Downloaded mio v0.8.8 |
814 | 2023-10-24T16:44:06.155Z | Downloaded strum v0.25.0 |
815 | 2023-10-24T16:44:06.165Z | Downloaded pretty-hex v0.3.0 |
816 | 2023-10-24T16:44:06.168Z | Downloaded vergen v8.2.4 |
817 | 2023-10-24T16:44:06.171Z | Downloaded tokio-tungstenite v0.20.1 |
818 | 2023-10-24T16:44:06.173Z | Downloaded globset v0.4.13 |
819 | 2023-10-24T16:44:06.176Z | Downloaded derive_builder_macro v0.12.0 |
820 | 2023-10-24T16:44:06.180Z | Downloaded half v1.8.2 |
821 | 2023-10-24T16:44:06.185Z | Downloaded oso-derive v0.26.4 |
822 | 2023-10-24T16:44:06.188Z | Downloaded olpc-cjson v0.1.3 |
823 | 2023-10-24T16:44:06.191Z | Downloaded structmeta v0.1.6 |
824 | 2023-10-24T16:44:06.194Z | Downloaded num_enum_derive v0.7.0 |
825 | 2023-10-24T16:44:06.197Z | Downloaded tracing-attributes v0.1.26 |
826 | 2023-10-24T16:44:06.202Z | Downloaded downcast v0.11.0 |
827 | 2023-10-24T16:44:06.205Z | Downloaded tabled_derive v0.6.0 |
828 | 2023-10-24T16:44:06.208Z | Downloaded dtrace-parser v0.1.14 |
829 | 2023-10-24T16:44:06.210Z | Downloaded wyz v0.5.1 |
830 | 2023-10-24T16:44:06.213Z | Downloaded tap v1.0.1 |
831 | 2023-10-24T16:44:06.216Z | Downloaded path-dedot v3.1.0 |
832 | 2023-10-24T16:44:06.218Z | Downloaded rand_core v0.6.4 |
833 | 2023-10-24T16:44:06.223Z | Downloaded string_cache v0.8.7 |
834 | 2023-10-24T16:44:06.227Z | Downloaded path-absolutize v3.1.0 |
835 | 2023-10-24T16:44:06.230Z | Downloaded spki v0.7.2 |
836 | 2023-10-24T16:44:06.233Z | Downloaded salty v0.2.0 |
837 | 2023-10-24T16:44:06.245Z | Downloaded strum_macros v0.24.3 |
838 | 2023-10-24T16:44:06.249Z | Downloaded signal-hook-tokio v0.3.1 |
839 | 2023-10-24T16:44:06.252Z | Downloaded proc-macro-error v1.0.4 |
840 | 2023-10-24T16:44:06.259Z | Downloaded tinyvec_macros v0.1.1 |
841 | 2023-10-24T16:44:06.262Z | Downloaded debug-ignore v1.0.5 |
842 | 2023-10-24T16:44:06.265Z | Downloaded owo-colors v3.5.0 |
843 | 2023-10-24T16:44:06.271Z | Downloaded smallvec v0.6.14 |
844 | 2023-10-24T16:44:06.275Z | Downloaded zone_cfg_derive v0.2.0 |
845 | 2023-10-24T16:44:06.278Z | Downloaded vte_generate_state_changes v0.1.1 |
846 | 2023-10-24T16:44:06.281Z | Downloaded elliptic-curve v0.13.5 |
847 | 2023-10-24T16:44:06.286Z | Downloaded slog-term v2.9.0 |
848 | 2023-10-24T16:44:06.292Z | Downloaded omicron-zone-package v0.8.3 |
849 | 2023-10-24T16:44:06.297Z | Downloaded deranged v0.3.8 |
850 | 2023-10-24T16:44:06.300Z | Downloaded phf v0.11.2 |
851 | 2023-10-24T16:44:06.303Z | Downloaded pkg-config v0.3.27 |
852 | 2023-10-24T16:44:06.307Z | Downloaded parse-display v0.7.0 |
853 | 2023-10-24T16:44:06.310Z | Downloaded waitgroup v0.1.2 |
854 | 2023-10-24T16:44:06.313Z | Downloaded ppv-lite86 v0.2.17 |
855 | 2023-10-24T16:44:06.316Z | Downloaded peeking_take_while v0.1.2 |
856 | 2023-10-24T16:44:06.319Z | Downloaded schemars_derive v0.8.13 |
857 | 2023-10-24T16:44:06.323Z | Downloaded version_check v0.9.4 |
858 | 2023-10-24T16:44:06.327Z | Downloaded digest v0.10.7 |
859 | 2023-10-24T16:44:06.331Z | Downloaded precomputed-hash v0.1.1 |
860 | 2023-10-24T16:44:06.334Z | Downloaded derive_builder v0.12.0 |
861 | 2023-10-24T16:44:06.341Z | Downloaded pretty-hex v0.2.1 |
862 | 2023-10-24T16:44:06.344Z | Downloaded smallvec v1.11.0 |
863 | 2023-10-24T16:44:06.349Z | Downloaded display-error-chain v0.1.1 |
864 | 2023-10-24T16:44:06.352Z | Downloaded predicates-tree v1.0.9 |
865 | 2023-10-24T16:44:06.355Z | Downloaded snafu-derive v0.7.5 |
866 | 2023-10-24T16:44:06.358Z | Downloaded derive-where v1.2.5 |
867 | 2023-10-24T16:44:06.366Z | Downloaded ed25519 v1.5.3 |
868 | 2023-10-24T16:44:06.370Z | Downloaded postcard-cobs v0.1.5-pre |
869 | 2023-10-24T16:44:06.373Z | Downloaded scheduled-thread-pool v0.2.7 |
870 | 2023-10-24T16:44:06.376Z | Downloaded rpassword v7.2.0 |
871 | 2023-10-24T16:44:06.379Z | Downloaded pest_meta v2.7.2 |
872 | 2023-10-24T16:44:06.383Z | Downloaded form_urlencoded v1.2.0 |
873 | 2023-10-24T16:44:06.386Z | Downloaded phf_shared v0.11.2 |
874 | 2023-10-24T16:44:06.389Z | Downloaded difflib v0.4.0 |
875 | 2023-10-24T16:44:06.392Z | Downloaded quick-error v1.2.3 |
876 | 2023-10-24T16:44:06.394Z | Downloaded thiserror-impl-no-std v2.0.2 |
877 | 2023-10-24T16:44:06.397Z | Downloaded whoami v1.4.1 |
878 | 2023-10-24T16:44:06.400Z | Downloaded thiserror-no-std v2.0.2 |
879 | 2023-10-24T16:44:06.405Z | Downloaded path-slash v0.1.5 |
880 | 2023-10-24T16:44:06.408Z | Downloaded flume v0.11.0 |
881 | 2023-10-24T16:44:06.414Z | Downloaded dirs-sys-next v0.1.2 |
882 | 2023-10-24T16:44:06.417Z | Downloaded pkcs1 v0.7.5 |
883 | 2023-10-24T16:44:06.421Z | Downloaded strum_macros v0.25.2 |
884 | 2023-10-24T16:44:06.425Z | Downloaded doc-comment v0.3.3 |
885 | 2023-10-24T16:44:06.427Z | Downloaded tungstenite v0.18.0 |
886 | 2023-10-24T16:44:06.432Z | Downloaded thiserror-impl v1.0.49 |
887 | 2023-10-24T16:44:06.435Z | Downloaded termtree v0.4.1 |
888 | 2023-10-24T16:44:06.438Z | Downloaded smf v0.2.2 |
889 | 2023-10-24T16:44:06.441Z | Downloaded diesel_derives v2.1.1 |
890 | 2023-10-24T16:44:06.444Z | Downloaded unicode-xid v0.2.4 |
891 | 2023-10-24T16:44:06.447Z | Downloaded rustversion v1.0.14 |
892 | 2023-10-24T16:44:06.451Z | Downloaded schemars v0.8.13 |
893 | 2023-10-24T16:44:06.473Z | Downloaded universal-hash v0.5.1 |
894 | 2023-10-24T16:44:06.478Z | Downloaded signal-hook-registry v1.4.1 |
895 | 2023-10-24T16:44:06.481Z | Downloaded sha1 v0.10.5 |
896 | 2023-10-24T16:44:06.484Z | Downloaded serde-hex v0.1.0 |
897 | 2023-10-24T16:44:06.487Z | Downloaded shell-words v1.1.0 |
898 | 2023-10-24T16:44:06.489Z | Downloaded unarray v0.1.4 |
899 | 2023-10-24T16:44:06.492Z | Downloaded slab v0.4.9 |
900 | 2023-10-24T16:44:06.495Z | Downloaded unicode-normalization v0.1.22 |
901 | 2023-10-24T16:44:06.498Z | Downloaded rustc_version v0.1.7 |
902 | 2023-10-24T16:44:06.501Z | Downloaded slog-dtrace v0.2.3 |
903 | 2023-10-24T16:44:06.504Z | Downloaded try-lock v0.2.4 |
904 | 2023-10-24T16:44:06.507Z | Downloaded zip v0.6.6 |
905 | 2023-10-24T16:44:06.510Z | Downloaded dyn-clone v1.0.13 |
906 | 2023-10-24T16:44:06.513Z | Downloaded zone v0.2.0 |
907 | 2023-10-24T16:44:06.516Z | Downloaded dof v0.1.5 |
908 | 2023-10-24T16:44:06.518Z | Downloaded unicase v2.7.0 |
909 | 2023-10-24T16:44:06.521Z | Downloaded rustc-hash v1.1.0 |
910 | 2023-10-24T16:44:06.524Z | Downloaded tiny-keccak v2.0.2 |
911 | 2023-10-24T16:44:06.527Z | Downloaded signature v2.1.0 |
912 | 2023-10-24T16:44:06.530Z | Downloaded slog-async v2.8.0 |
913 | 2023-10-24T16:44:06.532Z | Downloaded rustc-demangle v0.1.23 |
914 | 2023-10-24T16:44:06.535Z | Downloaded platforms v3.0.2 |
915 | 2023-10-24T16:44:06.537Z | Downloaded tokio-rustls v0.24.1 |
916 | 2023-10-24T16:44:06.540Z | Downloaded tokio-tungstenite v0.18.0 |
917 | 2023-10-24T16:44:06.543Z | Downloaded ron v0.8.1 |
918 | 2023-10-24T16:44:06.552Z | Downloaded termios v0.3.3 |
919 | 2023-10-24T16:44:06.556Z | Downloaded der_derive v0.7.2 |
920 | 2023-10-24T16:44:06.559Z | Downloaded pin-utils v0.1.0 |
921 | 2023-10-24T16:44:06.561Z | Downloaded slog v2.7.0 |
922 | 2023-10-24T16:44:06.566Z | Downloaded ucd-trie v0.1.6 |
923 | 2023-10-24T16:44:06.569Z | Downloaded prettyplease v0.2.12 |
924 | 2023-10-24T16:44:06.576Z | Downloaded tokio-stream v0.1.14 |
925 | 2023-10-24T16:44:06.583Z | Downloaded hkdf v0.12.3 |
926 | 2023-10-24T16:44:06.589Z | Downloaded serde_with v2.3.3 |
927 | 2023-10-24T16:44:06.600Z | Downloaded minimal-lexical v0.2.1 |
928 | 2023-10-24T16:44:06.608Z | Downloaded pest_derive v2.7.2 |
929 | 2023-10-24T16:44:06.612Z | Downloaded serde_json v1.0.107 |
930 | 2023-10-24T16:44:06.626Z | Downloaded clap v2.34.0 |
931 | 2023-10-24T16:44:06.639Z | Downloaded tracing-core v0.1.31 |
932 | 2023-10-24T16:44:06.644Z | Downloaded unsafe-libyaml v0.2.9 |
933 | 2023-10-24T16:44:06.651Z | Downloaded rayon v1.7.0 |
934 | 2023-10-24T16:44:06.668Z | Downloaded x509-cert v0.2.4 |
935 | 2023-10-24T16:44:06.679Z | Downloaded reedline v0.23.0 |
936 | 2023-10-24T16:44:06.690Z | Downloaded h2 v0.3.21 |
937 | 2023-10-24T16:44:06.703Z | Downloaded portable-atomic v1.4.3 |
938 | 2023-10-24T16:44:06.713Z | Downloaded url v2.4.1 |
939 | 2023-10-24T16:44:06.719Z | Downloaded der v0.7.8 |
940 | 2023-10-24T16:44:06.728Z | Downloaded reqwest v0.11.20 |
941 | 2023-10-24T16:44:06.742Z | Downloaded rusqlite v0.29.0 |
942 | 2023-10-24T16:44:06.753Z | Downloaded petgraph v0.6.4 |
943 | 2023-10-24T16:44:06.778Z | Downloaded webpki-roots v0.25.2 |
944 | 2023-10-24T16:44:06.785Z | Downloaded git2 v0.17.2 |
945 | 2023-10-24T16:44:06.801Z | Downloaded quick-xml v0.23.1 |
946 | 2023-10-24T16:44:06.814Z | Downloaded idna v0.4.0 |
947 | 2023-10-24T16:44:06.828Z | Downloaded gimli v0.28.0 |
948 | 2023-10-24T16:44:06.844Z | Downloaded proptest v1.3.1 |
949 | 2023-10-24T16:44:06.862Z | Downloaded syn v1.0.109 |
950 | 2023-10-24T16:44:06.881Z | Downloaded regress v0.7.1 |
951 | 2023-10-24T16:44:06.896Z | Downloaded object v0.32.1 |
952 | 2023-10-24T16:44:06.915Z | Downloaded rustls v0.21.7 |
953 | 2023-10-24T16:44:06.936Z | Downloaded rustix v0.38.9 |
954 | 2023-10-24T16:44:06.975Z | Downloaded openapiv3 v1.0.3 |
955 | 2023-10-24T16:44:07.002Z | Downloaded zerocopy-derive v0.6.4 |
956 | 2023-10-24T16:44:07.021Z | Downloaded regex-syntax v0.6.29 |
957 | 2023-10-24T16:44:07.034Z | Downloaded tokio v1.33.0 |
958 | 2023-10-24T16:44:07.101Z | Downloaded regex-automata v0.3.8 |
959 | 2023-10-24T16:44:07.131Z | Downloaded sled v0.34.7 |
960 | 2023-10-24T16:44:07.151Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
961 | 2023-10-24T16:44:07.175Z | Downloaded zerocopy-derive v0.2.0 |
962 | 2023-10-24T16:44:07.192Z | Downloaded libc v0.2.149 |
963 | 2023-10-24T16:44:07.241Z | Downloaded diesel v2.1.1 |
964 | 2023-10-24T16:44:07.273Z | Downloaded polar-core v0.26.4 |
965 | 2023-10-24T16:44:07.288Z | Downloaded regex-syntax v0.7.5 |
966 | 2023-10-24T16:44:07.304Z | Downloaded object v0.30.4 |
967 | 2023-10-24T16:44:07.321Z | Downloaded bstr v1.6.0 |
968 | 2023-10-24T16:44:07.342Z | Downloaded curve25519-dalek v4.1.0 |
969 | 2023-10-24T16:44:07.358Z | Downloaded regex v1.9.5 |
970 | 2023-10-24T16:44:07.381Z | Downloaded sha3 v0.10.8 |
971 | 2023-10-24T16:44:07.394Z | Downloaded radix_trie v0.2.1 |
972 | 2023-10-24T16:44:07.404Z | Downloaded openssl v0.10.57 |
973 | 2023-10-24T16:44:07.421Z | Downloaded rustix v0.37.23 |
974 | 2023-10-24T16:44:07.455Z | Downloaded ratatui v0.23.0 |
975 | 2023-10-24T16:44:07.475Z | Downloaded trust-dns-proto v0.22.0 |
976 | 2023-10-24T16:44:07.496Z | Downloaded smoltcp v0.9.1 |
977 | 2023-10-24T16:44:07.515Z | Downloaded nix v0.26.2 |
978 | 2023-10-24T16:44:07.534Z | Downloaded vcpkg v0.2.15 |
979 | 2023-10-24T16:44:07.606Z | Downloaded encoding_rs v0.8.33 |
980 | 2023-10-24T16:44:07.649Z | Downloaded rustls-webpki v0.101.4 |
981 | 2023-10-24T16:44:07.676Z | Downloaded bitvec v1.0.1 |
982 | 2023-10-24T16:44:07.702Z | Downloaded syn v2.0.32 |
983 | 2023-10-24T16:44:07.721Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
984 | 2023-10-24T16:44:07.826Z | Downloaded smoltcp v0.8.2 |
985 | 2023-10-24T16:44:07.843Z | Downloaded bstr v0.2.17 |
986 | 2023-10-24T16:44:07.861Z | Downloaded winnow v0.5.15 |
987 | 2023-10-24T16:44:07.875Z | Downloaded trust-dns-server v0.22.1 |
988 | 2023-10-24T16:44:07.884Z | Downloaded trust-dns-client v0.22.0 |
989 | 2023-10-24T16:44:07.893Z | Downloaded regex-automata v0.1.10 |
990 | 2023-10-24T16:44:07.902Z | Downloaded tabled v0.14.0 |
991 | 2023-10-24T16:44:07.930Z | Downloaded lalrpop v0.19.12 |
992 | 2023-10-24T16:44:07.949Z | Downloaded idna v0.2.3 |
993 | 2023-10-24T16:44:07.962Z | Downloaded pest v2.7.2 |
994 | 2023-10-24T16:44:07.971Z | Downloaded futures-util v0.3.28 |
995 | 2023-10-24T16:44:07.992Z | Downloaded bindgen v0.65.1 |
996 | 2023-10-24T16:44:08.031Z | Downloaded serde v1.0.188 |
997 | 2023-10-24T16:44:08.035Z | Downloaded test-strategy v0.2.1 |
998 | 2023-10-24T16:44:08.039Z | Downloaded crossterm v0.27.0 |
999 | 2023-10-24T16:44:08.042Z | Downloaded derive_builder_core v0.12.0 |
1000 | 2023-10-24T16:44:08.046Z | Downloaded socket2 v0.5.4 |
1001 | 2023-10-24T16:44:08.049Z | Downloaded proc-macro2 v1.0.67 |
1002 | 2023-10-24T16:44:08.052Z | Downloaded rand v0.4.6 |
1003 | 2023-10-24T16:44:08.054Z | Downloaded signal-hook-mio v0.2.3 |
1004 | 2023-10-24T16:44:08.057Z | Downloaded semver v1.0.18 |
1005 | 2023-10-24T16:44:08.060Z | Downloaded hashbrown v0.14.0 |
1006 | 2023-10-24T16:44:08.063Z | Downloaded hashbrown v0.12.3 |
1007 | 2023-10-24T16:44:08.065Z | Downloaded hashbrown v0.13.2 |
1008 | 2023-10-24T16:44:08.073Z | Downloaded num-bigint-dig v0.8.4 |
1009 | 2023-10-24T16:44:08.082Z | Downloaded pkcs8 v0.10.2 |
1010 | 2023-10-24T16:44:08.086Z | Downloaded time-macros v0.2.13 |
1011 | 2023-10-24T16:44:08.089Z | Downloaded rustls-pemfile v1.0.3 |
1012 | 2023-10-24T16:44:08.092Z | Downloaded xattr v1.0.1 |
1013 | 2023-10-24T16:44:08.095Z | Downloaded headers v0.3.9 |
1014 | 2023-10-24T16:44:08.104Z | Downloaded libz-sys v1.1.12 |
1015 | 2023-10-24T16:44:08.226Z | Downloaded tough v0.12.5 |
1016 | 2023-10-24T16:44:08.259Z | Downloaded paste v1.0.14 |
1017 | 2023-10-24T16:44:08.267Z | Downloaded usdt v0.3.5 |
1018 | 2023-10-24T16:44:08.270Z | Downloaded spin v0.9.8 |
1019 | 2023-10-24T16:44:08.276Z | Downloaded textwrap v0.11.0 |
1020 | 2023-10-24T16:44:08.287Z | Downloaded tinyvec v1.6.0 |
1021 | 2023-10-24T16:44:08.296Z | Downloaded subprocess v0.2.9 |
1022 | 2023-10-24T16:44:08.302Z | Downloaded toml_edit v0.19.15 |
1023 | 2023-10-24T16:44:08.336Z | Downloaded signature v1.6.4 |
1024 | 2023-10-24T16:44:08.340Z | Downloaded term v0.7.0 |
1025 | 2023-10-24T16:44:08.345Z | Downloaded hyper v0.14.27 |
1026 | 2023-10-24T16:44:08.360Z | Downloaded crossterm v0.26.1 |
1027 | 2023-10-24T16:44:08.371Z | Downloaded untrusted v0.7.1 |
1028 | 2023-10-24T16:44:08.374Z | Downloaded pem-rfc7468 v0.7.0 |
1029 | 2023-10-24T16:44:08.379Z | Downloaded vte v0.11.1 |
1030 | 2023-10-24T16:44:08.382Z | Downloaded diff v0.1.13 |
1031 | 2023-10-24T16:44:08.385Z | Downloaded postgres-protocol v0.6.6 |
1032 | 2023-10-24T16:44:08.393Z | Downloaded usdt-impl v0.3.5 |
1033 | 2023-10-24T16:44:08.396Z | Downloaded poly1305 v0.8.0 |
1034 | 2023-10-24T16:44:08.399Z | Downloaded hashlink v0.8.3 |
1035 | 2023-10-24T16:44:08.401Z | Downloaded aho-corasick v1.0.4 |
1036 | 2023-10-24T16:44:08.408Z | Downloaded chrono v0.4.31 |
1037 | 2023-10-24T16:44:08.427Z | Downloaded tracing v0.1.37 |
1038 | 2023-10-24T16:44:08.434Z | Downloaded password-hash v0.5.0 |
1039 | 2023-10-24T16:44:08.438Z | Downloaded parking_lot_core v0.9.8 |
1040 | 2023-10-24T16:44:08.441Z | Downloaded usdt-attr-macro v0.3.5 |
1041 | 2023-10-24T16:44:08.444Z | Downloaded polyval v0.6.1 |
1042 | 2023-10-24T16:44:08.447Z | Downloaded predicates v3.0.4 |
1043 | 2023-10-24T16:44:08.450Z | Downloaded tempfile v3.8.0 |
1044 | 2023-10-24T16:44:08.454Z | Downloaded wait-timeout v0.2.0 |
1045 | 2023-10-24T16:44:08.460Z | Downloaded vsss-rs v3.3.1 |
1046 | 2023-10-24T16:44:08.463Z | Downloaded dirs-next v2.0.0 |
1047 | 2023-10-24T16:44:08.466Z | Downloaded postgres-types v0.2.6 |
1048 | 2023-10-24T16:44:08.470Z | Downloaded papergrid v0.10.0 |
1049 | 2023-10-24T16:44:08.479Z | Downloaded crossbeam-queue v0.3.8 |
1050 | 2023-10-24T16:44:08.482Z | Downloaded sct v0.7.0 |
1051 | 2023-10-24T16:44:08.488Z | Downloaded which v4.4.0 |
1052 | 2023-10-24T16:44:08.492Z | Downloaded percent-encoding v2.3.0 |
1053 | 2023-10-24T16:44:08.495Z | Downloaded derive_more v0.99.17 |
1054 | 2023-10-24T16:44:08.502Z | Downloaded libsqlite3-sys v0.26.0 |
1055 | 2023-10-24T16:44:08.643Z | Downloaded unicode-segmentation v1.10.1 |
1056 | 2023-10-24T16:44:08.650Z | Downloaded tar v0.4.40 |
1057 | 2023-10-24T16:44:08.655Z | Downloaded ring v0.16.20 |
1058 | 2023-10-24T16:44:08.822Z | Downloaded rcgen v0.10.0 |
1059 | 2023-10-24T16:44:08.826Z | Downloaded openssl-sys v0.9.93 |
1060 | 2023-10-24T16:44:08.835Z | Downloaded resolv-conf v0.7.0 |
1061 | 2023-10-24T16:44:08.838Z | Downloaded postcard v0.7.3 |
1062 | 2023-10-24T16:44:08.841Z | Downloaded time v0.3.27 |
1063 | 2023-10-24T16:44:08.852Z | Downloaded nom v7.1.3 |
1064 | 2023-10-24T16:44:08.861Z | Downloaded crossbeam-utils v0.8.16 |
1065 | 2023-10-24T16:44:08.866Z | Downloaded typenum v1.16.0 |
1066 | 2023-10-24T16:44:08.870Z | Downloaded socket2 v0.4.9 |
1067 | 2023-10-24T16:44:08.874Z | Downloaded toml v0.8.0 |
1068 | 2023-10-24T16:44:08.880Z | Downloaded toml v0.7.8 |
1069 | 2023-10-24T16:44:08.886Z | Downloaded tokio-util v0.7.8 |
1070 | 2023-10-24T16:44:08.898Z | Downloaded phf_shared v0.10.0 |
1071 | 2023-10-24T16:44:08.901Z | Downloaded slog-stdlog v4.1.1 |
1072 | 2023-10-24T16:44:08.903Z | Downloaded parse-display-derive v0.7.0 |
1073 | 2023-10-24T16:44:08.906Z | Downloaded rayon-core v1.11.0 |
1074 | 2023-10-24T16:44:08.910Z | Downloaded data-encoding v2.4.0 |
1075 | 2023-10-24T16:44:08.913Z | Downloaded rustls-native-certs v0.6.3 |
1076 | 2023-10-24T16:44:08.916Z | Downloaded oso v0.26.4 |
1077 | 2023-10-24T16:44:08.922Z | Downloaded rand v0.8.5 |
1078 | 2023-10-24T16:44:08.929Z | Downloaded tokio-macros v2.1.0 |
1079 | 2023-10-24T16:44:08.932Z | Downloaded scopeguard v1.2.0 |
1080 | 2023-10-24T16:44:08.935Z | Downloaded proc-macro-error-attr v1.0.4 |
1081 | 2023-10-24T16:44:08.938Z | Downloaded pin-project-lite v0.2.13 |
1082 | 2023-10-24T16:44:08.943Z | Downloaded parking_lot v0.12.1 |
1083 | 2023-10-24T16:44:08.947Z | Downloaded predicates-core v1.0.6 |
1084 | 2023-10-24T16:44:08.950Z | Downloaded crypto-bigint v0.5.2 |
1085 | 2023-10-24T16:44:08.959Z | Downloaded predicates v2.1.5 |
1086 | 2023-10-24T16:44:08.963Z | Downloaded ref-cast v1.0.20 |
1087 | 2023-10-24T16:44:08.967Z | Downloaded toml_edit v0.20.0 |
1088 | 2023-10-24T16:44:09.106Z | Downloaded steno v0.4.0 |
1089 | 2023-10-24T16:44:09.110Z | Downloaded ref-cast-impl v1.0.20 |
1090 | 2023-10-24T16:44:09.113Z | Downloaded pest_generator v2.7.2 |
1091 | 2023-10-24T16:44:09.116Z | Downloaded pem v1.1.1 |
1092 | 2023-10-24T16:44:09.119Z | Downloaded slog-bunyan v2.4.0 |
1093 | 2023-10-24T16:44:09.122Z | Downloaded thread-id v4.2.0 |
1094 | 2023-10-24T16:44:09.125Z | Downloaded smawk v0.3.1 |
1095 | 2023-10-24T16:44:09.128Z | Downloaded trust-dns-resolver v0.22.0 |
1096 | 2023-10-24T16:44:09.131Z | Downloaded proc-macro-crate v1.3.1 |
1097 | 2023-10-24T16:44:09.134Z | Downloaded darling_core v0.14.4 |
1098 | 2023-10-24T16:44:09.137Z | Downloaded snafu v0.7.5 |
1099 | 2023-10-24T16:44:09.139Z | Downloaded rand_xorshift v0.3.0 |
1100 | 2023-10-24T16:44:09.142Z | Downloaded parking_lot_core v0.8.6 |
1101 | 2023-10-24T16:44:09.145Z | Downloaded parking_lot v0.11.2 |
1102 | 2023-10-24T16:44:09.148Z | Downloaded futures v0.3.28 |
1103 | 2023-10-24T16:44:09.151Z | Downloaded num-bigint v0.4.4 |
1104 | 2023-10-24T16:44:09.154Z | Downloaded libxml v0.3.3 |
1105 | 2023-10-24T16:44:09.157Z | Downloaded tui-tree-widget v0.13.0 |
1106 | 2023-10-24T16:44:09.160Z | Downloaded semver-parser v0.10.2 |
1107 | 2023-10-24T16:44:09.163Z | Downloaded uuid v1.4.1 |
1108 | 2023-10-24T16:44:09.166Z | Downloaded serde_yaml v0.9.25 |
1109 | 2023-10-24T16:44:09.168Z | Downloaded flate2 v1.0.27 |
1110 | 2023-10-24T16:44:09.172Z | Downloaded darling_core v0.20.3 |
1111 | 2023-10-24T16:44:09.175Z | Downloaded spin v0.5.2 |
1112 | 2023-10-24T16:44:09.178Z | Downloaded radium v0.7.0 |
1113 | 2023-10-24T16:44:09.181Z | Downloaded r2d2 v0.8.10 |
1114 | 2023-10-24T16:44:09.183Z | Downloaded ron v0.7.1 |
1115 | 2023-10-24T16:44:09.186Z | Downloaded packed_struct v0.10.1 |
1116 | 2023-10-24T16:44:09.189Z | Downloaded once_cell v1.18.0 |
1117 | 2023-10-24T16:44:09.192Z | Downloaded tungstenite v0.20.1 |
1118 | 2023-10-24T16:44:09.194Z | Downloaded subtle v2.5.0 |
1119 | 2023-10-24T16:44:09.197Z | Downloaded rand_chacha v0.3.1 |
1120 | 2023-10-24T16:44:09.200Z | Downloaded either v1.9.0 |
1121 | 2023-10-24T16:44:09.202Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1122 | 2023-10-24T16:44:09.205Z | Downloaded serde-big-array v0.4.1 |
1123 | 2023-10-24T16:44:09.209Z | Downloaded packed_struct_codegen v0.10.1 |
1124 | 2023-10-24T16:44:09.212Z | Downloaded topological-sort v0.2.2 |
1125 | 2023-10-24T16:44:09.214Z | Downloaded strsim v0.10.0 |
1126 | 2023-10-24T16:44:09.218Z | Downloaded stringprep v0.1.3 |
1127 | 2023-10-24T16:44:09.220Z | Downloaded serde_derive_internals v0.26.0 |
1128 | 2023-10-24T16:44:09.223Z | Downloaded fatfs v0.3.6 |
1129 | 2023-10-24T16:44:09.226Z | Downloaded clap_builder v4.4.2 |
1130 | 2023-10-24T16:44:09.229Z | Downloaded glob v0.3.1 |
1131 | 2023-10-24T16:44:09.231Z | Downloaded serde-big-array v0.5.1 |
1132 | 2023-10-24T16:44:09.235Z | Downloaded getopts v0.2.21 |
1133 | 2023-10-24T16:44:09.239Z | Downloaded http v0.2.9 |
1134 | 2023-10-24T16:44:09.242Z | Downloaded backtrace v0.3.69 |
1135 | 2023-10-24T16:44:09.244Z | Downloaded memchr v2.6.3 |
1136 | 2023-10-24T16:44:09.247Z | Downloaded getrandom v0.2.10 |
1137 | 2023-10-24T16:44:09.250Z | Downloaded tokio-postgres v0.7.10 |
1138 | 2023-10-24T16:44:09.253Z | Downloaded futures-channel v0.3.28 |
1139 | 2023-10-24T16:44:09.256Z | Downloaded serde_plain v1.0.2 |
1140 | 2023-10-24T16:44:09.259Z | Downloaded take_mut v0.2.2 |
1141 | 2023-10-24T16:44:09.261Z | Downloaded foreign-types-shared v0.3.1 |
1142 | 2023-10-24T16:44:09.264Z | Downloaded foreign-types-shared v0.1.1 |
1143 | 2023-10-24T16:44:09.267Z | Downloaded num_enum_derive v0.5.11 |
1144 | 2023-10-24T16:44:09.270Z | Downloaded headers-core v0.2.0 |
1145 | 2023-10-24T16:44:09.273Z | Downloaded strsim v0.8.0 |
1146 | 2023-10-24T16:44:09.276Z | Downloaded strip-ansi-escapes v0.2.0 |
1147 | 2023-10-24T16:44:09.279Z | Downloaded hash32 v0.2.1 |
1148 | 2023-10-24T16:44:09.282Z | Downloaded futures-executor v0.3.28 |
1149 | 2023-10-24T16:44:09.285Z | Downloaded serde_with_macros v2.3.3 |
1150 | 2023-10-24T16:44:09.289Z | Downloaded aes v0.8.3 |
1151 | 2023-10-24T16:44:09.292Z | Downloaded unicode-ident v1.0.12 |
1152 | 2023-10-24T16:44:09.295Z | Downloaded unicode-bidi v0.3.13 |
1153 | 2023-10-24T16:44:09.298Z | Downloaded textwrap v0.16.0 |
1154 | 2023-10-24T16:44:09.301Z | Downloaded signal-hook v0.3.17 |
1155 | 2023-10-24T16:44:09.304Z | Downloaded usdt-macro v0.3.5 |
1156 | 2023-10-24T16:44:09.307Z | Downloaded quote v1.0.33 |
1157 | 2023-10-24T16:44:09.311Z | Downloaded toml v0.5.11 |
1158 | 2023-10-24T16:44:09.313Z | Downloaded serde_derive v1.0.188 |
1159 | 2023-10-24T16:44:09.316Z | Downloaded const_format v0.2.31 |
1160 | 2023-10-24T16:44:09.320Z | Downloaded darling v0.20.3 |
1161 | 2023-10-24T16:44:09.323Z | Downloaded darling v0.14.4 |
1162 | 2023-10-24T16:44:09.326Z | Downloaded openssl-macros v0.1.1 |
1163 | 2023-10-24T16:44:09.329Z | Downloaded number_prefix v0.4.0 |
1164 | 2023-10-24T16:44:09.332Z | Downloaded utf-8 v0.7.6 |
1165 | 2023-10-24T16:44:09.334Z | Downloaded ringbuffer v0.15.0 |
1166 | 2023-10-24T16:44:09.337Z | Downloaded env_logger v0.9.3 |
1167 | 2023-10-24T16:44:09.340Z | Downloaded zeroize_derive v1.4.2 |
1168 | 2023-10-24T16:44:09.343Z | Downloaded zeroize v1.6.0 |
1169 | 2023-10-24T16:44:09.346Z | Downloaded serde_urlencoded v0.7.1 |
1170 | 2023-10-24T16:44:09.349Z | Downloaded yasna v0.5.2 |
1171 | 2023-10-24T16:44:09.352Z | Downloaded heapless v0.7.16 |
1172 | 2023-10-24T16:44:09.354Z | Downloaded zerocopy v0.6.4 |
1173 | 2023-10-24T16:44:09.357Z | Downloaded generic-array v0.14.7 |
1174 | 2023-10-24T16:44:09.360Z | Downloaded futures-task v0.3.28 |
1175 | 2023-10-24T16:44:09.363Z | Downloaded futures-sink v0.3.28 |
1176 | 2023-10-24T16:44:09.366Z | Downloaded futures-io v0.3.28 |
1177 | 2023-10-24T16:44:09.369Z | Downloaded futures-core v0.3.28 |
1178 | 2023-10-24T16:44:09.372Z | Downloaded funty v2.0.0 |
1179 | 2023-10-24T16:44:09.375Z | Downloaded fs-err v2.9.0 |
1180 | 2023-10-24T16:44:09.380Z | Downloaded serde_tokenstream v0.2.0 |
1181 | 2023-10-24T16:44:09.383Z | Downloaded serde_path_to_error v0.1.14 |
1182 | 2023-10-24T16:44:09.386Z | Downloaded same-file v1.0.6 |
1183 | 2023-10-24T16:44:09.389Z | Downloaded fd-lock v3.0.13 |
1184 | 2023-10-24T16:44:09.392Z | Downloaded env_logger v0.10.0 |
1185 | 2023-10-24T16:44:09.395Z | Downloaded miniz_oxide v0.7.1 |
1186 | 2023-10-24T16:44:09.397Z | Downloaded fnv v1.0.7 |
1187 | 2023-10-24T16:44:09.400Z | Downloaded float-cmp v0.9.0 |
1188 | 2023-10-24T16:44:09.403Z | Downloaded libm v0.2.7 |
1189 | 2023-10-24T16:44:09.406Z | Downloaded chacha20poly1305 v0.10.1 |
1190 | 2023-10-24T16:44:09.409Z | Downloaded ena v0.14.2 |
1191 | 2023-10-24T16:44:09.412Z | Downloaded rsa v0.9.2 |
1192 | 2023-10-24T16:44:09.415Z | Downloaded mockall_derive v0.11.4 |
1193 | 2023-10-24T16:44:09.417Z | Downloaded cookie v0.16.2 |
1194 | 2023-10-24T16:44:09.420Z | Downloaded fixedbitset v0.4.2 |
1195 | 2023-10-24T16:44:09.423Z | Downloaded filetime v0.2.22 |
1196 | 2023-10-24T16:44:09.426Z | Downloaded ctr v0.9.2 |
1197 | 2023-10-24T16:44:09.429Z | Downloaded crypto-common v0.1.6 |
1198 | 2023-10-24T16:44:09.432Z | Downloaded unicode-linebreak v0.1.5 |
1199 | 2023-10-24T16:44:09.435Z | Downloaded base64 v0.13.1 |
1200 | 2023-10-24T16:44:09.438Z | Downloaded arc-swap v1.6.0 |
1201 | 2023-10-24T16:44:09.443Z | Downloaded enum-as-inner v0.5.1 |
1202 | 2023-10-24T16:44:09.446Z | Downloaded fragile v2.0.0 |
1203 | 2023-10-24T16:44:09.449Z | Downloaded fastrand v2.0.0 |
1204 | 2023-10-24T16:44:09.451Z | Downloaded synstructure v0.12.6 |
1205 | 2023-10-24T16:44:09.454Z | Downloaded stable_deref_trait v1.2.0 |
1206 | 2023-10-24T16:44:09.457Z | Downloaded sha2 v0.10.7 |
1207 | 2023-10-24T16:44:09.460Z | Downloaded indexmap v2.0.0 |
1208 | 2023-10-24T16:44:09.463Z | Downloaded equivalent v1.0.1 |
1209 | 2023-10-24T16:44:09.467Z | Downloaded curve25519-dalek-derive v0.1.0 |
1210 | 2023-10-24T16:44:09.470Z | Downloaded cstr-argument v0.1.2 |
1211 | 2023-10-24T16:44:09.473Z | Downloaded unicode-width v0.1.10 |
1212 | 2023-10-24T16:44:09.476Z | Downloaded thiserror v1.0.49 |
1213 | 2023-10-24T16:44:09.478Z | Downloaded semver v0.11.0 |
1214 | 2023-10-24T16:44:09.481Z | Downloaded semver v0.1.20 |
1215 | 2023-10-24T16:44:09.484Z | Downloaded ryu v1.0.15 |
1216 | 2023-10-24T16:44:09.487Z | Downloaded num-traits v0.2.16 |
1217 | 2023-10-24T16:44:09.490Z | Downloaded nanorand v0.7.0 |
1218 | 2023-10-24T16:44:09.492Z | Downloaded foreign-types v0.3.2 |
1219 | 2023-10-24T16:44:09.495Z | Downloaded crucible-workspace-hack v0.1.0 |
1220 | 2023-10-24T16:44:09.498Z | Downloaded secrecy v0.8.0 |
1221 | 2023-10-24T16:44:09.500Z | Downloaded vec_map v0.8.2 |
1222 | 2023-10-24T16:44:09.503Z | Downloaded thread_local v1.1.7 |
1223 | 2023-10-24T16:44:09.507Z | Downloaded structopt-derive v0.4.18 |
1224 | 2023-10-24T16:44:09.510Z | Downloaded structmeta-derive v0.1.6 |
1225 | 2023-10-24T16:44:09.513Z | Downloaded static_assertions v1.1.0 |
1226 | 2023-10-24T16:44:09.516Z | Downloaded slog-json v2.6.1 |
1227 | 2023-10-24T16:44:09.519Z | Downloaded serde_tokenstream v0.1.7 |
1228 | 2023-10-24T16:44:09.522Z | Downloaded serde_repr v0.1.16 |
1229 | 2023-10-24T16:44:09.525Z | Downloaded serde_arrays v0.1.0 |
1230 | 2023-10-24T16:44:09.529Z | Downloaded num v0.4.1 |
1231 | 2023-10-24T16:44:09.533Z | Downloaded nibble_vec v0.1.0 |
1232 | 2023-10-24T16:44:09.537Z | Downloaded native-tls v0.2.11 |
1233 | 2023-10-24T16:44:09.540Z | Downloaded mime v0.3.17 |
1234 | 2023-10-24T16:44:09.543Z | Downloaded mockall v0.11.4 |
1235 | 2023-10-24T16:44:09.548Z | Downloaded itoa v1.0.9 |
1236 | 2023-10-24T16:44:09.551Z | Downloaded ciborium v0.2.1 |
1237 | 2023-10-24T16:44:09.554Z | Downloaded siphasher v0.3.11 |
1238 | 2023-10-24T16:44:09.557Z | Downloaded shlex v1.1.0 |
1239 | 2023-10-24T16:44:09.560Z | Downloaded num_enum v0.7.0 |
1240 | 2023-10-24T16:44:09.563Z | Downloaded num-rational v0.4.1 |
1241 | 2023-10-24T16:44:09.566Z | Downloaded num-derive v0.4.0 |
1242 | 2023-10-24T16:44:09.569Z | Downloaded nu-ansi-term v0.49.0 |
1243 | 2023-10-24T16:44:09.572Z | Downloaded multer v2.1.0 |
1244 | 2023-10-24T16:44:09.575Z | Downloaded cipher v0.4.4 |
1245 | 2023-10-24T16:44:09.578Z | Downloaded blake2 v0.10.6 |
1246 | 2023-10-24T16:44:09.580Z | Downloaded want v0.3.1 |
1247 | 2023-10-24T16:44:09.583Z | Downloaded bcs v0.1.5 |
1248 | 2023-10-24T16:44:09.586Z | Downloaded base64ct v1.6.0 |
1249 | 2023-10-24T16:44:09.589Z | Downloaded backoff v0.4.0 |
1250 | 2023-10-24T16:44:09.592Z | Downloaded async-trait v0.1.73 |
1251 | 2023-10-24T16:44:09.595Z | Downloaded serde_spanned v0.6.3 |
1252 | 2023-10-24T16:44:09.598Z | Downloaded rusty-fork v0.3.0 |
1253 | 2023-10-24T16:44:09.601Z | Downloaded rustfmt-wrapper v0.2.0 |
1254 | 2023-10-24T16:44:09.604Z | Downloaded rtoolbox v0.0.1 |
1255 | 2023-10-24T16:44:09.607Z | Downloaded num_enum v0.5.11 |
1256 | 2023-10-24T16:44:09.610Z | Downloaded num_cpus v1.16.0 |
1257 | 2023-10-24T16:44:09.613Z | Downloaded num-integer v0.1.45 |
1258 | 2023-10-24T16:44:09.615Z | Downloaded ascii v1.1.0 |
1259 | 2023-10-24T16:44:09.618Z | Downloaded slog-envlogger v2.2.0 |
1260 | 2023-10-24T16:44:09.621Z | Downloaded memoffset v0.7.1 |
1261 | 2023-10-24T16:44:09.625Z | Downloaded macaddr v1.0.1 |
1262 | 2023-10-24T16:44:09.628Z | Downloaded log v0.4.20 |
1263 | 2023-10-24T16:44:09.631Z | Downloaded cc v1.0.83 |
1264 | 2023-10-24T16:44:09.633Z | Downloaded cargo_metadata v0.18.0 |
1265 | 2023-10-24T16:44:09.636Z | Downloaded time-core v0.1.1 |
1266 | 2023-10-24T16:44:09.639Z | Downloaded lock_api v0.4.10 |
1267 | 2023-10-24T16:44:09.642Z | Downloaded chacha20 v0.9.1 |
1268 | 2023-10-24T16:44:09.644Z | Downloaded nodrop v0.1.14 |
1269 | 2023-10-24T16:44:09.647Z | Downloaded hex v0.4.3 |
1270 | 2023-10-24T16:44:09.650Z | Downloaded rustc_version v0.4.0 |
1271 | 2023-10-24T16:44:09.653Z | Downloaded num-iter v0.1.43 |
1272 | 2023-10-24T16:44:09.656Z | Downloaded normalize-line-endings v0.3.0 |
1273 | 2023-10-24T16:44:09.659Z | Downloaded maybe-uninit v2.0.0 |
1274 | 2023-10-24T16:44:09.661Z | Downloaded matches v0.1.10 |
1275 | 2023-10-24T16:44:09.664Z | Downloaded humantime v2.1.0 |
1276 | 2023-10-24T16:44:09.667Z | Downloaded mime_guess v2.0.4 |
1277 | 2023-10-24T16:44:09.670Z | Downloaded bytesize v1.3.0 |
1278 | 2023-10-24T16:44:09.673Z | Downloaded hostname v0.3.1 |
1279 | 2023-10-24T16:44:09.675Z | Downloaded heck v0.4.1 |
1280 | 2023-10-24T16:44:09.678Z | Downloaded heck v0.3.3 |
1281 | 2023-10-24T16:44:09.682Z | Downloaded bit-set v0.5.3 |
1282 | 2023-10-24T16:44:09.692Z | Downloaded bitfield v0.14.0 |
1283 | 2023-10-24T16:44:09.696Z | Downloaded anstyle-query v1.0.0 |
1284 | 2023-10-24T16:44:09.698Z | Downloaded bit-vec v0.6.3 |
1285 | 2023-10-24T16:44:09.701Z | Downloaded bb8 v0.8.1 |
1286 | 2023-10-24T16:44:09.703Z | Downloaded ascii-canvas v3.0.0 |
1287 | 2023-10-24T16:44:09.706Z | Downloaded httpdate v1.0.3 |
1288 | 2023-10-24T16:44:09.709Z | Downloaded base16ct v0.2.0 |
1289 | 2023-10-24T16:44:09.711Z | Downloaded atomic-waker v1.1.1 |
1290 | 2023-10-24T16:44:09.717Z | Downloaded autocfg v1.1.0 |
1291 | 2023-10-24T16:44:09.721Z | Downloaded allocator-api2 v0.2.16 |
1292 | 2023-10-24T16:44:09.729Z | Downloaded crc-any v2.4.3 |
1293 | 2023-10-24T16:44:09.733Z | Downloaded async-stream v0.3.5 |
1294 | 2023-10-24T16:44:09.735Z | Downloaded array-init v0.0.4 |
1295 | 2023-10-24T16:44:09.738Z | Downloaded newtype_derive v0.1.6 |
1296 | 2023-10-24T16:44:09.741Z | Downloaded new_debug_unreachable v1.0.4 |
1297 | 2023-10-24T16:44:09.743Z | Downloaded clap v4.4.3 |
1298 | 2023-10-24T16:44:09.746Z | Downloaded clang-sys v1.6.1 |
1299 | 2023-10-24T16:44:09.753Z | Downloaded hubpack_derive v0.1.1 |
1300 | 2023-10-24T16:44:09.756Z | Downloaded maplit v1.0.2 |
1301 | 2023-10-24T16:44:09.759Z | Downloaded managed v0.8.0 |
1302 | 2023-10-24T16:44:09.761Z | Downloaded lru-cache v0.1.2 |
1303 | 2023-10-24T16:44:09.764Z | Downloaded const_format_proc_macros v0.2.31 |
1304 | 2023-10-24T16:44:09.767Z | Downloaded const-oid v0.9.5 |
1305 | 2023-10-24T16:44:09.769Z | Downloaded clap_derive v4.4.2 |
1306 | 2023-10-24T16:44:09.772Z | Downloaded console v0.15.7 |
1307 | 2023-10-24T16:44:09.774Z | Downloaded anstream v0.5.0 |
1308 | 2023-10-24T16:44:09.777Z | Downloaded corncobs v0.1.3 |
1309 | 2023-10-24T16:44:09.780Z | Downloaded cfg-if v0.1.10 |
1310 | 2023-10-24T16:44:09.783Z | Downloaded addr2line v0.21.0 |
1311 | 2023-10-24T16:44:09.786Z | Downloaded io-lifetimes v1.0.11 |
1312 | 2023-10-24T16:44:09.789Z | Downloaded crc-catalog v2.2.0 |
1313 | 2023-10-24T16:44:09.796Z | Downloaded cpufeatures v0.2.9 |
1314 | 2023-10-24T16:44:09.799Z | Downloaded colored v2.0.4 |
1315 | 2023-10-24T16:44:09.801Z | Downloaded bitflags v1.3.2 |
1316 | 2023-10-24T16:44:09.805Z | Downloaded atomicwrites v0.4.2 |
1317 | 2023-10-24T16:44:09.808Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2023-10-24T16:44:09.810Z | Downloaded convert_case v0.4.0 |
1319 | 2023-10-24T16:44:09.813Z | Downloaded assert_matches v1.5.0 |
1320 | 2023-10-24T16:44:09.816Z | Downloaded async-stream-impl v0.3.5 |
1321 | 2023-10-24T16:44:09.819Z | Downloaded ahash v0.8.3 |
1322 | 2023-10-24T16:44:09.822Z | Downloaded hyper-rustls v0.24.1 |
1323 | 2023-10-24T16:44:09.824Z | Downloaded hmac v0.12.1 |
1324 | 2023-10-24T16:44:09.827Z | Downloaded crossbeam v0.8.2 |
1325 | 2023-10-24T16:44:09.830Z | Downloaded crc v3.0.1 |
1326 | 2023-10-24T16:44:09.832Z | Downloaded colorchoice v1.0.0 |
1327 | 2023-10-24T16:44:09.835Z | Downloaded clap_lex v0.5.1 |
1328 | 2023-10-24T16:44:09.838Z | Downloaded ciborium-io v0.2.1 |
1329 | 2023-10-24T16:44:09.840Z | Downloaded instant v0.1.12 |
1330 | 2023-10-24T16:44:09.843Z | Downloaded home v0.5.5 |
1331 | 2023-10-24T16:44:09.846Z | Downloaded match_cfg v0.1.0 |
1332 | 2023-10-24T16:44:09.849Z | Downloaded ciborium-ll v0.2.1 |
1333 | 2023-10-24T16:44:09.852Z | Downloaded ansi_term v0.12.1 |
1334 | 2023-10-24T16:44:09.855Z | Downloaded aes-gcm-siv v0.11.1 |
1335 | 2023-10-24T16:44:09.858Z | Downloaded linked-hash-map v0.5.6 |
1336 | 2023-10-24T16:44:09.861Z | Downloaded libloading v0.7.4 |
1337 | 2023-10-24T16:44:09.863Z | Downloaded libefi-sys v0.1.0 |
1338 | 2023-10-24T16:44:09.866Z | Downloaded jobserver v0.1.26 |
1339 | 2023-10-24T16:44:09.868Z | Downloaded hyper-staticfile v0.9.5 |
1340 | 2023-10-24T16:44:09.871Z | Downloaded adler v1.0.2 |
1341 | 2023-10-24T16:44:09.874Z | Downloaded lalrpop-util v0.19.12 |
1342 | 2023-10-24T16:44:09.876Z | Downloaded keccak v0.1.4 |
1343 | 2023-10-24T16:44:09.879Z | Downloaded cfg-if v1.0.0 |
1344 | 2023-10-24T16:44:09.882Z | Downloaded cexpr v0.6.0 |
1345 | 2023-10-24T16:44:09.884Z | Downloaded bytecount v0.6.3 |
1346 | 2023-10-24T16:44:09.887Z | Downloaded impl-trait-for-tuples v0.2.2 |
1347 | 2023-10-24T16:44:09.890Z | Downloaded cassowary v0.3.0 |
1348 | 2023-10-24T16:44:09.893Z | Downloaded cargo_toml v0.16.3 |
1349 | 2023-10-24T16:44:09.895Z | Downloaded cancel-safe-futures v0.1.2 |
1350 | 2023-10-24T16:44:09.898Z | Downloaded camino-tempfile v1.0.2 |
1351 | 2023-10-24T16:44:10.173Z | Compiling proc-macro2 v1.0.67 |
1352 | 2023-10-24T16:44:10.176Z | Compiling unicode-ident v1.0.12 |
1353 | 2023-10-24T16:44:10.180Z | Compiling libc v0.2.149 |
1354 | 2023-10-24T16:44:10.188Z | Compiling serde v1.0.188 |
1355 | 2023-10-24T16:44:10.191Z | Compiling autocfg v1.1.0 |
1356 | 2023-10-24T16:44:10.196Z | Compiling version_check v0.9.4 |
1357 | 2023-10-24T16:44:10.200Z | Compiling cfg-if v1.0.0 |
1358 | 2023-10-24T16:44:10.409Z | Compiling syn v1.0.109 |
1359 | 2023-10-24T16:44:10.434Z | Compiling once_cell v1.18.0 |
1360 | 2023-10-24T16:44:10.538Z | Compiling libm v0.2.7 |
1361 | 2023-10-24T16:44:10.976Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-10-24T16:44:11.206Z | Compiling ahash v0.8.3 |
1363 | 2023-10-24T16:44:11.253Z | Compiling lock_api v0.4.10 |
1364 | 2023-10-24T16:44:12.549Z | Compiling num-traits v0.2.16 |
1365 | 2023-10-24T16:44:12.566Z | Compiling thiserror v1.0.49 |
1366 | 2023-10-24T16:44:12.569Z | Compiling typenum v1.16.0 |
1367 | 2023-10-24T16:44:12.702Z | Compiling futures-core v0.3.28 |
1368 | 2023-10-24T16:44:12.776Z | Compiling generic-array v0.14.7 |
1369 | 2023-10-24T16:44:13.163Z | Compiling memchr v2.6.3 |
1370 | 2023-10-24T16:44:13.213Z | Compiling itoa v1.0.9 |
1371 | 2023-10-24T16:44:13.641Z | Compiling scopeguard v1.2.0 |
1372 | 2023-10-24T16:44:13.800Z | Compiling pkg-config v0.3.27 |
1373 | 2023-10-24T16:44:14.246Z | Compiling quote v1.0.33 |
1374 | 2023-10-24T16:44:14.301Z | Compiling slab v0.4.9 |
1375 | 2023-10-24T16:44:14.718Z | Compiling futures-channel v0.3.28 |
1376 | 2023-10-24T16:44:15.312Z | Compiling syn v2.0.32 |
1377 | 2023-10-24T16:44:15.362Z | Compiling jobserver v0.1.26 |
1378 | 2023-10-24T16:44:15.563Z | Compiling getrandom v0.2.10 |
1379 | 2023-10-24T16:44:16.089Z | Compiling cc v1.0.83 |
1380 | 2023-10-24T16:44:16.213Z | Compiling futures-task v0.3.28 |
1381 | 2023-10-24T16:44:16.454Z | Compiling futures-util v0.3.28 |
1382 | 2023-10-24T16:44:16.800Z | Compiling log v0.4.20 |
1383 | 2023-10-24T16:44:17.570Z | Compiling ryu v1.0.15 |
1384 | 2023-10-24T16:44:17.629Z | Compiling serde_json v1.0.107 |
1385 | 2023-10-24T16:44:17.780Z | Compiling pin-project-lite v0.2.13 |
1386 | 2023-10-24T16:44:18.037Z | Compiling smallvec v1.11.0 |
1387 | 2023-10-24T16:44:18.091Z | Compiling heck v0.4.1 |
1388 | 2023-10-24T16:44:18.124Z | Compiling schemars v0.8.13 |
1389 | 2023-10-24T16:44:18.177Z | Compiling vcpkg v0.2.15 |
1390 | 2023-10-24T16:44:20.158Z | Compiling parking_lot v0.12.1 |
1391 | 2023-10-24T16:44:20.760Z | Compiling ring v0.16.20 |
1392 | 2023-10-24T16:44:21.169Z | Compiling openssl-sys v0.9.93 |
1393 | 2023-10-24T16:44:22.327Z | Compiling num_cpus v1.16.0 |
1394 | 2023-10-24T16:44:22.985Z | Compiling rand_core v0.6.4 |
1395 | 2023-10-24T16:44:23.519Z | Compiling indexmap v1.9.3 |
1396 | 2023-10-24T16:44:23.906Z | Compiling allocator-api2 v0.2.16 |
1397 | 2023-10-24T16:44:24.009Z | Compiling byteorder v1.4.3 |
1398 | 2023-10-24T16:44:24.198Z | Compiling equivalent v1.0.1 |
1399 | 2023-10-24T16:44:24.347Z | Compiling httparse v1.8.0 |
1400 | 2023-10-24T16:44:24.404Z | Compiling spin v0.5.2 |
1401 | 2023-10-24T16:44:24.771Z | Compiling mio v0.8.8 |
1402 | 2023-10-24T16:44:24.871Z | Compiling signal-hook-registry v1.4.1 |
1403 | 2023-10-24T16:44:25.133Z | Compiling hashbrown v0.14.0 |
1404 | 2023-10-24T16:44:25.331Z | Compiling socket2 v0.5.4 |
1405 | 2023-10-24T16:44:27.452Z | Compiling serde_derive_internals v0.26.0 |
1406 | 2023-10-24T16:44:27.600Z | Compiling openssl v0.10.57 |
1407 | 2023-10-24T16:44:28.152Z | Compiling fnv v1.0.7 |
1408 | 2023-10-24T16:44:28.175Z | Compiling semver v1.0.18 |
1409 | 2023-10-24T16:44:28.547Z | Compiling rustls v0.21.7 |
1410 | 2023-10-24T16:44:28.595Z | Compiling iana-time-zone v0.1.57 |
1411 | 2023-10-24T16:44:28.833Z | Compiling unicode-xid v0.2.4 |
1412 | 2023-10-24T16:44:28.905Z | Compiling ucd-trie v0.1.6 |
1413 | 2023-10-24T16:44:29.073Z | Compiling native-tls v0.2.11 |
1414 | 2023-10-24T16:44:29.097Z | Compiling crossbeam-utils v0.8.16 |
1415 | 2023-10-24T16:44:29.159Z | Compiling synstructure v0.12.6 |
1416 | 2023-10-24T16:44:30.760Z | Compiling futures-sink v0.3.28 |
1417 | 2023-10-24T16:44:30.928Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-10-24T16:44:31.468Z | Compiling backtrace v0.3.69 |
1419 | 2023-10-24T16:44:31.673Z | Compiling tinyvec_macros v0.1.1 |
1420 | 2023-10-24T16:44:31.725Z | Compiling dyn-clone v1.0.13 |
1421 | 2023-10-24T16:44:31.826Z | Compiling tinyvec v1.6.0 |
1422 | 2023-10-24T16:44:32.387Z | Compiling tracing-core v0.1.31 |
1423 | 2023-10-24T16:44:32.694Z | Compiling memoffset v0.9.0 |
1424 | 2023-10-24T16:44:32.735Z | Compiling num-integer v0.1.45 |
1425 | 2023-10-24T16:44:32.760Z | Compiling pin-utils v0.1.0 |
1426 | 2023-10-24T16:44:32.823Z | Compiling winnow v0.5.15 |
1427 | 2023-10-24T16:44:32.894Z | Compiling rustix v0.38.9 |
1428 | 2023-10-24T16:44:33.091Z | Compiling rustix v0.37.23 |
1429 | 2023-10-24T16:44:33.364Z | Compiling futures-io v0.3.28 |
1430 | 2023-10-24T16:44:33.910Z | Compiling subtle v2.5.0 |
1431 | 2023-10-24T16:44:34.295Z | Compiling hashbrown v0.13.2 |
1432 | 2023-10-24T16:44:34.400Z | Compiling aho-corasick v1.0.4 |
1433 | 2023-10-24T16:44:34.521Z | Compiling unicode-normalization v0.1.22 |
1434 | 2023-10-24T16:44:34.795Z | Compiling usdt-impl v0.3.5 |
1435 | 2023-10-24T16:44:36.168Z | Compiling slog v2.7.0 |
1436 | 2023-10-24T16:44:36.350Z | Compiling bitflags v1.3.2 |
1437 | 2023-10-24T16:44:36.643Z | Compiling regex-syntax v0.7.5 |
1438 | 2023-10-24T16:44:36.802Z | Compiling unicode-bidi v0.3.13 |
1439 | 2023-10-24T16:44:36.981Z | Compiling time-core v0.1.1 |
1440 | 2023-10-24T16:44:37.233Z | Compiling const-oid v0.9.5 |
1441 | 2023-10-24T16:44:37.531Z | Compiling anyhow v1.0.75 |
1442 | 2023-10-24T16:44:37.631Z | Compiling serde_derive v1.0.188 |
1443 | 2023-10-24T16:44:38.074Z | Compiling zeroize_derive v1.4.2 |
1444 | 2023-10-24T16:44:38.210Z | Compiling thiserror-impl v1.0.49 |
1445 | 2023-10-24T16:44:38.885Z | Compiling tokio-macros v2.1.0 |
1446 | 2023-10-24T16:44:39.033Z | Compiling futures-macro v0.3.28 |
1447 | 2023-10-24T16:44:40.548Z | Compiling tracing-attributes v0.1.26 |
1448 | 2023-10-24T16:44:40.669Z | Compiling schemars_derive v0.8.13 |
1449 | 2023-10-24T16:44:40.862Z | Compiling zeroize v1.6.0 |
1450 | 2023-10-24T16:44:42.092Z | Compiling openssl-macros v0.1.1 |
1451 | 2023-10-24T16:44:43.125Z | Compiling pest v2.7.2 |
1452 | 2023-10-24T16:44:43.177Z | Compiling zerocopy-derive v0.2.0 |
1453 | 2023-10-24T16:44:43.848Z | Compiling crypto-common v0.1.6 |
1454 | 2023-10-24T16:44:44.161Z | Compiling block-buffer v0.10.4 |
1455 | 2023-10-24T16:44:45.570Z | Compiling crc32fast v1.3.2 |
1456 | 2023-10-24T16:44:45.932Z | Compiling tracing v0.1.37 |
1457 | 2023-10-24T16:44:46.212Z | Compiling digest v0.10.7 |
1458 | 2023-10-24T16:44:46.934Z | Compiling regex-automata v0.3.8 |
1459 | 2023-10-24T16:44:47.058Z | Compiling time-macros v0.2.13 |
1460 | 2023-10-24T16:44:47.345Z | Compiling pest_meta v2.7.2 |
1461 | 2023-10-24T16:44:49.889Z | Compiling pest_generator v2.7.2 |
1462 | 2023-10-24T16:44:54.143Z | Compiling pest_derive v2.7.2 |
1463 | 2023-10-24T16:44:54.221Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1464 | 2023-10-24T16:44:54.791Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2023-10-24T16:44:55.141Z | Compiling rustversion v1.0.14 |
1466 | 2023-10-24T16:44:55.248Z | Compiling ppv-lite86 v0.2.17 |
1467 | 2023-10-24T16:44:55.773Z | Compiling async-trait v0.1.73 |
1468 | 2023-10-24T16:44:56.412Z | Compiling rand_chacha v0.3.1 |
1469 | 2023-10-24T16:44:57.967Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-24T16:44:58.555Z | Compiling zerocopy-derive v0.6.4 |
1471 | 2023-10-24T16:44:59.488Z | Compiling base64 v0.21.4 |
1472 | 2023-10-24T16:44:59.622Z | Compiling untrusted v0.7.1 |
1473 | 2023-10-24T16:44:59.919Z | Compiling strsim v0.10.0 |
1474 | 2023-10-24T16:45:00.609Z | Compiling bytes v1.5.0 |
1475 | 2023-10-24T16:45:00.926Z | Compiling indexmap v2.0.0 |
1476 | 2023-10-24T16:45:01.320Z | Compiling uuid v1.4.1 |
1477 | 2023-10-24T16:45:01.617Z | Compiling chrono v0.4.31 |
1478 | 2023-10-24T16:45:02.628Z | Compiling tokio v1.33.0 |
1479 | 2023-10-24T16:45:05.446Z | Compiling bitflags v2.4.0 |
1480 | 2023-10-24T16:45:05.633Z | Compiling toml_datetime v0.6.3 |
1481 | 2023-10-24T16:45:06.371Z | Compiling serde_spanned v0.6.3 |
1482 | 2023-10-24T16:45:06.715Z | Compiling toml_edit v0.19.15 |
1483 | 2023-10-24T16:45:07.432Z | Compiling rustc_version v0.4.0 |
1484 | 2023-10-24T16:45:07.758Z | Compiling http v0.2.9 |
1485 | 2023-10-24T16:45:08.488Z | Compiling heapless v0.7.16 |
1486 | 2023-10-24T16:45:14.966Z | Compiling dof v0.1.5 |
1487 | 2023-10-24T16:45:16.314Z | Compiling tokio-util v0.7.8 |
1488 | 2023-10-24T16:45:17.338Z | Compiling rand v0.8.5 |
1489 | 2023-10-24T16:45:18.619Z | Compiling dtrace-parser v0.1.14 |
1490 | 2023-10-24T16:45:18.658Z | Compiling regex v1.9.5 |
1491 | 2023-10-24T16:45:19.820Z | Compiling errno v0.3.2 |
1492 | 2023-10-24T16:45:19.880Z | Compiling thread-id v4.2.0 |
1493 | 2023-10-24T16:45:20.136Z | Compiling num-bigint v0.4.4 |
1494 | 2023-10-24T16:45:20.311Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1495 | 2023-10-24T16:45:20.338Z | Compiling unicode-width v0.1.10 |
1496 | 2023-10-24T16:45:20.582Z | Compiling percent-encoding v2.3.0 |
1497 | 2023-10-24T16:45:21.125Z | Compiling foreign-types-shared v0.1.1 |
1498 | 2023-10-24T16:45:21.167Z | Compiling smoltcp v0.9.1 |
1499 | 2023-10-24T16:45:21.286Z | Compiling hashbrown v0.12.3 |
1500 | 2023-10-24T16:45:21.632Z | Compiling radium v0.7.0 |
1501 | 2023-10-24T16:45:22.029Z | Compiling openssl-probe v0.1.5 |
1502 | 2023-10-24T16:45:22.235Z | Compiling foreign-types v0.3.2 |
1503 | 2023-10-24T16:45:23.395Z | Compiling strum_macros v0.25.2 |
1504 | 2023-10-24T16:45:25.071Z | Compiling serde_tokenstream v0.1.7 |
1505 | 2023-10-24T16:45:26.354Z | Compiling lazy_static v1.4.0 |
1506 | 2023-10-24T16:45:26.589Z | Compiling socket2 v0.4.9 |
1507 | 2023-10-24T16:45:28.434Z | Compiling unicode-segmentation v1.10.1 |
1508 | 2023-10-24T16:45:29.481Z | Compiling try-lock v0.2.4 |
1509 | 2023-10-24T16:45:29.820Z | Compiling adler v1.0.2 |
1510 | 2023-10-24T16:45:30.137Z | Compiling siphasher v0.3.11 |
1511 | 2023-10-24T16:45:30.314Z | Compiling miniz_oxide v0.7.1 |
1512 | 2023-10-24T16:45:30.740Z | Compiling want v0.3.1 |
1513 | 2023-10-24T16:45:32.541Z | Compiling h2 v0.3.21 |
1514 | 2023-10-24T16:45:33.253Z | Compiling form_urlencoded v1.2.0 |
1515 | 2023-10-24T16:45:33.732Z | Compiling rustls-webpki v0.101.4 |
1516 | 2023-10-24T16:45:34.031Z | Compiling sct v0.7.0 |
1517 | 2023-10-24T16:45:34.517Z | Compiling http-body v0.4.5 |
1518 | 2023-10-24T16:45:35.287Z | Compiling hubpack_derive v0.1.1 |
1519 | 2023-10-24T16:45:36.322Z | Compiling num-iter v0.1.43 |
1520 | 2023-10-24T16:45:36.684Z | Compiling cpufeatures v0.2.9 |
1521 | 2023-10-24T16:45:36.709Z | Compiling tower-service v0.3.2 |
1522 | 2023-10-24T16:45:36.826Z | Compiling utf8parse v0.2.1 |
1523 | 2023-10-24T16:45:36.959Z | Compiling anstyle v1.0.2 |
1524 | 2023-10-24T16:45:37.056Z | Compiling httpdate v1.0.3 |
1525 | 2023-10-24T16:45:37.677Z | Compiling anstyle-parse v0.2.1 |
1526 | 2023-10-24T16:45:37.877Z | Compiling sha2 v0.10.7 |
1527 | 2023-10-24T16:45:41.054Z | Compiling usdt-attr-macro v0.3.5 |
1528 | 2023-10-24T16:45:41.525Z | Compiling usdt-macro v0.3.5 |
1529 | 2023-10-24T16:45:44.708Z | Compiling hyper v0.14.27 |
1530 | 2023-10-24T16:45:45.168Z | Compiling openapiv3 v1.0.3 |
1531 | 2023-10-24T16:45:45.894Z | Compiling rustls-pemfile v1.0.3 |
1532 | 2023-10-24T16:45:46.433Z | Compiling hmac v0.12.1 |
1533 | 2023-10-24T16:45:46.781Z | Compiling md-5 v0.10.5 |
1534 | 2023-10-24T16:45:47.276Z | Compiling stringprep v0.1.3 |
1535 | 2023-10-24T16:45:48.759Z | Compiling idna v0.4.0 |
1536 | 2023-10-24T16:45:49.617Z | Compiling diesel_table_macro_syntax v0.1.0 |
1537 | 2023-10-24T16:45:50.185Z | Compiling hash32 v0.2.1 |
1538 | 2023-10-24T16:45:50.333Z | Compiling spin v0.9.8 |
1539 | 2023-10-24T16:45:50.777Z | Compiling gimli v0.28.0 |
1540 | 2023-10-24T16:45:50.927Z | Compiling anstyle-query v1.0.0 |
1541 | 2023-10-24T16:45:51.127Z | Compiling fallible-iterator v0.2.0 |
1542 | 2023-10-24T16:45:51.155Z | Compiling stable_deref_trait v1.2.0 |
1543 | 2023-10-24T16:45:51.499Z | Compiling either v1.9.0 |
1544 | 2023-10-24T16:45:52.324Z | Compiling colorchoice v1.0.0 |
1545 | 2023-10-24T16:45:52.987Z | Compiling anstream v0.5.0 |
1546 | 2023-10-24T16:45:53.816Z | Compiling postgres-protocol v0.6.6 |
1547 | 2023-10-24T16:45:55.832Z | Compiling url v2.4.1 |
1548 | 2023-10-24T16:45:55.978Z | Compiling diesel_derives v2.1.1 |
1549 | 2023-10-24T16:45:58.199Z | Compiling addr2line v0.21.0 |
1550 | 2023-10-24T16:45:58.684Z | Compiling rustls-native-certs v0.6.3 |
1551 | 2023-10-24T16:45:59.167Z | Compiling tokio-rustls v0.24.1 |
1552 | 2023-10-24T16:46:00.596Z | Compiling tokio-native-tls v0.3.1 |
1553 | 2023-10-24T16:46:01.007Z | Compiling terminal_size v0.2.6 |
1554 | 2023-10-24T16:46:01.299Z | Compiling phf_shared v0.11.2 |
1555 | 2023-10-24T16:46:04.010Z | Compiling serde_tokenstream v0.2.0 |
1556 | 2023-10-24T16:46:04.104Z | Compiling block-padding v0.3.3 |
1557 | 2023-10-24T16:46:04.369Z | Compiling enum-as-inner v0.5.1 |
1558 | 2023-10-24T16:46:04.461Z | Compiling clap_derive v4.4.2 |
1559 | 2023-10-24T16:46:04.816Z | Compiling serde_repr v0.1.16 |
1560 | 2023-10-24T16:46:06.362Z | Compiling scheduled-thread-pool v0.2.7 |
1561 | 2023-10-24T16:46:06.474Z | Compiling object v0.32.1 |
1562 | 2023-10-24T16:46:18.132Z | Compiling tap v1.0.1 |
1563 | 2023-10-24T16:46:18.425Z | Compiling clap_lex v0.5.1 |
1564 | 2023-10-24T16:46:18.830Z | Compiling rustc-demangle v0.1.23 |
1565 | 2023-10-24T16:46:19.106Z | Compiling matches v0.1.10 |
1566 | 2023-10-24T16:46:19.244Z | Compiling managed v0.8.0 |
1567 | 2023-10-24T16:46:19.987Z | Compiling bit-vec v0.6.3 |
1568 | 2023-10-24T16:46:20.290Z | Compiling num_threads v0.1.6 |
1569 | 2023-10-24T16:46:20.631Z | Compiling ipnet v2.8.0 |
1570 | 2023-10-24T16:46:22.397Z | Compiling deranged v0.3.8 |
1571 | 2023-10-24T16:46:23.207Z | Compiling regex-automata v0.1.10 |
1572 | 2023-10-24T16:46:24.943Z | Compiling bstr v0.2.17 |
1573 | 2023-10-24T16:46:25.733Z | Compiling time v0.3.27 |
1574 | 2023-10-24T16:46:29.056Z | Compiling idna v0.2.3 |
1575 | 2023-10-24T16:46:30.957Z | Compiling clap_builder v4.4.2 |
1576 | 2023-10-24T16:46:31.453Z | Compiling wyz v0.5.1 |
1577 | 2023-10-24T16:46:32.238Z | Compiling r2d2 v0.8.10 |
1578 | 2023-10-24T16:46:34.602Z | Compiling inout v0.1.3 |
1579 | 2023-10-24T16:46:36.201Z | Compiling phf v0.11.2 |
1580 | 2023-10-24T16:46:36.673Z | Compiling hyper-tls v0.5.0 |
1581 | 2023-10-24T16:46:37.189Z | Compiling hyper-rustls v0.24.1 |
1582 | 2023-10-24T16:46:38.306Z | Compiling flate2 v1.0.27 |
1583 | 2023-10-24T16:46:39.871Z | Compiling postgres-types v0.2.6 |
1584 | 2023-10-24T16:46:40.651Z | Compiling itertools v0.11.0 |
1585 | 2023-10-24T16:46:42.192Z | Compiling hubpack v0.1.2 |
1586 | 2023-10-24T16:46:42.339Z | Compiling serde_urlencoded v0.7.1 |
1587 | 2023-10-24T16:46:42.899Z | Compiling phf_shared v0.10.0 |
1588 | 2023-10-24T16:46:43.198Z | Compiling ipnetwork v0.20.0 |
1589 | 2023-10-24T16:46:43.533Z | Compiling zerocopy v0.6.4 |
1590 | 2023-10-24T16:46:44.722Z | Compiling futures-executor v0.3.28 |
1591 | 2023-10-24T16:46:45.650Z | Compiling regress v0.7.1 |
1592 | 2023-10-24T16:46:46.063Z | Compiling float-cmp v0.9.0 |
1593 | 2023-10-24T16:46:46.102Z | Compiling encoding_rs v0.8.33 |
1594 | 2023-10-24T16:46:46.755Z | Compiling mime v0.3.17 |
1595 | 2023-10-24T16:46:47.117Z | Compiling fixedbitset v0.4.2 |
1596 | 2023-10-24T16:46:47.781Z | Compiling unicode-linebreak v0.1.5 |
1597 | 2023-10-24T16:46:48.629Z | Compiling smawk v0.3.1 |
1598 | 2023-10-24T16:46:48.949Z | Compiling data-encoding v2.4.0 |
1599 | 2023-10-24T16:46:49.142Z | Compiling static_assertions v1.1.0 |
1600 | 2023-10-24T16:46:49.289Z | Compiling difflib v0.4.0 |
1601 | 2023-10-24T16:46:49.917Z | Compiling new_debug_unreachable v1.0.4 |
1602 | 2023-10-24T16:46:50.830Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2023-10-24T16:46:51.312Z | Compiling predicates-core v1.0.6 |
1604 | 2023-10-24T16:46:51.414Z | Compiling precomputed-hash v0.1.1 |
1605 | 2023-10-24T16:46:51.580Z | Compiling funty v2.0.0 |
1606 | 2023-10-24T16:46:51.808Z | Compiling webpki-roots v0.25.2 |
1607 | 2023-10-24T16:46:52.070Z | Compiling whoami v1.4.1 |
1608 | 2023-10-24T16:46:52.386Z | Compiling reqwest v0.11.20 |
1609 | 2023-10-24T16:46:52.808Z | Compiling tokio-postgres v0.7.10 |
1610 | 2023-10-24T16:46:52.931Z | Compiling predicates v3.0.4 |
1611 | 2023-10-24T16:46:53.950Z | Compiling bitvec v1.0.1 |
1612 | 2023-10-24T16:46:54.797Z | Compiling string_cache v0.8.7 |
1613 | 2023-10-24T16:46:55.431Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1614 | 2023-10-24T16:46:55.457Z | Compiling trust-dns-proto v0.22.0 |
1615 | 2023-10-24T16:47:00.903Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1616 | 2023-10-24T16:47:01.340Z | Compiling textwrap v0.16.0 |
1617 | 2023-10-24T16:47:03.090Z | Compiling petgraph v0.6.4 |
1618 | 2023-10-24T16:47:11.800Z | Compiling futures v0.3.28 |
1619 | 2023-10-24T16:47:13.001Z | Compiling diesel v2.1.1 |
1620 | 2023-10-24T16:47:13.191Z | Compiling yasna v0.5.2 |
1621 | 2023-10-24T16:47:13.465Z | Compiling clap v4.4.3 |
1622 | 2023-10-24T16:47:13.631Z | Compiling cipher v0.4.4 |
1623 | 2023-10-24T16:47:13.900Z | Compiling similar v2.2.1 |
1624 | 2023-10-24T16:47:14.291Z | Compiling bit-set v0.5.3 |
1625 | 2023-10-24T16:47:14.711Z | Compiling itertools v0.10.5 |
1626 | 2023-10-24T16:47:15.588Z | Compiling usdt v0.3.5 |
1627 | 2023-10-24T16:47:16.016Z | Compiling console v0.15.7 |
1628 | 2023-10-24T16:47:16.961Z | Compiling tokio-stream v0.1.14 |
1629 | 2023-10-24T16:47:18.137Z | Compiling toml v0.7.8 |
1630 | 2023-10-24T16:47:18.536Z | Compiling hex v0.4.3 |
1631 | 2023-10-24T16:47:19.317Z | Compiling signature v2.1.0 |
1632 | 2023-10-24T16:47:19.620Z | Compiling bstr v1.6.0 |
1633 | 2023-10-24T16:47:20.821Z | Compiling lalrpop-util v0.19.12 |
1634 | 2023-10-24T16:47:23.273Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1635 | 2023-10-24T16:47:28.481Z | Compiling ident_case v1.0.1 |
1636 | 2023-10-24T16:47:29.732Z | Compiling darling_core v0.20.3 |
1637 | 2023-10-24T16:47:45.278Z | Compiling crossbeam-channel v0.5.8 |
1638 | 2023-10-24T16:47:49.935Z | Compiling atty v0.2.14 |
1639 | 2023-10-24T16:47:50.156Z | Compiling proc-macro-error-attr v1.0.4 |
1640 | 2023-10-24T16:47:57.622Z | Compiling darling_macro v0.20.3 |
1641 | 2023-10-24T16:48:07.400Z | Compiling proc-macro-crate v1.3.1 |
1642 | 2023-10-24T16:48:11.713Z | Compiling dirs-sys-next v0.1.2 |
1643 | 2023-10-24T16:48:13.570Z | Compiling proc-macro-error v1.0.4 |
1644 | 2023-10-24T16:48:23.115Z | Compiling dirs-next v2.0.0 |
1645 | 2023-10-24T16:48:24.604Z | Compiling num_enum_derive v0.5.11 |
1646 | 2023-10-24T16:48:29.799Z | Compiling darling v0.20.3 |
1647 | 2023-10-24T16:48:32.673Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1648 | 2023-10-24T16:48:41.508Z | Compiling getopts v0.2.21 |
1649 | 2023-10-24T16:48:44.217Z | Compiling structmeta-derive v0.1.6 |
1650 | 2023-10-24T16:48:45.269Z | Compiling thread_local v1.1.7 |
1651 | 2023-10-24T16:48:46.542Z | Compiling multer v2.1.0 |
1652 | 2023-10-24T16:48:48.587Z | Compiling match_cfg v0.1.0 |
1653 | 2023-10-24T16:48:48.687Z | Compiling paste v1.0.14 |
1654 | 2023-10-24T16:48:48.886Z | Compiling unsafe-libyaml v0.2.9 |
1655 | 2023-10-24T16:48:49.326Z | Compiling camino v1.1.6 |
1656 | 2023-10-24T16:48:50.161Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1657 | 2023-10-24T16:48:50.616Z | Compiling slog-async v2.8.0 |
1658 | 2023-10-24T16:49:05.223Z | Compiling serde_yaml v0.9.25 |
1659 | 2023-10-24T16:49:10.420Z | Compiling hostname v0.3.1 |
1660 | 2023-10-24T16:49:10.823Z | Compiling structmeta v0.1.6 |
1661 | 2023-10-24T16:49:12.418Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1662 | 2023-10-24T16:49:14.014Z | Compiling serde_with_macros v2.3.3 |
1663 | 2023-10-24T16:49:17.903Z | Compiling num_enum v0.5.11 |
1664 | 2023-10-24T16:49:19.920Z | Compiling term v0.7.0 |
1665 | 2023-10-24T16:49:21.149Z | Compiling slog-json v2.6.1 |
1666 | 2023-10-24T16:49:23.465Z | Compiling strum v0.25.0 |
1667 | 2023-10-24T16:49:26.129Z | Compiling async-stream-impl v0.3.5 |
1668 | 2023-10-24T16:49:26.495Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1669 | 2023-10-24T16:49:26.908Z | Compiling postcard-cobs v0.1.5-pre |
1670 | 2023-10-24T16:49:27.614Z | Compiling regex-syntax v0.6.29 |
1671 | 2023-10-24T16:49:28.159Z | Compiling take_mut v0.2.2 |
1672 | 2023-10-24T16:49:28.447Z | Compiling atomic-waker v1.1.1 |
1673 | 2023-10-24T16:49:28.711Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2023-10-24T16:49:28.735Z | Compiling waitgroup v0.1.2 |
1675 | 2023-10-24T16:49:29.145Z | Compiling async-stream v0.3.5 |
1676 | 2023-10-24T16:49:29.450Z | Compiling postcard v0.7.3 |
1677 | 2023-10-24T16:49:29.868Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1678 | 2023-10-24T16:49:34.701Z | Compiling slog-bunyan v2.4.0 |
1679 | 2023-10-24T16:49:34.955Z | Compiling slog-term v2.9.0 |
1680 | 2023-10-24T16:49:35.103Z | Compiling serde_with v2.3.3 |
1681 | 2023-10-24T16:49:37.290Z | Compiling parse-display-derive v0.7.0 |
1682 | 2023-10-24T16:49:43.036Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1683 | 2023-10-24T16:49:43.483Z | Compiling smoltcp v0.8.2 |
1684 | 2023-10-24T16:49:44.777Z | Compiling sha1 v0.10.5 |
1685 | 2023-10-24T16:49:45.371Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1686 | 2023-10-24T16:49:45.875Z | Compiling serde_path_to_error v0.1.14 |
1687 | 2023-10-24T16:49:46.266Z | Compiling foreign-types-macros v0.2.3 |
1688 | 2023-10-24T16:49:47.598Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1689 | 2023-10-24T16:49:48.014Z | Compiling instant v0.1.12 |
1690 | 2023-10-24T16:49:48.227Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1691 | 2023-10-24T16:49:48.288Z | Compiling foreign-types-shared v0.3.1 |
1692 | 2023-10-24T16:49:48.316Z | Compiling cfg-if v0.1.10 |
1693 | 2023-10-24T16:49:48.475Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1694 | 2023-10-24T16:49:48.501Z | Compiling debug-ignore v1.0.5 |
1695 | 2023-10-24T16:49:48.685Z | Compiling foreign-types v0.5.0 |
1696 | 2023-10-24T16:49:48.744Z | Compiling backoff v0.4.0 |
1697 | 2023-10-24T16:49:48.845Z | Compiling parse-display v0.7.0 |
1698 | 2023-10-24T16:49:49.166Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1699 | 2023-10-24T16:49:49.314Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1700 | 2023-10-24T16:49:49.546Z | Compiling is-terminal v0.4.9 |
1701 | 2023-10-24T16:49:49.575Z | Compiling macaddr v1.0.1 |
1702 | 2023-10-24T16:49:49.731Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1703 | 2023-10-24T16:49:50.749Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1704 | 2023-10-24T16:49:50.914Z | Compiling cstr-argument v0.1.2 |
1705 | 2023-10-24T16:49:51.289Z | Compiling crucible-workspace-hack v0.1.0 |
1706 | 2023-10-24T16:49:51.685Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1707 | 2023-10-24T16:49:51.975Z | Compiling pretty-hex v0.2.1 |
1708 | 2023-10-24T16:49:52.092Z | Compiling base64ct v1.6.0 |
1709 | 2023-10-24T16:49:52.333Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2023-10-24T16:49:52.960Z | Compiling password-hash v0.5.0 |
1711 | 2023-10-24T16:49:53.858Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1712 | 2023-10-24T16:49:55.577Z | Compiling colored v2.0.4 |
1713 | 2023-10-24T16:49:56.135Z | Compiling textwrap v0.11.0 |
1714 | 2023-10-24T16:49:57.761Z | Compiling heck v0.3.3 |
1715 | 2023-10-24T16:49:58.319Z | Compiling blake2 v0.10.6 |
1716 | 2023-10-24T16:49:58.576Z | Compiling libefi-sys v0.1.0 |
1717 | 2023-10-24T16:49:59.640Z | Compiling ansi_term v0.12.1 |
1718 | 2023-10-24T16:50:00.474Z | Compiling vec_map v0.8.2 |
1719 | 2023-10-24T16:50:01.840Z | Compiling rayon-core v1.11.0 |
1720 | 2023-10-24T16:50:03.047Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1721 | 2023-10-24T16:50:03.618Z | Compiling strsim v0.8.0 |
1722 | 2023-10-24T16:50:23.899Z | Compiling argon2 v0.5.2 |
1723 | 2023-10-24T16:50:23.976Z | Compiling clap v2.34.0 |
1724 | 2023-10-24T16:50:24.297Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-10-24T16:50:24.427Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-10-24T16:50:24.577Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1727 | 2023-10-24T16:50:24.803Z | Compiling zone_cfg_derive v0.2.0 |
1728 | 2023-10-24T16:50:24.919Z | Compiling crossbeam-deque v0.8.3 |
1729 | 2023-10-24T16:50:25.014Z | Compiling num-derive v0.4.0 |
1730 | 2023-10-24T16:50:25.051Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1731 | 2023-10-24T16:50:25.096Z | Compiling keccak v0.1.4 |
1732 | 2023-10-24T16:50:25.135Z | Compiling portable-atomic v1.4.3 |
1733 | 2023-10-24T16:50:25.234Z | Compiling sha3 v0.10.8 |
1734 | 2023-10-24T16:50:25.286Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1735 | 2023-10-24T16:50:25.342Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1736 | 2023-10-24T16:50:25.355Z | Compiling zone v0.2.0 |
1737 | 2023-10-24T16:50:25.386Z | Compiling structopt v0.3.26 |
1738 | 2023-10-24T16:50:25.393Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1739 | 2023-10-24T16:50:25.432Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1740 | 2023-10-24T16:50:25.444Z | Compiling hkdf v0.12.3 |
1741 | 2023-10-24T16:50:25.463Z | Compiling smf v0.2.2 |
1742 | 2023-10-24T16:50:25.478Z | Compiling secrecy v0.8.0 |
1743 | 2023-10-24T16:50:25.502Z | Compiling xattr v1.0.1 |
1744 | 2023-10-24T16:50:25.531Z | Compiling filetime v0.2.22 |
1745 | 2023-10-24T16:50:25.586Z | Compiling same-file v1.0.6 |
1746 | 2023-10-24T16:50:25.641Z | Compiling fastrand v2.0.0 |
1747 | 2023-10-24T16:50:25.656Z | Compiling walkdir v2.4.0 |
1748 | 2023-10-24T16:50:25.710Z | Compiling tempfile v3.8.0 |
1749 | 2023-10-24T16:50:26.143Z | Compiling tar v0.4.40 |
1750 | 2023-10-24T16:50:26.164Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1751 | 2023-10-24T16:50:26.179Z | Compiling rayon v1.7.0 |
1752 | 2023-10-24T16:50:26.201Z | Compiling number_prefix v0.4.0 |
1753 | 2023-10-24T16:50:26.215Z | Compiling omicron-zone-package v0.8.3 |
1754 | 2023-10-24T16:50:26.370Z | Compiling topological-sort v0.2.2 |
1755 | 2023-10-24T16:50:31.480Z | Compiling indicatif v0.17.7 |
1756 | 2023-10-24T16:50:39.137Z | Compiling bzip2 v0.4.4 |
1757 | 2023-10-24T16:50:39.430Z | Compiling zip v0.6.6 |
1758 | 2023-10-24T16:50:40.996Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1759 | 2023-10-24T16:50:41.000Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2023-10-24T16:50:42.527Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1761 | 2023-10-24T16:50:42.530Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1762 | 2023-10-24T16:50:52.028Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1763 | 2023-10-24T16:50:52.035Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1764 | 2023-10-24T16:50:52.038Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1765 | 2023-10-24T16:51:06.058Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1766 | 2023-10-24T16:51:07.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1767 | 2023-10-24T16:51:42.491Z | Finished release [optimized] target(s) in 8m 07s |
1768 | 2023-10-24T16:51:42.751Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1769 | 2023-10-24T16:51:42.835Z | Created new build target 'test' and set it as active |
1770 | 2023-10-24T16:51:42.840Z | |
1771 | 2023-10-24T16:51:42.842Z | real 8:07.736855998 |
1772 | 2023-10-24T16:51:42.845Z | user 51:03.609106975 |
1773 | 2023-10-24T16:51:42.848Z | sys 4:32.760124777 |
1774 | 2023-10-24T16:51:42.850Z | trap 1.967867034 |
1775 | 2023-10-24T16:51:42.853Z | tflt 7.284404275 |
1776 | 2023-10-24T16:51:42.855Z | dflt 6.375765372 |
1777 | 2023-10-24T16:51:42.858Z | kflt 0.045982643 |
1778 | 2023-10-24T16:51:42.860Z | lock 1:49:58.250162822 |
1779 | 2023-10-24T16:51:42.863Z | slp 2:50:39.087280497 |
1780 | 2023-10-24T16:51:42.866Z | lat 2:22.317761255 |
1781 | 2023-10-24T16:51:42.869Z | stop 4:04.529561822 |
1782 | 2023-10-24T16:51:42.872Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1783 | 2023-10-24T16:51:44.017Z | Finished release [optimized] target(s) in 1.10s |
1784 | 2023-10-24T16:51:44.052Z | Running `target/release/omicron-package -t test package` |
1785 | 2023-10-24T16:51:44.085Z | Oct 24 16:51:44.083 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1786 | 2023-10-24T16:51:45.266Z | Compiling serde_json v1.0.107 |
1787 | 2023-10-24T16:51:45.314Z | Compiling linked-hash-map v0.5.6 |
1788 | 2023-10-24T16:51:45.317Z | Compiling slog-dtrace v0.2.3 |
1789 | 2023-10-24T16:51:45.329Z | Compiling quick-error v1.2.3 |
1790 | 2023-10-24T16:51:45.332Z | Compiling same-file v1.0.6 |
1791 | 2023-10-24T16:51:45.334Z | Compiling semver-parser v0.10.2 |
1792 | 2023-10-24T16:51:45.337Z | Compiling fastrand v2.0.0 |
1793 | 2023-10-24T16:51:45.339Z | Compiling termcolor v1.2.0 |
1794 | 2023-10-24T16:51:45.561Z | Compiling resolv-conf v0.7.0 |
1795 | 2023-10-24T16:51:45.646Z | Compiling walkdir v2.4.0 |
1796 | 2023-10-24T16:51:45.769Z | Compiling xattr v1.0.1 |
1797 | 2023-10-24T16:51:45.884Z | Compiling lru-cache v0.1.2 |
1798 | 2023-10-24T16:51:46.107Z | Compiling tempfile v3.8.0 |
1799 | 2023-10-24T16:51:46.119Z | Compiling filetime v0.2.22 |
1800 | 2023-10-24T16:51:46.589Z | Compiling trust-dns-resolver v0.22.0 |
1801 | 2023-10-24T16:51:47.009Z | Compiling semver v0.11.0 |
1802 | 2023-10-24T16:51:47.012Z | Compiling memoffset v0.7.1 |
1803 | 2023-10-24T16:51:47.107Z | Compiling home v0.5.5 |
1804 | 2023-10-24T16:51:47.316Z | Compiling base64 v0.13.1 |
1805 | 2023-10-24T16:51:47.438Z | Compiling toolchain_find v0.2.0 |
1806 | 2023-10-24T16:51:47.642Z | Compiling tar v0.4.40 |
1807 | 2023-10-24T16:51:47.647Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1808 | 2023-10-24T16:51:48.237Z | Compiling libz-sys v1.1.12 |
1809 | 2023-10-24T16:51:48.267Z | Compiling toml v0.5.11 |
1810 | 2023-10-24T16:51:48.570Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1811 | 2023-10-24T16:51:48.757Z | Compiling schemars v0.8.13 |
1812 | 2023-10-24T16:51:48.797Z | Compiling reqwest v0.11.20 |
1813 | 2023-10-24T16:51:48.861Z | Compiling openapiv3 v1.0.3 |
1814 | 2023-10-24T16:51:49.035Z | Compiling usdt-impl v0.3.5 |
1815 | 2023-10-24T16:51:50.806Z | Compiling usdt v0.3.5 |
1816 | 2023-10-24T16:51:51.554Z | Compiling postgres-types v0.2.6 |
1817 | 2023-10-24T16:51:53.811Z | Compiling ipnetwork v0.20.0 |
1818 | 2023-10-24T16:51:57.433Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1819 | 2023-10-24T16:52:00.239Z | Compiling tokio-postgres v0.7.10 |
1820 | 2023-10-24T16:52:01.994Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1821 | 2023-10-24T16:52:02.186Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1822 | 2023-10-24T16:52:12.935Z | Compiling slog-json v2.6.1 |
1823 | 2023-10-24T16:52:13.044Z | Compiling slog-bunyan v2.4.0 |
1824 | 2023-10-24T16:52:13.675Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1825 | 2023-10-24T16:52:13.690Z | Compiling diesel v2.1.1 |
1826 | 2023-10-24T16:52:13.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1827 | 2023-10-24T16:52:13.876Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-10-24T16:52:14.203Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1829 | 2023-10-24T16:52:18.717Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-10-24T16:52:23.314Z | Compiling rustfmt-wrapper v0.2.0 |
1831 | 2023-10-24T16:52:24.298Z | Compiling omicron-zone-package v0.8.3 |
1832 | 2023-10-24T16:52:25.927Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1833 | 2023-10-24T16:52:26.347Z | Compiling cancel-safe-futures v0.1.2 |
1834 | 2023-10-24T16:52:26.844Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1835 | 2023-10-24T16:52:27.923Z | Compiling num-rational v0.4.1 |
1836 | 2023-10-24T16:52:28.339Z | Compiling utf-8 v0.7.6 |
1837 | 2023-10-24T16:52:29.791Z | Compiling pem-rfc7468 v0.7.0 |
1838 | 2023-10-24T16:52:29.985Z | Compiling der_derive v0.7.2 |
1839 | 2023-10-24T16:52:30.062Z | Compiling flagset v0.4.3 |
1840 | 2023-10-24T16:52:32.685Z | Compiling vergen v8.2.4 |
1841 | 2023-10-24T16:52:33.112Z | Compiling fxhash v0.2.1 |
1842 | 2023-10-24T16:52:33.499Z | Compiling num-complex v0.4.4 |
1843 | 2023-10-24T16:52:33.829Z | Compiling der v0.7.8 |
1844 | 2023-10-24T16:52:34.808Z | Compiling unicase v2.7.0 |
1845 | 2023-10-24T16:52:35.235Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1846 | 2023-10-24T16:52:35.664Z | Compiling num v0.4.1 |
1847 | 2023-10-24T16:52:35.810Z | Compiling universal-hash v0.5.1 |
1848 | 2023-10-24T16:52:36.138Z | Compiling libsqlite3-sys v0.26.0 |
1849 | 2023-10-24T16:52:36.786Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1850 | 2023-10-24T16:52:36.876Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-10-24T16:52:37.527Z | Compiling spki v0.7.2 |
1852 | 2023-10-24T16:52:37.785Z | Compiling semver v0.1.20 |
1853 | 2023-10-24T16:52:38.408Z | Compiling arc-swap v1.6.0 |
1854 | 2023-10-24T16:52:38.779Z | Compiling half v1.8.2 |
1855 | 2023-10-24T16:52:39.662Z | Compiling opaque-debug v0.3.0 |
1856 | 2023-10-24T16:52:39.793Z | Compiling ciborium-io v0.2.1 |
1857 | 2023-10-24T16:52:39.957Z | Compiling ciborium-ll v0.2.1 |
1858 | 2023-10-24T16:52:40.698Z | Compiling slog-scope v4.4.0 |
1859 | 2023-10-24T16:52:40.793Z | Compiling rustc_version v0.1.7 |
1860 | 2023-10-24T16:52:41.428Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1861 | 2023-10-24T16:52:42.398Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1862 | 2023-10-24T16:52:47.595Z | Compiling packed_struct v0.10.1 |
1863 | 2023-10-24T16:52:48.149Z | Compiling num-bigint-dig v0.8.4 |
1864 | 2023-10-24T16:52:48.562Z | Compiling signal-hook v0.3.17 |
1865 | 2023-10-24T16:52:48.887Z | Compiling crc-catalog v2.2.0 |
1866 | 2023-10-24T16:52:48.952Z | Compiling parking_lot_core v0.8.6 |
1867 | 2023-10-24T16:52:49.092Z | Compiling crc v3.0.1 |
1868 | 2023-10-24T16:52:50.365Z | Compiling newtype_derive v0.1.6 |
1869 | 2023-10-24T16:52:50.762Z | Compiling slog-stdlog v4.1.1 |
1870 | 2023-10-24T16:52:51.527Z | Compiling ciborium v0.2.1 |
1871 | 2023-10-24T16:52:52.296Z | Compiling pkcs8 v0.10.2 |
1872 | 2023-10-24T16:52:55.311Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1873 | 2023-10-24T16:52:55.615Z | Compiling toml_edit v0.20.0 |
1874 | 2023-10-24T16:53:09.312Z | Compiling hashlink v0.8.3 |
1875 | 2023-10-24T16:53:09.484Z | Compiling aead v0.5.2 |
1876 | 2023-10-24T16:53:09.860Z | Compiling nibble_vec v0.1.0 |
1877 | 2023-10-24T16:53:10.015Z | Compiling packed_struct_codegen v0.10.1 |
1878 | 2023-10-24T16:53:10.161Z | Compiling dirs-sys-next v0.1.2 |
1879 | 2023-10-24T16:53:10.395Z | Compiling rand v0.4.6 |
1880 | 2023-10-24T16:53:10.434Z | Compiling crunchy v0.2.2 |
1881 | 2023-10-24T16:53:10.479Z | Compiling endian-type v0.1.2 |
1882 | 2023-10-24T16:53:10.528Z | Compiling humantime v2.1.0 |
1883 | 2023-10-24T16:53:10.630Z | Compiling fallible-streaming-iterator v0.1.9 |
1884 | 2023-10-24T16:53:10.695Z | Compiling doc-comment v0.3.3 |
1885 | 2023-10-24T16:53:10.728Z | Compiling glob v0.3.1 |
1886 | 2023-10-24T16:53:10.746Z | Compiling nodrop v0.1.14 |
1887 | 2023-10-24T16:53:10.787Z | Compiling array-init v0.0.4 |
1888 | 2023-10-24T16:53:10.818Z | Compiling rusqlite v0.29.0 |
1889 | 2023-10-24T16:53:10.891Z | Compiling clang-sys v1.6.1 |
1890 | 2023-10-24T16:53:10.931Z | Compiling radix_trie v0.2.1 |
1891 | 2023-10-24T16:53:10.953Z | Compiling twox-hash v1.6.3 |
1892 | 2023-10-24T16:53:10.961Z | Compiling toml v0.8.0 |
1893 | 2023-10-24T16:53:13.324Z | Compiling dirs-next v2.0.0 |
1894 | 2023-10-24T16:53:14.152Z | Compiling pkcs1 v0.7.5 |
1895 | 2023-10-24T16:53:15.001Z | Compiling slog-envlogger v2.2.0 |
1896 | 2023-10-24T16:53:19.137Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1897 | 2023-10-24T16:53:19.281Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1898 | 2023-10-24T16:53:19.547Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1899 | 2023-10-24T16:53:20.539Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1900 | 2023-10-24T16:53:20.592Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1901 | 2023-10-24T16:53:22.847Z | Compiling smallvec v0.6.14 |
1902 | 2023-10-24T16:53:30.546Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1903 | 2023-10-24T16:53:31.479Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-24T16:53:32.010Z | Compiling nix v0.26.2 |
1905 | 2023-10-24T16:53:32.469Z | Compiling num_enum_derive v0.7.0 |
1906 | 2023-10-24T16:53:32.480Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-24T16:53:34.111Z | Compiling bitfield v0.14.0 |
1908 | 2023-10-24T16:53:34.596Z | Compiling platforms v3.0.2 |
1909 | 2023-10-24T16:53:35.032Z | Compiling tiny-keccak v2.0.2 |
1910 | 2023-10-24T16:53:35.399Z | Compiling prettyplease v0.2.12 |
1911 | 2023-10-24T16:53:35.791Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1912 | 2023-10-24T16:53:36.584Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1913 | 2023-10-24T16:53:37.525Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1914 | 2023-10-24T16:53:38.709Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2023-10-24T16:53:44.355Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1916 | 2023-10-24T16:53:45.340Z | Compiling num_enum v0.7.0 |
1917 | 2023-10-24T16:53:45.645Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1918 | 2023-10-24T16:53:48.874Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1919 | 2023-10-24T16:53:51.618Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1920 | 2023-10-24T16:54:09.058Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1921 | 2023-10-24T16:54:12.659Z | Compiling parking_lot v0.11.2 |
1922 | 2023-10-24T16:54:12.728Z | Compiling rsa v0.9.2 |
1923 | 2023-10-24T16:54:15.759Z | Compiling serde-hex v0.1.0 |
1924 | 2023-10-24T16:54:16.774Z | Compiling mime_guess v2.0.4 |
1925 | 2023-10-24T16:54:18.619Z | Compiling term v0.7.0 |
1926 | 2023-10-24T16:54:20.779Z | Compiling trust-dns-client v0.22.0 |
1927 | 2023-10-24T16:54:21.939Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2023-10-24T16:54:22.465Z | Compiling polyval v0.6.1 |
1929 | 2023-10-24T16:54:23.294Z | Compiling x509-cert v0.2.4 |
1930 | 2023-10-24T16:54:24.678Z | Compiling tungstenite v0.20.1 |
1931 | 2023-10-24T16:54:24.843Z | Compiling env_logger v0.10.0 |
1932 | 2023-10-24T16:54:27.134Z | Compiling ctr v0.9.2 |
1933 | 2023-10-24T16:54:27.661Z | Compiling aes v0.8.3 |
1934 | 2023-10-24T16:54:31.286Z | Compiling darling_core v0.14.4 |
1935 | 2023-10-24T16:54:32.542Z | Compiling ron v0.8.1 |
1936 | 2023-10-24T16:54:34.078Z | Compiling snafu-derive v0.7.5 |
1937 | 2023-10-24T16:54:39.384Z | Compiling bincode v1.3.3 |
1938 | 2023-10-24T16:54:41.356Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1939 | 2023-10-24T16:54:41.760Z | Compiling minimal-lexical v0.2.1 |
1940 | 2023-10-24T16:54:42.263Z | Compiling crc-any v2.4.3 |
1941 | 2023-10-24T16:54:42.578Z | Compiling convert_case v0.4.0 |
1942 | 2023-10-24T16:54:43.028Z | Compiling erased-serde v0.3.30 |
1943 | 2023-10-24T16:54:43.780Z | Compiling trust-dns-server v0.22.1 |
1944 | 2023-10-24T16:54:43.833Z | Compiling derive_more v0.99.17 |
1945 | 2023-10-24T16:54:43.903Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2023-10-24T16:54:45.607Z | Compiling nom v7.1.3 |
1947 | 2023-10-24T16:54:51.991Z | Compiling snafu v0.7.5 |
1948 | 2023-10-24T16:54:54.131Z | Compiling darling_macro v0.14.4 |
1949 | 2023-10-24T16:54:55.585Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2023-10-24T16:54:56.250Z | Compiling aes-gcm-siv v0.11.1 |
1951 | 2023-10-24T16:54:56.737Z | Compiling tokio-tungstenite v0.20.1 |
1952 | 2023-10-24T16:54:58.201Z | Compiling ascii-canvas v3.0.0 |
1953 | 2023-10-24T16:54:58.403Z | Compiling steno v0.4.0 |
1954 | 2023-10-24T16:54:58.701Z | Compiling sled v0.34.7 |
1955 | 2023-10-24T16:54:58.990Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-10-24T16:55:06.018Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1957 | 2023-10-24T16:55:08.708Z | Compiling env_logger v0.9.3 |
1958 | 2023-10-24T16:55:14.935Z | Compiling tungstenite v0.18.0 |
1959 | 2023-10-24T16:55:16.384Z | Compiling object v0.30.4 |
1960 | 2023-10-24T16:55:20.590Z | Compiling is-terminal v0.4.9 |
1961 | 2023-10-24T16:55:20.762Z | Compiling ena v0.14.2 |
1962 | 2023-10-24T16:55:21.418Z | Compiling derive-where v1.2.5 |
1963 | 2023-10-24T16:55:21.776Z | Compiling bitstruct_derive v0.1.0 |
1964 | 2023-10-24T16:55:23.726Z | Compiling async-recursion v1.0.5 |
1965 | 2023-10-24T16:55:24.728Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1966 | 2023-10-24T16:55:24.929Z | Compiling libloading v0.7.4 |
1967 | 2023-10-24T16:55:25.210Z | Compiling linear-map v1.2.0 |
1968 | 2023-10-24T16:55:25.475Z | Compiling ascii v1.1.0 |
1969 | 2023-10-24T16:55:25.855Z | Compiling bindgen v0.65.1 |
1970 | 2023-10-24T16:55:26.472Z | Compiling diff v0.1.13 |
1971 | 2023-10-24T16:55:26.794Z | Compiling pretty-hex v0.3.0 |
1972 | 2023-10-24T16:55:27.268Z | Compiling path-slash v0.1.5 |
1973 | 2023-10-24T16:55:27.685Z | Compiling ringbuffer v0.15.0 |
1974 | 2023-10-24T16:55:27.689Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1975 | 2023-10-24T16:55:27.692Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1976 | 2023-10-24T16:55:28.230Z | Compiling lalrpop v0.19.12 |
1977 | 2023-10-24T16:55:39.068Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1978 | 2023-10-24T16:55:41.497Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1979 | 2023-10-24T16:55:42.998Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1980 | 2023-10-24T16:55:43.387Z | Compiling bitstruct v0.1.1 |
1981 | 2023-10-24T16:55:43.561Z | Compiling tokio-tungstenite v0.18.0 |
1982 | 2023-10-24T16:55:44.422Z | Compiling curve25519-dalek v4.1.0 |
1983 | 2023-10-24T16:55:44.966Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1984 | 2023-10-24T16:55:48.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1985 | 2023-10-24T16:55:59.494Z | Compiling darling v0.14.4 |
1986 | 2023-10-24T16:55:59.659Z | Compiling cexpr v0.6.0 |
1987 | 2023-10-24T16:56:02.772Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1988 | 2023-10-24T16:56:05.115Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1989 | 2023-10-24T16:56:05.284Z | Compiling which v4.4.0 |
1990 | 2023-10-24T16:56:06.139Z | Compiling ff v0.13.0 |
1991 | 2023-10-24T16:56:06.538Z | Compiling path-dedot v3.1.0 |
1992 | 2023-10-24T16:56:06.877Z | Compiling serde_arrays v0.1.0 |
1993 | 2023-10-24T16:56:06.941Z | Compiling rustc-hash v1.1.0 |
1994 | 2023-10-24T16:56:07.109Z | Compiling peeking_take_while v0.1.2 |
1995 | 2023-10-24T16:56:07.142Z | Compiling display-error-chain v0.1.1 |
1996 | 2023-10-24T16:56:07.310Z | Compiling lazycell v1.3.0 |
1997 | 2023-10-24T16:56:07.361Z | Compiling shlex v1.1.0 |
1998 | 2023-10-24T16:56:07.563Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1999 | 2023-10-24T16:56:09.197Z | Compiling path-absolutize v3.1.0 |
2000 | 2023-10-24T16:56:09.530Z | Compiling group v0.13.0 |
2001 | 2023-10-24T16:56:09.543Z | Compiling derive_builder_core v0.12.0 |
2002 | 2023-10-24T16:56:09.936Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2003 | 2023-10-24T16:56:13.331Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2004 | 2023-10-24T16:56:15.259Z | Compiling olpc-cjson v0.1.3 |
2005 | 2023-10-24T16:56:16.140Z | Compiling pem v1.1.1 |
2006 | 2023-10-24T16:56:17.926Z | Compiling polar-core v0.26.4 |
2007 | 2023-10-24T16:56:18.620Z | Compiling camino-tempfile v1.0.2 |
2008 | 2023-10-24T16:56:19.943Z | Compiling globset v0.4.13 |
2009 | 2023-10-24T16:56:20.127Z | Compiling crypto-bigint v0.5.2 |
2010 | 2023-10-24T16:56:21.041Z | Compiling serde_plain v1.0.2 |
2011 | 2023-10-24T16:56:21.915Z | Compiling thiserror-impl-no-std v2.0.2 |
2012 | 2023-10-24T16:56:22.277Z | Compiling libxml v0.3.3 |
2013 | 2023-10-24T16:56:22.803Z | Compiling curve25519-dalek-derive v0.1.0 |
2014 | 2023-10-24T16:56:25.079Z | Compiling buf-list v1.0.3 |
2015 | 2023-10-24T16:56:25.872Z | Compiling base16ct v0.2.0 |
2016 | 2023-10-24T16:56:26.463Z | Compiling ref-cast v1.0.20 |
2017 | 2023-10-24T16:56:26.597Z | Compiling thiserror-no-std v2.0.2 |
2018 | 2023-10-24T16:56:26.732Z | Compiling elliptic-curve v0.13.5 |
2019 | 2023-10-24T16:56:27.637Z | Compiling tough v0.12.5 |
2020 | 2023-10-24T16:56:30.882Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2021 | 2023-10-24T16:56:34.901Z | Compiling derive_builder_macro v0.12.0 |
2022 | 2023-10-24T16:56:36.081Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2023 | 2023-10-24T16:56:39.954Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2024 | 2023-10-24T16:56:42.457Z | Compiling poly1305 v0.8.0 |
2025 | 2023-10-24T16:56:43.959Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2026 | 2023-10-24T16:56:44.351Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2023-10-24T16:56:44.735Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2028 | 2023-10-24T16:56:45.044Z | Compiling chacha20 v0.9.1 |
2029 | 2023-10-24T16:56:45.765Z | Compiling strum_macros v0.24.3 |
2030 | 2023-10-24T16:56:45.946Z | Compiling bcs v0.1.5 |
2031 | 2023-10-24T16:56:46.424Z | Compiling const_format_proc_macros v0.2.31 |
2032 | 2023-10-24T16:56:47.371Z | Compiling ref-cast-impl v1.0.20 |
2033 | 2023-10-24T16:56:49.146Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2034 | 2023-10-24T16:56:49.560Z | Compiling cookie v0.16.2 |
2035 | 2023-10-24T16:56:49.741Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2036 | 2023-10-24T16:56:49.986Z | Compiling salty v0.2.0 |
2037 | 2023-10-24T16:56:50.155Z | Compiling highway v1.1.0 |
2038 | 2023-10-24T16:56:50.527Z | Compiling signature v1.6.4 |
2039 | 2023-10-24T16:56:50.746Z | Compiling indoc v1.0.9 |
2040 | 2023-10-24T16:56:51.579Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2041 | 2023-10-24T16:56:52.174Z | Compiling ed25519 v1.5.3 |
2042 | 2023-10-24T16:56:52.653Z | Compiling const_format v0.2.31 |
2043 | 2023-10-24T16:56:52.958Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2044 | 2023-10-24T16:56:54.554Z | Compiling chacha20poly1305 v0.10.1 |
2045 | 2023-10-24T16:56:54.913Z | Compiling derive_builder v0.12.0 |
2046 | 2023-10-24T16:56:56.453Z | Compiling vsss-rs v3.3.1 |
2047 | 2023-10-24T16:57:26.783Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2048 | 2023-10-24T16:57:27.326Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2049 | 2023-10-24T16:57:27.551Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2050 | 2023-10-24T16:57:27.664Z | Compiling signal-hook-mio v0.2.3 |
2051 | 2023-10-24T16:57:27.720Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2052 | 2023-10-24T16:57:27.844Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2053 | 2023-10-24T16:57:27.898Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2054 | 2023-10-24T16:57:27.933Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2055 | 2023-10-24T16:57:27.959Z | Compiling ron v0.7.1 |
2056 | 2023-10-24T16:57:34.513Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2057 | 2023-10-24T16:57:34.657Z | Compiling headers-core v0.2.0 |
2058 | 2023-10-24T16:57:34.898Z | Compiling bb8 v0.8.1 |
2059 | 2023-10-24T16:57:35.800Z | Compiling quick-xml v0.23.1 |
2060 | 2023-10-24T16:57:35.956Z | Compiling serde-big-array v0.5.1 |
2061 | 2023-10-24T16:57:36.352Z | Compiling oso-derive v0.26.4 |
2062 | 2023-10-24T16:57:36.897Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2023-10-24T16:57:37.512Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2064 | 2023-10-24T16:57:37.765Z | Compiling bit_field v0.10.2 |
2065 | 2023-10-24T16:57:37.891Z | Compiling http-range v0.1.5 |
2066 | 2023-10-24T16:57:38.179Z | Compiling maplit v1.0.2 |
2067 | 2023-10-24T16:57:38.353Z | Compiling hyper-staticfile v0.9.5 |
2068 | 2023-10-24T16:57:38.855Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2069 | 2023-10-24T16:57:44.025Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2070 | 2023-10-24T16:57:45.113Z | Compiling headers v0.3.9 |
2071 | 2023-10-24T16:57:52.301Z | Compiling crossterm v0.27.0 |
2072 | 2023-10-24T16:57:53.620Z | Compiling oso v0.26.4 |
2073 | 2023-10-24T16:58:08.717Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2074 | 2023-10-24T16:58:12.202Z | Compiling signal-hook-tokio v0.3.1 |
2075 | 2023-10-24T16:58:12.217Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2076 | 2023-10-24T16:58:12.491Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2077 | 2023-10-24T16:58:12.592Z | Compiling serde-big-array v0.4.1 |
2078 | 2023-10-24T16:58:13.004Z | Compiling indoc v2.0.3 |
2079 | 2023-10-24T16:58:14.525Z | Compiling cassowary v0.3.0 |
2080 | 2023-10-24T16:58:14.581Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2081 | 2023-10-24T16:58:16.514Z | Compiling ratatui v0.23.0 |
2082 | 2023-10-24T16:58:17.196Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2083 | 2023-10-24T16:58:22.622Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2084 | 2023-10-24T16:58:23.170Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2085 | 2023-10-24T16:58:25.726Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2086 | 2023-10-24T16:58:29.271Z | Compiling fatfs v0.3.6 |
2087 | 2023-10-24T16:58:31.939Z | Compiling bytesize v1.3.0 |
2088 | 2023-10-24T16:58:32.876Z | Compiling nanorand v0.7.0 |
2089 | 2023-10-24T16:58:34.195Z | Compiling rtoolbox v0.0.1 |
2090 | 2023-10-24T16:58:34.929Z | Compiling assert_matches v1.5.0 |
2091 | 2023-10-24T16:58:34.941Z | Compiling fs-err v2.9.0 |
2092 | 2023-10-24T16:58:35.072Z | Compiling corncobs v0.1.3 |
2093 | 2023-10-24T16:58:35.725Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2094 | 2023-10-24T16:58:35.910Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2095 | 2023-10-24T16:58:36.298Z | Compiling rpassword v7.2.0 |
2096 | 2023-10-24T16:58:36.913Z | Compiling flume v0.11.0 |
2097 | 2023-10-24T16:58:37.250Z | Compiling tui-tree-widget v0.13.0 |
2098 | 2023-10-24T16:58:38.176Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2099 | 2023-10-24T16:58:40.765Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2100 | 2023-10-24T16:58:41.827Z | Compiling owo-colors v3.5.0 |
2101 | 2023-10-24T16:58:47.495Z | Compiling shell-words v1.1.0 |
2102 | 2023-10-24T16:58:48.136Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2103 | 2023-10-24T16:59:03.444Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2104 | 2023-10-24T16:59:53.880Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2105 | 2023-10-24T17:00:08.317Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2106 | 2023-10-24T17:02:01.381Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2107 | 2023-10-24T17:03:58.438Z | Compiling git2 v0.17.2 |
2108 | 2023-10-24T17:04:05.992Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2109 | 2023-10-24T17:04:06.785Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2110 | 2023-10-24T17:04:34.496Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2111 | 2023-10-24T17:04:35.434Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2112 | 2023-10-24T17:04:36.287Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2113 | 2023-10-24T17:04:37.231Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2114 | 2023-10-24T17:05:11.021Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2115 | 2023-10-24T17:13:39.757Z | Finished release [optimized] target(s) in 21m 55s |
2116 | 2023-10-24T17:15:09.472Z | |
2117 | 2023-10-24T17:15:09.474Z | real 23:26.681206824 |
2118 | 2023-10-24T17:15:09.477Z | user 2:44:16.652158101 |
2119 | 2023-10-24T17:15:09.480Z | sys 6:54.146520642 |
2120 | 2023-10-24T17:15:09.482Z | trap 5.202857579 |
2121 | 2023-10-24T17:15:09.485Z | tflt 1.458223271 |
2122 | 2023-10-24T17:15:09.488Z | dflt 3.111892905 |
2123 | 2023-10-24T17:15:09.491Z | kflt 0.054045640 |
2124 | 2023-10-24T17:15:09.493Z | lock 9:09:11.126909112 |
2125 | 2023-10-24T17:15:09.496Z | slp 6:44:27.816196648 |
2126 | 2023-10-24T17:15:09.499Z | lat 2:53.036622992 |
2127 | 2023-10-24T17:15:09.501Z | stop 48.777062263 |
2128 | 2023-10-24T17:15:09.504Z | + 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/*) |
2129 | 2023-10-24T17:15:09.507Z | + pfexec mkdir -p /work |
2130 | 2023-10-24T17:15:09.510Z | + pfexec chown build /work |
2131 | 2023-10-24T17:15:09.512Z | + 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 |
2132 | 2023-10-24T17:15:22.849Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2133 | 2023-10-24T17:15:22.852Z | a out/mg-ddm-gz.tar 62147K |
2134 | 2023-10-24T17:15:22.855Z | a out/omicron-sled-agent.tar 112755K |
2135 | 2023-10-24T17:15:22.858Z | a out/target/test 1K |
2136 | 2023-10-24T17:15:22.860Z | a out/npuzone/npuzone 36506K |
2137 | 2023-10-24T17:15:22.863Z | a package-manifest.toml 22K |
2138 | 2023-10-24T17:15:22.866Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2139 | 2023-10-24T17:15:22.869Z | a target/release/omicron-package 37301K |
2140 | 2023-10-24T17:15:22.871Z | a tools/create_virtual_hardware.sh 3K |
2141 | 2023-10-24T17:15:22.874Z | a tools/virtual_hardware.sh 4K |
2142 | 2023-10-24T17:15:22.877Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2143 | 2023-10-24T17:15:22.880Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2144 | 2023-10-24T17:15:22.882Z | a tools/scrimlet/softnpu-init.sh 3K |
2145 | 2023-10-24T17:15:22.885Z | a tools/scrimlet/softnpu-zone.txt 1K |
2146 | 2023-10-24T17:15:22.888Z | a tools/scrimlet/softnpu.toml 1K |
2147 | 2023-10-24T17:15:22.890Z | |
2148 | 2023-10-24T17:15:22.893Z | real 13.366197595 |
2149 | 2023-10-24T17:15:22.897Z | user 12.778305684 |
2150 | 2023-10-24T17:15:22.899Z | sys 1.035250646 |
2151 | 2023-10-24T17:15:22.902Z | trap 0.003043809 |
2152 | 2023-10-24T17:15:22.907Z | tflt 0.000000000 |
2153 | 2023-10-24T17:15:22.910Z | dflt 0.000000000 |
2154 | 2023-10-24T17:15:22.912Z | kflt 0.000000000 |
2155 | 2023-10-24T17:15:22.915Z | lock 0.000000000 |
2156 | 2023-10-24T17:15:22.918Z | slp 12.500267758 |
2157 | 2023-10-24T17:15:22.921Z | lat 0.411903155 |
2158 | 2023-10-24T17:15:22.924Z | stop 0.000336352 |
2159 | 2023-10-24T17:15:22.927Z | ++ pwd |
2160 | 2023-10-24T17:15:22.929Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2161 | 2023-10-24T17:15:22.932Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2162 | 2023-10-24T17:15:22.935Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2163 | 2023-10-24T17:15:24.023Z | Finished release [optimized] target(s) in 1.08s |
2164 | 2023-10-24T17:15:24.050Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2165 | 2023-10-24T17:15:24.089Z | Created new build target 'host' and set it as active |
2166 | 2023-10-24T17:15:24.092Z | |
2167 | 2023-10-24T17:15:24.095Z | real 1.229717511 |
2168 | 2023-10-24T17:15:24.099Z | user 0.876809575 |
2169 | 2023-10-24T17:15:24.102Z | sys 0.353620694 |
2170 | 2023-10-24T17:15:24.105Z | trap 0.000243659 |
2171 | 2023-10-24T17:15:24.108Z | tflt 0.000000000 |
2172 | 2023-10-24T17:15:24.110Z | dflt 0.000008352 |
2173 | 2023-10-24T17:15:24.114Z | kflt 0.000000000 |
2174 | 2023-10-24T17:15:24.116Z | lock 0.033138927 |
2175 | 2023-10-24T17:15:24.119Z | slp 0.019055373 |
2176 | 2023-10-24T17:15:24.122Z | lat 0.001706526 |
2177 | 2023-10-24T17:15:24.125Z | stop 0.000223325 |
2178 | 2023-10-24T17:15:24.128Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2179 | 2023-10-24T17:15:25.224Z | Finished release [optimized] target(s) in 1.05s |
2180 | 2023-10-24T17:15:25.252Z | Running `target/release/omicron-package -t host package` |
2181 | 2023-10-24T17:15:25.292Z | Oct 24 17:15:25.291 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2182 | 2023-10-24T17:15:26.452Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2183 | 2023-10-24T17:19:15.035Z | Finished release [optimized] target(s) in 3m 49s |
2184 | 2023-10-24T17:20:22.510Z | |
2185 | 2023-10-24T17:20:23.058Z | real 4:58.042905712 |
2186 | 2023-10-24T17:20:23.471Z | user 21:38.033232109 |
2187 | 2023-10-24T17:20:24.101Z | sys 1:22.132475777 |
2188 | 2023-10-24T17:20:44.474Z | trap 0.584137016 |
2189 | 2023-10-24T17:20:44.921Z | tflt 0.027858961 |
2190 | 2023-10-24T17:20:45.338Z | dflt 1.786455955 |
2191 | 2023-10-24T17:20:45.419Z | kflt 0.000277855 |
2192 | 2023-10-24T17:20:45.531Z | lock 1:11:17.977448485 |
2193 | 2023-10-24T17:20:45.537Z | slp 18:23.023619415 |
2194 | 2023-10-24T17:20:45.695Z | lat 9.058858852 |
2195 | 2023-10-24T17:20:45.793Z | stop 0.653249726 |
2196 | 2023-10-24T17:20:45.891Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2197 | 2023-10-24T17:20:45.921Z | + for package in "$@" |
2198 | 2023-10-24T17:20:45.950Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2199 | 2023-10-24T17:20:45.980Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+gitdac9615f48d |
2200 | 2023-10-24T17:20:45.992Z | Finished release [optimized] target(s) in 1.07s |
2201 | 2023-10-24T17:20:46.047Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+gitdac9615f48d` |
2202 | 2023-10-24T17:20:46.114Z | Oct 24 17:20:23.358 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2023-10-24T17:20:46.142Z | Created: out/versioned/omicron-sled-agent.tar |
2204 | 2023-10-24T17:20:46.189Z | + for package in "$@" |
2205 | 2023-10-24T17:20:46.225Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2206 | 2023-10-24T17:20:46.268Z | + echo 0.0.0 |
2207 | 2023-10-24T17:20:46.322Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2208 | 2023-10-24T17:20:46.350Z | a VERSION 1K |
2209 | 2023-10-24T17:20:46.403Z | + rm VERSION |
2210 | 2023-10-24T17:20:46.435Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitdac9615f48d |
2211 | 2023-10-24T17:20:46.853Z | Finished release [optimized] target(s) in 1.04s |
2212 | 2023-10-24T17:20:46.869Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitdac9615f48d` |
2213 | 2023-10-24T17:20:46.932Z | Oct 24 17:20:25.087 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2214 | 2023-10-24T17:20:46.949Z | Created: out/versioned/mg-ddm-gz.tar |
2215 | 2023-10-24T17:20:46.975Z | + for package in "$@" |
2216 | 2023-10-24T17:20:46.997Z | + [[ propolis-server == mg-ddm-gz ]] |
2217 | 2023-10-24T17:20:47.017Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+gitdac9615f48d |
2218 | 2023-10-24T17:20:47.039Z | Finished release [optimized] target(s) in 1.03s |
2219 | 2023-10-24T17:20:47.051Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+gitdac9615f48d` |
2220 | 2023-10-24T17:20:47.058Z | Oct 24 17:20:26.568 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2221 | 2023-10-24T17:20:47.071Z | Created: out/versioned/propolis-server.tar.gz |
2222 | 2023-10-24T17:20:47.100Z | + for package in "$@" |
2223 | 2023-10-24T17:20:47.129Z | + [[ overlay == mg-ddm-gz ]] |
2224 | 2023-10-24T17:20:47.168Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+gitdac9615f48d |
2225 | 2023-10-24T17:20:47.180Z | Finished release [optimized] target(s) in 1.06s |
2226 | 2023-10-24T17:20:47.195Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+gitdac9615f48d` |
2227 | 2023-10-24T17:20:47.204Z | Oct 24 17:20:29.594 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2023-10-24T17:20:47.218Z | Created: out/versioned/overlay.tar.gz |
2229 | 2023-10-24T17:20:47.242Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2230 | 2023-10-24T17:20:47.280Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2231 | 2023-10-24T17:20:47.337Z | ++ cd -- ./tools |
2232 | 2023-10-24T17:20:47.414Z | ++ pwd |
2233 | 2023-10-24T17:20:47.436Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2234 | 2023-10-24T17:20:47.447Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2235 | 2023-10-24T17:20:47.458Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2236 | 2023-10-24T17:20:47.463Z | ++ readlink -f /work |
2237 | 2023-10-24T17:20:47.469Z | + out_dir=/work |
2238 | 2023-10-24T17:20:47.480Z | + 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") |
2239 | 2023-10-24T17:20:47.489Z | + for dep in "${deps[@]}" |
2240 | 2023-10-24T17:20:47.498Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2241 | 2023-10-24T17:20:47.505Z | + for dep in "${deps[@]}" |
2242 | 2023-10-24T17:20:47.511Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2243 | 2023-10-24T17:20:47.516Z | + for dep in "${deps[@]}" |
2244 | 2023-10-24T17:20:47.522Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2245 | 2023-10-24T17:20:47.526Z | + for dep in "${deps[@]}" |
2246 | 2023-10-24T17:20:47.531Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2247 | 2023-10-24T17:20:47.536Z | ++ mktemp -d |
2248 | 2023-10-24T17:20:47.543Z | + tmp_gz=/tmp/tmp.4gaqsi |
2249 | 2023-10-24T17:20:47.571Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2250 | 2023-10-24T17:20:47.576Z | + echo '{"v":"1","t":"layer"}' |
2251 | 2023-10-24T17:20:47.586Z | + pkg_dir=/tmp/tmp.4gaqsi/root/opt/oxide/sled-agent |
2252 | 2023-10-24T17:20:47.591Z | + mkdir -p /tmp/tmp.4gaqsi/root/opt/oxide/sled-agent |
2253 | 2023-10-24T17:20:47.595Z | + cd /tmp/tmp.4gaqsi/root/opt/oxide/sled-agent |
2254 | 2023-10-24T17:20:47.629Z | x ., 0 bytes, 0 tape blocks |
2255 | 2023-10-24T17:20:47.641Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2256 | 2023-10-24T17:20:47.652Z | x zone-bundle, 34603744 bytes, 67586 tape blocks |
2257 | 2023-10-24T17:20:47.656Z | + mkdir -p /tmp/tmp.4gaqsi/root/lib/svc/manifest/site/ |
2258 | 2023-10-24T17:20:47.661Z | x sled-agent, 80626816 bytes, 157475 tape blocks |
2259 | 2023-10-24T17:20:47.665Z | + mv pkg/manifest.xml /tmp/tmp.4gaqsi/root/lib/svc/manifest/site/sled-agent.xml |
2260 | 2023-10-24T17:20:47.669Z | x pkg, 0 bytes, 0 tape blocks |
2261 | 2023-10-24T17:20:47.679Z | + cd - |
2262 | 2023-10-24T17:20:47.683Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2263 | 2023-10-24T17:20:47.688Z | + pkg_dir=/tmp/tmp.4gaqsi/root/opt/oxide/mg-ddm |
2264 | 2023-10-24T17:20:47.692Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2265 | 2023-10-24T17:20:47.696Z | + mkdir -p /tmp/tmp.4gaqsi/root/opt/oxide/mg-ddm |
2266 | 2023-10-24T17:20:47.701Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2267 | 2023-10-24T17:20:47.706Z | + cd /tmp/tmp.4gaqsi/root/opt/oxide/mg-ddm |
2268 | 2023-10-24T17:20:47.716Z | x VERSION, 25 bytes, 1 tape blocks |
2269 | 2023-10-24T17:20:47.721Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2270 | 2023-10-24T17:20:47.726Z | /work/oxidecomputer/omicron |
2271 | 2023-10-24T17:20:47.730Z | + cd - |
2272 | 2023-10-24T17:20:47.735Z | x ., 0 bytes, 0 tape blocks |
2273 | 2023-10-24T17:20:47.739Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.4gaqsi/root/opt/oxide |
2274 | 2023-10-24T17:20:47.743Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2275 | 2023-10-24T17:20:47.748Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.4gaqsi/root/opt/oxide |
2276 | 2023-10-24T17:20:47.752Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2277 | 2023-10-24T17:20:47.757Z | + cd /tmp/tmp.4gaqsi |
2278 | 2023-10-24T17:20:47.761Z | x pkg, 0 bytes, 0 tape blocks |
2279 | 2023-10-24T17:20:47.766Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2280 | 2023-10-24T17:20:47.770Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2281 | 2023-10-24T17:20:47.776Z | + cd / |
2282 | 2023-10-24T17:20:47.780Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2283 | 2023-10-24T17:20:47.784Z | + rm -rf /tmp/tmp.4gaqsi |
2284 | 2023-10-24T17:20:47.788Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2285 | 2023-10-24T17:20:47.793Z | |
2286 | 2023-10-24T17:20:47.797Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2287 | 2023-10-24T17:20:47.801Z | real 12.239350181 |
2288 | 2023-10-24T17:20:47.806Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2289 | 2023-10-24T17:20:47.810Z | user 11.367563617 |
2290 | 2023-10-24T17:20:47.820Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2291 | 2023-10-24T17:20:47.824Z | sys 0.932796477 |
2292 | 2023-10-24T17:20:47.828Z | x VERSION, 25 bytes, 1 tape blocks |
2293 | 2023-10-24T17:20:47.833Z | trap 0.002595546 |
2294 | 2023-10-24T17:20:47.838Z | /work/oxidecomputer/omicron |
2295 | 2023-10-24T17:20:47.848Z | tflt 0.000000000 |
2296 | 2023-10-24T17:20:47.853Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2297 | 2023-10-24T17:20:47.861Z | dflt 0.000000000 |
2298 | 2023-10-24T17:20:47.866Z | a oxide.json 1K |
2299 | 2023-10-24T17:20:47.870Z | kflt 0.000000000 |
2300 | 2023-10-24T17:20:47.878Z | a root/ 0K |
2301 | 2023-10-24T17:20:47.882Z | lock 0.000000000 |
2302 | 2023-10-24T17:20:47.886Z | a root/opt/ 0K |
2303 | 2023-10-24T17:20:47.891Z | slp 23.635059666 |
2304 | 2023-10-24T17:20:47.894Z | a root/opt/oxide/ 0K |
2305 | 2023-10-24T17:20:47.899Z | lat 0.380470863 |
2306 | 2023-10-24T17:20:47.903Z | a root/opt/oxide/sled-agent/ 0K |
2307 | 2023-10-24T17:20:47.908Z | stop 0.000305991 |
2308 | 2023-10-24T17:20:47.913Z | a root/opt/oxide/sled-agent/zone-bundle 33793K |
2309 | 2023-10-24T17:20:47.917Z | + mkdir -p /work/zones |
2310 | 2023-10-24T17:20:47.921Z | a root/opt/oxide/sled-agent/sled-agent 78738K |
2311 | 2023-10-24T17:20:47.927Z | + 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) |
2312 | 2023-10-24T17:20:47.931Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2313 | 2023-10-24T17:20:47.935Z | + 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/ |
2314 | 2023-10-24T17:20:47.939Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2315 | 2023-10-24T17:20:48.001Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2316 | 2023-10-24T17:20:48.005Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2317 | 2023-10-24T17:20:48.011Z | Finished release [optimized] target(s) in 1.17s |
2318 | 2023-10-24T17:20:48.015Z | a root/opt/oxide/sled-agent/VERSION 1K |
2319 | 2023-10-24T17:20:48.020Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2320 | 2023-10-24T17:20:48.025Z | a root/opt/oxide/mg-ddm/ 0K |
2321 | 2023-10-24T17:20:48.029Z | |
2322 | 2023-10-24T17:20:48.034Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2323 | 2023-10-24T17:20:48.038Z | real 1.327821917 |
2324 | 2023-10-24T17:20:48.043Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2325 | 2023-10-24T17:20:48.050Z | user 0.956780307 |
2326 | 2023-10-24T17:20:48.068Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2327 | 2023-10-24T17:20:48.090Z | sys 0.367023325 |
2328 | 2023-10-24T17:20:48.105Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2329 | 2023-10-24T17:20:48.111Z | trap 0.000726165 |
2330 | 2023-10-24T17:20:48.116Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2331 | 2023-10-24T17:20:48.121Z | tflt 0.000075573 |
2332 | 2023-10-24T17:20:48.140Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2333 | 2023-10-24T17:20:48.144Z | dflt 0.000016305 |
2334 | 2023-10-24T17:20:48.147Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2335 | 2023-10-24T17:20:48.151Z | kflt 0.000000000 |
2336 | 2023-10-24T17:20:48.155Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2337 | 2023-10-24T17:20:48.159Z | lock 0.034441501 |
2338 | 2023-10-24T17:20:48.162Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2339 | 2023-10-24T17:20:48.166Z | slp 0.020786652 |
2340 | 2023-10-24T17:20:48.172Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2341 | 2023-10-24T17:20:48.176Z | lat 0.006845795 |
2342 | 2023-10-24T17:20:48.179Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2343 | 2023-10-24T17:20:48.183Z | stop 0.000234740 |
2344 | 2023-10-24T17:20:48.186Z | a root/opt/oxide/overlay.tar.gz 2K |
2345 | 2023-10-24T17:20:48.190Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2346 | 2023-10-24T17:20:48.193Z | a root/lib/ 0K |
2347 | 2023-10-24T17:20:48.197Z | a root/lib/svc/ 0K |
2348 | 2023-10-24T17:20:48.200Z | a root/lib/svc/manifest/ 0K |
2349 | 2023-10-24T17:20:48.204Z | a root/lib/svc/manifest/site/ 0K |
2350 | 2023-10-24T17:20:48.207Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2351 | 2023-10-24T17:20:48.212Z | Created new build target 'recovery' and set it as active |
2352 | 2023-10-24T17:20:48.215Z | Finished release [optimized] target(s) in 1.09s |
2353 | 2023-10-24T17:20:48.219Z | Running `target/release/omicron-package -t recovery package` |
2354 | 2023-10-24T17:20:48.242Z | Oct 24 17:20:48.012 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2355 | 2023-10-24T17:20:49.054Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2356 | 2023-10-24T17:20:52.815Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2357 | 2023-10-24T17:21:24.637Z | Finished release [optimized] target(s) in 36.54s |
2358 | 2023-10-24T17:21:36.927Z | |
2359 | 2023-10-24T17:21:36.930Z | real 50.160434212 |
2360 | 2023-10-24T17:21:36.933Z | user 2:39.490484605 |
2361 | 2023-10-24T17:21:36.936Z | sys 11.687360954 |
2362 | 2023-10-24T17:21:36.939Z | trap 0.074233042 |
2363 | 2023-10-24T17:21:36.942Z | tflt 0.044936108 |
2364 | 2023-10-24T17:21:36.944Z | dflt 0.694280146 |
2365 | 2023-10-24T17:21:36.947Z | kflt 0.000132722 |
2366 | 2023-10-24T17:21:36.950Z | lock 11:12.472132475 |
2367 | 2023-10-24T17:21:36.952Z | slp 2:30.809839473 |
2368 | 2023-10-24T17:21:36.955Z | lat 1.824373049 |
2369 | 2023-10-24T17:21:36.958Z | stop 0.180754135 |
2370 | 2023-10-24T17:21:36.960Z | + stamp_packages installinator mg-ddm-gz |
2371 | 2023-10-24T17:21:36.963Z | + for package in "$@" |
2372 | 2023-10-24T17:21:36.966Z | + [[ installinator == mg-ddm-gz ]] |
2373 | 2023-10-24T17:21:36.968Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+gitdac9615f48d |
2374 | 2023-10-24T17:21:38.077Z | Finished release [optimized] target(s) in 1.07s |
2375 | 2023-10-24T17:21:38.105Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+gitdac9615f48d` |
2376 | 2023-10-24T17:21:38.146Z | Oct 24 17:21:38.145 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2377 | 2023-10-24T17:21:38.262Z | Created: out/versioned/installinator.tar |
2378 | 2023-10-24T17:21:38.265Z | + for package in "$@" |
2379 | 2023-10-24T17:21:38.268Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2380 | 2023-10-24T17:21:38.271Z | + echo 0.0.0 |
2381 | 2023-10-24T17:21:38.274Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2382 | 2023-10-24T17:21:38.277Z | a VERSION 1K |
2383 | 2023-10-24T17:21:38.279Z | + rm VERSION |
2384 | 2023-10-24T17:21:38.282Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitdac9615f48d |
2385 | 2023-10-24T17:21:39.400Z | Finished release [optimized] target(s) in 1.05s |
2386 | 2023-10-24T17:21:39.428Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitdac9615f48d` |
2387 | 2023-10-24T17:21:39.468Z | Oct 24 17:21:39.468 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2388 | 2023-10-24T17:21:39.652Z | Created: out/versioned/mg-ddm-gz.tar |
2389 | 2023-10-24T17:21:39.665Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2390 | 2023-10-24T17:21:39.668Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2391 | 2023-10-24T17:21:39.671Z | ++ cd -- ./tools |
2392 | 2023-10-24T17:21:39.674Z | ++ pwd |
2393 | 2023-10-24T17:21:39.677Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2394 | 2023-10-24T17:21:39.680Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2395 | 2023-10-24T17:21:39.682Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2396 | 2023-10-24T17:21:39.685Z | ++ readlink -f /work |
2397 | 2023-10-24T17:21:39.688Z | + out_dir=/work |
2398 | 2023-10-24T17:21:39.691Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2399 | 2023-10-24T17:21:39.694Z | + for dep in "${deps[@]}" |
2400 | 2023-10-24T17:21:39.697Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2401 | 2023-10-24T17:21:39.700Z | + for dep in "${deps[@]}" |
2402 | 2023-10-24T17:21:39.702Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2403 | 2023-10-24T17:21:39.706Z | ++ mktemp -d |
2404 | 2023-10-24T17:21:39.708Z | + tmp_trampoline=/tmp/tmp.DnaOwi |
2405 | 2023-10-24T17:21:39.711Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2406 | 2023-10-24T17:21:39.714Z | + echo '{"v":"1","t":"layer"}' |
2407 | 2023-10-24T17:21:39.717Z | + pkg_dir=/tmp/tmp.DnaOwi/root/opt/oxide/installinator |
2408 | 2023-10-24T17:21:39.720Z | + mkdir -p /tmp/tmp.DnaOwi/root/opt/oxide/installinator |
2409 | 2023-10-24T17:21:39.724Z | + cd /tmp/tmp.DnaOwi/root/opt/oxide/installinator |
2410 | 2023-10-24T17:21:39.729Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2411 | 2023-10-24T17:21:39.733Z | x ., 0 bytes, 0 tape blocks |
2412 | 2023-10-24T17:21:39.736Z | x installinator, 48273040 bytes, 94284 tape blocks |
2413 | 2023-10-24T17:21:39.739Z | x pkg, 0 bytes, 0 tape blocks |
2414 | 2023-10-24T17:21:39.742Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2415 | 2023-10-24T17:21:39.745Z | x VERSION, 25 bytes, 1 tape blocks |
2416 | 2023-10-24T17:21:39.749Z | + mkdir -p /tmp/tmp.DnaOwi/root/lib/svc/manifest/site/ |
2417 | 2023-10-24T17:21:39.751Z | + mv pkg/manifest.xml /tmp/tmp.DnaOwi/root/lib/svc/manifest/site/installinator.xml |
2418 | 2023-10-24T17:21:39.754Z | + cd - |
2419 | 2023-10-24T17:21:39.758Z | /work/oxidecomputer/omicron |
2420 | 2023-10-24T17:21:39.761Z | + pkg_dir=/tmp/tmp.DnaOwi/root/opt/oxide/mg-ddm |
2421 | 2023-10-24T17:21:39.764Z | + mkdir -p /tmp/tmp.DnaOwi/root/opt/oxide/mg-ddm |
2422 | 2023-10-24T17:21:39.767Z | + cd /tmp/tmp.DnaOwi/root/opt/oxide/mg-ddm |
2423 | 2023-10-24T17:21:39.771Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2424 | 2023-10-24T17:21:39.808Z | x ., 0 bytes, 0 tape blocks |
2425 | 2023-10-24T17:21:39.813Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2426 | 2023-10-24T17:21:39.816Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2427 | 2023-10-24T17:21:39.819Z | x pkg, 0 bytes, 0 tape blocks |
2428 | 2023-10-24T17:21:39.823Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2429 | 2023-10-24T17:21:39.827Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2430 | 2023-10-24T17:21:39.830Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2431 | 2023-10-24T17:21:39.832Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2432 | 2023-10-24T17:21:39.835Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2433 | 2023-10-24T17:21:39.841Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2434 | 2023-10-24T17:21:39.843Z | x VERSION, 25 bytes, 1 tape blocks |
2435 | 2023-10-24T17:21:39.847Z | + cd - |
2436 | 2023-10-24T17:21:39.850Z | /work/oxidecomputer/omicron |
2437 | 2023-10-24T17:21:39.854Z | + cd /tmp/tmp.DnaOwi |
2438 | 2023-10-24T17:21:39.857Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2439 | 2023-10-24T17:21:45.715Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2440 | 2023-10-24T17:21:45.719Z | a oxide.json 1K |
2441 | 2023-10-24T17:21:45.721Z | a root/ 0K |
2442 | 2023-10-24T17:21:45.724Z | a root/opt/ 0K |
2443 | 2023-10-24T17:21:45.727Z | a root/opt/oxide/ 0K |
2444 | 2023-10-24T17:21:45.730Z | a root/opt/oxide/installinator/ 0K |
2445 | 2023-10-24T17:21:45.733Z | a root/opt/oxide/installinator/installinator 47142K |
2446 | 2023-10-24T17:21:45.736Z | a root/opt/oxide/installinator/pkg/ 0K |
2447 | 2023-10-24T17:21:45.741Z | a root/opt/oxide/installinator/VERSION 1K |
2448 | 2023-10-24T17:21:45.744Z | a root/opt/oxide/mg-ddm/ 0K |
2449 | 2023-10-24T17:21:45.747Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2450 | 2023-10-24T17:21:45.750Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2451 | 2023-10-24T17:21:45.752Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2452 | 2023-10-24T17:21:45.755Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2453 | 2023-10-24T17:21:45.758Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2454 | 2023-10-24T17:21:45.760Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2455 | 2023-10-24T17:21:45.763Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2456 | 2023-10-24T17:21:45.766Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2457 | 2023-10-24T17:21:45.769Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2458 | 2023-10-24T17:21:45.773Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2459 | 2023-10-24T17:21:45.775Z | a root/lib/ 0K |
2460 | 2023-10-24T17:21:45.778Z | a root/lib/svc/ 0K |
2461 | 2023-10-24T17:21:45.781Z | a root/lib/svc/manifest/ 0K |
2462 | 2023-10-24T17:21:45.784Z | a root/lib/svc/manifest/site/ 0K |
2463 | 2023-10-24T17:21:45.786Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2464 | 2023-10-24T17:21:45.789Z | + cd / |
2465 | 2023-10-24T17:21:45.792Z | + rm -rf /tmp/tmp.DnaOwi |
2466 | 2023-10-24T17:21:45.797Z | |
2467 | 2023-10-24T17:21:45.799Z | real 6.082026950 |
2468 | 2023-10-24T17:21:45.802Z | user 5.693868186 |
2469 | 2023-10-24T17:21:45.805Z | sys 0.413722410 |
2470 | 2023-10-24T17:21:45.808Z | trap 0.001778658 |
2471 | 2023-10-24T17:21:45.811Z | tflt 0.000000000 |
2472 | 2023-10-24T17:21:45.814Z | dflt 0.000000000 |
2473 | 2023-10-24T17:21:45.816Z | kflt 0.000000000 |
2474 | 2023-10-24T17:21:45.819Z | lock 0.000000000 |
2475 | 2023-10-24T17:21:45.822Z | slp 11.768283665 |
2476 | 2023-10-24T17:21:45.824Z | lat 0.177846481 |
2477 | 2023-10-24T17:21:45.827Z | stop 0.000292421 |
2478 | 2023-10-24T17:21:45.830Z | process exited: duration 2424227 ms, exit code 0 |
|
2479 | 2023-10-24T17:21:45.847Z | found 21 output files |
2480 | 2023-10-24T17:21:45.850Z | uploading: /work/version.txt (26 bytes) |
2481 | 2023-10-24T17:21:46.856Z | uploaded: /work/version.txt |
2482 | 2023-10-24T17:21:46.872Z | uploading: /work/package.tar.gz (80811786 bytes) |
2483 | 2023-10-24T17:22:16.359Z | uploaded: /work/package.tar.gz |
2484 | 2023-10-24T17:22:16.399Z | uploading: /work/global-zone-packages.tar.gz (123140791 bytes) |
2485 | 2023-10-24T17:22:42.866Z | uploaded: /work/global-zone-packages.tar.gz |
2486 | 2023-10-24T17:22:42.870Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35821413 bytes) |
2487 | 2023-10-24T17:22:50.261Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2488 | 2023-10-24T17:22:50.273Z | uploading: /work/zones/clickhouse.tar.gz (180759163 bytes) |
2489 | 2023-10-24T17:23:43.461Z | uploaded: /work/zones/clickhouse.tar.gz |
2490 | 2023-10-24T17:23:43.472Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180761921 bytes) |
2491 | 2023-10-24T17:24:53.471Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2492 | 2023-10-24T17:24:53.535Z | uploading: /work/zones/cockroachdb.tar.gz (117831402 bytes) |
2493 | 2023-10-24T17:25:34.050Z | uploaded: /work/zones/cockroachdb.tar.gz |
2494 | 2023-10-24T17:25:34.072Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2495 | 2023-10-24T17:25:42.632Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2496 | 2023-10-24T17:25:42.641Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2497 | 2023-10-24T17:25:53.474Z | uploaded: /work/zones/crucible.tar.gz |
2498 | 2023-10-24T17:25:53.490Z | uploading: /work/zones/external-dns.tar.gz (22070015 bytes) |
2499 | 2023-10-24T17:26:02.614Z | uploaded: /work/zones/external-dns.tar.gz |
2500 | 2023-10-24T17:26:02.631Z | uploading: /work/zones/internal-dns.tar.gz (22070015 bytes) |
2501 | 2023-10-24T17:26:12.094Z | uploaded: /work/zones/internal-dns.tar.gz |
2502 | 2023-10-24T17:26:12.099Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2503 | 2023-10-24T17:26:13.109Z | uploaded: /work/zones/ntp.tar.gz |
2504 | 2023-10-24T17:26:13.121Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16778792 bytes) |
2505 | 2023-10-24T17:26:20.640Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2506 | 2023-10-24T17:26:20.652Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16781026 bytes) |
2507 | 2023-10-24T17:26:27.201Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2508 | 2023-10-24T17:26:27.218Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69508275 bytes) |
2509 | 2023-10-24T17:26:53.246Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2510 | 2023-10-24T17:26:53.279Z | uploading: /work/zones/omicron-nexus.tar.gz (69512499 bytes) |
2511 | 2023-10-24T17:27:12.485Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2512 | 2023-10-24T17:27:12.488Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2513 | 2023-10-24T17:27:13.498Z | uploaded: /work/zones/overlay.tar.gz |
2514 | 2023-10-24T17:27:13.509Z | uploading: /work/zones/oximeter-collector.tar.gz (18222648 bytes) |
2515 | 2023-10-24T17:27:19.701Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2516 | 2023-10-24T17:27:19.709Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2517 | 2023-10-24T17:27:42.950Z | uploaded: /work/zones/propolis-server.tar.gz |
2518 | 2023-10-24T17:27:42.962Z | uploading: /work/zones/switch-asic.tar.gz (239226273 bytes) |
2519 | 2023-10-24T17:29:06.822Z | uploaded: /work/zones/switch-asic.tar.gz |
2520 | 2023-10-24T17:29:07.060Z | uploading: /work/zones/switch-softnpu.tar.gz (161587708 bytes) |
2521 | 2023-10-24T17:29:49.977Z | uploaded: /work/zones/switch-softnpu.tar.gz |