|
|
|
1 | 2023-10-25T21:59:35.596Z | job assigned to worker 01HDMDFYN7MMCKWNJQVWBPGDYA (queued for 1 m 56 s) |
|
2 | 2023-10-25T21:59:36.374Z | starting task 0: "setup" |
3 | 2023-10-25T21:59:36.569Z | ++ uname -s |
4 | 2023-10-25T21:59:36.574Z | + kern=SunOS |
5 | 2023-10-25T21:59:36.577Z | + case "$kern" in |
6 | 2023-10-25T21:59:36.580Z | + groupadd -g 12345 build |
7 | 2023-10-25T21:59:36.583Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-25T21:59:38.618Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-25T21:59:38.840Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-25T21:59:38.843Z | + home_fs=zfs |
11 | 2023-10-25T21:59:38.846Z | + [[ zfs == autofs ]] |
12 | 2023-10-25T21:59:38.850Z | + mkdir -p /home/build |
13 | 2023-10-25T21:59:38.854Z | + chown build:build /home/build /work |
14 | 2023-10-25T21:59:40.852Z | + chmod 0700 /home/build /work |
15 | 2023-10-25T21:59:40.860Z | process exited: duration 4474 ms, exit code 0 |
|
16 | 2023-10-25T21:59:40.874Z | starting task 1: "rust-toolchain" |
17 | 2023-10-25T21:59:41.298Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-25T21:59:41.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-25T21:59:41.513Z | info: downloading installer |
20 | 2023-10-25T21:59:43.175Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-25T21:59:43.178Z | warning: /opt/ooce/bin |
22 | 2023-10-25T21:59:43.182Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-25T21:59:43.185Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-25T21:59:43.189Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-25T21:59:43.193Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-25T21:59:43.196Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-25T21:59:43.199Z | error: cannot install while Rust is installed |
28 | 2023-10-25T21:59:43.203Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-25T21:59:43.425Z | info: profile set to 'default' |
30 | 2023-10-25T21:59:43.434Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-25T21:59:43.440Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-25T21:59:43.591Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-25T21:59:43.601Z | info: downloading component 'cargo' |
34 | 2023-10-25T21:59:44.214Z | info: downloading component 'clippy' |
35 | 2023-10-25T21:59:44.432Z | info: downloading component 'rust-docs' |
36 | 2023-10-25T21:59:45.392Z | info: downloading component 'rust-std' |
37 | 2023-10-25T21:59:46.598Z | info: downloading component 'rustc' |
38 | 2023-10-25T21:59:49.901Z | info: downloading component 'rustfmt' |
39 | 2023-10-25T21:59:50.104Z | info: installing component 'cargo' |
40 | 2023-10-25T21:59:51.888Z | info: installing component 'clippy' |
41 | 2023-10-25T21:59:52.652Z | info: installing component 'rust-docs' |
42 | 2023-10-25T21:59:55.427Z | info: installing component 'rust-std' |
43 | 2023-10-25T21:59:59.268Z | info: installing component 'rustc' |
44 | 2023-10-25T22:00:09.103Z | info: installing component 'rustfmt' |
45 | 2023-10-25T22:00:09.561Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-25T22:00:09.564Z | |
47 | 2023-10-25T22:00:09.692Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-25T22:00:09.698Z | |
49 | 2023-10-25T22:00:09.710Z | |
50 | 2023-10-25T22:00:09.718Z | Rust is installed now. Great! |
51 | 2023-10-25T22:00:09.721Z | |
52 | 2023-10-25T22:00:09.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-25T22:00:09.730Z | environment variable. This has not been done automatically. |
54 | 2023-10-25T22:00:09.733Z | |
55 | 2023-10-25T22:00:09.736Z | To configure your current shell, run: |
56 | 2023-10-25T22:00:09.743Z | source "$HOME/.cargo/env" |
57 | 2023-10-25T22:00:09.780Z | + rustc --version |
58 | 2023-10-25T22:00:09.891Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-25T22:00:09.896Z | process exited: duration 28610 ms, exit code 0 |
|
60 | 2023-10-25T22:00:09.902Z | starting task 2: "authentication" |
61 | 2023-10-25T22:00:09.938Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-25T22:00:09.951Z | starting task 3: "clone repository" |
63 | 2023-10-25T22:00:09.972Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-25T22:00:09.989Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-25T22:00:10.036Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-25T22:00:16.614Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-25T22:00:16.624Z | + [[ -n '' ]] |
68 | 2023-10-25T22:00:16.628Z | + git fetch origin 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
69 | 2023-10-25T22:00:17.287Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-25T22:00:17.296Z | * branch 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 -> FETCH_HEAD |
71 | 2023-10-25T22:00:17.301Z | + git reset --hard 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
72 | 2023-10-25T22:00:17.442Z | HEAD is now at 9e9ded3f Adapt new tests to new testing format and fix recent replicated sql bug |
73 | 2023-10-25T22:00:17.447Z | process exited: duration 7488 ms, exit code 0 |
|
74 | 2023-10-25T22:00:17.456Z | starting task 4: "build" |
75 | 2023-10-25T22:00:17.480Z | + cargo --version |
76 | 2023-10-25T22:00:17.564Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-10-25T22:00:17.573Z | + rustc --version |
78 | 2023-10-25T22:00:17.675Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-10-25T22:00:17.683Z | ++ git rev-parse HEAD |
80 | 2023-10-25T22:00:17.686Z | + COMMIT=9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
81 | 2023-10-25T22:00:17.690Z | + VERSION=1.0.3-0.ci+git9e9ded3f3a4 |
82 | 2023-10-25T22:00:17.694Z | + echo 1.0.3-0.ci+git9e9ded3f3a4 |
83 | 2023-10-25T22:00:17.697Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2023-10-25T22:00:26.426Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2023-10-25T22:00:27.601Z | Startup: Caching catalogs ... Done |
86 | 2023-10-25T22:00:32.285Z | Planning: Solver setup ... Done (4.378s) |
87 | 2023-10-25T22:00:32.404Z | Planning: Running solver ... Done (0.115s) |
88 | 2023-10-25T22:00:32.456Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2023-10-25T22:00:32.921Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2023-10-25T22:00:32.936Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2023-10-25T22:00:32.963Z | Planning: Package planning ... Done (0.084s) |
92 | 2023-10-25T22:00:33.006Z | Planning: Merging actions ... Done (0.086s) |
93 | 2023-10-25T22:00:34.009Z | Planning: Checking for conflicting actions ... Done (1.135s) |
94 | 2023-10-25T22:00:34.027Z | Planning: Consolidating action changes ... Done (0.017s) |
95 | 2023-10-25T22:00:43.876Z | Planning: Evaluating mediators ... Done (9.843s) |
96 | 2023-10-25T22:00:43.911Z | Planning: Planning completed in 16.23 seconds |
97 | 2023-10-25T22:00:44.393Z | Packages to install: 4 |
98 | 2023-10-25T22:00:44.405Z | Mediators to change: 2 |
99 | 2023-10-25T22:00:44.870Z | Services to change: 1 |
100 | 2023-10-25T22:00:44.874Z | Estimated space available: 149.39 GB |
101 | 2023-10-25T22:00:44.879Z | Estimated space to be consumed: 1.37 GB |
102 | 2023-10-25T22:00:44.890Z | Create boot environment: No |
103 | 2023-10-25T22:00:44.905Z | Create backup boot environment: No |
104 | 2023-10-25T22:00:44.918Z | Rebuild boot archive: No |
105 | 2023-10-25T22:00:45.344Z | |
106 | 2023-10-25T22:00:45.364Z | Changed mediators: |
107 | 2023-10-25T22:00:45.377Z | mediator clang: |
108 | 2023-10-25T22:00:45.384Z | version: None -> 15 (system default) |
109 | 2023-10-25T22:00:45.391Z | |
110 | 2023-10-25T22:00:45.399Z | mediator llvm: |
111 | 2023-10-25T22:00:45.406Z | version: 14 (system default) -> 15 (system default) |
112 | 2023-10-25T22:00:45.448Z | |
113 | 2023-10-25T22:00:45.484Z | Changed packages: |
114 | 2023-10-25T22:00:45.493Z | helios-dev |
115 | 2023-10-25T22:00:45.505Z | developer/build-essential |
116 | 2023-10-25T22:00:45.511Z | None -> 11-2.0 |
117 | 2023-10-25T22:00:45.515Z | library/libxmlsec1 |
118 | 2023-10-25T22:00:45.520Z | None -> 1.2.35-2.0 |
119 | 2023-10-25T22:00:45.527Z | ooce/developer/clang-15 |
120 | 2023-10-25T22:00:45.530Z | None -> 15.0.7-2.0 |
121 | 2023-10-25T22:00:45.534Z | ooce/developer/llvm-15 |
122 | 2023-10-25T22:00:45.541Z | None -> 15.0.7-2.0 |
123 | 2023-10-25T22:00:45.546Z | |
124 | 2023-10-25T22:00:45.550Z | Services: |
125 | 2023-10-25T22:00:45.554Z | restart_fmri: |
126 | 2023-10-25T22:00:45.558Z | svc:/system/update-man-index:default |
127 | 2023-10-25T22:00:45.563Z | |
128 | 2023-10-25T22:00:45.567Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2023-10-25T22:00:54.930Z | Download: 854/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
130 | 2023-10-25T22:00:55.529Z | Download: 1195/3290 items 83.2/212.6MB 39% complete (8.7M/s) |
131 | 2023-10-25T22:01:12.784Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
132 | 2023-10-25T22:01:17.780Z | Download: 2070/3290 items 118.0/212.6MB 55% complete (7.0M/s) |
133 | 2023-10-25T22:01:22.838Z | Download: 3246/3290 items 172.1/212.6MB 80% complete (8.8M/s) |
134 | 2023-10-25T22:01:24.609Z | Download: Completed 212.60 MB in 39.84 seconds (5.3M/s) |
135 | 2023-10-25T22:01:25.356Z | Actions: 1/3687 actions (Installing new actions) |
136 | 2023-10-25T22:01:30.431Z | Actions: 3095/3687 actions (Installing new actions) |
137 | 2023-10-25T22:01:33.538Z | Actions: Completed 3687 actions in 8.19 seconds. |
138 | 2023-10-25T22:01:33.622Z | Done (0.076s) |
139 | 2023-10-25T22:01:33.626Z | Done (0.000s) |
140 | 2023-10-25T22:01:33.809Z | Done (0.187s) |
141 | 2023-10-25T22:01:41.842Z | Done (7.891s) |
142 | 2023-10-25T22:01:42.175Z | Done (0.245s) |
143 | 2023-10-25T22:01:42.179Z | Done (0.000s) |
144 | 2023-10-25T22:01:42.407Z | Done (0.000s) |
145 | 2023-10-25T22:01:43.152Z | Planning: Evaluating mediator changes ... Done |
146 | 2023-10-25T22:01:43.454Z | Planning: Checking for conflicting actions ... Done |
147 | 2023-10-25T22:01:43.465Z | Planning: Consolidating action changes ... Done |
148 | 2023-10-25T22:01:43.907Z | Planning: Evaluating mediators ... Done |
149 | 2023-10-25T22:01:43.913Z | Planning: Planning completed in 0.76 seconds |
150 | 2023-10-25T22:01:43.967Z | Mediators to change: 2 |
151 | 2023-10-25T22:01:43.971Z | Create boot environment: No |
152 | 2023-10-25T22:01:43.974Z | Create backup boot environment: No |
153 | 2023-10-25T22:01:44.067Z | Done |
154 | 2023-10-25T22:01:44.070Z | Done |
155 | 2023-10-25T22:01:44.207Z | Done |
156 | 2023-10-25T22:01:50.487Z | Done |
157 | 2023-10-25T22:01:50.617Z | Done |
158 | 2023-10-25T22:01:50.621Z | Done |
159 | 2023-10-25T22:01:50.732Z | Done |
160 | 2023-10-25T22:01:51.781Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-10-25T22:01:51.786Z | Planning: Merging actions ... Done |
162 | 2023-10-25T22:01:52.130Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-25T22:01:52.134Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-25T22:01:52.572Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-25T22:01:52.667Z | Planning: Planning completed in 1.33 seconds |
166 | 2023-10-25T22:01:52.725Z | Packages to change: 1 |
167 | 2023-10-25T22:01:52.730Z | Mediators to change: 1 |
168 | 2023-10-25T22:01:52.733Z | Services to change: 1 |
169 | 2023-10-25T22:01:52.737Z | Create boot environment: No |
170 | 2023-10-25T22:01:52.741Z | Create backup boot environment: Yes |
171 | 2023-10-25T22:01:54.664Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2023-10-25T22:01:54.667Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2023-10-25T22:01:54.670Z | Done |
174 | 2023-10-25T22:01:54.673Z | Done |
175 | 2023-10-25T22:01:54.712Z | Done |
176 | 2023-10-25T22:02:01.038Z | Done |
177 | 2023-10-25T22:02:01.169Z | Done |
178 | 2023-10-25T22:02:01.173Z | Done |
179 | 2023-10-25T22:02:01.271Z | Done |
180 | 2023-10-25T22:02:01.989Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2023-10-25T22:02:01.993Z | clang system 15 system |
182 | 2023-10-25T22:02:01.997Z | csh system system illumos |
183 | 2023-10-25T22:02:02.001Z | ctags system system illumos |
184 | 2023-10-25T22:02:02.006Z | gcc vendor 12 vendor |
185 | 2023-10-25T22:02:02.009Z | gcc system 10 system |
186 | 2023-10-25T22:02:02.013Z | gcc system 7 system |
187 | 2023-10-25T22:02:02.020Z | go system 1.20 system |
188 | 2023-10-25T22:02:02.024Z | go system 1.19 system |
189 | 2023-10-25T22:02:02.029Z | llvm system 15 system |
190 | 2023-10-25T22:02:02.033Z | llvm system 14 system |
191 | 2023-10-25T22:02:02.036Z | mariadb system 10.6 system |
192 | 2023-10-25T22:02:02.040Z | mta vendor vendor dma |
193 | 2023-10-25T22:02:02.043Z | openjdk system 17 system |
194 | 2023-10-25T22:02:02.047Z | openjdk system 11 system |
195 | 2023-10-25T22:02:02.051Z | openjdk system 1.8 system |
196 | 2023-10-25T22:02:02.055Z | openssl vendor 3 vendor |
197 | 2023-10-25T22:02:02.059Z | perl system 5.36 system |
198 | 2023-10-25T22:02:02.062Z | postgresql system 15 system |
199 | 2023-10-25T22:02:02.066Z | postgresql system 13 system |
200 | 2023-10-25T22:02:02.069Z | python vendor 3 vendor |
201 | 2023-10-25T22:02:02.073Z | python system 2 system |
202 | 2023-10-25T22:02:02.076Z | python3 system 3.11 system |
203 | 2023-10-25T22:02:02.080Z | ruby system 3.0 system |
204 | 2023-10-25T22:02:02.086Z | words vendor vendor american-english |
205 | 2023-10-25T22:02:02.094Z | words system system australian-english |
206 | 2023-10-25T22:02:02.100Z | words system system british-english |
207 | 2023-10-25T22:02:02.108Z | words system system canadian-english |
208 | 2023-10-25T22:02:02.113Z | words system system french |
209 | 2023-10-25T22:02:02.117Z | words system system italian |
210 | 2023-10-25T22:02:02.121Z | words system system ngerman |
211 | 2023-10-25T22:02:02.126Z | words system system ogerman |
212 | 2023-10-25T22:02:02.133Z | words system system spanish |
213 | 2023-10-25T22:02:02.574Z | FMRI IFO |
214 | 2023-10-25T22:02:02.578Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2023-10-25T22:02:02.582Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2023-10-25T22:02:02.587Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2023-10-25T22:02:02.617Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
218 | 2023-10-25T22:02:02.621Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
219 | 2023-10-25T22:02:02.625Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
220 | 2023-10-25T22:02:02.664Z | + set -o errexit |
221 | 2023-10-25T22:02:02.667Z | +++ dirname ./tools/ci_download_cockroachdb |
222 | 2023-10-25T22:02:02.670Z | ++ cd ./tools |
223 | 2023-10-25T22:02:02.673Z | ++ pwd |
224 | 2023-10-25T22:02:02.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
225 | 2023-10-25T22:02:02.680Z | ++ basename ./tools/ci_download_cockroachdb |
226 | 2023-10-25T22:02:02.684Z | + ARG0=ci_download_cockroachdb |
227 | 2023-10-25T22:02:02.687Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
228 | 2023-10-25T22:02:02.690Z | + CIDL_VERSION=v22.1.9 |
229 | 2023-10-25T22:02:02.694Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
230 | 2023-10-25T22:02:02.699Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
231 | 2023-10-25T22:02:02.702Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
232 | 2023-10-25T22:02:02.706Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
233 | 2023-10-25T22:02:02.709Z | + TARGET_DIR=out |
234 | 2023-10-25T22:02:02.712Z | + DOWNLOAD_DIR=out/downloads |
235 | 2023-10-25T22:02:02.715Z | + DEST_DIR=./out/cockroachdb |
236 | 2023-10-25T22:02:02.720Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
237 | 2023-10-25T22:02:02.723Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
238 | 2023-10-25T22:02:02.789Z | + main |
239 | 2023-10-25T22:02:02.807Z | + [[ 0 != 0 ]] |
240 | 2023-10-25T22:02:03.222Z | + CIDL_OS=solaris2.11 |
241 | 2023-10-25T22:02:03.239Z | + [[ 0 != 0 ]] |
242 | 2023-10-25T22:02:03.669Z | + configure_os solaris2.11 |
243 | 2023-10-25T22:02:03.676Z | + echo 'current directory: /work/oxidecomputer/omicron' |
244 | 2023-10-25T22:02:03.682Z | current directory: /work/oxidecomputer/omicron |
245 | 2023-10-25T22:02:03.686Z | + echo 'configuring based on OS: "solaris2.11"' |
246 | 2023-10-25T22:02:03.689Z | configuring based on OS: "solaris2.11" |
247 | 2023-10-25T22:02:03.698Z | + case "$1" in |
248 | 2023-10-25T22:02:03.707Z | + CIDL_BUILD=illumos |
249 | 2023-10-25T22:02:03.719Z | + CIDL_SUFFIX=tar.gz |
250 | 2023-10-25T22:02:03.732Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-25T22:02:03.738Z | + CIDL_MD5FUNC=do_md5sum |
252 | 2023-10-25T22:02:03.745Z | + CIDL_URL_BASE=https://illumos.org/downloads |
253 | 2023-10-25T22:02:03.753Z | + CIDL_ASSEMBLE=do_assemble_illumos |
254 | 2023-10-25T22:02:03.761Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
255 | 2023-10-25T22:02:03.769Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-25T22:02:03.777Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-25T22:02:03.781Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
258 | 2023-10-25T22:02:03.792Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-25T22:02:03.797Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-25T22:02:03.802Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-25T22:02:03.808Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-25T22:02:03.812Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-25T22:02:03.818Z | + mkdir -p out/downloads |
264 | 2023-10-25T22:02:03.822Z | + mkdir -p ./out/cockroachdb |
265 | 2023-10-25T22:02:03.826Z | + local DO_DOWNLOAD=true |
266 | 2023-10-25T22:02:03.829Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
267 | 2023-10-25T22:02:03.834Z | + '[' true == true ']' |
268 | 2023-10-25T22:02:03.839Z | + echo Downloading... |
269 | 2023-10-25T22:02:03.844Z | Downloading... |
270 | 2023-10-25T22:02:03.848Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-25T22:02:03.852Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-25T22:02:04.748Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-25T22:02:04.751Z | ++ md5sum |
274 | 2023-10-25T22:02:04.754Z | ++ awk '{print $1}' |
275 | 2023-10-25T22:02:04.928Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-25T22:02:04.933Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
277 | 2023-10-25T22:02:04.944Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-25T22:02:04.947Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
279 | 2023-10-25T22:02:08.543Z | + do_assemble_illumos |
280 | 2023-10-25T22:02:08.554Z | + rm -r ./out/cockroachdb |
281 | 2023-10-25T22:02:08.561Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
282 | 2023-10-25T22:02:09.134Z | + ./out/cockroachdb/bin/cockroach version |
283 | 2023-10-25T22:02:09.367Z | Build Tag: v22.1.9-dirty |
284 | 2023-10-25T22:02:09.371Z | Build Time: 2022/10/26 21:17:46 |
285 | 2023-10-25T22:02:09.375Z | Distribution: OSS |
286 | 2023-10-25T22:02:09.382Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
287 | 2023-10-25T22:02:09.401Z | Go Version: go1.17.13 |
288 | 2023-10-25T22:02:09.406Z | C Compiler: gcc 10.3.0 |
289 | 2023-10-25T22:02:09.415Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
290 | 2023-10-25T22:02:09.419Z | Build Type: release |
291 | 2023-10-25T22:02:09.424Z | + set -o errexit |
292 | 2023-10-25T22:02:09.432Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-25T22:02:09.439Z | ++ cd ./tools |
294 | 2023-10-25T22:02:09.446Z | ++ pwd |
295 | 2023-10-25T22:02:09.455Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
296 | 2023-10-25T22:02:09.463Z | ++ basename ./tools/ci_download_clickhouse |
297 | 2023-10-25T22:02:09.475Z | + ARG0=ci_download_clickhouse |
298 | 2023-10-25T22:02:09.485Z | + TARGET_DIR=out |
299 | 2023-10-25T22:02:09.490Z | + DOWNLOAD_DIR=out/downloads |
300 | 2023-10-25T22:02:09.498Z | + DEST_DIR=./out/clickhouse |
301 | 2023-10-25T22:02:09.507Z | + CIDL_VERSION=v22.8.9.24 |
302 | 2023-10-25T22:02:09.919Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
303 | 2023-10-25T22:02:09.925Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
304 | 2023-10-25T22:02:09.937Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
305 | 2023-10-25T22:02:09.951Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
306 | 2023-10-25T22:02:09.966Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
307 | 2023-10-25T22:02:09.978Z | + main |
308 | 2023-10-25T22:02:09.987Z | + [[ 0 != 0 ]] |
309 | 2023-10-25T22:02:10.402Z | + CIDL_OS=solaris2.11 |
310 | 2023-10-25T22:02:11.640Z | + [[ 0 != 0 ]] |
311 | 2023-10-25T22:02:11.644Z | + configure_os solaris2.11 |
312 | 2023-10-25T22:02:11.650Z | + echo 'current directory: /work/oxidecomputer/omicron' |
313 | 2023-10-25T22:02:11.653Z | current directory: /work/oxidecomputer/omicron |
314 | 2023-10-25T22:02:11.658Z | + echo 'configuring based on OS: "solaris2.11"' |
315 | 2023-10-25T22:02:11.662Z | configuring based on OS: "solaris2.11" |
316 | 2023-10-25T22:02:11.670Z | + CIDL_DASHREV= |
317 | 2023-10-25T22:02:11.680Z | + case "$1" in |
318 | 2023-10-25T22:02:11.688Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-25T22:02:11.691Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-25T22:02:11.694Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-25T22:02:11.697Z | + CIDL_DASHREV=-1 |
322 | 2023-10-25T22:02:11.700Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-25T22:02:11.703Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-25T22:02:11.706Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-25T22:02:11.722Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-25T22:02:11.729Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-25T22:02:11.735Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-25T22:02:11.746Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-25T22:02:11.755Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-25T22:02:11.762Z | + mkdir -p out/downloads |
331 | 2023-10-25T22:02:11.768Z | + mkdir -p ./out/clickhouse |
332 | 2023-10-25T22:02:11.780Z | + local DO_DOWNLOAD=true |
333 | 2023-10-25T22:02:11.798Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
334 | 2023-10-25T22:02:11.814Z | + '[' true == true ']' |
335 | 2023-10-25T22:02:11.830Z | + echo Downloading... |
336 | 2023-10-25T22:02:11.844Z | Downloading... |
337 | 2023-10-25T22:02:11.852Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-10-25T22:02:11.863Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-10-25T22:02:11.881Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-25T22:02:11.893Z | ++ md5sum |
341 | 2023-10-25T22:02:11.901Z | ++ awk '{print $1}' |
342 | 2023-10-25T22:02:11.906Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-25T22:02:11.911Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
344 | 2023-10-25T22:02:11.924Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
345 | 2023-10-25T22:02:11.961Z | + mkdir -p ./out/clickhouse |
346 | 2023-10-25T22:02:11.968Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
347 | 2023-10-25T22:02:16.219Z | + ./out/clickhouse/clickhouse server --version |
348 | 2023-10-25T22:02:16.275Z | ClickHouse server version 22.8.9.1. |
349 | 2023-10-25T22:02:16.297Z | + set -o errexit |
350 | 2023-10-25T22:02:16.307Z | +++ dirname ./tools/ci_download_console |
351 | 2023-10-25T22:02:16.312Z | ++ cd ./tools |
352 | 2023-10-25T22:02:16.319Z | ++ pwd |
353 | 2023-10-25T22:02:16.322Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-10-25T22:02:16.325Z | ++ basename ./tools/ci_download_console |
355 | 2023-10-25T22:02:16.329Z | + ARG0=ci_download_console |
356 | 2023-10-25T22:02:16.332Z | + TARGET_DIR=out |
357 | 2023-10-25T22:02:16.336Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-10-25T22:02:16.341Z | + DEST_DIR=./out/console-assets |
359 | 2023-10-25T22:02:16.345Z | + source /work/oxidecomputer/omicron/tools/console_version |
360 | 2023-10-25T22:02:16.349Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
361 | 2023-10-25T22:02:16.352Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
362 | 2023-10-25T22:02:16.356Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
363 | 2023-10-25T22:02:16.359Z | + TARBALL_FILE=out/downloads/console.tar.gz |
364 | 2023-10-25T22:02:16.371Z | + main |
365 | 2023-10-25T22:02:16.375Z | + [[ 0 != 0 ]] |
366 | 2023-10-25T22:02:16.379Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
367 | 2023-10-25T22:02:16.384Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
368 | 2023-10-25T22:02:16.388Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-25T22:02:16.397Z | Local file: out/downloads/console.tar.gz |
370 | 2023-10-25T22:02:16.405Z | + local DO_DOWNLOAD=true |
371 | 2023-10-25T22:02:16.415Z | + [[ -f out/downloads/console.tar.gz ]] |
372 | 2023-10-25T22:02:16.421Z | + mkdir -p out/downloads |
373 | 2023-10-25T22:02:16.424Z | + '[' true == true ']' |
374 | 2023-10-25T22:02:16.428Z | + echo Downloading... |
375 | 2023-10-25T22:02:16.434Z | Downloading... |
376 | 2023-10-25T22:02:16.876Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
377 | 2023-10-25T22:02:16.880Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
378 | 2023-10-25T22:02:17.017Z | ++ do_sha256sum out/downloads/console.tar.gz |
379 | 2023-10-25T22:02:17.022Z | ++ case "$OSTYPE" in |
380 | 2023-10-25T22:02:17.028Z | ++ SHA=sha256sum |
381 | 2023-10-25T22:02:17.032Z | ++ sha256sum |
382 | 2023-10-25T22:02:17.035Z | ++ awk '{print $1}' |
383 | 2023-10-25T22:02:17.043Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
384 | 2023-10-25T22:02:17.047Z | + [[ 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 ]] |
385 | 2023-10-25T22:02:17.050Z | + rm -rf ./out/console-assets |
386 | 2023-10-25T22:02:17.054Z | + mkdir -p ./out/console-assets |
387 | 2023-10-25T22:02:17.058Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
388 | 2023-10-25T22:02:17.062Z | + mkdir -p ./out/console-assets |
389 | 2023-10-25T22:02:17.065Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
390 | 2023-10-25T22:02:17.200Z | + set -o errexit |
391 | 2023-10-25T22:02:17.210Z | +++ dirname ./tools/ci_download_maghemite_openapi |
392 | 2023-10-25T22:02:17.236Z | ++ cd ./tools |
393 | 2023-10-25T22:02:17.254Z | ++ pwd |
394 | 2023-10-25T22:02:17.262Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-10-25T22:02:17.274Z | ++ basename ./tools/ci_download_maghemite_openapi |
396 | 2023-10-25T22:02:17.283Z | + ARG0=ci_download_maghemite_openapi |
397 | 2023-10-25T22:02:17.289Z | + TARGET_DIR=out |
398 | 2023-10-25T22:02:17.295Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-10-25T22:02:17.302Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
400 | 2023-10-25T22:02:17.307Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
401 | 2023-10-25T22:02:17.327Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
402 | 2023-10-25T22:02:17.353Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
403 | 2023-10-25T22:02:17.364Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
404 | 2023-10-25T22:02:17.377Z | + main |
405 | 2023-10-25T22:02:17.395Z | + [[ 0 != 0 ]] |
406 | 2023-10-25T22:02:17.404Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
407 | 2023-10-25T22:02:17.414Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
408 | 2023-10-25T22:02:17.423Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
409 | 2023-10-25T22:02:17.442Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
410 | 2023-10-25T22:02:17.451Z | + local DO_DOWNLOAD=true |
411 | 2023-10-25T22:02:17.458Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
412 | 2023-10-25T22:02:17.477Z | + mkdir -p out/downloads |
413 | 2023-10-25T22:02:17.499Z | + '[' true == true ']' |
414 | 2023-10-25T22:02:17.528Z | + echo Downloading... |
415 | 2023-10-25T22:02:17.536Z | Downloading... |
416 | 2023-10-25T22:02:17.547Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
417 | 2023-10-25T22:02:17.968Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
418 | 2023-10-25T22:02:17.975Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
419 | 2023-10-25T22:02:17.990Z | ++ case "$OSTYPE" in |
420 | 2023-10-25T22:02:18.399Z | ++ SHA=sha256sum |
421 | 2023-10-25T22:02:18.407Z | ++ sha256sum |
422 | 2023-10-25T22:02:18.411Z | ++ awk '{print $1}' |
423 | 2023-10-25T22:02:18.829Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-25T22:02:18.834Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
425 | 2023-10-25T22:02:18.839Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
426 | 2023-10-25T22:02:18.853Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
427 | 2023-10-25T22:02:18.864Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
428 | 2023-10-25T22:02:18.878Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
429 | 2023-10-25T22:02:18.890Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
430 | 2023-10-25T22:02:18.910Z | + main |
431 | 2023-10-25T22:02:18.923Z | + [[ 0 != 0 ]] |
432 | 2023-10-25T22:02:18.941Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
433 | 2023-10-25T22:02:19.365Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
434 | 2023-10-25T22:02:19.386Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
435 | 2023-10-25T22:02:19.402Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
436 | 2023-10-25T22:02:19.417Z | + local DO_DOWNLOAD=true |
437 | 2023-10-25T22:02:19.427Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
438 | 2023-10-25T22:02:19.436Z | + mkdir -p out/downloads |
439 | 2023-10-25T22:02:19.446Z | + '[' true == true ']' |
440 | 2023-10-25T22:02:19.455Z | + echo Downloading... |
441 | 2023-10-25T22:02:19.463Z | Downloading... |
442 | 2023-10-25T22:02:19.471Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
443 | 2023-10-25T22:02:19.491Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
444 | 2023-10-25T22:02:19.926Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
445 | 2023-10-25T22:02:19.944Z | ++ case "$OSTYPE" in |
446 | 2023-10-25T22:02:20.398Z | ++ SHA=sha256sum |
447 | 2023-10-25T22:02:20.819Z | ++ sha256sum |
448 | 2023-10-25T22:02:20.824Z | ++ awk '{print $1}' |
449 | 2023-10-25T22:02:20.831Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-10-25T22:02:20.843Z | + [[ 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 ]] |
451 | 2023-10-25T22:02:20.856Z | + set -o errexit |
452 | 2023-10-25T22:02:20.878Z | +++ dirname ./tools/ci_download_dendrite_openapi |
453 | 2023-10-25T22:02:20.895Z | ++ cd ./tools |
454 | 2023-10-25T22:02:20.907Z | ++ pwd |
455 | 2023-10-25T22:02:20.924Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
456 | 2023-10-25T22:02:20.941Z | ++ basename ./tools/ci_download_dendrite_openapi |
457 | 2023-10-25T22:02:20.950Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-25T22:02:20.958Z | + TARGET_DIR=out |
459 | 2023-10-25T22:02:20.967Z | + DOWNLOAD_DIR=out/downloads |
460 | 2023-10-25T22:02:20.979Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2023-10-25T22:02:20.991Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
462 | 2023-10-25T22:02:21.007Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
463 | 2023-10-25T22:02:21.019Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
464 | 2023-10-25T22:02:21.026Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
465 | 2023-10-25T22:02:21.443Z | + main |
466 | 2023-10-25T22:02:21.860Z | + [[ 0 != 0 ]] |
467 | 2023-10-25T22:02:21.865Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
468 | 2023-10-25T22:02:21.893Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
469 | 2023-10-25T22:02:21.909Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
470 | 2023-10-25T22:02:21.921Z | + local DO_DOWNLOAD=true |
471 | 2023-10-25T22:02:21.929Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
472 | 2023-10-25T22:02:21.937Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
473 | 2023-10-25T22:02:21.950Z | + mkdir -p out/downloads |
474 | 2023-10-25T22:02:21.957Z | + '[' true == true ']' |
475 | 2023-10-25T22:02:21.964Z | + echo Downloading... |
476 | 2023-10-25T22:02:21.974Z | Downloading... |
477 | 2023-10-25T22:02:21.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
478 | 2023-10-25T22:02:21.990Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
479 | 2023-10-25T22:02:21.995Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
480 | 2023-10-25T22:02:22.007Z | ++ case "$OSTYPE" in |
481 | 2023-10-25T22:02:22.024Z | ++ SHA=sha256sum |
482 | 2023-10-25T22:02:22.030Z | ++ sha256sum |
483 | 2023-10-25T22:02:22.036Z | current directory: /work/oxidecomputer/omicron |
484 | 2023-10-25T22:02:22.046Z | ++ awk '{print $1}' |
485 | 2023-10-25T22:02:22.053Z | configuring based on OS: "solaris2.11" |
486 | 2023-10-25T22:02:22.058Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
487 | 2023-10-25T22:02:22.084Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
488 | 2023-10-25T22:02:22.090Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
489 | 2023-10-25T22:02:22.095Z | Local file: out/downloads/dendrite-stub.tar.gz |
490 | 2023-10-25T22:02:22.104Z | + set -o errexit |
491 | 2023-10-25T22:02:22.116Z | Downloading... |
492 | 2023-10-25T22:02:22.123Z | +++ dirname ./tools/ci_download_dendrite_stub |
493 | 2023-10-25T22:02:22.127Z | ++ cd ./tools |
494 | 2023-10-25T22:02:22.134Z | ++ pwd |
495 | 2023-10-25T22:02:22.145Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2023-10-25T22:02:22.159Z | ++ basename ./tools/ci_download_dendrite_stub |
497 | 2023-10-25T22:02:22.589Z | + ARG0=ci_download_dendrite_stub |
498 | 2023-10-25T22:02:22.605Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
499 | 2023-10-25T22:02:22.617Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
500 | 2023-10-25T22:02:22.628Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
501 | 2023-10-25T22:02:22.640Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
502 | 2023-10-25T22:02:22.649Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2023-10-25T22:02:22.657Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
504 | 2023-10-25T22:02:22.667Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
505 | 2023-10-25T22:02:22.681Z | + TARGET_DIR=out |
506 | 2023-10-25T22:02:22.689Z | + DOWNLOAD_DIR=out/downloads |
507 | 2023-10-25T22:02:22.699Z | + DEST_DIR=./out/dendrite-stub |
508 | 2023-10-25T22:02:22.716Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
509 | 2023-10-25T22:02:23.132Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
510 | 2023-10-25T22:02:23.147Z | + REPO=oxidecomputer/dendrite |
511 | 2023-10-25T22:02:23.568Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
512 | 2023-10-25T22:02:23.572Z | + main |
513 | 2023-10-25T22:02:23.584Z | + [[ 0 != 0 ]] |
514 | 2023-10-25T22:02:23.592Z | + CIDL_OS=solaris2.11 |
515 | 2023-10-25T22:02:23.595Z | + [[ 0 != 0 ]] |
516 | 2023-10-25T22:02:23.601Z | + configure_os solaris2.11 |
517 | 2023-10-25T22:02:23.604Z | + echo 'current directory: /work/oxidecomputer/omicron' |
518 | 2023-10-25T22:02:23.609Z | + echo 'configuring based on OS: "solaris2.11"' |
519 | 2023-10-25T22:02:23.613Z | + case "$1" in |
520 | 2023-10-25T22:02:23.617Z | + SET_BINARIES= |
521 | 2023-10-25T22:02:23.620Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
522 | 2023-10-25T22:02:23.623Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-10-25T22:02:23.626Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-10-25T22:02:23.629Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
525 | 2023-10-25T22:02:23.635Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-10-25T22:02:23.647Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
527 | 2023-10-25T22:02:24.200Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
528 | 2023-10-25T22:02:24.624Z | + mkdir -p out/downloads |
529 | 2023-10-25T22:02:24.670Z | + mkdir -p ./out/dendrite-stub |
530 | 2023-10-25T22:02:24.688Z | + fetch_and_verify |
531 | 2023-10-25T22:02:25.123Z | + local DO_DOWNLOAD=true |
532 | 2023-10-25T22:02:25.139Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
533 | 2023-10-25T22:02:25.567Z | + '[' true == true ']' |
534 | 2023-10-25T22:02:25.603Z | + echo Downloading... |
535 | 2023-10-25T22:02:25.612Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-25T22:02:25.626Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
537 | 2023-10-25T22:02:29.325Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-25T22:02:29.329Z | ++ sha256sum |
539 | 2023-10-25T22:02:29.333Z | ++ awk '{print $1}' |
540 | 2023-10-25T22:02:29.422Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
541 | 2023-10-25T22:02:29.430Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
542 | 2023-10-25T22:02:29.441Z | + do_untar out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-25T22:02:29.476Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
544 | 2023-10-25T22:02:30.389Z | + do_assemble |
545 | 2023-10-25T22:02:30.393Z | + rm -r ./out/dendrite-stub |
546 | 2023-10-25T22:02:30.397Z | + mkdir ./out/dendrite-stub |
547 | 2023-10-25T22:02:30.401Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
548 | 2023-10-25T22:02:30.503Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
549 | 2023-10-25T22:02:30.517Z | + set -o errexit |
550 | 2023-10-25T22:02:30.521Z | +++ dirname ./tools/ci_download_maghemite_mgd |
551 | 2023-10-25T22:02:30.527Z | ++ cd ./tools |
552 | 2023-10-25T22:02:30.531Z | ++ pwd |
553 | 2023-10-25T22:02:30.535Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
554 | 2023-10-25T22:02:30.538Z | ++ basename ./tools/ci_download_maghemite_mgd |
555 | 2023-10-25T22:02:30.542Z | + ARG0=ci_download_maghemite_mgd |
556 | 2023-10-25T22:02:30.546Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
557 | 2023-10-25T22:02:30.551Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
558 | 2023-10-25T22:02:30.555Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
559 | 2023-10-25T22:02:30.561Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
560 | 2023-10-25T22:02:30.565Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
561 | 2023-10-25T22:02:30.568Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
562 | 2023-10-25T22:02:30.572Z | + TARGET_DIR=out |
563 | 2023-10-25T22:02:30.575Z | + DOWNLOAD_DIR=out/downloads |
564 | 2023-10-25T22:02:30.580Z | + DEST_DIR=./out/mgd |
565 | 2023-10-25T22:02:30.583Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
566 | 2023-10-25T22:02:30.587Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
567 | 2023-10-25T22:02:30.591Z | + REPO=oxidecomputer/maghemite |
568 | 2023-10-25T22:02:30.596Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
569 | 2023-10-25T22:02:30.602Z | + main |
570 | 2023-10-25T22:02:30.606Z | + [[ 0 != 0 ]] |
571 | 2023-10-25T22:02:30.610Z | + CIDL_OS=solaris2.11 |
572 | 2023-10-25T22:02:30.613Z | + [[ 0 != 0 ]] |
573 | 2023-10-25T22:02:30.618Z | + configure_os solaris2.11 |
574 | 2023-10-25T22:02:30.621Z | + echo 'current directory: /work/oxidecomputer/omicron' |
575 | 2023-10-25T22:02:30.626Z | current directory: /work/oxidecomputer/omicron |
576 | 2023-10-25T22:02:30.630Z | configuring based on OS: "solaris2.11" |
577 | 2023-10-25T22:02:30.658Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-10-25T22:02:30.666Z | + case "$1" in |
579 | 2023-10-25T22:02:30.670Z | + SET_BINARIES= |
580 | 2023-10-25T22:02:30.674Z | + CIDL_SHA256FUNC=do_sha256sum |
581 | 2023-10-25T22:02:30.679Z | + TARBALL_FILENAME=mgd.tar.gz |
582 | 2023-10-25T22:02:30.684Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
583 | 2023-10-25T22:02:30.691Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
584 | 2023-10-25T22:02:30.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
585 | 2023-10-25T22:02:30.717Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
586 | 2023-10-25T22:02:30.738Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
587 | 2023-10-25T22:02:30.759Z | Local file: out/downloads/mgd.tar.gz |
588 | 2023-10-25T22:02:30.764Z | + mkdir -p out/downloads |
589 | 2023-10-25T22:02:30.769Z | + mkdir -p ./out/mgd |
590 | 2023-10-25T22:02:30.773Z | + fetch_and_verify |
591 | 2023-10-25T22:02:30.777Z | + local DO_DOWNLOAD=true |
592 | 2023-10-25T22:02:30.781Z | + [[ -f out/downloads/mgd.tar.gz ]] |
593 | 2023-10-25T22:02:30.785Z | + '[' true == true ']' |
594 | 2023-10-25T22:02:30.788Z | + echo Downloading... |
595 | 2023-10-25T22:02:30.792Z | Downloading... |
596 | 2023-10-25T22:02:30.826Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
597 | 2023-10-25T22:02:30.830Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
598 | 2023-10-25T22:02:37.880Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
599 | 2023-10-25T22:02:37.885Z | ++ sha256sum |
600 | 2023-10-25T22:02:37.889Z | ++ awk '{print $1}' |
601 | 2023-10-25T22:02:37.958Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
602 | 2023-10-25T22:02:37.965Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
603 | 2023-10-25T22:02:37.973Z | + do_untar out/downloads/mgd.tar.gz |
604 | 2023-10-25T22:02:37.982Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
605 | 2023-10-25T22:02:39.052Z | + do_assemble |
606 | 2023-10-25T22:02:39.069Z | + rm -r ./out/mgd |
607 | 2023-10-25T22:02:39.079Z | + mkdir ./out/mgd |
608 | 2023-10-25T22:02:39.101Z | + cp -r out/downloads/root ./out/mgd/root |
609 | 2023-10-25T22:02:39.125Z | + set -o errexit |
610 | 2023-10-25T22:02:39.217Z | +++ dirname ./tools/ci_download_transceiver_control |
611 | 2023-10-25T22:02:39.235Z | ++ cd ./tools |
612 | 2023-10-25T22:02:40.498Z | ++ pwd |
613 | 2023-10-25T22:02:40.520Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
614 | 2023-10-25T22:02:40.556Z | ++ basename ./tools/ci_download_transceiver_control |
615 | 2023-10-25T22:02:40.575Z | + ARG0=ci_download_transceiver_control |
616 | 2023-10-25T22:02:40.997Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
617 | 2023-10-25T22:02:41.011Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
618 | 2023-10-25T22:02:41.037Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
619 | 2023-10-25T22:02:41.067Z | + TARGET_DIR=out |
620 | 2023-10-25T22:02:41.079Z | + DOWNLOAD_DIR=out/downloads |
621 | 2023-10-25T22:02:41.090Z | + DEST_DIR=./out/transceiver-control |
622 | 2023-10-25T22:02:41.095Z | + BIN_DIR=/opt/oxide/bin |
623 | 2023-10-25T22:02:41.100Z | + BINARY=xcvradm |
624 | 2023-10-25T22:02:41.107Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
625 | 2023-10-25T22:02:41.112Z | + REPO=oxidecomputer/transceiver-control |
626 | 2023-10-25T22:02:41.120Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
627 | 2023-10-25T22:02:41.126Z | + main |
628 | 2023-10-25T22:02:41.130Z | + [[ 0 != 0 ]] |
629 | 2023-10-25T22:02:41.137Z | + CIDL_OS=solaris2.11 |
630 | 2023-10-25T22:02:41.143Z | + [[ 0 != 0 ]] |
631 | 2023-10-25T22:02:41.148Z | + configure_os solaris2.11 |
632 | 2023-10-25T22:02:41.178Z | + echo 'current directory: /work/oxidecomputer/omicron' |
633 | 2023-10-25T22:02:41.185Z | current directory: /work/oxidecomputer/omicron |
634 | 2023-10-25T22:02:41.190Z | + echo 'configuring based on OS: "solaris2.11"' |
635 | 2023-10-25T22:02:41.194Z | configuring based on OS: "solaris2.11" |
636 | 2023-10-25T22:02:41.206Z | + case "$1" in |
637 | 2023-10-25T22:02:41.211Z | + SET_BINARIES= |
638 | 2023-10-25T22:02:41.217Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-10-25T22:02:41.222Z | + CIDL_SHA256FUNC=do_sha256sum |
640 | 2023-10-25T22:02:41.227Z | + ARCHIVE_FILENAME=xcvradm.gz |
641 | 2023-10-25T22:02:41.234Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-10-25T22:02:41.239Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
643 | 2023-10-25T22:02:41.244Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
644 | 2023-10-25T22:02:41.248Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-25T22:02:41.252Z | + echo 'Local file: out/downloads/xcvradm.gz' |
646 | 2023-10-25T22:02:41.256Z | Local file: out/downloads/xcvradm.gz |
647 | 2023-10-25T22:02:41.259Z | + mkdir -p out/downloads |
648 | 2023-10-25T22:02:41.264Z | + mkdir -p ./out/transceiver-control |
649 | 2023-10-25T22:02:41.268Z | + fetch_and_verify |
650 | 2023-10-25T22:02:41.272Z | + local DO_DOWNLOAD=true |
651 | 2023-10-25T22:02:41.276Z | + [[ -f out/downloads/xcvradm.gz ]] |
652 | 2023-10-25T22:02:41.280Z | + '[' true == true ']' |
653 | 2023-10-25T22:02:41.284Z | + echo Downloading... |
654 | 2023-10-25T22:02:41.288Z | Downloading... |
655 | 2023-10-25T22:02:41.291Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
656 | 2023-10-25T22:02:41.326Z | + 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 |
657 | 2023-10-25T22:02:41.346Z | ++ do_sha256sum out/downloads/xcvradm.gz |
658 | 2023-10-25T22:02:41.350Z | ++ sha256sum |
659 | 2023-10-25T22:02:41.354Z | ++ awk '{print $1}' |
660 | 2023-10-25T22:02:41.358Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-10-25T22:02:41.361Z | + [[ 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 ]] |
662 | 2023-10-25T22:02:41.365Z | + do_unpack out/downloads/xcvradm.gz |
663 | 2023-10-25T22:02:41.374Z | + mkdir -p out/downloads/root//opt/oxide/bin |
664 | 2023-10-25T22:02:41.380Z | + gzip -dc out/downloads/xcvradm.gz |
665 | 2023-10-25T22:02:41.464Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
666 | 2023-10-25T22:02:41.469Z | + do_assemble |
667 | 2023-10-25T22:02:41.483Z | + rm -r ./out/transceiver-control |
668 | 2023-10-25T22:02:41.500Z | + mkdir ./out/transceiver-control |
669 | 2023-10-25T22:02:41.519Z | + cp -r out/downloads/root ./out/transceiver-control/root |
670 | 2023-10-25T22:02:41.655Z | All prerequisites installed successfully |
671 | 2023-10-25T22:02:41.659Z | |
672 | 2023-10-25T22:02:41.663Z | real 2:23.979670122 |
673 | 2023-10-25T22:02:41.667Z | user 53.647295440 |
674 | 2023-10-25T22:02:41.671Z | sys 10.632131410 |
675 | 2023-10-25T22:02:41.675Z | trap 0.036021246 |
676 | 2023-10-25T22:02:41.679Z | tflt 0.131006372 |
677 | 2023-10-25T22:02:41.683Z | dflt 0.593043852 |
678 | 2023-10-25T22:02:41.687Z | kflt 0.114110751 |
679 | 2023-10-25T22:02:41.691Z | lock 1.758447675 |
680 | 2023-10-25T22:02:41.699Z | slp 4:30.256018740 |
681 | 2023-10-25T22:02:41.707Z | lat 4.183993461 |
682 | 2023-10-25T22:02:41.711Z | stop 0.076961140 |
683 | 2023-10-25T22:02:41.715Z | + ptime -m ./tools/ci_download_softnpu_machinery |
684 | 2023-10-25T22:02:41.721Z | fetching npuzone |
685 | 2023-10-25T22:02:41.725Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
686 | 2023-10-25T22:02:41.765Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
687 | 2023-10-25T22:02:41.772Z | Getting hash for npuzone |
688 | 2023-10-25T22:02:41.844Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
689 | 2023-10-25T22:02:50.780Z | npuzone downloaded successfully |
690 | 2023-10-25T22:02:50.785Z | |
691 | 2023-10-25T22:02:50.788Z | real 9.125178081 |
692 | 2023-10-25T22:02:50.874Z | user 0.585850032 |
693 | 2023-10-25T22:02:50.882Z | sys 0.168875335 |
694 | 2023-10-25T22:02:50.891Z | trap 0.000239804 |
695 | 2023-10-25T22:02:50.898Z | tflt 0.000000000 |
696 | 2023-10-25T22:02:50.911Z | dflt 0.000000000 |
697 | 2023-10-25T22:02:50.917Z | kflt 0.000000000 |
698 | 2023-10-25T22:02:50.925Z | lock 0.000000000 |
699 | 2023-10-25T22:02:50.936Z | slp 26.420477078 |
700 | 2023-10-25T22:02:50.964Z | lat 0.161706033 |
701 | 2023-10-25T22:02:50.996Z | stop 0.000302312 |
702 | 2023-10-25T22:02:51.287Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
703 | 2023-10-25T22:02:51.705Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
704 | 2023-10-25T22:02:51.748Z | Updating crates.io index |
705 | 2023-10-25T22:02:51.762Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
706 | 2023-10-25T22:02:57.906Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
707 | 2023-10-25T22:02:58.033Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
708 | 2023-10-25T22:02:58.104Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
709 | 2023-10-25T22:02:58.142Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
710 | 2023-10-25T22:02:58.234Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
711 | 2023-10-25T22:02:58.325Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
712 | 2023-10-25T22:02:58.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
713 | 2023-10-25T22:02:58.660Z | Updating git repository `https://github.com/oxidecomputer/opte` |
714 | 2023-10-25T22:02:59.999Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
715 | 2023-10-25T22:03:00.420Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
716 | 2023-10-25T22:03:00.436Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
717 | 2023-10-25T22:03:00.872Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
718 | 2023-10-25T22:03:01.338Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
719 | 2023-10-25T22:03:01.758Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
720 | 2023-10-25T22:03:02.079Z | Updating git repository `https://github.com/njaremko/samael` |
721 | 2023-10-25T22:03:02.572Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
722 | 2023-10-25T22:03:03.243Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
723 | 2023-10-25T22:03:03.664Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
724 | 2023-10-25T22:03:04.028Z | Updating git repository `https://github.com/jgallagher/nix` |
725 | 2023-10-25T22:03:05.392Z | Updating git repository `https://github.com/cbiffle/hubpack` |
726 | 2023-10-25T22:03:05.767Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
727 | 2023-10-25T22:03:15.411Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
728 | 2023-10-25T22:03:17.251Z | Updating git repository `https://github.com/oxidecomputer/typify` |
729 | 2023-10-25T22:03:19.059Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
730 | 2023-10-25T22:03:20.047Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
731 | 2023-10-25T22:03:40.072Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
732 | 2023-10-25T22:03:40.347Z | Downloading crates ... |
733 | 2023-10-25T22:03:40.432Z | Downloaded bit-vec v0.6.3 |
734 | 2023-10-25T22:03:40.495Z | Downloaded assert_matches v1.5.0 |
735 | 2023-10-25T22:03:41.194Z | Downloaded humantime v2.1.0 |
736 | 2023-10-25T22:03:41.991Z | Downloaded ident_case v1.0.1 |
737 | 2023-10-25T22:03:42.718Z | Downloaded itoa v1.0.9 |
738 | 2023-10-25T22:03:43.120Z | Downloaded indoc v2.0.3 |
739 | 2023-10-25T22:03:43.300Z | Downloaded impl-trait-for-tuples v0.2.2 |
740 | 2023-10-25T22:03:43.373Z | Downloaded argon2 v0.5.2 |
741 | 2023-10-25T22:03:43.538Z | Downloaded bit_field v0.10.2 |
742 | 2023-10-25T22:03:43.612Z | Downloaded bytesize v1.3.0 |
743 | 2023-10-25T22:03:43.804Z | Downloaded cfg-if v1.0.0 |
744 | 2023-10-25T22:03:44.321Z | Downloaded buf-list v1.0.3 |
745 | 2023-10-25T22:03:44.443Z | Downloaded const_format v0.2.31 |
746 | 2023-10-25T22:03:44.510Z | Downloaded new_debug_unreachable v1.0.4 |
747 | 2023-10-25T22:03:44.587Z | Downloaded colorchoice v1.0.0 |
748 | 2023-10-25T22:03:44.604Z | Downloaded crc-catalog v2.2.0 |
749 | 2023-10-25T22:03:44.628Z | Downloaded maplit v1.0.2 |
750 | 2023-10-25T22:03:44.645Z | Downloaded nu-ansi-term v0.49.0 |
751 | 2023-10-25T22:03:44.680Z | Downloaded camino v1.1.6 |
752 | 2023-10-25T22:03:44.719Z | Downloaded convert_case v0.4.0 |
753 | 2023-10-25T22:03:44.748Z | Downloaded instant v0.1.12 |
754 | 2023-10-25T22:03:44.791Z | Downloaded crossbeam v0.8.2 |
755 | 2023-10-25T22:03:44.808Z | Downloaded matches v0.1.10 |
756 | 2023-10-25T22:03:44.848Z | Downloaded iana-time-zone v0.1.57 |
757 | 2023-10-25T22:03:44.861Z | Downloaded mime_guess v2.0.4 |
758 | 2023-10-25T22:03:44.882Z | Downloaded native-tls v0.2.11 |
759 | 2023-10-25T22:03:44.892Z | Downloaded serde-big-array v0.4.1 |
760 | 2023-10-25T22:03:44.914Z | Downloaded cexpr v0.6.0 |
761 | 2023-10-25T22:03:44.939Z | Downloaded newtype_derive v0.1.6 |
762 | 2023-10-25T22:03:44.970Z | Downloaded bitflags v1.3.2 |
763 | 2023-10-25T22:03:44.985Z | Downloaded nibble_vec v0.1.0 |
764 | 2023-10-25T22:03:44.997Z | Downloaded aes-gcm-siv v0.11.1 |
765 | 2023-10-25T22:03:45.063Z | Downloaded sha1 v0.10.5 |
766 | 2023-10-25T22:03:45.097Z | Downloaded ansi_term v0.12.1 |
767 | 2023-10-25T22:03:45.148Z | Downloaded signal-hook-tokio v0.3.1 |
768 | 2023-10-25T22:03:45.192Z | Downloaded num_cpus v1.16.0 |
769 | 2023-10-25T22:03:45.271Z | Downloaded num_enum v0.5.11 |
770 | 2023-10-25T22:03:45.315Z | Downloaded toolchain_find v0.2.0 |
771 | 2023-10-25T22:03:45.370Z | Downloaded usdt-attr-macro v0.3.5 |
772 | 2023-10-25T22:03:45.380Z | Downloaded lazycell v1.3.0 |
773 | 2023-10-25T22:03:45.405Z | Downloaded keccak v0.1.4 |
774 | 2023-10-25T22:03:45.457Z | Downloaded memoffset v0.9.0 |
775 | 2023-10-25T22:03:45.475Z | Downloaded serde-big-array v0.5.1 |
776 | 2023-10-25T22:03:45.546Z | Downloaded num-integer v0.1.45 |
777 | 2023-10-25T22:03:45.620Z | Downloaded ipnetwork v0.20.0 |
778 | 2023-10-25T22:03:45.667Z | Downloaded anstream v0.5.0 |
779 | 2023-10-25T22:03:45.676Z | Downloaded thiserror-no-std v2.0.2 |
780 | 2023-10-25T22:03:45.700Z | Downloaded synstructure v0.12.6 |
781 | 2023-10-25T22:03:45.709Z | Downloaded tui-tree-widget v0.13.0 |
782 | 2023-10-25T22:03:45.735Z | Downloaded cargo_metadata v0.18.0 |
783 | 2023-10-25T22:03:45.763Z | Downloaded signal-hook-mio v0.2.3 |
784 | 2023-10-25T22:03:45.773Z | Downloaded io-lifetimes v1.0.11 |
785 | 2023-10-25T22:03:45.864Z | Downloaded try-lock v0.2.4 |
786 | 2023-10-25T22:03:45.908Z | Downloaded path-dedot v3.1.0 |
787 | 2023-10-25T22:03:45.945Z | Downloaded slog-async v2.8.0 |
788 | 2023-10-25T22:03:45.978Z | Downloaded unicode-width v0.1.10 |
789 | 2023-10-25T22:03:46.009Z | Downloaded universal-hash v0.5.1 |
790 | 2023-10-25T22:03:46.074Z | Downloaded serde_plain v1.0.2 |
791 | 2023-10-25T22:03:46.110Z | Downloaded usdt v0.3.5 |
792 | 2023-10-25T22:03:46.132Z | Downloaded crucible-workspace-hack v0.1.0 |
793 | 2023-10-25T22:03:46.169Z | Downloaded strsim v0.10.0 |
794 | 2023-10-25T22:03:46.220Z | Downloaded multer v2.1.0 |
795 | 2023-10-25T22:03:46.253Z | Downloaded ipnet v2.8.0 |
796 | 2023-10-25T22:03:46.297Z | Downloaded tinyvec_macros v0.1.1 |
797 | 2023-10-25T22:03:46.372Z | Downloaded typenum v1.16.0 |
798 | 2023-10-25T22:03:46.425Z | Downloaded tokio-rustls v0.24.1 |
799 | 2023-10-25T22:03:46.584Z | Downloaded addr2line v0.21.0 |
800 | 2023-10-25T22:03:46.662Z | Downloaded shell-words v1.1.0 |
801 | 2023-10-25T22:03:46.708Z | Downloaded crossbeam-queue v0.3.8 |
802 | 2023-10-25T22:03:46.772Z | Downloaded signature v1.6.4 |
803 | 2023-10-25T22:03:46.796Z | Downloaded group v0.13.0 |
804 | 2023-10-25T22:03:46.820Z | Downloaded allocator-api2 v0.2.16 |
805 | 2023-10-25T22:03:46.836Z | Downloaded ahash v0.8.3 |
806 | 2023-10-25T22:03:46.860Z | Downloaded foreign-types-shared v0.3.1 |
807 | 2023-10-25T22:03:46.873Z | Downloaded fixedbitset v0.4.2 |
808 | 2023-10-25T22:03:46.924Z | Downloaded number_prefix v0.4.0 |
809 | 2023-10-25T22:03:46.967Z | Downloaded oso-derive v0.26.4 |
810 | 2023-10-25T22:03:47.059Z | Downloaded strum_macros v0.25.2 |
811 | 2023-10-25T22:03:47.176Z | Downloaded deranged v0.3.8 |
812 | 2023-10-25T22:03:47.207Z | Downloaded num-traits v0.2.16 |
813 | 2023-10-25T22:03:47.261Z | Downloaded tiny-keccak v2.0.2 |
814 | 2023-10-25T22:03:47.292Z | Downloaded derive_builder_core v0.12.0 |
815 | 2023-10-25T22:03:47.362Z | Downloaded crc-any v2.4.3 |
816 | 2023-10-25T22:03:47.401Z | Downloaded serde_arrays v0.1.0 |
817 | 2023-10-25T22:03:47.486Z | Downloaded getopts v0.2.21 |
818 | 2023-10-25T22:03:47.546Z | Downloaded serde-hex v0.1.0 |
819 | 2023-10-25T22:03:47.601Z | Downloaded proc-macro-crate v1.3.1 |
820 | 2023-10-25T22:03:47.648Z | Downloaded darling_macro v0.14.4 |
821 | 2023-10-25T22:03:47.660Z | Downloaded strsim v0.8.0 |
822 | 2023-10-25T22:03:47.679Z | Downloaded ringbuffer v0.15.0 |
823 | 2023-10-25T22:03:47.795Z | Downloaded semver v0.1.20 |
824 | 2023-10-25T22:03:47.861Z | Downloaded termios v0.3.3 |
825 | 2023-10-25T22:03:47.901Z | Downloaded crossbeam-epoch v0.9.15 |
826 | 2023-10-25T22:03:47.949Z | Downloaded path-absolutize v3.1.0 |
827 | 2023-10-25T22:03:48.012Z | Downloaded base64 v0.21.4 |
828 | 2023-10-25T22:03:48.088Z | Downloaded foreign-types v0.5.0 |
829 | 2023-10-25T22:03:48.152Z | Downloaded futures-sink v0.3.28 |
830 | 2023-10-25T22:03:48.216Z | Downloaded foreign-types-shared v0.1.1 |
831 | 2023-10-25T22:03:48.275Z | Downloaded foreign-types v0.3.2 |
832 | 2023-10-25T22:03:48.303Z | Downloaded peeking_take_while v0.1.2 |
833 | 2023-10-25T22:03:48.377Z | Downloaded openssl-probe v0.1.5 |
834 | 2023-10-25T22:03:48.398Z | Downloaded enum-as-inner v0.5.1 |
835 | 2023-10-25T22:03:48.442Z | Downloaded predicates-tree v1.0.9 |
836 | 2023-10-25T22:03:48.501Z | Downloaded wyz v0.5.1 |
837 | 2023-10-25T22:03:48.545Z | Downloaded walkdir v2.4.0 |
838 | 2023-10-25T22:03:48.593Z | Downloaded tokio-tungstenite v0.20.1 |
839 | 2023-10-25T22:03:48.624Z | Downloaded rustversion v1.0.14 |
840 | 2023-10-25T22:03:48.644Z | Downloaded tokio-tungstenite v0.18.0 |
841 | 2023-10-25T22:03:48.696Z | Downloaded pretty-hex v0.3.0 |
842 | 2023-10-25T22:03:48.739Z | Downloaded tabled_derive v0.6.0 |
843 | 2023-10-25T22:03:48.747Z | Downloaded pkg-config v0.3.27 |
844 | 2023-10-25T22:03:48.756Z | Downloaded siphasher v0.3.11 |
845 | 2023-10-25T22:03:48.791Z | Downloaded phf_shared v0.10.0 |
846 | 2023-10-25T22:03:48.868Z | Downloaded rand_core v0.6.4 |
847 | 2023-10-25T22:03:48.930Z | Downloaded num_threads v0.1.6 |
848 | 2023-10-25T22:03:48.939Z | Downloaded slog v2.7.0 |
849 | 2023-10-25T22:03:48.950Z | Downloaded url v2.4.1 |
850 | 2023-10-25T22:03:49.008Z | Downloaded subprocess v0.2.9 |
851 | 2023-10-25T22:03:49.052Z | Downloaded foreign-types-macros v0.2.3 |
852 | 2023-10-25T22:03:49.076Z | Downloaded phf v0.11.2 |
853 | 2023-10-25T22:03:49.089Z | Downloaded subtle v2.5.0 |
854 | 2023-10-25T22:03:49.115Z | Downloaded string_cache v0.8.7 |
855 | 2023-10-25T22:03:49.160Z | Downloaded paste v1.0.14 |
856 | 2023-10-25T22:03:49.207Z | Downloaded termcolor v1.2.0 |
857 | 2023-10-25T22:03:49.250Z | Downloaded dof v0.1.5 |
858 | 2023-10-25T22:03:49.315Z | Downloaded time-macros v0.2.13 |
859 | 2023-10-25T22:03:49.333Z | Downloaded tokio-native-tls v0.3.1 |
860 | 2023-10-25T22:03:49.380Z | Downloaded path-slash v0.1.5 |
861 | 2023-10-25T22:03:49.414Z | Downloaded postcard v0.7.3 |
862 | 2023-10-25T22:03:49.435Z | Downloaded tinyvec v1.6.0 |
863 | 2023-10-25T22:03:49.487Z | Downloaded pkcs8 v0.10.2 |
864 | 2023-10-25T22:03:49.518Z | Downloaded crunchy v0.2.2 |
865 | 2023-10-25T22:03:49.539Z | Downloaded equivalent v1.0.1 |
866 | 2023-10-25T22:03:49.614Z | Downloaded dtrace-parser v0.1.14 |
867 | 2023-10-25T22:03:49.650Z | Downloaded itertools v0.11.0 |
868 | 2023-10-25T22:03:49.722Z | Downloaded rand_xorshift v0.3.0 |
869 | 2023-10-25T22:03:49.817Z | Downloaded proc-macro-error v1.0.4 |
870 | 2023-10-25T22:03:52.638Z | Downloaded spin v0.9.8 |
871 | 2023-10-25T22:03:52.674Z | Downloaded proc-macro2 v1.0.67 |
872 | 2023-10-25T22:03:52.684Z | Downloaded vte_generate_state_changes v0.1.1 |
873 | 2023-10-25T22:03:52.699Z | Downloaded tower-service v0.3.2 |
874 | 2023-10-25T22:03:52.722Z | Downloaded slab v0.4.9 |
875 | 2023-10-25T22:03:52.732Z | Downloaded postcard-cobs v0.1.5-pre |
876 | 2023-10-25T22:03:52.742Z | Downloaded slog-term v2.9.0 |
877 | 2023-10-25T22:03:52.755Z | Downloaded curve25519-dalek-derive v0.1.0 |
878 | 2023-10-25T22:03:52.770Z | Downloaded predicates-core v1.0.6 |
879 | 2023-10-25T22:03:52.787Z | Downloaded crossbeam-utils v0.8.16 |
880 | 2023-10-25T22:03:53.228Z | Downloaded errno v0.3.2 |
881 | 2023-10-25T22:03:53.233Z | Downloaded ff v0.13.0 |
882 | 2023-10-25T22:03:53.238Z | Downloaded minimal-lexical v0.2.1 |
883 | 2023-10-25T22:03:53.242Z | Downloaded headers-core v0.2.0 |
884 | 2023-10-25T22:03:53.245Z | Downloaded diesel_table_macro_syntax v0.1.0 |
885 | 2023-10-25T22:03:53.250Z | Downloaded fd-lock v3.0.13 |
886 | 2023-10-25T22:03:53.255Z | Downloaded slog-scope v4.4.0 |
887 | 2023-10-25T22:03:53.260Z | Downloaded stringprep v0.1.3 |
888 | 2023-10-25T22:03:53.264Z | Downloaded opaque-debug v0.3.0 |
889 | 2023-10-25T22:03:53.267Z | Downloaded ed25519 v1.5.3 |
890 | 2023-10-25T22:03:53.271Z | Downloaded pin-utils v0.1.0 |
891 | 2023-10-25T22:03:53.275Z | Downloaded precomputed-hash v0.1.1 |
892 | 2023-10-25T22:03:53.279Z | Downloaded num-bigint v0.4.4 |
893 | 2023-10-25T22:03:53.283Z | Downloaded openssl-macros v0.1.1 |
894 | 2023-10-25T22:03:53.288Z | Downloaded percent-encoding v2.3.0 |
895 | 2023-10-25T22:03:53.292Z | Downloaded flagset v0.4.3 |
896 | 2023-10-25T22:03:53.296Z | Downloaded want v0.3.1 |
897 | 2023-10-25T22:03:53.303Z | Downloaded globset v0.4.13 |
898 | 2023-10-25T22:03:53.310Z | Downloaded endian-type v0.1.2 |
899 | 2023-10-25T22:03:53.317Z | Downloaded waitgroup v0.1.2 |
900 | 2023-10-25T22:03:53.327Z | Downloaded parse-display v0.7.0 |
901 | 2023-10-25T22:03:53.333Z | Downloaded quick-error v1.2.3 |
902 | 2023-10-25T22:03:53.341Z | Downloaded version_check v0.9.4 |
903 | 2023-10-25T22:03:53.346Z | Downloaded env_logger v0.10.0 |
904 | 2023-10-25T22:03:53.350Z | Downloaded http v0.2.9 |
905 | 2023-10-25T22:03:53.356Z | Downloaded doc-comment v0.3.3 |
906 | 2023-10-25T22:03:53.361Z | Downloaded oso v0.26.4 |
907 | 2023-10-25T22:03:53.365Z | Downloaded scopeguard v1.2.0 |
908 | 2023-10-25T22:03:53.369Z | Downloaded trust-dns-client v0.22.0 |
909 | 2023-10-25T22:03:53.374Z | Downloaded pem-rfc7468 v0.7.0 |
910 | 2023-10-25T22:03:53.379Z | Downloaded postgres-types v0.2.6 |
911 | 2023-10-25T22:03:53.384Z | Downloaded display-error-chain v0.1.1 |
912 | 2023-10-25T22:03:53.391Z | Downloaded thread_local v1.1.7 |
913 | 2023-10-25T22:03:53.395Z | Downloaded usdt-macro v0.3.5 |
914 | 2023-10-25T22:03:53.400Z | Downloaded predicates v2.1.5 |
915 | 2023-10-25T22:03:53.406Z | Downloaded pin-project-lite v0.2.13 |
916 | 2023-10-25T22:03:53.425Z | Downloaded unarray v0.1.4 |
917 | 2023-10-25T22:03:53.430Z | Downloaded fallible-streaming-iterator v0.1.9 |
918 | 2023-10-25T22:03:53.435Z | Downloaded toml v0.5.11 |
919 | 2023-10-25T22:03:53.441Z | Downloaded structmeta v0.1.6 |
920 | 2023-10-25T22:03:53.461Z | Downloaded static_assertions v1.1.0 |
921 | 2023-10-25T22:03:53.469Z | Downloaded data-encoding v2.4.0 |
922 | 2023-10-25T22:03:53.477Z | Downloaded termtree v0.4.1 |
923 | 2023-10-25T22:03:53.485Z | Downloaded r2d2 v0.8.10 |
924 | 2023-10-25T22:03:53.492Z | Downloaded owo-colors v3.5.0 |
925 | 2023-10-25T22:03:53.498Z | Downloaded rsa v0.9.2 |
926 | 2023-10-25T22:03:53.503Z | Downloaded pest_meta v2.7.2 |
927 | 2023-10-25T22:03:53.512Z | Downloaded rpassword v7.2.0 |
928 | 2023-10-25T22:03:53.518Z | Downloaded zeroize v1.6.0 |
929 | 2023-10-25T22:03:53.523Z | Downloaded zerocopy v0.3.0 |
930 | 2023-10-25T22:03:53.528Z | Downloaded dirs-sys-next v0.1.2 |
931 | 2023-10-25T22:03:53.535Z | Downloaded radium v0.7.0 |
932 | 2023-10-25T22:03:53.543Z | Downloaded darling v0.14.4 |
933 | 2023-10-25T22:03:53.549Z | Downloaded tokio-stream v0.1.14 |
934 | 2023-10-25T22:03:53.554Z | Downloaded dirs-next v2.0.0 |
935 | 2023-10-25T22:03:53.560Z | Downloaded vsss-rs v3.3.1 |
936 | 2023-10-25T22:03:53.569Z | Downloaded serde_spanned v0.6.3 |
937 | 2023-10-25T22:03:53.575Z | Downloaded crypto-common v0.1.6 |
938 | 2023-10-25T22:03:53.580Z | Downloaded pem v1.1.1 |
939 | 2023-10-25T22:03:53.586Z | Downloaded tracing-attributes v0.1.26 |
940 | 2023-10-25T22:03:53.595Z | Downloaded semver-parser v0.10.2 |
941 | 2023-10-25T22:03:53.600Z | Downloaded num_enum_derive v0.5.11 |
942 | 2023-10-25T22:03:53.604Z | Downloaded serde_json v1.0.107 |
943 | 2023-10-25T22:03:53.610Z | Downloaded futures-macro v0.3.28 |
944 | 2023-10-25T22:03:53.617Z | Downloaded difflib v0.4.0 |
945 | 2023-10-25T22:03:53.649Z | Downloaded tracing-core v0.1.31 |
946 | 2023-10-25T22:03:53.669Z | Downloaded clap_builder v4.4.2 |
947 | 2023-10-25T22:03:53.674Z | Downloaded structopt-derive v0.4.18 |
948 | 2023-10-25T22:03:53.679Z | Downloaded hash32 v0.2.1 |
949 | 2023-10-25T22:03:53.686Z | Downloaded fragile v2.0.0 |
950 | 2023-10-25T22:03:53.692Z | Downloaded zerocopy v0.6.4 |
951 | 2023-10-25T22:03:53.699Z | Downloaded snafu-derive v0.7.5 |
952 | 2023-10-25T22:03:53.704Z | Downloaded steno v0.4.0 |
953 | 2023-10-25T22:03:53.710Z | Downloaded pest_derive v2.7.2 |
954 | 2023-10-25T22:03:53.720Z | Downloaded poly1305 v0.8.0 |
955 | 2023-10-25T22:03:53.728Z | Downloaded parking_lot_core v0.9.8 |
956 | 2023-10-25T22:03:53.731Z | Downloaded yasna v0.5.2 |
957 | 2023-10-25T22:03:53.735Z | Downloaded tempfile v3.8.0 |
958 | 2023-10-25T22:03:53.739Z | Downloaded tap v1.0.1 |
959 | 2023-10-25T22:03:53.744Z | Downloaded hkdf v0.12.3 |
960 | 2023-10-25T22:03:53.748Z | Downloaded ryu v1.0.15 |
961 | 2023-10-25T22:03:53.752Z | Downloaded tungstenite v0.18.0 |
962 | 2023-10-25T22:03:53.755Z | Downloaded derive_more v0.99.17 |
963 | 2023-10-25T22:03:53.759Z | Downloaded ucd-trie v0.1.6 |
964 | 2023-10-25T22:03:53.762Z | Downloaded crossterm v0.27.0 |
965 | 2023-10-25T22:03:53.769Z | Downloaded snafu v0.7.5 |
966 | 2023-10-25T22:03:53.774Z | Downloaded x509-cert v0.2.4 |
967 | 2023-10-25T22:03:53.778Z | Downloaded headers v0.3.9 |
968 | 2023-10-25T22:03:53.782Z | Downloaded darling_core v0.14.4 |
969 | 2023-10-25T22:03:53.785Z | Downloaded darling_core v0.20.3 |
970 | 2023-10-25T22:03:53.790Z | Downloaded crossterm v0.26.1 |
971 | 2023-10-25T22:03:53.793Z | Downloaded tough v0.12.5 |
972 | 2023-10-25T22:03:53.798Z | Downloaded tokio-postgres v0.7.10 |
973 | 2023-10-25T22:03:53.802Z | Downloaded futures-util v0.3.28 |
974 | 2023-10-25T22:03:53.805Z | Downloaded petgraph v0.6.4 |
975 | 2023-10-25T22:03:53.809Z | Downloaded h2 v0.3.21 |
976 | 2023-10-25T22:03:53.813Z | Downloaded chrono v0.4.31 |
977 | 2023-10-25T22:03:53.817Z | Downloaded syn v2.0.32 |
978 | 2023-10-25T22:03:53.820Z | Downloaded pest v2.7.2 |
979 | 2023-10-25T22:03:53.824Z | Downloaded reqwest v0.11.20 |
980 | 2023-10-25T22:03:53.828Z | Downloaded radix_trie v0.2.1 |
981 | 2023-10-25T22:03:53.831Z | Downloaded rustls-webpki v0.101.4 |
982 | 2023-10-25T22:03:53.835Z | Downloaded smoltcp v0.8.2 |
983 | 2023-10-25T22:03:53.838Z | Downloaded quick-xml v0.23.1 |
984 | 2023-10-25T22:03:53.842Z | Downloaded nix v0.26.2 |
985 | 2023-10-25T22:03:53.845Z | Downloaded object v0.30.4 |
986 | 2023-10-25T22:03:53.849Z | Downloaded gimli v0.28.0 |
987 | 2023-10-25T22:03:53.853Z | Downloaded bstr v0.2.17 |
988 | 2023-10-25T22:03:53.856Z | Downloaded vcpkg v0.2.15 |
989 | 2023-10-25T22:03:53.867Z | Downloaded regress v0.7.1 |
990 | 2023-10-25T22:03:53.900Z | Downloaded smoltcp v0.9.1 |
991 | 2023-10-25T22:03:53.911Z | Downloaded regex-syntax v0.6.29 |
992 | 2023-10-25T22:03:53.918Z | Downloaded trust-dns-proto v0.22.0 |
993 | 2023-10-25T22:03:53.925Z | Downloaded webpki-roots v0.25.2 |
994 | 2023-10-25T22:03:53.930Z | Downloaded openssl v0.10.57 |
995 | 2023-10-25T22:03:53.936Z | Downloaded regex v1.9.5 |
996 | 2023-10-25T22:03:53.943Z | Downloaded curve25519-dalek v4.1.0 |
997 | 2023-10-25T22:03:53.947Z | Downloaded diesel v2.1.1 |
998 | 2023-10-25T22:03:53.956Z | Downloaded zerocopy-derive v0.6.4 |
999 | 2023-10-25T22:03:53.967Z | Downloaded sled v0.34.7 |
1000 | 2023-10-25T22:03:53.977Z | Downloaded regex-automata v0.3.8 |
1001 | 2023-10-25T22:03:53.992Z | Downloaded libc v0.2.149 |
1002 | 2023-10-25T22:03:53.999Z | Downloaded tokio v1.33.0 |
1003 | 2023-10-25T22:03:54.004Z | Downloaded sha3 v0.10.8 |
1004 | 2023-10-25T22:03:54.009Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1005 | 2023-10-25T22:03:54.013Z | Downloaded zerocopy-derive v0.2.0 |
1006 | 2023-10-25T22:03:54.021Z | Downloaded object v0.32.1 |
1007 | 2023-10-25T22:03:54.025Z | Downloaded encoding_rs v0.8.33 |
1008 | 2023-10-25T22:03:54.031Z | Downloaded ratatui v0.23.0 |
1009 | 2023-10-25T22:03:54.035Z | Downloaded rustls v0.21.7 |
1010 | 2023-10-25T22:03:54.038Z | Downloaded openapiv3 v1.0.3 |
1011 | 2023-10-25T22:03:54.042Z | Downloaded rustix v0.38.9 |
1012 | 2023-10-25T22:03:54.047Z | Downloaded regex-syntax v0.7.5 |
1013 | 2023-10-25T22:03:54.055Z | Downloaded syn v1.0.109 |
1014 | 2023-10-25T22:03:54.070Z | Downloaded rustix v0.37.23 |
1015 | 2023-10-25T22:03:54.808Z | Downloaded libz-sys v1.1.12 |
1016 | 2023-10-25T22:03:54.898Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1017 | 2023-10-25T22:03:54.922Z | Downloaded bstr v1.6.0 |
1018 | 2023-10-25T22:03:54.954Z | Downloaded polar-core v0.26.4 |
1019 | 2023-10-25T22:03:54.978Z | Downloaded tabled v0.14.0 |
1020 | 2023-10-25T22:03:54.988Z | Downloaded git2 v0.17.2 |
1021 | 2023-10-25T22:03:55.025Z | Downloaded idna v0.4.0 |
1022 | 2023-10-25T22:03:55.071Z | Downloaded lalrpop v0.19.12 |
1023 | 2023-10-25T22:03:55.121Z | Downloaded idna v0.2.3 |
1024 | 2023-10-25T22:03:55.131Z | Downloaded proptest v1.3.1 |
1025 | 2023-10-25T22:03:55.170Z | Downloaded winnow v0.5.15 |
1026 | 2023-10-25T22:03:55.180Z | Downloaded bindgen v0.65.1 |
1027 | 2023-10-25T22:03:55.199Z | Downloaded portable-atomic v1.4.3 |
1028 | 2023-10-25T22:03:55.217Z | Downloaded regex-automata v0.1.10 |
1029 | 2023-10-25T22:03:55.238Z | Downloaded bitvec v1.0.1 |
1030 | 2023-10-25T22:03:55.246Z | Downloaded hashbrown v0.12.3 |
1031 | 2023-10-25T22:03:55.257Z | Downloaded clap v2.34.0 |
1032 | 2023-10-25T22:03:55.274Z | Downloaded tokio-util v0.7.9 |
1033 | 2023-10-25T22:03:55.289Z | Downloaded fatfs v0.3.6 |
1034 | 2023-10-25T22:03:55.300Z | Downloaded rayon-core v1.11.0 |
1035 | 2023-10-25T22:03:55.312Z | Downloaded rusqlite v0.29.0 |
1036 | 2023-10-25T22:03:55.330Z | Downloaded rayon v1.7.0 |
1037 | 2023-10-25T22:03:55.345Z | Downloaded tar v0.4.40 |
1038 | 2023-10-25T22:03:55.355Z | Downloaded hashbrown v0.14.0 |
1039 | 2023-10-25T22:03:55.377Z | Downloaded unicode-ident v1.0.12 |
1040 | 2023-10-25T22:03:55.394Z | Downloaded funty v2.0.0 |
1041 | 2023-10-25T22:03:55.412Z | Downloaded openssl-sys v0.9.93 |
1042 | 2023-10-25T22:03:55.417Z | Downloaded time v0.3.27 |
1043 | 2023-10-25T22:03:55.421Z | Downloaded reedline v0.23.0 |
1044 | 2023-10-25T22:03:55.425Z | Downloaded terminal_size v0.2.6 |
1045 | 2023-10-25T22:03:55.442Z | Downloaded darling v0.20.3 |
1046 | 2023-10-25T22:03:55.449Z | Downloaded ctr v0.9.2 |
1047 | 2023-10-25T22:03:55.460Z | Downloaded ena v0.14.2 |
1048 | 2023-10-25T22:03:55.478Z | Downloaded unicode-linebreak v0.1.5 |
1049 | 2023-10-25T22:03:55.483Z | Downloaded serde_tokenstream v0.2.0 |
1050 | 2023-10-25T22:03:55.488Z | Downloaded fs-err v2.9.0 |
1051 | 2023-10-25T22:03:55.491Z | Downloaded debug-ignore v1.0.5 |
1052 | 2023-10-25T22:03:55.495Z | Downloaded usdt-impl v0.3.5 |
1053 | 2023-10-25T22:03:55.499Z | Downloaded packed_struct_codegen v0.10.1 |
1054 | 2023-10-25T22:03:55.503Z | Downloaded omicron-zone-package v0.8.3 |
1055 | 2023-10-25T22:03:55.506Z | Downloaded elliptic-curve v0.13.5 |
1056 | 2023-10-25T22:03:55.514Z | Downloaded crypto-bigint v0.5.2 |
1057 | 2023-10-25T22:03:55.518Z | Downloaded flate2 v1.0.28 |
1058 | 2023-10-25T22:03:55.523Z | Downloaded aho-corasick v1.0.4 |
1059 | 2023-10-25T22:03:55.527Z | Downloaded serde_with v2.3.3 |
1060 | 2023-10-25T22:03:55.531Z | Downloaded strum_macros v0.24.3 |
1061 | 2023-10-25T22:03:55.535Z | Downloaded resolv-conf v0.7.0 |
1062 | 2023-10-25T22:03:55.545Z | Downloaded der v0.7.8 |
1063 | 2023-10-25T22:03:55.550Z | Downloaded serde_with_macros v2.3.3 |
1064 | 2023-10-25T22:03:55.554Z | Downloaded salty v0.2.0 |
1065 | 2023-10-25T22:03:55.558Z | Downloaded vergen v8.2.4 |
1066 | 2023-10-25T22:03:55.563Z | Downloaded slog-stdlog v4.1.1 |
1067 | 2023-10-25T22:03:55.567Z | Downloaded secrecy v0.8.0 |
1068 | 2023-10-25T22:03:55.572Z | Downloaded rcgen v0.10.0 |
1069 | 2023-10-25T22:03:55.576Z | Downloaded vte v0.11.1 |
1070 | 2023-10-25T22:03:55.581Z | Downloaded unicode-normalization v0.1.22 |
1071 | 2023-10-25T22:03:55.585Z | Downloaded flume v0.11.0 |
1072 | 2023-10-25T22:03:55.590Z | Downloaded zip v0.6.6 |
1073 | 2023-10-25T22:03:55.594Z | Downloaded fallible-iterator v0.2.0 |
1074 | 2023-10-25T22:03:55.598Z | Downloaded either v1.9.0 |
1075 | 2023-10-25T22:03:55.602Z | Downloaded futures v0.3.28 |
1076 | 2023-10-25T22:03:55.606Z | Downloaded memchr v2.6.3 |
1077 | 2023-10-25T22:03:55.610Z | Downloaded hyper v0.14.27 |
1078 | 2023-10-25T22:03:55.618Z | Downloaded libsqlite3-sys v0.26.0 |
1079 | 2023-10-25T22:03:55.622Z | Downloaded ring v0.16.20 |
1080 | 2023-10-25T22:03:55.626Z | Downloaded futures-channel v0.3.28 |
1081 | 2023-10-25T22:03:55.659Z | Downloaded darling_macro v0.20.3 |
1082 | 2023-10-25T22:03:55.663Z | Downloaded strip-ansi-escapes v0.2.0 |
1083 | 2023-10-25T22:03:55.670Z | Downloaded postgres-protocol v0.6.6 |
1084 | 2023-10-25T22:03:55.681Z | Downloaded textwrap v0.16.0 |
1085 | 2023-10-25T22:03:55.687Z | Downloaded ron v0.8.1 |
1086 | 2023-10-25T22:03:55.693Z | Downloaded rand v0.8.5 |
1087 | 2023-10-25T22:03:55.700Z | Downloaded hashbrown v0.13.2 |
1088 | 2023-10-25T22:03:55.711Z | Downloaded signal-hook v0.3.17 |
1089 | 2023-10-25T22:03:55.723Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2023-10-25T22:03:55.735Z | Downloaded utf8parse v0.2.1 |
1091 | 2023-10-25T22:03:55.744Z | Downloaded erased-serde v0.3.30 |
1092 | 2023-10-25T22:03:55.754Z | Downloaded aes v0.8.3 |
1093 | 2023-10-25T22:03:55.763Z | Downloaded filetime v0.2.22 |
1094 | 2023-10-25T22:03:55.766Z | Downloaded ppv-lite86 v0.2.17 |
1095 | 2023-10-25T22:03:55.771Z | Downloaded serde_tokenstream v0.1.7 |
1096 | 2023-10-25T22:03:55.775Z | Downloaded schemars_derive v0.8.13 |
1097 | 2023-10-25T22:03:55.779Z | Downloaded fnv v1.0.7 |
1098 | 2023-10-25T22:03:55.783Z | Downloaded futures-core v0.3.28 |
1099 | 2023-10-25T22:03:55.786Z | Downloaded smallvec v1.11.0 |
1100 | 2023-10-25T22:03:55.790Z | Downloaded tungstenite v0.20.1 |
1101 | 2023-10-25T22:03:55.818Z | Downloaded itertools v0.10.5 |
1102 | 2023-10-25T22:03:55.825Z | Downloaded toml_edit v0.19.15 |
1103 | 2023-10-25T22:03:55.829Z | Downloaded vec_map v0.8.2 |
1104 | 2023-10-25T22:03:55.832Z | Downloaded pest_generator v2.7.2 |
1105 | 2023-10-25T22:03:55.838Z | Downloaded quote v1.0.33 |
1106 | 2023-10-25T22:03:55.842Z | Downloaded hashlink v0.8.3 |
1107 | 2023-10-25T22:03:55.846Z | Downloaded test-strategy v0.2.1 |
1108 | 2023-10-25T22:03:55.849Z | Downloaded predicates v3.0.4 |
1109 | 2023-10-25T22:03:55.853Z | Downloaded fastrand v2.0.0 |
1110 | 2023-10-25T22:03:55.857Z | Downloaded dyn-clone v1.0.13 |
1111 | 2023-10-25T22:03:55.861Z | Downloaded digest v0.10.7 |
1112 | 2023-10-25T22:03:55.864Z | Downloaded parking_lot_core v0.8.6 |
1113 | 2023-10-25T22:03:55.873Z | Downloaded utf-8 v0.7.6 |
1114 | 2023-10-25T22:03:55.878Z | Downloaded uuid v1.4.1 |
1115 | 2023-10-25T22:03:55.887Z | Downloaded trust-dns-server v0.22.1 |
1116 | 2023-10-25T22:03:55.894Z | Downloaded unicode-segmentation v1.10.1 |
1117 | 2023-10-25T22:03:55.899Z | Downloaded num-bigint-dig v0.8.4 |
1118 | 2023-10-25T22:03:55.903Z | Downloaded libxml v0.3.3 |
1119 | 2023-10-25T22:03:55.908Z | Downloaded stable_deref_trait v1.2.0 |
1120 | 2023-10-25T22:03:55.912Z | Downloaded nom v7.1.3 |
1121 | 2023-10-25T22:03:55.916Z | Downloaded tracing v0.1.37 |
1122 | 2023-10-25T22:03:55.921Z | Downloaded take_mut v0.2.2 |
1123 | 2023-10-25T22:03:55.924Z | Downloaded downcast v0.11.0 |
1124 | 2023-10-25T22:03:55.928Z | Downloaded spki v0.7.2 |
1125 | 2023-10-25T22:03:55.932Z | Downloaded smallvec v0.6.14 |
1126 | 2023-10-25T22:03:55.935Z | Downloaded num_enum_derive v0.7.0 |
1127 | 2023-10-25T22:03:55.939Z | Downloaded rustc-demangle v0.1.23 |
1128 | 2023-10-25T22:03:55.943Z | Downloaded similar v2.2.1 |
1129 | 2023-10-25T22:03:55.947Z | Downloaded half v1.8.2 |
1130 | 2023-10-25T22:03:55.951Z | Downloaded mio v0.8.8 |
1131 | 2023-10-25T22:03:55.954Z | Downloaded toml_edit v0.20.0 |
1132 | 2023-10-25T22:03:55.958Z | Downloaded xattr v1.0.1 |
1133 | 2023-10-25T22:03:55.961Z | Downloaded pretty-hex v0.2.1 |
1134 | 2023-10-25T22:03:55.965Z | Downloaded which v4.4.0 |
1135 | 2023-10-25T22:03:55.969Z | Downloaded ref-cast-impl v1.0.20 |
1136 | 2023-10-25T22:03:55.979Z | Downloaded schemars v0.8.13 |
1137 | 2023-10-25T22:03:55.983Z | Downloaded socket2 v0.4.9 |
1138 | 2023-10-25T22:03:55.986Z | Downloaded password-hash v0.5.0 |
1139 | 2023-10-25T22:03:55.990Z | Downloaded crossbeam-channel v0.5.8 |
1140 | 2023-10-25T22:03:55.994Z | Downloaded once_cell v1.18.0 |
1141 | 2023-10-25T22:03:55.997Z | Downloaded ron v0.7.1 |
1142 | 2023-10-25T22:03:56.002Z | Downloaded serde_urlencoded v0.7.1 |
1143 | 2023-10-25T22:03:56.006Z | Downloaded thiserror-impl-no-std v2.0.2 |
1144 | 2023-10-25T22:03:56.010Z | Downloaded smawk v0.3.1 |
1145 | 2023-10-25T22:03:56.013Z | Downloaded parking_lot v0.11.2 |
1146 | 2023-10-25T22:03:56.017Z | Downloaded platforms v3.0.2 |
1147 | 2023-10-25T22:03:56.020Z | Downloaded twox-hash v1.6.3 |
1148 | 2023-10-25T22:03:56.024Z | Downloaded serde v1.0.188 |
1149 | 2023-10-25T22:03:56.028Z | Downloaded parking_lot v0.12.1 |
1150 | 2023-10-25T22:03:56.031Z | Downloaded prettyplease v0.2.12 |
1151 | 2023-10-25T22:03:56.036Z | Downloaded pkcs1 v0.7.5 |
1152 | 2023-10-25T22:03:56.047Z | Downloaded whoami v1.4.1 |
1153 | 2023-10-25T22:03:56.060Z | Downloaded tokio-macros v2.1.0 |
1154 | 2023-10-25T22:03:56.064Z | Downloaded wait-timeout v0.2.0 |
1155 | 2023-10-25T22:03:56.073Z | Downloaded slog-json v2.6.1 |
1156 | 2023-10-25T22:03:56.082Z | Downloaded parse-display-derive v0.7.0 |
1157 | 2023-10-25T22:03:56.085Z | Downloaded olpc-cjson v0.1.3 |
1158 | 2023-10-25T22:03:56.089Z | Downloaded futures-executor v0.3.28 |
1159 | 2023-10-25T22:03:56.092Z | Downloaded env_logger v0.9.3 |
1160 | 2023-10-25T22:03:56.096Z | Downloaded ref-cast v1.0.20 |
1161 | 2023-10-25T22:03:56.100Z | Downloaded fxhash v0.2.1 |
1162 | 2023-10-25T22:03:56.104Z | Downloaded cstr-argument v0.1.2 |
1163 | 2023-10-25T22:03:56.108Z | Downloaded signature v2.1.0 |
1164 | 2023-10-25T22:03:56.111Z | Downloaded rustfmt-wrapper v0.2.0 |
1165 | 2023-10-25T22:03:56.115Z | Downloaded form_urlencoded v1.2.0 |
1166 | 2023-10-25T22:03:56.119Z | Downloaded phf_shared v0.11.2 |
1167 | 2023-10-25T22:03:56.123Z | Downloaded polyval v0.6.1 |
1168 | 2023-10-25T22:03:56.126Z | Downloaded thiserror v1.0.49 |
1169 | 2023-10-25T22:03:56.130Z | Downloaded getrandom v0.2.10 |
1170 | 2023-10-25T22:03:56.133Z | Downloaded structopt v0.3.26 |
1171 | 2023-10-25T22:03:56.141Z | Downloaded papergrid v0.10.0 |
1172 | 2023-10-25T22:03:56.145Z | Downloaded serde_yaml v0.9.25 |
1173 | 2023-10-25T22:03:56.149Z | Downloaded futures-io v0.3.28 |
1174 | 2023-10-25T22:03:56.152Z | Downloaded diff v0.1.13 |
1175 | 2023-10-25T22:03:56.156Z | Downloaded derive-where v1.2.5 |
1176 | 2023-10-25T22:03:56.162Z | Downloaded serde_derive v1.0.188 |
1177 | 2023-10-25T22:03:56.170Z | Downloaded indexmap v2.0.0 |
1178 | 2023-10-25T22:03:56.177Z | Downloaded diesel_derives v2.1.1 |
1179 | 2023-10-25T22:03:56.189Z | Downloaded rusty-fork v0.3.0 |
1180 | 2023-10-25T22:03:56.200Z | Downloaded spin v0.5.2 |
1181 | 2023-10-25T22:03:56.618Z | Downloaded smf v0.2.2 |
1182 | 2023-10-25T22:03:56.622Z | Downloaded proc-macro-error-attr v1.0.4 |
1183 | 2023-10-25T22:03:56.626Z | Downloaded float-cmp v0.9.0 |
1184 | 2023-10-25T22:03:56.640Z | Downloaded rustc-hash v1.1.0 |
1185 | 2023-10-25T22:03:56.650Z | Downloaded semver v1.0.20 |
1186 | 2023-10-25T22:03:56.654Z | Downloaded textwrap v0.11.0 |
1187 | 2023-10-25T22:03:56.659Z | Downloaded toml v0.7.8 |
1188 | 2023-10-25T22:03:56.667Z | Downloaded der_derive v0.7.2 |
1189 | 2023-10-25T22:03:56.671Z | Downloaded arc-swap v1.6.0 |
1190 | 2023-10-25T22:03:56.676Z | Downloaded socket2 v0.5.4 |
1191 | 2023-10-25T22:03:56.681Z | Downloaded heapless v0.7.16 |
1192 | 2023-10-25T22:03:56.686Z | Downloaded glob v0.3.1 |
1193 | 2023-10-25T22:03:56.691Z | Downloaded futures-task v0.3.28 |
1194 | 2023-10-25T22:03:56.699Z | Downloaded rand_chacha v0.3.1 |
1195 | 2023-10-25T22:03:56.705Z | Downloaded toml v0.8.0 |
1196 | 2023-10-25T22:03:56.710Z | Downloaded unsafe-libyaml v0.2.9 |
1197 | 2023-10-25T22:03:56.717Z | Downloaded generic-array v0.14.7 |
1198 | 2023-10-25T22:03:56.722Z | Downloaded derive_builder v0.12.0 |
1199 | 2023-10-25T22:03:56.727Z | Downloaded term v0.7.0 |
1200 | 2023-10-25T22:03:56.732Z | Downloaded unicode-bidi v0.3.13 |
1201 | 2023-10-25T22:03:56.737Z | Downloaded mockall_derive v0.11.4 |
1202 | 2023-10-25T22:03:56.746Z | Downloaded miniz_oxide v0.7.1 |
1203 | 2023-10-25T22:03:57.159Z | Downloaded blake2 v0.10.6 |
1204 | 2023-10-25T22:03:57.163Z | Downloaded base64 v0.13.1 |
1205 | 2023-10-25T22:03:57.167Z | Downloaded sha2 v0.10.8 |
1206 | 2023-10-25T22:03:57.170Z | Downloaded sct v0.7.0 |
1207 | 2023-10-25T22:03:57.174Z | Downloaded packed_struct v0.10.1 |
1208 | 2023-10-25T22:03:57.177Z | Downloaded clap_derive v4.4.2 |
1209 | 2023-10-25T22:03:57.183Z | Downloaded slog-dtrace v0.2.3 |
1210 | 2023-10-25T22:03:57.187Z | Downloaded serde_repr v0.1.16 |
1211 | 2023-10-25T22:03:57.190Z | Downloaded scheduled-thread-pool v0.2.7 |
1212 | 2023-10-25T22:03:57.198Z | Downloaded serde_derive_internals v0.26.0 |
1213 | 2023-10-25T22:03:57.201Z | Downloaded log v0.4.20 |
1214 | 2023-10-25T22:03:57.205Z | Downloaded num-complex v0.4.4 |
1215 | 2023-10-25T22:03:57.210Z | Downloaded num-rational v0.4.1 |
1216 | 2023-10-25T22:03:57.214Z | Downloaded backoff v0.4.0 |
1217 | 2023-10-25T22:03:57.219Z | Downloaded zone v0.2.0 |
1218 | 2023-10-25T22:03:57.223Z | Downloaded zeroize_derive v1.4.2 |
1219 | 2023-10-25T22:03:57.226Z | Downloaded unicode-xid v0.2.4 |
1220 | 2023-10-25T22:03:57.230Z | Downloaded topological-sort v0.2.2 |
1221 | 2023-10-25T22:03:57.234Z | Downloaded libm v0.2.7 |
1222 | 2023-10-25T22:03:57.237Z | Downloaded time-core v0.1.1 |
1223 | 2023-10-25T22:03:57.241Z | Downloaded const-oid v0.9.5 |
1224 | 2023-10-25T22:03:57.245Z | Downloaded hmac v0.12.1 |
1225 | 2023-10-25T22:03:57.249Z | Downloaded unicase v2.7.0 |
1226 | 2023-10-25T22:03:57.252Z | Downloaded backtrace v0.3.69 |
1227 | 2023-10-25T22:03:57.256Z | Downloaded const_format_proc_macros v0.2.31 |
1228 | 2023-10-25T22:03:57.260Z | Downloaded crc32fast v1.3.2 |
1229 | 2023-10-25T22:03:57.265Z | Downloaded corncobs v0.1.3 |
1230 | 2023-10-25T22:03:57.268Z | Downloaded cookie v0.16.2 |
1231 | 2023-10-25T22:03:57.273Z | Downloaded block-buffer v0.10.4 |
1232 | 2023-10-25T22:03:57.278Z | Downloaded bincode v1.3.3 |
1233 | 2023-10-25T22:03:57.282Z | Downloaded ascii v1.1.0 |
1234 | 2023-10-25T22:03:57.287Z | Downloaded bcs v0.1.6 |
1235 | 2023-10-25T22:03:57.290Z | Downloaded anyhow v1.0.75 |
1236 | 2023-10-25T22:03:57.294Z | Downloaded strum v0.25.0 |
1237 | 2023-10-25T22:03:57.298Z | Downloaded slog-envlogger v2.2.0 |
1238 | 2023-10-25T22:03:57.303Z | Downloaded crossbeam-deque v0.8.3 |
1239 | 2023-10-25T22:03:57.306Z | Downloaded clang-sys v1.6.1 |
1240 | 2023-10-25T22:03:57.311Z | Downloaded thiserror-impl v1.0.49 |
1241 | 2023-10-25T22:03:57.319Z | Downloaded structmeta-derive v0.1.6 |
1242 | 2023-10-25T22:03:57.327Z | Downloaded slog-bunyan v2.4.0 |
1243 | 2023-10-25T22:03:57.336Z | Downloaded serde_path_to_error v0.1.14 |
1244 | 2023-10-25T22:03:57.351Z | Downloaded semver v0.11.0 |
1245 | 2023-10-25T22:03:57.355Z | Downloaded thread-id v4.2.0 |
1246 | 2023-10-25T22:03:57.374Z | Downloaded signal-hook-registry v1.4.1 |
1247 | 2023-10-25T22:03:57.378Z | Downloaded byteorder v1.4.3 |
1248 | 2023-10-25T22:03:57.383Z | Downloaded indoc v1.0.9 |
1249 | 2023-10-25T22:03:57.388Z | Downloaded shlex v1.1.0 |
1250 | 2023-10-25T22:03:57.393Z | Downloaded cc v1.0.83 |
1251 | 2023-10-25T22:03:57.398Z | Downloaded same-file v1.0.6 |
1252 | 2023-10-25T22:03:57.404Z | Downloaded rustls-pemfile v1.0.3 |
1253 | 2023-10-25T22:03:57.411Z | Downloaded rustls-native-certs v0.6.3 |
1254 | 2023-10-25T22:03:57.419Z | Downloaded linear-map v1.2.0 |
1255 | 2023-10-25T22:03:57.426Z | Downloaded jobserver v0.1.26 |
1256 | 2023-10-25T22:03:57.432Z | Downloaded console v0.15.7 |
1257 | 2023-10-25T22:03:57.439Z | Downloaded cargo_toml v0.16.3 |
1258 | 2023-10-25T22:03:57.444Z | Downloaded libloading v0.7.4 |
1259 | 2023-10-25T22:03:57.451Z | Downloaded cipher v0.4.4 |
1260 | 2023-10-25T22:03:57.459Z | Downloaded async-trait v0.1.73 |
1261 | 2023-10-25T22:03:57.470Z | Downloaded highway v1.1.0 |
1262 | 2023-10-25T22:03:57.476Z | Downloaded derive_builder_macro v0.12.0 |
1263 | 2023-10-25T22:03:57.482Z | Downloaded zone_cfg_derive v0.2.0 |
1264 | 2023-10-25T22:03:57.486Z | Downloaded num_enum v0.7.0 |
1265 | 2023-10-25T22:03:57.489Z | Downloaded indexmap v1.9.3 |
1266 | 2023-10-25T22:03:57.493Z | Downloaded clap v4.4.3 |
1267 | 2023-10-25T22:03:57.497Z | Downloaded bytes v1.5.0 |
1268 | 2023-10-25T22:03:57.502Z | Downloaded colored v2.0.4 |
1269 | 2023-10-25T22:03:57.506Z | Downloaded toml_datetime v0.6.3 |
1270 | 2023-10-25T22:03:57.510Z | Downloaded mockall v0.11.4 |
1271 | 2023-10-25T22:03:57.514Z | Downloaded mime v0.3.17 |
1272 | 2023-10-25T22:03:57.518Z | Downloaded chacha20poly1305 v0.10.1 |
1273 | 2023-10-25T22:03:57.522Z | Downloaded chacha20 v0.9.1 |
1274 | 2023-10-25T22:03:57.527Z | Downloaded lock_api v0.4.10 |
1275 | 2023-10-25T22:03:57.532Z | Downloaded untrusted v0.7.1 |
1276 | 2023-10-25T22:03:57.539Z | Downloaded nanorand v0.7.0 |
1277 | 2023-10-25T22:03:57.543Z | Downloaded indicatif v0.17.7 |
1278 | 2023-10-25T22:03:57.547Z | Downloaded macaddr v1.0.1 |
1279 | 2023-10-25T22:03:57.551Z | Downloaded ciborium v0.2.1 |
1280 | 2023-10-25T22:03:57.556Z | Downloaded anstyle-parse v0.2.1 |
1281 | 2023-10-25T22:03:57.561Z | Downloaded cancel-safe-futures v0.1.2 |
1282 | 2023-10-25T22:03:57.564Z | Downloaded http-body v0.4.5 |
1283 | 2023-10-25T22:03:57.573Z | Downloaded rustc_version v0.1.7 |
1284 | 2023-10-25T22:03:57.583Z | Downloaded crc v3.0.1 |
1285 | 2023-10-25T22:03:57.598Z | Downloaded hex v0.4.3 |
1286 | 2023-10-25T22:03:57.609Z | Downloaded aead v0.5.2 |
1287 | 2023-10-25T22:03:57.613Z | Downloaded rtoolbox v0.0.1 |
1288 | 2023-10-25T22:03:57.617Z | Downloaded base16ct v0.2.0 |
1289 | 2023-10-25T22:03:57.625Z | Downloaded cpufeatures v0.2.9 |
1290 | 2023-10-25T22:03:57.631Z | Downloaded num-iter v0.1.43 |
1291 | 2023-10-25T22:03:57.637Z | Downloaded memoffset v0.7.1 |
1292 | 2023-10-25T22:03:57.641Z | Downloaded hubpack_derive v0.1.1 |
1293 | 2023-10-25T22:03:57.647Z | Downloaded httpdate v1.0.3 |
1294 | 2023-10-25T22:03:57.653Z | Downloaded http-range v0.1.5 |
1295 | 2023-10-25T22:03:57.657Z | Downloaded hostname v0.3.1 |
1296 | 2023-10-25T22:03:57.662Z | Downloaded clap_lex v0.5.1 |
1297 | 2023-10-25T22:03:57.674Z | Downloaded atomicwrites v0.4.2 |
1298 | 2023-10-25T22:03:57.679Z | Downloaded md-5 v0.10.5 |
1299 | 2023-10-25T22:03:57.683Z | Downloaded linked-hash-map v0.5.6 |
1300 | 2023-10-25T22:03:57.687Z | Downloaded lazy_static v1.4.0 |
1301 | 2023-10-25T22:03:57.691Z | Downloaded anstyle-query v1.0.0 |
1302 | 2023-10-25T22:03:57.695Z | Downloaded async-recursion v1.0.5 |
1303 | 2023-10-25T22:03:57.698Z | Downloaded maybe-uninit v2.0.0 |
1304 | 2023-10-25T22:03:57.702Z | Downloaded lru-cache v0.1.2 |
1305 | 2023-10-25T22:03:57.706Z | Downloaded adler v1.0.2 |
1306 | 2023-10-25T22:03:57.709Z | Downloaded bb8 v0.8.1 |
1307 | 2023-10-25T22:03:57.713Z | Downloaded nodrop v0.1.14 |
1308 | 2023-10-25T22:03:57.719Z | Downloaded match_cfg v0.1.0 |
1309 | 2023-10-25T22:03:57.722Z | Downloaded bit-set v0.5.3 |
1310 | 2023-10-25T22:03:57.726Z | Downloaded home v0.5.5 |
1311 | 2023-10-25T22:03:57.730Z | Downloaded hubpack v0.1.2 |
1312 | 2023-10-25T22:03:57.733Z | Downloaded anstyle v1.0.2 |
1313 | 2023-10-25T22:03:57.739Z | Downloaded autocfg v1.1.0 |
1314 | 2023-10-25T22:03:57.742Z | Downloaded async-stream-impl v0.3.5 |
1315 | 2023-10-25T22:03:57.746Z | Downloaded atomic-waker v1.1.1 |
1316 | 2023-10-25T22:03:57.750Z | Downloaded rustc_version v0.4.0 |
1317 | 2023-10-25T22:03:57.754Z | Downloaded atty v0.2.14 |
1318 | 2023-10-25T22:03:57.758Z | Downloaded ascii-canvas v3.0.0 |
1319 | 2023-10-25T22:03:57.762Z | Downloaded libefi-sys v0.1.0 |
1320 | 2023-10-25T22:03:57.765Z | Downloaded hyper-staticfile v0.9.5 |
1321 | 2023-10-25T22:03:57.769Z | Downloaded ciborium-io v0.2.1 |
1322 | 2023-10-25T22:03:57.774Z | Downloaded cfg-if v0.1.10 |
1323 | 2023-10-25T22:03:57.779Z | Downloaded heck v0.4.1 |
1324 | 2023-10-25T22:03:57.783Z | Downloaded num-derive v0.4.0 |
1325 | 2023-10-25T22:03:57.786Z | Downloaded normalize-line-endings v0.3.0 |
1326 | 2023-10-25T22:03:57.790Z | Downloaded managed v0.8.0 |
1327 | 2023-10-25T22:03:57.794Z | Downloaded hyper-tls v0.5.0 |
1328 | 2023-10-25T22:03:57.798Z | Downloaded httparse v1.8.0 |
1329 | 2023-10-25T22:03:57.802Z | Downloaded bzip2 v0.4.4 |
1330 | 2023-10-25T22:03:57.806Z | Downloaded heck v0.3.3 |
1331 | 2023-10-25T22:03:57.810Z | Downloaded bitflags v2.4.0 |
1332 | 2023-10-25T22:03:57.813Z | Downloaded num v0.4.1 |
1333 | 2023-10-25T22:03:57.818Z | Downloaded lalrpop-util v0.19.12 |
1334 | 2023-10-25T22:03:57.822Z | Downloaded is-terminal v0.4.9 |
1335 | 2023-10-25T22:03:57.829Z | Downloaded hyper-rustls v0.24.1 |
1336 | 2023-10-25T22:03:57.833Z | Downloaded cassowary v0.3.0 |
1337 | 2023-10-25T22:03:57.838Z | Downloaded camino-tempfile v1.0.2 |
1338 | 2023-10-25T22:03:57.841Z | Downloaded inout v0.1.3 |
1339 | 2023-10-25T22:03:57.852Z | Downloaded block-padding v0.3.3 |
1340 | 2023-10-25T22:03:57.890Z | Downloaded bitstruct_derive v0.1.0 |
1341 | 2023-10-25T22:03:57.900Z | Downloaded bitstruct v0.1.1 |
1342 | 2023-10-25T22:03:57.908Z | Downloaded array-init v0.0.4 |
1343 | 2023-10-25T22:03:57.912Z | Downloaded ciborium-ll v0.2.1 |
1344 | 2023-10-25T22:03:57.916Z | Downloaded cargo-platform v0.1.3 |
1345 | 2023-10-25T22:03:57.921Z | Downloaded bytecount v0.6.3 |
1346 | 2023-10-25T22:03:57.926Z | Downloaded bitfield v0.14.0 |
1347 | 2023-10-25T22:03:57.929Z | Downloaded base64ct v1.6.0 |
1348 | 2023-10-25T22:03:57.935Z | Downloaded async-stream v0.3.5 |
1349 | 2023-10-25T22:03:57.939Z | Compiling proc-macro2 v1.0.67 |
1350 | 2023-10-25T22:03:57.944Z | Compiling unicode-ident v1.0.12 |
1351 | 2023-10-25T22:03:57.948Z | Compiling libc v0.2.149 |
1352 | 2023-10-25T22:03:57.952Z | Compiling serde v1.0.188 |
1353 | 2023-10-25T22:03:57.956Z | Compiling autocfg v1.1.0 |
1354 | 2023-10-25T22:03:57.960Z | Compiling version_check v0.9.4 |
1355 | 2023-10-25T22:03:57.964Z | Compiling cfg-if v1.0.0 |
1356 | 2023-10-25T22:03:57.969Z | Compiling syn v1.0.109 |
1357 | 2023-10-25T22:03:57.973Z | Compiling once_cell v1.18.0 |
1358 | 2023-10-25T22:03:57.979Z | Compiling parking_lot_core v0.9.8 |
1359 | 2023-10-25T22:03:57.986Z | Compiling libm v0.2.7 |
1360 | 2023-10-25T22:03:57.991Z | Compiling ahash v0.8.3 |
1361 | 2023-10-25T22:03:57.994Z | Compiling lock_api v0.4.10 |
1362 | 2023-10-25T22:03:57.999Z | Compiling num-traits v0.2.16 |
1363 | 2023-10-25T22:03:58.004Z | Compiling thiserror v1.0.49 |
1364 | 2023-10-25T22:03:58.008Z | Compiling typenum v1.16.0 |
1365 | 2023-10-25T22:03:58.014Z | Compiling futures-core v0.3.28 |
1366 | 2023-10-25T22:03:58.018Z | Compiling generic-array v0.14.7 |
1367 | 2023-10-25T22:03:58.022Z | Compiling memchr v2.6.3 |
1368 | 2023-10-25T22:03:58.026Z | Compiling itoa v1.0.9 |
1369 | 2023-10-25T22:03:58.030Z | Compiling scopeguard v1.2.0 |
1370 | 2023-10-25T22:03:58.036Z | Compiling pkg-config v0.3.27 |
1371 | 2023-10-25T22:03:58.040Z | Compiling quote v1.0.33 |
1372 | 2023-10-25T22:03:58.047Z | Compiling slab v0.4.9 |
1373 | 2023-10-25T22:03:58.051Z | Compiling getrandom v0.2.10 |
1374 | 2023-10-25T22:03:58.056Z | Compiling syn v2.0.32 |
1375 | 2023-10-25T22:03:58.066Z | Compiling jobserver v0.1.26 |
1376 | 2023-10-25T22:03:58.072Z | Compiling futures-channel v0.3.28 |
1377 | 2023-10-25T22:03:58.077Z | Compiling cc v1.0.83 |
1378 | 2023-10-25T22:03:58.081Z | Compiling futures-task v0.3.28 |
1379 | 2023-10-25T22:03:58.085Z | Compiling futures-util v0.3.28 |
1380 | 2023-10-25T22:03:58.090Z | Compiling log v0.4.20 |
1381 | 2023-10-25T22:03:58.509Z | Compiling ryu v1.0.15 |
1382 | 2023-10-25T22:03:58.513Z | Compiling pin-project-lite v0.2.13 |
1383 | 2023-10-25T22:03:58.517Z | Compiling serde_json v1.0.107 |
1384 | 2023-10-25T22:03:58.524Z | Compiling heck v0.4.1 |
1385 | 2023-10-25T22:03:58.529Z | Compiling schemars v0.8.13 |
1386 | 2023-10-25T22:03:58.535Z | Compiling vcpkg v0.2.15 |
1387 | 2023-10-25T22:03:58.541Z | Compiling smallvec v1.11.0 |
1388 | 2023-10-25T22:03:58.546Z | Compiling parking_lot v0.12.1 |
1389 | 2023-10-25T22:03:58.556Z | Compiling ring v0.16.20 |
1390 | 2023-10-25T22:03:58.562Z | Compiling openssl-sys v0.9.93 |
1391 | 2023-10-25T22:03:58.568Z | Compiling num_cpus v1.16.0 |
1392 | 2023-10-25T22:03:58.575Z | Compiling rand_core v0.6.4 |
1393 | 2023-10-25T22:03:58.583Z | Compiling indexmap v1.9.3 |
1394 | 2023-10-25T22:03:58.591Z | Compiling allocator-api2 v0.2.16 |
1395 | 2023-10-25T22:03:58.601Z | Compiling byteorder v1.4.3 |
1396 | 2023-10-25T22:03:58.607Z | Compiling equivalent v1.0.1 |
1397 | 2023-10-25T22:03:58.613Z | Compiling spin v0.5.2 |
1398 | 2023-10-25T22:03:58.619Z | Compiling httparse v1.8.0 |
1399 | 2023-10-25T22:03:58.628Z | Compiling mio v0.8.8 |
1400 | 2023-10-25T22:03:58.636Z | Compiling socket2 v0.5.4 |
1401 | 2023-10-25T22:03:58.640Z | Compiling hashbrown v0.14.0 |
1402 | 2023-10-25T22:03:58.644Z | Compiling signal-hook-registry v1.4.1 |
1403 | 2023-10-25T22:03:58.648Z | Compiling serde_derive_internals v0.26.0 |
1404 | 2023-10-25T22:03:58.652Z | Compiling semver v1.0.20 |
1405 | 2023-10-25T22:03:58.657Z | Compiling openssl v0.10.57 |
1406 | 2023-10-25T22:03:58.661Z | Compiling fnv v1.0.7 |
1407 | 2023-10-25T22:03:58.665Z | Compiling iana-time-zone v0.1.57 |
1408 | 2023-10-25T22:03:58.673Z | Compiling rustls v0.21.7 |
1409 | 2023-10-25T22:03:58.683Z | Compiling unicode-xid v0.2.4 |
1410 | 2023-10-25T22:03:58.687Z | Compiling native-tls v0.2.11 |
1411 | 2023-10-25T22:03:58.690Z | Compiling crossbeam-utils v0.8.16 |
1412 | 2023-10-25T22:03:58.695Z | Compiling ucd-trie v0.1.6 |
1413 | 2023-10-25T22:03:58.699Z | Compiling synstructure v0.12.6 |
1414 | 2023-10-25T22:03:58.704Z | Compiling futures-sink v0.3.28 |
1415 | 2023-10-25T22:03:58.708Z | Compiling io-lifetimes v1.0.11 |
1416 | 2023-10-25T22:03:58.711Z | Compiling backtrace v0.3.69 |
1417 | 2023-10-25T22:03:58.715Z | Compiling dyn-clone v1.0.13 |
1418 | 2023-10-25T22:03:58.718Z | Compiling tinyvec_macros v0.1.1 |
1419 | 2023-10-25T22:03:58.722Z | Compiling tinyvec v1.6.0 |
1420 | 2023-10-25T22:03:58.726Z | Compiling tracing-core v0.1.31 |
1421 | 2023-10-25T22:03:58.731Z | Compiling num-integer v0.1.45 |
1422 | 2023-10-25T22:03:58.735Z | Compiling memoffset v0.9.0 |
1423 | 2023-10-25T22:03:58.738Z | Compiling subtle v2.5.0 |
1424 | 2023-10-25T22:03:58.744Z | Compiling rustix v0.37.23 |
1425 | 2023-10-25T22:03:58.748Z | Compiling rustix v0.38.9 |
1426 | 2023-10-25T22:03:59.158Z | Compiling pin-utils v0.1.0 |
1427 | 2023-10-25T22:03:59.167Z | Compiling futures-io v0.3.28 |
1428 | 2023-10-25T22:03:59.183Z | Compiling winnow v0.5.15 |
1429 | 2023-10-25T22:03:59.197Z | Compiling hashbrown v0.13.2 |
1430 | 2023-10-25T22:03:59.209Z | Compiling aho-corasick v1.0.4 |
1431 | 2023-10-25T22:03:59.223Z | Compiling unicode-normalization v0.1.22 |
1432 | 2023-10-25T22:03:59.256Z | Compiling usdt-impl v0.3.5 |
1433 | 2023-10-25T22:03:59.267Z | Compiling bitflags v1.3.2 |
1434 | 2023-10-25T22:03:59.272Z | Compiling crc32fast v1.3.2 |
1435 | 2023-10-25T22:03:59.277Z | Compiling slog v2.7.0 |
1436 | 2023-10-25T22:03:59.283Z | Compiling anyhow v1.0.75 |
1437 | 2023-10-25T22:03:59.293Z | Compiling unicode-bidi v0.3.13 |
1438 | 2023-10-25T22:03:59.298Z | Compiling regex-syntax v0.7.5 |
1439 | 2023-10-25T22:03:59.303Z | Compiling const-oid v0.9.5 |
1440 | 2023-10-25T22:03:59.307Z | Compiling time-core v0.1.1 |
1441 | 2023-10-25T22:03:59.311Z | Compiling time-macros v0.2.13 |
1442 | 2023-10-25T22:03:59.322Z | Compiling serde_derive v1.0.188 |
1443 | 2023-10-25T22:03:59.326Z | Compiling thiserror-impl v1.0.49 |
1444 | 2023-10-25T22:03:59.334Z | Compiling zeroize_derive v1.4.2 |
1445 | 2023-10-25T22:03:59.358Z | Compiling tokio-macros v2.1.0 |
1446 | 2023-10-25T22:03:59.367Z | Compiling futures-macro v0.3.28 |
1447 | 2023-10-25T22:03:59.372Z | Compiling tracing-attributes v0.1.26 |
1448 | 2023-10-25T22:03:59.379Z | Compiling schemars_derive v0.8.13 |
1449 | 2023-10-25T22:03:59.384Z | Compiling zeroize v1.6.0 |
1450 | 2023-10-25T22:03:59.393Z | Compiling openssl-macros v0.1.1 |
1451 | 2023-10-25T22:03:59.399Z | Compiling pest v2.7.2 |
1452 | 2023-10-25T22:03:59.404Z | Compiling zerocopy-derive v0.2.0 |
1453 | 2023-10-25T22:03:59.969Z | Compiling crypto-common v0.1.6 |
1454 | 2023-10-25T22:04:00.023Z | Compiling block-buffer v0.10.4 |
1455 | 2023-10-25T22:04:01.228Z | Compiling tracing v0.1.37 |
1456 | 2023-10-25T22:04:01.744Z | Compiling digest v0.10.7 |
1457 | 2023-10-25T22:04:02.508Z | Compiling pest_meta v2.7.2 |
1458 | 2023-10-25T22:04:02.542Z | Compiling regex-automata v0.3.8 |
1459 | 2023-10-25T22:04:04.941Z | Compiling pest_generator v2.7.2 |
1460 | 2023-10-25T22:04:08.979Z | Compiling pest_derive v2.7.2 |
1461 | 2023-10-25T22:04:09.706Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1462 | 2023-10-25T22:04:10.066Z | Compiling crossbeam-epoch v0.9.15 |
1463 | 2023-10-25T22:04:10.712Z | Compiling rustversion v1.0.14 |
1464 | 2023-10-25T22:04:11.124Z | Compiling async-trait v0.1.73 |
1465 | 2023-10-25T22:04:11.592Z | Compiling ppv-lite86 v0.2.17 |
1466 | 2023-10-25T22:04:11.893Z | Compiling zerocopy v0.3.0 |
1467 | 2023-10-25T22:04:12.935Z | Compiling rand_chacha v0.3.1 |
1468 | 2023-10-25T22:04:13.204Z | Compiling zerocopy-derive v0.6.4 |
1469 | 2023-10-25T22:04:14.588Z | Compiling base64 v0.21.4 |
1470 | 2023-10-25T22:04:14.659Z | Compiling untrusted v0.7.1 |
1471 | 2023-10-25T22:04:14.973Z | Compiling strsim v0.10.0 |
1472 | 2023-10-25T22:04:15.792Z | Compiling rand v0.8.5 |
1473 | 2023-10-25T22:04:16.113Z | Compiling bytes v1.5.0 |
1474 | 2023-10-25T22:04:16.439Z | Compiling indexmap v2.0.0 |
1475 | 2023-10-25T22:04:18.117Z | Compiling uuid v1.4.1 |
1476 | 2023-10-25T22:04:18.148Z | Compiling chrono v0.4.31 |
1477 | 2023-10-25T22:04:18.244Z | Compiling tokio v1.33.0 |
1478 | 2023-10-25T22:04:21.692Z | Compiling bitflags v2.4.0 |
1479 | 2023-10-25T22:04:22.127Z | Compiling toml_datetime v0.6.3 |
1480 | 2023-10-25T22:04:22.466Z | Compiling serde_spanned v0.6.3 |
1481 | 2023-10-25T22:04:22.834Z | Compiling toml_edit v0.19.15 |
1482 | 2023-10-25T22:04:22.882Z | Compiling rustc_version v0.4.0 |
1483 | 2023-10-25T22:04:23.877Z | Compiling http v0.2.9 |
1484 | 2023-10-25T22:04:24.453Z | Compiling heapless v0.7.16 |
1485 | 2023-10-25T22:04:28.874Z | Compiling dof v0.1.5 |
1486 | 2023-10-25T22:04:32.435Z | Compiling tokio-util v0.7.9 |
1487 | 2023-10-25T22:04:33.990Z | Compiling regex v1.9.5 |
1488 | 2023-10-25T22:04:34.845Z | Compiling dtrace-parser v0.1.14 |
1489 | 2023-10-25T22:04:35.578Z | Compiling thread-id v4.2.0 |
1490 | 2023-10-25T22:04:35.741Z | Compiling errno v0.3.2 |
1491 | 2023-10-25T22:04:35.929Z | Compiling num-bigint v0.4.4 |
1492 | 2023-10-25T22:04:36.076Z | Compiling percent-encoding v2.3.0 |
1493 | 2023-10-25T22:04:36.104Z | Compiling smoltcp v0.9.1 |
1494 | 2023-10-25T22:04:36.302Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1495 | 2023-10-25T22:04:36.583Z | Compiling openssl-probe v0.1.5 |
1496 | 2023-10-25T22:04:36.633Z | Compiling radium v0.7.0 |
1497 | 2023-10-25T22:04:37.036Z | Compiling hashbrown v0.12.3 |
1498 | 2023-10-25T22:04:37.212Z | Compiling unicode-width v0.1.10 |
1499 | 2023-10-25T22:04:37.277Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-10-25T22:04:37.847Z | Compiling foreign-types v0.3.2 |
1501 | 2023-10-25T22:04:37.987Z | Compiling strum_macros v0.25.2 |
1502 | 2023-10-25T22:04:42.213Z | Compiling serde_tokenstream v0.1.7 |
1503 | 2023-10-25T22:04:43.579Z | Compiling lazy_static v1.4.0 |
1504 | 2023-10-25T22:04:44.109Z | Compiling socket2 v0.4.9 |
1505 | 2023-10-25T22:04:44.467Z | Compiling unicode-segmentation v1.10.1 |
1506 | 2023-10-25T22:04:44.635Z | Compiling adler v1.0.2 |
1507 | 2023-10-25T22:04:44.800Z | Compiling siphasher v0.3.11 |
1508 | 2023-10-25T22:04:45.134Z | Compiling try-lock v0.2.4 |
1509 | 2023-10-25T22:04:46.415Z | Compiling miniz_oxide v0.7.1 |
1510 | 2023-10-25T22:04:46.578Z | Compiling want v0.3.1 |
1511 | 2023-10-25T22:04:49.432Z | Compiling h2 v0.3.21 |
1512 | 2023-10-25T22:04:49.868Z | Compiling form_urlencoded v1.2.0 |
1513 | 2023-10-25T22:04:50.026Z | Compiling http-body v0.4.5 |
1514 | 2023-10-25T22:04:50.378Z | Compiling rustls-webpki v0.101.4 |
1515 | 2023-10-25T22:04:50.698Z | Compiling sct v0.7.0 |
1516 | 2023-10-25T22:04:51.253Z | Compiling hubpack_derive v0.1.1 |
1517 | 2023-10-25T22:04:52.611Z | Compiling num-iter v0.1.43 |
1518 | 2023-10-25T22:04:52.703Z | Compiling anstyle v1.0.2 |
1519 | 2023-10-25T22:04:53.421Z | Compiling tower-service v0.3.2 |
1520 | 2023-10-25T22:04:53.457Z | Compiling utf8parse v0.2.1 |
1521 | 2023-10-25T22:04:53.506Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-10-25T22:04:53.704Z | Compiling httpdate v1.0.3 |
1523 | 2023-10-25T22:04:53.888Z | Compiling anstyle-parse v0.2.1 |
1524 | 2023-10-25T22:04:53.912Z | Compiling sha2 v0.10.8 |
1525 | 2023-10-25T22:04:57.844Z | Compiling usdt-macro v0.3.5 |
1526 | 2023-10-25T22:04:58.436Z | Compiling usdt-attr-macro v0.3.5 |
1527 | 2023-10-25T22:05:01.396Z | Compiling openapiv3 v1.0.3 |
1528 | 2023-10-25T22:05:01.518Z | Compiling hyper v0.14.27 |
1529 | 2023-10-25T22:05:02.450Z | Compiling rustls-pemfile v1.0.3 |
1530 | 2023-10-25T22:05:03.037Z | Compiling hmac v0.12.1 |
1531 | 2023-10-25T22:05:03.364Z | Compiling md-5 v0.10.5 |
1532 | 2023-10-25T22:05:06.996Z | Compiling idna v0.4.0 |
1533 | 2023-10-25T22:05:07.857Z | Compiling stringprep v0.1.3 |
1534 | 2023-10-25T22:05:11.272Z | Compiling diesel_table_macro_syntax v0.1.0 |
1535 | 2023-10-25T22:05:11.310Z | Compiling hash32 v0.2.1 |
1536 | 2023-10-25T22:05:11.322Z | Compiling spin v0.9.8 |
1537 | 2023-10-25T22:05:11.335Z | Compiling stable_deref_trait v1.2.0 |
1538 | 2023-10-25T22:05:11.348Z | Compiling either v1.9.0 |
1539 | 2023-10-25T22:05:11.362Z | Compiling fallible-iterator v0.2.0 |
1540 | 2023-10-25T22:05:11.367Z | Compiling anstyle-query v1.0.0 |
1541 | 2023-10-25T22:05:11.373Z | Compiling gimli v0.28.0 |
1542 | 2023-10-25T22:05:11.386Z | Compiling colorchoice v1.0.0 |
1543 | 2023-10-25T22:05:11.392Z | Compiling anstream v0.5.0 |
1544 | 2023-10-25T22:05:11.398Z | Compiling diesel_derives v2.1.1 |
1545 | 2023-10-25T22:05:11.405Z | Compiling postgres-protocol v0.6.6 |
1546 | 2023-10-25T22:05:13.924Z | Compiling url v2.4.1 |
1547 | 2023-10-25T22:05:16.818Z | Compiling rustls-native-certs v0.6.3 |
1548 | 2023-10-25T22:05:17.403Z | Compiling tokio-rustls v0.24.1 |
1549 | 2023-10-25T22:05:18.063Z | Compiling addr2line v0.21.0 |
1550 | 2023-10-25T22:05:19.147Z | Compiling tokio-native-tls v0.3.1 |
1551 | 2023-10-25T22:05:19.546Z | Compiling terminal_size v0.2.6 |
1552 | 2023-10-25T22:05:19.846Z | Compiling phf_shared v0.11.2 |
1553 | 2023-10-25T22:05:22.717Z | Compiling serde_tokenstream v0.2.0 |
1554 | 2023-10-25T22:05:22.822Z | Compiling block-padding v0.3.3 |
1555 | 2023-10-25T22:05:22.915Z | Compiling enum-as-inner v0.5.1 |
1556 | 2023-10-25T22:05:23.175Z | Compiling clap_derive v4.4.2 |
1557 | 2023-10-25T22:05:23.641Z | Compiling serde_repr v0.1.16 |
1558 | 2023-10-25T22:05:25.017Z | Compiling scheduled-thread-pool v0.2.7 |
1559 | 2023-10-25T22:05:25.328Z | Compiling object v0.32.1 |
1560 | 2023-10-25T22:05:42.428Z | Compiling deranged v0.3.8 |
1561 | 2023-10-25T22:05:42.445Z | Compiling clap_lex v0.5.1 |
1562 | 2023-10-25T22:05:42.581Z | Compiling rustc-demangle v0.1.23 |
1563 | 2023-10-25T22:05:42.738Z | Compiling managed v0.8.0 |
1564 | 2023-10-25T22:05:42.802Z | Compiling matches v0.1.10 |
1565 | 2023-10-25T22:05:42.865Z | Compiling num_threads v0.1.6 |
1566 | 2023-10-25T22:05:42.901Z | Compiling ipnet v2.8.0 |
1567 | 2023-10-25T22:05:42.921Z | Compiling regex-automata v0.1.10 |
1568 | 2023-10-25T22:05:42.945Z | Compiling bit-vec v0.6.3 |
1569 | 2023-10-25T22:05:43.040Z | Compiling tap v1.0.1 |
1570 | 2023-10-25T22:05:43.377Z | Compiling wyz v0.5.1 |
1571 | 2023-10-25T22:05:47.237Z | Compiling bstr v0.2.17 |
1572 | 2023-10-25T22:05:48.596Z | Compiling time v0.3.27 |
1573 | 2023-10-25T22:05:49.296Z | Compiling idna v0.2.3 |
1574 | 2023-10-25T22:05:49.616Z | Compiling clap_builder v4.4.2 |
1575 | 2023-10-25T22:05:53.037Z | Compiling r2d2 v0.8.10 |
1576 | 2023-10-25T22:05:55.747Z | Compiling inout v0.1.3 |
1577 | 2023-10-25T22:05:58.568Z | Compiling phf v0.11.2 |
1578 | 2023-10-25T22:05:59.804Z | Compiling hyper-tls v0.5.0 |
1579 | 2023-10-25T22:06:00.412Z | Compiling hyper-rustls v0.24.1 |
1580 | 2023-10-25T22:06:01.540Z | Compiling flate2 v1.0.28 |
1581 | 2023-10-25T22:06:01.989Z | Compiling postgres-types v0.2.6 |
1582 | 2023-10-25T22:06:02.394Z | Compiling itertools v0.11.0 |
1583 | 2023-10-25T22:06:03.324Z | Compiling hubpack v0.1.2 |
1584 | 2023-10-25T22:06:03.512Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2023-10-25T22:06:03.609Z | Compiling phf_shared v0.10.0 |
1586 | 2023-10-25T22:06:04.088Z | Compiling ipnetwork v0.20.0 |
1587 | 2023-10-25T22:06:04.245Z | Compiling zerocopy v0.6.4 |
1588 | 2023-10-25T22:06:04.433Z | Compiling futures-executor v0.3.28 |
1589 | 2023-10-25T22:06:05.407Z | Compiling regress v0.7.1 |
1590 | 2023-10-25T22:06:05.736Z | Compiling float-cmp v0.9.0 |
1591 | 2023-10-25T22:06:05.771Z | Compiling encoding_rs v0.8.33 |
1592 | 2023-10-25T22:06:06.076Z | Compiling mime v0.3.17 |
1593 | 2023-10-25T22:06:06.907Z | Compiling normalize-line-endings v0.3.0 |
1594 | 2023-10-25T22:06:07.296Z | Compiling new_debug_unreachable v1.0.4 |
1595 | 2023-10-25T22:06:07.450Z | Compiling unicode-linebreak v0.1.5 |
1596 | 2023-10-25T22:06:07.463Z | Compiling funty v2.0.0 |
1597 | 2023-10-25T22:06:08.362Z | Compiling whoami v1.4.1 |
1598 | 2023-10-25T22:06:09.789Z | Compiling static_assertions v1.1.0 |
1599 | 2023-10-25T22:06:10.672Z | Compiling data-encoding v2.4.0 |
1600 | 2023-10-25T22:06:10.830Z | Compiling webpki-roots v0.25.2 |
1601 | 2023-10-25T22:06:11.101Z | Compiling difflib v0.4.0 |
1602 | 2023-10-25T22:06:11.911Z | Compiling fixedbitset v0.4.2 |
1603 | 2023-10-25T22:06:12.161Z | Compiling predicates-core v1.0.6 |
1604 | 2023-10-25T22:06:12.596Z | Compiling precomputed-hash v0.1.1 |
1605 | 2023-10-25T22:06:12.693Z | Compiling smawk v0.3.1 |
1606 | 2023-10-25T22:06:12.773Z | Compiling string_cache v0.8.7 |
1607 | 2023-10-25T22:06:13.025Z | Compiling textwrap v0.16.0 |
1608 | 2023-10-25T22:06:13.383Z | Compiling predicates v3.0.4 |
1609 | 2023-10-25T22:06:13.475Z | Compiling petgraph v0.6.4 |
1610 | 2023-10-25T22:06:13.679Z | Compiling trust-dns-proto v0.22.0 |
1611 | 2023-10-25T22:06:13.907Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1612 | 2023-10-25T22:06:14.892Z | Compiling reqwest v0.11.20 |
1613 | 2023-10-25T22:06:16.978Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1614 | 2023-10-25T22:06:20.469Z | Compiling bitvec v1.0.1 |
1615 | 2023-10-25T22:06:26.903Z | Compiling tokio-postgres v0.7.10 |
1616 | 2023-10-25T22:06:33.843Z | Compiling futures v0.3.28 |
1617 | 2023-10-25T22:06:34.028Z | Compiling diesel v2.1.1 |
1618 | 2023-10-25T22:06:35.157Z | Compiling yasna v0.5.2 |
1619 | 2023-10-25T22:06:35.184Z | Compiling clap v4.4.3 |
1620 | 2023-10-25T22:06:35.362Z | Compiling cipher v0.4.4 |
1621 | 2023-10-25T22:06:35.875Z | Compiling similar v2.2.1 |
1622 | 2023-10-25T22:06:35.975Z | Compiling bit-set v0.5.3 |
1623 | 2023-10-25T22:06:36.417Z | Compiling itertools v0.10.5 |
1624 | 2023-10-25T22:06:37.432Z | Compiling usdt v0.3.5 |
1625 | 2023-10-25T22:06:37.860Z | Compiling console v0.15.7 |
1626 | 2023-10-25T22:06:38.094Z | Compiling tokio-stream v0.1.14 |
1627 | 2023-10-25T22:06:39.445Z | Compiling toml v0.7.8 |
1628 | 2023-10-25T22:06:39.705Z | Compiling hex v0.4.3 |
1629 | 2023-10-25T22:06:40.076Z | Compiling signature v2.1.0 |
1630 | 2023-10-25T22:06:40.354Z | Compiling bstr v1.6.0 |
1631 | 2023-10-25T22:06:42.044Z | Compiling lalrpop-util v0.19.12 |
1632 | 2023-10-25T22:06:44.843Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1633 | 2023-10-25T22:06:50.212Z | Compiling ident_case v1.0.1 |
1634 | 2023-10-25T22:06:50.506Z | Compiling darling_core v0.20.3 |
1635 | 2023-10-25T22:07:06.681Z | Compiling crossbeam-channel v0.5.8 |
1636 | 2023-10-25T22:07:16.490Z | Compiling atty v0.2.14 |
1637 | 2023-10-25T22:07:16.903Z | Compiling proc-macro-error-attr v1.0.4 |
1638 | 2023-10-25T22:07:26.533Z | Compiling bzip2 v0.4.4 |
1639 | 2023-10-25T22:07:27.153Z | Compiling zip v0.6.6 |
1640 | 2023-10-25T22:07:27.186Z | Compiling darling_macro v0.20.3 |
1641 | 2023-10-25T22:07:32.671Z | Compiling proc-macro-crate v1.3.1 |
1642 | 2023-10-25T22:07:36.181Z | Compiling dirs-sys-next v0.1.2 |
1643 | 2023-10-25T22:07:37.008Z | Compiling proc-macro-error v1.0.4 |
1644 | 2023-10-25T22:07:46.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1645 | 2023-10-25T22:07:46.923Z | Compiling dirs-next v2.0.0 |
1646 | 2023-10-25T22:07:49.662Z | Compiling num_enum_derive v0.5.11 |
1647 | 2023-10-25T22:07:55.940Z | Compiling darling v0.20.3 |
1648 | 2023-10-25T22:07:57.908Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1649 | 2023-10-25T22:08:07.214Z | Compiling getopts v0.2.21 |
1650 | 2023-10-25T22:08:09.920Z | Compiling structmeta-derive v0.1.6 |
1651 | 2023-10-25T22:08:11.103Z | Compiling thread_local v1.1.7 |
1652 | 2023-10-25T22:08:12.462Z | Compiling multer v2.1.0 |
1653 | 2023-10-25T22:08:12.898Z | Compiling paste v1.0.14 |
1654 | 2023-10-25T22:08:14.513Z | Compiling match_cfg v0.1.0 |
1655 | 2023-10-25T22:08:16.537Z | Compiling slog-async v2.8.0 |
1656 | 2023-10-25T22:08:17.210Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1657 | 2023-10-25T22:08:23.451Z | Compiling camino v1.1.6 |
1658 | 2023-10-25T22:08:24.251Z | Compiling unsafe-libyaml v0.2.9 |
1659 | 2023-10-25T22:08:27.400Z | Compiling serde_yaml v0.9.25 |
1660 | 2023-10-25T22:08:37.984Z | Compiling hostname v0.3.1 |
1661 | 2023-10-25T22:08:38.312Z | Compiling structmeta v0.1.6 |
1662 | 2023-10-25T22:08:38.605Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1663 | 2023-10-25T22:08:39.169Z | Compiling serde_with_macros v2.3.3 |
1664 | 2023-10-25T22:08:43.177Z | Compiling num_enum v0.5.11 |
1665 | 2023-10-25T22:08:44.733Z | Compiling term v0.7.0 |
1666 | 2023-10-25T22:08:47.287Z | Compiling slog-json v2.6.1 |
1667 | 2023-10-25T22:08:49.922Z | Compiling strum v0.25.0 |
1668 | 2023-10-25T22:08:52.332Z | Compiling async-stream-impl v0.3.5 |
1669 | 2023-10-25T22:08:52.360Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1670 | 2023-10-25T22:08:52.793Z | Compiling regex-syntax v0.6.29 |
1671 | 2023-10-25T22:08:53.287Z | Compiling postcard-cobs v0.1.5-pre |
1672 | 2023-10-25T22:08:54.022Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1673 | 2023-10-25T22:08:54.360Z | Compiling take_mut v0.2.2 |
1674 | 2023-10-25T22:08:54.450Z | Compiling atomic-waker v1.1.1 |
1675 | 2023-10-25T22:08:54.777Z | Compiling waitgroup v0.1.2 |
1676 | 2023-10-25T22:08:55.307Z | Compiling async-stream v0.3.5 |
1677 | 2023-10-25T22:08:55.349Z | Compiling postcard v0.7.3 |
1678 | 2023-10-25T22:08:56.057Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1679 | 2023-10-25T22:08:58.274Z | Compiling slog-bunyan v2.4.0 |
1680 | 2023-10-25T22:08:58.850Z | Compiling slog-term v2.9.0 |
1681 | 2023-10-25T22:09:01.237Z | Compiling serde_with v2.3.3 |
1682 | 2023-10-25T22:09:02.853Z | Compiling parse-display-derive v0.7.0 |
1683 | 2023-10-25T22:09:09.452Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1684 | 2023-10-25T22:09:10.946Z | Compiling sha1 v0.10.5 |
1685 | 2023-10-25T22:09:11.973Z | Compiling smoltcp v0.8.2 |
1686 | 2023-10-25T22:09:12.411Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1687 | 2023-10-25T22:09:12.493Z | Compiling serde_path_to_error v0.1.14 |
1688 | 2023-10-25T22:09:13.441Z | Compiling foreign-types-macros v0.2.3 |
1689 | 2023-10-25T22:09:14.236Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-10-25T22:09:14.677Z | Compiling instant v0.1.12 |
1691 | 2023-10-25T22:09:14.926Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-10-25T22:09:15.223Z | Compiling cfg-if v0.1.10 |
1693 | 2023-10-25T22:09:15.306Z | Compiling debug-ignore v1.0.5 |
1694 | 2023-10-25T22:09:15.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1695 | 2023-10-25T22:09:15.401Z | Compiling foreign-types-shared v0.3.1 |
1696 | 2023-10-25T22:09:15.539Z | Compiling backoff v0.4.0 |
1697 | 2023-10-25T22:09:15.582Z | Compiling foreign-types v0.5.0 |
1698 | 2023-10-25T22:09:15.849Z | Compiling parse-display v0.7.0 |
1699 | 2023-10-25T22:09:15.883Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1700 | 2023-10-25T22:09:16.420Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1701 | 2023-10-25T22:09:16.540Z | Compiling is-terminal v0.4.9 |
1702 | 2023-10-25T22:09:16.691Z | Compiling macaddr v1.0.1 |
1703 | 2023-10-25T22:09:16.739Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1704 | 2023-10-25T22:09:16.940Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1705 | 2023-10-25T22:09:17.861Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1706 | 2023-10-25T22:09:17.938Z | Compiling cstr-argument v0.1.2 |
1707 | 2023-10-25T22:09:18.276Z | Compiling base64ct v1.6.0 |
1708 | 2023-10-25T22:09:18.347Z | Compiling crucible-workspace-hack v0.1.0 |
1709 | 2023-10-25T22:09:18.755Z | Compiling pretty-hex v0.2.1 |
1710 | 2023-10-25T22:09:19.129Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1711 | 2023-10-25T22:09:19.576Z | Compiling password-hash v0.5.0 |
1712 | 2023-10-25T22:09:19.611Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2023-10-25T22:09:20.785Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1714 | 2023-10-25T22:09:22.528Z | Compiling colored v2.0.4 |
1715 | 2023-10-25T22:09:23.928Z | Compiling textwrap v0.11.0 |
1716 | 2023-10-25T22:09:24.544Z | Compiling heck v0.3.3 |
1717 | 2023-10-25T22:09:24.855Z | Compiling blake2 v0.10.6 |
1718 | 2023-10-25T22:09:25.144Z | Compiling strsim v0.8.0 |
1719 | 2023-10-25T22:09:25.814Z | Compiling vec_map v0.8.2 |
1720 | 2023-10-25T22:09:26.093Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1721 | 2023-10-25T22:09:26.340Z | Compiling libefi-sys v0.1.0 |
1722 | 2023-10-25T22:09:26.412Z | Compiling rayon-core v1.11.0 |
1723 | 2023-10-25T22:09:26.768Z | Compiling ansi_term v0.12.1 |
1724 | 2023-10-25T22:09:26.920Z | Compiling argon2 v0.5.2 |
1725 | 2023-10-25T22:09:27.195Z | Compiling structopt-derive v0.4.18 |
1726 | 2023-10-25T22:09:27.563Z | Compiling clap v2.34.0 |
1727 | 2023-10-25T22:09:31.926Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1728 | 2023-10-25T22:09:31.989Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1729 | 2023-10-25T22:09:32.812Z | Compiling zone_cfg_derive v0.2.0 |
1730 | 2023-10-25T22:09:32.909Z | Compiling crossbeam-deque v0.8.3 |
1731 | 2023-10-25T22:09:33.539Z | Compiling num-derive v0.4.0 |
1732 | 2023-10-25T22:09:35.080Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1733 | 2023-10-25T22:09:35.647Z | Compiling keccak v0.1.4 |
1734 | 2023-10-25T22:09:36.565Z | Compiling portable-atomic v1.4.3 |
1735 | 2023-10-25T22:09:37.150Z | Compiling sha3 v0.10.8 |
1736 | 2023-10-25T22:09:37.522Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1737 | 2023-10-25T22:09:38.464Z | Compiling zone v0.2.0 |
1738 | 2023-10-25T22:09:38.684Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1739 | 2023-10-25T22:09:40.518Z | Compiling structopt v0.3.26 |
1740 | 2023-10-25T22:09:43.442Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1741 | 2023-10-25T22:09:44.322Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1742 | 2023-10-25T22:09:45.209Z | Compiling hkdf v0.12.3 |
1743 | 2023-10-25T22:09:45.263Z | Compiling smf v0.2.2 |
1744 | 2023-10-25T22:09:45.617Z | Compiling secrecy v0.8.0 |
1745 | 2023-10-25T22:09:46.056Z | Compiling filetime v0.2.22 |
1746 | 2023-10-25T22:09:46.771Z | Compiling xattr v1.0.1 |
1747 | 2023-10-25T22:09:46.782Z | Compiling fastrand v2.0.0 |
1748 | 2023-10-25T22:09:46.833Z | Compiling same-file v1.0.6 |
1749 | 2023-10-25T22:09:47.327Z | Compiling tempfile v3.8.0 |
1750 | 2023-10-25T22:09:47.859Z | Compiling walkdir v2.4.0 |
1751 | 2023-10-25T22:09:48.666Z | Compiling tar v0.4.40 |
1752 | 2023-10-25T22:09:50.813Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1753 | 2023-10-25T22:09:50.876Z | Compiling rayon v1.7.0 |
1754 | 2023-10-25T22:09:52.121Z | Compiling number_prefix v0.4.0 |
1755 | 2023-10-25T22:09:52.530Z | Compiling omicron-zone-package v0.8.3 |
1756 | 2023-10-25T22:09:54.910Z | Compiling topological-sort v0.2.2 |
1757 | 2023-10-25T22:09:59.246Z | Compiling indicatif v0.17.7 |
1758 | 2023-10-25T22:10:11.379Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2023-10-25T22:10:11.407Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1760 | 2023-10-25T22:10:21.061Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1761 | 2023-10-25T22:10:21.065Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1762 | 2023-10-25T22:10:21.070Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1763 | 2023-10-25T22:10:35.571Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1764 | 2023-10-25T22:10:37.054Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1765 | 2023-10-25T22:11:13.786Z | Finished release [optimized] target(s) in 8m 22s |
1766 | 2023-10-25T22:11:14.054Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1767 | 2023-10-25T22:11:14.146Z | Created new build target 'test' and set it as active |
1768 | 2023-10-25T22:11:14.150Z | |
1769 | 2023-10-25T22:11:14.153Z | real 8:23.408398001 |
1770 | 2023-10-25T22:11:14.157Z | user 52:55.767881941 |
1771 | 2023-10-25T22:11:14.161Z | sys 4:46.758623642 |
1772 | 2023-10-25T22:11:14.165Z | trap 2.276167320 |
1773 | 2023-10-25T22:11:14.168Z | tflt 6.882890710 |
1774 | 2023-10-25T22:11:14.172Z | dflt 5.378348730 |
1775 | 2023-10-25T22:11:14.175Z | kflt 0.029797845 |
1776 | 2023-10-25T22:11:14.178Z | lock 1:55:17.792266169 |
1777 | 2023-10-25T22:11:14.181Z | slp 2:44:51.567874971 |
1778 | 2023-10-25T22:11:14.185Z | lat 2:27.358889125 |
1779 | 2023-10-25T22:11:14.188Z | stop 4:04.301973552 |
1780 | 2023-10-25T22:11:14.191Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1781 | 2023-10-25T22:11:15.405Z | Finished release [optimized] target(s) in 1.16s |
1782 | 2023-10-25T22:11:15.437Z | Running `target/release/omicron-package -t test package` |
1783 | 2023-10-25T22:11:15.477Z | Oct 25 22:11:15.477 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1784 | 2023-10-25T22:11:16.767Z | Compiling serde_json v1.0.107 |
1785 | 2023-10-25T22:11:16.819Z | Compiling linked-hash-map v0.5.6 |
1786 | 2023-10-25T22:11:16.823Z | Compiling slog-dtrace v0.2.3 |
1787 | 2023-10-25T22:11:16.838Z | Compiling quick-error v1.2.3 |
1788 | 2023-10-25T22:11:16.841Z | Compiling same-file v1.0.6 |
1789 | 2023-10-25T22:11:16.844Z | Compiling semver-parser v0.10.2 |
1790 | 2023-10-25T22:11:16.847Z | Compiling fastrand v2.0.0 |
1791 | 2023-10-25T22:11:16.851Z | Compiling termcolor v1.2.0 |
1792 | 2023-10-25T22:11:17.054Z | Compiling resolv-conf v0.7.0 |
1793 | 2023-10-25T22:11:17.169Z | Compiling walkdir v2.4.0 |
1794 | 2023-10-25T22:11:17.308Z | Compiling xattr v1.0.1 |
1795 | 2023-10-25T22:11:17.430Z | Compiling lru-cache v0.1.2 |
1796 | 2023-10-25T22:11:17.670Z | Compiling tempfile v3.8.0 |
1797 | 2023-10-25T22:11:17.682Z | Compiling filetime v0.2.22 |
1798 | 2023-10-25T22:11:17.754Z | Compiling trust-dns-resolver v0.22.0 |
1799 | 2023-10-25T22:11:18.116Z | Compiling semver v0.11.0 |
1800 | 2023-10-25T22:11:18.265Z | Compiling memoffset v0.7.1 |
1801 | 2023-10-25T22:11:18.701Z | Compiling home v0.5.5 |
1802 | 2023-10-25T22:11:18.932Z | Compiling base64 v0.13.1 |
1803 | 2023-10-25T22:11:19.055Z | Compiling toolchain_find v0.2.0 |
1804 | 2023-10-25T22:11:19.265Z | Compiling tar v0.4.40 |
1805 | 2023-10-25T22:11:19.691Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1806 | 2023-10-25T22:11:19.884Z | Compiling libz-sys v1.1.12 |
1807 | 2023-10-25T22:11:19.903Z | Compiling toml v0.5.11 |
1808 | 2023-10-25T22:11:20.156Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1809 | 2023-10-25T22:11:20.309Z | Compiling schemars v0.8.13 |
1810 | 2023-10-25T22:11:20.453Z | Compiling usdt-impl v0.3.5 |
1811 | 2023-10-25T22:11:20.465Z | Compiling reqwest v0.11.20 |
1812 | 2023-10-25T22:11:20.745Z | Compiling openapiv3 v1.0.3 |
1813 | 2023-10-25T22:11:22.578Z | Compiling usdt v0.3.5 |
1814 | 2023-10-25T22:11:23.368Z | Compiling postgres-types v0.2.6 |
1815 | 2023-10-25T22:11:25.786Z | Compiling ipnetwork v0.20.0 |
1816 | 2023-10-25T22:11:29.314Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1817 | 2023-10-25T22:11:32.229Z | Compiling tokio-postgres v0.7.10 |
1818 | 2023-10-25T22:11:34.150Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1819 | 2023-10-25T22:11:34.359Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1820 | 2023-10-25T22:11:36.759Z | Compiling slog-json v2.6.1 |
1821 | 2023-10-25T22:11:36.912Z | Compiling diesel v2.1.1 |
1822 | 2023-10-25T22:11:37.619Z | Compiling slog-bunyan v2.4.0 |
1823 | 2023-10-25T22:11:38.368Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1824 | 2023-10-25T22:11:39.362Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-10-25T22:11:46.042Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-10-25T22:11:46.777Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1827 | 2023-10-25T22:11:51.113Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-10-25T22:11:56.205Z | Compiling rustfmt-wrapper v0.2.0 |
1829 | 2023-10-25T22:11:57.281Z | Compiling omicron-zone-package v0.8.3 |
1830 | 2023-10-25T22:11:58.789Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1831 | 2023-10-25T22:11:59.346Z | Compiling cancel-safe-futures v0.1.2 |
1832 | 2023-10-25T22:11:59.739Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1833 | 2023-10-25T22:12:00.877Z | Compiling num-rational v0.4.1 |
1834 | 2023-10-25T22:12:03.206Z | Compiling utf-8 v0.7.6 |
1835 | 2023-10-25T22:12:03.213Z | Compiling pem-rfc7468 v0.7.0 |
1836 | 2023-10-25T22:12:03.219Z | Compiling der_derive v0.7.2 |
1837 | 2023-10-25T22:12:03.223Z | Compiling flagset v0.4.3 |
1838 | 2023-10-25T22:12:05.782Z | Compiling vergen v8.2.4 |
1839 | 2023-10-25T22:12:06.205Z | Compiling fxhash v0.2.1 |
1840 | 2023-10-25T22:12:06.579Z | Compiling num-complex v0.4.4 |
1841 | 2023-10-25T22:12:07.262Z | Compiling der v0.7.8 |
1842 | 2023-10-25T22:12:08.124Z | Compiling unicase v2.7.0 |
1843 | 2023-10-25T22:12:08.733Z | Compiling num v0.4.1 |
1844 | 2023-10-25T22:12:08.754Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1845 | 2023-10-25T22:12:08.844Z | Compiling universal-hash v0.5.1 |
1846 | 2023-10-25T22:12:09.184Z | Compiling libsqlite3-sys v0.26.0 |
1847 | 2023-10-25T22:12:09.884Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1848 | 2023-10-25T22:12:10.392Z | Compiling maybe-uninit v2.0.0 |
1849 | 2023-10-25T22:12:11.384Z | Compiling ciborium-io v0.2.1 |
1850 | 2023-10-25T22:12:11.391Z | Compiling arc-swap v1.6.0 |
1851 | 2023-10-25T22:12:11.395Z | Compiling spki v0.7.2 |
1852 | 2023-10-25T22:12:12.060Z | Compiling half v1.8.2 |
1853 | 2023-10-25T22:12:12.363Z | Compiling semver v0.1.20 |
1854 | 2023-10-25T22:12:13.361Z | Compiling opaque-debug v0.3.0 |
1855 | 2023-10-25T22:12:13.510Z | Compiling rustc_version v0.1.7 |
1856 | 2023-10-25T22:12:14.454Z | Compiling ciborium-ll v0.2.1 |
1857 | 2023-10-25T22:12:14.458Z | Compiling slog-scope v4.4.0 |
1858 | 2023-10-25T22:12:15.009Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-10-25T22:12:15.831Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1860 | 2023-10-25T22:12:21.566Z | Compiling crc-catalog v2.2.0 |
1861 | 2023-10-25T22:12:21.796Z | Compiling parking_lot_core v0.8.6 |
1862 | 2023-10-25T22:12:22.389Z | Compiling signal-hook v0.3.17 |
1863 | 2023-10-25T22:12:22.432Z | Compiling packed_struct v0.10.1 |
1864 | 2023-10-25T22:12:22.777Z | Compiling num-bigint-dig v0.8.4 |
1865 | 2023-10-25T22:12:23.098Z | Compiling crc v3.0.1 |
1866 | 2023-10-25T22:12:24.862Z | Compiling ciborium v0.2.1 |
1867 | 2023-10-25T22:12:25.263Z | Compiling slog-stdlog v4.1.1 |
1868 | 2023-10-25T22:12:26.864Z | Compiling newtype_derive v0.1.6 |
1869 | 2023-10-25T22:12:27.281Z | Compiling pkcs8 v0.10.2 |
1870 | 2023-10-25T22:12:28.763Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1871 | 2023-10-25T22:12:30.474Z | Compiling toml_edit v0.20.0 |
1872 | 2023-10-25T22:12:30.821Z | Compiling hashlink v0.8.3 |
1873 | 2023-10-25T22:12:32.065Z | Compiling aead v0.5.2 |
1874 | 2023-10-25T22:12:32.526Z | Compiling nibble_vec v0.1.0 |
1875 | 2023-10-25T22:12:32.551Z | Compiling packed_struct_codegen v0.10.1 |
1876 | 2023-10-25T22:12:32.863Z | Compiling dirs-sys-next v0.1.2 |
1877 | 2023-10-25T22:12:33.685Z | Compiling endian-type v0.1.2 |
1878 | 2023-10-25T22:12:34.071Z | Compiling fallible-streaming-iterator v0.1.9 |
1879 | 2023-10-25T22:12:34.501Z | Compiling humantime v2.1.0 |
1880 | 2023-10-25T22:12:35.971Z | Compiling crunchy v0.2.2 |
1881 | 2023-10-25T22:12:36.660Z | Compiling glob v0.3.1 |
1882 | 2023-10-25T22:12:37.002Z | Compiling doc-comment v0.3.3 |
1883 | 2023-10-25T22:12:37.604Z | Compiling nodrop v0.1.14 |
1884 | 2023-10-25T22:12:37.739Z | Compiling array-init v0.0.4 |
1885 | 2023-10-25T22:12:38.078Z | Compiling clang-sys v1.6.1 |
1886 | 2023-10-25T22:12:39.150Z | Compiling toml v0.8.0 |
1887 | 2023-10-25T22:12:40.019Z | Compiling rusqlite v0.29.0 |
1888 | 2023-10-25T22:12:46.107Z | Compiling radix_trie v0.2.1 |
1889 | 2023-10-25T22:12:47.592Z | Compiling dirs-next v2.0.0 |
1890 | 2023-10-25T22:12:48.451Z | Compiling pkcs1 v0.7.5 |
1891 | 2023-10-25T22:12:48.742Z | Compiling slog-envlogger v2.2.0 |
1892 | 2023-10-25T22:12:49.042Z | Compiling smallvec v0.6.14 |
1893 | 2023-10-25T22:12:53.275Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1894 | 2023-10-25T22:12:53.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1895 | 2023-10-25T22:12:54.873Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2023-10-25T22:12:55.876Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1897 | 2023-10-25T22:12:57.123Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1898 | 2023-10-25T22:13:04.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1899 | 2023-10-25T22:13:06.198Z | Compiling nix v0.26.2 |
1900 | 2023-10-25T22:13:06.897Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1901 | 2023-10-25T22:13:07.934Z | Compiling num_enum_derive v0.7.0 |
1902 | 2023-10-25T22:13:08.158Z | Compiling twox-hash v1.6.3 |
1903 | 2023-10-25T22:13:09.844Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-25T22:13:10.677Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1905 | 2023-10-25T22:13:11.557Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1906 | 2023-10-25T22:13:12.244Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1907 | 2023-10-25T22:13:13.365Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1908 | 2023-10-25T22:13:13.627Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1909 | 2023-10-25T22:13:20.046Z | Compiling prettyplease v0.2.12 |
1910 | 2023-10-25T22:13:20.460Z | Compiling platforms v3.0.2 |
1911 | 2023-10-25T22:13:20.929Z | Compiling tiny-keccak v2.0.2 |
1912 | 2023-10-25T22:13:21.356Z | Compiling bitfield v0.14.0 |
1913 | 2023-10-25T22:13:21.850Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1914 | 2023-10-25T22:13:26.204Z | Compiling num_enum v0.7.0 |
1915 | 2023-10-25T22:13:26.248Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1916 | 2023-10-25T22:13:26.492Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1917 | 2023-10-25T22:13:47.186Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1918 | 2023-10-25T22:13:48.198Z | Compiling parking_lot v0.11.2 |
1919 | 2023-10-25T22:13:48.490Z | Compiling rsa v0.9.2 |
1920 | 2023-10-25T22:13:51.453Z | Compiling serde-hex v0.1.0 |
1921 | 2023-10-25T22:13:52.420Z | Compiling mime_guess v2.0.4 |
1922 | 2023-10-25T22:13:54.339Z | Compiling term v0.7.0 |
1923 | 2023-10-25T22:13:55.055Z | Compiling trust-dns-client v0.22.0 |
1924 | 2023-10-25T22:13:56.957Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1925 | 2023-10-25T22:13:57.461Z | Compiling polyval v0.6.1 |
1926 | 2023-10-25T22:13:57.520Z | Compiling x509-cert v0.2.4 |
1927 | 2023-10-25T22:13:58.614Z | Compiling tungstenite v0.20.1 |
1928 | 2023-10-25T22:14:00.869Z | Compiling env_logger v0.10.0 |
1929 | 2023-10-25T22:14:05.695Z | Compiling ctr v0.9.2 |
1930 | 2023-10-25T22:14:06.244Z | Compiling aes v0.8.3 |
1931 | 2023-10-25T22:14:07.500Z | Compiling darling_core v0.14.4 |
1932 | 2023-10-25T22:14:08.436Z | Compiling ron v0.8.1 |
1933 | 2023-10-25T22:14:10.699Z | Compiling snafu-derive v0.7.5 |
1934 | 2023-10-25T22:14:14.092Z | Compiling bincode v1.3.3 |
1935 | 2023-10-25T22:14:16.630Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1936 | 2023-10-25T22:14:17.073Z | Compiling minimal-lexical v0.2.1 |
1937 | 2023-10-25T22:14:17.976Z | Compiling convert_case v0.4.0 |
1938 | 2023-10-25T22:14:19.275Z | Compiling crc-any v2.4.3 |
1939 | 2023-10-25T22:14:19.701Z | Compiling erased-serde v0.3.30 |
1940 | 2023-10-25T22:14:19.706Z | Compiling derive_more v0.99.17 |
1941 | 2023-10-25T22:14:20.054Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1942 | 2023-10-25T22:14:20.486Z | Compiling snafu v0.7.5 |
1943 | 2023-10-25T22:14:20.910Z | Compiling trust-dns-server v0.22.1 |
1944 | 2023-10-25T22:14:22.536Z | Compiling nom v7.1.3 |
1945 | 2023-10-25T22:14:29.248Z | Compiling darling_macro v0.14.4 |
1946 | 2023-10-25T22:14:30.698Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2023-10-25T22:14:32.736Z | Compiling aes-gcm-siv v0.11.1 |
1948 | 2023-10-25T22:14:32.822Z | Compiling tokio-tungstenite v0.20.1 |
1949 | 2023-10-25T22:14:33.720Z | Compiling ascii-canvas v3.0.0 |
1950 | 2023-10-25T22:14:34.437Z | Compiling steno v0.4.0 |
1951 | 2023-10-25T22:14:34.871Z | Compiling sled v0.34.7 |
1952 | 2023-10-25T22:14:34.875Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1953 | 2023-10-25T22:14:43.375Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1954 | 2023-10-25T22:14:48.020Z | Compiling env_logger v0.9.3 |
1955 | 2023-10-25T22:14:51.699Z | Compiling tungstenite v0.18.0 |
1956 | 2023-10-25T22:14:56.053Z | Compiling object v0.30.4 |
1957 | 2023-10-25T22:14:56.693Z | Compiling is-terminal v0.4.9 |
1958 | 2023-10-25T22:14:57.277Z | Compiling ena v0.14.2 |
1959 | 2023-10-25T22:14:57.580Z | Compiling derive-where v1.2.5 |
1960 | 2023-10-25T22:15:00.011Z | Compiling async-recursion v1.0.5 |
1961 | 2023-10-25T22:15:01.582Z | Compiling bitstruct_derive v0.1.0 |
1962 | 2023-10-25T22:15:01.603Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1963 | 2023-10-25T22:15:01.818Z | Compiling libloading v0.7.4 |
1964 | 2023-10-25T22:15:02.393Z | Compiling bindgen v0.65.1 |
1965 | 2023-10-25T22:15:03.417Z | Compiling path-slash v0.1.5 |
1966 | 2023-10-25T22:15:03.424Z | Compiling ringbuffer v0.15.0 |
1967 | 2023-10-25T22:15:03.428Z | Compiling diff v0.1.13 |
1968 | 2023-10-25T22:15:03.573Z | Compiling pretty-hex v0.3.0 |
1969 | 2023-10-25T22:15:03.930Z | Compiling linear-map v1.2.0 |
1970 | 2023-10-25T22:15:04.258Z | Compiling ascii v1.1.0 |
1971 | 2023-10-25T22:15:04.334Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1972 | 2023-10-25T22:15:04.552Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2023-10-25T22:15:05.625Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1974 | 2023-10-25T22:15:10.018Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1975 | 2023-10-25T22:15:17.031Z | Compiling lalrpop v0.19.12 |
1976 | 2023-10-25T22:15:18.264Z | Compiling bitstruct v0.1.1 |
1977 | 2023-10-25T22:15:19.036Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1978 | 2023-10-25T22:15:19.422Z | Compiling tokio-tungstenite v0.18.0 |
1979 | 2023-10-25T22:15:20.374Z | Compiling curve25519-dalek v4.1.0 |
1980 | 2023-10-25T22:15:20.951Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1981 | 2023-10-25T22:15:25.735Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1982 | 2023-10-25T22:15:30.518Z | Compiling darling v0.14.4 |
1983 | 2023-10-25T22:15:30.682Z | Compiling cexpr v0.6.0 |
1984 | 2023-10-25T22:15:38.617Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1985 | 2023-10-25T22:15:38.878Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1986 | 2023-10-25T22:15:38.952Z | Compiling which v4.4.0 |
1987 | 2023-10-25T22:15:39.834Z | Compiling ff v0.13.0 |
1988 | 2023-10-25T22:15:40.262Z | Compiling path-dedot v3.1.0 |
1989 | 2023-10-25T22:15:40.647Z | Compiling serde_arrays v0.1.0 |
1990 | 2023-10-25T22:15:40.732Z | Compiling peeking_take_while v0.1.2 |
1991 | 2023-10-25T22:15:40.921Z | Compiling shlex v1.1.0 |
1992 | 2023-10-25T22:15:40.949Z | Compiling rustc-hash v1.1.0 |
1993 | 2023-10-25T22:15:41.192Z | Compiling display-error-chain v0.1.1 |
1994 | 2023-10-25T22:15:41.328Z | Compiling lazycell v1.3.0 |
1995 | 2023-10-25T22:15:41.417Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1996 | 2023-10-25T22:15:43.156Z | Compiling path-absolutize v3.1.0 |
1997 | 2023-10-25T22:15:43.479Z | Compiling group v0.13.0 |
1998 | 2023-10-25T22:15:43.745Z | Compiling derive_builder_core v0.12.0 |
1999 | 2023-10-25T22:15:47.889Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2000 | 2023-10-25T22:15:50.587Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2001 | 2023-10-25T22:15:52.462Z | Compiling olpc-cjson v0.1.3 |
2002 | 2023-10-25T22:15:53.367Z | Compiling pem v1.1.1 |
2003 | 2023-10-25T22:15:55.948Z | Compiling camino-tempfile v1.0.2 |
2004 | 2023-10-25T22:15:57.313Z | Compiling globset v0.4.13 |
2005 | 2023-10-25T22:15:58.495Z | Compiling crypto-bigint v0.5.2 |
2006 | 2023-10-25T22:15:59.148Z | Compiling serde_plain v1.0.2 |
2007 | 2023-10-25T22:16:00.042Z | Compiling libxml v0.3.3 |
2008 | 2023-10-25T22:16:00.581Z | Compiling curve25519-dalek-derive v0.1.0 |
2009 | 2023-10-25T22:16:03.273Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2023-10-25T22:16:05.297Z | Compiling ref-cast v1.0.20 |
2011 | 2023-10-25T22:16:05.530Z | Compiling base16ct v0.2.0 |
2012 | 2023-10-25T22:16:05.956Z | Compiling buf-list v1.0.3 |
2013 | 2023-10-25T22:16:06.196Z | Compiling elliptic-curve v0.13.5 |
2014 | 2023-10-25T22:16:06.844Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2015 | 2023-10-25T22:16:07.480Z | Compiling polar-core v0.26.4 |
2016 | 2023-10-25T22:16:07.502Z | Compiling thiserror-no-std v2.0.2 |
2017 | 2023-10-25T22:16:07.709Z | Compiling tough v0.12.5 |
2018 | 2023-10-25T22:16:12.498Z | Compiling derive_builder_macro v0.12.0 |
2019 | 2023-10-25T22:16:13.682Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2020 | 2023-10-25T22:16:20.066Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2021 | 2023-10-25T22:16:21.801Z | Compiling poly1305 v0.8.0 |
2022 | 2023-10-25T22:16:23.415Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2023 | 2023-10-25T22:16:23.601Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2024 | 2023-10-25T22:16:23.811Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2025 | 2023-10-25T22:16:23.978Z | Compiling chacha20 v0.9.1 |
2026 | 2023-10-25T22:16:24.441Z | Compiling strum_macros v0.24.3 |
2027 | 2023-10-25T22:16:24.449Z | Compiling const_format_proc_macros v0.2.31 |
2028 | 2023-10-25T22:16:24.697Z | Compiling bcs v0.1.6 |
2029 | 2023-10-25T22:16:26.186Z | Compiling ref-cast-impl v1.0.20 |
2030 | 2023-10-25T22:16:28.088Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2031 | 2023-10-25T22:16:28.097Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2032 | 2023-10-25T22:16:28.107Z | Compiling cookie v0.16.2 |
2033 | 2023-10-25T22:16:28.351Z | Compiling indoc v1.0.9 |
2034 | 2023-10-25T22:16:28.512Z | Compiling signature v1.6.4 |
2035 | 2023-10-25T22:16:28.732Z | Compiling salty v0.2.0 |
2036 | 2023-10-25T22:16:29.287Z | Compiling highway v1.1.0 |
2037 | 2023-10-25T22:16:29.765Z | Compiling ed25519 v1.5.3 |
2038 | 2023-10-25T22:16:30.289Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2039 | 2023-10-25T22:16:30.776Z | Compiling const_format v0.2.31 |
2040 | 2023-10-25T22:16:31.727Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2041 | 2023-10-25T22:16:32.576Z | Compiling chacha20poly1305 v0.10.1 |
2042 | 2023-10-25T22:16:32.944Z | Compiling derive_builder v0.12.0 |
2043 | 2023-10-25T22:16:33.223Z | Compiling vsss-rs v3.3.1 |
2044 | 2023-10-25T22:16:44.364Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2045 | 2023-10-25T22:16:50.621Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2046 | 2023-10-25T22:16:52.091Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2047 | 2023-10-25T22:16:54.925Z | Compiling signal-hook-mio v0.2.3 |
2048 | 2023-10-25T22:16:55.232Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2049 | 2023-10-25T22:16:55.778Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2050 | 2023-10-25T22:17:01.065Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2051 | 2023-10-25T22:17:01.458Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2052 | 2023-10-25T22:17:05.580Z | Compiling ron v0.7.1 |
2053 | 2023-10-25T22:17:11.306Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2023-10-25T22:17:15.166Z | Compiling headers-core v0.2.0 |
2055 | 2023-10-25T22:17:15.388Z | Compiling bb8 v0.8.1 |
2056 | 2023-10-25T22:17:15.443Z | Compiling quick-xml v0.23.1 |
2057 | 2023-10-25T22:17:15.633Z | Compiling serde-big-array v0.5.1 |
2058 | 2023-10-25T22:17:15.748Z | Compiling oso-derive v0.26.4 |
2059 | 2023-10-25T22:17:16.012Z | Compiling impl-trait-for-tuples v0.2.2 |
2060 | 2023-10-25T22:17:16.287Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2061 | 2023-10-25T22:17:16.599Z | Compiling maplit v1.0.2 |
2062 | 2023-10-25T22:17:16.765Z | Compiling bit_field v0.10.2 |
2063 | 2023-10-25T22:17:17.182Z | Compiling http-range v0.1.5 |
2064 | 2023-10-25T22:17:17.505Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2065 | 2023-10-25T22:17:18.140Z | Compiling hyper-staticfile v0.9.5 |
2066 | 2023-10-25T22:17:18.343Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2067 | 2023-10-25T22:17:24.301Z | Compiling headers v0.3.9 |
2068 | 2023-10-25T22:17:31.768Z | Compiling crossterm v0.27.0 |
2069 | 2023-10-25T22:17:32.641Z | Compiling oso v0.26.4 |
2070 | 2023-10-25T22:17:48.265Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2071 | 2023-10-25T22:17:52.086Z | Compiling signal-hook-tokio v0.3.1 |
2072 | 2023-10-25T22:17:52.388Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2073 | 2023-10-25T22:17:52.576Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2074 | 2023-10-25T22:17:52.777Z | Compiling serde-big-array v0.4.1 |
2075 | 2023-10-25T22:17:52.797Z | Compiling cassowary v0.3.0 |
2076 | 2023-10-25T22:17:54.743Z | Compiling indoc v2.0.3 |
2077 | 2023-10-25T22:17:56.261Z | Compiling ratatui v0.23.0 |
2078 | 2023-10-25T22:17:56.736Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2079 | 2023-10-25T22:17:59.349Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2080 | 2023-10-25T22:18:04.899Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2081 | 2023-10-25T22:18:05.464Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2082 | 2023-10-25T22:18:07.468Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2083 | 2023-10-25T22:18:10.309Z | Compiling fatfs v0.3.6 |
2084 | 2023-10-25T22:18:11.517Z | Compiling bytesize v1.3.0 |
2085 | 2023-10-25T22:18:12.449Z | Compiling nanorand v0.7.0 |
2086 | 2023-10-25T22:18:13.716Z | Compiling rtoolbox v0.0.1 |
2087 | 2023-10-25T22:18:14.440Z | Compiling assert_matches v1.5.0 |
2088 | 2023-10-25T22:18:14.581Z | Compiling corncobs v0.1.3 |
2089 | 2023-10-25T22:18:15.262Z | Compiling fs-err v2.9.0 |
2090 | 2023-10-25T22:18:16.019Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2091 | 2023-10-25T22:18:16.699Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2092 | 2023-10-25T22:18:17.742Z | Compiling rpassword v7.2.0 |
2093 | 2023-10-25T22:18:17.992Z | Compiling flume v0.11.0 |
2094 | 2023-10-25T22:18:18.392Z | Compiling tui-tree-widget v0.13.0 |
2095 | 2023-10-25T22:18:19.213Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2096 | 2023-10-25T22:18:21.567Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2097 | 2023-10-25T22:18:21.938Z | Compiling owo-colors v3.5.0 |
2098 | 2023-10-25T22:18:27.498Z | Compiling shell-words v1.1.0 |
2099 | 2023-10-25T22:18:28.183Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2100 | 2023-10-25T22:18:43.099Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2101 | 2023-10-25T22:19:34.121Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2102 | 2023-10-25T22:19:50.313Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2103 | 2023-10-25T22:21:47.134Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2104 | 2023-10-25T22:23:40.112Z | Compiling git2 v0.17.2 |
2105 | 2023-10-25T22:23:46.878Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2106 | 2023-10-25T22:23:48.587Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2107 | 2023-10-25T22:24:00.456Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2108 | 2023-10-25T22:24:19.143Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2109 | 2023-10-25T22:24:20.184Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2110 | 2023-10-25T22:24:21.198Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2111 | 2023-10-25T22:24:24.726Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2112 | 2023-10-25T22:33:44.446Z | Finished release [optimized] target(s) in 22m 29s |
2113 | 2023-10-25T22:34:55.891Z | |
2114 | 2023-10-25T22:34:55.896Z | real 23:41.872661953 |
2115 | 2023-10-25T22:34:55.899Z | user 2:43:38.973612648 |
2116 | 2023-10-25T22:34:55.904Z | sys 7:35.706335130 |
2117 | 2023-10-25T22:34:55.908Z | trap 5.654995811 |
2118 | 2023-10-25T22:34:55.912Z | tflt 1.520358272 |
2119 | 2023-10-25T22:34:55.915Z | dflt 5.333446162 |
2120 | 2023-10-25T22:34:55.918Z | kflt 0.001883248 |
2121 | 2023-10-25T22:34:55.921Z | lock 9:19:44.151798172 |
2122 | 2023-10-25T22:34:55.924Z | slp 6:44:45.368555320 |
2123 | 2023-10-25T22:34:55.927Z | lat 2:57.931692579 |
2124 | 2023-10-25T22:34:55.930Z | stop 54.809101658 |
2125 | 2023-10-25T22:34:55.933Z | + 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/*) |
2126 | 2023-10-25T22:34:55.936Z | + pfexec mkdir -p /work |
2127 | 2023-10-25T22:34:55.939Z | + pfexec chown build /work |
2128 | 2023-10-25T22:34:55.942Z | + 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 |
2129 | 2023-10-25T22:35:09.261Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2130 | 2023-10-25T22:35:09.265Z | a out/mg-ddm-gz.tar 61499K |
2131 | 2023-10-25T22:35:09.269Z | a out/omicron-sled-agent.tar 112493K |
2132 | 2023-10-25T22:35:09.272Z | a out/target/test 1K |
2133 | 2023-10-25T22:35:09.275Z | a out/npuzone/npuzone 36506K |
2134 | 2023-10-25T22:35:09.279Z | a package-manifest.toml 22K |
2135 | 2023-10-25T22:35:09.281Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2136 | 2023-10-25T22:35:09.284Z | a target/release/omicron-package 37306K |
2137 | 2023-10-25T22:35:09.287Z | a tools/create_virtual_hardware.sh 3K |
2138 | 2023-10-25T22:35:09.291Z | a tools/virtual_hardware.sh 4K |
2139 | 2023-10-25T22:35:09.294Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2140 | 2023-10-25T22:35:09.297Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2141 | 2023-10-25T22:35:09.300Z | a tools/scrimlet/softnpu-init.sh 3K |
2142 | 2023-10-25T22:35:09.302Z | a tools/scrimlet/softnpu-zone.txt 1K |
2143 | 2023-10-25T22:35:09.305Z | a tools/scrimlet/softnpu.toml 1K |
2144 | 2023-10-25T22:35:09.308Z | |
2145 | 2023-10-25T22:35:09.311Z | real 13.360738882 |
2146 | 2023-10-25T22:35:09.314Z | user 12.690194836 |
2147 | 2023-10-25T22:35:09.318Z | sys 1.122859141 |
2148 | 2023-10-25T22:35:09.321Z | trap 0.002714367 |
2149 | 2023-10-25T22:35:09.324Z | tflt 0.000000000 |
2150 | 2023-10-25T22:35:09.327Z | dflt 0.000000000 |
2151 | 2023-10-25T22:35:09.331Z | kflt 0.000000000 |
2152 | 2023-10-25T22:35:09.334Z | lock 0.000000000 |
2153 | 2023-10-25T22:35:09.337Z | slp 12.408348517 |
2154 | 2023-10-25T22:35:09.340Z | lat 0.493803175 |
2155 | 2023-10-25T22:35:09.343Z | stop 0.000231609 |
2156 | 2023-10-25T22:35:09.346Z | ++ pwd |
2157 | 2023-10-25T22:35:09.348Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2158 | 2023-10-25T22:35:09.351Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2159 | 2023-10-25T22:35:09.354Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2160 | 2023-10-25T22:35:10.445Z | Finished release [optimized] target(s) in 1.09s |
2161 | 2023-10-25T22:35:10.473Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2162 | 2023-10-25T22:35:10.514Z | Created new build target 'host' and set it as active |
2163 | 2023-10-25T22:35:10.517Z | |
2164 | 2023-10-25T22:35:10.521Z | real 1.240827297 |
2165 | 2023-10-25T22:35:10.524Z | user 0.888970464 |
2166 | 2023-10-25T22:35:10.527Z | sys 0.351994509 |
2167 | 2023-10-25T22:35:10.531Z | trap 0.000491764 |
2168 | 2023-10-25T22:35:10.534Z | tflt 0.000000000 |
2169 | 2023-10-25T22:35:10.537Z | dflt 0.000002478 |
2170 | 2023-10-25T22:35:10.540Z | kflt 0.000000000 |
2171 | 2023-10-25T22:35:10.543Z | lock 0.034747634 |
2172 | 2023-10-25T22:35:10.546Z | slp 0.019450088 |
2173 | 2023-10-25T22:35:10.549Z | lat 0.002431193 |
2174 | 2023-10-25T22:35:10.552Z | stop 0.000221593 |
2175 | 2023-10-25T22:35:10.555Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2176 | 2023-10-25T22:35:11.633Z | Finished release [optimized] target(s) in 1.03s |
2177 | 2023-10-25T22:35:11.661Z | Running `target/release/omicron-package -t host package` |
2178 | 2023-10-25T22:35:11.701Z | Oct 25 22:35:11.704 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2179 | 2023-10-25T22:35:12.872Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2180 | 2023-10-25T22:39:02.421Z | Finished release [optimized] target(s) in 3m 50s |
2181 | 2023-10-25T22:40:31.806Z | |
2182 | 2023-10-25T22:40:31.810Z | real 5:21.311977092 |
2183 | 2023-10-25T22:40:31.813Z | user 20:58.647089856 |
2184 | 2023-10-25T22:40:31.816Z | sys 1:31.354914189 |
2185 | 2023-10-25T22:40:31.819Z | trap 0.587495203 |
2186 | 2023-10-25T22:40:31.822Z | tflt 0.041650196 |
2187 | 2023-10-25T22:40:31.825Z | dflt 1.900192281 |
2188 | 2023-10-25T22:40:31.828Z | kflt 0.000000000 |
2189 | 2023-10-25T22:40:31.831Z | lock 1:16:48.365112562 |
2190 | 2023-10-25T22:40:31.834Z | slp 18:17.194438710 |
2191 | 2023-10-25T22:40:31.837Z | lat 7.600361130 |
2192 | 2023-10-25T22:40:31.840Z | stop 0.668983213 |
2193 | 2023-10-25T22:40:31.843Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2194 | 2023-10-25T22:40:31.847Z | + for package in "$@" |
2195 | 2023-10-25T22:40:31.850Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2196 | 2023-10-25T22:40:31.853Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git9e9ded3f3a4 |
2197 | 2023-10-25T22:40:32.980Z | Finished release [optimized] target(s) in 1.09s |
2198 | 2023-10-25T22:40:33.010Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git9e9ded3f3a4` |
2199 | 2023-10-25T22:40:33.050Z | Oct 25 22:40:33.054 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2200 | 2023-10-25T22:40:33.575Z | Created: out/versioned/omicron-sled-agent.tar |
2201 | 2023-10-25T22:40:33.579Z | + for package in "$@" |
2202 | 2023-10-25T22:40:33.582Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2203 | 2023-10-25T22:40:33.584Z | + echo 0.0.0 |
2204 | 2023-10-25T22:40:33.587Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2205 | 2023-10-25T22:40:33.590Z | a VERSION 1K |
2206 | 2023-10-25T22:40:33.593Z | + rm VERSION |
2207 | 2023-10-25T22:40:33.598Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git9e9ded3f3a4 |
2208 | 2023-10-25T22:40:34.755Z | Finished release [optimized] target(s) in 1.07s |
2209 | 2023-10-25T22:40:34.776Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git9e9ded3f3a4` |
2210 | 2023-10-25T22:40:34.816Z | Oct 25 22:40:34.820 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2211 | 2023-10-25T22:40:35.113Z | Created: out/versioned/mg-ddm-gz.tar |
2212 | 2023-10-25T22:40:35.119Z | + for package in "$@" |
2213 | 2023-10-25T22:40:35.124Z | + [[ propolis-server == mg-ddm-gz ]] |
2214 | 2023-10-25T22:40:35.130Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git9e9ded3f3a4 |
2215 | 2023-10-25T22:40:36.288Z | Finished release [optimized] target(s) in 1.09s |
2216 | 2023-10-25T22:40:36.318Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git9e9ded3f3a4` |
2217 | 2023-10-25T22:40:36.359Z | Oct 25 22:40:36.363 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2218 | 2023-10-25T22:40:38.138Z | Created: out/versioned/propolis-server.tar.gz |
2219 | 2023-10-25T22:40:38.142Z | + for package in "$@" |
2220 | 2023-10-25T22:40:38.145Z | + [[ overlay == mg-ddm-gz ]] |
2221 | 2023-10-25T22:40:38.147Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git9e9ded3f3a4 |
2222 | 2023-10-25T22:40:39.300Z | Finished release [optimized] target(s) in 1.07s |
2223 | 2023-10-25T22:40:39.327Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git9e9ded3f3a4` |
2224 | 2023-10-25T22:40:39.393Z | Oct 25 22:40:39.372 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2225 | 2023-10-25T22:40:39.397Z | Created: out/versioned/overlay.tar.gz |
2226 | 2023-10-25T22:40:39.401Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2227 | 2023-10-25T22:40:39.404Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2228 | 2023-10-25T22:40:39.407Z | ++ cd -- ./tools |
2229 | 2023-10-25T22:40:39.411Z | ++ pwd |
2230 | 2023-10-25T22:40:39.414Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2231 | 2023-10-25T22:40:39.417Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2232 | 2023-10-25T22:40:39.420Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2233 | 2023-10-25T22:40:39.423Z | ++ readlink -f /work |
2234 | 2023-10-25T22:40:39.427Z | + out_dir=/work |
2235 | 2023-10-25T22:40:39.430Z | + 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") |
2236 | 2023-10-25T22:40:39.433Z | + for dep in "${deps[@]}" |
2237 | 2023-10-25T22:40:39.436Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2238 | 2023-10-25T22:40:39.439Z | + for dep in "${deps[@]}" |
2239 | 2023-10-25T22:40:39.442Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2240 | 2023-10-25T22:40:39.445Z | + for dep in "${deps[@]}" |
2241 | 2023-10-25T22:40:39.448Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2242 | 2023-10-25T22:40:39.452Z | + for dep in "${deps[@]}" |
2243 | 2023-10-25T22:40:39.456Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2244 | 2023-10-25T22:40:39.459Z | ++ mktemp -d |
2245 | 2023-10-25T22:40:39.462Z | + tmp_gz=/tmp/tmp.QVaisi |
2246 | 2023-10-25T22:40:39.465Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2247 | 2023-10-25T22:40:39.468Z | + echo '{"v":"1","t":"layer"}' |
2248 | 2023-10-25T22:40:39.471Z | + pkg_dir=/tmp/tmp.QVaisi/root/opt/oxide/sled-agent |
2249 | 2023-10-25T22:40:39.474Z | + mkdir -p /tmp/tmp.QVaisi/root/opt/oxide/sled-agent |
2250 | 2023-10-25T22:40:39.477Z | + cd /tmp/tmp.QVaisi/root/opt/oxide/sled-agent |
2251 | 2023-10-25T22:40:39.480Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2252 | 2023-10-25T22:40:39.522Z | x ., 0 bytes, 0 tape blocks |
2253 | 2023-10-25T22:40:39.525Z | x zone-bundle, 34588816 bytes, 67557 tape blocks |
2254 | 2023-10-25T22:40:39.528Z | x sled-agent, 80474608 bytes, 157177 tape blocks |
2255 | 2023-10-25T22:40:39.532Z | x pkg, 0 bytes, 0 tape blocks |
2256 | 2023-10-25T22:40:39.535Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2257 | 2023-10-25T22:40:39.538Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2258 | 2023-10-25T22:40:39.541Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2259 | 2023-10-25T22:40:39.544Z | x VERSION, 25 bytes, 1 tape blocks |
2260 | 2023-10-25T22:40:39.547Z | + mkdir -p /tmp/tmp.QVaisi/root/lib/svc/manifest/site/ |
2261 | 2023-10-25T22:40:39.550Z | + mv pkg/manifest.xml /tmp/tmp.QVaisi/root/lib/svc/manifest/site/sled-agent.xml |
2262 | 2023-10-25T22:40:39.553Z | + cd - |
2263 | 2023-10-25T22:40:39.556Z | /work/oxidecomputer/omicron |
2264 | 2023-10-25T22:40:39.559Z | + pkg_dir=/tmp/tmp.QVaisi/root/opt/oxide/mg-ddm |
2265 | 2023-10-25T22:40:39.562Z | + mkdir -p /tmp/tmp.QVaisi/root/opt/oxide/mg-ddm |
2266 | 2023-10-25T22:40:39.566Z | + cd /tmp/tmp.QVaisi/root/opt/oxide/mg-ddm |
2267 | 2023-10-25T22:40:39.571Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2268 | 2023-10-25T22:40:39.596Z | x ., 0 bytes, 0 tape blocks |
2269 | 2023-10-25T22:40:39.599Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2270 | 2023-10-25T22:40:39.602Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2271 | 2023-10-25T22:40:39.606Z | x pkg, 0 bytes, 0 tape blocks |
2272 | 2023-10-25T22:40:39.609Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2273 | 2023-10-25T22:40:39.612Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2274 | 2023-10-25T22:40:39.615Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2275 | 2023-10-25T22:40:39.618Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2276 | 2023-10-25T22:40:39.621Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2277 | 2023-10-25T22:40:39.624Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2278 | 2023-10-25T22:40:39.627Z | x VERSION, 25 bytes, 1 tape blocks |
2279 | 2023-10-25T22:40:39.630Z | + cd - |
2280 | 2023-10-25T22:40:39.633Z | /work/oxidecomputer/omicron |
2281 | 2023-10-25T22:40:39.636Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.QVaisi/root/opt/oxide |
2282 | 2023-10-25T22:40:39.715Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.QVaisi/root/opt/oxide |
2283 | 2023-10-25T22:40:39.733Z | + cd /tmp/tmp.QVaisi |
2284 | 2023-10-25T22:40:39.750Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2285 | 2023-10-25T22:40:51.638Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2286 | 2023-10-25T22:40:51.641Z | a oxide.json 1K |
2287 | 2023-10-25T22:40:51.644Z | a root/ 0K |
2288 | 2023-10-25T22:40:51.647Z | a root/opt/ 0K |
2289 | 2023-10-25T22:40:51.651Z | a root/opt/oxide/ 0K |
2290 | 2023-10-25T22:40:51.654Z | a root/opt/oxide/sled-agent/ 0K |
2291 | 2023-10-25T22:40:51.657Z | a root/opt/oxide/sled-agent/zone-bundle 33779K |
2292 | 2023-10-25T22:40:51.661Z | a root/opt/oxide/sled-agent/sled-agent 78589K |
2293 | 2023-10-25T22:40:51.664Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2294 | 2023-10-25T22:40:51.667Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2295 | 2023-10-25T22:40:51.670Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2296 | 2023-10-25T22:40:51.673Z | a root/opt/oxide/sled-agent/VERSION 1K |
2297 | 2023-10-25T22:40:51.676Z | a root/opt/oxide/mg-ddm/ 0K |
2298 | 2023-10-25T22:40:51.679Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2299 | 2023-10-25T22:40:51.683Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2300 | 2023-10-25T22:40:51.686Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2301 | 2023-10-25T22:40:51.689Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2302 | 2023-10-25T22:40:51.692Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2303 | 2023-10-25T22:40:51.695Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2304 | 2023-10-25T22:40:51.699Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2305 | 2023-10-25T22:40:51.702Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2306 | 2023-10-25T22:40:51.705Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2307 | 2023-10-25T22:40:51.708Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2308 | 2023-10-25T22:40:51.711Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2309 | 2023-10-25T22:40:51.714Z | a root/opt/oxide/overlay.tar.gz 2K |
2310 | 2023-10-25T22:40:51.717Z | a root/lib/ 0K |
2311 | 2023-10-25T22:40:51.720Z | a root/lib/svc/ 0K |
2312 | 2023-10-25T22:40:51.723Z | a root/lib/svc/manifest/ 0K |
2313 | 2023-10-25T22:40:51.726Z | a root/lib/svc/manifest/site/ 0K |
2314 | 2023-10-25T22:40:51.729Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2315 | 2023-10-25T22:40:51.732Z | + cd / |
2316 | 2023-10-25T22:40:51.735Z | + rm -rf /tmp/tmp.QVaisi |
2317 | 2023-10-25T22:40:51.738Z | |
2318 | 2023-10-25T22:40:51.741Z | real 12.308611537 |
2319 | 2023-10-25T22:40:51.744Z | user 11.328569207 |
2320 | 2023-10-25T22:40:51.747Z | sys 1.038044081 |
2321 | 2023-10-25T22:40:51.751Z | trap 0.004916758 |
2322 | 2023-10-25T22:40:51.754Z | tflt 0.000000000 |
2323 | 2023-10-25T22:40:51.757Z | dflt 0.000000000 |
2324 | 2023-10-25T22:40:51.787Z | kflt 0.000000000 |
2325 | 2023-10-25T22:40:51.790Z | lock 0.000000000 |
2326 | 2023-10-25T22:40:51.793Z | slp 23.693818505 |
2327 | 2023-10-25T22:40:51.797Z | lat 0.463424877 |
2328 | 2023-10-25T22:40:51.799Z | stop 0.000310761 |
2329 | 2023-10-25T22:40:51.802Z | + mkdir -p /work/zones |
2330 | 2023-10-25T22:40:51.805Z | + 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) |
2331 | 2023-10-25T22:40:51.808Z | + 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/ |
2332 | 2023-10-25T22:40:55.254Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2333 | 2023-10-25T22:40:56.458Z | Finished release [optimized] target(s) in 1.13s |
2334 | 2023-10-25T22:40:56.489Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2335 | 2023-10-25T22:40:56.530Z | Created new build target 'recovery' and set it as active |
2336 | 2023-10-25T22:40:56.533Z | |
2337 | 2023-10-25T22:40:56.537Z | real 1.290159465 |
2338 | 2023-10-25T22:40:56.539Z | user 0.924844300 |
2339 | 2023-10-25T22:40:56.543Z | sys 0.364326394 |
2340 | 2023-10-25T22:40:56.546Z | trap 0.000607791 |
2341 | 2023-10-25T22:40:56.549Z | tflt 0.000011243 |
2342 | 2023-10-25T22:40:56.552Z | dflt 0.000027572 |
2343 | 2023-10-25T22:40:56.556Z | kflt 0.000000000 |
2344 | 2023-10-25T22:40:56.561Z | lock 0.036746590 |
2345 | 2023-10-25T22:40:56.571Z | slp 0.021159662 |
2346 | 2023-10-25T22:40:56.574Z | lat 0.003867810 |
2347 | 2023-10-25T22:40:56.577Z | stop 0.000229561 |
2348 | 2023-10-25T22:40:56.581Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2349 | 2023-10-25T22:40:57.731Z | Finished release [optimized] target(s) in 1.11s |
2350 | 2023-10-25T22:40:57.764Z | Running `target/release/omicron-package -t recovery package` |
2351 | 2023-10-25T22:40:57.806Z | Oct 25 22:40:57.811 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2352 | 2023-10-25T22:40:58.843Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2353 | 2023-10-25T22:41:02.732Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2354 | 2023-10-25T22:41:35.298Z | Finished release [optimized] target(s) in 37.37s |
2355 | 2023-10-25T22:42:05.578Z | |
2356 | 2023-10-25T22:42:05.582Z | real 1:09.042423069 |
2357 | 2023-10-25T22:42:05.587Z | user 2:36.236145724 |
2358 | 2023-10-25T22:42:05.591Z | sys 12.729700359 |
2359 | 2023-10-25T22:42:05.593Z | trap 0.081764938 |
2360 | 2023-10-25T22:42:05.597Z | tflt 0.071396225 |
2361 | 2023-10-25T22:42:05.603Z | dflt 0.689749081 |
2362 | 2023-10-25T22:42:05.606Z | kflt 0.000000000 |
2363 | 2023-10-25T22:42:05.609Z | lock 15:47.436996484 |
2364 | 2023-10-25T22:42:05.612Z | slp 2:51.565489286 |
2365 | 2023-10-25T22:42:05.615Z | lat 1.977206526 |
2366 | 2023-10-25T22:42:05.618Z | stop 0.185305719 |
2367 | 2023-10-25T22:42:05.622Z | + stamp_packages installinator mg-ddm-gz |
2368 | 2023-10-25T22:42:05.625Z | + for package in "$@" |
2369 | 2023-10-25T22:42:05.629Z | + [[ installinator == mg-ddm-gz ]] |
2370 | 2023-10-25T22:42:05.632Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git9e9ded3f3a4 |
2371 | 2023-10-25T22:42:06.732Z | Finished release [optimized] target(s) in 1.06s |
2372 | 2023-10-25T22:42:06.754Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git9e9ded3f3a4` |
2373 | 2023-10-25T22:42:06.795Z | Oct 25 22:42:06.796 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2374 | 2023-10-25T22:42:06.915Z | Created: out/versioned/installinator.tar |
2375 | 2023-10-25T22:42:06.920Z | + for package in "$@" |
2376 | 2023-10-25T22:42:06.923Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2377 | 2023-10-25T22:42:06.926Z | + echo 0.0.0 |
2378 | 2023-10-25T22:42:06.931Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2379 | 2023-10-25T22:42:06.934Z | a VERSION 1K |
2380 | 2023-10-25T22:42:06.938Z | + rm VERSION |
2381 | 2023-10-25T22:42:06.944Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git9e9ded3f3a4 |
2382 | 2023-10-25T22:42:08.058Z | Finished release [optimized] target(s) in 1.05s |
2383 | 2023-10-25T22:42:08.088Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git9e9ded3f3a4` |
2384 | 2023-10-25T22:42:08.126Z | Oct 25 22:42:08.130 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2385 | 2023-10-25T22:42:08.311Z | Created: out/versioned/mg-ddm-gz.tar |
2386 | 2023-10-25T22:42:08.321Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2387 | 2023-10-25T22:42:08.336Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2388 | 2023-10-25T22:42:08.349Z | ++ cd -- ./tools |
2389 | 2023-10-25T22:42:08.783Z | ++ pwd |
2390 | 2023-10-25T22:42:08.811Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2391 | 2023-10-25T22:42:08.819Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2392 | 2023-10-25T22:42:08.824Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2393 | 2023-10-25T22:42:08.828Z | ++ readlink -f /work |
2394 | 2023-10-25T22:42:08.835Z | + out_dir=/work |
2395 | 2023-10-25T22:42:08.839Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2396 | 2023-10-25T22:42:08.842Z | + for dep in "${deps[@]}" |
2397 | 2023-10-25T22:42:08.846Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2398 | 2023-10-25T22:42:08.852Z | + for dep in "${deps[@]}" |
2399 | 2023-10-25T22:42:08.855Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2400 | 2023-10-25T22:42:08.858Z | ++ mktemp -d |
2401 | 2023-10-25T22:42:08.863Z | + tmp_trampoline=/tmp/tmp.vDaGwi |
2402 | 2023-10-25T22:42:08.867Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2403 | 2023-10-25T22:42:08.870Z | + echo '{"v":"1","t":"layer"}' |
2404 | 2023-10-25T22:42:08.873Z | + pkg_dir=/tmp/tmp.vDaGwi/root/opt/oxide/installinator |
2405 | 2023-10-25T22:42:08.876Z | + mkdir -p /tmp/tmp.vDaGwi/root/opt/oxide/installinator |
2406 | 2023-10-25T22:42:08.882Z | + cd /tmp/tmp.vDaGwi/root/opt/oxide/installinator |
2407 | 2023-10-25T22:42:08.885Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2408 | 2023-10-25T22:42:08.888Z | x ., 0 bytes, 0 tape blocks |
2409 | 2023-10-25T22:42:08.892Z | x installinator, 48275376 bytes, 94288 tape blocks |
2410 | 2023-10-25T22:42:08.896Z | x pkg, 0 bytes, 0 tape blocks |
2411 | 2023-10-25T22:42:08.899Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2412 | 2023-10-25T22:42:08.903Z | x VERSION, 25 bytes, 1 tape blocks |
2413 | 2023-10-25T22:42:08.912Z | + mkdir -p /tmp/tmp.vDaGwi/root/lib/svc/manifest/site/ |
2414 | 2023-10-25T22:42:08.917Z | + mv pkg/manifest.xml /tmp/tmp.vDaGwi/root/lib/svc/manifest/site/installinator.xml |
2415 | 2023-10-25T22:42:08.921Z | + cd - |
2416 | 2023-10-25T22:42:08.924Z | /work/oxidecomputer/omicron |
2417 | 2023-10-25T22:42:08.927Z | + pkg_dir=/tmp/tmp.vDaGwi/root/opt/oxide/mg-ddm |
2418 | 2023-10-25T22:42:08.932Z | + mkdir -p /tmp/tmp.vDaGwi/root/opt/oxide/mg-ddm |
2419 | 2023-10-25T22:42:08.936Z | + cd /tmp/tmp.vDaGwi/root/opt/oxide/mg-ddm |
2420 | 2023-10-25T22:42:08.942Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2421 | 2023-10-25T22:42:08.945Z | x ., 0 bytes, 0 tape blocks |
2422 | 2023-10-25T22:42:08.949Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2423 | 2023-10-25T22:42:08.952Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2424 | 2023-10-25T22:42:08.958Z | x pkg, 0 bytes, 0 tape blocks |
2425 | 2023-10-25T22:42:08.961Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2426 | 2023-10-25T22:42:08.966Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2427 | 2023-10-25T22:42:08.969Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2428 | 2023-10-25T22:42:08.973Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2429 | 2023-10-25T22:42:08.976Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2430 | 2023-10-25T22:42:08.981Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2431 | 2023-10-25T22:42:08.984Z | x VERSION, 25 bytes, 1 tape blocks |
2432 | 2023-10-25T22:42:08.987Z | + cd - |
2433 | 2023-10-25T22:42:08.990Z | /work/oxidecomputer/omicron |
2434 | 2023-10-25T22:42:08.995Z | + cd /tmp/tmp.vDaGwi |
2435 | 2023-10-25T22:42:08.998Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2436 | 2023-10-25T22:42:14.366Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2437 | 2023-10-25T22:42:14.371Z | a oxide.json 1K |
2438 | 2023-10-25T22:42:14.375Z | a root/ 0K |
2439 | 2023-10-25T22:42:14.379Z | a root/opt/ 0K |
2440 | 2023-10-25T22:42:14.382Z | a root/opt/oxide/ 0K |
2441 | 2023-10-25T22:42:14.389Z | a root/opt/oxide/installinator/ 0K |
2442 | 2023-10-25T22:42:14.392Z | a root/opt/oxide/installinator/installinator 47144K |
2443 | 2023-10-25T22:42:14.400Z | a root/opt/oxide/installinator/pkg/ 0K |
2444 | 2023-10-25T22:42:14.404Z | a root/opt/oxide/installinator/VERSION 1K |
2445 | 2023-10-25T22:42:14.407Z | a root/opt/oxide/mg-ddm/ 0K |
2446 | 2023-10-25T22:42:14.410Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2447 | 2023-10-25T22:42:14.413Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2448 | 2023-10-25T22:42:14.416Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2449 | 2023-10-25T22:42:14.419Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2450 | 2023-10-25T22:42:14.423Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2451 | 2023-10-25T22:42:14.426Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2452 | 2023-10-25T22:42:14.430Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2453 | 2023-10-25T22:42:14.433Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2454 | 2023-10-25T22:42:14.435Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2455 | 2023-10-25T22:42:14.438Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2456 | 2023-10-25T22:42:14.441Z | a root/lib/ 0K |
2457 | 2023-10-25T22:42:14.445Z | a root/lib/svc/ 0K |
2458 | 2023-10-25T22:42:14.448Z | a root/lib/svc/manifest/ 0K |
2459 | 2023-10-25T22:42:14.451Z | a root/lib/svc/manifest/site/ 0K |
2460 | 2023-10-25T22:42:14.458Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2461 | 2023-10-25T22:42:14.461Z | + cd / |
2462 | 2023-10-25T22:42:14.464Z | + rm -rf /tmp/tmp.vDaGwi |
2463 | 2023-10-25T22:42:14.467Z | |
2464 | 2023-10-25T22:42:14.470Z | real 6.073100097 |
2465 | 2023-10-25T22:42:14.473Z | user 5.663380232 |
2466 | 2023-10-25T22:42:14.476Z | sys 0.437468249 |
2467 | 2023-10-25T22:42:14.479Z | trap 0.001669441 |
2468 | 2023-10-25T22:42:14.483Z | tflt 0.000000000 |
2469 | 2023-10-25T22:42:14.492Z | dflt 0.000000000 |
2470 | 2023-10-25T22:42:14.502Z | kflt 0.000000000 |
2471 | 2023-10-25T22:42:14.922Z | lock 0.000000000 |
2472 | 2023-10-25T22:42:14.937Z | slp 11.717801313 |
2473 | 2023-10-25T22:42:14.945Z | lat 0.210782406 |
2474 | 2023-10-25T22:42:14.952Z | stop 0.000287821 |
2475 | 2023-10-25T22:42:14.957Z | process exited: duration 2517185 ms, exit code 0 |
|
2476 | 2023-10-25T22:42:14.971Z | found 21 output files |
2477 | 2023-10-25T22:42:14.980Z | uploading: /work/version.txt (26 bytes) |
2478 | 2023-10-25T22:42:16.012Z | uploaded: /work/version.txt |
2479 | 2023-10-25T22:42:16.034Z | uploading: /work/package.tar.gz (80453679 bytes) |
2480 | 2023-10-25T22:42:53.274Z | uploaded: /work/package.tar.gz |
2481 | 2023-10-25T22:42:53.285Z | uploading: /work/global-zone-packages.tar.gz (122805498 bytes) |
2482 | 2023-10-25T22:44:10.603Z | uploaded: /work/global-zone-packages.tar.gz |
2483 | 2023-10-25T22:44:10.611Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35572524 bytes) |
2484 | 2023-10-25T22:44:29.081Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2485 | 2023-10-25T22:44:29.099Z | uploading: /work/zones/clickhouse.tar.gz (180759846 bytes) |
2486 | 2023-10-25T22:45:36.601Z | uploaded: /work/zones/clickhouse.tar.gz |
2487 | 2023-10-25T22:45:36.616Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180756095 bytes) |
2488 | 2023-10-25T22:47:05.812Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2489 | 2023-10-25T22:47:05.864Z | uploading: /work/zones/cockroachdb.tar.gz (117817697 bytes) |
2490 | 2023-10-25T22:47:50.103Z | uploaded: /work/zones/cockroachdb.tar.gz |
2491 | 2023-10-25T22:47:50.111Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2492 | 2023-10-25T22:47:57.897Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2493 | 2023-10-25T22:47:57.908Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2494 | 2023-10-25T22:48:11.992Z | uploaded: /work/zones/crucible.tar.gz |
2495 | 2023-10-25T22:48:12.004Z | uploading: /work/zones/external-dns.tar.gz (22061271 bytes) |
2496 | 2023-10-25T22:48:18.694Z | uploaded: /work/zones/external-dns.tar.gz |
2497 | 2023-10-25T22:48:18.707Z | uploading: /work/zones/internal-dns.tar.gz (22061270 bytes) |
2498 | 2023-10-25T22:48:29.769Z | uploaded: /work/zones/internal-dns.tar.gz |
2499 | 2023-10-25T22:48:29.783Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2500 | 2023-10-25T22:48:30.818Z | uploaded: /work/zones/ntp.tar.gz |
2501 | 2023-10-25T22:48:30.840Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16766970 bytes) |
2502 | 2023-10-25T22:48:39.496Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2503 | 2023-10-25T22:48:39.510Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16766365 bytes) |
2504 | 2023-10-25T22:48:46.488Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2505 | 2023-10-25T22:48:46.499Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69335884 bytes) |
2506 | 2023-10-25T22:49:15.438Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2507 | 2023-10-25T22:49:15.442Z | uploading: /work/zones/omicron-nexus.tar.gz (69335748 bytes) |
2508 | 2023-10-25T22:49:43.739Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2509 | 2023-10-25T22:49:43.742Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2510 | 2023-10-25T22:49:44.751Z | uploaded: /work/zones/overlay.tar.gz |
2511 | 2023-10-25T22:49:44.762Z | uploading: /work/zones/oximeter-collector.tar.gz (18261124 bytes) |
2512 | 2023-10-25T22:49:51.503Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2513 | 2023-10-25T22:49:51.537Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2514 | 2023-10-25T22:50:15.547Z | uploaded: /work/zones/propolis-server.tar.gz |
2515 | 2023-10-25T22:50:15.561Z | uploading: /work/zones/switch-asic.tar.gz (238358077 bytes) |
2516 | 2023-10-25T22:51:44.410Z | uploaded: /work/zones/switch-asic.tar.gz |
2517 | 2023-10-25T22:51:44.433Z | uploading: /work/zones/switch-softnpu.tar.gz (160962471 bytes) |
2518 | 2023-10-25T22:52:41.319Z | uploaded: /work/zones/switch-softnpu.tar.gz |