|
|
|
1 | 2023-11-06T16:13:27.533Z | job assigned to worker 01HEJPEV9CFJX3V890YAFM328V (queued for 1 m 51 s) |
|
2 | 2023-11-06T16:13:28.195Z | starting task 0: "setup" |
3 | 2023-11-06T16:13:28.348Z | ++ uname -s |
4 | 2023-11-06T16:13:28.353Z | + kern=SunOS |
5 | 2023-11-06T16:13:28.357Z | + case "$kern" in |
6 | 2023-11-06T16:13:28.364Z | + groupadd -g 12345 build |
7 | 2023-11-06T16:13:28.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-06T16:13:30.365Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-06T16:13:30.550Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-06T16:13:30.553Z | + home_fs=zfs |
11 | 2023-11-06T16:13:30.556Z | + [[ zfs == autofs ]] |
12 | 2023-11-06T16:13:30.558Z | + mkdir -p /home/build |
13 | 2023-11-06T16:13:30.562Z | + chown build:build /home/build /work |
14 | 2023-11-06T16:13:32.567Z | + chmod 0700 /home/build /work |
15 | 2023-11-06T16:13:32.579Z | process exited: duration 4362 ms, exit code 0 |
|
16 | 2023-11-06T16:13:32.598Z | starting task 1: "rust-toolchain" |
17 | 2023-11-06T16:13:32.611Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-06T16:13:32.614Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-06T16:13:32.795Z | info: downloading installer |
20 | 2023-11-06T16:13:34.886Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-06T16:13:34.890Z | warning: /opt/ooce/bin |
22 | 2023-11-06T16:13:34.893Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-06T16:13:34.898Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-06T16:13:34.902Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-06T16:13:34.905Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-06T16:13:34.908Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-06T16:13:34.911Z | error: cannot install while Rust is installed |
28 | 2023-11-06T16:13:34.915Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-06T16:13:34.961Z | info: profile set to 'default' |
30 | 2023-11-06T16:13:34.964Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-06T16:13:34.968Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-06T16:13:35.131Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-06T16:13:35.134Z | info: downloading component 'cargo' |
34 | 2023-11-06T16:13:35.823Z | info: downloading component 'clippy' |
35 | 2023-11-06T16:13:36.075Z | info: downloading component 'rust-docs' |
36 | 2023-11-06T16:13:36.948Z | info: downloading component 'rust-std' |
37 | 2023-11-06T16:13:38.477Z | info: downloading component 'rustc' |
38 | 2023-11-06T16:13:42.272Z | info: downloading component 'rustfmt' |
39 | 2023-11-06T16:13:42.558Z | info: installing component 'cargo' |
40 | 2023-11-06T16:13:44.509Z | info: installing component 'clippy' |
41 | 2023-11-06T16:13:45.506Z | info: installing component 'rust-docs' |
42 | 2023-11-06T16:13:48.364Z | info: installing component 'rust-std' |
43 | 2023-11-06T16:13:52.472Z | info: installing component 'rustc' |
44 | 2023-11-06T16:14:03.349Z | info: installing component 'rustfmt' |
45 | 2023-11-06T16:14:03.864Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-06T16:14:03.867Z | |
47 | 2023-11-06T16:14:03.965Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-06T16:14:03.968Z | |
49 | 2023-11-06T16:14:03.972Z | |
50 | 2023-11-06T16:14:03.976Z | Rust is installed now. Great! |
51 | 2023-11-06T16:14:03.981Z | |
52 | 2023-11-06T16:14:03.985Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-06T16:14:03.989Z | environment variable. This has not been done automatically. |
54 | 2023-11-06T16:14:03.992Z | |
55 | 2023-11-06T16:14:03.995Z | To configure your current shell, run: |
56 | 2023-11-06T16:14:03.998Z | source "$HOME/.cargo/env" |
57 | 2023-11-06T16:14:04.053Z | + rustc --version |
58 | 2023-11-06T16:14:04.158Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-06T16:14:04.164Z | process exited: duration 31564 ms, exit code 0 |
|
60 | 2023-11-06T16:14:04.171Z | starting task 2: "authentication" |
61 | 2023-11-06T16:14:04.200Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2023-11-06T16:14:04.206Z | starting task 3: "clone repository" |
63 | 2023-11-06T16:14:04.217Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-06T16:14:04.222Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-06T16:14:04.263Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-06T16:14:10.814Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-06T16:14:10.817Z | + [[ -n sled-agent-add-sled-to-rack-cluster ]] |
68 | 2023-11-06T16:14:10.820Z | + git fetch origin sled-agent-add-sled-to-rack-cluster |
69 | 2023-11-06T16:14:11.198Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-06T16:14:11.201Z | * branch sled-agent-add-sled-to-rack-cluster -> FETCH_HEAD |
71 | 2023-11-06T16:14:11.208Z | + git checkout -B sled-agent-add-sled-to-rack-cluster remotes/origin/sled-agent-add-sled-to-rack-cluster |
72 | 2023-11-06T16:14:11.321Z | Switched to a new branch 'sled-agent-add-sled-to-rack-cluster' |
73 | 2023-11-06T16:14:11.324Z | branch 'sled-agent-add-sled-to-rack-cluster' set up to track 'origin/sled-agent-add-sled-to-rack-cluster'. |
74 | 2023-11-06T16:14:11.327Z | + git reset --hard 52e4932c77815cff5598206a4c2b7b4c35e2136b |
75 | 2023-11-06T16:14:11.362Z | HEAD is now at 52e4932c Fix v0 deserialization |
76 | 2023-11-06T16:14:11.365Z | process exited: duration 7154 ms, exit code 0 |
|
77 | 2023-11-06T16:14:11.372Z | starting task 4: "build" |
78 | 2023-11-06T16:14:11.382Z | + cargo --version |
79 | 2023-11-06T16:14:11.469Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-06T16:14:11.472Z | + rustc --version |
81 | 2023-11-06T16:14:11.571Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-06T16:14:11.577Z | ++ git rev-parse HEAD |
83 | 2023-11-06T16:14:11.581Z | + COMMIT=52e4932c77815cff5598206a4c2b7b4c35e2136b |
84 | 2023-11-06T16:14:11.584Z | + VERSION=1.0.3-0.ci+git52e4932c778 |
85 | 2023-11-06T16:14:11.586Z | + echo 1.0.3-0.ci+git52e4932c778 |
86 | 2023-11-06T16:14:11.589Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-11-06T16:14:22.588Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-11-06T16:14:23.509Z | Startup: Caching catalogs ... Done |
89 | 2023-11-06T16:14:28.309Z | Planning: Solver setup ... Done (4.517s) |
90 | 2023-11-06T16:14:28.426Z | Planning: Running solver ... Done (0.119s) |
91 | 2023-11-06T16:14:28.475Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-11-06T16:14:28.491Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-11-06T16:14:28.720Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-11-06T16:14:28.799Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-11-06T16:14:28.945Z | Planning: Merging actions ... Done (0.145s) |
96 | 2023-11-06T16:14:30.049Z | Planning: Checking for conflicting actions ... Done (1.103s) |
97 | 2023-11-06T16:14:30.065Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-11-06T16:14:36.262Z | Planning: Evaluating mediators ... Done (6.197s) |
99 | 2023-11-06T16:14:36.278Z | Planning: Planning completed in 12.71 seconds |
100 | 2023-11-06T16:14:36.301Z | Packages to install: 4 |
101 | 2023-11-06T16:14:36.304Z | Mediators to change: 2 |
102 | 2023-11-06T16:14:36.307Z | Services to change: 1 |
103 | 2023-11-06T16:14:36.309Z | Estimated space available: 149.39 GB |
104 | 2023-11-06T16:14:36.312Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-11-06T16:14:36.315Z | Create boot environment: No |
106 | 2023-11-06T16:14:36.328Z | Create backup boot environment: No |
107 | 2023-11-06T16:14:36.331Z | Rebuild boot archive: No |
108 | 2023-11-06T16:14:36.334Z | |
109 | 2023-11-06T16:14:36.338Z | Changed mediators: |
110 | 2023-11-06T16:14:36.341Z | mediator clang: |
111 | 2023-11-06T16:14:36.344Z | version: None -> 15 (system default) |
112 | 2023-11-06T16:14:36.347Z | |
113 | 2023-11-06T16:14:36.350Z | mediator llvm: |
114 | 2023-11-06T16:14:36.353Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-11-06T16:14:36.356Z | |
116 | 2023-11-06T16:14:36.362Z | Changed packages: |
117 | 2023-11-06T16:14:36.365Z | helios-dev |
118 | 2023-11-06T16:14:36.368Z | developer/build-essential |
119 | 2023-11-06T16:14:36.371Z | None -> 11-2.0 |
120 | 2023-11-06T16:14:36.373Z | library/libxmlsec1 |
121 | 2023-11-06T16:14:36.377Z | None -> 1.2.35-2.0 |
122 | 2023-11-06T16:14:36.380Z | ooce/developer/clang-15 |
123 | 2023-11-06T16:14:36.384Z | None -> 15.0.7-2.0 |
124 | 2023-11-06T16:14:36.387Z | ooce/developer/llvm-15 |
125 | 2023-11-06T16:14:36.390Z | None -> 15.0.7-2.0 |
126 | 2023-11-06T16:14:36.393Z | |
127 | 2023-11-06T16:14:36.396Z | Services: |
128 | 2023-11-06T16:14:36.399Z | restart_fmri: |
129 | 2023-11-06T16:14:36.402Z | svc:/system/update-man-index:default |
130 | 2023-11-06T16:14:36.517Z | |
131 | 2023-11-06T16:14:36.523Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-11-06T16:14:41.526Z | Download: 366/3290 items 16.2/212.6MB 7% complete (3.4M/s) |
133 | 2023-11-06T16:14:46.526Z | Download: 1191/3290 items 60.0/212.6MB 28% complete (6.0M/s) |
134 | 2023-11-06T16:14:51.530Z | Download: 1539/3290 items 116.7/212.6MB 54% complete (10.1M/s) |
135 | 2023-11-06T16:14:56.532Z | Download: 2557/3290 items 120.4/212.6MB 56% complete (6.1M/s) |
136 | 2023-11-06T16:15:01.790Z | Download: 3281/3290 items 210.7/212.6MB 99% complete (9.3M/s) |
137 | 2023-11-06T16:15:01.946Z | Download: Completed 212.60 MB in 25.43 seconds (8.4M/s) |
138 | 2023-11-06T16:15:02.360Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-11-06T16:15:07.381Z | Actions: 2496/3687 actions (Installing new actions) |
140 | 2023-11-06T16:15:10.651Z | Actions: Completed 3687 actions in 8.29 seconds. |
141 | 2023-11-06T16:15:10.807Z | Done (0.150s) |
142 | 2023-11-06T16:15:10.810Z | Done (0.000s) |
143 | 2023-11-06T16:15:11.009Z | Done (0.202s) |
144 | 2023-11-06T16:15:18.274Z | Done (7.149s) |
145 | 2023-11-06T16:15:18.625Z | Done (0.249s) |
146 | 2023-11-06T16:15:18.628Z | Done (0.000s) |
147 | 2023-11-06T16:15:18.856Z | Done (0.000s) |
148 | 2023-11-06T16:15:19.533Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-11-06T16:15:19.813Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-11-06T16:15:19.817Z | Planning: Consolidating action changes ... Done |
151 | 2023-11-06T16:15:20.253Z | Planning: Evaluating mediators ... Done |
152 | 2023-11-06T16:15:20.256Z | Planning: Planning completed in 0.72 seconds |
153 | 2023-11-06T16:15:20.304Z | Mediators to change: 2 |
154 | 2023-11-06T16:15:20.307Z | Create boot environment: No |
155 | 2023-11-06T16:15:20.310Z | Create backup boot environment: No |
156 | 2023-11-06T16:15:20.422Z | Done |
157 | 2023-11-06T16:15:20.426Z | Done |
158 | 2023-11-06T16:15:20.552Z | Done |
159 | 2023-11-06T16:15:26.323Z | Done |
160 | 2023-11-06T16:15:26.447Z | Done |
161 | 2023-11-06T16:15:26.451Z | Done |
162 | 2023-11-06T16:15:26.557Z | Done |
163 | 2023-11-06T16:15:27.562Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-11-06T16:15:27.565Z | Planning: Merging actions ... Done |
165 | 2023-11-06T16:15:27.898Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-11-06T16:15:27.910Z | Planning: Consolidating action changes ... Done |
167 | 2023-11-06T16:15:28.331Z | Planning: Evaluating mediators ... Done |
168 | 2023-11-06T16:15:28.414Z | Planning: Planning completed in 1.29 seconds |
169 | 2023-11-06T16:15:28.470Z | Packages to change: 1 |
170 | 2023-11-06T16:15:28.474Z | Mediators to change: 1 |
171 | 2023-11-06T16:15:28.477Z | Services to change: 1 |
172 | 2023-11-06T16:15:28.481Z | Create boot environment: No |
173 | 2023-11-06T16:15:28.485Z | Create backup boot environment: Yes |
174 | 2023-11-06T16:15:30.668Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-11-06T16:15:30.671Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-11-06T16:15:30.675Z | Done |
177 | 2023-11-06T16:15:30.678Z | Done |
178 | 2023-11-06T16:15:30.720Z | Done |
179 | 2023-11-06T16:15:36.480Z | Done |
180 | 2023-11-06T16:15:36.598Z | Done |
181 | 2023-11-06T16:15:36.601Z | Done |
182 | 2023-11-06T16:15:36.701Z | Done |
183 | 2023-11-06T16:15:37.355Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-11-06T16:15:37.361Z | clang system 15 system |
185 | 2023-11-06T16:15:37.376Z | csh system system illumos |
186 | 2023-11-06T16:15:37.388Z | ctags system system illumos |
187 | 2023-11-06T16:15:37.806Z | gcc vendor 12 vendor |
188 | 2023-11-06T16:15:37.810Z | gcc system 10 system |
189 | 2023-11-06T16:15:37.814Z | gcc system 7 system |
190 | 2023-11-06T16:15:37.817Z | go system 1.20 system |
191 | 2023-11-06T16:15:37.820Z | go system 1.19 system |
192 | 2023-11-06T16:15:37.823Z | llvm system 15 system |
193 | 2023-11-06T16:15:37.826Z | llvm system 14 system |
194 | 2023-11-06T16:15:37.831Z | mariadb system 10.6 system |
195 | 2023-11-06T16:15:37.840Z | mta vendor vendor dma |
196 | 2023-11-06T16:15:37.846Z | openjdk system 17 system |
197 | 2023-11-06T16:15:37.853Z | openjdk system 11 system |
198 | 2023-11-06T16:15:37.861Z | openjdk system 1.8 system |
199 | 2023-11-06T16:15:37.872Z | openssl vendor 3 vendor |
200 | 2023-11-06T16:15:37.889Z | perl system 5.36 system |
201 | 2023-11-06T16:15:37.896Z | postgresql system 15 system |
202 | 2023-11-06T16:15:37.899Z | postgresql system 13 system |
203 | 2023-11-06T16:15:37.902Z | python vendor 3 vendor |
204 | 2023-11-06T16:15:37.905Z | python system 2 system |
205 | 2023-11-06T16:15:37.908Z | python3 system 3.11 system |
206 | 2023-11-06T16:15:37.911Z | ruby system 3.0 system |
207 | 2023-11-06T16:15:37.914Z | words vendor vendor american-english |
208 | 2023-11-06T16:15:37.917Z | words system system australian-english |
209 | 2023-11-06T16:15:37.920Z | words system system british-english |
210 | 2023-11-06T16:15:37.923Z | words system system canadian-english |
211 | 2023-11-06T16:15:37.926Z | words system system french |
212 | 2023-11-06T16:15:37.931Z | words system system italian |
213 | 2023-11-06T16:15:37.935Z | words system system ngerman |
214 | 2023-11-06T16:15:37.938Z | words system system ogerman |
215 | 2023-11-06T16:15:37.941Z | words system system spanish |
216 | 2023-11-06T16:15:37.944Z | FMRI IFO |
217 | 2023-11-06T16:15:37.948Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-11-06T16:15:37.951Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-11-06T16:15:37.955Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-11-06T16:15:37.957Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-11-06T16:15:37.960Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-11-06T16:15:37.964Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-11-06T16:15:37.967Z | + set -o errexit |
224 | 2023-11-06T16:15:37.970Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-11-06T16:15:37.973Z | ++ cd ./tools |
226 | 2023-11-06T16:15:37.977Z | ++ pwd |
227 | 2023-11-06T16:15:37.980Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-11-06T16:15:37.983Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-11-06T16:15:37.986Z | + ARG0=ci_download_cockroachdb |
230 | 2023-11-06T16:15:37.989Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-11-06T16:15:37.992Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-11-06T16:15:37.995Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-11-06T16:15:37.998Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-11-06T16:15:38.002Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-11-06T16:15:38.005Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-11-06T16:15:38.008Z | + TARGET_DIR=out |
237 | 2023-11-06T16:15:38.011Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-11-06T16:15:38.014Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-11-06T16:15:38.017Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-11-06T16:15:38.020Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-11-06T16:15:38.023Z | + main |
242 | 2023-11-06T16:15:38.025Z | + [[ 0 != 0 ]] |
243 | 2023-11-06T16:15:38.029Z | + CIDL_OS=solaris2.11 |
244 | 2023-11-06T16:15:38.032Z | + [[ 0 != 0 ]] |
245 | 2023-11-06T16:15:38.034Z | + configure_os solaris2.11 |
246 | 2023-11-06T16:15:38.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-11-06T16:15:38.040Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-11-06T16:15:38.043Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-11-06T16:15:38.046Z | configuring based on OS: "solaris2.11" |
250 | 2023-11-06T16:15:38.049Z | + case "$1" in |
251 | 2023-11-06T16:15:38.052Z | + CIDL_BUILD=illumos |
252 | 2023-11-06T16:15:38.055Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-11-06T16:15:38.059Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-11-06T16:15:38.062Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-11-06T16:15:38.065Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-11-06T16:15:38.068Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-11-06T16:15:38.071Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-11-06T16:15:38.074Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-06T16:15:38.077Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-06T16:15:38.080Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-11-06T16:15:38.083Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-11-06T16:15:38.086Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-11-06T16:15:38.089Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-11-06T16:15:38.092Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-11-06T16:15:38.097Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-06T16:15:38.100Z | + mkdir -p out/downloads |
267 | 2023-11-06T16:15:38.103Z | + mkdir -p ./out/cockroachdb |
268 | 2023-11-06T16:15:38.106Z | + local DO_DOWNLOAD=true |
269 | 2023-11-06T16:15:38.109Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-11-06T16:15:38.112Z | + '[' true == true ']' |
271 | 2023-11-06T16:15:38.114Z | + echo Downloading... |
272 | 2023-11-06T16:15:38.117Z | Downloading... |
273 | 2023-11-06T16:15:38.120Z | + 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-11-06T16:15:38.125Z | + 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-11-06T16:15:41.085Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-06T16:15:41.088Z | ++ md5sum |
277 | 2023-11-06T16:15:41.091Z | ++ awk '{print $1}' |
278 | 2023-11-06T16:15:41.281Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-11-06T16:15:41.286Z | + [[ 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-11-06T16:15:41.289Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-06T16:15:41.291Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-11-06T16:15:44.868Z | + do_assemble_illumos |
283 | 2023-11-06T16:15:44.872Z | + rm -r ./out/cockroachdb |
284 | 2023-11-06T16:15:44.875Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-11-06T16:15:45.513Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-11-06T16:15:45.861Z | Build Tag: v22.1.9-dirty |
287 | 2023-11-06T16:15:45.864Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-11-06T16:15:45.867Z | Distribution: OSS |
289 | 2023-11-06T16:15:45.870Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-11-06T16:15:45.874Z | Go Version: go1.17.13 |
291 | 2023-11-06T16:15:45.877Z | C Compiler: gcc 10.3.0 |
292 | 2023-11-06T16:15:45.880Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-11-06T16:15:45.883Z | Build Type: release |
294 | 2023-11-06T16:15:45.887Z | + set -o errexit |
295 | 2023-11-06T16:15:45.891Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-11-06T16:15:45.896Z | ++ cd ./tools |
297 | 2023-11-06T16:15:45.900Z | ++ pwd |
298 | 2023-11-06T16:15:45.904Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-11-06T16:15:45.907Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-11-06T16:15:45.911Z | + ARG0=ci_download_clickhouse |
301 | 2023-11-06T16:15:45.914Z | + TARGET_DIR=out |
302 | 2023-11-06T16:15:45.917Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-11-06T16:15:45.920Z | + DEST_DIR=./out/clickhouse |
304 | 2023-11-06T16:15:45.923Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-11-06T16:15:45.926Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-11-06T16:15:45.929Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-11-06T16:15:45.932Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-11-06T16:15:45.935Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-11-06T16:15:45.938Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-11-06T16:15:45.942Z | + main |
311 | 2023-11-06T16:15:45.945Z | + [[ 0 != 0 ]] |
312 | 2023-11-06T16:15:45.947Z | + CIDL_OS=solaris2.11 |
313 | 2023-11-06T16:15:45.950Z | + [[ 0 != 0 ]] |
314 | 2023-11-06T16:15:45.953Z | + configure_os solaris2.11 |
315 | 2023-11-06T16:15:45.956Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-11-06T16:15:45.959Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-11-06T16:15:45.962Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-11-06T16:15:45.964Z | configuring based on OS: "solaris2.11" |
319 | 2023-11-06T16:15:45.967Z | + CIDL_DASHREV= |
320 | 2023-11-06T16:15:45.970Z | + case "$1" in |
321 | 2023-11-06T16:15:45.986Z | + CIDL_PLATFORM=illumos |
322 | 2023-11-06T16:15:45.989Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-06T16:15:45.992Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-11-06T16:15:45.995Z | + CIDL_DASHREV=-1 |
325 | 2023-11-06T16:15:45.998Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-11-06T16:15:46.001Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-06T16:15:46.004Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-11-06T16:15:46.008Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-11-06T16:15:46.012Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-11-06T16:15:46.019Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-11-06T16:15:46.022Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-11-06T16:15:46.025Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-11-06T16:15:46.028Z | + mkdir -p out/downloads |
334 | 2023-11-06T16:15:46.034Z | + mkdir -p ./out/clickhouse |
335 | 2023-11-06T16:15:46.037Z | + local DO_DOWNLOAD=true |
336 | 2023-11-06T16:15:46.039Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-11-06T16:15:46.042Z | + '[' true == true ']' |
338 | 2023-11-06T16:15:46.045Z | + echo Downloading... |
339 | 2023-11-06T16:15:46.048Z | Downloading... |
340 | 2023-11-06T16:15:46.051Z | + 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-11-06T16:15:46.054Z | + 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-11-06T16:15:47.305Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-06T16:15:47.308Z | ++ md5sum |
344 | 2023-11-06T16:15:47.312Z | ++ awk '{print $1}' |
345 | 2023-11-06T16:15:47.566Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-11-06T16:15:47.570Z | + [[ 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-11-06T16:15:47.573Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-11-06T16:15:47.576Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-06T16:15:47.580Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-11-06T16:15:52.694Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-11-06T16:15:52.750Z | ClickHouse server version 22.8.9.1. |
352 | 2023-11-06T16:15:52.773Z | + set -o errexit |
353 | 2023-11-06T16:15:52.784Z | +++ dirname ./tools/ci_download_console |
354 | 2023-11-06T16:15:52.790Z | ++ cd ./tools |
355 | 2023-11-06T16:15:52.800Z | ++ pwd |
356 | 2023-11-06T16:15:52.807Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-11-06T16:15:52.815Z | ++ basename ./tools/ci_download_console |
358 | 2023-11-06T16:15:52.819Z | + ARG0=ci_download_console |
359 | 2023-11-06T16:15:52.822Z | + TARGET_DIR=out |
360 | 2023-11-06T16:15:52.826Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-11-06T16:15:52.829Z | + DEST_DIR=./out/console-assets |
362 | 2023-11-06T16:15:52.832Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-11-06T16:15:52.836Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
364 | 2023-11-06T16:15:52.839Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
365 | 2023-11-06T16:15:52.842Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
366 | 2023-11-06T16:15:52.847Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-11-06T16:15:52.850Z | + main |
368 | 2023-11-06T16:15:52.853Z | + [[ 0 != 0 ]] |
369 | 2023-11-06T16:15:52.856Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
370 | 2023-11-06T16:15:52.861Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
371 | 2023-11-06T16:15:52.864Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-11-06T16:15:52.868Z | Local file: out/downloads/console.tar.gz |
373 | 2023-11-06T16:15:52.870Z | + local DO_DOWNLOAD=true |
374 | 2023-11-06T16:15:52.873Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-11-06T16:15:52.876Z | + mkdir -p out/downloads |
376 | 2023-11-06T16:15:52.879Z | + '[' true == true ']' |
377 | 2023-11-06T16:15:52.882Z | + echo Downloading... |
378 | 2023-11-06T16:15:52.885Z | Downloading... |
379 | 2023-11-06T16:15:52.888Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
380 | 2023-11-06T16:15:52.891Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
381 | 2023-11-06T16:15:53.559Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-11-06T16:15:53.562Z | ++ case "$OSTYPE" in |
383 | 2023-11-06T16:15:53.565Z | ++ SHA=sha256sum |
384 | 2023-11-06T16:15:53.568Z | ++ sha256sum |
385 | 2023-11-06T16:15:53.571Z | ++ awk '{print $1}' |
386 | 2023-11-06T16:15:53.585Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
387 | 2023-11-06T16:15:53.592Z | + [[ 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-11-06T16:15:53.595Z | + rm -rf ./out/console-assets |
389 | 2023-11-06T16:15:53.598Z | + mkdir -p ./out/console-assets |
390 | 2023-11-06T16:15:53.601Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-11-06T16:15:53.604Z | + mkdir -p ./out/console-assets |
392 | 2023-11-06T16:15:53.736Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-11-06T16:15:53.756Z | + set -o errexit |
394 | 2023-11-06T16:15:53.767Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-11-06T16:15:53.774Z | ++ cd ./tools |
396 | 2023-11-06T16:15:53.777Z | ++ pwd |
397 | 2023-11-06T16:15:53.780Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-11-06T16:15:53.783Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-11-06T16:15:53.787Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-11-06T16:15:53.790Z | + TARGET_DIR=out |
401 | 2023-11-06T16:15:53.794Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-11-06T16:15:53.797Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
403 | 2023-11-06T16:15:53.800Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
404 | 2023-11-06T16:15:53.803Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-11-06T16:15:53.806Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
406 | 2023-11-06T16:15:53.810Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
407 | 2023-11-06T16:15:53.813Z | + main |
408 | 2023-11-06T16:15:53.816Z | + [[ 0 != 0 ]] |
409 | 2023-11-06T16:15:53.819Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
410 | 2023-11-06T16:15:53.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
411 | 2023-11-06T16:15:53.825Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
412 | 2023-11-06T16:15:53.827Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
413 | 2023-11-06T16:15:53.831Z | + local DO_DOWNLOAD=true |
414 | 2023-11-06T16:15:53.834Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
415 | 2023-11-06T16:15:53.837Z | + mkdir -p out/downloads |
416 | 2023-11-06T16:15:53.840Z | + '[' true == true ']' |
417 | 2023-11-06T16:15:53.842Z | + echo Downloading... |
418 | 2023-11-06T16:15:53.846Z | Downloading... |
419 | 2023-11-06T16:15:53.849Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-11-06T16:15:53.852Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
421 | 2023-11-06T16:15:53.983Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
422 | 2023-11-06T16:15:53.987Z | ++ case "$OSTYPE" in |
423 | 2023-11-06T16:15:53.990Z | ++ SHA=sha256sum |
424 | 2023-11-06T16:15:53.993Z | ++ sha256sum |
425 | 2023-11-06T16:15:53.997Z | ++ awk '{print $1}' |
426 | 2023-11-06T16:15:54.000Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-11-06T16:15:54.004Z | + [[ 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 ]] |
428 | 2023-11-06T16:15:54.007Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
429 | 2023-11-06T16:15:54.010Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
430 | 2023-11-06T16:15:54.013Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
431 | 2023-11-06T16:15:54.016Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
432 | 2023-11-06T16:15:54.019Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-11-06T16:15:54.028Z | + main |
434 | 2023-11-06T16:15:54.032Z | + [[ 0 != 0 ]] |
435 | 2023-11-06T16:15:54.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
436 | 2023-11-06T16:15:54.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
437 | 2023-11-06T16:15:54.041Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
438 | 2023-11-06T16:15:54.045Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-11-06T16:15:54.053Z | + local DO_DOWNLOAD=true |
440 | 2023-11-06T16:15:54.063Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
441 | 2023-11-06T16:15:54.475Z | + mkdir -p out/downloads |
442 | 2023-11-06T16:15:54.478Z | + '[' true == true ']' |
443 | 2023-11-06T16:15:54.486Z | + echo Downloading... |
444 | 2023-11-06T16:15:54.489Z | Downloading... |
445 | 2023-11-06T16:15:54.492Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-11-06T16:15:54.496Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
447 | 2023-11-06T16:15:54.499Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-11-06T16:15:54.502Z | ++ case "$OSTYPE" in |
449 | 2023-11-06T16:15:54.508Z | ++ SHA=sha256sum |
450 | 2023-11-06T16:15:54.512Z | ++ sha256sum |
451 | 2023-11-06T16:15:54.521Z | ++ awk '{print $1}' |
452 | 2023-11-06T16:15:54.539Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
453 | 2023-11-06T16:15:54.957Z | + [[ 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-11-06T16:15:54.960Z | + set -o errexit |
455 | 2023-11-06T16:15:54.963Z | +++ dirname ./tools/ci_download_dendrite_openapi |
456 | 2023-11-06T16:15:54.966Z | ++ cd ./tools |
457 | 2023-11-06T16:15:54.971Z | ++ pwd |
458 | 2023-11-06T16:15:54.982Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2023-11-06T16:15:55.395Z | ++ basename ./tools/ci_download_dendrite_openapi |
460 | 2023-11-06T16:15:55.402Z | + ARG0=ci_download_dendrite_openapi |
461 | 2023-11-06T16:15:55.418Z | + TARGET_DIR=out |
462 | 2023-11-06T16:15:55.428Z | + DOWNLOAD_DIR=out/downloads |
463 | 2023-11-06T16:15:55.447Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
464 | 2023-11-06T16:15:55.457Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
465 | 2023-11-06T16:15:55.461Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
466 | 2023-11-06T16:15:55.465Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
467 | 2023-11-06T16:15:55.469Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
468 | 2023-11-06T16:15:55.473Z | + main |
469 | 2023-11-06T16:15:55.476Z | + [[ 0 != 0 ]] |
470 | 2023-11-06T16:15:55.479Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
471 | 2023-11-06T16:15:55.482Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
472 | 2023-11-06T16:15:55.486Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
473 | 2023-11-06T16:15:55.489Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
474 | 2023-11-06T16:15:55.493Z | + local DO_DOWNLOAD=true |
475 | 2023-11-06T16:15:55.496Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
476 | 2023-11-06T16:15:55.501Z | + mkdir -p out/downloads |
477 | 2023-11-06T16:15:55.507Z | + '[' true == true ']' |
478 | 2023-11-06T16:15:55.514Z | + echo Downloading... |
479 | 2023-11-06T16:15:55.518Z | Downloading... |
480 | 2023-11-06T16:15:55.521Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
481 | 2023-11-06T16:15:55.525Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
482 | 2023-11-06T16:15:55.528Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
483 | 2023-11-06T16:15:55.539Z | ++ case "$OSTYPE" in |
484 | 2023-11-06T16:15:55.545Z | ++ SHA=sha256sum |
485 | 2023-11-06T16:15:55.550Z | ++ sha256sum |
486 | 2023-11-06T16:15:55.553Z | ++ awk '{print $1}' |
487 | 2023-11-06T16:15:55.556Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
488 | 2023-11-06T16:15:55.570Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
489 | 2023-11-06T16:15:55.583Z | + set -o errexit |
490 | 2023-11-06T16:15:55.594Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-11-06T16:15:56.018Z | ++ cd ./tools |
492 | 2023-11-06T16:15:56.026Z | ++ pwd |
493 | 2023-11-06T16:15:56.038Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-11-06T16:15:56.045Z | ++ basename ./tools/ci_download_dendrite_stub |
495 | 2023-11-06T16:15:56.052Z | + ARG0=ci_download_dendrite_stub |
496 | 2023-11-06T16:15:56.055Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
497 | 2023-11-06T16:15:56.059Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
498 | 2023-11-06T16:15:56.063Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
499 | 2023-11-06T16:15:56.068Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
500 | 2023-11-06T16:15:56.072Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-11-06T16:15:56.075Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
502 | 2023-11-06T16:15:56.079Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
503 | 2023-11-06T16:15:56.082Z | + TARGET_DIR=out |
504 | 2023-11-06T16:15:56.088Z | + DOWNLOAD_DIR=out/downloads |
505 | 2023-11-06T16:15:56.092Z | + DEST_DIR=./out/dendrite-stub |
506 | 2023-11-06T16:15:56.095Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
507 | 2023-11-06T16:15:56.098Z | current directory: /work/oxidecomputer/omicron |
508 | 2023-11-06T16:15:56.101Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-11-06T16:15:56.104Z | configuring based on OS: "solaris2.11" |
510 | 2023-11-06T16:15:56.107Z | + REPO=oxidecomputer/dendrite |
511 | 2023-11-06T16:15:56.110Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
512 | 2023-11-06T16:15:56.113Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
513 | 2023-11-06T16:15:56.116Z | Local file: out/downloads/dendrite-stub.tar.gz |
514 | 2023-11-06T16:15:56.121Z | + main |
515 | 2023-11-06T16:15:56.124Z | Downloading... |
516 | 2023-11-06T16:15:56.127Z | + [[ 0 != 0 ]] |
517 | 2023-11-06T16:15:56.130Z | + CIDL_OS=solaris2.11 |
518 | 2023-11-06T16:15:56.133Z | + [[ 0 != 0 ]] |
519 | 2023-11-06T16:15:56.137Z | + configure_os solaris2.11 |
520 | 2023-11-06T16:15:56.140Z | + echo 'current directory: /work/oxidecomputer/omicron' |
521 | 2023-11-06T16:15:56.143Z | + echo 'configuring based on OS: "solaris2.11"' |
522 | 2023-11-06T16:15:56.146Z | + case "$1" in |
523 | 2023-11-06T16:15:56.149Z | + SET_BINARIES= |
524 | 2023-11-06T16:15:56.153Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
525 | 2023-11-06T16:15:56.157Z | + CIDL_SHA256FUNC=do_sha256sum |
526 | 2023-11-06T16:15:56.164Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
527 | 2023-11-06T16:15:56.177Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
528 | 2023-11-06T16:15:56.589Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
529 | 2023-11-06T16:15:56.593Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
530 | 2023-11-06T16:15:56.596Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
531 | 2023-11-06T16:15:56.599Z | + mkdir -p out/downloads |
532 | 2023-11-06T16:15:56.602Z | + mkdir -p ./out/dendrite-stub |
533 | 2023-11-06T16:15:56.605Z | + fetch_and_verify |
534 | 2023-11-06T16:15:56.609Z | + local DO_DOWNLOAD=true |
535 | 2023-11-06T16:15:56.613Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
536 | 2023-11-06T16:15:56.617Z | + '[' true == true ']' |
537 | 2023-11-06T16:15:56.627Z | + echo Downloading... |
538 | 2023-11-06T16:15:56.639Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
539 | 2023-11-06T16:15:56.646Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
540 | 2023-11-06T16:16:01.546Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-06T16:16:01.550Z | ++ sha256sum |
542 | 2023-11-06T16:16:01.553Z | ++ awk '{print $1}' |
543 | 2023-11-06T16:16:01.645Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
544 | 2023-11-06T16:16:01.657Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
545 | 2023-11-06T16:16:01.669Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-06T16:16:01.675Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-11-06T16:16:02.597Z | + do_assemble |
548 | 2023-11-06T16:16:02.601Z | + rm -r ./out/dendrite-stub |
549 | 2023-11-06T16:16:02.604Z | + mkdir ./out/dendrite-stub |
550 | 2023-11-06T16:16:02.608Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-11-06T16:16:02.736Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-11-06T16:16:02.749Z | + set -o errexit |
553 | 2023-11-06T16:16:02.752Z | +++ dirname ./tools/ci_download_maghemite_mgd |
554 | 2023-11-06T16:16:02.755Z | ++ cd ./tools |
555 | 2023-11-06T16:16:02.759Z | ++ pwd |
556 | 2023-11-06T16:16:02.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-11-06T16:16:02.766Z | ++ basename ./tools/ci_download_maghemite_mgd |
558 | 2023-11-06T16:16:02.770Z | + ARG0=ci_download_maghemite_mgd |
559 | 2023-11-06T16:16:02.774Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
560 | 2023-11-06T16:16:02.778Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
561 | 2023-11-06T16:16:02.784Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
562 | 2023-11-06T16:16:02.790Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
563 | 2023-11-06T16:16:02.792Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
564 | 2023-11-06T16:16:02.797Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
565 | 2023-11-06T16:16:02.803Z | + TARGET_DIR=out |
566 | 2023-11-06T16:16:02.806Z | + DOWNLOAD_DIR=out/downloads |
567 | 2023-11-06T16:16:02.810Z | + DEST_DIR=./out/mgd |
568 | 2023-11-06T16:16:02.815Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
569 | 2023-11-06T16:16:02.819Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
570 | 2023-11-06T16:16:02.822Z | + REPO=oxidecomputer/maghemite |
571 | 2023-11-06T16:16:02.825Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
572 | 2023-11-06T16:16:02.829Z | + main |
573 | 2023-11-06T16:16:02.834Z | + [[ 0 != 0 ]] |
574 | 2023-11-06T16:16:02.837Z | + CIDL_OS=solaris2.11 |
575 | 2023-11-06T16:16:02.840Z | + [[ 0 != 0 ]] |
576 | 2023-11-06T16:16:02.845Z | + configure_os solaris2.11 |
577 | 2023-11-06T16:16:02.850Z | + echo 'current directory: /work/oxidecomputer/omicron' |
578 | 2023-11-06T16:16:02.854Z | current directory: /work/oxidecomputer/omicron |
579 | 2023-11-06T16:16:02.858Z | + echo 'configuring based on OS: "solaris2.11"' |
580 | 2023-11-06T16:16:02.861Z | configuring based on OS: "solaris2.11" |
581 | 2023-11-06T16:16:02.864Z | + case "$1" in |
582 | 2023-11-06T16:16:02.867Z | + SET_BINARIES= |
583 | 2023-11-06T16:16:02.870Z | + CIDL_SHA256FUNC=do_sha256sum |
584 | 2023-11-06T16:16:02.875Z | + TARBALL_FILENAME=mgd.tar.gz |
585 | 2023-11-06T16:16:02.879Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
586 | 2023-11-06T16:16:02.882Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
587 | 2023-11-06T16:16:02.887Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
588 | 2023-11-06T16:16:02.890Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
589 | 2023-11-06T16:16:02.893Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
590 | 2023-11-06T16:16:02.900Z | Local file: out/downloads/mgd.tar.gz |
591 | 2023-11-06T16:16:02.909Z | + mkdir -p out/downloads |
592 | 2023-11-06T16:16:02.919Z | + mkdir -p ./out/mgd |
593 | 2023-11-06T16:16:02.973Z | + fetch_and_verify |
594 | 2023-11-06T16:16:02.992Z | + local DO_DOWNLOAD=true |
595 | 2023-11-06T16:16:02.998Z | + [[ -f out/downloads/mgd.tar.gz ]] |
596 | 2023-11-06T16:16:03.002Z | + '[' true == true ']' |
597 | 2023-11-06T16:16:03.006Z | + echo Downloading... |
598 | 2023-11-06T16:16:03.010Z | Downloading... |
599 | 2023-11-06T16:16:03.013Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
600 | 2023-11-06T16:16:03.017Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
601 | 2023-11-06T16:16:08.395Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
602 | 2023-11-06T16:16:08.402Z | ++ sha256sum |
603 | 2023-11-06T16:16:08.414Z | ++ awk '{print $1}' |
604 | 2023-11-06T16:16:08.472Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
605 | 2023-11-06T16:16:08.476Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
606 | 2023-11-06T16:16:08.480Z | + do_untar out/downloads/mgd.tar.gz |
607 | 2023-11-06T16:16:08.487Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
608 | 2023-11-06T16:16:09.172Z | + do_assemble |
609 | 2023-11-06T16:16:09.175Z | + rm -r ./out/mgd |
610 | 2023-11-06T16:16:09.179Z | + mkdir ./out/mgd |
611 | 2023-11-06T16:16:09.182Z | + cp -r out/downloads/root ./out/mgd/root |
612 | 2023-11-06T16:16:09.401Z | + set -o errexit |
613 | 2023-11-06T16:16:09.405Z | +++ dirname ./tools/ci_download_transceiver_control |
614 | 2023-11-06T16:16:09.409Z | ++ cd ./tools |
615 | 2023-11-06T16:16:09.413Z | ++ pwd |
616 | 2023-11-06T16:16:09.416Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
617 | 2023-11-06T16:16:09.422Z | ++ basename ./tools/ci_download_transceiver_control |
618 | 2023-11-06T16:16:09.427Z | + ARG0=ci_download_transceiver_control |
619 | 2023-11-06T16:16:09.430Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
620 | 2023-11-06T16:16:09.433Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
621 | 2023-11-06T16:16:09.437Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
622 | 2023-11-06T16:16:09.440Z | + TARGET_DIR=out |
623 | 2023-11-06T16:16:09.443Z | + DOWNLOAD_DIR=out/downloads |
624 | 2023-11-06T16:16:09.446Z | + DEST_DIR=./out/transceiver-control |
625 | 2023-11-06T16:16:09.449Z | + BIN_DIR=/opt/oxide/bin |
626 | 2023-11-06T16:16:09.452Z | + BINARY=xcvradm |
627 | 2023-11-06T16:16:09.456Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
628 | 2023-11-06T16:16:09.459Z | + REPO=oxidecomputer/transceiver-control |
629 | 2023-11-06T16:16:09.462Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-11-06T16:16:09.465Z | + main |
631 | 2023-11-06T16:16:09.468Z | + [[ 0 != 0 ]] |
632 | 2023-11-06T16:16:09.471Z | + CIDL_OS=solaris2.11 |
633 | 2023-11-06T16:16:09.474Z | + [[ 0 != 0 ]] |
634 | 2023-11-06T16:16:09.478Z | + configure_os solaris2.11 |
635 | 2023-11-06T16:16:09.481Z | + echo 'current directory: /work/oxidecomputer/omicron' |
636 | 2023-11-06T16:16:09.484Z | current directory: /work/oxidecomputer/omicron |
637 | 2023-11-06T16:16:09.488Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-11-06T16:16:09.492Z | configuring based on OS: "solaris2.11" |
639 | 2023-11-06T16:16:09.494Z | + case "$1" in |
640 | 2023-11-06T16:16:09.498Z | + SET_BINARIES= |
641 | 2023-11-06T16:16:09.501Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-11-06T16:16:09.506Z | + CIDL_SHA256FUNC=do_sha256sum |
643 | 2023-11-06T16:16:09.511Z | + ARCHIVE_FILENAME=xcvradm.gz |
644 | 2023-11-06T16:16:09.514Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-11-06T16:16:09.519Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
646 | 2023-11-06T16:16:09.531Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
647 | 2023-11-06T16:16:09.534Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
648 | 2023-11-06T16:16:09.537Z | + echo 'Local file: out/downloads/xcvradm.gz' |
649 | 2023-11-06T16:16:09.541Z | Local file: out/downloads/xcvradm.gz |
650 | 2023-11-06T16:16:09.550Z | + mkdir -p out/downloads |
651 | 2023-11-06T16:16:09.564Z | + mkdir -p ./out/transceiver-control |
652 | 2023-11-06T16:16:09.577Z | + fetch_and_verify |
653 | 2023-11-06T16:16:09.602Z | + local DO_DOWNLOAD=true |
654 | 2023-11-06T16:16:09.613Z | + [[ -f out/downloads/xcvradm.gz ]] |
655 | 2023-11-06T16:16:09.619Z | + '[' true == true ']' |
656 | 2023-11-06T16:16:09.624Z | + echo Downloading... |
657 | 2023-11-06T16:16:09.629Z | Downloading... |
658 | 2023-11-06T16:16:09.633Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
659 | 2023-11-06T16:16:09.637Z | + 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-11-06T16:16:11.807Z | ++ do_sha256sum out/downloads/xcvradm.gz |
661 | 2023-11-06T16:16:11.810Z | ++ sha256sum |
662 | 2023-11-06T16:16:11.815Z | ++ awk '{print $1}' |
663 | 2023-11-06T16:16:11.833Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-11-06T16:16:11.836Z | + [[ 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-11-06T16:16:11.842Z | + do_unpack out/downloads/xcvradm.gz |
666 | 2023-11-06T16:16:11.845Z | + mkdir -p out/downloads/root//opt/oxide/bin |
667 | 2023-11-06T16:16:11.848Z | + gzip -dc out/downloads/xcvradm.gz |
668 | 2023-11-06T16:16:12.009Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
669 | 2023-11-06T16:16:12.012Z | + do_assemble |
670 | 2023-11-06T16:16:12.015Z | + rm -r ./out/transceiver-control |
671 | 2023-11-06T16:16:12.018Z | + mkdir ./out/transceiver-control |
672 | 2023-11-06T16:16:12.021Z | + cp -r out/downloads/root ./out/transceiver-control/root |
673 | 2023-11-06T16:16:12.197Z | All prerequisites installed successfully |
674 | 2023-11-06T16:16:12.201Z | |
675 | 2023-11-06T16:16:12.203Z | real 2:00.621190364 |
676 | 2023-11-06T16:16:12.206Z | user 52.087825632 |
677 | 2023-11-06T16:16:12.211Z | sys 10.510639725 |
678 | 2023-11-06T16:16:12.214Z | trap 0.025859151 |
679 | 2023-11-06T16:16:12.218Z | tflt 0.129809333 |
680 | 2023-11-06T16:16:12.221Z | dflt 0.542903863 |
681 | 2023-11-06T16:16:12.249Z | kflt 0.192267366 |
682 | 2023-11-06T16:16:12.252Z | lock 2.197232102 |
683 | 2023-11-06T16:16:12.257Z | slp 3:40.945002470 |
684 | 2023-11-06T16:16:12.260Z | lat 4.187623981 |
685 | 2023-11-06T16:16:12.263Z | stop 0.074648596 |
686 | 2023-11-06T16:16:12.266Z | + ptime -m ./tools/ci_download_softnpu_machinery |
687 | 2023-11-06T16:16:12.269Z | fetching npuzone |
688 | 2023-11-06T16:16:12.272Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
689 | 2023-11-06T16:16:12.276Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
690 | 2023-11-06T16:16:12.279Z | Getting hash for npuzone |
691 | 2023-11-06T16:16:12.360Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
692 | 2023-11-06T16:16:25.117Z | npuzone downloaded successfully |
693 | 2023-11-06T16:16:25.121Z | |
694 | 2023-11-06T16:16:25.124Z | real 12.918508226 |
695 | 2023-11-06T16:16:25.128Z | user 0.552437953 |
696 | 2023-11-06T16:16:25.131Z | sys 0.144456100 |
697 | 2023-11-06T16:16:25.134Z | trap 0.000060763 |
698 | 2023-11-06T16:16:25.137Z | tflt 0.000000000 |
699 | 2023-11-06T16:16:25.140Z | dflt 0.000000000 |
700 | 2023-11-06T16:16:25.143Z | kflt 0.000000000 |
701 | 2023-11-06T16:16:25.146Z | lock 0.000000000 |
702 | 2023-11-06T16:16:25.149Z | slp 37.888566641 |
703 | 2023-11-06T16:16:25.152Z | lat 0.134103633 |
704 | 2023-11-06T16:16:25.156Z | stop 0.000263281 |
705 | 2023-11-06T16:16:25.161Z | + 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-11-06T16:16:25.477Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
707 | 2023-11-06T16:16:25.840Z | Updating crates.io index |
708 | 2023-11-06T16:16:25.843Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
709 | 2023-11-06T16:16:26.700Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
710 | 2023-11-06T16:16:28.589Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
711 | 2023-11-06T16:16:29.246Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
712 | 2023-11-06T16:16:29.588Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
713 | 2023-11-06T16:16:29.913Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
714 | 2023-11-06T16:16:30.220Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
715 | 2023-11-06T16:16:31.141Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
716 | 2023-11-06T16:16:32.893Z | Updating git repository `https://github.com/oxidecomputer/opte` |
717 | 2023-11-06T16:16:33.857Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
718 | 2023-11-06T16:16:34.264Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
719 | 2023-11-06T16:16:34.627Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
720 | 2023-11-06T16:16:35.248Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
721 | 2023-11-06T16:16:35.608Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
722 | 2023-11-06T16:16:36.034Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
723 | 2023-11-06T16:16:36.341Z | Updating git repository `https://github.com/njaremko/samael` |
724 | 2023-11-06T16:16:36.859Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
725 | 2023-11-06T16:16:38.495Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
726 | 2023-11-06T16:16:38.898Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
727 | 2023-11-06T16:16:39.240Z | Updating git repository `https://github.com/jgallagher/nix` |
728 | 2023-11-06T16:16:40.633Z | Updating git repository `https://github.com/cbiffle/hubpack` |
729 | 2023-11-06T16:16:41.100Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
730 | 2023-11-06T16:16:50.596Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
731 | 2023-11-06T16:16:51.108Z | Updating git repository `https://github.com/oxidecomputer/typify` |
732 | 2023-11-06T16:16:57.933Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
733 | 2023-11-06T16:16:58.445Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
734 | 2023-11-06T16:16:58.765Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
735 | 2023-11-06T16:17:00.257Z | Downloading crates ... |
736 | 2023-11-06T16:17:00.497Z | Downloaded async-stream-impl v0.3.5 |
737 | 2023-11-06T16:17:00.502Z | Downloaded anstyle-query v1.0.0 |
738 | 2023-11-06T16:17:00.507Z | Downloaded anstream v0.5.0 |
739 | 2023-11-06T16:17:00.516Z | Downloaded hostname v0.3.1 |
740 | 2023-11-06T16:17:00.522Z | Downloaded home v0.5.5 |
741 | 2023-11-06T16:17:00.527Z | Downloaded heck v0.4.1 |
742 | 2023-11-06T16:17:00.533Z | Downloaded ciborium-ll v0.2.1 |
743 | 2023-11-06T16:17:00.538Z | Downloaded array-init v0.0.4 |
744 | 2023-11-06T16:17:00.542Z | Downloaded hyper-tls v0.5.0 |
745 | 2023-11-06T16:17:00.545Z | Downloaded lazycell v1.3.0 |
746 | 2023-11-06T16:17:00.548Z | Downloaded cfg-if v1.0.0 |
747 | 2023-11-06T16:17:00.550Z | Downloaded hyper-rustls v0.24.2 |
748 | 2023-11-06T16:17:00.556Z | Downloaded clap_derive v4.4.2 |
749 | 2023-11-06T16:17:00.562Z | Downloaded managed v0.8.0 |
750 | 2023-11-06T16:17:00.569Z | Downloaded ciborium-io v0.2.1 |
751 | 2023-11-06T16:17:00.573Z | Downloaded hubpack_derive v0.1.1 |
752 | 2023-11-06T16:17:00.576Z | Downloaded mockall v0.11.4 |
753 | 2023-11-06T16:17:00.580Z | Downloaded matches v0.1.10 |
754 | 2023-11-06T16:17:00.584Z | Downloaded hubpack v0.1.2 |
755 | 2023-11-06T16:17:00.588Z | Downloaded newtype_derive v0.1.6 |
756 | 2023-11-06T16:17:00.591Z | Downloaded base64ct v1.6.0 |
757 | 2023-11-06T16:17:00.597Z | Downloaded num_cpus v1.16.0 |
758 | 2023-11-06T16:17:00.603Z | Downloaded adler v1.0.2 |
759 | 2023-11-06T16:17:00.607Z | Downloaded num_enum v0.5.11 |
760 | 2023-11-06T16:17:00.620Z | Downloaded autocfg v1.1.0 |
761 | 2023-11-06T16:17:00.625Z | Downloaded atomicwrites v0.4.2 |
762 | 2023-11-06T16:17:00.629Z | Downloaded num_enum v0.7.0 |
763 | 2023-11-06T16:17:00.642Z | Downloaded colorchoice v1.0.0 |
764 | 2023-11-06T16:17:00.653Z | Downloaded itoa v1.0.9 |
765 | 2023-11-06T16:17:00.656Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2023-11-06T16:17:00.661Z | Downloaded memoffset v0.9.0 |
767 | 2023-11-06T16:17:00.664Z | Downloaded http-body v0.4.5 |
768 | 2023-11-06T16:17:00.666Z | Downloaded backoff v0.4.0 |
769 | 2023-11-06T16:17:00.670Z | Downloaded bitflags v1.3.2 |
770 | 2023-11-06T16:17:00.673Z | Downloaded anstyle-parse v0.2.1 |
771 | 2023-11-06T16:17:00.676Z | Downloaded aes-gcm-siv v0.11.1 |
772 | 2023-11-06T16:17:00.679Z | Downloaded bzip2 v0.4.4 |
773 | 2023-11-06T16:17:00.683Z | Downloaded bincode v1.3.3 |
774 | 2023-11-06T16:17:00.688Z | Downloaded num-iter v0.1.43 |
775 | 2023-11-06T16:17:00.691Z | Downloaded instant v0.1.12 |
776 | 2023-11-06T16:17:00.694Z | Downloaded serde-big-array v0.4.1 |
777 | 2023-11-06T16:17:00.697Z | Downloaded async-trait v0.1.74 |
778 | 2023-11-06T16:17:00.704Z | Downloaded match_cfg v0.1.0 |
779 | 2023-11-06T16:17:00.707Z | Downloaded lalrpop-util v0.19.12 |
780 | 2023-11-06T16:17:00.710Z | Downloaded linked-hash-map v0.5.6 |
781 | 2023-11-06T16:17:00.713Z | Downloaded rustfmt-wrapper v0.2.0 |
782 | 2023-11-06T16:17:00.715Z | Downloaded rtoolbox v0.0.1 |
783 | 2023-11-06T16:17:00.718Z | Downloaded camino v1.1.6 |
784 | 2023-11-06T16:17:00.722Z | Downloaded block-padding v0.3.3 |
785 | 2023-11-06T16:17:00.725Z | Downloaded signal-hook-mio v0.2.3 |
786 | 2023-11-06T16:17:00.728Z | Downloaded indoc v1.0.9 |
787 | 2023-11-06T16:17:00.731Z | Downloaded jobserver v0.1.26 |
788 | 2023-11-06T16:17:00.734Z | Downloaded ipnet v2.8.0 |
789 | 2023-11-06T16:17:00.737Z | Downloaded bitflags v2.4.0 |
790 | 2023-11-06T16:17:00.742Z | Downloaded ascii v1.1.0 |
791 | 2023-11-06T16:17:00.746Z | Downloaded linear-map v1.2.0 |
792 | 2023-11-06T16:17:00.749Z | Downloaded hyper-staticfile v0.9.5 |
793 | 2023-11-06T16:17:00.754Z | Downloaded equivalent v1.0.1 |
794 | 2023-11-06T16:17:00.757Z | Downloaded sct v0.7.0 |
795 | 2023-11-06T16:17:00.760Z | Downloaded serde_spanned v0.6.3 |
796 | 2023-11-06T16:17:00.763Z | Downloaded semver-parser v0.10.2 |
797 | 2023-11-06T16:17:00.772Z | Downloaded num-bigint v0.4.4 |
798 | 2023-11-06T16:17:00.776Z | Downloaded darling_macro v0.20.3 |
799 | 2023-11-06T16:17:00.779Z | Downloaded iana-time-zone v0.1.57 |
800 | 2023-11-06T16:17:00.783Z | Downloaded crossbeam-deque v0.8.3 |
801 | 2023-11-06T16:17:00.786Z | Downloaded convert_case v0.4.0 |
802 | 2023-11-06T16:17:00.789Z | Downloaded mime_guess v2.0.4 |
803 | 2023-11-06T16:17:00.792Z | Downloaded crc-catalog v2.2.0 |
804 | 2023-11-06T16:17:00.795Z | Downloaded macaddr v1.0.1 |
805 | 2023-11-06T16:17:00.799Z | Downloaded lock_api v0.4.10 |
806 | 2023-11-06T16:17:00.801Z | Downloaded num-complex v0.4.4 |
807 | 2023-11-06T16:17:00.805Z | Downloaded ipnetwork v0.20.0 |
808 | 2023-11-06T16:17:00.808Z | Downloaded slog-bunyan v2.4.0 |
809 | 2023-11-06T16:17:00.811Z | Downloaded siphasher v0.3.11 |
810 | 2023-11-06T16:17:00.814Z | Downloaded crc32fast v1.3.2 |
811 | 2023-11-06T16:17:00.817Z | Downloaded camino-tempfile v1.0.2 |
812 | 2023-11-06T16:17:00.821Z | Downloaded native-tls v0.2.11 |
813 | 2023-11-06T16:17:00.824Z | Downloaded slog-scope v4.4.0 |
814 | 2023-11-06T16:17:00.828Z | Downloaded ctr v0.9.2 |
815 | 2023-11-06T16:17:00.831Z | Downloaded httparse v1.8.0 |
816 | 2023-11-06T16:17:00.833Z | Downloaded ena v0.14.2 |
817 | 2023-11-06T16:17:00.836Z | Downloaded quote v1.0.33 |
818 | 2023-11-06T16:17:00.839Z | Downloaded crossbeam-queue v0.3.8 |
819 | 2023-11-06T16:17:00.843Z | Downloaded ciborium v0.2.1 |
820 | 2023-11-06T16:17:00.847Z | Downloaded multer v2.1.0 |
821 | 2023-11-06T16:17:00.850Z | Downloaded proc-macro-error-attr v1.0.4 |
822 | 2023-11-06T16:17:00.854Z | Downloaded cexpr v0.6.0 |
823 | 2023-11-06T16:17:00.860Z | Downloaded normalize-line-endings v0.3.0 |
824 | 2023-11-06T16:17:00.863Z | Downloaded termcolor v1.2.0 |
825 | 2023-11-06T16:17:00.866Z | Downloaded slog-stdlog v4.1.1 |
826 | 2023-11-06T16:17:00.869Z | Downloaded num-integer v0.1.45 |
827 | 2023-11-06T16:17:00.872Z | Downloaded log v0.4.20 |
828 | 2023-11-06T16:17:00.876Z | Downloaded slog-json v2.6.1 |
829 | 2023-11-06T16:17:00.879Z | Downloaded console v0.15.7 |
830 | 2023-11-06T16:17:00.883Z | Downloaded serde_repr v0.1.16 |
831 | 2023-11-06T16:17:00.888Z | Downloaded crypto-common v0.1.6 |
832 | 2023-11-06T16:17:00.891Z | Downloaded scheduled-thread-pool v0.2.7 |
833 | 2023-11-06T16:17:00.894Z | Downloaded hmac v0.12.1 |
834 | 2023-11-06T16:17:00.897Z | Downloaded spin v0.9.8 |
835 | 2023-11-06T16:17:00.900Z | Downloaded anyhow v1.0.75 |
836 | 2023-11-06T16:17:00.904Z | Downloaded ahash v0.8.3 |
837 | 2023-11-06T16:17:00.907Z | Downloaded num-traits v0.2.16 |
838 | 2023-11-06T16:17:00.909Z | Downloaded similar v2.2.1 |
839 | 2023-11-06T16:17:00.913Z | Downloaded serde_urlencoded v0.7.1 |
840 | 2023-11-06T16:17:00.916Z | Downloaded nodrop v0.1.14 |
841 | 2023-11-06T16:17:00.919Z | Downloaded md-5 v0.10.5 |
842 | 2023-11-06T16:17:00.922Z | Downloaded keccak v0.1.4 |
843 | 2023-11-06T16:17:00.925Z | Downloaded mime v0.3.17 |
844 | 2023-11-06T16:17:00.928Z | Downloaded proc-macro2 v1.0.67 |
845 | 2023-11-06T16:17:00.931Z | Downloaded tui-tree-widget v0.13.0 |
846 | 2023-11-06T16:17:00.934Z | Downloaded serde_tokenstream v0.2.0 |
847 | 2023-11-06T16:17:00.941Z | Downloaded miniz_oxide v0.7.1 |
848 | 2023-11-06T16:17:00.944Z | Downloaded sha1 v0.10.5 |
849 | 2023-11-06T16:17:00.947Z | Downloaded ed25519 v1.5.3 |
850 | 2023-11-06T16:17:00.950Z | Downloaded darling v0.20.3 |
851 | 2023-11-06T16:17:00.955Z | Downloaded usdt-macro v0.3.5 |
852 | 2023-11-06T16:17:00.958Z | Downloaded spin v0.5.2 |
853 | 2023-11-06T16:17:00.961Z | Downloaded cipher v0.4.4 |
854 | 2023-11-06T16:17:00.965Z | Downloaded tokio-tungstenite v0.18.0 |
855 | 2023-11-06T16:17:00.968Z | Downloaded heapless v0.7.16 |
856 | 2023-11-06T16:17:00.973Z | Downloaded elliptic-curve v0.13.5 |
857 | 2023-11-06T16:17:00.981Z | Downloaded memchr v2.6.3 |
858 | 2023-11-06T16:17:00.991Z | Downloaded serde_derive_internals v0.26.0 |
859 | 2023-11-06T16:17:00.997Z | Downloaded usdt-impl v0.3.5 |
860 | 2023-11-06T16:17:01.000Z | Downloaded usdt-attr-macro v0.3.5 |
861 | 2023-11-06T16:17:01.003Z | Downloaded http v0.2.9 |
862 | 2023-11-06T16:17:01.008Z | Downloaded prettyplease v0.2.12 |
863 | 2023-11-06T16:17:01.015Z | Downloaded indexmap v2.0.0 |
864 | 2023-11-06T16:17:01.022Z | Downloaded crossbeam-channel v0.5.8 |
865 | 2023-11-06T16:17:01.031Z | Downloaded darling_macro v0.14.4 |
866 | 2023-11-06T16:17:01.034Z | Downloaded peeking_take_while v0.1.2 |
867 | 2023-11-06T16:17:01.041Z | Downloaded flate2 v1.0.28 |
868 | 2023-11-06T16:17:01.045Z | Downloaded number_prefix v0.4.0 |
869 | 2023-11-06T16:17:01.049Z | Downloaded want v0.3.1 |
870 | 2023-11-06T16:17:01.052Z | Downloaded wait-timeout v0.2.0 |
871 | 2023-11-06T16:17:01.055Z | Downloaded string_cache v0.8.7 |
872 | 2023-11-06T16:17:01.058Z | Downloaded strum v0.25.0 |
873 | 2023-11-06T16:17:01.063Z | Downloaded usdt v0.3.5 |
874 | 2023-11-06T16:17:01.066Z | Downloaded smawk v0.3.1 |
875 | 2023-11-06T16:17:01.070Z | Downloaded foreign-types-shared v0.1.1 |
876 | 2023-11-06T16:17:01.073Z | Downloaded olpc-cjson v0.1.3 |
877 | 2023-11-06T16:17:01.077Z | Downloaded libm v0.2.7 |
878 | 2023-11-06T16:17:01.084Z | Downloaded futures-core v0.3.29 |
879 | 2023-11-06T16:17:01.087Z | Downloaded tower-service v0.3.2 |
880 | 2023-11-06T16:17:01.090Z | Downloaded tinyvec_macros v0.1.1 |
881 | 2023-11-06T16:17:01.094Z | Downloaded nom v7.1.3 |
882 | 2023-11-06T16:17:01.101Z | Downloaded vte_generate_state_changes v0.1.1 |
883 | 2023-11-06T16:17:01.104Z | Downloaded rand_xorshift v0.3.0 |
884 | 2023-11-06T16:17:01.107Z | Downloaded shlex v1.1.0 |
885 | 2023-11-06T16:17:01.110Z | Downloaded zone_cfg_derive v0.2.0 |
886 | 2023-11-06T16:17:01.113Z | Downloaded zerocopy v0.3.0 |
887 | 2023-11-06T16:17:01.121Z | Downloaded curve25519-dalek-derive v0.1.0 |
888 | 2023-11-06T16:17:01.124Z | Downloaded derive_builder_macro v0.12.0 |
889 | 2023-11-06T16:17:01.130Z | Downloaded twox-hash v1.6.3 |
890 | 2023-11-06T16:17:01.133Z | Downloaded path-dedot v3.1.0 |
891 | 2023-11-06T16:17:01.136Z | Downloaded flagset v0.4.3 |
892 | 2023-11-06T16:17:01.139Z | Downloaded pem v3.0.2 |
893 | 2023-11-06T16:17:01.143Z | Downloaded zeroize v1.6.0 |
894 | 2023-11-06T16:17:01.146Z | Downloaded version_check v0.9.4 |
895 | 2023-11-06T16:17:01.149Z | Downloaded doc-comment v0.3.3 |
896 | 2023-11-06T16:17:01.152Z | Downloaded pkg-config v0.3.27 |
897 | 2023-11-06T16:17:01.155Z | Downloaded time-macros v0.2.13 |
898 | 2023-11-06T16:17:01.158Z | Downloaded slog-envlogger v2.2.0 |
899 | 2023-11-06T16:17:01.162Z | Downloaded ff v0.13.0 |
900 | 2023-11-06T16:17:01.165Z | Downloaded rusqlite v0.29.0 |
901 | 2023-11-06T16:17:01.168Z | Downloaded pin-utils v0.1.0 |
902 | 2023-11-06T16:17:01.171Z | Downloaded path-slash v0.1.5 |
903 | 2023-11-06T16:17:01.174Z | Downloaded predicates-core v1.0.6 |
904 | 2023-11-06T16:17:01.178Z | Downloaded zeroize_derive v1.4.2 |
905 | 2023-11-06T16:17:01.181Z | Downloaded half v1.8.2 |
906 | 2023-11-06T16:17:01.184Z | Downloaded downcast v0.11.0 |
907 | 2023-11-06T16:17:01.187Z | Downloaded unicode-xid v0.2.4 |
908 | 2023-11-06T16:17:01.191Z | Downloaded packed_struct_codegen v0.10.1 |
909 | 2023-11-06T16:17:01.194Z | Downloaded take_mut v0.2.2 |
910 | 2023-11-06T16:17:01.197Z | Downloaded zone v0.2.0 |
911 | 2023-11-06T16:17:01.200Z | Downloaded xattr v1.0.1 |
912 | 2023-11-06T16:17:01.205Z | Downloaded postgres-types v0.2.6 |
913 | 2023-11-06T16:17:01.209Z | Downloaded funty v2.0.0 |
914 | 2023-11-06T16:17:01.212Z | Downloaded tracing-attributes v0.1.26 |
915 | 2023-11-06T16:17:01.215Z | Downloaded tar v0.4.40 |
916 | 2023-11-06T16:17:01.218Z | Downloaded universal-hash v0.5.1 |
917 | 2023-11-06T16:17:01.221Z | Downloaded postcard-cobs v0.1.5-pre |
918 | 2023-11-06T16:17:01.225Z | Downloaded wyz v0.5.1 |
919 | 2023-11-06T16:17:01.228Z | Downloaded precomputed-hash v0.1.1 |
920 | 2023-11-06T16:17:01.235Z | Downloaded openssl-macros v0.1.1 |
921 | 2023-11-06T16:17:01.238Z | Downloaded tabled_derive v0.6.0 |
922 | 2023-11-06T16:17:01.241Z | Downloaded strsim v0.10.0 |
923 | 2023-11-06T16:17:01.247Z | Downloaded vec_map v0.8.2 |
924 | 2023-11-06T16:17:01.250Z | Downloaded once_cell v1.18.0 |
925 | 2023-11-06T16:17:01.253Z | Downloaded fnv v1.0.7 |
926 | 2023-11-06T16:17:01.256Z | Downloaded pin-project-lite v0.2.13 |
927 | 2023-11-06T16:17:01.259Z | Downloaded test-strategy v0.2.1 |
928 | 2023-11-06T16:17:01.262Z | Downloaded dtrace-parser v0.1.14 |
929 | 2023-11-06T16:17:01.265Z | Downloaded signal-hook-tokio v0.3.1 |
930 | 2023-11-06T16:17:01.268Z | Downloaded parking_lot v0.11.2 |
931 | 2023-11-06T16:17:01.271Z | Downloaded try-lock v0.2.4 |
932 | 2023-11-06T16:17:01.275Z | Downloaded opaque-debug v0.3.0 |
933 | 2023-11-06T16:17:01.278Z | Downloaded thiserror-impl v1.0.49 |
934 | 2023-11-06T16:17:01.281Z | Downloaded thiserror-no-std v2.0.2 |
935 | 2023-11-06T16:17:01.285Z | Downloaded bindgen v0.65.1 |
936 | 2023-11-06T16:17:01.290Z | Downloaded path-absolutize v3.1.0 |
937 | 2023-11-06T16:17:01.294Z | Downloaded derive_builder_core v0.12.0 |
938 | 2023-11-06T16:17:01.297Z | Downloaded openssl-probe v0.1.5 |
939 | 2023-11-06T16:17:01.300Z | Downloaded oso-derive v0.27.0 |
940 | 2023-11-06T16:17:01.303Z | Downloaded toml v0.5.11 |
941 | 2023-11-06T16:17:01.306Z | Downloaded unicase v2.7.0 |
942 | 2023-11-06T16:17:01.309Z | Downloaded predicates v2.1.5 |
943 | 2023-11-06T16:17:01.313Z | Downloaded cstr-argument v0.1.2 |
944 | 2023-11-06T16:17:01.317Z | Downloaded fs-err v2.9.0 |
945 | 2023-11-06T16:17:01.320Z | Downloaded display-error-chain v0.2.0 |
946 | 2023-11-06T16:17:01.325Z | Downloaded secrecy v0.8.0 |
947 | 2023-11-06T16:17:01.328Z | Downloaded parking_lot v0.12.1 |
948 | 2023-11-06T16:17:01.332Z | Downloaded clap_builder v4.4.2 |
949 | 2023-11-06T16:17:01.338Z | Downloaded enum-as-inner v0.5.1 |
950 | 2023-11-06T16:17:01.341Z | Downloaded rustls-pemfile v1.0.3 |
951 | 2023-11-06T16:17:01.344Z | Downloaded digest v0.10.7 |
952 | 2023-11-06T16:17:01.348Z | Downloaded slog-async v2.8.0 |
953 | 2023-11-06T16:17:01.352Z | Downloaded rustls-native-certs v0.6.3 |
954 | 2023-11-06T16:17:01.355Z | Downloaded difflib v0.4.0 |
955 | 2023-11-06T16:17:01.358Z | Downloaded toml_datetime v0.6.3 |
956 | 2023-11-06T16:17:01.361Z | Downloaded structopt-derive v0.4.18 |
957 | 2023-11-06T16:17:01.365Z | Downloaded num_enum_derive v0.7.0 |
958 | 2023-11-06T16:17:01.369Z | Downloaded smallvec v1.11.0 |
959 | 2023-11-06T16:17:01.372Z | Downloaded toolchain_find v0.2.0 |
960 | 2023-11-06T16:17:01.375Z | Downloaded ref-cast-impl v1.0.20 |
961 | 2023-11-06T16:17:01.378Z | Downloaded typenum v1.16.0 |
962 | 2023-11-06T16:17:01.381Z | Downloaded vergen v8.2.4 |
963 | 2023-11-06T16:17:01.385Z | Downloaded crossbeam-utils v0.8.16 |
964 | 2023-11-06T16:17:01.388Z | Downloaded strip-ansi-escapes v0.2.0 |
965 | 2023-11-06T16:17:01.392Z | Downloaded serde_derive v1.0.188 |
966 | 2023-11-06T16:17:01.395Z | Downloaded endian-type v0.1.2 |
967 | 2023-11-06T16:17:01.399Z | Downloaded tungstenite v0.18.0 |
968 | 2023-11-06T16:17:01.402Z | Downloaded untrusted v0.9.0 |
969 | 2023-11-06T16:17:01.405Z | Downloaded rusty-fork v0.3.0 |
970 | 2023-11-06T16:17:01.408Z | Downloaded structmeta v0.1.6 |
971 | 2023-11-06T16:17:01.413Z | Downloaded headers-core v0.2.0 |
972 | 2023-11-06T16:17:01.416Z | Downloaded crunchy v0.2.2 |
973 | 2023-11-06T16:17:01.419Z | Downloaded fd-lock v3.0.13 |
974 | 2023-11-06T16:17:01.422Z | Downloaded diesel_table_macro_syntax v0.1.0 |
975 | 2023-11-06T16:17:01.426Z | Downloaded phf_shared v0.10.0 |
976 | 2023-11-06T16:17:01.432Z | Downloaded darling v0.14.4 |
977 | 2023-11-06T16:17:01.435Z | Downloaded synstructure v0.12.6 |
978 | 2023-11-06T16:17:01.438Z | Downloaded slog v2.7.0 |
979 | 2023-11-06T16:17:01.441Z | Downloaded foreign-types-macros v0.2.3 |
980 | 2023-11-06T16:17:01.444Z | Downloaded quick-error v1.2.3 |
981 | 2023-11-06T16:17:01.448Z | Downloaded filetime v0.2.22 |
982 | 2023-11-06T16:17:01.451Z | Downloaded group v0.13.0 |
983 | 2023-11-06T16:17:01.454Z | Downloaded tokio-native-tls v0.3.1 |
984 | 2023-11-06T16:17:01.457Z | Downloaded schemars_derive v0.8.13 |
985 | 2023-11-06T16:17:01.460Z | Downloaded unicode-linebreak v0.1.5 |
986 | 2023-11-06T16:17:01.463Z | Downloaded hkdf v0.12.3 |
987 | 2023-11-06T16:17:01.466Z | Downloaded yasna v0.5.2 |
988 | 2023-11-06T16:17:01.468Z | Downloaded unicode-bidi v0.3.13 |
989 | 2023-11-06T16:17:01.474Z | Downloaded omicron-zone-package v0.8.3 |
990 | 2023-11-06T16:17:01.477Z | Downloaded phf v0.11.2 |
991 | 2023-11-06T16:17:01.480Z | Downloaded dirs-sys-next v0.1.2 |
992 | 2023-11-06T16:17:01.483Z | Downloaded static_assertions v1.1.0 |
993 | 2023-11-06T16:17:01.487Z | Downloaded semver v1.0.20 |
994 | 2023-11-06T16:17:01.490Z | Downloaded subtle v2.5.0 |
995 | 2023-11-06T16:17:01.493Z | Downloaded slab v0.4.9 |
996 | 2023-11-06T16:17:01.496Z | Downloaded signal-hook-registry v1.4.1 |
997 | 2023-11-06T16:17:01.526Z | Downloaded smf v0.2.2 |
998 | 2023-11-06T16:17:01.530Z | Downloaded hashbrown v0.13.2 |
999 | 2023-11-06T16:17:01.534Z | Downloaded paste v1.0.14 |
1000 | 2023-11-06T16:17:01.537Z | Downloaded rand_core v0.6.4 |
1001 | 2023-11-06T16:17:01.540Z | Downloaded toml v0.8.0 |
1002 | 2023-11-06T16:17:01.543Z | Downloaded predicates-tree v1.0.9 |
1003 | 2023-11-06T16:17:01.547Z | Downloaded form_urlencoded v1.2.0 |
1004 | 2023-11-06T16:17:01.550Z | Downloaded fallible-iterator v0.2.0 |
1005 | 2023-11-06T16:17:01.555Z | Downloaded spki v0.7.2 |
1006 | 2023-11-06T16:17:01.558Z | Downloaded tokio-rustls v0.24.1 |
1007 | 2023-11-06T16:17:01.561Z | Downloaded salty v0.2.0 |
1008 | 2023-11-06T16:17:01.565Z | Downloaded ucd-trie v0.1.6 |
1009 | 2023-11-06T16:17:01.568Z | Downloaded toml v0.7.8 |
1010 | 2023-11-06T16:17:01.571Z | Downloaded erased-serde v0.3.30 |
1011 | 2023-11-06T16:17:01.575Z | Downloaded parse-display-derive v0.7.0 |
1012 | 2023-11-06T16:17:01.578Z | Downloaded hashbrown v0.12.3 |
1013 | 2023-11-06T16:17:01.582Z | Downloaded winnow v0.5.15 |
1014 | 2023-11-06T16:17:01.585Z | Downloaded serde_yaml v0.9.25 |
1015 | 2023-11-06T16:17:01.589Z | Downloaded subprocess v0.2.9 |
1016 | 2023-11-06T16:17:01.592Z | Downloaded zerocopy v0.6.4 |
1017 | 2023-11-06T16:17:01.595Z | Downloaded reedline v0.23.0 |
1018 | 2023-11-06T16:17:01.602Z | Downloaded ron v0.8.1 |
1019 | 2023-11-06T16:17:01.615Z | Downloaded unsafe-libyaml v0.2.9 |
1020 | 2023-11-06T16:17:01.619Z | Downloaded structopt v0.3.26 |
1021 | 2023-11-06T16:17:01.631Z | Downloaded tinyvec v1.6.0 |
1022 | 2023-11-06T16:17:01.637Z | Downloaded openssl-sys v0.9.93 |
1023 | 2023-11-06T16:17:01.646Z | Downloaded crypto-bigint v0.5.2 |
1024 | 2023-11-06T16:17:01.657Z | Downloaded trust-dns-server v0.22.1 |
1025 | 2023-11-06T16:17:01.668Z | Downloaded url v2.4.1 |
1026 | 2023-11-06T16:17:01.674Z | Downloaded rand v0.8.5 |
1027 | 2023-11-06T16:17:01.680Z | Downloaded time v0.3.27 |
1028 | 2023-11-06T16:17:01.693Z | Downloaded x509-cert v0.2.4 |
1029 | 2023-11-06T16:17:01.704Z | Downloaded nix v0.26.2 |
1030 | 2023-11-06T16:17:01.725Z | Downloaded serde_with v2.3.3 |
1031 | 2023-11-06T16:17:01.737Z | Downloaded pest v2.7.2 |
1032 | 2023-11-06T16:17:01.747Z | Downloaded petgraph v0.6.4 |
1033 | 2023-11-06T16:17:01.773Z | Downloaded portable-atomic v1.4.3 |
1034 | 2023-11-06T16:17:01.783Z | Downloaded reqwest v0.11.20 |
1035 | 2023-11-06T16:17:01.797Z | Downloaded regex v1.10.2 |
1036 | 2023-11-06T16:17:01.823Z | Downloaded git2 v0.17.2 |
1037 | 2023-11-06T16:17:01.839Z | Downloaded syn v1.0.109 |
1038 | 2023-11-06T16:17:01.860Z | Downloaded rayon v1.8.0 |
1039 | 2023-11-06T16:17:01.877Z | Downloaded h2 v0.3.21 |
1040 | 2023-11-06T16:17:01.892Z | Downloaded regress v0.7.1 |
1041 | 2023-11-06T16:17:01.906Z | Downloaded syn v2.0.32 |
1042 | 2023-11-06T16:17:01.927Z | Downloaded radix_trie v0.2.1 |
1043 | 2023-11-06T16:17:01.937Z | Downloaded ratatui v0.23.0 |
1044 | 2023-11-06T16:17:01.958Z | Downloaded rustix v0.37.23 |
1045 | 2023-11-06T16:17:01.994Z | Downloaded diesel v2.1.3 |
1046 | 2023-11-06T16:17:02.027Z | Downloaded regex-syntax v0.8.2 |
1047 | 2023-11-06T16:17:02.045Z | Downloaded openapiv3 v1.0.3 |
1048 | 2023-11-06T16:17:02.069Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1049 | 2023-11-06T16:17:02.096Z | Downloaded rustix v0.38.9 |
1050 | 2023-11-06T16:17:02.135Z | Downloaded regex-syntax v0.7.5 |
1051 | 2023-11-06T16:17:02.152Z | Downloaded regex-syntax v0.6.29 |
1052 | 2023-11-06T16:17:02.166Z | Downloaded regex-automata v0.4.3 |
1053 | 2023-11-06T16:17:02.200Z | Downloaded sled v0.34.7 |
1054 | 2023-11-06T16:17:02.220Z | Downloaded libc v0.2.149 |
1055 | 2023-11-06T16:17:02.270Z | Downloaded regex-automata v0.3.8 |
1056 | 2023-11-06T16:17:02.302Z | Downloaded sha3 v0.10.8 |
1057 | 2023-11-06T16:17:02.314Z | Downloaded tokio v1.33.0 |
1058 | 2023-11-06T16:17:02.382Z | Downloaded zerocopy-derive v0.6.4 |
1059 | 2023-11-06T16:17:02.403Z | Downloaded zerocopy-derive v0.2.0 |
1060 | 2023-11-06T16:17:02.421Z | Downloaded openssl v0.10.57 |
1061 | 2023-11-06T16:17:02.439Z | Downloaded webpki-roots v0.25.2 |
1062 | 2023-11-06T16:17:02.446Z | Downloaded polar-core v0.27.0 |
1063 | 2023-11-06T16:17:02.462Z | Downloaded curve25519-dalek v4.1.0 |
1064 | 2023-11-06T16:17:02.479Z | Downloaded encoding_rs v0.8.33 |
1065 | 2023-11-06T16:17:02.522Z | Downloaded vcpkg v0.2.15 |
1066 | 2023-11-06T16:17:02.595Z | Downloaded gimli v0.28.0 |
1067 | 2023-11-06T16:17:02.611Z | Downloaded trust-dns-proto v0.22.0 |
1068 | 2023-11-06T16:17:02.633Z | Downloaded object v0.32.1 |
1069 | 2023-11-06T16:17:02.651Z | Downloaded tabled v0.14.0 |
1070 | 2023-11-06T16:17:02.678Z | Downloaded smoltcp v0.8.2 |
1071 | 2023-11-06T16:17:02.695Z | Downloaded object v0.30.4 |
1072 | 2023-11-06T16:17:02.715Z | Downloaded bstr v1.6.0 |
1073 | 2023-11-06T16:17:02.736Z | Downloaded smoltcp v0.9.1 |
1074 | 2023-11-06T16:17:02.756Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1075 | 2023-11-06T16:17:02.865Z | Downloaded bstr v0.2.17 |
1076 | 2023-11-06T16:17:02.886Z | Downloaded idna v0.2.3 |
1077 | 2023-11-06T16:17:02.896Z | Downloaded proptest v1.3.1 |
1078 | 2023-11-06T16:17:02.913Z | Downloaded rustls v0.21.8 |
1079 | 2023-11-06T16:17:02.935Z | Downloaded ring v0.16.20 |
1080 | 2023-11-06T16:17:03.096Z | Downloaded unicode-normalization v0.1.22 |
1081 | 2023-11-06T16:17:03.102Z | Downloaded futures-util v0.3.29 |
1082 | 2023-11-06T16:17:03.124Z | Downloaded hashbrown v0.14.0 |
1083 | 2023-11-06T16:17:03.131Z | Downloaded socket2 v0.5.4 |
1084 | 2023-11-06T16:17:03.135Z | Downloaded trust-dns-client v0.22.0 |
1085 | 2023-11-06T16:17:03.147Z | Downloaded unicode-segmentation v1.10.1 |
1086 | 2023-11-06T16:17:03.153Z | Downloaded toml_edit v0.20.0 |
1087 | 2023-11-06T16:17:03.183Z | Downloaded oso v0.27.0 |
1088 | 2023-11-06T16:17:03.188Z | Downloaded steno v0.4.0 |
1089 | 2023-11-06T16:17:03.193Z | Downloaded crossterm v0.27.0 |
1090 | 2023-11-06T16:17:03.204Z | Downloaded der v0.7.8 |
1091 | 2023-11-06T16:17:03.213Z | Downloaded tokio-util v0.7.10 |
1092 | 2023-11-06T16:17:03.226Z | Downloaded libz-sys v1.1.12 |
1093 | 2023-11-06T16:17:03.346Z | Downloaded idna v0.4.0 |
1094 | 2023-11-06T16:17:03.358Z | Downloaded pest_derive v2.7.2 |
1095 | 2023-11-06T16:17:03.367Z | Downloaded rayon-core v1.12.0 |
1096 | 2023-11-06T16:17:03.370Z | Downloaded headers v0.3.9 |
1097 | 2023-11-06T16:17:03.377Z | Downloaded regex-automata v0.1.10 |
1098 | 2023-11-06T16:17:03.390Z | Downloaded lalrpop v0.19.12 |
1099 | 2023-11-06T16:17:03.406Z | Downloaded chrono v0.4.31 |
1100 | 2023-11-06T16:17:03.421Z | Downloaded trust-dns-resolver v0.22.0 |
1101 | 2023-11-06T16:17:03.427Z | Downloaded fatfs v0.3.6 |
1102 | 2023-11-06T16:17:03.433Z | Downloaded pkcs1 v0.7.5 |
1103 | 2023-11-06T16:17:03.437Z | Downloaded owo-colors v3.5.0 |
1104 | 2023-11-06T16:17:03.441Z | Downloaded futures-io v0.3.29 |
1105 | 2023-11-06T16:17:03.443Z | Downloaded rustls-webpki v0.101.7 |
1106 | 2023-11-06T16:17:03.469Z | Downloaded unicode-ident v1.0.12 |
1107 | 2023-11-06T16:17:03.474Z | Downloaded derive-where v1.2.5 |
1108 | 2023-11-06T16:17:03.477Z | Downloaded proc-macro-error v1.0.4 |
1109 | 2023-11-06T16:17:03.483Z | Downloaded tokio-macros v2.1.0 |
1110 | 2023-11-06T16:17:03.486Z | Downloaded semver v0.11.0 |
1111 | 2023-11-06T16:17:03.490Z | Downloaded pem-rfc7468 v0.7.0 |
1112 | 2023-11-06T16:17:03.493Z | Downloaded darling_core v0.14.4 |
1113 | 2023-11-06T16:17:03.498Z | Downloaded schemars v0.8.13 |
1114 | 2023-11-06T16:17:03.517Z | Downloaded whoami v1.4.1 |
1115 | 2023-11-06T16:17:03.520Z | Downloaded which v4.4.0 |
1116 | 2023-11-06T16:17:03.523Z | Downloaded tracing v0.1.37 |
1117 | 2023-11-06T16:17:03.528Z | Downloaded generic-array v0.14.7 |
1118 | 2023-11-06T16:17:03.531Z | Downloaded rcgen v0.11.3 |
1119 | 2023-11-06T16:17:03.535Z | Downloaded terminal_size v0.2.6 |
1120 | 2023-11-06T16:17:03.538Z | Downloaded dirs-next v2.0.0 |
1121 | 2023-11-06T16:17:03.543Z | Downloaded diff v0.1.13 |
1122 | 2023-11-06T16:17:03.546Z | Downloaded toml_edit v0.19.15 |
1123 | 2023-11-06T16:17:03.577Z | Downloaded quick-xml v0.23.1 |
1124 | 2023-11-06T16:17:03.588Z | Downloaded bitvec v1.0.1 |
1125 | 2023-11-06T16:17:03.612Z | Downloaded tokio-stream v0.1.14 |
1126 | 2023-11-06T16:17:03.619Z | Downloaded env_logger v0.9.3 |
1127 | 2023-11-06T16:17:03.622Z | Downloaded serde_with_macros v2.3.3 |
1128 | 2023-11-06T16:17:03.627Z | Downloaded float-cmp v0.9.0 |
1129 | 2023-11-06T16:17:03.630Z | Downloaded utf-8 v0.7.6 |
1130 | 2023-11-06T16:17:03.633Z | Downloaded ppv-lite86 v0.2.17 |
1131 | 2023-11-06T16:17:03.635Z | Downloaded globset v0.4.13 |
1132 | 2023-11-06T16:17:03.639Z | Downloaded utf8parse v0.2.1 |
1133 | 2023-11-06T16:17:03.643Z | Downloaded rustc-demangle v0.1.23 |
1134 | 2023-11-06T16:17:03.647Z | Downloaded env_logger v0.10.0 |
1135 | 2023-11-06T16:17:03.650Z | Downloaded pest_generator v2.7.2 |
1136 | 2023-11-06T16:17:03.653Z | Downloaded data-encoding v2.4.0 |
1137 | 2023-11-06T16:17:03.657Z | Downloaded ring v0.17.5 |
1138 | 2023-11-06T16:17:03.786Z | Downloaded flume v0.11.0 |
1139 | 2023-11-06T16:17:03.792Z | Downloaded password-hash v0.5.0 |
1140 | 2023-11-06T16:17:03.795Z | Downloaded signature v1.6.4 |
1141 | 2023-11-06T16:17:03.798Z | Downloaded dof v0.1.5 |
1142 | 2023-11-06T16:17:03.801Z | Downloaded signature v2.1.0 |
1143 | 2023-11-06T16:17:03.805Z | Downloaded glob v0.3.1 |
1144 | 2023-11-06T16:17:03.808Z | Downloaded der_derive v0.7.2 |
1145 | 2023-11-06T16:17:03.813Z | Downloaded debug-ignore v1.0.5 |
1146 | 2023-11-06T16:17:03.817Z | Downloaded diesel_derives v2.1.1 |
1147 | 2023-11-06T16:17:03.820Z | Downloaded libsqlite3-sys v0.26.0 |
1148 | 2023-11-06T16:17:03.954Z | Downloaded derive_more v0.99.17 |
1149 | 2023-11-06T16:17:03.963Z | Downloaded hyper v0.14.27 |
1150 | 2023-11-06T16:17:03.977Z | Downloaded textwrap v0.16.0 |
1151 | 2023-11-06T16:17:03.981Z | Downloaded vte v0.11.1 |
1152 | 2023-11-06T16:17:03.985Z | Downloaded pkcs8 v0.10.2 |
1153 | 2023-11-06T16:17:03.988Z | Downloaded socket2 v0.4.9 |
1154 | 2023-11-06T16:17:03.991Z | Downloaded polyval v0.6.1 |
1155 | 2023-11-06T16:17:03.995Z | Downloaded poly1305 v0.8.0 |
1156 | 2023-11-06T16:17:03.998Z | Downloaded tracing-core v0.1.31 |
1157 | 2023-11-06T16:17:04.002Z | Downloaded rsa v0.9.2 |
1158 | 2023-11-06T16:17:04.010Z | Downloaded tiny-keccak v2.0.2 |
1159 | 2023-11-06T16:17:04.013Z | Downloaded waitgroup v0.1.2 |
1160 | 2023-11-06T16:17:04.017Z | Downloaded rpassword v7.2.0 |
1161 | 2023-11-06T16:17:04.020Z | Downloaded num_enum_derive v0.5.11 |
1162 | 2023-11-06T16:17:04.023Z | Downloaded slog-dtrace v0.2.3 |
1163 | 2023-11-06T16:17:04.028Z | Downloaded pest_meta v2.7.2 |
1164 | 2023-11-06T16:17:04.032Z | Downloaded aho-corasick v1.0.4 |
1165 | 2023-11-06T16:17:04.036Z | Downloaded clap v2.34.0 |
1166 | 2023-11-06T16:17:04.047Z | Downloaded thiserror-impl-no-std v2.0.2 |
1167 | 2023-11-06T16:17:04.050Z | Downloaded slog-term v2.9.0 |
1168 | 2023-11-06T16:17:04.055Z | Downloaded parking_lot_core v0.9.8 |
1169 | 2023-11-06T16:17:04.057Z | Downloaded crossterm v0.26.1 |
1170 | 2023-11-06T16:17:04.066Z | Downloaded thread-id v4.2.0 |
1171 | 2023-11-06T16:17:04.069Z | Downloaded derive_builder v0.12.0 |
1172 | 2023-11-06T16:17:04.075Z | Downloaded futures v0.3.29 |
1173 | 2023-11-06T16:17:04.083Z | Downloaded fxhash v0.2.1 |
1174 | 2023-11-06T16:17:04.086Z | Downloaded time-core v0.1.1 |
1175 | 2023-11-06T16:17:04.090Z | Downloaded errno v0.3.2 |
1176 | 2023-11-06T16:17:04.094Z | Downloaded uuid v1.4.1 |
1177 | 2023-11-06T16:17:04.098Z | Downloaded termtree v0.4.1 |
1178 | 2023-11-06T16:17:04.101Z | Downloaded predicates v3.0.4 |
1179 | 2023-11-06T16:17:04.104Z | Downloaded serde-hex v0.1.0 |
1180 | 2023-11-06T16:17:04.107Z | Downloaded pem v1.1.1 |
1181 | 2023-11-06T16:17:04.110Z | Downloaded term v0.7.0 |
1182 | 2023-11-06T16:17:04.114Z | Downloaded papergrid v0.10.0 |
1183 | 2023-11-06T16:17:04.118Z | Downloaded serde_json v1.0.107 |
1184 | 2023-11-06T16:17:04.131Z | Downloaded stable_deref_trait v1.2.0 |
1185 | 2023-11-06T16:17:04.135Z | Downloaded smallvec v0.6.14 |
1186 | 2023-11-06T16:17:04.139Z | Downloaded parking_lot_core v0.8.6 |
1187 | 2023-11-06T16:17:04.143Z | Downloaded hashlink v0.8.3 |
1188 | 2023-11-06T16:17:04.146Z | Downloaded rustc_version v0.1.7 |
1189 | 2023-11-06T16:17:04.149Z | Downloaded tough v0.12.5 |
1190 | 2023-11-06T16:17:04.153Z | Downloaded getrandom v0.2.10 |
1191 | 2023-11-06T16:17:04.158Z | Downloaded aes v0.8.3 |
1192 | 2023-11-06T16:17:04.164Z | Downloaded futures-macro v0.3.29 |
1193 | 2023-11-06T16:17:04.167Z | Downloaded stringprep v0.1.3 |
1194 | 2023-11-06T16:17:04.171Z | Downloaded packed_struct v0.10.1 |
1195 | 2023-11-06T16:17:04.175Z | Downloaded shell-words v1.1.0 |
1196 | 2023-11-06T16:17:04.178Z | Downloaded ref-cast v1.0.20 |
1197 | 2023-11-06T16:17:04.181Z | Downloaded walkdir v2.4.0 |
1198 | 2023-11-06T16:17:04.185Z | Downloaded futures-executor v0.3.29 |
1199 | 2023-11-06T16:17:04.188Z | Downloaded vsss-rs v3.3.1 |
1200 | 2023-11-06T16:17:04.191Z | Downloaded postgres-protocol v0.6.6 |
1201 | 2023-11-06T16:17:04.194Z | Downloaded platforms v3.0.2 |
1202 | 2023-11-06T16:17:04.197Z | Downloaded postcard v0.7.3 |
1203 | 2023-11-06T16:17:04.201Z | Downloaded rustversion v1.0.14 |
1204 | 2023-11-06T16:17:04.203Z | Downloaded topological-sort v0.2.2 |
1205 | 2023-11-06T16:17:04.208Z | Downloaded percent-encoding v2.3.0 |
1206 | 2023-11-06T16:17:04.211Z | Downloaded unarray v0.1.4 |
1207 | 2023-11-06T16:17:04.216Z | Downloaded semver v0.1.20 |
1208 | 2023-11-06T16:17:04.220Z | Downloaded thread_local v1.1.7 |
1209 | 2023-11-06T16:17:04.223Z | Downloaded untrusted v0.7.1 |
1210 | 2023-11-06T16:17:04.226Z | Downloaded rand_chacha v0.3.1 |
1211 | 2023-11-06T16:17:04.229Z | Downloaded hash32 v0.2.1 |
1212 | 2023-11-06T16:17:04.234Z | Downloaded tokio-tungstenite v0.20.1 |
1213 | 2023-11-06T16:17:04.237Z | Downloaded radium v0.7.0 |
1214 | 2023-11-06T16:17:04.240Z | Downloaded sha2 v0.10.8 |
1215 | 2023-11-06T16:17:04.243Z | Downloaded unicode-width v0.1.11 |
1216 | 2023-11-06T16:17:04.246Z | Downloaded futures-task v0.3.29 |
1217 | 2023-11-06T16:17:04.249Z | Downloaded futures-channel v0.3.29 |
1218 | 2023-11-06T16:17:04.253Z | Downloaded strum_macros v0.25.2 |
1219 | 2023-11-06T16:17:04.257Z | Downloaded structmeta-derive v0.1.6 |
1220 | 2023-11-06T16:17:04.263Z | Downloaded fixedbitset v0.4.2 |
1221 | 2023-11-06T16:17:04.268Z | Downloaded same-file v1.0.6 |
1222 | 2023-11-06T16:17:04.271Z | Downloaded ringbuffer v0.15.0 |
1223 | 2023-11-06T16:17:04.273Z | Downloaded snafu v0.7.5 |
1224 | 2023-11-06T16:17:04.276Z | Downloaded parse-display v0.7.0 |
1225 | 2023-11-06T16:17:04.280Z | Downloaded tap v1.0.1 |
1226 | 2023-11-06T16:17:04.284Z | Downloaded strsim v0.8.0 |
1227 | 2023-11-06T16:17:04.287Z | Downloaded deranged v0.3.8 |
1228 | 2023-11-06T16:17:04.291Z | Downloaded rustc-hash v1.1.0 |
1229 | 2023-11-06T16:17:04.294Z | Downloaded proc-macro-crate v1.3.1 |
1230 | 2023-11-06T16:17:04.299Z | Downloaded tempfile v3.8.0 |
1231 | 2023-11-06T16:17:04.302Z | Downloaded r2d2 v0.8.10 |
1232 | 2023-11-06T16:17:04.306Z | Downloaded fallible-streaming-iterator v0.1.9 |
1233 | 2023-11-06T16:17:04.310Z | Downloaded serde_arrays v0.1.0 |
1234 | 2023-11-06T16:17:04.314Z | Downloaded textwrap v0.11.0 |
1235 | 2023-11-06T16:17:04.317Z | Downloaded minimal-lexical v0.2.1 |
1236 | 2023-11-06T16:17:04.321Z | Downloaded mio v0.8.8 |
1237 | 2023-11-06T16:17:04.325Z | Downloaded libxml v0.3.3 |
1238 | 2023-11-06T16:17:04.329Z | Downloaded num_threads v0.1.6 |
1239 | 2023-11-06T16:17:04.334Z | Downloaded crucible-workspace-hack v0.1.0 |
1240 | 2023-11-06T16:17:04.337Z | Downloaded termios v0.3.3 |
1241 | 2023-11-06T16:17:04.339Z | Downloaded rustc_version v0.4.0 |
1242 | 2023-11-06T16:17:04.342Z | Downloaded resolv-conf v0.7.0 |
1243 | 2023-11-06T16:17:04.345Z | Downloaded itertools v0.11.0 |
1244 | 2023-11-06T16:17:04.348Z | Downloaded itertools v0.10.5 |
1245 | 2023-11-06T16:17:04.351Z | Downloaded foreign-types-shared v0.3.1 |
1246 | 2023-11-06T16:17:04.356Z | Downloaded phf_shared v0.11.2 |
1247 | 2023-11-06T16:17:04.363Z | Downloaded thiserror v1.0.49 |
1248 | 2023-11-06T16:17:04.367Z | Downloaded darling_core v0.20.3 |
1249 | 2023-11-06T16:17:04.370Z | Downloaded zip v0.6.6 |
1250 | 2023-11-06T16:17:04.373Z | Downloaded getopts v0.2.21 |
1251 | 2023-11-06T16:17:04.376Z | Downloaded futures-sink v0.3.29 |
1252 | 2023-11-06T16:17:04.380Z | Downloaded mockall_derive v0.11.4 |
1253 | 2023-11-06T16:17:04.387Z | Downloaded crc-any v2.4.3 |
1254 | 2023-11-06T16:17:04.390Z | Downloaded clap v4.4.3 |
1255 | 2023-11-06T16:17:04.393Z | Downloaded tokio-postgres v0.7.10 |
1256 | 2023-11-06T16:17:04.397Z | Downloaded either v1.9.0 |
1257 | 2023-11-06T16:17:04.400Z | Downloaded backtrace v0.3.69 |
1258 | 2023-11-06T16:17:04.403Z | Downloaded arc-swap v1.6.0 |
1259 | 2023-11-06T16:17:04.406Z | Downloaded ron v0.7.1 |
1260 | 2023-11-06T16:17:04.409Z | Downloaded indicatif v0.17.7 |
1261 | 2023-11-06T16:17:04.415Z | Downloaded chacha20poly1305 v0.10.1 |
1262 | 2023-11-06T16:17:04.418Z | Downloaded num-bigint-dig v0.8.4 |
1263 | 2023-11-06T16:17:04.426Z | Downloaded const_format v0.2.31 |
1264 | 2023-11-06T16:17:04.433Z | Downloaded tungstenite v0.20.1 |
1265 | 2023-11-06T16:17:04.439Z | Downloaded serde v1.0.188 |
1266 | 2023-11-06T16:17:04.445Z | Downloaded dyn-clone v1.0.13 |
1267 | 2023-11-06T16:17:04.449Z | Downloaded argon2 v0.5.2 |
1268 | 2023-11-06T16:17:04.452Z | Downloaded allocator-api2 v0.2.16 |
1269 | 2023-11-06T16:17:04.455Z | Downloaded addr2line v0.21.0 |
1270 | 2023-11-06T16:17:04.459Z | Downloaded base64 v0.13.1 |
1271 | 2023-11-06T16:17:04.464Z | Downloaded fastrand v2.0.0 |
1272 | 2023-11-06T16:17:04.468Z | Downloaded strum_macros v0.24.3 |
1273 | 2023-11-06T16:17:04.471Z | Downloaded snafu-derive v0.7.5 |
1274 | 2023-11-06T16:17:04.474Z | Downloaded cpufeatures v0.2.9 |
1275 | 2023-11-06T16:17:04.477Z | Downloaded cargo_metadata v0.18.0 |
1276 | 2023-11-06T16:17:04.480Z | Downloaded block-buffer v0.10.4 |
1277 | 2023-11-06T16:17:04.483Z | Downloaded crossbeam-epoch v0.9.15 |
1278 | 2023-11-06T16:17:04.488Z | Downloaded const-oid v0.9.5 |
1279 | 2023-11-06T16:17:04.492Z | Downloaded async-recursion v1.0.5 |
1280 | 2023-11-06T16:17:04.496Z | Downloaded ansi_term v0.12.1 |
1281 | 2023-11-06T16:17:04.554Z | Downloaded memoffset v0.7.1 |
1282 | 2023-11-06T16:17:04.557Z | Downloaded signal-hook v0.3.17 |
1283 | 2023-11-06T16:17:04.561Z | Downloaded io-lifetimes v1.0.11 |
1284 | 2023-11-06T16:17:04.566Z | Downloaded indexmap v1.9.3 |
1285 | 2023-11-06T16:17:04.570Z | Downloaded colored v2.0.4 |
1286 | 2023-11-06T16:17:04.574Z | Downloaded fragile v2.0.0 |
1287 | 2023-11-06T16:17:04.601Z | Downloaded cookie v0.16.2 |
1288 | 2023-11-06T16:17:04.610Z | Downloaded serde_plain v1.0.2 |
1289 | 2023-11-06T16:17:04.614Z | Downloaded serde_path_to_error v0.1.14 |
1290 | 2023-11-06T16:17:04.617Z | Downloaded pretty-hex v0.3.0 |
1291 | 2023-11-06T16:17:04.621Z | Downloaded foreign-types v0.5.0 |
1292 | 2023-11-06T16:17:04.624Z | Downloaded foreign-types v0.3.2 |
1293 | 2023-11-06T16:17:04.627Z | Downloaded cc v1.0.83 |
1294 | 2023-11-06T16:17:04.630Z | Downloaded cargo_toml v0.16.3 |
1295 | 2023-11-06T16:17:04.634Z | Downloaded clang-sys v1.6.1 |
1296 | 2023-11-06T16:17:04.638Z | Downloaded async-stream v0.3.5 |
1297 | 2023-11-06T16:17:04.641Z | Downloaded const_format_proc_macros v0.2.31 |
1298 | 2023-11-06T16:17:04.644Z | Downloaded maybe-uninit v2.0.0 |
1299 | 2023-11-06T16:17:04.647Z | Downloaded pretty-hex v0.2.1 |
1300 | 2023-11-06T16:17:04.652Z | Downloaded libefi-sys v0.1.0 |
1301 | 2023-11-06T16:17:04.657Z | Downloaded serde_tokenstream v0.1.7 |
1302 | 2023-11-06T16:17:04.660Z | Downloaded scopeguard v1.2.0 |
1303 | 2023-11-06T16:17:04.663Z | Downloaded ryu v1.0.15 |
1304 | 2023-11-06T16:17:04.666Z | Downloaded corncobs v0.1.3 |
1305 | 2023-11-06T16:17:04.669Z | Downloaded is-terminal v0.4.9 |
1306 | 2023-11-06T16:17:04.672Z | Downloaded httpdate v1.0.3 |
1307 | 2023-11-06T16:17:04.678Z | Downloaded crossbeam v0.8.2 |
1308 | 2023-11-06T16:17:04.681Z | Downloaded crc v3.0.1 |
1309 | 2023-11-06T16:17:04.684Z | Downloaded indoc v2.0.3 |
1310 | 2023-11-06T16:17:04.687Z | Downloaded clap_lex v0.5.1 |
1311 | 2023-11-06T16:17:04.694Z | Downloaded ident_case v1.0.1 |
1312 | 2023-11-06T16:17:04.697Z | Downloaded http-range v0.1.5 |
1313 | 2023-11-06T16:17:04.702Z | Downloaded bytes v1.5.0 |
1314 | 2023-11-06T16:17:04.705Z | Downloaded base64 v0.21.5 |
1315 | 2023-11-06T16:17:04.709Z | Downloaded bytesize v1.3.0 |
1316 | 2023-11-06T16:17:04.712Z | Downloaded bytecount v0.6.3 |
1317 | 2023-11-06T16:17:04.715Z | Downloaded bitfield v0.14.0 |
1318 | 2023-11-06T16:17:04.718Z | Downloaded highway v1.1.0 |
1319 | 2023-11-06T16:17:04.726Z | Downloaded impl-trait-for-tuples v0.2.2 |
1320 | 2023-11-06T16:17:04.731Z | Downloaded hex v0.4.3 |
1321 | 2023-11-06T16:17:04.734Z | Downloaded heck v0.3.3 |
1322 | 2023-11-06T16:17:04.737Z | Downloaded bb8 v0.8.1 |
1323 | 2023-11-06T16:17:04.741Z | Downloaded ascii-canvas v3.0.0 |
1324 | 2023-11-06T16:17:04.744Z | Downloaded assert_matches v1.5.0 |
1325 | 2023-11-06T16:17:04.747Z | Downloaded atomic-waker v1.1.1 |
1326 | 2023-11-06T16:17:04.750Z | Downloaded aead v0.5.2 |
1327 | 2023-11-06T16:17:04.753Z | Downloaded serde-big-array v0.5.1 |
1328 | 2023-11-06T16:17:04.756Z | Downloaded nu-ansi-term v0.49.0 |
1329 | 2023-11-06T16:17:04.760Z | Downloaded inout v0.1.3 |
1330 | 2023-11-06T16:17:04.763Z | Downloaded num-derive v0.4.0 |
1331 | 2023-11-06T16:17:04.768Z | Downloaded num-rational v0.4.1 |
1332 | 2023-11-06T16:17:04.772Z | Downloaded lru-cache v0.1.2 |
1333 | 2023-11-06T16:17:04.775Z | Downloaded num v0.4.1 |
1334 | 2023-11-06T16:17:04.782Z | Downloaded nibble_vec v0.1.0 |
1335 | 2023-11-06T16:17:04.786Z | Downloaded maplit v1.0.2 |
1336 | 2023-11-06T16:17:04.790Z | Downloaded lazy_static v1.4.0 |
1337 | 2023-11-06T16:17:04.795Z | Downloaded nanorand v0.7.0 |
1338 | 2023-11-06T16:17:04.798Z | Downloaded libloading v0.7.4 |
1339 | 2023-11-06T16:17:04.802Z | Downloaded humantime v2.1.0 |
1340 | 2023-11-06T16:17:04.806Z | Downloaded cancel-safe-futures v0.1.5 |
1341 | 2023-11-06T16:17:04.808Z | Downloaded bitstruct_derive v0.1.0 |
1342 | 2023-11-06T16:17:04.812Z | Downloaded bit-set v0.5.3 |
1343 | 2023-11-06T16:17:04.816Z | Downloaded blake2 v0.10.6 |
1344 | 2023-11-06T16:17:04.820Z | Downloaded bit-vec v0.6.3 |
1345 | 2023-11-06T16:17:04.825Z | Downloaded cfg-if v0.1.10 |
1346 | 2023-11-06T16:17:04.829Z | Downloaded cassowary v0.3.0 |
1347 | 2023-11-06T16:17:04.833Z | Downloaded cargo-platform v0.1.3 |
1348 | 2023-11-06T16:17:04.838Z | Downloaded buf-list v1.0.3 |
1349 | 2023-11-06T16:17:04.841Z | Downloaded bcs v0.1.6 |
1350 | 2023-11-06T16:17:04.844Z | Downloaded chacha20 v0.9.1 |
1351 | 2023-11-06T16:17:04.848Z | Downloaded byteorder v1.5.0 |
1352 | 2023-11-06T16:17:04.852Z | Downloaded bit_field v0.10.2 |
1353 | 2023-11-06T16:17:04.855Z | Downloaded base16ct v0.2.0 |
1354 | 2023-11-06T16:17:04.859Z | Downloaded bitstruct v0.1.1 |
1355 | 2023-11-06T16:17:04.863Z | Downloaded atty v0.2.14 |
1356 | 2023-11-06T16:17:04.867Z | Downloaded anstyle v1.0.2 |
1357 | 2023-11-06T16:17:05.041Z | Compiling proc-macro2 v1.0.67 |
1358 | 2023-11-06T16:17:05.044Z | Compiling unicode-ident v1.0.12 |
1359 | 2023-11-06T16:17:05.049Z | Compiling libc v0.2.149 |
1360 | 2023-11-06T16:17:05.052Z | Compiling serde v1.0.188 |
1361 | 2023-11-06T16:17:05.063Z | Compiling autocfg v1.1.0 |
1362 | 2023-11-06T16:17:05.066Z | Compiling version_check v0.9.4 |
1363 | 2023-11-06T16:17:05.069Z | Compiling cfg-if v1.0.0 |
1364 | 2023-11-06T16:17:05.341Z | Compiling syn v1.0.109 |
1365 | 2023-11-06T16:17:05.345Z | Compiling once_cell v1.18.0 |
1366 | 2023-11-06T16:17:05.433Z | Compiling parking_lot_core v0.9.8 |
1367 | 2023-11-06T16:17:06.213Z | Compiling libm v0.2.7 |
1368 | 2023-11-06T16:17:06.336Z | Compiling ahash v0.8.3 |
1369 | 2023-11-06T16:17:06.356Z | Compiling lock_api v0.4.10 |
1370 | 2023-11-06T16:17:06.976Z | Compiling num-traits v0.2.16 |
1371 | 2023-11-06T16:17:07.008Z | Compiling thiserror v1.0.49 |
1372 | 2023-11-06T16:17:07.013Z | Compiling typenum v1.16.0 |
1373 | 2023-11-06T16:17:07.306Z | Compiling futures-core v0.3.29 |
1374 | 2023-11-06T16:17:07.338Z | Compiling generic-array v0.14.7 |
1375 | 2023-11-06T16:17:07.430Z | Compiling scopeguard v1.2.0 |
1376 | 2023-11-06T16:17:07.771Z | Compiling memchr v2.6.3 |
1377 | 2023-11-06T16:17:07.829Z | Compiling itoa v1.0.9 |
1378 | 2023-11-06T16:17:08.203Z | Compiling pkg-config v0.3.27 |
1379 | 2023-11-06T16:17:09.004Z | Compiling quote v1.0.33 |
1380 | 2023-11-06T16:17:09.496Z | Compiling jobserver v0.1.26 |
1381 | 2023-11-06T16:17:10.009Z | Compiling syn v2.0.32 |
1382 | 2023-11-06T16:17:10.051Z | Compiling cc v1.0.83 |
1383 | 2023-11-06T16:17:10.111Z | Compiling getrandom v0.2.10 |
1384 | 2023-11-06T16:17:10.680Z | Compiling slab v0.4.9 |
1385 | 2023-11-06T16:17:10.815Z | Compiling futures-task v0.3.29 |
1386 | 2023-11-06T16:17:11.102Z | Compiling futures-channel v0.3.29 |
1387 | 2023-11-06T16:17:11.146Z | Compiling futures-util v0.3.29 |
1388 | 2023-11-06T16:17:11.406Z | Compiling log v0.4.20 |
1389 | 2023-11-06T16:17:12.285Z | Compiling ryu v1.0.15 |
1390 | 2023-11-06T16:17:12.537Z | Compiling serde_json v1.0.107 |
1391 | 2023-11-06T16:17:12.540Z | Compiling pin-project-lite v0.2.13 |
1392 | 2023-11-06T16:17:12.703Z | Compiling schemars v0.8.13 |
1393 | 2023-11-06T16:17:12.750Z | Compiling vcpkg v0.2.15 |
1394 | 2023-11-06T16:17:12.753Z | Compiling heck v0.4.1 |
1395 | 2023-11-06T16:17:13.019Z | Compiling smallvec v1.11.0 |
1396 | 2023-11-06T16:17:14.565Z | Compiling parking_lot v0.12.1 |
1397 | 2023-11-06T16:17:14.895Z | Compiling ring v0.17.5 |
1398 | 2023-11-06T16:17:15.730Z | Compiling openssl-sys v0.9.93 |
1399 | 2023-11-06T16:17:17.524Z | Compiling ring v0.16.20 |
1400 | 2023-11-06T16:17:17.616Z | Compiling rand_core v0.6.4 |
1401 | 2023-11-06T16:17:18.412Z | Compiling indexmap v1.9.3 |
1402 | 2023-11-06T16:17:18.453Z | Compiling allocator-api2 v0.2.16 |
1403 | 2023-11-06T16:17:18.806Z | Compiling byteorder v1.5.0 |
1404 | 2023-11-06T16:17:18.850Z | Compiling equivalent v1.0.1 |
1405 | 2023-11-06T16:17:19.118Z | Compiling httparse v1.8.0 |
1406 | 2023-11-06T16:17:19.182Z | Compiling mio v0.8.8 |
1407 | 2023-11-06T16:17:19.603Z | Compiling hashbrown v0.14.0 |
1408 | 2023-11-06T16:17:19.653Z | Compiling signal-hook-registry v1.4.1 |
1409 | 2023-11-06T16:17:19.675Z | Compiling num_cpus v1.16.0 |
1410 | 2023-11-06T16:17:19.846Z | Compiling socket2 v0.5.4 |
1411 | 2023-11-06T16:17:21.050Z | Compiling spin v0.5.2 |
1412 | 2023-11-06T16:17:22.163Z | Compiling serde_derive_internals v0.26.0 |
1413 | 2023-11-06T16:17:22.656Z | Compiling fnv v1.0.7 |
1414 | 2023-11-06T16:17:22.818Z | Compiling semver v1.0.20 |
1415 | 2023-11-06T16:17:22.851Z | Compiling openssl v0.10.57 |
1416 | 2023-11-06T16:17:23.393Z | Compiling rustls v0.21.8 |
1417 | 2023-11-06T16:17:23.438Z | Compiling iana-time-zone v0.1.57 |
1418 | 2023-11-06T16:17:23.754Z | Compiling ucd-trie v0.1.6 |
1419 | 2023-11-06T16:17:23.809Z | Compiling native-tls v0.2.11 |
1420 | 2023-11-06T16:17:23.988Z | Compiling unicode-xid v0.2.4 |
1421 | 2023-11-06T16:17:24.056Z | Compiling crossbeam-utils v0.8.16 |
1422 | 2023-11-06T16:17:24.234Z | Compiling synstructure v0.12.6 |
1423 | 2023-11-06T16:17:25.629Z | Compiling io-lifetimes v1.0.11 |
1424 | 2023-11-06T16:17:25.829Z | Compiling futures-sink v0.3.29 |
1425 | 2023-11-06T16:17:26.092Z | Compiling backtrace v0.3.69 |
1426 | 2023-11-06T16:17:26.416Z | Compiling dyn-clone v1.0.13 |
1427 | 2023-11-06T16:17:26.599Z | Compiling tinyvec_macros v0.1.1 |
1428 | 2023-11-06T16:17:26.734Z | Compiling tinyvec v1.6.0 |
1429 | 2023-11-06T16:17:27.226Z | Compiling tracing-core v0.1.31 |
1430 | 2023-11-06T16:17:27.396Z | Compiling num-integer v0.1.45 |
1431 | 2023-11-06T16:17:27.449Z | Compiling memoffset v0.9.0 |
1432 | 2023-11-06T16:17:27.703Z | Compiling rustix v0.37.23 |
1433 | 2023-11-06T16:17:27.794Z | Compiling futures-io v0.3.29 |
1434 | 2023-11-06T16:17:27.861Z | Compiling subtle v2.5.0 |
1435 | 2023-11-06T16:17:27.949Z | Compiling winnow v0.5.15 |
1436 | 2023-11-06T16:17:28.217Z | Compiling pin-utils v0.1.0 |
1437 | 2023-11-06T16:17:28.330Z | Compiling rustix v0.38.9 |
1438 | 2023-11-06T16:17:28.905Z | Compiling spin v0.9.8 |
1439 | 2023-11-06T16:17:29.248Z | Compiling hashbrown v0.13.2 |
1440 | 2023-11-06T16:17:29.363Z | Compiling unicode-normalization v0.1.22 |
1441 | 2023-11-06T16:17:29.505Z | Compiling usdt-impl v0.3.5 |
1442 | 2023-11-06T16:17:30.046Z | Compiling bitflags v1.3.2 |
1443 | 2023-11-06T16:17:30.335Z | Compiling unicode-bidi v0.3.13 |
1444 | 2023-11-06T16:17:31.201Z | Compiling anyhow v1.0.75 |
1445 | 2023-11-06T16:17:31.207Z | Compiling time-core v0.1.1 |
1446 | 2023-11-06T16:17:31.462Z | Compiling crc32fast v1.3.2 |
1447 | 2023-11-06T16:17:31.734Z | Compiling slog v2.7.0 |
1448 | 2023-11-06T16:17:31.903Z | Compiling const-oid v0.9.5 |
1449 | 2023-11-06T16:17:32.114Z | Compiling time-macros v0.2.13 |
1450 | 2023-11-06T16:17:32.529Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1451 | 2023-11-06T16:17:32.645Z | Compiling serde_derive v1.0.188 |
1452 | 2023-11-06T16:17:32.788Z | Compiling thiserror-impl v1.0.49 |
1453 | 2023-11-06T16:17:33.138Z | Compiling zeroize_derive v1.4.2 |
1454 | 2023-11-06T16:17:33.849Z | Compiling tokio-macros v2.1.0 |
1455 | 2023-11-06T16:17:34.474Z | Compiling futures-macro v0.3.29 |
1456 | 2023-11-06T16:17:35.026Z | Compiling tracing-attributes v0.1.26 |
1457 | 2023-11-06T16:17:35.464Z | Compiling schemars_derive v0.8.13 |
1458 | 2023-11-06T16:17:35.558Z | Compiling zeroize v1.6.0 |
1459 | 2023-11-06T16:17:36.995Z | Compiling openssl-macros v0.1.1 |
1460 | 2023-11-06T16:17:37.516Z | Compiling pest v2.7.2 |
1461 | 2023-11-06T16:17:37.631Z | Compiling zerocopy-derive v0.2.0 |
1462 | 2023-11-06T16:17:38.733Z | Compiling crypto-common v0.1.6 |
1463 | 2023-11-06T16:17:39.067Z | Compiling block-buffer v0.10.4 |
1464 | 2023-11-06T16:17:39.445Z | Compiling digest v0.10.7 |
1465 | 2023-11-06T16:17:40.410Z | Compiling aho-corasick v1.0.4 |
1466 | 2023-11-06T16:17:40.437Z | Compiling crossbeam-epoch v0.9.15 |
1467 | 2023-11-06T16:17:40.626Z | Compiling tracing v0.1.37 |
1468 | 2023-11-06T16:17:41.091Z | Compiling regex-syntax v0.8.2 |
1469 | 2023-11-06T16:17:41.371Z | Compiling rustversion v1.0.14 |
1470 | 2023-11-06T16:17:42.013Z | Compiling pest_meta v2.7.2 |
1471 | 2023-11-06T16:17:42.445Z | Compiling ppv-lite86 v0.2.17 |
1472 | 2023-11-06T16:17:42.448Z | Compiling async-trait v0.1.74 |
1473 | 2023-11-06T16:17:44.255Z | Compiling pest_generator v2.7.2 |
1474 | 2023-11-06T16:17:47.280Z | Compiling regex-automata v0.4.3 |
1475 | 2023-11-06T16:17:47.474Z | Compiling rand_chacha v0.3.1 |
1476 | 2023-11-06T16:17:48.669Z | Compiling zerocopy v0.3.0 |
1477 | 2023-11-06T16:17:49.052Z | Compiling pest_derive v2.7.2 |
1478 | 2023-11-06T16:17:49.909Z | Compiling zerocopy-derive v0.6.4 |
1479 | 2023-11-06T16:17:51.394Z | Compiling strsim v0.10.0 |
1480 | 2023-11-06T16:17:51.419Z | Compiling base64 v0.21.5 |
1481 | 2023-11-06T16:17:51.837Z | Compiling dtrace-parser v0.1.14 |
1482 | 2023-11-06T16:17:52.426Z | Compiling dof v0.1.5 |
1483 | 2023-11-06T16:17:53.738Z | Compiling rand v0.8.5 |
1484 | 2023-11-06T16:17:54.632Z | Compiling regex v1.10.2 |
1485 | 2023-11-06T16:17:56.217Z | Compiling bytes v1.5.0 |
1486 | 2023-11-06T16:17:56.952Z | Compiling indexmap v2.0.0 |
1487 | 2023-11-06T16:17:58.199Z | Compiling uuid v1.4.1 |
1488 | 2023-11-06T16:17:58.623Z | Compiling tokio v1.33.0 |
1489 | 2023-11-06T16:17:59.318Z | Compiling chrono v0.4.31 |
1490 | 2023-11-06T16:18:01.289Z | Compiling bitflags v2.4.0 |
1491 | 2023-11-06T16:18:02.264Z | Compiling toml_datetime v0.6.3 |
1492 | 2023-11-06T16:18:03.189Z | Compiling serde_spanned v0.6.3 |
1493 | 2023-11-06T16:18:04.067Z | Compiling rustc_version v0.4.0 |
1494 | 2023-11-06T16:18:04.207Z | Compiling toml_edit v0.19.15 |
1495 | 2023-11-06T16:18:05.127Z | Compiling http v0.2.9 |
1496 | 2023-11-06T16:18:05.537Z | Compiling heapless v0.7.16 |
1497 | 2023-11-06T16:18:10.274Z | Compiling thread-id v4.2.0 |
1498 | 2023-11-06T16:18:10.446Z | Compiling errno v0.3.2 |
1499 | 2023-11-06T16:18:10.892Z | Compiling num-bigint v0.4.4 |
1500 | 2023-11-06T16:18:11.496Z | Compiling foreign-types-shared v0.1.1 |
1501 | 2023-11-06T16:18:11.660Z | Compiling radium v0.7.0 |
1502 | 2023-11-06T16:18:12.567Z | Compiling openssl-probe v0.1.5 |
1503 | 2023-11-06T16:18:12.830Z | Compiling tokio-util v0.7.10 |
1504 | 2023-11-06T16:18:13.018Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1505 | 2023-11-06T16:18:13.214Z | Compiling hashbrown v0.12.3 |
1506 | 2023-11-06T16:18:14.066Z | Compiling untrusted v0.9.0 |
1507 | 2023-11-06T16:18:14.344Z | Compiling untrusted v0.7.1 |
1508 | 2023-11-06T16:18:14.616Z | Compiling smoltcp v0.9.1 |
1509 | 2023-11-06T16:18:14.656Z | Compiling percent-encoding v2.3.0 |
1510 | 2023-11-06T16:18:16.722Z | Compiling foreign-types v0.3.2 |
1511 | 2023-11-06T16:18:17.075Z | Compiling serde_tokenstream v0.1.7 |
1512 | 2023-11-06T16:18:17.861Z | Compiling strum_macros v0.25.2 |
1513 | 2023-11-06T16:18:20.605Z | Compiling lazy_static v1.4.0 |
1514 | 2023-11-06T16:18:21.091Z | Compiling socket2 v0.4.9 |
1515 | 2023-11-06T16:18:21.460Z | Compiling siphasher v0.3.11 |
1516 | 2023-11-06T16:18:22.146Z | Compiling try-lock v0.2.4 |
1517 | 2023-11-06T16:18:22.346Z | Compiling adler v1.0.2 |
1518 | 2023-11-06T16:18:22.807Z | Compiling unicode-width v0.1.11 |
1519 | 2023-11-06T16:18:22.900Z | Compiling unicode-segmentation v1.10.1 |
1520 | 2023-11-06T16:18:23.947Z | Compiling miniz_oxide v0.7.1 |
1521 | 2023-11-06T16:18:24.131Z | Compiling want v0.3.1 |
1522 | 2023-11-06T16:18:27.361Z | Compiling sct v0.7.0 |
1523 | 2023-11-06T16:18:27.803Z | Compiling h2 v0.3.21 |
1524 | 2023-11-06T16:18:28.149Z | Compiling form_urlencoded v1.2.0 |
1525 | 2023-11-06T16:18:28.668Z | Compiling http-body v0.4.5 |
1526 | 2023-11-06T16:18:28.798Z | Compiling hubpack_derive v0.1.1 |
1527 | 2023-11-06T16:18:30.014Z | Compiling num-iter v0.1.43 |
1528 | 2023-11-06T16:18:30.387Z | Compiling tower-service v0.3.2 |
1529 | 2023-11-06T16:18:30.602Z | Compiling httpdate v1.0.3 |
1530 | 2023-11-06T16:18:30.799Z | Compiling utf8parse v0.2.1 |
1531 | 2023-11-06T16:18:31.107Z | Compiling anstyle v1.0.2 |
1532 | 2023-11-06T16:18:31.250Z | Compiling cpufeatures v0.2.9 |
1533 | 2023-11-06T16:18:31.390Z | Compiling sha2 v0.10.8 |
1534 | 2023-11-06T16:18:31.790Z | Compiling anstyle-parse v0.2.1 |
1535 | 2023-11-06T16:18:36.107Z | Compiling usdt-macro v0.3.5 |
1536 | 2023-11-06T16:18:36.357Z | Compiling usdt-attr-macro v0.3.5 |
1537 | 2023-11-06T16:18:38.313Z | Compiling openapiv3 v1.0.3 |
1538 | 2023-11-06T16:18:38.449Z | Compiling rustls-pemfile v1.0.3 |
1539 | 2023-11-06T16:18:38.667Z | Compiling hmac v0.12.1 |
1540 | 2023-11-06T16:18:38.879Z | Compiling md-5 v0.10.5 |
1541 | 2023-11-06T16:18:39.002Z | Compiling stringprep v0.1.3 |
1542 | 2023-11-06T16:18:39.081Z | Compiling idna v0.4.0 |
1543 | 2023-11-06T16:18:39.228Z | Compiling diesel_table_macro_syntax v0.1.0 |
1544 | 2023-11-06T16:18:39.253Z | Compiling hash32 v0.2.1 |
1545 | 2023-11-06T16:18:39.812Z | Compiling hyper v0.14.27 |
1546 | 2023-11-06T16:18:40.678Z | Compiling gimli v0.28.0 |
1547 | 2023-11-06T16:18:41.128Z | Compiling either v1.9.0 |
1548 | 2023-11-06T16:18:41.587Z | Compiling stable_deref_trait v1.2.0 |
1549 | 2023-11-06T16:18:41.733Z | Compiling fallible-iterator v0.2.0 |
1550 | 2023-11-06T16:18:42.862Z | Compiling anstyle-query v1.0.0 |
1551 | 2023-11-06T16:18:43.055Z | Compiling colorchoice v1.0.0 |
1552 | 2023-11-06T16:18:43.287Z | Compiling anstream v0.5.0 |
1553 | 2023-11-06T16:18:44.256Z | Compiling postgres-protocol v0.6.6 |
1554 | 2023-11-06T16:18:46.294Z | Compiling url v2.4.1 |
1555 | 2023-11-06T16:18:46.388Z | Compiling diesel_derives v2.1.1 |
1556 | 2023-11-06T16:18:48.936Z | Compiling addr2line v0.21.0 |
1557 | 2023-11-06T16:18:50.029Z | Compiling rustls-native-certs v0.6.3 |
1558 | 2023-11-06T16:18:50.570Z | Compiling terminal_size v0.2.6 |
1559 | 2023-11-06T16:18:50.934Z | Compiling tokio-native-tls v0.3.1 |
1560 | 2023-11-06T16:18:52.143Z | Compiling phf_shared v0.11.2 |
1561 | 2023-11-06T16:18:53.914Z | Compiling serde_tokenstream v0.2.0 |
1562 | 2023-11-06T16:18:54.413Z | Compiling block-padding v0.3.3 |
1563 | 2023-11-06T16:18:54.588Z | Compiling enum-as-inner v0.5.1 |
1564 | 2023-11-06T16:18:54.741Z | Compiling serde_repr v0.1.16 |
1565 | 2023-11-06T16:18:54.766Z | Compiling clap_derive v4.4.2 |
1566 | 2023-11-06T16:18:56.399Z | Compiling scheduled-thread-pool v0.2.7 |
1567 | 2023-11-06T16:18:56.423Z | Compiling object v0.32.1 |
1568 | 2023-11-06T16:18:57.188Z | Compiling num_threads v0.1.6 |
1569 | 2023-11-06T16:18:57.369Z | Compiling regex-automata v0.1.10 |
1570 | 2023-11-06T16:18:58.186Z | Compiling tap v1.0.1 |
1571 | 2023-11-06T16:18:58.450Z | Compiling rustc-demangle v0.1.23 |
1572 | 2023-11-06T16:19:02.937Z | Compiling bit-vec v0.6.3 |
1573 | 2023-11-06T16:19:03.089Z | Compiling managed v0.8.0 |
1574 | 2023-11-06T16:19:03.622Z | Compiling matches v0.1.10 |
1575 | 2023-11-06T16:19:03.763Z | Compiling ipnet v2.8.0 |
1576 | 2023-11-06T16:19:03.962Z | Compiling deranged v0.3.8 |
1577 | 2023-11-06T16:19:07.376Z | Compiling clap_lex v0.5.1 |
1578 | 2023-11-06T16:19:08.159Z | Compiling clap_builder v4.4.2 |
1579 | 2023-11-06T16:19:11.182Z | Compiling time v0.3.27 |
1580 | 2023-11-06T16:19:13.663Z | Compiling idna v0.2.3 |
1581 | 2023-11-06T16:19:15.931Z | Compiling wyz v0.5.1 |
1582 | 2023-11-06T16:19:16.203Z | Compiling bstr v0.2.17 |
1583 | 2023-11-06T16:19:16.652Z | Compiling r2d2 v0.8.10 |
1584 | 2023-11-06T16:19:18.619Z | Compiling inout v0.1.3 |
1585 | 2023-11-06T16:19:20.355Z | Compiling phf v0.11.2 |
1586 | 2023-11-06T16:19:20.378Z | Compiling hyper-tls v0.5.0 |
1587 | 2023-11-06T16:19:20.465Z | Compiling flate2 v1.0.28 |
1588 | 2023-11-06T16:19:20.534Z | Compiling postgres-types v0.2.6 |
1589 | 2023-11-06T16:19:20.935Z | Compiling itertools v0.11.0 |
1590 | 2023-11-06T16:19:22.257Z | Compiling hubpack v0.1.2 |
1591 | 2023-11-06T16:19:22.282Z | Compiling serde_urlencoded v0.7.1 |
1592 | 2023-11-06T16:19:22.979Z | Compiling phf_shared v0.10.0 |
1593 | 2023-11-06T16:19:23.007Z | Compiling ipnetwork v0.20.0 |
1594 | 2023-11-06T16:19:23.174Z | Compiling zerocopy v0.6.4 |
1595 | 2023-11-06T16:19:23.585Z | Compiling futures-executor v0.3.29 |
1596 | 2023-11-06T16:19:24.663Z | Compiling regress v0.7.1 |
1597 | 2023-11-06T16:19:25.142Z | Compiling float-cmp v0.9.0 |
1598 | 2023-11-06T16:19:25.328Z | Compiling encoding_rs v0.8.33 |
1599 | 2023-11-06T16:19:25.984Z | Compiling webpki-roots v0.25.2 |
1600 | 2023-11-06T16:19:26.007Z | Compiling predicates-core v1.0.6 |
1601 | 2023-11-06T16:19:26.246Z | Compiling regex-automata v0.3.8 |
1602 | 2023-11-06T16:19:26.532Z | Compiling precomputed-hash v0.1.1 |
1603 | 2023-11-06T16:19:26.706Z | Compiling funty v2.0.0 |
1604 | 2023-11-06T16:19:29.604Z | Compiling mime v0.3.17 |
1605 | 2023-11-06T16:19:30.145Z | Compiling normalize-line-endings v0.3.0 |
1606 | 2023-11-06T16:19:30.348Z | Compiling whoami v1.4.1 |
1607 | 2023-11-06T16:19:30.688Z | Compiling difflib v0.4.0 |
1608 | 2023-11-06T16:19:31.844Z | Compiling fixedbitset v0.4.2 |
1609 | 2023-11-06T16:19:31.847Z | Compiling data-encoding v2.4.0 |
1610 | 2023-11-06T16:19:31.908Z | Compiling new_debug_unreachable v1.0.4 |
1611 | 2023-11-06T16:19:32.047Z | Compiling static_assertions v1.1.0 |
1612 | 2023-11-06T16:19:32.299Z | Compiling petgraph v0.6.4 |
1613 | 2023-11-06T16:19:32.919Z | Compiling trust-dns-proto v0.22.0 |
1614 | 2023-11-06T16:19:33.146Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1615 | 2023-11-06T16:19:34.988Z | Compiling string_cache v0.8.7 |
1616 | 2023-11-06T16:19:35.696Z | Compiling predicates v3.0.4 |
1617 | 2023-11-06T16:19:38.238Z | Compiling tokio-postgres v0.7.10 |
1618 | 2023-11-06T16:19:43.165Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1619 | 2023-11-06T16:19:46.113Z | Compiling bstr v1.6.0 |
1620 | 2023-11-06T16:19:46.512Z | Compiling bitvec v1.0.1 |
1621 | 2023-11-06T16:19:54.174Z | Compiling futures v0.3.29 |
1622 | 2023-11-06T16:19:54.312Z | Compiling diesel v2.1.3 |
1623 | 2023-11-06T16:19:54.339Z | Compiling yasna v0.5.2 |
1624 | 2023-11-06T16:19:54.720Z | Compiling cipher v0.4.4 |
1625 | 2023-11-06T16:19:55.480Z | Compiling similar v2.2.1 |
1626 | 2023-11-06T16:19:56.901Z | Compiling clap v4.4.3 |
1627 | 2023-11-06T16:19:57.066Z | Compiling bit-set v0.5.3 |
1628 | 2023-11-06T16:19:57.487Z | Compiling itertools v0.10.5 |
1629 | 2023-11-06T16:19:58.518Z | Compiling usdt v0.3.5 |
1630 | 2023-11-06T16:19:58.942Z | Compiling console v0.15.7 |
1631 | 2023-11-06T16:19:59.925Z | Compiling tokio-stream v0.1.14 |
1632 | 2023-11-06T16:20:01.208Z | Compiling toml v0.7.8 |
1633 | 2023-11-06T16:20:01.515Z | Compiling hex v0.4.3 |
1634 | 2023-11-06T16:20:02.031Z | Compiling signature v2.1.0 |
1635 | 2023-11-06T16:20:02.577Z | Compiling lalrpop-util v0.19.12 |
1636 | 2023-11-06T16:20:04.515Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1637 | 2023-11-06T16:20:09.724Z | Compiling ident_case v1.0.1 |
1638 | 2023-11-06T16:20:10.949Z | Compiling darling_core v0.20.3 |
1639 | 2023-11-06T16:20:30.112Z | Compiling atty v0.2.14 |
1640 | 2023-11-06T16:20:30.540Z | Compiling proc-macro-error-attr v1.0.4 |
1641 | 2023-11-06T16:20:40.946Z | Compiling darling_macro v0.20.3 |
1642 | 2023-11-06T16:20:46.423Z | Compiling proc-macro-crate v1.3.1 |
1643 | 2023-11-06T16:20:49.946Z | Compiling dirs-sys-next v0.1.2 |
1644 | 2023-11-06T16:20:51.100Z | Compiling proc-macro-error v1.0.4 |
1645 | 2023-11-06T16:20:59.840Z | Compiling dirs-next v2.0.0 |
1646 | 2023-11-06T16:21:03.539Z | Compiling num_enum_derive v0.5.11 |
1647 | 2023-11-06T16:21:05.730Z | Compiling darling v0.20.3 |
1648 | 2023-11-06T16:21:08.590Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1649 | 2023-11-06T16:21:15.926Z | Compiling getopts v0.2.21 |
1650 | 2023-11-06T16:21:17.404Z | Compiling structmeta-derive v0.1.6 |
1651 | 2023-11-06T16:21:18.230Z | Compiling thread_local v1.1.7 |
1652 | 2023-11-06T16:21:19.523Z | Compiling multer v2.1.0 |
1653 | 2023-11-06T16:21:19.858Z | Compiling slog-async v2.8.0 |
1654 | 2023-11-06T16:21:21.878Z | Compiling paste v1.0.14 |
1655 | 2023-11-06T16:21:27.030Z | Compiling unsafe-libyaml v0.2.9 |
1656 | 2023-11-06T16:21:30.083Z | Compiling camino v1.1.6 |
1657 | 2023-11-06T16:21:30.185Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1658 | 2023-11-06T16:21:30.659Z | Compiling match_cfg v0.1.0 |
1659 | 2023-11-06T16:21:35.975Z | Compiling hostname v0.3.1 |
1660 | 2023-11-06T16:21:39.901Z | Compiling serde_yaml v0.9.25 |
1661 | 2023-11-06T16:21:46.482Z | Compiling structmeta v0.1.6 |
1662 | 2023-11-06T16:21:47.354Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1663 | 2023-11-06T16:21:49.213Z | Compiling num_enum v0.5.11 |
1664 | 2023-11-06T16:21:49.431Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-11-06T16:21:54.814Z | Compiling term v0.7.0 |
1666 | 2023-11-06T16:21:55.363Z | Compiling slog-json v2.6.1 |
1667 | 2023-11-06T16:21:55.481Z | Compiling crossbeam-channel v0.5.8 |
1668 | 2023-11-06T16:21:58.422Z | Compiling strum v0.25.0 |
1669 | 2023-11-06T16:21:59.036Z | Compiling async-stream-impl v0.3.5 |
1670 | 2023-11-06T16:21:59.916Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1671 | 2023-11-06T16:22:00.554Z | Compiling regex-syntax v0.6.29 |
1672 | 2023-11-06T16:22:00.952Z | Compiling atomic-waker v1.1.1 |
1673 | 2023-11-06T16:22:01.024Z | Compiling take_mut v0.2.2 |
1674 | 2023-11-06T16:22:01.249Z | Compiling postcard-cobs v0.1.5-pre |
1675 | 2023-11-06T16:22:01.686Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1676 | 2023-11-06T16:22:01.724Z | Compiling postcard v0.7.3 |
1677 | 2023-11-06T16:22:02.708Z | Compiling waitgroup v0.1.2 |
1678 | 2023-11-06T16:22:03.081Z | Compiling async-stream v0.3.5 |
1679 | 2023-11-06T16:22:03.265Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1680 | 2023-11-06T16:22:04.437Z | Compiling slog-bunyan v2.4.0 |
1681 | 2023-11-06T16:22:04.824Z | Compiling slog-term v2.9.0 |
1682 | 2023-11-06T16:22:07.820Z | Compiling serde_with v2.3.3 |
1683 | 2023-11-06T16:22:10.180Z | Compiling parse-display-derive v0.7.0 |
1684 | 2023-11-06T16:22:16.389Z | Compiling sha1 v0.10.5 |
1685 | 2023-11-06T16:22:16.599Z | Compiling smoltcp v0.8.2 |
1686 | 2023-11-06T16:22:17.905Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1687 | 2023-11-06T16:22:18.776Z | Compiling serde_path_to_error v0.1.14 |
1688 | 2023-11-06T16:22:20.590Z | Compiling foreign-types-macros v0.2.3 |
1689 | 2023-11-06T16:22:21.219Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-11-06T16:22:21.630Z | Compiling instant v0.1.12 |
1691 | 2023-11-06T16:22:21.866Z | Compiling cfg-if v0.1.10 |
1692 | 2023-11-06T16:22:22.009Z | Compiling debug-ignore v1.0.5 |
1693 | 2023-11-06T16:22:22.241Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2023-11-06T16:22:22.425Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1695 | 2023-11-06T16:22:22.486Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1696 | 2023-11-06T16:22:22.514Z | Compiling foreign-types v0.5.0 |
1697 | 2023-11-06T16:22:22.685Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1698 | 2023-11-06T16:22:22.830Z | Compiling backoff v0.4.0 |
1699 | 2023-11-06T16:22:22.990Z | Compiling parse-display v0.7.0 |
1700 | 2023-11-06T16:22:23.614Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1701 | 2023-11-06T16:22:23.775Z | Compiling is-terminal v0.4.9 |
1702 | 2023-11-06T16:22:23.865Z | Compiling macaddr v1.0.1 |
1703 | 2023-11-06T16:22:23.972Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1704 | 2023-11-06T16:22:25.054Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2023-11-06T16:22:25.259Z | Compiling cstr-argument v0.1.2 |
1706 | 2023-11-06T16:22:25.692Z | Compiling pretty-hex v0.2.1 |
1707 | 2023-11-06T16:22:26.062Z | Compiling base64ct v1.6.0 |
1708 | 2023-11-06T16:22:26.287Z | Compiling crucible-workspace-hack v0.1.0 |
1709 | 2023-11-06T16:22:26.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1710 | 2023-11-06T16:22:27.139Z | Compiling password-hash v0.5.0 |
1711 | 2023-11-06T16:22:27.320Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1712 | 2023-11-06T16:22:27.474Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-11-06T16:22:28.286Z | Compiling colored v2.0.4 |
1714 | 2023-11-06T16:22:28.872Z | Compiling textwrap v0.11.0 |
1715 | 2023-11-06T16:22:29.138Z | Compiling heck v0.3.3 |
1716 | 2023-11-06T16:22:29.728Z | Compiling blake2 v0.10.6 |
1717 | 2023-11-06T16:22:30.605Z | Compiling vec_map v0.8.2 |
1718 | 2023-11-06T16:22:30.692Z | Compiling rayon-core v1.12.0 |
1719 | 2023-11-06T16:22:31.084Z | Compiling strsim v0.8.0 |
1720 | 2023-11-06T16:22:31.111Z | Compiling libefi-sys v0.1.0 |
1721 | 2023-11-06T16:22:31.328Z | Compiling ansi_term v0.12.1 |
1722 | 2023-11-06T16:22:31.583Z | Compiling argon2 v0.5.2 |
1723 | 2023-11-06T16:22:32.025Z | Compiling clap v2.34.0 |
1724 | 2023-11-06T16:22:32.450Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-11-06T16:22:33.419Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-11-06T16:22:36.591Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1727 | 2023-11-06T16:22:36.969Z | Compiling zone_cfg_derive v0.2.0 |
1728 | 2023-11-06T16:22:37.225Z | Compiling crossbeam-deque v0.8.3 |
1729 | 2023-11-06T16:22:37.409Z | Compiling num-derive v0.4.0 |
1730 | 2023-11-06T16:22:37.826Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1731 | 2023-11-06T16:22:37.952Z | Compiling keccak v0.1.4 |
1732 | 2023-11-06T16:22:38.359Z | Compiling portable-atomic v1.4.3 |
1733 | 2023-11-06T16:22:39.132Z | Compiling zone v0.2.0 |
1734 | 2023-11-06T16:22:39.454Z | Compiling sha3 v0.10.8 |
1735 | 2023-11-06T16:22:39.951Z | Compiling structopt v0.3.26 |
1736 | 2023-11-06T16:22:40.919Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1737 | 2023-11-06T16:22:41.136Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1738 | 2023-11-06T16:22:41.766Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1739 | 2023-11-06T16:22:44.122Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1740 | 2023-11-06T16:22:45.595Z | Compiling hkdf v0.12.3 |
1741 | 2023-11-06T16:22:46.002Z | Compiling smf v0.2.2 |
1742 | 2023-11-06T16:22:46.092Z | Compiling secrecy v0.8.0 |
1743 | 2023-11-06T16:22:46.415Z | Compiling xattr v1.0.1 |
1744 | 2023-11-06T16:22:46.441Z | Compiling filetime v0.2.22 |
1745 | 2023-11-06T16:22:46.484Z | Compiling same-file v1.0.6 |
1746 | 2023-11-06T16:22:46.888Z | Compiling fastrand v2.0.0 |
1747 | 2023-11-06T16:22:46.927Z | Compiling walkdir v2.4.0 |
1748 | 2023-11-06T16:22:46.954Z | Compiling tar v0.4.40 |
1749 | 2023-11-06T16:22:48.097Z | Compiling tempfile v3.8.0 |
1750 | 2023-11-06T16:22:49.139Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1751 | 2023-11-06T16:22:49.840Z | Compiling rayon v1.8.0 |
1752 | 2023-11-06T16:22:51.494Z | Compiling number_prefix v0.4.0 |
1753 | 2023-11-06T16:22:51.772Z | Compiling topological-sort v0.2.2 |
1754 | 2023-11-06T16:22:59.098Z | Compiling indicatif v0.17.7 |
1755 | 2023-11-06T16:23:05.363Z | Compiling bzip2 v0.4.4 |
1756 | 2023-11-06T16:23:05.867Z | Compiling zip v0.6.6 |
1757 | 2023-11-06T16:23:11.777Z | Compiling rustls-webpki v0.101.7 |
1758 | 2023-11-06T16:23:17.987Z | Compiling tokio-rustls v0.24.1 |
1759 | 2023-11-06T16:23:18.459Z | Compiling hyper-rustls v0.24.2 |
1760 | 2023-11-06T16:23:19.249Z | Compiling reqwest v0.11.20 |
1761 | 2023-11-06T16:23:23.134Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1762 | 2023-11-06T16:23:23.138Z | Compiling omicron-zone-package v0.8.3 |
1763 | 2023-11-06T16:23:23.141Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1764 | 2023-11-06T16:23:37.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1765 | 2023-11-06T16:23:38.100Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1766 | 2023-11-06T16:23:38.127Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1767 | 2023-11-06T16:23:39.174Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1768 | 2023-11-06T16:23:53.215Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1769 | 2023-11-06T16:23:53.218Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1770 | 2023-11-06T16:23:53.221Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1771 | 2023-11-06T16:24:06.875Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1772 | 2023-11-06T16:24:08.236Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1773 | 2023-11-06T16:24:44.535Z | Finished release [optimized] target(s) in 8m 19s |
1774 | 2023-11-06T16:24:44.793Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1775 | 2023-11-06T16:24:44.876Z | Created new build target 'test' and set it as active |
1776 | 2023-11-06T16:24:44.884Z | |
1777 | 2023-11-06T16:24:44.887Z | real 8:19.791779277 |
1778 | 2023-11-06T16:24:44.890Z | user 52:10.413158919 |
1779 | 2023-11-06T16:24:44.893Z | sys 4:48.290489075 |
1780 | 2023-11-06T16:24:44.896Z | trap 2.185483360 |
1781 | 2023-11-06T16:24:44.899Z | tflt 3.395019373 |
1782 | 2023-11-06T16:24:44.902Z | dflt 4.554063998 |
1783 | 2023-11-06T16:24:44.905Z | kflt 0.024926036 |
1784 | 2023-11-06T16:24:44.908Z | lock 1:48:54.423943259 |
1785 | 2023-11-06T16:24:44.913Z | slp 3:22:01.118447500 |
1786 | 2023-11-06T16:24:44.922Z | lat 2:19.828886669 |
1787 | 2023-11-06T16:24:44.925Z | stop 4:43.359776833 |
1788 | 2023-11-06T16:24:44.928Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1789 | 2023-11-06T16:24:46.052Z | Finished release [optimized] target(s) in 1.09s |
1790 | 2023-11-06T16:24:46.080Z | Running `target/release/omicron-package -t test package` |
1791 | 2023-11-06T16:24:46.118Z | Nov 06 16:24:46.118 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1792 | 2023-11-06T16:24:47.343Z | Compiling serde_json v1.0.107 |
1793 | 2023-11-06T16:24:47.391Z | Compiling linked-hash-map v0.5.6 |
1794 | 2023-11-06T16:24:47.394Z | Compiling slog-dtrace v0.2.3 |
1795 | 2023-11-06T16:24:47.397Z | Compiling quick-error v1.2.3 |
1796 | 2023-11-06T16:24:47.401Z | Compiling same-file v1.0.6 |
1797 | 2023-11-06T16:24:47.407Z | Compiling semver-parser v0.10.2 |
1798 | 2023-11-06T16:24:47.410Z | Compiling fastrand v2.0.0 |
1799 | 2023-11-06T16:24:47.413Z | Compiling termcolor v1.2.0 |
1800 | 2023-11-06T16:24:47.599Z | Compiling resolv-conf v0.7.0 |
1801 | 2023-11-06T16:24:47.748Z | Compiling walkdir v2.4.0 |
1802 | 2023-11-06T16:24:47.857Z | Compiling xattr v1.0.1 |
1803 | 2023-11-06T16:24:47.962Z | Compiling lru-cache v0.1.2 |
1804 | 2023-11-06T16:24:48.211Z | Compiling tempfile v3.8.0 |
1805 | 2023-11-06T16:24:48.215Z | Compiling filetime v0.2.22 |
1806 | 2023-11-06T16:24:48.275Z | Compiling trust-dns-resolver v0.22.0 |
1807 | 2023-11-06T16:24:48.630Z | Compiling semver v0.11.0 |
1808 | 2023-11-06T16:24:48.805Z | Compiling memoffset v0.7.1 |
1809 | 2023-11-06T16:24:49.207Z | Compiling home v0.5.5 |
1810 | 2023-11-06T16:24:49.422Z | Compiling base64 v0.13.1 |
1811 | 2023-11-06T16:24:49.542Z | Compiling toolchain_find v0.2.0 |
1812 | 2023-11-06T16:24:49.750Z | Compiling tar v0.4.40 |
1813 | 2023-11-06T16:24:49.767Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1814 | 2023-11-06T16:24:50.346Z | Compiling libz-sys v1.1.12 |
1815 | 2023-11-06T16:24:50.358Z | Compiling toml v0.5.11 |
1816 | 2023-11-06T16:24:50.624Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1817 | 2023-11-06T16:24:50.761Z | Compiling schemars v0.8.13 |
1818 | 2023-11-06T16:24:50.856Z | Compiling reqwest v0.11.20 |
1819 | 2023-11-06T16:24:50.916Z | Compiling openapiv3 v1.0.3 |
1820 | 2023-11-06T16:24:51.153Z | Compiling usdt-impl v0.3.5 |
1821 | 2023-11-06T16:24:52.917Z | Compiling usdt v0.3.5 |
1822 | 2023-11-06T16:24:53.645Z | Compiling postgres-types v0.2.6 |
1823 | 2023-11-06T16:24:55.976Z | Compiling ipnetwork v0.20.0 |
1824 | 2023-11-06T16:24:59.584Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1825 | 2023-11-06T16:25:02.397Z | Compiling tokio-postgres v0.7.10 |
1826 | 2023-11-06T16:25:04.294Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1827 | 2023-11-06T16:25:04.493Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1828 | 2023-11-06T16:25:06.430Z | Compiling slog-json v2.6.1 |
1829 | 2023-11-06T16:25:07.139Z | Compiling slog-bunyan v2.4.0 |
1830 | 2023-11-06T16:25:07.240Z | Compiling diesel v2.1.3 |
1831 | 2023-11-06T16:25:07.540Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1832 | 2023-11-06T16:25:09.905Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-11-06T16:25:16.398Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1834 | 2023-11-06T16:25:16.719Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-11-06T16:25:21.253Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-06T16:25:25.903Z | Compiling rustfmt-wrapper v0.2.0 |
1837 | 2023-11-06T16:25:26.936Z | Compiling omicron-zone-package v0.8.3 |
1838 | 2023-11-06T16:25:28.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1839 | 2023-11-06T16:25:28.799Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-11-06T16:25:29.295Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1841 | 2023-11-06T16:25:30.349Z | Compiling num-rational v0.4.1 |
1842 | 2023-11-06T16:25:30.779Z | Compiling utf-8 v0.7.6 |
1843 | 2023-11-06T16:25:32.814Z | Compiling pem-rfc7468 v0.7.0 |
1844 | 2023-11-06T16:25:33.019Z | Compiling der_derive v0.7.2 |
1845 | 2023-11-06T16:25:35.719Z | Compiling flagset v0.4.3 |
1846 | 2023-11-06T16:25:36.909Z | Compiling der v0.7.8 |
1847 | 2023-11-06T16:25:40.358Z | Compiling vergen v8.2.4 |
1848 | 2023-11-06T16:25:40.960Z | Compiling fxhash v0.2.1 |
1849 | 2023-11-06T16:25:41.117Z | Compiling num-complex v0.4.4 |
1850 | 2023-11-06T16:25:43.315Z | Compiling unicase v2.7.0 |
1851 | 2023-11-06T16:25:43.732Z | Compiling num v0.4.1 |
1852 | 2023-11-06T16:25:43.899Z | Compiling spki v0.7.2 |
1853 | 2023-11-06T16:25:44.748Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1854 | 2023-11-06T16:25:46.362Z | Compiling universal-hash v0.5.1 |
1855 | 2023-11-06T16:25:46.681Z | Compiling libsqlite3-sys v0.26.0 |
1856 | 2023-11-06T16:25:47.327Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1857 | 2023-11-06T16:25:48.332Z | Compiling half v1.8.2 |
1858 | 2023-11-06T16:25:50.375Z | Compiling semver v0.1.20 |
1859 | 2023-11-06T16:25:50.704Z | Compiling opaque-debug v0.3.0 |
1860 | 2023-11-06T16:25:50.835Z | Compiling ciborium-io v0.2.1 |
1861 | 2023-11-06T16:25:51.024Z | Compiling maybe-uninit v2.0.0 |
1862 | 2023-11-06T16:25:51.384Z | Compiling arc-swap v1.6.0 |
1863 | 2023-11-06T16:25:51.643Z | Compiling ciborium-ll v0.2.1 |
1864 | 2023-11-06T16:25:51.689Z | Compiling rustc_version v0.1.7 |
1865 | 2023-11-06T16:25:52.290Z | Compiling slog-scope v4.4.0 |
1866 | 2023-11-06T16:25:52.448Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-11-06T16:25:52.636Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1868 | 2023-11-06T16:25:53.868Z | Compiling crc-catalog v2.2.0 |
1869 | 2023-11-06T16:25:54.099Z | Compiling packed_struct v0.10.1 |
1870 | 2023-11-06T16:25:54.645Z | Compiling parking_lot_core v0.8.6 |
1871 | 2023-11-06T16:25:55.227Z | Compiling signal-hook v0.3.17 |
1872 | 2023-11-06T16:25:55.639Z | Compiling num-bigint-dig v0.8.4 |
1873 | 2023-11-06T16:25:56.105Z | Compiling crc v3.0.1 |
1874 | 2023-11-06T16:25:57.791Z | Compiling slog-stdlog v4.1.1 |
1875 | 2023-11-06T16:25:59.198Z | Compiling newtype_derive v0.1.6 |
1876 | 2023-11-06T16:25:59.290Z | Compiling ciborium v0.2.1 |
1877 | 2023-11-06T16:25:59.431Z | Compiling pkcs8 v0.10.2 |
1878 | 2023-11-06T16:25:59.849Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1879 | 2023-11-06T16:26:02.508Z | Compiling toml_edit v0.20.0 |
1880 | 2023-11-06T16:26:03.043Z | Compiling hashlink v0.8.3 |
1881 | 2023-11-06T16:26:03.587Z | Compiling aead v0.5.2 |
1882 | 2023-11-06T16:26:04.082Z | Compiling nibble_vec v0.1.0 |
1883 | 2023-11-06T16:26:04.173Z | Compiling packed_struct_codegen v0.10.1 |
1884 | 2023-11-06T16:26:04.398Z | Compiling dirs-sys-next v0.1.2 |
1885 | 2023-11-06T16:26:05.230Z | Compiling fallible-streaming-iterator v0.1.9 |
1886 | 2023-11-06T16:26:05.653Z | Compiling doc-comment v0.3.3 |
1887 | 2023-11-06T16:26:06.370Z | Compiling humantime v2.1.0 |
1888 | 2023-11-06T16:26:07.862Z | Compiling glob v0.3.1 |
1889 | 2023-11-06T16:26:08.330Z | Compiling endian-type v0.1.2 |
1890 | 2023-11-06T16:26:08.479Z | Compiling nodrop v0.1.14 |
1891 | 2023-11-06T16:26:08.652Z | Compiling crunchy v0.2.2 |
1892 | 2023-11-06T16:26:08.687Z | Compiling radix_trie v0.2.1 |
1893 | 2023-11-06T16:26:09.231Z | Compiling clang-sys v1.6.1 |
1894 | 2023-11-06T16:26:09.332Z | Compiling array-init v0.0.4 |
1895 | 2023-11-06T16:26:10.258Z | Compiling toml v0.8.0 |
1896 | 2023-11-06T16:26:11.767Z | Compiling rusqlite v0.29.0 |
1897 | 2023-11-06T16:26:17.983Z | Compiling dirs-next v2.0.0 |
1898 | 2023-11-06T16:26:18.422Z | Compiling pkcs1 v0.7.5 |
1899 | 2023-11-06T16:26:18.855Z | Compiling smallvec v0.6.14 |
1900 | 2023-11-06T16:26:19.411Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1901 | 2023-11-06T16:26:19.490Z | Compiling slog-envlogger v2.2.0 |
1902 | 2023-11-06T16:26:19.555Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1903 | 2023-11-06T16:26:19.624Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1904 | 2023-11-06T16:26:20.180Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1905 | 2023-11-06T16:26:20.692Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1906 | 2023-11-06T16:26:29.422Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1907 | 2023-11-06T16:26:32.366Z | Compiling nix v0.26.2 |
1908 | 2023-11-06T16:26:34.850Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1909 | 2023-11-06T16:26:35.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1910 | 2023-11-06T16:26:40.119Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1911 | 2023-11-06T16:26:44.609Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1912 | 2023-11-06T16:26:45.753Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1913 | 2023-11-06T16:26:45.956Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1914 | 2023-11-06T16:26:46.518Z | Compiling num_enum_derive v0.7.0 |
1915 | 2023-11-06T16:26:48.587Z | Compiling twox-hash v1.6.3 |
1916 | 2023-11-06T16:26:49.430Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1917 | 2023-11-06T16:26:50.330Z | Compiling tiny-keccak v2.0.2 |
1918 | 2023-11-06T16:26:50.628Z | Compiling platforms v3.0.2 |
1919 | 2023-11-06T16:26:50.796Z | Compiling prettyplease v0.2.12 |
1920 | 2023-11-06T16:26:51.093Z | Compiling bitfield v0.14.0 |
1921 | 2023-11-06T16:26:51.167Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1922 | 2023-11-06T16:26:51.297Z | Compiling num_enum v0.7.0 |
1923 | 2023-11-06T16:26:51.548Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1924 | 2023-11-06T16:26:52.472Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1925 | 2023-11-06T16:27:11.712Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1926 | 2023-11-06T16:27:12.841Z | Compiling rsa v0.9.2 |
1927 | 2023-11-06T16:27:15.740Z | Compiling parking_lot v0.11.2 |
1928 | 2023-11-06T16:27:19.730Z | Compiling serde-hex v0.1.0 |
1929 | 2023-11-06T16:27:20.003Z | Compiling mime_guess v2.0.4 |
1930 | 2023-11-06T16:27:21.831Z | Compiling term v0.7.0 |
1931 | 2023-11-06T16:27:22.006Z | Compiling trust-dns-client v0.22.0 |
1932 | 2023-11-06T16:27:24.177Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1933 | 2023-11-06T16:27:24.723Z | Compiling polyval v0.6.1 |
1934 | 2023-11-06T16:27:25.551Z | Compiling x509-cert v0.2.4 |
1935 | 2023-11-06T16:27:27.090Z | Compiling tungstenite v0.20.1 |
1936 | 2023-11-06T16:27:28.886Z | Compiling env_logger v0.10.0 |
1937 | 2023-11-06T16:27:29.976Z | Compiling aes v0.8.3 |
1938 | 2023-11-06T16:27:34.439Z | Compiling ctr v0.9.2 |
1939 | 2023-11-06T16:27:34.956Z | Compiling darling_core v0.14.4 |
1940 | 2023-11-06T16:27:35.237Z | Compiling ron v0.8.1 |
1941 | 2023-11-06T16:27:36.710Z | Compiling snafu-derive v0.7.5 |
1942 | 2023-11-06T16:27:43.913Z | Compiling bincode v1.3.3 |
1943 | 2023-11-06T16:27:44.969Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1944 | 2023-11-06T16:27:45.374Z | Compiling erased-serde v0.3.30 |
1945 | 2023-11-06T16:27:45.771Z | Compiling crc-any v2.4.3 |
1946 | 2023-11-06T16:27:46.075Z | Compiling convert_case v0.4.0 |
1947 | 2023-11-06T16:27:46.305Z | Compiling minimal-lexical v0.2.1 |
1948 | 2023-11-06T16:27:47.094Z | Compiling nom v7.1.3 |
1949 | 2023-11-06T16:27:47.360Z | Compiling derive_more v0.99.17 |
1950 | 2023-11-06T16:27:47.372Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2023-11-06T16:27:48.387Z | Compiling snafu v0.7.5 |
1952 | 2023-11-06T16:27:50.409Z | Compiling darling_macro v0.14.4 |
1953 | 2023-11-06T16:27:51.874Z | Compiling trust-dns-server v0.22.1 |
1954 | 2023-11-06T16:27:53.535Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2023-11-06T16:27:56.635Z | Compiling aes-gcm-siv v0.11.1 |
1956 | 2023-11-06T16:27:57.123Z | Compiling tokio-tungstenite v0.20.1 |
1957 | 2023-11-06T16:27:58.899Z | Compiling ascii-canvas v3.0.0 |
1958 | 2023-11-06T16:27:58.975Z | Compiling steno v0.4.0 |
1959 | 2023-11-06T16:27:59.691Z | Compiling sled v0.34.7 |
1960 | 2023-11-06T16:27:59.737Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1961 | 2023-11-06T16:28:11.031Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1962 | 2023-11-06T16:28:13.759Z | Compiling env_logger v0.9.3 |
1963 | 2023-11-06T16:28:18.276Z | Compiling tungstenite v0.18.0 |
1964 | 2023-11-06T16:28:21.522Z | Compiling object v0.30.4 |
1965 | 2023-11-06T16:28:21.747Z | Compiling is-terminal v0.4.9 |
1966 | 2023-11-06T16:28:21.922Z | Compiling ena v0.14.2 |
1967 | 2023-11-06T16:28:22.594Z | Compiling bitstruct_derive v0.1.0 |
1968 | 2023-11-06T16:28:24.595Z | Compiling derive-where v1.2.5 |
1969 | 2023-11-06T16:28:27.976Z | Compiling async-recursion v1.0.5 |
1970 | 2023-11-06T16:28:29.453Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1971 | 2023-11-06T16:28:29.650Z | Compiling libloading v0.7.4 |
1972 | 2023-11-06T16:28:29.787Z | Compiling ringbuffer v0.15.0 |
1973 | 2023-11-06T16:28:30.091Z | Compiling linear-map v1.2.0 |
1974 | 2023-11-06T16:28:30.258Z | Compiling diff v0.1.13 |
1975 | 2023-11-06T16:28:30.781Z | Compiling path-slash v0.1.5 |
1976 | 2023-11-06T16:28:30.859Z | Compiling pretty-hex v0.3.0 |
1977 | 2023-11-06T16:28:31.101Z | Compiling ascii v1.1.0 |
1978 | 2023-11-06T16:28:31.212Z | Compiling bindgen v0.65.1 |
1979 | 2023-11-06T16:28:31.235Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1980 | 2023-11-06T16:28:31.828Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1981 | 2023-11-06T16:28:32.408Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1982 | 2023-11-06T16:28:36.199Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1983 | 2023-11-06T16:28:42.703Z | Compiling lalrpop v0.19.12 |
1984 | 2023-11-06T16:28:47.259Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1985 | 2023-11-06T16:28:47.629Z | Compiling bitstruct v0.1.1 |
1986 | 2023-11-06T16:28:47.791Z | Compiling tokio-tungstenite v0.18.0 |
1987 | 2023-11-06T16:28:47.946Z | Compiling curve25519-dalek v4.1.0 |
1988 | 2023-11-06T16:28:48.504Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1989 | 2023-11-06T16:28:51.668Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1990 | 2023-11-06T16:28:56.393Z | Compiling cexpr v0.6.0 |
1991 | 2023-11-06T16:28:58.836Z | Compiling darling v0.14.4 |
1992 | 2023-11-06T16:29:03.622Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1993 | 2023-11-06T16:29:04.576Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1994 | 2023-11-06T16:29:04.765Z | Compiling which v4.4.0 |
1995 | 2023-11-06T16:29:05.670Z | Compiling ff v0.13.0 |
1996 | 2023-11-06T16:29:06.047Z | Compiling path-dedot v3.1.0 |
1997 | 2023-11-06T16:29:06.393Z | Compiling serde_arrays v0.1.0 |
1998 | 2023-11-06T16:29:06.411Z | Compiling shlex v1.1.0 |
1999 | 2023-11-06T16:29:06.632Z | Compiling display-error-chain v0.2.0 |
2000 | 2023-11-06T16:29:06.774Z | Compiling lazycell v1.3.0 |
2001 | 2023-11-06T16:29:06.887Z | Compiling peeking_take_while v0.1.2 |
2002 | 2023-11-06T16:29:07.025Z | Compiling rustc-hash v1.1.0 |
2003 | 2023-11-06T16:29:07.084Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2004 | 2023-11-06T16:29:08.695Z | Compiling path-absolutize v3.1.0 |
2005 | 2023-11-06T16:29:09.000Z | Compiling group v0.13.0 |
2006 | 2023-11-06T16:29:09.257Z | Compiling derive_builder_core v0.12.0 |
2007 | 2023-11-06T16:29:13.150Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2008 | 2023-11-06T16:29:13.667Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2009 | 2023-11-06T16:29:19.205Z | Compiling olpc-cjson v0.1.3 |
2010 | 2023-11-06T16:29:20.094Z | Compiling pem v1.1.1 |
2011 | 2023-11-06T16:29:21.308Z | Compiling camino-tempfile v1.0.2 |
2012 | 2023-11-06T16:29:22.567Z | Compiling globset v0.4.13 |
2013 | 2023-11-06T16:29:22.634Z | Compiling crypto-bigint v0.5.2 |
2014 | 2023-11-06T16:29:23.691Z | Compiling serde_plain v1.0.2 |
2015 | 2023-11-06T16:29:24.564Z | Compiling curve25519-dalek-derive v0.1.0 |
2016 | 2023-11-06T16:29:26.800Z | Compiling thiserror-impl-no-std v2.0.2 |
2017 | 2023-11-06T16:29:29.335Z | Compiling libxml v0.3.3 |
2018 | 2023-11-06T16:29:29.821Z | Compiling ref-cast v1.0.20 |
2019 | 2023-11-06T16:29:30.507Z | Compiling buf-list v1.0.3 |
2020 | 2023-11-06T16:29:30.629Z | Compiling base16ct v0.2.0 |
2021 | 2023-11-06T16:29:31.190Z | Compiling elliptic-curve v0.13.5 |
2022 | 2023-11-06T16:29:31.390Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2023 | 2023-11-06T16:29:31.479Z | Compiling thiserror-no-std v2.0.2 |
2024 | 2023-11-06T16:29:32.099Z | Compiling tough v0.12.5 |
2025 | 2023-11-06T16:29:32.836Z | Compiling polar-core v0.27.0 |
2026 | 2023-11-06T16:29:37.690Z | Compiling derive_builder_macro v0.12.0 |
2027 | 2023-11-06T16:29:38.866Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2028 | 2023-11-06T16:29:44.891Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2029 | 2023-11-06T16:29:46.792Z | Compiling poly1305 v0.8.0 |
2030 | 2023-11-06T16:29:48.878Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2031 | 2023-11-06T16:29:48.982Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2032 | 2023-11-06T16:29:49.255Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2033 | 2023-11-06T16:29:49.349Z | Compiling chacha20 v0.9.1 |
2034 | 2023-11-06T16:29:49.486Z | Compiling strum_macros v0.24.3 |
2035 | 2023-11-06T16:29:50.027Z | Compiling bcs v0.1.6 |
2036 | 2023-11-06T16:29:50.090Z | Compiling const_format_proc_macros v0.2.31 |
2037 | 2023-11-06T16:29:51.499Z | Compiling ref-cast-impl v1.0.20 |
2038 | 2023-11-06T16:29:53.258Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2039 | 2023-11-06T16:29:53.367Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2040 | 2023-11-06T16:29:53.671Z | Compiling cookie v0.16.2 |
2041 | 2023-11-06T16:29:53.779Z | Compiling salty v0.2.0 |
2042 | 2023-11-06T16:29:54.076Z | Compiling indoc v1.0.9 |
2043 | 2023-11-06T16:29:54.339Z | Compiling signature v1.6.4 |
2044 | 2023-11-06T16:29:54.557Z | Compiling highway v1.1.0 |
2045 | 2023-11-06T16:29:55.337Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2046 | 2023-11-06T16:29:55.538Z | Compiling ed25519 v1.5.3 |
2047 | 2023-11-06T16:29:56.333Z | Compiling const_format v0.2.31 |
2048 | 2023-11-06T16:29:57.196Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2049 | 2023-11-06T16:29:58.119Z | Compiling chacha20poly1305 v0.10.1 |
2050 | 2023-11-06T16:29:58.472Z | Compiling derive_builder v0.12.0 |
2051 | 2023-11-06T16:29:58.743Z | Compiling vsss-rs v3.3.1 |
2052 | 2023-11-06T16:30:09.477Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2053 | 2023-11-06T16:30:15.912Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2054 | 2023-11-06T16:30:18.090Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2055 | 2023-11-06T16:30:19.900Z | Compiling signal-hook-mio v0.2.3 |
2056 | 2023-11-06T16:30:20.167Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2057 | 2023-11-06T16:30:20.718Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2058 | 2023-11-06T16:30:27.145Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2059 | 2023-11-06T16:30:27.530Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2060 | 2023-11-06T16:30:30.782Z | Compiling ron v0.7.1 |
2061 | 2023-11-06T16:30:36.665Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2062 | 2023-11-06T16:30:40.621Z | Compiling headers-core v0.2.0 |
2063 | 2023-11-06T16:30:40.723Z | Compiling bb8 v0.8.1 |
2064 | 2023-11-06T16:30:40.873Z | Compiling quick-xml v0.23.1 |
2065 | 2023-11-06T16:30:41.015Z | Compiling serde-big-array v0.5.1 |
2066 | 2023-11-06T16:30:41.179Z | Compiling oso-derive v0.27.0 |
2067 | 2023-11-06T16:30:41.393Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2068 | 2023-11-06T16:30:41.613Z | Compiling impl-trait-for-tuples v0.2.2 |
2069 | 2023-11-06T16:30:41.665Z | Compiling http-range v0.1.5 |
2070 | 2023-11-06T16:30:42.606Z | Compiling maplit v1.0.2 |
2071 | 2023-11-06T16:30:42.635Z | Compiling bit_field v0.10.2 |
2072 | 2023-11-06T16:30:42.666Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2073 | 2023-11-06T16:30:42.764Z | Compiling hyper-staticfile v0.9.5 |
2074 | 2023-11-06T16:30:43.480Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2075 | 2023-11-06T16:30:48.510Z | Compiling headers v0.3.9 |
2076 | 2023-11-06T16:30:55.901Z | Compiling crossterm v0.27.0 |
2077 | 2023-11-06T16:30:58.170Z | Compiling oso v0.27.0 |
2078 | 2023-11-06T16:31:13.759Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2079 | 2023-11-06T16:31:16.526Z | Compiling signal-hook-tokio v0.3.1 |
2080 | 2023-11-06T16:31:16.801Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2081 | 2023-11-06T16:31:17.037Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2023-11-06T16:31:17.197Z | Compiling serde-big-array v0.4.1 |
2083 | 2023-11-06T16:31:18.211Z | Compiling cassowary v0.3.0 |
2084 | 2023-11-06T16:31:19.331Z | Compiling indoc v2.0.3 |
2085 | 2023-11-06T16:31:20.895Z | Compiling ratatui v0.23.0 |
2086 | 2023-11-06T16:31:21.245Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2087 | 2023-11-06T16:31:24.015Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2088 | 2023-11-06T16:31:30.344Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2089 | 2023-11-06T16:31:30.868Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2090 | 2023-11-06T16:31:33.441Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2091 | 2023-11-06T16:31:35.899Z | Compiling fatfs v0.3.6 |
2092 | 2023-11-06T16:31:36.866Z | Compiling bytesize v1.3.0 |
2093 | 2023-11-06T16:31:37.815Z | Compiling nanorand v0.7.0 |
2094 | 2023-11-06T16:31:39.081Z | Compiling rtoolbox v0.0.1 |
2095 | 2023-11-06T16:31:39.817Z | Compiling unicode-linebreak v0.1.5 |
2096 | 2023-11-06T16:31:40.786Z | Compiling fs-err v2.9.0 |
2097 | 2023-11-06T16:31:41.329Z | Compiling smawk v0.3.1 |
2098 | 2023-11-06T16:31:41.687Z | Compiling assert_matches v1.5.0 |
2099 | 2023-11-06T16:31:41.830Z | Compiling corncobs v0.1.3 |
2100 | 2023-11-06T16:31:42.146Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2101 | 2023-11-06T16:31:42.518Z | Compiling textwrap v0.16.0 |
2102 | 2023-11-06T16:31:43.489Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2103 | 2023-11-06T16:31:43.635Z | Compiling rpassword v7.2.0 |
2104 | 2023-11-06T16:31:44.653Z | Compiling flume v0.11.0 |
2105 | 2023-11-06T16:31:45.519Z | Compiling tui-tree-widget v0.13.0 |
2106 | 2023-11-06T16:31:46.529Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2107 | 2023-11-06T16:31:48.932Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2108 | 2023-11-06T16:31:48.965Z | Compiling shell-words v1.1.0 |
2109 | 2023-11-06T16:31:50.302Z | Compiling owo-colors v3.5.0 |
2110 | 2023-11-06T16:31:55.403Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2111 | 2023-11-06T16:32:08.243Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2112 | 2023-11-06T16:33:02.918Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2113 | 2023-11-06T16:33:18.034Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2114 | 2023-11-06T16:35:04.926Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2115 | 2023-11-06T16:37:07.778Z | Compiling git2 v0.17.2 |
2116 | 2023-11-06T16:37:14.615Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2117 | 2023-11-06T16:37:16.345Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2118 | 2023-11-06T16:37:28.454Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2119 | 2023-11-06T16:37:46.897Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2120 | 2023-11-06T16:37:47.959Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2121 | 2023-11-06T16:37:48.980Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2122 | 2023-11-06T16:38:24.564Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2123 | 2023-11-06T16:47:02.484Z | Finished release [optimized] target(s) in 22m 16s |
2124 | 2023-11-06T16:48:07.384Z | |
2125 | 2023-11-06T16:48:07.387Z | real 23:22.607736946 |
2126 | 2023-11-06T16:48:07.390Z | user 2:44:11.107756084 |
2127 | 2023-11-06T16:48:07.392Z | sys 7:16.235931287 |
2128 | 2023-11-06T16:48:07.395Z | trap 5.539892179 |
2129 | 2023-11-06T16:48:07.398Z | tflt 1.468491740 |
2130 | 2023-11-06T16:48:07.401Z | dflt 4.371476258 |
2131 | 2023-11-06T16:48:07.403Z | kflt 0.065659144 |
2132 | 2023-11-06T16:48:07.406Z | lock 9:18:09.814077054 |
2133 | 2023-11-06T16:48:07.409Z | slp 6:43:21.405230676 |
2134 | 2023-11-06T16:48:07.412Z | lat 3:00.593872286 |
2135 | 2023-11-06T16:48:07.414Z | stop 48.529501733 |
2136 | 2023-11-06T16:48:07.417Z | + 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/*) |
2137 | 2023-11-06T16:48:07.420Z | + pfexec mkdir -p /work |
2138 | 2023-11-06T16:48:07.423Z | + pfexec chown build /work |
2139 | 2023-11-06T16:48:07.430Z | + 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 |
2140 | 2023-11-06T16:48:21.300Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2141 | 2023-11-06T16:48:21.303Z | a out/mg-ddm-gz.tar 61499K |
2142 | 2023-11-06T16:48:21.306Z | a out/omicron-sled-agent.tar 119647K |
2143 | 2023-11-06T16:48:21.309Z | a out/target/test 1K |
2144 | 2023-11-06T16:48:21.312Z | a out/npuzone/npuzone 36506K |
2145 | 2023-11-06T16:48:21.315Z | a package-manifest.toml 22K |
2146 | 2023-11-06T16:48:21.317Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2147 | 2023-11-06T16:48:21.320Z | a target/release/omicron-package 40766K |
2148 | 2023-11-06T16:48:21.323Z | a tools/create_virtual_hardware.sh 3K |
2149 | 2023-11-06T16:48:21.326Z | a tools/virtual_hardware.sh 4K |
2150 | 2023-11-06T16:48:21.328Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2151 | 2023-11-06T16:48:21.331Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2152 | 2023-11-06T16:48:21.334Z | a tools/scrimlet/softnpu-init.sh 3K |
2153 | 2023-11-06T16:48:21.338Z | a tools/scrimlet/softnpu-zone.txt 1K |
2154 | 2023-11-06T16:48:21.341Z | a tools/scrimlet/softnpu.toml 1K |
2155 | 2023-11-06T16:48:21.343Z | |
2156 | 2023-11-06T16:48:21.346Z | real 13.906333484 |
2157 | 2023-11-06T16:48:21.349Z | user 13.187079185 |
2158 | 2023-11-06T16:48:21.353Z | sys 1.189804272 |
2159 | 2023-11-06T16:48:21.355Z | trap 0.004327066 |
2160 | 2023-11-06T16:48:21.358Z | tflt 0.000000000 |
2161 | 2023-11-06T16:48:21.361Z | dflt 0.000000000 |
2162 | 2023-11-06T16:48:21.364Z | kflt 0.000000000 |
2163 | 2023-11-06T16:48:21.366Z | lock 0.000000000 |
2164 | 2023-11-06T16:48:21.369Z | slp 12.893430107 |
2165 | 2023-11-06T16:48:21.372Z | lat 0.534353574 |
2166 | 2023-11-06T16:48:21.374Z | stop 0.000242378 |
2167 | 2023-11-06T16:48:21.377Z | ++ pwd |
2168 | 2023-11-06T16:48:21.380Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2169 | 2023-11-06T16:48:21.383Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2170 | 2023-11-06T16:48:21.385Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2171 | 2023-11-06T16:48:22.496Z | Finished release [optimized] target(s) in 1.10s |
2172 | 2023-11-06T16:48:22.525Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2173 | 2023-11-06T16:48:22.565Z | Created new build target 'host' and set it as active |
2174 | 2023-11-06T16:48:22.568Z | |
2175 | 2023-11-06T16:48:22.571Z | real 1.253540294 |
2176 | 2023-11-06T16:48:22.574Z | user 0.893365157 |
2177 | 2023-11-06T16:48:22.577Z | sys 0.360844160 |
2178 | 2023-11-06T16:48:22.580Z | trap 0.000070404 |
2179 | 2023-11-06T16:48:22.583Z | tflt 0.000002197 |
2180 | 2023-11-06T16:48:22.586Z | dflt 0.000007921 |
2181 | 2023-11-06T16:48:22.589Z | kflt 0.000000000 |
2182 | 2023-11-06T16:48:22.592Z | lock 0.036042550 |
2183 | 2023-11-06T16:48:22.595Z | slp 0.019902325 |
2184 | 2023-11-06T16:48:22.598Z | lat 0.002158882 |
2185 | 2023-11-06T16:48:22.601Z | stop 0.000222719 |
2186 | 2023-11-06T16:48:22.604Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2187 | 2023-11-06T16:48:23.682Z | Finished release [optimized] target(s) in 1.03s |
2188 | 2023-11-06T16:48:23.709Z | Running `target/release/omicron-package -t host package` |
2189 | 2023-11-06T16:48:23.749Z | Nov 06 16:48:23.752 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2190 | 2023-11-06T16:48:24.888Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2191 | 2023-11-06T16:52:05.317Z | Finished release [optimized] target(s) in 3m 41s |
2192 | 2023-11-06T16:53:20.478Z | |
2193 | 2023-11-06T16:53:20.481Z | real 4:57.923321943 |
2194 | 2023-11-06T16:53:20.483Z | user 21:29.093332631 |
2195 | 2023-11-06T16:53:20.486Z | sys 1:08.955486071 |
2196 | 2023-11-06T16:53:20.489Z | trap 0.603468444 |
2197 | 2023-11-06T16:53:20.492Z | tflt 0.049858086 |
2198 | 2023-11-06T16:53:20.494Z | dflt 2.264724100 |
2199 | 2023-11-06T16:53:20.497Z | kflt 0.000002860 |
2200 | 2023-11-06T16:53:20.499Z | lock 1:10:22.154906501 |
2201 | 2023-11-06T16:53:20.503Z | slp 17:49.024707302 |
2202 | 2023-11-06T16:53:20.506Z | lat 9.429940718 |
2203 | 2023-11-06T16:53:20.509Z | stop 0.621618129 |
2204 | 2023-11-06T16:53:20.512Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2205 | 2023-11-06T16:53:20.515Z | + for package in "$@" |
2206 | 2023-11-06T16:53:20.518Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2207 | 2023-11-06T16:53:20.521Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git52e4932c778 |
2208 | 2023-11-06T16:53:21.677Z | Finished release [optimized] target(s) in 1.11s |
2209 | 2023-11-06T16:53:21.708Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git52e4932c778` |
2210 | 2023-11-06T16:53:21.750Z | Nov 06 16:53:21.751 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2211 | 2023-11-06T16:53:22.313Z | Created: out/versioned/omicron-sled-agent.tar |
2212 | 2023-11-06T16:53:22.320Z | + for package in "$@" |
2213 | 2023-11-06T16:53:22.329Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2214 | 2023-11-06T16:53:22.340Z | + echo 0.0.0 |
2215 | 2023-11-06T16:53:22.347Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2216 | 2023-11-06T16:53:22.355Z | a VERSION 1K |
2217 | 2023-11-06T16:53:22.363Z | + rm VERSION |
2218 | 2023-11-06T16:53:22.371Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git52e4932c778 |
2219 | 2023-11-06T16:53:23.451Z | Finished release [optimized] target(s) in 1.05s |
2220 | 2023-11-06T16:53:23.478Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git52e4932c778` |
2221 | 2023-11-06T16:53:23.519Z | Nov 06 16:53:23.522 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2222 | 2023-11-06T16:53:23.820Z | Created: out/versioned/mg-ddm-gz.tar |
2223 | 2023-11-06T16:53:23.826Z | + for package in "$@" |
2224 | 2023-11-06T16:53:23.831Z | + [[ propolis-server == mg-ddm-gz ]] |
2225 | 2023-11-06T16:53:23.837Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git52e4932c778 |
2226 | 2023-11-06T16:53:24.949Z | Finished release [optimized] target(s) in 1.05s |
2227 | 2023-11-06T16:53:24.977Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git52e4932c778` |
2228 | 2023-11-06T16:53:25.019Z | Nov 06 16:53:25.020 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2229 | 2023-11-06T16:53:27.138Z | Created: out/versioned/propolis-server.tar.gz |
2230 | 2023-11-06T16:53:27.152Z | + for package in "$@" |
2231 | 2023-11-06T16:53:27.156Z | + [[ overlay == mg-ddm-gz ]] |
2232 | 2023-11-06T16:53:27.159Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git52e4932c778 |
2233 | 2023-11-06T16:53:27.918Z | Finished release [optimized] target(s) in 1.04s |
2234 | 2023-11-06T16:53:27.947Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git52e4932c778` |
2235 | 2023-11-06T16:53:27.987Z | Nov 06 16:53:27.991 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2236 | 2023-11-06T16:53:28.009Z | Created: out/versioned/overlay.tar.gz |
2237 | 2023-11-06T16:53:28.038Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2238 | 2023-11-06T16:53:28.044Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2239 | 2023-11-06T16:53:28.086Z | ++ cd -- ./tools |
2240 | 2023-11-06T16:53:28.106Z | ++ pwd |
2241 | 2023-11-06T16:53:28.111Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2242 | 2023-11-06T16:53:28.129Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2243 | 2023-11-06T16:53:28.161Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2244 | 2023-11-06T16:53:28.182Z | ++ readlink -f /work |
2245 | 2023-11-06T16:53:28.186Z | + out_dir=/work |
2246 | 2023-11-06T16:53:28.191Z | + 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") |
2247 | 2023-11-06T16:53:28.201Z | + for dep in "${deps[@]}" |
2248 | 2023-11-06T16:53:28.205Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2249 | 2023-11-06T16:53:28.209Z | + for dep in "${deps[@]}" |
2250 | 2023-11-06T16:53:28.212Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2251 | 2023-11-06T16:53:28.216Z | + for dep in "${deps[@]}" |
2252 | 2023-11-06T16:53:28.228Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2253 | 2023-11-06T16:53:28.236Z | + for dep in "${deps[@]}" |
2254 | 2023-11-06T16:53:28.239Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2255 | 2023-11-06T16:53:28.241Z | ++ mktemp -d |
2256 | 2023-11-06T16:53:28.244Z | + tmp_gz=/tmp/tmp.w9a4Qi |
2257 | 2023-11-06T16:53:28.249Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2258 | 2023-11-06T16:53:28.252Z | + echo '{"v":"1","t":"layer"}' |
2259 | 2023-11-06T16:53:28.255Z | + pkg_dir=/tmp/tmp.w9a4Qi/root/opt/oxide/sled-agent |
2260 | 2023-11-06T16:53:28.257Z | + mkdir -p /tmp/tmp.w9a4Qi/root/opt/oxide/sled-agent |
2261 | 2023-11-06T16:53:28.260Z | + cd /tmp/tmp.w9a4Qi/root/opt/oxide/sled-agent |
2262 | 2023-11-06T16:53:28.268Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2263 | 2023-11-06T16:53:28.275Z | x ., 0 bytes, 0 tape blocks |
2264 | 2023-11-06T16:53:28.286Z | x zone-bundle, 38234688 bytes, 74678 tape blocks |
2265 | 2023-11-06T16:53:28.294Z | x sled-agent, 84187376 bytes, 164429 tape blocks |
2266 | 2023-11-06T16:53:28.299Z | x pkg, 0 bytes, 0 tape blocks |
2267 | 2023-11-06T16:53:28.302Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2268 | 2023-11-06T16:53:28.304Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2269 | 2023-11-06T16:53:28.313Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2270 | 2023-11-06T16:53:28.316Z | x VERSION, 25 bytes, 1 tape blocks |
2271 | 2023-11-06T16:53:28.319Z | + mkdir -p /tmp/tmp.w9a4Qi/root/lib/svc/manifest/site/ |
2272 | 2023-11-06T16:53:28.322Z | + mv pkg/manifest.xml /tmp/tmp.w9a4Qi/root/lib/svc/manifest/site/sled-agent.xml |
2273 | 2023-11-06T16:53:28.325Z | + cd - |
2274 | 2023-11-06T16:53:28.328Z | /work/oxidecomputer/omicron |
2275 | 2023-11-06T16:53:28.334Z | + pkg_dir=/tmp/tmp.w9a4Qi/root/opt/oxide/mg-ddm |
2276 | 2023-11-06T16:53:28.342Z | + mkdir -p /tmp/tmp.w9a4Qi/root/opt/oxide/mg-ddm |
2277 | 2023-11-06T16:53:28.344Z | + cd /tmp/tmp.w9a4Qi/root/opt/oxide/mg-ddm |
2278 | 2023-11-06T16:53:28.347Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2279 | 2023-11-06T16:53:28.350Z | x ., 0 bytes, 0 tape blocks |
2280 | 2023-11-06T16:53:28.353Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2281 | 2023-11-06T16:53:28.355Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2282 | 2023-11-06T16:53:28.359Z | x pkg, 0 bytes, 0 tape blocks |
2283 | 2023-11-06T16:53:28.362Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2284 | 2023-11-06T16:53:28.365Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2285 | 2023-11-06T16:53:28.368Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2286 | 2023-11-06T16:53:28.371Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2287 | 2023-11-06T16:53:28.374Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2288 | 2023-11-06T16:53:28.376Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2289 | 2023-11-06T16:53:28.380Z | x VERSION, 25 bytes, 1 tape blocks |
2290 | 2023-11-06T16:53:28.383Z | + cd - |
2291 | 2023-11-06T16:53:28.386Z | /work/oxidecomputer/omicron |
2292 | 2023-11-06T16:53:28.389Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.w9a4Qi/root/opt/oxide |
2293 | 2023-11-06T16:53:28.392Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.w9a4Qi/root/opt/oxide |
2294 | 2023-11-06T16:53:28.394Z | + cd /tmp/tmp.w9a4Qi |
2295 | 2023-11-06T16:53:28.397Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2296 | 2023-11-06T16:53:40.545Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2297 | 2023-11-06T16:53:40.550Z | a oxide.json 1K |
2298 | 2023-11-06T16:53:40.553Z | a root/ 0K |
2299 | 2023-11-06T16:53:40.556Z | a root/opt/ 0K |
2300 | 2023-11-06T16:53:40.559Z | a root/opt/oxide/ 0K |
2301 | 2023-11-06T16:53:40.564Z | a root/opt/oxide/sled-agent/ 0K |
2302 | 2023-11-06T16:53:40.567Z | a root/opt/oxide/sled-agent/zone-bundle 37339K |
2303 | 2023-11-06T16:53:40.570Z | a root/opt/oxide/sled-agent/sled-agent 82215K |
2304 | 2023-11-06T16:53:40.581Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2305 | 2023-11-06T16:53:40.588Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2306 | 2023-11-06T16:53:40.593Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2307 | 2023-11-06T16:53:41.005Z | a root/opt/oxide/sled-agent/VERSION 1K |
2308 | 2023-11-06T16:53:41.008Z | a root/opt/oxide/mg-ddm/ 0K |
2309 | 2023-11-06T16:53:41.011Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2310 | 2023-11-06T16:53:41.015Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2311 | 2023-11-06T16:53:41.021Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2312 | 2023-11-06T16:53:41.024Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2313 | 2023-11-06T16:53:41.027Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2314 | 2023-11-06T16:53:41.032Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2315 | 2023-11-06T16:53:41.035Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2316 | 2023-11-06T16:53:41.044Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2317 | 2023-11-06T16:53:41.050Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2318 | 2023-11-06T16:53:41.056Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2319 | 2023-11-06T16:53:41.062Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2320 | 2023-11-06T16:53:41.065Z | a root/opt/oxide/overlay.tar.gz 2K |
2321 | 2023-11-06T16:53:41.068Z | a root/lib/ 0K |
2322 | 2023-11-06T16:53:41.073Z | a root/lib/svc/ 0K |
2323 | 2023-11-06T16:53:41.078Z | a root/lib/svc/manifest/ 0K |
2324 | 2023-11-06T16:53:41.081Z | a root/lib/svc/manifest/site/ 0K |
2325 | 2023-11-06T16:53:41.083Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2326 | 2023-11-06T16:53:41.088Z | + cd / |
2327 | 2023-11-06T16:53:41.091Z | + rm -rf /tmp/tmp.w9a4Qi |
2328 | 2023-11-06T16:53:41.094Z | |
2329 | 2023-11-06T16:53:41.097Z | real 12.599265803 |
2330 | 2023-11-06T16:53:41.101Z | user 11.580306370 |
2331 | 2023-11-06T16:53:41.104Z | sys 1.084795242 |
2332 | 2023-11-06T16:53:41.107Z | trap 0.005256096 |
2333 | 2023-11-06T16:53:41.110Z | tflt 0.000000000 |
2334 | 2023-11-06T16:53:41.125Z | dflt 0.000043823 |
2335 | 2023-11-06T16:53:41.129Z | kflt 0.000000000 |
2336 | 2023-11-06T16:53:41.132Z | lock 0.000000000 |
2337 | 2023-11-06T16:53:41.135Z | slp 24.231023775 |
2338 | 2023-11-06T16:53:41.138Z | lat 0.487601290 |
2339 | 2023-11-06T16:53:41.140Z | stop 0.000360688 |
2340 | 2023-11-06T16:53:41.144Z | + mkdir -p /work/zones |
2341 | 2023-11-06T16:53:41.149Z | + 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) |
2342 | 2023-11-06T16:53:41.179Z | + 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/ |
2343 | 2023-11-06T16:53:44.624Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2344 | 2023-11-06T16:53:45.450Z | Finished release [optimized] target(s) in 1.14s |
2345 | 2023-11-06T16:53:45.481Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2346 | 2023-11-06T16:53:45.525Z | Created new build target 'recovery' and set it as active |
2347 | 2023-11-06T16:53:45.531Z | |
2348 | 2023-11-06T16:53:45.944Z | real 1.305384829 |
2349 | 2023-11-06T16:53:45.947Z | user 0.935044714 |
2350 | 2023-11-06T16:53:45.950Z | sys 0.368399484 |
2351 | 2023-11-06T16:53:45.952Z | trap 0.000854015 |
2352 | 2023-11-06T16:53:46.373Z | tflt 0.000005982 |
2353 | 2023-11-06T16:53:46.383Z | dflt 0.000002069 |
2354 | 2023-11-06T16:53:46.805Z | kflt 0.000000000 |
2355 | 2023-11-06T16:53:46.808Z | lock 0.038182274 |
2356 | 2023-11-06T16:53:46.812Z | slp 0.020784853 |
2357 | 2023-11-06T16:53:46.818Z | lat 0.004278099 |
2358 | 2023-11-06T16:53:46.821Z | stop 0.000223169 |
2359 | 2023-11-06T16:53:46.827Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2360 | 2023-11-06T16:53:46.834Z | Finished release [optimized] target(s) in 1.11s |
2361 | 2023-11-06T16:53:46.842Z | Running `target/release/omicron-package -t recovery package` |
2362 | 2023-11-06T16:53:46.845Z | Nov 06 16:53:46.806 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2363 | 2023-11-06T16:53:51.293Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2364 | 2023-11-06T16:53:51.750Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2365 | 2023-11-06T16:54:25.508Z | Finished release [optimized] target(s) in 38.08s |
2366 | 2023-11-06T16:54:37.182Z | |
2367 | 2023-11-06T16:54:37.185Z | real 51.649866130 |
2368 | 2023-11-06T16:54:37.191Z | user 2:38.362348294 |
2369 | 2023-11-06T16:54:37.196Z | sys 13.336454324 |
2370 | 2023-11-06T16:54:37.202Z | trap 0.086782626 |
2371 | 2023-11-06T16:54:37.208Z | tflt 0.116656969 |
2372 | 2023-11-06T16:54:37.213Z | dflt 0.874990179 |
2373 | 2023-11-06T16:54:37.218Z | kflt 0.000000000 |
2374 | 2023-11-06T16:54:37.223Z | lock 11:19.952226015 |
2375 | 2023-11-06T16:54:37.233Z | slp 2:35.924549944 |
2376 | 2023-11-06T16:54:37.239Z | lat 1.911747433 |
2377 | 2023-11-06T16:54:37.251Z | stop 0.179100301 |
2378 | 2023-11-06T16:54:37.256Z | + stamp_packages installinator mg-ddm-gz |
2379 | 2023-11-06T16:54:37.261Z | + for package in "$@" |
2380 | 2023-11-06T16:54:37.271Z | + [[ installinator == mg-ddm-gz ]] |
2381 | 2023-11-06T16:54:37.274Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git52e4932c778 |
2382 | 2023-11-06T16:54:38.344Z | Finished release [optimized] target(s) in 1.08s |
2383 | 2023-11-06T16:54:38.372Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git52e4932c778` |
2384 | 2023-11-06T16:54:38.414Z | Nov 06 16:54:38.417 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2385 | 2023-11-06T16:54:38.538Z | Created: out/versioned/installinator.tar |
2386 | 2023-11-06T16:54:38.541Z | + for package in "$@" |
2387 | 2023-11-06T16:54:38.544Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2388 | 2023-11-06T16:54:38.547Z | + echo 0.0.0 |
2389 | 2023-11-06T16:54:38.552Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2390 | 2023-11-06T16:54:38.555Z | a VERSION 1K |
2391 | 2023-11-06T16:54:38.558Z | + rm VERSION |
2392 | 2023-11-06T16:54:38.562Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git52e4932c778 |
2393 | 2023-11-06T16:54:39.698Z | Finished release [optimized] target(s) in 1.07s |
2394 | 2023-11-06T16:54:39.726Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git52e4932c778` |
2395 | 2023-11-06T16:54:39.767Z | Nov 06 16:54:39.770 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2396 | 2023-11-06T16:54:39.944Z | Created: out/versioned/mg-ddm-gz.tar |
2397 | 2023-11-06T16:54:39.949Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2398 | 2023-11-06T16:54:39.961Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2399 | 2023-11-06T16:54:39.964Z | ++ cd -- ./tools |
2400 | 2023-11-06T16:54:39.968Z | ++ pwd |
2401 | 2023-11-06T16:54:39.971Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2402 | 2023-11-06T16:54:39.973Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2403 | 2023-11-06T16:54:39.976Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2404 | 2023-11-06T16:54:39.979Z | ++ readlink -f /work |
2405 | 2023-11-06T16:54:39.982Z | + out_dir=/work |
2406 | 2023-11-06T16:54:39.984Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2407 | 2023-11-06T16:54:39.987Z | + for dep in "${deps[@]}" |
2408 | 2023-11-06T16:54:39.989Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2409 | 2023-11-06T16:54:39.992Z | + for dep in "${deps[@]}" |
2410 | 2023-11-06T16:54:39.995Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2411 | 2023-11-06T16:54:40.035Z | ++ mktemp -d |
2412 | 2023-11-06T16:54:40.038Z | + tmp_trampoline=/tmp/tmp.PHaqVi |
2413 | 2023-11-06T16:54:40.040Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2414 | 2023-11-06T16:54:40.043Z | + echo '{"v":"1","t":"layer"}' |
2415 | 2023-11-06T16:54:40.046Z | + pkg_dir=/tmp/tmp.PHaqVi/root/opt/oxide/installinator |
2416 | 2023-11-06T16:54:40.048Z | + mkdir -p /tmp/tmp.PHaqVi/root/opt/oxide/installinator |
2417 | 2023-11-06T16:54:40.051Z | + cd /tmp/tmp.PHaqVi/root/opt/oxide/installinator |
2418 | 2023-11-06T16:54:40.053Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2419 | 2023-11-06T16:54:40.057Z | x ., 0 bytes, 0 tape blocks |
2420 | 2023-11-06T16:54:40.059Z | x installinator, 52106184 bytes, 101770 tape blocks |
2421 | 2023-11-06T16:54:40.062Z | x pkg, 0 bytes, 0 tape blocks |
2422 | 2023-11-06T16:54:40.064Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2423 | 2023-11-06T16:54:40.067Z | x VERSION, 25 bytes, 1 tape blocks |
2424 | 2023-11-06T16:54:40.070Z | + mkdir -p /tmp/tmp.PHaqVi/root/lib/svc/manifest/site/ |
2425 | 2023-11-06T16:54:40.072Z | + mv pkg/manifest.xml /tmp/tmp.PHaqVi/root/lib/svc/manifest/site/installinator.xml |
2426 | 2023-11-06T16:54:40.075Z | + cd - |
2427 | 2023-11-06T16:54:40.078Z | /work/oxidecomputer/omicron |
2428 | 2023-11-06T16:54:40.081Z | + pkg_dir=/tmp/tmp.PHaqVi/root/opt/oxide/mg-ddm |
2429 | 2023-11-06T16:54:40.083Z | + mkdir -p /tmp/tmp.PHaqVi/root/opt/oxide/mg-ddm |
2430 | 2023-11-06T16:54:40.086Z | + cd /tmp/tmp.PHaqVi/root/opt/oxide/mg-ddm |
2431 | 2023-11-06T16:54:40.089Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2432 | 2023-11-06T16:54:40.105Z | x ., 0 bytes, 0 tape blocks |
2433 | 2023-11-06T16:54:40.108Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2434 | 2023-11-06T16:54:40.111Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2435 | 2023-11-06T16:54:40.114Z | x pkg, 0 bytes, 0 tape blocks |
2436 | 2023-11-06T16:54:40.116Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2437 | 2023-11-06T16:54:40.119Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2438 | 2023-11-06T16:54:40.122Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2439 | 2023-11-06T16:54:40.125Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2440 | 2023-11-06T16:54:40.133Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2441 | 2023-11-06T16:54:40.136Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2442 | 2023-11-06T16:54:40.139Z | x VERSION, 25 bytes, 1 tape blocks |
2443 | 2023-11-06T16:54:40.141Z | + cd - |
2444 | 2023-11-06T16:54:40.144Z | /work/oxidecomputer/omicron |
2445 | 2023-11-06T16:54:40.148Z | + cd /tmp/tmp.PHaqVi |
2446 | 2023-11-06T16:54:40.151Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2447 | 2023-11-06T16:54:46.153Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2448 | 2023-11-06T16:54:46.157Z | a oxide.json 1K |
2449 | 2023-11-06T16:54:46.160Z | a root/ 0K |
2450 | 2023-11-06T16:54:46.163Z | a root/opt/ 0K |
2451 | 2023-11-06T16:54:46.166Z | a root/opt/oxide/ 0K |
2452 | 2023-11-06T16:54:46.169Z | a root/opt/oxide/installinator/ 0K |
2453 | 2023-11-06T16:54:46.173Z | a root/opt/oxide/installinator/installinator 50885K |
2454 | 2023-11-06T16:54:46.176Z | a root/opt/oxide/installinator/pkg/ 0K |
2455 | 2023-11-06T16:54:46.179Z | a root/opt/oxide/installinator/VERSION 1K |
2456 | 2023-11-06T16:54:46.182Z | a root/opt/oxide/mg-ddm/ 0K |
2457 | 2023-11-06T16:54:46.185Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2458 | 2023-11-06T16:54:46.188Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2459 | 2023-11-06T16:54:46.191Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2460 | 2023-11-06T16:54:46.194Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2461 | 2023-11-06T16:54:46.197Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2462 | 2023-11-06T16:54:46.200Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2463 | 2023-11-06T16:54:46.202Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2464 | 2023-11-06T16:54:46.205Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2465 | 2023-11-06T16:54:46.209Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2466 | 2023-11-06T16:54:46.212Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2467 | 2023-11-06T16:54:46.214Z | a root/lib/ 0K |
2468 | 2023-11-06T16:54:46.217Z | a root/lib/svc/ 0K |
2469 | 2023-11-06T16:54:46.220Z | a root/lib/svc/manifest/ 0K |
2470 | 2023-11-06T16:54:46.223Z | a root/lib/svc/manifest/site/ 0K |
2471 | 2023-11-06T16:54:46.226Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2472 | 2023-11-06T16:54:46.229Z | + cd / |
2473 | 2023-11-06T16:54:46.233Z | + rm -rf /tmp/tmp.PHaqVi |
2474 | 2023-11-06T16:54:46.235Z | |
2475 | 2023-11-06T16:54:46.239Z | real 6.225402098 |
2476 | 2023-11-06T16:54:46.241Z | user 5.783281178 |
2477 | 2023-11-06T16:54:46.245Z | sys 0.469427228 |
2478 | 2023-11-06T16:54:46.248Z | trap 0.001938153 |
2479 | 2023-11-06T16:54:46.251Z | tflt 0.000000000 |
2480 | 2023-11-06T16:54:46.254Z | dflt 0.000000000 |
2481 | 2023-11-06T16:54:46.257Z | kflt 0.000000000 |
2482 | 2023-11-06T16:54:46.259Z | lock 0.000000000 |
2483 | 2023-11-06T16:54:46.263Z | slp 11.999853206 |
2484 | 2023-11-06T16:54:46.266Z | lat 0.227700629 |
2485 | 2023-11-06T16:54:46.269Z | stop 0.000306758 |
2486 | 2023-11-06T16:54:46.272Z | process exited: duration 2435005 ms, exit code 0 |
|
2487 | 2023-11-06T16:54:46.296Z | found 21 output files |
2488 | 2023-11-06T16:54:46.299Z | uploading: /work/version.txt (26 bytes) |
2489 | 2023-11-06T16:54:47.305Z | uploaded: /work/version.txt |
2490 | 2023-11-06T16:54:47.324Z | uploading: /work/package.tar.gz (83274550 bytes) |
2491 | 2023-11-06T16:55:15.037Z | uploaded: /work/package.tar.gz |
2492 | 2023-11-06T16:55:15.048Z | uploading: /work/global-zone-packages.tar.gz (124702365 bytes) |
2493 | 2023-11-06T16:55:51.790Z | uploaded: /work/global-zone-packages.tar.gz |
2494 | 2023-11-06T16:55:51.835Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36574761 bytes) |
2495 | 2023-11-06T16:56:02.939Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2496 | 2023-11-06T16:56:02.950Z | uploading: /work/zones/clickhouse.tar.gz (181925914 bytes) |
2497 | 2023-11-06T16:57:00.238Z | uploaded: /work/zones/clickhouse.tar.gz |
2498 | 2023-11-06T16:57:00.249Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181924220 bytes) |
2499 | 2023-11-06T16:57:59.783Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2500 | 2023-11-06T16:57:59.803Z | uploading: /work/zones/cockroachdb.tar.gz (118988826 bytes) |
2501 | 2023-11-06T16:58:40.068Z | uploaded: /work/zones/cockroachdb.tar.gz |
2502 | 2023-11-06T16:58:40.077Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2503 | 2023-11-06T16:58:44.935Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2504 | 2023-11-06T16:58:44.945Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2505 | 2023-11-06T16:58:59.551Z | uploaded: /work/zones/crucible.tar.gz |
2506 | 2023-11-06T16:58:59.562Z | uploading: /work/zones/external-dns.tar.gz (24431425 bytes) |
2507 | 2023-11-06T16:59:05.740Z | uploaded: /work/zones/external-dns.tar.gz |
2508 | 2023-11-06T16:59:05.752Z | uploading: /work/zones/internal-dns.tar.gz (24431424 bytes) |
2509 | 2023-11-06T16:59:19.672Z | uploaded: /work/zones/internal-dns.tar.gz |
2510 | 2023-11-06T16:59:19.707Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2511 | 2023-11-06T16:59:20.729Z | uploaded: /work/zones/ntp.tar.gz |
2512 | 2023-11-06T16:59:20.737Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17939237 bytes) |
2513 | 2023-11-06T16:59:33.834Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2514 | 2023-11-06T16:59:33.846Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17938375 bytes) |
2515 | 2023-11-06T16:59:40.077Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2516 | 2023-11-06T16:59:40.090Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (71899151 bytes) |
2517 | 2023-11-06T17:00:01.292Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2518 | 2023-11-06T17:00:01.304Z | uploading: /work/zones/omicron-nexus.tar.gz (71897928 bytes) |
2519 | 2023-11-06T17:00:27.936Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2520 | 2023-11-06T17:00:27.939Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2521 | 2023-11-06T17:00:28.946Z | uploaded: /work/zones/overlay.tar.gz |
2522 | 2023-11-06T17:00:28.957Z | uploading: /work/zones/oximeter-collector.tar.gz (19447081 bytes) |
2523 | 2023-11-06T17:00:36.148Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2524 | 2023-11-06T17:00:36.152Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2525 | 2023-11-06T17:00:53.990Z | uploaded: /work/zones/propolis-server.tar.gz |
2526 | 2023-11-06T17:00:54.053Z | uploading: /work/zones/switch-asic.tar.gz (241961176 bytes) |
2527 | 2023-11-06T17:02:09.503Z | uploaded: /work/zones/switch-asic.tar.gz |
2528 | 2023-11-06T17:02:09.528Z | uploading: /work/zones/switch-softnpu.tar.gz (165743259 bytes) |
2529 | 2023-11-06T17:03:23.114Z | uploaded: /work/zones/switch-softnpu.tar.gz |