|
|
|
1 | 2023-10-25T06:28:29.315Z | job assigned to worker 01HDJR7YDARQPC4BXSD3WFJ1YD (queued for 1 m 23 s) |
|
2 | 2023-10-25T06:28:30.019Z | starting task 0: "setup" |
3 | 2023-10-25T06:28:30.095Z | ++ uname -s |
4 | 2023-10-25T06:28:30.104Z | + kern=SunOS |
5 | 2023-10-25T06:28:30.154Z | + case "$kern" in |
6 | 2023-10-25T06:28:30.159Z | + groupadd -g 12345 build |
7 | 2023-10-25T06:28:30.166Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-25T06:28:32.523Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-25T06:28:32.537Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-25T06:28:32.546Z | + home_fs=zfs |
11 | 2023-10-25T06:28:32.551Z | + [[ zfs == autofs ]] |
12 | 2023-10-25T06:28:32.556Z | + mkdir -p /home/build |
13 | 2023-10-25T06:28:32.561Z | + chown build:build /home/build /work |
14 | 2023-10-25T06:28:34.295Z | + chmod 0700 /home/build /work |
15 | 2023-10-25T06:28:34.318Z | process exited: duration 4265 ms, exit code 0 |
|
16 | 2023-10-25T06:28:34.346Z | starting task 1: "rust-toolchain" |
17 | 2023-10-25T06:28:34.424Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-25T06:28:34.464Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-25T06:28:34.560Z | info: downloading installer |
20 | 2023-10-25T06:28:36.291Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-25T06:28:36.303Z | warning: /opt/ooce/bin |
22 | 2023-10-25T06:28:36.310Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-25T06:28:36.317Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-25T06:28:36.323Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-25T06:28:36.327Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-25T06:28:36.330Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-25T06:28:36.333Z | error: cannot install while Rust is installed |
28 | 2023-10-25T06:28:36.336Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-25T06:28:36.404Z | info: profile set to 'default' |
30 | 2023-10-25T06:28:36.413Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-25T06:28:36.418Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-25T06:28:36.583Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-25T06:28:36.592Z | info: downloading component 'cargo' |
34 | 2023-10-25T06:28:37.241Z | info: downloading component 'clippy' |
35 | 2023-10-25T06:28:37.553Z | info: downloading component 'rust-docs' |
36 | 2023-10-25T06:28:38.331Z | info: downloading component 'rust-std' |
37 | 2023-10-25T06:28:39.899Z | info: downloading component 'rustc' |
38 | 2023-10-25T06:28:43.560Z | info: downloading component 'rustfmt' |
39 | 2023-10-25T06:28:43.773Z | info: installing component 'cargo' |
40 | 2023-10-25T06:28:45.927Z | info: installing component 'clippy' |
41 | 2023-10-25T06:28:47.408Z | info: installing component 'rust-docs' |
42 | 2023-10-25T06:28:51.695Z | info: installing component 'rust-std' |
43 | 2023-10-25T06:29:17.398Z | info: installing component 'rustc' |
44 | 2023-10-25T06:29:17.811Z | info: installing component 'rustfmt' |
45 | 2023-10-25T06:29:18.455Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-25T06:29:18.890Z | |
47 | 2023-10-25T06:29:19.115Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-25T06:29:19.327Z | |
49 | 2023-10-25T06:29:19.368Z | |
50 | 2023-10-25T06:29:19.436Z | Rust is installed now. Great! |
51 | 2023-10-25T06:29:19.549Z | |
52 | 2023-10-25T06:29:19.738Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-25T06:29:19.837Z | environment variable. This has not been done automatically. |
54 | 2023-10-25T06:29:20.056Z | |
55 | 2023-10-25T06:29:20.695Z | To configure your current shell, run: |
56 | 2023-10-25T06:29:20.850Z | source "$HOME/.cargo/env" |
57 | 2023-10-25T06:29:21.120Z | + rustc --version |
58 | 2023-10-25T06:29:21.278Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-25T06:29:21.783Z | process exited: duration 30390 ms, exit code 0 |
|
60 | 2023-10-25T06:29:22.104Z | starting task 2: "authentication" |
61 | 2023-10-25T06:29:22.261Z | process exited: duration 102 ms, exit code 0 |
|
62 | 2023-10-25T06:29:22.315Z | starting task 3: "clone repository" |
63 | 2023-10-25T06:29:22.336Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-25T06:29:22.350Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-25T06:29:22.400Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-25T06:29:28.314Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-25T06:29:28.358Z | + [[ -n renovate/actions-setup-node-3.x ]] |
68 | 2023-10-25T06:29:28.365Z | + git fetch origin renovate/actions-setup-node-3.x |
69 | 2023-10-25T06:29:28.687Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-25T06:29:28.693Z | * branch renovate/actions-setup-node-3.x -> FETCH_HEAD |
71 | 2023-10-25T06:29:28.700Z | + git checkout -B renovate/actions-setup-node-3.x remotes/origin/renovate/actions-setup-node-3.x |
72 | 2023-10-25T06:29:28.787Z | Switched to a new branch 'renovate/actions-setup-node-3.x' |
73 | 2023-10-25T06:29:28.790Z | branch 'renovate/actions-setup-node-3.x' set up to track 'origin/renovate/actions-setup-node-3.x'. |
74 | 2023-10-25T06:29:28.796Z | + git reset --hard 1a7b342e3fb047b6ced7c0ef003662bab30a386a |
75 | 2023-10-25T06:29:28.804Z | HEAD is now at 1a7b342e chore(deps): update actions/setup-node action to v3.8.2 |
76 | 2023-10-25T06:29:28.807Z | process exited: duration 6483 ms, exit code 0 |
|
77 | 2023-10-25T06:29:28.813Z | starting task 4: "build" |
78 | 2023-10-25T06:29:28.828Z | + cargo --version |
79 | 2023-10-25T06:29:28.921Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-25T06:29:28.927Z | + rustc --version |
81 | 2023-10-25T06:29:29.035Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-25T06:29:29.043Z | ++ git rev-parse HEAD |
83 | 2023-10-25T06:29:29.046Z | + COMMIT=1a7b342e3fb047b6ced7c0ef003662bab30a386a |
84 | 2023-10-25T06:29:29.054Z | + VERSION=1.0.3-0.ci+git1a7b342e3fb |
85 | 2023-10-25T06:29:29.057Z | + echo 1.0.3-0.ci+git1a7b342e3fb |
86 | 2023-10-25T06:29:29.060Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-25T06:29:38.361Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-25T06:29:39.303Z | Startup: Caching catalogs ... Done |
89 | 2023-10-25T06:29:44.085Z | Planning: Solver setup ... Done (4.473s) |
90 | 2023-10-25T06:29:44.197Z | Planning: Running solver ... Done (0.113s) |
91 | 2023-10-25T06:29:44.254Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-25T06:29:44.287Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-25T06:29:44.946Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-25T06:29:44.952Z | Planning: Package planning ... Done (0.086s) |
95 | 2023-10-25T06:29:44.958Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-10-25T06:29:45.588Z | Planning: Checking for conflicting actions ... Done (0.879s) |
97 | 2023-10-25T06:29:46.022Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-25T06:29:52.572Z | Planning: Evaluating mediators ... Done (6.971s) |
99 | 2023-10-25T06:29:52.594Z | Planning: Planning completed in 13.23 seconds |
100 | 2023-10-25T06:29:52.853Z | Packages to install: 4 |
101 | 2023-10-25T06:29:52.862Z | Mediators to change: 2 |
102 | 2023-10-25T06:29:52.872Z | Services to change: 1 |
103 | 2023-10-25T06:29:52.882Z | Estimated space available: 149.39 GB |
104 | 2023-10-25T06:29:52.891Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-25T06:29:52.896Z | Create boot environment: No |
106 | 2023-10-25T06:29:52.900Z | Create backup boot environment: No |
107 | 2023-10-25T06:29:52.904Z | Rebuild boot archive: No |
108 | 2023-10-25T06:29:52.908Z | |
109 | 2023-10-25T06:29:52.913Z | Changed mediators: |
110 | 2023-10-25T06:29:52.917Z | mediator clang: |
111 | 2023-10-25T06:29:52.920Z | version: None -> 15 (system default) |
112 | 2023-10-25T06:29:52.925Z | |
113 | 2023-10-25T06:29:52.929Z | mediator llvm: |
114 | 2023-10-25T06:29:52.935Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-25T06:29:52.938Z | |
116 | 2023-10-25T06:29:52.942Z | Changed packages: |
117 | 2023-10-25T06:29:52.944Z | helios-dev |
118 | 2023-10-25T06:29:52.947Z | developer/build-essential |
119 | 2023-10-25T06:29:52.950Z | None -> 11-2.0 |
120 | 2023-10-25T06:29:52.954Z | library/libxmlsec1 |
121 | 2023-10-25T06:29:52.961Z | None -> 1.2.35-2.0 |
122 | 2023-10-25T06:29:52.973Z | ooce/developer/clang-15 |
123 | 2023-10-25T06:29:52.983Z | None -> 15.0.7-2.0 |
124 | 2023-10-25T06:29:52.999Z | ooce/developer/llvm-15 |
125 | 2023-10-25T06:29:53.415Z | None -> 15.0.7-2.0 |
126 | 2023-10-25T06:29:53.419Z | |
127 | 2023-10-25T06:29:53.423Z | Services: |
128 | 2023-10-25T06:29:53.426Z | restart_fmri: |
129 | 2023-10-25T06:29:53.429Z | svc:/system/update-man-index:default |
130 | 2023-10-25T06:29:53.432Z | |
131 | 2023-10-25T06:29:53.435Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-25T06:30:04.330Z | Download: 816/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
133 | 2023-10-25T06:30:04.739Z | Download: 1196/3290 items 80.3/212.6MB 37% complete (9.3M/s) |
134 | 2023-10-25T06:30:10.381Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
135 | 2023-10-25T06:30:15.421Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (4.2M/s) |
136 | 2023-10-25T06:30:20.419Z | Download: 2785/3290 items 120.9/212.6MB 56% complete (3.8M/s) |
137 | 2023-10-25T06:30:25.168Z | Download: Completed 212.60 MB in 32.10 seconds (6.6M/s) |
138 | 2023-10-25T06:30:25.477Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-25T06:30:31.302Z | Actions: 1865/3687 actions (Installing new actions) |
140 | 2023-10-25T06:30:33.981Z | Actions: Completed 3687 actions in 8.48 seconds. |
141 | 2023-10-25T06:30:34.042Z | Done (0.081s) |
142 | 2023-10-25T06:30:34.047Z | Done (0.000s) |
143 | 2023-10-25T06:30:34.243Z | Done (0.197s) |
144 | 2023-10-25T06:30:42.185Z | Done (7.828s) |
145 | 2023-10-25T06:30:42.502Z | Done (0.204s) |
146 | 2023-10-25T06:30:42.508Z | Done (0.000s) |
147 | 2023-10-25T06:30:42.759Z | Done (0.000s) |
148 | 2023-10-25T06:30:43.534Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-25T06:30:43.811Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-25T06:30:43.816Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-25T06:30:44.259Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-25T06:30:44.264Z | Planning: Planning completed in 0.75 seconds |
153 | 2023-10-25T06:30:44.316Z | Mediators to change: 2 |
154 | 2023-10-25T06:30:44.323Z | Create boot environment: No |
155 | 2023-10-25T06:30:44.327Z | Create backup boot environment: No |
156 | 2023-10-25T06:30:44.418Z | Done |
157 | 2023-10-25T06:30:44.427Z | Done |
158 | 2023-10-25T06:30:44.553Z | Done |
159 | 2023-10-25T06:30:50.872Z | Done |
160 | 2023-10-25T06:30:51.009Z | Done |
161 | 2023-10-25T06:30:51.420Z | Done |
162 | 2023-10-25T06:30:51.424Z | Done |
163 | 2023-10-25T06:30:52.230Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-25T06:30:52.239Z | Planning: Merging actions ... Done |
165 | 2023-10-25T06:30:52.580Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-25T06:30:52.591Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-25T06:30:53.022Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-25T06:30:53.117Z | Planning: Planning completed in 1.34 seconds |
169 | 2023-10-25T06:30:53.178Z | Packages to change: 1 |
170 | 2023-10-25T06:30:53.187Z | Mediators to change: 1 |
171 | 2023-10-25T06:30:53.194Z | Services to change: 1 |
172 | 2023-10-25T06:30:53.201Z | Create boot environment: No |
173 | 2023-10-25T06:30:53.206Z | Create backup boot environment: Yes |
174 | 2023-10-25T06:30:55.200Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-25T06:30:55.248Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-25T06:30:55.305Z | Done |
177 | 2023-10-25T06:30:55.422Z | Done |
178 | 2023-10-25T06:30:55.539Z | Done |
179 | 2023-10-25T06:31:01.598Z | Done |
180 | 2023-10-25T06:31:01.746Z | Done |
181 | 2023-10-25T06:31:01.764Z | Done |
182 | 2023-10-25T06:31:01.844Z | Done |
183 | 2023-10-25T06:31:02.562Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-25T06:31:02.567Z | clang system 15 system |
185 | 2023-10-25T06:31:02.573Z | csh system system illumos |
186 | 2023-10-25T06:31:02.579Z | ctags system system illumos |
187 | 2023-10-25T06:31:02.584Z | gcc vendor 12 vendor |
188 | 2023-10-25T06:31:02.590Z | gcc system 10 system |
189 | 2023-10-25T06:31:02.595Z | gcc system 7 system |
190 | 2023-10-25T06:31:02.599Z | go system 1.20 system |
191 | 2023-10-25T06:31:02.602Z | go system 1.19 system |
192 | 2023-10-25T06:31:02.607Z | llvm system 15 system |
193 | 2023-10-25T06:31:02.610Z | llvm system 14 system |
194 | 2023-10-25T06:31:02.614Z | mariadb system 10.6 system |
195 | 2023-10-25T06:31:02.617Z | mta vendor vendor dma |
196 | 2023-10-25T06:31:02.622Z | openjdk system 17 system |
197 | 2023-10-25T06:31:02.627Z | openjdk system 11 system |
198 | 2023-10-25T06:31:02.642Z | openjdk system 1.8 system |
199 | 2023-10-25T06:31:02.667Z | openssl vendor 3 vendor |
200 | 2023-10-25T06:31:02.678Z | perl system 5.36 system |
201 | 2023-10-25T06:31:02.689Z | postgresql system 15 system |
202 | 2023-10-25T06:31:02.696Z | postgresql system 13 system |
203 | 2023-10-25T06:31:02.702Z | python vendor 3 vendor |
204 | 2023-10-25T06:31:02.713Z | python system 2 system |
205 | 2023-10-25T06:31:02.723Z | python3 system 3.11 system |
206 | 2023-10-25T06:31:02.728Z | ruby system 3.0 system |
207 | 2023-10-25T06:31:02.732Z | words vendor vendor american-english |
208 | 2023-10-25T06:31:02.754Z | words system system australian-english |
209 | 2023-10-25T06:31:02.758Z | words system system british-english |
210 | 2023-10-25T06:31:02.766Z | words system system canadian-english |
211 | 2023-10-25T06:31:02.770Z | words system system french |
212 | 2023-10-25T06:31:02.776Z | words system system italian |
213 | 2023-10-25T06:31:02.782Z | words system system ngerman |
214 | 2023-10-25T06:31:02.785Z | words system system ogerman |
215 | 2023-10-25T06:31:02.797Z | words system system spanish |
216 | 2023-10-25T06:31:03.136Z | FMRI IFO |
217 | 2023-10-25T06:31:03.142Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-25T06:31:03.146Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-25T06:31:03.149Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-25T06:31:03.153Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-25T06:31:03.157Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-25T06:31:03.160Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-25T06:31:03.227Z | + set -o errexit |
224 | 2023-10-25T06:31:03.232Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-25T06:31:03.239Z | ++ cd ./tools |
226 | 2023-10-25T06:31:03.250Z | ++ pwd |
227 | 2023-10-25T06:31:03.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-25T06:31:03.271Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-25T06:31:03.275Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-25T06:31:03.279Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-25T06:31:03.284Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-25T06:31:03.289Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-25T06:31:03.294Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-25T06:31:03.299Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-25T06:31:03.304Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-25T06:31:03.310Z | + TARGET_DIR=out |
237 | 2023-10-25T06:31:03.319Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-25T06:31:03.322Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-25T06:31:03.325Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-25T06:31:03.331Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-25T06:31:03.336Z | + main |
242 | 2023-10-25T06:31:03.340Z | + [[ 0 != 0 ]] |
243 | 2023-10-25T06:31:03.344Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-25T06:31:03.350Z | + [[ 0 != 0 ]] |
245 | 2023-10-25T06:31:03.354Z | + configure_os solaris2.11 |
246 | 2023-10-25T06:31:03.357Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-10-25T06:31:03.360Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-10-25T06:31:03.364Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-25T06:31:03.367Z | configuring based on OS: "solaris2.11" |
250 | 2023-10-25T06:31:03.417Z | + case "$1" in |
251 | 2023-10-25T06:31:03.421Z | + CIDL_BUILD=illumos |
252 | 2023-10-25T06:31:03.426Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-25T06:31:03.431Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-25T06:31:03.435Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-25T06:31:03.439Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-25T06:31:03.441Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-25T06:31:03.449Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-25T06:31:03.455Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-25T06:31:03.464Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-25T06:31:03.469Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-25T06:31:03.488Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-25T06:31:03.497Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-25T06:31:03.513Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-25T06:31:03.933Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-25T06:31:03.944Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-25T06:31:03.964Z | + mkdir -p out/downloads |
267 | 2023-10-25T06:31:04.809Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-25T06:31:04.814Z | + local DO_DOWNLOAD=true |
269 | 2023-10-25T06:31:05.227Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-25T06:31:05.232Z | + '[' true == true ']' |
271 | 2023-10-25T06:31:05.243Z | + echo Downloading... |
272 | 2023-10-25T06:31:05.250Z | Downloading... |
273 | 2023-10-25T06:31:05.257Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-25T06:31:05.668Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-25T06:31:07.193Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-25T06:31:07.198Z | ++ md5sum |
277 | 2023-10-25T06:31:07.211Z | ++ awk '{print $1}' |
278 | 2023-10-25T06:31:07.216Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-25T06:31:07.228Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
280 | 2023-10-25T06:31:07.245Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-25T06:31:07.256Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-10-25T06:31:10.566Z | + do_assemble_illumos |
283 | 2023-10-25T06:31:10.577Z | + rm -r ./out/cockroachdb |
284 | 2023-10-25T06:31:10.589Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-10-25T06:31:11.236Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-10-25T06:31:11.561Z | Build Tag: v22.1.9-dirty |
287 | 2023-10-25T06:31:11.569Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-10-25T06:31:11.578Z | Distribution: OSS |
289 | 2023-10-25T06:31:11.587Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-10-25T06:31:11.597Z | Go Version: go1.17.13 |
291 | 2023-10-25T06:31:11.606Z | C Compiler: gcc 10.3.0 |
292 | 2023-10-25T06:31:11.614Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-10-25T06:31:11.623Z | Build Type: release |
294 | 2023-10-25T06:31:11.633Z | + set -o errexit |
295 | 2023-10-25T06:31:11.641Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-10-25T06:31:11.650Z | ++ cd ./tools |
297 | 2023-10-25T06:31:11.659Z | ++ pwd |
298 | 2023-10-25T06:31:11.668Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-10-25T06:31:11.677Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-10-25T06:31:11.685Z | + ARG0=ci_download_clickhouse |
301 | 2023-10-25T06:31:12.125Z | + TARGET_DIR=out |
302 | 2023-10-25T06:31:12.133Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-10-25T06:31:12.140Z | + DEST_DIR=./out/clickhouse |
304 | 2023-10-25T06:31:12.147Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-10-25T06:31:12.151Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-10-25T06:31:12.155Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-10-25T06:31:12.159Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-10-25T06:31:12.164Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-10-25T06:31:12.169Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-10-25T06:31:12.176Z | + main |
311 | 2023-10-25T06:31:12.180Z | + [[ 0 != 0 ]] |
312 | 2023-10-25T06:31:12.186Z | + CIDL_OS=solaris2.11 |
313 | 2023-10-25T06:31:12.190Z | + [[ 0 != 0 ]] |
314 | 2023-10-25T06:31:12.194Z | + configure_os solaris2.11 |
315 | 2023-10-25T06:31:12.198Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-10-25T06:31:12.202Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-10-25T06:31:12.223Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-10-25T06:31:12.238Z | configuring based on OS: "solaris2.11" |
319 | 2023-10-25T06:31:12.252Z | + CIDL_DASHREV= |
320 | 2023-10-25T06:31:12.268Z | + case "$1" in |
321 | 2023-10-25T06:31:12.308Z | + CIDL_PLATFORM=illumos |
322 | 2023-10-25T06:31:12.318Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-25T06:31:12.326Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-10-25T06:31:12.339Z | + CIDL_DASHREV=-1 |
325 | 2023-10-25T06:31:12.351Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-10-25T06:31:12.358Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-25T06:31:12.364Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-25T06:31:12.375Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-25T06:31:12.387Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-25T06:31:12.394Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-25T06:31:12.429Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-25T06:31:12.844Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-25T06:31:12.848Z | + mkdir -p out/downloads |
334 | 2023-10-25T06:31:12.855Z | + mkdir -p ./out/clickhouse |
335 | 2023-10-25T06:31:12.861Z | + local DO_DOWNLOAD=true |
336 | 2023-10-25T06:31:12.868Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-10-25T06:31:12.878Z | + '[' true == true ']' |
338 | 2023-10-25T06:31:12.890Z | + echo Downloading... |
339 | 2023-10-25T06:31:12.904Z | Downloading... |
340 | 2023-10-25T06:31:12.915Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-25T06:31:12.931Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-25T06:31:13.018Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-25T06:31:13.024Z | ++ md5sum |
344 | 2023-10-25T06:31:13.029Z | ++ awk '{print $1}' |
345 | 2023-10-25T06:31:13.295Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-25T06:31:13.311Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
347 | 2023-10-25T06:31:13.763Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-10-25T06:31:13.771Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-25T06:31:13.779Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-10-25T06:31:18.454Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-10-25T06:31:18.511Z | ClickHouse server version 22.8.9.1. |
352 | 2023-10-25T06:31:18.536Z | + set -o errexit |
353 | 2023-10-25T06:31:18.546Z | +++ dirname ./tools/ci_download_console |
354 | 2023-10-25T06:31:18.558Z | ++ cd ./tools |
355 | 2023-10-25T06:31:18.576Z | ++ pwd |
356 | 2023-10-25T06:31:18.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-10-25T06:31:19.020Z | ++ basename ./tools/ci_download_console |
358 | 2023-10-25T06:31:19.028Z | + ARG0=ci_download_console |
359 | 2023-10-25T06:31:19.239Z | + TARGET_DIR=out |
360 | 2023-10-25T06:31:19.252Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-10-25T06:31:19.673Z | + DEST_DIR=./out/console-assets |
362 | 2023-10-25T06:31:19.703Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-10-25T06:31:19.716Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
364 | 2023-10-25T06:31:19.738Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
365 | 2023-10-25T06:31:19.752Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
366 | 2023-10-25T06:31:19.758Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-10-25T06:31:19.763Z | + main |
368 | 2023-10-25T06:31:19.771Z | + [[ 0 != 0 ]] |
369 | 2023-10-25T06:31:19.780Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
370 | 2023-10-25T06:31:19.784Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
371 | 2023-10-25T06:31:19.792Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-25T06:31:19.800Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-25T06:31:19.808Z | + local DO_DOWNLOAD=true |
374 | 2023-10-25T06:31:19.816Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-10-25T06:31:19.822Z | + mkdir -p out/downloads |
376 | 2023-10-25T06:31:19.836Z | + '[' true == true ']' |
377 | 2023-10-25T06:31:19.848Z | + echo Downloading... |
378 | 2023-10-25T06:31:19.887Z | Downloading... |
379 | 2023-10-25T06:31:19.900Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
380 | 2023-10-25T06:31:19.913Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
381 | 2023-10-25T06:31:19.932Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-10-25T06:31:19.942Z | ++ case "$OSTYPE" in |
383 | 2023-10-25T06:31:19.948Z | ++ SHA=sha256sum |
384 | 2023-10-25T06:31:19.958Z | ++ sha256sum |
385 | 2023-10-25T06:31:19.966Z | ++ awk '{print $1}' |
386 | 2023-10-25T06:31:19.974Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
387 | 2023-10-25T06:31:19.987Z | + [[ 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 ]] |
388 | 2023-10-25T06:31:19.993Z | + rm -rf ./out/console-assets |
389 | 2023-10-25T06:31:20.004Z | + mkdir -p ./out/console-assets |
390 | 2023-10-25T06:31:20.039Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-10-25T06:31:20.043Z | + mkdir -p ./out/console-assets |
392 | 2023-10-25T06:31:20.048Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-10-25T06:31:20.053Z | + set -o errexit |
394 | 2023-10-25T06:31:20.062Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-10-25T06:31:20.066Z | ++ cd ./tools |
396 | 2023-10-25T06:31:20.070Z | ++ pwd |
397 | 2023-10-25T06:31:20.075Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-10-25T06:31:20.079Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-10-25T06:31:20.085Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-10-25T06:31:20.089Z | + TARGET_DIR=out |
401 | 2023-10-25T06:31:20.094Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-10-25T06:31:20.104Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
403 | 2023-10-25T06:31:20.109Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
404 | 2023-10-25T06:31:20.113Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-10-25T06:31:20.118Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
406 | 2023-10-25T06:31:20.123Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
407 | 2023-10-25T06:31:20.128Z | + main |
408 | 2023-10-25T06:31:20.135Z | + [[ 0 != 0 ]] |
409 | 2023-10-25T06:31:20.140Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
410 | 2023-10-25T06:31:20.144Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
411 | 2023-10-25T06:31:20.152Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
412 | 2023-10-25T06:31:20.170Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
413 | 2023-10-25T06:31:20.178Z | + local DO_DOWNLOAD=true |
414 | 2023-10-25T06:31:20.186Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
415 | 2023-10-25T06:31:20.191Z | + mkdir -p out/downloads |
416 | 2023-10-25T06:31:20.196Z | + '[' true == true ']' |
417 | 2023-10-25T06:31:20.200Z | Downloading... |
418 | 2023-10-25T06:31:20.205Z | + echo Downloading... |
419 | 2023-10-25T06:31:20.210Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
420 | 2023-10-25T06:31:20.217Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
421 | 2023-10-25T06:31:20.223Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
422 | 2023-10-25T06:31:20.228Z | ++ case "$OSTYPE" in |
423 | 2023-10-25T06:31:20.234Z | ++ SHA=sha256sum |
424 | 2023-10-25T06:31:20.323Z | ++ sha256sum |
425 | 2023-10-25T06:31:20.342Z | ++ awk '{print $1}' |
426 | 2023-10-25T06:31:20.352Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-25T06:31:20.367Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
428 | 2023-10-25T06:31:20.373Z | + [[ 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 ]] |
429 | 2023-10-25T06:31:20.382Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
430 | 2023-10-25T06:31:20.391Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
431 | 2023-10-25T06:31:20.423Z | Downloading... |
432 | 2023-10-25T06:31:20.443Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
433 | 2023-10-25T06:31:20.453Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
434 | 2023-10-25T06:31:20.467Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
435 | 2023-10-25T06:31:20.489Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
436 | 2023-10-25T06:31:20.505Z | + main |
437 | 2023-10-25T06:31:20.540Z | + [[ 0 != 0 ]] |
438 | 2023-10-25T06:31:20.553Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
439 | 2023-10-25T06:31:20.562Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
440 | 2023-10-25T06:31:20.576Z | + local DO_DOWNLOAD=true |
441 | 2023-10-25T06:31:20.592Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
442 | 2023-10-25T06:31:20.606Z | + mkdir -p out/downloads |
443 | 2023-10-25T06:31:20.624Z | + '[' true == true ']' |
444 | 2023-10-25T06:31:20.646Z | + echo Downloading... |
445 | 2023-10-25T06:31:20.662Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
446 | 2023-10-25T06:31:20.693Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
447 | 2023-10-25T06:31:20.712Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
448 | 2023-10-25T06:31:20.726Z | ++ case "$OSTYPE" in |
449 | 2023-10-25T06:31:20.740Z | ++ SHA=sha256sum |
450 | 2023-10-25T06:31:20.757Z | ++ sha256sum |
451 | 2023-10-25T06:31:20.779Z | ++ awk '{print $1}' |
452 | 2023-10-25T06:31:20.795Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
453 | 2023-10-25T06:31:20.810Z | + [[ 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 ]] |
454 | 2023-10-25T06:31:20.831Z | + set -o errexit |
455 | 2023-10-25T06:31:21.256Z | +++ dirname ./tools/ci_download_dendrite_openapi |
456 | 2023-10-25T06:31:21.265Z | ++ cd ./tools |
457 | 2023-10-25T06:31:21.277Z | ++ pwd |
458 | 2023-10-25T06:31:21.284Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2023-10-25T06:31:21.325Z | ++ basename ./tools/ci_download_dendrite_openapi |
460 | 2023-10-25T06:31:21.329Z | + ARG0=ci_download_dendrite_openapi |
461 | 2023-10-25T06:31:21.333Z | + TARGET_DIR=out |
462 | 2023-10-25T06:31:21.336Z | + DOWNLOAD_DIR=out/downloads |
463 | 2023-10-25T06:31:21.340Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
464 | 2023-10-25T06:31:21.343Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
465 | 2023-10-25T06:31:21.346Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
466 | 2023-10-25T06:31:21.349Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
467 | 2023-10-25T06:31:21.364Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
468 | 2023-10-25T06:31:21.367Z | + main |
469 | 2023-10-25T06:31:21.372Z | + [[ 0 != 0 ]] |
470 | 2023-10-25T06:31:21.376Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
471 | 2023-10-25T06:31:21.380Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
472 | 2023-10-25T06:31:21.385Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
473 | 2023-10-25T06:31:21.390Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
474 | 2023-10-25T06:31:21.396Z | + local DO_DOWNLOAD=true |
475 | 2023-10-25T06:31:21.402Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
476 | 2023-10-25T06:31:21.408Z | + mkdir -p out/downloads |
477 | 2023-10-25T06:31:21.417Z | + '[' true == true ']' |
478 | 2023-10-25T06:31:21.432Z | + echo Downloading... |
479 | 2023-10-25T06:31:21.441Z | Downloading... |
480 | 2023-10-25T06:31:21.447Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
481 | 2023-10-25T06:31:21.453Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
482 | 2023-10-25T06:31:22.107Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
483 | 2023-10-25T06:31:22.110Z | ++ case "$OSTYPE" in |
484 | 2023-10-25T06:31:22.113Z | ++ SHA=sha256sum |
485 | 2023-10-25T06:31:22.116Z | ++ sha256sum |
486 | 2023-10-25T06:31:22.119Z | ++ awk '{print $1}' |
487 | 2023-10-25T06:31:22.122Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
488 | 2023-10-25T06:31:22.125Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
489 | 2023-10-25T06:31:22.128Z | + set -o errexit |
490 | 2023-10-25T06:31:22.131Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-10-25T06:31:22.134Z | ++ cd ./tools |
492 | 2023-10-25T06:31:22.137Z | ++ pwd |
493 | 2023-10-25T06:31:22.140Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-10-25T06:31:22.143Z | ++ basename ./tools/ci_download_dendrite_stub |
495 | 2023-10-25T06:31:22.146Z | + ARG0=ci_download_dendrite_stub |
496 | 2023-10-25T06:31:22.149Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
497 | 2023-10-25T06:31:22.152Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
498 | 2023-10-25T06:31:22.155Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
499 | 2023-10-25T06:31:22.158Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
500 | 2023-10-25T06:31:22.176Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-10-25T06:31:22.188Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
502 | 2023-10-25T06:31:22.196Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
503 | 2023-10-25T06:31:22.199Z | + TARGET_DIR=out |
504 | 2023-10-25T06:31:22.202Z | + DOWNLOAD_DIR=out/downloads |
505 | 2023-10-25T06:31:22.206Z | + DEST_DIR=./out/dendrite-stub |
506 | 2023-10-25T06:31:22.209Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
507 | 2023-10-25T06:31:22.213Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
508 | 2023-10-25T06:31:22.216Z | + REPO=oxidecomputer/dendrite |
509 | 2023-10-25T06:31:22.219Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
510 | 2023-10-25T06:31:22.225Z | + main |
511 | 2023-10-25T06:31:22.228Z | + [[ 0 != 0 ]] |
512 | 2023-10-25T06:31:22.233Z | + CIDL_OS=solaris2.11 |
513 | 2023-10-25T06:31:22.239Z | + [[ 0 != 0 ]] |
514 | 2023-10-25T06:31:22.654Z | + configure_os solaris2.11 |
515 | 2023-10-25T06:31:22.662Z | + echo 'current directory: /work/oxidecomputer/omicron' |
516 | 2023-10-25T06:31:22.674Z | current directory: /work/oxidecomputer/omicron |
517 | 2023-10-25T06:31:22.684Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-10-25T06:31:22.692Z | configuring based on OS: "solaris2.11" |
519 | 2023-10-25T06:31:22.702Z | + case "$1" in |
520 | 2023-10-25T06:31:22.711Z | + SET_BINARIES= |
521 | 2023-10-25T06:31:22.720Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
522 | 2023-10-25T06:31:22.730Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-10-25T06:31:22.739Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-10-25T06:31:22.749Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
525 | 2023-10-25T06:31:23.161Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-10-25T06:31:23.168Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
527 | 2023-10-25T06:31:23.172Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
528 | 2023-10-25T06:31:23.175Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
529 | 2023-10-25T06:31:23.179Z | Local file: out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-25T06:31:23.182Z | + mkdir -p out/downloads |
531 | 2023-10-25T06:31:23.185Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-10-25T06:31:23.188Z | + fetch_and_verify |
533 | 2023-10-25T06:31:23.195Z | + local DO_DOWNLOAD=true |
534 | 2023-10-25T06:31:23.203Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-10-25T06:31:23.212Z | + '[' true == true ']' |
536 | 2023-10-25T06:31:23.220Z | + echo Downloading... |
537 | 2023-10-25T06:31:23.240Z | Downloading... |
538 | 2023-10-25T06:31:23.254Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-25T06:31:23.269Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
540 | 2023-10-25T06:31:29.784Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-25T06:31:29.788Z | ++ sha256sum |
542 | 2023-10-25T06:31:29.792Z | ++ awk '{print $1}' |
543 | 2023-10-25T06:31:29.880Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
544 | 2023-10-25T06:31:29.883Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
545 | 2023-10-25T06:31:29.887Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-25T06:31:29.890Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-10-25T06:31:30.851Z | + do_assemble |
548 | 2023-10-25T06:31:30.855Z | + rm -r ./out/dendrite-stub |
549 | 2023-10-25T06:31:30.858Z | + mkdir ./out/dendrite-stub |
550 | 2023-10-25T06:31:30.862Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-10-25T06:31:30.997Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-10-25T06:31:31.009Z | + set -o errexit |
553 | 2023-10-25T06:31:31.013Z | +++ dirname ./tools/ci_download_maghemite_mgd |
554 | 2023-10-25T06:31:31.016Z | ++ cd ./tools |
555 | 2023-10-25T06:31:31.022Z | ++ pwd |
556 | 2023-10-25T06:31:31.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-10-25T06:31:31.028Z | ++ basename ./tools/ci_download_maghemite_mgd |
558 | 2023-10-25T06:31:31.031Z | + ARG0=ci_download_maghemite_mgd |
559 | 2023-10-25T06:31:31.034Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
560 | 2023-10-25T06:31:31.037Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
561 | 2023-10-25T06:31:31.040Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
562 | 2023-10-25T06:31:31.045Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
563 | 2023-10-25T06:31:31.048Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
564 | 2023-10-25T06:31:31.051Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
565 | 2023-10-25T06:31:31.054Z | + TARGET_DIR=out |
566 | 2023-10-25T06:31:31.057Z | + DOWNLOAD_DIR=out/downloads |
567 | 2023-10-25T06:31:31.060Z | + DEST_DIR=./out/mgd |
568 | 2023-10-25T06:31:31.063Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
569 | 2023-10-25T06:31:31.066Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
570 | 2023-10-25T06:31:31.069Z | + REPO=oxidecomputer/maghemite |
571 | 2023-10-25T06:31:31.072Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
572 | 2023-10-25T06:31:31.075Z | + main |
573 | 2023-10-25T06:31:31.080Z | + [[ 0 != 0 ]] |
574 | 2023-10-25T06:31:31.086Z | + CIDL_OS=solaris2.11 |
575 | 2023-10-25T06:31:31.090Z | + [[ 0 != 0 ]] |
576 | 2023-10-25T06:31:31.093Z | + configure_os solaris2.11 |
577 | 2023-10-25T06:31:31.097Z | + echo 'current directory: /work/oxidecomputer/omicron' |
578 | 2023-10-25T06:31:31.100Z | current directory: /work/oxidecomputer/omicron |
579 | 2023-10-25T06:31:31.103Z | + echo 'configuring based on OS: "solaris2.11"' |
580 | 2023-10-25T06:31:31.107Z | configuring based on OS: "solaris2.11" |
581 | 2023-10-25T06:31:31.110Z | + case "$1" in |
582 | 2023-10-25T06:31:31.113Z | + SET_BINARIES= |
583 | 2023-10-25T06:31:31.116Z | + CIDL_SHA256FUNC=do_sha256sum |
584 | 2023-10-25T06:31:31.120Z | + TARBALL_FILENAME=mgd.tar.gz |
585 | 2023-10-25T06:31:31.124Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
586 | 2023-10-25T06:31:31.127Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
587 | 2023-10-25T06:31:31.131Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
588 | 2023-10-25T06:31:31.138Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
589 | 2023-10-25T06:31:31.141Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
590 | 2023-10-25T06:31:31.145Z | Local file: out/downloads/mgd.tar.gz |
591 | 2023-10-25T06:31:31.148Z | + mkdir -p out/downloads |
592 | 2023-10-25T06:31:31.154Z | + mkdir -p ./out/mgd |
593 | 2023-10-25T06:31:31.157Z | + fetch_and_verify |
594 | 2023-10-25T06:31:31.161Z | + local DO_DOWNLOAD=true |
595 | 2023-10-25T06:31:31.164Z | + [[ -f out/downloads/mgd.tar.gz ]] |
596 | 2023-10-25T06:31:31.167Z | + '[' true == true ']' |
597 | 2023-10-25T06:31:31.173Z | + echo Downloading... |
598 | 2023-10-25T06:31:31.184Z | Downloading... |
599 | 2023-10-25T06:31:31.595Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
600 | 2023-10-25T06:31:31.601Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
601 | 2023-10-25T06:31:36.142Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
602 | 2023-10-25T06:31:36.147Z | ++ sha256sum |
603 | 2023-10-25T06:31:36.151Z | ++ awk '{print $1}' |
604 | 2023-10-25T06:31:36.222Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
605 | 2023-10-25T06:31:36.226Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
606 | 2023-10-25T06:31:36.230Z | + do_untar out/downloads/mgd.tar.gz |
607 | 2023-10-25T06:31:36.235Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
608 | 2023-10-25T06:31:36.928Z | + do_assemble |
609 | 2023-10-25T06:31:36.934Z | + rm -r ./out/mgd |
610 | 2023-10-25T06:31:36.940Z | + mkdir ./out/mgd |
611 | 2023-10-25T06:31:36.944Z | + cp -r out/downloads/root ./out/mgd/root |
612 | 2023-10-25T06:31:37.144Z | + set -o errexit |
613 | 2023-10-25T06:31:37.151Z | +++ dirname ./tools/ci_download_transceiver_control |
614 | 2023-10-25T06:31:37.155Z | ++ cd ./tools |
615 | 2023-10-25T06:31:37.159Z | ++ pwd |
616 | 2023-10-25T06:31:37.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
617 | 2023-10-25T06:31:37.168Z | ++ basename ./tools/ci_download_transceiver_control |
618 | 2023-10-25T06:31:37.172Z | + ARG0=ci_download_transceiver_control |
619 | 2023-10-25T06:31:37.176Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
620 | 2023-10-25T06:31:37.188Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
621 | 2023-10-25T06:31:37.202Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
622 | 2023-10-25T06:31:37.618Z | + TARGET_DIR=out |
623 | 2023-10-25T06:31:37.627Z | + DOWNLOAD_DIR=out/downloads |
624 | 2023-10-25T06:31:37.634Z | + DEST_DIR=./out/transceiver-control |
625 | 2023-10-25T06:31:37.649Z | + BIN_DIR=/opt/oxide/bin |
626 | 2023-10-25T06:31:37.663Z | + BINARY=xcvradm |
627 | 2023-10-25T06:31:37.673Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
628 | 2023-10-25T06:31:37.685Z | + REPO=oxidecomputer/transceiver-control |
629 | 2023-10-25T06:31:38.104Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-10-25T06:31:38.112Z | + main |
631 | 2023-10-25T06:31:38.121Z | + [[ 0 != 0 ]] |
632 | 2023-10-25T06:31:38.126Z | + CIDL_OS=solaris2.11 |
633 | 2023-10-25T06:31:38.132Z | + [[ 0 != 0 ]] |
634 | 2023-10-25T06:31:38.139Z | + configure_os solaris2.11 |
635 | 2023-10-25T06:31:38.143Z | + echo 'current directory: /work/oxidecomputer/omicron' |
636 | 2023-10-25T06:31:38.147Z | current directory: /work/oxidecomputer/omicron |
637 | 2023-10-25T06:31:38.158Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-10-25T06:31:38.164Z | configuring based on OS: "solaris2.11" |
639 | 2023-10-25T06:31:38.172Z | + case "$1" in |
640 | 2023-10-25T06:31:38.185Z | + SET_BINARIES= |
641 | 2023-10-25T06:31:38.202Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-10-25T06:31:38.217Z | + CIDL_SHA256FUNC=do_sha256sum |
643 | 2023-10-25T06:31:38.629Z | + ARCHIVE_FILENAME=xcvradm.gz |
644 | 2023-10-25T06:31:38.633Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-25T06:31:38.637Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
646 | 2023-10-25T06:31:38.641Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
647 | 2023-10-25T06:31:38.651Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
648 | 2023-10-25T06:31:38.670Z | + echo 'Local file: out/downloads/xcvradm.gz' |
649 | 2023-10-25T06:31:38.679Z | Local file: out/downloads/xcvradm.gz |
650 | 2023-10-25T06:31:38.697Z | + mkdir -p out/downloads |
651 | 2023-10-25T06:31:38.709Z | + mkdir -p ./out/transceiver-control |
652 | 2023-10-25T06:31:38.723Z | + fetch_and_verify |
653 | 2023-10-25T06:31:38.728Z | + local DO_DOWNLOAD=true |
654 | 2023-10-25T06:31:39.164Z | + [[ -f out/downloads/xcvradm.gz ]] |
655 | 2023-10-25T06:31:39.171Z | + '[' true == true ']' |
656 | 2023-10-25T06:31:39.175Z | + echo Downloading... |
657 | 2023-10-25T06:31:39.178Z | Downloading... |
658 | 2023-10-25T06:31:39.183Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
659 | 2023-10-25T06:31:39.187Z | + 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 |
660 | 2023-10-25T06:31:39.340Z | ++ do_sha256sum out/downloads/xcvradm.gz |
661 | 2023-10-25T06:31:39.344Z | ++ sha256sum |
662 | 2023-10-25T06:31:39.349Z | ++ awk '{print $1}' |
663 | 2023-10-25T06:31:39.369Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-10-25T06:31:39.373Z | + [[ 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 ]] |
665 | 2023-10-25T06:31:39.377Z | + do_unpack out/downloads/xcvradm.gz |
666 | 2023-10-25T06:31:39.381Z | + mkdir -p out/downloads/root//opt/oxide/bin |
667 | 2023-10-25T06:31:39.385Z | + gzip -dc out/downloads/xcvradm.gz |
668 | 2023-10-25T06:31:39.574Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
669 | 2023-10-25T06:31:39.587Z | + do_assemble |
670 | 2023-10-25T06:31:39.601Z | + rm -r ./out/transceiver-control |
671 | 2023-10-25T06:31:39.614Z | + mkdir ./out/transceiver-control |
672 | 2023-10-25T06:31:39.626Z | + cp -r out/downloads/root ./out/transceiver-control/root |
673 | 2023-10-25T06:31:39.784Z | All prerequisites installed successfully |
674 | 2023-10-25T06:31:39.789Z | |
675 | 2023-10-25T06:31:39.794Z | real 2:10.743492108 |
676 | 2023-10-25T06:31:39.798Z | user 54.293549203 |
677 | 2023-10-25T06:31:39.804Z | sys 11.074304503 |
678 | 2023-10-25T06:31:39.810Z | trap 0.029105526 |
679 | 2023-10-25T06:31:39.817Z | tflt 0.172136657 |
680 | 2023-10-25T06:31:39.821Z | dflt 0.798778444 |
681 | 2023-10-25T06:31:39.825Z | kflt 0.170260239 |
682 | 2023-10-25T06:31:39.830Z | lock 2.032133340 |
683 | 2023-10-25T06:31:39.838Z | slp 4:00.342457087 |
684 | 2023-10-25T06:31:39.842Z | lat 4.306267346 |
685 | 2023-10-25T06:31:39.847Z | stop 0.061318617 |
686 | 2023-10-25T06:31:39.856Z | + ptime -m ./tools/ci_download_softnpu_machinery |
687 | 2023-10-25T06:31:39.860Z | fetching npuzone |
688 | 2023-10-25T06:31:39.864Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
689 | 2023-10-25T06:31:39.869Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
690 | 2023-10-25T06:31:39.873Z | Getting hash for npuzone |
691 | 2023-10-25T06:31:39.955Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
692 | 2023-10-25T06:31:53.256Z | npuzone downloaded successfully |
693 | 2023-10-25T06:31:53.263Z | |
694 | 2023-10-25T06:31:53.269Z | real 13.464807479 |
695 | 2023-10-25T06:31:53.275Z | user 0.562116847 |
696 | 2023-10-25T06:31:53.279Z | sys 0.156725519 |
697 | 2023-10-25T06:31:53.283Z | trap 0.000066853 |
698 | 2023-10-25T06:31:53.288Z | tflt 0.000000000 |
699 | 2023-10-25T06:31:53.292Z | dflt 0.000000000 |
700 | 2023-10-25T06:31:53.295Z | kflt 0.000000000 |
701 | 2023-10-25T06:31:53.299Z | lock 0.000000000 |
702 | 2023-10-25T06:31:53.304Z | slp 39.474443495 |
703 | 2023-10-25T06:31:53.311Z | lat 0.161848501 |
704 | 2023-10-25T06:31:53.316Z | stop 0.000280834 |
705 | 2023-10-25T06:31:53.320Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2023-10-25T06:31:53.630Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
707 | 2023-10-25T06:31:54.115Z | Updating crates.io index |
708 | 2023-10-25T06:31:54.520Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
709 | 2023-10-25T06:31:54.926Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
710 | 2023-10-25T06:31:56.789Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
711 | 2023-10-25T06:31:57.283Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
712 | 2023-10-25T06:31:57.619Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
713 | 2023-10-25T06:32:06.283Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
714 | 2023-10-25T06:32:06.542Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
715 | 2023-10-25T06:32:07.084Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
716 | 2023-10-25T06:32:07.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
717 | 2023-10-25T06:32:07.628Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
718 | 2023-10-25T06:32:08.072Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
719 | 2023-10-25T06:32:08.238Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
720 | 2023-10-25T06:32:08.538Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
721 | 2023-10-25T06:32:08.779Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
722 | 2023-10-25T06:32:08.892Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
723 | 2023-10-25T06:32:09.139Z | Updating git repository `https://github.com/njaremko/samael` |
724 | 2023-10-25T06:32:09.370Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
725 | 2023-10-25T06:32:09.513Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
726 | 2023-10-25T06:32:09.606Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
727 | 2023-10-25T06:32:09.684Z | Updating git repository `https://github.com/jgallagher/nix` |
728 | 2023-10-25T06:32:09.718Z | Updating git repository `https://github.com/cbiffle/hubpack` |
729 | 2023-10-25T06:32:09.747Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
730 | 2023-10-25T06:32:18.564Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
731 | 2023-10-25T06:32:19.068Z | Updating git repository `https://github.com/oxidecomputer/typify` |
732 | 2023-10-25T06:32:20.429Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
733 | 2023-10-25T06:32:20.604Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
734 | 2023-10-25T06:32:20.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
735 | 2023-10-25T06:32:22.579Z | Downloading crates ... |
736 | 2023-10-25T06:32:22.905Z | Downloaded adler v1.0.2 |
737 | 2023-10-25T06:32:22.934Z | Downloaded linked-hash-map v0.5.6 |
738 | 2023-10-25T06:32:22.947Z | Downloaded macaddr v1.0.1 |
739 | 2023-10-25T06:32:22.954Z | Downloaded lock_api v0.4.10 |
740 | 2023-10-25T06:32:22.960Z | Downloaded ciborium-io v0.2.1 |
741 | 2023-10-25T06:32:22.963Z | Downloaded cfg-if v0.1.10 |
742 | 2023-10-25T06:32:22.966Z | Downloaded cexpr v0.6.0 |
743 | 2023-10-25T06:32:22.969Z | Downloaded instant v0.1.12 |
744 | 2023-10-25T06:32:22.976Z | Downloaded cassowary v0.3.0 |
745 | 2023-10-25T06:32:22.981Z | Downloaded itertools v0.10.5 |
746 | 2023-10-25T06:32:22.991Z | Downloaded io-lifetimes v1.0.11 |
747 | 2023-10-25T06:32:23.004Z | Downloaded newtype_derive v0.1.6 |
748 | 2023-10-25T06:32:23.015Z | Downloaded aead v0.5.2 |
749 | 2023-10-25T06:32:23.025Z | Downloaded libefi-sys v0.1.0 |
750 | 2023-10-25T06:32:23.032Z | Downloaded log v0.4.20 |
751 | 2023-10-25T06:32:23.037Z | Downloaded rtoolbox v0.0.1 |
752 | 2023-10-25T06:32:23.042Z | Downloaded ident_case v1.0.1 |
753 | 2023-10-25T06:32:23.047Z | Downloaded ciborium v0.2.1 |
754 | 2023-10-25T06:32:23.053Z | Downloaded lazycell v1.3.0 |
755 | 2023-10-25T06:32:23.058Z | Downloaded ipnet v2.8.0 |
756 | 2023-10-25T06:32:23.062Z | Downloaded itoa v1.0.9 |
757 | 2023-10-25T06:32:23.066Z | Downloaded heck v0.4.1 |
758 | 2023-10-25T06:32:23.070Z | Downloaded atomicwrites v0.4.2 |
759 | 2023-10-25T06:32:23.074Z | Downloaded num-iter v0.1.43 |
760 | 2023-10-25T06:32:23.079Z | Downloaded match_cfg v0.1.0 |
761 | 2023-10-25T06:32:23.083Z | Downloaded assert_matches v1.5.0 |
762 | 2023-10-25T06:32:23.088Z | Downloaded bitstruct v0.1.1 |
763 | 2023-10-25T06:32:23.092Z | Downloaded http-range v0.1.5 |
764 | 2023-10-25T06:32:23.098Z | Downloaded hubpack_derive v0.1.1 |
765 | 2023-10-25T06:32:23.102Z | Downloaded impl-trait-for-tuples v0.2.2 |
766 | 2023-10-25T06:32:23.107Z | Downloaded rustls-native-certs v0.6.3 |
767 | 2023-10-25T06:32:23.111Z | Downloaded num-complex v0.4.4 |
768 | 2023-10-25T06:32:23.114Z | Downloaded iana-time-zone v0.1.57 |
769 | 2023-10-25T06:32:23.118Z | Downloaded crossbeam v0.8.2 |
770 | 2023-10-25T06:32:23.142Z | Downloaded bitflags v1.3.2 |
771 | 2023-10-25T06:32:23.159Z | Downloaded maplit v1.0.2 |
772 | 2023-10-25T06:32:23.168Z | Downloaded nanorand v0.7.0 |
773 | 2023-10-25T06:32:23.172Z | Downloaded multer v2.1.0 |
774 | 2023-10-25T06:32:23.177Z | Downloaded bcs v0.1.6 |
775 | 2023-10-25T06:32:23.194Z | Downloaded hex v0.4.3 |
776 | 2023-10-25T06:32:23.202Z | Downloaded num-traits v0.2.16 |
777 | 2023-10-25T06:32:23.208Z | Downloaded http-body v0.4.5 |
778 | 2023-10-25T06:32:23.213Z | Downloaded bzip2 v0.4.4 |
779 | 2023-10-25T06:32:23.219Z | Downloaded bytecount v0.6.3 |
780 | 2023-10-25T06:32:23.224Z | Downloaded usdt-macro v0.3.5 |
781 | 2023-10-25T06:32:23.230Z | Downloaded hyper-tls v0.5.0 |
782 | 2023-10-25T06:32:23.235Z | Downloaded cancel-safe-futures v0.1.2 |
783 | 2023-10-25T06:32:23.248Z | Downloaded cargo_metadata v0.18.0 |
784 | 2023-10-25T06:32:23.263Z | Downloaded slab v0.4.9 |
785 | 2023-10-25T06:32:23.279Z | Downloaded vte_generate_state_changes v0.1.1 |
786 | 2023-10-25T06:32:23.291Z | Downloaded spki v0.7.2 |
787 | 2023-10-25T06:32:23.297Z | Downloaded async-trait v0.1.73 |
788 | 2023-10-25T06:32:23.307Z | Downloaded clap v4.4.3 |
789 | 2023-10-25T06:32:23.318Z | Downloaded diesel_table_macro_syntax v0.1.0 |
790 | 2023-10-25T06:32:23.328Z | Downloaded dtrace-parser v0.1.14 |
791 | 2023-10-25T06:32:23.338Z | Downloaded downcast v0.11.0 |
792 | 2023-10-25T06:32:23.348Z | Downloaded httparse v1.8.0 |
793 | 2023-10-25T06:32:23.356Z | Downloaded bitflags v2.4.0 |
794 | 2023-10-25T06:32:23.368Z | Downloaded indexmap v1.9.3 |
795 | 2023-10-25T06:32:23.379Z | Downloaded whoami v1.4.1 |
796 | 2023-10-25T06:32:23.399Z | Downloaded which v4.4.0 |
797 | 2023-10-25T06:32:23.411Z | Downloaded errno v0.3.2 |
798 | 2023-10-25T06:32:23.825Z | Downloaded unarray v0.1.4 |
799 | 2023-10-25T06:32:23.836Z | Downloaded slog-dtrace v0.2.3 |
800 | 2023-10-25T06:32:23.846Z | Downloaded futures-task v0.3.28 |
801 | 2023-10-25T06:32:23.855Z | Downloaded crucible-workspace-hack v0.1.0 |
802 | 2023-10-25T06:32:23.866Z | Downloaded unicode-xid v0.2.4 |
803 | 2023-10-25T06:32:23.875Z | Downloaded tracing-attributes v0.1.26 |
804 | 2023-10-25T06:32:23.882Z | Downloaded fxhash v0.2.1 |
805 | 2023-10-25T06:32:23.886Z | Downloaded curve25519-dalek-derive v0.1.0 |
806 | 2023-10-25T06:32:23.889Z | Downloaded base64ct v1.6.0 |
807 | 2023-10-25T06:32:23.893Z | Downloaded der_derive v0.7.2 |
808 | 2023-10-25T06:32:23.898Z | Downloaded crunchy v0.2.2 |
809 | 2023-10-25T06:32:23.901Z | Downloaded ff v0.13.0 |
810 | 2023-10-25T06:32:23.931Z | Downloaded bytes v1.5.0 |
811 | 2023-10-25T06:32:23.935Z | Downloaded indicatif v0.17.7 |
812 | 2023-10-25T06:32:23.949Z | Downloaded data-encoding v2.4.0 |
813 | 2023-10-25T06:32:23.953Z | Downloaded futures-macro v0.3.28 |
814 | 2023-10-25T06:32:23.958Z | Downloaded rustfmt-wrapper v0.2.0 |
815 | 2023-10-25T06:32:23.963Z | Downloaded dyn-clone v1.0.13 |
816 | 2023-10-25T06:32:23.968Z | Downloaded zone_cfg_derive v0.2.0 |
817 | 2023-10-25T06:32:23.972Z | Downloaded fallible-iterator v0.2.0 |
818 | 2023-10-25T06:32:23.976Z | Downloaded walkdir v2.4.0 |
819 | 2023-10-25T06:32:23.983Z | Downloaded openssl-probe v0.1.5 |
820 | 2023-10-25T06:32:23.989Z | Downloaded wait-timeout v0.2.0 |
821 | 2023-10-25T06:32:24.001Z | Downloaded ed25519 v1.5.3 |
822 | 2023-10-25T06:32:24.006Z | Downloaded crc32fast v1.3.2 |
823 | 2023-10-25T06:32:24.010Z | Downloaded erased-serde v0.3.30 |
824 | 2023-10-25T06:32:24.015Z | Downloaded base64 v0.21.4 |
825 | 2023-10-25T06:32:24.019Z | Downloaded tower-service v0.3.2 |
826 | 2023-10-25T06:32:24.024Z | Downloaded toml v0.5.11 |
827 | 2023-10-25T06:32:24.029Z | Downloaded display-error-chain v0.1.1 |
828 | 2023-10-25T06:32:24.034Z | Downloaded generic-array v0.14.7 |
829 | 2023-10-25T06:32:24.039Z | Downloaded resolv-conf v0.7.0 |
830 | 2023-10-25T06:32:24.043Z | Downloaded num-bigint v0.4.4 |
831 | 2023-10-25T06:32:24.048Z | Downloaded crossbeam-queue v0.3.8 |
832 | 2023-10-25T06:32:24.054Z | Downloaded paste v1.0.14 |
833 | 2023-10-25T06:32:24.059Z | Downloaded parse-display v0.7.0 |
834 | 2023-10-25T06:32:24.063Z | Downloaded predicates v2.1.5 |
835 | 2023-10-25T06:32:24.069Z | Downloaded hash32 v0.2.1 |
836 | 2023-10-25T06:32:24.074Z | Downloaded serde_derive_internals v0.26.0 |
837 | 2023-10-25T06:32:24.079Z | Downloaded once_cell v1.18.0 |
838 | 2023-10-25T06:32:24.083Z | Downloaded dof v0.1.5 |
839 | 2023-10-25T06:32:24.088Z | Downloaded darling v0.20.3 |
840 | 2023-10-25T06:32:24.098Z | Downloaded serde-big-array v0.5.1 |
841 | 2023-10-25T06:32:24.104Z | Downloaded futures-core v0.3.28 |
842 | 2023-10-25T06:32:24.108Z | Downloaded libxml v0.3.3 |
843 | 2023-10-25T06:32:24.117Z | Downloaded foreign-types-shared v0.1.1 |
844 | 2023-10-25T06:32:24.125Z | Downloaded darling_macro v0.20.3 |
845 | 2023-10-25T06:32:24.148Z | Downloaded platforms v3.0.2 |
846 | 2023-10-25T06:32:24.167Z | Downloaded toml_datetime v0.6.3 |
847 | 2023-10-25T06:32:24.180Z | Downloaded deranged v0.3.8 |
848 | 2023-10-25T06:32:24.202Z | Downloaded serde_tokenstream v0.1.7 |
849 | 2023-10-25T06:32:24.214Z | Downloaded fatfs v0.3.6 |
850 | 2023-10-25T06:32:24.225Z | Downloaded utf8parse v0.2.1 |
851 | 2023-10-25T06:32:24.653Z | Downloaded tinyvec_macros v0.1.1 |
852 | 2023-10-25T06:32:24.671Z | Downloaded darling_core v0.14.4 |
853 | 2023-10-25T06:32:24.682Z | Downloaded crypto-common v0.1.6 |
854 | 2023-10-25T06:32:24.690Z | Downloaded rustc-hash v1.1.0 |
855 | 2023-10-25T06:32:24.702Z | Downloaded zerocopy v0.6.4 |
856 | 2023-10-25T06:32:24.723Z | Downloaded spin v0.9.8 |
857 | 2023-10-25T06:32:24.734Z | Downloaded serde_path_to_error v0.1.14 |
858 | 2023-10-25T06:32:24.741Z | Downloaded try-lock v0.2.4 |
859 | 2023-10-25T06:32:24.745Z | Downloaded phf_shared v0.10.0 |
860 | 2023-10-25T06:32:24.750Z | Downloaded opaque-debug v0.3.0 |
861 | 2023-10-25T06:32:24.755Z | Downloaded oso v0.26.4 |
862 | 2023-10-25T06:32:24.781Z | Downloaded fastrand v2.0.0 |
863 | 2023-10-25T06:32:24.785Z | Downloaded headers-core v0.2.0 |
864 | 2023-10-25T06:32:24.789Z | Downloaded serde-big-array v0.4.1 |
865 | 2023-10-25T06:32:24.810Z | Downloaded openssl-macros v0.1.1 |
866 | 2023-10-25T06:32:24.814Z | Downloaded postcard v0.7.3 |
867 | 2023-10-25T06:32:24.818Z | Downloaded ref-cast-impl v1.0.20 |
868 | 2023-10-25T06:32:24.823Z | Downloaded path-slash v0.1.5 |
869 | 2023-10-25T06:32:24.827Z | Downloaded tokio-stream v0.1.14 |
870 | 2023-10-25T06:32:24.831Z | Downloaded slog v2.7.0 |
871 | 2023-10-25T06:32:24.834Z | Downloaded socket2 v0.5.4 |
872 | 2023-10-25T06:32:24.838Z | Downloaded scheduled-thread-pool v0.2.7 |
873 | 2023-10-25T06:32:24.841Z | Downloaded derive_more v0.99.17 |
874 | 2023-10-25T06:32:24.844Z | Downloaded pretty-hex v0.3.0 |
875 | 2023-10-25T06:32:24.848Z | Downloaded pretty-hex v0.2.1 |
876 | 2023-10-25T06:32:24.852Z | Downloaded unicode-linebreak v0.1.5 |
877 | 2023-10-25T06:32:24.855Z | Downloaded zeroize_derive v1.4.2 |
878 | 2023-10-25T06:32:24.858Z | Downloaded rusty-fork v0.3.0 |
879 | 2023-10-25T06:32:24.862Z | Downloaded thiserror-no-std v2.0.2 |
880 | 2023-10-25T06:32:24.866Z | Downloaded schemars_derive v0.8.13 |
881 | 2023-10-25T06:32:24.870Z | Downloaded darling_macro v0.14.4 |
882 | 2023-10-25T06:32:24.874Z | Downloaded tempfile v3.8.0 |
883 | 2023-10-25T06:32:24.880Z | Downloaded serde_tokenstream v0.2.0 |
884 | 2023-10-25T06:32:24.884Z | Downloaded number_prefix v0.4.0 |
885 | 2023-10-25T06:32:24.887Z | Downloaded thread-id v4.2.0 |
886 | 2023-10-25T06:32:24.892Z | Downloaded tap v1.0.1 |
887 | 2023-10-25T06:32:24.896Z | Downloaded smallvec v1.11.0 |
888 | 2023-10-25T06:32:24.900Z | Downloaded pin-utils v0.1.0 |
889 | 2023-10-25T06:32:24.904Z | Downloaded dirs-next v2.0.0 |
890 | 2023-10-25T06:32:24.907Z | Downloaded endian-type v0.1.2 |
891 | 2023-10-25T06:32:24.911Z | Downloaded packed_struct_codegen v0.10.1 |
892 | 2023-10-25T06:32:24.915Z | Downloaded ron v0.7.1 |
893 | 2023-10-25T06:32:24.918Z | Downloaded derive_builder_macro v0.12.0 |
894 | 2023-10-25T06:32:24.922Z | Downloaded phf_shared v0.11.2 |
895 | 2023-10-25T06:32:24.927Z | Downloaded version_check v0.9.4 |
896 | 2023-10-25T06:32:24.931Z | Downloaded phf v0.11.2 |
897 | 2023-10-25T06:32:24.935Z | Downloaded rcgen v0.10.0 |
898 | 2023-10-25T06:32:24.964Z | Downloaded http v0.2.9 |
899 | 2023-10-25T06:32:24.973Z | Downloaded darling_core v0.20.3 |
900 | 2023-10-25T06:32:24.976Z | Downloaded universal-hash v0.5.1 |
901 | 2023-10-25T06:32:24.979Z | Downloaded proc-macro-error-attr v1.0.4 |
902 | 2023-10-25T06:32:24.983Z | Downloaded pem-rfc7468 v0.7.0 |
903 | 2023-10-25T06:32:24.986Z | Downloaded cstr-argument v0.1.2 |
904 | 2023-10-25T06:32:24.989Z | Downloaded strum_macros v0.25.2 |
905 | 2023-10-25T06:32:24.993Z | Downloaded structmeta v0.1.6 |
906 | 2023-10-25T06:32:24.998Z | Downloaded stringprep v0.1.3 |
907 | 2023-10-25T06:32:25.002Z | Downloaded digest v0.10.7 |
908 | 2023-10-25T06:32:25.006Z | Downloaded topological-sort v0.2.2 |
909 | 2023-10-25T06:32:25.011Z | Downloaded ron v0.8.1 |
910 | 2023-10-25T06:32:25.015Z | Downloaded slog-stdlog v4.1.1 |
911 | 2023-10-25T06:32:25.019Z | Downloaded predicates-core v1.0.6 |
912 | 2023-10-25T06:32:25.023Z | Downloaded foreign-types-macros v0.2.3 |
913 | 2023-10-25T06:32:25.031Z | Downloaded pkg-config v0.3.27 |
914 | 2023-10-25T06:32:25.035Z | Downloaded env_logger v0.9.3 |
915 | 2023-10-25T06:32:25.038Z | Downloaded predicates-tree v1.0.9 |
916 | 2023-10-25T06:32:25.041Z | Downloaded tinyvec v1.6.0 |
917 | 2023-10-25T06:32:25.044Z | Downloaded fnv v1.0.7 |
918 | 2023-10-25T06:32:25.047Z | Downloaded proc-macro2 v1.0.67 |
919 | 2023-10-25T06:32:25.052Z | Downloaded darling v0.14.4 |
920 | 2023-10-25T06:32:25.056Z | Downloaded parking_lot v0.12.1 |
921 | 2023-10-25T06:32:25.059Z | Downloaded rustversion v1.0.14 |
922 | 2023-10-25T06:32:25.063Z | Downloaded enum-as-inner v0.5.1 |
923 | 2023-10-25T06:32:25.066Z | Downloaded want v0.3.1 |
924 | 2023-10-25T06:32:25.069Z | Downloaded tungstenite v0.18.0 |
925 | 2023-10-25T06:32:25.073Z | Downloaded parking_lot_core v0.8.6 |
926 | 2023-10-25T06:32:25.077Z | Downloaded tokio-postgres v0.7.10 |
927 | 2023-10-25T06:32:25.083Z | Downloaded globset v0.4.13 |
928 | 2023-10-25T06:32:25.091Z | Downloaded ena v0.14.2 |
929 | 2023-10-25T06:32:25.508Z | Downloaded env_logger v0.10.0 |
930 | 2023-10-25T06:32:25.515Z | Downloaded unicase v2.7.0 |
931 | 2023-10-25T06:32:25.521Z | Downloaded wyz v0.5.1 |
932 | 2023-10-25T06:32:25.524Z | Downloaded pest_meta v2.7.2 |
933 | 2023-10-25T06:32:25.528Z | Downloaded pkcs8 v0.10.2 |
934 | 2023-10-25T06:32:25.531Z | Downloaded foreign-types-shared v0.3.1 |
935 | 2023-10-25T06:32:25.535Z | Downloaded unsafe-libyaml v0.2.9 |
936 | 2023-10-25T06:32:25.542Z | Downloaded zerocopy v0.3.0 |
937 | 2023-10-25T06:32:25.552Z | Downloaded xattr v1.0.1 |
938 | 2023-10-25T06:32:25.565Z | Downloaded serde v1.0.188 |
939 | 2023-10-25T06:32:25.585Z | Downloaded subprocess v0.2.9 |
940 | 2023-10-25T06:32:26.000Z | Downloaded glob v0.3.1 |
941 | 2023-10-25T06:32:26.009Z | Downloaded schemars v0.8.13 |
942 | 2023-10-25T06:32:26.021Z | Downloaded postgres-types v0.2.6 |
943 | 2023-10-25T06:32:26.027Z | Downloaded structmeta-derive v0.1.6 |
944 | 2023-10-25T06:32:26.441Z | Downloaded slog-async v2.8.0 |
945 | 2023-10-25T06:32:26.447Z | Downloaded toml v0.8.0 |
946 | 2023-10-25T06:32:26.513Z | Downloaded rustc-demangle v0.1.23 |
947 | 2023-10-25T06:32:26.519Z | Downloaded toml_edit v0.19.15 |
948 | 2023-10-25T06:32:26.528Z | Downloaded yasna v0.5.2 |
949 | 2023-10-25T06:32:26.546Z | Downloaded socket2 v0.4.9 |
950 | 2023-10-25T06:32:26.554Z | Downloaded crossterm v0.26.1 |
951 | 2023-10-25T06:32:26.562Z | Downloaded openssl-sys v0.9.93 |
952 | 2023-10-25T06:32:26.565Z | Downloaded ppv-lite86 v0.2.17 |
953 | 2023-10-25T06:32:26.569Z | Downloaded password-hash v0.5.0 |
954 | 2023-10-25T06:32:26.631Z | Downloaded ryu v1.0.15 |
955 | 2023-10-25T06:32:26.639Z | Downloaded reedline v0.23.0 |
956 | 2023-10-25T06:32:26.649Z | Downloaded rayon-core v1.11.0 |
957 | 2023-10-25T06:32:26.652Z | Downloaded rand v0.8.5 |
958 | 2023-10-25T06:32:26.655Z | Downloaded serde_with v2.3.3 |
959 | 2023-10-25T06:32:26.661Z | Downloaded elliptic-curve v0.13.5 |
960 | 2023-10-25T06:32:26.665Z | Downloaded hkdf v0.12.3 |
961 | 2023-10-25T06:32:26.669Z | Downloaded crypto-bigint v0.5.2 |
962 | 2023-10-25T06:32:26.673Z | Downloaded proptest v1.3.1 |
963 | 2023-10-25T06:32:26.676Z | Downloaded regex-automata v0.1.10 |
964 | 2023-10-25T06:32:26.679Z | Downloaded chrono v0.4.31 |
965 | 2023-10-25T06:32:26.683Z | Downloaded rsa v0.9.2 |
966 | 2023-10-25T06:32:26.686Z | Downloaded steno v0.4.0 |
967 | 2023-10-25T06:32:26.691Z | Downloaded hashbrown v0.12.3 |
968 | 2023-10-25T06:32:26.745Z | Downloaded toml_edit v0.20.0 |
969 | 2023-10-25T06:32:26.751Z | Downloaded x509-cert v0.2.4 |
970 | 2023-10-25T06:32:26.755Z | Downloaded idna v0.4.0 |
971 | 2023-10-25T06:32:26.758Z | Downloaded syn v2.0.32 |
972 | 2023-10-25T06:32:26.762Z | Downloaded rayon v1.7.0 |
973 | 2023-10-25T06:32:26.766Z | Downloaded quick-xml v0.23.1 |
974 | 2023-10-25T06:32:26.769Z | Downloaded webpki-roots v0.25.2 |
975 | 2023-10-25T06:32:26.772Z | Downloaded rusqlite v0.29.0 |
976 | 2023-10-25T06:32:26.775Z | Downloaded regress v0.7.1 |
977 | 2023-10-25T06:32:26.778Z | Downloaded regex v1.9.5 |
978 | 2023-10-25T06:32:26.782Z | Downloaded diesel v2.1.1 |
979 | 2023-10-25T06:32:26.788Z | Downloaded petgraph v0.6.4 |
980 | 2023-10-25T06:32:26.795Z | Downloaded openssl v0.10.57 |
981 | 2023-10-25T06:32:26.799Z | Downloaded rustix v0.38.9 |
982 | 2023-10-25T06:32:26.807Z | Downloaded git2 v0.17.2 |
983 | 2023-10-25T06:32:26.819Z | Downloaded gimli v0.28.0 |
984 | 2023-10-25T06:32:26.893Z | Downloaded tabled v0.14.0 |
985 | 2023-10-25T06:32:26.898Z | Downloaded object v0.32.1 |
986 | 2023-10-25T06:32:26.907Z | Downloaded libc v0.2.149 |
987 | 2023-10-25T06:32:26.921Z | Downloaded radix_trie v0.2.1 |
988 | 2023-10-25T06:32:26.932Z | Downloaded curve25519-dalek v4.1.0 |
989 | 2023-10-25T06:32:26.949Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2023-10-25T06:32:26.969Z | Downloaded regex-syntax v0.7.5 |
991 | 2023-10-25T06:32:26.984Z | Downloaded rustls v0.21.7 |
992 | 2023-10-25T06:32:26.997Z | Downloaded object v0.30.4 |
993 | 2023-10-25T06:32:27.056Z | Downloaded bstr v1.6.0 |
994 | 2023-10-25T06:32:27.062Z | Downloaded sled v0.34.7 |
995 | 2023-10-25T06:32:27.066Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
996 | 2023-10-25T06:32:27.070Z | Downloaded rustix v0.37.23 |
997 | 2023-10-25T06:32:27.075Z | Downloaded regex-automata v0.3.8 |
998 | 2023-10-25T06:32:27.080Z | Downloaded tokio v1.33.0 |
999 | 2023-10-25T06:32:27.085Z | Downloaded zerocopy-derive v0.6.4 |
1000 | 2023-10-25T06:32:27.091Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1001 | 2023-10-25T06:32:27.095Z | Downloaded sha3 v0.10.8 |
1002 | 2023-10-25T06:32:27.100Z | Downloaded zerocopy-derive v0.2.0 |
1003 | 2023-10-25T06:32:27.105Z | Downloaded bstr v0.2.17 |
1004 | 2023-10-25T06:32:27.110Z | Downloaded openapiv3 v1.0.3 |
1005 | 2023-10-25T06:32:27.114Z | Downloaded regex-syntax v0.6.29 |
1006 | 2023-10-25T06:32:27.118Z | Downloaded idna v0.2.3 |
1007 | 2023-10-25T06:32:27.121Z | Downloaded vcpkg v0.2.15 |
1008 | 2023-10-25T06:32:27.125Z | Downloaded polar-core v0.26.4 |
1009 | 2023-10-25T06:32:27.130Z | Downloaded ring v0.16.20 |
1010 | 2023-10-25T06:32:27.135Z | Downloaded encoding_rs v0.8.33 |
1011 | 2023-10-25T06:32:27.139Z | Downloaded bitvec v1.0.1 |
1012 | 2023-10-25T06:32:27.143Z | Downloaded nix v0.26.2 |
1013 | 2023-10-25T06:32:27.148Z | Downloaded hyper v0.14.27 |
1014 | 2023-10-25T06:32:27.153Z | Downloaded syn v1.0.109 |
1015 | 2023-10-25T06:32:27.158Z | Downloaded hashbrown v0.14.0 |
1016 | 2023-10-25T06:32:27.162Z | Downloaded ratatui v0.23.0 |
1017 | 2023-10-25T06:32:27.167Z | Downloaded smoltcp v0.9.1 |
1018 | 2023-10-25T06:32:27.172Z | Downloaded winnow v0.5.15 |
1019 | 2023-10-25T06:32:27.178Z | Downloaded pest v2.7.2 |
1020 | 2023-10-25T06:32:27.182Z | Downloaded bindgen v0.65.1 |
1021 | 2023-10-25T06:32:27.186Z | Downloaded reqwest v0.11.20 |
1022 | 2023-10-25T06:32:27.190Z | Downloaded hashbrown v0.13.2 |
1023 | 2023-10-25T06:32:27.197Z | Downloaded rustls-webpki v0.101.4 |
1024 | 2023-10-25T06:32:27.202Z | Downloaded libz-sys v1.1.12 |
1025 | 2023-10-25T06:32:27.205Z | Downloaded h2 v0.3.21 |
1026 | 2023-10-25T06:32:27.209Z | Downloaded smoltcp v0.8.2 |
1027 | 2023-10-25T06:32:27.214Z | Downloaded serde_json v1.0.107 |
1028 | 2023-10-25T06:32:27.217Z | Downloaded clap v2.34.0 |
1029 | 2023-10-25T06:32:27.221Z | Downloaded crossterm v0.27.0 |
1030 | 2023-10-25T06:32:27.225Z | Downloaded unicode-segmentation v1.10.1 |
1031 | 2023-10-25T06:32:27.232Z | Downloaded unicode-normalization v0.1.22 |
1032 | 2023-10-25T06:32:27.249Z | Downloaded clap_builder v4.4.2 |
1033 | 2023-10-25T06:32:27.257Z | Downloaded futures-util v0.3.28 |
1034 | 2023-10-25T06:32:27.261Z | Downloaded tough v0.12.5 |
1035 | 2023-10-25T06:32:27.264Z | Downloaded zip v0.6.6 |
1036 | 2023-10-25T06:32:27.267Z | Downloaded trust-dns-server v0.22.1 |
1037 | 2023-10-25T06:32:27.270Z | Downloaded portable-atomic v1.4.3 |
1038 | 2023-10-25T06:32:27.273Z | Downloaded time v0.3.27 |
1039 | 2023-10-25T06:32:27.276Z | Downloaded libsqlite3-sys v0.26.0 |
1040 | 2023-10-25T06:32:27.280Z | Downloaded snafu v0.7.5 |
1041 | 2023-10-25T06:32:27.284Z | Downloaded pest_derive v2.7.2 |
1042 | 2023-10-25T06:32:27.287Z | Downloaded semver v0.11.0 |
1043 | 2023-10-25T06:32:27.290Z | Downloaded strum_macros v0.24.3 |
1044 | 2023-10-25T06:32:27.293Z | Downloaded quote v1.0.33 |
1045 | 2023-10-25T06:32:27.297Z | Downloaded lalrpop v0.19.12 |
1046 | 2023-10-25T06:32:27.301Z | Downloaded trust-dns-resolver v0.22.0 |
1047 | 2023-10-25T06:32:27.305Z | Downloaded url v2.4.1 |
1048 | 2023-10-25T06:32:27.309Z | Downloaded zeroize v1.6.0 |
1049 | 2023-10-25T06:32:27.311Z | Downloaded structopt v0.3.26 |
1050 | 2023-10-25T06:32:27.314Z | Downloaded getrandom v0.2.10 |
1051 | 2023-10-25T06:32:27.318Z | Downloaded headers v0.3.9 |
1052 | 2023-10-25T06:32:27.321Z | Downloaded rand_core v0.6.4 |
1053 | 2023-10-25T06:32:27.325Z | Downloaded flate2 v1.0.28 |
1054 | 2023-10-25T06:32:27.345Z | Downloaded tungstenite v0.20.1 |
1055 | 2023-10-25T06:32:27.351Z | Downloaded pin-project-lite v0.2.13 |
1056 | 2023-10-25T06:32:27.354Z | Downloaded aho-corasick v1.0.4 |
1057 | 2023-10-25T06:32:27.357Z | Downloaded string_cache v0.8.7 |
1058 | 2023-10-25T06:32:27.360Z | Downloaded spin v0.5.2 |
1059 | 2023-10-25T06:32:27.363Z | Downloaded rpassword v7.2.0 |
1060 | 2023-10-25T06:32:27.366Z | Downloaded tar v0.4.40 |
1061 | 2023-10-25T06:32:27.370Z | Downloaded half v1.8.2 |
1062 | 2023-10-25T06:32:27.374Z | Downloaded unicode-bidi v0.3.13 |
1063 | 2023-10-25T06:32:27.378Z | Downloaded papergrid v0.10.0 |
1064 | 2023-10-25T06:32:27.383Z | Downloaded uuid v1.4.1 |
1065 | 2023-10-25T06:32:27.388Z | Downloaded serde_yaml v0.9.25 |
1066 | 2023-10-25T06:32:27.391Z | Downloaded flume v0.11.0 |
1067 | 2023-10-25T06:32:27.394Z | Downloaded tiny-keccak v2.0.2 |
1068 | 2023-10-25T06:32:27.399Z | Downloaded subtle v2.5.0 |
1069 | 2023-10-25T06:32:27.402Z | Downloaded hashlink v0.8.3 |
1070 | 2023-10-25T06:32:27.406Z | Downloaded parking_lot_core v0.9.8 |
1071 | 2023-10-25T06:32:27.411Z | Downloaded unicode-ident v1.0.12 |
1072 | 2023-10-25T06:32:27.423Z | Downloaded snafu-derive v0.7.5 |
1073 | 2023-10-25T06:32:27.434Z | Downloaded der v0.7.8 |
1074 | 2023-10-25T06:32:27.484Z | Downloaded proc-macro-crate v1.3.1 |
1075 | 2023-10-25T06:32:27.491Z | Downloaded pem v1.1.1 |
1076 | 2023-10-25T06:32:27.499Z | Downloaded num_enum_derive v0.7.0 |
1077 | 2023-10-25T06:32:27.508Z | Downloaded owo-colors v3.5.0 |
1078 | 2023-10-25T06:32:27.525Z | Downloaded polyval v0.6.1 |
1079 | 2023-10-25T06:32:27.538Z | Downloaded slog-scope v4.4.0 |
1080 | 2023-10-25T06:32:27.543Z | Downloaded tokio-tungstenite v0.18.0 |
1081 | 2023-10-25T06:32:27.548Z | Downloaded itertools v0.11.0 |
1082 | 2023-10-25T06:32:27.556Z | Downloaded aes v0.8.3 |
1083 | 2023-10-25T06:32:27.579Z | Downloaded packed_struct v0.10.1 |
1084 | 2023-10-25T06:32:27.586Z | Downloaded olpc-cjson v0.1.3 |
1085 | 2023-10-25T06:32:27.592Z | Downloaded parking_lot v0.11.2 |
1086 | 2023-10-25T06:32:27.599Z | Downloaded tracing v0.1.37 |
1087 | 2023-10-25T06:32:27.615Z | Downloaded serde_with_macros v2.3.3 |
1088 | 2023-10-25T06:32:27.623Z | Downloaded num_enum_derive v0.5.11 |
1089 | 2023-10-25T06:32:27.628Z | Downloaded slog-term v2.9.0 |
1090 | 2023-10-25T06:32:27.632Z | Downloaded twox-hash v1.6.3 |
1091 | 2023-10-25T06:32:27.638Z | Downloaded similar v2.2.1 |
1092 | 2023-10-25T06:32:27.643Z | Downloaded signal-hook v0.3.17 |
1093 | 2023-10-25T06:32:27.650Z | Downloaded semver v1.0.20 |
1094 | 2023-10-25T06:32:27.657Z | Downloaded radium v0.7.0 |
1095 | 2023-10-25T06:32:27.666Z | Downloaded smallvec v0.6.14 |
1096 | 2023-10-25T06:32:27.681Z | Downloaded slog-bunyan v2.4.0 |
1097 | 2023-10-25T06:32:27.687Z | Downloaded scopeguard v1.2.0 |
1098 | 2023-10-25T06:32:27.694Z | Downloaded derive_builder_core v0.12.0 |
1099 | 2023-10-25T06:32:27.699Z | Downloaded tokio-util v0.7.9 |
1100 | 2023-10-25T06:32:27.704Z | Downloaded toolchain_find v0.2.0 |
1101 | 2023-10-25T06:32:27.708Z | Downloaded precomputed-hash v0.1.1 |
1102 | 2023-10-25T06:32:27.717Z | Downloaded parse-display-derive v0.7.0 |
1103 | 2023-10-25T06:32:27.726Z | Downloaded semver-parser v0.10.2 |
1104 | 2023-10-25T06:32:27.732Z | Downloaded thiserror-impl-no-std v2.0.2 |
1105 | 2023-10-25T06:32:27.739Z | Downloaded smawk v0.3.1 |
1106 | 2023-10-25T06:32:27.743Z | Downloaded diesel_derives v2.1.1 |
1107 | 2023-10-25T06:32:27.747Z | Downloaded serde_urlencoded v0.7.1 |
1108 | 2023-10-25T06:32:27.751Z | Downloaded peeking_take_while v0.1.2 |
1109 | 2023-10-25T06:32:27.755Z | Downloaded zone v0.2.0 |
1110 | 2023-10-25T06:32:27.760Z | Downloaded vergen v8.2.4 |
1111 | 2023-10-25T06:32:27.766Z | Downloaded rand_chacha v0.3.1 |
1112 | 2023-10-25T06:32:27.772Z | Downloaded ref-cast v1.0.20 |
1113 | 2023-10-25T06:32:27.776Z | Downloaded prettyplease v0.2.12 |
1114 | 2023-10-25T06:32:27.781Z | Downloaded dirs-sys-next v0.1.2 |
1115 | 2023-10-25T06:32:27.786Z | Downloaded strsim v0.10.0 |
1116 | 2023-10-25T06:32:27.797Z | Downloaded fixedbitset v0.4.2 |
1117 | 2023-10-25T06:32:27.804Z | Downloaded serde_derive v1.0.188 |
1118 | 2023-10-25T06:32:27.810Z | Downloaded thread_local v1.1.7 |
1119 | 2023-10-25T06:32:27.814Z | Downloaded tokio-rustls v0.24.1 |
1120 | 2023-10-25T06:32:27.819Z | Downloaded tracing-core v0.1.31 |
1121 | 2023-10-25T06:32:27.824Z | Downloaded r2d2 v0.8.10 |
1122 | 2023-10-25T06:32:27.829Z | Downloaded proc-macro-error v1.0.4 |
1123 | 2023-10-25T06:32:27.839Z | Downloaded group v0.13.0 |
1124 | 2023-10-25T06:32:27.848Z | Downloaded futures-sink v0.3.28 |
1125 | 2023-10-25T06:32:27.853Z | Downloaded num_threads v0.1.6 |
1126 | 2023-10-25T06:32:27.857Z | Downloaded take_mut v0.2.2 |
1127 | 2023-10-25T06:32:27.865Z | Downloaded flagset v0.4.3 |
1128 | 2023-10-25T06:32:27.872Z | Downloaded num-bigint-dig v0.8.4 |
1129 | 2023-10-25T06:32:27.888Z | Downloaded nom v7.1.3 |
1130 | 2023-10-25T06:32:27.905Z | Downloaded signature v2.1.0 |
1131 | 2023-10-25T06:32:27.920Z | Downloaded signature v1.6.4 |
1132 | 2023-10-25T06:32:27.934Z | Downloaded crossbeam-utils v0.8.16 |
1133 | 2023-10-25T06:32:27.939Z | Downloaded ringbuffer v0.15.0 |
1134 | 2023-10-25T06:32:27.944Z | Downloaded tui-tree-widget v0.13.0 |
1135 | 2023-10-25T06:32:27.949Z | Downloaded mio v0.8.8 |
1136 | 2023-10-25T06:32:27.954Z | Downloaded crossbeam-channel v0.5.8 |
1137 | 2023-10-25T06:32:27.960Z | Downloaded test-strategy v0.2.1 |
1138 | 2023-10-25T06:32:27.966Z | Downloaded ctr v0.9.2 |
1139 | 2023-10-25T06:32:27.971Z | Downloaded futures v0.3.28 |
1140 | 2023-10-25T06:32:27.976Z | Downloaded indexmap v2.0.0 |
1141 | 2023-10-25T06:32:27.981Z | Downloaded vsss-rs v3.3.1 |
1142 | 2023-10-25T06:32:27.987Z | Downloaded typenum v1.16.0 |
1143 | 2023-10-25T06:32:27.995Z | Downloaded trust-dns-client v0.22.0 |
1144 | 2023-10-25T06:32:28.001Z | Downloaded omicron-zone-package v0.8.3 |
1145 | 2023-10-25T06:32:28.005Z | Downloaded diff v0.1.13 |
1146 | 2023-10-25T06:32:28.011Z | Downloaded derive_builder v0.12.0 |
1147 | 2023-10-25T06:32:28.014Z | Downloaded toml v0.7.8 |
1148 | 2023-10-25T06:32:28.019Z | Downloaded futures-channel v0.3.28 |
1149 | 2023-10-25T06:32:28.027Z | Downloaded utf-8 v0.7.6 |
1150 | 2023-10-25T06:32:28.031Z | Downloaded form_urlencoded v1.2.0 |
1151 | 2023-10-25T06:32:28.036Z | Downloaded untrusted v0.7.1 |
1152 | 2023-10-25T06:32:28.042Z | Downloaded shell-words v1.1.0 |
1153 | 2023-10-25T06:32:28.046Z | Downloaded tabled_derive v0.6.0 |
1154 | 2023-10-25T06:32:28.055Z | Downloaded pest_generator v2.7.2 |
1155 | 2023-10-25T06:32:28.093Z | Downloaded fallible-streaming-iterator v0.1.9 |
1156 | 2023-10-25T06:32:28.103Z | Downloaded heapless v0.7.16 |
1157 | 2023-10-25T06:32:28.117Z | Downloaded getopts v0.2.21 |
1158 | 2023-10-25T06:32:28.124Z | Downloaded percent-encoding v2.3.0 |
1159 | 2023-10-25T06:32:28.128Z | Downloaded derive-where v1.2.5 |
1160 | 2023-10-25T06:32:28.133Z | Downloaded vec_map v0.8.2 |
1161 | 2023-10-25T06:32:28.139Z | Downloaded pkcs1 v0.7.5 |
1162 | 2023-10-25T06:32:28.143Z | Downloaded static_assertions v1.1.0 |
1163 | 2023-10-25T06:32:28.147Z | Downloaded minimal-lexical v0.2.1 |
1164 | 2023-10-25T06:32:28.150Z | Downloaded fs-err v2.9.0 |
1165 | 2023-10-25T06:32:28.154Z | Downloaded fragile v2.0.0 |
1166 | 2023-10-25T06:32:28.157Z | Downloaded postcard-cobs v0.1.5-pre |
1167 | 2023-10-25T06:32:28.161Z | Downloaded postgres-protocol v0.6.6 |
1168 | 2023-10-25T06:32:28.164Z | Downloaded futures-executor v0.3.28 |
1169 | 2023-10-25T06:32:28.167Z | Downloaded salty v0.2.0 |
1170 | 2023-10-25T06:32:28.171Z | Downloaded memchr v2.6.3 |
1171 | 2023-10-25T06:32:28.174Z | Downloaded textwrap v0.16.0 |
1172 | 2023-10-25T06:32:28.179Z | Downloaded const_format v0.2.31 |
1173 | 2023-10-25T06:32:28.184Z | Downloaded arc-swap v1.6.0 |
1174 | 2023-10-25T06:32:28.190Z | Downloaded poly1305 v0.8.0 |
1175 | 2023-10-25T06:32:28.197Z | Downloaded signal-hook-tokio v0.3.1 |
1176 | 2023-10-25T06:32:28.202Z | Downloaded shlex v1.1.0 |
1177 | 2023-10-25T06:32:28.208Z | Downloaded float-cmp v0.9.0 |
1178 | 2023-10-25T06:32:28.213Z | Downloaded difflib v0.4.0 |
1179 | 2023-10-25T06:32:28.220Z | Downloaded terminal_size v0.2.6 |
1180 | 2023-10-25T06:32:28.225Z | Downloaded either v1.9.0 |
1181 | 2023-10-25T06:32:28.230Z | Downloaded libm v0.2.7 |
1182 | 2023-10-25T06:32:28.234Z | Downloaded thiserror-impl v1.0.49 |
1183 | 2023-10-25T06:32:28.242Z | Downloaded tokio-macros v2.1.0 |
1184 | 2023-10-25T06:32:28.246Z | Downloaded backtrace v0.3.69 |
1185 | 2023-10-25T06:32:28.250Z | Downloaded allocator-api2 v0.2.16 |
1186 | 2023-10-25T06:32:28.258Z | Downloaded path-dedot v3.1.0 |
1187 | 2023-10-25T06:32:28.264Z | Downloaded path-absolutize v3.1.0 |
1188 | 2023-10-25T06:32:28.271Z | Downloaded oso-derive v0.26.4 |
1189 | 2023-10-25T06:32:28.279Z | Downloaded ucd-trie v0.1.6 |
1190 | 2023-10-25T06:32:28.284Z | Downloaded funty v2.0.0 |
1191 | 2023-10-25T06:32:28.295Z | Downloaded debug-ignore v1.0.5 |
1192 | 2023-10-25T06:32:28.308Z | Downloaded miniz_oxide v0.7.1 |
1193 | 2023-10-25T06:32:28.313Z | Downloaded termtree v0.4.1 |
1194 | 2023-10-25T06:32:28.318Z | Downloaded termios v0.3.3 |
1195 | 2023-10-25T06:32:28.327Z | Downloaded crc-any v2.4.3 |
1196 | 2023-10-25T06:32:28.340Z | Downloaded cargo_toml v0.16.3 |
1197 | 2023-10-25T06:32:28.350Z | Downloaded predicates v3.0.4 |
1198 | 2023-10-25T06:32:28.361Z | Downloaded futures-io v0.3.28 |
1199 | 2023-10-25T06:32:28.366Z | Downloaded unicode-width v0.1.10 |
1200 | 2023-10-25T06:32:28.371Z | Downloaded usdt-impl v0.3.5 |
1201 | 2023-10-25T06:32:28.375Z | Downloaded hmac v0.12.1 |
1202 | 2023-10-25T06:32:28.378Z | Downloaded vte v0.11.1 |
1203 | 2023-10-25T06:32:28.381Z | Downloaded const-oid v0.9.5 |
1204 | 2023-10-25T06:32:28.384Z | Downloaded usdt v0.3.5 |
1205 | 2023-10-25T06:32:28.387Z | Downloaded synstructure v0.12.6 |
1206 | 2023-10-25T06:32:28.391Z | Downloaded filetime v0.2.22 |
1207 | 2023-10-25T06:32:28.394Z | Downloaded fd-lock v3.0.13 |
1208 | 2023-10-25T06:32:28.398Z | Downloaded equivalent v1.0.1 |
1209 | 2023-10-25T06:32:28.409Z | Downloaded waitgroup v0.1.2 |
1210 | 2023-10-25T06:32:28.413Z | Downloaded rand_xorshift v0.3.0 |
1211 | 2023-10-25T06:32:28.416Z | Downloaded smf v0.2.2 |
1212 | 2023-10-25T06:32:28.419Z | Downloaded serde_arrays v0.1.0 |
1213 | 2023-10-25T06:32:28.422Z | Downloaded slog-envlogger v2.2.0 |
1214 | 2023-10-25T06:32:28.426Z | Downloaded sha2 v0.10.8 |
1215 | 2023-10-25T06:32:28.429Z | Downloaded console v0.15.7 |
1216 | 2023-10-25T06:32:28.433Z | Downloaded tokio-tungstenite v0.20.1 |
1217 | 2023-10-25T06:32:28.437Z | Downloaded structopt-derive v0.4.18 |
1218 | 2023-10-25T06:32:28.440Z | Downloaded sha1 v0.10.5 |
1219 | 2023-10-25T06:32:28.443Z | Downloaded serde_spanned v0.6.3 |
1220 | 2023-10-25T06:32:28.446Z | Downloaded num_enum v0.7.0 |
1221 | 2023-10-25T06:32:28.449Z | Downloaded quick-error v1.2.3 |
1222 | 2023-10-25T06:32:28.451Z | Downloaded doc-comment v0.3.3 |
1223 | 2023-10-25T06:32:28.454Z | Downloaded crossbeam-epoch v0.9.15 |
1224 | 2023-10-25T06:32:28.459Z | Downloaded blake2 v0.10.6 |
1225 | 2023-10-25T06:32:28.462Z | Downloaded heck v0.3.3 |
1226 | 2023-10-25T06:32:28.466Z | Downloaded bincode v1.3.3 |
1227 | 2023-10-25T06:32:28.476Z | Downloaded bitfield v0.14.0 |
1228 | 2023-10-25T06:32:28.480Z | Downloaded backoff v0.4.0 |
1229 | 2023-10-25T06:32:28.483Z | Downloaded usdt-attr-macro v0.3.5 |
1230 | 2023-10-25T06:32:28.486Z | Downloaded term v0.7.0 |
1231 | 2023-10-25T06:32:28.490Z | Downloaded slog-json v2.6.1 |
1232 | 2023-10-25T06:32:28.492Z | Downloaded signal-hook-mio v0.2.3 |
1233 | 2023-10-25T06:32:28.495Z | Downloaded serde_repr v0.1.16 |
1234 | 2023-10-25T06:32:28.498Z | Downloaded serde-hex v0.1.0 |
1235 | 2023-10-25T06:32:28.503Z | Downloaded secrecy v0.8.0 |
1236 | 2023-10-25T06:32:28.506Z | Downloaded native-tls v0.2.11 |
1237 | 2023-10-25T06:32:28.509Z | Downloaded memoffset v0.7.1 |
1238 | 2023-10-25T06:32:28.515Z | Downloaded cookie v0.16.2 |
1239 | 2023-10-25T06:32:28.519Z | Downloaded const_format_proc_macros v0.2.31 |
1240 | 2023-10-25T06:32:28.527Z | Downloaded anyhow v1.0.75 |
1241 | 2023-10-25T06:32:28.540Z | Downloaded ahash v0.8.3 |
1242 | 2023-10-25T06:32:28.552Z | Downloaded clap_lex v0.5.1 |
1243 | 2023-10-25T06:32:28.561Z | Downloaded cipher v0.4.4 |
1244 | 2023-10-25T06:32:28.566Z | Downloaded base64 v0.13.1 |
1245 | 2023-10-25T06:32:28.572Z | Downloaded mockall_derive v0.11.4 |
1246 | 2023-10-25T06:32:28.575Z | Downloaded mockall v0.11.4 |
1247 | 2023-10-25T06:32:28.578Z | Downloaded anstyle v1.0.2 |
1248 | 2023-10-25T06:32:28.581Z | Downloaded strsim v0.8.0 |
1249 | 2023-10-25T06:32:28.584Z | Downloaded clang-sys v1.6.1 |
1250 | 2023-10-25T06:32:28.587Z | Downloaded siphasher v0.3.11 |
1251 | 2023-10-25T06:32:28.592Z | Downloaded signal-hook-registry v1.4.1 |
1252 | 2023-10-25T06:32:28.595Z | Downloaded rustc_version v0.4.0 |
1253 | 2023-10-25T06:32:28.599Z | Downloaded num_enum v0.5.11 |
1254 | 2023-10-25T06:32:28.602Z | Downloaded libloading v0.7.4 |
1255 | 2023-10-25T06:32:28.606Z | Downloaded hyper-rustls v0.24.1 |
1256 | 2023-10-25T06:32:28.609Z | Downloaded thiserror v1.0.49 |
1257 | 2023-10-25T06:32:28.612Z | Downloaded textwrap v0.11.0 |
1258 | 2023-10-25T06:32:28.615Z | Downloaded termcolor v1.2.0 |
1259 | 2023-10-25T06:32:28.618Z | Downloaded hubpack v0.1.2 |
1260 | 2023-10-25T06:32:28.621Z | Downloaded foreign-types v0.5.0 |
1261 | 2023-10-25T06:32:28.624Z | Downloaded foreign-types v0.3.2 |
1262 | 2023-10-25T06:32:28.627Z | Downloaded strum v0.25.0 |
1263 | 2023-10-25T06:32:28.630Z | Downloaded crc v3.0.1 |
1264 | 2023-10-25T06:32:28.632Z | Downloaded byteorder v1.4.3 |
1265 | 2023-10-25T06:32:28.635Z | Downloaded httpdate v1.0.3 |
1266 | 2023-10-25T06:32:28.640Z | Downloaded highway v1.1.0 |
1267 | 2023-10-25T06:32:28.643Z | Downloaded async-recursion v1.0.5 |
1268 | 2023-10-25T06:32:28.645Z | Downloaded addr2line v0.21.0 |
1269 | 2023-10-25T06:32:28.649Z | Downloaded tokio-native-tls v0.3.1 |
1270 | 2023-10-25T06:32:28.652Z | Downloaded time-macros v0.2.13 |
1271 | 2023-10-25T06:32:28.655Z | Downloaded block-padding v0.3.3 |
1272 | 2023-10-25T06:32:28.658Z | Downloaded home v0.5.5 |
1273 | 2023-10-25T06:32:28.665Z | Downloaded ascii v1.1.0 |
1274 | 2023-10-25T06:32:28.668Z | Downloaded ansi_term v0.12.1 |
1275 | 2023-10-25T06:32:28.671Z | Downloaded time-core v0.1.1 |
1276 | 2023-10-25T06:32:28.674Z | Downloaded bit-set v0.5.3 |
1277 | 2023-10-25T06:32:28.677Z | Downloaded bb8 v0.8.1 |
1278 | 2023-10-25T06:32:28.681Z | Downloaded bit-vec v0.6.3 |
1279 | 2023-10-25T06:32:28.684Z | Downloaded semver v0.1.20 |
1280 | 2023-10-25T06:32:28.687Z | Downloaded convert_case v0.4.0 |
1281 | 2023-10-25T06:32:28.690Z | Downloaded atomic-waker v1.1.1 |
1282 | 2023-10-25T06:32:28.693Z | Downloaded serde_plain v1.0.2 |
1283 | 2023-10-25T06:32:28.696Z | Downloaded sct v0.7.0 |
1284 | 2023-10-25T06:32:28.703Z | Downloaded rustls-pemfile v1.0.3 |
1285 | 2023-10-25T06:32:28.708Z | Downloaded colored v2.0.4 |
1286 | 2023-10-25T06:32:28.713Z | Downloaded autocfg v1.1.0 |
1287 | 2023-10-25T06:32:28.717Z | Downloaded async-stream v0.3.5 |
1288 | 2023-10-25T06:32:28.721Z | Downloaded ascii-canvas v3.0.0 |
1289 | 2023-10-25T06:32:28.725Z | Downloaded anstyle-query v1.0.0 |
1290 | 2023-10-25T06:32:28.731Z | Downloaded strip-ansi-escapes v0.2.0 |
1291 | 2023-10-25T06:32:28.736Z | Downloaded stable_deref_trait v1.2.0 |
1292 | 2023-10-25T06:32:28.742Z | Downloaded maybe-uninit v2.0.0 |
1293 | 2023-10-25T06:32:28.746Z | Downloaded buf-list v1.0.3 |
1294 | 2023-10-25T06:32:28.751Z | Downloaded indoc v1.0.9 |
1295 | 2023-10-25T06:32:28.764Z | Downloaded lru-cache v0.1.2 |
1296 | 2023-10-25T06:32:29.178Z | Downloaded base16ct v0.2.0 |
1297 | 2023-10-25T06:32:29.182Z | Downloaded bytesize v1.3.0 |
1298 | 2023-10-25T06:32:29.189Z | Downloaded indoc v2.0.3 |
1299 | 2023-10-25T06:32:29.197Z | Downloaded camino-tempfile v1.0.2 |
1300 | 2023-10-25T06:32:29.213Z | Downloaded corncobs v0.1.3 |
1301 | 2023-10-25T06:32:29.223Z | Downloaded array-init v0.0.4 |
1302 | 2023-10-25T06:32:29.243Z | Downloaded anstyle-parse v0.2.1 |
1303 | 2023-10-25T06:32:29.261Z | Downloaded clap_derive v4.4.2 |
1304 | 2023-10-25T06:32:29.268Z | Downloaded camino v1.1.6 |
1305 | 2023-10-25T06:32:29.272Z | Downloaded humantime v2.1.0 |
1306 | 2023-10-25T06:32:29.279Z | Downloaded crossbeam-deque v0.8.3 |
1307 | 2023-10-25T06:32:29.284Z | Downloaded hyper-staticfile v0.9.5 |
1308 | 2023-10-25T06:32:29.298Z | Downloaded argon2 v0.5.2 |
1309 | 2023-10-25T06:32:29.304Z | Downloaded bitstruct_derive v0.1.0 |
1310 | 2023-10-25T06:32:29.308Z | Downloaded hostname v0.3.1 |
1311 | 2023-10-25T06:32:29.313Z | Downloaded nu-ansi-term v0.49.0 |
1312 | 2023-10-25T06:32:29.318Z | Downloaded normalize-line-endings v0.3.0 |
1313 | 2023-10-25T06:32:29.322Z | Downloaded matches v0.1.10 |
1314 | 2023-10-25T06:32:29.328Z | Downloaded managed v0.8.0 |
1315 | 2023-10-25T06:32:29.333Z | Downloaded num-integer v0.1.45 |
1316 | 2023-10-25T06:32:29.339Z | Downloaded mime_guess v2.0.4 |
1317 | 2023-10-25T06:32:29.343Z | Downloaded cpufeatures v0.2.9 |
1318 | 2023-10-25T06:32:29.348Z | Downloaded same-file v1.0.6 |
1319 | 2023-10-25T06:32:29.352Z | Downloaded block-buffer v0.10.4 |
1320 | 2023-10-25T06:32:29.357Z | Downloaded anstream v0.5.0 |
1321 | 2023-10-25T06:32:29.361Z | Downloaded crc-catalog v2.2.0 |
1322 | 2023-10-25T06:32:29.366Z | Downloaded bit_field v0.10.2 |
1323 | 2023-10-25T06:32:29.371Z | Downloaded num-rational v0.4.1 |
1324 | 2023-10-25T06:32:29.397Z | Downloaded nibble_vec v0.1.0 |
1325 | 2023-10-25T06:32:29.408Z | Downloaded lalrpop-util v0.19.12 |
1326 | 2023-10-25T06:32:29.421Z | Downloaded atty v0.2.14 |
1327 | 2023-10-25T06:32:29.435Z | Downloaded async-stream-impl v0.3.5 |
1328 | 2023-10-25T06:32:29.445Z | Downloaded num_cpus v1.16.0 |
1329 | 2023-10-25T06:32:29.454Z | Downloaded num-derive v0.4.0 |
1330 | 2023-10-25T06:32:29.464Z | Downloaded nodrop v0.1.14 |
1331 | 2023-10-25T06:32:29.473Z | Downloaded md-5 v0.10.5 |
1332 | 2023-10-25T06:32:29.484Z | Downloaded colorchoice v1.0.0 |
1333 | 2023-10-25T06:32:29.492Z | Downloaded keccak v0.1.4 |
1334 | 2023-10-25T06:32:29.501Z | Downloaded rustc_version v0.1.7 |
1335 | 2023-10-25T06:32:29.509Z | Downloaded mime v0.3.17 |
1336 | 2023-10-25T06:32:29.517Z | Downloaded linear-map v1.2.0 |
1337 | 2023-10-25T06:32:29.526Z | Downloaded lazy_static v1.4.0 |
1338 | 2023-10-25T06:32:29.536Z | Downloaded jobserver v0.1.26 |
1339 | 2023-10-25T06:32:29.542Z | Downloaded is-terminal v0.4.9 |
1340 | 2023-10-25T06:32:29.551Z | Downloaded ipnetwork v0.20.0 |
1341 | 2023-10-25T06:32:29.560Z | Downloaded aes-gcm-siv v0.11.1 |
1342 | 2023-10-25T06:32:29.570Z | Downloaded cc v1.0.83 |
1343 | 2023-10-25T06:32:29.574Z | Downloaded inout v0.1.3 |
1344 | 2023-10-25T06:32:29.581Z | Downloaded new_debug_unreachable v1.0.4 |
1345 | 2023-10-25T06:32:29.589Z | Downloaded num v0.4.1 |
1346 | 2023-10-25T06:32:29.596Z | Downloaded memoffset v0.9.0 |
1347 | 2023-10-25T06:32:29.608Z | Downloaded chacha20 v0.9.1 |
1348 | 2023-10-25T06:32:29.613Z | Downloaded chacha20poly1305 v0.10.1 |
1349 | 2023-10-25T06:32:29.637Z | Downloaded ciborium-ll v0.2.1 |
1350 | 2023-10-25T06:32:29.643Z | Downloaded cargo-platform v0.1.3 |
1351 | 2023-10-25T06:32:29.671Z | Downloaded cfg-if v1.0.0 |
1352 | 2023-10-25T06:32:29.688Z | Compiling proc-macro2 v1.0.67 |
1353 | 2023-10-25T06:32:29.706Z | Compiling unicode-ident v1.0.12 |
1354 | 2023-10-25T06:32:29.716Z | Compiling libc v0.2.149 |
1355 | 2023-10-25T06:32:29.727Z | Compiling serde v1.0.188 |
1356 | 2023-10-25T06:32:29.735Z | Compiling autocfg v1.1.0 |
1357 | 2023-10-25T06:32:29.739Z | Compiling version_check v0.9.4 |
1358 | 2023-10-25T06:32:29.743Z | Compiling cfg-if v1.0.0 |
1359 | 2023-10-25T06:32:29.747Z | Compiling syn v1.0.109 |
1360 | 2023-10-25T06:32:29.751Z | Compiling once_cell v1.18.0 |
1361 | 2023-10-25T06:32:29.755Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-10-25T06:32:29.761Z | Compiling libm v0.2.7 |
1363 | 2023-10-25T06:32:29.765Z | Compiling ahash v0.8.3 |
1364 | 2023-10-25T06:32:29.769Z | Compiling lock_api v0.4.10 |
1365 | 2023-10-25T06:32:29.772Z | Compiling num-traits v0.2.16 |
1366 | 2023-10-25T06:32:29.776Z | Compiling thiserror v1.0.49 |
1367 | 2023-10-25T06:32:29.840Z | Compiling typenum v1.16.0 |
1368 | 2023-10-25T06:32:29.848Z | Compiling futures-core v0.3.28 |
1369 | 2023-10-25T06:32:29.860Z | Compiling generic-array v0.14.7 |
1370 | 2023-10-25T06:32:30.262Z | Compiling memchr v2.6.3 |
1371 | 2023-10-25T06:32:30.453Z | Compiling itoa v1.0.9 |
1372 | 2023-10-25T06:32:30.765Z | Compiling scopeguard v1.2.0 |
1373 | 2023-10-25T06:32:30.796Z | Compiling pkg-config v0.3.27 |
1374 | 2023-10-25T06:32:31.504Z | Compiling quote v1.0.33 |
1375 | 2023-10-25T06:32:31.534Z | Compiling slab v0.4.9 |
1376 | 2023-10-25T06:32:31.990Z | Compiling futures-channel v0.3.28 |
1377 | 2023-10-25T06:32:32.457Z | Compiling syn v2.0.32 |
1378 | 2023-10-25T06:32:32.481Z | Compiling jobserver v0.1.26 |
1379 | 2023-10-25T06:32:32.692Z | Compiling getrandom v0.2.10 |
1380 | 2023-10-25T06:32:33.126Z | Compiling cc v1.0.83 |
1381 | 2023-10-25T06:32:33.359Z | Compiling futures-task v0.3.28 |
1382 | 2023-10-25T06:32:33.604Z | Compiling futures-util v0.3.28 |
1383 | 2023-10-25T06:32:33.994Z | Compiling log v0.4.20 |
1384 | 2023-10-25T06:32:34.721Z | Compiling ryu v1.0.15 |
1385 | 2023-10-25T06:32:34.799Z | Compiling serde_json v1.0.107 |
1386 | 2023-10-25T06:32:34.977Z | Compiling pin-project-lite v0.2.13 |
1387 | 2023-10-25T06:32:35.273Z | Compiling heck v0.4.1 |
1388 | 2023-10-25T06:32:35.334Z | Compiling schemars v0.8.13 |
1389 | 2023-10-25T06:32:35.358Z | Compiling smallvec v1.11.0 |
1390 | 2023-10-25T06:32:35.382Z | Compiling vcpkg v0.2.15 |
1391 | 2023-10-25T06:32:37.849Z | Compiling parking_lot v0.12.1 |
1392 | 2023-10-25T06:32:37.960Z | Compiling ring v0.16.20 |
1393 | 2023-10-25T06:32:38.490Z | Compiling openssl-sys v0.9.93 |
1394 | 2023-10-25T06:32:39.563Z | Compiling num_cpus v1.16.0 |
1395 | 2023-10-25T06:32:40.382Z | Compiling rand_core v0.6.4 |
1396 | 2023-10-25T06:32:40.808Z | Compiling indexmap v1.9.3 |
1397 | 2023-10-25T06:32:41.290Z | Compiling allocator-api2 v0.2.16 |
1398 | 2023-10-25T06:32:41.393Z | Compiling byteorder v1.4.3 |
1399 | 2023-10-25T06:32:41.663Z | Compiling equivalent v1.0.1 |
1400 | 2023-10-25T06:32:41.876Z | Compiling httparse v1.8.0 |
1401 | 2023-10-25T06:32:42.474Z | Compiling spin v0.5.2 |
1402 | 2023-10-25T06:32:42.483Z | Compiling mio v0.8.8 |
1403 | 2023-10-25T06:32:42.497Z | Compiling socket2 v0.5.4 |
1404 | 2023-10-25T06:32:42.645Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-25T06:32:42.799Z | Compiling signal-hook-registry v1.4.1 |
1406 | 2023-10-25T06:32:45.167Z | Compiling serde_derive_internals v0.26.0 |
1407 | 2023-10-25T06:32:45.457Z | Compiling semver v1.0.20 |
1408 | 2023-10-25T06:32:45.551Z | Compiling fnv v1.0.7 |
1409 | 2023-10-25T06:32:45.632Z | Compiling openssl v0.10.57 |
1410 | 2023-10-25T06:32:46.231Z | Compiling iana-time-zone v0.1.57 |
1411 | 2023-10-25T06:32:46.288Z | Compiling rustls v0.21.7 |
1412 | 2023-10-25T06:32:46.691Z | Compiling ucd-trie v0.1.6 |
1413 | 2023-10-25T06:32:46.791Z | Compiling unicode-xid v0.2.4 |
1414 | 2023-10-25T06:32:46.799Z | Compiling native-tls v0.2.11 |
1415 | 2023-10-25T06:32:47.043Z | Compiling crossbeam-utils v0.8.16 |
1416 | 2023-10-25T06:32:47.065Z | Compiling synstructure v0.12.6 |
1417 | 2023-10-25T06:32:48.373Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-10-25T06:32:48.816Z | Compiling futures-sink v0.3.28 |
1419 | 2023-10-25T06:32:49.208Z | Compiling backtrace v0.3.69 |
1420 | 2023-10-25T06:32:49.525Z | Compiling dyn-clone v1.0.13 |
1421 | 2023-10-25T06:32:49.635Z | Compiling tinyvec_macros v0.1.1 |
1422 | 2023-10-25T06:32:49.775Z | Compiling tinyvec v1.6.0 |
1423 | 2023-10-25T06:32:50.323Z | Compiling tracing-core v0.1.31 |
1424 | 2023-10-25T06:32:50.587Z | Compiling num-integer v0.1.45 |
1425 | 2023-10-25T06:32:50.638Z | Compiling memoffset v0.9.0 |
1426 | 2023-10-25T06:32:50.687Z | Compiling subtle v2.5.0 |
1427 | 2023-10-25T06:32:50.713Z | Compiling pin-utils v0.1.0 |
1428 | 2023-10-25T06:32:50.865Z | Compiling futures-io v0.3.28 |
1429 | 2023-10-25T06:32:51.079Z | Compiling winnow v0.5.15 |
1430 | 2023-10-25T06:32:51.281Z | Compiling rustix v0.37.23 |
1431 | 2023-10-25T06:32:51.379Z | Compiling rustix v0.38.9 |
1432 | 2023-10-25T06:32:52.133Z | Compiling hashbrown v0.13.2 |
1433 | 2023-10-25T06:32:52.378Z | Compiling aho-corasick v1.0.4 |
1434 | 2023-10-25T06:32:52.592Z | Compiling unicode-normalization v0.1.22 |
1435 | 2023-10-25T06:32:52.703Z | Compiling usdt-impl v0.3.5 |
1436 | 2023-10-25T06:32:54.121Z | Compiling regex-syntax v0.7.5 |
1437 | 2023-10-25T06:32:54.558Z | Compiling anyhow v1.0.75 |
1438 | 2023-10-25T06:32:55.258Z | Compiling bitflags v1.3.2 |
1439 | 2023-10-25T06:32:55.288Z | Compiling const-oid v0.9.5 |
1440 | 2023-10-25T06:32:55.423Z | Compiling time-core v0.1.1 |
1441 | 2023-10-25T06:32:55.447Z | Compiling crc32fast v1.3.2 |
1442 | 2023-10-25T06:32:55.622Z | Compiling serde_derive v1.0.188 |
1443 | 2023-10-25T06:32:55.691Z | Compiling thiserror-impl v1.0.49 |
1444 | 2023-10-25T06:32:56.115Z | Compiling zeroize_derive v1.4.2 |
1445 | 2023-10-25T06:32:56.157Z | Compiling tokio-macros v2.1.0 |
1446 | 2023-10-25T06:32:57.696Z | Compiling futures-macro v0.3.28 |
1447 | 2023-10-25T06:32:58.720Z | Compiling tracing-attributes v0.1.26 |
1448 | 2023-10-25T06:32:58.748Z | Compiling schemars_derive v0.8.13 |
1449 | 2023-10-25T06:32:59.013Z | Compiling zeroize v1.6.0 |
1450 | 2023-10-25T06:33:00.850Z | Compiling openssl-macros v0.1.1 |
1451 | 2023-10-25T06:33:00.887Z | Compiling pest v2.7.2 |
1452 | 2023-10-25T06:33:02.010Z | Compiling zerocopy-derive v0.2.0 |
1453 | 2023-10-25T06:33:02.115Z | Compiling crypto-common v0.1.6 |
1454 | 2023-10-25T06:33:02.211Z | Compiling block-buffer v0.10.4 |
1455 | 2023-10-25T06:33:03.724Z | Compiling slog v2.7.0 |
1456 | 2023-10-25T06:33:04.376Z | Compiling tracing v0.1.37 |
1457 | 2023-10-25T06:33:04.402Z | Compiling unicode-bidi v0.3.13 |
1458 | 2023-10-25T06:33:05.434Z | Compiling pest_meta v2.7.2 |
1459 | 2023-10-25T06:33:05.667Z | Compiling digest v0.10.7 |
1460 | 2023-10-25T06:33:05.860Z | Compiling regex-automata v0.3.8 |
1461 | 2023-10-25T06:33:06.207Z | Compiling time-macros v0.2.13 |
1462 | 2023-10-25T06:33:09.172Z | Compiling pest_generator v2.7.2 |
1463 | 2023-10-25T06:33:12.287Z | Compiling pest_derive v2.7.2 |
1464 | 2023-10-25T06:33:13.021Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1465 | 2023-10-25T06:33:13.320Z | Compiling crossbeam-epoch v0.9.15 |
1466 | 2023-10-25T06:33:14.078Z | Compiling rustversion v1.0.14 |
1467 | 2023-10-25T06:33:14.186Z | Compiling async-trait v0.1.73 |
1468 | 2023-10-25T06:33:14.880Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2023-10-25T06:33:15.691Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-25T06:33:16.208Z | Compiling rand_chacha v0.3.1 |
1471 | 2023-10-25T06:33:17.456Z | Compiling zerocopy-derive v0.6.4 |
1472 | 2023-10-25T06:33:17.808Z | Compiling strsim v0.10.0 |
1473 | 2023-10-25T06:33:18.265Z | Compiling base64 v0.21.4 |
1474 | 2023-10-25T06:33:18.850Z | Compiling untrusted v0.7.1 |
1475 | 2023-10-25T06:33:19.441Z | Compiling bytes v1.5.0 |
1476 | 2023-10-25T06:33:21.123Z | Compiling indexmap v2.0.0 |
1477 | 2023-10-25T06:33:21.583Z | Compiling uuid v1.4.1 |
1478 | 2023-10-25T06:33:22.248Z | Compiling tokio v1.33.0 |
1479 | 2023-10-25T06:33:22.645Z | Compiling chrono v0.4.31 |
1480 | 2023-10-25T06:33:24.855Z | Compiling bitflags v2.4.0 |
1481 | 2023-10-25T06:33:25.827Z | Compiling serde_spanned v0.6.3 |
1482 | 2023-10-25T06:33:26.215Z | Compiling toml_datetime v0.6.3 |
1483 | 2023-10-25T06:33:26.341Z | Compiling rustc_version v0.4.0 |
1484 | 2023-10-25T06:33:26.492Z | Compiling http v0.2.9 |
1485 | 2023-10-25T06:33:27.427Z | Compiling toml_edit v0.19.15 |
1486 | 2023-10-25T06:33:28.981Z | Compiling heapless v0.7.16 |
1487 | 2023-10-25T06:33:32.438Z | Compiling dof v0.1.5 |
1488 | 2023-10-25T06:33:33.671Z | Compiling rand v0.8.5 |
1489 | 2023-10-25T06:33:37.916Z | Compiling tokio-util v0.7.9 |
1490 | 2023-10-25T06:33:38.216Z | Compiling regex v1.9.5 |
1491 | 2023-10-25T06:33:38.514Z | Compiling dtrace-parser v0.1.14 |
1492 | 2023-10-25T06:33:39.760Z | Compiling thread-id v4.2.0 |
1493 | 2023-10-25T06:33:39.799Z | Compiling errno v0.3.2 |
1494 | 2023-10-25T06:33:40.434Z | Compiling num-bigint v0.4.4 |
1495 | 2023-10-25T06:33:40.447Z | Compiling percent-encoding v2.3.0 |
1496 | 2023-10-25T06:33:40.456Z | Compiling openssl-probe v0.1.5 |
1497 | 2023-10-25T06:33:40.719Z | Compiling hashbrown v0.12.3 |
1498 | 2023-10-25T06:33:40.792Z | Compiling unicode-width v0.1.10 |
1499 | 2023-10-25T06:33:40.905Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2023-10-25T06:33:41.039Z | Compiling smoltcp v0.9.1 |
1501 | 2023-10-25T06:33:41.387Z | Compiling foreign-types-shared v0.1.1 |
1502 | 2023-10-25T06:33:41.569Z | Compiling radium v0.7.0 |
1503 | 2023-10-25T06:33:42.026Z | Compiling foreign-types v0.3.2 |
1504 | 2023-10-25T06:33:42.794Z | Compiling strum_macros v0.25.2 |
1505 | 2023-10-25T06:33:44.838Z | Compiling serde_tokenstream v0.1.7 |
1506 | 2023-10-25T06:33:47.866Z | Compiling lazy_static v1.4.0 |
1507 | 2023-10-25T06:33:48.282Z | Compiling socket2 v0.4.9 |
1508 | 2023-10-25T06:33:48.414Z | Compiling siphasher v0.3.11 |
1509 | 2023-10-25T06:33:49.088Z | Compiling adler v1.0.2 |
1510 | 2023-10-25T06:33:49.867Z | Compiling unicode-segmentation v1.10.1 |
1511 | 2023-10-25T06:33:50.013Z | Compiling try-lock v0.2.4 |
1512 | 2023-10-25T06:33:50.517Z | Compiling want v0.3.1 |
1513 | 2023-10-25T06:33:50.946Z | Compiling miniz_oxide v0.7.1 |
1514 | 2023-10-25T06:33:53.332Z | Compiling h2 v0.3.21 |
1515 | 2023-10-25T06:33:54.280Z | Compiling form_urlencoded v1.2.0 |
1516 | 2023-10-25T06:33:54.349Z | Compiling http-body v0.4.5 |
1517 | 2023-10-25T06:33:54.768Z | Compiling sct v0.7.0 |
1518 | 2023-10-25T06:33:55.051Z | Compiling rustls-webpki v0.101.4 |
1519 | 2023-10-25T06:33:55.307Z | Compiling hubpack_derive v0.1.1 |
1520 | 2023-10-25T06:33:56.765Z | Compiling num-iter v0.1.43 |
1521 | 2023-10-25T06:33:57.413Z | Compiling anstyle v1.0.2 |
1522 | 2023-10-25T06:33:57.615Z | Compiling httpdate v1.0.3 |
1523 | 2023-10-25T06:33:58.040Z | Compiling utf8parse v0.2.1 |
1524 | 2023-10-25T06:33:58.096Z | Compiling cpufeatures v0.2.9 |
1525 | 2023-10-25T06:33:58.210Z | Compiling tower-service v0.3.2 |
1526 | 2023-10-25T06:33:58.264Z | Compiling anstyle-parse v0.2.1 |
1527 | 2023-10-25T06:33:58.289Z | Compiling sha2 v0.10.8 |
1528 | 2023-10-25T06:34:01.987Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-10-25T06:34:02.063Z | Compiling usdt-macro v0.3.5 |
1530 | 2023-10-25T06:34:04.944Z | Compiling openapiv3 v1.0.3 |
1531 | 2023-10-25T06:34:05.483Z | Compiling hyper v0.14.27 |
1532 | 2023-10-25T06:34:06.485Z | Compiling rustls-pemfile v1.0.3 |
1533 | 2023-10-25T06:34:07.011Z | Compiling hmac v0.12.1 |
1534 | 2023-10-25T06:34:07.336Z | Compiling md-5 v0.10.5 |
1535 | 2023-10-25T06:34:10.674Z | Compiling idna v0.4.0 |
1536 | 2023-10-25T06:34:11.545Z | Compiling stringprep v0.1.3 |
1537 | 2023-10-25T06:34:12.526Z | Compiling diesel_table_macro_syntax v0.1.0 |
1538 | 2023-10-25T06:34:12.867Z | Compiling hash32 v0.2.1 |
1539 | 2023-10-25T06:34:12.891Z | Compiling spin v0.9.8 |
1540 | 2023-10-25T06:34:12.924Z | Compiling gimli v0.28.0 |
1541 | 2023-10-25T06:34:13.045Z | Compiling fallible-iterator v0.2.0 |
1542 | 2023-10-25T06:34:13.386Z | Compiling stable_deref_trait v1.2.0 |
1543 | 2023-10-25T06:34:13.436Z | Compiling anstyle-query v1.0.0 |
1544 | 2023-10-25T06:34:13.490Z | Compiling either v1.9.0 |
1545 | 2023-10-25T06:34:13.525Z | Compiling colorchoice v1.0.0 |
1546 | 2023-10-25T06:34:14.004Z | Compiling anstream v0.5.0 |
1547 | 2023-10-25T06:34:14.218Z | Compiling postgres-protocol v0.6.6 |
1548 | 2023-10-25T06:34:15.053Z | Compiling diesel_derives v2.1.1 |
1549 | 2023-10-25T06:34:16.355Z | Compiling url v2.4.1 |
1550 | 2023-10-25T06:34:16.684Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-10-25T06:34:17.322Z | Compiling rustls-native-certs v0.6.3 |
1552 | 2023-10-25T06:34:21.702Z | Compiling addr2line v0.21.0 |
1553 | 2023-10-25T06:34:22.525Z | Compiling tokio-native-tls v0.3.1 |
1554 | 2023-10-25T06:34:22.953Z | Compiling terminal_size v0.2.6 |
1555 | 2023-10-25T06:34:23.440Z | Compiling phf_shared v0.11.2 |
1556 | 2023-10-25T06:34:25.478Z | Compiling serde_tokenstream v0.2.0 |
1557 | 2023-10-25T06:34:25.703Z | Compiling block-padding v0.3.3 |
1558 | 2023-10-25T06:34:26.093Z | Compiling enum-as-inner v0.5.1 |
1559 | 2023-10-25T06:34:26.369Z | Compiling clap_derive v4.4.2 |
1560 | 2023-10-25T06:34:26.425Z | Compiling serde_repr v0.1.16 |
1561 | 2023-10-25T06:34:28.119Z | Compiling scheduled-thread-pool v0.2.7 |
1562 | 2023-10-25T06:34:28.148Z | Compiling object v0.32.1 |
1563 | 2023-10-25T06:34:40.424Z | Compiling managed v0.8.0 |
1564 | 2023-10-25T06:34:41.350Z | Compiling rustc-demangle v0.1.23 |
1565 | 2023-10-25T06:34:43.923Z | Compiling matches v0.1.10 |
1566 | 2023-10-25T06:34:44.069Z | Compiling clap_lex v0.5.1 |
1567 | 2023-10-25T06:34:46.334Z | Compiling bit-vec v0.6.3 |
1568 | 2023-10-25T06:34:46.742Z | Compiling regex-automata v0.1.10 |
1569 | 2023-10-25T06:34:46.861Z | Compiling num_threads v0.1.6 |
1570 | 2023-10-25T06:34:47.025Z | Compiling deranged v0.3.8 |
1571 | 2023-10-25T06:34:47.051Z | Compiling tap v1.0.1 |
1572 | 2023-10-25T06:34:47.485Z | Compiling ipnet v2.8.0 |
1573 | 2023-10-25T06:34:47.587Z | Compiling bstr v0.2.17 |
1574 | 2023-10-25T06:34:49.433Z | Compiling wyz v0.5.1 |
1575 | 2023-10-25T06:34:49.956Z | Compiling clap_builder v4.4.2 |
1576 | 2023-10-25T06:34:50.395Z | Compiling time v0.3.27 |
1577 | 2023-10-25T06:34:51.672Z | Compiling idna v0.2.3 |
1578 | 2023-10-25T06:34:55.393Z | Compiling r2d2 v0.8.10 |
1579 | 2023-10-25T06:34:57.402Z | Compiling inout v0.1.3 |
1580 | 2023-10-25T06:35:01.049Z | Compiling phf v0.11.2 |
1581 | 2023-10-25T06:35:01.547Z | Compiling hyper-tls v0.5.0 |
1582 | 2023-10-25T06:35:02.113Z | Compiling hyper-rustls v0.24.1 |
1583 | 2023-10-25T06:35:03.246Z | Compiling flate2 v1.0.28 |
1584 | 2023-10-25T06:35:03.659Z | Compiling postgres-types v0.2.6 |
1585 | 2023-10-25T06:35:03.954Z | Compiling itertools v0.11.0 |
1586 | 2023-10-25T06:35:05.255Z | Compiling hubpack v0.1.2 |
1587 | 2023-10-25T06:35:05.269Z | Compiling serde_urlencoded v0.7.1 |
1588 | 2023-10-25T06:35:05.566Z | Compiling phf_shared v0.10.0 |
1589 | 2023-10-25T06:35:05.792Z | Compiling ipnetwork v0.20.0 |
1590 | 2023-10-25T06:35:06.104Z | Compiling zerocopy v0.6.4 |
1591 | 2023-10-25T06:35:07.312Z | Compiling futures-executor v0.3.28 |
1592 | 2023-10-25T06:35:08.101Z | Compiling regress v0.7.1 |
1593 | 2023-10-25T06:35:08.401Z | Compiling float-cmp v0.9.0 |
1594 | 2023-10-25T06:35:08.416Z | Compiling encoding_rs v0.8.33 |
1595 | 2023-10-25T06:35:09.075Z | Compiling precomputed-hash v0.1.1 |
1596 | 2023-10-25T06:35:09.249Z | Compiling webpki-roots v0.25.2 |
1597 | 2023-10-25T06:35:09.530Z | Compiling whoami v1.4.1 |
1598 | 2023-10-25T06:35:10.411Z | Compiling new_debug_unreachable v1.0.4 |
1599 | 2023-10-25T06:35:11.359Z | Compiling data-encoding v2.4.0 |
1600 | 2023-10-25T06:35:11.705Z | Compiling smawk v0.3.1 |
1601 | 2023-10-25T06:35:12.336Z | Compiling funty v2.0.0 |
1602 | 2023-10-25T06:35:12.903Z | Compiling predicates-core v1.0.6 |
1603 | 2023-10-25T06:35:13.426Z | Compiling fixedbitset v0.4.2 |
1604 | 2023-10-25T06:35:14.130Z | Compiling unicode-linebreak v0.1.5 |
1605 | 2023-10-25T06:35:14.429Z | Compiling normalize-line-endings v0.3.0 |
1606 | 2023-10-25T06:35:14.927Z | Compiling mime v0.3.17 |
1607 | 2023-10-25T06:35:15.358Z | Compiling static_assertions v1.1.0 |
1608 | 2023-10-25T06:35:15.514Z | Compiling difflib v0.4.0 |
1609 | 2023-10-25T06:35:15.621Z | Compiling reqwest v0.11.20 |
1610 | 2023-10-25T06:35:15.669Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1611 | 2023-10-25T06:35:17.021Z | Compiling predicates v3.0.4 |
1612 | 2023-10-25T06:35:17.030Z | Compiling textwrap v0.16.0 |
1613 | 2023-10-25T06:35:17.829Z | Compiling bitvec v1.0.1 |
1614 | 2023-10-25T06:35:18.800Z | Compiling petgraph v0.6.4 |
1615 | 2023-10-25T06:35:19.220Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1616 | 2023-10-25T06:35:25.780Z | Compiling trust-dns-proto v0.22.0 |
1617 | 2023-10-25T06:35:25.838Z | Compiling string_cache v0.8.7 |
1618 | 2023-10-25T06:35:25.987Z | Compiling tokio-postgres v0.7.10 |
1619 | 2023-10-25T06:35:34.332Z | Compiling futures v0.3.28 |
1620 | 2023-10-25T06:35:36.405Z | Compiling diesel v2.1.1 |
1621 | 2023-10-25T06:35:37.077Z | Compiling yasna v0.5.2 |
1622 | 2023-10-25T06:35:37.105Z | Compiling cipher v0.4.4 |
1623 | 2023-10-25T06:35:37.902Z | Compiling clap v4.4.3 |
1624 | 2023-10-25T06:35:38.278Z | Compiling similar v2.2.1 |
1625 | 2023-10-25T06:35:38.573Z | Compiling bit-set v0.5.3 |
1626 | 2023-10-25T06:35:39.537Z | Compiling itertools v0.10.5 |
1627 | 2023-10-25T06:35:40.412Z | Compiling usdt v0.3.5 |
1628 | 2023-10-25T06:35:40.486Z | Compiling console v0.15.7 |
1629 | 2023-10-25T06:35:40.793Z | Compiling tokio-stream v0.1.14 |
1630 | 2023-10-25T06:35:41.829Z | Compiling toml v0.7.8 |
1631 | 2023-10-25T06:35:42.423Z | Compiling hex v0.4.3 |
1632 | 2023-10-25T06:35:42.759Z | Compiling signature v2.1.0 |
1633 | 2023-10-25T06:35:43.104Z | Compiling bstr v1.6.0 |
1634 | 2023-10-25T06:35:44.437Z | Compiling lalrpop-util v0.19.12 |
1635 | 2023-10-25T06:35:47.538Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1636 | 2023-10-25T06:35:52.990Z | Compiling ident_case v1.0.1 |
1637 | 2023-10-25T06:35:55.031Z | Compiling darling_core v0.20.3 |
1638 | 2023-10-25T06:36:09.986Z | Compiling crossbeam-channel v0.5.8 |
1639 | 2023-10-25T06:36:18.547Z | Compiling atty v0.2.14 |
1640 | 2023-10-25T06:36:18.771Z | Compiling proc-macro-error-attr v1.0.4 |
1641 | 2023-10-25T06:36:25.507Z | Compiling darling_macro v0.20.3 |
1642 | 2023-10-25T06:36:33.585Z | Compiling proc-macro-crate v1.3.1 |
1643 | 2023-10-25T06:36:37.211Z | Compiling dirs-sys-next v0.1.2 |
1644 | 2023-10-25T06:36:38.753Z | Compiling proc-macro-error v1.0.4 |
1645 | 2023-10-25T06:36:47.183Z | Compiling dirs-next v2.0.0 |
1646 | 2023-10-25T06:36:50.330Z | Compiling num_enum_derive v0.5.11 |
1647 | 2023-10-25T06:37:04.588Z | Compiling darling v0.20.3 |
1648 | 2023-10-25T06:37:04.656Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1649 | 2023-10-25T06:37:08.237Z | Compiling getopts v0.2.21 |
1650 | 2023-10-25T06:37:24.454Z | Compiling structmeta-derive v0.1.6 |
1651 | 2023-10-25T06:37:24.919Z | Compiling thread_local v1.1.7 |
1652 | 2023-10-25T06:37:25.080Z | Compiling multer v2.1.0 |
1653 | 2023-10-25T06:37:25.187Z | Compiling unsafe-libyaml v0.2.9 |
1654 | 2023-10-25T06:37:25.651Z | Compiling match_cfg v0.1.0 |
1655 | 2023-10-25T06:37:25.810Z | Compiling paste v1.0.14 |
1656 | 2023-10-25T06:37:25.935Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1657 | 2023-10-25T06:37:26.030Z | Compiling camino v1.1.6 |
1658 | 2023-10-25T06:37:26.101Z | Compiling slog-async v2.8.0 |
1659 | 2023-10-25T06:37:35.590Z | Compiling serde_yaml v0.9.25 |
1660 | 2023-10-25T06:37:40.859Z | Compiling structmeta v0.1.6 |
1661 | 2023-10-25T06:37:41.572Z | Compiling hostname v0.3.1 |
1662 | 2023-10-25T06:37:42.695Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1663 | 2023-10-25T06:37:42.699Z | Compiling serde_with_macros v2.3.3 |
1664 | 2023-10-25T06:37:50.253Z | Compiling num_enum v0.5.11 |
1665 | 2023-10-25T06:37:51.030Z | Compiling term v0.7.0 |
1666 | 2023-10-25T06:37:51.631Z | Compiling slog-json v2.6.1 |
1667 | 2023-10-25T06:37:52.562Z | Compiling strum v0.25.0 |
1668 | 2023-10-25T06:37:54.108Z | Compiling async-stream-impl v0.3.5 |
1669 | 2023-10-25T06:37:54.948Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1670 | 2023-10-25T06:37:55.400Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1671 | 2023-10-25T06:37:55.816Z | Compiling regex-syntax v0.6.29 |
1672 | 2023-10-25T06:37:56.188Z | Compiling atomic-waker v1.1.1 |
1673 | 2023-10-25T06:37:56.572Z | Compiling take_mut v0.2.2 |
1674 | 2023-10-25T06:37:56.581Z | Compiling postcard-cobs v0.1.5-pre |
1675 | 2023-10-25T06:37:57.299Z | Compiling postcard v0.7.3 |
1676 | 2023-10-25T06:37:58.291Z | Compiling waitgroup v0.1.2 |
1677 | 2023-10-25T06:37:58.663Z | Compiling async-stream v0.3.5 |
1678 | 2023-10-25T06:37:59.389Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1679 | 2023-10-25T06:37:59.521Z | Compiling slog-bunyan v2.4.0 |
1680 | 2023-10-25T06:37:59.930Z | Compiling slog-term v2.9.0 |
1681 | 2023-10-25T06:38:02.668Z | Compiling serde_with v2.3.3 |
1682 | 2023-10-25T06:38:07.456Z | Compiling parse-display-derive v0.7.0 |
1683 | 2023-10-25T06:38:10.413Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1684 | 2023-10-25T06:38:11.502Z | Compiling sha1 v0.10.5 |
1685 | 2023-10-25T06:38:12.079Z | Compiling smoltcp v0.8.2 |
1686 | 2023-10-25T06:38:12.765Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1687 | 2023-10-25T06:38:12.894Z | Compiling serde_path_to_error v0.1.14 |
1688 | 2023-10-25T06:38:13.013Z | Compiling foreign-types-macros v0.2.3 |
1689 | 2023-10-25T06:38:15.332Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-10-25T06:38:15.607Z | Compiling instant v0.1.12 |
1691 | 2023-10-25T06:38:15.725Z | Compiling cfg-if v0.1.10 |
1692 | 2023-10-25T06:38:15.880Z | Compiling foreign-types-shared v0.3.1 |
1693 | 2023-10-25T06:38:16.001Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1694 | 2023-10-25T06:38:16.019Z | Compiling debug-ignore v1.0.5 |
1695 | 2023-10-25T06:38:16.153Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1696 | 2023-10-25T06:38:16.202Z | Compiling foreign-types v0.5.0 |
1697 | 2023-10-25T06:38:16.250Z | Compiling backoff v0.4.0 |
1698 | 2023-10-25T06:38:16.417Z | Compiling parse-display v0.7.0 |
1699 | 2023-10-25T06:38:16.756Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1700 | 2023-10-25T06:38:16.832Z | Compiling is-terminal v0.4.9 |
1701 | 2023-10-25T06:38:16.933Z | Compiling macaddr v1.0.1 |
1702 | 2023-10-25T06:38:17.009Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1703 | 2023-10-25T06:38:18.077Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1704 | 2023-10-25T06:38:18.135Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1705 | 2023-10-25T06:38:18.417Z | Compiling cstr-argument v0.1.2 |
1706 | 2023-10-25T06:38:18.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1707 | 2023-10-25T06:38:19.205Z | Compiling crucible-workspace-hack v0.1.0 |
1708 | 2023-10-25T06:38:19.375Z | Compiling base64ct v1.6.0 |
1709 | 2023-10-25T06:38:19.614Z | Compiling pretty-hex v0.2.1 |
1710 | 2023-10-25T06:38:19.962Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1711 | 2023-10-25T06:38:20.678Z | Compiling password-hash v0.5.0 |
1712 | 2023-10-25T06:38:21.001Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-10-25T06:38:22.690Z | Compiling colored v2.0.4 |
1714 | 2023-10-25T06:38:24.590Z | Compiling heck v0.3.3 |
1715 | 2023-10-25T06:38:24.896Z | Compiling textwrap v0.11.0 |
1716 | 2023-10-25T06:38:24.951Z | Compiling blake2 v0.10.6 |
1717 | 2023-10-25T06:38:25.170Z | Compiling strsim v0.8.0 |
1718 | 2023-10-25T06:38:26.702Z | Compiling rayon-core v1.11.0 |
1719 | 2023-10-25T06:38:27.101Z | Compiling libefi-sys v0.1.0 |
1720 | 2023-10-25T06:38:27.199Z | Compiling vec_map v0.8.2 |
1721 | 2023-10-25T06:38:27.520Z | Compiling ansi_term v0.12.1 |
1722 | 2023-10-25T06:38:27.626Z | Compiling argon2 v0.5.2 |
1723 | 2023-10-25T06:38:27.698Z | Compiling structopt-derive v0.4.18 |
1724 | 2023-10-25T06:38:28.667Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1725 | 2023-10-25T06:38:28.996Z | Compiling clap v2.34.0 |
1726 | 2023-10-25T06:38:32.462Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1727 | 2023-10-25T06:38:32.540Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1728 | 2023-10-25T06:38:32.708Z | Compiling zone_cfg_derive v0.2.0 |
1729 | 2023-10-25T06:38:33.342Z | Compiling crossbeam-deque v0.8.3 |
1730 | 2023-10-25T06:38:34.015Z | Compiling num-derive v0.4.0 |
1731 | 2023-10-25T06:38:34.939Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1732 | 2023-10-25T06:38:35.508Z | Compiling portable-atomic v1.4.3 |
1733 | 2023-10-25T06:38:36.978Z | Compiling keccak v0.1.4 |
1734 | 2023-10-25T06:38:37.514Z | Compiling sha3 v0.10.8 |
1735 | 2023-10-25T06:38:37.935Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1736 | 2023-10-25T06:38:38.526Z | Compiling structopt v0.3.26 |
1737 | 2023-10-25T06:38:38.806Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1738 | 2023-10-25T06:38:39.011Z | Compiling zone v0.2.0 |
1739 | 2023-10-25T06:38:43.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1740 | 2023-10-25T06:38:44.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2023-10-25T06:38:45.692Z | Compiling hkdf v0.12.3 |
1742 | 2023-10-25T06:38:46.108Z | Compiling smf v0.2.2 |
1743 | 2023-10-25T06:38:46.301Z | Compiling secrecy v0.8.0 |
1744 | 2023-10-25T06:38:46.481Z | Compiling filetime v0.2.22 |
1745 | 2023-10-25T06:38:46.748Z | Compiling xattr v1.0.1 |
1746 | 2023-10-25T06:38:47.022Z | Compiling fastrand v2.0.0 |
1747 | 2023-10-25T06:38:47.233Z | Compiling same-file v1.0.6 |
1748 | 2023-10-25T06:38:47.747Z | Compiling tempfile v3.8.0 |
1749 | 2023-10-25T06:38:48.278Z | Compiling walkdir v2.4.0 |
1750 | 2023-10-25T06:38:48.995Z | Compiling tar v0.4.40 |
1751 | 2023-10-25T06:38:51.243Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-10-25T06:38:51.294Z | Compiling rayon v1.7.0 |
1753 | 2023-10-25T06:38:53.100Z | Compiling number_prefix v0.4.0 |
1754 | 2023-10-25T06:38:53.518Z | Compiling omicron-zone-package v0.8.3 |
1755 | 2023-10-25T06:38:55.282Z | Compiling topological-sort v0.2.2 |
1756 | 2023-10-25T06:38:59.909Z | Compiling indicatif v0.17.7 |
1757 | 2023-10-25T06:39:09.116Z | Compiling bzip2 v0.4.4 |
1758 | 2023-10-25T06:39:09.478Z | Compiling zip v0.6.6 |
1759 | 2023-10-25T06:39:10.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1760 | 2023-10-25T06:39:11.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1761 | 2023-10-25T06:39:12.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2023-10-25T06:39:12.853Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1763 | 2023-10-25T06:39:23.426Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1764 | 2023-10-25T06:39:23.433Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1765 | 2023-10-25T06:39:23.442Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1766 | 2023-10-25T06:39:38.132Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1767 | 2023-10-25T06:39:39.652Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1768 | 2023-10-25T06:40:15.743Z | Finished release [optimized] target(s) in 8m 22s |
1769 | 2023-10-25T06:40:15.749Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1770 | 2023-10-25T06:40:16.177Z | Created new build target 'test' and set it as active |
1771 | 2023-10-25T06:40:16.193Z | |
1772 | 2023-10-25T06:40:16.200Z | real 8:22.469311951 |
1773 | 2023-10-25T06:40:16.209Z | user 52:45.296047229 |
1774 | 2023-10-25T06:40:16.215Z | sys 4:46.097133637 |
1775 | 2023-10-25T06:40:16.219Z | trap 2.280613332 |
1776 | 2023-10-25T06:40:16.224Z | tflt 3.804187880 |
1777 | 2023-10-25T06:40:16.229Z | dflt 5.688635222 |
1778 | 2023-10-25T06:40:16.237Z | kflt 0.052351712 |
1779 | 2023-10-25T06:40:16.245Z | lock 1:57:54.213948931 |
1780 | 2023-10-25T06:40:16.251Z | slp 2:55:07.161734035 |
1781 | 2023-10-25T06:40:16.259Z | lat 2:25.857395457 |
1782 | 2023-10-25T06:40:16.267Z | stop 4:14.677747192 |
1783 | 2023-10-25T06:40:16.277Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1784 | 2023-10-25T06:40:16.876Z | Finished release [optimized] target(s) in 1.10s |
1785 | 2023-10-25T06:40:16.903Z | Running `target/release/omicron-package -t test package` |
1786 | 2023-10-25T06:40:16.941Z | Oct 25 06:40:16.931 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1787 | 2023-10-25T06:40:18.117Z | Compiling serde_json v1.0.107 |
1788 | 2023-10-25T06:40:18.167Z | Compiling linked-hash-map v0.5.6 |
1789 | 2023-10-25T06:40:18.178Z | Compiling slog-dtrace v0.2.3 |
1790 | 2023-10-25T06:40:18.185Z | Compiling quick-error v1.2.3 |
1791 | 2023-10-25T06:40:18.192Z | Compiling same-file v1.0.6 |
1792 | 2023-10-25T06:40:18.199Z | Compiling semver-parser v0.10.2 |
1793 | 2023-10-25T06:40:18.208Z | Compiling termcolor v1.2.0 |
1794 | 2023-10-25T06:40:18.217Z | Compiling fastrand v2.0.0 |
1795 | 2023-10-25T06:40:18.371Z | Compiling resolv-conf v0.7.0 |
1796 | 2023-10-25T06:40:18.528Z | Compiling walkdir v2.4.0 |
1797 | 2023-10-25T06:40:18.619Z | Compiling xattr v1.0.1 |
1798 | 2023-10-25T06:40:18.747Z | Compiling lru-cache v0.1.2 |
1799 | 2023-10-25T06:40:18.959Z | Compiling tempfile v3.8.0 |
1800 | 2023-10-25T06:40:18.983Z | Compiling filetime v0.2.22 |
1801 | 2023-10-25T06:40:19.049Z | Compiling trust-dns-resolver v0.22.0 |
1802 | 2023-10-25T06:40:19.419Z | Compiling semver v0.11.0 |
1803 | 2023-10-25T06:40:19.590Z | Compiling memoffset v0.7.1 |
1804 | 2023-10-25T06:40:19.999Z | Compiling home v0.5.5 |
1805 | 2023-10-25T06:40:20.144Z | Compiling base64 v0.13.1 |
1806 | 2023-10-25T06:40:20.340Z | Compiling toolchain_find v0.2.0 |
1807 | 2023-10-25T06:40:20.533Z | Compiling tar v0.4.40 |
1808 | 2023-10-25T06:40:20.562Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1809 | 2023-10-25T06:40:21.200Z | Compiling libz-sys v1.1.12 |
1810 | 2023-10-25T06:40:21.213Z | Compiling toml v0.5.11 |
1811 | 2023-10-25T06:40:21.362Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1812 | 2023-10-25T06:40:21.514Z | Compiling schemars v0.8.13 |
1813 | 2023-10-25T06:40:21.597Z | Compiling reqwest v0.11.20 |
1814 | 2023-10-25T06:40:21.657Z | Compiling usdt-impl v0.3.5 |
1815 | 2023-10-25T06:40:21.997Z | Compiling openapiv3 v1.0.3 |
1816 | 2023-10-25T06:40:23.726Z | Compiling usdt v0.3.5 |
1817 | 2023-10-25T06:40:24.499Z | Compiling postgres-types v0.2.6 |
1818 | 2023-10-25T06:40:26.885Z | Compiling ipnetwork v0.20.0 |
1819 | 2023-10-25T06:40:30.612Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1820 | 2023-10-25T06:40:33.299Z | Compiling tokio-postgres v0.7.10 |
1821 | 2023-10-25T06:40:35.468Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1822 | 2023-10-25T06:40:35.688Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1823 | 2023-10-25T06:40:38.089Z | Compiling slog-json v2.6.1 |
1824 | 2023-10-25T06:40:38.132Z | Compiling diesel v2.1.1 |
1825 | 2023-10-25T06:40:38.980Z | Compiling slog-bunyan v2.4.0 |
1826 | 2023-10-25T06:40:39.382Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1827 | 2023-10-25T06:40:40.595Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-10-25T06:40:47.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1829 | 2023-10-25T06:40:47.650Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-10-25T06:40:52.390Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-10-25T06:40:57.234Z | Compiling rustfmt-wrapper v0.2.0 |
1832 | 2023-10-25T06:40:58.301Z | Compiling omicron-zone-package v0.8.3 |
1833 | 2023-10-25T06:41:00.130Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1834 | 2023-10-25T06:41:00.574Z | Compiling cancel-safe-futures v0.1.2 |
1835 | 2023-10-25T06:41:01.156Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1836 | 2023-10-25T06:41:02.218Z | Compiling num-rational v0.4.1 |
1837 | 2023-10-25T06:41:02.656Z | Compiling utf-8 v0.7.6 |
1838 | 2023-10-25T06:41:04.363Z | Compiling pem-rfc7468 v0.7.0 |
1839 | 2023-10-25T06:41:04.513Z | Compiling der_derive v0.7.2 |
1840 | 2023-10-25T06:41:07.496Z | Compiling flagset v0.4.3 |
1841 | 2023-10-25T06:41:08.708Z | Compiling der v0.7.8 |
1842 | 2023-10-25T06:41:09.641Z | Compiling vergen v8.2.4 |
1843 | 2023-10-25T06:41:10.067Z | Compiling fxhash v0.2.1 |
1844 | 2023-10-25T06:41:10.432Z | Compiling num-complex v0.4.4 |
1845 | 2023-10-25T06:41:12.261Z | Compiling unicase v2.7.0 |
1846 | 2023-10-25T06:41:12.689Z | Compiling spki v0.7.2 |
1847 | 2023-10-25T06:41:12.716Z | Compiling num v0.4.1 |
1848 | 2023-10-25T06:41:12.903Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1849 | 2023-10-25T06:41:13.701Z | Compiling universal-hash v0.5.1 |
1850 | 2023-10-25T06:41:13.937Z | Compiling libsqlite3-sys v0.26.0 |
1851 | 2023-10-25T06:41:14.596Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1852 | 2023-10-25T06:41:14.702Z | Compiling semver v0.1.20 |
1853 | 2023-10-25T06:41:15.668Z | Compiling half v1.8.2 |
1854 | 2023-10-25T06:41:15.697Z | Compiling opaque-debug v0.3.0 |
1855 | 2023-10-25T06:41:15.845Z | Compiling ciborium-io v0.2.1 |
1856 | 2023-10-25T06:41:16.064Z | Compiling maybe-uninit v2.0.0 |
1857 | 2023-10-25T06:41:16.755Z | Compiling arc-swap v1.6.0 |
1858 | 2023-10-25T06:41:17.723Z | Compiling slog-scope v4.4.0 |
1859 | 2023-10-25T06:41:18.154Z | Compiling ciborium-ll v0.2.1 |
1860 | 2023-10-25T06:41:19.061Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1861 | 2023-10-25T06:41:19.309Z | Compiling rustc_version v0.1.7 |
1862 | 2023-10-25T06:41:20.036Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1863 | 2023-10-25T06:41:22.839Z | Compiling packed_struct v0.10.1 |
1864 | 2023-10-25T06:41:23.430Z | Compiling signal-hook v0.3.17 |
1865 | 2023-10-25T06:41:23.835Z | Compiling parking_lot_core v0.8.6 |
1866 | 2023-10-25T06:41:24.442Z | Compiling num-bigint-dig v0.8.4 |
1867 | 2023-10-25T06:41:24.865Z | Compiling crc-catalog v2.2.0 |
1868 | 2023-10-25T06:41:25.091Z | Compiling crc v3.0.1 |
1869 | 2023-10-25T06:41:26.863Z | Compiling newtype_derive v0.1.6 |
1870 | 2023-10-25T06:41:27.294Z | Compiling ciborium v0.2.1 |
1871 | 2023-10-25T06:41:28.663Z | Compiling slog-stdlog v4.1.1 |
1872 | 2023-10-25T06:41:30.204Z | Compiling pkcs8 v0.10.2 |
1873 | 2023-10-25T06:41:31.524Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1874 | 2023-10-25T06:41:31.961Z | Compiling toml_edit v0.20.0 |
1875 | 2023-10-25T06:41:33.359Z | Compiling hashlink v0.8.3 |
1876 | 2023-10-25T06:41:34.698Z | Compiling aead v0.5.2 |
1877 | 2023-10-25T06:41:35.210Z | Compiling nibble_vec v0.1.0 |
1878 | 2023-10-25T06:41:35.245Z | Compiling packed_struct_codegen v0.10.1 |
1879 | 2023-10-25T06:41:35.556Z | Compiling dirs-sys-next v0.1.2 |
1880 | 2023-10-25T06:41:36.396Z | Compiling nodrop v0.1.14 |
1881 | 2023-10-25T06:41:36.584Z | Compiling glob v0.3.1 |
1882 | 2023-10-25T06:41:38.036Z | Compiling crunchy v0.2.2 |
1883 | 2023-10-25T06:41:38.728Z | Compiling endian-type v0.1.2 |
1884 | 2023-10-25T06:41:39.122Z | Compiling humantime v2.1.0 |
1885 | 2023-10-25T06:41:39.374Z | Compiling fallible-streaming-iterator v0.1.9 |
1886 | 2023-10-25T06:41:39.732Z | Compiling doc-comment v0.3.3 |
1887 | 2023-10-25T06:41:40.579Z | Compiling rusqlite v0.29.0 |
1888 | 2023-10-25T06:41:40.748Z | Compiling radix_trie v0.2.1 |
1889 | 2023-10-25T06:41:42.388Z | Compiling clang-sys v1.6.1 |
1890 | 2023-10-25T06:41:43.412Z | Compiling toml v0.8.0 |
1891 | 2023-10-25T06:41:47.965Z | Compiling array-init v0.0.4 |
1892 | 2023-10-25T06:41:49.041Z | Compiling dirs-next v2.0.0 |
1893 | 2023-10-25T06:41:49.842Z | Compiling pkcs1 v0.7.5 |
1894 | 2023-10-25T06:41:50.157Z | Compiling slog-envlogger v2.2.0 |
1895 | 2023-10-25T06:41:53.222Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1896 | 2023-10-25T06:41:53.367Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1897 | 2023-10-25T06:41:54.706Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1898 | 2023-10-25T06:41:55.699Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1899 | 2023-10-25T06:41:56.189Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1900 | 2023-10-25T06:41:58.439Z | Compiling smallvec v0.6.14 |
1901 | 2023-10-25T06:42:03.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1902 | 2023-10-25T06:42:07.592Z | Compiling nix v0.26.2 |
1903 | 2023-10-25T06:42:08.044Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-25T06:42:08.980Z | Compiling num_enum_derive v0.7.0 |
1905 | 2023-10-25T06:42:09.004Z | Compiling twox-hash v1.6.3 |
1906 | 2023-10-25T06:42:10.750Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1907 | 2023-10-25T06:42:13.077Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1908 | 2023-10-25T06:42:14.554Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1909 | 2023-10-25T06:42:15.784Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1910 | 2023-10-25T06:42:21.248Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1911 | 2023-10-25T06:42:21.557Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1912 | 2023-10-25T06:42:23.229Z | Compiling tiny-keccak v2.0.2 |
1913 | 2023-10-25T06:42:23.634Z | Compiling bitfield v0.14.0 |
1914 | 2023-10-25T06:42:23.820Z | Compiling prettyplease v0.2.12 |
1915 | 2023-10-25T06:42:24.120Z | Compiling platforms v3.0.2 |
1916 | 2023-10-25T06:42:24.273Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2023-10-25T06:42:24.865Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1918 | 2023-10-25T06:42:25.529Z | Compiling num_enum v0.7.0 |
1919 | 2023-10-25T06:42:25.813Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1920 | 2023-10-25T06:42:46.067Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1921 | 2023-10-25T06:42:47.554Z | Compiling rsa v0.9.2 |
1922 | 2023-10-25T06:42:51.362Z | Compiling parking_lot v0.11.2 |
1923 | 2023-10-25T06:42:51.712Z | Compiling serde-hex v0.1.0 |
1924 | 2023-10-25T06:42:55.638Z | Compiling mime_guess v2.0.4 |
1925 | 2023-10-25T06:42:56.881Z | Compiling term v0.7.0 |
1926 | 2023-10-25T06:42:57.867Z | Compiling trust-dns-client v0.22.0 |
1927 | 2023-10-25T06:42:59.298Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2023-10-25T06:42:59.857Z | Compiling polyval v0.6.1 |
1929 | 2023-10-25T06:43:00.719Z | Compiling x509-cert v0.2.4 |
1930 | 2023-10-25T06:43:01.438Z | Compiling tungstenite v0.20.1 |
1931 | 2023-10-25T06:43:03.216Z | Compiling env_logger v0.10.0 |
1932 | 2023-10-25T06:43:04.972Z | Compiling ctr v0.9.2 |
1933 | 2023-10-25T06:43:05.525Z | Compiling aes v0.8.3 |
1934 | 2023-10-25T06:43:09.730Z | Compiling darling_core v0.14.4 |
1935 | 2023-10-25T06:43:10.137Z | Compiling ron v0.8.1 |
1936 | 2023-10-25T06:43:11.527Z | Compiling snafu-derive v0.7.5 |
1937 | 2023-10-25T06:43:18.920Z | Compiling bincode v1.3.3 |
1938 | 2023-10-25T06:43:20.241Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1939 | 2023-10-25T06:43:20.687Z | Compiling convert_case v0.4.0 |
1940 | 2023-10-25T06:43:20.987Z | Compiling minimal-lexical v0.2.1 |
1941 | 2023-10-25T06:43:21.444Z | Compiling crc-any v2.4.3 |
1942 | 2023-10-25T06:43:21.886Z | Compiling erased-serde v0.3.30 |
1943 | 2023-10-25T06:43:22.051Z | Compiling derive_more v0.99.17 |
1944 | 2023-10-25T06:43:23.089Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1945 | 2023-10-25T06:43:23.093Z | Compiling nom v7.1.3 |
1946 | 2023-10-25T06:43:24.224Z | Compiling trust-dns-server v0.22.1 |
1947 | 2023-10-25T06:43:29.839Z | Compiling snafu v0.7.5 |
1948 | 2023-10-25T06:43:31.904Z | Compiling darling_macro v0.14.4 |
1949 | 2023-10-25T06:43:33.381Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2023-10-25T06:43:34.938Z | Compiling aes-gcm-siv v0.11.1 |
1951 | 2023-10-25T06:43:35.002Z | Compiling tokio-tungstenite v0.20.1 |
1952 | 2023-10-25T06:43:36.297Z | Compiling ascii-canvas v3.0.0 |
1953 | 2023-10-25T06:43:36.489Z | Compiling steno v0.4.0 |
1954 | 2023-10-25T06:43:36.719Z | Compiling sled v0.34.7 |
1955 | 2023-10-25T06:43:36.781Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-10-25T06:43:46.374Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1957 | 2023-10-25T06:43:52.869Z | Compiling env_logger v0.9.3 |
1958 | 2023-10-25T06:43:54.274Z | Compiling tungstenite v0.18.0 |
1959 | 2023-10-25T06:43:58.641Z | Compiling object v0.30.4 |
1960 | 2023-10-25T06:44:00.454Z | Compiling is-terminal v0.4.9 |
1961 | 2023-10-25T06:44:00.654Z | Compiling ena v0.14.2 |
1962 | 2023-10-25T06:44:01.321Z | Compiling derive-where v1.2.5 |
1963 | 2023-10-25T06:44:02.705Z | Compiling bitstruct_derive v0.1.0 |
1964 | 2023-10-25T06:44:04.082Z | Compiling async-recursion v1.0.5 |
1965 | 2023-10-25T06:44:04.678Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1966 | 2023-10-25T06:44:04.881Z | Compiling libloading v0.7.4 |
1967 | 2023-10-25T06:44:05.464Z | Compiling ascii v1.1.0 |
1968 | 2023-10-25T06:44:05.585Z | Compiling diff v0.1.13 |
1969 | 2023-10-25T06:44:06.529Z | Compiling path-slash v0.1.5 |
1970 | 2023-10-25T06:44:06.843Z | Compiling linear-map v1.2.0 |
1971 | 2023-10-25T06:44:06.857Z | Compiling bindgen v0.65.1 |
1972 | 2023-10-25T06:44:06.869Z | Compiling ringbuffer v0.15.0 |
1973 | 2023-10-25T06:44:07.491Z | Compiling pretty-hex v0.3.0 |
1974 | 2023-10-25T06:44:07.568Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1975 | 2023-10-25T06:44:07.868Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1976 | 2023-10-25T06:44:07.960Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1977 | 2023-10-25T06:44:12.492Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1978 | 2023-10-25T06:44:19.763Z | Compiling lalrpop v0.19.12 |
1979 | 2023-10-25T06:44:22.566Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1980 | 2023-10-25T06:44:22.970Z | Compiling bitstruct v0.1.1 |
1981 | 2023-10-25T06:44:23.143Z | Compiling tokio-tungstenite v0.18.0 |
1982 | 2023-10-25T06:44:24.075Z | Compiling curve25519-dalek v4.1.0 |
1983 | 2023-10-25T06:44:24.661Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1984 | 2023-10-25T06:44:29.182Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1985 | 2023-10-25T06:44:33.369Z | Compiling darling v0.14.4 |
1986 | 2023-10-25T06:44:33.549Z | Compiling cexpr v0.6.0 |
1987 | 2023-10-25T06:44:40.773Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1988 | 2023-10-25T06:44:41.159Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1989 | 2023-10-25T06:44:42.361Z | Compiling which v4.4.0 |
1990 | 2023-10-25T06:44:43.168Z | Compiling ff v0.13.0 |
1991 | 2023-10-25T06:44:43.258Z | Compiling path-dedot v3.1.0 |
1992 | 2023-10-25T06:44:43.476Z | Compiling serde_arrays v0.1.0 |
1993 | 2023-10-25T06:44:43.619Z | Compiling rustc-hash v1.1.0 |
1994 | 2023-10-25T06:44:43.734Z | Compiling peeking_take_while v0.1.2 |
1995 | 2023-10-25T06:44:43.847Z | Compiling display-error-chain v0.1.1 |
1996 | 2023-10-25T06:44:43.947Z | Compiling lazycell v1.3.0 |
1997 | 2023-10-25T06:44:44.075Z | Compiling shlex v1.1.0 |
1998 | 2023-10-25T06:44:44.200Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1999 | 2023-10-25T06:44:45.895Z | Compiling path-absolutize v3.1.0 |
2000 | 2023-10-25T06:44:46.248Z | Compiling group v0.13.0 |
2001 | 2023-10-25T06:44:46.538Z | Compiling derive_builder_core v0.12.0 |
2002 | 2023-10-25T06:44:48.950Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2003 | 2023-10-25T06:44:50.430Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2004 | 2023-10-25T06:44:57.644Z | Compiling olpc-cjson v0.1.3 |
2005 | 2023-10-25T06:44:58.587Z | Compiling pem v1.1.1 |
2006 | 2023-10-25T06:44:58.601Z | Compiling camino-tempfile v1.0.2 |
2007 | 2023-10-25T06:44:59.959Z | Compiling globset v0.4.13 |
2008 | 2023-10-25T06:45:01.204Z | Compiling crypto-bigint v0.5.2 |
2009 | 2023-10-25T06:45:01.409Z | Compiling serde_plain v1.0.2 |
2010 | 2023-10-25T06:45:02.319Z | Compiling curve25519-dalek-derive v0.1.0 |
2011 | 2023-10-25T06:45:04.650Z | Compiling libxml v0.3.3 |
2012 | 2023-10-25T06:45:05.170Z | Compiling thiserror-impl-no-std v2.0.2 |
2013 | 2023-10-25T06:45:07.965Z | Compiling buf-list v1.0.3 |
2014 | 2023-10-25T06:45:08.723Z | Compiling base16ct v0.2.0 |
2015 | 2023-10-25T06:45:08.774Z | Compiling ref-cast v1.0.20 |
2016 | 2023-10-25T06:45:09.329Z | Compiling elliptic-curve v0.13.5 |
2017 | 2023-10-25T06:45:09.641Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2018 | 2023-10-25T06:45:10.053Z | Compiling thiserror-no-std v2.0.2 |
2019 | 2023-10-25T06:45:10.295Z | Compiling tough v0.12.5 |
2020 | 2023-10-25T06:45:11.203Z | Compiling polar-core v0.26.4 |
2021 | 2023-10-25T06:45:15.184Z | Compiling derive_builder_macro v0.12.0 |
2022 | 2023-10-25T06:45:16.487Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2023 | 2023-10-25T06:45:23.568Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2024 | 2023-10-25T06:45:26.521Z | Compiling poly1305 v0.8.0 |
2025 | 2023-10-25T06:45:26.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2026 | 2023-10-25T06:45:27.069Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2023-10-25T06:45:27.460Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2028 | 2023-10-25T06:45:27.650Z | Compiling chacha20 v0.9.1 |
2029 | 2023-10-25T06:45:28.354Z | Compiling strum_macros v0.24.3 |
2030 | 2023-10-25T06:45:28.440Z | Compiling const_format_proc_macros v0.2.31 |
2031 | 2023-10-25T06:45:29.202Z | Compiling bcs v0.1.6 |
2032 | 2023-10-25T06:45:30.711Z | Compiling ref-cast-impl v1.0.20 |
2033 | 2023-10-25T06:45:31.699Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2034 | 2023-10-25T06:45:32.094Z | Compiling cookie v0.16.2 |
2035 | 2023-10-25T06:45:32.468Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2036 | 2023-10-25T06:45:32.481Z | Compiling signature v1.6.4 |
2037 | 2023-10-25T06:45:32.718Z | Compiling highway v1.1.0 |
2038 | 2023-10-25T06:45:32.963Z | Compiling indoc v1.0.9 |
2039 | 2023-10-25T06:45:34.152Z | Compiling salty v0.2.0 |
2040 | 2023-10-25T06:45:34.362Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2041 | 2023-10-25T06:45:34.821Z | Compiling ed25519 v1.5.3 |
2042 | 2023-10-25T06:45:35.334Z | Compiling const_format v0.2.31 |
2043 | 2023-10-25T06:45:35.393Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2044 | 2023-10-25T06:45:37.266Z | Compiling chacha20poly1305 v0.10.1 |
2045 | 2023-10-25T06:45:37.639Z | Compiling derive_builder v0.12.0 |
2046 | 2023-10-25T06:45:37.914Z | Compiling vsss-rs v3.3.1 |
2047 | 2023-10-25T06:45:47.902Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2048 | 2023-10-25T06:45:54.566Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2049 | 2023-10-25T06:45:56.642Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2050 | 2023-10-25T06:45:58.631Z | Compiling signal-hook-mio v0.2.3 |
2051 | 2023-10-25T06:45:58.938Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2052 | 2023-10-25T06:45:59.518Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2053 | 2023-10-25T06:46:03.739Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2054 | 2023-10-25T06:46:04.148Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2055 | 2023-10-25T06:46:12.086Z | Compiling ron v0.7.1 |
2056 | 2023-10-25T06:46:16.461Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2057 | 2023-10-25T06:46:18.484Z | Compiling headers-core v0.2.0 |
2058 | 2023-10-25T06:46:18.760Z | Compiling bb8 v0.8.1 |
2059 | 2023-10-25T06:46:18.907Z | Compiling quick-xml v0.23.1 |
2060 | 2023-10-25T06:46:19.771Z | Compiling serde-big-array v0.5.1 |
2061 | 2023-10-25T06:46:20.111Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2023-10-25T06:46:20.162Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2063 | 2023-10-25T06:46:21.499Z | Compiling oso-derive v0.26.4 |
2064 | 2023-10-25T06:46:21.876Z | Compiling http-range v0.1.5 |
2065 | 2023-10-25T06:46:22.204Z | Compiling maplit v1.0.2 |
2066 | 2023-10-25T06:46:22.379Z | Compiling bit_field v0.10.2 |
2067 | 2023-10-25T06:46:22.817Z | Compiling hyper-staticfile v0.9.5 |
2068 | 2023-10-25T06:46:23.058Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2069 | 2023-10-25T06:46:28.911Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2070 | 2023-10-25T06:46:30.011Z | Compiling headers v0.3.9 |
2071 | 2023-10-25T06:46:36.937Z | Compiling oso v0.26.4 |
2072 | 2023-10-25T06:46:37.514Z | Compiling crossterm v0.27.0 |
2073 | 2023-10-25T06:46:53.991Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2074 | 2023-10-25T06:46:58.254Z | Compiling signal-hook-tokio v0.3.1 |
2075 | 2023-10-25T06:46:58.508Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2076 | 2023-10-25T06:46:58.578Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2077 | 2023-10-25T06:46:58.916Z | Compiling serde-big-array v0.4.1 |
2078 | 2023-10-25T06:46:59.246Z | Compiling cassowary v0.3.0 |
2079 | 2023-10-25T06:46:59.276Z | Compiling indoc v2.0.3 |
2080 | 2023-10-25T06:47:00.846Z | Compiling ratatui v0.23.0 |
2081 | 2023-10-25T06:47:04.638Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2082 | 2023-10-25T06:47:07.094Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2083 | 2023-10-25T06:47:10.023Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2084 | 2023-10-25T06:47:10.607Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2085 | 2023-10-25T06:47:12.406Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2086 | 2023-10-25T06:47:16.814Z | Compiling fatfs v0.3.6 |
2087 | 2023-10-25T06:47:17.070Z | Compiling bytesize v1.3.0 |
2088 | 2023-10-25T06:47:21.520Z | Compiling nanorand v0.7.0 |
2089 | 2023-10-25T06:47:21.737Z | Compiling rtoolbox v0.0.1 |
2090 | 2023-10-25T06:47:21.904Z | Compiling assert_matches v1.5.0 |
2091 | 2023-10-25T06:47:21.974Z | Compiling fs-err v2.9.0 |
2092 | 2023-10-25T06:47:22.035Z | Compiling corncobs v0.1.3 |
2093 | 2023-10-25T06:47:22.236Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2094 | 2023-10-25T06:47:22.491Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2095 | 2023-10-25T06:47:22.697Z | Compiling rpassword v7.2.0 |
2096 | 2023-10-25T06:47:23.317Z | Compiling flume v0.11.0 |
2097 | 2023-10-25T06:47:23.607Z | Compiling tui-tree-widget v0.13.0 |
2098 | 2023-10-25T06:47:24.565Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2099 | 2023-10-25T06:47:26.358Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2100 | 2023-10-25T06:47:27.132Z | Compiling owo-colors v3.5.0 |
2101 | 2023-10-25T06:47:32.781Z | Compiling shell-words v1.1.0 |
2102 | 2023-10-25T06:47:33.470Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2103 | 2023-10-25T06:47:49.295Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2104 | 2023-10-25T06:48:43.588Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2105 | 2023-10-25T06:49:00.568Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2106 | 2023-10-25T06:50:55.525Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2107 | 2023-10-25T06:52:53.772Z | Compiling git2 v0.17.2 |
2108 | 2023-10-25T06:53:00.786Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2109 | 2023-10-25T06:53:02.659Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2110 | 2023-10-25T06:53:15.255Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2111 | 2023-10-25T06:53:32.716Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2112 | 2023-10-25T06:53:33.703Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2113 | 2023-10-25T06:53:34.280Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2114 | 2023-10-25T06:53:36.659Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2115 | 2023-10-25T07:03:14.180Z | Finished release [optimized] target(s) in 22m 57s |
2116 | 2023-10-25T07:04:28.733Z | |
2117 | 2023-10-25T07:04:28.741Z | real 24:13.155642388 |
2118 | 2023-10-25T07:04:28.744Z | user 2:47:41.191928415 |
2119 | 2023-10-25T07:04:28.754Z | sys 7:57.455013692 |
2120 | 2023-10-25T07:04:28.760Z | trap 6.148140770 |
2121 | 2023-10-25T07:04:28.765Z | tflt 1.652168734 |
2122 | 2023-10-25T07:04:28.778Z | dflt 4.820529489 |
2123 | 2023-10-25T07:04:28.782Z | kflt 0.032933772 |
2124 | 2023-10-25T07:04:28.788Z | lock 9:33:01.280192220 |
2125 | 2023-10-25T07:04:28.793Z | slp 6:52:35.220924280 |
2126 | 2023-10-25T07:04:28.797Z | lat 3:02.903327390 |
2127 | 2023-10-25T07:04:28.801Z | stop 56.393550615 |
2128 | 2023-10-25T07:04:28.806Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2129 | 2023-10-25T07:04:28.810Z | + pfexec mkdir -p /work |
2130 | 2023-10-25T07:04:28.814Z | + pfexec chown build /work |
2131 | 2023-10-25T07:04:28.817Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2132 | 2023-10-25T07:04:42.170Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2133 | 2023-10-25T07:04:42.175Z | a out/mg-ddm-gz.tar 62147K |
2134 | 2023-10-25T07:04:42.178Z | a out/omicron-sled-agent.tar 112454K |
2135 | 2023-10-25T07:04:42.182Z | a out/target/test 1K |
2136 | 2023-10-25T07:04:42.185Z | a out/npuzone/npuzone 36506K |
2137 | 2023-10-25T07:04:42.189Z | a package-manifest.toml 22K |
2138 | 2023-10-25T07:04:42.192Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2139 | 2023-10-25T07:04:42.195Z | a target/release/omicron-package 37306K |
2140 | 2023-10-25T07:04:42.198Z | a tools/create_virtual_hardware.sh 3K |
2141 | 2023-10-25T07:04:42.201Z | a tools/virtual_hardware.sh 4K |
2142 | 2023-10-25T07:04:42.204Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2143 | 2023-10-25T07:04:42.207Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2144 | 2023-10-25T07:04:42.210Z | a tools/scrimlet/softnpu-init.sh 3K |
2145 | 2023-10-25T07:04:42.212Z | a tools/scrimlet/softnpu-zone.txt 1K |
2146 | 2023-10-25T07:04:42.215Z | a tools/scrimlet/softnpu.toml 1K |
2147 | 2023-10-25T07:04:42.219Z | |
2148 | 2023-10-25T07:04:42.222Z | real 13.432494889 |
2149 | 2023-10-25T07:04:42.224Z | user 12.754175577 |
2150 | 2023-10-25T07:04:42.227Z | sys 1.152786147 |
2151 | 2023-10-25T07:04:42.230Z | trap 0.004246159 |
2152 | 2023-10-25T07:04:42.234Z | tflt 0.000000000 |
2153 | 2023-10-25T07:04:42.237Z | dflt 0.000000000 |
2154 | 2023-10-25T07:04:42.239Z | kflt 0.000000000 |
2155 | 2023-10-25T07:04:42.242Z | lock 0.000000000 |
2156 | 2023-10-25T07:04:42.245Z | slp 12.459114317 |
2157 | 2023-10-25T07:04:42.249Z | lat 0.490858078 |
2158 | 2023-10-25T07:04:42.253Z | stop 0.000236963 |
2159 | 2023-10-25T07:04:42.258Z | ++ pwd |
2160 | 2023-10-25T07:04:42.260Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2161 | 2023-10-25T07:04:42.263Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2162 | 2023-10-25T07:04:42.266Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2163 | 2023-10-25T07:04:43.350Z | Finished release [optimized] target(s) in 1.08s |
2164 | 2023-10-25T07:04:43.377Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2165 | 2023-10-25T07:04:43.418Z | Created new build target 'host' and set it as active |
2166 | 2023-10-25T07:04:43.421Z | |
2167 | 2023-10-25T07:04:43.424Z | real 1.236583619 |
2168 | 2023-10-25T07:04:43.427Z | user 0.883404689 |
2169 | 2023-10-25T07:04:43.430Z | sys 0.353805200 |
2170 | 2023-10-25T07:04:43.433Z | trap 0.000114352 |
2171 | 2023-10-25T07:04:43.436Z | tflt 0.000000000 |
2172 | 2023-10-25T07:04:43.439Z | dflt 0.000001753 |
2173 | 2023-10-25T07:04:43.443Z | kflt 0.000000000 |
2174 | 2023-10-25T07:04:43.445Z | lock 0.034510984 |
2175 | 2023-10-25T07:04:43.448Z | slp 0.018597034 |
2176 | 2023-10-25T07:04:43.452Z | lat 0.001875500 |
2177 | 2023-10-25T07:04:43.455Z | stop 0.000228294 |
2178 | 2023-10-25T07:04:43.458Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2179 | 2023-10-25T07:04:44.553Z | Finished release [optimized] target(s) in 1.05s |
2180 | 2023-10-25T07:04:45.010Z | Running `target/release/omicron-package -t host package` |
2181 | 2023-10-25T07:04:45.054Z | Oct 25 07:04:44.624 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2182 | 2023-10-25T07:04:45.780Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2183 | 2023-10-25T07:08:41.385Z | Finished release [optimized] target(s) in 3m 56s |
2184 | 2023-10-25T07:09:57.780Z | |
2185 | 2023-10-25T07:09:57.783Z | real 5:14.376419435 |
2186 | 2023-10-25T07:09:57.786Z | user 21:45.349887656 |
2187 | 2023-10-25T07:09:57.789Z | sys 1:34.559938258 |
2188 | 2023-10-25T07:09:57.792Z | trap 0.666117677 |
2189 | 2023-10-25T07:09:57.794Z | tflt 0.042035931 |
2190 | 2023-10-25T07:09:57.797Z | dflt 2.845991482 |
2191 | 2023-10-25T07:09:57.800Z | kflt 0.000327975 |
2192 | 2023-10-25T07:09:57.803Z | lock 1:14:38.407963733 |
2193 | 2023-10-25T07:09:57.806Z | slp 18:40.789181669 |
2194 | 2023-10-25T07:09:57.809Z | lat 6.811784248 |
2195 | 2023-10-25T07:09:57.811Z | stop 0.708460658 |
2196 | 2023-10-25T07:09:57.815Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2197 | 2023-10-25T07:09:57.818Z | + for package in "$@" |
2198 | 2023-10-25T07:09:57.820Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2199 | 2023-10-25T07:09:57.823Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git1a7b342e3fb |
2200 | 2023-10-25T07:09:58.957Z | Finished release [optimized] target(s) in 1.09s |
2201 | 2023-10-25T07:09:58.985Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git1a7b342e3fb` |
2202 | 2023-10-25T07:09:59.028Z | Oct 25 07:09:59.031 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2023-10-25T07:09:59.566Z | Created: out/versioned/omicron-sled-agent.tar |
2204 | 2023-10-25T07:09:59.570Z | + for package in "$@" |
2205 | 2023-10-25T07:09:59.575Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2206 | 2023-10-25T07:09:59.577Z | + echo 0.0.0 |
2207 | 2023-10-25T07:09:59.580Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2208 | 2023-10-25T07:09:59.583Z | a VERSION 1K |
2209 | 2023-10-25T07:09:59.586Z | + rm VERSION |
2210 | 2023-10-25T07:09:59.589Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git1a7b342e3fb |
2211 | 2023-10-25T07:10:00.731Z | Finished release [optimized] target(s) in 1.05s |
2212 | 2023-10-25T07:10:00.743Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git1a7b342e3fb` |
2213 | 2023-10-25T07:10:00.787Z | Oct 25 07:10:00.787 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2214 | 2023-10-25T07:10:01.095Z | Created: out/versioned/mg-ddm-gz.tar |
2215 | 2023-10-25T07:10:01.099Z | + for package in "$@" |
2216 | 2023-10-25T07:10:01.102Z | + [[ propolis-server == mg-ddm-gz ]] |
2217 | 2023-10-25T07:10:01.105Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git1a7b342e3fb |
2218 | 2023-10-25T07:10:02.263Z | Finished release [optimized] target(s) in 1.08s |
2219 | 2023-10-25T07:10:02.293Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git1a7b342e3fb` |
2220 | 2023-10-25T07:10:02.336Z | Oct 25 07:10:02.336 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2221 | 2023-10-25T07:10:04.132Z | Created: out/versioned/propolis-server.tar.gz |
2222 | 2023-10-25T07:10:04.136Z | + for package in "$@" |
2223 | 2023-10-25T07:10:04.140Z | + [[ overlay == mg-ddm-gz ]] |
2224 | 2023-10-25T07:10:04.143Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git1a7b342e3fb |
2225 | 2023-10-25T07:10:05.255Z | Finished release [optimized] target(s) in 1.04s |
2226 | 2023-10-25T07:10:05.285Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git1a7b342e3fb` |
2227 | 2023-10-25T07:10:05.326Z | Oct 25 07:10:05.328 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2023-10-25T07:10:05.330Z | Created: out/versioned/overlay.tar.gz |
2229 | 2023-10-25T07:10:05.333Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2230 | 2023-10-25T07:10:05.342Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2231 | 2023-10-25T07:10:05.346Z | ++ cd -- ./tools |
2232 | 2023-10-25T07:10:05.350Z | ++ pwd |
2233 | 2023-10-25T07:10:05.355Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2234 | 2023-10-25T07:10:05.358Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2235 | 2023-10-25T07:10:05.361Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2236 | 2023-10-25T07:10:05.366Z | ++ readlink -f /work |
2237 | 2023-10-25T07:10:05.370Z | + out_dir=/work |
2238 | 2023-10-25T07:10:05.374Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2239 | 2023-10-25T07:10:05.379Z | + for dep in "${deps[@]}" |
2240 | 2023-10-25T07:10:05.382Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2241 | 2023-10-25T07:10:05.387Z | + for dep in "${deps[@]}" |
2242 | 2023-10-25T07:10:05.391Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2243 | 2023-10-25T07:10:05.395Z | + for dep in "${deps[@]}" |
2244 | 2023-10-25T07:10:05.398Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2245 | 2023-10-25T07:10:05.401Z | + for dep in "${deps[@]}" |
2246 | 2023-10-25T07:10:05.405Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2247 | 2023-10-25T07:10:05.409Z | ++ mktemp -d |
2248 | 2023-10-25T07:10:05.412Z | + tmp_gz=/tmp/tmp.4yaisi |
2249 | 2023-10-25T07:10:05.415Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2250 | 2023-10-25T07:10:05.419Z | + echo '{"v":"1","t":"layer"}' |
2251 | 2023-10-25T07:10:05.422Z | + pkg_dir=/tmp/tmp.4yaisi/root/opt/oxide/sled-agent |
2252 | 2023-10-25T07:10:05.425Z | + mkdir -p /tmp/tmp.4yaisi/root/opt/oxide/sled-agent |
2253 | 2023-10-25T07:10:05.429Z | + cd /tmp/tmp.4yaisi/root/opt/oxide/sled-agent |
2254 | 2023-10-25T07:10:05.432Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2255 | 2023-10-25T07:10:05.507Z | x ., 0 bytes, 0 tape blocks |
2256 | 2023-10-25T07:10:05.512Z | x zone-bundle, 34588816 bytes, 67557 tape blocks |
2257 | 2023-10-25T07:10:05.516Z | x sled-agent, 80484816 bytes, 157197 tape blocks |
2258 | 2023-10-25T07:10:05.520Z | x pkg, 0 bytes, 0 tape blocks |
2259 | 2023-10-25T07:10:05.525Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2260 | 2023-10-25T07:10:05.534Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2261 | 2023-10-25T07:10:05.541Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2262 | 2023-10-25T07:10:05.547Z | x VERSION, 25 bytes, 1 tape blocks |
2263 | 2023-10-25T07:10:05.553Z | + mkdir -p /tmp/tmp.4yaisi/root/lib/svc/manifest/site/ |
2264 | 2023-10-25T07:10:05.559Z | + mv pkg/manifest.xml /tmp/tmp.4yaisi/root/lib/svc/manifest/site/sled-agent.xml |
2265 | 2023-10-25T07:10:05.566Z | + cd - |
2266 | 2023-10-25T07:10:05.573Z | /work/oxidecomputer/omicron |
2267 | 2023-10-25T07:10:05.577Z | + pkg_dir=/tmp/tmp.4yaisi/root/opt/oxide/mg-ddm |
2268 | 2023-10-25T07:10:05.585Z | + mkdir -p /tmp/tmp.4yaisi/root/opt/oxide/mg-ddm |
2269 | 2023-10-25T07:10:05.593Z | + cd /tmp/tmp.4yaisi/root/opt/oxide/mg-ddm |
2270 | 2023-10-25T07:10:05.599Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2271 | 2023-10-25T07:10:05.607Z | x ., 0 bytes, 0 tape blocks |
2272 | 2023-10-25T07:10:05.617Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2273 | 2023-10-25T07:10:05.629Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2274 | 2023-10-25T07:10:05.645Z | x pkg, 0 bytes, 0 tape blocks |
2275 | 2023-10-25T07:10:05.651Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2276 | 2023-10-25T07:10:05.668Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2277 | 2023-10-25T07:10:05.673Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2278 | 2023-10-25T07:10:05.676Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2279 | 2023-10-25T07:10:05.680Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2280 | 2023-10-25T07:10:05.684Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2281 | 2023-10-25T07:10:05.689Z | x VERSION, 25 bytes, 1 tape blocks |
2282 | 2023-10-25T07:10:05.692Z | + cd - |
2283 | 2023-10-25T07:10:05.696Z | /work/oxidecomputer/omicron |
2284 | 2023-10-25T07:10:05.699Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.4yaisi/root/opt/oxide |
2285 | 2023-10-25T07:10:05.702Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.4yaisi/root/opt/oxide |
2286 | 2023-10-25T07:10:05.705Z | + cd /tmp/tmp.4yaisi |
2287 | 2023-10-25T07:10:05.708Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2288 | 2023-10-25T07:10:17.607Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2289 | 2023-10-25T07:10:17.614Z | a oxide.json 1K |
2290 | 2023-10-25T07:10:17.617Z | a root/ 0K |
2291 | 2023-10-25T07:10:17.623Z | a root/opt/ 0K |
2292 | 2023-10-25T07:10:17.631Z | a root/opt/oxide/ 0K |
2293 | 2023-10-25T07:10:17.635Z | a root/opt/oxide/sled-agent/ 0K |
2294 | 2023-10-25T07:10:17.638Z | a root/opt/oxide/sled-agent/zone-bundle 33779K |
2295 | 2023-10-25T07:10:17.641Z | a root/opt/oxide/sled-agent/sled-agent 78599K |
2296 | 2023-10-25T07:10:17.645Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2297 | 2023-10-25T07:10:17.649Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2298 | 2023-10-25T07:10:17.653Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2299 | 2023-10-25T07:10:17.656Z | a root/opt/oxide/sled-agent/VERSION 1K |
2300 | 2023-10-25T07:10:17.659Z | a root/opt/oxide/mg-ddm/ 0K |
2301 | 2023-10-25T07:10:17.664Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2302 | 2023-10-25T07:10:17.667Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2303 | 2023-10-25T07:10:17.671Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2304 | 2023-10-25T07:10:17.674Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2305 | 2023-10-25T07:10:17.677Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2306 | 2023-10-25T07:10:17.680Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2307 | 2023-10-25T07:10:17.683Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2308 | 2023-10-25T07:10:17.686Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2309 | 2023-10-25T07:10:17.690Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2310 | 2023-10-25T07:10:17.693Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2311 | 2023-10-25T07:10:17.696Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2312 | 2023-10-25T07:10:17.699Z | a root/opt/oxide/overlay.tar.gz 2K |
2313 | 2023-10-25T07:10:17.705Z | a root/lib/ 0K |
2314 | 2023-10-25T07:10:17.711Z | a root/lib/svc/ 0K |
2315 | 2023-10-25T07:10:17.714Z | a root/lib/svc/manifest/ 0K |
2316 | 2023-10-25T07:10:17.717Z | a root/lib/svc/manifest/site/ 0K |
2317 | 2023-10-25T07:10:17.720Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2318 | 2023-10-25T07:10:17.722Z | + cd / |
2319 | 2023-10-25T07:10:17.725Z | + rm -rf /tmp/tmp.4yaisi |
2320 | 2023-10-25T07:10:17.729Z | |
2321 | 2023-10-25T07:10:17.732Z | real 12.316308556 |
2322 | 2023-10-25T07:10:17.735Z | user 11.329967455 |
2323 | 2023-10-25T07:10:17.738Z | sys 1.032513263 |
2324 | 2023-10-25T07:10:17.741Z | trap 0.004909331 |
2325 | 2023-10-25T07:10:17.743Z | tflt 0.000000000 |
2326 | 2023-10-25T07:10:17.748Z | dflt 0.000000000 |
2327 | 2023-10-25T07:10:17.751Z | kflt 0.000000000 |
2328 | 2023-10-25T07:10:17.754Z | lock 0.000000000 |
2329 | 2023-10-25T07:10:17.757Z | slp 23.703551875 |
2330 | 2023-10-25T07:10:17.760Z | lat 0.461474735 |
2331 | 2023-10-25T07:10:17.763Z | stop 0.000311580 |
2332 | 2023-10-25T07:10:17.766Z | + mkdir -p /work/zones |
2333 | 2023-10-25T07:10:17.769Z | + 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) |
2334 | 2023-10-25T07:10:17.772Z | + 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/ |
2335 | 2023-10-25T07:10:21.214Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2336 | 2023-10-25T07:10:22.435Z | Finished release [optimized] target(s) in 1.13s |
2337 | 2023-10-25T07:10:22.470Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2338 | 2023-10-25T07:10:22.507Z | Created new build target 'recovery' and set it as active |
2339 | 2023-10-25T07:10:22.510Z | |
2340 | 2023-10-25T07:10:22.513Z | real 1.289539768 |
2341 | 2023-10-25T07:10:22.517Z | user 0.921426919 |
2342 | 2023-10-25T07:10:22.520Z | sys 0.366045026 |
2343 | 2023-10-25T07:10:22.523Z | trap 0.001028729 |
2344 | 2023-10-25T07:10:22.526Z | tflt 0.000046983 |
2345 | 2023-10-25T07:10:22.529Z | dflt 0.000024068 |
2346 | 2023-10-25T07:10:22.532Z | kflt 0.000000000 |
2347 | 2023-10-25T07:10:22.535Z | lock 0.036843511 |
2348 | 2023-10-25T07:10:22.538Z | slp 0.021516303 |
2349 | 2023-10-25T07:10:22.542Z | lat 0.004491872 |
2350 | 2023-10-25T07:10:22.546Z | stop 0.000232100 |
2351 | 2023-10-25T07:10:22.549Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2352 | 2023-10-25T07:10:23.699Z | Finished release [optimized] target(s) in 1.10s |
2353 | 2023-10-25T07:10:23.730Z | Running `target/release/omicron-package -t recovery package` |
2354 | 2023-10-25T07:10:23.770Z | Oct 25 07:10:23.774 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2355 | 2023-10-25T07:10:24.794Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2356 | 2023-10-25T07:10:28.810Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2357 | 2023-10-25T07:11:02.681Z | Finished release [optimized] target(s) in 38.82s |
2358 | 2023-10-25T07:11:13.872Z | |
2359 | 2023-10-25T07:11:13.876Z | real 51.355855629 |
2360 | 2023-10-25T07:11:13.879Z | user 2:43.119625752 |
2361 | 2023-10-25T07:11:13.882Z | sys 13.043757632 |
2362 | 2023-10-25T07:11:13.885Z | trap 0.090541246 |
2363 | 2023-10-25T07:11:13.888Z | tflt 0.128020738 |
2364 | 2023-10-25T07:11:13.890Z | dflt 0.929629160 |
2365 | 2023-10-25T07:11:13.893Z | kflt 0.000000000 |
2366 | 2023-10-25T07:11:13.896Z | lock 12:03.881505779 |
2367 | 2023-10-25T07:11:13.899Z | slp 2:38.251527926 |
2368 | 2023-10-25T07:11:13.902Z | lat 1.999059164 |
2369 | 2023-10-25T07:11:13.905Z | stop 0.201178622 |
2370 | 2023-10-25T07:11:13.908Z | + stamp_packages installinator mg-ddm-gz |
2371 | 2023-10-25T07:11:13.911Z | + for package in "$@" |
2372 | 2023-10-25T07:11:13.914Z | + [[ installinator == mg-ddm-gz ]] |
2373 | 2023-10-25T07:11:13.917Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git1a7b342e3fb |
2374 | 2023-10-25T07:11:15.145Z | Finished release [optimized] target(s) in 1.18s |
2375 | 2023-10-25T07:11:15.176Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git1a7b342e3fb` |
2376 | 2023-10-25T07:11:15.221Z | Oct 25 07:11:15.225 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2377 | 2023-10-25T07:11:15.340Z | Created: out/versioned/installinator.tar |
2378 | 2023-10-25T07:11:15.347Z | + for package in "$@" |
2379 | 2023-10-25T07:11:15.350Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2380 | 2023-10-25T07:11:15.353Z | + echo 0.0.0 |
2381 | 2023-10-25T07:11:15.356Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2382 | 2023-10-25T07:11:15.359Z | a VERSION 1K |
2383 | 2023-10-25T07:11:15.363Z | + rm VERSION |
2384 | 2023-10-25T07:11:15.365Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git1a7b342e3fb |
2385 | 2023-10-25T07:11:16.586Z | Finished release [optimized] target(s) in 1.14s |
2386 | 2023-10-25T07:11:16.619Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git1a7b342e3fb` |
2387 | 2023-10-25T07:11:16.663Z | Oct 25 07:11:16.667 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2388 | 2023-10-25T07:11:16.855Z | Created: out/versioned/mg-ddm-gz.tar |
2389 | 2023-10-25T07:11:16.858Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2390 | 2023-10-25T07:11:16.871Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2391 | 2023-10-25T07:11:16.875Z | ++ cd -- ./tools |
2392 | 2023-10-25T07:11:16.878Z | ++ pwd |
2393 | 2023-10-25T07:11:16.881Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2394 | 2023-10-25T07:11:16.884Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2395 | 2023-10-25T07:11:16.887Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2396 | 2023-10-25T07:11:16.890Z | ++ readlink -f /work |
2397 | 2023-10-25T07:11:16.893Z | + out_dir=/work |
2398 | 2023-10-25T07:11:16.895Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2399 | 2023-10-25T07:11:16.898Z | + for dep in "${deps[@]}" |
2400 | 2023-10-25T07:11:16.901Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2401 | 2023-10-25T07:11:16.904Z | + for dep in "${deps[@]}" |
2402 | 2023-10-25T07:11:16.907Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2403 | 2023-10-25T07:11:16.910Z | ++ mktemp -d |
2404 | 2023-10-25T07:11:16.914Z | + tmp_trampoline=/tmp/tmp.y2aGwi |
2405 | 2023-10-25T07:11:16.917Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2406 | 2023-10-25T07:11:16.920Z | + echo '{"v":"1","t":"layer"}' |
2407 | 2023-10-25T07:11:16.923Z | + pkg_dir=/tmp/tmp.y2aGwi/root/opt/oxide/installinator |
2408 | 2023-10-25T07:11:16.927Z | + mkdir -p /tmp/tmp.y2aGwi/root/opt/oxide/installinator |
2409 | 2023-10-25T07:11:16.931Z | + cd /tmp/tmp.y2aGwi/root/opt/oxide/installinator |
2410 | 2023-10-25T07:11:16.935Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2411 | 2023-10-25T07:11:16.939Z | x ., 0 bytes, 0 tape blocks |
2412 | 2023-10-25T07:11:16.942Z | x installinator, 48275376 bytes, 94288 tape blocks |
2413 | 2023-10-25T07:11:16.945Z | x pkg, 0 bytes, 0 tape blocks |
2414 | 2023-10-25T07:11:16.949Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2415 | 2023-10-25T07:11:16.953Z | x VERSION, 25 bytes, 1 tape blocks |
2416 | 2023-10-25T07:11:16.957Z | + mkdir -p /tmp/tmp.y2aGwi/root/lib/svc/manifest/site/ |
2417 | 2023-10-25T07:11:16.960Z | + mv pkg/manifest.xml /tmp/tmp.y2aGwi/root/lib/svc/manifest/site/installinator.xml |
2418 | 2023-10-25T07:11:16.964Z | + cd - |
2419 | 2023-10-25T07:11:16.970Z | /work/oxidecomputer/omicron |
2420 | 2023-10-25T07:11:16.974Z | + pkg_dir=/tmp/tmp.y2aGwi/root/opt/oxide/mg-ddm |
2421 | 2023-10-25T07:11:16.978Z | + mkdir -p /tmp/tmp.y2aGwi/root/opt/oxide/mg-ddm |
2422 | 2023-10-25T07:11:16.989Z | + cd /tmp/tmp.y2aGwi/root/opt/oxide/mg-ddm |
2423 | 2023-10-25T07:11:16.995Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2424 | 2023-10-25T07:11:17.020Z | x ., 0 bytes, 0 tape blocks |
2425 | 2023-10-25T07:11:17.025Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2426 | 2023-10-25T07:11:17.032Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2427 | 2023-10-25T07:11:17.036Z | x pkg, 0 bytes, 0 tape blocks |
2428 | 2023-10-25T07:11:17.039Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2429 | 2023-10-25T07:11:17.043Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2430 | 2023-10-25T07:11:17.047Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2431 | 2023-10-25T07:11:17.051Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2432 | 2023-10-25T07:11:17.057Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2433 | 2023-10-25T07:11:17.069Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2434 | 2023-10-25T07:11:17.092Z | x VERSION, 25 bytes, 1 tape blocks |
2435 | 2023-10-25T07:11:17.101Z | + cd - |
2436 | 2023-10-25T07:11:17.106Z | /work/oxidecomputer/omicron |
2437 | 2023-10-25T07:11:17.110Z | + cd /tmp/tmp.y2aGwi |
2438 | 2023-10-25T07:11:17.115Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2439 | 2023-10-25T07:11:22.964Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2440 | 2023-10-25T07:11:22.967Z | a oxide.json 1K |
2441 | 2023-10-25T07:11:22.972Z | a root/ 0K |
2442 | 2023-10-25T07:11:22.975Z | a root/opt/ 0K |
2443 | 2023-10-25T07:11:22.978Z | a root/opt/oxide/ 0K |
2444 | 2023-10-25T07:11:22.981Z | a root/opt/oxide/installinator/ 0K |
2445 | 2023-10-25T07:11:22.984Z | a root/opt/oxide/installinator/installinator 47144K |
2446 | 2023-10-25T07:11:22.986Z | a root/opt/oxide/installinator/pkg/ 0K |
2447 | 2023-10-25T07:11:22.989Z | a root/opt/oxide/installinator/VERSION 1K |
2448 | 2023-10-25T07:11:22.992Z | a root/opt/oxide/mg-ddm/ 0K |
2449 | 2023-10-25T07:11:22.995Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2450 | 2023-10-25T07:11:22.998Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2451 | 2023-10-25T07:11:23.001Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2452 | 2023-10-25T07:11:23.004Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2453 | 2023-10-25T07:11:23.007Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2454 | 2023-10-25T07:11:23.009Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2455 | 2023-10-25T07:11:23.012Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2456 | 2023-10-25T07:11:23.015Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2457 | 2023-10-25T07:11:23.018Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2458 | 2023-10-25T07:11:23.021Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2459 | 2023-10-25T07:11:23.024Z | a root/lib/ 0K |
2460 | 2023-10-25T07:11:23.026Z | a root/lib/svc/ 0K |
2461 | 2023-10-25T07:11:23.029Z | a root/lib/svc/manifest/ 0K |
2462 | 2023-10-25T07:11:23.032Z | a root/lib/svc/manifest/site/ 0K |
2463 | 2023-10-25T07:11:23.035Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2464 | 2023-10-25T07:11:24.041Z | + cd / |
2465 | 2023-10-25T07:11:24.045Z | + rm -rf /tmp/tmp.y2aGwi |
2466 | 2023-10-25T07:11:24.048Z | |
2467 | 2023-10-25T07:11:24.051Z | real 6.126072004 |
2468 | 2023-10-25T07:11:24.054Z | user 5.684961602 |
2469 | 2023-10-25T07:11:24.059Z | sys 0.472196113 |
2470 | 2023-10-25T07:11:24.062Z | trap 0.002616061 |
2471 | 2023-10-25T07:11:24.065Z | tflt 0.000000000 |
2472 | 2023-10-25T07:11:24.068Z | dflt 0.000000000 |
2473 | 2023-10-25T07:11:24.071Z | kflt 0.000000000 |
2474 | 2023-10-25T07:11:24.074Z | lock 0.000000000 |
2475 | 2023-10-25T07:11:24.077Z | slp 11.804574521 |
2476 | 2023-10-25T07:11:24.080Z | lat 0.215601117 |
2477 | 2023-10-25T07:11:24.083Z | stop 0.000306670 |
2478 | 2023-10-25T07:11:24.086Z | process exited: duration 2514396 ms, exit code 0 |
|
2479 | 2023-10-25T07:11:24.093Z | found 21 output files |
2480 | 2023-10-25T07:11:24.103Z | uploading: /work/version.txt (26 bytes) |
2481 | 2023-10-25T07:11:25.116Z | uploaded: /work/version.txt |
2482 | 2023-10-25T07:11:25.134Z | uploading: /work/package.tar.gz (80702173 bytes) |
2483 | 2023-10-25T07:11:52.210Z | uploaded: /work/package.tar.gz |
2484 | 2023-10-25T07:11:52.288Z | uploading: /work/global-zone-packages.tar.gz (123065923 bytes) |
2485 | 2023-10-25T07:12:33.921Z | uploaded: /work/global-zone-packages.tar.gz |
2486 | 2023-10-25T07:12:33.931Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35825734 bytes) |
2487 | 2023-10-25T07:12:44.231Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2488 | 2023-10-25T07:12:44.243Z | uploading: /work/zones/clickhouse.tar.gz (180759846 bytes) |
2489 | 2023-10-25T07:13:46.011Z | uploaded: /work/zones/clickhouse.tar.gz |
2490 | 2023-10-25T07:13:46.108Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180756095 bytes) |
2491 | 2023-10-25T07:14:35.844Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2492 | 2023-10-25T07:14:35.994Z | uploading: /work/zones/cockroachdb.tar.gz (117817697 bytes) |
2493 | 2023-10-25T07:15:16.666Z | uploaded: /work/zones/cockroachdb.tar.gz |
2494 | 2023-10-25T07:15:16.680Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2495 | 2023-10-25T07:15:26.432Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2496 | 2023-10-25T07:15:26.445Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2497 | 2023-10-25T07:16:08.983Z | uploaded: /work/zones/crucible.tar.gz |
2498 | 2023-10-25T07:16:09.005Z | uploading: /work/zones/external-dns.tar.gz (22061271 bytes) |
2499 | 2023-10-25T07:16:16.603Z | uploaded: /work/zones/external-dns.tar.gz |
2500 | 2023-10-25T07:16:16.615Z | uploading: /work/zones/internal-dns.tar.gz (22061270 bytes) |
2501 | 2023-10-25T07:16:27.990Z | uploaded: /work/zones/internal-dns.tar.gz |
2502 | 2023-10-25T07:16:27.994Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2503 | 2023-10-25T07:16:29.002Z | uploaded: /work/zones/ntp.tar.gz |
2504 | 2023-10-25T07:16:29.417Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16766970 bytes) |
2505 | 2023-10-25T07:16:33.252Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2506 | 2023-10-25T07:16:33.257Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16766365 bytes) |
2507 | 2023-10-25T07:16:43.971Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2508 | 2023-10-25T07:16:44.000Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69236920 bytes) |
2509 | 2023-10-25T07:17:02.944Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2510 | 2023-10-25T07:17:02.970Z | uploading: /work/zones/omicron-nexus.tar.gz (69239705 bytes) |
2511 | 2023-10-25T07:17:27.225Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2512 | 2023-10-25T07:17:27.264Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2513 | 2023-10-25T07:17:28.274Z | uploaded: /work/zones/overlay.tar.gz |
2514 | 2023-10-25T07:17:28.287Z | uploading: /work/zones/oximeter-collector.tar.gz (18251227 bytes) |
2515 | 2023-10-25T07:17:33.501Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2516 | 2023-10-25T07:17:33.511Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2517 | 2023-10-25T07:17:51.867Z | uploaded: /work/zones/propolis-server.tar.gz |
2518 | 2023-10-25T07:17:51.879Z | uploading: /work/zones/switch-asic.tar.gz (239158417 bytes) |
2519 | 2023-10-25T07:19:15.843Z | uploaded: /work/zones/switch-asic.tar.gz |
2520 | 2023-10-25T07:19:15.862Z | uploading: /work/zones/switch-softnpu.tar.gz (161589832 bytes) |
2521 | 2023-10-25T07:20:12.003Z | uploaded: /work/zones/switch-softnpu.tar.gz |