|
|
|
1 | 2024-02-02T01:29:20.753Z | job assigned to worker 01HNKPWNJ4PPSY61NDF9XV5GMS (queued for 1 h 0 m 36 s) |
|
2 | 2024-02-02T01:29:20.865Z | starting task 0: "setup" |
3 | 2024-02-02T01:29:20.924Z | ++ uname -s |
4 | 2024-02-02T01:29:20.936Z | + kern=SunOS |
5 | 2024-02-02T01:29:20.937Z | + case "$kern" in |
6 | 2024-02-02T01:29:20.937Z | + groupadd -g 12345 build |
7 | 2024-02-02T01:29:20.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T01:29:22.972Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T01:29:23.077Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T01:29:23.080Z | + home_fs=zfs |
11 | 2024-02-02T01:29:23.080Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T01:29:23.084Z | + mkdir -p /home/build |
13 | 2024-02-02T01:29:23.084Z | + chown build:build /home/build /work |
14 | 2024-02-02T01:29:25.495Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T01:29:25.502Z | process exited: duration 4234 ms, exit code 0 |
|
16 | 2024-02-02T01:29:25.510Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T01:29:25.521Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T01:29:25.531Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T01:29:25.703Z | info: downloading installer |
20 | 2024-02-02T01:29:27.931Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T01:29:27.932Z | warning: /opt/ooce/bin |
22 | 2024-02-02T01:29:27.932Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T01:29:27.932Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T01:29:27.932Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T01:29:27.932Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T01:29:27.932Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T01:29:27.932Z | error: cannot install while Rust is installed |
28 | 2024-02-02T01:29:27.932Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T01:29:28.097Z | info: profile set to 'default' |
30 | 2024-02-02T01:29:28.097Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T01:29:28.100Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T01:29:28.297Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T01:29:28.305Z | info: downloading component 'cargo' |
34 | 2024-02-02T01:29:29.333Z | info: downloading component 'clippy' |
35 | 2024-02-02T01:29:29.759Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T01:29:31.035Z | info: downloading component 'rust-std' |
37 | 2024-02-02T01:29:35.046Z | info: downloading component 'rustc' |
38 | 2024-02-02T01:29:38.740Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T01:29:39.943Z | info: installing component 'cargo' |
40 | 2024-02-02T01:29:40.523Z | info: installing component 'clippy' |
41 | 2024-02-02T01:29:41.142Z | info: installing component 'rust-docs' |
42 | 2024-02-02T01:29:43.852Z | info: installing component 'rust-std' |
43 | 2024-02-02T01:29:46.992Z | info: installing component 'rustc' |
44 | 2024-02-02T01:29:53.813Z | info: installing component 'rustfmt' |
45 | 2024-02-02T01:29:54.249Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T01:29:54.249Z | |
47 | 2024-02-02T01:29:54.388Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T01:29:54.388Z | |
49 | 2024-02-02T01:29:54.388Z | |
50 | 2024-02-02T01:29:54.389Z | Rust is installed now. Great! |
51 | 2024-02-02T01:29:54.396Z | |
52 | 2024-02-02T01:29:54.396Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T01:29:54.396Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T01:29:54.396Z | |
55 | 2024-02-02T01:29:54.396Z | To configure your current shell, run: |
56 | 2024-02-02T01:29:54.397Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T01:29:54.480Z | + rustc --version |
58 | 2024-02-02T01:29:54.580Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T01:29:54.585Z | process exited: duration 29077 ms, exit code 0 |
|
60 | 2024-02-02T01:29:54.591Z | starting task 2: "authentication" |
61 | 2024-02-02T01:29:54.623Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-02T01:29:54.631Z | starting task 3: "clone repository" |
63 | 2024-02-02T01:29:54.637Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T01:29:54.640Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T01:29:54.926Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T01:30:01.940Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T01:30:01.951Z | + git fetch origin 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
68 | 2024-02-02T01:30:02.317Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T01:30:02.317Z | * branch 52199bbd0e3d33423773cb9458a703f9fe3b51aa -> FETCH_HEAD |
70 | 2024-02-02T01:30:02.329Z | + [[ -n package-cache ]] |
71 | 2024-02-02T01:30:02.334Z | ++ git branch --show-current |
72 | 2024-02-02T01:30:02.337Z | + current=main |
73 | 2024-02-02T01:30:02.337Z | + [[ main != package-cache ]] |
74 | 2024-02-02T01:30:02.337Z | + git branch -f package-cache 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
75 | 2024-02-02T01:30:02.340Z | + git checkout -f package-cache |
76 | 2024-02-02T01:30:02.526Z | Switched to branch 'package-cache' |
77 | 2024-02-02T01:30:02.534Z | + git reset --hard 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
78 | 2024-02-02T01:30:02.715Z | HEAD is now at 52199bbd0 clippy |
79 | 2024-02-02T01:30:02.726Z | process exited: duration 8077 ms, exit code 0 |
|
80 | 2024-02-02T01:30:02.759Z | starting task 4: "build" |
81 | 2024-02-02T01:30:02.765Z | + cargo --version |
82 | 2024-02-02T01:30:02.775Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T01:30:02.960Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T01:30:02.972Z | info: downloading component 'cargo' |
85 | 2024-02-02T01:30:03.661Z | info: downloading component 'clippy' |
86 | 2024-02-02T01:30:03.900Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T01:30:04.776Z | info: downloading component 'rust-std' |
88 | 2024-02-02T01:30:06.220Z | info: downloading component 'rustc' |
89 | 2024-02-02T01:30:10.831Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T01:30:11.134Z | info: installing component 'cargo' |
91 | 2024-02-02T01:30:12.446Z | info: installing component 'clippy' |
92 | 2024-02-02T01:30:12.893Z | info: installing component 'rust-docs' |
93 | 2024-02-02T01:30:15.699Z | info: installing component 'rust-std' |
94 | 2024-02-02T01:30:18.108Z | info: installing component 'rustc' |
95 | 2024-02-02T01:30:24.389Z | info: installing component 'rustfmt' |
96 | 2024-02-02T01:30:24.934Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T01:30:24.937Z | + rustc --version |
98 | 2024-02-02T01:30:25.051Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T01:30:25.056Z | ++ git rev-parse HEAD |
100 | 2024-02-02T01:30:25.063Z | + COMMIT=52199bbd0e3d33423773cb9458a703f9fe3b51aa |
101 | 2024-02-02T01:30:25.063Z | + VERSION=6.0.0-0.ci+git52199bbd0e3 |
102 | 2024-02-02T01:30:25.064Z | + echo 6.0.0-0.ci+git52199bbd0e3 |
103 | 2024-02-02T01:30:25.064Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-02T01:30:41.668Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-02T01:30:43.465Z | Startup: Caching catalogs ... Done |
106 | 2024-02-02T01:30:46.453Z | Planning: Solver setup ... Done (2.477s) |
107 | 2024-02-02T01:30:46.518Z | Planning: Running solver ... Done (0.065s) |
108 | 2024-02-02T01:30:46.562Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-02T01:30:46.567Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-02T01:30:46.826Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-02T01:30:46.917Z | Planning: Package planning ... Done (0.079s) |
112 | 2024-02-02T01:30:46.991Z | Planning: Merging actions ... Done (0.086s) |
113 | 2024-02-02T01:30:47.988Z | Planning: Checking for conflicting actions ... Done (0.997s) |
114 | 2024-02-02T01:30:48.007Z | Planning: Consolidating action changes ... Done (0.018s) |
115 | 2024-02-02T01:30:53.819Z | Planning: Evaluating mediators ... Done (5.811s) |
116 | 2024-02-02T01:30:53.836Z | Planning: Planning completed in 10.30 seconds |
117 | 2024-02-02T01:30:56.977Z | Packages to install: 4 |
118 | 2024-02-02T01:30:56.977Z | Mediators to change: 2 |
119 | 2024-02-02T01:30:56.977Z | Services to change: 1 |
120 | 2024-02-02T01:30:56.986Z | Estimated space available: 148.87 GB |
121 | 2024-02-02T01:30:56.986Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-02T01:30:56.986Z | Create boot environment: No |
123 | 2024-02-02T01:30:56.986Z | Create backup boot environment: No |
124 | 2024-02-02T01:30:56.986Z | Rebuild boot archive: No |
125 | 2024-02-02T01:30:56.986Z | |
126 | 2024-02-02T01:30:56.986Z | Changed mediators: |
127 | 2024-02-02T01:30:56.986Z | mediator clang: |
128 | 2024-02-02T01:30:56.986Z | version: None -> 15 (system default) |
129 | 2024-02-02T01:30:56.987Z | |
130 | 2024-02-02T01:30:56.987Z | mediator llvm: |
131 | 2024-02-02T01:30:56.987Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-02T01:30:56.987Z | |
133 | 2024-02-02T01:30:56.987Z | Changed packages: |
134 | 2024-02-02T01:30:56.987Z | helios-dev |
135 | 2024-02-02T01:30:56.987Z | developer/build-essential |
136 | 2024-02-02T01:30:56.987Z | None -> 11-2.0 |
137 | 2024-02-02T01:30:56.987Z | library/libxmlsec1 |
138 | 2024-02-02T01:30:56.987Z | None -> 1.2.35-2.0 |
139 | 2024-02-02T01:30:56.987Z | ooce/developer/clang-15 |
140 | 2024-02-02T01:30:56.987Z | None -> 15.0.7-2.0 |
141 | 2024-02-02T01:30:56.987Z | ooce/developer/llvm-15 |
142 | 2024-02-02T01:30:56.987Z | None -> 15.0.7-2.0 |
143 | 2024-02-02T01:30:56.987Z | |
144 | 2024-02-02T01:30:56.987Z | Services: |
145 | 2024-02-02T01:30:56.987Z | restart_fmri: |
146 | 2024-02-02T01:30:56.987Z | svc:/system/update-man-index:default |
147 | 2024-02-02T01:30:57.429Z | |
148 | 2024-02-02T01:30:57.430Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-02T01:31:02.264Z | Download: 860/3290 items 18.5/212.6MB 8% complete (3.9M/s) |
150 | 2024-02-02T01:31:12.431Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (9.0M/s) |
151 | 2024-02-02T01:31:28.989Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
152 | 2024-02-02T01:31:33.993Z | Download: 2243/3290 items 119.3/212.6MB 56% complete (7.3M/s) |
153 | 2024-02-02T01:31:39.240Z | Download: 3276/3290 items 208.2/212.6MB 97% complete (12.4M/s) |
154 | 2024-02-02T01:31:39.771Z | Download: Completed 212.60 MB in 42.52 seconds (5.0M/s) |
155 | 2024-02-02T01:31:40.837Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-02-02T01:31:45.889Z | Actions: 3205/3689 actions (Installing new actions) |
157 | 2024-02-02T01:31:48.437Z | Actions: Completed 3689 actions in 7.60 seconds. |
158 | 2024-02-02T01:31:48.681Z | Done (0.241s) |
159 | 2024-02-02T01:31:48.681Z | Done (0.000s) |
160 | 2024-02-02T01:31:49.022Z | Done (0.340s) |
161 | 2024-02-02T01:31:56.607Z | Done (7.443s) |
162 | 2024-02-02T01:31:56.826Z | Done (0.114s) |
163 | 2024-02-02T01:31:56.830Z | Done (0.000s) |
164 | 2024-02-02T01:31:57.037Z | Done (0.000s) |
165 | 2024-02-02T01:31:57.762Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-02-02T01:31:58.041Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-02-02T01:31:58.045Z | Planning: Consolidating action changes ... Done |
168 | 2024-02-02T01:31:58.470Z | Planning: Evaluating mediators ... Done |
169 | 2024-02-02T01:31:58.473Z | Planning: Planning completed in 0.71 seconds |
170 | 2024-02-02T01:31:58.524Z | Mediators to change: 2 |
171 | 2024-02-02T01:31:58.527Z | Create boot environment: No |
172 | 2024-02-02T01:31:58.528Z | Create backup boot environment: No |
173 | 2024-02-02T01:31:58.623Z | Done |
174 | 2024-02-02T01:31:58.623Z | Done |
175 | 2024-02-02T01:31:58.828Z | Done |
176 | 2024-02-02T01:32:04.524Z | Done |
177 | 2024-02-02T01:32:04.641Z | Done |
178 | 2024-02-02T01:32:04.650Z | Done |
179 | 2024-02-02T01:32:04.771Z | Done |
180 | 2024-02-02T01:32:05.764Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-02-02T01:32:05.767Z | Planning: Merging actions ... Done |
182 | 2024-02-02T01:32:06.091Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-02T01:32:06.095Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-02T01:32:06.518Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-02T01:32:06.608Z | Planning: Planning completed in 1.29 seconds |
186 | 2024-02-02T01:32:06.665Z | Packages to change: 1 |
187 | 2024-02-02T01:32:06.681Z | Mediators to change: 1 |
188 | 2024-02-02T01:32:06.681Z | Services to change: 1 |
189 | 2024-02-02T01:32:06.682Z | Create boot environment: No |
190 | 2024-02-02T01:32:06.682Z | Create backup boot environment: Yes |
191 | 2024-02-02T01:32:08.616Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-02-02T01:32:08.620Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-02-02T01:32:08.620Z | Done |
194 | 2024-02-02T01:32:08.620Z | Done |
195 | 2024-02-02T01:32:08.697Z | Done |
196 | 2024-02-02T01:32:14.438Z | Done |
197 | 2024-02-02T01:32:14.564Z | Done |
198 | 2024-02-02T01:32:14.570Z | Done |
199 | 2024-02-02T01:32:14.675Z | Done |
200 | 2024-02-02T01:32:15.330Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-02-02T01:32:15.330Z | clang system 15 system |
202 | 2024-02-02T01:32:15.330Z | csh system system illumos |
203 | 2024-02-02T01:32:15.330Z | ctags system system illumos |
204 | 2024-02-02T01:32:15.330Z | gcc vendor 12 vendor |
205 | 2024-02-02T01:32:15.330Z | gcc system 10 system |
206 | 2024-02-02T01:32:15.330Z | gcc system 7 system |
207 | 2024-02-02T01:32:15.330Z | go system 1.20 system |
208 | 2024-02-02T01:32:15.330Z | go system 1.19 system |
209 | 2024-02-02T01:32:15.330Z | llvm system 15 system |
210 | 2024-02-02T01:32:15.330Z | llvm system 14 system |
211 | 2024-02-02T01:32:15.330Z | mariadb system 10.6 system |
212 | 2024-02-02T01:32:15.330Z | mta vendor vendor dma |
213 | 2024-02-02T01:32:15.330Z | openjdk system 17 system |
214 | 2024-02-02T01:32:15.330Z | openjdk system 11 system |
215 | 2024-02-02T01:32:15.330Z | openjdk system 1.8 system |
216 | 2024-02-02T01:32:15.330Z | openssl vendor 3 vendor |
217 | 2024-02-02T01:32:15.331Z | perl system 5.36 system |
218 | 2024-02-02T01:32:15.331Z | postgresql system 15 system |
219 | 2024-02-02T01:32:15.331Z | postgresql system 13 system |
220 | 2024-02-02T01:32:15.331Z | python vendor 3 vendor |
221 | 2024-02-02T01:32:15.331Z | python system 2 system |
222 | 2024-02-02T01:32:15.331Z | python3 system 3.11 system |
223 | 2024-02-02T01:32:15.331Z | ruby system 3.0 system |
224 | 2024-02-02T01:32:15.331Z | words vendor vendor american-english |
225 | 2024-02-02T01:32:15.331Z | words system system australian-english |
226 | 2024-02-02T01:32:15.331Z | words system system british-english |
227 | 2024-02-02T01:32:15.331Z | words system system canadian-english |
228 | 2024-02-02T01:32:15.331Z | words system system french |
229 | 2024-02-02T01:32:15.331Z | words system system italian |
230 | 2024-02-02T01:32:15.331Z | words system system ngerman |
231 | 2024-02-02T01:32:15.331Z | words system system ogerman |
232 | 2024-02-02T01:32:15.331Z | words system system spanish |
233 | 2024-02-02T01:32:15.882Z | FMRI IFO |
234 | 2024-02-02T01:32:15.882Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-02-02T01:32:15.882Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-02-02T01:32:15.882Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-02-02T01:32:15.883Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-02-02T01:32:15.883Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-02-02T01:32:15.883Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-02-02T01:32:15.883Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-02-02T01:32:15.883Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-02-02T01:32:15.950Z | + set -o errexit |
243 | 2024-02-02T01:32:15.983Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-02-02T01:32:15.983Z | ++ cd ./tools |
245 | 2024-02-02T01:32:15.983Z | ++ pwd |
246 | 2024-02-02T01:32:15.984Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-02-02T01:32:15.984Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-02-02T01:32:15.984Z | + ARG0=ci_download_cockroachdb |
249 | 2024-02-02T01:32:15.984Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-02-02T01:32:15.984Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-02-02T01:32:15.984Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-02-02T01:32:15.984Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2024-02-02T01:32:15.984Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2024-02-02T01:32:15.984Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2024-02-02T01:32:15.984Z | + TARGET_DIR=out |
256 | 2024-02-02T01:32:15.985Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-02-02T01:32:15.985Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-02-02T01:32:15.985Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-02-02T01:32:15.985Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-02-02T01:32:15.985Z | + main |
261 | 2024-02-02T01:32:15.985Z | + [[ 0 != 0 ]] |
262 | 2024-02-02T01:32:15.985Z | + CIDL_OS=solaris2.11 |
263 | 2024-02-02T01:32:15.986Z | + [[ 0 != 0 ]] |
264 | 2024-02-02T01:32:15.986Z | + configure_os solaris2.11 |
265 | 2024-02-02T01:32:15.986Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-02-02T01:32:15.986Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-02-02T01:32:15.986Z | configuring based on OS: "solaris2.11" |
268 | 2024-02-02T01:32:15.986Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-02-02T01:32:15.986Z | + case "$1" in |
270 | 2024-02-02T01:32:15.986Z | + CIDL_BUILD=illumos |
271 | 2024-02-02T01:32:15.986Z | + CIDL_SUFFIX=tar.gz |
272 | 2024-02-02T01:32:15.987Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2024-02-02T01:32:15.987Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2024-02-02T01:32:15.987Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-02T01:32:15.987Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-02T01:32:15.987Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-02T01:32:15.987Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-02T01:32:15.987Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-02T01:32:15.987Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-02T01:32:15.987Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-02T01:32:15.988Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-02T01:32:15.988Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-02T01:32:15.988Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-02-02T01:32:15.988Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-02T01:32:15.988Z | + mkdir -p out/downloads |
286 | 2024-02-02T01:32:15.988Z | + mkdir -p ./out/cockroachdb |
287 | 2024-02-02T01:32:15.988Z | + local DO_DOWNLOAD=true |
288 | 2024-02-02T01:32:15.988Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-02-02T01:32:15.988Z | + '[' true == true ']' |
290 | 2024-02-02T01:32:15.988Z | + echo Downloading... |
291 | 2024-02-02T01:32:15.988Z | Downloading... |
292 | 2024-02-02T01:32:15.988Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-02T01:32:15.988Z | + 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 |
294 | 2024-02-02T01:32:18.543Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-02T01:32:18.569Z | ++ md5sum |
296 | 2024-02-02T01:32:18.570Z | ++ awk '{print $1}' |
297 | 2024-02-02T01:32:18.772Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2024-02-02T01:32:18.772Z | + [[ 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 ]] |
299 | 2024-02-02T01:32:18.772Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-02T01:32:18.791Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-02-02T01:32:22.230Z | + do_assemble_illumos |
302 | 2024-02-02T01:32:22.230Z | + rm -r ./out/cockroachdb |
303 | 2024-02-02T01:32:22.244Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-02-02T01:32:22.868Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-02-02T01:32:23.112Z | Build Tag: v22.1.9-dirty |
306 | 2024-02-02T01:32:23.113Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-02-02T01:32:23.113Z | Distribution: OSS |
308 | 2024-02-02T01:32:23.113Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-02-02T01:32:23.113Z | Go Version: go1.17.13 |
310 | 2024-02-02T01:32:23.113Z | C Compiler: gcc 10.3.0 |
311 | 2024-02-02T01:32:23.113Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-02-02T01:32:23.113Z | Build Type: release |
313 | 2024-02-02T01:32:23.137Z | + set -o errexit |
314 | 2024-02-02T01:32:23.154Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-02-02T01:32:23.154Z | ++ cd ./tools |
316 | 2024-02-02T01:32:23.154Z | ++ pwd |
317 | 2024-02-02T01:32:23.154Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-02-02T01:32:23.154Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-02-02T01:32:23.154Z | + ARG0=ci_download_clickhouse |
320 | 2024-02-02T01:32:23.154Z | + TARGET_DIR=out |
321 | 2024-02-02T01:32:23.154Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-02-02T01:32:23.154Z | + DEST_DIR=./out/clickhouse |
323 | 2024-02-02T01:32:23.154Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2024-02-02T01:32:23.154Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-02-02T01:32:23.154Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2024-02-02T01:32:23.154Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2024-02-02T01:32:23.154Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2024-02-02T01:32:23.154Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-02-02T01:32:23.154Z | + main |
330 | 2024-02-02T01:32:23.155Z | + [[ 0 != 0 ]] |
331 | 2024-02-02T01:32:23.155Z | + CIDL_OS=solaris2.11 |
332 | 2024-02-02T01:32:23.155Z | + [[ 0 != 0 ]] |
333 | 2024-02-02T01:32:23.155Z | + configure_os solaris2.11 |
334 | 2024-02-02T01:32:23.155Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-02-02T01:32:23.155Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-02-02T01:32:23.155Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-02T01:32:23.155Z | + CIDL_DASHREV= |
338 | 2024-02-02T01:32:23.155Z | + case "$1" in |
339 | 2024-02-02T01:32:23.155Z | configuring based on OS: "solaris2.11" |
340 | 2024-02-02T01:32:23.155Z | + CIDL_PLATFORM=illumos |
341 | 2024-02-02T01:32:23.155Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-02T01:32:23.155Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-02-02T01:32:23.155Z | + CIDL_DASHREV=-1 |
344 | 2024-02-02T01:32:23.155Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2024-02-02T01:32:23.155Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-02T01:32:23.155Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-02T01:32:23.155Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-02T01:32:23.155Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-02T01:32:23.155Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-02T01:32:23.155Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-02T01:32:23.155Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-02T01:32:23.155Z | + mkdir -p out/downloads |
353 | 2024-02-02T01:32:23.161Z | + mkdir -p ./out/clickhouse |
354 | 2024-02-02T01:32:23.161Z | + local DO_DOWNLOAD=true |
355 | 2024-02-02T01:32:23.161Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2024-02-02T01:32:23.161Z | + '[' true == true ']' |
357 | 2024-02-02T01:32:23.161Z | + echo Downloading... |
358 | 2024-02-02T01:32:23.161Z | Downloading... |
359 | 2024-02-02T01:32:23.162Z | + 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 |
360 | 2024-02-02T01:32:23.162Z | + 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 |
361 | 2024-02-02T01:32:24.498Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-02T01:32:24.927Z | ++ md5sum |
363 | 2024-02-02T01:32:24.928Z | ++ awk '{print $1}' |
364 | 2024-02-02T01:32:24.937Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-02T01:32:24.938Z | + [[ 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 ]] |
366 | 2024-02-02T01:32:24.938Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2024-02-02T01:32:24.938Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-02T01:32:24.938Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-02-02T01:32:29.611Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-02-02T01:32:29.669Z | ClickHouse server version 22.8.9.1. |
371 | 2024-02-02T01:32:29.693Z | + set -o errexit |
372 | 2024-02-02T01:32:30.150Z | +++ dirname ./tools/ci_download_console |
373 | 2024-02-02T01:32:30.150Z | ++ cd ./tools |
374 | 2024-02-02T01:32:30.150Z | ++ pwd |
375 | 2024-02-02T01:32:30.150Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-02-02T01:32:30.150Z | ++ basename ./tools/ci_download_console |
377 | 2024-02-02T01:32:30.150Z | + ARG0=ci_download_console |
378 | 2024-02-02T01:32:30.150Z | + TARGET_DIR=out |
379 | 2024-02-02T01:32:30.150Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-02-02T01:32:30.150Z | + DEST_DIR=./out/console-assets |
381 | 2024-02-02T01:32:30.150Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-02-02T01:32:30.150Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
383 | 2024-02-02T01:32:30.150Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
384 | 2024-02-02T01:32:30.150Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
385 | 2024-02-02T01:32:30.150Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-02-02T01:32:30.150Z | + main |
387 | 2024-02-02T01:32:30.150Z | + [[ 0 != 0 ]] |
388 | 2024-02-02T01:32:30.150Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
389 | 2024-02-02T01:32:30.150Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
390 | 2024-02-02T01:32:30.150Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-02T01:32:30.150Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-02-02T01:32:30.150Z | + local DO_DOWNLOAD=true |
393 | 2024-02-02T01:32:30.150Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-02-02T01:32:30.151Z | + mkdir -p out/downloads |
395 | 2024-02-02T01:32:30.151Z | + '[' true == true ']' |
396 | 2024-02-02T01:32:30.151Z | + echo Downloading... |
397 | 2024-02-02T01:32:30.151Z | Downloading... |
398 | 2024-02-02T01:32:30.151Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
399 | 2024-02-02T01:32:30.151Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
400 | 2024-02-02T01:32:30.325Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-02-02T01:32:30.334Z | ++ case "$OSTYPE" in |
402 | 2024-02-02T01:32:30.335Z | ++ SHA=sha256sum |
403 | 2024-02-02T01:32:30.335Z | ++ sha256sum |
404 | 2024-02-02T01:32:30.335Z | ++ awk '{print $1}' |
405 | 2024-02-02T01:32:30.379Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
406 | 2024-02-02T01:32:30.379Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
407 | 2024-02-02T01:32:30.386Z | + rm -rf ./out/console-assets |
408 | 2024-02-02T01:32:30.386Z | + mkdir -p ./out/console-assets |
409 | 2024-02-02T01:32:30.386Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-02-02T01:32:30.386Z | + mkdir -p ./out/console-assets |
411 | 2024-02-02T01:32:30.390Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-02-02T01:32:30.526Z | + set -o errexit |
413 | 2024-02-02T01:32:30.529Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-02-02T01:32:30.532Z | ++ cd ./tools |
415 | 2024-02-02T01:32:30.532Z | ++ pwd |
416 | 2024-02-02T01:32:30.532Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-02-02T01:32:30.532Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-02-02T01:32:30.536Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-02-02T01:32:30.536Z | + TARGET_DIR=out |
420 | 2024-02-02T01:32:30.536Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-02-02T01:32:30.536Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-02-02T01:32:30.536Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
423 | 2024-02-02T01:32:30.536Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
424 | 2024-02-02T01:32:30.536Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
425 | 2024-02-02T01:32:30.536Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
426 | 2024-02-02T01:32:30.536Z | + main |
427 | 2024-02-02T01:32:30.536Z | + [[ 0 != 0 ]] |
428 | 2024-02-02T01:32:30.536Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
429 | 2024-02-02T01:32:30.536Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
430 | 2024-02-02T01:32:30.536Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
431 | 2024-02-02T01:32:30.536Z | + local DO_DOWNLOAD=true |
432 | 2024-02-02T01:32:30.536Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
433 | 2024-02-02T01:32:30.536Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
434 | 2024-02-02T01:32:30.536Z | + mkdir -p out/downloads |
435 | 2024-02-02T01:32:30.545Z | + '[' true == true ']' |
436 | 2024-02-02T01:32:30.545Z | + echo Downloading... |
437 | 2024-02-02T01:32:30.545Z | Downloading... |
438 | 2024-02-02T01:32:30.545Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
439 | 2024-02-02T01:32:30.546Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
440 | 2024-02-02T01:32:30.981Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
441 | 2024-02-02T01:32:30.981Z | ++ case "$OSTYPE" in |
442 | 2024-02-02T01:32:30.981Z | ++ SHA=sha256sum |
443 | 2024-02-02T01:32:30.982Z | ++ sha256sum |
444 | 2024-02-02T01:32:30.982Z | ++ awk '{print $1}' |
445 | 2024-02-02T01:32:30.982Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-02-02T01:32:30.982Z | + [[ 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 ]] |
447 | 2024-02-02T01:32:30.982Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2024-02-02T01:32:30.982Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
449 | 2024-02-02T01:32:30.982Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
450 | 2024-02-02T01:32:30.983Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
451 | 2024-02-02T01:32:30.983Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
452 | 2024-02-02T01:32:30.983Z | + main |
453 | 2024-02-02T01:32:30.983Z | + [[ 0 != 0 ]] |
454 | 2024-02-02T01:32:30.983Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
455 | 2024-02-02T01:32:30.983Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
456 | 2024-02-02T01:32:30.983Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-02T01:32:30.983Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
458 | 2024-02-02T01:32:30.983Z | + local DO_DOWNLOAD=true |
459 | 2024-02-02T01:32:30.983Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
460 | 2024-02-02T01:32:30.983Z | + mkdir -p out/downloads |
461 | 2024-02-02T01:32:30.984Z | + '[' true == true ']' |
462 | 2024-02-02T01:32:30.984Z | + echo Downloading... |
463 | 2024-02-02T01:32:30.984Z | Downloading... |
464 | 2024-02-02T01:32:30.984Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
465 | 2024-02-02T01:32:30.984Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
466 | 2024-02-02T01:32:30.984Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
467 | 2024-02-02T01:32:30.984Z | ++ case "$OSTYPE" in |
468 | 2024-02-02T01:32:30.984Z | ++ SHA=sha256sum |
469 | 2024-02-02T01:32:30.984Z | ++ sha256sum |
470 | 2024-02-02T01:32:30.984Z | ++ awk '{print $1}' |
471 | 2024-02-02T01:32:30.984Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
472 | 2024-02-02T01:32:30.985Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
473 | 2024-02-02T01:32:30.985Z | + set -o errexit |
474 | 2024-02-02T01:32:30.985Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2024-02-02T01:32:30.985Z | ++ cd ./tools |
476 | 2024-02-02T01:32:30.985Z | ++ pwd |
477 | 2024-02-02T01:32:30.985Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2024-02-02T01:32:30.985Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2024-02-02T01:32:30.986Z | + ARG0=ci_download_dendrite_openapi |
480 | 2024-02-02T01:32:30.986Z | + TARGET_DIR=out |
481 | 2024-02-02T01:32:30.986Z | + DOWNLOAD_DIR=out/downloads |
482 | 2024-02-02T01:32:30.986Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2024-02-02T01:32:30.986Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
484 | 2024-02-02T01:32:30.986Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
485 | 2024-02-02T01:32:30.986Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
486 | 2024-02-02T01:32:30.986Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
487 | 2024-02-02T01:32:30.986Z | + main |
488 | 2024-02-02T01:32:30.986Z | + [[ 0 != 0 ]] |
489 | 2024-02-02T01:32:30.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
490 | 2024-02-02T01:32:30.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
491 | 2024-02-02T01:32:30.987Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
492 | 2024-02-02T01:32:30.987Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-02T01:32:30.987Z | + local DO_DOWNLOAD=true |
494 | 2024-02-02T01:32:30.987Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
495 | 2024-02-02T01:32:30.987Z | + mkdir -p out/downloads |
496 | 2024-02-02T01:32:30.987Z | + '[' true == true ']' |
497 | 2024-02-02T01:32:30.987Z | + echo Downloading... |
498 | 2024-02-02T01:32:30.987Z | Downloading... |
499 | 2024-02-02T01:32:30.987Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-02T01:32:30.988Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
501 | 2024-02-02T01:32:31.097Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
502 | 2024-02-02T01:32:31.097Z | ++ case "$OSTYPE" in |
503 | 2024-02-02T01:32:31.097Z | ++ SHA=sha256sum |
504 | 2024-02-02T01:32:31.102Z | ++ sha256sum |
505 | 2024-02-02T01:32:31.102Z | ++ awk '{print $1}' |
506 | 2024-02-02T01:32:31.107Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
507 | 2024-02-02T01:32:31.107Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
508 | 2024-02-02T01:32:31.113Z | + set -o errexit |
509 | 2024-02-02T01:32:31.116Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2024-02-02T01:32:31.120Z | ++ cd ./tools |
511 | 2024-02-02T01:32:31.120Z | ++ pwd |
512 | 2024-02-02T01:32:31.120Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2024-02-02T01:32:31.120Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2024-02-02T01:32:31.125Z | + ARG0=ci_download_dendrite_stub |
515 | 2024-02-02T01:32:31.125Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2024-02-02T01:32:31.125Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
517 | 2024-02-02T01:32:31.125Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
518 | 2024-02-02T01:32:31.125Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
519 | 2024-02-02T01:32:31.125Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-02-02T01:32:31.125Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
521 | 2024-02-02T01:32:31.125Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
522 | 2024-02-02T01:32:31.125Z | + TARGET_DIR=out |
523 | 2024-02-02T01:32:31.126Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-02-02T01:32:31.126Z | + DEST_DIR=./out/dendrite-stub |
525 | 2024-02-02T01:32:31.126Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2024-02-02T01:32:31.126Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-02-02T01:32:31.126Z | + REPO=oxidecomputer/dendrite |
528 | 2024-02-02T01:32:31.126Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
529 | 2024-02-02T01:32:31.126Z | + main |
530 | 2024-02-02T01:32:31.126Z | + [[ 0 != 0 ]] |
531 | 2024-02-02T01:32:31.126Z | + CIDL_OS=solaris2.11 |
532 | 2024-02-02T01:32:31.127Z | + [[ 0 != 0 ]] |
533 | 2024-02-02T01:32:31.127Z | + configure_os solaris2.11 |
534 | 2024-02-02T01:32:31.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2024-02-02T01:32:31.127Z | current directory: /work/oxidecomputer/omicron |
536 | 2024-02-02T01:32:31.127Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-02-02T01:32:31.127Z | + case "$1" in |
538 | 2024-02-02T01:32:31.127Z | + SET_BINARIES= |
539 | 2024-02-02T01:32:31.127Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
540 | 2024-02-02T01:32:31.127Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-02-02T01:32:31.127Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-02-02T01:32:31.128Z | configuring based on OS: "solaris2.11" |
543 | 2024-02-02T01:32:31.128Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
544 | 2024-02-02T01:32:31.128Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-02T01:32:31.128Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
546 | 2024-02-02T01:32:31.128Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
547 | 2024-02-02T01:32:31.128Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2024-02-02T01:32:31.128Z | + mkdir -p out/downloads |
549 | 2024-02-02T01:32:31.128Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-02T01:32:31.128Z | + mkdir -p ./out/dendrite-stub |
551 | 2024-02-02T01:32:31.132Z | + fetch_and_verify |
552 | 2024-02-02T01:32:31.133Z | + local DO_DOWNLOAD=true |
553 | 2024-02-02T01:32:31.133Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2024-02-02T01:32:31.133Z | + '[' true == true ']' |
555 | 2024-02-02T01:32:31.133Z | + echo Downloading... |
556 | 2024-02-02T01:32:31.133Z | Downloading... |
557 | 2024-02-02T01:32:31.133Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-02T01:32:31.133Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
559 | 2024-02-02T01:32:43.537Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-02T01:32:43.544Z | ++ sha256sum |
561 | 2024-02-02T01:32:43.545Z | ++ awk '{print $1}' |
562 | 2024-02-02T01:32:43.639Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
563 | 2024-02-02T01:32:43.639Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
564 | 2024-02-02T01:32:43.643Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-02T01:32:43.643Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2024-02-02T01:32:44.727Z | + do_assemble |
567 | 2024-02-02T01:32:44.727Z | + rm -r ./out/dendrite-stub |
568 | 2024-02-02T01:32:44.734Z | + mkdir ./out/dendrite-stub |
569 | 2024-02-02T01:32:44.734Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2024-02-02T01:32:44.892Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2024-02-02T01:32:44.905Z | + set -o errexit |
572 | 2024-02-02T01:32:44.908Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2024-02-02T01:32:44.909Z | ++ cd ./tools |
574 | 2024-02-02T01:32:44.909Z | ++ pwd |
575 | 2024-02-02T01:32:44.909Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-02-02T01:32:44.913Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2024-02-02T01:32:44.913Z | + ARG0=ci_download_maghemite_mgd |
578 | 2024-02-02T01:32:44.913Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2024-02-02T01:32:44.913Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
580 | 2024-02-02T01:32:44.913Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
581 | 2024-02-02T01:32:44.913Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2024-02-02T01:32:44.913Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
583 | 2024-02-02T01:32:44.913Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
584 | 2024-02-02T01:32:44.913Z | + TARGET_DIR=out |
585 | 2024-02-02T01:32:44.913Z | + DOWNLOAD_DIR=out/downloads |
586 | 2024-02-02T01:32:44.913Z | + DEST_DIR=./out/mgd |
587 | 2024-02-02T01:32:44.913Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2024-02-02T01:32:44.913Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-02-02T01:32:44.913Z | + REPO=oxidecomputer/maghemite |
590 | 2024-02-02T01:32:44.913Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
591 | 2024-02-02T01:32:44.913Z | + main |
592 | 2024-02-02T01:32:44.913Z | + [[ 0 != 0 ]] |
593 | 2024-02-02T01:32:44.913Z | + CIDL_OS=solaris2.11 |
594 | 2024-02-02T01:32:44.913Z | + [[ 0 != 0 ]] |
595 | 2024-02-02T01:32:44.913Z | + configure_os solaris2.11 |
596 | 2024-02-02T01:32:44.913Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-02-02T01:32:44.914Z | current directory: /work/oxidecomputer/omicron |
598 | 2024-02-02T01:32:44.914Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-02T01:32:44.914Z | + case "$1" in |
600 | 2024-02-02T01:32:44.914Z | configuring based on OS: "solaris2.11" |
601 | 2024-02-02T01:32:44.914Z | + SET_BINARIES= |
602 | 2024-02-02T01:32:44.914Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2024-02-02T01:32:44.914Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2024-02-02T01:32:44.914Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
605 | 2024-02-02T01:32:44.914Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2024-02-02T01:32:44.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
607 | 2024-02-02T01:32:44.914Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
608 | 2024-02-02T01:32:44.914Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2024-02-02T01:32:44.914Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-02T01:32:44.914Z | + mkdir -p out/downloads |
611 | 2024-02-02T01:32:44.917Z | + mkdir -p ./out/mgd |
612 | 2024-02-02T01:32:44.918Z | + fetch_and_verify |
613 | 2024-02-02T01:32:44.918Z | + local DO_DOWNLOAD=true |
614 | 2024-02-02T01:32:44.918Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2024-02-02T01:32:44.918Z | + '[' true == true ']' |
616 | 2024-02-02T01:32:44.918Z | + echo Downloading... |
617 | 2024-02-02T01:32:44.918Z | Downloading... |
618 | 2024-02-02T01:32:44.918Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-02-02T01:32:44.918Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
620 | 2024-02-02T01:32:52.955Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2024-02-02T01:32:52.963Z | ++ sha256sum |
622 | 2024-02-02T01:32:52.964Z | ++ awk '{print $1}' |
623 | 2024-02-02T01:32:53.041Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
624 | 2024-02-02T01:32:53.041Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
625 | 2024-02-02T01:32:53.044Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2024-02-02T01:32:53.044Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2024-02-02T01:32:53.720Z | + do_assemble |
628 | 2024-02-02T01:32:53.720Z | + rm -r ./out/mgd |
629 | 2024-02-02T01:32:53.724Z | + mkdir ./out/mgd |
630 | 2024-02-02T01:32:53.728Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2024-02-02T01:32:53.941Z | + set -o errexit |
632 | 2024-02-02T01:32:53.947Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2024-02-02T01:32:53.947Z | ++ cd ./tools |
634 | 2024-02-02T01:32:53.947Z | ++ pwd |
635 | 2024-02-02T01:32:53.947Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-02-02T01:32:53.956Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2024-02-02T01:32:53.956Z | + ARG0=ci_download_transceiver_control |
638 | 2024-02-02T01:32:53.956Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2024-02-02T01:32:53.957Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-02T01:32:53.957Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-02-02T01:32:53.957Z | + TARGET_DIR=out |
642 | 2024-02-02T01:32:53.957Z | + DOWNLOAD_DIR=out/downloads |
643 | 2024-02-02T01:32:53.957Z | + DEST_DIR=./out/transceiver-control |
644 | 2024-02-02T01:32:53.958Z | + BIN_DIR=/opt/oxide/bin |
645 | 2024-02-02T01:32:53.958Z | + BINARY=xcvradm |
646 | 2024-02-02T01:32:53.958Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-02-02T01:32:53.958Z | + REPO=oxidecomputer/transceiver-control |
648 | 2024-02-02T01:32:53.958Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-02-02T01:32:53.959Z | + main |
650 | 2024-02-02T01:32:53.959Z | + [[ 0 != 0 ]] |
651 | 2024-02-02T01:32:53.959Z | + CIDL_OS=solaris2.11 |
652 | 2024-02-02T01:32:53.959Z | + [[ 0 != 0 ]] |
653 | 2024-02-02T01:32:53.959Z | + configure_os solaris2.11 |
654 | 2024-02-02T01:32:53.959Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2024-02-02T01:32:53.960Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-02T01:32:53.960Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2024-02-02T01:32:53.960Z | + case "$1" in |
658 | 2024-02-02T01:32:53.960Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-02T01:32:53.960Z | + SET_BINARIES= |
660 | 2024-02-02T01:32:53.961Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-02T01:32:53.961Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-02-02T01:32:53.961Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2024-02-02T01:32:53.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-02T01:32:53.961Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2024-02-02T01:32:53.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-02T01:32:53.961Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-02T01:32:53.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-02-02T01:32:53.968Z | Local file: out/downloads/xcvradm.gz |
669 | 2024-02-02T01:32:53.968Z | + mkdir -p out/downloads |
670 | 2024-02-02T01:32:53.968Z | + mkdir -p ./out/transceiver-control |
671 | 2024-02-02T01:32:53.974Z | + fetch_and_verify |
672 | 2024-02-02T01:32:53.974Z | + local DO_DOWNLOAD=true |
673 | 2024-02-02T01:32:53.974Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2024-02-02T01:32:53.975Z | + '[' true == true ']' |
675 | 2024-02-02T01:32:53.975Z | + echo Downloading... |
676 | 2024-02-02T01:32:53.975Z | Downloading... |
677 | 2024-02-02T01:32:53.975Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2024-02-02T01:32:53.975Z | + 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 |
679 | 2024-02-02T01:32:56.451Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2024-02-02T01:32:56.456Z | ++ sha256sum |
681 | 2024-02-02T01:32:56.456Z | ++ awk '{print $1}' |
682 | 2024-02-02T01:32:56.482Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2024-02-02T01:32:56.482Z | + [[ 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 ]] |
684 | 2024-02-02T01:32:56.487Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2024-02-02T01:32:56.487Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2024-02-02T01:32:56.487Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2024-02-02T01:32:56.667Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2024-02-02T01:32:56.670Z | + do_assemble |
689 | 2024-02-02T01:32:56.670Z | + rm -r ./out/transceiver-control |
690 | 2024-02-02T01:32:56.676Z | + mkdir ./out/transceiver-control |
691 | 2024-02-02T01:32:56.676Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2024-02-02T01:32:56.932Z | All prerequisites installed successfully |
693 | 2024-02-02T01:32:56.939Z | |
694 | 2024-02-02T01:32:56.939Z | real 2:31.815452905 |
695 | 2024-02-02T01:32:56.940Z | user 52.094567862 |
696 | 2024-02-02T01:32:56.940Z | sys 10.293937095 |
697 | 2024-02-02T01:32:56.940Z | trap 0.030215379 |
698 | 2024-02-02T01:32:56.940Z | tflt 0.445721566 |
699 | 2024-02-02T01:32:56.940Z | dflt 0.796587506 |
700 | 2024-02-02T01:32:56.940Z | kflt 0.469625526 |
701 | 2024-02-02T01:32:56.940Z | lock 2.186041816 |
702 | 2024-02-02T01:32:56.940Z | slp 4:49.537003053 |
703 | 2024-02-02T01:32:56.941Z | lat 3.561559192 |
704 | 2024-02-02T01:32:56.941Z | stop 0.068148464 |
705 | 2024-02-02T01:32:56.941Z | + ptime -m ./tools/ci_download_softnpu_machinery |
706 | 2024-02-02T01:32:56.950Z | fetching npuzone |
707 | 2024-02-02T01:32:56.956Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
708 | 2024-02-02T01:32:56.956Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
709 | 2024-02-02T01:32:56.956Z | Getting hash for npuzone |
710 | 2024-02-02T01:32:57.103Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
711 | 2024-02-02T01:33:06.752Z | npuzone downloaded successfully |
712 | 2024-02-02T01:33:06.757Z | |
713 | 2024-02-02T01:33:06.757Z | real 9.822466258 |
714 | 2024-02-02T01:33:06.757Z | user 0.537125004 |
715 | 2024-02-02T01:33:06.757Z | sys 0.140267928 |
716 | 2024-02-02T01:33:06.757Z | trap 0.000080272 |
717 | 2024-02-02T01:33:06.757Z | tflt 0.000000000 |
718 | 2024-02-02T01:33:06.757Z | dflt 0.000000000 |
719 | 2024-02-02T01:33:06.757Z | kflt 0.000000000 |
720 | 2024-02-02T01:33:06.757Z | lock 0.000000000 |
721 | 2024-02-02T01:33:06.757Z | slp 28.621107510 |
722 | 2024-02-02T01:33:06.757Z | lat 0.131788257 |
723 | 2024-02-02T01:33:06.757Z | stop 0.000251365 |
724 | 2024-02-02T01:33:06.758Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-02-02T01:33:06.758Z | + CARGO_INCREMENTAL=0 |
726 | 2024-02-02T01:33:06.763Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
727 | 2024-02-02T01:33:07.096Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-02-02T01:33:07.484Z | Updating crates.io index |
729 | 2024-02-02T01:33:07.521Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-02T01:33:08.339Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-02T01:33:11.819Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-02T01:33:12.404Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-02T01:33:12.698Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-02T01:33:12.976Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-02T01:33:13.245Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-02T01:33:14.277Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-02T01:33:16.833Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-02T01:33:18.026Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-02T01:33:18.368Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-02T01:33:18.998Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-02T01:33:19.326Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-02T01:33:19.605Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-02T01:33:20.313Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-02T01:33:20.316Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-02T01:33:20.796Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-02T01:33:21.093Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-02T01:33:21.575Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-02T01:33:21.923Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-02T01:33:22.259Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-02T01:33:23.519Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-02T01:33:23.964Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-02T01:33:25.726Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-02T01:33:26.069Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-02T01:33:26.375Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-02T01:33:27.973Z | Downloading crates ... |
756 | 2024-02-02T01:33:28.196Z | Downloaded indexmap v1.9.3 |
757 | 2024-02-02T01:33:28.220Z | Downloaded instant v0.1.12 |
758 | 2024-02-02T01:33:28.231Z | Downloaded async-stream-impl v0.3.5 |
759 | 2024-02-02T01:33:28.231Z | Downloaded ciborium-io v0.2.2 |
760 | 2024-02-02T01:33:28.243Z | Downloaded cfg-if v1.0.0 |
761 | 2024-02-02T01:33:28.246Z | Downloaded rustfmt-wrapper v0.2.0 |
762 | 2024-02-02T01:33:28.249Z | Downloaded clang-sys v1.6.1 |
763 | 2024-02-02T01:33:28.257Z | Downloaded chrono v0.4.31 |
764 | 2024-02-02T01:33:28.276Z | Downloaded scheduled-thread-pool v0.2.7 |
765 | 2024-02-02T01:33:28.283Z | Downloaded idna v0.5.0 |
766 | 2024-02-02T01:33:28.313Z | Downloaded humantime v2.1.0 |
767 | 2024-02-02T01:33:28.317Z | Downloaded semver-parser v0.10.2 |
768 | 2024-02-02T01:33:28.318Z | Downloaded block-buffer v0.10.4 |
769 | 2024-02-02T01:33:28.321Z | Downloaded ipnet v2.9.0 |
770 | 2024-02-02T01:33:28.326Z | Downloaded hubpack_derive v0.1.1 |
771 | 2024-02-02T01:33:28.330Z | Downloaded curve25519-dalek-derive v0.1.0 |
772 | 2024-02-02T01:33:28.334Z | Downloaded signature v1.6.4 |
773 | 2024-02-02T01:33:28.334Z | Downloaded signal-hook-tokio v0.3.1 |
774 | 2024-02-02T01:33:28.338Z | Downloaded signature v2.1.0 |
775 | 2024-02-02T01:33:28.341Z | Downloaded assert_matches v1.5.0 |
776 | 2024-02-02T01:33:28.345Z | Downloaded httpdate v1.0.3 |
777 | 2024-02-02T01:33:28.352Z | Downloaded is_ci v1.1.1 |
778 | 2024-02-02T01:33:28.359Z | Downloaded crc-any v2.4.3 |
779 | 2024-02-02T01:33:28.359Z | Downloaded ahash v0.8.6 |
780 | 2024-02-02T01:33:28.368Z | Downloaded crossbeam-channel v0.5.8 |
781 | 2024-02-02T01:33:28.374Z | Downloaded block-padding v0.3.3 |
782 | 2024-02-02T01:33:28.374Z | Downloaded bit-vec v0.6.3 |
783 | 2024-02-02T01:33:28.379Z | Downloaded ident_case v1.0.1 |
784 | 2024-02-02T01:33:28.383Z | Downloaded camino-tempfile v1.1.1 |
785 | 2024-02-02T01:33:28.391Z | Downloaded new_debug_unreachable v1.0.4 |
786 | 2024-02-02T01:33:28.402Z | Downloaded number_prefix v0.4.0 |
787 | 2024-02-02T01:33:28.410Z | Downloaded num_threads v0.1.6 |
788 | 2024-02-02T01:33:28.413Z | Downloaded crossbeam-queue v0.3.8 |
789 | 2024-02-02T01:33:28.419Z | Downloaded bytecount v0.6.3 |
790 | 2024-02-02T01:33:28.423Z | Downloaded foreign-types v0.5.0 |
791 | 2024-02-02T01:33:28.427Z | Downloaded normalize-line-endings v0.3.0 |
792 | 2024-02-02T01:33:28.430Z | Downloaded foreign-types-shared v0.1.1 |
793 | 2024-02-02T01:33:28.433Z | Downloaded newtype_derive v0.1.6 |
794 | 2024-02-02T01:33:28.436Z | Downloaded linked-hash-map v0.5.6 |
795 | 2024-02-02T01:33:28.442Z | Downloaded anstyle-parse v0.2.1 |
796 | 2024-02-02T01:33:28.446Z | Downloaded headers-core v0.2.0 |
797 | 2024-02-02T01:33:28.449Z | Downloaded num-derive v0.4.0 |
798 | 2024-02-02T01:33:28.452Z | Downloaded bitflags v2.4.0 |
799 | 2024-02-02T01:33:28.456Z | Downloaded num_enum_derive v0.5.11 |
800 | 2024-02-02T01:33:28.461Z | Downloaded clap v4.4.3 |
801 | 2024-02-02T01:33:28.478Z | Downloaded lalrpop-util v0.19.12 |
802 | 2024-02-02T01:33:28.481Z | Downloaded nibble_vec v0.1.0 |
803 | 2024-02-02T01:33:28.484Z | Downloaded getopts v0.2.21 |
804 | 2024-02-02T01:33:28.496Z | Downloaded lru-cache v0.1.2 |
805 | 2024-02-02T01:33:28.506Z | Downloaded serde-big-array v0.4.1 |
806 | 2024-02-02T01:33:28.506Z | Downloaded hmac v0.12.1 |
807 | 2024-02-02T01:33:28.506Z | Downloaded ppv-lite86 v0.2.17 |
808 | 2024-02-02T01:33:28.506Z | Downloaded spin v0.5.2 |
809 | 2024-02-02T01:33:28.929Z | Downloaded pem v3.0.2 |
810 | 2024-02-02T01:33:28.929Z | Downloaded spki v0.7.2 |
811 | 2024-02-02T01:33:28.929Z | Downloaded openssl-probe v0.1.5 |
812 | 2024-02-02T01:33:28.933Z | Downloaded openssl-macros v0.1.1 |
813 | 2024-02-02T01:33:28.933Z | Downloaded percent-encoding v2.3.1 |
814 | 2024-02-02T01:33:28.933Z | Downloaded num-rational v0.4.1 |
815 | 2024-02-02T01:33:28.934Z | Downloaded parse-display v0.8.2 |
816 | 2024-02-02T01:33:28.934Z | Downloaded crc32fast v1.3.2 |
817 | 2024-02-02T01:33:28.934Z | Downloaded strum v0.25.0 |
818 | 2024-02-02T01:33:28.934Z | Downloaded pretty-hex v0.2.1 |
819 | 2024-02-02T01:33:28.934Z | Downloaded phf_shared v0.10.0 |
820 | 2024-02-02T01:33:28.934Z | Downloaded topological-sort v0.2.2 |
821 | 2024-02-02T01:33:28.934Z | Downloaded secrecy v0.8.0 |
822 | 2024-02-02T01:33:28.934Z | Downloaded rustc-hash v1.1.0 |
823 | 2024-02-02T01:33:28.934Z | Downloaded rtoolbox v0.0.1 |
824 | 2024-02-02T01:33:28.934Z | Downloaded scopeguard v1.2.0 |
825 | 2024-02-02T01:33:28.934Z | Downloaded password-hash v0.5.0 |
826 | 2024-02-02T01:33:28.934Z | Downloaded derive_builder_macro v0.12.0 |
827 | 2024-02-02T01:33:28.934Z | Downloaded globset v0.4.13 |
828 | 2024-02-02T01:33:28.934Z | Downloaded crossbeam-utils v0.8.16 |
829 | 2024-02-02T01:33:28.934Z | Downloaded vte_generate_state_changes v0.1.1 |
830 | 2024-02-02T01:33:28.934Z | Downloaded snafu-derive v0.7.5 |
831 | 2024-02-02T01:33:28.934Z | Downloaded indicatif v0.17.7 |
832 | 2024-02-02T01:33:28.934Z | Downloaded pem-rfc7468 v0.7.0 |
833 | 2024-02-02T01:33:28.934Z | Downloaded olpc-cjson v0.1.3 |
834 | 2024-02-02T01:33:28.934Z | Downloaded parse-display-derive v0.8.2 |
835 | 2024-02-02T01:33:28.934Z | Downloaded unicode-ident v1.0.12 |
836 | 2024-02-02T01:33:28.934Z | Downloaded zone_cfg_derive v0.3.0 |
837 | 2024-02-02T01:33:28.934Z | Downloaded tap v1.0.1 |
838 | 2024-02-02T01:33:28.934Z | Downloaded tabled_derive v0.7.0 |
839 | 2024-02-02T01:33:28.935Z | Downloaded pkg-config v0.3.27 |
840 | 2024-02-02T01:33:28.935Z | Downloaded equivalent v1.0.1 |
841 | 2024-02-02T01:33:28.935Z | Downloaded miniz_oxide v0.7.1 |
842 | 2024-02-02T01:33:28.935Z | Downloaded time-core v0.1.1 |
843 | 2024-02-02T01:33:28.935Z | Downloaded form_urlencoded v1.2.1 |
844 | 2024-02-02T01:33:28.935Z | Downloaded mockall_derive v0.12.0 |
845 | 2024-02-02T01:33:28.935Z | Downloaded similar v2.3.0 |
846 | 2024-02-02T01:33:28.935Z | Downloaded flagset v0.4.3 |
847 | 2024-02-02T01:33:28.935Z | Downloaded cc v1.0.83 |
848 | 2024-02-02T01:33:28.935Z | Downloaded take_mut v0.2.2 |
849 | 2024-02-02T01:33:28.935Z | Downloaded rustls-pemfile v1.0.3 |
850 | 2024-02-02T01:33:28.935Z | Downloaded utf-8 v0.7.6 |
851 | 2024-02-02T01:33:28.935Z | Downloaded predicates-core v1.0.6 |
852 | 2024-02-02T01:33:28.935Z | Downloaded time-macros v0.2.13 |
853 | 2024-02-02T01:33:28.935Z | Downloaded arc-swap v1.6.0 |
854 | 2024-02-02T01:33:28.935Z | Downloaded owo-colors v4.0.0 |
855 | 2024-02-02T01:33:28.935Z | Downloaded rand_chacha v0.3.1 |
856 | 2024-02-02T01:33:28.935Z | Downloaded radium v0.7.0 |
857 | 2024-02-02T01:33:28.935Z | Downloaded stability v0.1.1 |
858 | 2024-02-02T01:33:28.935Z | Downloaded darling v0.14.4 |
859 | 2024-02-02T01:33:28.935Z | Downloaded siphasher v0.3.11 |
860 | 2024-02-02T01:33:28.935Z | Downloaded wyz v0.5.1 |
861 | 2024-02-02T01:33:28.935Z | Downloaded sqlformat v0.2.3 |
862 | 2024-02-02T01:33:28.935Z | Downloaded pkcs1 v0.7.5 |
863 | 2024-02-02T01:33:28.935Z | Downloaded half v2.3.1 |
864 | 2024-02-02T01:33:28.936Z | Downloaded want v0.3.1 |
865 | 2024-02-02T01:33:28.936Z | Downloaded tui-tree-widget v0.16.0 |
866 | 2024-02-02T01:33:28.936Z | Downloaded tracing-core v0.1.31 |
867 | 2024-02-02T01:33:28.936Z | Downloaded synstructure v0.12.6 |
868 | 2024-02-02T01:33:28.936Z | Downloaded omicron-zone-package v0.11.0 |
869 | 2024-02-02T01:33:28.936Z | Downloaded oso-derive v0.27.0 |
870 | 2024-02-02T01:33:28.936Z | Downloaded oso v0.27.0 |
871 | 2024-02-02T01:33:28.936Z | Downloaded shell-words v1.1.0 |
872 | 2024-02-02T01:33:28.936Z | Downloaded zone v0.3.0 |
873 | 2024-02-02T01:33:28.936Z | Downloaded darling v0.20.3 |
874 | 2024-02-02T01:33:28.936Z | Downloaded rand_core v0.6.4 |
875 | 2024-02-02T01:33:28.936Z | Downloaded group v0.13.0 |
876 | 2024-02-02T01:33:28.936Z | Downloaded pest_meta v2.7.6 |
877 | 2024-02-02T01:33:28.936Z | Downloaded textwrap v0.11.0 |
878 | 2024-02-02T01:33:28.936Z | Downloaded serde_tokenstream v0.2.0 |
879 | 2024-02-02T01:33:28.936Z | Downloaded downcast v0.11.0 |
880 | 2024-02-02T01:33:28.936Z | Downloaded unicode-xid v0.2.4 |
881 | 2024-02-02T01:33:28.936Z | Downloaded trust-dns-client v0.22.0 |
882 | 2024-02-02T01:33:28.936Z | Downloaded dtrace-parser v0.1.14 |
883 | 2024-02-02T01:33:28.937Z | Downloaded display-error-chain v0.2.0 |
884 | 2024-02-02T01:33:28.937Z | Downloaded postgres-types v0.2.6 |
885 | 2024-02-02T01:33:28.937Z | Downloaded rustc_version v0.4.0 |
886 | 2024-02-02T01:33:28.937Z | Downloaded thread_local v1.1.7 |
887 | 2024-02-02T01:33:28.937Z | Downloaded dtrace-parser v0.2.0 |
888 | 2024-02-02T01:33:28.937Z | Downloaded debug-ignore v1.0.5 |
889 | 2024-02-02T01:33:28.937Z | Downloaded data-encoding v2.4.0 |
890 | 2024-02-02T01:33:28.937Z | Downloaded ucd-trie v0.1.6 |
891 | 2024-02-02T01:33:28.937Z | Downloaded path-slash v0.1.5 |
892 | 2024-02-02T01:33:28.937Z | Downloaded defmt v0.3.5 |
893 | 2024-02-02T01:33:28.937Z | Downloaded heck v0.3.3 |
894 | 2024-02-02T01:33:28.937Z | Downloaded thread-id v4.2.0 |
895 | 2024-02-02T01:33:28.937Z | Downloaded toml_datetime v0.6.5 |
896 | 2024-02-02T01:33:28.937Z | Downloaded endian-type v0.1.2 |
897 | 2024-02-02T01:33:28.937Z | Downloaded either v1.9.0 |
898 | 2024-02-02T01:33:28.937Z | Downloaded unicode_categories v0.1.1 |
899 | 2024-02-02T01:33:28.937Z | Downloaded tinyvec v1.6.0 |
900 | 2024-02-02T01:33:28.937Z | Downloaded proc-macro-error-attr v1.0.4 |
901 | 2024-02-02T01:33:28.937Z | Downloaded openssl-sys v0.9.96 |
902 | 2024-02-02T01:33:28.938Z | Downloaded dof v0.1.5 |
903 | 2024-02-02T01:33:28.938Z | Downloaded serde_derive_internals v0.26.0 |
904 | 2024-02-02T01:33:28.938Z | Downloaded which v4.4.0 |
905 | 2024-02-02T01:33:28.938Z | Downloaded vsss-rs v3.3.4 |
906 | 2024-02-02T01:33:28.938Z | Downloaded ref-cast v1.0.20 |
907 | 2024-02-02T01:33:28.938Z | Downloaded stringprep v0.1.3 |
908 | 2024-02-02T01:33:28.938Z | Downloaded slog-async v2.8.0 |
909 | 2024-02-02T01:33:28.938Z | Downloaded foreign-types-shared v0.3.1 |
910 | 2024-02-02T01:33:28.938Z | Downloaded ref-cast-impl v1.0.20 |
911 | 2024-02-02T01:33:28.938Z | Downloaded terminal_size v0.2.6 |
912 | 2024-02-02T01:33:28.945Z | Downloaded defmt-parser v0.3.3 |
913 | 2024-02-02T01:33:28.945Z | Downloaded plain v0.2.3 |
914 | 2024-02-02T01:33:28.945Z | Downloaded tokio-tungstenite v0.20.1 |
915 | 2024-02-02T01:33:28.945Z | Downloaded diesel_derives v2.1.2 |
916 | 2024-02-02T01:33:28.945Z | Downloaded darling_macro v0.14.4 |
917 | 2024-02-02T01:33:28.945Z | Downloaded peeking_take_while v0.1.2 |
918 | 2024-02-02T01:33:28.945Z | Downloaded parse-size v1.0.0 |
919 | 2024-02-02T01:33:28.945Z | Downloaded fs-err v2.11.0 |
920 | 2024-02-02T01:33:28.945Z | Downloaded serde-big-array v0.5.1 |
921 | 2024-02-02T01:33:28.945Z | Downloaded futures-sink v0.3.30 |
922 | 2024-02-02T01:33:28.945Z | Downloaded dirs-sys-next v0.1.2 |
923 | 2024-02-02T01:33:28.945Z | Downloaded futures-executor v0.3.30 |
924 | 2024-02-02T01:33:28.945Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2024-02-02T01:33:28.945Z | Downloaded diesel_table_macro_syntax v0.1.0 |
926 | 2024-02-02T01:33:28.945Z | Downloaded postcard v1.0.8 |
927 | 2024-02-02T01:33:28.945Z | Downloaded poly1305 v0.8.0 |
928 | 2024-02-02T01:33:28.945Z | Downloaded predicates-tree v1.0.9 |
929 | 2024-02-02T01:33:28.945Z | Downloaded clap_builder v4.4.2 |
930 | 2024-02-02T01:33:28.946Z | Downloaded pretty-hex v0.4.1 |
931 | 2024-02-02T01:33:28.946Z | Downloaded serde_tokenstream v0.1.7 |
932 | 2024-02-02T01:33:28.946Z | Downloaded string_cache v0.8.7 |
933 | 2024-02-02T01:33:28.946Z | Downloaded filetime v0.2.23 |
934 | 2024-02-02T01:33:28.946Z | Downloaded tempfile v3.9.0 |
935 | 2024-02-02T01:33:28.946Z | Downloaded toml v0.8.8 |
936 | 2024-02-02T01:33:28.946Z | Downloaded foreign-types v0.3.2 |
937 | 2024-02-02T01:33:28.946Z | Downloaded usdt-impl v0.5.0 |
938 | 2024-02-02T01:33:28.946Z | Downloaded crossterm v0.27.0 |
939 | 2024-02-02T01:33:28.957Z | Downloaded usdt-attr-macro v0.3.5 |
940 | 2024-02-02T01:33:28.957Z | Downloaded usdt-attr-macro v0.5.0 |
941 | 2024-02-02T01:33:28.957Z | Downloaded tinyvec_macros v0.1.1 |
942 | 2024-02-02T01:33:28.975Z | Downloaded generic-array v0.14.7 |
943 | 2024-02-02T01:33:28.975Z | Downloaded tokio-macros v2.2.0 |
944 | 2024-02-02T01:33:28.975Z | Downloaded fragile v2.0.0 |
945 | 2024-02-02T01:33:28.975Z | Downloaded thiserror-no-std v2.0.2 |
946 | 2024-02-02T01:33:28.993Z | Downloaded serde_urlencoded v0.7.1 |
947 | 2024-02-02T01:33:28.993Z | Downloaded smallvec v0.6.14 |
948 | 2024-02-02T01:33:28.993Z | Downloaded rand_xorshift v0.3.0 |
949 | 2024-02-02T01:33:28.993Z | Downloaded sec1 v0.7.3 |
950 | 2024-02-02T01:33:28.993Z | Downloaded serde_with_macros v3.5.1 |
951 | 2024-02-02T01:33:28.993Z | Downloaded textwrap v0.16.0 |
952 | 2024-02-02T01:33:28.994Z | Downloaded tokio-rustls v0.25.0 |
953 | 2024-02-02T01:33:29.007Z | Downloaded fnv v1.0.7 |
954 | 2024-02-02T01:33:29.008Z | Downloaded aho-corasick v1.0.4 |
955 | 2024-02-02T01:33:29.008Z | Downloaded strsim v0.10.0 |
956 | 2024-02-02T01:33:29.018Z | Downloaded unicode-width v0.1.11 |
957 | 2024-02-02T01:33:29.018Z | Downloaded defmt-macros v0.3.6 |
958 | 2024-02-02T01:33:29.018Z | Downloaded whoami v1.4.1 |
959 | 2024-02-02T01:33:29.018Z | Downloaded ed25519 v1.5.3 |
960 | 2024-02-02T01:33:29.025Z | Downloaded subtle v2.5.0 |
961 | 2024-02-02T01:33:29.025Z | Downloaded tokio-postgres v0.7.10 |
962 | 2024-02-02T01:33:29.028Z | Downloaded untrusted v0.9.0 |
963 | 2024-02-02T01:33:29.029Z | Downloaded quote v1.0.35 |
964 | 2024-02-02T01:33:29.038Z | Downloaded dyn-clone v1.0.13 |
965 | 2024-02-02T01:33:29.038Z | Downloaded structopt v0.3.26 |
966 | 2024-02-02T01:33:29.052Z | Downloaded once_cell v1.19.0 |
967 | 2024-02-02T01:33:29.061Z | Downloaded pin-project v1.1.3 |
968 | 2024-02-02T01:33:29.085Z | Downloaded phf v0.11.2 |
969 | 2024-02-02T01:33:29.090Z | Downloaded proc-macro-error v1.0.4 |
970 | 2024-02-02T01:33:29.090Z | Downloaded futures v0.3.30 |
971 | 2024-02-02T01:33:29.098Z | Downloaded toml_edit v0.19.15 |
972 | 2024-02-02T01:33:29.129Z | Downloaded time v0.3.27 |
973 | 2024-02-02T01:33:29.141Z | Downloaded trust-dns-resolver v0.22.0 |
974 | 2024-02-02T01:33:29.149Z | Downloaded darling_core v0.14.4 |
975 | 2024-02-02T01:33:29.159Z | Downloaded uuid v1.7.0 |
976 | 2024-02-02T01:33:29.165Z | Downloaded unicode-segmentation v1.10.1 |
977 | 2024-02-02T01:33:29.172Z | Downloaded unicode-normalization v0.1.22 |
978 | 2024-02-02T01:33:29.179Z | Downloaded tough v0.16.0 |
979 | 2024-02-02T01:33:29.196Z | Downloaded flate2 v1.0.28 |
980 | 2024-02-02T01:33:29.206Z | Downloaded heapless v0.8.0 |
981 | 2024-02-02T01:33:29.214Z | Downloaded hashbrown v0.13.2 |
982 | 2024-02-02T01:33:29.223Z | Downloaded num-bigint v0.4.4 |
983 | 2024-02-02T01:33:29.232Z | Downloaded salty v0.2.0 |
984 | 2024-02-02T01:33:29.247Z | Downloaded regex-automata v0.1.10 |
985 | 2024-02-02T01:33:29.274Z | Downloaded url v2.5.0 |
986 | 2024-02-02T01:33:29.294Z | Downloaded clap v2.34.0 |
987 | 2024-02-02T01:33:29.294Z | Downloaded sqlparser v0.43.1 |
988 | 2024-02-02T01:33:29.300Z | Downloaded goblin v0.8.0 |
989 | 2024-02-02T01:33:29.300Z | Downloaded zerocopy v0.7.32 |
990 | 2024-02-02T01:33:29.330Z | Downloaded hkdf v0.12.4 |
991 | 2024-02-02T01:33:29.335Z | Downloaded object v0.30.4 |
992 | 2024-02-02T01:33:29.355Z | Downloaded rayon v1.8.0 |
993 | 2024-02-02T01:33:29.373Z | Downloaded winnow v0.5.15 |
994 | 2024-02-02T01:33:29.796Z | Downloaded hashbrown v0.14.2 |
995 | 2024-02-02T01:33:29.800Z | Downloaded petgraph v0.6.4 |
996 | 2024-02-02T01:33:29.800Z | Downloaded rustls v0.21.9 |
997 | 2024-02-02T01:33:29.800Z | Downloaded webpki-roots v0.25.2 |
998 | 2024-02-02T01:33:29.800Z | Downloaded smoltcp v0.11.0 |
999 | 2024-02-02T01:33:29.800Z | Downloaded tabled v0.15.0 |
1000 | 2024-02-02T01:33:29.800Z | Downloaded syn v2.0.48 |
1001 | 2024-02-02T01:33:29.800Z | Downloaded vcpkg v0.2.15 |
1002 | 2024-02-02T01:33:29.800Z | Downloaded object v0.32.1 |
1003 | 2024-02-02T01:33:29.800Z | Downloaded regex-syntax v0.7.5 |
1004 | 2024-02-02T01:33:29.800Z | Downloaded ratatui v0.25.0 |
1005 | 2024-02-02T01:33:29.800Z | Downloaded regex-syntax v0.6.29 |
1006 | 2024-02-02T01:33:29.800Z | Downloaded diesel v2.1.4 |
1007 | 2024-02-02T01:33:29.800Z | Downloaded sled v0.34.7 |
1008 | 2024-02-02T01:33:29.800Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1009 | 2024-02-02T01:33:29.800Z | Downloaded zerocopy-derive v0.2.0 |
1010 | 2024-02-02T01:33:29.800Z | Downloaded zerocopy-derive v0.6.4 |
1011 | 2024-02-02T01:33:29.805Z | Downloaded tokio v1.35.1 |
1012 | 2024-02-02T01:33:29.873Z | Downloaded sha3 v0.10.8 |
1013 | 2024-02-02T01:33:29.889Z | Downloaded libc v0.2.153 |
1014 | 2024-02-02T01:33:29.956Z | Downloaded regex-automata v0.3.8 |
1015 | 2024-02-02T01:33:29.986Z | Downloaded regex-automata v0.4.4 |
1016 | 2024-02-02T01:33:30.018Z | Downloaded encoding_rs v0.8.33 |
1017 | 2024-02-02T01:33:30.072Z | Downloaded regex-syntax v0.8.2 |
1018 | 2024-02-02T01:33:30.504Z | Downloaded openapiv3 v2.0.0 |
1019 | 2024-02-02T01:33:30.504Z | Downloaded rustix v0.38.30 |
1020 | 2024-02-02T01:33:30.504Z | Downloaded gimli v0.28.0 |
1021 | 2024-02-02T01:33:30.504Z | Downloaded radix_trie v0.2.1 |
1022 | 2024-02-02T01:33:30.504Z | Downloaded trust-dns-proto v0.22.0 |
1023 | 2024-02-02T01:33:30.504Z | Downloaded rustix v0.37.23 |
1024 | 2024-02-02T01:33:30.504Z | Downloaded bstr v0.2.17 |
1025 | 2024-02-02T01:33:30.504Z | Downloaded regex v1.10.3 |
1026 | 2024-02-02T01:33:30.504Z | Downloaded ring v0.17.7 |
1027 | 2024-02-02T01:33:30.504Z | Downloaded polar-core v0.27.0 |
1028 | 2024-02-02T01:33:30.504Z | Downloaded regress v0.7.1 |
1029 | 2024-02-02T01:33:30.504Z | Downloaded curve25519-dalek v4.1.1 |
1030 | 2024-02-02T01:33:30.504Z | Downloaded bstr v1.6.0 |
1031 | 2024-02-02T01:33:30.504Z | Downloaded nix v0.27.1 |
1032 | 2024-02-02T01:33:30.504Z | Downloaded proptest v1.4.0 |
1033 | 2024-02-02T01:33:30.510Z | Downloaded ring v0.16.20 |
1034 | 2024-02-02T01:33:30.675Z | Downloaded syn v1.0.109 |
1035 | 2024-02-02T01:33:30.694Z | Downloaded openssl v0.10.60 |
1036 | 2024-02-02T01:33:30.711Z | Downloaded quick-xml v0.30.0 |
1037 | 2024-02-02T01:33:30.722Z | Downloaded smoltcp v0.9.1 |
1038 | 2024-02-02T01:33:30.742Z | Downloaded bitvec v1.0.1 |
1039 | 2024-02-02T01:33:30.776Z | Downloaded futures-util v0.3.30 |
1040 | 2024-02-02T01:33:30.809Z | Downloaded bindgen v0.69.2 |
1041 | 2024-02-02T01:33:30.819Z | Downloaded tokio-util v0.7.10 |
1042 | 2024-02-02T01:33:30.819Z | Downloaded serde_json v1.0.113 |
1043 | 2024-02-02T01:33:30.827Z | Downloaded pest v2.7.6 |
1044 | 2024-02-02T01:33:30.836Z | Downloaded reedline v0.28.0 |
1045 | 2024-02-02T01:33:30.855Z | Downloaded reqwest v0.11.22 |
1046 | 2024-02-02T01:33:30.877Z | Downloaded idna v0.2.3 |
1047 | 2024-02-02T01:33:30.890Z | Downloaded rayon-core v1.12.0 |
1048 | 2024-02-02T01:33:30.890Z | Downloaded steno v0.4.0 |
1049 | 2024-02-02T01:33:30.899Z | Downloaded hyper v0.14.27 |
1050 | 2024-02-02T01:33:30.905Z | Downloaded h2 v0.3.24 |
1051 | 2024-02-02T01:33:30.915Z | Downloaded subprocess v0.2.9 |
1052 | 2024-02-02T01:33:30.927Z | Downloaded flume v0.11.0 |
1053 | 2024-02-02T01:33:30.927Z | Downloaded num-bigint-dig v0.8.4 |
1054 | 2024-02-02T01:33:30.932Z | Downloaded serde_with v3.5.1 |
1055 | 2024-02-02T01:33:30.947Z | Downloaded portable-atomic v1.4.3 |
1056 | 2024-02-02T01:33:30.955Z | Downloaded headers v0.3.9 |
1057 | 2024-02-02T01:33:30.965Z | Downloaded trust-dns-server v0.22.1 |
1058 | 2024-02-02T01:33:30.974Z | Downloaded rand v0.8.5 |
1059 | 2024-02-02T01:33:30.980Z | Downloaded postgres-protocol v0.6.6 |
1060 | 2024-02-02T01:33:30.983Z | Downloaded x509-cert v0.2.4 |
1061 | 2024-02-02T01:33:30.993Z | Downloaded libxml v0.3.3 |
1062 | 2024-02-02T01:33:31.004Z | Downloaded toml v0.7.8 |
1063 | 2024-02-02T01:33:31.009Z | Downloaded termios v0.3.3 |
1064 | 2024-02-02T01:33:31.013Z | Downloaded usdt-impl v0.3.5 |
1065 | 2024-02-02T01:33:31.017Z | Downloaded nu-ansi-term v0.49.0 |
1066 | 2024-02-02T01:33:31.020Z | Downloaded rcgen v0.12.1 |
1067 | 2024-02-02T01:33:31.024Z | Downloaded platforms v3.0.2 |
1068 | 2024-02-02T01:33:31.031Z | Downloaded zerocopy-derive v0.7.32 |
1069 | 2024-02-02T01:33:31.034Z | Downloaded yasna v0.5.2 |
1070 | 2024-02-02T01:33:31.038Z | Downloaded elliptic-curve v0.13.8 |
1071 | 2024-02-02T01:33:31.043Z | Downloaded pkcs8 v0.10.2 |
1072 | 2024-02-02T01:33:31.048Z | Downloaded proc-macro2 v1.0.78 |
1073 | 2024-02-02T01:33:31.052Z | Downloaded derive_more v0.99.17 |
1074 | 2024-02-02T01:33:31.062Z | Downloaded typed-path v0.7.0 |
1075 | 2024-02-02T01:33:31.071Z | Downloaded nom v7.1.3 |
1076 | 2024-02-02T01:33:31.081Z | Downloaded rustyline v13.0.0 |
1077 | 2024-02-02T01:33:31.089Z | Downloaded blake3 v1.5.0 |
1078 | 2024-02-02T01:33:31.103Z | Downloaded strum_macros v0.25.2 |
1079 | 2024-02-02T01:33:31.107Z | Downloaded structmeta v0.2.0 |
1080 | 2024-02-02T01:33:31.107Z | Downloaded slab v0.4.9 |
1081 | 2024-02-02T01:33:31.111Z | Downloaded diff v0.1.13 |
1082 | 2024-02-02T01:33:31.115Z | Downloaded tracing v0.1.37 |
1083 | 2024-02-02T01:33:31.123Z | Downloaded r2d2 v0.8.10 |
1084 | 2024-02-02T01:33:31.138Z | Downloaded scroll v0.12.0 |
1085 | 2024-02-02T01:33:31.138Z | Downloaded futures-channel v0.3.30 |
1086 | 2024-02-02T01:33:31.138Z | Downloaded float-cmp v0.9.0 |
1087 | 2024-02-02T01:33:31.138Z | Downloaded difflib v0.4.0 |
1088 | 2024-02-02T01:33:31.138Z | Downloaded vec_map v0.8.2 |
1089 | 2024-02-02T01:33:31.138Z | Downloaded embedded-io v0.4.0 |
1090 | 2024-02-02T01:33:31.138Z | Downloaded papergrid v0.11.0 |
1091 | 2024-02-02T01:33:31.146Z | Downloaded itertools v0.10.5 |
1092 | 2024-02-02T01:33:31.157Z | Downloaded toml v0.5.11 |
1093 | 2024-02-02T01:33:31.161Z | Downloaded slog-json v2.6.1 |
1094 | 2024-02-02T01:33:31.165Z | Downloaded ron v0.8.1 |
1095 | 2024-02-02T01:33:31.174Z | Downloaded swrite v0.1.0 |
1096 | 2024-02-02T01:33:31.182Z | Downloaded fxhash v0.2.1 |
1097 | 2024-02-02T01:33:31.183Z | Downloaded usdt-macro v0.3.5 |
1098 | 2024-02-02T01:33:31.183Z | Downloaded try-lock v0.2.4 |
1099 | 2024-02-02T01:33:31.186Z | Downloaded dirs-next v2.0.0 |
1100 | 2024-02-02T01:33:31.186Z | Downloaded phf_shared v0.11.2 |
1101 | 2024-02-02T01:33:31.186Z | Downloaded smallvec v1.11.2 |
1102 | 2024-02-02T01:33:31.186Z | Downloaded rsa v0.9.2 |
1103 | 2024-02-02T01:33:31.193Z | Downloaded darling_core v0.20.3 |
1104 | 2024-02-02T01:33:31.203Z | Downloaded funty v2.0.0 |
1105 | 2024-02-02T01:33:31.206Z | Downloaded fatfs v0.3.6 |
1106 | 2024-02-02T01:33:31.209Z | Downloaded der v0.7.8 |
1107 | 2024-02-02T01:33:31.218Z | Downloaded unsafe-libyaml v0.2.10 |
1108 | 2024-02-02T01:33:31.637Z | Downloaded parking_lot v0.11.2 |
1109 | 2024-02-02T01:33:31.637Z | Downloaded serde_derive v1.0.195 |
1110 | 2024-02-02T01:33:31.637Z | Downloaded parking_lot v0.12.1 |
1111 | 2024-02-02T01:33:31.637Z | Downloaded toml_edit v0.21.0 |
1112 | 2024-02-02T01:33:31.637Z | Downloaded zerocopy v0.6.4 |
1113 | 2024-02-02T01:33:31.637Z | Downloaded tokio-stream v0.1.14 |
1114 | 2024-02-02T01:33:31.637Z | Downloaded mio v0.8.9 |
1115 | 2024-02-02T01:33:31.637Z | Downloaded thiserror-impl v1.0.56 |
1116 | 2024-02-02T01:33:31.637Z | Downloaded waitgroup v0.1.2 |
1117 | 2024-02-02T01:33:31.637Z | Downloaded opaque-debug v0.3.0 |
1118 | 2024-02-02T01:33:31.637Z | Downloaded paste v1.0.14 |
1119 | 2024-02-02T01:33:31.637Z | Downloaded semver v0.1.20 |
1120 | 2024-02-02T01:33:31.638Z | Downloaded der_derive v0.7.2 |
1121 | 2024-02-02T01:33:31.638Z | Downloaded prettyplease v0.2.16 |
1122 | 2024-02-02T01:33:31.638Z | Downloaded vte v0.11.1 |
1123 | 2024-02-02T01:33:31.638Z | Downloaded tungstenite v0.20.1 |
1124 | 2024-02-02T01:33:31.638Z | Downloaded hashbrown v0.12.3 |
1125 | 2024-02-02T01:33:31.638Z | Downloaded derive_builder_core v0.12.0 |
1126 | 2024-02-02T01:33:31.638Z | Downloaded parking_lot_core v0.8.6 |
1127 | 2024-02-02T01:33:31.638Z | Downloaded rpassword v7.3.1 |
1128 | 2024-02-02T01:33:31.638Z | Downloaded serde-hex v0.1.0 |
1129 | 2024-02-02T01:33:31.638Z | Downloaded packed_struct_codegen v0.10.1 |
1130 | 2024-02-02T01:33:31.638Z | Downloaded slog v2.7.0 |
1131 | 2024-02-02T01:33:31.638Z | Downloaded minimal-lexical v0.2.1 |
1132 | 2024-02-02T01:33:31.639Z | Downloaded ff v0.13.0 |
1133 | 2024-02-02T01:33:31.639Z | Downloaded fd-lock v4.0.2 |
1134 | 2024-02-02T01:33:31.639Z | Downloaded fd-lock v3.0.13 |
1135 | 2024-02-02T01:33:31.639Z | Downloaded unicode-linebreak v0.1.5 |
1136 | 2024-02-02T01:33:31.639Z | Downloaded dof v0.3.0 |
1137 | 2024-02-02T01:33:31.639Z | Downloaded futures-core v0.3.30 |
1138 | 2024-02-02T01:33:31.639Z | Downloaded unicode-bidi v0.3.13 |
1139 | 2024-02-02T01:33:31.639Z | Downloaded memchr v2.6.3 |
1140 | 2024-02-02T01:33:31.639Z | Downloaded packed_struct v0.10.1 |
1141 | 2024-02-02T01:33:31.639Z | Downloaded digest v0.10.7 |
1142 | 2024-02-02T01:33:31.639Z | Downloaded thiserror-impl-no-std v2.0.2 |
1143 | 2024-02-02T01:33:31.639Z | Downloaded thiserror v1.0.56 |
1144 | 2024-02-02T01:33:31.639Z | Downloaded itertools v0.12.1 |
1145 | 2024-02-02T01:33:31.640Z | Downloaded supports-color v2.1.0 |
1146 | 2024-02-02T01:33:31.640Z | Downloaded tar v0.4.40 |
1147 | 2024-02-02T01:33:31.640Z | Downloaded pin-project-lite v0.2.13 |
1148 | 2024-02-02T01:33:31.640Z | Downloaded zip v0.6.6 |
1149 | 2024-02-02T01:33:31.640Z | Downloaded fallible-iterator v0.2.0 |
1150 | 2024-02-02T01:33:31.640Z | Downloaded tokio-rustls v0.24.1 |
1151 | 2024-02-02T01:33:31.640Z | Downloaded pest_derive v2.7.6 |
1152 | 2024-02-02T01:33:31.640Z | Downloaded heapless v0.7.16 |
1153 | 2024-02-02T01:33:31.640Z | Downloaded http v1.0.0 |
1154 | 2024-02-02T01:33:31.640Z | Downloaded fastrand v2.0.0 |
1155 | 2024-02-02T01:33:31.640Z | Downloaded errno v0.3.8 |
1156 | 2024-02-02T01:33:31.640Z | Downloaded env_logger v0.10.0 |
1157 | 2024-02-02T01:33:31.641Z | Downloaded tracing-attributes v0.1.26 |
1158 | 2024-02-02T01:33:31.641Z | Downloaded static_assertions v1.1.0 |
1159 | 2024-02-02T01:33:31.641Z | Downloaded typenum v1.16.0 |
1160 | 2024-02-02T01:33:31.641Z | Downloaded samael v0.0.14 |
1161 | 2024-02-02T01:33:31.641Z | Downloaded stable_deref_trait v1.2.0 |
1162 | 2024-02-02T01:33:31.641Z | Downloaded quick-error v1.2.3 |
1163 | 2024-02-02T01:33:31.641Z | Downloaded proc-macro-crate v1.3.1 |
1164 | 2024-02-02T01:33:31.641Z | Downloaded xattr v1.0.1 |
1165 | 2024-02-02T01:33:31.641Z | Downloaded sha2 v0.10.8 |
1166 | 2024-02-02T01:33:31.641Z | Downloaded derive-where v1.2.7 |
1167 | 2024-02-02T01:33:31.641Z | Downloaded crypto-bigint v0.5.2 |
1168 | 2024-02-02T01:33:31.641Z | Downloaded chacha20poly1305 v0.10.1 |
1169 | 2024-02-02T01:33:31.641Z | Downloaded term v0.7.0 |
1170 | 2024-02-02T01:33:31.642Z | Downloaded schemars v0.8.16 |
1171 | 2024-02-02T01:33:31.642Z | Downloaded ryu v1.0.15 |
1172 | 2024-02-02T01:33:31.642Z | Downloaded http v0.2.11 |
1173 | 2024-02-02T01:33:31.642Z | Downloaded serde v1.0.195 |
1174 | 2024-02-02T01:33:31.642Z | Downloaded shlex v1.3.0 |
1175 | 2024-02-02T01:33:31.642Z | Downloaded slog-envlogger v2.2.0 |
1176 | 2024-02-02T01:33:31.642Z | Downloaded version_check v0.9.4 |
1177 | 2024-02-02T01:33:31.643Z | Downloaded universal-hash v0.5.1 |
1178 | 2024-02-02T01:33:31.643Z | Downloaded pest_generator v2.7.6 |
1179 | 2024-02-02T01:33:31.643Z | Downloaded resolv-conf v0.7.0 |
1180 | 2024-02-02T01:33:31.643Z | Downloaded termcolor v1.2.0 |
1181 | 2024-02-02T01:33:31.643Z | Downloaded derive_builder v0.12.0 |
1182 | 2024-02-02T01:33:31.643Z | Downloaded slog-term v2.9.0 |
1183 | 2024-02-02T01:33:31.643Z | Downloaded pin-project-internal v1.1.3 |
1184 | 2024-02-02T01:33:31.644Z | Downloaded parking_lot_core v0.9.8 |
1185 | 2024-02-02T01:33:31.644Z | Downloaded walkdir v2.4.0 |
1186 | 2024-02-02T01:33:31.644Z | Downloaded utf8parse v0.2.1 |
1187 | 2024-02-02T01:33:31.644Z | Downloaded unicase v2.7.0 |
1188 | 2024-02-02T01:33:31.644Z | Downloaded socket2 v0.5.5 |
1189 | 2024-02-02T01:33:31.644Z | Downloaded allocator-api2 v0.2.16 |
1190 | 2024-02-02T01:33:31.645Z | Downloaded snafu v0.7.5 |
1191 | 2024-02-02T01:33:31.645Z | Downloaded enum-as-inner v0.5.1 |
1192 | 2024-02-02T01:33:31.645Z | Downloaded ena v0.14.2 |
1193 | 2024-02-02T01:33:31.645Z | Downloaded semver v0.11.0 |
1194 | 2024-02-02T01:33:31.645Z | Downloaded rustc-demangle v0.1.23 |
1195 | 2024-02-02T01:33:31.645Z | Downloaded pin-utils v0.1.0 |
1196 | 2024-02-02T01:33:31.645Z | Downloaded fixedbitset v0.4.2 |
1197 | 2024-02-02T01:33:31.672Z | Downloaded deranged v0.3.8 |
1198 | 2024-02-02T01:33:31.672Z | Downloaded strum_macros v0.24.3 |
1199 | 2024-02-02T01:33:31.672Z | Downloaded structopt-derive v0.4.18 |
1200 | 2024-02-02T01:33:31.672Z | Downloaded structmeta-derive v0.2.0 |
1201 | 2024-02-02T01:33:31.672Z | Downloaded strsim v0.8.0 |
1202 | 2024-02-02T01:33:31.672Z | Downloaded strip-ansi-escapes v0.2.0 |
1203 | 2024-02-02T01:33:31.673Z | Downloaded slog-stdlog v4.1.1 |
1204 | 2024-02-02T01:33:31.673Z | Downloaded slog-scope v4.4.0 |
1205 | 2024-02-02T01:33:31.680Z | Downloaded slog-dtrace v0.3.0 |
1206 | 2024-02-02T01:33:31.681Z | Downloaded slog-bunyan v2.5.0 |
1207 | 2024-02-02T01:33:31.681Z | Downloaded num-traits v0.2.16 |
1208 | 2024-02-02T01:33:31.681Z | Downloaded bytes v1.5.0 |
1209 | 2024-02-02T01:33:31.681Z | Downloaded base64 v0.21.7 |
1210 | 2024-02-02T01:33:31.681Z | Downloaded highway v1.1.0 |
1211 | 2024-02-02T01:33:31.681Z | Downloaded hex v0.4.3 |
1212 | 2024-02-02T01:33:31.684Z | Downloaded heck v0.4.1 |
1213 | 2024-02-02T01:33:31.684Z | Downloaded crossbeam-epoch v0.9.15 |
1214 | 2024-02-02T01:33:31.684Z | Downloaded mime_guess v2.0.4 |
1215 | 2024-02-02T01:33:31.688Z | Downloaded getrandom v0.2.10 |
1216 | 2024-02-02T01:33:31.692Z | Downloaded indexmap v2.2.2 |
1217 | 2024-02-02T01:33:31.699Z | Downloaded doc-comment v0.3.3 |
1218 | 2024-02-02T01:33:31.705Z | Downloaded spin v0.9.8 |
1219 | 2024-02-02T01:33:31.705Z | Downloaded hash32 v0.2.1 |
1220 | 2024-02-02T01:33:31.709Z | Downloaded schemars_derive v0.8.16 |
1221 | 2024-02-02T01:33:31.709Z | Downloaded hyper-rustls v0.24.2 |
1222 | 2024-02-02T01:33:31.715Z | Downloaded darling_macro v0.20.3 |
1223 | 2024-02-02T01:33:31.715Z | Downloaded termtree v0.4.1 |
1224 | 2024-02-02T01:33:31.720Z | Downloaded multer v3.0.0 |
1225 | 2024-02-02T01:33:31.720Z | Downloaded rustversion v1.0.14 |
1226 | 2024-02-02T01:33:31.731Z | Downloaded rustls-pemfile v2.0.0 |
1227 | 2024-02-02T01:33:32.147Z | Downloaded libm v0.2.7 |
1228 | 2024-02-02T01:33:32.147Z | Downloaded rusty-fork v0.3.0 |
1229 | 2024-02-02T01:33:32.147Z | Downloaded rustc_version v0.1.7 |
1230 | 2024-02-02T01:33:32.147Z | Downloaded semver v1.0.21 |
1231 | 2024-02-02T01:33:32.147Z | Downloaded indoc v2.0.3 |
1232 | 2024-02-02T01:33:32.147Z | Downloaded cookie v0.18.0 |
1233 | 2024-02-02T01:33:32.147Z | Downloaded backtrace v0.3.69 |
1234 | 2024-02-02T01:33:32.147Z | Downloaded native-tls v0.2.11 |
1235 | 2024-02-02T01:33:32.147Z | Downloaded num-integer v0.1.45 |
1236 | 2024-02-02T01:33:32.147Z | Downloaded num-complex v0.4.4 |
1237 | 2024-02-02T01:33:32.147Z | Downloaded hash32 v0.3.1 |
1238 | 2024-02-02T01:33:32.147Z | Downloaded toolchain_find v0.2.0 |
1239 | 2024-02-02T01:33:32.147Z | Downloaded predicates v3.1.0 |
1240 | 2024-02-02T01:33:32.147Z | Downloaded glob v0.3.1 |
1241 | 2024-02-02T01:33:32.147Z | Downloaded blake2 v0.10.6 |
1242 | 2024-02-02T01:33:32.147Z | Downloaded const-oid v0.9.5 |
1243 | 2024-02-02T01:33:32.147Z | Downloaded gethostname v0.4.3 |
1244 | 2024-02-02T01:33:32.148Z | Downloaded futures-io v0.3.30 |
1245 | 2024-02-02T01:33:32.148Z | Downloaded nanorand v0.7.0 |
1246 | 2024-02-02T01:33:32.148Z | Downloaded libsw v3.3.1 |
1247 | 2024-02-02T01:33:32.148Z | Downloaded indoc v1.0.9 |
1248 | 2024-02-02T01:33:32.148Z | Downloaded foreign-types-macros v0.2.3 |
1249 | 2024-02-02T01:33:32.148Z | Downloaded zeroize_derive v1.4.2 |
1250 | 2024-02-02T01:33:32.148Z | Downloaded unarray v0.1.4 |
1251 | 2024-02-02T01:33:32.148Z | Downloaded futures-task v0.3.30 |
1252 | 2024-02-02T01:33:32.148Z | Downloaded futures-macro v0.3.30 |
1253 | 2024-02-02T01:33:32.148Z | Downloaded usdt v0.5.0 |
1254 | 2024-02-02T01:33:32.148Z | Downloaded untrusted v0.7.1 |
1255 | 2024-02-02T01:33:32.148Z | Downloaded mockall v0.12.0 |
1256 | 2024-02-02T01:33:32.148Z | Downloaded mime v0.3.17 |
1257 | 2024-02-02T01:33:32.148Z | Downloaded itoa v1.0.9 |
1258 | 2024-02-02T01:33:32.148Z | Downloaded arrayvec v0.7.4 |
1259 | 2024-02-02T01:33:32.148Z | Downloaded libloading v0.7.4 |
1260 | 2024-02-02T01:33:32.148Z | Downloaded num_enum v0.5.11 |
1261 | 2024-02-02T01:33:32.149Z | Downloaded num_cpus v1.16.0 |
1262 | 2024-02-02T01:33:32.149Z | Downloaded num-iter v0.1.43 |
1263 | 2024-02-02T01:33:32.149Z | Downloaded num v0.4.1 |
1264 | 2024-02-02T01:33:32.149Z | Downloaded nodrop v0.1.14 |
1265 | 2024-02-02T01:33:32.149Z | Downloaded maybe-uninit v2.0.0 |
1266 | 2024-02-02T01:33:32.149Z | Downloaded libefi-sys v0.1.0 |
1267 | 2024-02-02T01:33:32.149Z | Downloaded aead v0.5.2 |
1268 | 2024-02-02T01:33:32.149Z | Downloaded maplit v1.0.2 |
1269 | 2024-02-02T01:33:32.149Z | Downloaded linear-map v1.2.0 |
1270 | 2024-02-02T01:33:32.149Z | Downloaded crypto-common v0.1.6 |
1271 | 2024-02-02T01:33:32.149Z | Downloaded addr2line v0.21.0 |
1272 | 2024-02-02T01:33:32.149Z | Downloaded anyhow v1.0.75 |
1273 | 2024-02-02T01:33:32.149Z | Downloaded zeroize v1.7.0 |
1274 | 2024-02-02T01:33:32.149Z | Downloaded zerocopy v0.3.0 |
1275 | 2024-02-02T01:33:32.149Z | Downloaded wait-timeout v0.2.0 |
1276 | 2024-02-02T01:33:32.149Z | Downloaded tiny-keccak v2.0.2 |
1277 | 2024-02-02T01:33:32.149Z | Downloaded sct v0.7.0 |
1278 | 2024-02-02T01:33:32.150Z | Downloaded tower-service v0.3.2 |
1279 | 2024-02-02T01:33:32.150Z | Downloaded chacha20 v0.9.1 |
1280 | 2024-02-02T01:33:32.150Z | Downloaded hubpack v0.1.2 |
1281 | 2024-02-02T01:33:32.150Z | Downloaded memmap v0.7.0 |
1282 | 2024-02-02T01:33:32.150Z | Downloaded lazy_static v1.4.0 |
1283 | 2024-02-02T01:33:32.150Z | Downloaded memmap2 v0.7.1 |
1284 | 2024-02-02T01:33:32.150Z | Downloaded bzip2 v0.4.4 |
1285 | 2024-02-02T01:33:32.150Z | Downloaded precomputed-hash v0.1.1 |
1286 | 2024-02-02T01:33:32.150Z | Downloaded camino v1.1.6 |
1287 | 2024-02-02T01:33:32.150Z | Downloaded bcs v0.1.6 |
1288 | 2024-02-02T01:33:32.150Z | Downloaded crc v3.0.1 |
1289 | 2024-02-02T01:33:32.150Z | Downloaded macaddr v1.0.1 |
1290 | 2024-02-02T01:33:32.150Z | Downloaded usdt v0.3.5 |
1291 | 2024-02-02T01:33:32.150Z | Downloaded async-trait v0.1.77 |
1292 | 2024-02-02T01:33:32.151Z | Downloaded smf v0.2.2 |
1293 | 2024-02-02T01:33:32.151Z | Downloaded smawk v0.3.1 |
1294 | 2024-02-02T01:33:32.151Z | Downloaded serde_path_to_error v0.1.15 |
1295 | 2024-02-02T01:33:32.151Z | Downloaded kstat-rs v0.2.3 |
1296 | 2024-02-02T01:33:32.151Z | Downloaded buf-list v1.0.3 |
1297 | 2024-02-02T01:33:32.151Z | Downloaded lazycell v1.3.0 |
1298 | 2024-02-02T01:33:32.151Z | Downloaded keccak v0.1.4 |
1299 | 2024-02-02T01:33:32.151Z | Downloaded byteorder v1.5.0 |
1300 | 2024-02-02T01:33:32.151Z | Downloaded ansi_term v0.12.1 |
1301 | 2024-02-02T01:33:32.151Z | Downloaded md-5 v0.10.5 |
1302 | 2024-02-02T01:33:32.151Z | Downloaded crossbeam v0.8.2 |
1303 | 2024-02-02T01:33:32.151Z | Downloaded iana-time-zone v0.1.57 |
1304 | 2024-02-02T01:33:32.151Z | Downloaded home v0.5.5 |
1305 | 2024-02-02T01:33:32.151Z | Downloaded clap_derive v4.4.2 |
1306 | 2024-02-02T01:33:32.151Z | Downloaded base64ct v1.6.0 |
1307 | 2024-02-02T01:33:32.152Z | Downloaded bitfield v0.14.0 |
1308 | 2024-02-02T01:33:32.152Z | Downloaded serde_spanned v0.6.4 |
1309 | 2024-02-02T01:33:32.152Z | Downloaded anstream v0.5.0 |
1310 | 2024-02-02T01:33:32.152Z | Downloaded argon2 v0.5.3 |
1311 | 2024-02-02T01:33:32.152Z | Downloaded usdt-macro v0.5.0 |
1312 | 2024-02-02T01:33:32.152Z | Downloaded sqlparser_derive v0.2.2 |
1313 | 2024-02-02T01:33:32.152Z | Downloaded log v0.4.20 |
1314 | 2024-02-02T01:33:32.152Z | Downloaded io-lifetimes v1.0.11 |
1315 | 2024-02-02T01:33:32.152Z | Downloaded inout v0.1.3 |
1316 | 2024-02-02T01:33:32.152Z | Downloaded async-recursion v1.0.5 |
1317 | 2024-02-02T01:33:32.152Z | Downloaded backoff v0.4.0 |
1318 | 2024-02-02T01:33:32.152Z | Downloaded cstr-argument v0.1.2 |
1319 | 2024-02-02T01:33:32.152Z | Downloaded cexpr v0.6.0 |
1320 | 2024-02-02T01:33:32.152Z | Downloaded cassowary v0.3.0 |
1321 | 2024-02-02T01:33:32.152Z | Downloaded crossbeam-deque v0.8.3 |
1322 | 2024-02-02T01:33:32.152Z | Downloaded async-stream v0.3.5 |
1323 | 2024-02-02T01:33:32.153Z | Downloaded ascii-canvas v3.0.0 |
1324 | 2024-02-02T01:33:32.153Z | Downloaded anstyle-query v1.0.0 |
1325 | 2024-02-02T01:33:32.153Z | Downloaded hyper-tls v0.5.0 |
1326 | 2024-02-02T01:33:32.153Z | Downloaded http-body v0.4.5 |
1327 | 2024-02-02T01:33:32.180Z | Downloaded arrayref v0.3.7 |
1328 | 2024-02-02T01:33:32.180Z | Downloaded memoffset v0.9.0 |
1329 | 2024-02-02T01:33:32.180Z | Downloaded memoffset v0.7.1 |
1330 | 2024-02-02T01:33:32.180Z | Downloaded matches v0.1.10 |
1331 | 2024-02-02T01:33:32.180Z | Downloaded crucible-workspace-hack v0.1.0 |
1332 | 2024-02-02T01:33:32.180Z | Downloaded autocfg v1.1.0 |
1333 | 2024-02-02T01:33:32.180Z | Downloaded lock_api v0.4.10 |
1334 | 2024-02-02T01:33:32.180Z | Downloaded base16ct v0.2.0 |
1335 | 2024-02-02T01:33:32.180Z | Downloaded bit-set v0.5.3 |
1336 | 2024-02-02T01:33:32.181Z | Downloaded anstyle v1.0.2 |
1337 | 2024-02-02T01:33:32.181Z | Downloaded atomicwrites v0.4.3 |
1338 | 2024-02-02T01:33:32.181Z | Downloaded atomic-waker v1.1.1 |
1339 | 2024-02-02T01:33:32.181Z | Downloaded crc-catalog v2.2.0 |
1340 | 2024-02-02T01:33:32.181Z | Downloaded corncobs v0.1.3 |
1341 | 2024-02-02T01:33:32.181Z | Downloaded clap_lex v0.5.1 |
1342 | 2024-02-02T01:33:32.181Z | Downloaded bb8 v0.8.1 |
1343 | 2024-02-02T01:33:32.181Z | Downloaded array-init v0.0.4 |
1344 | 2024-02-02T01:33:32.181Z | Downloaded hostname v0.3.1 |
1345 | 2024-02-02T01:33:32.181Z | Downloaded bitflags v1.3.2 |
1346 | 2024-02-02T01:33:32.182Z | Downloaded scroll_derive v0.12.0 |
1347 | 2024-02-02T01:33:32.182Z | Downloaded managed v0.8.0 |
1348 | 2024-02-02T01:33:32.182Z | Downloaded ipnetwork v0.20.0 |
1349 | 2024-02-02T01:33:32.182Z | Downloaded http-range v0.1.5 |
1350 | 2024-02-02T01:33:32.182Z | Downloaded test-strategy v0.3.1 |
1351 | 2024-02-02T01:33:32.183Z | Downloaded socket2 v0.4.9 |
1352 | 2024-02-02T01:33:32.183Z | Downloaded signal-hook v0.3.17 |
1353 | 2024-02-02T01:33:32.183Z | Downloaded crunchy v0.2.2 |
1354 | 2024-02-02T01:33:32.183Z | Downloaded signal-hook-mio v0.2.3 |
1355 | 2024-02-02T01:33:32.183Z | Downloaded sha1 v0.10.6 |
1356 | 2024-02-02T01:33:32.183Z | Downloaded signal-hook-registry v1.4.1 |
1357 | 2024-02-02T01:33:32.183Z | Downloaded rustls v0.22.2 |
1358 | 2024-02-02T01:33:32.183Z | Downloaded serde_yaml v0.9.25 |
1359 | 2024-02-02T01:33:32.183Z | Downloaded rustls-webpki v0.101.7 |
1360 | 2024-02-02T01:33:32.183Z | Downloaded match_cfg v0.1.0 |
1361 | 2024-02-02T01:33:32.183Z | Downloaded lru v0.12.1 |
1362 | 2024-02-02T01:33:32.184Z | Downloaded convert_case v0.4.0 |
1363 | 2024-02-02T01:33:32.184Z | Downloaded colored v2.0.4 |
1364 | 2024-02-02T01:33:32.184Z | Downloaded rustls-webpki v0.102.1 |
1365 | 2024-02-02T01:33:32.201Z | Downloaded httparse v1.8.0 |
1366 | 2024-02-02T01:33:32.202Z | Downloaded adler v1.0.2 |
1367 | 2024-02-02T01:33:32.202Z | Downloaded serde_repr v0.1.16 |
1368 | 2024-02-02T01:33:32.202Z | Downloaded serde_plain v1.0.2 |
1369 | 2024-02-02T01:33:32.202Z | Downloaded impl-trait-for-tuples v0.2.2 |
1370 | 2024-02-02T01:33:32.202Z | Downloaded hyper-staticfile v0.9.5 |
1371 | 2024-02-02T01:33:32.203Z | Downloaded constant_time_eq v0.3.0 |
1372 | 2024-02-02T01:33:32.203Z | Downloaded console v0.15.8 |
1373 | 2024-02-02T01:33:32.203Z | Downloaded colorchoice v1.0.0 |
1374 | 2024-02-02T01:33:32.215Z | Downloaded ciborium-ll v0.2.2 |
1375 | 2024-02-02T01:33:32.215Z | Downloaded cancel-safe-futures v0.1.5 |
1376 | 2024-02-02T01:33:32.215Z | Downloaded cpufeatures v0.2.12 |
1377 | 2024-02-02T01:33:32.215Z | Downloaded cobs v0.2.3 |
1378 | 2024-02-02T01:33:32.215Z | Downloaded cipher v0.4.4 |
1379 | 2024-02-02T01:33:32.215Z | Downloaded ciborium v0.2.2 |
1380 | 2024-02-02T01:33:32.222Z | Downloaded atty v0.2.14 |
1381 | 2024-02-02T01:33:32.223Z | Downloaded same-file v1.0.6 |
1382 | 2024-02-02T01:33:32.223Z | Downloaded rustls-pki-types v1.1.0 |
1383 | 2024-02-02T01:33:32.223Z | Downloaded lalrpop v0.19.12 |
1384 | 2024-02-02T01:33:32.241Z | Downloaded is-terminal v0.4.9 |
1385 | 2024-02-02T01:33:32.583Z | Compiling proc-macro2 v1.0.78 |
1386 | 2024-02-02T01:33:32.584Z | Compiling unicode-ident v1.0.12 |
1387 | 2024-02-02T01:33:32.605Z | Compiling libc v0.2.153 |
1388 | 2024-02-02T01:33:32.605Z | Compiling serde v1.0.195 |
1389 | 2024-02-02T01:33:32.605Z | Compiling autocfg v1.1.0 |
1390 | 2024-02-02T01:33:32.611Z | Compiling version_check v0.9.4 |
1391 | 2024-02-02T01:33:32.611Z | Compiling cfg-if v1.0.0 |
1392 | 2024-02-02T01:33:32.827Z | Compiling once_cell v1.19.0 |
1393 | 2024-02-02T01:33:32.852Z | Compiling syn v1.0.109 |
1394 | 2024-02-02T01:33:32.945Z | Compiling byteorder v1.5.0 |
1395 | 2024-02-02T01:33:33.384Z | Compiling memchr v2.6.3 |
1396 | 2024-02-02T01:33:33.712Z | Compiling ahash v0.8.6 |
1397 | 2024-02-02T01:33:33.734Z | Compiling parking_lot_core v0.9.8 |
1398 | 2024-02-02T01:33:33.840Z | Compiling lock_api v0.4.10 |
1399 | 2024-02-02T01:33:34.337Z | Compiling libm v0.2.7 |
1400 | 2024-02-02T01:33:34.375Z | Compiling serde_json v1.0.113 |
1401 | 2024-02-02T01:33:34.390Z | Compiling num-traits v0.2.16 |
1402 | 2024-02-02T01:33:34.442Z | Compiling thiserror v1.0.56 |
1403 | 2024-02-02T01:33:34.869Z | Compiling scopeguard v1.2.0 |
1404 | 2024-02-02T01:33:35.078Z | Compiling typenum v1.16.0 |
1405 | 2024-02-02T01:33:35.184Z | Compiling generic-array v0.14.7 |
1406 | 2024-02-02T01:33:35.805Z | Compiling quote v1.0.35 |
1407 | 2024-02-02T01:33:36.194Z | Compiling cc v1.0.83 |
1408 | 2024-02-02T01:33:36.255Z | Compiling getrandom v0.2.10 |
1409 | 2024-02-02T01:33:36.494Z | Compiling syn v2.0.48 |
1410 | 2024-02-02T01:33:36.816Z | Compiling itoa v1.0.9 |
1411 | 2024-02-02T01:33:37.152Z | Compiling log v0.4.20 |
1412 | 2024-02-02T01:33:37.729Z | Compiling pkg-config v0.3.27 |
1413 | 2024-02-02T01:33:38.177Z | Compiling slab v0.4.9 |
1414 | 2024-02-02T01:33:38.516Z | Compiling ryu v1.0.15 |
1415 | 2024-02-02T01:33:38.781Z | Compiling smallvec v1.11.2 |
1416 | 2024-02-02T01:33:38.961Z | Compiling pin-project-lite v0.2.13 |
1417 | 2024-02-02T01:33:39.141Z | Compiling allocator-api2 v0.2.16 |
1418 | 2024-02-02T01:33:39.468Z | Compiling equivalent v1.0.1 |
1419 | 2024-02-02T01:33:39.549Z | Compiling heck v0.4.1 |
1420 | 2024-02-02T01:33:39.625Z | Compiling schemars v0.8.16 |
1421 | 2024-02-02T01:33:40.083Z | Compiling parking_lot v0.12.1 |
1422 | 2024-02-02T01:33:40.144Z | Compiling vcpkg v0.2.15 |
1423 | 2024-02-02T01:33:40.217Z | Compiling ring v0.17.7 |
1424 | 2024-02-02T01:33:41.817Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2024-02-02T01:33:42.932Z | Compiling openssl-sys v0.9.96 |
1426 | 2024-02-02T01:33:44.051Z | Compiling mio v0.8.9 |
1427 | 2024-02-02T01:33:44.275Z | Compiling rand_core v0.6.4 |
1428 | 2024-02-02T01:33:45.512Z | Compiling ring v0.16.20 |
1429 | 2024-02-02T01:33:46.952Z | Compiling num_cpus v1.16.0 |
1430 | 2024-02-02T01:33:47.036Z | Compiling socket2 v0.5.5 |
1431 | 2024-02-02T01:33:47.228Z | Compiling httparse v1.8.0 |
1432 | 2024-02-02T01:33:47.285Z | Compiling ucd-trie v0.1.6 |
1433 | 2024-02-02T01:33:47.559Z | Compiling futures-core v0.3.30 |
1434 | 2024-02-02T01:33:47.773Z | Compiling fnv v1.0.7 |
1435 | 2024-02-02T01:33:47.902Z | Compiling spin v0.5.2 |
1436 | 2024-02-02T01:33:47.929Z | Compiling crossbeam-utils v0.8.16 |
1437 | 2024-02-02T01:33:47.951Z | Compiling semver v1.0.21 |
1438 | 2024-02-02T01:33:48.019Z | Compiling openssl v0.10.60 |
1439 | 2024-02-02T01:33:48.269Z | Compiling serde_derive_internals v0.26.0 |
1440 | 2024-02-02T01:33:48.773Z | Compiling iana-time-zone v0.1.57 |
1441 | 2024-02-02T01:33:49.080Z | Compiling rustls v0.21.9 |
1442 | 2024-02-02T01:33:49.281Z | Compiling const-oid v0.9.5 |
1443 | 2024-02-02T01:33:49.619Z | Compiling native-tls v0.2.11 |
1444 | 2024-02-02T01:33:50.194Z | Compiling subtle v2.5.0 |
1445 | 2024-02-02T01:33:50.257Z | Compiling unicode-xid v0.2.4 |
1446 | 2024-02-02T01:33:50.538Z | Compiling synstructure v0.12.6 |
1447 | 2024-02-02T01:33:50.631Z | Compiling spin v0.9.8 |
1448 | 2024-02-02T01:33:51.267Z | Compiling memoffset v0.9.0 |
1449 | 2024-02-02T01:33:51.695Z | Compiling futures-sink v0.3.30 |
1450 | 2024-02-02T01:33:51.915Z | Compiling io-lifetimes v1.0.11 |
1451 | 2024-02-02T01:33:52.653Z | Compiling backtrace v0.3.69 |
1452 | 2024-02-02T01:33:52.930Z | Compiling rustix v0.38.30 |
1453 | 2024-02-02T01:33:52.962Z | Compiling dyn-clone v1.0.13 |
1454 | 2024-02-02T01:33:52.971Z | Compiling winnow v0.5.15 |
1455 | 2024-02-02T01:33:53.049Z | Compiling tinyvec_macros v0.1.1 |
1456 | 2024-02-02T01:33:53.221Z | Compiling tinyvec v1.6.0 |
1457 | 2024-02-02T01:33:53.688Z | Compiling futures-channel v0.3.30 |
1458 | 2024-02-02T01:33:54.006Z | Compiling tracing-core v0.1.31 |
1459 | 2024-02-02T01:33:54.378Z | Compiling crossbeam-epoch v0.9.15 |
1460 | 2024-02-02T01:33:54.411Z | Compiling num-integer v0.1.45 |
1461 | 2024-02-02T01:33:54.841Z | Compiling futures-io v0.3.30 |
1462 | 2024-02-02T01:33:54.913Z | Compiling slog v2.7.0 |
1463 | 2024-02-02T01:33:55.210Z | Compiling pin-utils v0.1.0 |
1464 | 2024-02-02T01:33:55.341Z | Compiling futures-task v0.3.30 |
1465 | 2024-02-02T01:33:55.902Z | Compiling rustix v0.37.23 |
1466 | 2024-02-02T01:33:56.044Z | Compiling unicode-normalization v0.1.22 |
1467 | 2024-02-02T01:33:57.323Z | Compiling usdt-impl v0.3.5 |
1468 | 2024-02-02T01:33:57.432Z | Compiling serde_derive v1.0.195 |
1469 | 2024-02-02T01:33:57.752Z | Compiling zerocopy-derive v0.7.32 |
1470 | 2024-02-02T01:33:57.799Z | Compiling zeroize_derive v1.4.2 |
1471 | 2024-02-02T01:33:57.894Z | Compiling thiserror-impl v1.0.56 |
1472 | 2024-02-02T01:33:58.120Z | Compiling tokio-macros v2.2.0 |
1473 | 2024-02-02T01:33:58.836Z | Compiling futures-macro v0.3.30 |
1474 | 2024-02-02T01:33:59.695Z | Compiling tracing-attributes v0.1.26 |
1475 | 2024-02-02T01:34:00.132Z | Compiling zeroize v1.7.0 |
1476 | 2024-02-02T01:34:00.495Z | Compiling schemars_derive v0.8.16 |
1477 | 2024-02-02T01:34:00.949Z | Compiling zerocopy v0.7.32 |
1478 | 2024-02-02T01:34:02.793Z | Compiling pest v2.7.6 |
1479 | 2024-02-02T01:34:04.508Z | Compiling hashbrown v0.14.2 |
1480 | 2024-02-02T01:34:04.995Z | Compiling openssl-macros v0.1.1 |
1481 | 2024-02-02T01:34:05.278Z | Compiling zerocopy-derive v0.2.0 |
1482 | 2024-02-02T01:34:06.028Z | Compiling crypto-common v0.1.6 |
1483 | 2024-02-02T01:34:06.312Z | Compiling der_derive v0.7.2 |
1484 | 2024-02-02T01:34:06.593Z | Compiling tracing v0.1.37 |
1485 | 2024-02-02T01:34:06.618Z | Compiling hashbrown v0.13.2 |
1486 | 2024-02-02T01:34:07.435Z | Compiling pest_meta v2.7.6 |
1487 | 2024-02-02T01:34:07.467Z | Compiling block-buffer v0.10.4 |
1488 | 2024-02-02T01:34:07.804Z | Compiling futures-util v0.3.30 |
1489 | 2024-02-02T01:34:08.349Z | Compiling anyhow v1.0.75 |
1490 | 2024-02-02T01:34:09.132Z | Compiling crc32fast v1.3.2 |
1491 | 2024-02-02T01:34:09.761Z | Compiling pest_generator v2.7.6 |
1492 | 2024-02-02T01:34:10.097Z | Compiling unicode-bidi v0.3.13 |
1493 | 2024-02-02T01:34:12.107Z | Compiling time-core v0.1.1 |
1494 | 2024-02-02T01:34:12.353Z | Compiling bitflags v1.3.2 |
1495 | 2024-02-02T01:34:12.821Z | Compiling time-macros v0.2.13 |
1496 | 2024-02-02T01:34:13.776Z | Compiling digest v0.10.7 |
1497 | 2024-02-02T01:34:14.233Z | Compiling pest_derive v2.7.6 |
1498 | 2024-02-02T01:34:14.448Z | Compiling scroll_derive v0.12.0 |
1499 | 2024-02-02T01:34:15.428Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1500 | 2024-02-02T01:34:15.455Z | Compiling aho-corasick v1.0.4 |
1501 | 2024-02-02T01:34:16.062Z | Compiling untrusted v0.9.0 |
1502 | 2024-02-02T01:34:16.350Z | Compiling regex-syntax v0.8.2 |
1503 | 2024-02-02T01:34:16.587Z | Compiling rustversion v1.0.14 |
1504 | 2024-02-02T01:34:17.368Z | Compiling signal-hook v0.3.17 |
1505 | 2024-02-02T01:34:17.455Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-02-02T01:34:17.769Z | Compiling async-trait v0.1.77 |
1507 | 2024-02-02T01:34:18.782Z | Compiling rand_chacha v0.3.1 |
1508 | 2024-02-02T01:34:19.009Z | Compiling zerocopy v0.3.0 |
1509 | 2024-02-02T01:34:19.905Z | Compiling bytes v1.5.0 |
1510 | 2024-02-02T01:34:20.684Z | Compiling indexmap v2.2.2 |
1511 | 2024-02-02T01:34:21.443Z | Compiling uuid v1.7.0 |
1512 | 2024-02-02T01:34:21.757Z | Compiling tokio v1.35.1 |
1513 | 2024-02-02T01:34:22.587Z | Compiling chrono v0.4.31 |
1514 | 2024-02-02T01:34:22.976Z | Compiling bitflags v2.4.0 |
1515 | 2024-02-02T01:34:27.430Z | Compiling serde_spanned v0.6.4 |
1516 | 2024-02-02T01:34:27.754Z | Compiling toml_datetime v0.6.5 |
1517 | 2024-02-02T01:34:28.861Z | Compiling toml_edit v0.19.15 |
1518 | 2024-02-02T01:34:29.471Z | Compiling rustc_version v0.4.0 |
1519 | 2024-02-02T01:34:30.491Z | Compiling http v0.2.11 |
1520 | 2024-02-02T01:34:47.712Z | Compiling heapless v0.7.16 |
1521 | 2024-02-02T01:34:47.909Z | Compiling regex-automata v0.4.4 |
1522 | 2024-02-02T01:34:47.909Z | Compiling errno v0.3.8 |
1523 | 2024-02-02T01:34:47.909Z | Compiling thread-id v4.2.0 |
1524 | 2024-02-02T01:34:47.909Z | Compiling strsim v0.10.0 |
1525 | 2024-02-02T01:34:48.067Z | Compiling tokio-util v0.7.10 |
1526 | 2024-02-02T01:34:48.067Z | Compiling regex v1.10.3 |
1527 | 2024-02-02T01:34:48.067Z | Compiling dof v0.1.5 |
1528 | 2024-02-02T01:34:48.067Z | Compiling rand v0.8.5 |
1529 | 2024-02-02T01:34:48.068Z | Compiling dtrace-parser v0.1.14 |
1530 | 2024-02-02T01:34:48.068Z | Compiling num-bigint v0.4.4 |
1531 | 2024-02-02T01:34:48.068Z | Compiling smoltcp v0.9.1 |
1532 | 2024-02-02T01:34:48.068Z | Compiling base64ct v1.6.0 |
1533 | 2024-02-02T01:34:48.068Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1534 | 2024-02-02T01:34:48.069Z | Compiling untrusted v0.7.1 |
1535 | 2024-02-02T01:34:48.069Z | Compiling percent-encoding v2.3.1 |
1536 | 2024-02-02T01:34:48.193Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-02-02T01:34:48.250Z | Compiling pem-rfc7468 v0.7.0 |
1538 | 2024-02-02T01:34:48.305Z | Compiling foreign-types v0.3.2 |
1539 | 2024-02-02T01:34:48.447Z | Compiling strum_macros v0.25.2 |
1540 | 2024-02-02T01:34:51.622Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-02T01:34:53.994Z | Compiling hmac v0.12.1 |
1542 | 2024-02-02T01:34:54.334Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-02T01:34:54.481Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-02T01:34:54.508Z | Compiling unicode-width v0.1.11 |
1545 | 2024-02-02T01:34:54.674Z | Compiling unicode-segmentation v1.10.1 |
1546 | 2024-02-02T01:34:54.754Z | Compiling adler v1.0.2 |
1547 | 2024-02-02T01:34:54.787Z | Compiling flagset v0.4.3 |
1548 | 2024-02-02T01:34:54.810Z | Compiling try-lock v0.2.4 |
1549 | 2024-02-02T01:34:54.827Z | Compiling base64 v0.21.7 |
1550 | 2024-02-02T01:34:54.997Z | Compiling siphasher v0.3.11 |
1551 | 2024-02-02T01:34:55.614Z | Compiling miniz_oxide v0.7.1 |
1552 | 2024-02-02T01:34:55.823Z | Compiling der v0.7.8 |
1553 | 2024-02-02T01:34:55.902Z | Compiling want v0.3.1 |
1554 | 2024-02-02T01:34:57.248Z | Compiling sct v0.7.0 |
1555 | 2024-02-02T01:34:57.701Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-02-02T01:34:57.705Z | Compiling form_urlencoded v1.2.1 |
1557 | 2024-02-02T01:34:58.094Z | Compiling h2 v0.3.24 |
1558 | 2024-02-02T01:34:58.181Z | Compiling http-body v0.4.5 |
1559 | 2024-02-02T01:34:58.279Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-02-02T01:34:58.830Z | Compiling zerocopy-derive v0.6.4 |
1561 | 2024-02-02T01:35:00.905Z | Compiling num-iter v0.1.43 |
1562 | 2024-02-02T01:35:01.340Z | Compiling usdt-impl v0.5.0 |
1563 | 2024-02-02T01:35:01.738Z | Compiling utf8parse v0.2.1 |
1564 | 2024-02-02T01:35:02.263Z | Compiling stable_deref_trait v1.2.0 |
1565 | 2024-02-02T01:35:02.279Z | Compiling anstyle v1.0.2 |
1566 | 2024-02-02T01:35:02.279Z | Compiling openssl-probe v0.1.5 |
1567 | 2024-02-02T01:35:02.279Z | Compiling tower-service v0.3.2 |
1568 | 2024-02-02T01:35:02.285Z | Compiling cpufeatures v0.2.12 |
1569 | 2024-02-02T01:35:02.374Z | Compiling httpdate v1.0.3 |
1570 | 2024-02-02T01:35:02.484Z | Compiling sha2 v0.10.8 |
1571 | 2024-02-02T01:35:02.977Z | Compiling anstyle-parse v0.2.1 |
1572 | 2024-02-02T01:35:03.768Z | Compiling spki v0.7.2 |
1573 | 2024-02-02T01:35:05.757Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-02-02T01:35:07.266Z | Compiling usdt-macro v0.3.5 |
1575 | 2024-02-02T01:35:09.373Z | Compiling openapiv3 v2.0.0 |
1576 | 2024-02-02T01:35:09.591Z | Compiling hyper v0.14.27 |
1577 | 2024-02-02T01:35:09.813Z | Compiling scroll v0.12.0 |
1578 | 2024-02-02T01:35:10.704Z | Compiling md-5 v0.10.5 |
1579 | 2024-02-02T01:35:11.056Z | Compiling stringprep v0.1.3 |
1580 | 2024-02-02T01:35:11.508Z | Compiling idna v0.5.0 |
1581 | 2024-02-02T01:35:12.876Z | Compiling diesel_table_macro_syntax v0.1.0 |
1582 | 2024-02-02T01:35:13.467Z | Compiling hash32 v0.2.1 |
1583 | 2024-02-02T01:35:13.897Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-02-02T01:35:14.050Z | Compiling gimli v0.28.0 |
1585 | 2024-02-02T01:35:14.573Z | Compiling plain v0.2.3 |
1586 | 2024-02-02T01:35:14.818Z | Compiling anstyle-query v1.0.0 |
1587 | 2024-02-02T01:35:15.148Z | Compiling colorchoice v1.0.0 |
1588 | 2024-02-02T01:35:16.162Z | Compiling anstream v0.5.0 |
1589 | 2024-02-02T01:35:17.366Z | Compiling postgres-protocol v0.6.6 |
1590 | 2024-02-02T01:35:19.027Z | Compiling goblin v0.8.0 |
1591 | 2024-02-02T01:35:19.266Z | Compiling diesel_derives v2.1.2 |
1592 | 2024-02-02T01:35:21.800Z | Compiling addr2line v0.21.0 |
1593 | 2024-02-02T01:35:23.601Z | Compiling url v2.5.0 |
1594 | 2024-02-02T01:35:25.595Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-02-02T01:35:26.312Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-02-02T01:35:26.707Z | Compiling terminal_size v0.2.6 |
1597 | 2024-02-02T01:35:27.560Z | Compiling pkcs8 v0.10.2 |
1598 | 2024-02-02T01:35:28.370Z | Compiling phf_shared v0.11.2 |
1599 | 2024-02-02T01:35:30.276Z | Compiling serde_tokenstream v0.2.0 |
1600 | 2024-02-02T01:35:31.105Z | Compiling block-padding v0.3.3 |
1601 | 2024-02-02T01:35:31.456Z | Compiling enum-as-inner v0.5.1 |
1602 | 2024-02-02T01:35:32.008Z | Compiling serde_repr v0.1.16 |
1603 | 2024-02-02T01:35:32.971Z | Compiling clap_derive v4.4.2 |
1604 | 2024-02-02T01:35:34.125Z | Compiling ff v0.13.0 |
1605 | 2024-02-02T01:35:34.245Z | Compiling scheduled-thread-pool v0.2.7 |
1606 | 2024-02-02T01:35:34.485Z | Compiling object v0.32.1 |
1607 | 2024-02-02T01:35:37.833Z | Compiling matches v0.1.10 |
1608 | 2024-02-02T01:35:37.964Z | Compiling base16ct v0.2.0 |
1609 | 2024-02-02T01:35:40.628Z | Compiling num_threads v0.1.6 |
1610 | 2024-02-02T01:35:40.781Z | Compiling pretty-hex v0.4.1 |
1611 | 2024-02-02T01:35:41.318Z | Compiling rustc-demangle v0.1.23 |
1612 | 2024-02-02T01:35:41.318Z | Compiling ipnet v2.9.0 |
1613 | 2024-02-02T01:35:42.584Z | Compiling deranged v0.3.8 |
1614 | 2024-02-02T01:35:42.853Z | Compiling clap_lex v0.5.1 |
1615 | 2024-02-02T01:35:43.538Z | Compiling managed v0.8.0 |
1616 | 2024-02-02T01:35:45.095Z | Compiling regex-automata v0.1.10 |
1617 | 2024-02-02T01:35:45.110Z | Compiling bit-vec v0.6.3 |
1618 | 2024-02-02T01:35:45.627Z | Compiling time v0.3.27 |
1619 | 2024-02-02T01:35:45.746Z | Compiling bstr v0.2.17 |
1620 | 2024-02-02T01:35:47.946Z | Compiling clap_builder v4.4.2 |
1621 | 2024-02-02T01:35:49.746Z | Compiling dof v0.3.0 |
1622 | 2024-02-02T01:35:50.694Z | Compiling sec1 v0.7.3 |
1623 | 2024-02-02T01:35:50.729Z | Compiling idna v0.2.3 |
1624 | 2024-02-02T01:35:51.601Z | Compiling r2d2 v0.8.10 |
1625 | 2024-02-02T01:35:52.166Z | Compiling group v0.13.0 |
1626 | 2024-02-02T01:35:54.005Z | Compiling inout v0.1.3 |
1627 | 2024-02-02T01:35:54.864Z | Compiling phf v0.11.2 |
1628 | 2024-02-02T01:35:54.963Z | Compiling signal-hook-mio v0.2.3 |
1629 | 2024-02-02T01:35:55.016Z | Compiling hyper-tls v0.5.0 |
1630 | 2024-02-02T01:35:55.186Z | Compiling hyper-rustls v0.24.2 |
1631 | 2024-02-02T01:35:55.285Z | Compiling bzip2 v0.4.4 |
1632 | 2024-02-02T01:35:55.542Z | Compiling flate2 v1.0.28 |
1633 | 2024-02-02T01:35:55.722Z | Compiling postgres-types v0.2.6 |
1634 | 2024-02-02T01:35:56.062Z | Compiling zerocopy v0.6.4 |
1635 | 2024-02-02T01:35:56.474Z | Compiling hubpack v0.1.2 |
1636 | 2024-02-02T01:35:57.050Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-02T01:35:57.143Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-02T01:35:57.385Z | Compiling phf_shared v0.10.0 |
1639 | 2024-02-02T01:35:57.644Z | Compiling hkdf v0.12.4 |
1640 | 2024-02-02T01:35:57.974Z | Compiling ipnetwork v0.20.0 |
1641 | 2024-02-02T01:35:58.378Z | Compiling futures-executor v0.3.30 |
1642 | 2024-02-02T01:35:59.173Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-02-02T01:35:59.450Z | Compiling regress v0.7.1 |
1644 | 2024-02-02T01:35:59.556Z | Compiling crypto-bigint v0.5.2 |
1645 | 2024-02-02T01:36:00.305Z | Compiling float-cmp v0.9.0 |
1646 | 2024-02-02T01:36:00.628Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-02T01:36:09.892Z | Compiling webpki-roots v0.25.2 |
1648 | 2024-02-02T01:36:10.925Z | Compiling data-encoding v2.4.0 |
1649 | 2024-02-02T01:36:10.925Z | Compiling fixedbitset v0.4.2 |
1650 | 2024-02-02T01:36:10.925Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-02-02T01:36:10.925Z | Compiling new_debug_unreachable v1.0.4 |
1652 | 2024-02-02T01:36:10.925Z | Compiling regex-automata v0.3.8 |
1653 | 2024-02-02T01:36:10.925Z | Compiling mime v0.3.17 |
1654 | 2024-02-02T01:36:10.925Z | Compiling difflib v0.4.0 |
1655 | 2024-02-02T01:36:10.925Z | Compiling normalize-line-endings v0.3.0 |
1656 | 2024-02-02T01:36:10.925Z | Compiling whoami v1.4.1 |
1657 | 2024-02-02T01:36:10.926Z | Compiling either v1.9.0 |
1658 | 2024-02-02T01:36:10.926Z | Compiling predicates-core v1.0.6 |
1659 | 2024-02-02T01:36:10.926Z | Compiling static_assertions v1.1.0 |
1660 | 2024-02-02T01:36:10.926Z | Compiling precomputed-hash v0.1.1 |
1661 | 2024-02-02T01:36:10.926Z | Compiling string_cache v0.8.7 |
1662 | 2024-02-02T01:36:11.453Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1663 | 2024-02-02T01:36:11.453Z | Compiling predicates v3.1.0 |
1664 | 2024-02-02T01:36:14.595Z | Compiling reqwest v0.11.22 |
1665 | 2024-02-02T01:36:30.393Z | Compiling itertools v0.10.5 |
1666 | 2024-02-02T01:36:30.426Z | Compiling tokio-postgres v0.7.10 |
1667 | 2024-02-02T01:36:30.981Z | Compiling bstr v1.6.0 |
1668 | 2024-02-02T01:36:31.026Z | Compiling nom v7.1.3 |
1669 | 2024-02-02T01:36:31.026Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1670 | 2024-02-02T01:36:31.026Z | Compiling petgraph v0.6.4 |
1671 | 2024-02-02T01:36:31.026Z | Compiling trust-dns-proto v0.22.0 |
1672 | 2024-02-02T01:36:34.505Z | Compiling elliptic-curve v0.13.8 |
1673 | 2024-02-02T01:36:38.936Z | Compiling futures v0.3.30 |
1674 | 2024-02-02T01:36:39.105Z | Compiling diesel v2.1.4 |
1675 | 2024-02-02T01:36:39.327Z | Compiling yasna v0.5.2 |
1676 | 2024-02-02T01:36:40.133Z | Compiling zip v0.6.6 |
1677 | 2024-02-02T01:36:41.155Z | Compiling crossterm v0.27.0 |
1678 | 2024-02-02T01:36:42.010Z | Compiling cipher v0.4.4 |
1679 | 2024-02-02T01:36:42.136Z | Compiling clap v4.4.3 |
1680 | 2024-02-02T01:36:42.727Z | Compiling similar v2.3.0 |
1681 | 2024-02-02T01:36:42.756Z | Compiling bit-set v0.5.3 |
1682 | 2024-02-02T01:36:42.759Z | Compiling usdt v0.3.5 |
1683 | 2024-02-02T01:36:43.201Z | Compiling console v0.15.8 |
1684 | 2024-02-02T01:36:45.963Z | Compiling tokio-stream v0.1.14 |
1685 | 2024-02-02T01:36:46.033Z | Compiling toml v0.7.8 |
1686 | 2024-02-02T01:36:46.624Z | Compiling toml_edit v0.21.0 |
1687 | 2024-02-02T01:36:47.416Z | Compiling hex v0.4.3 |
1688 | 2024-02-02T01:36:48.476Z | Compiling proc-macro-error-attr v1.0.4 |
1689 | 2024-02-02T01:36:49.568Z | Compiling lalrpop-util v0.19.12 |
1690 | 2024-02-02T01:36:50.694Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1691 | 2024-02-02T01:36:54.830Z | Compiling proc-macro-crate v1.3.1 |
1692 | 2024-02-02T01:36:57.883Z | Compiling proc-macro-error v1.0.4 |
1693 | 2024-02-02T01:36:57.933Z | Compiling camino v1.1.6 |
1694 | 2024-02-02T01:36:58.897Z | Compiling heapless v0.8.0 |
1695 | 2024-02-02T01:37:03.130Z | Compiling num_enum_derive v0.5.11 |
1696 | 2024-02-02T01:37:15.052Z | Compiling atty v0.2.14 |
1697 | 2024-02-02T01:37:15.886Z | Compiling hash32 v0.3.1 |
1698 | 2024-02-02T01:37:16.539Z | Compiling smoltcp v0.11.0 |
1699 | 2024-02-02T01:37:17.670Z | Compiling rustls-pki-types v1.1.0 |
1700 | 2024-02-02T01:37:21.188Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1701 | 2024-02-02T01:37:21.940Z | Compiling ident_case v1.0.1 |
1702 | 2024-02-02T01:37:22.210Z | Compiling darling_core v0.20.3 |
1703 | 2024-02-02T01:37:31.203Z | Compiling num_enum v0.5.11 |
1704 | 2024-02-02T01:37:46.295Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1705 | 2024-02-02T01:37:51.548Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-02-02T01:37:55.722Z | Compiling embedded-io v0.4.0 |
1707 | 2024-02-02T01:37:56.112Z | Compiling rustls v0.22.2 |
1708 | 2024-02-02T01:37:56.483Z | Compiling cobs v0.2.3 |
1709 | 2024-02-02T01:37:58.107Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2024-02-02T01:38:08.298Z | Compiling postcard v1.0.8 |
1711 | 2024-02-02T01:38:19.695Z | Compiling dirs-next v2.0.0 |
1712 | 2024-02-02T01:38:23.442Z | Compiling darling_macro v0.20.3 |
1713 | 2024-02-02T01:38:28.172Z | Compiling rustls-webpki v0.102.1 |
1714 | 2024-02-02T01:38:31.804Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1715 | 2024-02-02T01:38:37.947Z | Compiling getopts v0.2.21 |
1716 | 2024-02-02T01:38:38.483Z | Compiling structmeta-derive v0.2.0 |
1717 | 2024-02-02T01:38:39.407Z | Compiling foreign-types-macros v0.2.3 |
1718 | 2024-02-02T01:38:41.222Z | Compiling thread_local v1.1.7 |
1719 | 2024-02-02T01:38:41.266Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1720 | 2024-02-02T01:38:41.740Z | Compiling multer v3.0.0 |
1721 | 2024-02-02T01:38:41.851Z | Compiling foreign-types-shared v0.3.1 |
1722 | 2024-02-02T01:38:42.025Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1723 | 2024-02-02T01:38:42.132Z | Compiling rayon-core v1.12.0 |
1724 | 2024-02-02T01:38:42.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1725 | 2024-02-02T01:38:42.707Z | Compiling match_cfg v0.1.0 |
1726 | 2024-02-02T01:38:44.549Z | Compiling slog-async v2.8.0 |
1727 | 2024-02-02T01:38:44.993Z | Compiling paste v1.0.14 |
1728 | 2024-02-02T01:38:45.451Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-02T01:38:58.976Z | Compiling serde_yaml v0.9.25 |
1730 | 2024-02-02T01:38:59.865Z | Compiling hostname v0.3.1 |
1731 | 2024-02-02T01:38:59.865Z | Compiling structmeta v0.2.0 |
1732 | 2024-02-02T01:38:59.865Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1733 | 2024-02-02T01:38:59.865Z | Compiling foreign-types v0.5.0 |
1734 | 2024-02-02T01:38:59.865Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1735 | 2024-02-02T01:39:09.909Z | Compiling darling v0.20.3 |
1736 | 2024-02-02T01:39:14.398Z | Compiling term v0.7.0 |
1737 | 2024-02-02T01:39:17.365Z | Compiling slog-json v2.6.1 |
1738 | 2024-02-02T01:39:17.869Z | Compiling crossbeam-deque v0.8.3 |
1739 | 2024-02-02T01:39:18.187Z | Compiling is-terminal v0.4.9 |
1740 | 2024-02-02T01:39:18.498Z | Compiling strum v0.25.0 |
1741 | 2024-02-02T01:39:18.779Z | Compiling crossbeam-channel v0.5.8 |
1742 | 2024-02-02T01:39:21.944Z | Compiling http v1.0.0 |
1743 | 2024-02-02T01:39:22.201Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1744 | 2024-02-02T01:39:23.420Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1745 | 2024-02-02T01:39:24.024Z | Compiling async-stream-impl v0.3.5 |
1746 | 2024-02-02T01:39:24.636Z | Compiling cstr-argument v0.1.2 |
1747 | 2024-02-02T01:39:24.888Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1748 | 2024-02-02T01:39:25.005Z | Compiling take_mut v0.2.2 |
1749 | 2024-02-02T01:39:25.236Z | Compiling crucible-workspace-hack v0.1.0 |
1750 | 2024-02-02T01:39:25.337Z | Compiling atomic-waker v1.1.1 |
1751 | 2024-02-02T01:39:25.496Z | Compiling regex-syntax v0.7.5 |
1752 | 2024-02-02T01:39:25.643Z | Compiling fastrand v2.0.0 |
1753 | 2024-02-02T01:39:26.191Z | Compiling pretty-hex v0.2.1 |
1754 | 2024-02-02T01:39:26.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1755 | 2024-02-02T01:39:26.709Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1756 | 2024-02-02T01:39:27.000Z | Compiling tempfile v3.9.0 |
1757 | 2024-02-02T01:39:27.353Z | Compiling waitgroup v0.1.2 |
1758 | 2024-02-02T01:39:27.710Z | Compiling async-stream v0.3.5 |
1759 | 2024-02-02T01:39:28.341Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1760 | 2024-02-02T01:39:33.659Z | Compiling colored v2.0.4 |
1761 | 2024-02-02T01:39:35.490Z | Compiling slog-bunyan v2.5.0 |
1762 | 2024-02-02T01:39:35.545Z | Compiling parse-display-derive v0.8.2 |
1763 | 2024-02-02T01:39:35.908Z | Compiling slog-term v2.9.0 |
1764 | 2024-02-02T01:39:36.027Z | Compiling serde_with_macros v3.5.1 |
1765 | 2024-02-02T01:39:36.412Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1766 | 2024-02-02T01:39:40.418Z | Compiling tokio-rustls v0.25.0 |
1767 | 2024-02-02T01:39:41.093Z | Compiling toml v0.8.8 |
1768 | 2024-02-02T01:39:41.643Z | Compiling rustls-pemfile v2.0.0 |
1769 | 2024-02-02T01:39:42.328Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1770 | 2024-02-02T01:39:42.782Z | Compiling sha1 v0.10.6 |
1771 | 2024-02-02T01:39:44.339Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1772 | 2024-02-02T01:39:44.751Z | Compiling textwrap v0.11.0 |
1773 | 2024-02-02T01:39:46.499Z | Compiling heck v0.3.3 |
1774 | 2024-02-02T01:39:47.063Z | Compiling serde_path_to_error v0.1.15 |
1775 | 2024-02-02T01:39:47.493Z | Compiling instant v0.1.12 |
1776 | 2024-02-02T01:39:47.626Z | Compiling vec_map v0.8.2 |
1777 | 2024-02-02T01:39:47.725Z | Compiling libefi-sys v0.1.0 |
1778 | 2024-02-02T01:39:48.134Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1779 | 2024-02-02T01:39:48.164Z | Compiling strsim v0.8.0 |
1780 | 2024-02-02T01:39:48.736Z | Compiling debug-ignore v1.0.5 |
1781 | 2024-02-02T01:39:48.760Z | Compiling ansi_term v0.12.1 |
1782 | 2024-02-02T01:39:49.990Z | Compiling clap v2.34.0 |
1783 | 2024-02-02T01:39:50.148Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1784 | 2024-02-02T01:39:50.472Z | Compiling backoff v0.4.0 |
1785 | 2024-02-02T01:39:51.039Z | Compiling structopt-derive v0.4.18 |
1786 | 2024-02-02T01:39:54.269Z | Compiling parse-display v0.8.2 |
1787 | 2024-02-02T01:39:54.577Z | Compiling serde_with v3.5.1 |
1788 | 2024-02-02T01:39:54.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1789 | 2024-02-02T01:39:56.019Z | Compiling rayon v1.8.0 |
1790 | 2024-02-02T01:40:01.842Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1791 | 2024-02-02T01:40:02.166Z | Compiling camino-tempfile v1.1.1 |
1792 | 2024-02-02T01:40:02.396Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1793 | 2024-02-02T01:40:03.175Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1794 | 2024-02-02T01:40:03.406Z | Compiling zone_cfg_derive v0.3.0 |
1795 | 2024-02-02T01:40:03.482Z | Compiling macaddr v1.0.1 |
1796 | 2024-02-02T01:40:04.651Z | Compiling num-derive v0.4.0 |
1797 | 2024-02-02T01:40:05.176Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1798 | 2024-02-02T01:40:05.557Z | Compiling blake3 v1.5.0 |
1799 | 2024-02-02T01:40:05.698Z | Compiling portable-atomic v1.4.3 |
1800 | 2024-02-02T01:40:07.126Z | Compiling zone v0.3.0 |
1801 | 2024-02-02T01:40:07.183Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1802 | 2024-02-02T01:40:08.017Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1803 | 2024-02-02T01:40:08.235Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1804 | 2024-02-02T01:40:11.092Z | Compiling structopt v0.3.26 |
1805 | 2024-02-02T01:40:11.357Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1806 | 2024-02-02T01:40:13.140Z | Compiling smf v0.2.2 |
1807 | 2024-02-02T01:40:13.160Z | Compiling filetime v0.2.23 |
1808 | 2024-02-02T01:40:13.221Z | Compiling xattr v1.0.1 |
1809 | 2024-02-02T01:40:13.641Z | Compiling memmap2 v0.7.1 |
1810 | 2024-02-02T01:40:13.660Z | Compiling constant_time_eq v0.3.0 |
1811 | 2024-02-02T01:40:13.693Z | Compiling same-file v1.0.6 |
1812 | 2024-02-02T01:40:13.904Z | Compiling arrayvec v0.7.4 |
1813 | 2024-02-02T01:40:14.540Z | Compiling arrayref v0.3.7 |
1814 | 2024-02-02T01:40:14.547Z | Compiling walkdir v2.4.0 |
1815 | 2024-02-02T01:40:14.547Z | Compiling tar v0.4.40 |
1816 | 2024-02-02T01:40:17.121Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1817 | 2024-02-02T01:40:19.276Z | Compiling gethostname v0.4.3 |
1818 | 2024-02-02T01:40:19.407Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1819 | 2024-02-02T01:40:19.644Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1820 | 2024-02-02T01:40:22.278Z | Compiling number_prefix v0.4.0 |
1821 | 2024-02-02T01:40:22.278Z | Compiling topological-sort v0.2.2 |
1822 | 2024-02-02T01:40:22.278Z | Compiling omicron-zone-package v0.11.0 |
1823 | 2024-02-02T01:40:23.960Z | Compiling indicatif v0.17.7 |
1824 | 2024-02-02T01:40:24.281Z | Compiling swrite v0.1.0 |
1825 | 2024-02-02T01:40:37.588Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1826 | 2024-02-02T01:40:40.459Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1827 | 2024-02-02T01:40:41.755Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1828 | 2024-02-02T01:41:12.257Z | Finished release [optimized] target(s) in 8m 05s |
1829 | 2024-02-02T01:41:12.926Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1830 | 2024-02-02T01:41:12.949Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1831 | 2024-02-02T01:41:12.950Z | Created new build target 'test' and set it as active |
1832 | 2024-02-02T01:41:12.950Z | |
1833 | 2024-02-02T01:41:12.950Z | real 8:05.871630472 |
1834 | 2024-02-02T01:41:12.950Z | user 54:26.337411499 |
1835 | 2024-02-02T01:41:12.950Z | sys 4:42.640420066 |
1836 | 2024-02-02T01:41:12.951Z | trap 2.018589374 |
1837 | 2024-02-02T01:41:12.951Z | tflt 3.757776523 |
1838 | 2024-02-02T01:41:12.951Z | dflt 3.974777963 |
1839 | 2024-02-02T01:41:12.951Z | kflt 0.104065162 |
1840 | 2024-02-02T01:41:12.951Z | lock 1:58:15.388366776 |
1841 | 2024-02-02T01:41:12.951Z | slp 2:32:06.146813769 |
1842 | 2024-02-02T01:41:12.951Z | lat 2:34.216895284 |
1843 | 2024-02-02T01:41:12.951Z | stop 4:02.204804685 |
1844 | 2024-02-02T01:41:12.951Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1845 | 2024-02-02T01:41:13.778Z | Finished release [optimized] target(s) in 1.08s |
1846 | 2024-02-02T01:41:13.810Z | Running `target/release/omicron-package -t test package` |
1847 | 2024-02-02T01:41:13.851Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1848 | 2024-02-02T01:41:15.057Z | Compiling linked-hash-map v0.5.6 |
1849 | 2024-02-02T01:41:15.057Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1850 | 2024-02-02T01:41:15.060Z | Compiling usdt-macro v0.5.0 |
1851 | 2024-02-02T01:41:15.060Z | Compiling usdt-attr-macro v0.5.0 |
1852 | 2024-02-02T01:41:15.060Z | Compiling memmap v0.7.0 |
1853 | 2024-02-02T01:41:15.060Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1854 | 2024-02-02T01:41:15.079Z | Compiling password-hash v0.5.0 |
1855 | 2024-02-02T01:41:15.093Z | Compiling blake2 v0.10.6 |
1856 | 2024-02-02T01:41:15.646Z | Compiling lru-cache v0.1.2 |
1857 | 2024-02-02T01:41:15.778Z | Compiling semver v0.1.20 |
1858 | 2024-02-02T01:41:15.930Z | Compiling argon2 v0.5.3 |
1859 | 2024-02-02T01:41:16.673Z | Compiling rustc_version v0.1.7 |
1860 | 2024-02-02T01:41:17.082Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1861 | 2024-02-02T01:41:17.258Z | Compiling rayon-core v1.12.0 |
1862 | 2024-02-02T01:41:17.279Z | Compiling crossbeam-deque v0.8.3 |
1863 | 2024-02-02T01:41:17.334Z | Compiling same-file v1.0.6 |
1864 | 2024-02-02T01:41:17.374Z | Compiling usdt v0.5.0 |
1865 | 2024-02-02T01:41:17.655Z | Compiling fastrand v2.0.0 |
1866 | 2024-02-02T01:41:17.789Z | Compiling quick-error v1.2.3 |
1867 | 2024-02-02T01:41:17.985Z | Compiling resolv-conf v0.7.0 |
1868 | 2024-02-02T01:41:18.449Z | Compiling tempfile v3.9.0 |
1869 | 2024-02-02T01:41:19.126Z | Compiling walkdir v2.4.0 |
1870 | 2024-02-02T01:41:19.647Z | Compiling newtype_derive v0.1.6 |
1871 | 2024-02-02T01:41:19.845Z | Compiling itertools v0.12.1 |
1872 | 2024-02-02T01:41:20.068Z | Compiling camino v1.1.6 |
1873 | 2024-02-02T01:41:20.141Z | Compiling semver-parser v0.10.2 |
1874 | 2024-02-02T01:41:20.153Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-02-02T01:41:20.612Z | Compiling blake3 v1.5.0 |
1876 | 2024-02-02T01:41:20.730Z | Compiling rayon v1.8.0 |
1877 | 2024-02-02T01:41:21.022Z | Compiling trust-dns-resolver v0.22.0 |
1878 | 2024-02-02T01:41:21.145Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1879 | 2024-02-02T01:41:21.520Z | Compiling semver v0.11.0 |
1880 | 2024-02-02T01:41:22.114Z | Compiling nibble_vec v0.1.0 |
1881 | 2024-02-02T01:41:22.433Z | Compiling filetime v0.2.23 |
1882 | 2024-02-02T01:41:22.584Z | Compiling xattr v1.0.1 |
1883 | 2024-02-02T01:41:22.876Z | Compiling memmap2 v0.7.1 |
1884 | 2024-02-02T01:41:22.930Z | Compiling home v0.5.5 |
1885 | 2024-02-02T01:41:23.090Z | Compiling arrayref v0.3.7 |
1886 | 2024-02-02T01:41:23.214Z | Compiling arrayvec v0.7.4 |
1887 | 2024-02-02T01:41:23.255Z | Compiling endian-type v0.1.2 |
1888 | 2024-02-02T01:41:23.461Z | Compiling constant_time_eq v0.3.0 |
1889 | 2024-02-02T01:41:23.622Z | Compiling radix_trie v0.2.1 |
1890 | 2024-02-02T01:41:23.663Z | Compiling toolchain_find v0.2.0 |
1891 | 2024-02-02T01:41:23.873Z | Compiling tar v0.4.40 |
1892 | 2024-02-02T01:41:24.417Z | Compiling camino-tempfile v1.1.1 |
1893 | 2024-02-02T01:41:25.130Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1894 | 2024-02-02T01:41:25.665Z | Compiling toml v0.5.11 |
1895 | 2024-02-02T01:41:25.718Z | Compiling topological-sort v0.2.2 |
1896 | 2024-02-02T01:41:26.011Z | Compiling radium v0.7.0 |
1897 | 2024-02-02T01:41:26.651Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1898 | 2024-02-02T01:41:26.843Z | Compiling steno v0.4.0 |
1899 | 2024-02-02T01:41:26.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1900 | 2024-02-02T01:41:27.631Z | Compiling toml v0.8.8 |
1901 | 2024-02-02T01:41:28.292Z | Compiling num-rational v0.4.1 |
1902 | 2024-02-02T01:41:28.738Z | Compiling rustfmt-wrapper v0.2.0 |
1903 | 2024-02-02T01:41:29.653Z | Compiling omicron-zone-package v0.11.0 |
1904 | 2024-02-02T01:41:30.148Z | Compiling maybe-uninit v2.0.0 |
1905 | 2024-02-02T01:41:30.406Z | Compiling cancel-safe-futures v0.1.5 |
1906 | 2024-02-02T01:41:30.806Z | Compiling tap v1.0.1 |
1907 | 2024-02-02T01:41:31.066Z | Compiling wyz v0.5.1 |
1908 | 2024-02-02T01:41:31.305Z | Compiling packed_struct v0.10.1 |
1909 | 2024-02-02T01:41:31.772Z | Compiling num-bigint-dig v0.8.4 |
1910 | 2024-02-02T01:41:32.254Z | Compiling funty v2.0.0 |
1911 | 2024-02-02T01:41:32.258Z | Compiling crc-catalog v2.2.0 |
1912 | 2024-02-02T01:41:32.258Z | Compiling crc v3.0.1 |
1913 | 2024-02-02T01:41:34.417Z | Compiling bitvec v1.0.1 |
1914 | 2024-02-02T01:41:36.453Z | Compiling num-complex v0.4.4 |
1915 | 2024-02-02T01:41:36.631Z | Compiling fxhash v0.2.1 |
1916 | 2024-02-02T01:41:36.956Z | Compiling packed_struct_codegen v0.10.1 |
1917 | 2024-02-02T01:41:38.538Z | Compiling indexmap v1.9.3 |
1918 | 2024-02-02T01:41:38.803Z | Compiling utf-8 v0.7.6 |
1919 | 2024-02-02T01:41:38.970Z | Compiling nodrop v0.1.14 |
1920 | 2024-02-02T01:41:39.168Z | Compiling array-init v0.0.4 |
1921 | 2024-02-02T01:41:39.350Z | Compiling tungstenite v0.20.1 |
1922 | 2024-02-02T01:41:41.276Z | Compiling num v0.4.1 |
1923 | 2024-02-02T01:41:41.284Z | Compiling smallvec v0.6.14 |
1924 | 2024-02-02T01:41:42.092Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-02-02T01:41:43.582Z | Compiling pkcs1 v0.7.5 |
1926 | 2024-02-02T01:41:46.942Z | Compiling signature v2.1.0 |
1927 | 2024-02-02T01:41:47.329Z | Compiling unicase v2.7.0 |
1928 | 2024-02-02T01:41:47.726Z | Compiling half v2.3.1 |
1929 | 2024-02-02T01:41:48.856Z | Compiling hashbrown v0.12.3 |
1930 | 2024-02-02T01:41:49.023Z | Compiling termcolor v1.2.0 |
1931 | 2024-02-02T01:41:49.290Z | Compiling ciborium-io v0.2.2 |
1932 | 2024-02-02T01:41:49.457Z | Compiling bitfield v0.14.0 |
1933 | 2024-02-02T01:41:49.757Z | Compiling env_logger v0.10.0 |
1934 | 2024-02-02T01:41:49.939Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1935 | 2024-02-02T01:41:50.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-02-02T01:41:52.758Z | Compiling ciborium-ll v0.2.2 |
1937 | 2024-02-02T01:41:53.637Z | Compiling rsa v0.9.2 |
1938 | 2024-02-02T01:41:56.025Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1939 | 2024-02-02T01:41:58.450Z | Compiling serde-hex v0.1.0 |
1940 | 2024-02-02T01:42:01.320Z | Compiling tokio-tungstenite v0.20.1 |
1941 | 2024-02-02T01:42:02.221Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2024-02-02T01:42:02.861Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1943 | 2024-02-02T01:42:02.867Z | Compiling x509-cert v0.2.4 |
1944 | 2024-02-02T01:42:07.321Z | Compiling ron v0.8.1 |
1945 | 2024-02-02T01:42:09.731Z | Compiling arc-swap v1.6.0 |
1946 | 2024-02-02T01:42:16.192Z | Compiling crc-any v2.4.3 |
1947 | 2024-02-02T01:42:16.212Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1948 | 2024-02-02T01:42:17.868Z | Compiling slog-scope v4.4.0 |
1949 | 2024-02-02T01:42:19.328Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2024-02-02T01:42:22.171Z | Compiling ciborium v0.2.2 |
1951 | 2024-02-02T01:42:24.907Z | Compiling object v0.30.4 |
1952 | 2024-02-02T01:42:25.842Z | Compiling libsw v3.3.1 |
1953 | 2024-02-02T01:42:26.336Z | Compiling derive-where v1.2.7 |
1954 | 2024-02-02T01:42:32.047Z | Compiling display-error-chain v0.2.0 |
1955 | 2024-02-02T01:42:32.047Z | Compiling linear-map v1.2.0 |
1956 | 2024-02-02T01:42:32.477Z | Compiling parking_lot_core v0.8.6 |
1957 | 2024-02-02T01:42:33.044Z | Compiling path-slash v0.1.5 |
1958 | 2024-02-02T01:42:33.354Z | Compiling owo-colors v4.0.0 |
1959 | 2024-02-02T01:42:38.832Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1960 | 2024-02-02T01:42:38.889Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1961 | 2024-02-02T01:42:41.636Z | Compiling slog-stdlog v4.1.1 |
1962 | 2024-02-02T01:42:42.657Z | Compiling convert_case v0.4.0 |
1963 | 2024-02-02T01:42:43.646Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-02-02T01:42:43.830Z | Compiling derive_more v0.99.17 |
1965 | 2024-02-02T01:42:49.542Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1966 | 2024-02-02T01:42:50.378Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1967 | 2024-02-02T01:42:56.232Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1968 | 2024-02-02T01:42:56.363Z | Compiling dirs-sys-next v0.1.2 |
1969 | 2024-02-02T01:42:56.834Z | Compiling crunchy v0.2.2 |
1970 | 2024-02-02T01:42:57.480Z | Compiling platforms v3.0.2 |
1971 | 2024-02-02T01:42:57.820Z | Compiling glob v0.3.1 |
1972 | 2024-02-02T01:42:57.994Z | Compiling dirs-next v2.0.0 |
1973 | 2024-02-02T01:42:58.248Z | Compiling parking_lot v0.11.2 |
1974 | 2024-02-02T01:42:59.198Z | Compiling clang-sys v1.6.1 |
1975 | 2024-02-02T01:43:00.194Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1976 | 2024-02-02T01:43:00.928Z | Compiling mime_guess v2.0.4 |
1977 | 2024-02-02T01:43:02.473Z | Compiling trust-dns-client v0.22.0 |
1978 | 2024-02-02T01:43:06.298Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1979 | 2024-02-02T01:43:06.870Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1980 | 2024-02-02T01:43:09.672Z | Compiling pem v3.0.2 |
1981 | 2024-02-02T01:43:11.879Z | Compiling tiny-keccak v2.0.2 |
1982 | 2024-02-02T01:43:12.279Z | Compiling prettyplease v0.2.16 |
1983 | 2024-02-02T01:43:13.746Z | Compiling sled v0.34.7 |
1984 | 2024-02-02T01:43:20.106Z | Compiling trust-dns-server v0.22.1 |
1985 | 2024-02-02T01:43:20.826Z | Compiling term v0.7.0 |
1986 | 2024-02-02T01:43:23.502Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1987 | 2024-02-02T01:43:28.060Z | Compiling darling_core v0.14.4 |
1988 | 2024-02-02T01:43:32.274Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-02T01:43:32.601Z | Compiling vte_generate_state_changes v0.1.1 |
1990 | 2024-02-02T01:43:33.534Z | Compiling vte v0.11.1 |
1991 | 2024-02-02T01:43:36.610Z | Compiling darling_macro v0.14.4 |
1992 | 2024-02-02T01:43:36.715Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1993 | 2024-02-02T01:43:38.254Z | Compiling curve25519-dalek v4.1.1 |
1994 | 2024-02-02T01:43:39.255Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-02-02T01:43:42.954Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1996 | 2024-02-02T01:43:45.294Z | Compiling is-terminal v0.4.9 |
1997 | 2024-02-02T01:43:45.467Z | Compiling kstat-rs v0.2.3 |
1998 | 2024-02-02T01:43:47.493Z | Compiling ena v0.14.2 |
1999 | 2024-02-02T01:43:48.129Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2000 | 2024-02-02T01:43:49.256Z | Compiling libloading v0.7.4 |
2001 | 2024-02-02T01:43:49.793Z | Compiling memoffset v0.7.1 |
2002 | 2024-02-02T01:43:50.254Z | Compiling keccak v0.1.4 |
2003 | 2024-02-02T01:43:51.865Z | Compiling buf-list v1.0.3 |
2004 | 2024-02-02T01:43:52.663Z | Compiling doc-comment v0.3.3 |
2005 | 2024-02-02T01:43:53.388Z | Compiling regex-syntax v0.6.29 |
2006 | 2024-02-02T01:43:58.843Z | Compiling diff v0.1.13 |
2007 | 2024-02-02T01:43:58.844Z | Compiling bytecount v0.6.3 |
2008 | 2024-02-02T01:43:58.844Z | Compiling bindgen v0.69.2 |
2009 | 2024-02-02T01:43:59.111Z | Compiling lalrpop v0.19.12 |
2010 | 2024-02-02T01:44:08.583Z | Compiling papergrid v0.11.0 |
2011 | 2024-02-02T01:44:08.583Z | Compiling sha3 v0.10.8 |
2012 | 2024-02-02T01:44:08.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2013 | 2024-02-02T01:44:08.583Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2014 | 2024-02-02T01:44:22.422Z | Compiling darling v0.14.4 |
2015 | 2024-02-02T01:44:22.428Z | Compiling strip-ansi-escapes v0.2.0 |
2016 | 2024-02-02T01:44:23.298Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2017 | 2024-02-02T01:44:24.772Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2018 | 2024-02-02T01:44:25.569Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2019 | 2024-02-02T01:44:28.461Z | Compiling tabled_derive v0.7.0 |
2020 | 2024-02-02T01:44:29.177Z | Compiling fd-lock v4.0.2 |
2021 | 2024-02-02T01:44:29.472Z | Compiling fd-lock v3.0.13 |
2022 | 2024-02-02T01:44:29.777Z | Compiling cexpr v0.6.0 |
2023 | 2024-02-02T01:44:31.937Z | Compiling universal-hash v0.5.1 |
2024 | 2024-02-02T01:44:32.162Z | Compiling which v4.4.0 |
2025 | 2024-02-02T01:44:32.258Z | Compiling nix v0.27.1 |
2026 | 2024-02-02T01:44:32.995Z | Compiling secrecy v0.8.0 |
2027 | 2024-02-02T01:44:33.425Z | Compiling curve25519-dalek-derive v0.1.0 |
2028 | 2024-02-02T01:44:34.101Z | Compiling sqlparser_derive v0.2.2 |
2029 | 2024-02-02T01:44:34.638Z | Compiling thiserror-impl-no-std v2.0.2 |
2030 | 2024-02-02T01:44:35.588Z | Compiling pin-project-internal v1.1.3 |
2031 | 2024-02-02T01:44:35.665Z | Compiling unicode_categories v0.1.1 |
2032 | 2024-02-02T01:44:36.226Z | Compiling rustc-hash v1.1.0 |
2033 | 2024-02-02T01:44:36.424Z | Compiling nu-ansi-term v0.49.0 |
2034 | 2024-02-02T01:44:38.672Z | Compiling opaque-debug v0.3.0 |
2035 | 2024-02-02T01:44:39.026Z | Compiling lazycell v1.3.0 |
2036 | 2024-02-02T01:44:39.249Z | Compiling shlex v1.3.0 |
2037 | 2024-02-02T01:44:39.684Z | Compiling peeking_take_while v0.1.2 |
2038 | 2024-02-02T01:44:39.708Z | Compiling thiserror-no-std v2.0.2 |
2039 | 2024-02-02T01:44:40.166Z | Compiling rustyline v13.0.0 |
2040 | 2024-02-02T01:44:40.178Z | Compiling pin-project v1.1.3 |
2041 | 2024-02-02T01:44:40.622Z | Compiling poly1305 v0.8.0 |
2042 | 2024-02-02T01:44:42.842Z | Compiling reedline v0.28.0 |
2043 | 2024-02-02T01:44:43.032Z | Compiling sqlformat v0.2.3 |
2044 | 2024-02-02T01:44:43.300Z | Compiling sqlparser v0.43.1 |
2045 | 2024-02-02T01:44:46.673Z | Compiling polar-core v0.27.0 |
2046 | 2024-02-02T01:44:57.575Z | Compiling tabled v0.15.0 |
2047 | 2024-02-02T01:44:58.347Z | Compiling derive_builder_core v0.12.0 |
2048 | 2024-02-02T01:45:02.033Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2049 | 2024-02-02T01:45:04.647Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2050 | 2024-02-02T01:45:04.704Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2051 | 2024-02-02T01:45:04.704Z | Compiling chacha20 v0.9.1 |
2052 | 2024-02-02T01:45:04.704Z | Compiling headers-core v0.2.0 |
2053 | 2024-02-02T01:45:04.704Z | Compiling aead v0.5.2 |
2054 | 2024-02-02T01:45:04.704Z | Compiling bcs v0.1.6 |
2055 | 2024-02-02T01:45:04.705Z | Compiling snafu-derive v0.7.5 |
2056 | 2024-02-02T01:45:05.755Z | Compiling libxml v0.3.3 |
2057 | 2024-02-02T01:45:06.247Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2058 | 2024-02-02T01:45:06.685Z | Compiling fs-err v2.11.0 |
2059 | 2024-02-02T01:45:07.097Z | Compiling ref-cast v1.0.20 |
2060 | 2024-02-02T01:45:07.778Z | Compiling highway v1.1.0 |
2061 | 2024-02-02T01:45:10.079Z | Compiling signature v1.6.4 |
2062 | 2024-02-02T01:45:10.301Z | Compiling salty v0.2.0 |
2063 | 2024-02-02T01:45:10.864Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2064 | 2024-02-02T01:45:11.338Z | Compiling ed25519 v1.5.3 |
2065 | 2024-02-02T01:45:11.807Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2066 | 2024-02-02T01:45:12.543Z | Compiling snafu v0.7.5 |
2067 | 2024-02-02T01:45:15.236Z | Compiling chacha20poly1305 v0.10.1 |
2068 | 2024-02-02T01:45:15.552Z | Compiling headers v0.3.9 |
2069 | 2024-02-02T01:45:17.606Z | Compiling samael v0.0.14 |
2070 | 2024-02-02T01:45:18.394Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2071 | 2024-02-02T01:45:20.115Z | Compiling derive_builder_macro v0.12.0 |
2072 | 2024-02-02T01:45:21.334Z | Compiling vsss-rs v3.3.4 |
2073 | 2024-02-02T01:45:29.497Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2074 | 2024-02-02T01:45:30.649Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2075 | 2024-02-02T01:45:31.180Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2076 | 2024-02-02T01:45:31.285Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2077 | 2024-02-02T01:45:31.574Z | Compiling globset v0.4.13 |
2078 | 2024-02-02T01:45:39.492Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2079 | 2024-02-02T01:45:39.520Z | Compiling olpc-cjson v0.1.3 |
2080 | 2024-02-02T01:45:39.520Z | Compiling strum_macros v0.24.3 |
2081 | 2024-02-02T01:45:42.110Z | Compiling serde-big-array v0.5.1 |
2082 | 2024-02-02T01:45:42.470Z | Compiling serde_plain v1.0.2 |
2083 | 2024-02-02T01:45:43.291Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2084 | 2024-02-02T01:45:43.558Z | Compiling async-recursion v1.0.5 |
2085 | 2024-02-02T01:45:44.549Z | Compiling ref-cast-impl v1.0.20 |
2086 | 2024-02-02T01:45:44.874Z | Compiling cookie v0.18.0 |
2087 | 2024-02-02T01:45:45.037Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2088 | 2024-02-02T01:45:45.304Z | Compiling typed-path v0.7.0 |
2089 | 2024-02-02T01:45:46.035Z | Compiling indoc v1.0.9 |
2090 | 2024-02-02T01:45:46.176Z | Compiling http-range v0.1.5 |
2091 | 2024-02-02T01:45:46.352Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2092 | 2024-02-02T01:45:46.485Z | Compiling hyper-staticfile v0.9.5 |
2093 | 2024-02-02T01:45:47.256Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2094 | 2024-02-02T01:45:49.159Z | Compiling tough v0.16.0 |
2095 | 2024-02-02T01:45:51.928Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2096 | 2024-02-02T01:45:59.116Z | Compiling derive_builder v0.12.0 |
2097 | 2024-02-02T01:46:19.985Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2098 | 2024-02-02T01:46:20.392Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2099 | 2024-02-02T01:46:20.579Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-02-02T01:46:25.179Z | Compiling signal-hook-tokio v0.3.1 |
2101 | 2024-02-02T01:46:25.470Z | Compiling bb8 v0.8.1 |
2102 | 2024-02-02T01:46:25.534Z | Compiling quick-xml v0.30.0 |
2103 | 2024-02-02T01:46:26.335Z | Compiling serde-big-array v0.4.1 |
2104 | 2024-02-02T01:46:26.595Z | Compiling impl-trait-for-tuples v0.2.2 |
2105 | 2024-02-02T01:46:29.274Z | Compiling oso-derive v0.27.0 |
2106 | 2024-02-02T01:46:30.831Z | Compiling maplit v1.0.2 |
2107 | 2024-02-02T01:46:30.988Z | Compiling parse-size v1.0.0 |
2108 | 2024-02-02T01:46:31.880Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2109 | 2024-02-02T01:46:42.476Z | Compiling oso v0.27.0 |
2110 | 2024-02-02T01:46:44.346Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2111 | 2024-02-02T01:46:46.953Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2112 | 2024-02-02T01:46:48.152Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2113 | 2024-02-02T01:46:53.015Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2114 | 2024-02-02T01:47:13.701Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2115 | 2024-02-02T01:47:13.764Z | Compiling corncobs v0.1.3 |
2116 | 2024-02-02T01:47:14.409Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2117 | 2024-02-02T01:47:15.696Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2118 | 2024-02-02T01:47:15.869Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2119 | 2024-02-02T01:47:18.041Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2120 | 2024-02-02T01:47:18.645Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2121 | 2024-02-02T01:47:24.645Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2122 | 2024-02-02T01:47:29.272Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2123 | 2024-02-02T01:47:47.556Z | Compiling rcgen v0.12.1 |
2124 | 2024-02-02T01:48:01.253Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2125 | 2024-02-02T01:48:06.500Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2126 | 2024-02-02T01:48:06.917Z | Compiling atomicwrites v0.4.3 |
2127 | 2024-02-02T01:48:07.747Z | Compiling lru v0.12.1 |
2128 | 2024-02-02T01:48:08.254Z | Compiling stability v0.1.1 |
2129 | 2024-02-02T01:48:09.665Z | Compiling subprocess v0.2.9 |
2130 | 2024-02-02T01:48:10.264Z | Compiling unicode-linebreak v0.1.5 |
2131 | 2024-02-02T01:48:11.158Z | Compiling indoc v2.0.3 |
2132 | 2024-02-02T01:48:12.664Z | Compiling smawk v0.3.1 |
2133 | 2024-02-02T01:48:13.003Z | Compiling cassowary v0.3.0 |
2134 | 2024-02-02T01:48:18.799Z | Compiling ratatui v0.25.0 |
2135 | 2024-02-02T01:48:20.516Z | Compiling textwrap v0.16.0 |
2136 | 2024-02-02T01:48:26.812Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2137 | 2024-02-02T01:48:32.867Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2138 | 2024-02-02T01:48:42.537Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2139 | 2024-02-02T01:48:43.299Z | Compiling fatfs v0.3.6 |
2140 | 2024-02-02T01:48:46.624Z | Compiling nanorand v0.7.0 |
2141 | 2024-02-02T01:48:47.805Z | Compiling rtoolbox v0.0.1 |
2142 | 2024-02-02T01:48:48.523Z | Compiling is_ci v1.1.1 |
2143 | 2024-02-02T01:48:48.526Z | Compiling assert_matches v1.5.0 |
2144 | 2024-02-02T01:48:48.656Z | Compiling humantime v2.1.0 |
2145 | 2024-02-02T01:48:48.942Z | Compiling supports-color v2.1.0 |
2146 | 2024-02-02T01:48:50.033Z | Compiling rpassword v7.3.1 |
2147 | 2024-02-02T01:48:50.049Z | Compiling flume v0.11.0 |
2148 | 2024-02-02T01:48:50.695Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-02-02T01:48:51.280Z | Compiling tui-tree-widget v0.16.0 |
2150 | 2024-02-02T01:48:51.825Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2151 | 2024-02-02T01:48:54.692Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2152 | 2024-02-02T01:49:04.363Z | Compiling shell-words v1.1.0 |
2153 | 2024-02-02T01:49:04.363Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2154 | 2024-02-02T01:49:05.130Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2155 | 2024-02-02T01:50:00.677Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2156 | 2024-02-02T01:52:22.050Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2157 | 2024-02-02T01:52:59.246Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2158 | 2024-02-02T01:52:59.827Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2159 | 2024-02-02T02:02:50.061Z | Finished release [optimized] target(s) in 21m 36s |
2160 | 2024-02-02T02:04:06.209Z | |
2161 | 2024-02-02T02:04:06.213Z | real 22:53.658290535 |
2162 | 2024-02-02T02:04:06.213Z | user 2:38:08.519547960 |
2163 | 2024-02-02T02:04:06.213Z | sys 6:06.570877090 |
2164 | 2024-02-02T02:04:06.213Z | trap 4.811319694 |
2165 | 2024-02-02T02:04:06.213Z | tflt 1.243854176 |
2166 | 2024-02-02T02:04:06.213Z | dflt 2.794318386 |
2167 | 2024-02-02T02:04:06.213Z | kflt 0.041237102 |
2168 | 2024-02-02T02:04:06.213Z | lock 9:39:20.280184294 |
2169 | 2024-02-02T02:04:06.213Z | slp 6:11:52.166347050 |
2170 | 2024-02-02T02:04:06.213Z | lat 2:53.065845336 |
2171 | 2024-02-02T02:04:06.213Z | stop 47.642541172 |
2172 | 2024-02-02T02:04:06.213Z | + 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/*) |
2173 | 2024-02-02T02:04:06.213Z | + pfexec mkdir -p /work |
2174 | 2024-02-02T02:04:06.219Z | + pfexec chown build /work |
2175 | 2024-02-02T02:04:06.223Z | + 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 |
2176 | 2024-02-02T02:04:20.430Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2177 | 2024-02-02T02:04:20.430Z | a out/mg-ddm-gz.tar 61599K |
2178 | 2024-02-02T02:04:20.430Z | a out/omicron-sled-agent.tar 119555K |
2179 | 2024-02-02T02:04:20.430Z | a out/oxlog.tar 8186K |
2180 | 2024-02-02T02:04:20.430Z | a out/target/test 1K |
2181 | 2024-02-02T02:04:20.431Z | a out/npuzone/npuzone 36313K |
2182 | 2024-02-02T02:04:20.431Z | a package-manifest.toml 24K |
2183 | 2024-02-02T02:04:20.431Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2184 | 2024-02-02T02:04:20.431Z | a target/release/omicron-package 44550K |
2185 | 2024-02-02T02:04:20.431Z | a tools/create_virtual_hardware.sh 4K |
2186 | 2024-02-02T02:04:20.431Z | a tools/virtual_hardware.sh 4K |
2187 | 2024-02-02T02:04:20.431Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2188 | 2024-02-02T02:04:20.431Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2189 | 2024-02-02T02:04:20.431Z | a tools/scrimlet/softnpu-init.sh 3K |
2190 | 2024-02-02T02:04:20.431Z | a tools/scrimlet/softnpu-zone.txt 1K |
2191 | 2024-02-02T02:04:20.431Z | a tools/scrimlet/softnpu.toml 1K |
2192 | 2024-02-02T02:04:20.435Z | |
2193 | 2024-02-02T02:04:20.435Z | real 14.210909068 |
2194 | 2024-02-02T02:04:20.436Z | user 13.587682390 |
2195 | 2024-02-02T02:04:20.436Z | sys 1.099109102 |
2196 | 2024-02-02T02:04:20.436Z | trap 0.003982070 |
2197 | 2024-02-02T02:04:20.436Z | tflt 0.000000000 |
2198 | 2024-02-02T02:04:20.436Z | dflt 0.000000000 |
2199 | 2024-02-02T02:04:20.436Z | kflt 0.000000000 |
2200 | 2024-02-02T02:04:20.436Z | lock 0.000000000 |
2201 | 2024-02-02T02:04:20.436Z | slp 13.290441587 |
2202 | 2024-02-02T02:04:20.436Z | lat 0.436790567 |
2203 | 2024-02-02T02:04:20.436Z | stop 0.000234762 |
2204 | 2024-02-02T02:04:20.436Z | ++ pwd |
2205 | 2024-02-02T02:04:20.436Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2206 | 2024-02-02T02:04:20.436Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2207 | 2024-02-02T02:04:20.441Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2208 | 2024-02-02T02:04:21.592Z | Finished release [optimized] target(s) in 1.06s |
2209 | 2024-02-02T02:04:21.619Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2210 | 2024-02-02T02:04:21.659Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2211 | 2024-02-02T02:04:21.663Z | Created new build target 'host' and set it as active |
2212 | 2024-02-02T02:04:21.663Z | |
2213 | 2024-02-02T02:04:21.664Z | real 1.221015978 |
2214 | 2024-02-02T02:04:21.664Z | user 0.863058326 |
2215 | 2024-02-02T02:04:21.664Z | sys 0.358860630 |
2216 | 2024-02-02T02:04:21.664Z | trap 0.000094439 |
2217 | 2024-02-02T02:04:21.664Z | tflt 0.000002053 |
2218 | 2024-02-02T02:04:21.664Z | dflt 0.000013761 |
2219 | 2024-02-02T02:04:21.664Z | kflt 0.000000000 |
2220 | 2024-02-02T02:04:21.664Z | lock 0.035273186 |
2221 | 2024-02-02T02:04:21.664Z | slp 0.020819726 |
2222 | 2024-02-02T02:04:21.664Z | lat 0.001585758 |
2223 | 2024-02-02T02:04:21.664Z | stop 0.000254704 |
2224 | 2024-02-02T02:04:21.668Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2225 | 2024-02-02T02:04:22.768Z | Finished release [optimized] target(s) in 1.02s |
2226 | 2024-02-02T02:04:22.792Z | Running `target/release/omicron-package -t host package` |
2227 | 2024-02-02T02:04:22.833Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2228 | 2024-02-02T02:04:23.977Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2229 | 2024-02-02T02:04:45.546Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2230 | 2024-02-02T02:06:38.468Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2231 | 2024-02-02T02:08:50.275Z | Finished release [optimized] target(s) in 4m 27s |
2232 | 2024-02-02T02:09:41.885Z | |
2233 | 2024-02-02T02:09:41.889Z | real 5:20.225129932 |
2234 | 2024-02-02T02:09:41.889Z | user 27:39.046323810 |
2235 | 2024-02-02T02:09:41.890Z | sys 1:20.616089017 |
2236 | 2024-02-02T02:09:41.890Z | trap 0.712982714 |
2237 | 2024-02-02T02:09:41.890Z | tflt 0.187128793 |
2238 | 2024-02-02T02:09:41.890Z | dflt 5.787628215 |
2239 | 2024-02-02T02:09:41.890Z | kflt 0.052530200 |
2240 | 2024-02-02T02:09:41.890Z | lock 1:38:07.863603525 |
2241 | 2024-02-02T02:09:41.890Z | slp 28:00.838548797 |
2242 | 2024-02-02T02:09:41.890Z | lat 12.131504917 |
2243 | 2024-02-02T02:09:41.890Z | stop 1.119422877 |
2244 | 2024-02-02T02:09:41.890Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2245 | 2024-02-02T02:09:41.890Z | + for package in "$@" |
2246 | 2024-02-02T02:09:41.890Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2247 | 2024-02-02T02:09:41.890Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git52199bbd0e3 |
2248 | 2024-02-02T02:09:43.022Z | Finished release [optimized] target(s) in 1.05s |
2249 | 2024-02-02T02:09:43.056Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git52199bbd0e3` |
2250 | 2024-02-02T02:09:43.095Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2251 | 2024-02-02T02:09:43.427Z | Created: out/versioned/omicron-sled-agent.tar |
2252 | 2024-02-02T02:09:43.436Z | + for package in "$@" |
2253 | 2024-02-02T02:09:43.436Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2254 | 2024-02-02T02:09:43.436Z | + echo 0.0.0 |
2255 | 2024-02-02T02:09:43.436Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2256 | 2024-02-02T02:09:43.436Z | a VERSION 1K |
2257 | 2024-02-02T02:09:43.436Z | + rm VERSION |
2258 | 2024-02-02T02:09:43.447Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git52199bbd0e3 |
2259 | 2024-02-02T02:09:44.571Z | Finished release [optimized] target(s) in 1.04s |
2260 | 2024-02-02T02:09:44.598Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git52199bbd0e3` |
2261 | 2024-02-02T02:09:44.646Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2262 | 2024-02-02T02:09:44.852Z | Created: out/versioned/mg-ddm-gz.tar |
2263 | 2024-02-02T02:09:44.856Z | + for package in "$@" |
2264 | 2024-02-02T02:09:44.856Z | + [[ propolis-server == mg-ddm-gz ]] |
2265 | 2024-02-02T02:09:44.856Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git52199bbd0e3 |
2266 | 2024-02-02T02:09:45.955Z | Finished release [optimized] target(s) in 1.01s |
2267 | 2024-02-02T02:09:45.981Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git52199bbd0e3` |
2268 | 2024-02-02T02:09:46.025Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2269 | 2024-02-02T02:09:47.787Z | Created: out/versioned/propolis-server.tar.gz |
2270 | 2024-02-02T02:09:47.791Z | + for package in "$@" |
2271 | 2024-02-02T02:09:47.791Z | + [[ overlay == mg-ddm-gz ]] |
2272 | 2024-02-02T02:09:47.791Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git52199bbd0e3 |
2273 | 2024-02-02T02:09:48.972Z | Finished release [optimized] target(s) in 1.09s |
2274 | 2024-02-02T02:09:49.005Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git52199bbd0e3` |
2275 | 2024-02-02T02:09:49.042Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2276 | 2024-02-02T02:09:49.055Z | Created: out/versioned/overlay.tar.gz |
2277 | 2024-02-02T02:09:49.055Z | + for package in "$@" |
2278 | 2024-02-02T02:09:49.055Z | + [[ oxlog == mg-ddm-gz ]] |
2279 | 2024-02-02T02:09:49.055Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git52199bbd0e3 |
2280 | 2024-02-02T02:09:50.152Z | Finished release [optimized] target(s) in 1.02s |
2281 | 2024-02-02T02:09:50.177Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git52199bbd0e3` |
2282 | 2024-02-02T02:09:50.220Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2283 | 2024-02-02T02:09:50.254Z | Created: out/versioned/oxlog.tar |
2284 | 2024-02-02T02:09:50.264Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2285 | 2024-02-02T02:09:50.274Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2286 | 2024-02-02T02:09:50.274Z | ++ cd -- ./tools |
2287 | 2024-02-02T02:09:50.274Z | ++ pwd |
2288 | 2024-02-02T02:09:50.274Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2289 | 2024-02-02T02:09:50.274Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2290 | 2024-02-02T02:09:50.410Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2291 | 2024-02-02T02:09:50.419Z | ++ readlink -f /work |
2292 | 2024-02-02T02:09:50.419Z | + out_dir=/work |
2293 | 2024-02-02T02:09:50.420Z | + 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") |
2294 | 2024-02-02T02:09:50.420Z | + for dep in "${deps[@]}" |
2295 | 2024-02-02T02:09:50.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2296 | 2024-02-02T02:09:50.420Z | + for dep in "${deps[@]}" |
2297 | 2024-02-02T02:09:50.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2298 | 2024-02-02T02:09:50.420Z | + for dep in "${deps[@]}" |
2299 | 2024-02-02T02:09:50.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2300 | 2024-02-02T02:09:50.420Z | + for dep in "${deps[@]}" |
2301 | 2024-02-02T02:09:50.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2302 | 2024-02-02T02:09:50.420Z | + for dep in "${deps[@]}" |
2303 | 2024-02-02T02:09:50.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2304 | 2024-02-02T02:09:50.420Z | ++ mktemp -d |
2305 | 2024-02-02T02:09:50.420Z | + tmp_gz=/tmp/tmp.MfaqSh |
2306 | 2024-02-02T02:09:50.421Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2307 | 2024-02-02T02:09:50.421Z | + echo '{"v":"1","t":"layer"}' |
2308 | 2024-02-02T02:09:50.421Z | + pkg_dir=/tmp/tmp.MfaqSh/root/opt/oxide/sled-agent |
2309 | 2024-02-02T02:09:50.421Z | + mkdir -p /tmp/tmp.MfaqSh/root/opt/oxide/sled-agent |
2310 | 2024-02-02T02:09:50.421Z | + cd /tmp/tmp.MfaqSh/root/opt/oxide/sled-agent |
2311 | 2024-02-02T02:09:50.421Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2312 | 2024-02-02T02:09:50.539Z | x ., 0 bytes, 0 tape blocks |
2313 | 2024-02-02T02:09:50.539Z | x zone-bundle, 41629440 bytes, 81308 tape blocks |
2314 | 2024-02-02T02:09:50.539Z | x sled-agent, 80774656 bytes, 157763 tape blocks |
2315 | 2024-02-02T02:09:50.539Z | x pkg, 0 bytes, 0 tape blocks |
2316 | 2024-02-02T02:09:50.539Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2317 | 2024-02-02T02:09:50.539Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2318 | 2024-02-02T02:09:50.539Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2319 | 2024-02-02T02:09:50.539Z | x VERSION, 25 bytes, 1 tape blocks |
2320 | 2024-02-02T02:09:50.542Z | + mkdir -p /tmp/tmp.MfaqSh/root/lib/svc/manifest/site/ |
2321 | 2024-02-02T02:09:50.542Z | + mv pkg/manifest.xml /tmp/tmp.MfaqSh/root/lib/svc/manifest/site/sled-agent.xml |
2322 | 2024-02-02T02:09:50.545Z | + cd - |
2323 | 2024-02-02T02:09:50.545Z | /work/oxidecomputer/omicron |
2324 | 2024-02-02T02:09:50.545Z | + pkg_dir=/tmp/tmp.MfaqSh/root/opt/oxide/mg-ddm |
2325 | 2024-02-02T02:09:50.545Z | + mkdir -p /tmp/tmp.MfaqSh/root/opt/oxide/mg-ddm |
2326 | 2024-02-02T02:09:50.548Z | + cd /tmp/tmp.MfaqSh/root/opt/oxide/mg-ddm |
2327 | 2024-02-02T02:09:50.548Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2328 | 2024-02-02T02:09:50.615Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-02-02T02:09:50.615Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2330 | 2024-02-02T02:09:50.615Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2331 | 2024-02-02T02:09:50.615Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-02-02T02:09:50.615Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2333 | 2024-02-02T02:09:50.615Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2334 | 2024-02-02T02:09:50.615Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2335 | 2024-02-02T02:09:50.615Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2336 | 2024-02-02T02:09:50.615Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2337 | 2024-02-02T02:09:50.615Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2338 | 2024-02-02T02:09:50.615Z | x VERSION, 25 bytes, 1 tape blocks |
2339 | 2024-02-02T02:09:50.619Z | + cd - |
2340 | 2024-02-02T02:09:50.619Z | /work/oxidecomputer/omicron |
2341 | 2024-02-02T02:09:50.619Z | + pkg_dir=/tmp/tmp.MfaqSh/root/opt/oxide/oxlog |
2342 | 2024-02-02T02:09:50.619Z | + mkdir -p /tmp/tmp.MfaqSh/root/opt/oxide/oxlog |
2343 | 2024-02-02T02:09:50.619Z | + cd /tmp/tmp.MfaqSh/root/opt/oxide/oxlog |
2344 | 2024-02-02T02:09:50.619Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2345 | 2024-02-02T02:09:50.630Z | x ., 0 bytes, 0 tape blocks |
2346 | 2024-02-02T02:09:50.630Z | x oxlog, 8379640 bytes, 16367 tape blocks |
2347 | 2024-02-02T02:09:50.631Z | x VERSION, 25 bytes, 1 tape blocks |
2348 | 2024-02-02T02:09:50.635Z | + cd - |
2349 | 2024-02-02T02:09:50.635Z | /work/oxidecomputer/omicron |
2350 | 2024-02-02T02:09:50.635Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.MfaqSh/root/opt/oxide |
2351 | 2024-02-02T02:09:50.749Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.MfaqSh/root/opt/oxide |
2352 | 2024-02-02T02:09:50.759Z | + cd /tmp/tmp.MfaqSh |
2353 | 2024-02-02T02:09:50.759Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2354 | 2024-02-02T02:10:03.053Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2355 | 2024-02-02T02:10:03.053Z | a oxide.json 1K |
2356 | 2024-02-02T02:10:03.053Z | a root/ 0K |
2357 | 2024-02-02T02:10:03.053Z | a root/opt/ 0K |
2358 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/ 0K |
2359 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/ 0K |
2360 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/zone-bundle 40654K |
2361 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/sled-agent 78882K |
2362 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2363 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2364 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2365 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/sled-agent/VERSION 1K |
2366 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/ 0K |
2367 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2368 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2369 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2370 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2371 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2372 | 2024-02-02T02:10:03.053Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2373 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2374 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2375 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2376 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2377 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/oxlog/ 0K |
2378 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/oxlog/oxlog 8184K |
2379 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/oxlog/VERSION 1K |
2380 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2381 | 2024-02-02T02:10:03.054Z | a root/opt/oxide/overlay.tar.gz 3K |
2382 | 2024-02-02T02:10:03.054Z | a root/lib/ 0K |
2383 | 2024-02-02T02:10:03.054Z | a root/lib/svc/ 0K |
2384 | 2024-02-02T02:10:03.054Z | a root/lib/svc/manifest/ 0K |
2385 | 2024-02-02T02:10:03.054Z | a root/lib/svc/manifest/site/ 0K |
2386 | 2024-02-02T02:10:03.054Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2387 | 2024-02-02T02:10:03.060Z | + cd / |
2388 | 2024-02-02T02:10:03.060Z | + rm -rf /tmp/tmp.MfaqSh |
2389 | 2024-02-02T02:10:03.100Z | |
2390 | 2024-02-02T02:10:03.111Z | real 12.841836594 |
2391 | 2024-02-02T02:10:03.111Z | user 11.801830311 |
2392 | 2024-02-02T02:10:03.111Z | sys 0.977766585 |
2393 | 2024-02-02T02:10:03.111Z | trap 0.002091922 |
2394 | 2024-02-02T02:10:03.111Z | tflt 0.000000000 |
2395 | 2024-02-02T02:10:03.111Z | dflt 0.000000000 |
2396 | 2024-02-02T02:10:03.111Z | kflt 0.000000000 |
2397 | 2024-02-02T02:10:03.112Z | lock 0.000000000 |
2398 | 2024-02-02T02:10:03.112Z | slp 24.802586250 |
2399 | 2024-02-02T02:10:03.112Z | lat 0.382062215 |
2400 | 2024-02-02T02:10:03.112Z | stop 0.000304106 |
2401 | 2024-02-02T02:10:03.112Z | + mkdir -p /work/zones |
2402 | 2024-02-02T02:10:03.112Z | + 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) |
2403 | 2024-02-02T02:10:03.112Z | + 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/ |
2404 | 2024-02-02T02:10:07.196Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2405 | 2024-02-02T02:10:08.393Z | Finished release [optimized] target(s) in 1.11s |
2406 | 2024-02-02T02:10:08.425Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2407 | 2024-02-02T02:10:08.457Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2408 | 2024-02-02T02:10:08.460Z | Created new build target 'recovery' and set it as active |
2409 | 2024-02-02T02:10:08.460Z | |
2410 | 2024-02-02T02:10:08.460Z | real 1.274008664 |
2411 | 2024-02-02T02:10:08.461Z | user 0.906512538 |
2412 | 2024-02-02T02:10:08.461Z | sys 0.366490714 |
2413 | 2024-02-02T02:10:08.461Z | trap 0.000578085 |
2414 | 2024-02-02T02:10:08.461Z | tflt 0.000035138 |
2415 | 2024-02-02T02:10:08.461Z | dflt 0.000002015 |
2416 | 2024-02-02T02:10:08.461Z | kflt 0.000000000 |
2417 | 2024-02-02T02:10:08.461Z | lock 0.037371007 |
2418 | 2024-02-02T02:10:08.461Z | slp 0.022398384 |
2419 | 2024-02-02T02:10:08.461Z | lat 0.003041764 |
2420 | 2024-02-02T02:10:08.461Z | stop 0.000230060 |
2421 | 2024-02-02T02:10:08.461Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2422 | 2024-02-02T02:10:09.623Z | Finished release [optimized] target(s) in 1.06s |
2423 | 2024-02-02T02:10:09.639Z | Running `target/release/omicron-package -t recovery package` |
2424 | 2024-02-02T02:10:09.682Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2425 | 2024-02-02T02:10:10.733Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2426 | 2024-02-02T02:10:14.637Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2427 | 2024-02-02T02:10:47.153Z | Finished release [optimized] target(s) in 37.38s |
2428 | 2024-02-02T02:11:04.848Z | |
2429 | 2024-02-02T02:11:04.848Z | real 56.383154488 |
2430 | 2024-02-02T02:11:04.848Z | user 2:41.404734358 |
2431 | 2024-02-02T02:11:04.848Z | sys 13.391527090 |
2432 | 2024-02-02T02:11:04.848Z | trap 0.079646908 |
2433 | 2024-02-02T02:11:04.854Z | tflt 0.098063202 |
2434 | 2024-02-02T02:11:04.854Z | dflt 1.026895821 |
2435 | 2024-02-02T02:11:04.854Z | kflt 0.000029149 |
2436 | 2024-02-02T02:11:04.854Z | lock 15:56.817445896 |
2437 | 2024-02-02T02:11:04.854Z | slp 2:39.970825025 |
2438 | 2024-02-02T02:11:04.855Z | lat 1.790917615 |
2439 | 2024-02-02T02:11:04.855Z | stop 0.191705777 |
2440 | 2024-02-02T02:11:04.855Z | + stamp_packages installinator mg-ddm-gz |
2441 | 2024-02-02T02:11:04.855Z | + for package in "$@" |
2442 | 2024-02-02T02:11:04.855Z | + [[ installinator == mg-ddm-gz ]] |
2443 | 2024-02-02T02:11:04.855Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git52199bbd0e3 |
2444 | 2024-02-02T02:11:05.991Z | Finished release [optimized] target(s) in 1.05s |
2445 | 2024-02-02T02:11:06.022Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git52199bbd0e3` |
2446 | 2024-02-02T02:11:06.060Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2447 | 2024-02-02T02:11:06.188Z | Created: out/versioned/installinator.tar |
2448 | 2024-02-02T02:11:06.194Z | + for package in "$@" |
2449 | 2024-02-02T02:11:06.195Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2450 | 2024-02-02T02:11:06.195Z | + echo 0.0.0 |
2451 | 2024-02-02T02:11:06.195Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2452 | 2024-02-02T02:11:06.196Z | a VERSION 1K |
2453 | 2024-02-02T02:11:06.196Z | + rm VERSION |
2454 | 2024-02-02T02:11:06.205Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git52199bbd0e3 |
2455 | 2024-02-02T02:11:07.281Z | Finished release [optimized] target(s) in 1.00s |
2456 | 2024-02-02T02:11:07.315Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git52199bbd0e3` |
2457 | 2024-02-02T02:11:07.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2458 | 2024-02-02T02:11:07.533Z | Created: out/versioned/mg-ddm-gz.tar |
2459 | 2024-02-02T02:11:07.536Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2460 | 2024-02-02T02:11:07.547Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2461 | 2024-02-02T02:11:07.550Z | ++ cd -- ./tools |
2462 | 2024-02-02T02:11:07.550Z | ++ pwd |
2463 | 2024-02-02T02:11:07.550Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2464 | 2024-02-02T02:11:07.554Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2465 | 2024-02-02T02:11:07.554Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2466 | 2024-02-02T02:11:07.557Z | ++ readlink -f /work |
2467 | 2024-02-02T02:11:07.557Z | + out_dir=/work |
2468 | 2024-02-02T02:11:07.558Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2469 | 2024-02-02T02:11:07.558Z | + for dep in "${deps[@]}" |
2470 | 2024-02-02T02:11:07.558Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2471 | 2024-02-02T02:11:07.558Z | + for dep in "${deps[@]}" |
2472 | 2024-02-02T02:11:07.558Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2473 | 2024-02-02T02:11:07.558Z | ++ mktemp -d |
2474 | 2024-02-02T02:11:07.562Z | + tmp_trampoline=/tmp/tmp.j7a4Wh |
2475 | 2024-02-02T02:11:07.562Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2476 | 2024-02-02T02:11:07.562Z | + echo '{"v":"1","t":"layer"}' |
2477 | 2024-02-02T02:11:07.562Z | + pkg_dir=/tmp/tmp.j7a4Wh/root/opt/oxide/installinator |
2478 | 2024-02-02T02:11:07.563Z | + mkdir -p /tmp/tmp.j7a4Wh/root/opt/oxide/installinator |
2479 | 2024-02-02T02:11:07.566Z | + cd /tmp/tmp.j7a4Wh/root/opt/oxide/installinator |
2480 | 2024-02-02T02:11:07.567Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2481 | 2024-02-02T02:11:07.621Z | x ., 0 bytes, 0 tape blocks |
2482 | 2024-02-02T02:11:07.621Z | x installinator, 55077720 bytes, 107574 tape blocks |
2483 | 2024-02-02T02:11:07.621Z | x pkg, 0 bytes, 0 tape blocks |
2484 | 2024-02-02T02:11:07.621Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2485 | 2024-02-02T02:11:07.621Z | x VERSION, 25 bytes, 1 tape blocks |
2486 | 2024-02-02T02:11:07.629Z | + mkdir -p /tmp/tmp.j7a4Wh/root/lib/svc/manifest/site/ |
2487 | 2024-02-02T02:11:07.629Z | + mv pkg/manifest.xml /tmp/tmp.j7a4Wh/root/lib/svc/manifest/site/installinator.xml |
2488 | 2024-02-02T02:11:07.629Z | + cd - |
2489 | 2024-02-02T02:11:07.637Z | /work/oxidecomputer/omicron |
2490 | 2024-02-02T02:11:07.637Z | + pkg_dir=/tmp/tmp.j7a4Wh/root/opt/oxide/mg-ddm |
2491 | 2024-02-02T02:11:07.637Z | + mkdir -p /tmp/tmp.j7a4Wh/root/opt/oxide/mg-ddm |
2492 | 2024-02-02T02:11:07.637Z | + cd /tmp/tmp.j7a4Wh/root/opt/oxide/mg-ddm |
2493 | 2024-02-02T02:11:07.638Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2494 | 2024-02-02T02:11:07.695Z | x ., 0 bytes, 0 tape blocks |
2495 | 2024-02-02T02:11:07.695Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2496 | 2024-02-02T02:11:07.695Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2497 | 2024-02-02T02:11:07.695Z | x pkg, 0 bytes, 0 tape blocks |
2498 | 2024-02-02T02:11:07.695Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2499 | 2024-02-02T02:11:07.695Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2500 | 2024-02-02T02:11:07.695Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2501 | 2024-02-02T02:11:07.695Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2502 | 2024-02-02T02:11:07.695Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2503 | 2024-02-02T02:11:07.695Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2504 | 2024-02-02T02:11:07.695Z | x VERSION, 25 bytes, 1 tape blocks |
2505 | 2024-02-02T02:11:07.698Z | + cd - |
2506 | 2024-02-02T02:11:07.698Z | /work/oxidecomputer/omicron |
2507 | 2024-02-02T02:11:07.699Z | + cd /tmp/tmp.j7a4Wh |
2508 | 2024-02-02T02:11:07.699Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2509 | 2024-02-02T02:11:13.787Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2510 | 2024-02-02T02:11:13.787Z | a oxide.json 1K |
2511 | 2024-02-02T02:11:13.787Z | a root/ 0K |
2512 | 2024-02-02T02:11:13.788Z | a root/opt/ 0K |
2513 | 2024-02-02T02:11:13.788Z | a root/opt/oxide/ 0K |
2514 | 2024-02-02T02:11:13.788Z | a root/opt/oxide/installinator/ 0K |
2515 | 2024-02-02T02:11:13.788Z | a root/opt/oxide/installinator/installinator 53787K |
2516 | 2024-02-02T02:11:13.788Z | a root/opt/oxide/installinator/pkg/ 0K |
2517 | 2024-02-02T02:11:13.788Z | a root/opt/oxide/installinator/VERSION 1K |
2518 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/ 0K |
2519 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2520 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2521 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2522 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2523 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2524 | 2024-02-02T02:11:13.789Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2525 | 2024-02-02T02:11:13.790Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2526 | 2024-02-02T02:11:13.790Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2527 | 2024-02-02T02:11:13.790Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2528 | 2024-02-02T02:11:13.790Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2529 | 2024-02-02T02:11:13.790Z | a root/lib/ 0K |
2530 | 2024-02-02T02:11:13.791Z | a root/lib/svc/ 0K |
2531 | 2024-02-02T02:11:13.791Z | a root/lib/svc/manifest/ 0K |
2532 | 2024-02-02T02:11:13.791Z | a root/lib/svc/manifest/site/ 0K |
2533 | 2024-02-02T02:11:13.791Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2534 | 2024-02-02T02:11:13.804Z | + cd / |
2535 | 2024-02-02T02:11:13.804Z | + rm -rf /tmp/tmp.j7a4Wh |
2536 | 2024-02-02T02:11:13.813Z | |
2537 | 2024-02-02T02:11:13.813Z | real 6.269710587 |
2538 | 2024-02-02T02:11:13.813Z | user 5.878711904 |
2539 | 2024-02-02T02:11:13.813Z | sys 0.418342971 |
2540 | 2024-02-02T02:11:13.813Z | trap 0.002036726 |
2541 | 2024-02-02T02:11:13.814Z | tflt 0.000000000 |
2542 | 2024-02-02T02:11:13.814Z | dflt 0.000000000 |
2543 | 2024-02-02T02:11:13.814Z | kflt 0.000000000 |
2544 | 2024-02-02T02:11:13.814Z | lock 0.000000000 |
2545 | 2024-02-02T02:11:13.814Z | slp 12.135024669 |
2546 | 2024-02-02T02:11:13.815Z | lat 0.178426222 |
2547 | 2024-02-02T02:11:13.815Z | stop 0.000281166 |
2548 | 2024-02-02T02:11:13.823Z | process exited: duration 2471180 ms, exit code 0 |
|
2549 | 2024-02-02T02:11:13.871Z | found 21 output files |
2550 | 2024-02-02T02:11:13.871Z | uploading: /work/version.txt (26 bytes) |
2551 | 2024-02-02T02:11:14.903Z | uploaded: /work/version.txt |
2552 | 2024-02-02T02:11:14.903Z | uploading: /work/package.tar.gz (86390237 bytes) |
2553 | 2024-02-02T02:11:54.241Z | uploaded: /work/package.tar.gz |
2554 | 2024-02-02T02:11:54.241Z | uploading: /work/global-zone-packages.tar.gz (126462776 bytes) |
2555 | 2024-02-02T02:12:42.797Z | uploaded: /work/global-zone-packages.tar.gz |
2556 | 2024-02-02T02:12:42.798Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37365992 bytes) |
2557 | 2024-02-02T02:12:55.353Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2558 | 2024-02-02T02:12:55.376Z | uploading: /work/zones/clickhouse.tar.gz (194368190 bytes) |
2559 | 2024-02-02T02:14:15.791Z | uploaded: /work/zones/clickhouse.tar.gz |
2560 | 2024-02-02T02:14:15.791Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194366704 bytes) |
2561 | 2024-02-02T02:15:34.986Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2562 | 2024-02-02T02:15:34.987Z | uploading: /work/zones/cockroachdb.tar.gz (131466153 bytes) |
2563 | 2024-02-02T02:16:30.997Z | uploaded: /work/zones/cockroachdb.tar.gz |
2564 | 2024-02-02T02:16:30.997Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2565 | 2024-02-02T02:16:36.672Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2566 | 2024-02-02T02:16:36.672Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2567 | 2024-02-02T02:16:50.108Z | uploaded: /work/zones/crucible.tar.gz |
2568 | 2024-02-02T02:16:50.108Z | uploading: /work/zones/external-dns.tar.gz (23592210 bytes) |
2569 | 2024-02-02T02:16:57.861Z | uploaded: /work/zones/external-dns.tar.gz |
2570 | 2024-02-02T02:16:57.861Z | uploading: /work/zones/internal-dns.tar.gz (23592210 bytes) |
2571 | 2024-02-02T02:17:06.895Z | uploaded: /work/zones/internal-dns.tar.gz |
2572 | 2024-02-02T02:17:06.896Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2573 | 2024-02-02T02:17:07.932Z | uploaded: /work/zones/ntp.tar.gz |
2574 | 2024-02-02T02:17:07.932Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19489714 bytes) |
2575 | 2024-02-02T02:17:16.380Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2576 | 2024-02-02T02:17:16.380Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19488904 bytes) |
2577 | 2024-02-02T02:17:26.921Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2578 | 2024-02-02T02:17:26.921Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87324812 bytes) |
2579 | 2024-02-02T02:17:53.871Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2580 | 2024-02-02T02:17:53.871Z | uploading: /work/zones/omicron-nexus.tar.gz (87326672 bytes) |
2581 | 2024-02-02T02:18:25.080Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2582 | 2024-02-02T02:18:25.080Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2583 | 2024-02-02T02:18:26.097Z | uploaded: /work/zones/overlay.tar.gz |
2584 | 2024-02-02T02:18:26.098Z | uploading: /work/zones/oximeter.tar.gz (55724187 bytes) |
2585 | 2024-02-02T02:18:43.359Z | uploaded: /work/zones/oximeter.tar.gz |
2586 | 2024-02-02T02:18:43.359Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2587 | 2024-02-02T02:19:14.785Z | uploaded: /work/zones/propolis-server.tar.gz |
2588 | 2024-02-02T02:19:14.785Z | uploading: /work/zones/switch-asic.tar.gz (281602004 bytes) |
2589 | 2024-02-02T02:21:38.503Z | uploaded: /work/zones/switch-asic.tar.gz |
2590 | 2024-02-02T02:21:38.504Z | uploading: /work/zones/switch-softnpu.tar.gz (205781106 bytes) |
2591 | 2024-02-02T02:23:07.608Z | uploaded: /work/zones/switch-softnpu.tar.gz |