|
|
|
1 | 2024-01-25T07:03:33.076Z | job assigned to worker 01HMZPS7BN1VA948736FQW55R8 (queued for 54 m 0 s) |
|
2 | 2024-01-25T07:03:33.464Z | starting task 0: "setup" |
3 | 2024-01-25T07:03:33.589Z | ++ uname -s |
4 | 2024-01-25T07:03:33.593Z | + kern=SunOS |
5 | 2024-01-25T07:03:33.593Z | + case "$kern" in |
6 | 2024-01-25T07:03:33.593Z | + groupadd -g 12345 build |
7 | 2024-01-25T07:03:33.670Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-25T07:03:35.789Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-25T07:03:35.976Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-25T07:03:35.986Z | + home_fs=zfs |
11 | 2024-01-25T07:03:35.986Z | + [[ zfs == autofs ]] |
12 | 2024-01-25T07:03:35.986Z | + mkdir -p /home/build |
13 | 2024-01-25T07:03:35.986Z | + chown build:build /home/build /work |
14 | 2024-01-25T07:03:37.986Z | + chmod 0700 /home/build /work |
15 | 2024-01-25T07:03:37.996Z | process exited: duration 4615 ms, exit code 0 |
|
16 | 2024-01-25T07:03:38.025Z | starting task 1: "rust-toolchain" |
17 | 2024-01-25T07:03:38.053Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-25T07:03:38.053Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-25T07:03:38.336Z | info: downloading installer |
20 | 2024-01-25T07:03:50.504Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-25T07:03:50.504Z | warning: /opt/ooce/bin |
22 | 2024-01-25T07:03:50.504Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-25T07:03:50.504Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-25T07:03:50.504Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-25T07:03:50.504Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-25T07:03:50.504Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-25T07:03:50.505Z | error: cannot install while Rust is installed |
28 | 2024-01-25T07:03:50.505Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-25T07:03:50.819Z | info: profile set to 'default' |
30 | 2024-01-25T07:03:50.819Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-25T07:03:50.819Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-25T07:03:50.819Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-25T07:03:50.819Z | info: downloading component 'cargo' |
34 | 2024-01-25T07:03:50.819Z | info: downloading component 'clippy' |
35 | 2024-01-25T07:03:50.819Z | info: downloading component 'rust-docs' |
36 | 2024-01-25T07:03:50.819Z | info: downloading component 'rust-std' |
37 | 2024-01-25T07:03:50.819Z | info: downloading component 'rustc' |
38 | 2024-01-25T07:03:50.820Z | info: downloading component 'rustfmt' |
39 | 2024-01-25T07:03:50.896Z | info: installing component 'cargo' |
40 | 2024-01-25T07:03:50.896Z | info: installing component 'clippy' |
41 | 2024-01-25T07:03:50.896Z | info: installing component 'rust-docs' |
42 | 2024-01-25T07:03:53.632Z | info: installing component 'rust-std' |
43 | 2024-01-25T07:03:57.559Z | info: installing component 'rustc' |
44 | 2024-01-25T07:04:08.863Z | info: installing component 'rustfmt' |
45 | 2024-01-25T07:04:09.308Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-25T07:04:09.308Z | |
47 | 2024-01-25T07:04:09.477Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-25T07:04:09.477Z | |
49 | 2024-01-25T07:04:09.482Z | |
50 | 2024-01-25T07:04:09.482Z | Rust is installed now. Great! |
51 | 2024-01-25T07:04:09.482Z | |
52 | 2024-01-25T07:04:09.482Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-25T07:04:09.483Z | environment variable. This has not been done automatically. |
54 | 2024-01-25T07:04:09.483Z | |
55 | 2024-01-25T07:04:09.483Z | To configure your current shell, run: |
56 | 2024-01-25T07:04:09.484Z | source "$HOME/.cargo/env" |
57 | 2024-01-25T07:04:09.527Z | + rustc --version |
58 | 2024-01-25T07:04:09.637Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-25T07:04:09.643Z | process exited: duration 31623 ms, exit code 0 |
|
60 | 2024-01-25T07:04:09.649Z | starting task 2: "authentication" |
61 | 2024-01-25T07:04:09.680Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-25T07:04:09.690Z | starting task 3: "clone repository" |
63 | 2024-01-25T07:04:09.695Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-25T07:04:09.698Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-25T07:04:10.081Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-25T07:04:16.066Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-25T07:04:16.066Z | + git fetch origin 859b04245f7211c9b4779c9645a0a5400927e154 |
68 | 2024-01-25T07:04:16.430Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-25T07:04:16.430Z | * branch 859b04245f7211c9b4779c9645a0a5400927e154 -> FETCH_HEAD |
70 | 2024-01-25T07:04:16.442Z | + [[ -n renovate/rustyline-13.x ]] |
71 | 2024-01-25T07:04:16.445Z | ++ git branch --show-current |
72 | 2024-01-25T07:04:16.448Z | + current=main |
73 | 2024-01-25T07:04:16.448Z | + [[ main != renovate/rustyline-13.x ]] |
74 | 2024-01-25T07:04:16.448Z | + git branch -f renovate/rustyline-13.x 859b04245f7211c9b4779c9645a0a5400927e154 |
75 | 2024-01-25T07:04:16.452Z | + git checkout -f renovate/rustyline-13.x |
76 | 2024-01-25T07:04:16.634Z | Switched to branch 'renovate/rustyline-13.x' |
77 | 2024-01-25T07:04:16.639Z | + git reset --hard 859b04245f7211c9b4779c9645a0a5400927e154 |
78 | 2024-01-25T07:04:16.656Z | HEAD is now at 859b04245 Update Rust crate rustyline to v13 |
79 | 2024-01-25T07:04:16.662Z | process exited: duration 6965 ms, exit code 0 |
|
80 | 2024-01-25T07:04:16.675Z | starting task 4: "build" |
81 | 2024-01-25T07:04:16.682Z | + cargo --version |
82 | 2024-01-25T07:04:16.689Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-25T07:04:16.889Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-25T07:04:16.894Z | info: downloading component 'cargo' |
85 | 2024-01-25T07:04:17.587Z | info: downloading component 'clippy' |
86 | 2024-01-25T07:04:17.839Z | info: downloading component 'rust-docs' |
87 | 2024-01-25T07:04:18.698Z | info: downloading component 'rust-std' |
88 | 2024-01-25T07:04:20.069Z | info: downloading component 'rustc' |
89 | 2024-01-25T07:04:23.819Z | info: downloading component 'rustfmt' |
90 | 2024-01-25T07:04:24.075Z | info: installing component 'cargo' |
91 | 2024-01-25T07:04:25.379Z | info: installing component 'clippy' |
92 | 2024-01-25T07:04:25.889Z | info: installing component 'rust-docs' |
93 | 2024-01-25T07:04:28.684Z | info: installing component 'rust-std' |
94 | 2024-01-25T07:04:31.143Z | info: installing component 'rustc' |
95 | 2024-01-25T07:04:37.452Z | info: installing component 'rustfmt' |
96 | 2024-01-25T07:04:37.991Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-25T07:04:38.003Z | + rustc --version |
98 | 2024-01-25T07:04:38.335Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-25T07:04:38.711Z | ++ git rev-parse HEAD |
100 | 2024-01-25T07:04:38.711Z | + COMMIT=859b04245f7211c9b4779c9645a0a5400927e154 |
101 | 2024-01-25T07:04:38.712Z | + VERSION=6.0.0-0.ci+git859b04245f7 |
102 | 2024-01-25T07:04:38.712Z | + echo 6.0.0-0.ci+git859b04245f7 |
103 | 2024-01-25T07:04:38.712Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-01-25T07:05:06.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-01-25T07:05:06.672Z | Startup: Caching catalogs ... Done |
106 | 2024-01-25T07:05:06.672Z | Planning: Solver setup ... Done (1.929s) |
107 | 2024-01-25T07:05:06.672Z | Planning: Running solver ... Done (0.053s) |
108 | 2024-01-25T07:05:06.674Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-01-25T07:05:06.674Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-01-25T07:05:06.674Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-01-25T07:05:06.674Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-01-25T07:05:06.674Z | Planning: Merging actions ... Done (0.084s) |
113 | 2024-01-25T07:05:06.674Z | Planning: Checking for conflicting actions ... Done (1.178s) |
114 | 2024-01-25T07:05:06.674Z | Planning: Consolidating action changes ... Done (0.019s) |
115 | 2024-01-25T07:05:08.915Z | Planning: Evaluating mediators ... Done (7.450s) |
116 | 2024-01-25T07:05:08.930Z | Planning: Planning completed in 11.62 seconds |
117 | 2024-01-25T07:05:14.538Z | Packages to install: 4 |
118 | 2024-01-25T07:05:14.538Z | Mediators to change: 2 |
119 | 2024-01-25T07:05:14.538Z | Services to change: 1 |
120 | 2024-01-25T07:05:14.550Z | Estimated space available: 148.87 GB |
121 | 2024-01-25T07:05:14.550Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-01-25T07:05:14.550Z | Create boot environment: No |
123 | 2024-01-25T07:05:14.550Z | Create backup boot environment: No |
124 | 2024-01-25T07:05:14.551Z | Rebuild boot archive: No |
125 | 2024-01-25T07:05:14.551Z | |
126 | 2024-01-25T07:05:14.551Z | Changed mediators: |
127 | 2024-01-25T07:05:14.551Z | mediator clang: |
128 | 2024-01-25T07:05:14.551Z | version: None -> 15 (system default) |
129 | 2024-01-25T07:05:14.551Z | |
130 | 2024-01-25T07:05:14.551Z | mediator llvm: |
131 | 2024-01-25T07:05:14.551Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-01-25T07:05:14.551Z | |
133 | 2024-01-25T07:05:14.551Z | Changed packages: |
134 | 2024-01-25T07:05:14.551Z | helios-dev |
135 | 2024-01-25T07:05:14.551Z | developer/build-essential |
136 | 2024-01-25T07:05:14.551Z | None -> 11-2.0 |
137 | 2024-01-25T07:05:14.551Z | library/libxmlsec1 |
138 | 2024-01-25T07:05:14.551Z | None -> 1.2.35-2.0 |
139 | 2024-01-25T07:05:14.551Z | ooce/developer/clang-15 |
140 | 2024-01-25T07:05:14.551Z | None -> 15.0.7-2.0 |
141 | 2024-01-25T07:05:14.551Z | ooce/developer/llvm-15 |
142 | 2024-01-25T07:05:14.551Z | None -> 15.0.7-2.0 |
143 | 2024-01-25T07:05:14.551Z | |
144 | 2024-01-25T07:05:14.551Z | Services: |
145 | 2024-01-25T07:05:14.551Z | restart_fmri: |
146 | 2024-01-25T07:05:14.552Z | svc:/system/update-man-index:default |
147 | 2024-01-25T07:05:14.909Z | |
148 | 2024-01-25T07:05:14.911Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-01-25T07:05:19.912Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
150 | 2024-01-25T07:05:24.916Z | Download: 2888/3290 items 121.2/212.6MB 56% complete (12.2M/s) |
151 | 2024-01-25T07:05:27.899Z | Download: Completed 212.60 MB in 12.99 seconds (16.4M/s) |
152 | 2024-01-25T07:05:29.330Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-01-25T07:05:34.345Z | Actions: 2808/3689 actions (Installing new actions) |
154 | 2024-01-25T07:05:37.041Z | Actions: Completed 3689 actions in 7.71 seconds. |
155 | 2024-01-25T07:05:37.290Z | Done (0.242s) |
156 | 2024-01-25T07:05:37.290Z | Done (0.000s) |
157 | 2024-01-25T07:05:37.611Z | Done (0.321s) |
158 | 2024-01-25T07:05:45.965Z | Done (8.217s) |
159 | 2024-01-25T07:05:46.664Z | Done (0.180s) |
160 | 2024-01-25T07:05:46.668Z | Done (0.000s) |
161 | 2024-01-25T07:05:46.668Z | Done (0.000s) |
162 | 2024-01-25T07:05:47.229Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-01-25T07:05:47.513Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-01-25T07:05:47.517Z | Planning: Consolidating action changes ... Done |
165 | 2024-01-25T07:05:47.954Z | Planning: Evaluating mediators ... Done |
166 | 2024-01-25T07:05:47.957Z | Planning: Planning completed in 0.73 seconds |
167 | 2024-01-25T07:05:48.012Z | Mediators to change: 2 |
168 | 2024-01-25T07:05:48.024Z | Create boot environment: No |
169 | 2024-01-25T07:05:48.024Z | Create backup boot environment: No |
170 | 2024-01-25T07:05:48.106Z | Done |
171 | 2024-01-25T07:05:48.106Z | Done |
172 | 2024-01-25T07:05:48.321Z | Done |
173 | 2024-01-25T07:05:54.067Z | Done |
174 | 2024-01-25T07:05:54.187Z | Done |
175 | 2024-01-25T07:05:54.223Z | Done |
176 | 2024-01-25T07:05:54.315Z | Done |
177 | 2024-01-25T07:05:55.335Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-01-25T07:05:55.344Z | Planning: Merging actions ... Done |
179 | 2024-01-25T07:05:55.677Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-01-25T07:05:55.685Z | Planning: Consolidating action changes ... Done |
181 | 2024-01-25T07:05:56.105Z | Planning: Evaluating mediators ... Done |
182 | 2024-01-25T07:05:56.195Z | Planning: Planning completed in 1.31 seconds |
183 | 2024-01-25T07:05:56.252Z | Packages to change: 1 |
184 | 2024-01-25T07:05:56.255Z | Mediators to change: 1 |
185 | 2024-01-25T07:05:56.256Z | Services to change: 1 |
186 | 2024-01-25T07:05:56.256Z | Create boot environment: No |
187 | 2024-01-25T07:05:56.256Z | Create backup boot environment: Yes |
188 | 2024-01-25T07:05:58.281Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-01-25T07:05:58.284Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-01-25T07:05:58.284Z | Done |
191 | 2024-01-25T07:05:58.284Z | Done |
192 | 2024-01-25T07:05:58.361Z | Done |
193 | 2024-01-25T07:06:04.340Z | Done |
194 | 2024-01-25T07:06:04.471Z | Done |
195 | 2024-01-25T07:06:04.478Z | Done |
196 | 2024-01-25T07:06:04.583Z | Done |
197 | 2024-01-25T07:06:05.264Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-01-25T07:06:05.264Z | clang system 15 system |
199 | 2024-01-25T07:06:05.264Z | csh system system illumos |
200 | 2024-01-25T07:06:05.264Z | ctags system system illumos |
201 | 2024-01-25T07:06:05.264Z | gcc vendor 12 vendor |
202 | 2024-01-25T07:06:05.264Z | gcc system 10 system |
203 | 2024-01-25T07:06:05.264Z | gcc system 7 system |
204 | 2024-01-25T07:06:05.264Z | go system 1.20 system |
205 | 2024-01-25T07:06:05.264Z | go system 1.19 system |
206 | 2024-01-25T07:06:05.265Z | llvm system 15 system |
207 | 2024-01-25T07:06:05.265Z | llvm system 14 system |
208 | 2024-01-25T07:06:05.265Z | mariadb system 10.6 system |
209 | 2024-01-25T07:06:05.265Z | mta vendor vendor dma |
210 | 2024-01-25T07:06:05.265Z | openjdk system 17 system |
211 | 2024-01-25T07:06:05.265Z | openjdk system 11 system |
212 | 2024-01-25T07:06:05.265Z | openjdk system 1.8 system |
213 | 2024-01-25T07:06:05.265Z | openssl vendor 3 vendor |
214 | 2024-01-25T07:06:05.265Z | perl system 5.36 system |
215 | 2024-01-25T07:06:05.265Z | postgresql system 15 system |
216 | 2024-01-25T07:06:05.265Z | postgresql system 13 system |
217 | 2024-01-25T07:06:05.265Z | python vendor 3 vendor |
218 | 2024-01-25T07:06:05.265Z | python system 2 system |
219 | 2024-01-25T07:06:05.266Z | python3 system 3.11 system |
220 | 2024-01-25T07:06:05.266Z | ruby system 3.0 system |
221 | 2024-01-25T07:06:05.266Z | words vendor vendor american-english |
222 | 2024-01-25T07:06:05.266Z | words system system australian-english |
223 | 2024-01-25T07:06:05.266Z | words system system british-english |
224 | 2024-01-25T07:06:05.266Z | words system system canadian-english |
225 | 2024-01-25T07:06:05.266Z | words system system french |
226 | 2024-01-25T07:06:05.266Z | words system system italian |
227 | 2024-01-25T07:06:05.266Z | words system system ngerman |
228 | 2024-01-25T07:06:05.266Z | words system system ogerman |
229 | 2024-01-25T07:06:05.266Z | words system system spanish |
230 | 2024-01-25T07:06:05.824Z | FMRI IFO |
231 | 2024-01-25T07:06:05.828Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-01-25T07:06:05.828Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-01-25T07:06:05.829Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-01-25T07:06:05.882Z | + set -o errexit |
240 | 2024-01-25T07:06:05.890Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-01-25T07:06:05.890Z | ++ cd ./tools |
242 | 2024-01-25T07:06:05.890Z | ++ pwd |
243 | 2024-01-25T07:06:05.890Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-01-25T07:06:05.891Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-01-25T07:06:05.898Z | + ARG0=ci_download_cockroachdb |
246 | 2024-01-25T07:06:05.898Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-01-25T07:06:05.898Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-01-25T07:06:05.898Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-01-25T07:06:05.898Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-01-25T07:06:05.898Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-01-25T07:06:05.898Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-01-25T07:06:05.898Z | + TARGET_DIR=out |
253 | 2024-01-25T07:06:05.898Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-01-25T07:06:05.898Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-01-25T07:06:05.899Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-01-25T07:06:05.899Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-01-25T07:06:05.899Z | + main |
258 | 2024-01-25T07:06:05.899Z | + [[ 0 != 0 ]] |
259 | 2024-01-25T07:06:05.899Z | + CIDL_OS=solaris2.11 |
260 | 2024-01-25T07:06:05.899Z | + [[ 0 != 0 ]] |
261 | 2024-01-25T07:06:05.899Z | + configure_os solaris2.11 |
262 | 2024-01-25T07:06:05.899Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-01-25T07:06:05.899Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-01-25T07:06:05.900Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-01-25T07:06:05.900Z | + case "$1" in |
266 | 2024-01-25T07:06:05.900Z | configuring based on OS: "solaris2.11" |
267 | 2024-01-25T07:06:05.900Z | + CIDL_BUILD=illumos |
268 | 2024-01-25T07:06:05.900Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-01-25T07:06:05.900Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-01-25T07:06:05.900Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-01-25T07:06:05.900Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-01-25T07:06:05.900Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-01-25T07:06:05.900Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-01-25T07:06:05.900Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-25T07:06:05.900Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-25T07:06:05.900Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-01-25T07:06:05.900Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-25T07:06:05.900Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-01-25T07:06:05.900Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-25T07:06:05.900Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-25T07:06:05.901Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-25T07:06:05.901Z | + mkdir -p out/downloads |
283 | 2024-01-25T07:06:05.901Z | + mkdir -p ./out/cockroachdb |
284 | 2024-01-25T07:06:05.906Z | + local DO_DOWNLOAD=true |
285 | 2024-01-25T07:06:05.906Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-01-25T07:06:05.906Z | + '[' true == true ']' |
287 | 2024-01-25T07:06:05.906Z | + echo Downloading... |
288 | 2024-01-25T07:06:05.906Z | Downloading... |
289 | 2024-01-25T07:06:05.906Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-01-25T07:06:05.906Z | + 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 |
291 | 2024-01-25T07:06:07.829Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-25T07:06:07.840Z | ++ md5sum |
293 | 2024-01-25T07:06:07.840Z | ++ awk '{print $1}' |
294 | 2024-01-25T07:06:08.099Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-01-25T07:06:08.099Z | + [[ 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 ]] |
296 | 2024-01-25T07:06:08.102Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-25T07:06:08.102Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-01-25T07:06:11.594Z | + do_assemble_illumos |
299 | 2024-01-25T07:06:11.594Z | + rm -r ./out/cockroachdb |
300 | 2024-01-25T07:06:11.597Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-01-25T07:06:12.212Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-01-25T07:06:12.533Z | Build Tag: v22.1.9-dirty |
303 | 2024-01-25T07:06:12.533Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-01-25T07:06:12.533Z | Distribution: OSS |
305 | 2024-01-25T07:06:12.534Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-01-25T07:06:12.534Z | Go Version: go1.17.13 |
307 | 2024-01-25T07:06:12.534Z | C Compiler: gcc 10.3.0 |
308 | 2024-01-25T07:06:12.536Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-01-25T07:06:12.536Z | Build Type: release |
310 | 2024-01-25T07:06:12.562Z | + set -o errexit |
311 | 2024-01-25T07:06:12.567Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-01-25T07:06:12.567Z | ++ cd ./tools |
313 | 2024-01-25T07:06:12.567Z | ++ pwd |
314 | 2024-01-25T07:06:12.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-01-25T07:06:12.567Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-01-25T07:06:12.567Z | + ARG0=ci_download_clickhouse |
317 | 2024-01-25T07:06:12.567Z | + TARGET_DIR=out |
318 | 2024-01-25T07:06:12.567Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-01-25T07:06:12.567Z | + DEST_DIR=./out/clickhouse |
320 | 2024-01-25T07:06:12.567Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-01-25T07:06:12.567Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-01-25T07:06:12.567Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-01-25T07:06:12.567Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-01-25T07:06:12.567Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-01-25T07:06:12.567Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-01-25T07:06:12.567Z | + main |
327 | 2024-01-25T07:06:12.568Z | + [[ 0 != 0 ]] |
328 | 2024-01-25T07:06:12.568Z | + CIDL_OS=solaris2.11 |
329 | 2024-01-25T07:06:12.568Z | + [[ 0 != 0 ]] |
330 | 2024-01-25T07:06:12.568Z | + configure_os solaris2.11 |
331 | 2024-01-25T07:06:12.568Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-01-25T07:06:12.568Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-01-25T07:06:12.568Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-01-25T07:06:12.571Z | + CIDL_DASHREV= |
335 | 2024-01-25T07:06:12.571Z | + case "$1" in |
336 | 2024-01-25T07:06:12.572Z | configuring based on OS: "solaris2.11" |
337 | 2024-01-25T07:06:12.573Z | + CIDL_PLATFORM=illumos |
338 | 2024-01-25T07:06:12.573Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-01-25T07:06:12.573Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-01-25T07:06:12.573Z | + CIDL_DASHREV=-1 |
341 | 2024-01-25T07:06:12.573Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-01-25T07:06:12.573Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-25T07:06:12.573Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-25T07:06:12.573Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-25T07:06:12.573Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-01-25T07:06:12.573Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-25T07:06:12.573Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-01-25T07:06:12.573Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-01-25T07:06:12.573Z | + mkdir -p out/downloads |
350 | 2024-01-25T07:06:12.574Z | + mkdir -p ./out/clickhouse |
351 | 2024-01-25T07:06:12.574Z | + local DO_DOWNLOAD=true |
352 | 2024-01-25T07:06:12.574Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-01-25T07:06:12.574Z | + '[' true == true ']' |
354 | 2024-01-25T07:06:12.574Z | + echo Downloading... |
355 | 2024-01-25T07:06:12.574Z | Downloading... |
356 | 2024-01-25T07:06:12.574Z | + 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 |
357 | 2024-01-25T07:06:12.574Z | + 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 |
358 | 2024-01-25T07:06:14.493Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-01-25T07:06:14.496Z | ++ md5sum |
360 | 2024-01-25T07:06:14.496Z | ++ awk '{print $1}' |
361 | 2024-01-25T07:06:14.764Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-01-25T07:06:14.764Z | + [[ 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 ]] |
363 | 2024-01-25T07:06:14.764Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-01-25T07:06:14.767Z | + mkdir -p ./out/clickhouse |
365 | 2024-01-25T07:06:14.767Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-01-25T07:06:19.615Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-01-25T07:06:19.675Z | ClickHouse server version 22.8.9.1. |
368 | 2024-01-25T07:06:19.699Z | + set -o errexit |
369 | 2024-01-25T07:06:19.702Z | +++ dirname ./tools/ci_download_console |
370 | 2024-01-25T07:06:19.706Z | ++ cd ./tools |
371 | 2024-01-25T07:06:19.706Z | ++ pwd |
372 | 2024-01-25T07:06:19.706Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-01-25T07:06:19.709Z | ++ basename ./tools/ci_download_console |
374 | 2024-01-25T07:06:19.709Z | + ARG0=ci_download_console |
375 | 2024-01-25T07:06:19.709Z | + TARGET_DIR=out |
376 | 2024-01-25T07:06:19.709Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-01-25T07:06:19.709Z | + DEST_DIR=./out/console-assets |
378 | 2024-01-25T07:06:19.709Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-01-25T07:06:19.709Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
380 | 2024-01-25T07:06:19.709Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
381 | 2024-01-25T07:06:19.709Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
382 | 2024-01-25T07:06:19.709Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-01-25T07:06:19.709Z | + main |
384 | 2024-01-25T07:06:19.709Z | + [[ 0 != 0 ]] |
385 | 2024-01-25T07:06:19.709Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
386 | 2024-01-25T07:06:19.709Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
387 | 2024-01-25T07:06:19.709Z | Local file: out/downloads/console.tar.gz |
388 | 2024-01-25T07:06:19.709Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-01-25T07:06:19.709Z | + local DO_DOWNLOAD=true |
390 | 2024-01-25T07:06:19.709Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-01-25T07:06:19.710Z | + mkdir -p out/downloads |
392 | 2024-01-25T07:06:19.715Z | + '[' true == true ']' |
393 | 2024-01-25T07:06:19.715Z | + echo Downloading... |
394 | 2024-01-25T07:06:19.715Z | Downloading... |
395 | 2024-01-25T07:06:19.715Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
396 | 2024-01-25T07:06:19.715Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
397 | 2024-01-25T07:06:20.370Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-01-25T07:06:20.373Z | ++ case "$OSTYPE" in |
399 | 2024-01-25T07:06:20.373Z | ++ SHA=sha256sum |
400 | 2024-01-25T07:06:20.374Z | ++ sha256sum |
401 | 2024-01-25T07:06:20.374Z | ++ awk '{print $1}' |
402 | 2024-01-25T07:06:20.505Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
403 | 2024-01-25T07:06:20.505Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
404 | 2024-01-25T07:06:20.505Z | + rm -rf ./out/console-assets |
405 | 2024-01-25T07:06:20.508Z | + mkdir -p ./out/console-assets |
406 | 2024-01-25T07:06:20.512Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-01-25T07:06:20.512Z | + mkdir -p ./out/console-assets |
408 | 2024-01-25T07:06:20.512Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-01-25T07:06:20.659Z | + set -o errexit |
410 | 2024-01-25T07:06:20.673Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-01-25T07:06:20.673Z | ++ cd ./tools |
412 | 2024-01-25T07:06:20.674Z | ++ pwd |
413 | 2024-01-25T07:06:20.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-01-25T07:06:20.674Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-01-25T07:06:20.674Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-01-25T07:06:20.674Z | + TARGET_DIR=out |
417 | 2024-01-25T07:06:20.674Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-01-25T07:06:20.674Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-01-25T07:06:20.674Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
420 | 2024-01-25T07:06:20.675Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-01-25T07:06:20.675Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
422 | 2024-01-25T07:06:20.675Z | + LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
423 | 2024-01-25T07:06:20.675Z | + main |
424 | 2024-01-25T07:06:20.675Z | + [[ 0 != 0 ]] |
425 | 2024-01-25T07:06:20.676Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json' |
426 | 2024-01-25T07:06:20.676Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
427 | 2024-01-25T07:06:20.677Z | + echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
428 | 2024-01-25T07:06:20.677Z | + local DO_DOWNLOAD=true |
429 | 2024-01-25T07:06:20.677Z | Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
430 | 2024-01-25T07:06:20.677Z | + [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
431 | 2024-01-25T07:06:20.678Z | + mkdir -p out/downloads |
432 | 2024-01-25T07:06:20.678Z | + '[' true == true ']' |
433 | 2024-01-25T07:06:20.678Z | + echo Downloading... |
434 | 2024-01-25T07:06:20.678Z | Downloading... |
435 | 2024-01-25T07:06:20.678Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
436 | 2024-01-25T07:06:20.678Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
437 | 2024-01-25T07:06:21.037Z | ++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
438 | 2024-01-25T07:06:21.037Z | ++ case "$OSTYPE" in |
439 | 2024-01-25T07:06:21.037Z | ++ SHA=sha256sum |
440 | 2024-01-25T07:06:21.041Z | ++ sha256sum |
441 | 2024-01-25T07:06:21.042Z | ++ awk '{print $1}' |
442 | 2024-01-25T07:06:21.047Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-01-25T07:06:21.047Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
444 | 2024-01-25T07:06:21.047Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-01-25T07:06:21.048Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
446 | 2024-01-25T07:06:21.050Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
447 | 2024-01-25T07:06:21.051Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
448 | 2024-01-25T07:06:21.051Z | + LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
449 | 2024-01-25T07:06:21.051Z | + main |
450 | 2024-01-25T07:06:21.051Z | + [[ 0 != 0 ]] |
451 | 2024-01-25T07:06:21.052Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json' |
452 | 2024-01-25T07:06:21.052Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
453 | 2024-01-25T07:06:21.052Z | + echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
454 | 2024-01-25T07:06:21.053Z | Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
455 | 2024-01-25T07:06:21.053Z | + local DO_DOWNLOAD=true |
456 | 2024-01-25T07:06:21.053Z | + [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
457 | 2024-01-25T07:06:21.053Z | + mkdir -p out/downloads |
458 | 2024-01-25T07:06:21.064Z | + '[' true == true ']' |
459 | 2024-01-25T07:06:21.064Z | + echo Downloading... |
460 | 2024-01-25T07:06:21.064Z | Downloading... |
461 | 2024-01-25T07:06:21.064Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
462 | 2024-01-25T07:06:21.064Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
463 | 2024-01-25T07:06:21.208Z | ++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
464 | 2024-01-25T07:06:21.211Z | ++ case "$OSTYPE" in |
465 | 2024-01-25T07:06:21.211Z | ++ SHA=sha256sum |
466 | 2024-01-25T07:06:21.211Z | ++ sha256sum |
467 | 2024-01-25T07:06:21.211Z | ++ awk '{print $1}' |
468 | 2024-01-25T07:06:21.219Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
469 | 2024-01-25T07:06:21.219Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
470 | 2024-01-25T07:06:21.224Z | + set -o errexit |
471 | 2024-01-25T07:06:21.227Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-01-25T07:06:21.229Z | ++ cd ./tools |
473 | 2024-01-25T07:06:21.229Z | ++ pwd |
474 | 2024-01-25T07:06:21.230Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-01-25T07:06:21.232Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-01-25T07:06:21.232Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-01-25T07:06:21.233Z | + TARGET_DIR=out |
478 | 2024-01-25T07:06:21.233Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-01-25T07:06:21.233Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-01-25T07:06:21.233Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
481 | 2024-01-25T07:06:21.233Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
482 | 2024-01-25T07:06:21.233Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
483 | 2024-01-25T07:06:21.233Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
484 | 2024-01-25T07:06:21.233Z | + main |
485 | 2024-01-25T07:06:21.233Z | + [[ 0 != 0 ]] |
486 | 2024-01-25T07:06:21.233Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
487 | 2024-01-25T07:06:21.233Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
488 | 2024-01-25T07:06:21.233Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
489 | 2024-01-25T07:06:21.233Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
490 | 2024-01-25T07:06:21.233Z | + local DO_DOWNLOAD=true |
491 | 2024-01-25T07:06:21.233Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
492 | 2024-01-25T07:06:21.233Z | + mkdir -p out/downloads |
493 | 2024-01-25T07:06:21.236Z | + '[' true == true ']' |
494 | 2024-01-25T07:06:21.236Z | + echo Downloading... |
495 | 2024-01-25T07:06:21.236Z | Downloading... |
496 | 2024-01-25T07:06:21.236Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
497 | 2024-01-25T07:06:21.236Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
498 | 2024-01-25T07:06:22.121Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
499 | 2024-01-25T07:06:22.121Z | ++ case "$OSTYPE" in |
500 | 2024-01-25T07:06:22.121Z | ++ SHA=sha256sum |
501 | 2024-01-25T07:06:22.125Z | ++ sha256sum |
502 | 2024-01-25T07:06:22.125Z | ++ awk '{print $1}' |
503 | 2024-01-25T07:06:22.128Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
504 | 2024-01-25T07:06:22.128Z | + [[ 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 ]] |
505 | 2024-01-25T07:06:22.139Z | + set -o errexit |
506 | 2024-01-25T07:06:22.639Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-01-25T07:06:22.639Z | ++ cd ./tools |
508 | 2024-01-25T07:06:22.639Z | ++ pwd |
509 | 2024-01-25T07:06:22.639Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-01-25T07:06:22.639Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-01-25T07:06:22.639Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-01-25T07:06:22.639Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-01-25T07:06:22.640Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
514 | 2024-01-25T07:06:22.643Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
515 | 2024-01-25T07:06:22.643Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
516 | 2024-01-25T07:06:22.644Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-01-25T07:06:22.644Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
518 | 2024-01-25T07:06:22.644Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2024-01-25T07:06:22.644Z | + TARGET_DIR=out |
520 | 2024-01-25T07:06:22.649Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-01-25T07:06:22.649Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-01-25T07:06:22.649Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-01-25T07:06:22.650Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-01-25T07:06:22.650Z | + REPO=oxidecomputer/dendrite |
525 | 2024-01-25T07:06:22.650Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
526 | 2024-01-25T07:06:22.650Z | + main |
527 | 2024-01-25T07:06:22.650Z | + [[ 0 != 0 ]] |
528 | 2024-01-25T07:06:22.650Z | + CIDL_OS=solaris2.11 |
529 | 2024-01-25T07:06:22.650Z | + [[ 0 != 0 ]] |
530 | 2024-01-25T07:06:22.650Z | + configure_os solaris2.11 |
531 | 2024-01-25T07:06:22.650Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-01-25T07:06:22.651Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-01-25T07:06:22.651Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-01-25T07:06:22.651Z | configuring based on OS: "solaris2.11" |
535 | 2024-01-25T07:06:22.651Z | + case "$1" in |
536 | 2024-01-25T07:06:22.652Z | + SET_BINARIES= |
537 | 2024-01-25T07:06:22.652Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
538 | 2024-01-25T07:06:22.652Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-01-25T07:06:22.655Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-01-25T07:06:22.655Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
541 | 2024-01-25T07:06:22.655Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-25T07:06:22.655Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
543 | 2024-01-25T07:06:22.655Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
544 | 2024-01-25T07:06:22.655Z | Local file: out/downloads/dendrite-stub.tar.gz |
545 | 2024-01-25T07:06:22.655Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-01-25T07:06:22.655Z | + mkdir -p out/downloads |
547 | 2024-01-25T07:06:22.656Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-01-25T07:06:22.656Z | + fetch_and_verify |
549 | 2024-01-25T07:06:22.656Z | + local DO_DOWNLOAD=true |
550 | 2024-01-25T07:06:22.656Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-01-25T07:06:22.656Z | + '[' true == true ']' |
552 | 2024-01-25T07:06:22.656Z | + echo Downloading... |
553 | 2024-01-25T07:06:22.656Z | Downloading... |
554 | 2024-01-25T07:06:22.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-01-25T07:06:22.656Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
556 | 2024-01-25T07:06:29.182Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-25T07:06:29.187Z | ++ sha256sum |
558 | 2024-01-25T07:06:29.187Z | ++ awk '{print $1}' |
559 | 2024-01-25T07:06:29.289Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
560 | 2024-01-25T07:06:29.290Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
561 | 2024-01-25T07:06:29.290Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-25T07:06:29.297Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-01-25T07:06:30.396Z | + do_assemble |
564 | 2024-01-25T07:06:30.397Z | + rm -r ./out/dendrite-stub |
565 | 2024-01-25T07:06:30.877Z | + mkdir ./out/dendrite-stub |
566 | 2024-01-25T07:06:30.877Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-01-25T07:06:30.878Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-01-25T07:06:30.878Z | + set -o errexit |
569 | 2024-01-25T07:06:30.878Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-01-25T07:06:30.878Z | ++ cd ./tools |
571 | 2024-01-25T07:06:30.878Z | ++ pwd |
572 | 2024-01-25T07:06:30.878Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-01-25T07:06:30.878Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-01-25T07:06:30.878Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-01-25T07:06:30.879Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-01-25T07:06:30.879Z | ++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
577 | 2024-01-25T07:06:30.879Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
578 | 2024-01-25T07:06:30.879Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-01-25T07:06:30.879Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
580 | 2024-01-25T07:06:30.879Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
581 | 2024-01-25T07:06:30.880Z | + TARGET_DIR=out |
582 | 2024-01-25T07:06:30.880Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-01-25T07:06:30.880Z | + DEST_DIR=./out/mgd |
584 | 2024-01-25T07:06:30.880Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-01-25T07:06:30.880Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-01-25T07:06:30.880Z | + REPO=oxidecomputer/maghemite |
587 | 2024-01-25T07:06:30.881Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
588 | 2024-01-25T07:06:30.881Z | + main |
589 | 2024-01-25T07:06:30.881Z | + [[ 0 != 0 ]] |
590 | 2024-01-25T07:06:30.881Z | + CIDL_OS=solaris2.11 |
591 | 2024-01-25T07:06:30.881Z | + [[ 0 != 0 ]] |
592 | 2024-01-25T07:06:30.881Z | + configure_os solaris2.11 |
593 | 2024-01-25T07:06:30.881Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-01-25T07:06:30.881Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-01-25T07:06:30.881Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-01-25T07:06:30.882Z | + case "$1" in |
597 | 2024-01-25T07:06:30.882Z | configuring based on OS: "solaris2.11" |
598 | 2024-01-25T07:06:30.882Z | + SET_BINARIES= |
599 | 2024-01-25T07:06:30.882Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-01-25T07:06:30.882Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-01-25T07:06:30.882Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
602 | 2024-01-25T07:06:30.882Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-01-25T07:06:30.882Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz' |
604 | 2024-01-25T07:06:30.882Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
605 | 2024-01-25T07:06:30.883Z | Local file: out/downloads/mgd.tar.gz |
606 | 2024-01-25T07:06:30.885Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-01-25T07:06:30.885Z | + mkdir -p out/downloads |
608 | 2024-01-25T07:06:30.885Z | + mkdir -p ./out/mgd |
609 | 2024-01-25T07:06:30.885Z | + fetch_and_verify |
610 | 2024-01-25T07:06:30.885Z | + local DO_DOWNLOAD=true |
611 | 2024-01-25T07:06:30.885Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-01-25T07:06:30.885Z | + '[' true == true ']' |
613 | 2024-01-25T07:06:30.898Z | + echo Downloading... |
614 | 2024-01-25T07:06:30.898Z | Downloading... |
615 | 2024-01-25T07:06:30.898Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-01-25T07:06:30.898Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
617 | 2024-01-25T07:06:35.429Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-01-25T07:06:35.432Z | ++ sha256sum |
619 | 2024-01-25T07:06:35.432Z | ++ awk '{print $1}' |
620 | 2024-01-25T07:06:35.533Z | + calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
621 | 2024-01-25T07:06:35.533Z | + [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]] |
622 | 2024-01-25T07:06:35.533Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-01-25T07:06:35.533Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-01-25T07:06:36.179Z | + do_assemble |
625 | 2024-01-25T07:06:36.179Z | + rm -r ./out/mgd |
626 | 2024-01-25T07:06:36.183Z | + mkdir ./out/mgd |
627 | 2024-01-25T07:06:36.187Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-01-25T07:06:36.423Z | + set -o errexit |
629 | 2024-01-25T07:06:36.427Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-01-25T07:06:36.427Z | ++ cd ./tools |
631 | 2024-01-25T07:06:36.427Z | ++ pwd |
632 | 2024-01-25T07:06:36.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-01-25T07:06:36.430Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-01-25T07:06:36.433Z | + ARG0=ci_download_transceiver_control |
635 | 2024-01-25T07:06:36.433Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-01-25T07:06:36.433Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-01-25T07:06:36.433Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-01-25T07:06:36.433Z | + TARGET_DIR=out |
639 | 2024-01-25T07:06:36.433Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-01-25T07:06:36.433Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-01-25T07:06:36.433Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-01-25T07:06:36.433Z | + BINARY=xcvradm |
643 | 2024-01-25T07:06:36.433Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-01-25T07:06:36.433Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-01-25T07:06:36.433Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-01-25T07:06:36.433Z | + main |
647 | 2024-01-25T07:06:36.433Z | + [[ 0 != 0 ]] |
648 | 2024-01-25T07:06:36.434Z | + CIDL_OS=solaris2.11 |
649 | 2024-01-25T07:06:36.434Z | + [[ 0 != 0 ]] |
650 | 2024-01-25T07:06:36.434Z | + configure_os solaris2.11 |
651 | 2024-01-25T07:06:36.434Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-01-25T07:06:36.434Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-01-25T07:06:36.434Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-01-25T07:06:36.434Z | configuring based on OS: "solaris2.11" |
655 | 2024-01-25T07:06:36.434Z | + case "$1" in |
656 | 2024-01-25T07:06:36.448Z | + SET_BINARIES= |
657 | 2024-01-25T07:06:36.448Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-01-25T07:06:36.448Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-01-25T07:06:36.448Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-01-25T07:06:36.448Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-25T07:06:36.448Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-01-25T07:06:36.448Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-01-25T07:06:36.448Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-01-25T07:06:36.448Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-01-25T07:06:36.449Z | + mkdir -p out/downloads |
666 | 2024-01-25T07:06:36.449Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-01-25T07:06:36.453Z | + mkdir -p ./out/transceiver-control |
668 | 2024-01-25T07:06:36.453Z | + fetch_and_verify |
669 | 2024-01-25T07:06:36.454Z | + local DO_DOWNLOAD=true |
670 | 2024-01-25T07:06:36.454Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-01-25T07:06:36.454Z | + '[' true == true ']' |
672 | 2024-01-25T07:06:36.454Z | + echo Downloading... |
673 | 2024-01-25T07:06:36.454Z | Downloading... |
674 | 2024-01-25T07:06:36.454Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-01-25T07:06:36.454Z | + 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 |
676 | 2024-01-25T07:06:38.312Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-01-25T07:06:38.315Z | ++ sha256sum |
678 | 2024-01-25T07:06:38.315Z | ++ awk '{print $1}' |
679 | 2024-01-25T07:06:38.337Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-01-25T07:06:38.338Z | + [[ 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 ]] |
681 | 2024-01-25T07:06:38.341Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-01-25T07:06:38.341Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-01-25T07:06:38.342Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-01-25T07:06:38.524Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-01-25T07:06:38.532Z | + do_assemble |
686 | 2024-01-25T07:06:38.532Z | + rm -r ./out/transceiver-control |
687 | 2024-01-25T07:06:38.532Z | + mkdir ./out/transceiver-control |
688 | 2024-01-25T07:06:38.532Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-01-25T07:06:38.783Z | All prerequisites installed successfully |
690 | 2024-01-25T07:06:38.788Z | |
691 | 2024-01-25T07:06:38.788Z | real 2:00.625821239 |
692 | 2024-01-25T07:06:38.788Z | user 52.283436250 |
693 | 2024-01-25T07:06:38.788Z | sys 10.185040004 |
694 | 2024-01-25T07:06:38.788Z | trap 0.023204413 |
695 | 2024-01-25T07:06:38.788Z | tflt 0.371248254 |
696 | 2024-01-25T07:06:38.788Z | dflt 0.755110448 |
697 | 2024-01-25T07:06:38.788Z | kflt 0.325727402 |
698 | 2024-01-25T07:06:38.788Z | lock 2.855136776 |
699 | 2024-01-25T07:06:38.788Z | slp 3:40.016738615 |
700 | 2024-01-25T07:06:38.788Z | lat 3.453938649 |
701 | 2024-01-25T07:06:38.789Z | stop 0.070209535 |
702 | 2024-01-25T07:06:38.789Z | + ptime -m ./tools/ci_download_softnpu_machinery |
703 | 2024-01-25T07:06:38.797Z | fetching npuzone |
704 | 2024-01-25T07:06:38.805Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
705 | 2024-01-25T07:06:38.805Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
706 | 2024-01-25T07:06:38.809Z | Getting hash for npuzone |
707 | 2024-01-25T07:06:39.093Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
708 | 2024-01-25T07:06:49.707Z | npuzone downloaded successfully |
709 | 2024-01-25T07:06:49.712Z | |
710 | 2024-01-25T07:06:49.715Z | real 10.924044457 |
711 | 2024-01-25T07:06:49.715Z | user 0.608588525 |
712 | 2024-01-25T07:06:49.715Z | sys 0.147738936 |
713 | 2024-01-25T07:06:49.715Z | trap 0.000480648 |
714 | 2024-01-25T07:06:49.715Z | tflt 0.000000000 |
715 | 2024-01-25T07:06:49.715Z | dflt 0.000000000 |
716 | 2024-01-25T07:06:49.715Z | kflt 0.000000000 |
717 | 2024-01-25T07:06:49.715Z | lock 0.000000000 |
718 | 2024-01-25T07:06:49.715Z | slp 31.836000522 |
719 | 2024-01-25T07:06:49.715Z | lat 0.143632326 |
720 | 2024-01-25T07:06:49.715Z | stop 0.000264779 |
721 | 2024-01-25T07:06:49.715Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-01-25T07:06:49.715Z | + CARGO_INCREMENTAL=0 |
723 | 2024-01-25T07:06:49.715Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
724 | 2024-01-25T07:06:50.053Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2024-01-25T07:06:50.520Z | Updating crates.io index |
726 | 2024-01-25T07:06:50.697Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-01-25T07:06:51.540Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-01-25T07:06:53.367Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-01-25T07:06:55.068Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-01-25T07:06:55.873Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-01-25T07:06:55.883Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-01-25T07:06:56.294Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-01-25T07:06:57.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-01-25T07:06:59.472Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-01-25T07:07:01.104Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-01-25T07:07:01.835Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-01-25T07:07:02.727Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-01-25T07:07:03.204Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-01-25T07:07:03.852Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-01-25T07:07:04.350Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-01-25T07:07:05.061Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-01-25T07:07:05.909Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-01-25T07:07:06.322Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-01-25T07:07:07.040Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-01-25T07:07:07.690Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-01-25T07:07:08.210Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-01-25T07:07:09.782Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-01-25T07:07:10.533Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2024-01-25T07:07:11.590Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2024-01-25T07:07:12.009Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2024-01-25T07:07:12.409Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2024-01-25T07:07:14.609Z | Downloading crates ... |
753 | 2024-01-25T07:07:14.977Z | Downloaded addr2line v0.21.0 |
754 | 2024-01-25T07:07:14.984Z | Downloaded strum v0.25.0 |
755 | 2024-01-25T07:07:14.996Z | Downloaded clap v4.4.3 |
756 | 2024-01-25T07:07:15.029Z | Downloaded clap_lex v0.5.1 |
757 | 2024-01-25T07:07:15.036Z | Downloaded console v0.15.8 |
758 | 2024-01-25T07:07:15.037Z | Downloaded hyper-rustls v0.24.2 |
759 | 2024-01-25T07:07:15.134Z | Downloaded itertools v0.10.5 |
760 | 2024-01-25T07:07:15.145Z | Downloaded impl-trait-for-tuples v0.2.2 |
761 | 2024-01-25T07:07:15.150Z | Downloaded idna v0.5.0 |
762 | 2024-01-25T07:07:15.162Z | Downloaded tap v1.0.1 |
763 | 2024-01-25T07:07:15.164Z | Downloaded num-bigint-dig v0.8.4 |
764 | 2024-01-25T07:07:15.175Z | Downloaded tar v0.4.40 |
765 | 2024-01-25T07:07:15.178Z | Downloaded chacha20 v0.9.1 |
766 | 2024-01-25T07:07:15.181Z | Downloaded cc v1.0.83 |
767 | 2024-01-25T07:07:15.188Z | Downloaded strum_macros v0.25.2 |
768 | 2024-01-25T07:07:15.196Z | Downloaded trust-dns-resolver v0.22.0 |
769 | 2024-01-25T07:07:15.208Z | Downloaded opaque-debug v0.3.0 |
770 | 2024-01-25T07:07:15.209Z | Downloaded olpc-cjson v0.1.3 |
771 | 2024-01-25T07:07:15.209Z | Downloaded data-encoding v2.4.0 |
772 | 2024-01-25T07:07:15.216Z | Downloaded dyn-clone v1.0.13 |
773 | 2024-01-25T07:07:15.216Z | Downloaded getopts v0.2.21 |
774 | 2024-01-25T07:07:15.216Z | Downloaded ed25519 v1.5.3 |
775 | 2024-01-25T07:07:15.224Z | Downloaded number_prefix v0.4.0 |
776 | 2024-01-25T07:07:15.224Z | Downloaded openssl-macros v0.1.1 |
777 | 2024-01-25T07:07:15.250Z | Downloaded clap v2.34.0 |
778 | 2024-01-25T07:07:15.257Z | Downloaded ident_case v1.0.1 |
779 | 2024-01-25T07:07:15.257Z | Downloaded corncobs v0.1.3 |
780 | 2024-01-25T07:07:15.258Z | Downloaded convert_case v0.4.0 |
781 | 2024-01-25T07:07:15.259Z | Downloaded iana-time-zone v0.1.57 |
782 | 2024-01-25T07:07:15.271Z | Downloaded cobs v0.2.3 |
783 | 2024-01-25T07:07:15.271Z | Downloaded ipnet v2.9.0 |
784 | 2024-01-25T07:07:15.271Z | Downloaded strsim v0.10.0 |
785 | 2024-01-25T07:07:15.279Z | Downloaded cstr-argument v0.1.2 |
786 | 2024-01-25T07:07:15.279Z | Downloaded ipnetwork v0.20.0 |
787 | 2024-01-25T07:07:15.280Z | Downloaded hyper v0.14.27 |
788 | 2024-01-25T07:07:15.292Z | Downloaded serde_plain v1.0.2 |
789 | 2024-01-25T07:07:15.300Z | Downloaded cexpr v0.6.0 |
790 | 2024-01-25T07:07:15.300Z | Downloaded bitfield v0.14.0 |
791 | 2024-01-25T07:07:15.312Z | Downloaded serde_urlencoded v0.7.1 |
792 | 2024-01-25T07:07:15.312Z | Downloaded bzip2 v0.4.4 |
793 | 2024-01-25T07:07:15.312Z | Downloaded omicron-zone-package v0.10.1 |
794 | 2024-01-25T07:07:15.319Z | Downloaded httpdate v1.0.3 |
795 | 2024-01-25T07:07:15.319Z | Downloaded itoa v1.0.9 |
796 | 2024-01-25T07:07:15.320Z | Downloaded indexmap v2.1.0 |
797 | 2024-01-25T07:07:15.327Z | Downloaded serde_path_to_error v0.1.15 |
798 | 2024-01-25T07:07:15.340Z | Downloaded crossbeam-channel v0.5.8 |
799 | 2024-01-25T07:07:15.341Z | Downloaded hyper-staticfile v0.9.5 |
800 | 2024-01-25T07:07:15.351Z | Downloaded getrandom v0.2.10 |
801 | 2024-01-25T07:07:15.351Z | Downloaded waitgroup v0.1.2 |
802 | 2024-01-25T07:07:15.351Z | Downloaded curve25519-dalek-derive v0.1.0 |
803 | 2024-01-25T07:07:15.361Z | Downloaded crypto-bigint v0.5.2 |
804 | 2024-01-25T07:07:15.367Z | Downloaded inout v0.1.3 |
805 | 2024-01-25T07:07:15.382Z | Downloaded serde_with v3.5.1 |
806 | 2024-01-25T07:07:15.395Z | Downloaded phf_shared v0.11.2 |
807 | 2024-01-25T07:07:15.405Z | Downloaded spki v0.7.2 |
808 | 2024-01-25T07:07:15.407Z | Downloaded unicode-linebreak v0.1.5 |
809 | 2024-01-25T07:07:15.407Z | Downloaded crossbeam-deque v0.8.3 |
810 | 2024-01-25T07:07:15.414Z | Downloaded hubpack v0.1.2 |
811 | 2024-01-25T07:07:15.415Z | Downloaded itertools v0.12.0 |
812 | 2024-01-25T07:07:15.429Z | Downloaded instant v0.1.12 |
813 | 2024-01-25T07:07:15.444Z | Downloaded crossbeam-utils v0.8.16 |
814 | 2024-01-25T07:07:15.444Z | Downloaded crc-any v2.4.3 |
815 | 2024-01-25T07:07:15.880Z | Downloaded scopeguard v1.2.0 |
816 | 2024-01-25T07:07:15.890Z | Downloaded utf-8 v0.7.6 |
817 | 2024-01-25T07:07:15.890Z | Downloaded smawk v0.3.1 |
818 | 2024-01-25T07:07:15.891Z | Downloaded libsw v3.3.1 |
819 | 2024-01-25T07:07:15.891Z | Downloaded walkdir v2.4.0 |
820 | 2024-01-25T07:07:15.891Z | Downloaded crc v3.0.1 |
821 | 2024-01-25T07:07:15.891Z | Downloaded cpufeatures v0.2.12 |
822 | 2024-01-25T07:07:15.891Z | Downloaded maplit v1.0.2 |
823 | 2024-01-25T07:07:15.891Z | Downloaded kstat-rs v0.2.3 |
824 | 2024-01-25T07:07:15.892Z | Downloaded crc32fast v1.3.2 |
825 | 2024-01-25T07:07:15.892Z | Downloaded hyper-tls v0.5.0 |
826 | 2024-01-25T07:07:15.892Z | Downloaded signal-hook-tokio v0.3.1 |
827 | 2024-01-25T07:07:15.892Z | Downloaded semver-parser v0.10.2 |
828 | 2024-01-25T07:07:15.893Z | Downloaded either v1.9.0 |
829 | 2024-01-25T07:07:15.893Z | Downloaded darling_macro v0.20.3 |
830 | 2024-01-25T07:07:15.893Z | Downloaded cookie v0.18.0 |
831 | 2024-01-25T07:07:15.893Z | Downloaded fxhash v0.2.1 |
832 | 2024-01-25T07:07:15.893Z | Downloaded flagset v0.4.3 |
833 | 2024-01-25T07:07:15.894Z | Downloaded clap_derive v4.4.2 |
834 | 2024-01-25T07:07:15.894Z | Downloaded crunchy v0.2.2 |
835 | 2024-01-25T07:07:15.894Z | Downloaded vcpkg v0.2.15 |
836 | 2024-01-25T07:07:15.894Z | Downloaded matches v0.1.10 |
837 | 2024-01-25T07:07:15.896Z | Downloaded libloading v0.7.4 |
838 | 2024-01-25T07:07:15.897Z | Downloaded lazy_static v1.4.0 |
839 | 2024-01-25T07:07:15.897Z | Downloaded crossterm v0.27.0 |
840 | 2024-01-25T07:07:15.897Z | Downloaded indoc v1.0.9 |
841 | 2024-01-25T07:07:15.897Z | Downloaded wait-timeout v0.2.0 |
842 | 2024-01-25T07:07:15.897Z | Downloaded hubpack_derive v0.1.1 |
843 | 2024-01-25T07:07:15.897Z | Downloaded term v0.7.0 |
844 | 2024-01-25T07:07:15.897Z | Downloaded vec_map v0.8.2 |
845 | 2024-01-25T07:07:15.898Z | Downloaded lazycell v1.3.0 |
846 | 2024-01-25T07:07:15.898Z | Downloaded mime v0.3.17 |
847 | 2024-01-25T07:07:15.898Z | Downloaded lru v0.12.1 |
848 | 2024-01-25T07:07:15.898Z | Downloaded match_cfg v0.1.0 |
849 | 2024-01-25T07:07:15.898Z | Downloaded memoffset v0.7.1 |
850 | 2024-01-25T07:07:15.898Z | Downloaded managed v0.8.0 |
851 | 2024-01-25T07:07:15.899Z | Downloaded darling v0.20.3 |
852 | 2024-01-25T07:07:15.899Z | Downloaded anstream v0.5.0 |
853 | 2024-01-25T07:07:15.899Z | Downloaded crucible-workspace-hack v0.1.0 |
854 | 2024-01-25T07:07:15.899Z | Downloaded signature v1.6.4 |
855 | 2024-01-25T07:07:15.899Z | Downloaded mio v0.8.9 |
856 | 2024-01-25T07:07:15.899Z | Downloaded ansi_term v0.12.1 |
857 | 2024-01-25T07:07:15.899Z | Downloaded macaddr v1.0.1 |
858 | 2024-01-25T07:07:15.899Z | Downloaded aead v0.5.2 |
859 | 2024-01-25T07:07:15.900Z | Downloaded atomic-waker v1.1.1 |
860 | 2024-01-25T07:07:15.900Z | Downloaded crypto-common v0.1.6 |
861 | 2024-01-25T07:07:15.900Z | Downloaded darling v0.14.4 |
862 | 2024-01-25T07:07:15.909Z | Downloaded stable_deref_trait v1.2.0 |
863 | 2024-01-25T07:07:15.914Z | Downloaded libm v0.2.7 |
864 | 2024-01-25T07:07:15.937Z | Downloaded shell-words v1.1.0 |
865 | 2024-01-25T07:07:15.941Z | Downloaded crossbeam v0.8.2 |
866 | 2024-01-25T07:07:15.943Z | Downloaded mockall v0.12.0 |
867 | 2024-01-25T07:07:15.943Z | Downloaded anstyle v1.0.2 |
868 | 2024-01-25T07:07:15.943Z | Downloaded is-terminal v0.4.9 |
869 | 2024-01-25T07:07:15.943Z | Downloaded crossbeam-epoch v0.9.15 |
870 | 2024-01-25T07:07:15.948Z | Downloaded darling_core v0.14.4 |
871 | 2024-01-25T07:07:16.008Z | Downloaded universal-hash v0.5.1 |
872 | 2024-01-25T07:07:16.014Z | Downloaded indicatif v0.17.7 |
873 | 2024-01-25T07:07:16.437Z | Downloaded r2d2 v0.8.10 |
874 | 2024-01-25T07:07:16.437Z | Downloaded ena v0.14.2 |
875 | 2024-01-25T07:07:16.444Z | Downloaded tabled v0.15.0 |
876 | 2024-01-25T07:07:16.445Z | Downloaded filetime v0.2.23 |
877 | 2024-01-25T07:07:16.445Z | Downloaded toolchain_find v0.2.0 |
878 | 2024-01-25T07:07:16.445Z | Downloaded clang-sys v1.6.1 |
879 | 2024-01-25T07:07:16.446Z | Downloaded strsim v0.8.0 |
880 | 2024-01-25T07:07:16.446Z | Downloaded static_assertions v1.1.0 |
881 | 2024-01-25T07:07:16.446Z | Downloaded snafu v0.7.5 |
882 | 2024-01-25T07:07:16.446Z | Downloaded lalrpop v0.19.12 |
883 | 2024-01-25T07:07:16.446Z | Downloaded const-oid v0.9.5 |
884 | 2024-01-25T07:07:16.446Z | Downloaded anyhow v1.0.75 |
885 | 2024-01-25T07:07:16.447Z | Downloaded futures-macro v0.3.30 |
886 | 2024-01-25T07:07:16.447Z | Downloaded clap_builder v4.4.2 |
887 | 2024-01-25T07:07:16.447Z | Downloaded argon2 v0.5.3 |
888 | 2024-01-25T07:07:16.447Z | Downloaded maybe-uninit v2.0.0 |
889 | 2024-01-25T07:07:16.448Z | Downloaded nibble_vec v0.1.0 |
890 | 2024-01-25T07:07:16.448Z | Downloaded adler v1.0.2 |
891 | 2024-01-25T07:07:16.448Z | Downloaded new_debug_unreachable v1.0.4 |
892 | 2024-01-25T07:07:16.449Z | Downloaded ahash v0.8.6 |
893 | 2024-01-25T07:07:16.449Z | Downloaded tough v0.16.0 |
894 | 2024-01-25T07:07:16.455Z | Downloaded home v0.5.5 |
895 | 2024-01-25T07:07:16.455Z | Downloaded debug-ignore v1.0.5 |
896 | 2024-01-25T07:07:16.455Z | Downloaded anstyle-parse v0.2.1 |
897 | 2024-01-25T07:07:16.455Z | Downloaded serde v1.0.195 |
898 | 2024-01-25T07:07:16.455Z | Downloaded miniz_oxide v0.7.1 |
899 | 2024-01-25T07:07:16.456Z | Downloaded normalize-line-endings v0.3.0 |
900 | 2024-01-25T07:07:16.456Z | Downloaded mime_guess v2.0.4 |
901 | 2024-01-25T07:07:16.456Z | Downloaded assert_matches v1.5.0 |
902 | 2024-01-25T07:07:16.456Z | Downloaded darling_core v0.20.3 |
903 | 2024-01-25T07:07:16.456Z | Downloaded arc-swap v1.6.0 |
904 | 2024-01-25T07:07:16.456Z | Downloaded indexmap v1.9.3 |
905 | 2024-01-25T07:07:16.456Z | Downloaded minimal-lexical v0.2.1 |
906 | 2024-01-25T07:07:16.456Z | Downloaded allocator-api2 v0.2.16 |
907 | 2024-01-25T07:07:16.456Z | Downloaded aho-corasick v1.0.4 |
908 | 2024-01-25T07:07:16.456Z | Downloaded hmac v0.12.1 |
909 | 2024-01-25T07:07:16.456Z | Downloaded parking_lot v0.11.2 |
910 | 2024-01-25T07:07:16.456Z | Downloaded crossbeam-queue v0.3.8 |
911 | 2024-01-25T07:07:16.456Z | Downloaded md-5 v0.10.5 |
912 | 2024-01-25T07:07:16.457Z | Downloaded memchr v2.6.3 |
913 | 2024-01-25T07:07:16.457Z | Downloaded crc-catalog v2.2.0 |
914 | 2024-01-25T07:07:16.457Z | Downloaded slog-json v2.6.1 |
915 | 2024-01-25T07:07:16.457Z | Downloaded slog v2.7.0 |
916 | 2024-01-25T07:07:16.457Z | Downloaded num_threads v0.1.6 |
917 | 2024-01-25T07:07:16.457Z | Downloaded async-recursion v1.0.5 |
918 | 2024-01-25T07:07:16.457Z | Downloaded want v0.3.1 |
919 | 2024-01-25T07:07:16.457Z | Downloaded derive_more v0.99.17 |
920 | 2024-01-25T07:07:16.457Z | Downloaded is_ci v1.1.1 |
921 | 2024-01-25T07:07:16.457Z | Downloaded humantime v2.1.0 |
922 | 2024-01-25T07:07:16.462Z | Downloaded slog-scope v4.4.0 |
923 | 2024-01-25T07:07:16.462Z | Downloaded slog-async v2.8.0 |
924 | 2024-01-25T07:07:16.463Z | Downloaded io-lifetimes v1.0.11 |
925 | 2024-01-25T07:07:16.463Z | Downloaded swrite v0.1.0 |
926 | 2024-01-25T07:07:16.463Z | Downloaded pem v3.0.2 |
927 | 2024-01-25T07:07:16.463Z | Downloaded thread_local v1.1.7 |
928 | 2024-01-25T07:07:16.463Z | Downloaded unicode-width v0.1.11 |
929 | 2024-01-25T07:07:16.463Z | Downloaded hostname v0.3.1 |
930 | 2024-01-25T07:07:16.463Z | Downloaded semver v1.0.21 |
931 | 2024-01-25T07:07:16.463Z | Downloaded elliptic-curve v0.13.8 |
932 | 2024-01-25T07:07:16.467Z | Downloaded serde-big-array v0.4.1 |
933 | 2024-01-25T07:07:16.467Z | Downloaded futures-sink v0.3.30 |
934 | 2024-01-25T07:07:16.467Z | Downloaded owo-colors v3.5.0 |
935 | 2024-01-25T07:07:16.467Z | Downloaded yasna v0.5.2 |
936 | 2024-01-25T07:07:16.467Z | Downloaded nodrop v0.1.14 |
937 | 2024-01-25T07:07:16.467Z | Downloaded phf_shared v0.10.0 |
938 | 2024-01-25T07:07:16.467Z | Downloaded strum_macros v0.24.3 |
939 | 2024-01-25T07:07:16.471Z | Downloaded futures-task v0.3.30 |
940 | 2024-01-25T07:07:16.471Z | Downloaded usdt-macro v0.3.5 |
941 | 2024-01-25T07:07:16.474Z | Downloaded atomicwrites v0.4.3 |
942 | 2024-01-25T07:07:16.474Z | Downloaded keccak v0.1.4 |
943 | 2024-01-25T07:07:16.477Z | Downloaded ciborium v0.2.2 |
944 | 2024-01-25T07:07:16.481Z | Downloaded wyz v0.5.1 |
945 | 2024-01-25T07:07:16.489Z | Downloaded hashbrown v0.13.2 |
946 | 2024-01-25T07:07:16.497Z | Downloaded num_cpus v1.16.0 |
947 | 2024-01-25T07:07:16.512Z | Downloaded predicates-core v1.0.6 |
948 | 2024-01-25T07:07:16.585Z | Downloaded futures-util v0.3.30 |
949 | 2024-01-25T07:07:16.604Z | Downloaded rustc-demangle v0.1.23 |
950 | 2024-01-25T07:07:16.606Z | Downloaded schemars_derive v0.8.16 |
951 | 2024-01-25T07:07:16.606Z | Downloaded rustls-pemfile v2.0.0 |
952 | 2024-01-25T07:07:16.606Z | Downloaded quick-error v1.2.3 |
953 | 2024-01-25T07:07:16.606Z | Downloaded oso-derive v0.27.0 |
954 | 2024-01-25T07:07:16.610Z | Downloaded regex v1.10.3 |
955 | 2024-01-25T07:07:16.633Z | Downloaded resolv-conf v0.7.0 |
956 | 2024-01-25T07:07:16.637Z | Downloaded pest_generator v2.7.2 |
957 | 2024-01-25T07:07:16.641Z | Downloaded pest_meta v2.7.2 |
958 | 2024-01-25T07:07:16.644Z | Downloaded predicates v3.1.0 |
959 | 2024-01-25T07:07:16.647Z | Downloaded derive_builder_macro v0.12.0 |
960 | 2024-01-25T07:07:16.653Z | Downloaded foreign-types v0.3.2 |
961 | 2024-01-25T07:07:16.665Z | Downloaded url v2.5.0 |
962 | 2024-01-25T07:07:16.671Z | Downloaded version_check v0.9.4 |
963 | 2024-01-25T07:07:16.674Z | Downloaded untrusted v0.7.1 |
964 | 2024-01-25T07:07:16.693Z | Downloaded serde_json v1.0.111 |
965 | 2024-01-25T07:07:16.706Z | Downloaded serde_derive_internals v0.26.0 |
966 | 2024-01-25T07:07:16.710Z | Downloaded samael v0.0.14 |
967 | 2024-01-25T07:07:16.719Z | Downloaded rustfmt-wrapper v0.2.0 |
968 | 2024-01-25T07:07:16.723Z | Downloaded colorchoice v1.0.0 |
969 | 2024-01-25T07:07:16.726Z | Downloaded tower-service v0.3.2 |
970 | 2024-01-25T07:07:16.726Z | Downloaded bstr v1.6.0 |
971 | 2024-01-25T07:07:16.747Z | Downloaded serde_with_macros v3.5.1 |
972 | 2024-01-25T07:07:16.750Z | Downloaded parse-display-derive v0.8.2 |
973 | 2024-01-25T07:07:16.753Z | Downloaded trust-dns-client v0.22.0 |
974 | 2024-01-25T07:07:16.762Z | Downloaded backoff v0.4.0 |
975 | 2024-01-25T07:07:16.766Z | Downloaded heck v0.3.3 |
976 | 2024-01-25T07:07:16.770Z | Downloaded unicode-bidi v0.3.13 |
977 | 2024-01-25T07:07:16.785Z | Downloaded serde-big-array v0.5.1 |
978 | 2024-01-25T07:07:16.864Z | Downloaded trust-dns-server v0.22.1 |
979 | 2024-01-25T07:07:16.864Z | Downloaded base64 v0.21.7 |
980 | 2024-01-25T07:07:16.864Z | Downloaded bit-vec v0.6.3 |
981 | 2024-01-25T07:07:16.865Z | Downloaded bcs v0.1.6 |
982 | 2024-01-25T07:07:16.865Z | Downloaded curve25519-dalek v4.1.1 |
983 | 2024-01-25T07:07:16.865Z | Downloaded gimli v0.28.0 |
984 | 2024-01-25T07:07:16.865Z | Downloaded reedline v0.28.0 |
985 | 2024-01-25T07:07:16.881Z | Downloaded unicode_categories v0.1.1 |
986 | 2024-01-25T07:07:16.891Z | Downloaded linear-map v1.2.0 |
987 | 2024-01-25T07:07:16.904Z | Downloaded tokio-stream v0.1.14 |
988 | 2024-01-25T07:07:16.912Z | Downloaded tokio-util v0.7.10 |
989 | 2024-01-25T07:07:16.927Z | Downloaded lru-cache v0.1.2 |
990 | 2024-01-25T07:07:16.935Z | Downloaded tungstenite v0.20.1 |
991 | 2024-01-25T07:07:16.942Z | Downloaded defmt-parser v0.3.3 |
992 | 2024-01-25T07:07:16.942Z | Downloaded synstructure v0.12.6 |
993 | 2024-01-25T07:07:16.942Z | Downloaded peeking_take_while v0.1.2 |
994 | 2024-01-25T07:07:16.942Z | Downloaded pin-project v1.1.3 |
995 | 2024-01-25T07:07:16.962Z | Downloaded heapless v0.7.16 |
996 | 2024-01-25T07:07:16.971Z | Downloaded array-init v0.0.4 |
997 | 2024-01-25T07:07:16.979Z | Downloaded sha1 v0.10.6 |
998 | 2024-01-25T07:07:16.979Z | Downloaded signal-hook v0.3.17 |
999 | 2024-01-25T07:07:16.986Z | Downloaded signal-hook-mio v0.2.3 |
1000 | 2024-01-25T07:07:16.986Z | Downloaded serde_tokenstream v0.2.0 |
1001 | 2024-01-25T07:07:17.096Z | Downloaded cancel-safe-futures v0.1.5 |
1002 | 2024-01-25T07:07:17.178Z | Downloaded postgres-protocol v0.6.6 |
1003 | 2024-01-25T07:07:17.178Z | Downloaded hashbrown v0.14.2 |
1004 | 2024-01-25T07:07:17.178Z | Downloaded topological-sort v0.2.2 |
1005 | 2024-01-25T07:07:17.178Z | Downloaded reqwest v0.11.22 |
1006 | 2024-01-25T07:07:17.182Z | Downloaded openssl-sys v0.9.96 |
1007 | 2024-01-25T07:07:17.182Z | Downloaded httparse v1.8.0 |
1008 | 2024-01-25T07:07:17.182Z | Downloaded cassowary v0.3.0 |
1009 | 2024-01-25T07:07:17.182Z | Downloaded display-error-chain v0.2.0 |
1010 | 2024-01-25T07:07:17.182Z | Downloaded sled v0.34.7 |
1011 | 2024-01-25T07:07:17.182Z | Downloaded futures v0.3.30 |
1012 | 2024-01-25T07:07:17.182Z | Downloaded flume v0.11.0 |
1013 | 2024-01-25T07:07:17.182Z | Downloaded zeroize v1.7.0 |
1014 | 2024-01-25T07:07:17.227Z | Downloaded once_cell v1.19.0 |
1015 | 2024-01-25T07:07:17.227Z | Downloaded papergrid v0.11.0 |
1016 | 2024-01-25T07:07:17.227Z | Downloaded uuid v1.7.0 |
1017 | 2024-01-25T07:07:17.228Z | Downloaded sct v0.7.0 |
1018 | 2024-01-25T07:07:17.228Z | Downloaded tokio-postgres v0.7.10 |
1019 | 2024-01-25T07:07:17.228Z | Downloaded num-integer v0.1.45 |
1020 | 2024-01-25T07:07:17.228Z | Downloaded futures-executor v0.3.30 |
1021 | 2024-01-25T07:07:17.228Z | Downloaded blake2 v0.10.6 |
1022 | 2024-01-25T07:07:17.228Z | Downloaded headers v0.3.9 |
1023 | 2024-01-25T07:07:17.228Z | Downloaded parking_lot v0.12.1 |
1024 | 2024-01-25T07:07:17.252Z | Downloaded glob v0.3.1 |
1025 | 2024-01-25T07:07:17.252Z | Downloaded idna v0.2.3 |
1026 | 2024-01-25T07:07:17.252Z | Downloaded chacha20poly1305 v0.10.1 |
1027 | 2024-01-25T07:07:17.252Z | Downloaded block-padding v0.3.3 |
1028 | 2024-01-25T07:07:17.257Z | Downloaded zone_cfg_derive v0.3.0 |
1029 | 2024-01-25T07:07:17.257Z | Downloaded der_derive v0.7.2 |
1030 | 2024-01-25T07:07:17.257Z | Downloaded rand_core v0.6.4 |
1031 | 2024-01-25T07:07:17.267Z | Downloaded zerocopy v0.7.31 |
1032 | 2024-01-25T07:07:17.324Z | Downloaded diff v0.1.13 |
1033 | 2024-01-25T07:07:17.338Z | Downloaded thread-id v4.2.0 |
1034 | 2024-01-25T07:07:17.338Z | Downloaded rustc_version v0.1.7 |
1035 | 2024-01-25T07:07:17.339Z | Downloaded dof v0.1.5 |
1036 | 2024-01-25T07:07:17.757Z | Downloaded linked-hash-map v0.5.6 |
1037 | 2024-01-25T07:07:17.757Z | Downloaded phf v0.11.2 |
1038 | 2024-01-25T07:07:17.769Z | Downloaded ref-cast-impl v1.0.20 |
1039 | 2024-01-25T07:07:17.769Z | Downloaded tiny-keccak v2.0.2 |
1040 | 2024-01-25T07:07:17.769Z | Downloaded rustls-pemfile v1.0.3 |
1041 | 2024-01-25T07:07:17.769Z | Downloaded tracing v0.1.37 |
1042 | 2024-01-25T07:07:17.770Z | Downloaded memoffset v0.9.0 |
1043 | 2024-01-25T07:07:17.770Z | Downloaded ascii-canvas v3.0.0 |
1044 | 2024-01-25T07:07:17.770Z | Downloaded vsss-rs v3.3.4 |
1045 | 2024-01-25T07:07:17.770Z | Downloaded darling_macro v0.14.4 |
1046 | 2024-01-25T07:07:17.771Z | Downloaded vte_generate_state_changes v0.1.1 |
1047 | 2024-01-25T07:07:17.771Z | Downloaded polar-core v0.27.0 |
1048 | 2024-01-25T07:07:17.771Z | Downloaded pem-rfc7468 v0.7.0 |
1049 | 2024-01-25T07:07:17.771Z | Downloaded fd-lock v3.0.13 |
1050 | 2024-01-25T07:07:17.771Z | Downloaded tracing-core v0.1.31 |
1051 | 2024-01-25T07:07:17.771Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1052 | 2024-01-25T07:07:17.771Z | Downloaded thiserror v1.0.49 |
1053 | 2024-01-25T07:07:17.771Z | Downloaded tempfile v3.9.0 |
1054 | 2024-01-25T07:07:17.772Z | Downloaded errno v0.3.8 |
1055 | 2024-01-25T07:07:17.772Z | Downloaded smoltcp v0.11.0 |
1056 | 2024-01-25T07:07:17.772Z | Downloaded fs-err v2.11.0 |
1057 | 2024-01-25T07:07:17.772Z | Downloaded atty v0.2.14 |
1058 | 2024-01-25T07:07:17.772Z | Downloaded utf8parse v0.2.1 |
1059 | 2024-01-25T07:07:17.772Z | Downloaded parking_lot_core v0.9.8 |
1060 | 2024-01-25T07:07:17.773Z | Downloaded embedded-io v0.4.0 |
1061 | 2024-01-25T07:07:17.773Z | Downloaded endian-type v0.1.2 |
1062 | 2024-01-25T07:07:17.777Z | Downloaded shlex v1.3.0 |
1063 | 2024-01-25T07:07:17.778Z | Downloaded zerocopy v0.3.0 |
1064 | 2024-01-25T07:07:17.778Z | Downloaded serde_derive v1.0.195 |
1065 | 2024-01-25T07:07:17.778Z | Downloaded vte v0.11.1 |
1066 | 2024-01-25T07:07:17.778Z | Downloaded zerocopy-derive v0.2.0 |
1067 | 2024-01-25T07:07:17.779Z | Downloaded hex v0.4.3 |
1068 | 2024-01-25T07:07:17.779Z | Downloaded password-hash v0.5.0 |
1069 | 2024-01-25T07:07:17.779Z | Downloaded base64ct v1.6.0 |
1070 | 2024-01-25T07:07:17.779Z | Downloaded strip-ansi-escapes v0.2.0 |
1071 | 2024-01-25T07:07:17.780Z | Downloaded toml_edit v0.21.0 |
1072 | 2024-01-25T07:07:17.780Z | Downloaded funty v2.0.0 |
1073 | 2024-01-25T07:07:17.780Z | Downloaded fragile v2.0.0 |
1074 | 2024-01-25T07:07:17.780Z | Downloaded pin-project-internal v1.1.3 |
1075 | 2024-01-25T07:07:17.781Z | Downloaded pin-project-lite v0.2.13 |
1076 | 2024-01-25T07:07:17.781Z | Downloaded zerocopy-derive v0.6.4 |
1077 | 2024-01-25T07:07:17.781Z | Downloaded rustversion v1.0.14 |
1078 | 2024-01-25T07:07:17.783Z | Downloaded dirs-sys-next v0.1.2 |
1079 | 2024-01-25T07:07:17.783Z | Downloaded proc-macro-error v1.0.4 |
1080 | 2024-01-25T07:07:17.783Z | Downloaded num_enum_derive v0.5.11 |
1081 | 2024-01-25T07:07:17.784Z | Downloaded lock_api v0.4.10 |
1082 | 2024-01-25T07:07:17.784Z | Downloaded http-body v0.4.5 |
1083 | 2024-01-25T07:07:17.784Z | Downloaded zeroize_derive v1.4.2 |
1084 | 2024-01-25T07:07:17.785Z | Downloaded typenum v1.16.0 |
1085 | 2024-01-25T07:07:17.785Z | Downloaded diesel v2.1.4 |
1086 | 2024-01-25T07:07:17.785Z | Downloaded heck v0.4.1 |
1087 | 2024-01-25T07:07:17.807Z | Downloaded whoami v1.4.1 |
1088 | 2024-01-25T07:07:17.807Z | Downloaded bb8 v0.8.1 |
1089 | 2024-01-25T07:07:17.808Z | Downloaded signal-hook-registry v1.4.1 |
1090 | 2024-01-25T07:07:17.808Z | Downloaded poly1305 v0.8.0 |
1091 | 2024-01-25T07:07:17.808Z | Downloaded toml v0.5.11 |
1092 | 2024-01-25T07:07:17.815Z | Downloaded rayon v1.8.0 |
1093 | 2024-01-25T07:07:17.825Z | Downloaded try-lock v0.2.4 |
1094 | 2024-01-25T07:07:17.844Z | Downloaded float-cmp v0.9.0 |
1095 | 2024-01-25T07:07:17.844Z | Downloaded time-macros v0.2.13 |
1096 | 2024-01-25T07:07:17.844Z | Downloaded petgraph v0.6.4 |
1097 | 2024-01-25T07:07:17.860Z | Downloaded steno v0.4.0 |
1098 | 2024-01-25T07:07:17.876Z | Downloaded unicode-normalization v0.1.22 |
1099 | 2024-01-25T07:07:17.892Z | Downloaded mockall_derive v0.12.0 |
1100 | 2024-01-25T07:07:17.892Z | Downloaded num v0.4.1 |
1101 | 2024-01-25T07:07:17.900Z | Downloaded num-rational v0.4.1 |
1102 | 2024-01-25T07:07:17.908Z | Downloaded num-iter v0.1.43 |
1103 | 2024-01-25T07:07:17.908Z | Downloaded rtoolbox v0.0.1 |
1104 | 2024-01-25T07:07:17.917Z | Downloaded syn v2.0.46 |
1105 | 2024-01-25T07:07:17.940Z | Downloaded equivalent v1.0.1 |
1106 | 2024-01-25T07:07:17.972Z | Downloaded object v0.30.4 |
1107 | 2024-01-25T07:07:17.990Z | Downloaded slog-stdlog v4.1.1 |
1108 | 2024-01-25T07:07:18.000Z | Downloaded toml_datetime v0.6.5 |
1109 | 2024-01-25T07:07:18.000Z | Downloaded socket2 v0.5.5 |
1110 | 2024-01-25T07:07:18.014Z | Downloaded futures-channel v0.3.30 |
1111 | 2024-01-25T07:07:18.014Z | Downloaded parking_lot_core v0.8.6 |
1112 | 2024-01-25T07:07:18.014Z | Downloaded rustc-hash v1.1.0 |
1113 | 2024-01-25T07:07:18.023Z | Downloaded sqlformat v0.2.3 |
1114 | 2024-01-25T07:07:18.051Z | Downloaded http v1.0.0 |
1115 | 2024-01-25T07:07:18.068Z | Downloaded untrusted v0.9.0 |
1116 | 2024-01-25T07:07:18.068Z | Downloaded camino v1.1.6 |
1117 | 2024-01-25T07:07:18.068Z | Downloaded hkdf v0.12.4 |
1118 | 2024-01-25T07:07:18.075Z | Downloaded unicase v2.7.0 |
1119 | 2024-01-25T07:07:18.076Z | Downloaded packed_struct_codegen v0.10.1 |
1120 | 2024-01-25T07:07:18.093Z | Downloaded serde-hex v0.1.0 |
1121 | 2024-01-25T07:07:18.093Z | Downloaded http-range v0.1.5 |
1122 | 2024-01-25T07:07:18.093Z | Downloaded rayon-core v1.12.0 |
1123 | 2024-01-25T07:07:18.104Z | Downloaded der v0.7.8 |
1124 | 2024-01-25T07:07:18.104Z | Downloaded indoc v2.0.3 |
1125 | 2024-01-25T07:07:18.154Z | Downloaded siphasher v0.3.11 |
1126 | 2024-01-25T07:07:18.174Z | Downloaded camino-tempfile v1.1.1 |
1127 | 2024-01-25T07:07:18.226Z | Downloaded regress v0.7.1 |
1128 | 2024-01-25T07:07:18.226Z | Downloaded salty v0.2.0 |
1129 | 2024-01-25T07:07:18.227Z | Downloaded difflib v0.4.0 |
1130 | 2024-01-25T07:07:18.250Z | Downloaded bytes v1.5.0 |
1131 | 2024-01-25T07:07:18.251Z | Downloaded byteorder v1.5.0 |
1132 | 2024-01-25T07:07:18.296Z | Downloaded chrono v0.4.31 |
1133 | 2024-01-25T07:07:18.318Z | Downloaded futures-core v0.3.30 |
1134 | 2024-01-25T07:07:18.318Z | Downloaded derive-where v1.2.7 |
1135 | 2024-01-25T07:07:18.319Z | Downloaded fallible-iterator v0.2.0 |
1136 | 2024-01-25T07:07:18.319Z | Downloaded xattr v1.0.1 |
1137 | 2024-01-25T07:07:18.329Z | Downloaded tinyvec_macros v0.1.1 |
1138 | 2024-01-25T07:07:18.329Z | Downloaded signature v2.1.0 |
1139 | 2024-01-25T07:07:18.329Z | Downloaded regex-automata v0.1.10 |
1140 | 2024-01-25T07:07:18.341Z | Downloaded slab v0.4.9 |
1141 | 2024-01-25T07:07:18.341Z | Downloaded ron v0.8.1 |
1142 | 2024-01-25T07:07:18.385Z | Downloaded terminal_size v0.2.6 |
1143 | 2024-01-25T07:07:18.386Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1144 | 2024-01-25T07:07:18.397Z | Downloaded num-complex v0.4.4 |
1145 | 2024-01-25T07:07:18.397Z | Downloaded autocfg v1.1.0 |
1146 | 2024-01-25T07:07:18.416Z | Downloaded foreign-types v0.5.0 |
1147 | 2024-01-25T07:07:18.417Z | Downloaded num_enum v0.5.11 |
1148 | 2024-01-25T07:07:18.417Z | Downloaded block-buffer v0.10.4 |
1149 | 2024-01-25T07:07:18.417Z | Downloaded zip v0.6.6 |
1150 | 2024-01-25T07:07:18.467Z | Downloaded sha2 v0.10.8 |
1151 | 2024-01-25T07:07:18.467Z | Downloaded defmt-macros v0.3.6 |
1152 | 2024-01-25T07:07:18.467Z | Downloaded http v0.2.11 |
1153 | 2024-01-25T07:07:18.467Z | Downloaded libc v0.2.152 |
1154 | 2024-01-25T07:07:18.497Z | Downloaded globset v0.4.13 |
1155 | 2024-01-25T07:07:18.497Z | Downloaded pest v2.7.2 |
1156 | 2024-01-25T07:07:18.514Z | Downloaded h2 v0.3.24 |
1157 | 2024-01-25T07:07:18.515Z | Downloaded trust-dns-proto v0.22.0 |
1158 | 2024-01-25T07:07:18.529Z | Downloaded spin v0.5.2 |
1159 | 2024-01-25T07:07:18.529Z | Downloaded termcolor v1.2.0 |
1160 | 2024-01-25T07:07:18.538Z | Downloaded num-bigint v0.4.4 |
1161 | 2024-01-25T07:07:18.538Z | Downloaded sec1 v0.7.3 |
1162 | 2024-01-25T07:07:18.589Z | Downloaded thiserror-impl-no-std v2.0.2 |
1163 | 2024-01-25T07:07:18.590Z | Downloaded structmeta v0.2.0 |
1164 | 2024-01-25T07:07:18.590Z | Downloaded structopt v0.3.26 |
1165 | 2024-01-25T07:07:18.607Z | Downloaded openssl-probe v0.1.5 |
1166 | 2024-01-25T07:07:18.607Z | Downloaded rustyline v13.0.0 |
1167 | 2024-01-25T07:07:18.607Z | Downloaded semver v0.11.0 |
1168 | 2024-01-25T07:07:18.608Z | Downloaded doc-comment v0.3.3 |
1169 | 2024-01-25T07:07:18.608Z | Downloaded termios v0.3.3 |
1170 | 2024-01-25T07:07:18.608Z | Downloaded buf-list v1.0.3 |
1171 | 2024-01-25T07:07:18.642Z | Downloaded test-strategy v0.3.1 |
1172 | 2024-01-25T07:07:18.642Z | Downloaded oso v0.27.0 |
1173 | 2024-01-25T07:07:18.642Z | Downloaded nanorand v0.7.0 |
1174 | 2024-01-25T07:07:18.726Z | Downloaded textwrap v0.16.0 |
1175 | 2024-01-25T07:07:18.726Z | Downloaded hash32 v0.3.1 |
1176 | 2024-01-25T07:07:18.726Z | Downloaded precomputed-hash v0.1.1 |
1177 | 2024-01-25T07:07:18.726Z | Downloaded packed_struct v0.10.1 |
1178 | 2024-01-25T07:07:18.726Z | Downloaded heapless v0.8.0 |
1179 | 2024-01-25T07:07:18.726Z | Downloaded zerocopy v0.6.4 |
1180 | 2024-01-25T07:07:18.726Z | Downloaded foreign-types-macros v0.2.3 |
1181 | 2024-01-25T07:07:18.785Z | Downloaded structmeta-derive v0.2.0 |
1182 | 2024-01-25T07:07:18.785Z | Downloaded enum-as-inner v0.5.1 |
1183 | 2024-01-25T07:07:18.786Z | Downloaded serde_yaml v0.9.25 |
1184 | 2024-01-25T07:07:18.786Z | Downloaded parse-size v1.0.0 |
1185 | 2024-01-25T07:07:18.786Z | Downloaded regex-syntax v0.8.2 |
1186 | 2024-01-25T07:07:18.786Z | Downloaded highway v1.1.0 |
1187 | 2024-01-25T07:07:18.786Z | Downloaded cfg-if v1.0.0 |
1188 | 2024-01-25T07:07:18.787Z | Downloaded similar v2.3.0 |
1189 | 2024-01-25T07:07:18.787Z | Downloaded serde_repr v0.1.16 |
1190 | 2024-01-25T07:07:18.787Z | Downloaded snafu-derive v0.7.5 |
1191 | 2024-01-25T07:07:18.787Z | Downloaded foreign-types-shared v0.1.1 |
1192 | 2024-01-25T07:07:28.039Z | Downloaded bit-set v0.5.3 |
1193 | 2024-01-25T07:07:28.039Z | Downloaded socket2 v0.4.9 |
1194 | 2024-01-25T07:07:28.040Z | Downloaded tokio-rustls v0.24.1 |
1195 | 2024-01-25T07:07:28.040Z | Downloaded rustix v0.37.23 |
1196 | 2024-01-25T07:07:28.040Z | Downloaded rusty-fork v0.3.0 |
1197 | 2024-01-25T07:07:28.040Z | Downloaded toml v0.7.8 |
1198 | 2024-01-25T07:07:28.040Z | Downloaded libxml v0.3.3 |
1199 | 2024-01-25T07:07:28.040Z | Downloaded derive_builder v0.12.0 |
1200 | 2024-01-25T07:07:28.040Z | Downloaded subtle v2.5.0 |
1201 | 2024-01-25T07:07:28.040Z | Downloaded ciborium-ll v0.2.2 |
1202 | 2024-01-25T07:07:28.040Z | Downloaded unicode-ident v1.0.12 |
1203 | 2024-01-25T07:07:28.042Z | Downloaded tinyvec v1.6.0 |
1204 | 2024-01-25T07:07:28.042Z | Downloaded tokio-macros v2.2.0 |
1205 | 2024-01-25T07:07:28.042Z | Downloaded bytecount v0.6.3 |
1206 | 2024-01-25T07:07:28.042Z | Downloaded sha3 v0.10.8 |
1207 | 2024-01-25T07:07:28.042Z | Downloaded bitflags v1.3.2 |
1208 | 2024-01-25T07:07:28.042Z | Downloaded regex-syntax v0.6.29 |
1209 | 2024-01-25T07:07:28.043Z | Downloaded downcast v0.11.0 |
1210 | 2024-01-25T07:07:28.043Z | Downloaded tracing-attributes v0.1.26 |
1211 | 2024-01-25T07:07:28.043Z | Downloaded postgres-types v0.2.6 |
1212 | 2024-01-25T07:07:28.043Z | Downloaded proptest v1.4.0 |
1213 | 2024-01-25T07:07:28.043Z | Downloaded hashbrown v0.12.3 |
1214 | 2024-01-25T07:07:28.043Z | Downloaded toml_edit v0.19.15 |
1215 | 2024-01-25T07:07:28.043Z | Downloaded libefi-sys v0.1.0 |
1216 | 2024-01-25T07:07:28.043Z | Downloaded textwrap v0.11.0 |
1217 | 2024-01-25T07:07:28.043Z | Downloaded scheduled-thread-pool v0.2.7 |
1218 | 2024-01-25T07:07:28.043Z | Downloaded fnv v1.0.7 |
1219 | 2024-01-25T07:07:28.043Z | Downloaded hash32 v0.2.1 |
1220 | 2024-01-25T07:07:28.043Z | Downloaded colored v2.0.4 |
1221 | 2024-01-25T07:07:28.043Z | Downloaded tabled_derive v0.7.0 |
1222 | 2024-01-25T07:07:28.043Z | Downloaded fixedbitset v0.4.2 |
1223 | 2024-01-25T07:07:28.043Z | Downloaded unarray v0.1.4 |
1224 | 2024-01-25T07:07:28.043Z | Downloaded env_logger v0.10.0 |
1225 | 2024-01-25T07:07:28.044Z | Downloaded rand_xorshift v0.3.0 |
1226 | 2024-01-25T07:07:28.044Z | Downloaded anstyle-query v1.0.0 |
1227 | 2024-01-25T07:07:28.044Z | Downloaded rand_chacha v0.3.1 |
1228 | 2024-01-25T07:07:28.044Z | Downloaded ucd-trie v0.1.6 |
1229 | 2024-01-25T07:07:28.044Z | Downloaded derive_builder_core v0.12.0 |
1230 | 2024-01-25T07:07:28.044Z | Downloaded half v2.3.1 |
1231 | 2024-01-25T07:07:28.047Z | Downloaded spin v0.9.8 |
1232 | 2024-01-25T07:07:28.048Z | Downloaded rand v0.8.5 |
1233 | 2024-01-25T07:07:28.048Z | Downloaded radix_trie v0.2.1 |
1234 | 2024-01-25T07:07:28.048Z | Downloaded tokio-rustls v0.25.0 |
1235 | 2024-01-25T07:07:28.048Z | Downloaded slog-bunyan v2.5.0 |
1236 | 2024-01-25T07:07:28.048Z | Downloaded diesel_derives v2.1.2 |
1237 | 2024-01-25T07:07:28.048Z | Downloaded zone v0.3.0 |
1238 | 2024-01-25T07:07:28.048Z | Downloaded thiserror-impl v1.0.49 |
1239 | 2024-01-25T07:07:28.048Z | Downloaded ratatui v0.25.0 |
1240 | 2024-01-25T07:07:28.048Z | Downloaded deranged v0.3.8 |
1241 | 2024-01-25T07:07:28.048Z | Downloaded multer v3.0.0 |
1242 | 2024-01-25T07:07:28.048Z | Downloaded same-file v1.0.6 |
1243 | 2024-01-25T07:07:28.048Z | Downloaded platforms v3.0.2 |
1244 | 2024-01-25T07:07:28.048Z | Downloaded structopt-derive v0.4.18 |
1245 | 2024-01-25T07:07:28.048Z | Downloaded smallvec v1.11.2 |
1246 | 2024-01-25T07:07:28.048Z | Downloaded termtree v0.4.1 |
1247 | 2024-01-25T07:07:28.048Z | Downloaded take_mut v0.2.2 |
1248 | 2024-01-25T07:07:28.048Z | Downloaded winnow v0.5.15 |
1249 | 2024-01-25T07:07:28.048Z | Downloaded ppv-lite86 v0.2.17 |
1250 | 2024-01-25T07:07:28.049Z | Downloaded rustls-pki-types v1.1.0 |
1251 | 2024-01-25T07:07:28.049Z | Downloaded toml v0.8.8 |
1252 | 2024-01-25T07:07:28.049Z | Downloaded parse-display v0.8.2 |
1253 | 2024-01-25T07:07:28.049Z | Downloaded defmt v0.3.5 |
1254 | 2024-01-25T07:07:28.049Z | Downloaded num-derive v0.4.0 |
1255 | 2024-01-25T07:07:28.049Z | Downloaded pkg-config v0.3.27 |
1256 | 2024-01-25T07:07:28.049Z | Downloaded pretty-hex v0.2.1 |
1257 | 2024-01-25T07:07:28.049Z | Downloaded supports-color v2.1.0 |
1258 | 2024-01-25T07:07:28.049Z | Downloaded proc-macro-crate v1.3.1 |
1259 | 2024-01-25T07:07:28.051Z | Downloaded postcard v1.0.8 |
1260 | 2024-01-25T07:07:28.051Z | Downloaded headers-core v0.2.0 |
1261 | 2024-01-25T07:07:28.051Z | Downloaded ff v0.13.0 |
1262 | 2024-01-25T07:07:28.051Z | Downloaded pest_derive v2.7.2 |
1263 | 2024-01-25T07:07:28.052Z | Downloaded unsafe-libyaml v0.2.10 |
1264 | 2024-01-25T07:07:28.052Z | Downloaded slog-envlogger v2.2.0 |
1265 | 2024-01-25T07:07:28.052Z | Downloaded tokio-native-tls v0.3.1 |
1266 | 2024-01-25T07:07:28.052Z | Downloaded async-trait v0.1.77 |
1267 | 2024-01-25T07:07:28.052Z | Downloaded pkcs1 v0.7.5 |
1268 | 2024-01-25T07:07:28.052Z | Downloaded subprocess v0.2.9 |
1269 | 2024-01-25T07:07:28.053Z | Downloaded dtrace-parser v0.1.14 |
1270 | 2024-01-25T07:07:28.053Z | Downloaded time-core v0.1.1 |
1271 | 2024-01-25T07:07:28.053Z | Downloaded rsa v0.9.2 |
1272 | 2024-01-25T07:07:28.053Z | Downloaded stringprep v0.1.3 |
1273 | 2024-01-25T07:07:28.053Z | Downloaded pretty-hex v0.4.1 |
1274 | 2024-01-25T07:07:28.053Z | Downloaded path-slash v0.1.5 |
1275 | 2024-01-25T07:07:28.053Z | Downloaded fatfs v0.3.6 |
1276 | 2024-01-25T07:07:28.053Z | Downloaded bindgen v0.69.2 |
1277 | 2024-01-25T07:07:28.053Z | Downloaded ryu v1.0.15 |
1278 | 2024-01-25T07:07:28.053Z | Downloaded pin-utils v0.1.0 |
1279 | 2024-01-25T07:07:28.053Z | Downloaded string_cache v0.8.7 |
1280 | 2024-01-25T07:07:28.053Z | Downloaded num-traits v0.2.16 |
1281 | 2024-01-25T07:07:28.053Z | Downloaded ciborium-io v0.2.2 |
1282 | 2024-01-25T07:07:28.053Z | Downloaded rustls-webpki v0.102.1 |
1283 | 2024-01-25T07:07:28.053Z | Downloaded unicode-segmentation v1.10.1 |
1284 | 2024-01-25T07:07:28.053Z | Downloaded proc-macro2 v1.0.74 |
1285 | 2024-01-25T07:07:28.053Z | Downloaded smallvec v0.6.14 |
1286 | 2024-01-25T07:07:28.053Z | Downloaded tokio-tungstenite v0.20.1 |
1287 | 2024-01-25T07:07:28.056Z | Downloaded predicates-tree v1.0.9 |
1288 | 2024-01-25T07:07:28.056Z | Downloaded fastrand v2.0.0 |
1289 | 2024-01-25T07:07:28.056Z | Downloaded form_urlencoded v1.2.1 |
1290 | 2024-01-25T07:07:28.056Z | Downloaded sqlparser_derive v0.2.2 |
1291 | 2024-01-25T07:07:28.056Z | Downloaded stability v0.1.1 |
1292 | 2024-01-25T07:07:28.626Z | Downloaded rustls v0.22.2 |
1293 | 2024-01-25T07:07:28.627Z | Downloaded schemars v0.8.16 |
1294 | 2024-01-25T07:07:28.627Z | Downloaded bitflags v2.4.0 |
1295 | 2024-01-25T07:07:28.627Z | Downloaded serde_spanned v0.6.4 |
1296 | 2024-01-25T07:07:28.627Z | Downloaded quick-xml v0.30.0 |
1297 | 2024-01-25T07:07:28.627Z | Downloaded futures-io v0.3.30 |
1298 | 2024-01-25T07:07:28.627Z | Downloaded usdt-attr-macro v0.3.5 |
1299 | 2024-01-25T07:07:28.627Z | Downloaded prettyplease v0.2.16 |
1300 | 2024-01-25T07:07:28.627Z | Downloaded proc-macro-error-attr v1.0.4 |
1301 | 2024-01-25T07:07:28.627Z | Downloaded regex-syntax v0.7.5 |
1302 | 2024-01-25T07:07:28.627Z | Downloaded rpassword v7.3.1 |
1303 | 2024-01-25T07:07:28.627Z | Downloaded cipher v0.4.4 |
1304 | 2024-01-25T07:07:28.627Z | Downloaded nom v7.1.3 |
1305 | 2024-01-25T07:07:28.627Z | Downloaded semver v0.1.20 |
1306 | 2024-01-25T07:07:28.627Z | Downloaded slog-dtrace v0.2.3 |
1307 | 2024-01-25T07:07:28.627Z | Downloaded unicode-xid v0.2.4 |
1308 | 2024-01-25T07:07:28.628Z | Downloaded rcgen v0.12.0 |
1309 | 2024-01-25T07:07:28.628Z | Downloaded native-tls v0.2.11 |
1310 | 2024-01-25T07:07:28.628Z | Downloaded portable-atomic v1.4.3 |
1311 | 2024-01-25T07:07:28.628Z | Downloaded flate2 v1.0.28 |
1312 | 2024-01-25T07:07:28.628Z | Downloaded radium v0.7.0 |
1313 | 2024-01-25T07:07:28.628Z | Downloaded log v0.4.20 |
1314 | 2024-01-25T07:07:28.628Z | Downloaded usdt-impl v0.3.5 |
1315 | 2024-01-25T07:07:28.629Z | Downloaded base16ct v0.2.0 |
1316 | 2024-01-25T07:07:28.629Z | Downloaded digest v0.10.7 |
1317 | 2024-01-25T07:07:28.629Z | Downloaded async-stream-impl v0.3.5 |
1318 | 2024-01-25T07:07:28.629Z | Downloaded secrecy v0.8.0 |
1319 | 2024-01-25T07:07:28.629Z | Downloaded async-stream v0.3.5 |
1320 | 2024-01-25T07:07:28.629Z | Downloaded dirs-next v2.0.0 |
1321 | 2024-01-25T07:07:28.629Z | Downloaded bstr v0.2.17 |
1322 | 2024-01-25T07:07:28.629Z | Downloaded tui-tree-widget v0.16.0 |
1323 | 2024-01-25T07:07:28.629Z | Downloaded percent-encoding v2.3.1 |
1324 | 2024-01-25T07:07:28.629Z | Downloaded nix v0.27.1 |
1325 | 2024-01-25T07:07:28.629Z | Downloaded foreign-types-shared v0.3.1 |
1326 | 2024-01-25T07:07:28.629Z | Downloaded smf v0.2.2 |
1327 | 2024-01-25T07:07:28.629Z | Downloaded paste v1.0.14 |
1328 | 2024-01-25T07:07:28.629Z | Downloaded ref-cast v1.0.20 |
1329 | 2024-01-25T07:07:28.629Z | Downloaded fd-lock v4.0.2 |
1330 | 2024-01-25T07:07:28.629Z | Downloaded pkcs8 v0.10.2 |
1331 | 2024-01-25T07:07:28.629Z | Downloaded typed-path v0.7.0 |
1332 | 2024-01-25T07:07:28.629Z | Downloaded regex-automata v0.3.8 |
1333 | 2024-01-25T07:07:28.629Z | Downloaded newtype_derive v0.1.6 |
1334 | 2024-01-25T07:07:28.629Z | Downloaded generic-array v0.14.7 |
1335 | 2024-01-25T07:07:28.629Z | Downloaded time v0.3.27 |
1336 | 2024-01-25T07:07:28.629Z | Downloaded quote v1.0.35 |
1337 | 2024-01-25T07:07:28.630Z | Downloaded lalrpop-util v0.19.12 |
1338 | 2024-01-25T07:07:28.630Z | Downloaded rustls-webpki v0.101.7 |
1339 | 2024-01-25T07:07:28.630Z | Downloaded x509-cert v0.2.4 |
1340 | 2024-01-25T07:07:28.630Z | Downloaded bitvec v1.0.1 |
1341 | 2024-01-25T07:07:28.630Z | Downloaded rustix v0.38.30 |
1342 | 2024-01-25T07:07:28.634Z | Downloaded group v0.13.0 |
1343 | 2024-01-25T07:07:28.634Z | Downloaded webpki-roots v0.25.2 |
1344 | 2024-01-25T07:07:28.634Z | Downloaded thiserror-no-std v2.0.2 |
1345 | 2024-01-25T07:07:28.634Z | Downloaded slog-term v2.9.0 |
1346 | 2024-01-25T07:07:28.634Z | Downloaded which v4.4.0 |
1347 | 2024-01-25T07:07:28.634Z | Downloaded nu-ansi-term v0.49.0 |
1348 | 2024-01-25T07:07:28.634Z | Downloaded rustc_version v0.4.0 |
1349 | 2024-01-25T07:07:28.634Z | Downloaded object v0.32.1 |
1350 | 2024-01-25T07:07:28.634Z | Downloaded backtrace v0.3.69 |
1351 | 2024-01-25T07:07:28.634Z | Downloaded usdt v0.3.5 |
1352 | 2024-01-25T07:07:28.634Z | Downloaded sqlparser v0.41.0 |
1353 | 2024-01-25T07:07:28.634Z | Downloaded syn v1.0.109 |
1354 | 2024-01-25T07:07:28.634Z | Downloaded serde_tokenstream v0.1.7 |
1355 | 2024-01-25T07:07:28.634Z | Downloaded regex-automata v0.4.4 |
1356 | 2024-01-25T07:07:28.634Z | Downloaded smoltcp v0.9.1 |
1357 | 2024-01-25T07:07:28.635Z | Downloaded openapiv3 v2.0.0 |
1358 | 2024-01-25T07:07:28.635Z | Downloaded openssl v0.10.60 |
1359 | 2024-01-25T07:07:28.635Z | Downloaded rustls v0.21.9 |
1360 | 2024-01-25T07:07:28.635Z | Downloaded tokio v1.35.1 |
1361 | 2024-01-25T07:07:28.635Z | Downloaded zerocopy-derive v0.7.31 |
1362 | 2024-01-25T07:07:28.635Z | Downloaded encoding_rs v0.8.33 |
1363 | 2024-01-25T07:07:28.635Z | Downloaded ring v0.17.7 |
1364 | 2024-01-25T07:07:28.635Z | Downloaded ring v0.16.20 |
1365 | 2024-01-25T07:07:28.635Z | Compiling proc-macro2 v1.0.74 |
1366 | 2024-01-25T07:07:28.635Z | Compiling unicode-ident v1.0.12 |
1367 | 2024-01-25T07:07:28.635Z | Compiling libc v0.2.152 |
1368 | 2024-01-25T07:07:28.635Z | Compiling serde v1.0.195 |
1369 | 2024-01-25T07:07:28.635Z | Compiling autocfg v1.1.0 |
1370 | 2024-01-25T07:07:28.636Z | Compiling version_check v0.9.4 |
1371 | 2024-01-25T07:07:28.636Z | Compiling cfg-if v1.0.0 |
1372 | 2024-01-25T07:07:28.636Z | Compiling syn v1.0.109 |
1373 | 2024-01-25T07:07:28.636Z | Compiling once_cell v1.19.0 |
1374 | 2024-01-25T07:07:28.636Z | Compiling byteorder v1.5.0 |
1375 | 2024-01-25T07:07:28.636Z | Compiling parking_lot_core v0.9.8 |
1376 | 2024-01-25T07:07:28.636Z | Compiling ahash v0.8.6 |
1377 | 2024-01-25T07:07:28.636Z | Compiling libm v0.2.7 |
1378 | 2024-01-25T07:07:28.636Z | Compiling lock_api v0.4.10 |
1379 | 2024-01-25T07:07:28.636Z | Compiling num-traits v0.2.16 |
1380 | 2024-01-25T07:07:28.735Z | Compiling serde_json v1.0.111 |
1381 | 2024-01-25T07:07:28.735Z | Compiling typenum v1.16.0 |
1382 | 2024-01-25T07:07:28.735Z | Compiling scopeguard v1.2.0 |
1383 | 2024-01-25T07:07:28.735Z | Compiling thiserror v1.0.49 |
1384 | 2024-01-25T07:07:28.735Z | Compiling generic-array v0.14.7 |
1385 | 2024-01-25T07:07:28.735Z | Compiling memchr v2.6.3 |
1386 | 2024-01-25T07:07:28.736Z | Compiling itoa v1.0.9 |
1387 | 2024-01-25T07:07:28.736Z | Compiling quote v1.0.35 |
1388 | 2024-01-25T07:07:28.736Z | Compiling pkg-config v0.3.27 |
1389 | 2024-01-25T07:07:28.736Z | Compiling cc v1.0.83 |
1390 | 2024-01-25T07:07:28.736Z | Compiling syn v2.0.46 |
1391 | 2024-01-25T07:07:28.736Z | Compiling getrandom v0.2.10 |
1392 | 2024-01-25T07:07:28.736Z | Compiling log v0.4.20 |
1393 | 2024-01-25T07:07:28.736Z | Compiling slab v0.4.9 |
1394 | 2024-01-25T07:07:28.982Z | Compiling allocator-api2 v0.2.16 |
1395 | 2024-01-25T07:07:29.013Z | Compiling ryu v1.0.15 |
1396 | 2024-01-25T07:07:29.105Z | Compiling pin-project-lite v0.2.13 |
1397 | 2024-01-25T07:07:29.305Z | Compiling smallvec v1.11.2 |
1398 | 2024-01-25T07:07:29.458Z | Compiling equivalent v1.0.1 |
1399 | 2024-01-25T07:07:29.672Z | Compiling vcpkg v0.2.15 |
1400 | 2024-01-25T07:07:29.780Z | Compiling heck v0.4.1 |
1401 | 2024-01-25T07:07:30.226Z | Compiling schemars v0.8.16 |
1402 | 2024-01-25T07:07:30.685Z | Compiling parking_lot v0.12.1 |
1403 | 2024-01-25T07:07:30.897Z | Compiling ring v0.17.7 |
1404 | 2024-01-25T07:07:32.350Z | Compiling signal-hook-registry v1.4.1 |
1405 | 2024-01-25T07:07:32.499Z | Compiling openssl-sys v0.9.96 |
1406 | 2024-01-25T07:07:33.860Z | Compiling mio v0.8.9 |
1407 | 2024-01-25T07:07:34.668Z | Compiling rand_core v0.6.4 |
1408 | 2024-01-25T07:07:36.401Z | Compiling ring v0.16.20 |
1409 | 2024-01-25T07:07:37.293Z | Compiling num_cpus v1.16.0 |
1410 | 2024-01-25T07:07:37.316Z | Compiling socket2 v0.5.5 |
1411 | 2024-01-25T07:07:37.559Z | Compiling httparse v1.8.0 |
1412 | 2024-01-25T07:07:37.750Z | Compiling futures-core v0.3.30 |
1413 | 2024-01-25T07:07:38.108Z | Compiling semver v1.0.21 |
1414 | 2024-01-25T07:07:38.256Z | Compiling fnv v1.0.7 |
1415 | 2024-01-25T07:07:38.282Z | Compiling spin v0.5.2 |
1416 | 2024-01-25T07:07:38.420Z | Compiling openssl v0.10.60 |
1417 | 2024-01-25T07:07:38.877Z | Compiling iana-time-zone v0.1.57 |
1418 | 2024-01-25T07:07:39.167Z | Compiling subtle v2.5.0 |
1419 | 2024-01-25T07:07:39.403Z | Compiling serde_derive_internals v0.26.0 |
1420 | 2024-01-25T07:07:39.594Z | Compiling native-tls v0.2.11 |
1421 | 2024-01-25T07:07:40.054Z | Compiling rustls v0.21.9 |
1422 | 2024-01-25T07:07:40.332Z | Compiling crossbeam-utils v0.8.16 |
1423 | 2024-01-25T07:07:40.431Z | Compiling const-oid v0.9.5 |
1424 | 2024-01-25T07:07:40.446Z | Compiling ucd-trie v0.1.6 |
1425 | 2024-01-25T07:07:40.449Z | Compiling unicode-xid v0.2.4 |
1426 | 2024-01-25T07:07:40.739Z | Compiling synstructure v0.12.6 |
1427 | 2024-01-25T07:07:41.140Z | Compiling spin v0.9.8 |
1428 | 2024-01-25T07:07:41.792Z | Compiling futures-sink v0.3.30 |
1429 | 2024-01-25T07:07:41.853Z | Compiling io-lifetimes v1.0.11 |
1430 | 2024-01-25T07:07:42.618Z | Compiling backtrace v0.3.69 |
1431 | 2024-01-25T07:07:43.189Z | Compiling winnow v0.5.15 |
1432 | 2024-01-25T07:07:43.270Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2024-01-25T07:07:43.294Z | Compiling rustix v0.38.30 |
1434 | 2024-01-25T07:07:43.391Z | Compiling dyn-clone v1.0.13 |
1435 | 2024-01-25T07:07:43.522Z | Compiling tinyvec v1.6.0 |
1436 | 2024-01-25T07:07:44.105Z | Compiling futures-channel v0.3.30 |
1437 | 2024-01-25T07:07:44.231Z | Compiling tracing-core v0.1.31 |
1438 | 2024-01-25T07:07:44.645Z | Compiling memoffset v0.9.0 |
1439 | 2024-01-25T07:07:44.743Z | Compiling num-integer v0.1.45 |
1440 | 2024-01-25T07:07:45.062Z | Compiling futures-io v0.3.30 |
1441 | 2024-01-25T07:07:45.149Z | Compiling rustix v0.37.23 |
1442 | 2024-01-25T07:07:45.866Z | Compiling futures-task v0.3.30 |
1443 | 2024-01-25T07:07:45.967Z | Compiling pin-utils v0.1.0 |
1444 | 2024-01-25T07:07:46.342Z | Compiling unicode-normalization v0.1.22 |
1445 | 2024-01-25T07:07:47.227Z | Compiling usdt-impl v0.3.5 |
1446 | 2024-01-25T07:07:47.941Z | Compiling bitflags v1.3.2 |
1447 | 2024-01-25T07:07:48.205Z | Compiling crc32fast v1.3.2 |
1448 | 2024-01-25T07:07:48.387Z | Compiling slog v2.7.0 |
1449 | 2024-01-25T07:07:48.433Z | Compiling unicode-bidi v0.3.13 |
1450 | 2024-01-25T07:07:48.526Z | Compiling serde_derive v1.0.195 |
1451 | 2024-01-25T07:07:48.781Z | Compiling zerocopy-derive v0.7.31 |
1452 | 2024-01-25T07:07:49.056Z | Compiling zeroize_derive v1.4.2 |
1453 | 2024-01-25T07:07:49.207Z | Compiling thiserror-impl v1.0.49 |
1454 | 2024-01-25T07:07:49.264Z | Compiling tokio-macros v2.2.0 |
1455 | 2024-01-25T07:07:49.675Z | Compiling futures-macro v0.3.30 |
1456 | 2024-01-25T07:07:50.504Z | Compiling tracing-attributes v0.1.26 |
1457 | 2024-01-25T07:07:51.527Z | Compiling zeroize v1.7.0 |
1458 | 2024-01-25T07:07:51.633Z | Compiling schemars_derive v0.8.16 |
1459 | 2024-01-25T07:07:52.054Z | Compiling zerocopy v0.7.31 |
1460 | 2024-01-25T07:07:55.698Z | Compiling hashbrown v0.14.2 |
1461 | 2024-01-25T07:07:55.731Z | Compiling openssl-macros v0.1.1 |
1462 | 2024-01-25T07:07:56.109Z | Compiling pest v2.7.2 |
1463 | 2024-01-25T07:07:56.414Z | Compiling zerocopy-derive v0.2.0 |
1464 | 2024-01-25T07:07:56.582Z | Compiling crypto-common v0.1.6 |
1465 | 2024-01-25T07:07:56.772Z | Compiling der_derive v0.7.2 |
1466 | 2024-01-25T07:07:56.873Z | Compiling tracing v0.1.37 |
1467 | 2024-01-25T07:07:57.765Z | Compiling hashbrown v0.13.2 |
1468 | 2024-01-25T07:07:58.161Z | Compiling block-buffer v0.10.4 |
1469 | 2024-01-25T07:07:58.254Z | Compiling futures-util v0.3.30 |
1470 | 2024-01-25T07:07:59.215Z | Compiling anyhow v1.0.75 |
1471 | 2024-01-25T07:07:59.618Z | Compiling time-core v0.1.1 |
1472 | 2024-01-25T07:07:59.876Z | Compiling time-macros v0.2.13 |
1473 | 2024-01-25T07:07:59.901Z | Compiling digest v0.10.7 |
1474 | 2024-01-25T07:08:00.594Z | Compiling pest_meta v2.7.2 |
1475 | 2024-01-25T07:08:03.985Z | Compiling pest_generator v2.7.2 |
1476 | 2024-01-25T07:08:04.986Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1477 | 2024-01-25T07:08:05.664Z | Compiling aho-corasick v1.0.4 |
1478 | 2024-01-25T07:08:06.356Z | Compiling crossbeam-epoch v0.9.15 |
1479 | 2024-01-25T07:08:06.932Z | Compiling signal-hook v0.3.17 |
1480 | 2024-01-25T07:08:06.954Z | Compiling untrusted v0.9.0 |
1481 | 2024-01-25T07:08:07.115Z | Compiling pest_derive v2.7.2 |
1482 | 2024-01-25T07:08:07.214Z | Compiling async-trait v0.1.77 |
1483 | 2024-01-25T07:08:07.332Z | Compiling regex-syntax v0.8.2 |
1484 | 2024-01-25T07:08:07.859Z | Compiling ppv-lite86 v0.2.17 |
1485 | 2024-01-25T07:08:08.203Z | Compiling rustversion v1.0.14 |
1486 | 2024-01-25T07:08:09.186Z | Compiling rand_chacha v0.3.1 |
1487 | 2024-01-25T07:08:09.454Z | Compiling zerocopy v0.3.0 |
1488 | 2024-01-25T07:08:10.940Z | Compiling bytes v1.5.0 |
1489 | 2024-01-25T07:08:11.267Z | Compiling indexmap v2.1.0 |
1490 | 2024-01-25T07:08:12.864Z | Compiling uuid v1.7.0 |
1491 | 2024-01-25T07:08:13.347Z | Compiling tokio v1.35.1 |
1492 | 2024-01-25T07:08:14.039Z | Compiling chrono v0.4.31 |
1493 | 2024-01-25T07:08:14.744Z | Compiling bitflags v2.4.0 |
1494 | 2024-01-25T07:08:18.180Z | Compiling serde_spanned v0.6.4 |
1495 | 2024-01-25T07:08:18.498Z | Compiling toml_datetime v0.6.5 |
1496 | 2024-01-25T07:08:19.889Z | Compiling rustc_version v0.4.0 |
1497 | 2024-01-25T07:08:20.240Z | Compiling toml_edit v0.19.15 |
1498 | 2024-01-25T07:08:20.905Z | Compiling http v0.2.11 |
1499 | 2024-01-25T07:08:22.461Z | Compiling heapless v0.7.16 |
1500 | 2024-01-25T07:08:23.662Z | Compiling regex-automata v0.4.4 |
1501 | 2024-01-25T07:08:24.352Z | Compiling errno v0.3.8 |
1502 | 2024-01-25T07:08:24.666Z | Compiling strsim v0.10.0 |
1503 | 2024-01-25T07:08:30.460Z | Compiling regex v1.10.3 |
1504 | 2024-01-25T07:08:31.833Z | Compiling tokio-util v0.7.10 |
1505 | 2024-01-25T07:08:32.156Z | Compiling dof v0.1.5 |
1506 | 2024-01-25T07:08:32.807Z | Compiling rand v0.8.5 |
1507 | 2024-01-25T07:08:34.181Z | Compiling dtrace-parser v0.1.14 |
1508 | 2024-01-25T07:08:35.957Z | Compiling thread-id v4.2.0 |
1509 | 2024-01-25T07:08:36.329Z | Compiling num-bigint v0.4.4 |
1510 | 2024-01-25T07:08:36.897Z | Compiling percent-encoding v2.3.1 |
1511 | 2024-01-25T07:08:36.985Z | Compiling foreign-types-shared v0.1.1 |
1512 | 2024-01-25T07:08:37.391Z | Compiling untrusted v0.7.1 |
1513 | 2024-01-25T07:08:37.442Z | Compiling base64ct v1.6.0 |
1514 | 2024-01-25T07:08:37.674Z | Compiling camino v1.1.6 |
1515 | 2024-01-25T07:08:38.172Z | Compiling smoltcp v0.9.1 |
1516 | 2024-01-25T07:08:38.172Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1517 | 2024-01-25T07:08:38.335Z | Compiling pem-rfc7468 v0.7.0 |
1518 | 2024-01-25T07:08:38.725Z | Compiling foreign-types v0.3.2 |
1519 | 2024-01-25T07:08:39.408Z | Compiling strum_macros v0.25.2 |
1520 | 2024-01-25T07:08:41.373Z | Compiling serde_tokenstream v0.1.7 |
1521 | 2024-01-25T07:08:43.632Z | Compiling hmac v0.12.1 |
1522 | 2024-01-25T07:08:44.271Z | Compiling lazy_static v1.4.0 |
1523 | 2024-01-25T07:08:44.417Z | Compiling socket2 v0.4.9 |
1524 | 2024-01-25T07:08:44.491Z | Compiling adler v1.0.2 |
1525 | 2024-01-25T07:08:44.528Z | Compiling try-lock v0.2.4 |
1526 | 2024-01-25T07:08:44.732Z | Compiling base64 v0.21.7 |
1527 | 2024-01-25T07:08:44.760Z | Compiling unicode-width v0.1.11 |
1528 | 2024-01-25T07:08:45.013Z | Compiling flagset v0.4.3 |
1529 | 2024-01-25T07:08:45.308Z | Compiling unicode-segmentation v1.10.1 |
1530 | 2024-01-25T07:08:45.420Z | Compiling siphasher v0.3.11 |
1531 | 2024-01-25T07:08:46.027Z | Compiling miniz_oxide v0.7.1 |
1532 | 2024-01-25T07:08:46.066Z | Compiling der v0.7.8 |
1533 | 2024-01-25T07:08:46.093Z | Compiling want v0.3.1 |
1534 | 2024-01-25T07:08:47.189Z | Compiling sct v0.7.0 |
1535 | 2024-01-25T07:08:47.558Z | Compiling rustls-webpki v0.101.7 |
1536 | 2024-01-25T07:08:48.183Z | Compiling form_urlencoded v1.2.1 |
1537 | 2024-01-25T07:08:48.408Z | Compiling h2 v0.3.24 |
1538 | 2024-01-25T07:08:48.615Z | Compiling http-body v0.4.5 |
1539 | 2024-01-25T07:08:49.360Z | Compiling hubpack_derive v0.1.1 |
1540 | 2024-01-25T07:08:50.395Z | Compiling zerocopy-derive v0.6.4 |
1541 | 2024-01-25T07:08:51.674Z | Compiling num-iter v0.1.43 |
1542 | 2024-01-25T07:08:52.104Z | Compiling anstyle v1.0.2 |
1543 | 2024-01-25T07:08:52.403Z | Compiling cpufeatures v0.2.12 |
1544 | 2024-01-25T07:08:52.791Z | Compiling utf8parse v0.2.1 |
1545 | 2024-01-25T07:08:53.044Z | Compiling stable_deref_trait v1.2.0 |
1546 | 2024-01-25T07:08:53.334Z | Compiling httpdate v1.0.3 |
1547 | 2024-01-25T07:08:53.337Z | Compiling tower-service v0.3.2 |
1548 | 2024-01-25T07:08:53.499Z | Compiling openssl-probe v0.1.5 |
1549 | 2024-01-25T07:08:53.655Z | Compiling anstyle-parse v0.2.1 |
1550 | 2024-01-25T07:08:53.956Z | Compiling sha2 v0.10.8 |
1551 | 2024-01-25T07:08:55.541Z | Compiling spki v0.7.2 |
1552 | 2024-01-25T07:08:57.407Z | Compiling usdt-attr-macro v0.3.5 |
1553 | 2024-01-25T07:08:57.779Z | Compiling usdt-macro v0.3.5 |
1554 | 2024-01-25T07:09:00.334Z | Compiling hyper v0.14.27 |
1555 | 2024-01-25T07:09:00.605Z | Compiling openapiv3 v2.0.0 |
1556 | 2024-01-25T07:09:01.986Z | Compiling md-5 v0.10.5 |
1557 | 2024-01-25T07:09:02.331Z | Compiling stringprep v0.1.3 |
1558 | 2024-01-25T07:09:02.986Z | Compiling idna v0.5.0 |
1559 | 2024-01-25T07:09:03.958Z | Compiling diesel_table_macro_syntax v0.1.0 |
1560 | 2024-01-25T07:09:04.512Z | Compiling hash32 v0.2.1 |
1561 | 2024-01-25T07:09:04.992Z | Compiling anstyle-query v1.0.0 |
1562 | 2024-01-25T07:09:05.182Z | Compiling gimli v0.28.0 |
1563 | 2024-01-25T07:09:05.441Z | Compiling colorchoice v1.0.0 |
1564 | 2024-01-25T07:09:05.663Z | Compiling fallible-iterator v0.2.0 |
1565 | 2024-01-25T07:09:06.830Z | Compiling postgres-protocol v0.6.6 |
1566 | 2024-01-25T07:09:09.926Z | Compiling anstream v0.5.0 |
1567 | 2024-01-25T07:09:09.949Z | Compiling url v2.5.0 |
1568 | 2024-01-25T07:09:10.705Z | Compiling diesel_derives v2.1.2 |
1569 | 2024-01-25T07:09:13.205Z | Compiling addr2line v0.21.0 |
1570 | 2024-01-25T07:09:15.109Z | Compiling tokio-rustls v0.24.1 |
1571 | 2024-01-25T07:09:16.014Z | Compiling tokio-native-tls v0.3.1 |
1572 | 2024-01-25T07:09:16.400Z | Compiling terminal_size v0.2.6 |
1573 | 2024-01-25T07:09:16.605Z | Compiling pkcs8 v0.10.2 |
1574 | 2024-01-25T07:09:17.419Z | Compiling phf_shared v0.11.2 |
1575 | 2024-01-25T07:09:19.125Z | Compiling serde_tokenstream v0.2.0 |
1576 | 2024-01-25T07:09:19.717Z | Compiling block-padding v0.3.3 |
1577 | 2024-01-25T07:09:19.907Z | Compiling enum-as-inner v0.5.1 |
1578 | 2024-01-25T07:10:01.539Z | Compiling serde_repr v0.1.16 |
1579 | 2024-01-25T07:10:01.539Z | Compiling clap_derive v4.4.2 |
1580 | 2024-01-25T07:10:01.539Z | Compiling ff v0.13.0 |
1581 | 2024-01-25T07:10:01.539Z | Compiling scheduled-thread-pool v0.2.7 |
1582 | 2024-01-25T07:10:01.539Z | Compiling object v0.32.1 |
1583 | 2024-01-25T07:10:01.676Z | Compiling rustc-demangle v0.1.23 |
1584 | 2024-01-25T07:10:01.676Z | Compiling bit-vec v0.6.3 |
1585 | 2024-01-25T07:10:01.677Z | Compiling clap_lex v0.5.1 |
1586 | 2024-01-25T07:10:01.677Z | Compiling num_threads v0.1.6 |
1587 | 2024-01-25T07:10:01.677Z | Compiling managed v0.8.0 |
1588 | 2024-01-25T07:10:01.677Z | Compiling matches v0.1.10 |
1589 | 2024-01-25T07:10:01.677Z | Compiling regex-automata v0.1.10 |
1590 | 2024-01-25T07:10:01.677Z | Compiling deranged v0.3.8 |
1591 | 2024-01-25T07:10:01.677Z | Compiling base16ct v0.2.0 |
1592 | 2024-01-25T07:10:01.677Z | Compiling ipnet v2.9.0 |
1593 | 2024-01-25T07:10:01.677Z | Compiling sec1 v0.7.3 |
1594 | 2024-01-25T07:10:01.677Z | Compiling time v0.3.27 |
1595 | 2024-01-25T07:10:01.677Z | Compiling bstr v0.2.17 |
1596 | 2024-01-25T07:10:02.106Z | Compiling idna v0.2.3 |
1597 | 2024-01-25T07:10:02.106Z | Compiling clap_builder v4.4.2 |
1598 | 2024-01-25T07:10:02.106Z | Compiling r2d2 v0.8.10 |
1599 | 2024-01-25T07:10:02.106Z | Compiling group v0.13.0 |
1600 | 2024-01-25T07:10:02.106Z | Compiling inout v0.1.3 |
1601 | 2024-01-25T07:10:02.106Z | Compiling phf v0.11.2 |
1602 | 2024-01-25T07:10:02.106Z | Compiling hyper-tls v0.5.0 |
1603 | 2024-01-25T07:10:02.106Z | Compiling signal-hook-mio v0.2.3 |
1604 | 2024-01-25T07:10:02.106Z | Compiling hyper-rustls v0.24.2 |
1605 | 2024-01-25T07:10:02.106Z | Compiling bzip2 v0.4.4 |
1606 | 2024-01-25T07:10:02.106Z | Compiling flate2 v1.0.28 |
1607 | 2024-01-25T07:10:02.106Z | Compiling postgres-types v0.2.6 |
1608 | 2024-01-25T07:10:02.106Z | Compiling zerocopy v0.6.4 |
1609 | 2024-01-25T07:10:02.106Z | Compiling hubpack v0.1.2 |
1610 | 2024-01-25T07:10:02.107Z | Compiling serde_urlencoded v0.7.1 |
1611 | 2024-01-25T07:10:02.107Z | Compiling phf_shared v0.10.0 |
1612 | 2024-01-25T07:10:02.107Z | Compiling rustls-pemfile v1.0.3 |
1613 | 2024-01-25T07:10:02.107Z | Compiling hkdf v0.12.4 |
1614 | 2024-01-25T07:10:02.107Z | Compiling ipnetwork v0.20.0 |
1615 | 2024-01-25T07:10:02.108Z | Compiling futures-executor v0.3.30 |
1616 | 2024-01-25T07:10:02.108Z | Compiling regress v0.7.1 |
1617 | 2024-01-25T07:10:02.108Z | Compiling crypto-bigint v0.5.2 |
1618 | 2024-01-25T07:10:02.108Z | Compiling float-cmp v0.9.0 |
1619 | 2024-01-25T07:10:02.108Z | Compiling encoding_rs v0.8.33 |
1620 | 2024-01-25T07:10:02.108Z | Compiling normalize-line-endings v0.3.0 |
1621 | 2024-01-25T07:10:02.108Z | Compiling static_assertions v1.1.0 |
1622 | 2024-01-25T07:10:02.108Z | Compiling either v1.9.0 |
1623 | 2024-01-25T07:10:02.108Z | Compiling data-encoding v2.4.0 |
1624 | 2024-01-25T07:10:02.108Z | Compiling predicates-core v1.0.6 |
1625 | 2024-01-25T07:10:02.108Z | Compiling mime v0.3.17 |
1626 | 2024-01-25T07:10:02.108Z | Compiling webpki-roots v0.25.2 |
1627 | 2024-01-25T07:10:02.108Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-01-25T07:10:02.108Z | Compiling precomputed-hash v0.1.1 |
1629 | 2024-01-25T07:10:02.108Z | Compiling difflib v0.4.0 |
1630 | 2024-01-25T07:10:02.108Z | Compiling regex-automata v0.3.8 |
1631 | 2024-01-25T07:10:02.108Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2024-01-25T07:10:02.108Z | Compiling fixedbitset v0.4.2 |
1633 | 2024-01-25T07:10:02.109Z | Compiling whoami v1.4.1 |
1634 | 2024-01-25T07:10:02.109Z | Compiling bstr v1.6.0 |
1635 | 2024-01-25T07:10:02.109Z | Compiling tokio-postgres v0.7.10 |
1636 | 2024-01-25T07:10:02.110Z | Compiling petgraph v0.6.4 |
1637 | 2024-01-25T07:10:07.180Z | Compiling string_cache v0.8.7 |
1638 | 2024-01-25T07:10:07.428Z | Compiling predicates v3.1.0 |
1639 | 2024-01-25T07:10:08.983Z | Compiling reqwest v0.11.22 |
1640 | 2024-01-25T07:10:09.493Z | Compiling nom v7.1.3 |
1641 | 2024-01-25T07:10:09.811Z | Compiling trust-dns-proto v0.22.0 |
1642 | 2024-01-25T07:10:10.776Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1643 | 2024-01-25T07:10:15.777Z | Compiling itertools v0.10.5 |
1644 | 2024-01-25T07:10:20.406Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1645 | 2024-01-25T07:10:22.354Z | Compiling elliptic-curve v0.13.8 |
1646 | 2024-01-25T07:10:28.323Z | Compiling futures v0.3.30 |
1647 | 2024-01-25T07:10:28.486Z | Compiling diesel v2.1.4 |
1648 | 2024-01-25T07:10:28.915Z | Compiling yasna v0.5.2 |
1649 | 2024-01-25T07:10:29.834Z | Compiling zip v0.6.6 |
1650 | 2024-01-25T07:10:29.934Z | Compiling clap v4.4.3 |
1651 | 2024-01-25T07:10:30.098Z | Compiling crossterm v0.27.0 |
1652 | 2024-01-25T07:10:30.217Z | Compiling cipher v0.4.4 |
1653 | 2024-01-25T07:10:30.951Z | Compiling similar v2.3.0 |
1654 | 2024-01-25T07:10:31.404Z | Compiling bit-set v0.5.3 |
1655 | 2024-01-25T07:10:31.655Z | Compiling usdt v0.3.5 |
1656 | 2024-01-25T07:10:31.888Z | Compiling console v0.15.8 |
1657 | 2024-01-25T07:10:32.796Z | Compiling tokio-stream v0.1.14 |
1658 | 2024-01-25T07:10:34.119Z | Compiling toml v0.7.8 |
1659 | 2024-01-25T07:10:34.312Z | Compiling toml_edit v0.21.0 |
1660 | 2024-01-25T07:10:34.335Z | Compiling hex v0.4.3 |
1661 | 2024-01-25T07:10:36.155Z | Compiling proc-macro-error-attr v1.0.4 |
1662 | 2024-01-25T07:10:37.380Z | Compiling lalrpop-util v0.19.12 |
1663 | 2024-01-25T07:10:40.535Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1664 | 2024-01-25T07:10:45.427Z | Compiling proc-macro-crate v1.3.1 |
1665 | 2024-01-25T07:10:47.092Z | Compiling proc-macro-error v1.0.4 |
1666 | 2024-01-25T07:10:47.534Z | Compiling heapless v0.8.0 |
1667 | 2024-01-25T07:10:52.099Z | Compiling num_enum_derive v0.5.11 |
1668 | 2024-01-25T07:11:02.244Z | Compiling atty v0.2.14 |
1669 | 2024-01-25T07:11:03.662Z | Compiling hash32 v0.3.1 |
1670 | 2024-01-25T07:11:05.203Z | Compiling smoltcp v0.11.0 |
1671 | 2024-01-25T07:11:06.079Z | Compiling rustls-pki-types v1.1.0 |
1672 | 2024-01-25T07:11:08.259Z | Compiling ident_case v1.0.1 |
1673 | 2024-01-25T07:11:08.714Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1674 | 2024-01-25T07:11:10.295Z | Compiling darling_core v0.20.3 |
1675 | 2024-01-25T07:11:19.243Z | Compiling num_enum v0.5.11 |
1676 | 2024-01-25T07:11:36.648Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1677 | 2024-01-25T07:11:37.059Z | Compiling dirs-sys-next v0.1.2 |
1678 | 2024-01-25T07:11:38.925Z | Compiling cobs v0.2.3 |
1679 | 2024-01-25T07:11:39.241Z | Compiling embedded-io v0.4.0 |
1680 | 2024-01-25T07:11:39.558Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1681 | 2024-01-25T07:11:39.739Z | Compiling rustls v0.22.2 |
1682 | 2024-01-25T07:11:50.431Z | Compiling postcard v1.0.8 |
1683 | 2024-01-25T07:11:52.045Z | Compiling dirs-next v2.0.0 |
1684 | 2024-01-25T07:12:15.305Z | Compiling darling_macro v0.20.3 |
1685 | 2024-01-25T07:12:15.305Z | Compiling rustls-webpki v0.102.1 |
1686 | 2024-01-25T07:12:20.593Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1687 | 2024-01-25T07:12:23.150Z | Compiling getopts v0.2.21 |
1688 | 2024-01-25T07:12:24.597Z | Compiling structmeta-derive v0.2.0 |
1689 | 2024-01-25T07:12:26.033Z | Compiling foreign-types-macros v0.2.3 |
1690 | 2024-01-25T07:12:27.979Z | Compiling thread_local v1.1.7 |
1691 | 2024-01-25T07:12:28.006Z | Compiling multer v3.0.0 |
1692 | 2024-01-25T07:12:28.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1693 | 2024-01-25T07:12:28.945Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2024-01-25T07:12:29.125Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1695 | 2024-01-25T07:12:29.745Z | Compiling match_cfg v0.1.0 |
1696 | 2024-01-25T07:12:29.749Z | Compiling unsafe-libyaml v0.2.10 |
1697 | 2024-01-25T07:12:30.483Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1698 | 2024-01-25T07:12:30.580Z | Compiling slog-async v2.8.0 |
1699 | 2024-01-25T07:12:30.619Z | Compiling paste v1.0.14 |
1700 | 2024-01-25T07:12:32.413Z | Compiling serde_yaml v0.9.25 |
1701 | 2024-01-25T07:12:42.433Z | Compiling hostname v0.3.1 |
1702 | 2024-01-25T07:12:42.800Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1703 | 2024-01-25T07:12:45.728Z | Compiling foreign-types v0.5.0 |
1704 | 2024-01-25T07:12:45.847Z | Compiling structmeta v0.2.0 |
1705 | 2024-01-25T07:12:47.818Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1706 | 2024-01-25T07:13:04.535Z | Compiling darling v0.20.3 |
1707 | 2024-01-25T07:13:04.615Z | Compiling term v0.7.0 |
1708 | 2024-01-25T07:13:04.624Z | Compiling slog-json v2.6.1 |
1709 | 2024-01-25T07:13:04.624Z | Compiling is-terminal v0.4.9 |
1710 | 2024-01-25T07:13:04.624Z | Compiling crossbeam-channel v0.5.8 |
1711 | 2024-01-25T07:13:04.624Z | Compiling strum v0.25.0 |
1712 | 2024-01-25T07:13:04.625Z | Compiling http v1.0.0 |
1713 | 2024-01-25T07:13:04.950Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2024-01-25T07:13:06.129Z | Compiling async-stream-impl v0.3.5 |
1715 | 2024-01-25T07:13:06.209Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1716 | 2024-01-25T07:13:06.931Z | Compiling cstr-argument v0.1.2 |
1717 | 2024-01-25T07:13:07.324Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1718 | 2024-01-25T07:13:07.486Z | Compiling atomic-waker v1.1.1 |
1719 | 2024-01-25T07:13:07.730Z | Compiling regex-syntax v0.7.5 |
1720 | 2024-01-25T07:13:07.756Z | Compiling pretty-hex v0.2.1 |
1721 | 2024-01-25T07:13:08.085Z | Compiling fastrand v2.0.0 |
1722 | 2024-01-25T07:13:08.103Z | Compiling take_mut v0.2.2 |
1723 | 2024-01-25T07:13:08.889Z | Compiling crucible-workspace-hack v0.1.0 |
1724 | 2024-01-25T07:13:09.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1725 | 2024-01-25T07:13:09.430Z | Compiling tempfile v3.9.0 |
1726 | 2024-01-25T07:13:12.655Z | Compiling async-stream v0.3.5 |
1727 | 2024-01-25T07:13:13.095Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1728 | 2024-01-25T07:13:13.225Z | Compiling waitgroup v0.1.2 |
1729 | 2024-01-25T07:13:13.935Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2024-01-25T07:13:15.369Z | Compiling colored v2.0.4 |
1731 | 2024-01-25T07:13:15.870Z | Compiling slog-bunyan v2.5.0 |
1732 | 2024-01-25T07:13:16.420Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2024-01-25T07:13:17.647Z | Compiling slog-term v2.9.0 |
1734 | 2024-01-25T07:13:18.049Z | Compiling parse-display-derive v0.8.2 |
1735 | 2024-01-25T07:13:19.178Z | Compiling tokio-rustls v0.25.0 |
1736 | 2024-01-25T07:13:19.904Z | Compiling serde_with_macros v3.5.1 |
1737 | 2024-01-25T07:13:23.313Z | Compiling toml v0.8.8 |
1738 | 2024-01-25T07:13:24.170Z | Compiling rustls-pemfile v2.0.0 |
1739 | 2024-01-25T07:13:24.321Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1740 | 2024-01-25T07:13:24.359Z | Compiling sha1 v0.10.6 |
1741 | 2024-01-25T07:13:25.332Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1742 | 2024-01-25T07:13:25.887Z | Compiling textwrap v0.11.0 |
1743 | 2024-01-25T07:13:26.750Z | Compiling heck v0.3.3 |
1744 | 2024-01-25T07:13:27.296Z | Compiling serde_path_to_error v0.1.15 |
1745 | 2024-01-25T07:13:27.649Z | Compiling instant v0.1.12 |
1746 | 2024-01-25T07:13:28.859Z | Compiling libefi-sys v0.1.0 |
1747 | 2024-01-25T07:13:28.900Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1748 | 2024-01-25T07:13:28.913Z | Compiling ansi_term v0.12.1 |
1749 | 2024-01-25T07:13:28.967Z | Compiling rayon-core v1.12.0 |
1750 | 2024-01-25T07:13:29.025Z | Compiling debug-ignore v1.0.5 |
1751 | 2024-01-25T07:13:29.246Z | Compiling vec_map v0.8.2 |
1752 | 2024-01-25T07:13:29.399Z | Compiling strsim v0.8.0 |
1753 | 2024-01-25T07:13:29.825Z | Compiling clap v2.34.0 |
1754 | 2024-01-25T07:13:31.657Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1755 | 2024-01-25T07:13:32.383Z | Compiling backoff v0.4.0 |
1756 | 2024-01-25T07:13:32.925Z | Compiling structopt-derive v0.4.18 |
1757 | 2024-01-25T07:13:36.421Z | Compiling serde_with v3.5.1 |
1758 | 2024-01-25T07:13:37.417Z | Compiling parse-display v0.8.2 |
1759 | 2024-01-25T07:13:37.744Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2024-01-25T07:13:42.179Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1761 | 2024-01-25T07:13:42.642Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1762 | 2024-01-25T07:13:43.401Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1763 | 2024-01-25T07:13:43.651Z | Compiling zone_cfg_derive v0.3.0 |
1764 | 2024-01-25T07:13:44.041Z | Compiling crossbeam-deque v0.8.3 |
1765 | 2024-01-25T07:13:44.238Z | Compiling macaddr v1.0.1 |
1766 | 2024-01-25T07:13:44.675Z | Compiling num-derive v0.4.0 |
1767 | 2024-01-25T07:13:45.826Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1768 | 2024-01-25T07:13:45.837Z | Compiling portable-atomic v1.4.3 |
1769 | 2024-01-25T07:13:46.119Z | Compiling zone v0.3.0 |
1770 | 2024-01-25T07:13:48.289Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1771 | 2024-01-25T07:13:51.230Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1772 | 2024-01-25T07:13:52.080Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1773 | 2024-01-25T07:13:52.133Z | Compiling structopt v0.3.26 |
1774 | 2024-01-25T07:13:53.221Z | Compiling camino-tempfile v1.1.1 |
1775 | 2024-01-25T07:13:53.849Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1776 | 2024-01-25T07:13:54.488Z | Compiling smf v0.2.2 |
1777 | 2024-01-25T07:13:55.150Z | Compiling xattr v1.0.1 |
1778 | 2024-01-25T07:13:55.582Z | Compiling filetime v0.2.23 |
1779 | 2024-01-25T07:13:55.752Z | Compiling same-file v1.0.6 |
1780 | 2024-01-25T07:13:56.132Z | Compiling walkdir v2.4.0 |
1781 | 2024-01-25T07:13:56.223Z | Compiling tar v0.4.40 |
1782 | 2024-01-25T07:13:59.030Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1783 | 2024-01-25T07:13:59.090Z | Compiling rayon v1.8.0 |
1784 | 2024-01-25T07:13:59.675Z | Compiling number_prefix v0.4.0 |
1785 | 2024-01-25T07:14:00.042Z | Compiling topological-sort v0.2.2 |
1786 | 2024-01-25T07:14:00.455Z | Compiling omicron-zone-package v0.10.1 |
1787 | 2024-01-25T07:14:02.588Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1788 | 2024-01-25T07:14:05.884Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1789 | 2024-01-25T07:14:08.078Z | Compiling indicatif v0.17.7 |
1790 | 2024-01-25T07:14:10.807Z | Compiling swrite v0.1.0 |
1791 | 2024-01-25T07:14:18.960Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1792 | 2024-01-25T07:14:22.541Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-01-25T07:14:24.100Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1794 | 2024-01-25T07:14:51.739Z | Finished release [optimized] target(s) in 8m 01s |
1795 | 2024-01-25T07:14:52.025Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1796 | 2024-01-25T07:14:52.095Z | Created new build target 'test' and set it as active |
1797 | 2024-01-25T07:14:52.099Z | |
1798 | 2024-01-25T07:14:52.099Z | real 8:02.403975634 |
1799 | 2024-01-25T07:14:52.099Z | user 53:01.691065819 |
1800 | 2024-01-25T07:14:52.099Z | sys 4:34.201388856 |
1801 | 2024-01-25T07:14:52.099Z | trap 2.039231380 |
1802 | 2024-01-25T07:14:52.099Z | tflt 6.065694487 |
1803 | 2024-01-25T07:14:52.099Z | dflt 8.422168506 |
1804 | 2024-01-25T07:14:52.099Z | kflt 0.023460849 |
1805 | 2024-01-25T07:14:52.099Z | lock 1:56:24.004343854 |
1806 | 2024-01-25T07:14:52.100Z | slp 2:31:10.335076878 |
1807 | 2024-01-25T07:14:52.100Z | lat 2:29.921499699 |
1808 | 2024-01-25T07:14:52.100Z | stop 3:36.566405474 |
1809 | 2024-01-25T07:14:52.100Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1810 | 2024-01-25T07:14:53.668Z | Finished release [optimized] target(s) in 1.07s |
1811 | 2024-01-25T07:14:53.673Z | Running `target/release/omicron-package -t test package` |
1812 | 2024-01-25T07:14:53.673Z | Jan 25 07:14:52.815 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1813 | 2024-01-25T07:14:54.537Z | Compiling linked-hash-map v0.5.6 |
1814 | 2024-01-25T07:14:54.541Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1815 | 2024-01-25T07:14:54.542Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1816 | 2024-01-25T07:14:54.542Z | Compiling password-hash v0.5.0 |
1817 | 2024-01-25T07:14:54.542Z | Compiling blake2 v0.10.6 |
1818 | 2024-01-25T07:14:54.549Z | Compiling semver v0.1.20 |
1819 | 2024-01-25T07:14:54.549Z | Compiling same-file v1.0.6 |
1820 | 2024-01-25T07:14:54.588Z | Compiling quick-error v1.2.3 |
1821 | 2024-01-25T07:14:55.003Z | Compiling resolv-conf v0.7.0 |
1822 | 2024-01-25T07:14:55.003Z | Compiling walkdir v2.4.0 |
1823 | 2024-01-25T07:14:55.121Z | Compiling lru-cache v0.1.2 |
1824 | 2024-01-25T07:14:55.422Z | Compiling argon2 v0.5.3 |
1825 | 2024-01-25T07:14:55.458Z | Compiling rustc_version v0.1.7 |
1826 | 2024-01-25T07:14:55.956Z | Compiling itertools v0.12.0 |
1827 | 2024-01-25T07:14:56.040Z | Compiling newtype_derive v0.1.6 |
1828 | 2024-01-25T07:14:56.456Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1829 | 2024-01-25T07:14:56.807Z | Compiling semver-parser v0.10.2 |
1830 | 2024-01-25T07:14:57.434Z | Compiling slog-dtrace v0.2.3 |
1831 | 2024-01-25T07:14:57.906Z | Compiling fastrand v2.0.0 |
1832 | 2024-01-25T07:14:58.004Z | Compiling semver v0.11.0 |
1833 | 2024-01-25T07:14:59.472Z | Compiling tempfile v3.9.0 |
1834 | 2024-01-25T07:14:59.473Z | Compiling trust-dns-resolver v0.22.0 |
1835 | 2024-01-25T07:15:08.536Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1836 | 2024-01-25T07:15:08.536Z | Compiling nibble_vec v0.1.0 |
1837 | 2024-01-25T07:15:08.536Z | Compiling xattr v1.0.1 |
1838 | 2024-01-25T07:15:08.536Z | Compiling filetime v0.2.23 |
1839 | 2024-01-25T07:15:08.536Z | Compiling home v0.5.5 |
1840 | 2024-01-25T07:15:08.536Z | Compiling endian-type v0.1.2 |
1841 | 2024-01-25T07:15:08.536Z | Compiling toolchain_find v0.2.0 |
1842 | 2024-01-25T07:15:08.537Z | Compiling tar v0.4.40 |
1843 | 2024-01-25T07:15:08.537Z | Compiling radix_trie v0.2.1 |
1844 | 2024-01-25T07:15:08.538Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1845 | 2024-01-25T07:15:08.538Z | Compiling toml v0.5.11 |
1846 | 2024-01-25T07:15:08.538Z | Compiling radium v0.7.0 |
1847 | 2024-01-25T07:15:08.538Z | Compiling topological-sort v0.2.2 |
1848 | 2024-01-25T07:15:08.538Z | Compiling omicron-zone-package v0.10.1 |
1849 | 2024-01-25T07:15:08.539Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1850 | 2024-01-25T07:15:08.539Z | Compiling steno v0.4.0 |
1851 | 2024-01-25T07:15:08.539Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1852 | 2024-01-25T07:15:08.539Z | Compiling toml v0.8.8 |
1853 | 2024-01-25T07:15:08.640Z | Compiling rustfmt-wrapper v0.2.0 |
1854 | 2024-01-25T07:15:08.640Z | Compiling num-rational v0.4.1 |
1855 | 2024-01-25T07:15:08.640Z | Compiling maybe-uninit v2.0.0 |
1856 | 2024-01-25T07:15:08.640Z | Compiling cancel-safe-futures v0.1.5 |
1857 | 2024-01-25T07:15:08.641Z | Compiling tap v1.0.1 |
1858 | 2024-01-25T07:15:08.641Z | Compiling wyz v0.5.1 |
1859 | 2024-01-25T07:15:08.641Z | Compiling crc-catalog v2.2.0 |
1860 | 2024-01-25T07:15:08.641Z | Compiling packed_struct v0.10.1 |
1861 | 2024-01-25T07:15:08.641Z | Compiling num-bigint-dig v0.8.4 |
1862 | 2024-01-25T07:15:08.659Z | Compiling funty v2.0.0 |
1863 | 2024-01-25T07:15:08.705Z | Compiling crc v3.0.1 |
1864 | 2024-01-25T07:15:09.876Z | Compiling num-complex v0.4.4 |
1865 | 2024-01-25T07:15:10.266Z | Compiling fxhash v0.2.1 |
1866 | 2024-01-25T07:15:10.606Z | Compiling bitvec v1.0.1 |
1867 | 2024-01-25T07:15:11.995Z | Compiling packed_struct_codegen v0.10.1 |
1868 | 2024-01-25T07:15:13.312Z | Compiling indexmap v1.9.3 |
1869 | 2024-01-25T07:15:13.526Z | Compiling nodrop v0.1.14 |
1870 | 2024-01-25T07:15:13.689Z | Compiling utf-8 v0.7.6 |
1871 | 2024-01-25T07:15:13.752Z | Compiling array-init v0.0.4 |
1872 | 2024-01-25T07:15:14.304Z | Compiling tungstenite v0.20.1 |
1873 | 2024-01-25T07:15:15.900Z | Compiling num v0.4.1 |
1874 | 2024-01-25T07:15:16.052Z | Compiling smallvec v0.6.14 |
1875 | 2024-01-25T07:15:16.788Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1876 | 2024-01-25T07:15:18.759Z | Compiling pkcs1 v0.7.5 |
1877 | 2024-01-25T07:15:23.799Z | Compiling signature v2.1.0 |
1878 | 2024-01-25T07:15:24.181Z | Compiling half v2.3.1 |
1879 | 2024-01-25T07:15:24.708Z | Compiling unicase v2.7.0 |
1880 | 2024-01-25T07:15:25.165Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1881 | 2024-01-25T07:15:25.385Z | Compiling hashbrown v0.12.3 |
1882 | 2024-01-25T07:15:25.683Z | Compiling ciborium-io v0.2.2 |
1883 | 2024-01-25T07:15:25.854Z | Compiling termcolor v1.2.0 |
1884 | 2024-01-25T07:15:26.115Z | Compiling bitfield v0.14.0 |
1885 | 2024-01-25T07:15:26.649Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1886 | 2024-01-25T07:15:28.010Z | Compiling env_logger v0.10.0 |
1887 | 2024-01-25T07:15:29.279Z | Compiling ciborium-ll v0.2.2 |
1888 | 2024-01-25T07:15:30.154Z | Compiling rsa v0.9.2 |
1889 | 2024-01-25T07:15:34.351Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1890 | 2024-01-25T07:15:36.654Z | Compiling serde-hex v0.1.0 |
1891 | 2024-01-25T07:15:36.794Z | Compiling tokio-tungstenite v0.20.1 |
1892 | 2024-01-25T07:15:37.720Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1893 | 2024-01-25T07:15:38.258Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1894 | 2024-01-25T07:15:39.107Z | Compiling x509-cert v0.2.4 |
1895 | 2024-01-25T07:15:45.625Z | Compiling ron v0.8.1 |
1896 | 2024-01-25T07:15:46.500Z | Compiling arc-swap v1.6.0 |
1897 | 2024-01-25T07:15:47.746Z | Compiling crc-any v2.4.3 |
1898 | 2024-01-25T07:15:49.331Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1899 | 2024-01-25T07:15:56.299Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1900 | 2024-01-25T07:15:59.249Z | Compiling slog-scope v4.4.0 |
1901 | 2024-01-25T07:16:00.719Z | Compiling ciborium v0.2.2 |
1902 | 2024-01-25T07:16:01.906Z | Compiling object v0.30.4 |
1903 | 2024-01-25T07:16:04.475Z | Compiling libsw v3.3.1 |
1904 | 2024-01-25T07:16:04.955Z | Compiling derive-where v1.2.7 |
1905 | 2024-01-25T07:16:10.281Z | Compiling owo-colors v3.5.0 |
1906 | 2024-01-25T07:16:15.397Z | Compiling path-slash v0.1.5 |
1907 | 2024-01-25T07:16:15.713Z | Compiling parking_lot_core v0.8.6 |
1908 | 2024-01-25T07:16:15.750Z | Compiling linear-map v1.2.0 |
1909 | 2024-01-25T07:16:16.376Z | Compiling display-error-chain v0.2.0 |
1910 | 2024-01-25T07:16:16.472Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1911 | 2024-01-25T07:16:16.624Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1912 | 2024-01-25T07:16:19.941Z | Compiling slog-stdlog v4.1.1 |
1913 | 2024-01-25T07:16:21.116Z | Compiling convert_case v0.4.0 |
1914 | 2024-01-25T07:16:21.904Z | Compiling slog-envlogger v2.2.0 |
1915 | 2024-01-25T07:16:22.327Z | Compiling derive_more v0.99.17 |
1916 | 2024-01-25T07:16:40.172Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1917 | 2024-01-25T07:16:40.178Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1918 | 2024-01-25T07:16:40.178Z | Compiling dirs-sys-next v0.1.2 |
1919 | 2024-01-25T07:16:40.181Z | Compiling crunchy v0.2.2 |
1920 | 2024-01-25T07:16:40.181Z | Compiling glob v0.3.1 |
1921 | 2024-01-25T07:16:40.181Z | Compiling platforms v3.0.2 |
1922 | 2024-01-25T07:16:40.181Z | Compiling dirs-next v2.0.0 |
1923 | 2024-01-25T07:16:40.181Z | Compiling parking_lot v0.11.2 |
1924 | 2024-01-25T07:16:40.181Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1925 | 2024-01-25T07:16:40.181Z | Compiling clang-sys v1.6.1 |
1926 | 2024-01-25T07:16:40.181Z | Compiling mime_guess v2.0.4 |
1927 | 2024-01-25T07:16:40.181Z | Compiling trust-dns-client v0.22.0 |
1928 | 2024-01-25T07:16:40.181Z | Compiling pem v3.0.2 |
1929 | 2024-01-25T07:16:41.941Z | Compiling tiny-keccak v2.0.2 |
1930 | 2024-01-25T07:16:42.352Z | Compiling prettyplease v0.2.16 |
1931 | 2024-01-25T07:16:42.811Z | Compiling trust-dns-server v0.22.1 |
1932 | 2024-01-25T07:16:43.451Z | Compiling sled v0.34.7 |
1933 | 2024-01-25T07:16:48.345Z | Compiling term v0.7.0 |
1934 | 2024-01-25T07:16:51.040Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1935 | 2024-01-25T07:16:52.639Z | Compiling darling_core v0.14.4 |
1936 | 2024-01-25T07:16:56.954Z | Compiling vte_generate_state_changes v0.1.1 |
1937 | 2024-01-25T07:16:57.584Z | Compiling pretty-hex v0.4.1 |
1938 | 2024-01-25T07:16:57.850Z | Compiling vte v0.11.1 |
1939 | 2024-01-25T07:16:58.018Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1940 | 2024-01-25T07:17:01.404Z | Compiling darling_macro v0.14.4 |
1941 | 2024-01-25T07:17:01.853Z | Compiling curve25519-dalek v4.1.1 |
1942 | 2024-01-25T07:17:02.484Z | Compiling ascii-canvas v3.0.0 |
1943 | 2024-01-25T07:17:03.241Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1944 | 2024-01-25T07:17:05.779Z | Compiling is-terminal v0.4.9 |
1945 | 2024-01-25T07:17:05.952Z | Compiling kstat-rs v0.2.3 |
1946 | 2024-01-25T07:17:08.072Z | Compiling ena v0.14.2 |
1947 | 2024-01-25T07:17:08.726Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1948 | 2024-01-25T07:17:09.838Z | Compiling memoffset v0.7.1 |
1949 | 2024-01-25T07:17:10.289Z | Compiling libloading v0.7.4 |
1950 | 2024-01-25T07:17:10.813Z | Compiling doc-comment v0.3.3 |
1951 | 2024-01-25T07:17:11.556Z | Compiling bindgen v0.69.2 |
1952 | 2024-01-25T07:17:12.220Z | Compiling bytecount v0.6.3 |
1953 | 2024-01-25T07:17:12.714Z | Compiling keccak v0.1.4 |
1954 | 2024-01-25T07:17:13.046Z | Compiling diff v0.1.13 |
1955 | 2024-01-25T07:17:14.032Z | Compiling regex-syntax v0.6.29 |
1956 | 2024-01-25T07:17:14.419Z | Compiling buf-list v1.0.3 |
1957 | 2024-01-25T07:17:15.287Z | Compiling sha3 v0.10.8 |
1958 | 2024-01-25T07:17:21.051Z | Compiling lalrpop v0.19.12 |
1959 | 2024-01-25T07:17:23.200Z | Compiling papergrid v0.11.0 |
1960 | 2024-01-25T07:17:27.072Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1961 | 2024-01-25T07:17:27.368Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1962 | 2024-01-25T07:17:44.328Z | Compiling darling v0.14.4 |
1963 | 2024-01-25T07:17:44.639Z | Compiling strip-ansi-escapes v0.2.0 |
1964 | 2024-01-25T07:17:44.771Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1965 | 2024-01-25T07:17:45.760Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1966 | 2024-01-25T07:17:49.392Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1967 | 2024-01-25T07:17:49.971Z | Compiling tabled_derive v0.7.0 |
1968 | 2024-01-25T07:17:53.496Z | Compiling fd-lock v3.0.13 |
1969 | 2024-01-25T07:17:53.815Z | Compiling fd-lock v4.0.2 |
1970 | 2024-01-25T07:17:54.113Z | Compiling cexpr v0.6.0 |
1971 | 2024-01-25T07:17:54.965Z | Compiling which v4.4.0 |
1972 | 2024-01-25T07:17:55.778Z | Compiling universal-hash v0.5.1 |
1973 | 2024-01-25T07:17:56.106Z | Compiling nix v0.27.1 |
1974 | 2024-01-25T07:17:56.573Z | Compiling secrecy v0.8.0 |
1975 | 2024-01-25T07:17:57.010Z | Compiling curve25519-dalek-derive v0.1.0 |
1976 | 2024-01-25T07:17:58.478Z | Compiling thiserror-impl-no-std v2.0.2 |
1977 | 2024-01-25T07:17:59.168Z | Compiling sqlparser_derive v0.2.2 |
1978 | 2024-01-25T07:18:00.762Z | Compiling pin-project-internal v1.1.3 |
1979 | 2024-01-25T07:18:02.966Z | Compiling opaque-debug v0.3.0 |
1980 | 2024-01-25T07:18:03.166Z | Compiling lazycell v1.3.0 |
1981 | 2024-01-25T07:18:03.357Z | Compiling nu-ansi-term v0.49.0 |
1982 | 2024-01-25T07:18:03.427Z | Compiling peeking_take_while v0.1.2 |
1983 | 2024-01-25T07:18:03.613Z | Compiling unicode_categories v0.1.1 |
1984 | 2024-01-25T07:18:04.231Z | Compiling rustc-hash v1.1.0 |
1985 | 2024-01-25T07:18:04.843Z | Compiling shlex v1.3.0 |
1986 | 2024-01-25T07:18:05.391Z | Compiling pin-project v1.1.3 |
1987 | 2024-01-25T07:18:05.473Z | Compiling rustyline v13.0.0 |
1988 | 2024-01-25T07:18:05.566Z | Compiling sqlformat v0.2.3 |
1989 | 2024-01-25T07:18:07.002Z | Compiling reedline v0.28.0 |
1990 | 2024-01-25T07:18:08.900Z | Compiling polar-core v0.27.0 |
1991 | 2024-01-25T07:18:11.106Z | Compiling poly1305 v0.8.0 |
1992 | 2024-01-25T07:18:13.764Z | Compiling thiserror-no-std v2.0.2 |
1993 | 2024-01-25T07:18:13.972Z | Compiling sqlparser v0.41.0 |
1994 | 2024-01-25T07:18:20.574Z | Compiling tabled v0.15.0 |
1995 | 2024-01-25T07:18:28.119Z | Compiling derive_builder_core v0.12.0 |
1996 | 2024-01-25T07:18:33.312Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1997 | 2024-01-25T07:18:33.465Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1998 | 2024-01-25T07:18:34.884Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1999 | 2024-01-25T07:18:35.278Z | Compiling chacha20 v0.9.1 |
2000 | 2024-01-25T07:18:36.048Z | Compiling headers-core v0.2.0 |
2001 | 2024-01-25T07:18:36.351Z | Compiling aead v0.5.2 |
2002 | 2024-01-25T07:18:36.771Z | Compiling bcs v0.1.6 |
2003 | 2024-01-25T07:18:37.278Z | Compiling snafu-derive v0.7.5 |
2004 | 2024-01-25T07:18:38.201Z | Compiling libxml v0.3.3 |
2005 | 2024-01-25T07:18:38.698Z | Compiling fs-err v2.11.0 |
2006 | 2024-01-25T07:18:39.163Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2007 | 2024-01-25T07:18:39.612Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2008 | 2024-01-25T07:18:40.052Z | Compiling highway v1.1.0 |
2009 | 2024-01-25T07:18:42.013Z | Compiling signature v1.6.4 |
2010 | 2024-01-25T07:18:42.228Z | Compiling salty v0.2.0 |
2011 | 2024-01-25T07:18:42.395Z | Compiling ref-cast v1.0.20 |
2012 | 2024-01-25T07:18:42.822Z | Compiling ed25519 v1.5.3 |
2013 | 2024-01-25T07:18:43.128Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2014 | 2024-01-25T07:18:43.747Z | Compiling chacha20poly1305 v0.10.1 |
2015 | 2024-01-25T07:18:43.992Z | Compiling headers v0.3.9 |
2016 | 2024-01-25T07:18:45.610Z | Compiling snafu v0.7.5 |
2017 | 2024-01-25T07:18:56.790Z | Compiling derive_builder_macro v0.12.0 |
2018 | 2024-01-25T07:18:57.088Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2019 | 2024-01-25T07:18:57.089Z | Compiling samael v0.0.14 |
2020 | 2024-01-25T07:18:57.209Z | Compiling vsss-rs v3.3.4 |
2021 | 2024-01-25T07:18:58.853Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2022 | 2024-01-25T07:18:59.953Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2023 | 2024-01-25T07:19:00.475Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2024 | 2024-01-25T07:19:00.890Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2025 | 2024-01-25T07:19:01.118Z | Compiling globset v0.4.13 |
2026 | 2024-01-25T07:19:02.148Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2027 | 2024-01-25T07:19:06.670Z | Compiling olpc-cjson v0.1.3 |
2028 | 2024-01-25T07:19:06.931Z | Compiling strum_macros v0.24.3 |
2029 | 2024-01-25T07:19:07.565Z | Compiling serde_plain v1.0.2 |
2030 | 2024-01-25T07:19:07.846Z | Compiling serde-big-array v0.5.1 |
2031 | 2024-01-25T07:19:08.197Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2032 | 2024-01-25T07:19:08.389Z | Compiling async-recursion v1.0.5 |
2033 | 2024-01-25T07:19:09.517Z | Compiling ref-cast-impl v1.0.20 |
2034 | 2024-01-25T07:19:09.874Z | Compiling cookie v0.18.0 |
2035 | 2024-01-25T07:19:10.315Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2036 | 2024-01-25T07:19:10.752Z | Compiling indoc v1.0.9 |
2037 | 2024-01-25T07:19:11.254Z | Compiling typed-path v0.7.0 |
2038 | 2024-01-25T07:19:12.101Z | Compiling http-range v0.1.5 |
2039 | 2024-01-25T07:19:13.035Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2040 | 2024-01-25T07:19:15.752Z | Compiling tough v0.16.0 |
2041 | 2024-01-25T07:19:16.122Z | Compiling hyper-staticfile v0.9.5 |
2042 | 2024-01-25T07:19:16.621Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2043 | 2024-01-25T07:19:21.708Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2044 | 2024-01-25T07:19:32.863Z | Compiling derive_builder v0.12.0 |
2045 | 2024-01-25T07:19:48.838Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2046 | 2024-01-25T07:19:49.259Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2047 | 2024-01-25T07:19:49.476Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2024-01-25T07:19:51.553Z | Compiling signal-hook-tokio v0.3.1 |
2049 | 2024-01-25T07:19:51.830Z | Compiling bb8 v0.8.1 |
2050 | 2024-01-25T07:19:52.717Z | Compiling quick-xml v0.30.0 |
2051 | 2024-01-25T07:19:54.526Z | Compiling serde-big-array v0.4.1 |
2052 | 2024-01-25T07:19:54.791Z | Compiling oso-derive v0.27.0 |
2053 | 2024-01-25T07:19:56.279Z | Compiling impl-trait-for-tuples v0.2.2 |
2054 | 2024-01-25T07:19:58.118Z | Compiling parse-size v1.0.0 |
2055 | 2024-01-25T07:19:58.612Z | Compiling maplit v1.0.2 |
2056 | 2024-01-25T07:19:58.777Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2057 | 2024-01-25T07:20:12.234Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2058 | 2024-01-25T07:20:12.780Z | Compiling oso v0.27.0 |
2059 | 2024-01-25T07:20:16.630Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2060 | 2024-01-25T07:20:17.827Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2061 | 2024-01-25T07:20:19.870Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2062 | 2024-01-25T07:20:44.254Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2063 | 2024-01-25T07:20:44.683Z | Compiling corncobs v0.1.3 |
2064 | 2024-01-25T07:20:45.332Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2065 | 2024-01-25T07:20:46.293Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2066 | 2024-01-25T07:20:46.444Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2067 | 2024-01-25T07:20:46.592Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2068 | 2024-01-25T07:20:47.176Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2069 | 2024-01-25T07:20:55.232Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2070 | 2024-01-25T07:20:59.748Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2071 | 2024-01-25T07:21:10.624Z | Compiling rcgen v0.12.0 |
2072 | 2024-01-25T07:21:29.413Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2073 | 2024-01-25T07:21:29.773Z | Compiling atomicwrites v0.4.3 |
2074 | 2024-01-25T07:21:29.817Z | Compiling lru v0.12.1 |
2075 | 2024-01-25T07:21:30.342Z | Compiling stability v0.1.1 |
2076 | 2024-01-25T07:21:30.606Z | Compiling subprocess v0.2.9 |
2077 | 2024-01-25T07:21:31.702Z | Compiling smawk v0.3.1 |
2078 | 2024-01-25T07:21:32.064Z | Compiling cassowary v0.3.0 |
2079 | 2024-01-25T07:21:38.873Z | Compiling unicode-linebreak v0.1.5 |
2080 | 2024-01-25T07:21:39.595Z | Compiling indoc v2.0.3 |
2081 | 2024-01-25T07:21:39.808Z | Compiling textwrap v0.16.0 |
2082 | 2024-01-25T07:21:39.931Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2083 | 2024-01-25T07:21:41.135Z | Compiling ratatui v0.25.0 |
2084 | 2024-01-25T07:21:46.184Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2085 | 2024-01-25T07:21:50.202Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2086 | 2024-01-25T07:22:09.483Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2087 | 2024-01-25T07:22:18.257Z | Compiling fatfs v0.3.6 |
2088 | 2024-01-25T07:22:21.087Z | Compiling nanorand v0.7.0 |
2089 | 2024-01-25T07:22:21.435Z | Compiling rtoolbox v0.0.1 |
2090 | 2024-01-25T07:22:22.109Z | Compiling is_ci v1.1.1 |
2091 | 2024-01-25T07:22:22.268Z | Compiling assert_matches v1.5.0 |
2092 | 2024-01-25T07:22:22.415Z | Compiling humantime v2.1.0 |
2093 | 2024-01-25T07:22:22.540Z | Compiling supports-color v2.1.0 |
2094 | 2024-01-25T07:22:23.659Z | Compiling flume v0.11.0 |
2095 | 2024-01-25T07:22:23.662Z | Compiling rpassword v7.3.1 |
2096 | 2024-01-25T07:22:23.849Z | Compiling tui-tree-widget v0.16.0 |
2097 | 2024-01-25T07:22:24.358Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2098 | 2024-01-25T07:22:24.430Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2099 | 2024-01-25T07:22:24.956Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2100 | 2024-01-25T07:22:25.377Z | Compiling shell-words v1.1.0 |
2101 | 2024-01-25T07:22:26.059Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2102 | 2024-01-25T07:22:38.948Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2103 | 2024-01-25T07:23:31.481Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2104 | 2024-01-25T07:25:49.599Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2105 | 2024-01-25T07:26:15.653Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2106 | 2024-01-25T07:26:22.604Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2107 | 2024-01-25T07:36:13.356Z | Finished release [optimized] target(s) in 21m 20s |
2108 | 2024-01-25T07:37:31.580Z | |
2109 | 2024-01-25T07:37:31.629Z | real 22:35.805983556 |
2110 | 2024-01-25T07:37:31.629Z | user 2:37:05.663584143 |
2111 | 2024-01-25T07:37:31.629Z | sys 5:48.591394098 |
2112 | 2024-01-25T07:37:31.630Z | trap 4.851302761 |
2113 | 2024-01-25T07:37:31.630Z | tflt 1.301256352 |
2114 | 2024-01-25T07:37:31.630Z | dflt 1.090183759 |
2115 | 2024-01-25T07:37:31.630Z | kflt 0.003154509 |
2116 | 2024-01-25T07:37:31.630Z | lock 9:16:57.284165832 |
2117 | 2024-01-25T07:37:31.630Z | slp 6:07:57.971942749 |
2118 | 2024-01-25T07:37:31.630Z | lat 2:51.419510739 |
2119 | 2024-01-25T07:37:31.630Z | stop 47.459196460 |
2120 | 2024-01-25T07:37:31.630Z | + 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/*) |
2121 | 2024-01-25T07:37:31.630Z | + pfexec mkdir -p /work |
2122 | 2024-01-25T07:37:31.630Z | + pfexec chown build /work |
2123 | 2024-01-25T07:37:31.630Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2124 | 2024-01-25T07:37:41.956Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2125 | 2024-01-25T07:37:41.956Z | a out/mg-ddm-gz.tar 61340K |
2126 | 2024-01-25T07:37:41.956Z | a out/omicron-sled-agent.tar 118436K |
2127 | 2024-01-25T07:37:41.956Z | a out/oxlog.tar 8186K |
2128 | 2024-01-25T07:37:41.956Z | a out/target/test 1K |
2129 | 2024-01-25T07:37:41.956Z | a out/npuzone/npuzone 36313K |
2130 | 2024-01-25T07:37:41.956Z | a package-manifest.toml 24K |
2131 | 2024-01-25T07:37:41.956Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2132 | 2024-01-25T07:37:41.956Z | a target/release/omicron-package 43561K |
2133 | 2024-01-25T07:37:41.961Z | a tools/create_virtual_hardware.sh 4K |
2134 | 2024-01-25T07:37:41.961Z | a tools/virtual_hardware.sh 4K |
2135 | 2024-01-25T07:37:41.961Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2136 | 2024-01-25T07:37:41.961Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2137 | 2024-01-25T07:37:41.961Z | a tools/scrimlet/softnpu-init.sh 3K |
2138 | 2024-01-25T07:37:41.961Z | a tools/scrimlet/softnpu-zone.txt 1K |
2139 | 2024-01-25T07:37:41.961Z | a tools/scrimlet/softnpu.toml 1K |
2140 | 2024-01-25T07:37:41.966Z | |
2141 | 2024-01-25T07:37:41.966Z | real 14.102767375 |
2142 | 2024-01-25T07:37:41.966Z | user 13.468771976 |
2143 | 2024-01-25T07:37:41.966Z | sys 1.115982826 |
2144 | 2024-01-25T07:37:41.966Z | trap 0.003965611 |
2145 | 2024-01-25T07:37:41.966Z | tflt 0.000000000 |
2146 | 2024-01-25T07:37:41.966Z | dflt 0.000000000 |
2147 | 2024-01-25T07:37:41.966Z | kflt 0.000000000 |
2148 | 2024-01-25T07:37:41.966Z | lock 0.000000000 |
2149 | 2024-01-25T07:37:41.966Z | slp 13.168972017 |
2150 | 2024-01-25T07:37:41.966Z | lat 0.444503860 |
2151 | 2024-01-25T07:37:41.966Z | stop 0.000233072 |
2152 | 2024-01-25T07:37:41.966Z | ++ pwd |
2153 | 2024-01-25T07:37:41.966Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2154 | 2024-01-25T07:37:41.966Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2155 | 2024-01-25T07:37:41.966Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2156 | 2024-01-25T07:37:43.101Z | Finished release [optimized] target(s) in 1.05s |
2157 | 2024-01-25T07:37:43.130Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2158 | 2024-01-25T07:37:43.173Z | Created new build target 'host' and set it as active |
2159 | 2024-01-25T07:37:43.176Z | |
2160 | 2024-01-25T07:37:43.177Z | real 1.206700744 |
2161 | 2024-01-25T07:37:43.177Z | user 0.850395979 |
2162 | 2024-01-25T07:37:43.177Z | sys 0.357542972 |
2163 | 2024-01-25T07:37:43.177Z | trap 0.000100119 |
2164 | 2024-01-25T07:37:43.177Z | tflt 0.000173269 |
2165 | 2024-01-25T07:37:43.177Z | dflt 0.000005520 |
2166 | 2024-01-25T07:37:43.177Z | kflt 0.000000000 |
2167 | 2024-01-25T07:37:43.177Z | lock 0.035797309 |
2168 | 2024-01-25T07:37:43.177Z | slp 0.021602739 |
2169 | 2024-01-25T07:37:43.177Z | lat 0.002059682 |
2170 | 2024-01-25T07:37:43.178Z | stop 0.000217017 |
2171 | 2024-01-25T07:37:43.178Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2172 | 2024-01-25T07:37:44.284Z | Finished release [optimized] target(s) in 1.02s |
2173 | 2024-01-25T07:37:44.312Z | Running `target/release/omicron-package -t host package` |
2174 | 2024-01-25T07:37:44.353Z | Jan 25 07:37:43.916 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2175 | 2024-01-25T07:37:45.501Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2176 | 2024-01-25T07:38:07.584Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2177 | 2024-01-25T07:40:01.092Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2178 | 2024-01-25T07:42:22.522Z | Finished release [optimized] target(s) in 4m 28s |
2179 | 2024-01-25T07:43:27.538Z | |
2180 | 2024-01-25T07:43:27.543Z | real 5:44.368926951 |
2181 | 2024-01-25T07:43:27.543Z | user 28:45.626791698 |
2182 | 2024-01-25T07:43:27.543Z | sys 1:11.161565320 |
2183 | 2024-01-25T07:43:27.543Z | trap 0.762065999 |
2184 | 2024-01-25T07:43:27.545Z | tflt 0.052540006 |
2185 | 2024-01-25T07:43:27.545Z | dflt 1.322688654 |
2186 | 2024-01-25T07:43:27.545Z | kflt 0.000002678 |
2187 | 2024-01-25T07:43:27.545Z | lock 1:29:57.508758393 |
2188 | 2024-01-25T07:43:27.545Z | slp 29:21.132157924 |
2189 | 2024-01-25T07:43:27.545Z | lat 15.783899141 |
2190 | 2024-01-25T07:43:27.546Z | stop 1.249555739 |
2191 | 2024-01-25T07:43:27.546Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2192 | 2024-01-25T07:43:27.546Z | + for package in "$@" |
2193 | 2024-01-25T07:43:27.546Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2194 | 2024-01-25T07:43:27.549Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git859b04245f7 |
2195 | 2024-01-25T07:43:28.656Z | Finished release [optimized] target(s) in 1.04s |
2196 | 2024-01-25T07:43:28.683Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git859b04245f7` |
2197 | 2024-01-25T07:43:28.724Z | Jan 25 07:43:28.305 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2198 | 2024-01-25T07:43:29.304Z | Created: out/versioned/omicron-sled-agent.tar |
2199 | 2024-01-25T07:43:29.308Z | + for package in "$@" |
2200 | 2024-01-25T07:43:29.308Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2201 | 2024-01-25T07:43:29.309Z | + echo 0.0.0 |
2202 | 2024-01-25T07:43:29.309Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2203 | 2024-01-25T07:43:29.312Z | a VERSION 1K |
2204 | 2024-01-25T07:43:29.312Z | + rm VERSION |
2205 | 2024-01-25T07:43:29.315Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git859b04245f7 |
2206 | 2024-01-25T07:43:30.397Z | Finished release [optimized] target(s) in 1.00s |
2207 | 2024-01-25T07:43:30.432Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git859b04245f7` |
2208 | 2024-01-25T07:43:30.473Z | Jan 25 07:43:30.054 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2209 | 2024-01-25T07:43:30.769Z | Created: out/versioned/mg-ddm-gz.tar |
2210 | 2024-01-25T07:43:30.772Z | + for package in "$@" |
2211 | 2024-01-25T07:43:30.772Z | + [[ propolis-server == mg-ddm-gz ]] |
2212 | 2024-01-25T07:43:30.772Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git859b04245f7 |
2213 | 2024-01-25T07:43:31.857Z | Finished release [optimized] target(s) in 1.00s |
2214 | 2024-01-25T07:43:31.890Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git859b04245f7` |
2215 | 2024-01-25T07:43:31.930Z | Jan 25 07:43:31.511 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2216 | 2024-01-25T07:43:33.634Z | Created: out/versioned/propolis-server.tar.gz |
2217 | 2024-01-25T07:43:33.637Z | + for package in "$@" |
2218 | 2024-01-25T07:43:33.637Z | + [[ overlay == mg-ddm-gz ]] |
2219 | 2024-01-25T07:43:33.637Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git859b04245f7 |
2220 | 2024-01-25T07:43:34.815Z | Finished release [optimized] target(s) in 1.09s |
2221 | 2024-01-25T07:43:34.846Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git859b04245f7` |
2222 | 2024-01-25T07:43:34.885Z | Jan 25 07:43:34.466 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2223 | 2024-01-25T07:43:34.888Z | Created: out/versioned/overlay.tar.gz |
2224 | 2024-01-25T07:43:34.891Z | + for package in "$@" |
2225 | 2024-01-25T07:43:34.891Z | + [[ oxlog == mg-ddm-gz ]] |
2226 | 2024-01-25T07:43:34.891Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git859b04245f7 |
2227 | 2024-01-25T07:43:35.978Z | Finished release [optimized] target(s) in 1.00s |
2228 | 2024-01-25T07:43:36.011Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git859b04245f7` |
2229 | 2024-01-25T07:43:36.053Z | Jan 25 07:43:35.634 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2230 | 2024-01-25T07:43:36.087Z | Created: out/versioned/oxlog.tar |
2231 | 2024-01-25T07:43:36.092Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2232 | 2024-01-25T07:43:36.101Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2233 | 2024-01-25T07:43:36.104Z | ++ cd -- ./tools |
2234 | 2024-01-25T07:43:36.104Z | ++ pwd |
2235 | 2024-01-25T07:43:36.104Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2236 | 2024-01-25T07:43:36.116Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2237 | 2024-01-25T07:43:36.222Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2238 | 2024-01-25T07:43:36.225Z | ++ readlink -f /work |
2239 | 2024-01-25T07:43:36.225Z | + out_dir=/work |
2240 | 2024-01-25T07:43:36.226Z | + 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" "$tarball_src_dir/oxlog.tar") |
2241 | 2024-01-25T07:43:36.226Z | + for dep in "${deps[@]}" |
2242 | 2024-01-25T07:43:36.226Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2243 | 2024-01-25T07:43:36.226Z | + for dep in "${deps[@]}" |
2244 | 2024-01-25T07:43:36.226Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2245 | 2024-01-25T07:43:36.229Z | + for dep in "${deps[@]}" |
2246 | 2024-01-25T07:43:36.229Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2247 | 2024-01-25T07:43:36.229Z | + for dep in "${deps[@]}" |
2248 | 2024-01-25T07:43:36.229Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2249 | 2024-01-25T07:43:36.229Z | + for dep in "${deps[@]}" |
2250 | 2024-01-25T07:43:36.229Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2251 | 2024-01-25T07:43:36.229Z | ++ mktemp -d |
2252 | 2024-01-25T07:43:36.229Z | + tmp_gz=/tmp/tmp.coaiDh |
2253 | 2024-01-25T07:43:36.229Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2254 | 2024-01-25T07:43:36.229Z | + echo '{"v":"1","t":"layer"}' |
2255 | 2024-01-25T07:43:36.229Z | + pkg_dir=/tmp/tmp.coaiDh/root/opt/oxide/sled-agent |
2256 | 2024-01-25T07:43:36.230Z | + mkdir -p /tmp/tmp.coaiDh/root/opt/oxide/sled-agent |
2257 | 2024-01-25T07:43:36.233Z | + cd /tmp/tmp.coaiDh/root/opt/oxide/sled-agent |
2258 | 2024-01-25T07:43:36.233Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2259 | 2024-01-25T07:43:36.362Z | x ., 0 bytes, 0 tape blocks |
2260 | 2024-01-25T07:43:36.362Z | x zone-bundle, 41429664 bytes, 80918 tape blocks |
2261 | 2024-01-25T07:43:36.362Z | x sled-agent, 79816928 bytes, 155893 tape blocks |
2262 | 2024-01-25T07:43:36.362Z | x pkg, 0 bytes, 0 tape blocks |
2263 | 2024-01-25T07:43:36.362Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2264 | 2024-01-25T07:43:36.362Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2265 | 2024-01-25T07:43:36.362Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2266 | 2024-01-25T07:43:36.362Z | x VERSION, 25 bytes, 1 tape blocks |
2267 | 2024-01-25T07:43:36.365Z | + mkdir -p /tmp/tmp.coaiDh/root/lib/svc/manifest/site/ |
2268 | 2024-01-25T07:43:36.365Z | + mv pkg/manifest.xml /tmp/tmp.coaiDh/root/lib/svc/manifest/site/sled-agent.xml |
2269 | 2024-01-25T07:43:36.368Z | + cd - |
2270 | 2024-01-25T07:43:36.368Z | /work/oxidecomputer/omicron |
2271 | 2024-01-25T07:43:36.368Z | + pkg_dir=/tmp/tmp.coaiDh/root/opt/oxide/mg-ddm |
2272 | 2024-01-25T07:43:36.368Z | + mkdir -p /tmp/tmp.coaiDh/root/opt/oxide/mg-ddm |
2273 | 2024-01-25T07:43:36.371Z | + cd /tmp/tmp.coaiDh/root/opt/oxide/mg-ddm |
2274 | 2024-01-25T07:43:36.371Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2275 | 2024-01-25T07:43:36.439Z | x ., 0 bytes, 0 tape blocks |
2276 | 2024-01-25T07:43:36.439Z | x ddmadm, 32975144 bytes, 64405 tape blocks |
2277 | 2024-01-25T07:43:36.439Z | x ddmd, 29823960 bytes, 58250 tape blocks |
2278 | 2024-01-25T07:43:36.439Z | x pkg, 0 bytes, 0 tape blocks |
2279 | 2024-01-25T07:43:36.439Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2280 | 2024-01-25T07:43:36.439Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2281 | 2024-01-25T07:43:36.439Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2282 | 2024-01-25T07:43:36.439Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2283 | 2024-01-25T07:43:36.439Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2284 | 2024-01-25T07:43:36.439Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2285 | 2024-01-25T07:43:36.439Z | x VERSION, 25 bytes, 1 tape blocks |
2286 | 2024-01-25T07:43:36.442Z | + cd - |
2287 | 2024-01-25T07:43:36.444Z | /work/oxidecomputer/omicron |
2288 | 2024-01-25T07:43:36.444Z | + pkg_dir=/tmp/tmp.coaiDh/root/opt/oxide/oxlog |
2289 | 2024-01-25T07:43:36.445Z | + mkdir -p /tmp/tmp.coaiDh/root/opt/oxide/oxlog |
2290 | 2024-01-25T07:43:36.445Z | + cd /tmp/tmp.coaiDh/root/opt/oxide/oxlog |
2291 | 2024-01-25T07:43:36.445Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2292 | 2024-01-25T07:43:36.453Z | x ., 0 bytes, 0 tape blocks |
2293 | 2024-01-25T07:43:36.453Z | x oxlog, 8379840 bytes, 16367 tape blocks |
2294 | 2024-01-25T07:43:36.453Z | x VERSION, 25 bytes, 1 tape blocks |
2295 | 2024-01-25T07:43:36.456Z | + cd - |
2296 | 2024-01-25T07:43:36.456Z | /work/oxidecomputer/omicron |
2297 | 2024-01-25T07:43:36.456Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.coaiDh/root/opt/oxide |
2298 | 2024-01-25T07:43:36.570Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.coaiDh/root/opt/oxide |
2299 | 2024-01-25T07:43:36.573Z | + cd /tmp/tmp.coaiDh |
2300 | 2024-01-25T07:43:36.573Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2301 | 2024-01-25T07:43:48.752Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2302 | 2024-01-25T07:43:48.752Z | a oxide.json 1K |
2303 | 2024-01-25T07:43:48.752Z | a root/ 0K |
2304 | 2024-01-25T07:43:48.752Z | a root/opt/ 0K |
2305 | 2024-01-25T07:43:48.752Z | a root/opt/oxide/ 0K |
2306 | 2024-01-25T07:43:48.752Z | a root/opt/oxide/sled-agent/ 0K |
2307 | 2024-01-25T07:43:48.752Z | a root/opt/oxide/sled-agent/zone-bundle 40459K |
2308 | 2024-01-25T07:43:48.752Z | a root/opt/oxide/sled-agent/sled-agent 77947K |
2309 | 2024-01-25T07:43:48.753Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2310 | 2024-01-25T07:43:48.753Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2311 | 2024-01-25T07:43:48.753Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2312 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/sled-agent/VERSION 1K |
2313 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/ 0K |
2314 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/ddmadm 32203K |
2315 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/ddmd 29125K |
2316 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2317 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2318 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2319 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2320 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2321 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2322 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2323 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2324 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/oxlog/ 0K |
2325 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/oxlog/oxlog 8184K |
2326 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/oxlog/VERSION 1K |
2327 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/propolis-server.tar.gz 62459K |
2328 | 2024-01-25T07:43:48.754Z | a root/opt/oxide/overlay.tar.gz 3K |
2329 | 2024-01-25T07:43:48.754Z | a root/lib/ 0K |
2330 | 2024-01-25T07:43:48.754Z | a root/lib/svc/ 0K |
2331 | 2024-01-25T07:43:48.754Z | a root/lib/svc/manifest/ 0K |
2332 | 2024-01-25T07:43:48.754Z | a root/lib/svc/manifest/site/ 0K |
2333 | 2024-01-25T07:43:48.754Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2334 | 2024-01-25T07:43:48.758Z | + cd / |
2335 | 2024-01-25T07:43:48.758Z | + rm -rf /tmp/tmp.coaiDh |
2336 | 2024-01-25T07:43:48.806Z | |
2337 | 2024-01-25T07:43:48.810Z | real 12.713203725 |
2338 | 2024-01-25T07:43:48.810Z | user 11.692548951 |
2339 | 2024-01-25T07:43:48.810Z | sys 0.970834507 |
2340 | 2024-01-25T07:43:48.810Z | trap 0.001985058 |
2341 | 2024-01-25T07:43:48.810Z | tflt 0.000000000 |
2342 | 2024-01-25T07:43:48.810Z | dflt 0.000003426 |
2343 | 2024-01-25T07:43:48.810Z | kflt 0.000000000 |
2344 | 2024-01-25T07:43:48.810Z | lock 0.000000000 |
2345 | 2024-01-25T07:43:48.810Z | slp 24.537710389 |
2346 | 2024-01-25T07:43:48.810Z | lat 0.385633290 |
2347 | 2024-01-25T07:43:48.810Z | stop 0.000341191 |
2348 | 2024-01-25T07:43:48.810Z | + mkdir -p /work/zones |
2349 | 2024-01-25T07:43:48.813Z | + 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.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) |
2350 | 2024-01-25T07:43:48.813Z | + 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.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/ |
2351 | 2024-01-25T07:43:52.891Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2352 | 2024-01-25T07:43:54.096Z | Finished release [optimized] target(s) in 1.11s |
2353 | 2024-01-25T07:43:54.126Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2354 | 2024-01-25T07:43:54.168Z | Created new build target 'recovery' and set it as active |
2355 | 2024-01-25T07:43:54.172Z | |
2356 | 2024-01-25T07:43:54.172Z | real 1.275757936 |
2357 | 2024-01-25T07:43:54.172Z | user 0.889512181 |
2358 | 2024-01-25T07:43:54.172Z | sys 0.385003991 |
2359 | 2024-01-25T07:43:54.172Z | trap 0.000709895 |
2360 | 2024-01-25T07:43:54.172Z | tflt 0.000003631 |
2361 | 2024-01-25T07:43:54.172Z | dflt 0.000023260 |
2362 | 2024-01-25T07:43:54.172Z | kflt 0.000000000 |
2363 | 2024-01-25T07:43:54.172Z | lock 0.037161084 |
2364 | 2024-01-25T07:43:54.172Z | slp 0.022058822 |
2365 | 2024-01-25T07:43:54.172Z | lat 0.003527968 |
2366 | 2024-01-25T07:43:54.172Z | stop 0.000443304 |
2367 | 2024-01-25T07:43:54.172Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2368 | 2024-01-25T07:43:55.325Z | Finished release [optimized] target(s) in 1.06s |
2369 | 2024-01-25T07:43:55.371Z | Running `target/release/omicron-package -t recovery package` |
2370 | 2024-01-25T07:43:55.426Z | Jan 25 07:43:55.009 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2371 | 2024-01-25T07:43:56.421Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2372 | 2024-01-25T07:44:00.109Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2373 | 2024-01-25T07:44:39.384Z | Finished release [optimized] target(s) in 37.31s |
2374 | 2024-01-25T07:44:51.342Z | |
2375 | 2024-01-25T07:44:51.354Z | real 57.165447269 |
2376 | 2024-01-25T07:44:51.354Z | user 2:44.655059105 |
2377 | 2024-01-25T07:44:51.354Z | sys 11.893530375 |
2378 | 2024-01-25T07:44:51.354Z | trap 0.086334904 |
2379 | 2024-01-25T07:44:51.354Z | tflt 0.201114282 |
2380 | 2024-01-25T07:44:51.354Z | dflt 0.622656480 |
2381 | 2024-01-25T07:44:51.354Z | kflt 0.000096319 |
2382 | 2024-01-25T07:44:51.354Z | lock 12:44.390962374 |
2383 | 2024-01-25T07:44:51.354Z | slp 2:42.014467467 |
2384 | 2024-01-25T07:44:51.355Z | lat 1.929870209 |
2385 | 2024-01-25T07:44:51.355Z | stop 0.202054050 |
2386 | 2024-01-25T07:44:51.355Z | + stamp_packages installinator mg-ddm-gz |
2387 | 2024-01-25T07:44:51.355Z | + for package in "$@" |
2388 | 2024-01-25T07:44:51.355Z | + [[ installinator == mg-ddm-gz ]] |
2389 | 2024-01-25T07:44:51.355Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git859b04245f7 |
2390 | 2024-01-25T07:44:52.488Z | Finished release [optimized] target(s) in 1.05s |
2391 | 2024-01-25T07:44:52.514Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git859b04245f7` |
2392 | 2024-01-25T07:44:52.556Z | Jan 25 07:44:52.141 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2393 | 2024-01-25T07:44:52.691Z | Created: out/versioned/installinator.tar |
2394 | 2024-01-25T07:44:52.695Z | + for package in "$@" |
2395 | 2024-01-25T07:44:52.695Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2396 | 2024-01-25T07:44:52.695Z | + echo 0.0.0 |
2397 | 2024-01-25T07:44:52.695Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2398 | 2024-01-25T07:44:52.699Z | a VERSION 1K |
2399 | 2024-01-25T07:44:52.699Z | + rm VERSION |
2400 | 2024-01-25T07:44:52.702Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git859b04245f7 |
2401 | 2024-01-25T07:44:53.819Z | Finished release [optimized] target(s) in 0.98s |
2402 | 2024-01-25T07:44:53.823Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git859b04245f7` |
2403 | 2024-01-25T07:44:53.839Z | Jan 25 07:44:53.425 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2404 | 2024-01-25T07:44:54.095Z | Created: out/versioned/mg-ddm-gz.tar |
2405 | 2024-01-25T07:44:54.098Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2406 | 2024-01-25T07:44:54.098Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2407 | 2024-01-25T07:44:54.099Z | ++ cd -- ./tools |
2408 | 2024-01-25T07:44:54.099Z | ++ pwd |
2409 | 2024-01-25T07:44:54.099Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2410 | 2024-01-25T07:44:54.099Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2411 | 2024-01-25T07:44:54.099Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2412 | 2024-01-25T07:44:54.099Z | ++ readlink -f /work |
2413 | 2024-01-25T07:44:54.099Z | + out_dir=/work |
2414 | 2024-01-25T07:44:54.099Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2415 | 2024-01-25T07:44:54.099Z | + for dep in "${deps[@]}" |
2416 | 2024-01-25T07:44:54.099Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2417 | 2024-01-25T07:44:54.099Z | + for dep in "${deps[@]}" |
2418 | 2024-01-25T07:44:54.099Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2419 | 2024-01-25T07:44:54.099Z | ++ mktemp -d |
2420 | 2024-01-25T07:44:54.099Z | + tmp_trampoline=/tmp/tmp.boaWHh |
2421 | 2024-01-25T07:44:54.099Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2422 | 2024-01-25T07:44:54.099Z | + echo '{"v":"1","t":"layer"}' |
2423 | 2024-01-25T07:44:54.099Z | + pkg_dir=/tmp/tmp.boaWHh/root/opt/oxide/installinator |
2424 | 2024-01-25T07:44:54.099Z | + mkdir -p /tmp/tmp.boaWHh/root/opt/oxide/installinator |
2425 | 2024-01-25T07:44:54.099Z | + cd /tmp/tmp.boaWHh/root/opt/oxide/installinator |
2426 | 2024-01-25T07:44:54.099Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2427 | 2024-01-25T07:44:54.107Z | x ., 0 bytes, 0 tape blocks |
2428 | 2024-01-25T07:44:54.107Z | x installinator, 54592968 bytes, 106627 tape blocks |
2429 | 2024-01-25T07:44:54.107Z | x pkg, 0 bytes, 0 tape blocks |
2430 | 2024-01-25T07:44:54.107Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2431 | 2024-01-25T07:44:54.107Z | x VERSION, 25 bytes, 1 tape blocks |
2432 | 2024-01-25T07:44:54.111Z | + mkdir -p /tmp/tmp.boaWHh/root/lib/svc/manifest/site/ |
2433 | 2024-01-25T07:44:54.113Z | + mv pkg/manifest.xml /tmp/tmp.boaWHh/root/lib/svc/manifest/site/installinator.xml |
2434 | 2024-01-25T07:44:54.114Z | + cd - |
2435 | 2024-01-25T07:44:54.114Z | /work/oxidecomputer/omicron |
2436 | 2024-01-25T07:44:54.114Z | + pkg_dir=/tmp/tmp.boaWHh/root/opt/oxide/mg-ddm |
2437 | 2024-01-25T07:44:54.114Z | + mkdir -p /tmp/tmp.boaWHh/root/opt/oxide/mg-ddm |
2438 | 2024-01-25T07:44:54.116Z | + cd /tmp/tmp.boaWHh/root/opt/oxide/mg-ddm |
2439 | 2024-01-25T07:44:54.116Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2440 | 2024-01-25T07:44:54.204Z | x ., 0 bytes, 0 tape blocks |
2441 | 2024-01-25T07:44:54.204Z | x ddmadm, 32975144 bytes, 64405 tape blocks |
2442 | 2024-01-25T07:44:54.204Z | x ddmd, 29823960 bytes, 58250 tape blocks |
2443 | 2024-01-25T07:44:54.205Z | x pkg, 0 bytes, 0 tape blocks |
2444 | 2024-01-25T07:44:54.205Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2445 | 2024-01-25T07:44:54.205Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2446 | 2024-01-25T07:44:54.205Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2447 | 2024-01-25T07:44:54.205Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2448 | 2024-01-25T07:44:54.205Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2449 | 2024-01-25T07:44:54.205Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2450 | 2024-01-25T07:44:54.205Z | x VERSION, 25 bytes, 1 tape blocks |
2451 | 2024-01-25T07:44:54.208Z | + cd - |
2452 | 2024-01-25T07:44:54.208Z | /work/oxidecomputer/omicron |
2453 | 2024-01-25T07:44:54.208Z | + cd /tmp/tmp.boaWHh |
2454 | 2024-01-25T07:44:54.208Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2455 | 2024-01-25T07:45:00.268Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2456 | 2024-01-25T07:45:00.269Z | a oxide.json 1K |
2457 | 2024-01-25T07:45:00.269Z | a root/ 0K |
2458 | 2024-01-25T07:45:00.269Z | a root/opt/ 0K |
2459 | 2024-01-25T07:45:00.269Z | a root/opt/oxide/ 0K |
2460 | 2024-01-25T07:45:00.269Z | a root/opt/oxide/installinator/ 0K |
2461 | 2024-01-25T07:45:00.269Z | a root/opt/oxide/installinator/installinator 53314K |
2462 | 2024-01-25T07:45:00.269Z | a root/opt/oxide/installinator/pkg/ 0K |
2463 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/installinator/VERSION 1K |
2464 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/ 0K |
2465 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/ddmadm 32203K |
2466 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/ddmd 29125K |
2467 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2468 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2469 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2470 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2471 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2472 | 2024-01-25T07:45:00.270Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2473 | 2024-01-25T07:45:00.271Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2474 | 2024-01-25T07:45:00.272Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2475 | 2024-01-25T07:45:00.272Z | a root/lib/ 0K |
2476 | 2024-01-25T07:45:00.272Z | a root/lib/svc/ 0K |
2477 | 2024-01-25T07:45:00.272Z | a root/lib/svc/manifest/ 0K |
2478 | 2024-01-25T07:45:00.272Z | a root/lib/svc/manifest/site/ 0K |
2479 | 2024-01-25T07:45:00.272Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2480 | 2024-01-25T07:45:00.276Z | + cd / |
2481 | 2024-01-25T07:45:00.276Z | + rm -rf /tmp/tmp.boaWHh |
2482 | 2024-01-25T07:45:00.293Z | |
2483 | 2024-01-25T07:45:00.297Z | real 6.264828669 |
2484 | 2024-01-25T07:45:00.297Z | user 5.871056862 |
2485 | 2024-01-25T07:45:00.298Z | sys 0.421890198 |
2486 | 2024-01-25T07:45:00.298Z | trap 0.001760652 |
2487 | 2024-01-25T07:45:00.298Z | tflt 0.000000000 |
2488 | 2024-01-25T07:45:00.298Z | dflt 0.000000000 |
2489 | 2024-01-25T07:45:00.298Z | kflt 0.000000000 |
2490 | 2024-01-25T07:45:00.298Z | lock 0.000000000 |
2491 | 2024-01-25T07:45:00.298Z | slp 12.125673555 |
2492 | 2024-01-25T07:45:00.298Z | lat 0.181282195 |
2493 | 2024-01-25T07:45:00.298Z | stop 0.000306294 |
2494 | 2024-01-25T07:45:00.298Z | process exited: duration 2443746 ms, exit code 0 |
|
2495 | 2024-01-25T07:45:00.307Z | found 21 output files |
2496 | 2024-01-25T07:45:00.307Z | uploading: /work/version.txt (26 bytes) |
2497 | 2024-01-25T07:45:01.326Z | uploaded: /work/version.txt |
2498 | 2024-01-25T07:45:01.327Z | uploading: /work/package.tar.gz (85469543 bytes) |
2499 | 2024-01-25T07:45:14.051Z | uploaded: /work/package.tar.gz |
2500 | 2024-01-25T07:45:14.051Z | uploading: /work/global-zone-packages.tar.gz (123710870 bytes) |
2501 | 2024-01-25T07:45:39.645Z | uploaded: /work/global-zone-packages.tar.gz |
2502 | 2024-01-25T07:45:39.646Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37139549 bytes) |
2503 | 2024-01-25T07:45:46.529Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2504 | 2024-01-25T07:45:46.529Z | uploading: /work/zones/clickhouse.tar.gz (194018639 bytes) |
2505 | 2024-01-25T07:46:26.591Z | uploaded: /work/zones/clickhouse.tar.gz |
2506 | 2024-01-25T07:46:26.592Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194024917 bytes) |
2507 | 2024-01-25T07:47:06.613Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2508 | 2024-01-25T07:47:06.613Z | uploading: /work/zones/cockroachdb.tar.gz (131112224 bytes) |
2509 | 2024-01-25T07:47:36.298Z | uploaded: /work/zones/cockroachdb.tar.gz |
2510 | 2024-01-25T07:47:36.298Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2511 | 2024-01-25T07:47:40.708Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2512 | 2024-01-25T07:47:40.709Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2513 | 2024-01-25T07:47:48.132Z | uploaded: /work/zones/crucible.tar.gz |
2514 | 2024-01-25T07:47:48.132Z | uploading: /work/zones/external-dns.tar.gz (23607207 bytes) |
2515 | 2024-01-25T07:47:53.140Z | uploaded: /work/zones/external-dns.tar.gz |
2516 | 2024-01-25T07:47:53.140Z | uploading: /work/zones/internal-dns.tar.gz (23607207 bytes) |
2517 | 2024-01-25T07:47:58.834Z | uploaded: /work/zones/internal-dns.tar.gz |
2518 | 2024-01-25T07:47:58.834Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2519 | 2024-01-25T07:47:59.845Z | uploaded: /work/zones/ntp.tar.gz |
2520 | 2024-01-25T07:47:59.845Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17757132 bytes) |
2521 | 2024-01-25T07:48:04.268Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2522 | 2024-01-25T07:48:04.269Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17754365 bytes) |
2523 | 2024-01-25T07:48:09.451Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2524 | 2024-01-25T07:48:09.451Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (83159631 bytes) |
2525 | 2024-01-25T07:48:28.595Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2526 | 2024-01-25T07:48:28.595Z | uploading: /work/zones/omicron-nexus.tar.gz (83160706 bytes) |
2527 | 2024-01-25T07:48:48.173Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2528 | 2024-01-25T07:48:48.174Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2529 | 2024-01-25T07:48:49.183Z | uploaded: /work/zones/overlay.tar.gz |
2530 | 2024-01-25T07:48:49.183Z | uploading: /work/zones/oximeter.tar.gz (52066097 bytes) |
2531 | 2024-01-25T07:49:02.218Z | uploaded: /work/zones/oximeter.tar.gz |
2532 | 2024-01-25T07:49:02.218Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2533 | 2024-01-25T07:49:16.003Z | uploaded: /work/zones/propolis-server.tar.gz |
2534 | 2024-01-25T07:49:16.005Z | uploading: /work/zones/switch-asic.tar.gz (279054826 bytes) |
2535 | 2024-01-25T07:50:24.336Z | uploaded: /work/zones/switch-asic.tar.gz |
2536 | 2024-01-25T07:50:24.336Z | uploading: /work/zones/switch-softnpu.tar.gz (201531370 bytes) |
2537 | 2024-01-25T07:51:11.988Z | uploaded: /work/zones/switch-softnpu.tar.gz |