|
|
|
1 | 2023-12-08T15:20:24.458Z | job assigned to worker 01HH505RNE2RFWMNJPDB8E1DJB (queued for 1 m 20 s) |
|
2 | 2023-12-08T15:20:25.296Z | starting task 0: "setup" |
3 | 2023-12-08T15:20:25.357Z | ++ uname -s |
4 | 2023-12-08T15:20:25.368Z | + kern=SunOS |
5 | 2023-12-08T15:20:25.368Z | + case "$kern" in |
6 | 2023-12-08T15:20:25.368Z | + groupadd -g 12345 build |
7 | 2023-12-08T15:20:25.369Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-08T15:20:27.369Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-08T15:20:27.480Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-08T15:20:27.484Z | + home_fs=zfs |
11 | 2023-12-08T15:20:27.489Z | + [[ zfs == autofs ]] |
12 | 2023-12-08T15:20:27.489Z | + mkdir -p /home/build |
13 | 2023-12-08T15:20:27.498Z | + chown build:build /home/build /work |
14 | 2023-12-08T15:20:29.488Z | + chmod 0700 /home/build /work |
15 | 2023-12-08T15:20:29.496Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2023-12-08T15:20:29.504Z | starting task 1: "rust-toolchain" |
17 | 2023-12-08T15:20:29.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-08T15:20:29.533Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-08T15:20:29.672Z | info: downloading installer |
20 | 2023-12-08T15:20:30.890Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-08T15:20:30.890Z | warning: /opt/ooce/bin |
22 | 2023-12-08T15:20:30.890Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-08T15:20:30.890Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-08T15:20:30.890Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-08T15:20:30.890Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-08T15:20:30.890Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-08T15:20:30.890Z | error: cannot install while Rust is installed |
28 | 2023-12-08T15:20:30.890Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-08T15:20:31.017Z | info: profile set to 'default' |
30 | 2023-12-08T15:20:31.017Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-08T15:20:31.024Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-08T15:20:31.179Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-08T15:20:31.179Z | info: downloading component 'cargo' |
34 | 2023-12-08T15:20:31.771Z | info: downloading component 'clippy' |
35 | 2023-12-08T15:20:31.975Z | info: downloading component 'rust-docs' |
36 | 2023-12-08T15:20:32.706Z | info: downloading component 'rust-std' |
37 | 2023-12-08T15:20:34.430Z | info: downloading component 'rustc' |
38 | 2023-12-08T15:20:39.049Z | info: downloading component 'rustfmt' |
39 | 2023-12-08T15:20:39.069Z | info: installing component 'cargo' |
40 | 2023-12-08T15:20:39.069Z | info: installing component 'clippy' |
41 | 2023-12-08T15:20:39.256Z | info: installing component 'rust-docs' |
42 | 2023-12-08T15:20:42.176Z | info: installing component 'rust-std' |
43 | 2023-12-08T15:20:46.249Z | info: installing component 'rustc' |
44 | 2023-12-08T15:20:55.723Z | info: installing component 'rustfmt' |
45 | 2023-12-08T15:20:55.894Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-08T15:20:55.894Z | |
47 | 2023-12-08T15:20:56.092Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-08T15:20:56.096Z | |
49 | 2023-12-08T15:20:56.109Z | |
50 | 2023-12-08T15:20:56.109Z | Rust is installed now. Great! |
51 | 2023-12-08T15:20:56.109Z | |
52 | 2023-12-08T15:20:56.109Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-08T15:20:56.109Z | environment variable. This has not been done automatically. |
54 | 2023-12-08T15:20:56.109Z | |
55 | 2023-12-08T15:20:56.110Z | To configure your current shell, run: |
56 | 2023-12-08T15:20:56.110Z | source "$HOME/.cargo/env" |
57 | 2023-12-08T15:20:56.181Z | + rustc --version |
58 | 2023-12-08T15:20:56.294Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-08T15:20:56.300Z | process exited: duration 26797 ms, exit code 0 |
|
60 | 2023-12-08T15:20:56.308Z | starting task 2: "authentication" |
61 | 2023-12-08T15:20:56.363Z | process exited: duration 49 ms, exit code 0 |
|
62 | 2023-12-08T15:20:56.376Z | starting task 3: "clone repository" |
63 | 2023-12-08T15:20:56.381Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-08T15:20:56.386Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-08T15:20:56.521Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-08T15:21:02.599Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-08T15:21:02.599Z | + [[ -n john/sled-agent-write-os ]] |
68 | 2023-12-08T15:21:02.608Z | + git fetch origin john/sled-agent-write-os |
69 | 2023-12-08T15:21:02.981Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-08T15:21:02.981Z | * branch john/sled-agent-write-os -> FETCH_HEAD |
71 | 2023-12-08T15:21:03.005Z | + git checkout -B john/sled-agent-write-os remotes/origin/john/sled-agent-write-os |
72 | 2023-12-08T15:21:03.144Z | Switched to a new branch 'john/sled-agent-write-os' |
73 | 2023-12-08T15:21:03.154Z | branch 'john/sled-agent-write-os' set up to track 'origin/john/sled-agent-write-os'. |
74 | 2023-12-08T15:21:03.154Z | + git reset --hard 8a65c206c03d2229270e4fc2a736f9373bcabc81 |
75 | 2023-12-08T15:21:03.286Z | HEAD is now at 8a65c206 Require explicitly clearing old update status before starting a new one |
76 | 2023-12-08T15:21:03.294Z | process exited: duration 6913 ms, exit code 0 |
|
77 | 2023-12-08T15:21:03.306Z | starting task 4: "build" |
78 | 2023-12-08T15:21:03.317Z | + cargo --version |
79 | 2023-12-08T15:21:03.321Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-08T15:21:03.765Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-08T15:21:03.765Z | info: downloading component 'cargo' |
82 | 2023-12-08T15:21:04.161Z | info: downloading component 'clippy' |
83 | 2023-12-08T15:21:04.300Z | info: downloading component 'rust-docs' |
84 | 2023-12-08T15:21:05.076Z | info: downloading component 'rust-std' |
85 | 2023-12-08T15:21:06.314Z | info: downloading component 'rustc' |
86 | 2023-12-08T15:21:09.403Z | info: downloading component 'rustfmt' |
87 | 2023-12-08T15:21:09.582Z | info: installing component 'cargo' |
88 | 2023-12-08T15:21:10.872Z | info: installing component 'clippy' |
89 | 2023-12-08T15:21:11.368Z | info: installing component 'rust-docs' |
90 | 2023-12-08T15:21:14.305Z | info: installing component 'rust-std' |
91 | 2023-12-08T15:21:17.032Z | info: installing component 'rustc' |
92 | 2023-12-08T15:21:22.939Z | info: installing component 'rustfmt' |
93 | 2023-12-08T15:21:23.489Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-08T15:21:23.500Z | + rustc --version |
95 | 2023-12-08T15:21:23.613Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-08T15:21:23.621Z | ++ git rev-parse HEAD |
97 | 2023-12-08T15:21:23.625Z | + COMMIT=8a65c206c03d2229270e4fc2a736f9373bcabc81 |
98 | 2023-12-08T15:21:23.628Z | + VERSION=5.0.0-0.ci+git8a65c206c03 |
99 | 2023-12-08T15:21:23.629Z | + echo 5.0.0-0.ci+git8a65c206c03 |
100 | 2023-12-08T15:21:23.629Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-08T15:21:33.957Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-08T15:21:35.226Z | Startup: Caching catalogs ... Done |
103 | 2023-12-08T15:21:42.327Z | Planning: Solver setup ... Done (6.679s) |
104 | 2023-12-08T15:21:42.484Z | Planning: Running solver ... Done (0.155s) |
105 | 2023-12-08T15:21:42.743Z | Planning: Finding local manifests ... Done (0.193s) |
106 | 2023-12-08T15:21:42.774Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-08T15:21:43.772Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-08T15:21:44.217Z | Planning: Package planning ... Done (0.440s) |
109 | 2023-12-08T15:21:44.307Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-12-08T15:21:46.007Z | Planning: Checking for conflicting actions ... Done (1.706s) |
111 | 2023-12-08T15:21:46.022Z | Planning: Consolidating action changes ... Done (0.020s) |
112 | 2023-12-08T15:21:55.188Z | Planning: Evaluating mediators ... Done (9.166s) |
113 | 2023-12-08T15:21:55.307Z | Planning: Planning completed in 20.02 seconds |
114 | 2023-12-08T15:21:55.793Z | Packages to install: 4 |
115 | 2023-12-08T15:21:55.793Z | Packages to update: 2 |
116 | 2023-12-08T15:21:55.800Z | Mediators to change: 2 |
117 | 2023-12-08T15:21:55.801Z | Services to change: 1 |
118 | 2023-12-08T15:21:55.801Z | Estimated space available: 148.88 GB |
119 | 2023-12-08T15:21:55.801Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-08T15:21:55.801Z | Create boot environment: No |
121 | 2023-12-08T15:21:55.802Z | Create backup boot environment: Yes |
122 | 2023-12-08T15:21:55.802Z | Rebuild boot archive: No |
123 | 2023-12-08T15:21:55.802Z | |
124 | 2023-12-08T15:21:55.804Z | Changed mediators: |
125 | 2023-12-08T15:21:55.804Z | mediator clang: |
126 | 2023-12-08T15:21:55.805Z | version: None -> 15 (system default) |
127 | 2023-12-08T15:21:55.805Z | |
128 | 2023-12-08T15:21:55.805Z | mediator llvm: |
129 | 2023-12-08T15:21:55.805Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-08T15:21:55.806Z | |
131 | 2023-12-08T15:21:55.806Z | Changed packages: |
132 | 2023-12-08T15:21:55.806Z | helios-dev |
133 | 2023-12-08T15:21:55.807Z | developer/build-essential |
134 | 2023-12-08T15:21:55.807Z | None -> 11-2.0 |
135 | 2023-12-08T15:21:55.807Z | library/libxmlsec1 |
136 | 2023-12-08T15:21:55.807Z | None -> 1.2.35-2.0 |
137 | 2023-12-08T15:21:55.808Z | ooce/developer/clang-15 |
138 | 2023-12-08T15:21:55.808Z | None -> 15.0.7-2.0 |
139 | 2023-12-08T15:21:55.808Z | ooce/developer/llvm-15 |
140 | 2023-12-08T15:21:55.808Z | None -> 15.0.7-2.0 |
141 | 2023-12-08T15:21:55.809Z | system/library/g++-runtime |
142 | 2023-12-08T15:21:55.809Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-08T15:21:55.809Z | system/library/gcc-runtime |
144 | 2023-12-08T15:21:55.809Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-08T15:21:55.810Z | |
146 | 2023-12-08T15:21:55.810Z | Services: |
147 | 2023-12-08T15:21:55.810Z | restart_fmri: |
148 | 2023-12-08T15:21:55.810Z | svc:/system/update-man-index:default |
149 | 2023-12-08T15:21:56.123Z | |
150 | 2023-12-08T15:21:56.123Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-08T15:22:01.134Z | Download: 828/3330 items 18.8/221.1MB 8% complete (3.9M/s) |
152 | 2023-12-08T15:22:06.135Z | Download: 1197/3330 items 70.9/221.1MB 32% complete (7.2M/s) |
153 | 2023-12-08T15:22:11.147Z | Download: 1688/3330 items 118.0/221.1MB 53% complete (9.9M/s) |
154 | 2023-12-08T15:22:16.433Z | Download: 2224/3330 items 119.2/221.1MB 53% complete (9.7M/s) |
155 | 2023-12-08T15:22:21.462Z | Download: 2934/3330 items 121.1/221.1MB 54% complete (318k/s) |
156 | 2023-12-08T15:22:26.442Z | Download: 3299/3330 items 218.5/221.1MB 98% complete (10.2M/s) |
157 | 2023-12-08T15:22:26.908Z | Download: Completed 221.11 MB in 30.78 seconds (7.2M/s) |
158 | 2023-12-08T15:22:28.969Z | Actions: 1/3766 actions (Removing old actions) |
159 | 2023-12-08T15:22:28.969Z | Actions: 5/3766 actions (Installing new actions) |
160 | 2023-12-08T15:22:34.403Z | Actions: 2939/3766 actions (Installing new actions) |
161 | 2023-12-08T15:22:37.224Z | Actions: 3729/3766 actions (Updating modified actions) |
162 | 2023-12-08T15:22:37.884Z | Actions: Completed 3766 actions in 8.91 seconds. |
163 | 2023-12-08T15:22:37.996Z | Done (0.107s) |
164 | 2023-12-08T15:22:38.009Z | Done (0.000s) |
165 | 2023-12-08T15:22:38.299Z | Done (0.269s) |
166 | 2023-12-08T15:22:45.820Z | Done (7.424s) |
167 | 2023-12-08T15:22:46.107Z | Done (0.198s) |
168 | 2023-12-08T15:22:46.198Z | Done (0.000s) |
169 | 2023-12-08T15:22:46.336Z | Done (0.000s) |
170 | 2023-12-08T15:22:47.038Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-12-08T15:22:47.375Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-12-08T15:22:47.392Z | Planning: Consolidating action changes ... Done |
173 | 2023-12-08T15:22:48.167Z | Planning: Evaluating mediators ... Done |
174 | 2023-12-08T15:22:48.187Z | Planning: Planning completed in 0.72 seconds |
175 | 2023-12-08T15:22:48.188Z | Mediators to change: 2 |
176 | 2023-12-08T15:22:48.188Z | Create boot environment: No |
177 | 2023-12-08T15:22:48.188Z | Create backup boot environment: No |
178 | 2023-12-08T15:22:48.189Z | Done |
179 | 2023-12-08T15:22:48.189Z | Done |
180 | 2023-12-08T15:22:48.190Z | Done |
181 | 2023-12-08T15:22:53.952Z | Done |
182 | 2023-12-08T15:22:54.085Z | Done |
183 | 2023-12-08T15:22:54.511Z | Done |
184 | 2023-12-08T15:22:55.371Z | Done |
185 | 2023-12-08T15:22:55.372Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-12-08T15:22:55.372Z | Planning: Merging actions ... Done |
187 | 2023-12-08T15:22:55.798Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-12-08T15:22:55.798Z | Planning: Consolidating action changes ... Done |
189 | 2023-12-08T15:22:55.996Z | Planning: Evaluating mediators ... Done |
190 | 2023-12-08T15:22:56.074Z | Planning: Planning completed in 1.29 seconds |
191 | 2023-12-08T15:22:56.143Z | Packages to change: 1 |
192 | 2023-12-08T15:22:56.144Z | Mediators to change: 1 |
193 | 2023-12-08T15:22:56.144Z | Services to change: 1 |
194 | 2023-12-08T15:22:56.153Z | Create boot environment: No |
195 | 2023-12-08T15:22:56.153Z | Create backup boot environment: Yes |
196 | 2023-12-08T15:22:58.295Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2023-12-08T15:22:58.310Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2023-12-08T15:22:58.311Z | Done |
199 | 2023-12-08T15:22:58.311Z | Done |
200 | 2023-12-08T15:22:58.362Z | Done |
201 | 2023-12-08T15:23:04.404Z | Done |
202 | 2023-12-08T15:23:04.529Z | Done |
203 | 2023-12-08T15:23:04.537Z | Done |
204 | 2023-12-08T15:23:04.689Z | Done |
205 | 2023-12-08T15:23:05.396Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2023-12-08T15:23:05.397Z | clang system 15 system |
207 | 2023-12-08T15:23:05.397Z | csh system system illumos |
208 | 2023-12-08T15:23:05.397Z | ctags system system illumos |
209 | 2023-12-08T15:23:05.397Z | gcc vendor 12 vendor |
210 | 2023-12-08T15:23:05.400Z | gcc system 10 system |
211 | 2023-12-08T15:23:05.400Z | gcc system 7 system |
212 | 2023-12-08T15:23:05.400Z | go system 1.20 system |
213 | 2023-12-08T15:23:05.400Z | go system 1.19 system |
214 | 2023-12-08T15:23:05.400Z | llvm system 15 system |
215 | 2023-12-08T15:23:05.400Z | llvm system 14 system |
216 | 2023-12-08T15:23:05.402Z | mariadb system 10.6 system |
217 | 2023-12-08T15:23:05.402Z | mta vendor vendor dma |
218 | 2023-12-08T15:23:05.402Z | openjdk system 17 system |
219 | 2023-12-08T15:23:05.402Z | openjdk system 11 system |
220 | 2023-12-08T15:23:05.403Z | openjdk system 1.8 system |
221 | 2023-12-08T15:23:05.403Z | openssl vendor 3 vendor |
222 | 2023-12-08T15:23:05.403Z | perl system 5.36 system |
223 | 2023-12-08T15:23:05.403Z | postgresql system 15 system |
224 | 2023-12-08T15:23:05.403Z | postgresql system 13 system |
225 | 2023-12-08T15:23:05.404Z | python vendor 3 vendor |
226 | 2023-12-08T15:23:05.404Z | python system 2 system |
227 | 2023-12-08T15:23:05.404Z | python3 system 3.11 system |
228 | 2023-12-08T15:23:05.404Z | ruby system 3.0 system |
229 | 2023-12-08T15:23:05.404Z | words vendor vendor american-english |
230 | 2023-12-08T15:23:05.404Z | words system system australian-english |
231 | 2023-12-08T15:23:05.404Z | words system system british-english |
232 | 2023-12-08T15:23:05.404Z | words system system canadian-english |
233 | 2023-12-08T15:23:05.404Z | words system system french |
234 | 2023-12-08T15:23:05.405Z | words system system italian |
235 | 2023-12-08T15:23:05.405Z | words system system ngerman |
236 | 2023-12-08T15:23:05.407Z | words system system ogerman |
237 | 2023-12-08T15:23:05.407Z | words system system spanish |
238 | 2023-12-08T15:23:05.919Z | FMRI IFO |
239 | 2023-12-08T15:23:05.920Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2023-12-08T15:23:05.920Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2023-12-08T15:23:05.920Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2023-12-08T15:23:05.920Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
243 | 2023-12-08T15:23:05.921Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2023-12-08T15:23:05.921Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
245 | 2023-12-08T15:23:05.921Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
246 | 2023-12-08T15:23:05.923Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
247 | 2023-12-08T15:23:06.002Z | + set -o errexit |
248 | 2023-12-08T15:23:06.012Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2023-12-08T15:23:06.012Z | ++ cd ./tools |
250 | 2023-12-08T15:23:06.012Z | ++ pwd |
251 | 2023-12-08T15:23:06.012Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2023-12-08T15:23:06.012Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2023-12-08T15:23:06.013Z | + ARG0=ci_download_cockroachdb |
254 | 2023-12-08T15:23:06.013Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2023-12-08T15:23:06.013Z | + CIDL_VERSION=v22.1.9 |
256 | 2023-12-08T15:23:06.013Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2023-12-08T15:23:06.013Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
258 | 2023-12-08T15:23:06.013Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
259 | 2023-12-08T15:23:06.013Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
260 | 2023-12-08T15:23:06.014Z | + TARGET_DIR=out |
261 | 2023-12-08T15:23:06.015Z | + DOWNLOAD_DIR=out/downloads |
262 | 2023-12-08T15:23:06.015Z | + DEST_DIR=./out/cockroachdb |
263 | 2023-12-08T15:23:06.015Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2023-12-08T15:23:06.015Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2023-12-08T15:23:06.015Z | + main |
266 | 2023-12-08T15:23:06.015Z | + [[ 0 != 0 ]] |
267 | 2023-12-08T15:23:06.015Z | + CIDL_OS=solaris2.11 |
268 | 2023-12-08T15:23:06.016Z | + [[ 0 != 0 ]] |
269 | 2023-12-08T15:23:06.016Z | + configure_os solaris2.11 |
270 | 2023-12-08T15:23:06.016Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2023-12-08T15:23:06.016Z | current directory: /work/oxidecomputer/omicron |
272 | 2023-12-08T15:23:06.016Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2023-12-08T15:23:06.016Z | + case "$1" in |
274 | 2023-12-08T15:23:06.016Z | configuring based on OS: "solaris2.11" |
275 | 2023-12-08T15:23:06.016Z | + CIDL_BUILD=illumos |
276 | 2023-12-08T15:23:06.016Z | + CIDL_SUFFIX=tar.gz |
277 | 2023-12-08T15:23:06.017Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-12-08T15:23:06.017Z | + CIDL_MD5FUNC=do_md5sum |
279 | 2023-12-08T15:23:06.017Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2023-12-08T15:23:06.017Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2023-12-08T15:23:06.017Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2023-12-08T15:23:06.017Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-08T15:23:06.018Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-08T15:23:06.018Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2023-12-08T15:23:06.018Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-08T15:23:06.018Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-12-08T15:23:06.018Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-12-08T15:23:06.018Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-08T15:23:06.019Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-08T15:23:06.019Z | + mkdir -p out/downloads |
291 | 2023-12-08T15:23:06.028Z | + mkdir -p ./out/cockroachdb |
292 | 2023-12-08T15:23:06.029Z | + local DO_DOWNLOAD=true |
293 | 2023-12-08T15:23:06.029Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2023-12-08T15:23:06.029Z | + '[' true == true ']' |
295 | 2023-12-08T15:23:06.029Z | + echo Downloading... |
296 | 2023-12-08T15:23:06.030Z | Downloading... |
297 | 2023-12-08T15:23:06.030Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-08T15:23:06.030Z | + 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 |
299 | 2023-12-08T15:23:15.095Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-08T15:23:15.099Z | ++ md5sum |
301 | 2023-12-08T15:23:15.100Z | ++ awk '{print $1}' |
302 | 2023-12-08T15:23:15.277Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
303 | 2023-12-08T15:23:15.277Z | + [[ 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 ]] |
304 | 2023-12-08T15:23:15.277Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-08T15:23:15.281Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2023-12-08T15:23:18.842Z | + do_assemble_illumos |
307 | 2023-12-08T15:23:18.843Z | + rm -r ./out/cockroachdb |
308 | 2023-12-08T15:23:18.847Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2023-12-08T15:23:19.532Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2023-12-08T15:23:19.809Z | Build Tag: v22.1.9-dirty |
311 | 2023-12-08T15:23:19.810Z | Build Time: 2022/10/26 21:17:46 |
312 | 2023-12-08T15:23:19.810Z | Distribution: OSS |
313 | 2023-12-08T15:23:19.810Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2023-12-08T15:23:19.810Z | Go Version: go1.17.13 |
315 | 2023-12-08T15:23:19.810Z | C Compiler: gcc 10.3.0 |
316 | 2023-12-08T15:23:19.810Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2023-12-08T15:23:19.810Z | Build Type: release |
318 | 2023-12-08T15:23:19.835Z | + set -o errexit |
319 | 2023-12-08T15:23:19.839Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2023-12-08T15:23:19.839Z | ++ cd ./tools |
321 | 2023-12-08T15:23:19.839Z | ++ pwd |
322 | 2023-12-08T15:23:19.842Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2023-12-08T15:23:19.842Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2023-12-08T15:23:19.843Z | + ARG0=ci_download_clickhouse |
325 | 2023-12-08T15:23:19.843Z | + TARGET_DIR=out |
326 | 2023-12-08T15:23:19.843Z | + DOWNLOAD_DIR=out/downloads |
327 | 2023-12-08T15:23:19.843Z | + DEST_DIR=./out/clickhouse |
328 | 2023-12-08T15:23:19.846Z | + CIDL_VERSION=v22.8.9.24 |
329 | 2023-12-08T15:23:19.846Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
330 | 2023-12-08T15:23:19.846Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
331 | 2023-12-08T15:23:19.847Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
332 | 2023-12-08T15:23:19.847Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-12-08T15:23:19.847Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
334 | 2023-12-08T15:23:19.847Z | + main |
335 | 2023-12-08T15:23:19.847Z | + [[ 0 != 0 ]] |
336 | 2023-12-08T15:23:19.847Z | + CIDL_OS=solaris2.11 |
337 | 2023-12-08T15:23:19.847Z | + [[ 0 != 0 ]] |
338 | 2023-12-08T15:23:19.847Z | + configure_os solaris2.11 |
339 | 2023-12-08T15:23:19.847Z | + echo 'current directory: /work/oxidecomputer/omicron' |
340 | 2023-12-08T15:23:19.847Z | current directory: /work/oxidecomputer/omicron |
341 | 2023-12-08T15:23:19.847Z | + echo 'configuring based on OS: "solaris2.11"' |
342 | 2023-12-08T15:23:19.847Z | + CIDL_DASHREV= |
343 | 2023-12-08T15:23:19.847Z | + case "$1" in |
344 | 2023-12-08T15:23:19.847Z | configuring based on OS: "solaris2.11" |
345 | 2023-12-08T15:23:19.847Z | + CIDL_PLATFORM=illumos |
346 | 2023-12-08T15:23:19.847Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-12-08T15:23:19.848Z | + CIDL_MD5FUNC=do_md5sum |
348 | 2023-12-08T15:23:19.848Z | + CIDL_DASHREV=-1 |
349 | 2023-12-08T15:23:19.848Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
350 | 2023-12-08T15:23:19.848Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-08T15:23:19.848Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-08T15:23:19.848Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-08T15:23:19.849Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-12-08T15:23:19.849Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-08T15:23:19.849Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-12-08T15:23:19.849Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-08T15:23:19.849Z | + mkdir -p out/downloads |
358 | 2023-12-08T15:23:19.852Z | + mkdir -p ./out/clickhouse |
359 | 2023-12-08T15:23:19.852Z | + local DO_DOWNLOAD=true |
360 | 2023-12-08T15:23:19.853Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
361 | 2023-12-08T15:23:19.853Z | + '[' true == true ']' |
362 | 2023-12-08T15:23:19.853Z | + echo Downloading... |
363 | 2023-12-08T15:23:19.853Z | Downloading... |
364 | 2023-12-08T15:23:19.853Z | + 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 |
365 | 2023-12-08T15:23:19.853Z | + 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 |
366 | 2023-12-08T15:23:21.232Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-08T15:23:21.235Z | ++ md5sum |
368 | 2023-12-08T15:23:21.236Z | ++ awk '{print $1}' |
369 | 2023-12-08T15:23:21.500Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
370 | 2023-12-08T15:23:21.500Z | + [[ 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 ]] |
371 | 2023-12-08T15:23:21.500Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
372 | 2023-12-08T15:23:21.507Z | + mkdir -p ./out/clickhouse |
373 | 2023-12-08T15:23:21.508Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
374 | 2023-12-08T15:23:26.644Z | + ./out/clickhouse/clickhouse server --version |
375 | 2023-12-08T15:23:26.698Z | ClickHouse server version 22.8.9.1. |
376 | 2023-12-08T15:23:26.719Z | + set -o errexit |
377 | 2023-12-08T15:23:26.732Z | +++ dirname ./tools/ci_download_console |
378 | 2023-12-08T15:23:26.733Z | ++ cd ./tools |
379 | 2023-12-08T15:23:26.733Z | ++ pwd |
380 | 2023-12-08T15:23:26.733Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
381 | 2023-12-08T15:23:26.734Z | ++ basename ./tools/ci_download_console |
382 | 2023-12-08T15:23:26.734Z | + ARG0=ci_download_console |
383 | 2023-12-08T15:23:26.734Z | + TARGET_DIR=out |
384 | 2023-12-08T15:23:26.734Z | + DOWNLOAD_DIR=out/downloads |
385 | 2023-12-08T15:23:26.735Z | + DEST_DIR=./out/console-assets |
386 | 2023-12-08T15:23:26.735Z | + source /work/oxidecomputer/omicron/tools/console_version |
387 | 2023-12-08T15:23:26.735Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
388 | 2023-12-08T15:23:26.736Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
389 | 2023-12-08T15:23:26.736Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-08T15:23:26.736Z | + TARBALL_FILE=out/downloads/console.tar.gz |
391 | 2023-12-08T15:23:26.739Z | + main |
392 | 2023-12-08T15:23:26.739Z | + [[ 0 != 0 ]] |
393 | 2023-12-08T15:23:26.740Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
394 | 2023-12-08T15:23:26.740Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-12-08T15:23:26.740Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2023-12-08T15:23:26.740Z | Local file: out/downloads/console.tar.gz |
397 | 2023-12-08T15:23:26.740Z | + local DO_DOWNLOAD=true |
398 | 2023-12-08T15:23:26.740Z | + [[ -f out/downloads/console.tar.gz ]] |
399 | 2023-12-08T15:23:26.740Z | + mkdir -p out/downloads |
400 | 2023-12-08T15:23:26.746Z | + '[' true == true ']' |
401 | 2023-12-08T15:23:26.746Z | + echo Downloading... |
402 | 2023-12-08T15:23:26.746Z | Downloading... |
403 | 2023-12-08T15:23:26.746Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
404 | 2023-12-08T15:23:26.747Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
405 | 2023-12-08T15:23:27.259Z | ++ do_sha256sum out/downloads/console.tar.gz |
406 | 2023-12-08T15:23:27.260Z | ++ case "$OSTYPE" in |
407 | 2023-12-08T15:23:27.260Z | ++ SHA=sha256sum |
408 | 2023-12-08T15:23:27.272Z | ++ sha256sum |
409 | 2023-12-08T15:23:27.272Z | ++ awk '{print $1}' |
410 | 2023-12-08T15:23:27.291Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
411 | 2023-12-08T15:23:27.291Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
412 | 2023-12-08T15:23:27.291Z | + rm -rf ./out/console-assets |
413 | 2023-12-08T15:23:27.304Z | + mkdir -p ./out/console-assets |
414 | 2023-12-08T15:23:27.304Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
415 | 2023-12-08T15:23:27.305Z | + mkdir -p ./out/console-assets |
416 | 2023-12-08T15:23:27.305Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
417 | 2023-12-08T15:23:27.453Z | + set -o errexit |
418 | 2023-12-08T15:23:27.479Z | +++ dirname ./tools/ci_download_maghemite_openapi |
419 | 2023-12-08T15:23:27.479Z | ++ cd ./tools |
420 | 2023-12-08T15:23:27.479Z | ++ pwd |
421 | 2023-12-08T15:23:27.480Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
422 | 2023-12-08T15:23:27.480Z | ++ basename ./tools/ci_download_maghemite_openapi |
423 | 2023-12-08T15:23:27.480Z | + ARG0=ci_download_maghemite_openapi |
424 | 2023-12-08T15:23:27.480Z | + TARGET_DIR=out |
425 | 2023-12-08T15:23:27.480Z | + DOWNLOAD_DIR=out/downloads |
426 | 2023-12-08T15:23:27.480Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
427 | 2023-12-08T15:23:27.480Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
428 | 2023-12-08T15:23:27.480Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
429 | 2023-12-08T15:23:27.480Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
430 | 2023-12-08T15:23:27.480Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
431 | 2023-12-08T15:23:27.480Z | + main |
432 | 2023-12-08T15:23:27.480Z | + [[ 0 != 0 ]] |
433 | 2023-12-08T15:23:27.480Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
434 | 2023-12-08T15:23:27.481Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
435 | 2023-12-08T15:23:27.487Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
436 | 2023-12-08T15:23:27.487Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
437 | 2023-12-08T15:23:27.487Z | + local DO_DOWNLOAD=true |
438 | 2023-12-08T15:23:27.487Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
439 | 2023-12-08T15:23:27.488Z | + mkdir -p out/downloads |
440 | 2023-12-08T15:23:27.488Z | + '[' true == true ']' |
441 | 2023-12-08T15:23:27.489Z | + echo Downloading... |
442 | 2023-12-08T15:23:27.489Z | Downloading... |
443 | 2023-12-08T15:23:27.489Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-12-08T15:23:27.489Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
445 | 2023-12-08T15:23:28.131Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
446 | 2023-12-08T15:23:28.131Z | ++ case "$OSTYPE" in |
447 | 2023-12-08T15:23:28.562Z | ++ SHA=sha256sum |
448 | 2023-12-08T15:23:28.562Z | ++ sha256sum |
449 | 2023-12-08T15:23:28.562Z | ++ awk '{print $1}' |
450 | 2023-12-08T15:23:28.562Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
451 | 2023-12-08T15:23:28.562Z | + [[ 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 ]] |
452 | 2023-12-08T15:23:28.562Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
453 | 2023-12-08T15:23:28.562Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
454 | 2023-12-08T15:23:28.562Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
455 | 2023-12-08T15:23:28.562Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
456 | 2023-12-08T15:23:28.562Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-08T15:23:28.563Z | + main |
458 | 2023-12-08T15:23:28.563Z | + [[ 0 != 0 ]] |
459 | 2023-12-08T15:23:28.563Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
460 | 2023-12-08T15:23:28.563Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
461 | 2023-12-08T15:23:28.563Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
462 | 2023-12-08T15:23:28.563Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
463 | 2023-12-08T15:23:28.563Z | + local DO_DOWNLOAD=true |
464 | 2023-12-08T15:23:28.563Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
465 | 2023-12-08T15:23:28.563Z | + mkdir -p out/downloads |
466 | 2023-12-08T15:23:28.564Z | + '[' true == true ']' |
467 | 2023-12-08T15:23:28.564Z | + echo Downloading... |
468 | 2023-12-08T15:23:28.564Z | Downloading... |
469 | 2023-12-08T15:23:28.564Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
470 | 2023-12-08T15:23:28.564Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
471 | 2023-12-08T15:23:28.795Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
472 | 2023-12-08T15:23:28.805Z | ++ case "$OSTYPE" in |
473 | 2023-12-08T15:23:28.806Z | ++ SHA=sha256sum |
474 | 2023-12-08T15:23:28.806Z | ++ sha256sum |
475 | 2023-12-08T15:23:28.806Z | ++ awk '{print $1}' |
476 | 2023-12-08T15:23:28.806Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
477 | 2023-12-08T15:23:28.806Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
478 | 2023-12-08T15:23:28.813Z | + set -o errexit |
479 | 2023-12-08T15:23:28.813Z | +++ dirname ./tools/ci_download_dendrite_openapi |
480 | 2023-12-08T15:23:28.820Z | ++ cd ./tools |
481 | 2023-12-08T15:23:28.821Z | ++ pwd |
482 | 2023-12-08T15:23:28.821Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2023-12-08T15:23:28.823Z | ++ basename ./tools/ci_download_dendrite_openapi |
484 | 2023-12-08T15:23:28.823Z | + ARG0=ci_download_dendrite_openapi |
485 | 2023-12-08T15:23:28.823Z | + TARGET_DIR=out |
486 | 2023-12-08T15:23:28.824Z | + DOWNLOAD_DIR=out/downloads |
487 | 2023-12-08T15:23:28.824Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2023-12-08T15:23:28.824Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
489 | 2023-12-08T15:23:28.825Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
490 | 2023-12-08T15:23:28.825Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
491 | 2023-12-08T15:23:28.825Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
492 | 2023-12-08T15:23:28.825Z | + main |
493 | 2023-12-08T15:23:28.825Z | + [[ 0 != 0 ]] |
494 | 2023-12-08T15:23:28.826Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
495 | 2023-12-08T15:23:28.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
496 | 2023-12-08T15:23:28.826Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
497 | 2023-12-08T15:23:28.826Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
498 | 2023-12-08T15:23:28.827Z | + local DO_DOWNLOAD=true |
499 | 2023-12-08T15:23:28.827Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
500 | 2023-12-08T15:23:28.827Z | + mkdir -p out/downloads |
501 | 2023-12-08T15:23:28.835Z | + '[' true == true ']' |
502 | 2023-12-08T15:23:28.836Z | + echo Downloading... |
503 | 2023-12-08T15:23:28.836Z | Downloading... |
504 | 2023-12-08T15:23:28.836Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
505 | 2023-12-08T15:23:28.836Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
506 | 2023-12-08T15:23:29.977Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
507 | 2023-12-08T15:23:29.977Z | ++ case "$OSTYPE" in |
508 | 2023-12-08T15:23:29.985Z | ++ SHA=sha256sum |
509 | 2023-12-08T15:23:29.986Z | ++ sha256sum |
510 | 2023-12-08T15:23:29.986Z | ++ awk '{print $1}' |
511 | 2023-12-08T15:23:30.014Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2023-12-08T15:23:30.014Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
513 | 2023-12-08T15:23:30.014Z | + set -o errexit |
514 | 2023-12-08T15:23:30.024Z | +++ dirname ./tools/ci_download_dendrite_stub |
515 | 2023-12-08T15:23:30.024Z | ++ cd ./tools |
516 | 2023-12-08T15:23:30.024Z | ++ pwd |
517 | 2023-12-08T15:23:30.024Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
518 | 2023-12-08T15:23:30.024Z | ++ basename ./tools/ci_download_dendrite_stub |
519 | 2023-12-08T15:23:30.024Z | + ARG0=ci_download_dendrite_stub |
520 | 2023-12-08T15:23:30.024Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
521 | 2023-12-08T15:23:30.025Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
522 | 2023-12-08T15:23:30.025Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
523 | 2023-12-08T15:23:30.025Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
524 | 2023-12-08T15:23:30.025Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
525 | 2023-12-08T15:23:30.025Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
526 | 2023-12-08T15:23:30.025Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
527 | 2023-12-08T15:23:30.026Z | + TARGET_DIR=out |
528 | 2023-12-08T15:23:30.026Z | + DOWNLOAD_DIR=out/downloads |
529 | 2023-12-08T15:23:30.026Z | + DEST_DIR=./out/dendrite-stub |
530 | 2023-12-08T15:23:30.026Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
531 | 2023-12-08T15:23:30.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
532 | 2023-12-08T15:23:30.026Z | + REPO=oxidecomputer/dendrite |
533 | 2023-12-08T15:23:30.026Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
534 | 2023-12-08T15:23:30.026Z | + main |
535 | 2023-12-08T15:23:30.026Z | + [[ 0 != 0 ]] |
536 | 2023-12-08T15:23:30.026Z | + CIDL_OS=solaris2.11 |
537 | 2023-12-08T15:23:30.026Z | + [[ 0 != 0 ]] |
538 | 2023-12-08T15:23:30.026Z | + configure_os solaris2.11 |
539 | 2023-12-08T15:23:30.027Z | + echo 'current directory: /work/oxidecomputer/omicron' |
540 | 2023-12-08T15:23:30.027Z | current directory: /work/oxidecomputer/omicron |
541 | 2023-12-08T15:23:30.027Z | + echo 'configuring based on OS: "solaris2.11"' |
542 | 2023-12-08T15:23:30.027Z | configuring based on OS: "solaris2.11" |
543 | 2023-12-08T15:23:30.027Z | + case "$1" in |
544 | 2023-12-08T15:23:30.027Z | + SET_BINARIES= |
545 | 2023-12-08T15:23:30.027Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
546 | 2023-12-08T15:23:30.027Z | + CIDL_SHA256FUNC=do_sha256sum |
547 | 2023-12-08T15:23:30.028Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
548 | 2023-12-08T15:23:30.028Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
549 | 2023-12-08T15:23:30.028Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-08T15:23:30.028Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
551 | 2023-12-08T15:23:30.029Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
552 | 2023-12-08T15:23:30.029Z | Local file: out/downloads/dendrite-stub.tar.gz |
553 | 2023-12-08T15:23:30.029Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
554 | 2023-12-08T15:23:30.029Z | + mkdir -p out/downloads |
555 | 2023-12-08T15:23:30.029Z | + mkdir -p ./out/dendrite-stub |
556 | 2023-12-08T15:23:30.029Z | + fetch_and_verify |
557 | 2023-12-08T15:23:30.029Z | + local DO_DOWNLOAD=true |
558 | 2023-12-08T15:23:30.029Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
559 | 2023-12-08T15:23:30.029Z | + '[' true == true ']' |
560 | 2023-12-08T15:23:30.029Z | + echo Downloading... |
561 | 2023-12-08T15:23:30.029Z | Downloading... |
562 | 2023-12-08T15:23:30.029Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-08T15:23:30.029Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
564 | 2023-12-08T15:23:42.715Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-08T15:23:42.726Z | ++ sha256sum |
566 | 2023-12-08T15:23:42.726Z | ++ awk '{print $1}' |
567 | 2023-12-08T15:23:42.809Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
568 | 2023-12-08T15:23:42.809Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
569 | 2023-12-08T15:23:42.809Z | + do_untar out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-08T15:23:42.809Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
571 | 2023-12-08T15:23:43.925Z | + do_assemble |
572 | 2023-12-08T15:23:43.925Z | + rm -r ./out/dendrite-stub |
573 | 2023-12-08T15:23:43.935Z | + mkdir ./out/dendrite-stub |
574 | 2023-12-08T15:23:43.935Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
575 | 2023-12-08T15:23:43.999Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
576 | 2023-12-08T15:23:44.012Z | + set -o errexit |
577 | 2023-12-08T15:23:44.037Z | +++ dirname ./tools/ci_download_maghemite_mgd |
578 | 2023-12-08T15:23:44.038Z | ++ cd ./tools |
579 | 2023-12-08T15:23:44.038Z | ++ pwd |
580 | 2023-12-08T15:23:44.038Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
581 | 2023-12-08T15:23:44.038Z | ++ basename ./tools/ci_download_maghemite_mgd |
582 | 2023-12-08T15:23:44.038Z | + ARG0=ci_download_maghemite_mgd |
583 | 2023-12-08T15:23:44.038Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
584 | 2023-12-08T15:23:44.038Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
585 | 2023-12-08T15:23:44.038Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
586 | 2023-12-08T15:23:44.039Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
587 | 2023-12-08T15:23:44.039Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
588 | 2023-12-08T15:23:44.039Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
589 | 2023-12-08T15:23:44.039Z | + TARGET_DIR=out |
590 | 2023-12-08T15:23:44.039Z | + DOWNLOAD_DIR=out/downloads |
591 | 2023-12-08T15:23:44.040Z | + DEST_DIR=./out/mgd |
592 | 2023-12-08T15:23:44.040Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
593 | 2023-12-08T15:23:44.040Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2023-12-08T15:23:44.040Z | + REPO=oxidecomputer/maghemite |
595 | 2023-12-08T15:23:44.040Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
596 | 2023-12-08T15:23:44.040Z | + main |
597 | 2023-12-08T15:23:44.040Z | + [[ 0 != 0 ]] |
598 | 2023-12-08T15:23:44.041Z | + CIDL_OS=solaris2.11 |
599 | 2023-12-08T15:23:44.041Z | + [[ 0 != 0 ]] |
600 | 2023-12-08T15:23:44.041Z | + configure_os solaris2.11 |
601 | 2023-12-08T15:23:44.041Z | + echo 'current directory: /work/oxidecomputer/omicron' |
602 | 2023-12-08T15:23:44.041Z | current directory: /work/oxidecomputer/omicron |
603 | 2023-12-08T15:23:44.041Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2023-12-08T15:23:44.041Z | + case "$1" in |
605 | 2023-12-08T15:23:44.041Z | configuring based on OS: "solaris2.11" |
606 | 2023-12-08T15:23:44.042Z | + SET_BINARIES= |
607 | 2023-12-08T15:23:44.042Z | + CIDL_SHA256FUNC=do_sha256sum |
608 | 2023-12-08T15:23:44.042Z | + TARBALL_FILENAME=mgd.tar.gz |
609 | 2023-12-08T15:23:44.042Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
610 | 2023-12-08T15:23:44.042Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
611 | 2023-12-08T15:23:44.042Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
612 | 2023-12-08T15:23:44.042Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
613 | 2023-12-08T15:23:44.042Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
614 | 2023-12-08T15:23:44.043Z | Local file: out/downloads/mgd.tar.gz |
615 | 2023-12-08T15:23:44.043Z | + mkdir -p out/downloads |
616 | 2023-12-08T15:23:44.076Z | + mkdir -p ./out/mgd |
617 | 2023-12-08T15:23:44.076Z | + fetch_and_verify |
618 | 2023-12-08T15:23:44.077Z | + local DO_DOWNLOAD=true |
619 | 2023-12-08T15:23:44.077Z | + [[ -f out/downloads/mgd.tar.gz ]] |
620 | 2023-12-08T15:23:44.078Z | + '[' true == true ']' |
621 | 2023-12-08T15:23:44.078Z | + echo Downloading... |
622 | 2023-12-08T15:23:44.078Z | Downloading... |
623 | 2023-12-08T15:23:44.078Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
624 | 2023-12-08T15:23:44.078Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
625 | 2023-12-08T15:23:51.616Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
626 | 2023-12-08T15:23:51.639Z | ++ sha256sum |
627 | 2023-12-08T15:23:51.639Z | ++ awk '{print $1}' |
628 | 2023-12-08T15:23:51.701Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
629 | 2023-12-08T15:23:51.701Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
630 | 2023-12-08T15:23:51.716Z | + do_untar out/downloads/mgd.tar.gz |
631 | 2023-12-08T15:23:51.716Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
632 | 2023-12-08T15:23:52.377Z | + do_assemble |
633 | 2023-12-08T15:23:52.378Z | + rm -r ./out/mgd |
634 | 2023-12-08T15:23:52.381Z | + mkdir ./out/mgd |
635 | 2023-12-08T15:23:52.381Z | + cp -r out/downloads/root ./out/mgd/root |
636 | 2023-12-08T15:23:52.592Z | + set -o errexit |
637 | 2023-12-08T15:23:52.605Z | +++ dirname ./tools/ci_download_transceiver_control |
638 | 2023-12-08T15:23:52.606Z | ++ cd ./tools |
639 | 2023-12-08T15:23:52.606Z | ++ pwd |
640 | 2023-12-08T15:23:52.606Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
641 | 2023-12-08T15:23:52.606Z | ++ basename ./tools/ci_download_transceiver_control |
642 | 2023-12-08T15:23:53.430Z | + ARG0=ci_download_transceiver_control |
643 | 2023-12-08T15:23:53.431Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
644 | 2023-12-08T15:23:53.431Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2023-12-08T15:23:53.431Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
646 | 2023-12-08T15:23:53.431Z | + TARGET_DIR=out |
647 | 2023-12-08T15:23:53.431Z | + DOWNLOAD_DIR=out/downloads |
648 | 2023-12-08T15:23:53.431Z | + DEST_DIR=./out/transceiver-control |
649 | 2023-12-08T15:23:53.431Z | + BIN_DIR=/opt/oxide/bin |
650 | 2023-12-08T15:23:53.431Z | + BINARY=xcvradm |
651 | 2023-12-08T15:23:53.431Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
652 | 2023-12-08T15:23:53.431Z | + REPO=oxidecomputer/transceiver-control |
653 | 2023-12-08T15:23:53.431Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-12-08T15:23:53.431Z | + main |
655 | 2023-12-08T15:23:53.432Z | + [[ 0 != 0 ]] |
656 | 2023-12-08T15:23:53.432Z | + CIDL_OS=solaris2.11 |
657 | 2023-12-08T15:23:53.432Z | + [[ 0 != 0 ]] |
658 | 2023-12-08T15:23:53.432Z | + configure_os solaris2.11 |
659 | 2023-12-08T15:23:53.432Z | + echo 'current directory: /work/oxidecomputer/omicron' |
660 | 2023-12-08T15:23:53.432Z | current directory: /work/oxidecomputer/omicron |
661 | 2023-12-08T15:23:53.432Z | configuring based on OS: "solaris2.11" |
662 | 2023-12-08T15:23:53.432Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2023-12-08T15:23:53.433Z | + case "$1" in |
664 | 2023-12-08T15:23:53.433Z | + SET_BINARIES= |
665 | 2023-12-08T15:23:53.433Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2023-12-08T15:23:53.433Z | + CIDL_SHA256FUNC=do_sha256sum |
667 | 2023-12-08T15:23:53.433Z | + ARCHIVE_FILENAME=xcvradm.gz |
668 | 2023-12-08T15:23:53.433Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-08T15:23:53.433Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
670 | 2023-12-08T15:23:53.433Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
671 | 2023-12-08T15:23:53.433Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2023-12-08T15:23:53.433Z | + echo 'Local file: out/downloads/xcvradm.gz' |
673 | 2023-12-08T15:23:53.433Z | Local file: out/downloads/xcvradm.gz |
674 | 2023-12-08T15:23:53.434Z | + mkdir -p out/downloads |
675 | 2023-12-08T15:23:53.434Z | + mkdir -p ./out/transceiver-control |
676 | 2023-12-08T15:23:53.434Z | + fetch_and_verify |
677 | 2023-12-08T15:23:53.434Z | + local DO_DOWNLOAD=true |
678 | 2023-12-08T15:23:53.434Z | + [[ -f out/downloads/xcvradm.gz ]] |
679 | 2023-12-08T15:23:53.434Z | + '[' true == true ']' |
680 | 2023-12-08T15:23:53.434Z | + echo Downloading... |
681 | 2023-12-08T15:23:53.435Z | Downloading... |
682 | 2023-12-08T15:23:53.435Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
683 | 2023-12-08T15:23:53.435Z | + 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 |
684 | 2023-12-08T15:23:55.714Z | ++ do_sha256sum out/downloads/xcvradm.gz |
685 | 2023-12-08T15:23:55.721Z | ++ sha256sum |
686 | 2023-12-08T15:23:55.721Z | ++ awk '{print $1}' |
687 | 2023-12-08T15:23:55.736Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
688 | 2023-12-08T15:23:55.736Z | + [[ 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 ]] |
689 | 2023-12-08T15:23:55.739Z | + do_unpack out/downloads/xcvradm.gz |
690 | 2023-12-08T15:23:55.739Z | + mkdir -p out/downloads/root//opt/oxide/bin |
691 | 2023-12-08T15:23:55.739Z | + gzip -dc out/downloads/xcvradm.gz |
692 | 2023-12-08T15:23:55.916Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
693 | 2023-12-08T15:23:55.924Z | + do_assemble |
694 | 2023-12-08T15:23:55.924Z | + rm -r ./out/transceiver-control |
695 | 2023-12-08T15:23:55.924Z | + mkdir ./out/transceiver-control |
696 | 2023-12-08T15:23:55.924Z | + cp -r out/downloads/root ./out/transceiver-control/root |
697 | 2023-12-08T15:23:56.114Z | All prerequisites installed successfully |
698 | 2023-12-08T15:23:56.123Z | |
699 | 2023-12-08T15:23:56.123Z | real 2:32.486263056 |
700 | 2023-12-08T15:23:56.124Z | user 56.339070688 |
701 | 2023-12-08T15:23:56.124Z | sys 11.176563107 |
702 | 2023-12-08T15:23:56.124Z | trap 0.021758862 |
703 | 2023-12-08T15:23:56.124Z | tflt 0.269365426 |
704 | 2023-12-08T15:23:56.124Z | dflt 0.986995677 |
705 | 2023-12-08T15:23:56.124Z | kflt 0.233341541 |
706 | 2023-12-08T15:23:56.124Z | lock 1.755702886 |
707 | 2023-12-08T15:23:56.124Z | slp 4:54.420482353 |
708 | 2023-12-08T15:23:56.124Z | lat 4.397085457 |
709 | 2023-12-08T15:23:56.124Z | stop 0.064271167 |
710 | 2023-12-08T15:23:56.124Z | + ptime -m ./tools/ci_download_softnpu_machinery |
711 | 2023-12-08T15:23:56.132Z | fetching npuzone |
712 | 2023-12-08T15:23:56.137Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
713 | 2023-12-08T15:23:56.137Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
714 | 2023-12-08T15:23:56.137Z | Getting hash for npuzone |
715 | 2023-12-08T15:23:56.326Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
716 | 2023-12-08T15:24:05.473Z | npuzone downloaded successfully |
717 | 2023-12-08T15:24:05.477Z | |
718 | 2023-12-08T15:24:05.481Z | real 9.362989854 |
719 | 2023-12-08T15:24:05.481Z | user 0.564981702 |
720 | 2023-12-08T15:24:05.481Z | sys 0.163974965 |
721 | 2023-12-08T15:24:05.482Z | trap 0.000051204 |
722 | 2023-12-08T15:24:05.482Z | tflt 0.000000000 |
723 | 2023-12-08T15:24:05.482Z | dflt 0.000000000 |
724 | 2023-12-08T15:24:05.482Z | kflt 0.000000000 |
725 | 2023-12-08T15:24:05.482Z | lock 0.000000000 |
726 | 2023-12-08T15:24:05.482Z | slp 27.120576274 |
727 | 2023-12-08T15:24:05.482Z | lat 0.202123727 |
728 | 2023-12-08T15:24:05.482Z | stop 0.000278219 |
729 | 2023-12-08T15:24:05.482Z | + export CARGO_INCREMENTAL=0 |
730 | 2023-12-08T15:24:05.482Z | + CARGO_INCREMENTAL=0 |
731 | 2023-12-08T15:24:05.482Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
732 | 2023-12-08T15:24:05.820Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2023-12-08T15:24:06.205Z | Updating crates.io index |
734 | 2023-12-08T15:24:06.270Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2023-12-08T15:24:07.088Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2023-12-08T15:24:09.086Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2023-12-08T15:24:09.775Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2023-12-08T15:24:10.145Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2023-12-08T15:24:10.451Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2023-12-08T15:24:10.831Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2023-12-08T15:24:11.737Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2023-12-08T15:24:14.219Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2023-12-08T15:24:15.246Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2023-12-08T15:24:15.835Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2023-12-08T15:24:16.446Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2023-12-08T15:24:16.782Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
747 | 2023-12-08T15:24:17.125Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
748 | 2023-12-08T15:24:17.590Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
749 | 2023-12-08T15:24:17.900Z | Updating git repository `https://github.com/njaremko/samael` |
750 | 2023-12-08T15:24:18.447Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2023-12-08T15:24:19.011Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2023-12-08T15:24:19.380Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2023-12-08T15:24:19.739Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2023-12-08T15:24:20.989Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2023-12-08T15:24:21.556Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2023-12-08T15:24:22.468Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2023-12-08T15:24:22.866Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2023-12-08T15:24:23.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2023-12-08T15:24:24.651Z | Downloading crates ... |
760 | 2023-12-08T15:24:24.874Z | Downloaded ahash v0.8.3 |
761 | 2023-12-08T15:24:24.889Z | Downloaded crc v3.0.1 |
762 | 2023-12-08T15:24:24.892Z | Downloaded block-padding v0.3.3 |
763 | 2023-12-08T15:24:24.897Z | Downloaded const-oid v0.9.5 |
764 | 2023-12-08T15:24:24.921Z | Downloaded itertools v0.12.0 |
765 | 2023-12-08T15:24:24.927Z | Downloaded idna v0.5.0 |
766 | 2023-12-08T15:24:24.934Z | Downloaded io-lifetimes v1.0.11 |
767 | 2023-12-08T15:24:24.938Z | Downloaded is_ci v1.1.1 |
768 | 2023-12-08T15:24:24.943Z | Downloaded crypto-bigint v0.5.2 |
769 | 2023-12-08T15:24:24.951Z | Downloaded camino-tempfile v1.1.1 |
770 | 2023-12-08T15:24:24.957Z | Downloaded crc-catalog v2.2.0 |
771 | 2023-12-08T15:24:24.960Z | Downloaded clap_derive v4.4.2 |
772 | 2023-12-08T15:24:24.974Z | Downloaded memoffset v0.9.0 |
773 | 2023-12-08T15:24:24.979Z | Downloaded keccak v0.1.4 |
774 | 2023-12-08T15:24:24.984Z | Downloaded ipnetwork v0.20.0 |
775 | 2023-12-08T15:24:24.989Z | Downloaded secrecy v0.8.0 |
776 | 2023-12-08T15:24:24.993Z | Downloaded lazycell v1.3.0 |
777 | 2023-12-08T15:24:24.998Z | Downloaded openssl-macros v0.1.1 |
778 | 2023-12-08T15:24:25.003Z | Downloaded untrusted v0.9.0 |
779 | 2023-12-08T15:24:25.006Z | Downloaded num-integer v0.1.45 |
780 | 2023-12-08T15:24:25.010Z | Downloaded async-stream-impl v0.3.5 |
781 | 2023-12-08T15:24:25.017Z | Downloaded linear-map v1.2.0 |
782 | 2023-12-08T15:24:25.020Z | Downloaded num_threads v0.1.6 |
783 | 2023-12-08T15:24:25.020Z | Downloaded match_cfg v0.1.0 |
784 | 2023-12-08T15:24:25.024Z | Downloaded parking_lot v0.11.2 |
785 | 2023-12-08T15:24:25.030Z | Downloaded num v0.4.1 |
786 | 2023-12-08T15:24:25.034Z | Downloaded signature v1.6.4 |
787 | 2023-12-08T15:24:25.039Z | Downloaded nu-ansi-term v0.49.0 |
788 | 2023-12-08T15:24:25.043Z | Downloaded num-complex v0.4.4 |
789 | 2023-12-08T15:24:25.046Z | Downloaded mime v0.3.17 |
790 | 2023-12-08T15:24:25.050Z | Downloaded ciborium-io v0.2.1 |
791 | 2023-12-08T15:24:25.053Z | Downloaded ascii-canvas v3.0.0 |
792 | 2023-12-08T15:24:25.057Z | Downloaded num_enum v0.5.11 |
793 | 2023-12-08T15:24:25.066Z | Downloaded ciborium-ll v0.2.1 |
794 | 2023-12-08T15:24:25.074Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2023-12-08T15:24:25.078Z | Downloaded darling_macro v0.20.3 |
796 | 2023-12-08T15:24:25.078Z | Downloaded corncobs v0.1.3 |
797 | 2023-12-08T15:24:25.081Z | Downloaded bytecount v0.6.3 |
798 | 2023-12-08T15:24:25.084Z | Downloaded vec_map v0.8.2 |
799 | 2023-12-08T15:24:25.088Z | Downloaded normalize-line-endings v0.3.0 |
800 | 2023-12-08T15:24:25.092Z | Downloaded bytes v1.5.0 |
801 | 2023-12-08T15:24:25.098Z | Downloaded anstream v0.5.0 |
802 | 2023-12-08T15:24:25.104Z | Downloaded base64ct v1.6.0 |
803 | 2023-12-08T15:24:25.110Z | Downloaded bzip2 v0.4.4 |
804 | 2023-12-08T15:24:25.116Z | Downloaded proc-macro-error v1.0.4 |
805 | 2023-12-08T15:24:25.124Z | Downloaded num-bigint v0.4.4 |
806 | 2023-12-08T15:24:25.135Z | Downloaded path-slash v0.1.5 |
807 | 2023-12-08T15:24:25.139Z | Downloaded bcs v0.1.6 |
808 | 2023-12-08T15:24:25.143Z | Downloaded crossterm v0.27.0 |
809 | 2023-12-08T15:24:25.160Z | Downloaded clap_builder v4.4.2 |
810 | 2023-12-08T15:24:25.172Z | Downloaded ref-cast v1.0.20 |
811 | 2023-12-08T15:24:25.179Z | Downloaded syn v2.0.32 |
812 | 2023-12-08T15:24:25.201Z | Downloaded fxhash v0.2.1 |
813 | 2023-12-08T15:24:25.206Z | Downloaded same-file v1.0.6 |
814 | 2023-12-08T15:24:25.210Z | Downloaded strum_macros v0.25.2 |
815 | 2023-12-08T15:24:25.218Z | Downloaded blake2 v0.10.6 |
816 | 2023-12-08T15:24:25.222Z | Downloaded base64 v0.13.1 |
817 | 2023-12-08T15:24:25.227Z | Downloaded typenum v1.16.0 |
818 | 2023-12-08T15:24:25.234Z | Downloaded waitgroup v0.1.2 |
819 | 2023-12-08T15:24:25.239Z | Downloaded proc-macro-crate v1.3.1 |
820 | 2023-12-08T15:24:25.243Z | Downloaded ref-cast-impl v1.0.20 |
821 | 2023-12-08T15:24:25.246Z | Downloaded quick-error v1.2.3 |
822 | 2023-12-08T15:24:25.247Z | Downloaded predicates-core v1.0.6 |
823 | 2023-12-08T15:24:25.250Z | Downloaded slog-term v2.9.0 |
824 | 2023-12-08T15:24:25.255Z | Downloaded parse-display-derive v0.8.2 |
825 | 2023-12-08T15:24:25.267Z | Downloaded rpassword v7.3.1 |
826 | 2023-12-08T15:24:25.280Z | Downloaded cc v1.0.83 |
827 | 2023-12-08T15:24:25.280Z | Downloaded universal-hash v0.5.1 |
828 | 2023-12-08T15:24:25.280Z | Downloaded scopeguard v1.2.0 |
829 | 2023-12-08T15:24:25.301Z | Downloaded openssl-sys v0.9.96 |
830 | 2023-12-08T15:24:25.306Z | Downloaded platforms v3.0.2 |
831 | 2023-12-08T15:24:25.306Z | Downloaded unicode-linebreak v0.1.5 |
832 | 2023-12-08T15:24:25.306Z | Downloaded darling_macro v0.14.4 |
833 | 2023-12-08T15:24:25.306Z | Downloaded getopts v0.2.21 |
834 | 2023-12-08T15:24:25.306Z | Downloaded tower-service v0.3.2 |
835 | 2023-12-08T15:24:25.306Z | Downloaded dtrace-parser v0.1.14 |
836 | 2023-12-08T15:24:25.306Z | Downloaded zone v0.3.0 |
837 | 2023-12-08T15:24:25.311Z | Downloaded string_cache v0.8.7 |
838 | 2023-12-08T15:24:25.315Z | Downloaded zeroize v1.7.0 |
839 | 2023-12-08T15:24:25.318Z | Downloaded phf_shared v0.11.2 |
840 | 2023-12-08T15:24:25.319Z | Downloaded siphasher v0.3.11 |
841 | 2023-12-08T15:24:25.323Z | Downloaded derive-where v1.2.6 |
842 | 2023-12-08T15:24:25.329Z | Downloaded digest v0.10.7 |
843 | 2023-12-08T15:24:25.333Z | Downloaded dirs-next v2.0.0 |
844 | 2023-12-08T15:24:25.338Z | Downloaded semver v0.11.0 |
845 | 2023-12-08T15:24:25.342Z | Downloaded smallvec v1.11.0 |
846 | 2023-12-08T15:24:25.349Z | Downloaded try-lock v0.2.4 |
847 | 2023-12-08T15:24:25.356Z | Downloaded radium v0.7.0 |
848 | 2023-12-08T15:24:25.360Z | Downloaded rtoolbox v0.0.1 |
849 | 2023-12-08T15:24:25.360Z | Downloaded generic-array v0.14.7 |
850 | 2023-12-08T15:24:25.360Z | Downloaded tui-tree-widget v0.13.0 |
851 | 2023-12-08T15:24:25.364Z | Downloaded diff v0.1.13 |
852 | 2023-12-08T15:24:25.371Z | Downloaded vte_generate_state_changes v0.1.1 |
853 | 2023-12-08T15:24:25.376Z | Downloaded fragile v2.0.0 |
854 | 2023-12-08T15:24:25.376Z | Downloaded tokio-tungstenite v0.20.1 |
855 | 2023-12-08T15:24:25.380Z | Downloaded r2d2 v0.8.10 |
856 | 2023-12-08T15:24:25.385Z | Downloaded subtle v2.5.0 |
857 | 2023-12-08T15:24:25.389Z | Downloaded diesel_table_macro_syntax v0.1.0 |
858 | 2023-12-08T15:24:25.389Z | Downloaded thiserror v1.0.49 |
859 | 2023-12-08T15:24:25.398Z | Downloaded endian-type v0.1.2 |
860 | 2023-12-08T15:24:25.401Z | Downloaded strum v0.25.0 |
861 | 2023-12-08T15:24:25.402Z | Downloaded fd-lock v3.0.13 |
862 | 2023-12-08T15:24:25.406Z | Downloaded tokio-rustls v0.24.1 |
863 | 2023-12-08T15:24:25.410Z | Downloaded walkdir v2.4.0 |
864 | 2023-12-08T15:24:25.415Z | Downloaded postcard-cobs v0.1.5-pre |
865 | 2023-12-08T15:24:25.418Z | Downloaded fs-err v2.11.0 |
866 | 2023-12-08T15:24:25.421Z | Downloaded dof v0.1.5 |
867 | 2023-12-08T15:24:25.427Z | Downloaded home v0.5.5 |
868 | 2023-12-08T15:24:25.431Z | Downloaded url v2.5.0 |
869 | 2023-12-08T15:24:25.436Z | Downloaded futures-sink v0.3.29 |
870 | 2023-12-08T15:24:25.440Z | Downloaded termtree v0.4.1 |
871 | 2023-12-08T15:24:25.440Z | Downloaded futures-io v0.3.29 |
872 | 2023-12-08T15:24:25.444Z | Downloaded whoami v1.4.1 |
873 | 2023-12-08T15:24:25.444Z | Downloaded futures-task v0.3.29 |
874 | 2023-12-08T15:24:25.447Z | Downloaded signal-hook-mio v0.2.3 |
875 | 2023-12-08T15:24:25.452Z | Downloaded socket2 v0.4.9 |
876 | 2023-12-08T15:24:25.456Z | Downloaded rsa v0.9.2 |
877 | 2023-12-08T15:24:25.462Z | Downloaded usdt-attr-macro v0.3.5 |
878 | 2023-12-08T15:24:25.466Z | Downloaded quote v1.0.33 |
879 | 2023-12-08T15:24:25.470Z | Downloaded structmeta-derive v0.2.0 |
880 | 2023-12-08T15:24:25.476Z | Downloaded schemars_derive v0.8.13 |
881 | 2023-12-08T15:24:25.481Z | Downloaded rusty-fork v0.3.0 |
882 | 2023-12-08T15:24:25.481Z | Downloaded phf_shared v0.10.0 |
883 | 2023-12-08T15:24:25.485Z | Downloaded poly1305 v0.8.0 |
884 | 2023-12-08T15:24:25.489Z | Downloaded display-error-chain v0.2.0 |
885 | 2023-12-08T15:24:25.489Z | Downloaded utf8parse v0.2.1 |
886 | 2023-12-08T15:24:25.493Z | Downloaded slab v0.4.9 |
887 | 2023-12-08T15:24:25.497Z | Downloaded rayon-core v1.12.0 |
888 | 2023-12-08T15:24:25.502Z | Downloaded precomputed-hash v0.1.1 |
889 | 2023-12-08T15:24:25.506Z | Downloaded schemars v0.8.13 |
890 | 2023-12-08T15:24:25.525Z | Downloaded time-macros v0.2.13 |
891 | 2023-12-08T15:24:25.563Z | Downloaded hyper-staticfile v0.9.5 |
892 | 2023-12-08T15:24:25.563Z | Downloaded rand_xorshift v0.3.0 |
893 | 2023-12-08T15:24:25.568Z | Downloaded serde_spanned v0.6.4 |
894 | 2023-12-08T15:24:25.568Z | Downloaded getrandom v0.2.10 |
895 | 2023-12-08T15:24:25.569Z | Downloaded foreign-types-shared v0.3.1 |
896 | 2023-12-08T15:24:25.570Z | Downloaded httpdate v1.0.3 |
897 | 2023-12-08T15:24:25.570Z | Downloaded pin-project-internal v1.1.3 |
898 | 2023-12-08T15:24:25.571Z | Downloaded version_check v0.9.4 |
899 | 2023-12-08T15:24:25.571Z | Downloaded half v1.8.2 |
900 | 2023-12-08T15:24:25.571Z | Downloaded hostname v0.3.1 |
901 | 2023-12-08T15:24:25.571Z | Downloaded term v0.7.0 |
902 | 2023-12-08T15:24:25.571Z | Downloaded http-body v0.4.5 |
903 | 2023-12-08T15:24:25.571Z | Downloaded slog-envlogger v2.2.0 |
904 | 2023-12-08T15:24:25.584Z | Downloaded rustc_version v0.1.7 |
905 | 2023-12-08T15:24:25.584Z | Downloaded unicode-xid v0.2.4 |
906 | 2023-12-08T15:24:25.584Z | Downloaded signal-hook-tokio v0.3.1 |
907 | 2023-12-08T15:24:25.587Z | Downloaded pin-utils v0.1.0 |
908 | 2023-12-08T15:24:25.587Z | Downloaded hubpack v0.1.2 |
909 | 2023-12-08T15:24:25.587Z | Downloaded rustversion v1.0.14 |
910 | 2023-12-08T15:24:25.587Z | Downloaded rand_core v0.6.4 |
911 | 2023-12-08T15:24:25.589Z | Downloaded libc v0.2.150 |
912 | 2023-12-08T15:24:25.638Z | Downloaded terminal_size v0.2.6 |
913 | 2023-12-08T15:24:25.642Z | Downloaded rustc-demangle v0.1.23 |
914 | 2023-12-08T15:24:25.642Z | Downloaded strsim v0.10.0 |
915 | 2023-12-08T15:24:25.645Z | Downloaded pin-project-lite v0.2.13 |
916 | 2023-12-08T15:24:25.653Z | Downloaded vsss-rs v3.3.1 |
917 | 2023-12-08T15:24:25.659Z | Downloaded ryu v1.0.15 |
918 | 2023-12-08T15:24:25.665Z | Downloaded hash32 v0.2.1 |
919 | 2023-12-08T15:24:25.673Z | Downloaded steno v0.4.0 |
920 | 2023-12-08T15:24:25.681Z | Downloaded fatfs v0.3.6 |
921 | 2023-12-08T15:24:25.694Z | Downloaded tokio-native-tls v0.3.1 |
922 | 2023-12-08T15:24:25.694Z | Downloaded salty v0.2.0 |
923 | 2023-12-08T15:24:26.108Z | Downloaded textwrap v0.16.0 |
924 | 2023-12-08T15:24:26.108Z | Downloaded tracing v0.1.37 |
925 | 2023-12-08T15:24:26.108Z | Downloaded serde_derive v1.0.192 |
926 | 2023-12-08T15:24:26.108Z | Downloaded tinyvec v1.6.0 |
927 | 2023-12-08T15:24:26.108Z | Downloaded futures v0.3.29 |
928 | 2023-12-08T15:24:26.108Z | Downloaded hashbrown v0.12.3 |
929 | 2023-12-08T15:24:26.108Z | Downloaded tokio-util v0.7.10 |
930 | 2023-12-08T15:24:26.108Z | Downloaded toml v0.8.8 |
931 | 2023-12-08T15:24:26.108Z | Downloaded hashbrown v0.14.2 |
932 | 2023-12-08T15:24:26.108Z | Downloaded x509-cert v0.2.4 |
933 | 2023-12-08T15:24:26.108Z | Downloaded object v0.32.1 |
934 | 2023-12-08T15:24:26.108Z | Downloaded portable-atomic v1.4.3 |
935 | 2023-12-08T15:24:26.108Z | Downloaded h2 v0.3.21 |
936 | 2023-12-08T15:24:26.108Z | Downloaded hyper v0.14.27 |
937 | 2023-12-08T15:24:26.108Z | Downloaded vcpkg v0.2.15 |
938 | 2023-12-08T15:24:26.109Z | Downloaded petgraph v0.6.4 |
939 | 2023-12-08T15:24:26.109Z | Downloaded rustls-webpki v0.101.7 |
940 | 2023-12-08T15:24:26.109Z | Downloaded regex-syntax v0.6.29 |
941 | 2023-12-08T15:24:26.109Z | Downloaded rustls v0.21.9 |
942 | 2023-12-08T15:24:26.109Z | Downloaded diesel v2.1.4 |
943 | 2023-12-08T15:24:26.109Z | Downloaded regex-syntax v0.8.2 |
944 | 2023-12-08T15:24:26.109Z | Downloaded trust-dns-proto v0.22.0 |
945 | 2023-12-08T15:24:26.109Z | Downloaded rustix v0.37.23 |
946 | 2023-12-08T15:24:26.130Z | Downloaded rustix v0.38.25 |
947 | 2023-12-08T15:24:26.170Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
948 | 2023-12-08T15:24:26.194Z | Downloaded regex-automata v0.3.8 |
949 | 2023-12-08T15:24:26.226Z | Downloaded tokio v1.34.0 |
950 | 2023-12-08T15:24:26.299Z | Downloaded sled v0.34.7 |
951 | 2023-12-08T15:24:26.316Z | Downloaded regex-automata v0.4.3 |
952 | 2023-12-08T15:24:26.350Z | Downloaded encoding_rs v0.8.33 |
953 | 2023-12-08T15:24:26.394Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2023-12-08T15:24:26.412Z | Downloaded sha3 v0.10.8 |
955 | 2023-12-08T15:24:26.425Z | Downloaded openapiv3 v2.0.0-rc.1 |
956 | 2023-12-08T15:24:26.449Z | Downloaded ratatui v0.23.0 |
957 | 2023-12-08T15:24:26.470Z | Downloaded curve25519-dalek v4.1.0 |
958 | 2023-12-08T15:24:26.486Z | Downloaded bstr v1.6.0 |
959 | 2023-12-08T15:24:26.507Z | Downloaded bstr v0.2.17 |
960 | 2023-12-08T15:24:26.526Z | Downloaded gimli v0.28.0 |
961 | 2023-12-08T15:24:26.542Z | Downloaded regress v0.7.1 |
962 | 2023-12-08T15:24:26.556Z | Downloaded regex v1.10.2 |
963 | 2023-12-08T15:24:26.589Z | Downloaded smoltcp v0.9.1 |
964 | 2023-12-08T15:24:26.601Z | Downloaded syn v1.0.109 |
965 | 2023-12-08T15:24:26.621Z | Downloaded zerocopy-derive v0.6.4 |
966 | 2023-12-08T15:24:26.646Z | Downloaded openssl v0.10.60 |
967 | 2023-12-08T15:24:26.664Z | Downloaded radix_trie v0.2.1 |
968 | 2023-12-08T15:24:26.678Z | Downloaded quick-xml v0.23.1 |
969 | 2023-12-08T15:24:26.692Z | Downloaded hkdf v0.12.3 |
970 | 2023-12-08T15:24:26.697Z | Downloaded smoltcp v0.8.2 |
971 | 2023-12-08T15:24:26.733Z | Downloaded object v0.30.4 |
972 | 2023-12-08T15:24:26.744Z | Downloaded idna v0.2.3 |
973 | 2023-12-08T15:24:26.754Z | Downloaded reqwest v0.11.22 |
974 | 2023-12-08T15:24:26.766Z | Downloaded bindgen v0.65.1 |
975 | 2023-12-08T15:24:26.781Z | Downloaded rayon v1.8.0 |
976 | 2023-12-08T15:24:26.788Z | Downloaded lalrpop v0.19.12 |
977 | 2023-12-08T15:24:26.809Z | Downloaded winnow v0.5.15 |
978 | 2023-12-08T15:24:26.824Z | Downloaded ring v0.17.5 |
979 | 2023-12-08T15:24:26.978Z | Downloaded futures-util v0.3.29 |
980 | 2023-12-08T15:24:27.004Z | Downloaded hashbrown v0.13.2 |
981 | 2023-12-08T15:24:27.013Z | Downloaded tracing-core v0.1.31 |
982 | 2023-12-08T15:24:27.019Z | Downloaded http v0.2.11 |
983 | 2023-12-08T15:24:27.026Z | Downloaded tough v0.15.0 |
984 | 2023-12-08T15:24:27.040Z | Downloaded ring v0.16.20 |
985 | 2023-12-08T15:24:27.205Z | Downloaded unicode-normalization v0.1.22 |
986 | 2023-12-08T15:24:27.212Z | Downloaded reedline v0.26.0 |
987 | 2023-12-08T15:24:27.224Z | Downloaded tabled v0.14.0 |
988 | 2023-12-08T15:24:27.251Z | Downloaded pest_meta v2.7.2 |
989 | 2023-12-08T15:24:27.255Z | Downloaded toml_edit v0.19.15 |
990 | 2023-12-08T15:24:27.285Z | Downloaded regex-syntax v0.7.5 |
991 | 2023-12-08T15:24:27.302Z | Downloaded clap v2.34.0 |
992 | 2023-12-08T15:24:27.314Z | Downloaded rand v0.8.5 |
993 | 2023-12-08T15:24:27.322Z | Downloaded pest v2.7.2 |
994 | 2023-12-08T15:24:27.331Z | Downloaded diesel_derives v2.1.2 |
995 | 2023-12-08T15:24:27.339Z | Downloaded trust-dns-client v0.22.0 |
996 | 2023-12-08T15:24:27.348Z | Downloaded heapless v0.7.16 |
997 | 2023-12-08T15:24:27.357Z | Downloaded headers v0.3.9 |
998 | 2023-12-08T15:24:27.364Z | Downloaded proptest v1.4.0 |
999 | 2023-12-08T15:24:27.382Z | Downloaded time v0.3.27 |
1000 | 2023-12-08T15:24:27.795Z | Downloaded similar v2.2.1 |
1001 | 2023-12-08T15:24:27.807Z | Downloaded vte v0.11.1 |
1002 | 2023-12-08T15:24:27.808Z | Downloaded toml_edit v0.21.0 |
1003 | 2023-12-08T15:24:27.808Z | Downloaded aho-corasick v1.0.4 |
1004 | 2023-12-08T15:24:27.808Z | Downloaded prettyplease v0.2.12 |
1005 | 2023-12-08T15:24:27.808Z | Downloaded futures-channel v0.3.29 |
1006 | 2023-12-08T15:24:27.809Z | Downloaded predicates v2.1.5 |
1007 | 2023-12-08T15:24:27.809Z | Downloaded structmeta v0.2.0 |
1008 | 2023-12-08T15:24:27.809Z | Downloaded slog-scope v4.4.0 |
1009 | 2023-12-08T15:24:27.811Z | Downloaded fastrand v2.0.0 |
1010 | 2023-12-08T15:24:27.811Z | Downloaded unicode-segmentation v1.10.1 |
1011 | 2023-12-08T15:24:27.811Z | Downloaded parking_lot_core v0.8.6 |
1012 | 2023-12-08T15:24:27.811Z | Downloaded tokio-postgres v0.7.10 |
1013 | 2023-12-08T15:24:27.811Z | Downloaded serde_with v2.3.3 |
1014 | 2023-12-08T15:24:27.811Z | Downloaded enum-as-inner v0.5.1 |
1015 | 2023-12-08T15:24:27.811Z | Downloaded flume v0.11.0 |
1016 | 2023-12-08T15:24:27.811Z | Downloaded serde_json v1.0.108 |
1017 | 2023-12-08T15:24:27.812Z | Downloaded xattr v1.0.1 |
1018 | 2023-12-08T15:24:27.812Z | Downloaded slog-json v2.6.1 |
1019 | 2023-12-08T15:24:27.812Z | Downloaded test-strategy v0.3.1 |
1020 | 2023-12-08T15:24:27.812Z | Downloaded darling_core v0.20.3 |
1021 | 2023-12-08T15:24:27.812Z | Downloaded funty v2.0.0 |
1022 | 2023-12-08T15:24:27.812Z | Downloaded rustls-pemfile v1.0.3 |
1023 | 2023-12-08T15:24:27.812Z | Downloaded rustls-native-certs v0.6.3 |
1024 | 2023-12-08T15:24:27.812Z | Downloaded uuid v1.6.1 |
1025 | 2023-12-08T15:24:27.812Z | Downloaded termios v0.3.3 |
1026 | 2023-12-08T15:24:27.812Z | Downloaded termcolor v1.2.0 |
1027 | 2023-12-08T15:24:27.812Z | Downloaded predicates-tree v1.0.9 |
1028 | 2023-12-08T15:24:27.812Z | Downloaded http-range v0.1.5 |
1029 | 2023-12-08T15:24:27.813Z | Downloaded httparse v1.8.0 |
1030 | 2023-12-08T15:24:27.813Z | Downloaded pest_derive v2.7.2 |
1031 | 2023-12-08T15:24:27.813Z | Downloaded rustc-hash v1.1.0 |
1032 | 2023-12-08T15:24:27.813Z | Downloaded rand_chacha v0.3.1 |
1033 | 2023-12-08T15:24:27.813Z | Downloaded strum_macros v0.24.3 |
1034 | 2023-12-08T15:24:27.813Z | Downloaded equivalent v1.0.1 |
1035 | 2023-12-08T15:24:27.813Z | Downloaded thiserror-impl v1.0.49 |
1036 | 2023-12-08T15:24:27.813Z | Downloaded textwrap v0.11.0 |
1037 | 2023-12-08T15:24:27.814Z | Downloaded doc-comment v0.3.3 |
1038 | 2023-12-08T15:24:27.814Z | Downloaded postgres-protocol v0.6.6 |
1039 | 2023-12-08T15:24:27.814Z | Downloaded der v0.7.8 |
1040 | 2023-12-08T15:24:27.815Z | Downloaded serde_yaml v0.9.25 |
1041 | 2023-12-08T15:24:27.815Z | Downloaded subprocess v0.2.9 |
1042 | 2023-12-08T15:24:27.815Z | Downloaded polar-core v0.27.0 |
1043 | 2023-12-08T15:24:27.815Z | Downloaded tempfile v3.8.1 |
1044 | 2023-12-08T15:24:27.815Z | Downloaded pkcs1 v0.7.5 |
1045 | 2023-12-08T15:24:27.815Z | Downloaded tracing-attributes v0.1.26 |
1046 | 2023-12-08T15:24:27.815Z | Downloaded ppv-lite86 v0.2.17 |
1047 | 2023-12-08T15:24:27.816Z | Downloaded pem v3.0.2 |
1048 | 2023-12-08T15:24:27.816Z | Downloaded thiserror-impl-no-std v2.0.2 |
1049 | 2023-12-08T15:24:27.816Z | Downloaded pest_generator v2.7.2 |
1050 | 2023-12-08T15:24:27.816Z | Downloaded tiny-keccak v2.0.2 |
1051 | 2023-12-08T15:24:27.816Z | Downloaded serde_urlencoded v0.7.1 |
1052 | 2023-12-08T15:24:27.816Z | Downloaded tungstenite v0.20.1 |
1053 | 2023-12-08T15:24:27.816Z | Downloaded derive_builder_core v0.12.0 |
1054 | 2023-12-08T15:24:27.816Z | Downloaded libm v0.2.7 |
1055 | 2023-12-08T15:24:27.817Z | Downloaded env_logger v0.10.0 |
1056 | 2023-12-08T15:24:27.817Z | Downloaded signal-hook v0.3.17 |
1057 | 2023-12-08T15:24:27.817Z | Downloaded structopt v0.3.26 |
1058 | 2023-12-08T15:24:27.817Z | Downloaded ron v0.8.1 |
1059 | 2023-12-08T15:24:27.817Z | Downloaded static_assertions v1.1.0 |
1060 | 2023-12-08T15:24:27.817Z | Downloaded slog-stdlog v4.1.1 |
1061 | 2023-12-08T15:24:27.817Z | Downloaded pin-project v1.1.3 |
1062 | 2023-12-08T15:24:27.817Z | Downloaded sct v0.7.0 |
1063 | 2023-12-08T15:24:27.818Z | Downloaded num-bigint-dig v0.8.4 |
1064 | 2023-12-08T15:24:27.818Z | Downloaded paste v1.0.14 |
1065 | 2023-12-08T15:24:27.819Z | Downloaded group v0.13.0 |
1066 | 2023-12-08T15:24:27.819Z | Downloaded globset v0.4.13 |
1067 | 2023-12-08T15:24:27.819Z | Downloaded futures-executor v0.3.29 |
1068 | 2023-12-08T15:24:27.819Z | Downloaded postcard v0.7.3 |
1069 | 2023-12-08T15:24:27.819Z | Downloaded pkcs8 v0.10.2 |
1070 | 2023-12-08T15:24:27.819Z | Downloaded phf v0.11.2 |
1071 | 2023-12-08T15:24:27.819Z | Downloaded zeroize_derive v1.4.2 |
1072 | 2023-12-08T15:24:27.819Z | Downloaded proc-macro2 v1.0.69 |
1073 | 2023-12-08T15:24:27.819Z | Downloaded headers-core v0.2.0 |
1074 | 2023-12-08T15:24:27.819Z | Downloaded itertools v0.11.0 |
1075 | 2023-12-08T15:24:27.819Z | Downloaded rustfmt-wrapper v0.2.0 |
1076 | 2023-12-08T15:24:27.825Z | Downloaded rustc_version v0.4.0 |
1077 | 2023-12-08T15:24:27.825Z | Downloaded errno v0.3.2 |
1078 | 2023-12-08T15:24:27.825Z | Downloaded postgres-types v0.2.6 |
1079 | 2023-12-08T15:24:27.827Z | Downloaded flate2 v1.0.28 |
1080 | 2023-12-08T15:24:27.827Z | Downloaded mio v0.8.9 |
1081 | 2023-12-08T15:24:27.831Z | Downloaded libxml v0.3.3 |
1082 | 2023-12-08T15:24:27.837Z | Downloaded crossbeam-channel v0.5.8 |
1083 | 2023-12-08T15:24:27.845Z | Downloaded tokio-stream v0.1.14 |
1084 | 2023-12-08T15:24:27.852Z | Downloaded time-core v0.1.1 |
1085 | 2023-12-08T15:24:27.856Z | Downloaded difflib v0.4.0 |
1086 | 2023-12-08T15:24:27.856Z | Downloaded elliptic-curve v0.13.5 |
1087 | 2023-12-08T15:24:27.862Z | Downloaded hex v0.4.3 |
1088 | 2023-12-08T15:24:27.865Z | Downloaded dirs-sys-next v0.1.2 |
1089 | 2023-12-08T15:24:27.869Z | Downloaded hyper-rustls v0.24.2 |
1090 | 2023-12-08T15:24:27.872Z | Downloaded shell-words v1.1.0 |
1091 | 2023-12-08T15:24:27.872Z | Downloaded hmac v0.12.1 |
1092 | 2023-12-08T15:24:27.876Z | Downloaded which v4.4.0 |
1093 | 2023-12-08T15:24:27.880Z | Downloaded supports-color v2.1.0 |
1094 | 2023-12-08T15:24:27.880Z | Downloaded stable_deref_trait v1.2.0 |
1095 | 2023-12-08T15:24:27.884Z | Downloaded hubpack_derive v0.1.1 |
1096 | 2023-12-08T15:24:27.884Z | Downloaded futures-macro v0.3.29 |
1097 | 2023-12-08T15:24:27.884Z | Downloaded futures-core v0.3.29 |
1098 | 2023-12-08T15:24:27.887Z | Downloaded structopt-derive v0.4.18 |
1099 | 2023-12-08T15:24:27.887Z | Downloaded unarray v0.1.4 |
1100 | 2023-12-08T15:24:27.891Z | Downloaded der_derive v0.7.2 |
1101 | 2023-12-08T15:24:27.895Z | Downloaded derive_more v0.99.17 |
1102 | 2023-12-08T15:24:27.901Z | Downloaded pkg-config v0.3.27 |
1103 | 2023-12-08T15:24:27.904Z | Downloaded wyz v0.5.1 |
1104 | 2023-12-08T15:24:27.908Z | Downloaded humantime v2.1.0 |
1105 | 2023-12-08T15:24:27.908Z | Downloaded ff v0.13.0 |
1106 | 2023-12-08T15:24:27.911Z | Downloaded usdt-impl v0.3.5 |
1107 | 2023-12-08T15:24:27.915Z | Downloaded scheduled-thread-pool v0.2.7 |
1108 | 2023-12-08T15:24:27.915Z | Downloaded float-cmp v0.9.0 |
1109 | 2023-12-08T15:24:27.921Z | Downloaded itertools v0.10.5 |
1110 | 2023-12-08T15:24:27.928Z | Downloaded zerocopy v0.3.0 |
1111 | 2023-12-08T15:24:27.931Z | Downloaded form_urlencoded v1.2.1 |
1112 | 2023-12-08T15:24:27.931Z | Downloaded signal-hook-registry v1.4.1 |
1113 | 2023-12-08T15:24:27.934Z | Downloaded utf-8 v0.7.6 |
1114 | 2023-12-08T15:24:27.934Z | Downloaded toml_datetime v0.6.5 |
1115 | 2023-12-08T15:24:27.938Z | Downloaded serde_with_macros v2.3.3 |
1116 | 2023-12-08T15:24:27.941Z | Downloaded glob v0.3.1 |
1117 | 2023-12-08T15:24:27.941Z | Downloaded fixedbitset v0.4.2 |
1118 | 2023-12-08T15:24:27.944Z | Downloaded rcgen v0.11.3 |
1119 | 2023-12-08T15:24:27.948Z | Downloaded zip v0.6.6 |
1120 | 2023-12-08T15:24:27.955Z | Downloaded thread_local v1.1.7 |
1121 | 2023-12-08T15:24:27.958Z | Downloaded serde v1.0.192 |
1122 | 2023-12-08T15:24:27.965Z | Downloaded flagset v0.4.3 |
1123 | 2023-12-08T15:24:27.968Z | Downloaded fallible-iterator v0.2.0 |
1124 | 2023-12-08T15:24:27.968Z | Downloaded trust-dns-server v0.22.1 |
1125 | 2023-12-08T15:24:27.977Z | Downloaded thread-id v4.2.0 |
1126 | 2023-12-08T15:24:27.980Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2023-12-08T15:24:27.985Z | Downloaded papergrid v0.10.0 |
1128 | 2023-12-08T15:24:27.993Z | Downloaded shlex v1.1.0 |
1129 | 2023-12-08T15:24:27.996Z | Downloaded wait-timeout v0.2.0 |
1130 | 2023-12-08T15:24:28.004Z | Downloaded filetime v0.2.23 |
1131 | 2023-12-08T15:24:28.005Z | Downloaded strsim v0.8.0 |
1132 | 2023-12-08T15:24:28.008Z | Downloaded yasna v0.5.2 |
1133 | 2023-12-08T15:24:28.008Z | Downloaded swrite v0.1.0 |
1134 | 2023-12-08T15:24:28.008Z | Downloaded toml v0.7.8 |
1135 | 2023-12-08T15:24:28.012Z | Downloaded toml v0.5.11 |
1136 | 2023-12-08T15:24:28.017Z | Downloaded either v1.9.0 |
1137 | 2023-12-08T15:24:28.021Z | Downloaded parking_lot_core v0.9.8 |
1138 | 2023-12-08T15:24:28.024Z | Downloaded zone_cfg_derive v0.3.0 |
1139 | 2023-12-08T15:24:28.024Z | Downloaded heck v0.3.3 |
1140 | 2023-12-08T15:24:28.027Z | Downloaded unsafe-libyaml v0.2.9 |
1141 | 2023-12-08T15:24:28.032Z | Downloaded serde-big-array v0.5.1 |
1142 | 2023-12-08T15:24:28.035Z | Downloaded foreign-types v0.3.2 |
1143 | 2023-12-08T15:24:28.035Z | Downloaded snafu v0.7.5 |
1144 | 2023-12-08T15:24:28.046Z | Downloaded oso v0.27.0 |
1145 | 2023-12-08T15:24:28.051Z | Downloaded serde_path_to_error v0.1.14 |
1146 | 2023-12-08T15:24:28.055Z | Downloaded ed25519 v1.5.3 |
1147 | 2023-12-08T15:24:28.059Z | Downloaded dyn-clone v1.0.13 |
1148 | 2023-12-08T15:24:28.062Z | Downloaded num-iter v0.1.43 |
1149 | 2023-12-08T15:24:28.062Z | Downloaded parking_lot v0.12.1 |
1150 | 2023-12-08T15:24:28.065Z | Downloaded num-traits v0.2.16 |
1151 | 2023-12-08T15:24:28.070Z | Downloaded serde_plain v1.0.2 |
1152 | 2023-12-08T15:24:28.074Z | Downloaded sha1 v0.10.6 |
1153 | 2023-12-08T15:24:28.077Z | Downloaded libloading v0.7.4 |
1154 | 2023-12-08T15:24:28.080Z | Downloaded spin v0.9.8 |
1155 | 2023-12-08T15:24:28.083Z | Downloaded signature v2.1.0 |
1156 | 2023-12-08T15:24:28.087Z | Downloaded pem-rfc7468 v0.7.0 |
1157 | 2023-12-08T15:24:28.093Z | Downloaded serde-hex v0.1.0 |
1158 | 2023-12-08T15:24:28.096Z | Downloaded serde_derive_internals v0.26.0 |
1159 | 2023-12-08T15:24:28.096Z | Downloaded semver v0.1.20 |
1160 | 2023-12-08T15:24:28.096Z | Downloaded ena v0.14.2 |
1161 | 2023-12-08T15:24:28.100Z | Downloaded downcast v0.11.0 |
1162 | 2023-12-08T15:24:28.103Z | Downloaded resolv-conf v0.7.0 |
1163 | 2023-12-08T15:24:28.106Z | Downloaded derive_builder_macro v0.12.0 |
1164 | 2023-12-08T15:24:28.106Z | Downloaded deranged v0.3.8 |
1165 | 2023-12-08T15:24:28.110Z | Downloaded proc-macro-error-attr v1.0.4 |
1166 | 2023-12-08T15:24:28.110Z | Downloaded smawk v0.3.1 |
1167 | 2023-12-08T15:24:28.113Z | Downloaded percent-encoding v2.3.1 |
1168 | 2023-12-08T15:24:28.113Z | Downloaded serde_repr v0.1.16 |
1169 | 2023-12-08T15:24:28.116Z | Downloaded foreign-types v0.5.0 |
1170 | 2023-12-08T15:24:28.117Z | Downloaded base64 v0.21.5 |
1171 | 2023-12-08T15:24:28.125Z | Downloaded backtrace v0.3.69 |
1172 | 2023-12-08T15:24:28.131Z | Downloaded chrono v0.4.31 |
1173 | 2023-12-08T15:24:28.153Z | Downloaded foreign-types-shared v0.1.1 |
1174 | 2023-12-08T15:24:28.166Z | Downloaded slog v2.7.0 |
1175 | 2023-12-08T15:24:28.167Z | Downloaded semver-parser v0.10.2 |
1176 | 2023-12-08T15:24:28.167Z | Downloaded multer v2.1.0 |
1177 | 2023-12-08T15:24:28.167Z | Downloaded crc32fast v1.3.2 |
1178 | 2023-12-08T15:24:28.173Z | Downloaded derive_builder v0.12.0 |
1179 | 2023-12-08T15:24:28.173Z | Downloaded usdt v0.3.5 |
1180 | 2023-12-08T15:24:28.173Z | Downloaded semver v1.0.20 |
1181 | 2023-12-08T15:24:28.176Z | Downloaded synstructure v0.12.6 |
1182 | 2023-12-08T15:24:28.176Z | Downloaded chacha20poly1305 v0.10.1 |
1183 | 2023-12-08T15:24:28.179Z | Downloaded pem v1.1.1 |
1184 | 2023-12-08T15:24:28.186Z | Downloaded untrusted v0.7.1 |
1185 | 2023-12-08T15:24:28.186Z | Downloaded highway v1.1.0 |
1186 | 2023-12-08T15:24:28.190Z | Downloaded slog-async v2.8.0 |
1187 | 2023-12-08T15:24:28.190Z | Downloaded num_cpus v1.16.0 |
1188 | 2023-12-08T15:24:28.194Z | Downloaded cookie v0.18.0 |
1189 | 2023-12-08T15:24:28.197Z | Downloaded unicase v2.7.0 |
1190 | 2023-12-08T15:24:28.200Z | Downloaded debug-ignore v1.0.5 |
1191 | 2023-12-08T15:24:28.204Z | Downloaded serde_tokenstream v0.2.0 |
1192 | 2023-12-08T15:24:28.208Z | Downloaded mockall_derive v0.11.4 |
1193 | 2023-12-08T15:24:28.211Z | Downloaded miniz_oxide v0.7.1 |
1194 | 2023-12-08T15:24:28.219Z | Downloaded peeking_take_while v0.1.2 |
1195 | 2023-12-08T15:24:28.247Z | Downloaded heck v0.4.1 |
1196 | 2023-12-08T15:24:28.247Z | Downloaded zerocopy v0.6.4 |
1197 | 2023-12-08T15:24:28.247Z | Downloaded webpki-roots v0.25.2 |
1198 | 2023-12-08T15:24:28.253Z | Downloaded arc-swap v1.6.0 |
1199 | 2023-12-08T15:24:28.254Z | Downloaded darling_core v0.14.4 |
1200 | 2023-12-08T15:24:28.254Z | Downloaded password-hash v0.5.0 |
1201 | 2023-12-08T15:24:28.254Z | Downloaded parse-display v0.8.2 |
1202 | 2023-12-08T15:24:28.254Z | Downloaded unicode-ident v1.0.12 |
1203 | 2023-12-08T15:24:28.258Z | Downloaded ucd-trie v0.1.6 |
1204 | 2023-12-08T15:24:28.258Z | Downloaded smallvec v0.6.14 |
1205 | 2023-12-08T15:24:28.262Z | Downloaded regex-automata v0.1.10 |
1206 | 2023-12-08T15:24:28.270Z | Downloaded predicates v3.0.4 |
1207 | 2023-12-08T15:24:28.281Z | Downloaded topological-sort v0.2.2 |
1208 | 2023-12-08T15:24:28.281Z | Downloaded slog-dtrace v0.2.3 |
1209 | 2023-12-08T15:24:28.291Z | Downloaded openssl-probe v0.1.5 |
1210 | 2023-12-08T15:24:28.291Z | Downloaded snafu-derive v0.7.5 |
1211 | 2023-12-08T15:24:28.291Z | Downloaded sha2 v0.10.8 |
1212 | 2023-12-08T15:24:28.291Z | Downloaded oso-derive v0.27.0 |
1213 | 2023-12-08T15:24:28.291Z | Downloaded serde-big-array v0.4.1 |
1214 | 2023-12-08T15:24:28.296Z | Downloaded want v0.3.1 |
1215 | 2023-12-08T15:24:28.296Z | Downloaded toolchain_find v0.2.0 |
1216 | 2023-12-08T15:24:28.296Z | Downloaded nanorand v0.7.0 |
1217 | 2023-12-08T15:24:28.304Z | Downloaded mime_guess v2.0.4 |
1218 | 2023-12-08T15:24:28.304Z | Downloaded strip-ansi-escapes v0.2.0 |
1219 | 2023-12-08T15:24:28.308Z | Downloaded stringprep v0.1.3 |
1220 | 2023-12-08T15:24:28.308Z | Downloaded pretty-hex v0.4.0 |
1221 | 2023-12-08T15:24:28.309Z | Downloaded pretty-hex v0.2.1 |
1222 | 2023-12-08T15:24:28.309Z | Downloaded tokio-macros v2.2.0 |
1223 | 2023-12-08T15:24:28.314Z | Downloaded nibble_vec v0.1.0 |
1224 | 2023-12-08T15:24:28.315Z | Downloaded anyhow v1.0.75 |
1225 | 2023-12-08T15:24:28.321Z | Downloaded addr2line v0.21.0 |
1226 | 2023-12-08T15:24:28.327Z | Downloaded unicode-bidi v0.3.13 |
1227 | 2023-12-08T15:24:28.327Z | Downloaded trust-dns-resolver v0.22.0 |
1228 | 2023-12-08T15:24:28.334Z | Downloaded tap v1.0.1 |
1229 | 2023-12-08T15:24:28.344Z | Downloaded nom v7.1.3 |
1230 | 2023-12-08T15:24:28.349Z | Downloaded log v0.4.20 |
1231 | 2023-12-08T15:24:28.349Z | Downloaded lock_api v0.4.10 |
1232 | 2023-12-08T15:24:28.352Z | Downloaded iana-time-zone v0.1.57 |
1233 | 2023-12-08T15:24:28.353Z | Downloaded crossbeam v0.8.2 |
1234 | 2023-12-08T15:24:28.356Z | Downloaded camino v1.1.6 |
1235 | 2023-12-08T15:24:28.359Z | Downloaded tar v0.4.40 |
1236 | 2023-12-08T15:24:28.362Z | Downloaded smf v0.2.2 |
1237 | 2023-12-08T15:24:28.365Z | Downloaded number_prefix v0.4.0 |
1238 | 2023-12-08T15:24:28.365Z | Downloaded indexmap v2.1.0 |
1239 | 2023-12-08T15:24:28.371Z | Downloaded crossbeam-epoch v0.9.15 |
1240 | 2023-12-08T15:24:28.376Z | Downloaded clap_lex v0.5.1 |
1241 | 2023-12-08T15:24:28.379Z | Downloaded bitflags v2.4.0 |
1242 | 2023-12-08T15:24:28.385Z | Downloaded argon2 v0.5.2 |
1243 | 2023-12-08T15:24:28.388Z | Downloaded backoff v0.4.0 |
1244 | 2023-12-08T15:24:28.388Z | Downloaded fnv v1.0.7 |
1245 | 2023-12-08T15:24:28.392Z | Downloaded serde_tokenstream v0.1.7 |
1246 | 2023-12-08T15:24:28.395Z | Downloaded omicron-zone-package v0.9.1 |
1247 | 2023-12-08T15:24:28.399Z | Downloaded base16ct v0.2.0 |
1248 | 2023-12-08T15:24:28.402Z | Downloaded async-trait v0.1.74 |
1249 | 2023-12-08T15:24:28.407Z | Downloaded ansi_term v0.12.1 |
1250 | 2023-12-08T15:24:28.411Z | Downloaded anstyle-parse v0.2.1 |
1251 | 2023-12-08T15:24:28.414Z | Downloaded spki v0.7.2 |
1252 | 2023-12-08T15:24:28.417Z | Downloaded socket2 v0.5.5 |
1253 | 2023-12-08T15:24:28.420Z | Downloaded packed_struct v0.10.1 |
1254 | 2023-12-08T15:24:28.423Z | Downloaded owo-colors v3.5.0 |
1255 | 2023-12-08T15:24:28.427Z | Downloaded darling v0.14.4 |
1256 | 2023-12-08T15:24:28.433Z | Downloaded console v0.15.7 |
1257 | 2023-12-08T15:24:28.439Z | Downloaded buf-list v1.0.3 |
1258 | 2023-12-08T15:24:28.444Z | Downloaded foreign-types-macros v0.2.3 |
1259 | 2023-12-08T15:24:28.447Z | Downloaded data-encoding v2.4.0 |
1260 | 2023-12-08T15:24:28.448Z | Downloaded take_mut v0.2.2 |
1261 | 2023-12-08T15:24:28.448Z | Downloaded num-derive v0.4.0 |
1262 | 2023-12-08T15:24:28.454Z | Downloaded mockall v0.11.4 |
1263 | 2023-12-08T15:24:28.461Z | Downloaded memoffset v0.7.1 |
1264 | 2023-12-08T15:24:28.468Z | Downloaded libsw v3.3.0 |
1265 | 2023-12-08T15:24:28.468Z | Downloaded kstat-rs v0.2.3 |
1266 | 2023-12-08T15:24:28.468Z | Downloaded hyper-tls v0.5.0 |
1267 | 2023-12-08T15:24:28.468Z | Downloaded crossbeam-deque v0.8.3 |
1268 | 2023-12-08T15:24:28.468Z | Downloaded convert_case v0.4.0 |
1269 | 2023-12-08T15:24:28.469Z | Downloaded colored v2.0.4 |
1270 | 2023-12-08T15:24:28.473Z | Downloaded cexpr v0.6.0 |
1271 | 2023-12-08T15:24:28.473Z | Downloaded bytesize v1.3.0 |
1272 | 2023-12-08T15:24:28.474Z | Downloaded block-buffer v0.10.4 |
1273 | 2023-12-08T15:24:28.480Z | Downloaded spin v0.5.2 |
1274 | 2023-12-08T15:24:28.481Z | Downloaded once_cell v1.18.0 |
1275 | 2023-12-08T15:24:28.485Z | Downloaded is-terminal v0.4.9 |
1276 | 2023-12-08T15:24:28.485Z | Downloaded cfg-if v1.0.0 |
1277 | 2023-12-08T15:24:28.485Z | Downloaded cassowary v0.3.0 |
1278 | 2023-12-08T15:24:28.488Z | Downloaded bit-set v0.5.3 |
1279 | 2023-12-08T15:24:28.488Z | Downloaded usdt-macro v0.3.5 |
1280 | 2023-12-08T15:24:28.492Z | Downloaded tabled_derive v0.6.0 |
1281 | 2023-12-08T15:24:28.492Z | Downloaded matches v0.1.10 |
1282 | 2023-12-08T15:24:28.492Z | Downloaded slog-bunyan v2.4.0 |
1283 | 2023-12-08T15:24:28.498Z | Downloaded nodrop v0.1.14 |
1284 | 2023-12-08T15:24:28.498Z | Downloaded impl-trait-for-tuples v0.2.2 |
1285 | 2023-12-08T15:24:28.504Z | Downloaded crossbeam-queue v0.3.8 |
1286 | 2023-12-08T15:24:28.504Z | Downloaded byteorder v1.5.0 |
1287 | 2023-12-08T15:24:28.511Z | Downloaded bb8 v0.8.1 |
1288 | 2023-12-08T15:24:28.511Z | Downloaded bitflags v1.3.2 |
1289 | 2023-12-08T15:24:28.517Z | Downloaded anstyle v1.0.2 |
1290 | 2023-12-08T15:24:28.517Z | Downloaded adler v1.0.2 |
1291 | 2023-12-08T15:24:28.521Z | Downloaded atomic-waker v1.1.1 |
1292 | 2023-12-08T15:24:28.521Z | Downloaded tinyvec_macros v0.1.1 |
1293 | 2023-12-08T15:24:28.521Z | Downloaded opaque-debug v0.3.0 |
1294 | 2023-12-08T15:24:28.521Z | Downloaded num_enum_derive v0.5.11 |
1295 | 2023-12-08T15:24:28.524Z | Downloaded cstr-argument v0.1.2 |
1296 | 2023-12-08T15:24:28.525Z | Downloaded crucible-workspace-hack v0.1.0 |
1297 | 2023-12-08T15:24:28.525Z | Downloaded crypto-common v0.1.6 |
1298 | 2023-12-08T15:24:28.529Z | Downloaded unicode-width v0.1.11 |
1299 | 2023-12-08T15:24:28.529Z | Downloaded async-recursion v1.0.5 |
1300 | 2023-12-08T15:24:28.538Z | Downloaded autocfg v1.1.0 |
1301 | 2023-12-08T15:24:28.541Z | Downloaded async-stream v0.3.5 |
1302 | 2023-12-08T15:24:28.541Z | Downloaded num-rational v0.4.1 |
1303 | 2023-12-08T15:24:28.541Z | Downloaded newtype_derive v0.1.6 |
1304 | 2023-12-08T15:24:28.541Z | Downloaded minimal-lexical v0.2.1 |
1305 | 2023-12-08T15:24:28.549Z | Downloaded aead v0.5.2 |
1306 | 2023-12-08T15:24:28.552Z | Downloaded anstyle-query v1.0.0 |
1307 | 2023-12-08T15:24:28.555Z | Downloaded array-init v0.0.4 |
1308 | 2023-12-08T15:24:28.555Z | Downloaded assert_matches v1.5.0 |
1309 | 2023-12-08T15:24:28.559Z | Downloaded bit-vec v0.6.3 |
1310 | 2023-12-08T15:24:28.559Z | Downloaded lru-cache v0.1.2 |
1311 | 2023-12-08T15:24:28.563Z | Downloaded crossbeam-utils v0.8.16 |
1312 | 2023-12-08T15:24:28.571Z | Downloaded memchr v2.6.3 |
1313 | 2023-12-08T15:24:28.579Z | Downloaded instant v0.1.12 |
1314 | 2023-12-08T15:24:28.579Z | Downloaded indicatif v0.17.7 |
1315 | 2023-12-08T15:24:28.584Z | Downloaded crunchy v0.2.2 |
1316 | 2023-12-08T15:24:28.587Z | Downloaded native-tls v0.2.11 |
1317 | 2023-12-08T15:24:28.588Z | Downloaded md-5 v0.10.5 |
1318 | 2023-12-08T15:24:28.594Z | Downloaded maybe-uninit v2.0.0 |
1319 | 2023-12-08T15:24:28.594Z | Downloaded managed v0.8.0 |
1320 | 2023-12-08T15:24:28.594Z | Downloaded linked-hash-map v0.5.6 |
1321 | 2023-12-08T15:24:28.598Z | Downloaded olpc-cjson v0.1.3 |
1322 | 2023-12-08T15:24:28.598Z | Downloaded macaddr v1.0.1 |
1323 | 2023-12-08T15:24:28.605Z | Downloaded libefi-sys v0.1.0 |
1324 | 2023-12-08T15:24:28.605Z | Downloaded indexmap v1.9.3 |
1325 | 2023-12-08T15:24:28.608Z | Downloaded ciborium v0.2.1 |
1326 | 2023-12-08T15:24:28.612Z | Downloaded atty v0.2.14 |
1327 | 2023-12-08T15:24:28.618Z | Downloaded atomicwrites v0.4.2 |
1328 | 2023-12-08T15:24:28.618Z | Downloaded typed-path v0.6.0 |
1329 | 2023-12-08T15:24:28.656Z | Downloaded colorchoice v1.0.0 |
1330 | 2023-12-08T15:24:28.660Z | Downloaded new_debug_unreachable v1.0.4 |
1331 | 2023-12-08T15:24:28.660Z | Downloaded cancel-safe-futures v0.1.5 |
1332 | 2023-12-08T15:24:28.660Z | Downloaded maplit v1.0.2 |
1333 | 2023-12-08T15:24:28.660Z | Downloaded lazy_static v1.4.0 |
1334 | 2023-12-08T15:24:28.660Z | Downloaded cipher v0.4.4 |
1335 | 2023-12-08T15:24:28.661Z | Downloaded lalrpop-util v0.19.12 |
1336 | 2023-12-08T15:24:28.661Z | Downloaded ipnet v2.8.0 |
1337 | 2023-12-08T15:24:28.661Z | Downloaded inout v0.1.3 |
1338 | 2023-12-08T15:24:28.661Z | Downloaded indoc v1.0.9 |
1339 | 2023-12-08T15:24:28.661Z | Downloaded crc-any v2.4.3 |
1340 | 2023-12-08T15:24:28.661Z | Downloaded chacha20 v0.9.1 |
1341 | 2023-12-08T15:24:28.661Z | Downloaded clap v4.4.3 |
1342 | 2023-12-08T15:24:28.677Z | Downloaded ident_case v1.0.1 |
1343 | 2023-12-08T15:24:28.686Z | Downloaded curve25519-dalek-derive v0.1.0 |
1344 | 2023-12-08T15:24:28.686Z | Downloaded darling v0.20.3 |
1345 | 2023-12-08T15:24:28.687Z | Downloaded clang-sys v1.6.1 |
1346 | 2023-12-08T15:24:29.104Z | Downloaded itoa v1.0.9 |
1347 | 2023-12-08T15:24:29.105Z | Downloaded indoc v2.0.3 |
1348 | 2023-12-08T15:24:29.105Z | Downloaded cfg-if v0.1.10 |
1349 | 2023-12-08T15:24:29.105Z | Downloaded bitfield v0.14.0 |
1350 | 2023-12-08T15:24:29.113Z | Downloaded cpufeatures v0.2.9 |
1351 | 2023-12-08T15:24:29.113Z | Downloaded bitvec v1.0.1 |
1352 | 2023-12-08T15:24:29.114Z | Compiling proc-macro2 v1.0.69 |
1353 | 2023-12-08T15:24:29.114Z | Compiling unicode-ident v1.0.12 |
1354 | 2023-12-08T15:24:29.114Z | Compiling libc v0.2.150 |
1355 | 2023-12-08T15:24:29.115Z | Compiling serde v1.0.192 |
1356 | 2023-12-08T15:24:29.115Z | Compiling autocfg v1.1.0 |
1357 | 2023-12-08T15:24:29.116Z | Compiling cfg-if v1.0.0 |
1358 | 2023-12-08T15:24:29.116Z | Compiling version_check v0.9.4 |
1359 | 2023-12-08T15:24:29.116Z | Compiling syn v1.0.109 |
1360 | 2023-12-08T15:24:29.555Z | Compiling once_cell v1.18.0 |
1361 | 2023-12-08T15:24:29.604Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-12-08T15:24:30.183Z | Compiling libm v0.2.7 |
1363 | 2023-12-08T15:24:30.289Z | Compiling serde_json v1.0.108 |
1364 | 2023-12-08T15:24:30.341Z | Compiling lock_api v0.4.10 |
1365 | 2023-12-08T15:24:31.194Z | Compiling num-traits v0.2.16 |
1366 | 2023-12-08T15:24:31.198Z | Compiling futures-core v0.3.29 |
1367 | 2023-12-08T15:24:31.293Z | Compiling thiserror v1.0.49 |
1368 | 2023-12-08T15:24:31.337Z | Compiling scopeguard v1.2.0 |
1369 | 2023-12-08T15:24:31.403Z | Compiling typenum v1.16.0 |
1370 | 2023-12-08T15:24:31.541Z | Compiling memchr v2.6.3 |
1371 | 2023-12-08T15:24:31.682Z | Compiling generic-array v0.14.7 |
1372 | 2023-12-08T15:24:31.951Z | Compiling itoa v1.0.9 |
1373 | 2023-12-08T15:24:32.269Z | Compiling pkg-config v0.3.27 |
1374 | 2023-12-08T15:24:32.818Z | Compiling quote v1.0.33 |
1375 | 2023-12-08T15:24:33.389Z | Compiling syn v2.0.32 |
1376 | 2023-12-08T15:24:33.735Z | Compiling cc v1.0.83 |
1377 | 2023-12-08T15:24:33.794Z | Compiling getrandom v0.2.10 |
1378 | 2023-12-08T15:24:34.141Z | Compiling slab v0.4.9 |
1379 | 2023-12-08T15:24:34.517Z | Compiling futures-task v0.3.29 |
1380 | 2023-12-08T15:24:34.642Z | Compiling futures-channel v0.3.29 |
1381 | 2023-12-08T15:24:34.978Z | Compiling log v0.4.20 |
1382 | 2023-12-08T15:24:35.285Z | Compiling futures-util v0.3.29 |
1383 | 2023-12-08T15:24:35.765Z | Compiling heck v0.4.1 |
1384 | 2023-12-08T15:24:35.961Z | Compiling ryu v1.0.15 |
1385 | 2023-12-08T15:24:36.024Z | Compiling smallvec v1.11.0 |
1386 | 2023-12-08T15:24:36.373Z | Compiling pin-project-lite v0.2.13 |
1387 | 2023-12-08T15:24:36.448Z | Compiling vcpkg v0.2.15 |
1388 | 2023-12-08T15:24:36.499Z | Compiling schemars v0.8.13 |
1389 | 2023-12-08T15:24:37.897Z | Compiling parking_lot v0.12.1 |
1390 | 2023-12-08T15:24:38.025Z | Compiling ring v0.17.5 |
1391 | 2023-12-08T15:24:39.274Z | Compiling openssl-sys v0.9.96 |
1392 | 2023-12-08T15:24:39.726Z | Compiling signal-hook-registry v1.4.1 |
1393 | 2023-12-08T15:24:41.730Z | Compiling ring v0.16.20 |
1394 | 2023-12-08T15:24:41.902Z | Compiling mio v0.8.9 |
1395 | 2023-12-08T15:24:42.001Z | Compiling indexmap v1.9.3 |
1396 | 2023-12-08T15:24:42.311Z | Compiling equivalent v1.0.1 |
1397 | 2023-12-08T15:24:42.420Z | Compiling byteorder v1.5.0 |
1398 | 2023-12-08T15:24:42.460Z | Compiling hashbrown v0.14.2 |
1399 | 2023-12-08T15:24:43.265Z | Compiling ahash v0.8.3 |
1400 | 2023-12-08T15:24:43.755Z | Compiling httparse v1.8.0 |
1401 | 2023-12-08T15:24:43.762Z | Compiling num_cpus v1.16.0 |
1402 | 2023-12-08T15:24:43.790Z | Compiling socket2 v0.5.5 |
1403 | 2023-12-08T15:24:43.984Z | Compiling spin v0.5.2 |
1404 | 2023-12-08T15:24:44.369Z | Compiling rand_core v0.6.4 |
1405 | 2023-12-08T15:24:44.821Z | Compiling fnv v1.0.7 |
1406 | 2023-12-08T15:24:44.960Z | Compiling openssl v0.10.60 |
1407 | 2023-12-08T15:24:44.996Z | Compiling semver v1.0.20 |
1408 | 2023-12-08T15:24:45.501Z | Compiling serde_derive_internals v0.26.0 |
1409 | 2023-12-08T15:24:45.691Z | Compiling iana-time-zone v0.1.57 |
1410 | 2023-12-08T15:24:45.737Z | Compiling rustls v0.21.9 |
1411 | 2023-12-08T15:24:46.202Z | Compiling ucd-trie v0.1.6 |
1412 | 2023-12-08T15:24:46.859Z | Compiling crossbeam-utils v0.8.16 |
1413 | 2023-12-08T15:24:46.931Z | Compiling unicode-xid v0.2.4 |
1414 | 2023-12-08T15:24:46.956Z | Compiling native-tls v0.2.11 |
1415 | 2023-12-08T15:24:47.166Z | Compiling synstructure v0.12.6 |
1416 | 2023-12-08T15:24:47.576Z | Compiling futures-sink v0.3.29 |
1417 | 2023-12-08T15:24:47.795Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-12-08T15:24:48.658Z | Compiling backtrace v0.3.69 |
1419 | 2023-12-08T15:24:49.156Z | Compiling winnow v0.5.15 |
1420 | 2023-12-08T15:24:49.226Z | Compiling rustix v0.38.25 |
1421 | 2023-12-08T15:24:49.251Z | Compiling dyn-clone v1.0.13 |
1422 | 2023-12-08T15:24:49.303Z | Compiling tinyvec_macros v0.1.1 |
1423 | 2023-12-08T15:24:49.581Z | Compiling tinyvec v1.6.0 |
1424 | 2023-12-08T15:24:50.797Z | Compiling tracing-core v0.1.31 |
1425 | 2023-12-08T15:24:50.875Z | Compiling num-integer v0.1.45 |
1426 | 2023-12-08T15:24:51.166Z | Compiling memoffset v0.9.0 |
1427 | 2023-12-08T15:24:51.220Z | Compiling pin-utils v0.1.0 |
1428 | 2023-12-08T15:24:51.294Z | Compiling rustix v0.37.23 |
1429 | 2023-12-08T15:24:51.331Z | Compiling futures-io v0.3.29 |
1430 | 2023-12-08T15:24:51.751Z | Compiling hashbrown v0.13.2 |
1431 | 2023-12-08T15:24:52.123Z | Compiling unicode-normalization v0.1.22 |
1432 | 2023-12-08T15:24:52.147Z | Compiling spin v0.9.8 |
1433 | 2023-12-08T15:24:52.737Z | Compiling usdt-impl v0.3.5 |
1434 | 2023-12-08T15:24:53.222Z | Compiling unicode-bidi v0.3.13 |
1435 | 2023-12-08T15:24:53.606Z | Compiling bitflags v1.3.2 |
1436 | 2023-12-08T15:24:53.752Z | Compiling time-core v0.1.1 |
1437 | 2023-12-08T15:24:53.870Z | Compiling crc32fast v1.3.2 |
1438 | 2023-12-08T15:24:54.001Z | Compiling slog v2.7.0 |
1439 | 2023-12-08T15:24:54.711Z | Compiling anyhow v1.0.75 |
1440 | 2023-12-08T15:24:55.026Z | Compiling time-macros v0.2.13 |
1441 | 2023-12-08T15:24:55.123Z | Compiling serde_derive v1.0.192 |
1442 | 2023-12-08T15:24:55.229Z | Compiling thiserror-impl v1.0.49 |
1443 | 2023-12-08T15:24:55.267Z | Compiling tokio-macros v2.2.0 |
1444 | 2023-12-08T15:24:55.294Z | Compiling zeroize_derive v1.4.2 |
1445 | 2023-12-08T15:24:55.404Z | Compiling futures-macro v0.3.29 |
1446 | 2023-12-08T15:24:55.461Z | Compiling tracing-attributes v0.1.26 |
1447 | 2023-12-08T15:24:57.408Z | Compiling schemars_derive v0.8.13 |
1448 | 2023-12-08T15:24:57.686Z | Compiling openssl-macros v0.1.1 |
1449 | 2023-12-08T15:24:57.690Z | Compiling zeroize v1.7.0 |
1450 | 2023-12-08T15:24:58.747Z | Compiling zerocopy-derive v0.2.0 |
1451 | 2023-12-08T15:24:59.920Z | Compiling pest v2.7.2 |
1452 | 2023-12-08T15:25:00.452Z | Compiling crypto-common v0.1.6 |
1453 | 2023-12-08T15:25:00.761Z | Compiling tracing v0.1.37 |
1454 | 2023-12-08T15:25:01.658Z | Compiling block-buffer v0.10.4 |
1455 | 2023-12-08T15:25:02.093Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1456 | 2023-12-08T15:25:02.279Z | Compiling aho-corasick v1.0.4 |
1457 | 2023-12-08T15:25:02.341Z | Compiling crossbeam-epoch v0.9.15 |
1458 | 2023-12-08T15:25:02.898Z | Compiling subtle v2.5.0 |
1459 | 2023-12-08T15:25:02.937Z | Compiling async-trait v0.1.74 |
1460 | 2023-12-08T15:25:03.337Z | Compiling const-oid v0.9.5 |
1461 | 2023-12-08T15:25:03.496Z | Compiling regex-syntax v0.8.2 |
1462 | 2023-12-08T15:25:04.224Z | Compiling pest_meta v2.7.2 |
1463 | 2023-12-08T15:25:04.647Z | Compiling rustversion v1.0.14 |
1464 | 2023-12-08T15:25:05.546Z | Compiling signal-hook v0.3.17 |
1465 | 2023-12-08T15:25:05.949Z | Compiling ppv-lite86 v0.2.17 |
1466 | 2023-12-08T15:25:06.444Z | Compiling pest_generator v2.7.2 |
1467 | 2023-12-08T15:25:07.252Z | Compiling rand_chacha v0.3.1 |
1468 | 2023-12-08T15:25:08.819Z | Compiling digest v0.10.7 |
1469 | 2023-12-08T15:25:09.447Z | Compiling regex-automata v0.4.3 |
1470 | 2023-12-08T15:25:09.707Z | Compiling zerocopy v0.3.0 |
1471 | 2023-12-08T15:25:10.847Z | Compiling pest_derive v2.7.2 |
1472 | 2023-12-08T15:25:10.985Z | Compiling zerocopy-derive v0.6.4 |
1473 | 2023-12-08T15:25:11.961Z | Compiling errno v0.3.2 |
1474 | 2023-12-08T15:25:12.259Z | Compiling base64 v0.21.5 |
1475 | 2023-12-08T15:25:12.287Z | Compiling strsim v0.10.0 |
1476 | 2023-12-08T15:25:13.339Z | Compiling dtrace-parser v0.1.14 |
1477 | 2023-12-08T15:25:13.556Z | Compiling dof v0.1.5 |
1478 | 2023-12-08T15:25:16.011Z | Compiling regex v1.10.2 |
1479 | 2023-12-08T15:25:16.989Z | Compiling rand v0.8.5 |
1480 | 2023-12-08T15:25:17.619Z | Compiling bytes v1.5.0 |
1481 | 2023-12-08T15:25:17.753Z | Compiling indexmap v2.1.0 |
1482 | 2023-12-08T15:25:17.874Z | Compiling uuid v1.6.1 |
1483 | 2023-12-08T15:25:19.604Z | Compiling chrono v0.4.31 |
1484 | 2023-12-08T15:25:19.607Z | Compiling bitflags v2.4.0 |
1485 | 2023-12-08T15:25:19.728Z | Compiling tokio v1.34.0 |
1486 | 2023-12-08T15:25:22.285Z | Compiling serde_spanned v0.6.4 |
1487 | 2023-12-08T15:25:22.615Z | Compiling toml_datetime v0.6.5 |
1488 | 2023-12-08T15:25:23.213Z | Compiling toml_edit v0.19.15 |
1489 | 2023-12-08T15:25:24.483Z | Compiling rustc_version v0.4.0 |
1490 | 2023-12-08T15:25:25.862Z | Compiling http v0.2.11 |
1491 | 2023-12-08T15:25:25.866Z | Compiling heapless v0.7.16 |
1492 | 2023-12-08T15:25:32.646Z | Compiling tokio-util v0.7.10 |
1493 | 2023-12-08T15:25:36.018Z | Compiling thread-id v4.2.0 |
1494 | 2023-12-08T15:25:36.053Z | Compiling num-bigint v0.4.4 |
1495 | 2023-12-08T15:25:36.053Z | Compiling untrusted v0.7.1 |
1496 | 2023-12-08T15:25:36.053Z | Compiling untrusted v0.9.0 |
1497 | 2023-12-08T15:25:36.090Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1498 | 2023-12-08T15:25:36.090Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2023-12-08T15:25:36.090Z | Compiling percent-encoding v2.3.1 |
1500 | 2023-12-08T15:25:36.306Z | Compiling openssl-probe v0.1.5 |
1501 | 2023-12-08T15:25:36.534Z | Compiling doc-comment v0.3.3 |
1502 | 2023-12-08T15:25:37.249Z | Compiling smoltcp v0.9.1 |
1503 | 2023-12-08T15:25:37.701Z | Compiling hashbrown v0.12.3 |
1504 | 2023-12-08T15:25:39.748Z | Compiling foreign-types v0.3.2 |
1505 | 2023-12-08T15:25:44.102Z | Compiling serde_tokenstream v0.1.7 |
1506 | 2023-12-08T15:25:44.948Z | Compiling strum_macros v0.25.2 |
1507 | 2023-12-08T15:25:46.681Z | Compiling lazy_static v1.4.0 |
1508 | 2023-12-08T15:25:46.732Z | Compiling socket2 v0.4.9 |
1509 | 2023-12-08T15:25:46.843Z | Compiling adler v1.0.2 |
1510 | 2023-12-08T15:25:47.334Z | Compiling unicode-segmentation v1.10.1 |
1511 | 2023-12-08T15:25:48.151Z | Compiling unicode-width v0.1.11 |
1512 | 2023-12-08T15:25:48.693Z | Compiling try-lock v0.2.4 |
1513 | 2023-12-08T15:25:48.891Z | Compiling siphasher v0.3.11 |
1514 | 2023-12-08T15:25:49.676Z | Compiling miniz_oxide v0.7.1 |
1515 | 2023-12-08T15:25:49.848Z | Compiling want v0.3.1 |
1516 | 2023-12-08T15:25:52.110Z | Compiling sct v0.7.0 |
1517 | 2023-12-08T15:25:52.521Z | Compiling rustls-webpki v0.101.7 |
1518 | 2023-12-08T15:25:52.762Z | Compiling h2 v0.3.21 |
1519 | 2023-12-08T15:25:55.335Z | Compiling form_urlencoded v1.2.1 |
1520 | 2023-12-08T15:25:55.781Z | Compiling http-body v0.4.5 |
1521 | 2023-12-08T15:25:56.493Z | Compiling hubpack_derive v0.1.1 |
1522 | 2023-12-08T15:25:57.198Z | Compiling pin-project-internal v1.1.3 |
1523 | 2023-12-08T15:25:57.803Z | Compiling num-iter v0.1.43 |
1524 | 2023-12-08T15:25:59.063Z | Compiling anstyle v1.0.2 |
1525 | 2023-12-08T15:25:59.182Z | Compiling tower-service v0.3.2 |
1526 | 2023-12-08T15:26:00.439Z | Compiling httpdate v1.0.3 |
1527 | 2023-12-08T15:26:00.632Z | Compiling utf8parse v0.2.1 |
1528 | 2023-12-08T15:26:00.750Z | Compiling cpufeatures v0.2.9 |
1529 | 2023-12-08T15:26:00.890Z | Compiling sha2 v0.10.8 |
1530 | 2023-12-08T15:26:01.116Z | Compiling anstyle-parse v0.2.1 |
1531 | 2023-12-08T15:26:05.121Z | Compiling hyper v0.14.27 |
1532 | 2023-12-08T15:26:05.777Z | Compiling usdt-macro v0.3.5 |
1533 | 2023-12-08T15:26:06.669Z | Compiling usdt-attr-macro v0.3.5 |
1534 | 2023-12-08T15:26:08.733Z | Compiling openapiv3 v2.0.0-rc.1 |
1535 | 2023-12-08T15:26:08.782Z | Compiling serde_tokenstream v0.2.0 |
1536 | 2023-12-08T15:26:09.638Z | Compiling rustls-pemfile v1.0.3 |
1537 | 2023-12-08T15:26:09.693Z | Compiling hmac v0.12.1 |
1538 | 2023-12-08T15:26:10.017Z | Compiling md-5 v0.10.5 |
1539 | 2023-12-08T15:26:10.259Z | Compiling idna v0.5.0 |
1540 | 2023-12-08T15:26:10.352Z | Compiling stringprep v0.1.3 |
1541 | 2023-12-08T15:26:11.415Z | Compiling diesel_table_macro_syntax v0.1.0 |
1542 | 2023-12-08T15:26:11.700Z | Compiling hash32 v0.2.1 |
1543 | 2023-12-08T15:26:11.862Z | Compiling either v1.9.0 |
1544 | 2023-12-08T15:26:11.968Z | Compiling anstyle-query v1.0.0 |
1545 | 2023-12-08T15:26:12.158Z | Compiling stable_deref_trait v1.2.0 |
1546 | 2023-12-08T15:26:12.303Z | Compiling colorchoice v1.0.0 |
1547 | 2023-12-08T15:26:12.367Z | Compiling fallible-iterator v0.2.0 |
1548 | 2023-12-08T15:26:12.639Z | Compiling gimli v0.28.0 |
1549 | 2023-12-08T15:26:13.489Z | Compiling postgres-protocol v0.6.6 |
1550 | 2023-12-08T15:26:13.533Z | Compiling anstream v0.5.0 |
1551 | 2023-12-08T15:26:15.473Z | Compiling diesel_derives v2.1.2 |
1552 | 2023-12-08T15:26:16.472Z | Compiling url v2.5.0 |
1553 | 2023-12-08T15:26:17.166Z | Compiling tokio-rustls v0.24.1 |
1554 | 2023-12-08T15:26:20.809Z | Compiling addr2line v0.21.0 |
1555 | 2023-12-08T15:26:20.949Z | Compiling rustls-native-certs v0.6.3 |
1556 | 2023-12-08T15:26:22.145Z | Compiling terminal_size v0.2.6 |
1557 | 2023-12-08T15:26:22.423Z | Compiling tokio-native-tls v0.3.1 |
1558 | 2023-12-08T15:26:24.633Z | Compiling phf_shared v0.11.2 |
1559 | 2023-12-08T15:26:25.957Z | Compiling block-padding v0.3.3 |
1560 | 2023-12-08T15:26:26.233Z | Compiling enum-as-inner v0.5.1 |
1561 | 2023-12-08T15:26:26.337Z | Compiling snafu-derive v0.7.5 |
1562 | 2023-12-08T15:26:26.351Z | Compiling clap_derive v4.4.2 |
1563 | 2023-12-08T15:26:27.732Z | Compiling serde_repr v0.1.16 |
1564 | 2023-12-08T15:26:29.456Z | Compiling regress v0.7.1 |
1565 | 2023-12-08T15:26:34.488Z | Compiling scheduled-thread-pool v0.2.7 |
1566 | 2023-12-08T15:26:34.571Z | Compiling object v0.32.1 |
1567 | 2023-12-08T15:26:37.537Z | Compiling deranged v0.3.8 |
1568 | 2023-12-08T15:26:39.162Z | Compiling rustc-demangle v0.1.23 |
1569 | 2023-12-08T15:26:42.143Z | Compiling num_threads v0.1.6 |
1570 | 2023-12-08T15:26:42.325Z | Compiling bit-vec v0.6.3 |
1571 | 2023-12-08T15:26:43.015Z | Compiling managed v0.8.0 |
1572 | 2023-12-08T15:26:43.274Z | Compiling ipnet v2.8.0 |
1573 | 2023-12-08T15:26:43.705Z | Compiling clap_lex v0.5.1 |
1574 | 2023-12-08T15:26:44.421Z | Compiling matches v0.1.10 |
1575 | 2023-12-08T15:26:44.460Z | Compiling regex-automata v0.1.10 |
1576 | 2023-12-08T15:26:44.560Z | Compiling idna v0.2.3 |
1577 | 2023-12-08T15:26:45.066Z | Compiling clap_builder v4.4.2 |
1578 | 2023-12-08T15:26:45.243Z | Compiling bstr v0.2.17 |
1579 | 2023-12-08T15:26:49.431Z | Compiling time v0.3.27 |
1580 | 2023-12-08T15:26:50.254Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1581 | 2023-12-08T15:26:51.057Z | Compiling r2d2 v0.8.10 |
1582 | 2023-12-08T15:26:52.986Z | Compiling inout v0.1.3 |
1583 | 2023-12-08T15:26:53.603Z | Compiling phf v0.11.2 |
1584 | 2023-12-08T15:26:53.851Z | Compiling hyper-tls v0.5.0 |
1585 | 2023-12-08T15:26:54.020Z | Compiling hyper-rustls v0.24.2 |
1586 | 2023-12-08T15:26:54.386Z | Compiling signal-hook-mio v0.2.3 |
1587 | 2023-12-08T15:26:54.627Z | Compiling flate2 v1.0.28 |
1588 | 2023-12-08T15:26:54.828Z | Compiling bzip2 v0.4.4 |
1589 | 2023-12-08T15:26:55.933Z | Compiling postgres-types v0.2.6 |
1590 | 2023-12-08T15:26:56.139Z | Compiling itertools v0.11.0 |
1591 | 2023-12-08T15:26:57.405Z | Compiling pin-project v1.1.3 |
1592 | 2023-12-08T15:26:57.718Z | Compiling hubpack v0.1.2 |
1593 | 2023-12-08T15:26:57.775Z | Compiling serde_urlencoded v0.7.1 |
1594 | 2023-12-08T15:26:58.040Z | Compiling phf_shared v0.10.0 |
1595 | 2023-12-08T15:26:58.406Z | Compiling ipnetwork v0.20.0 |
1596 | 2023-12-08T15:26:58.965Z | Compiling zerocopy v0.6.4 |
1597 | 2023-12-08T15:26:59.685Z | Compiling futures-executor v0.3.29 |
1598 | 2023-12-08T15:27:00.592Z | Compiling float-cmp v0.9.0 |
1599 | 2023-12-08T15:27:00.740Z | Compiling proc-macro-error-attr v1.0.4 |
1600 | 2023-12-08T15:27:00.915Z | Compiling encoding_rs v0.8.33 |
1601 | 2023-12-08T15:27:01.161Z | Compiling whoami v1.4.1 |
1602 | 2023-12-08T15:27:02.847Z | Compiling mime v0.3.17 |
1603 | 2023-12-08T15:27:03.703Z | Compiling normalize-line-endings v0.3.0 |
1604 | 2023-12-08T15:27:05.295Z | Compiling precomputed-hash v0.1.1 |
1605 | 2023-12-08T15:27:05.603Z | Compiling regex-automata v0.3.8 |
1606 | 2023-12-08T15:27:06.052Z | Compiling difflib v0.4.0 |
1607 | 2023-12-08T15:27:07.180Z | Compiling fixedbitset v0.4.2 |
1608 | 2023-12-08T15:27:08.890Z | Compiling data-encoding v2.4.0 |
1609 | 2023-12-08T15:27:09.336Z | Compiling new_debug_unreachable v1.0.4 |
1610 | 2023-12-08T15:27:09.477Z | Compiling webpki-roots v0.25.2 |
1611 | 2023-12-08T15:27:09.516Z | Compiling predicates-core v1.0.6 |
1612 | 2023-12-08T15:27:09.712Z | Compiling static_assertions v1.1.0 |
1613 | 2023-12-08T15:27:09.859Z | Compiling trust-dns-proto v0.22.0 |
1614 | 2023-12-08T15:27:10.005Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1615 | 2023-12-08T15:27:11.051Z | Compiling predicates v3.0.4 |
1616 | 2023-12-08T15:27:11.883Z | Compiling reqwest v0.11.22 |
1617 | 2023-12-08T15:27:13.548Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1618 | 2023-12-08T15:27:20.752Z | Compiling string_cache v0.8.7 |
1619 | 2023-12-08T15:27:21.410Z | Compiling bstr v1.6.0 |
1620 | 2023-12-08T15:27:22.197Z | Compiling petgraph v0.6.4 |
1621 | 2023-12-08T15:27:22.352Z | Compiling tokio-postgres v0.7.10 |
1622 | 2023-12-08T15:27:30.254Z | Compiling futures v0.3.29 |
1623 | 2023-12-08T15:27:30.413Z | Compiling diesel v2.1.4 |
1624 | 2023-12-08T15:27:30.799Z | Compiling yasna v0.5.2 |
1625 | 2023-12-08T15:27:31.251Z | Compiling snafu v0.7.5 |
1626 | 2023-12-08T15:27:32.185Z | Compiling zip v0.6.6 |
1627 | 2023-12-08T15:27:32.503Z | Compiling crossterm v0.27.0 |
1628 | 2023-12-08T15:27:33.591Z | Compiling cipher v0.4.4 |
1629 | 2023-12-08T15:27:34.753Z | Compiling clap v4.4.3 |
1630 | 2023-12-08T15:27:34.913Z | Compiling similar v2.2.1 |
1631 | 2023-12-08T15:27:36.539Z | Compiling bit-set v0.5.3 |
1632 | 2023-12-08T15:27:37.128Z | Compiling itertools v0.10.5 |
1633 | 2023-12-08T15:27:37.358Z | Compiling usdt v0.3.5 |
1634 | 2023-12-08T15:27:38.016Z | Compiling console v0.15.7 |
1635 | 2023-12-08T15:27:38.156Z | Compiling tokio-stream v0.1.14 |
1636 | 2023-12-08T15:27:38.689Z | Compiling proc-macro-crate v1.3.1 |
1637 | 2023-12-08T15:27:38.712Z | Compiling toml v0.7.8 |
1638 | 2023-12-08T15:27:39.585Z | Compiling toml_edit v0.21.0 |
1639 | 2023-12-08T15:27:40.105Z | Compiling hex v0.4.3 |
1640 | 2023-12-08T15:27:40.128Z | Compiling signature v2.1.0 |
1641 | 2023-12-08T15:27:40.996Z | Compiling proc-macro-error v1.0.4 |
1642 | 2023-12-08T15:27:41.096Z | Compiling lalrpop-util v0.19.12 |
1643 | 2023-12-08T15:27:43.473Z | Compiling num_enum_derive v0.5.11 |
1644 | 2023-12-08T15:27:47.932Z | Compiling atty v0.2.14 |
1645 | 2023-12-08T15:27:48.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1646 | 2023-12-08T15:27:48.638Z | Compiling ident_case v1.0.1 |
1647 | 2023-12-08T15:27:48.897Z | Compiling darling_core v0.20.3 |
1648 | 2023-12-08T15:27:54.031Z | Compiling num_enum v0.5.11 |
1649 | 2023-12-08T15:28:15.092Z | Compiling dirs-sys-next v0.1.2 |
1650 | 2023-12-08T15:28:19.030Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1651 | 2023-12-08T15:28:19.461Z | Compiling postcard-cobs v0.1.5-pre |
1652 | 2023-12-08T15:28:19.603Z | Compiling camino v1.1.6 |
1653 | 2023-12-08T15:28:20.151Z | Compiling postcard v0.7.3 |
1654 | 2023-12-08T15:28:26.392Z | Compiling dirs-next v2.0.0 |
1655 | 2023-12-08T15:28:30.897Z | Compiling darling_macro v0.20.3 |
1656 | 2023-12-08T15:28:33.075Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1657 | 2023-12-08T15:28:40.519Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1658 | 2023-12-08T15:28:40.942Z | Compiling smoltcp v0.8.2 |
1659 | 2023-12-08T15:28:41.675Z | Compiling getopts v0.2.21 |
1660 | 2023-12-08T15:28:47.525Z | Compiling foreign-types-macros v0.2.3 |
1661 | 2023-12-08T15:28:49.443Z | Compiling structmeta-derive v0.2.0 |
1662 | 2023-12-08T15:28:56.095Z | Compiling thread_local v1.1.7 |
1663 | 2023-12-08T15:28:57.406Z | Compiling multer v2.1.0 |
1664 | 2023-12-08T15:28:57.837Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1665 | 2023-12-08T15:28:58.260Z | Compiling paste v1.0.14 |
1666 | 2023-12-08T15:28:58.919Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1667 | 2023-12-08T15:29:00.382Z | Compiling slog-async v2.8.0 |
1668 | 2023-12-08T15:29:00.385Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-12-08T15:29:00.385Z | Compiling unsafe-libyaml v0.2.9 |
1670 | 2023-12-08T15:29:03.296Z | Compiling cfg-if v0.1.10 |
1671 | 2023-12-08T15:29:03.434Z | Compiling foreign-types-shared v0.3.1 |
1672 | 2023-12-08T15:29:04.692Z | Compiling match_cfg v0.1.0 |
1673 | 2023-12-08T15:29:05.559Z | Compiling hostname v0.3.1 |
1674 | 2023-12-08T15:29:10.383Z | Compiling foreign-types v0.5.0 |
1675 | 2023-12-08T15:29:10.548Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1676 | 2023-12-08T15:29:11.411Z | Compiling serde_yaml v0.9.25 |
1677 | 2023-12-08T15:29:15.567Z | Compiling structmeta v0.2.0 |
1678 | 2023-12-08T15:29:17.637Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1679 | 2023-12-08T15:29:24.110Z | Compiling darling v0.20.3 |
1680 | 2023-12-08T15:29:24.271Z | Compiling term v0.7.0 |
1681 | 2023-12-08T15:29:29.820Z | Compiling slog-json v2.6.1 |
1682 | 2023-12-08T15:29:31.019Z | Compiling is-terminal v0.4.9 |
1683 | 2023-12-08T15:29:31.201Z | Compiling crossbeam-channel v0.5.8 |
1684 | 2023-12-08T15:29:34.187Z | Compiling strum v0.25.0 |
1685 | 2023-12-08T15:29:34.463Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1686 | 2023-12-08T15:29:34.869Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1687 | 2023-12-08T15:29:35.652Z | Compiling async-stream-impl v0.3.5 |
1688 | 2023-12-08T15:29:36.189Z | Compiling cstr-argument v0.1.2 |
1689 | 2023-12-08T15:29:36.308Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1690 | 2023-12-08T15:29:36.480Z | Compiling regex-syntax v0.7.5 |
1691 | 2023-12-08T15:29:36.735Z | Compiling crucible-workspace-hack v0.1.0 |
1692 | 2023-12-08T15:29:37.894Z | Compiling pretty-hex v0.2.1 |
1693 | 2023-12-08T15:29:38.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1694 | 2023-12-08T15:29:38.963Z | Compiling atomic-waker v1.1.1 |
1695 | 2023-12-08T15:29:39.029Z | Compiling take_mut v0.2.2 |
1696 | 2023-12-08T15:29:39.259Z | Compiling fastrand v2.0.0 |
1697 | 2023-12-08T15:29:40.348Z | Compiling tempfile v3.8.1 |
1698 | 2023-12-08T15:29:46.301Z | Compiling waitgroup v0.1.2 |
1699 | 2023-12-08T15:29:46.773Z | Compiling parse-display-derive v0.8.2 |
1700 | 2023-12-08T15:29:47.598Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2023-12-08T15:29:53.091Z | Compiling async-stream v0.3.5 |
1702 | 2023-12-08T15:29:55.469Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1703 | 2023-12-08T15:29:56.869Z | Compiling colored v2.0.4 |
1704 | 2023-12-08T15:29:58.580Z | Compiling slog-bunyan v2.4.0 |
1705 | 2023-12-08T15:29:58.967Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1706 | 2023-12-08T15:29:59.198Z | Compiling slog-term v2.9.0 |
1707 | 2023-12-08T15:30:04.141Z | Compiling serde_with_macros v2.3.3 |
1708 | 2023-12-08T15:30:13.760Z | Compiling toml v0.8.8 |
1709 | 2023-12-08T15:30:13.822Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1710 | 2023-12-08T15:30:15.923Z | Compiling sha1 v0.10.6 |
1711 | 2023-12-08T15:30:16.422Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1712 | 2023-12-08T15:30:16.804Z | Compiling textwrap v0.11.0 |
1713 | 2023-12-08T15:30:17.820Z | Compiling heck v0.3.3 |
1714 | 2023-12-08T15:30:18.598Z | Compiling serde_path_to_error v0.1.14 |
1715 | 2023-12-08T15:30:19.520Z | Compiling instant v0.1.12 |
1716 | 2023-12-08T15:30:19.735Z | Compiling debug-ignore v1.0.5 |
1717 | 2023-12-08T15:30:19.956Z | Compiling strsim v0.8.0 |
1718 | 2023-12-08T15:30:20.254Z | Compiling vec_map v0.8.2 |
1719 | 2023-12-08T15:30:20.745Z | Compiling ansi_term v0.12.1 |
1720 | 2023-12-08T15:30:21.110Z | Compiling libefi-sys v0.1.0 |
1721 | 2023-12-08T15:30:21.539Z | Compiling rayon-core v1.12.0 |
1722 | 2023-12-08T15:30:22.034Z | Compiling clap v2.34.0 |
1723 | 2023-12-08T15:30:22.140Z | Compiling backoff v0.4.0 |
1724 | 2023-12-08T15:30:22.269Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-12-08T15:30:22.709Z | Compiling serde_with v2.3.3 |
1726 | 2023-12-08T15:30:22.824Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1727 | 2023-12-08T15:30:24.856Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1728 | 2023-12-08T15:30:25.175Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1729 | 2023-12-08T15:30:26.908Z | Compiling parse-display v0.8.2 |
1730 | 2023-12-08T15:30:27.312Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1731 | 2023-12-08T15:30:28.099Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1732 | 2023-12-08T15:30:28.346Z | Compiling zone_cfg_derive v0.3.0 |
1733 | 2023-12-08T15:30:29.731Z | Compiling crossbeam-deque v0.8.3 |
1734 | 2023-12-08T15:30:30.341Z | Compiling macaddr v1.0.1 |
1735 | 2023-12-08T15:30:30.458Z | Compiling num-derive v0.4.0 |
1736 | 2023-12-08T15:30:30.629Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1737 | 2023-12-08T15:30:31.173Z | Compiling portable-atomic v1.4.3 |
1738 | 2023-12-08T15:30:31.806Z | Compiling zone v0.3.0 |
1739 | 2023-12-08T15:30:34.095Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1740 | 2023-12-08T15:30:37.081Z | Compiling structopt v0.3.26 |
1741 | 2023-12-08T15:30:37.300Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1742 | 2023-12-08T15:30:37.750Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1743 | 2023-12-08T15:30:38.596Z | Compiling camino-tempfile v1.1.1 |
1744 | 2023-12-08T15:30:39.589Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1745 | 2023-12-08T15:30:39.829Z | Compiling smf v0.2.2 |
1746 | 2023-12-08T15:30:40.272Z | Compiling filetime v0.2.23 |
1747 | 2023-12-08T15:30:40.823Z | Compiling xattr v1.0.1 |
1748 | 2023-12-08T15:30:41.288Z | Compiling same-file v1.0.6 |
1749 | 2023-12-08T15:30:41.896Z | Compiling tar v0.4.40 |
1750 | 2023-12-08T15:30:41.923Z | Compiling walkdir v2.4.0 |
1751 | 2023-12-08T15:30:44.295Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-12-08T15:30:44.579Z | Compiling rayon v1.8.0 |
1753 | 2023-12-08T15:30:44.972Z | Compiling number_prefix v0.4.0 |
1754 | 2023-12-08T15:30:45.355Z | Compiling omicron-zone-package v0.9.1 |
1755 | 2023-12-08T15:30:47.784Z | Compiling topological-sort v0.2.2 |
1756 | 2023-12-08T15:30:48.154Z | Compiling swrite v0.1.0 |
1757 | 2023-12-08T15:30:53.049Z | Compiling indicatif v0.17.7 |
1758 | 2023-12-08T15:31:09.493Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2023-12-08T15:31:19.500Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1760 | 2023-12-08T15:31:22.807Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1761 | 2023-12-08T15:31:24.624Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1762 | 2023-12-08T15:31:51.212Z | Finished release [optimized] target(s) in 7m 45s |
1763 | 2023-12-08T15:31:51.460Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1764 | 2023-12-08T15:31:51.550Z | Created new build target 'test' and set it as active |
1765 | 2023-12-08T15:31:51.554Z | |
1766 | 2023-12-08T15:31:51.554Z | real 7:46.093071847 |
1767 | 2023-12-08T15:31:51.554Z | user 50:23.337815153 |
1768 | 2023-12-08T15:31:51.554Z | sys 4:27.494664011 |
1769 | 2023-12-08T15:31:51.554Z | trap 2.102191518 |
1770 | 2023-12-08T15:31:51.554Z | tflt 3.577023164 |
1771 | 2023-12-08T15:31:51.554Z | dflt 3.704915627 |
1772 | 2023-12-08T15:31:51.554Z | kflt 0.023003170 |
1773 | 2023-12-08T15:31:51.554Z | lock 1:49:13.986853505 |
1774 | 2023-12-08T15:31:51.554Z | slp 2:21:05.093774771 |
1775 | 2023-12-08T15:31:51.555Z | lat 2:28.073294782 |
1776 | 2023-12-08T15:31:51.555Z | stop 3:47.001628598 |
1777 | 2023-12-08T15:31:51.555Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1778 | 2023-12-08T15:31:52.631Z | Finished release [optimized] target(s) in 0.99s |
1779 | 2023-12-08T15:31:52.662Z | Running `target/release/omicron-package -t test package` |
1780 | 2023-12-08T15:31:52.700Z | Dec 08 15:31:52.699 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1781 | 2023-12-08T15:31:53.849Z | Compiling base64ct v1.6.0 |
1782 | 2023-12-08T15:31:53.871Z | Compiling linked-hash-map v0.5.6 |
1783 | 2023-12-08T15:31:53.874Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1784 | 2023-12-08T15:31:53.874Z | Compiling blake2 v0.10.6 |
1785 | 2023-12-08T15:31:53.874Z | Compiling same-file v1.0.6 |
1786 | 2023-12-08T15:31:53.874Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1787 | 2023-12-08T15:31:53.892Z | Compiling semver-parser v0.10.2 |
1788 | 2023-12-08T15:31:53.913Z | Compiling fastrand v2.0.0 |
1789 | 2023-12-08T15:31:54.178Z | Compiling walkdir v2.4.0 |
1790 | 2023-12-08T15:31:54.452Z | Compiling lru-cache v0.1.2 |
1791 | 2023-12-08T15:31:54.705Z | Compiling password-hash v0.5.0 |
1792 | 2023-12-08T15:31:54.760Z | Compiling quick-error v1.2.3 |
1793 | 2023-12-08T15:31:54.953Z | Compiling resolv-conf v0.7.0 |
1794 | 2023-12-08T15:31:55.063Z | Compiling semver v0.11.0 |
1795 | 2023-12-08T15:31:55.262Z | Compiling tempfile v3.8.1 |
1796 | 2023-12-08T15:31:56.124Z | Compiling argon2 v0.5.2 |
1797 | 2023-12-08T15:31:56.182Z | Compiling filetime v0.2.23 |
1798 | 2023-12-08T15:31:56.475Z | Compiling xattr v1.0.1 |
1799 | 2023-12-08T15:31:56.612Z | Compiling slog-dtrace v0.2.3 |
1800 | 2023-12-08T15:31:56.817Z | Compiling home v0.5.5 |
1801 | 2023-12-08T15:31:56.927Z | Compiling tar v0.4.40 |
1802 | 2023-12-08T15:31:57.101Z | Compiling toolchain_find v0.2.0 |
1803 | 2023-12-08T15:31:57.155Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1804 | 2023-12-08T15:31:57.880Z | Compiling trust-dns-resolver v0.22.0 |
1805 | 2023-12-08T15:31:58.087Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1806 | 2023-12-08T15:31:58.101Z | Compiling toml v0.5.11 |
1807 | 2023-12-08T15:31:58.660Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1808 | 2023-12-08T15:31:58.806Z | Compiling omicron-zone-package v0.9.1 |
1809 | 2023-12-08T15:31:59.970Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1810 | 2023-12-08T15:32:00.339Z | Compiling toml v0.8.8 |
1811 | 2023-12-08T15:32:00.812Z | Compiling num-rational v0.4.1 |
1812 | 2023-12-08T15:32:01.284Z | Compiling rustfmt-wrapper v0.2.0 |
1813 | 2023-12-08T15:32:01.365Z | Compiling cancel-safe-futures v0.1.5 |
1814 | 2023-12-08T15:32:02.204Z | Compiling convert_case v0.4.0 |
1815 | 2023-12-08T15:32:03.408Z | Compiling derive_more v0.99.17 |
1816 | 2023-12-08T15:32:03.487Z | Compiling num-complex v0.4.4 |
1817 | 2023-12-08T15:32:03.977Z | Compiling pem-rfc7468 v0.7.0 |
1818 | 2023-12-08T15:32:04.683Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1819 | 2023-12-08T15:32:05.632Z | Compiling num v0.4.1 |
1820 | 2023-12-08T15:32:05.644Z | Compiling hkdf v0.12.3 |
1821 | 2023-12-08T15:32:05.771Z | Compiling fxhash v0.2.1 |
1822 | 2023-12-08T15:32:05.989Z | Compiling der_derive v0.7.2 |
1823 | 2023-12-08T15:32:06.109Z | Compiling unicase v2.7.0 |
1824 | 2023-12-08T15:32:06.284Z | Compiling semver v0.1.20 |
1825 | 2023-12-08T15:32:06.491Z | Compiling utf-8 v0.7.6 |
1826 | 2023-12-08T15:32:06.519Z | Compiling flagset v0.4.3 |
1827 | 2023-12-08T15:32:06.842Z | Compiling rustc_version v0.1.7 |
1828 | 2023-12-08T15:32:06.890Z | Compiling tungstenite v0.20.1 |
1829 | 2023-12-08T15:32:07.075Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1830 | 2023-12-08T15:32:07.191Z | Compiling ciborium-io v0.2.1 |
1831 | 2023-12-08T15:32:07.360Z | Compiling radium v0.7.0 |
1832 | 2023-12-08T15:32:07.438Z | Compiling keccak v0.1.4 |
1833 | 2023-12-08T15:32:07.970Z | Compiling arc-swap v1.6.0 |
1834 | 2023-12-08T15:32:09.065Z | Compiling half v1.8.2 |
1835 | 2023-12-08T15:32:09.153Z | Compiling slog-scope v4.4.0 |
1836 | 2023-12-08T15:32:09.839Z | Compiling der v0.7.8 |
1837 | 2023-12-08T15:32:10.710Z | Compiling ciborium-ll v0.2.1 |
1838 | 2023-12-08T15:32:11.070Z | Compiling tokio-tungstenite v0.20.1 |
1839 | 2023-12-08T15:32:11.493Z | Compiling sha3 v0.10.8 |
1840 | 2023-12-08T15:32:11.958Z | Compiling newtype_derive v0.1.6 |
1841 | 2023-12-08T15:32:12.368Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1842 | 2023-12-08T15:32:12.848Z | Compiling libsw v3.3.0 |
1843 | 2023-12-08T15:32:13.328Z | Compiling secrecy v0.8.0 |
1844 | 2023-12-08T15:32:13.713Z | Compiling spki v0.7.2 |
1845 | 2023-12-08T15:32:14.580Z | Compiling derive-where v1.2.6 |
1846 | 2023-12-08T15:32:15.499Z | Compiling tap v1.0.1 |
1847 | 2023-12-08T15:32:15.775Z | Compiling owo-colors v3.5.0 |
1848 | 2023-12-08T15:32:16.521Z | Compiling parking_lot_core v0.8.6 |
1849 | 2023-12-08T15:32:17.103Z | Compiling linear-map v1.2.0 |
1850 | 2023-12-08T15:32:17.773Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-12-08T15:32:18.542Z | Compiling wyz v0.5.1 |
1852 | 2023-12-08T15:32:19.873Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1853 | 2023-12-08T15:32:20.248Z | Compiling ciborium v0.2.1 |
1854 | 2023-12-08T15:32:21.331Z | Compiling slog-stdlog v4.1.1 |
1855 | 2023-12-08T15:32:21.788Z | Compiling nibble_vec v0.1.0 |
1856 | 2023-12-08T15:32:22.115Z | Compiling endian-type v0.1.2 |
1857 | 2023-12-08T15:32:22.450Z | Compiling display-error-chain v0.2.0 |
1858 | 2023-12-08T15:32:22.699Z | Compiling funty v2.0.0 |
1859 | 2023-12-08T15:32:22.844Z | Compiling num-bigint-dig v0.8.4 |
1860 | 2023-12-08T15:32:23.258Z | Compiling packed_struct v0.10.1 |
1861 | 2023-12-08T15:32:23.588Z | Compiling crc-catalog v2.2.0 |
1862 | 2023-12-08T15:32:23.775Z | Compiling crc v3.0.1 |
1863 | 2023-12-08T15:32:23.875Z | Compiling radix_trie v0.2.1 |
1864 | 2023-12-08T15:32:24.568Z | Compiling slog-envlogger v2.2.0 |
1865 | 2023-12-08T15:32:24.959Z | Compiling bitvec v1.0.1 |
1866 | 2023-12-08T15:32:27.146Z | Compiling pkcs8 v0.10.2 |
1867 | 2023-12-08T15:32:27.550Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1868 | 2023-12-08T15:32:28.592Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1869 | 2023-12-08T15:32:29.017Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1870 | 2023-12-08T15:32:30.167Z | Compiling packed_struct_codegen v0.10.1 |
1871 | 2023-12-08T15:32:32.458Z | Compiling dirs-sys-next v0.1.2 |
1872 | 2023-12-08T15:32:33.250Z | Compiling platforms v3.0.2 |
1873 | 2023-12-08T15:32:33.714Z | Compiling glob v0.3.1 |
1874 | 2023-12-08T15:32:34.461Z | Compiling nodrop v0.1.14 |
1875 | 2023-12-08T15:32:34.630Z | Compiling crunchy v0.2.2 |
1876 | 2023-12-08T15:32:35.318Z | Compiling clang-sys v1.6.1 |
1877 | 2023-12-08T15:32:35.597Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1878 | 2023-12-08T15:32:36.237Z | Compiling array-init v0.0.4 |
1879 | 2023-12-08T15:32:38.415Z | Compiling dirs-next v2.0.0 |
1880 | 2023-12-08T15:32:38.639Z | Compiling pkcs1 v0.7.5 |
1881 | 2023-12-08T15:32:38.666Z | Compiling smallvec v0.6.14 |
1882 | 2023-12-08T15:32:39.426Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1883 | 2023-12-08T15:32:42.123Z | Compiling parking_lot v0.11.2 |
1884 | 2023-12-08T15:32:43.977Z | Compiling steno v0.4.0 |
1885 | 2023-12-08T15:32:44.880Z | Compiling trust-dns-client v0.22.0 |
1886 | 2023-12-08T15:32:46.043Z | Compiling mime_guess v2.0.4 |
1887 | 2023-12-08T15:32:49.216Z | Compiling termcolor v1.2.0 |
1888 | 2023-12-08T15:32:49.848Z | Compiling bitfield v0.14.0 |
1889 | 2023-12-08T15:32:50.309Z | Compiling prettyplease v0.2.12 |
1890 | 2023-12-08T15:32:50.718Z | Compiling tiny-keccak v2.0.2 |
1891 | 2023-12-08T15:32:51.127Z | Compiling rsa v0.9.2 |
1892 | 2023-12-08T15:32:51.379Z | Compiling trust-dns-server v0.22.1 |
1893 | 2023-12-08T15:32:59.921Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1894 | 2023-12-08T15:33:03.075Z | Compiling env_logger v0.10.0 |
1895 | 2023-12-08T15:33:04.966Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1896 | 2023-12-08T15:33:08.238Z | Compiling sled v0.34.7 |
1897 | 2023-12-08T15:33:09.366Z | Compiling serde-hex v0.1.0 |
1898 | 2023-12-08T15:33:18.343Z | Compiling term v0.7.0 |
1899 | 2023-12-08T15:33:21.356Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1900 | 2023-12-08T15:33:26.220Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1901 | 2023-12-08T15:33:26.743Z | Compiling x509-cert v0.2.4 |
1902 | 2023-12-08T15:33:28.641Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1903 | 2023-12-08T15:33:49.316Z | Compiling darling_core v0.14.4 |
1904 | 2023-12-08T15:33:49.724Z | Compiling itertools v0.12.0 |
1905 | 2023-12-08T15:33:55.615Z | Compiling ron v0.8.1 |
1906 | 2023-12-08T15:33:57.837Z | Compiling buf-list v1.0.3 |
1907 | 2023-12-08T15:33:58.615Z | Compiling minimal-lexical v0.2.1 |
1908 | 2023-12-08T15:33:59.405Z | Compiling crc-any v2.4.3 |
1909 | 2023-12-08T15:33:59.429Z | Compiling pretty-hex v0.4.0 |
1910 | 2023-12-08T15:33:59.851Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1911 | 2023-12-08T15:34:01.000Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-12-08T15:34:01.647Z | Compiling nom v7.1.3 |
1913 | 2023-12-08T15:34:06.496Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1914 | 2023-12-08T15:34:07.902Z | Compiling darling_macro v0.14.4 |
1915 | 2023-12-08T15:34:09.404Z | Compiling curve25519-dalek v4.1.0 |
1916 | 2023-12-08T15:34:09.491Z | Compiling ascii-canvas v3.0.0 |
1917 | 2023-12-08T15:34:10.057Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1918 | 2023-12-08T15:34:10.307Z | Compiling object v0.30.4 |
1919 | 2023-12-08T15:34:10.697Z | Compiling is-terminal v0.4.9 |
1920 | 2023-12-08T15:34:10.891Z | Compiling ff v0.13.0 |
1921 | 2023-12-08T15:34:11.221Z | Compiling kstat-rs v0.2.3 |
1922 | 2023-12-08T15:34:11.426Z | Compiling ena v0.14.2 |
1923 | 2023-12-08T15:34:12.065Z | Compiling libloading v0.7.4 |
1924 | 2023-12-08T15:34:12.606Z | Compiling diff v0.1.13 |
1925 | 2023-12-08T15:34:12.907Z | Compiling path-slash v0.1.5 |
1926 | 2023-12-08T15:34:13.225Z | Compiling regex-syntax v0.6.29 |
1927 | 2023-12-08T15:34:13.306Z | Compiling bindgen v0.65.1 |
1928 | 2023-12-08T15:34:13.964Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1929 | 2023-12-08T15:34:22.517Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1930 | 2023-12-08T15:34:31.801Z | Compiling lalrpop v0.19.12 |
1931 | 2023-12-08T15:34:31.950Z | Compiling group v0.13.0 |
1932 | 2023-12-08T15:34:32.356Z | Compiling darling v0.14.4 |
1933 | 2023-12-08T15:34:33.041Z | Compiling cexpr v0.6.0 |
1934 | 2023-12-08T15:34:37.264Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1935 | 2023-12-08T15:34:39.425Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1936 | 2023-12-08T15:34:40.994Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1937 | 2023-12-08T15:34:41.943Z | Compiling which v4.4.0 |
1938 | 2023-12-08T15:34:41.962Z | Compiling universal-hash v0.5.1 |
1939 | 2023-12-08T15:34:42.273Z | Compiling crypto-bigint v0.5.2 |
1940 | 2023-12-08T15:34:42.754Z | Compiling thiserror-impl-no-std v2.0.2 |
1941 | 2023-12-08T15:34:44.925Z | Compiling curve25519-dalek-derive v0.1.0 |
1942 | 2023-12-08T15:34:45.029Z | Compiling memoffset v0.7.1 |
1943 | 2023-12-08T15:34:45.463Z | Compiling opaque-debug v0.3.0 |
1944 | 2023-12-08T15:34:45.593Z | Compiling base16ct v0.2.0 |
1945 | 2023-12-08T15:34:46.159Z | Compiling shlex v1.1.0 |
1946 | 2023-12-08T15:34:46.553Z | Compiling rustc-hash v1.1.0 |
1947 | 2023-12-08T15:34:46.748Z | Compiling lazycell v1.3.0 |
1948 | 2023-12-08T15:34:46.973Z | Compiling peeking_take_while v0.1.2 |
1949 | 2023-12-08T15:34:47.112Z | Compiling thiserror-no-std v2.0.2 |
1950 | 2023-12-08T15:34:47.270Z | Compiling elliptic-curve v0.13.5 |
1951 | 2023-12-08T15:34:47.792Z | Compiling poly1305 v0.8.0 |
1952 | 2023-12-08T15:34:48.344Z | Compiling derive_builder_core v0.12.0 |
1953 | 2023-12-08T15:34:50.398Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1954 | 2023-12-08T15:34:51.893Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1955 | 2023-12-08T15:34:51.994Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1956 | 2023-12-08T15:34:52.406Z | Compiling globset v0.4.13 |
1957 | 2023-12-08T15:35:00.306Z | Compiling chacha20 v0.9.1 |
1958 | 2023-12-08T15:35:01.039Z | Compiling pem v3.0.2 |
1959 | 2023-12-08T15:35:03.022Z | Compiling olpc-cjson v0.1.3 |
1960 | 2023-12-08T15:35:03.740Z | Compiling aead v0.5.2 |
1961 | 2023-12-08T15:35:03.913Z | Compiling bcs v0.1.6 |
1962 | 2023-12-08T15:35:04.231Z | Compiling serde_plain v1.0.2 |
1963 | 2023-12-08T15:35:05.099Z | Compiling libxml v0.3.3 |
1964 | 2023-12-08T15:35:05.390Z | Compiling async-recursion v1.0.5 |
1965 | 2023-12-08T15:35:05.640Z | Compiling ref-cast v1.0.20 |
1966 | 2023-12-08T15:35:06.291Z | Compiling typed-path v0.6.0 |
1967 | 2023-12-08T15:35:06.896Z | Compiling highway v1.1.0 |
1968 | 2023-12-08T15:35:07.411Z | Compiling chacha20poly1305 v0.10.1 |
1969 | 2023-12-08T15:35:07.719Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1970 | 2023-12-08T15:35:09.258Z | Compiling derive_builder_macro v0.12.0 |
1971 | 2023-12-08T15:35:10.021Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1972 | 2023-12-08T15:35:10.505Z | Compiling tough v0.15.0 |
1973 | 2023-12-08T15:35:12.403Z | Compiling vsss-rs v3.3.1 |
1974 | 2023-12-08T15:35:12.739Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1975 | 2023-12-08T15:35:13.180Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1976 | 2023-12-08T15:35:18.314Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1977 | 2023-12-08T15:35:19.620Z | Compiling polar-core v0.27.0 |
1978 | 2023-12-08T15:35:20.367Z | Compiling strum_macros v0.24.3 |
1979 | 2023-12-08T15:35:21.700Z | Compiling ref-cast-impl v1.0.20 |
1980 | 2023-12-08T15:35:22.541Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1981 | 2023-12-08T15:35:22.971Z | Compiling cookie v0.18.0 |
1982 | 2023-12-08T15:35:23.398Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1983 | 2023-12-08T15:35:23.452Z | Compiling http-range v0.1.5 |
1984 | 2023-12-08T15:35:23.833Z | Compiling signature v1.6.4 |
1985 | 2023-12-08T15:35:24.056Z | Compiling salty v0.2.0 |
1986 | 2023-12-08T15:35:24.452Z | Compiling indoc v1.0.9 |
1987 | 2023-12-08T15:35:24.660Z | Compiling ed25519 v1.5.3 |
1988 | 2023-12-08T15:35:25.225Z | Compiling hyper-staticfile v0.9.5 |
1989 | 2023-12-08T15:35:26.249Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1990 | 2023-12-08T15:35:28.508Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1991 | 2023-12-08T15:35:37.340Z | Compiling derive_builder v0.12.0 |
1992 | 2023-12-08T15:35:41.198Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1993 | 2023-12-08T15:35:48.410Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1994 | 2023-12-08T15:35:48.942Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1995 | 2023-12-08T15:35:49.355Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1996 | 2023-12-08T15:35:52.856Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1997 | 2023-12-08T15:35:54.658Z | Compiling headers-core v0.2.0 |
1998 | 2023-12-08T15:35:54.900Z | Compiling bb8 v0.8.1 |
1999 | 2023-12-08T15:35:55.789Z | Compiling quick-xml v0.23.1 |
2000 | 2023-12-08T15:35:57.856Z | Compiling serde-big-array v0.5.1 |
2001 | 2023-12-08T15:35:58.208Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2002 | 2023-12-08T15:35:58.209Z | Compiling impl-trait-for-tuples v0.2.2 |
2003 | 2023-12-08T15:35:58.219Z | Compiling oso-derive v0.27.0 |
2004 | 2023-12-08T15:35:59.498Z | Compiling fs-err v2.11.0 |
2005 | 2023-12-08T15:35:59.693Z | Compiling maplit v1.0.2 |
2006 | 2023-12-08T15:35:59.847Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-12-08T15:36:14.196Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2008 | 2023-12-08T15:36:14.536Z | Compiling oso v0.27.0 |
2009 | 2023-12-08T15:36:15.442Z | Compiling headers v0.3.9 |
2010 | 2023-12-08T15:36:17.392Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2011 | 2023-12-08T15:36:22.726Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2012 | 2023-12-08T15:36:35.818Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2013 | 2023-12-08T15:36:36.698Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2014 | 2023-12-08T15:36:37.105Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2015 | 2023-12-08T15:36:39.209Z | Compiling signal-hook-tokio v0.3.1 |
2016 | 2023-12-08T15:36:39.512Z | Compiling serde-big-array v0.4.1 |
2017 | 2023-12-08T15:36:39.782Z | Compiling indoc v2.0.3 |
2018 | 2023-12-08T15:36:40.070Z | Compiling cassowary v0.3.0 |
2019 | 2023-12-08T15:36:41.357Z | Compiling ratatui v0.23.0 |
2020 | 2023-12-08T15:36:46.380Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2021 | 2023-12-08T15:36:47.664Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2022 | 2023-12-08T15:36:50.391Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2023 | 2023-12-08T15:36:50.962Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2024 | 2023-12-08T15:37:04.594Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2025 | 2023-12-08T15:37:07.111Z | Compiling fatfs v0.3.6 |
2026 | 2023-12-08T15:37:12.546Z | Compiling bytesize v1.3.0 |
2027 | 2023-12-08T15:37:13.477Z | Compiling nanorand v0.7.0 |
2028 | 2023-12-08T15:37:14.442Z | Compiling rtoolbox v0.0.1 |
2029 | 2023-12-08T15:37:14.656Z | Compiling is_ci v1.1.1 |
2030 | 2023-12-08T15:37:15.087Z | Compiling smawk v0.3.1 |
2031 | 2023-12-08T15:37:15.115Z | Compiling unicode-linebreak v0.1.5 |
2032 | 2023-12-08T15:37:15.405Z | Compiling assert_matches v1.5.0 |
2033 | 2023-12-08T15:37:15.540Z | Compiling corncobs v0.1.3 |
2034 | 2023-12-08T15:37:16.022Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2035 | 2023-12-08T15:37:16.199Z | Compiling textwrap v0.16.0 |
2036 | 2023-12-08T15:37:17.329Z | Compiling supports-color v2.1.0 |
2037 | 2023-12-08T15:37:18.425Z | Compiling rpassword v7.3.1 |
2038 | 2023-12-08T15:37:19.087Z | Compiling flume v0.11.0 |
2039 | 2023-12-08T15:37:20.392Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2040 | 2023-12-08T15:37:21.408Z | Compiling tui-tree-widget v0.13.0 |
2041 | 2023-12-08T15:37:22.498Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2042 | 2023-12-08T15:37:24.873Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2043 | 2023-12-08T15:38:04.970Z | Compiling humantime v2.1.0 |
2044 | 2023-12-08T15:38:06.376Z | Compiling shell-words v1.1.0 |
2045 | 2023-12-08T15:38:07.054Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2046 | 2023-12-08T15:38:07.518Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2047 | 2023-12-08T15:39:36.786Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2048 | 2023-12-08T15:41:31.542Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2049 | 2023-12-08T15:50:02.557Z | Finished release [optimized] target(s) in 18m 09s |
2050 | 2023-12-08T15:51:06.875Z | |
2051 | 2023-12-08T15:51:06.879Z | real 19:15.370167018 |
2052 | 2023-12-08T15:51:06.879Z | user 2:15:03.261213939 |
2053 | 2023-12-08T15:51:06.879Z | sys 5:14.322126188 |
2054 | 2023-12-08T15:51:06.879Z | trap 4.528020474 |
2055 | 2023-12-08T15:51:06.879Z | tflt 0.942629645 |
2056 | 2023-12-08T15:51:06.879Z | dflt 2.564178501 |
2057 | 2023-12-08T15:51:06.879Z | kflt 0.001919655 |
2058 | 2023-12-08T15:51:06.879Z | lock 7:46:24.766433168 |
2059 | 2023-12-08T15:51:06.879Z | slp 5:09:29.212118127 |
2060 | 2023-12-08T15:51:06.879Z | lat 2:32.994418229 |
2061 | 2023-12-08T15:51:06.879Z | stop 37.590367615 |
2062 | 2023-12-08T15:51:06.879Z | + 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/*) |
2063 | 2023-12-08T15:51:06.879Z | + pfexec mkdir -p /work |
2064 | 2023-12-08T15:51:06.883Z | + pfexec chown build /work |
2065 | 2023-12-08T15:51:06.886Z | + 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 |
2066 | 2023-12-08T15:51:20.114Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2067 | 2023-12-08T15:51:20.114Z | a out/mg-ddm-gz.tar 61253K |
2068 | 2023-12-08T15:51:20.114Z | a out/omicron-sled-agent.tar 109222K |
2069 | 2023-12-08T15:51:20.114Z | a out/target/test 1K |
2070 | 2023-12-08T15:51:20.114Z | a out/npuzone/npuzone 36505K |
2071 | 2023-12-08T15:51:20.114Z | a package-manifest.toml 22K |
2072 | 2023-12-08T15:51:20.114Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2073 | 2023-12-08T15:51:20.114Z | a target/release/omicron-package 41585K |
2074 | 2023-12-08T15:51:20.114Z | a tools/create_virtual_hardware.sh 4K |
2075 | 2023-12-08T15:51:20.114Z | a tools/virtual_hardware.sh 4K |
2076 | 2023-12-08T15:51:20.114Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2077 | 2023-12-08T15:51:20.114Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2078 | 2023-12-08T15:51:20.114Z | a tools/scrimlet/softnpu-init.sh 3K |
2079 | 2023-12-08T15:51:20.114Z | a tools/scrimlet/softnpu-zone.txt 1K |
2080 | 2023-12-08T15:51:20.116Z | a tools/scrimlet/softnpu.toml 1K |
2081 | 2023-12-08T15:51:20.120Z | |
2082 | 2023-12-08T15:51:20.120Z | real 13.228071667 |
2083 | 2023-12-08T15:51:20.120Z | user 12.563077520 |
2084 | 2023-12-08T15:51:20.120Z | sys 1.111420926 |
2085 | 2023-12-08T15:51:20.120Z | trap 0.004469436 |
2086 | 2023-12-08T15:51:20.120Z | tflt 0.000000000 |
2087 | 2023-12-08T15:51:20.120Z | dflt 0.000000000 |
2088 | 2023-12-08T15:51:20.120Z | kflt 0.000000000 |
2089 | 2023-12-08T15:51:20.120Z | lock 0.000000000 |
2090 | 2023-12-08T15:51:20.120Z | slp 12.287566982 |
2091 | 2023-12-08T15:51:20.121Z | lat 0.485931998 |
2092 | 2023-12-08T15:51:20.121Z | stop 0.000239158 |
2093 | 2023-12-08T15:51:20.121Z | ++ pwd |
2094 | 2023-12-08T15:51:20.121Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2095 | 2023-12-08T15:51:20.121Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2096 | 2023-12-08T15:51:20.125Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2097 | 2023-12-08T15:51:21.189Z | Finished release [optimized] target(s) in 0.98s |
2098 | 2023-12-08T15:51:21.217Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2099 | 2023-12-08T15:51:21.256Z | Created new build target 'host' and set it as active |
2100 | 2023-12-08T15:51:21.260Z | |
2101 | 2023-12-08T15:51:21.260Z | real 1.131577943 |
2102 | 2023-12-08T15:51:21.260Z | user 0.794844854 |
2103 | 2023-12-08T15:51:21.260Z | sys 0.337738492 |
2104 | 2023-12-08T15:51:21.260Z | trap 0.000073469 |
2105 | 2023-12-08T15:51:21.260Z | tflt 0.000001914 |
2106 | 2023-12-08T15:51:21.260Z | dflt 0.000020201 |
2107 | 2023-12-08T15:51:21.260Z | kflt 0.000000000 |
2108 | 2023-12-08T15:51:21.262Z | lock 0.034041342 |
2109 | 2023-12-08T15:51:21.262Z | slp 0.019793383 |
2110 | 2023-12-08T15:51:21.262Z | lat 0.002296347 |
2111 | 2023-12-08T15:51:21.262Z | stop 0.000231897 |
2112 | 2023-12-08T15:51:21.262Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2113 | 2023-12-08T15:51:22.296Z | Finished release [optimized] target(s) in 0.95s |
2114 | 2023-12-08T15:51:22.321Z | Running `target/release/omicron-package -t host package` |
2115 | 2023-12-08T15:51:22.362Z | Dec 08 15:51:22.354 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2116 | 2023-12-08T15:51:23.416Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2117 | 2023-12-08T15:55:02.694Z | Finished release [optimized] target(s) in 3m 40s |
2118 | 2023-12-08T15:56:12.272Z | |
2119 | 2023-12-08T15:56:12.275Z | real 4:51.017271871 |
2120 | 2023-12-08T15:56:12.275Z | user 20:45.550650845 |
2121 | 2023-12-08T15:56:12.275Z | sys 1:07.988312209 |
2122 | 2023-12-08T15:56:12.275Z | trap 0.561101577 |
2123 | 2023-12-08T15:56:12.275Z | tflt 0.037035793 |
2124 | 2023-12-08T15:56:12.276Z | dflt 1.606141791 |
2125 | 2023-12-08T15:56:12.276Z | kflt 0.000002442 |
2126 | 2023-12-08T15:56:12.276Z | lock 1:08:55.242920517 |
2127 | 2023-12-08T15:56:12.276Z | slp 18:19.686667581 |
2128 | 2023-12-08T15:56:12.276Z | lat 8.931361011 |
2129 | 2023-12-08T15:56:12.276Z | stop 0.748032063 |
2130 | 2023-12-08T15:56:12.276Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2131 | 2023-12-08T15:56:12.276Z | + for package in "$@" |
2132 | 2023-12-08T15:56:12.276Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2133 | 2023-12-08T15:56:12.277Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git8a65c206c03 |
2134 | 2023-12-08T15:56:13.343Z | Finished release [optimized] target(s) in 0.98s |
2135 | 2023-12-08T15:56:13.371Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git8a65c206c03` |
2136 | 2023-12-08T15:56:13.413Z | Dec 08 15:56:13.403 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2137 | 2023-12-08T15:56:13.925Z | Created: out/versioned/omicron-sled-agent.tar |
2138 | 2023-12-08T15:56:13.929Z | + for package in "$@" |
2139 | 2023-12-08T15:56:13.929Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2140 | 2023-12-08T15:56:13.929Z | + echo 0.0.0 |
2141 | 2023-12-08T15:56:13.929Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2142 | 2023-12-08T15:56:13.932Z | a VERSION 1K |
2143 | 2023-12-08T15:56:13.935Z | + rm VERSION |
2144 | 2023-12-08T15:56:13.935Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git8a65c206c03 |
2145 | 2023-12-08T15:56:15.022Z | Finished release [optimized] target(s) in 1.00s |
2146 | 2023-12-08T15:56:15.052Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git8a65c206c03` |
2147 | 2023-12-08T15:56:15.091Z | Dec 08 15:56:15.083 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-12-08T15:56:15.359Z | Created: out/versioned/mg-ddm-gz.tar |
2149 | 2023-12-08T15:56:15.363Z | + for package in "$@" |
2150 | 2023-12-08T15:56:15.363Z | + [[ propolis-server == mg-ddm-gz ]] |
2151 | 2023-12-08T15:56:15.363Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git8a65c206c03 |
2152 | 2023-12-08T15:56:16.393Z | Finished release [optimized] target(s) in 0.94s |
2153 | 2023-12-08T15:56:16.421Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git8a65c206c03` |
2154 | 2023-12-08T15:56:16.460Z | Dec 08 15:56:16.452 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2155 | 2023-12-08T15:56:18.271Z | Created: out/versioned/propolis-server.tar.gz |
2156 | 2023-12-08T15:56:18.275Z | + for package in "$@" |
2157 | 2023-12-08T15:56:18.275Z | + [[ overlay == mg-ddm-gz ]] |
2158 | 2023-12-08T15:56:18.275Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git8a65c206c03 |
2159 | 2023-12-08T15:56:19.327Z | Finished release [optimized] target(s) in 0.97s |
2160 | 2023-12-08T15:56:19.358Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git8a65c206c03` |
2161 | 2023-12-08T15:56:19.402Z | Dec 08 15:56:19.392 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2162 | 2023-12-08T15:56:19.406Z | Created: out/versioned/overlay.tar.gz |
2163 | 2023-12-08T15:56:19.406Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2164 | 2023-12-08T15:56:19.417Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2165 | 2023-12-08T15:56:19.421Z | ++ cd -- ./tools |
2166 | 2023-12-08T15:56:19.421Z | ++ pwd |
2167 | 2023-12-08T15:56:19.421Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2168 | 2023-12-08T15:56:19.424Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2169 | 2023-12-08T15:56:19.428Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2170 | 2023-12-08T15:56:19.428Z | ++ readlink -f /work |
2171 | 2023-12-08T15:56:19.431Z | + out_dir=/work |
2172 | 2023-12-08T15:56:19.431Z | + 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") |
2173 | 2023-12-08T15:56:19.431Z | + for dep in "${deps[@]}" |
2174 | 2023-12-08T15:56:19.431Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2175 | 2023-12-08T15:56:19.431Z | + for dep in "${deps[@]}" |
2176 | 2023-12-08T15:56:19.431Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2177 | 2023-12-08T15:56:19.432Z | + for dep in "${deps[@]}" |
2178 | 2023-12-08T15:56:19.432Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2179 | 2023-12-08T15:56:19.432Z | + for dep in "${deps[@]}" |
2180 | 2023-12-08T15:56:19.432Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2181 | 2023-12-08T15:56:19.432Z | ++ mktemp -d |
2182 | 2023-12-08T15:56:19.436Z | + tmp_gz=/tmp/tmp.H5a4uh |
2183 | 2023-12-08T15:56:19.436Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2184 | 2023-12-08T15:56:19.437Z | + echo '{"v":"1","t":"layer"}' |
2185 | 2023-12-08T15:56:19.437Z | + pkg_dir=/tmp/tmp.H5a4uh/root/opt/oxide/sled-agent |
2186 | 2023-12-08T15:56:19.437Z | + mkdir -p /tmp/tmp.H5a4uh/root/opt/oxide/sled-agent |
2187 | 2023-12-08T15:56:19.440Z | + cd /tmp/tmp.H5a4uh/root/opt/oxide/sled-agent |
2188 | 2023-12-08T15:56:19.440Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2189 | 2023-12-08T15:56:19.558Z | x ., 0 bytes, 0 tape blocks |
2190 | 2023-12-08T15:56:19.558Z | x zone-bundle, 39163504 bytes, 76492 tape blocks |
2191 | 2023-12-08T15:56:19.559Z | x sled-agent, 72652824 bytes, 141901 tape blocks |
2192 | 2023-12-08T15:56:19.559Z | x pkg, 0 bytes, 0 tape blocks |
2193 | 2023-12-08T15:56:19.559Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2194 | 2023-12-08T15:56:19.559Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2195 | 2023-12-08T15:56:19.559Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2196 | 2023-12-08T15:56:19.559Z | x VERSION, 25 bytes, 1 tape blocks |
2197 | 2023-12-08T15:56:19.562Z | + mkdir -p /tmp/tmp.H5a4uh/root/lib/svc/manifest/site/ |
2198 | 2023-12-08T15:56:19.562Z | + mv pkg/manifest.xml /tmp/tmp.H5a4uh/root/lib/svc/manifest/site/sled-agent.xml |
2199 | 2023-12-08T15:56:19.566Z | + cd - |
2200 | 2023-12-08T15:56:19.566Z | /work/oxidecomputer/omicron |
2201 | 2023-12-08T15:56:19.566Z | + pkg_dir=/tmp/tmp.H5a4uh/root/opt/oxide/mg-ddm |
2202 | 2023-12-08T15:56:19.566Z | + mkdir -p /tmp/tmp.H5a4uh/root/opt/oxide/mg-ddm |
2203 | 2023-12-08T15:56:19.570Z | + cd /tmp/tmp.H5a4uh/root/opt/oxide/mg-ddm |
2204 | 2023-12-08T15:56:19.570Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2205 | 2023-12-08T15:56:19.634Z | x ., 0 bytes, 0 tape blocks |
2206 | 2023-12-08T15:56:19.634Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2207 | 2023-12-08T15:56:19.634Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2208 | 2023-12-08T15:56:19.635Z | x pkg, 0 bytes, 0 tape blocks |
2209 | 2023-12-08T15:56:19.635Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2210 | 2023-12-08T15:56:19.635Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2211 | 2023-12-08T15:56:19.635Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2212 | 2023-12-08T15:56:19.635Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2213 | 2023-12-08T15:56:19.635Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2214 | 2023-12-08T15:56:19.635Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2215 | 2023-12-08T15:56:19.635Z | x VERSION, 25 bytes, 1 tape blocks |
2216 | 2023-12-08T15:56:19.641Z | + cd - |
2217 | 2023-12-08T15:56:19.641Z | /work/oxidecomputer/omicron |
2218 | 2023-12-08T15:56:19.641Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.H5a4uh/root/opt/oxide |
2219 | 2023-12-08T15:56:19.753Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.H5a4uh/root/opt/oxide |
2220 | 2023-12-08T15:56:19.756Z | + cd /tmp/tmp.H5a4uh |
2221 | 2023-12-08T15:56:19.756Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2222 | 2023-12-08T15:56:31.348Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2223 | 2023-12-08T15:56:31.349Z | a oxide.json 1K |
2224 | 2023-12-08T15:56:31.349Z | a root/ 0K |
2225 | 2023-12-08T15:56:31.349Z | a root/opt/ 0K |
2226 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/ 0K |
2227 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/ 0K |
2228 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/zone-bundle 38246K |
2229 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/sled-agent 70951K |
2230 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2231 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2232 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2233 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/sled-agent/VERSION 1K |
2234 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/ 0K |
2235 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2236 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2237 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2238 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2239 | 2023-12-08T15:56:31.349Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2240 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2241 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2242 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2243 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2244 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2245 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2246 | 2023-12-08T15:56:31.350Z | a root/opt/oxide/overlay.tar.gz 2K |
2247 | 2023-12-08T15:56:31.350Z | a root/lib/ 0K |
2248 | 2023-12-08T15:56:31.350Z | a root/lib/svc/ 0K |
2249 | 2023-12-08T15:56:31.350Z | a root/lib/svc/manifest/ 0K |
2250 | 2023-12-08T15:56:31.350Z | a root/lib/svc/manifest/site/ 0K |
2251 | 2023-12-08T15:56:31.350Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2252 | 2023-12-08T15:56:31.356Z | + cd / |
2253 | 2023-12-08T15:56:31.357Z | + rm -rf /tmp/tmp.H5a4uh |
2254 | 2023-12-08T15:56:31.394Z | |
2255 | 2023-12-08T15:56:31.398Z | real 11.984482808 |
2256 | 2023-12-08T15:56:31.398Z | user 11.012271105 |
2257 | 2023-12-08T15:56:31.398Z | sys 1.036034742 |
2258 | 2023-12-08T15:56:31.398Z | trap 0.002610694 |
2259 | 2023-12-08T15:56:31.398Z | tflt 0.000000000 |
2260 | 2023-12-08T15:56:31.398Z | dflt 0.000001976 |
2261 | 2023-12-08T15:56:31.398Z | kflt 0.000000000 |
2262 | 2023-12-08T15:56:31.398Z | lock 0.000000000 |
2263 | 2023-12-08T15:56:31.398Z | slp 23.044101986 |
2264 | 2023-12-08T15:56:31.398Z | lat 0.450266637 |
2265 | 2023-12-08T15:56:31.398Z | stop 0.000332070 |
2266 | 2023-12-08T15:56:31.398Z | + mkdir -p /work/zones |
2267 | 2023-12-08T15:56:31.398Z | + 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) |
2268 | 2023-12-08T15:56:31.399Z | + 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/ |
2269 | 2023-12-08T15:56:35.053Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2270 | 2023-12-08T15:56:36.168Z | Finished release [optimized] target(s) in 1.02s |
2271 | 2023-12-08T15:56:36.196Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2272 | 2023-12-08T15:56:36.238Z | Created new build target 'recovery' and set it as active |
2273 | 2023-12-08T15:56:36.241Z | |
2274 | 2023-12-08T15:56:36.241Z | real 1.182664753 |
2275 | 2023-12-08T15:56:36.242Z | user 0.837081787 |
2276 | 2023-12-08T15:56:36.242Z | sys 0.344288242 |
2277 | 2023-12-08T15:56:36.242Z | trap 0.000631180 |
2278 | 2023-12-08T15:56:36.242Z | tflt 0.000019368 |
2279 | 2023-12-08T15:56:36.242Z | dflt 0.000002202 |
2280 | 2023-12-08T15:56:36.243Z | kflt 0.000000000 |
2281 | 2023-12-08T15:56:36.243Z | lock 0.039786584 |
2282 | 2023-12-08T15:56:36.243Z | slp 0.022554738 |
2283 | 2023-12-08T15:56:36.243Z | lat 0.003806150 |
2284 | 2023-12-08T15:56:36.243Z | stop 0.000233057 |
2285 | 2023-12-08T15:56:36.246Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2286 | 2023-12-08T15:56:37.338Z | Finished release [optimized] target(s) in 1.00s |
2287 | 2023-12-08T15:56:37.371Z | Running `target/release/omicron-package -t recovery package` |
2288 | 2023-12-08T15:56:37.411Z | Dec 08 15:56:37.404 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2289 | 2023-12-08T15:56:38.376Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2290 | 2023-12-08T15:56:42.205Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2291 | 2023-12-08T15:57:13.523Z | Finished release [optimized] target(s) in 36.02s |
2292 | 2023-12-08T15:57:23.820Z | |
2293 | 2023-12-08T15:57:23.824Z | real 47.570635658 |
2294 | 2023-12-08T15:57:23.824Z | user 2:24.029672234 |
2295 | 2023-12-08T15:57:23.824Z | sys 14.089130648 |
2296 | 2023-12-08T15:57:23.824Z | trap 0.083699924 |
2297 | 2023-12-08T15:57:23.824Z | tflt 0.049790094 |
2298 | 2023-12-08T15:57:23.824Z | dflt 0.795754875 |
2299 | 2023-12-08T15:57:23.824Z | kflt 0.000000000 |
2300 | 2023-12-08T15:57:23.824Z | lock 11:09.426001340 |
2301 | 2023-12-08T15:57:23.824Z | slp 2:26.418352641 |
2302 | 2023-12-08T15:57:23.824Z | lat 1.937325012 |
2303 | 2023-12-08T15:57:23.824Z | stop 0.181770845 |
2304 | 2023-12-08T15:57:23.824Z | + stamp_packages installinator mg-ddm-gz |
2305 | 2023-12-08T15:57:23.825Z | + for package in "$@" |
2306 | 2023-12-08T15:57:23.825Z | + [[ installinator == mg-ddm-gz ]] |
2307 | 2023-12-08T15:57:23.825Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git8a65c206c03 |
2308 | 2023-12-08T15:57:24.831Z | Finished release [optimized] target(s) in 0.93s |
2309 | 2023-12-08T15:57:24.856Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git8a65c206c03` |
2310 | 2023-12-08T15:57:24.895Z | Dec 08 15:57:24.888 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-12-08T15:57:25.024Z | Created: out/versioned/installinator.tar |
2312 | 2023-12-08T15:57:25.027Z | + for package in "$@" |
2313 | 2023-12-08T15:57:25.027Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2314 | 2023-12-08T15:57:25.027Z | + echo 0.0.0 |
2315 | 2023-12-08T15:57:25.030Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2316 | 2023-12-08T15:57:25.034Z | a VERSION 1K |
2317 | 2023-12-08T15:57:25.034Z | + rm VERSION |
2318 | 2023-12-08T15:57:25.034Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git8a65c206c03 |
2319 | 2023-12-08T15:57:26.057Z | Finished release [optimized] target(s) in 0.94s |
2320 | 2023-12-08T15:57:26.085Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git8a65c206c03` |
2321 | 2023-12-08T15:57:26.125Z | Dec 08 15:57:26.118 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2322 | 2023-12-08T15:57:26.294Z | Created: out/versioned/mg-ddm-gz.tar |
2323 | 2023-12-08T15:57:26.298Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2324 | 2023-12-08T15:57:26.310Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2325 | 2023-12-08T15:57:26.314Z | ++ cd -- ./tools |
2326 | 2023-12-08T15:57:26.314Z | ++ pwd |
2327 | 2023-12-08T15:57:26.314Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2328 | 2023-12-08T15:57:26.317Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2329 | 2023-12-08T15:57:26.318Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2330 | 2023-12-08T15:57:26.321Z | ++ readlink -f /work |
2331 | 2023-12-08T15:57:26.321Z | + out_dir=/work |
2332 | 2023-12-08T15:57:26.321Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2333 | 2023-12-08T15:57:26.321Z | + for dep in "${deps[@]}" |
2334 | 2023-12-08T15:57:26.321Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2335 | 2023-12-08T15:57:26.321Z | + for dep in "${deps[@]}" |
2336 | 2023-12-08T15:57:26.322Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2337 | 2023-12-08T15:57:26.325Z | ++ mktemp -d |
2338 | 2023-12-08T15:57:26.325Z | + tmp_trampoline=/tmp/tmp.Toaqzh |
2339 | 2023-12-08T15:57:26.325Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2340 | 2023-12-08T15:57:26.325Z | + echo '{"v":"1","t":"layer"}' |
2341 | 2023-12-08T15:57:26.326Z | + pkg_dir=/tmp/tmp.Toaqzh/root/opt/oxide/installinator |
2342 | 2023-12-08T15:57:26.326Z | + mkdir -p /tmp/tmp.Toaqzh/root/opt/oxide/installinator |
2343 | 2023-12-08T15:57:26.329Z | + cd /tmp/tmp.Toaqzh/root/opt/oxide/installinator |
2344 | 2023-12-08T15:57:26.329Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2345 | 2023-12-08T15:57:26.381Z | x ., 0 bytes, 0 tape blocks |
2346 | 2023-12-08T15:57:26.381Z | x installinator, 52159448 bytes, 101874 tape blocks |
2347 | 2023-12-08T15:57:26.381Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2023-12-08T15:57:26.381Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2349 | 2023-12-08T15:57:26.381Z | x VERSION, 25 bytes, 1 tape blocks |
2350 | 2023-12-08T15:57:26.385Z | + mkdir -p /tmp/tmp.Toaqzh/root/lib/svc/manifest/site/ |
2351 | 2023-12-08T15:57:26.385Z | + mv pkg/manifest.xml /tmp/tmp.Toaqzh/root/lib/svc/manifest/site/installinator.xml |
2352 | 2023-12-08T15:57:26.388Z | + cd - |
2353 | 2023-12-08T15:57:26.388Z | /work/oxidecomputer/omicron |
2354 | 2023-12-08T15:57:26.388Z | + pkg_dir=/tmp/tmp.Toaqzh/root/opt/oxide/mg-ddm |
2355 | 2023-12-08T15:57:26.388Z | + mkdir -p /tmp/tmp.Toaqzh/root/opt/oxide/mg-ddm |
2356 | 2023-12-08T15:57:26.394Z | + cd /tmp/tmp.Toaqzh/root/opt/oxide/mg-ddm |
2357 | 2023-12-08T15:57:26.394Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2358 | 2023-12-08T15:57:26.455Z | x ., 0 bytes, 0 tape blocks |
2359 | 2023-12-08T15:57:26.455Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2360 | 2023-12-08T15:57:26.455Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2361 | 2023-12-08T15:57:26.455Z | x pkg, 0 bytes, 0 tape blocks |
2362 | 2023-12-08T15:57:26.459Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2363 | 2023-12-08T15:57:26.459Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2364 | 2023-12-08T15:57:26.459Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2365 | 2023-12-08T15:57:26.459Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2366 | 2023-12-08T15:57:26.459Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2367 | 2023-12-08T15:57:26.461Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2368 | 2023-12-08T15:57:26.461Z | x VERSION, 25 bytes, 1 tape blocks |
2369 | 2023-12-08T15:57:26.464Z | + cd - |
2370 | 2023-12-08T15:57:26.464Z | /work/oxidecomputer/omicron |
2371 | 2023-12-08T15:57:26.464Z | + cd /tmp/tmp.Toaqzh |
2372 | 2023-12-08T15:57:26.465Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2373 | 2023-12-08T15:57:32.493Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2374 | 2023-12-08T15:57:32.494Z | a oxide.json 1K |
2375 | 2023-12-08T15:57:32.494Z | a root/ 0K |
2376 | 2023-12-08T15:57:32.494Z | a root/opt/ 0K |
2377 | 2023-12-08T15:57:32.494Z | a root/opt/oxide/ 0K |
2378 | 2023-12-08T15:57:32.494Z | a root/opt/oxide/installinator/ 0K |
2379 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/installinator/installinator 50937K |
2380 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/installinator/pkg/ 0K |
2381 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/installinator/VERSION 1K |
2382 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2384 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2385 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2023-12-08T15:57:32.495Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2023-12-08T15:57:32.495Z | a root/lib/ 0K |
2394 | 2023-12-08T15:57:32.495Z | a root/lib/svc/ 0K |
2395 | 2023-12-08T15:57:32.495Z | a root/lib/svc/manifest/ 0K |
2396 | 2023-12-08T15:57:32.496Z | a root/lib/svc/manifest/site/ 0K |
2397 | 2023-12-08T15:57:32.496Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2398 | 2023-12-08T15:57:32.499Z | + cd / |
2399 | 2023-12-08T15:57:32.499Z | + rm -rf /tmp/tmp.Toaqzh |
2400 | 2023-12-08T15:57:32.519Z | |
2401 | 2023-12-08T15:57:32.522Z | real 6.215855417 |
2402 | 2023-12-08T15:57:32.522Z | user 5.787188670 |
2403 | 2023-12-08T15:57:32.522Z | sys 0.457383866 |
2404 | 2023-12-08T15:57:32.523Z | trap 0.001583440 |
2405 | 2023-12-08T15:57:32.523Z | tflt 0.000000000 |
2406 | 2023-12-08T15:57:32.523Z | dflt 0.000000000 |
2407 | 2023-12-08T15:57:32.523Z | kflt 0.000000000 |
2408 | 2023-12-08T15:57:32.523Z | lock 0.000000000 |
2409 | 2023-12-08T15:57:32.523Z | slp 11.988671758 |
2410 | 2023-12-08T15:57:32.523Z | lat 0.219165369 |
2411 | 2023-12-08T15:57:32.523Z | stop 0.000305648 |
2412 | 2023-12-08T15:57:32.523Z | process exited: duration 2189331 ms, exit code 0 |
|
2413 | 2023-12-08T15:57:32.538Z | found 21 output files |
2414 | 2023-12-08T15:57:32.538Z | uploading: /work/version.txt (26 bytes) |
2415 | 2023-12-08T15:57:33.552Z | uploaded: /work/version.txt |
2416 | 2023-12-08T15:57:33.552Z | uploading: /work/package.tar.gz (79846830 bytes) |
2417 | 2023-12-08T15:57:53.438Z | uploaded: /work/package.tar.gz |
2418 | 2023-12-08T15:57:53.438Z | uploading: /work/global-zone-packages.tar.gz (121332326 bytes) |
2419 | 2023-12-08T15:58:22.665Z | uploaded: /work/global-zone-packages.tar.gz |
2420 | 2023-12-08T15:58:22.665Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36481752 bytes) |
2421 | 2023-12-08T15:58:32.731Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2422 | 2023-12-08T15:58:32.731Z | uploading: /work/zones/clickhouse.tar.gz (181765514 bytes) |
2423 | 2023-12-08T15:59:21.057Z | uploaded: /work/zones/clickhouse.tar.gz |
2424 | 2023-12-08T15:59:21.057Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181762642 bytes) |
2425 | 2023-12-08T16:00:09.366Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2426 | 2023-12-08T16:00:09.366Z | uploading: /work/zones/cockroachdb.tar.gz (118843192 bytes) |
2427 | 2023-12-08T16:00:36.964Z | uploaded: /work/zones/cockroachdb.tar.gz |
2428 | 2023-12-08T16:00:36.964Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2429 | 2023-12-08T16:00:42.306Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2430 | 2023-12-08T16:00:42.306Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2431 | 2023-12-08T16:00:52.913Z | uploaded: /work/zones/crucible.tar.gz |
2432 | 2023-12-08T16:00:52.924Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2433 | 2023-12-08T16:01:00.396Z | uploaded: /work/zones/external-dns.tar.gz |
2434 | 2023-12-08T16:01:00.396Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2435 | 2023-12-08T16:01:06.423Z | uploaded: /work/zones/internal-dns.tar.gz |
2436 | 2023-12-08T16:01:06.423Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2437 | 2023-12-08T16:01:07.435Z | uploaded: /work/zones/ntp.tar.gz |
2438 | 2023-12-08T16:01:07.435Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18239800 bytes) |
2439 | 2023-12-08T16:01:13.446Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2440 | 2023-12-08T16:01:13.446Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18239001 bytes) |
2441 | 2023-12-08T16:01:20.832Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2442 | 2023-12-08T16:01:20.832Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73358280 bytes) |
2443 | 2023-12-08T16:01:37.707Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2444 | 2023-12-08T16:01:37.707Z | uploading: /work/zones/omicron-nexus.tar.gz (73370162 bytes) |
2445 | 2023-12-08T16:01:54.750Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2446 | 2023-12-08T16:01:54.751Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2447 | 2023-12-08T16:01:55.766Z | uploaded: /work/zones/overlay.tar.gz |
2448 | 2023-12-08T16:01:55.766Z | uploading: /work/zones/oximeter-collector.tar.gz (34184075 bytes) |
2449 | 2023-12-08T16:02:04.557Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2450 | 2023-12-08T16:02:04.568Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2451 | 2023-12-08T16:02:23.154Z | uploaded: /work/zones/propolis-server.tar.gz |
2452 | 2023-12-08T16:02:23.154Z | uploading: /work/zones/switch-asic.tar.gz (245922152 bytes) |
2453 | 2023-12-08T16:03:29.609Z | uploaded: /work/zones/switch-asic.tar.gz |
2454 | 2023-12-08T16:03:29.609Z | uploading: /work/zones/switch-softnpu.tar.gz (169900580 bytes) |
2455 | 2023-12-08T16:04:14.783Z | uploaded: /work/zones/switch-softnpu.tar.gz |