|
|
|
1 | 2024-02-02T12:33:14.195Z | job assigned to worker 01HNMWWJNHQJ3420VSHTC3N3ZE (queued for 3 h 56 m 20 s) |
|
2 | 2024-02-02T12:33:14.947Z | starting task 0: "setup" |
3 | 2024-02-02T12:33:15.008Z | ++ uname -s |
4 | 2024-02-02T12:33:15.011Z | + kern=SunOS |
5 | 2024-02-02T12:33:15.011Z | + case "$kern" in |
6 | 2024-02-02T12:33:15.012Z | + groupadd -g 12345 build |
7 | 2024-02-02T12:33:15.014Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T12:33:17.059Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T12:33:17.171Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T12:33:17.174Z | + home_fs=zfs |
11 | 2024-02-02T12:33:17.174Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T12:33:17.174Z | + mkdir -p /home/build |
13 | 2024-02-02T12:33:17.177Z | + chown build:build /home/build /work |
14 | 2024-02-02T12:33:19.180Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T12:33:19.184Z | process exited: duration 4240 ms, exit code 0 |
|
16 | 2024-02-02T12:33:19.189Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T12:33:19.198Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T12:33:19.201Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T12:33:19.553Z | info: downloading installer |
20 | 2024-02-02T12:33:21.206Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T12:33:21.206Z | warning: /opt/ooce/bin |
22 | 2024-02-02T12:33:21.206Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T12:33:21.206Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T12:33:21.206Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T12:33:21.206Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T12:33:21.206Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T12:33:21.206Z | error: cannot install while Rust is installed |
28 | 2024-02-02T12:33:21.206Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T12:33:21.381Z | info: profile set to 'default' |
30 | 2024-02-02T12:33:21.381Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T12:33:21.385Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T12:33:21.552Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T12:33:21.552Z | info: downloading component 'cargo' |
34 | 2024-02-02T12:33:22.367Z | info: downloading component 'clippy' |
35 | 2024-02-02T12:33:22.698Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T12:33:23.945Z | info: downloading component 'rust-std' |
37 | 2024-02-02T12:33:25.707Z | info: downloading component 'rustc' |
38 | 2024-02-02T12:33:30.080Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T12:33:30.492Z | info: installing component 'cargo' |
40 | 2024-02-02T12:33:31.947Z | info: installing component 'clippy' |
41 | 2024-02-02T12:33:32.546Z | info: installing component 'rust-docs' |
42 | 2024-02-02T12:33:35.334Z | info: installing component 'rust-std' |
43 | 2024-02-02T12:33:38.516Z | info: installing component 'rustc' |
44 | 2024-02-02T12:33:45.653Z | info: installing component 'rustfmt' |
45 | 2024-02-02T12:33:46.153Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T12:33:46.153Z | |
47 | 2024-02-02T12:33:46.293Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T12:33:46.293Z | |
49 | 2024-02-02T12:33:46.296Z | |
50 | 2024-02-02T12:33:46.296Z | Rust is installed now. Great! |
51 | 2024-02-02T12:33:46.296Z | |
52 | 2024-02-02T12:33:46.296Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T12:33:46.297Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T12:33:46.297Z | |
55 | 2024-02-02T12:33:46.297Z | To configure your current shell, run: |
56 | 2024-02-02T12:33:46.297Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T12:33:46.392Z | + rustc --version |
58 | 2024-02-02T12:33:46.507Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T12:33:46.512Z | process exited: duration 27324 ms, exit code 0 |
|
60 | 2024-02-02T12:33:46.518Z | starting task 2: "authentication" |
61 | 2024-02-02T12:33:46.551Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-02T12:33:46.556Z | starting task 3: "clone repository" |
63 | 2024-02-02T12:33:46.563Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T12:33:46.566Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T12:33:46.675Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T12:33:53.079Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T12:33:53.079Z | + git fetch origin c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
68 | 2024-02-02T12:33:53.462Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T12:33:53.462Z | * branch c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 -> FETCH_HEAD |
70 | 2024-02-02T12:33:53.478Z | + [[ -n renovate/omicron-zone-package-0.x ]] |
71 | 2024-02-02T12:33:53.481Z | ++ git branch --show-current |
72 | 2024-02-02T12:33:53.481Z | + current=main |
73 | 2024-02-02T12:33:53.481Z | + [[ main != renovate/omicron-zone-package-0.x ]] |
74 | 2024-02-02T12:33:53.481Z | + git branch -f renovate/omicron-zone-package-0.x c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
75 | 2024-02-02T12:33:53.485Z | + git checkout -f renovate/omicron-zone-package-0.x |
76 | 2024-02-02T12:33:53.673Z | Switched to branch 'renovate/omicron-zone-package-0.x' |
77 | 2024-02-02T12:33:53.676Z | + git reset --hard c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
78 | 2024-02-02T12:33:53.860Z | HEAD is now at c7f06afb7 Update Rust crate omicron-zone-package to 0.11.0 |
79 | 2024-02-02T12:33:53.862Z | process exited: duration 7305 ms, exit code 0 |
|
80 | 2024-02-02T12:33:53.868Z | starting task 4: "build" |
81 | 2024-02-02T12:33:53.875Z | + cargo --version |
82 | 2024-02-02T12:33:53.882Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T12:33:54.089Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T12:33:54.092Z | info: downloading component 'cargo' |
85 | 2024-02-02T12:33:55.065Z | info: downloading component 'clippy' |
86 | 2024-02-02T12:33:55.426Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T12:33:56.562Z | info: downloading component 'rust-std' |
88 | 2024-02-02T12:33:58.275Z | info: downloading component 'rustc' |
89 | 2024-02-02T12:34:03.313Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T12:34:03.716Z | info: installing component 'cargo' |
91 | 2024-02-02T12:34:05.392Z | info: installing component 'clippy' |
92 | 2024-02-02T12:34:05.911Z | info: installing component 'rust-docs' |
93 | 2024-02-02T12:34:08.779Z | info: installing component 'rust-std' |
94 | 2024-02-02T12:34:11.307Z | info: installing component 'rustc' |
95 | 2024-02-02T12:34:17.826Z | info: installing component 'rustfmt' |
96 | 2024-02-02T12:34:18.389Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T12:34:18.392Z | + rustc --version |
98 | 2024-02-02T12:34:18.518Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T12:34:18.526Z | ++ git rev-parse HEAD |
100 | 2024-02-02T12:34:18.530Z | + COMMIT=c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
101 | 2024-02-02T12:34:18.533Z | + VERSION=6.0.0-0.ci+gitc7f06afb781 |
102 | 2024-02-02T12:34:18.533Z | + echo 6.0.0-0.ci+gitc7f06afb781 |
103 | 2024-02-02T12:34:18.533Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-02T12:34:33.811Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-02T12:34:35.611Z | Startup: Caching catalogs ... Done |
106 | 2024-02-02T12:34:38.682Z | Planning: Solver setup ... Done (2.542s) |
107 | 2024-02-02T12:34:38.750Z | Planning: Running solver ... Done (0.068s) |
108 | 2024-02-02T12:34:38.784Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-02T12:34:38.800Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-02T12:34:39.066Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-02T12:34:39.150Z | Planning: Package planning ... Done (0.082s) |
112 | 2024-02-02T12:34:39.232Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-02-02T12:34:40.338Z | Planning: Checking for conflicting actions ... Done (1.104s) |
114 | 2024-02-02T12:34:40.357Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-02T12:34:46.269Z | Planning: Evaluating mediators ... Done (5.915s) |
116 | 2024-02-02T12:34:46.285Z | Planning: Planning completed in 10.61 seconds |
117 | 2024-02-02T12:34:50.596Z | Packages to install: 4 |
118 | 2024-02-02T12:34:50.596Z | Mediators to change: 2 |
119 | 2024-02-02T12:34:50.596Z | Services to change: 1 |
120 | 2024-02-02T12:34:50.599Z | Estimated space available: 148.87 GB |
121 | 2024-02-02T12:34:50.599Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-02T12:34:50.600Z | Create boot environment: No |
123 | 2024-02-02T12:34:50.600Z | Create backup boot environment: No |
124 | 2024-02-02T12:34:50.600Z | Rebuild boot archive: No |
125 | 2024-02-02T12:34:50.600Z | |
126 | 2024-02-02T12:34:50.600Z | Changed mediators: |
127 | 2024-02-02T12:34:50.600Z | mediator clang: |
128 | 2024-02-02T12:34:50.600Z | version: None -> 15 (system default) |
129 | 2024-02-02T12:34:50.600Z | |
130 | 2024-02-02T12:34:50.600Z | mediator llvm: |
131 | 2024-02-02T12:34:50.600Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-02T12:34:50.600Z | |
133 | 2024-02-02T12:34:50.600Z | Changed packages: |
134 | 2024-02-02T12:34:50.600Z | helios-dev |
135 | 2024-02-02T12:34:50.600Z | developer/build-essential |
136 | 2024-02-02T12:34:50.600Z | None -> 11-2.0 |
137 | 2024-02-02T12:34:50.600Z | library/libxmlsec1 |
138 | 2024-02-02T12:34:50.600Z | None -> 1.2.35-2.0 |
139 | 2024-02-02T12:34:50.600Z | ooce/developer/clang-15 |
140 | 2024-02-02T12:34:50.600Z | None -> 15.0.7-2.0 |
141 | 2024-02-02T12:34:50.600Z | ooce/developer/llvm-15 |
142 | 2024-02-02T12:34:50.600Z | None -> 15.0.7-2.0 |
143 | 2024-02-02T12:34:50.600Z | |
144 | 2024-02-02T12:34:50.600Z | Services: |
145 | 2024-02-02T12:34:50.600Z | restart_fmri: |
146 | 2024-02-02T12:34:50.601Z | svc:/system/update-man-index:default |
147 | 2024-02-02T12:34:50.951Z | |
148 | 2024-02-02T12:34:50.951Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-02T12:34:55.951Z | Download: 915/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
150 | 2024-02-02T12:35:02.068Z | Download: 1604/3290 items 117.7/212.6MB 55% complete (11.9M/s) |
151 | 2024-02-02T12:35:05.956Z | Download: 2336/3290 items 119.6/212.6MB 56% complete (10.1M/s) |
152 | 2024-02-02T12:35:10.955Z | Download: 3246/3290 items 178.3/212.6MB 83% complete (6.0M/s) |
153 | 2024-02-02T12:35:13.686Z | Download: Completed 212.60 MB in 22.74 seconds (9.3M/s) |
154 | 2024-02-02T12:35:14.116Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-02-02T12:35:19.088Z | Actions: 3295/3689 actions (Installing new actions) |
156 | 2024-02-02T12:35:21.856Z | Actions: Completed 3689 actions in 7.78 seconds. |
157 | 2024-02-02T12:35:21.997Z | Done (0.135s) |
158 | 2024-02-02T12:35:21.997Z | Done (0.000s) |
159 | 2024-02-02T12:35:22.334Z | Done (0.336s) |
160 | 2024-02-02T12:35:30.435Z | Done (7.948s) |
161 | 2024-02-02T12:35:30.656Z | Done (0.128s) |
162 | 2024-02-02T12:35:30.659Z | Done (0.000s) |
163 | 2024-02-02T12:35:30.927Z | Done (0.000s) |
164 | 2024-02-02T12:35:31.666Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-02-02T12:35:31.953Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-02-02T12:35:31.956Z | Planning: Consolidating action changes ... Done |
167 | 2024-02-02T12:35:32.401Z | Planning: Evaluating mediators ... Done |
168 | 2024-02-02T12:35:32.404Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-02-02T12:35:32.456Z | Mediators to change: 2 |
170 | 2024-02-02T12:35:32.456Z | Create boot environment: No |
171 | 2024-02-02T12:35:32.462Z | Create backup boot environment: No |
172 | 2024-02-02T12:35:32.568Z | Done |
173 | 2024-02-02T12:35:32.568Z | Done |
174 | 2024-02-02T12:35:32.771Z | Done |
175 | 2024-02-02T12:35:38.581Z | Done |
176 | 2024-02-02T12:35:38.709Z | Done |
177 | 2024-02-02T12:35:38.712Z | Done |
178 | 2024-02-02T12:35:38.894Z | Done |
179 | 2024-02-02T12:35:39.925Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-02T12:35:39.928Z | Planning: Merging actions ... Done |
181 | 2024-02-02T12:35:40.272Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-02-02T12:35:40.277Z | Planning: Consolidating action changes ... Done |
183 | 2024-02-02T12:35:40.717Z | Planning: Evaluating mediators ... Done |
184 | 2024-02-02T12:35:40.818Z | Planning: Planning completed in 1.34 seconds |
185 | 2024-02-02T12:35:40.869Z | Packages to change: 1 |
186 | 2024-02-02T12:35:40.869Z | Mediators to change: 1 |
187 | 2024-02-02T12:35:40.872Z | Services to change: 1 |
188 | 2024-02-02T12:35:40.872Z | Create boot environment: No |
189 | 2024-02-02T12:35:40.872Z | Create backup boot environment: Yes |
190 | 2024-02-02T12:35:42.818Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-02-02T12:35:42.821Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-02-02T12:35:42.821Z | Done |
193 | 2024-02-02T12:35:42.821Z | Done |
194 | 2024-02-02T12:35:42.898Z | Done |
195 | 2024-02-02T12:35:48.772Z | Done |
196 | 2024-02-02T12:35:48.894Z | Done |
197 | 2024-02-02T12:35:48.899Z | Done |
198 | 2024-02-02T12:35:48.998Z | Done |
199 | 2024-02-02T12:35:49.677Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-02-02T12:35:49.677Z | clang system 15 system |
201 | 2024-02-02T12:35:49.681Z | csh system system illumos |
202 | 2024-02-02T12:35:49.681Z | ctags system system illumos |
203 | 2024-02-02T12:35:49.681Z | gcc vendor 12 vendor |
204 | 2024-02-02T12:35:49.681Z | gcc system 10 system |
205 | 2024-02-02T12:35:49.681Z | gcc system 7 system |
206 | 2024-02-02T12:35:49.681Z | go system 1.20 system |
207 | 2024-02-02T12:35:49.681Z | go system 1.19 system |
208 | 2024-02-02T12:35:49.681Z | llvm system 15 system |
209 | 2024-02-02T12:35:49.681Z | llvm system 14 system |
210 | 2024-02-02T12:35:49.681Z | mariadb system 10.6 system |
211 | 2024-02-02T12:35:49.682Z | mta vendor vendor dma |
212 | 2024-02-02T12:35:49.682Z | openjdk system 17 system |
213 | 2024-02-02T12:35:49.682Z | openjdk system 11 system |
214 | 2024-02-02T12:35:49.682Z | openjdk system 1.8 system |
215 | 2024-02-02T12:35:49.682Z | openssl vendor 3 vendor |
216 | 2024-02-02T12:35:49.682Z | perl system 5.36 system |
217 | 2024-02-02T12:35:49.682Z | postgresql system 15 system |
218 | 2024-02-02T12:35:49.682Z | postgresql system 13 system |
219 | 2024-02-02T12:35:49.682Z | python vendor 3 vendor |
220 | 2024-02-02T12:35:49.682Z | python system 2 system |
221 | 2024-02-02T12:35:49.682Z | python3 system 3.11 system |
222 | 2024-02-02T12:35:49.682Z | ruby system 3.0 system |
223 | 2024-02-02T12:35:49.683Z | words vendor vendor american-english |
224 | 2024-02-02T12:35:49.683Z | words system system australian-english |
225 | 2024-02-02T12:35:49.683Z | words system system british-english |
226 | 2024-02-02T12:35:49.683Z | words system system canadian-english |
227 | 2024-02-02T12:35:49.683Z | words system system french |
228 | 2024-02-02T12:35:49.683Z | words system system italian |
229 | 2024-02-02T12:35:49.683Z | words system system ngerman |
230 | 2024-02-02T12:35:49.683Z | words system system ogerman |
231 | 2024-02-02T12:35:49.683Z | words system system spanish |
232 | 2024-02-02T12:35:50.216Z | FMRI IFO |
233 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-02-02T12:35:50.216Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-02-02T12:35:50.293Z | + set -o errexit |
242 | 2024-02-02T12:35:50.296Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-02-02T12:35:50.299Z | ++ cd ./tools |
244 | 2024-02-02T12:35:50.299Z | ++ pwd |
245 | 2024-02-02T12:35:50.299Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-02-02T12:35:50.299Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-02-02T12:35:50.302Z | + ARG0=ci_download_cockroachdb |
248 | 2024-02-02T12:35:50.302Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-02-02T12:35:50.306Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-02-02T12:35:50.306Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-02-02T12:35:50.306Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2024-02-02T12:35:50.306Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2024-02-02T12:35:50.306Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2024-02-02T12:35:50.306Z | + TARGET_DIR=out |
255 | 2024-02-02T12:35:50.306Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-02-02T12:35:50.306Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-02-02T12:35:50.306Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-02-02T12:35:50.306Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-02-02T12:35:50.306Z | + main |
260 | 2024-02-02T12:35:50.306Z | + [[ 0 != 0 ]] |
261 | 2024-02-02T12:35:50.306Z | + CIDL_OS=solaris2.11 |
262 | 2024-02-02T12:35:50.306Z | + [[ 0 != 0 ]] |
263 | 2024-02-02T12:35:50.306Z | + configure_os solaris2.11 |
264 | 2024-02-02T12:35:50.306Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-02-02T12:35:50.306Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-02-02T12:35:50.306Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-02-02T12:35:50.306Z | + case "$1" in |
268 | 2024-02-02T12:35:50.306Z | configuring based on OS: "solaris2.11" |
269 | 2024-02-02T12:35:50.307Z | + CIDL_BUILD=illumos |
270 | 2024-02-02T12:35:50.307Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-02-02T12:35:50.307Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-02-02T12:35:50.307Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2024-02-02T12:35:50.307Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-02-02T12:35:50.307Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-02-02T12:35:50.307Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-02-02T12:35:50.307Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-02T12:35:50.307Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-02T12:35:50.307Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-02-02T12:35:50.307Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-02T12:35:50.307Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-02T12:35:50.307Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-02T12:35:50.307Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-02T12:35:50.307Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-02T12:35:50.307Z | + mkdir -p out/downloads |
285 | 2024-02-02T12:35:50.310Z | + mkdir -p ./out/cockroachdb |
286 | 2024-02-02T12:35:50.310Z | + local DO_DOWNLOAD=true |
287 | 2024-02-02T12:35:50.310Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-02-02T12:35:50.310Z | + '[' true == true ']' |
289 | 2024-02-02T12:35:50.311Z | + echo Downloading... |
290 | 2024-02-02T12:35:50.311Z | Downloading... |
291 | 2024-02-02T12:35:50.311Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-02T12:35:50.311Z | + 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 |
293 | 2024-02-02T12:35:55.660Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-02T12:35:55.663Z | ++ md5sum |
295 | 2024-02-02T12:35:55.663Z | ++ awk '{print $1}' |
296 | 2024-02-02T12:35:55.919Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2024-02-02T12:35:55.920Z | + [[ 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 ]] |
298 | 2024-02-02T12:35:55.920Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-02T12:35:56.374Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-02-02T12:35:59.474Z | + do_assemble_illumos |
301 | 2024-02-02T12:35:59.474Z | + rm -r ./out/cockroachdb |
302 | 2024-02-02T12:35:59.485Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-02-02T12:35:59.934Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-02-02T12:36:00.232Z | Build Tag: v22.1.9-dirty |
305 | 2024-02-02T12:36:00.232Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-02-02T12:36:00.232Z | Distribution: OSS |
307 | 2024-02-02T12:36:00.232Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-02-02T12:36:00.232Z | Go Version: go1.17.13 |
309 | 2024-02-02T12:36:00.232Z | C Compiler: gcc 10.3.0 |
310 | 2024-02-02T12:36:00.232Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-02-02T12:36:00.232Z | Build Type: release |
312 | 2024-02-02T12:36:00.255Z | + set -o errexit |
313 | 2024-02-02T12:36:00.259Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-02-02T12:36:00.261Z | ++ cd ./tools |
315 | 2024-02-02T12:36:00.261Z | ++ pwd |
316 | 2024-02-02T12:36:00.262Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-02-02T12:36:00.262Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-02-02T12:36:00.265Z | + ARG0=ci_download_clickhouse |
319 | 2024-02-02T12:36:00.265Z | + TARGET_DIR=out |
320 | 2024-02-02T12:36:00.265Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-02-02T12:36:00.265Z | + DEST_DIR=./out/clickhouse |
322 | 2024-02-02T12:36:00.265Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-02-02T12:36:00.266Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-02-02T12:36:00.266Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-02-02T12:36:00.266Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-02-02T12:36:00.266Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-02-02T12:36:00.266Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-02-02T12:36:00.266Z | + main |
329 | 2024-02-02T12:36:00.266Z | + [[ 0 != 0 ]] |
330 | 2024-02-02T12:36:00.266Z | + CIDL_OS=solaris2.11 |
331 | 2024-02-02T12:36:00.266Z | + [[ 0 != 0 ]] |
332 | 2024-02-02T12:36:00.266Z | + configure_os solaris2.11 |
333 | 2024-02-02T12:36:00.266Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-02-02T12:36:00.266Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-02T12:36:00.266Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-02T12:36:00.266Z | + CIDL_DASHREV= |
337 | 2024-02-02T12:36:00.266Z | + case "$1" in |
338 | 2024-02-02T12:36:00.266Z | configuring based on OS: "solaris2.11" |
339 | 2024-02-02T12:36:00.266Z | + CIDL_PLATFORM=illumos |
340 | 2024-02-02T12:36:00.266Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-02T12:36:00.266Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-02-02T12:36:00.267Z | + CIDL_DASHREV=-1 |
343 | 2024-02-02T12:36:00.267Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-02-02T12:36:00.267Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-02T12:36:00.267Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-02T12:36:00.267Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-02T12:36:00.267Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-02T12:36:00.267Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-02T12:36:00.267Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-02T12:36:00.267Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-02T12:36:00.267Z | + mkdir -p out/downloads |
352 | 2024-02-02T12:36:00.271Z | + mkdir -p ./out/clickhouse |
353 | 2024-02-02T12:36:00.271Z | + local DO_DOWNLOAD=true |
354 | 2024-02-02T12:36:00.271Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-02-02T12:36:00.271Z | + '[' true == true ']' |
356 | 2024-02-02T12:36:00.271Z | + echo Downloading... |
357 | 2024-02-02T12:36:00.271Z | Downloading... |
358 | 2024-02-02T12:36:00.271Z | + 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 |
359 | 2024-02-02T12:36:00.271Z | + 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 |
360 | 2024-02-02T12:36:01.933Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-02T12:36:01.937Z | ++ md5sum |
362 | 2024-02-02T12:36:01.937Z | ++ awk '{print $1}' |
363 | 2024-02-02T12:36:02.195Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-02-02T12:36:02.195Z | + [[ 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 ]] |
365 | 2024-02-02T12:36:02.198Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-02-02T12:36:02.198Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-02T12:36:02.198Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-02-02T12:36:07.148Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-02-02T12:36:07.201Z | ClickHouse server version 22.8.9.1. |
370 | 2024-02-02T12:36:07.224Z | + set -o errexit |
371 | 2024-02-02T12:36:07.227Z | +++ dirname ./tools/ci_download_console |
372 | 2024-02-02T12:36:07.231Z | ++ cd ./tools |
373 | 2024-02-02T12:36:07.231Z | ++ pwd |
374 | 2024-02-02T12:36:07.231Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-02-02T12:36:07.231Z | ++ basename ./tools/ci_download_console |
376 | 2024-02-02T12:36:07.236Z | + ARG0=ci_download_console |
377 | 2024-02-02T12:36:07.236Z | + TARGET_DIR=out |
378 | 2024-02-02T12:36:07.236Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-02-02T12:36:07.236Z | + DEST_DIR=./out/console-assets |
380 | 2024-02-02T12:36:07.236Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-02-02T12:36:07.236Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
382 | 2024-02-02T12:36:07.236Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
383 | 2024-02-02T12:36:07.236Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
384 | 2024-02-02T12:36:07.236Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-02-02T12:36:07.236Z | + main |
386 | 2024-02-02T12:36:07.236Z | + [[ 0 != 0 ]] |
387 | 2024-02-02T12:36:07.236Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
388 | 2024-02-02T12:36:07.236Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
389 | 2024-02-02T12:36:07.236Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-02T12:36:07.236Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-02T12:36:07.236Z | + local DO_DOWNLOAD=true |
392 | 2024-02-02T12:36:07.237Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-02-02T12:36:07.237Z | + mkdir -p out/downloads |
394 | 2024-02-02T12:36:07.237Z | + '[' true == true ']' |
395 | 2024-02-02T12:36:07.237Z | + echo Downloading... |
396 | 2024-02-02T12:36:07.237Z | Downloading... |
397 | 2024-02-02T12:36:07.237Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
398 | 2024-02-02T12:36:07.237Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
399 | 2024-02-02T12:36:07.848Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-02-02T12:36:07.851Z | ++ case "$OSTYPE" in |
401 | 2024-02-02T12:36:07.851Z | ++ SHA=sha256sum |
402 | 2024-02-02T12:36:07.851Z | ++ sha256sum |
403 | 2024-02-02T12:36:07.851Z | ++ awk '{print $1}' |
404 | 2024-02-02T12:36:07.974Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
405 | 2024-02-02T12:36:07.974Z | + [[ 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 ]] |
406 | 2024-02-02T12:36:07.974Z | + rm -rf ./out/console-assets |
407 | 2024-02-02T12:36:07.977Z | + mkdir -p ./out/console-assets |
408 | 2024-02-02T12:36:07.982Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-02-02T12:36:07.982Z | + mkdir -p ./out/console-assets |
410 | 2024-02-02T12:36:07.982Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-02-02T12:36:08.124Z | + set -o errexit |
412 | 2024-02-02T12:36:08.127Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-02-02T12:36:08.131Z | ++ cd ./tools |
414 | 2024-02-02T12:36:08.131Z | ++ pwd |
415 | 2024-02-02T12:36:08.131Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-02-02T12:36:08.134Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-02-02T12:36:08.134Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-02-02T12:36:08.134Z | + TARGET_DIR=out |
419 | 2024-02-02T12:36:08.134Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-02-02T12:36:08.134Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-02-02T12:36:08.134Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
422 | 2024-02-02T12:36:08.134Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-02-02T12:36:08.134Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
424 | 2024-02-02T12:36:08.134Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
425 | 2024-02-02T12:36:08.134Z | + main |
426 | 2024-02-02T12:36:08.134Z | + [[ 0 != 0 ]] |
427 | 2024-02-02T12:36:08.134Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
428 | 2024-02-02T12:36:08.134Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
429 | 2024-02-02T12:36:08.134Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
430 | 2024-02-02T12:36:08.134Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
431 | 2024-02-02T12:36:08.134Z | + local DO_DOWNLOAD=true |
432 | 2024-02-02T12:36:08.135Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
433 | 2024-02-02T12:36:08.135Z | + mkdir -p out/downloads |
434 | 2024-02-02T12:36:08.138Z | + '[' true == true ']' |
435 | 2024-02-02T12:36:08.138Z | + echo Downloading... |
436 | 2024-02-02T12:36:08.138Z | Downloading... |
437 | 2024-02-02T12:36:08.138Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
438 | 2024-02-02T12:36:08.138Z | + 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 |
439 | 2024-02-02T12:36:08.318Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
440 | 2024-02-02T12:36:08.321Z | ++ case "$OSTYPE" in |
441 | 2024-02-02T12:36:08.321Z | ++ SHA=sha256sum |
442 | 2024-02-02T12:36:08.321Z | ++ sha256sum |
443 | 2024-02-02T12:36:08.321Z | ++ awk '{print $1}' |
444 | 2024-02-02T12:36:08.324Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-02T12:36:08.324Z | + [[ 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 ]] |
446 | 2024-02-02T12:36:08.325Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-02-02T12:36:08.325Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
448 | 2024-02-02T12:36:08.325Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
449 | 2024-02-02T12:36:08.325Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
450 | 2024-02-02T12:36:08.328Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
451 | 2024-02-02T12:36:08.328Z | + main |
452 | 2024-02-02T12:36:08.328Z | + [[ 0 != 0 ]] |
453 | 2024-02-02T12:36:08.328Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
454 | 2024-02-02T12:36:08.328Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
455 | 2024-02-02T12:36:08.328Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
456 | 2024-02-02T12:36:08.328Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-02T12:36:08.328Z | + local DO_DOWNLOAD=true |
458 | 2024-02-02T12:36:08.328Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
459 | 2024-02-02T12:36:08.328Z | + mkdir -p out/downloads |
460 | 2024-02-02T12:36:08.328Z | + '[' true == true ']' |
461 | 2024-02-02T12:36:08.328Z | + echo Downloading... |
462 | 2024-02-02T12:36:08.328Z | Downloading... |
463 | 2024-02-02T12:36:08.328Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
464 | 2024-02-02T12:36:08.328Z | + 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 |
465 | 2024-02-02T12:36:08.495Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
466 | 2024-02-02T12:36:08.499Z | ++ case "$OSTYPE" in |
467 | 2024-02-02T12:36:08.499Z | ++ SHA=sha256sum |
468 | 2024-02-02T12:36:08.499Z | ++ sha256sum |
469 | 2024-02-02T12:36:08.499Z | ++ awk '{print $1}' |
470 | 2024-02-02T12:36:08.506Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-02T12:36:08.510Z | + [[ 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 ]] |
472 | 2024-02-02T12:36:08.523Z | + set -o errexit |
473 | 2024-02-02T12:36:08.526Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-02-02T12:36:08.531Z | ++ cd ./tools |
475 | 2024-02-02T12:36:08.531Z | ++ pwd |
476 | 2024-02-02T12:36:08.531Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-02-02T12:36:08.534Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-02-02T12:36:08.534Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-02-02T12:36:08.538Z | + TARGET_DIR=out |
480 | 2024-02-02T12:36:08.538Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-02-02T12:36:08.538Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-02-02T12:36:08.538Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
483 | 2024-02-02T12:36:08.538Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
484 | 2024-02-02T12:36:08.538Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
485 | 2024-02-02T12:36:08.539Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
486 | 2024-02-02T12:36:08.539Z | + main |
487 | 2024-02-02T12:36:08.539Z | + [[ 0 != 0 ]] |
488 | 2024-02-02T12:36:08.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
489 | 2024-02-02T12:36:08.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
490 | 2024-02-02T12:36:08.539Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
491 | 2024-02-02T12:36:08.539Z | + local DO_DOWNLOAD=true |
492 | 2024-02-02T12:36:08.539Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-02T12:36:08.539Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
494 | 2024-02-02T12:36:08.539Z | + mkdir -p out/downloads |
495 | 2024-02-02T12:36:08.543Z | + '[' true == true ']' |
496 | 2024-02-02T12:36:08.543Z | + echo Downloading... |
497 | 2024-02-02T12:36:08.543Z | Downloading... |
498 | 2024-02-02T12:36:08.543Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-02-02T12:36:08.543Z | + 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 |
500 | 2024-02-02T12:36:08.776Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
501 | 2024-02-02T12:36:08.780Z | ++ case "$OSTYPE" in |
502 | 2024-02-02T12:36:08.780Z | ++ SHA=sha256sum |
503 | 2024-02-02T12:36:08.780Z | ++ sha256sum |
504 | 2024-02-02T12:36:08.780Z | ++ awk '{print $1}' |
505 | 2024-02-02T12:36:08.784Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
506 | 2024-02-02T12:36:08.784Z | + [[ 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 ]] |
507 | 2024-02-02T12:36:08.795Z | + set -o errexit |
508 | 2024-02-02T12:36:08.798Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-02-02T12:36:08.801Z | ++ cd ./tools |
510 | 2024-02-02T12:36:08.801Z | ++ pwd |
511 | 2024-02-02T12:36:08.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-02-02T12:36:08.804Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-02-02T12:36:08.804Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-02-02T12:36:08.804Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-02-02T12:36:08.804Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
516 | 2024-02-02T12:36:08.804Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
517 | 2024-02-02T12:36:08.805Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
518 | 2024-02-02T12:36:08.805Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-02-02T12:36:08.805Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
520 | 2024-02-02T12:36:08.805Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
521 | 2024-02-02T12:36:08.805Z | + TARGET_DIR=out |
522 | 2024-02-02T12:36:08.805Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-02-02T12:36:08.805Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-02-02T12:36:08.805Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-02-02T12:36:08.805Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-02-02T12:36:08.805Z | + REPO=oxidecomputer/dendrite |
527 | 2024-02-02T12:36:08.805Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
528 | 2024-02-02T12:36:08.805Z | + main |
529 | 2024-02-02T12:36:08.805Z | + [[ 0 != 0 ]] |
530 | 2024-02-02T12:36:08.805Z | + CIDL_OS=solaris2.11 |
531 | 2024-02-02T12:36:08.805Z | + [[ 0 != 0 ]] |
532 | 2024-02-02T12:36:08.805Z | + configure_os solaris2.11 |
533 | 2024-02-02T12:36:08.808Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-02-02T12:36:08.808Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-02T12:36:08.809Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-02-02T12:36:08.809Z | + case "$1" in |
537 | 2024-02-02T12:36:08.809Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-02T12:36:08.809Z | + SET_BINARIES= |
539 | 2024-02-02T12:36:08.809Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
540 | 2024-02-02T12:36:08.809Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-02-02T12:36:08.809Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-02-02T12:36:08.809Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
543 | 2024-02-02T12:36:08.809Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-02T12:36:08.809Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
545 | 2024-02-02T12:36:08.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
546 | 2024-02-02T12:36:08.809Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-02T12:36:08.809Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-02T12:36:08.809Z | + mkdir -p out/downloads |
549 | 2024-02-02T12:36:08.809Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-02-02T12:36:08.812Z | + fetch_and_verify |
551 | 2024-02-02T12:36:08.812Z | + local DO_DOWNLOAD=true |
552 | 2024-02-02T12:36:08.812Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-02-02T12:36:08.813Z | + '[' true == true ']' |
554 | 2024-02-02T12:36:08.813Z | + echo Downloading... |
555 | 2024-02-02T12:36:08.813Z | Downloading... |
556 | 2024-02-02T12:36:08.813Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-02T12:36:08.813Z | + 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 |
558 | 2024-02-02T12:36:13.739Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-02T12:36:13.742Z | ++ sha256sum |
560 | 2024-02-02T12:36:13.742Z | ++ awk '{print $1}' |
561 | 2024-02-02T12:36:13.842Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
562 | 2024-02-02T12:36:13.842Z | + [[ 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 ]] |
563 | 2024-02-02T12:36:13.842Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-02T12:36:13.845Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-02-02T12:36:14.922Z | + do_assemble |
566 | 2024-02-02T12:36:14.922Z | + rm -r ./out/dendrite-stub |
567 | 2024-02-02T12:36:14.926Z | + mkdir ./out/dendrite-stub |
568 | 2024-02-02T12:36:14.935Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-02-02T12:36:15.092Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-02-02T12:36:15.103Z | + set -o errexit |
571 | 2024-02-02T12:36:15.103Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-02-02T12:36:15.103Z | ++ cd ./tools |
573 | 2024-02-02T12:36:15.103Z | ++ pwd |
574 | 2024-02-02T12:36:15.103Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-02-02T12:36:15.104Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-02-02T12:36:15.104Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-02-02T12:36:15.104Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-02-02T12:36:15.104Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
579 | 2024-02-02T12:36:15.104Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
580 | 2024-02-02T12:36:15.104Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-02-02T12:36:15.104Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
582 | 2024-02-02T12:36:15.104Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
583 | 2024-02-02T12:36:15.104Z | + TARGET_DIR=out |
584 | 2024-02-02T12:36:15.104Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-02-02T12:36:15.104Z | + DEST_DIR=./out/mgd |
586 | 2024-02-02T12:36:15.104Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-02-02T12:36:15.104Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-02-02T12:36:15.104Z | + REPO=oxidecomputer/maghemite |
589 | 2024-02-02T12:36:15.105Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
590 | 2024-02-02T12:36:15.105Z | + main |
591 | 2024-02-02T12:36:15.105Z | + [[ 0 != 0 ]] |
592 | 2024-02-02T12:36:15.105Z | + CIDL_OS=solaris2.11 |
593 | 2024-02-02T12:36:15.105Z | + [[ 0 != 0 ]] |
594 | 2024-02-02T12:36:15.105Z | + configure_os solaris2.11 |
595 | 2024-02-02T12:36:15.105Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-02-02T12:36:15.105Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-02T12:36:15.105Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-02-02T12:36:15.105Z | + case "$1" in |
599 | 2024-02-02T12:36:15.105Z | + SET_BINARIES= |
600 | 2024-02-02T12:36:15.105Z | configuring based on OS: "solaris2.11" |
601 | 2024-02-02T12:36:15.105Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-02-02T12:36:15.106Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-02-02T12:36:15.107Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
604 | 2024-02-02T12:36:15.107Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-02-02T12:36:15.107Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
606 | 2024-02-02T12:36:15.107Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
607 | 2024-02-02T12:36:15.108Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-02T12:36:15.108Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-02T12:36:15.108Z | + mkdir -p out/downloads |
610 | 2024-02-02T12:36:15.116Z | + mkdir -p ./out/mgd |
611 | 2024-02-02T12:36:15.116Z | + fetch_and_verify |
612 | 2024-02-02T12:36:15.116Z | + local DO_DOWNLOAD=true |
613 | 2024-02-02T12:36:15.116Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-02-02T12:36:15.117Z | + '[' true == true ']' |
615 | 2024-02-02T12:36:15.117Z | + echo Downloading... |
616 | 2024-02-02T12:36:15.117Z | Downloading... |
617 | 2024-02-02T12:36:15.117Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-02-02T12:36:15.118Z | + 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 |
619 | 2024-02-02T12:36:25.959Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-02-02T12:36:25.963Z | ++ sha256sum |
621 | 2024-02-02T12:36:25.963Z | ++ awk '{print $1}' |
622 | 2024-02-02T12:36:26.038Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
623 | 2024-02-02T12:36:26.039Z | + [[ 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 ]] |
624 | 2024-02-02T12:36:26.043Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-02-02T12:36:26.044Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-02-02T12:36:26.714Z | + do_assemble |
627 | 2024-02-02T12:36:26.714Z | + rm -r ./out/mgd |
628 | 2024-02-02T12:36:26.718Z | + mkdir ./out/mgd |
629 | 2024-02-02T12:36:26.721Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-02-02T12:36:26.943Z | + set -o errexit |
631 | 2024-02-02T12:36:26.947Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-02-02T12:36:26.947Z | ++ cd ./tools |
633 | 2024-02-02T12:36:26.948Z | ++ pwd |
634 | 2024-02-02T12:36:26.951Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-02-02T12:36:26.951Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-02-02T12:36:26.951Z | + ARG0=ci_download_transceiver_control |
637 | 2024-02-02T12:36:26.951Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-02-02T12:36:26.951Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-02T12:36:26.951Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-02-02T12:36:26.952Z | + TARGET_DIR=out |
641 | 2024-02-02T12:36:26.952Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-02-02T12:36:26.952Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-02-02T12:36:26.952Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-02-02T12:36:26.952Z | + BINARY=xcvradm |
645 | 2024-02-02T12:36:26.952Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-02-02T12:36:26.952Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-02-02T12:36:26.952Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-02-02T12:36:26.952Z | + main |
649 | 2024-02-02T12:36:26.956Z | + [[ 0 != 0 ]] |
650 | 2024-02-02T12:36:26.956Z | + CIDL_OS=solaris2.11 |
651 | 2024-02-02T12:36:26.956Z | + [[ 0 != 0 ]] |
652 | 2024-02-02T12:36:26.956Z | + configure_os solaris2.11 |
653 | 2024-02-02T12:36:26.956Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-02-02T12:36:26.957Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-02T12:36:26.957Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-02-02T12:36:26.957Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-02T12:36:26.957Z | + case "$1" in |
658 | 2024-02-02T12:36:26.957Z | + SET_BINARIES= |
659 | 2024-02-02T12:36:26.957Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-02-02T12:36:26.957Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-02-02T12:36:26.957Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-02-02T12:36:26.957Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-02T12:36:26.957Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-02-02T12:36:26.957Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-02-02T12:36:26.957Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-02T12:36:26.958Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-02T12:36:26.958Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-02T12:36:26.958Z | + mkdir -p out/downloads |
669 | 2024-02-02T12:36:26.958Z | + mkdir -p ./out/transceiver-control |
670 | 2024-02-02T12:36:26.958Z | + fetch_and_verify |
671 | 2024-02-02T12:36:26.958Z | + local DO_DOWNLOAD=true |
672 | 2024-02-02T12:36:26.958Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-02-02T12:36:26.962Z | + '[' true == true ']' |
674 | 2024-02-02T12:36:26.962Z | + echo Downloading... |
675 | 2024-02-02T12:36:26.963Z | Downloading... |
676 | 2024-02-02T12:36:26.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-02-02T12:36:26.963Z | + 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 |
678 | 2024-02-02T12:36:28.931Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-02-02T12:36:28.936Z | ++ sha256sum |
680 | 2024-02-02T12:36:28.936Z | ++ awk '{print $1}' |
681 | 2024-02-02T12:36:28.966Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-02T12:36:28.966Z | + [[ 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 ]] |
683 | 2024-02-02T12:36:28.970Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-02-02T12:36:28.970Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-02-02T12:36:28.970Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-02-02T12:36:29.134Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-02-02T12:36:29.137Z | + do_assemble |
688 | 2024-02-02T12:36:29.137Z | + rm -r ./out/transceiver-control |
689 | 2024-02-02T12:36:29.141Z | + mkdir ./out/transceiver-control |
690 | 2024-02-02T12:36:29.141Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-02-02T12:36:29.347Z | All prerequisites installed successfully |
692 | 2024-02-02T12:36:29.352Z | |
693 | 2024-02-02T12:36:29.352Z | real 2:10.746495264 |
694 | 2024-02-02T12:36:29.352Z | user 52.816558266 |
695 | 2024-02-02T12:36:29.352Z | sys 10.434629184 |
696 | 2024-02-02T12:36:29.352Z | trap 0.024646428 |
697 | 2024-02-02T12:36:29.353Z | tflt 0.324611868 |
698 | 2024-02-02T12:36:29.353Z | dflt 0.695945047 |
699 | 2024-02-02T12:36:29.353Z | kflt 0.272014384 |
700 | 2024-02-02T12:36:29.353Z | lock 2.668713533 |
701 | 2024-02-02T12:36:29.354Z | slp 4:05.503731733 |
702 | 2024-02-02T12:36:29.354Z | lat 3.496688731 |
703 | 2024-02-02T12:36:29.354Z | stop 0.073633801 |
704 | 2024-02-02T12:36:29.354Z | + ptime -m ./tools/ci_download_softnpu_machinery |
705 | 2024-02-02T12:36:29.363Z | fetching npuzone |
706 | 2024-02-02T12:36:29.393Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
707 | 2024-02-02T12:36:29.393Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
708 | 2024-02-02T12:36:29.393Z | Getting hash for npuzone |
709 | 2024-02-02T12:36:29.537Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
710 | 2024-02-02T12:36:37.492Z | npuzone downloaded successfully |
711 | 2024-02-02T12:36:37.503Z | |
712 | 2024-02-02T12:36:37.503Z | real 8.144434205 |
713 | 2024-02-02T12:36:37.503Z | user 0.566925431 |
714 | 2024-02-02T12:36:37.503Z | sys 0.158961048 |
715 | 2024-02-02T12:36:37.503Z | trap 0.000109013 |
716 | 2024-02-02T12:36:37.503Z | tflt 0.000000000 |
717 | 2024-02-02T12:36:37.503Z | dflt 0.000000000 |
718 | 2024-02-02T12:36:37.504Z | kflt 0.000000000 |
719 | 2024-02-02T12:36:37.504Z | lock 0.000000000 |
720 | 2024-02-02T12:36:37.504Z | slp 23.531006700 |
721 | 2024-02-02T12:36:37.504Z | lat 0.138803257 |
722 | 2024-02-02T12:36:37.504Z | stop 0.000261348 |
723 | 2024-02-02T12:36:37.504Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-02-02T12:36:37.504Z | + CARGO_INCREMENTAL=0 |
725 | 2024-02-02T12:36:37.504Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
726 | 2024-02-02T12:36:37.843Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-02T12:36:38.234Z | Updating crates.io index |
728 | 2024-02-02T12:36:38.373Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-02-02T12:36:39.147Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-02-02T12:36:41.546Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-02-02T12:36:42.963Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-02-02T12:36:43.275Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-02-02T12:36:43.548Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-02-02T12:36:43.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-02-02T12:36:44.906Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-02-02T12:36:47.544Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-02-02T12:36:48.657Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-02-02T12:36:48.952Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-02-02T12:36:49.710Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-02-02T12:36:50.035Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-02-02T12:36:50.370Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-02-02T12:36:50.654Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-02-02T12:36:51.135Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-02-02T12:36:51.659Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-02-02T12:36:51.994Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-02-02T12:36:52.561Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-02-02T12:36:52.903Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-02-02T12:36:53.308Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-02-02T12:36:54.750Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-02-02T12:36:55.226Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-02-02T12:36:56.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-02-02T12:36:57.318Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-02-02T12:36:57.649Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-02-02T12:36:59.447Z | Downloading crates ... |
755 | 2024-02-02T12:36:59.714Z | Downloaded clang-sys v1.6.1 |
756 | 2024-02-02T12:36:59.730Z | Downloaded home v0.5.5 |
757 | 2024-02-02T12:36:59.737Z | Downloaded is-terminal v0.4.9 |
758 | 2024-02-02T12:36:59.743Z | Downloaded indoc v1.0.9 |
759 | 2024-02-02T12:36:59.749Z | Downloaded keccak v0.1.4 |
760 | 2024-02-02T12:36:59.755Z | Downloaded hyper-tls v0.5.0 |
761 | 2024-02-02T12:36:59.758Z | Downloaded chacha20 v0.9.1 |
762 | 2024-02-02T12:36:59.764Z | Downloaded cobs v0.2.3 |
763 | 2024-02-02T12:36:59.767Z | Downloaded atomicwrites v0.4.3 |
764 | 2024-02-02T12:36:59.770Z | Downloaded ipnet v2.9.0 |
765 | 2024-02-02T12:36:59.774Z | Downloaded httparse v1.8.0 |
766 | 2024-02-02T12:36:59.780Z | Downloaded crossbeam-deque v0.8.3 |
767 | 2024-02-02T12:37:00.789Z | Downloaded clap_derive v4.4.2 |
768 | 2024-02-02T12:37:00.794Z | Downloaded atty v0.2.14 |
769 | 2024-02-02T12:37:00.794Z | Downloaded bstr v1.6.0 |
770 | 2024-02-02T12:37:00.794Z | Downloaded memchr v2.6.3 |
771 | 2024-02-02T12:37:00.795Z | Downloaded ident_case v1.0.1 |
772 | 2024-02-02T12:37:00.795Z | Downloaded ascii-canvas v3.0.0 |
773 | 2024-02-02T12:37:00.795Z | Downloaded number_prefix v0.4.0 |
774 | 2024-02-02T12:37:00.795Z | Downloaded hubpack v0.1.2 |
775 | 2024-02-02T12:37:00.795Z | Downloaded cstr-argument v0.1.2 |
776 | 2024-02-02T12:37:00.795Z | Downloaded http-range v0.1.5 |
777 | 2024-02-02T12:37:00.795Z | Downloaded block-padding v0.3.3 |
778 | 2024-02-02T12:37:00.795Z | Downloaded num_threads v0.1.6 |
779 | 2024-02-02T12:37:00.795Z | Downloaded match_cfg v0.1.0 |
780 | 2024-02-02T12:37:00.795Z | Downloaded ciborium-io v0.2.2 |
781 | 2024-02-02T12:37:00.795Z | Downloaded normalize-line-endings v0.3.0 |
782 | 2024-02-02T12:37:00.795Z | Downloaded memoffset v0.7.1 |
783 | 2024-02-02T12:37:00.795Z | Downloaded ansi_term v0.12.1 |
784 | 2024-02-02T12:37:00.795Z | Downloaded num-iter v0.1.43 |
785 | 2024-02-02T12:37:00.795Z | Downloaded num-integer v0.1.45 |
786 | 2024-02-02T12:37:00.795Z | Downloaded new_debug_unreachable v1.0.4 |
787 | 2024-02-02T12:37:00.795Z | Downloaded bzip2 v0.4.4 |
788 | 2024-02-02T12:37:00.795Z | Downloaded num_enum v0.5.11 |
789 | 2024-02-02T12:37:00.795Z | Downloaded toolchain_find v0.2.0 |
790 | 2024-02-02T12:37:00.795Z | Downloaded crc v3.0.1 |
791 | 2024-02-02T12:37:00.795Z | Downloaded num_enum_derive v0.5.11 |
792 | 2024-02-02T12:37:00.795Z | Downloaded nodrop v0.1.14 |
793 | 2024-02-02T12:37:00.795Z | Downloaded num v0.4.1 |
794 | 2024-02-02T12:37:00.795Z | Downloaded buf-list v1.0.3 |
795 | 2024-02-02T12:37:00.796Z | Downloaded maybe-uninit v2.0.0 |
796 | 2024-02-02T12:37:00.796Z | Downloaded maplit v1.0.2 |
797 | 2024-02-02T12:37:00.796Z | Downloaded want v0.3.1 |
798 | 2024-02-02T12:37:00.796Z | Downloaded num_cpus v1.16.0 |
799 | 2024-02-02T12:37:00.796Z | Downloaded anyhow v1.0.75 |
800 | 2024-02-02T12:37:00.796Z | Downloaded newtype_derive v0.1.6 |
801 | 2024-02-02T12:37:00.796Z | Downloaded sec1 v0.7.3 |
802 | 2024-02-02T12:37:00.796Z | Downloaded tinyvec_macros v0.1.1 |
803 | 2024-02-02T12:37:00.796Z | Downloaded spin v0.5.2 |
804 | 2024-02-02T12:37:00.796Z | Downloaded slog-dtrace v0.3.0 |
805 | 2024-02-02T12:37:00.796Z | Downloaded native-tls v0.2.11 |
806 | 2024-02-02T12:37:00.796Z | Downloaded console v0.15.8 |
807 | 2024-02-02T12:37:00.796Z | Downloaded whoami v1.4.1 |
808 | 2024-02-02T12:37:00.796Z | Downloaded walkdir v2.4.0 |
809 | 2024-02-02T12:37:00.796Z | Downloaded topological-sort v0.2.2 |
810 | 2024-02-02T12:37:00.796Z | Downloaded semver v1.0.21 |
811 | 2024-02-02T12:37:00.796Z | Downloaded num-complex v0.4.4 |
812 | 2024-02-02T12:37:00.796Z | Downloaded usdt-attr-macro v0.5.0 |
813 | 2024-02-02T12:37:00.796Z | Downloaded usdt-attr-macro v0.3.5 |
814 | 2024-02-02T12:37:00.796Z | Downloaded ppv-lite86 v0.2.17 |
815 | 2024-02-02T12:37:00.796Z | Downloaded thiserror-no-std v2.0.2 |
816 | 2024-02-02T12:37:00.796Z | Downloaded tokio-native-tls v0.3.1 |
817 | 2024-02-02T12:37:00.796Z | Downloaded smallvec v0.6.14 |
818 | 2024-02-02T12:37:00.796Z | Downloaded slog-stdlog v4.1.1 |
819 | 2024-02-02T12:37:00.797Z | Downloaded ed25519 v1.5.3 |
820 | 2024-02-02T12:37:00.797Z | Downloaded usdt v0.5.0 |
821 | 2024-02-02T12:37:00.797Z | Downloaded usdt v0.3.5 |
822 | 2024-02-02T12:37:00.797Z | Downloaded untrusted v0.7.1 |
823 | 2024-02-02T12:37:00.797Z | Downloaded termtree v0.4.1 |
824 | 2024-02-02T12:37:00.797Z | Downloaded dtrace-parser v0.1.14 |
825 | 2024-02-02T12:37:00.797Z | Downloaded same-file v1.0.6 |
826 | 2024-02-02T12:37:00.797Z | Downloaded peeking_take_while v0.1.2 |
827 | 2024-02-02T12:37:00.797Z | Downloaded float-cmp v0.9.0 |
828 | 2024-02-02T12:37:00.797Z | Downloaded hash32 v0.3.1 |
829 | 2024-02-02T12:37:00.797Z | Downloaded fnv v1.0.7 |
830 | 2024-02-02T12:37:00.797Z | Downloaded unicode-ident v1.0.12 |
831 | 2024-02-02T12:37:00.797Z | Downloaded usdt-impl v0.3.5 |
832 | 2024-02-02T12:37:00.797Z | Downloaded dirs-sys-next v0.1.2 |
833 | 2024-02-02T12:37:00.797Z | Downloaded scroll_derive v0.12.0 |
834 | 2024-02-02T12:37:00.797Z | Downloaded digest v0.10.7 |
835 | 2024-02-02T12:37:00.797Z | Downloaded equivalent v1.0.1 |
836 | 2024-02-02T12:37:00.797Z | Downloaded yasna v0.5.2 |
837 | 2024-02-02T12:37:00.797Z | Downloaded endian-type v0.1.2 |
838 | 2024-02-02T12:37:00.797Z | Downloaded darling v0.20.3 |
839 | 2024-02-02T12:37:00.797Z | Downloaded defmt-parser v0.3.3 |
840 | 2024-02-02T12:37:00.797Z | Downloaded base64 v0.21.7 |
841 | 2024-02-02T12:37:00.797Z | Downloaded downcast v0.11.0 |
842 | 2024-02-02T12:37:00.797Z | Downloaded waitgroup v0.1.2 |
843 | 2024-02-02T12:37:00.797Z | Downloaded parking_lot v0.11.2 |
844 | 2024-02-02T12:37:00.798Z | Downloaded vte_generate_state_changes v0.1.1 |
845 | 2024-02-02T12:37:00.798Z | Downloaded pretty-hex v0.4.1 |
846 | 2024-02-02T12:37:00.798Z | Downloaded time-core v0.1.1 |
847 | 2024-02-02T12:37:00.798Z | Downloaded uuid v1.7.0 |
848 | 2024-02-02T12:37:00.798Z | Downloaded synstructure v0.12.6 |
849 | 2024-02-02T12:37:00.798Z | Downloaded radium v0.7.0 |
850 | 2024-02-02T12:37:00.798Z | Downloaded indicatif v0.17.7 |
851 | 2024-02-02T12:37:00.798Z | Downloaded postgres-types v0.2.6 |
852 | 2024-02-02T12:37:00.798Z | Downloaded rpassword v7.3.1 |
853 | 2024-02-02T12:37:00.798Z | Downloaded tar v0.4.40 |
854 | 2024-02-02T12:37:00.798Z | Downloaded headers-core v0.2.0 |
855 | 2024-02-02T12:37:00.798Z | Downloaded dirs-next v2.0.0 |
856 | 2024-02-02T12:37:00.798Z | Downloaded errno v0.3.8 |
857 | 2024-02-02T12:37:00.798Z | Downloaded enum-as-inner v0.5.1 |
858 | 2024-02-02T12:37:00.798Z | Downloaded tinyvec v1.6.0 |
859 | 2024-02-02T12:37:00.798Z | Downloaded darling_macro v0.14.4 |
860 | 2024-02-02T12:37:00.798Z | Downloaded zeroize_derive v1.4.2 |
861 | 2024-02-02T12:37:00.798Z | Downloaded mio v0.8.9 |
862 | 2024-02-02T12:37:00.798Z | Downloaded foreign-types-shared v0.1.1 |
863 | 2024-02-02T12:37:00.798Z | Downloaded sha2 v0.10.8 |
864 | 2024-02-02T12:37:00.798Z | Downloaded resolv-conf v0.7.0 |
865 | 2024-02-02T12:37:00.798Z | Downloaded term v0.7.0 |
866 | 2024-02-02T12:37:00.798Z | Downloaded der_derive v0.7.2 |
867 | 2024-02-02T12:37:00.798Z | Downloaded fxhash v0.2.1 |
868 | 2024-02-02T12:37:00.803Z | Downloaded pretty-hex v0.2.1 |
869 | 2024-02-02T12:37:00.803Z | Downloaded r2d2 v0.8.10 |
870 | 2024-02-02T12:37:00.803Z | Downloaded packed_struct v0.10.1 |
871 | 2024-02-02T12:37:00.803Z | Downloaded siphasher v0.3.11 |
872 | 2024-02-02T12:37:00.803Z | Downloaded hex v0.4.3 |
873 | 2024-02-02T12:37:00.803Z | Downloaded sha1 v0.10.6 |
874 | 2024-02-02T12:37:00.803Z | Downloaded phf v0.11.2 |
875 | 2024-02-02T12:37:00.803Z | Downloaded crossbeam-channel v0.5.8 |
876 | 2024-02-02T12:37:00.803Z | Downloaded doc-comment v0.3.3 |
877 | 2024-02-02T12:37:00.803Z | Downloaded parse-display v0.8.2 |
878 | 2024-02-02T12:37:00.804Z | Downloaded structopt-derive v0.4.18 |
879 | 2024-02-02T12:37:00.804Z | Downloaded serde-big-array v0.5.1 |
880 | 2024-02-02T12:37:00.804Z | Downloaded universal-hash v0.5.1 |
881 | 2024-02-02T12:37:00.804Z | Downloaded serde_urlencoded v0.7.1 |
882 | 2024-02-02T12:37:00.804Z | Downloaded take_mut v0.2.2 |
883 | 2024-02-02T12:37:00.804Z | Downloaded derive_builder_macro v0.12.0 |
884 | 2024-02-02T12:37:00.804Z | Downloaded darling v0.14.4 |
885 | 2024-02-02T12:37:00.804Z | Downloaded scroll v0.12.0 |
886 | 2024-02-02T12:37:00.804Z | Downloaded tempfile v3.9.0 |
887 | 2024-02-02T12:37:00.804Z | Downloaded sct v0.7.0 |
888 | 2024-02-02T12:37:00.804Z | Downloaded shell-words v1.1.0 |
889 | 2024-02-02T12:37:00.804Z | Downloaded pem v3.0.2 |
890 | 2024-02-02T12:37:00.804Z | Downloaded heck v0.3.3 |
891 | 2024-02-02T12:37:00.804Z | Downloaded termcolor v1.2.0 |
892 | 2024-02-02T12:37:00.804Z | Downloaded fs-err v2.11.0 |
893 | 2024-02-02T12:37:00.804Z | Downloaded smallvec v1.11.2 |
894 | 2024-02-02T12:37:00.804Z | Downloaded path-slash v0.1.5 |
895 | 2024-02-02T12:37:00.804Z | Downloaded stable_deref_trait v1.2.0 |
896 | 2024-02-02T12:37:00.804Z | Downloaded pest_generator v2.7.6 |
897 | 2024-02-02T12:37:00.804Z | Downloaded rsa v0.9.2 |
898 | 2024-02-02T12:37:00.804Z | Downloaded darling_macro v0.20.3 |
899 | 2024-02-02T12:37:00.804Z | Downloaded dtrace-parser v0.2.0 |
900 | 2024-02-02T12:37:00.804Z | Downloaded itertools v0.10.5 |
901 | 2024-02-02T12:37:00.804Z | Downloaded try-lock v0.2.4 |
902 | 2024-02-02T12:37:00.805Z | Downloaded zerocopy v0.6.4 |
903 | 2024-02-02T12:37:00.805Z | Downloaded rcgen v0.12.1 |
904 | 2024-02-02T12:37:00.805Z | Downloaded ff v0.13.0 |
905 | 2024-02-02T12:37:00.805Z | Downloaded version_check v0.9.4 |
906 | 2024-02-02T12:37:00.805Z | Downloaded vec_map v0.8.2 |
907 | 2024-02-02T12:37:00.805Z | Downloaded futures-channel v0.3.30 |
908 | 2024-02-02T12:37:00.805Z | Downloaded toml v0.8.8 |
909 | 2024-02-02T12:37:00.805Z | Downloaded diesel_derives v2.1.2 |
910 | 2024-02-02T12:37:00.805Z | Downloaded opaque-debug v0.3.0 |
911 | 2024-02-02T12:37:00.805Z | Downloaded rustversion v1.0.14 |
912 | 2024-02-02T12:37:00.805Z | Downloaded xattr v1.0.1 |
913 | 2024-02-02T12:37:00.805Z | Downloaded string_cache v0.8.7 |
914 | 2024-02-02T12:37:00.805Z | Downloaded vte v0.11.1 |
915 | 2024-02-02T12:37:00.805Z | Downloaded oso-derive v0.27.0 |
916 | 2024-02-02T12:37:00.805Z | Downloaded darling_core v0.20.3 |
917 | 2024-02-02T12:37:00.805Z | Downloaded glob v0.3.1 |
918 | 2024-02-02T12:37:00.805Z | Downloaded highway v1.1.0 |
919 | 2024-02-02T12:37:00.805Z | Downloaded swrite v0.1.0 |
920 | 2024-02-02T12:37:00.805Z | Downloaded elliptic-curve v0.13.8 |
921 | 2024-02-02T12:37:00.805Z | Downloaded diesel_table_macro_syntax v0.1.0 |
922 | 2024-02-02T12:37:00.805Z | Downloaded flagset v0.4.3 |
923 | 2024-02-02T12:37:00.805Z | Downloaded toml_datetime v0.6.5 |
924 | 2024-02-02T12:37:00.805Z | Downloaded getopts v0.2.21 |
925 | 2024-02-02T12:37:00.805Z | Downloaded rustc-demangle v0.1.23 |
926 | 2024-02-02T12:37:00.806Z | Downloaded derive-where v1.2.7 |
927 | 2024-02-02T12:37:00.806Z | Downloaded rtoolbox v0.0.1 |
928 | 2024-02-02T12:37:00.806Z | Downloaded foreign-types-shared v0.3.1 |
929 | 2024-02-02T12:37:00.806Z | Downloaded display-error-chain v0.2.0 |
930 | 2024-02-02T12:37:00.806Z | Downloaded difflib v0.4.0 |
931 | 2024-02-02T12:37:00.806Z | Downloaded pin-project-lite v0.2.13 |
932 | 2024-02-02T12:37:00.806Z | Downloaded filetime v0.2.23 |
933 | 2024-02-02T12:37:00.806Z | Downloaded generic-array v0.14.7 |
934 | 2024-02-02T12:37:00.806Z | Downloaded pin-project v1.1.3 |
935 | 2024-02-02T12:37:00.806Z | Downloaded pem-rfc7468 v0.7.0 |
936 | 2024-02-02T12:37:00.806Z | Downloaded papergrid v0.11.0 |
937 | 2024-02-02T12:37:00.806Z | Downloaded proc-macro-error-attr v1.0.4 |
938 | 2024-02-02T12:37:00.806Z | Downloaded password-hash v0.5.0 |
939 | 2024-02-02T12:37:00.806Z | Downloaded pkg-config v0.3.27 |
940 | 2024-02-02T12:37:00.806Z | Downloaded serde-big-array v0.4.1 |
941 | 2024-02-02T12:37:00.806Z | Downloaded typed-path v0.7.0 |
942 | 2024-02-02T12:37:00.806Z | Downloaded futures-executor v0.3.30 |
943 | 2024-02-02T12:37:00.806Z | Downloaded rustc-hash v1.1.0 |
944 | 2024-02-02T12:37:00.806Z | Downloaded thiserror v1.0.56 |
945 | 2024-02-02T12:37:00.806Z | Downloaded parking_lot v0.12.1 |
946 | 2024-02-02T12:37:00.806Z | Downloaded rustc_version v0.4.0 |
947 | 2024-02-02T12:37:00.806Z | Downloaded predicates-core v1.0.6 |
948 | 2024-02-02T12:37:00.806Z | Downloaded futures-core v0.3.30 |
949 | 2024-02-02T12:37:00.806Z | Downloaded derive_builder v0.12.0 |
950 | 2024-02-02T12:37:00.807Z | Downloaded ryu v1.0.15 |
951 | 2024-02-02T12:37:00.807Z | Downloaded fragile v2.0.0 |
952 | 2024-02-02T12:37:00.807Z | Downloaded utf8parse v0.2.1 |
953 | 2024-02-02T12:37:00.807Z | Downloaded futures-sink v0.3.30 |
954 | 2024-02-02T12:37:00.807Z | Downloaded tokio-stream v0.1.14 |
955 | 2024-02-02T12:37:00.807Z | Downloaded poly1305 v0.8.0 |
956 | 2024-02-02T12:37:00.807Z | Downloaded globset v0.4.13 |
957 | 2024-02-02T12:37:00.807Z | Downloaded omicron-zone-package v0.11.0 |
958 | 2024-02-02T12:37:00.807Z | Downloaded rand v0.8.5 |
959 | 2024-02-02T12:37:00.807Z | Downloaded owo-colors v4.0.0 |
960 | 2024-02-02T12:37:00.807Z | Downloaded socket2 v0.5.5 |
961 | 2024-02-02T12:37:00.807Z | Downloaded tungstenite v0.20.1 |
962 | 2024-02-02T12:37:00.807Z | Downloaded hyper v0.14.27 |
963 | 2024-02-02T12:37:00.807Z | Downloaded diff v0.1.13 |
964 | 2024-02-02T12:37:00.807Z | Downloaded postcard v1.0.8 |
965 | 2024-02-02T12:37:00.807Z | Downloaded salty v0.2.0 |
966 | 2024-02-02T12:37:00.807Z | Downloaded rustls-webpki v0.102.1 |
967 | 2024-02-02T12:37:00.807Z | Downloaded flate2 v1.0.28 |
968 | 2024-02-02T12:37:00.811Z | Downloaded tracing v0.1.37 |
969 | 2024-02-02T12:37:00.811Z | Downloaded x509-cert v0.2.4 |
970 | 2024-02-02T12:37:00.811Z | Downloaded hashbrown v0.13.2 |
971 | 2024-02-02T12:37:00.811Z | Downloaded trust-dns-server v0.22.1 |
972 | 2024-02-02T12:37:00.811Z | Downloaded unicode-segmentation v1.10.1 |
973 | 2024-02-02T12:37:00.811Z | Downloaded tokio-postgres v0.7.10 |
974 | 2024-02-02T12:37:00.811Z | Downloaded serde_json v1.0.113 |
975 | 2024-02-02T12:37:00.811Z | Downloaded chrono v0.4.31 |
976 | 2024-02-02T12:37:00.811Z | Downloaded portable-atomic v1.4.3 |
977 | 2024-02-02T12:37:00.811Z | Downloaded unicode-normalization v0.1.22 |
978 | 2024-02-02T12:37:00.811Z | Downloaded reedline v0.28.0 |
979 | 2024-02-02T12:37:00.811Z | Downloaded tough v0.16.0 |
980 | 2024-02-02T12:37:00.815Z | Downloaded vcpkg v0.2.15 |
981 | 2024-02-02T12:37:00.886Z | Downloaded rustls-webpki v0.101.7 |
982 | 2024-02-02T12:37:00.914Z | Downloaded winnow v0.5.15 |
983 | 2024-02-02T12:37:00.928Z | Downloaded tabled v0.15.0 |
984 | 2024-02-02T12:37:00.957Z | Downloaded goblin v0.8.0 |
985 | 2024-02-02T12:37:00.967Z | Downloaded polar-core v0.27.0 |
986 | 2024-02-02T12:37:00.987Z | Downloaded syn v2.0.48 |
987 | 2024-02-02T12:37:01.005Z | Downloaded smoltcp v0.11.0 |
988 | 2024-02-02T12:37:01.031Z | Downloaded proptest v1.4.0 |
989 | 2024-02-02T12:37:01.049Z | Downloaded smoltcp v0.9.1 |
990 | 2024-02-02T12:37:01.085Z | Downloaded petgraph v0.6.4 |
991 | 2024-02-02T12:37:01.111Z | Downloaded syn v1.0.109 |
992 | 2024-02-02T12:37:01.131Z | Downloaded openssl v0.10.60 |
993 | 2024-02-02T12:37:01.150Z | Downloaded gimli v0.28.0 |
994 | 2024-02-02T12:37:01.169Z | Downloaded rustls v0.22.2 |
995 | 2024-02-02T12:37:01.195Z | Downloaded regex-syntax v0.7.5 |
996 | 2024-02-02T12:37:01.213Z | Downloaded openapiv3 v2.0.0 |
997 | 2024-02-02T12:37:01.236Z | Downloaded sled v0.34.7 |
998 | 2024-02-02T12:37:01.257Z | Downloaded zerocopy-derive v0.6.4 |
999 | 2024-02-02T12:37:01.279Z | Downloaded regex-automata v0.3.8 |
1000 | 2024-02-02T12:37:01.314Z | Downloaded encoding_rs v0.8.33 |
1001 | 2024-02-02T12:37:01.360Z | Downloaded tokio v1.35.1 |
1002 | 2024-02-02T12:37:01.433Z | Downloaded libc v0.2.153 |
1003 | 2024-02-02T12:37:01.483Z | Downloaded zerocopy-derive v0.2.0 |
1004 | 2024-02-02T12:37:01.502Z | Downloaded rustix v0.38.30 |
1005 | 2024-02-02T12:37:01.546Z | Downloaded sha3 v0.10.8 |
1006 | 2024-02-02T12:37:01.559Z | Downloaded regex-automata v0.4.4 |
1007 | 2024-02-02T12:37:01.596Z | Downloaded object v0.32.1 |
1008 | 2024-02-02T12:37:01.617Z | Downloaded regex-syntax v0.8.2 |
1009 | 2024-02-02T12:37:01.633Z | Downloaded ratatui v0.25.0 |
1010 | 2024-02-02T12:37:01.660Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1011 | 2024-02-02T12:37:01.686Z | Downloaded hkdf v0.12.4 |
1012 | 2024-02-02T12:37:01.691Z | Downloaded diesel v2.1.4 |
1013 | 2024-02-02T12:37:01.725Z | Downloaded ring v0.17.7 |
1014 | 2024-02-02T12:37:01.863Z | Downloaded rustix v0.37.23 |
1015 | 2024-02-02T12:37:01.903Z | Downloaded radix_trie v0.2.1 |
1016 | 2024-02-02T12:37:01.910Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2024-02-02T12:37:01.932Z | Downloaded regex-syntax v0.6.29 |
1018 | 2024-02-02T12:37:01.946Z | Downloaded rustls v0.21.9 |
1019 | 2024-02-02T12:37:01.968Z | Downloaded regex v1.10.3 |
1020 | 2024-02-02T12:37:01.992Z | Downloaded ring v0.16.20 |
1021 | 2024-02-02T12:37:02.166Z | Downloaded reqwest v0.11.22 |
1022 | 2024-02-02T12:37:02.178Z | Downloaded regress v0.7.1 |
1023 | 2024-02-02T12:37:02.183Z | Downloaded nix v0.27.1 |
1024 | 2024-02-02T12:37:02.202Z | Downloaded idna v0.5.0 |
1025 | 2024-02-02T12:37:02.216Z | Downloaded bstr v0.2.17 |
1026 | 2024-02-02T12:37:02.234Z | Downloaded quick-xml v0.30.0 |
1027 | 2024-02-02T12:37:02.245Z | Downloaded curve25519-dalek v4.1.1 |
1028 | 2024-02-02T12:37:02.260Z | Downloaded webpki-roots v0.25.2 |
1029 | 2024-02-02T12:37:02.269Z | Downloaded lalrpop v0.19.12 |
1030 | 2024-02-02T12:37:02.287Z | Downloaded bitvec v1.0.1 |
1031 | 2024-02-02T12:37:02.315Z | Downloaded futures-util v0.3.30 |
1032 | 2024-02-02T12:37:02.337Z | Downloaded rayon v1.8.0 |
1033 | 2024-02-02T12:37:02.353Z | Downloaded h2 v0.3.24 |
1034 | 2024-02-02T12:37:02.365Z | Downloaded object v0.30.4 |
1035 | 2024-02-02T12:37:02.382Z | Downloaded pest v2.7.6 |
1036 | 2024-02-02T12:37:02.391Z | Downloaded bindgen v0.69.2 |
1037 | 2024-02-02T12:37:02.405Z | Downloaded steno v0.4.0 |
1038 | 2024-02-02T12:37:02.412Z | Downloaded hashbrown v0.12.3 |
1039 | 2024-02-02T12:37:02.419Z | Downloaded hashbrown v0.14.2 |
1040 | 2024-02-02T12:37:02.431Z | Downloaded time v0.3.27 |
1041 | 2024-02-02T12:37:02.440Z | Downloaded prettyplease v0.2.16 |
1042 | 2024-02-02T12:37:02.445Z | Downloaded slog v2.7.0 |
1043 | 2024-02-02T12:37:02.450Z | Downloaded rayon-core v1.12.0 |
1044 | 2024-02-02T12:37:02.456Z | Downloaded heapless v0.8.0 |
1045 | 2024-02-02T12:37:02.464Z | Downloaded serde_with v3.5.1 |
1046 | 2024-02-02T12:37:02.477Z | Downloaded clap v2.34.0 |
1047 | 2024-02-02T12:37:02.490Z | Downloaded sqlparser v0.43.1 |
1048 | 2024-02-02T12:37:02.499Z | Downloaded zerocopy v0.7.32 |
1049 | 2024-02-02T12:37:02.529Z | Downloaded pkcs8 v0.10.2 |
1050 | 2024-02-02T12:37:02.533Z | Downloaded pkcs1 v0.7.5 |
1051 | 2024-02-02T12:37:02.537Z | Downloaded unicode-bidi v0.3.13 |
1052 | 2024-02-02T12:37:02.541Z | Downloaded aho-corasick v1.0.4 |
1053 | 2024-02-02T12:37:02.551Z | Downloaded dof v0.3.0 |
1054 | 2024-02-02T12:37:02.554Z | Downloaded derive_more v0.99.17 |
1055 | 2024-02-02T12:37:02.562Z | Downloaded regex-automata v0.1.10 |
1056 | 2024-02-02T12:37:02.574Z | Downloaded itertools v0.12.1 |
1057 | 2024-02-02T12:37:02.583Z | Downloaded tokio-rustls v0.25.0 |
1058 | 2024-02-02T12:37:02.586Z | Downloaded getrandom v0.2.10 |
1059 | 2024-02-02T12:37:02.591Z | Downloaded oso v0.27.0 |
1060 | 2024-02-02T12:37:02.597Z | Downloaded tracing-core v0.1.31 |
1061 | 2024-02-02T12:37:02.601Z | Downloaded unicode_categories v0.1.1 |
1062 | 2024-02-02T12:37:02.605Z | Downloaded blake3 v1.5.0 |
1063 | 2024-02-02T12:37:02.619Z | Downloaded fixedbitset v0.4.2 |
1064 | 2024-02-02T12:37:02.622Z | Downloaded utf-8 v0.7.6 |
1065 | 2024-02-02T12:37:02.625Z | Downloaded debug-ignore v1.0.5 |
1066 | 2024-02-02T12:37:02.628Z | Downloaded tiny-keccak v2.0.2 |
1067 | 2024-02-02T12:37:02.631Z | Downloaded gethostname v0.4.3 |
1068 | 2024-02-02T12:37:02.631Z | Downloaded fd-lock v4.0.2 |
1069 | 2024-02-02T12:37:02.634Z | Downloaded pin-project-internal v1.1.3 |
1070 | 2024-02-02T12:37:02.638Z | Downloaded darling_core v0.14.4 |
1071 | 2024-02-02T12:37:02.644Z | Downloaded tokio-util v0.7.10 |
1072 | 2024-02-02T12:37:02.657Z | Downloaded usdt-macro v0.5.0 |
1073 | 2024-02-02T12:37:02.664Z | Downloaded static_assertions v1.1.0 |
1074 | 2024-02-02T12:37:02.664Z | Downloaded slab v0.4.9 |
1075 | 2024-02-02T12:37:02.667Z | Downloaded rustc_version v0.1.7 |
1076 | 2024-02-02T12:37:02.668Z | Downloaded heapless v0.7.16 |
1077 | 2024-02-02T12:37:02.671Z | Downloaded crossterm v0.27.0 |
1078 | 2024-02-02T12:37:02.681Z | Downloaded snafu v0.7.5 |
1079 | 2024-02-02T12:37:02.693Z | Downloaded futures-macro v0.3.30 |
1080 | 2024-02-02T12:37:02.697Z | Downloaded futures-io v0.3.30 |
1081 | 2024-02-02T12:37:02.697Z | Downloaded quick-error v1.2.3 |
1082 | 2024-02-02T12:37:02.697Z | Downloaded strum_macros v0.24.3 |
1083 | 2024-02-02T12:37:02.700Z | Downloaded strip-ansi-escapes v0.2.0 |
1084 | 2024-02-02T12:37:02.703Z | Downloaded socket2 v0.4.9 |
1085 | 2024-02-02T12:37:02.706Z | Downloaded typenum v1.16.0 |
1086 | 2024-02-02T12:37:02.709Z | Downloaded ron v0.8.1 |
1087 | 2024-02-02T12:37:02.718Z | Downloaded der v0.7.8 |
1088 | 2024-02-02T12:37:02.727Z | Downloaded stringprep v0.1.3 |
1089 | 2024-02-02T12:37:02.730Z | Downloaded tokio-tungstenite v0.20.1 |
1090 | 2024-02-02T12:37:02.733Z | Downloaded rand_chacha v0.3.1 |
1091 | 2024-02-02T12:37:02.739Z | Downloaded parking_lot_core v0.8.6 |
1092 | 2024-02-02T12:37:02.742Z | Downloaded fatfs v0.3.6 |
1093 | 2024-02-02T12:37:02.745Z | Downloaded proc-macro2 v1.0.78 |
1094 | 2024-02-02T12:37:02.748Z | Downloaded unicode-linebreak v0.1.5 |
1095 | 2024-02-02T12:37:02.751Z | Downloaded thread-id v4.2.0 |
1096 | 2024-02-02T12:37:02.754Z | Downloaded test-strategy v0.3.1 |
1097 | 2024-02-02T12:37:02.757Z | Downloaded form_urlencoded v1.2.1 |
1098 | 2024-02-02T12:37:02.760Z | Downloaded paste v1.0.14 |
1099 | 2024-02-02T12:37:02.763Z | Downloaded pest_derive v2.7.6 |
1100 | 2024-02-02T12:37:02.767Z | Downloaded trust-dns-resolver v0.22.0 |
1101 | 2024-02-02T12:37:02.774Z | Downloaded trust-dns-client v0.22.0 |
1102 | 2024-02-02T12:37:02.784Z | Downloaded zip v0.6.6 |
1103 | 2024-02-02T12:37:02.791Z | Downloaded nom v7.1.3 |
1104 | 2024-02-02T12:37:02.801Z | Downloaded structopt v0.3.26 |
1105 | 2024-02-02T12:37:02.814Z | Downloaded clap_builder v4.4.2 |
1106 | 2024-02-02T12:37:02.827Z | Downloaded rusty-fork v0.3.0 |
1107 | 2024-02-02T12:37:02.830Z | Downloaded ucd-trie v0.1.6 |
1108 | 2024-02-02T12:37:02.840Z | Downloaded pest_meta v2.7.6 |
1109 | 2024-02-02T12:37:02.845Z | Downloaded rustyline v13.0.0 |
1110 | 2024-02-02T12:37:02.845Z | Downloaded usdt-macro v0.3.5 |
1111 | 2024-02-02T12:37:02.849Z | Downloaded unicode-width v0.1.11 |
1112 | 2024-02-02T12:37:02.849Z | Downloaded flume v0.11.0 |
1113 | 2024-02-02T12:37:02.854Z | Downloaded toml_edit v0.21.0 |
1114 | 2024-02-02T12:37:02.893Z | Downloaded toml_edit v0.19.15 |
1115 | 2024-02-02T12:37:02.923Z | Downloaded libxml v0.3.3 |
1116 | 2024-02-02T12:37:02.933Z | Downloaded parse-display-derive v0.8.2 |
1117 | 2024-02-02T12:37:02.937Z | Downloaded tui-tree-widget v0.16.0 |
1118 | 2024-02-02T12:37:02.937Z | Downloaded wyz v0.5.1 |
1119 | 2024-02-02T12:37:02.941Z | Downloaded heck v0.4.1 |
1120 | 2024-02-02T12:37:02.941Z | Downloaded signal-hook-mio v0.2.3 |
1121 | 2024-02-02T12:37:02.947Z | Downloaded terminal_size v0.2.6 |
1122 | 2024-02-02T12:37:02.947Z | Downloaded usdt-impl v0.5.0 |
1123 | 2024-02-02T12:37:02.952Z | Downloaded fd-lock v3.0.13 |
1124 | 2024-02-02T12:37:02.952Z | Downloaded rustls-pemfile v1.0.3 |
1125 | 2024-02-02T12:37:02.956Z | Downloaded quote v1.0.35 |
1126 | 2024-02-02T12:37:02.959Z | Downloaded serde v1.0.195 |
1127 | 2024-02-02T12:37:02.964Z | Downloaded num-bigint-dig v0.8.4 |
1128 | 2024-02-02T12:37:02.974Z | Downloaded headers v0.3.9 |
1129 | 2024-02-02T12:37:02.983Z | Downloaded num-bigint v0.4.4 |
1130 | 2024-02-02T12:37:02.990Z | Downloaded unicase v2.7.0 |
1131 | 2024-02-02T12:37:02.995Z | Downloaded futures-task v0.3.30 |
1132 | 2024-02-02T12:37:02.998Z | Downloaded url v2.5.0 |
1133 | 2024-02-02T12:37:03.003Z | Downloaded parking_lot_core v0.9.8 |
1134 | 2024-02-02T12:37:03.006Z | Downloaded platforms v3.0.2 |
1135 | 2024-02-02T12:37:03.010Z | Downloaded unarray v0.1.4 |
1136 | 2024-02-02T12:37:03.010Z | Downloaded precomputed-hash v0.1.1 |
1137 | 2024-02-02T12:37:03.013Z | Downloaded termios v0.3.3 |
1138 | 2024-02-02T12:37:03.013Z | Downloaded plain v0.2.3 |
1139 | 2024-02-02T12:37:03.017Z | Downloaded olpc-cjson v0.1.3 |
1140 | 2024-02-02T12:37:03.017Z | Downloaded dyn-clone v1.0.13 |
1141 | 2024-02-02T12:37:03.023Z | Downloaded serde_tokenstream v0.1.7 |
1142 | 2024-02-02T12:37:03.026Z | Downloaded stability v0.1.1 |
1143 | 2024-02-02T12:37:03.026Z | Downloaded pin-utils v0.1.0 |
1144 | 2024-02-02T12:37:03.029Z | Downloaded serde_plain v1.0.2 |
1145 | 2024-02-02T12:37:03.029Z | Downloaded snafu-derive v0.7.5 |
1146 | 2024-02-02T12:37:03.033Z | Downloaded vsss-rs v3.3.4 |
1147 | 2024-02-02T12:37:03.038Z | Downloaded unsafe-libyaml v0.2.10 |
1148 | 2024-02-02T12:37:03.043Z | Downloaded serde_derive_internals v0.26.0 |
1149 | 2024-02-02T12:37:03.059Z | Downloaded tokio-rustls v0.24.1 |
1150 | 2024-02-02T12:37:03.064Z | Downloaded openssl-sys v0.9.96 |
1151 | 2024-02-02T12:37:03.064Z | Downloaded env_logger v0.10.0 |
1152 | 2024-02-02T12:37:03.064Z | Downloaded dof v0.1.5 |
1153 | 2024-02-02T12:37:03.064Z | Downloaded ref-cast v1.0.20 |
1154 | 2024-02-02T12:37:03.069Z | Downloaded fallible-iterator v0.2.0 |
1155 | 2024-02-02T12:37:03.074Z | Downloaded ena v0.14.2 |
1156 | 2024-02-02T12:37:03.077Z | Downloaded futures v0.3.30 |
1157 | 2024-02-02T12:37:03.081Z | Downloaded thiserror-impl-no-std v2.0.2 |
1158 | 2024-02-02T12:37:03.088Z | Downloaded minimal-lexical v0.2.1 |
1159 | 2024-02-02T12:37:03.091Z | Downloaded predicates-tree v1.0.9 |
1160 | 2024-02-02T12:37:03.096Z | Downloaded predicates v3.1.0 |
1161 | 2024-02-02T12:37:03.100Z | Downloaded structmeta v0.2.0 |
1162 | 2024-02-02T12:37:03.101Z | Downloaded strsim v0.10.0 |
1163 | 2024-02-02T12:37:03.105Z | Downloaded proc-macro-error v1.0.4 |
1164 | 2024-02-02T12:37:03.109Z | Downloaded tracing-attributes v0.1.26 |
1165 | 2024-02-02T12:37:03.112Z | Downloaded tower-service v0.3.2 |
1166 | 2024-02-02T12:37:03.112Z | Downloaded libm v0.2.7 |
1167 | 2024-02-02T12:37:03.128Z | Downloaded strum v0.25.0 |
1168 | 2024-02-02T12:37:03.134Z | Downloaded foreign-types-macros v0.2.3 |
1169 | 2024-02-02T12:37:03.134Z | Downloaded foreign-types v0.5.0 |
1170 | 2024-02-02T12:37:03.134Z | Downloaded foreign-types v0.3.2 |
1171 | 2024-02-02T12:37:03.134Z | Downloaded phf_shared v0.11.2 |
1172 | 2024-02-02T12:37:03.138Z | Downloaded once_cell v1.19.0 |
1173 | 2024-02-02T12:37:03.141Z | Downloaded defmt-macros v0.3.6 |
1174 | 2024-02-02T12:37:03.144Z | Downloaded subprocess v0.2.9 |
1175 | 2024-02-02T12:37:03.149Z | Downloaded num-traits v0.2.16 |
1176 | 2024-02-02T12:37:03.153Z | Downloaded http v0.2.11 |
1177 | 2024-02-02T12:37:03.159Z | Downloaded http v1.0.0 |
1178 | 2024-02-02T12:37:03.166Z | Downloaded defmt v0.3.5 |
1179 | 2024-02-02T12:37:03.172Z | Downloaded embedded-io v0.4.0 |
1180 | 2024-02-02T12:37:03.176Z | Downloaded tabled_derive v0.7.0 |
1181 | 2024-02-02T12:37:03.185Z | Downloaded derive_builder_core v0.12.0 |
1182 | 2024-02-02T12:37:03.191Z | Downloaded scopeguard v1.2.0 |
1183 | 2024-02-02T12:37:03.191Z | Downloaded half v2.3.1 |
1184 | 2024-02-02T12:37:03.191Z | Downloaded proc-macro-crate v1.3.1 |
1185 | 2024-02-02T12:37:03.191Z | Downloaded signature v1.6.4 |
1186 | 2024-02-02T12:37:03.194Z | Downloaded signal-hook-registry v1.4.1 |
1187 | 2024-02-02T12:37:03.194Z | Downloaded percent-encoding v2.3.1 |
1188 | 2024-02-02T12:37:03.194Z | Downloaded rustls-pki-types v1.1.0 |
1189 | 2024-02-02T12:37:03.198Z | Downloaded zerocopy-derive v0.7.32 |
1190 | 2024-02-02T12:37:03.203Z | Downloaded serde_tokenstream v0.2.0 |
1191 | 2024-02-02T12:37:03.208Z | Downloaded textwrap v0.16.0 |
1192 | 2024-02-02T12:37:03.212Z | Downloaded deranged v0.3.8 |
1193 | 2024-02-02T12:37:03.216Z | Downloaded thread_local v1.1.7 |
1194 | 2024-02-02T12:37:03.219Z | Downloaded textwrap v0.11.0 |
1195 | 2024-02-02T12:37:03.219Z | Downloaded phf_shared v0.10.0 |
1196 | 2024-02-02T12:37:03.222Z | Downloaded signal-hook-tokio v0.3.1 |
1197 | 2024-02-02T12:37:03.222Z | Downloaded data-encoding v2.4.0 |
1198 | 2024-02-02T12:37:03.225Z | Downloaded zone v0.3.0 |
1199 | 2024-02-02T12:37:03.225Z | Downloaded toml v0.7.8 |
1200 | 2024-02-02T12:37:03.230Z | Downloaded toml v0.5.11 |
1201 | 2024-02-02T12:37:03.235Z | Downloaded spin v0.9.8 |
1202 | 2024-02-02T12:37:03.239Z | Downloaded rand_xorshift v0.3.0 |
1203 | 2024-02-02T12:37:03.244Z | Downloaded samael v0.0.14 |
1204 | 2024-02-02T12:37:03.249Z | Downloaded postgres-protocol v0.6.6 |
1205 | 2024-02-02T12:37:03.252Z | Downloaded rand_core v0.6.4 |
1206 | 2024-02-02T12:37:03.258Z | Downloaded time-macros v0.2.13 |
1207 | 2024-02-02T12:37:03.262Z | Downloaded strum_macros v0.25.2 |
1208 | 2024-02-02T12:37:03.262Z | Downloaded indexmap v2.2.2 |
1209 | 2024-02-02T12:37:03.272Z | Downloaded packed_struct_codegen v0.10.1 |
1210 | 2024-02-02T12:37:03.276Z | Downloaded supports-color v2.1.0 |
1211 | 2024-02-02T12:37:03.276Z | Downloaded mockall_derive v0.12.0 |
1212 | 2024-02-02T12:37:03.277Z | Downloaded hash32 v0.2.1 |
1213 | 2024-02-02T12:37:03.280Z | Downloaded group v0.13.0 |
1214 | 2024-02-02T12:37:03.281Z | Downloaded scheduled-thread-pool v0.2.7 |
1215 | 2024-02-02T12:37:03.284Z | Downloaded wait-timeout v0.2.0 |
1216 | 2024-02-02T12:37:03.284Z | Downloaded similar v2.3.0 |
1217 | 2024-02-02T12:37:03.293Z | Downloaded backtrace v0.3.69 |
1218 | 2024-02-02T12:37:03.300Z | Downloaded multer v3.0.0 |
1219 | 2024-02-02T12:37:03.304Z | Downloaded bytes v1.5.0 |
1220 | 2024-02-02T12:37:03.311Z | Downloaded allocator-api2 v0.2.16 |
1221 | 2024-02-02T12:37:03.317Z | Downloaded serde_yaml v0.9.25 |
1222 | 2024-02-02T12:37:03.323Z | Downloaded hmac v0.12.1 |
1223 | 2024-02-02T12:37:03.325Z | Downloaded untrusted v0.9.0 |
1224 | 2024-02-02T12:37:03.328Z | Downloaded subtle v2.5.0 |
1225 | 2024-02-02T12:37:03.332Z | Downloaded structmeta-derive v0.2.0 |
1226 | 2024-02-02T12:37:03.332Z | Downloaded cookie v0.18.0 |
1227 | 2024-02-02T12:37:03.336Z | Downloaded signal-hook v0.3.17 |
1228 | 2024-02-02T12:37:03.341Z | Downloaded slog-scope v4.4.0 |
1229 | 2024-02-02T12:37:03.345Z | Downloaded strsim v0.8.0 |
1230 | 2024-02-02T12:37:03.348Z | Downloaded either v1.9.0 |
1231 | 2024-02-02T12:37:03.348Z | Downloaded miniz_oxide v0.7.1 |
1232 | 2024-02-02T12:37:03.354Z | Downloaded crossbeam-epoch v0.9.15 |
1233 | 2024-02-02T12:37:03.357Z | Downloaded funty v2.0.0 |
1234 | 2024-02-02T12:37:03.357Z | Downloaded serde_path_to_error v0.1.15 |
1235 | 2024-02-02T12:37:03.360Z | Downloaded schemars v0.8.16 |
1236 | 2024-02-02T12:37:03.380Z | Downloaded thiserror-impl v1.0.56 |
1237 | 2024-02-02T12:37:03.383Z | Downloaded semver-parser v0.10.2 |
1238 | 2024-02-02T12:37:03.386Z | Downloaded semver v0.11.0 |
1239 | 2024-02-02T12:37:03.390Z | Downloaded argon2 v0.5.3 |
1240 | 2024-02-02T12:37:03.394Z | Downloaded log v0.4.20 |
1241 | 2024-02-02T12:37:03.397Z | Downloaded zerocopy v0.3.0 |
1242 | 2024-02-02T12:37:03.397Z | Downloaded slog-term v2.9.0 |
1243 | 2024-02-02T12:37:03.400Z | Downloaded zeroize v1.7.0 |
1244 | 2024-02-02T12:37:03.403Z | Downloaded shlex v1.3.0 |
1245 | 2024-02-02T12:37:03.403Z | Downloaded parse-size v1.0.0 |
1246 | 2024-02-02T12:37:03.406Z | Downloaded openssl-probe v0.1.5 |
1247 | 2024-02-02T12:37:03.406Z | Downloaded openssl-macros v0.1.1 |
1248 | 2024-02-02T12:37:03.409Z | Downloaded nu-ansi-term v0.49.0 |
1249 | 2024-02-02T12:37:03.414Z | Downloaded tap v1.0.1 |
1250 | 2024-02-02T12:37:03.417Z | Downloaded spki v0.7.2 |
1251 | 2024-02-02T12:37:03.417Z | Downloaded memmap v0.7.0 |
1252 | 2024-02-02T12:37:03.420Z | Downloaded cc v1.0.83 |
1253 | 2024-02-02T12:37:03.426Z | Downloaded blake2 v0.10.6 |
1254 | 2024-02-02T12:37:03.429Z | Downloaded ref-cast-impl v1.0.20 |
1255 | 2024-02-02T12:37:03.429Z | Downloaded num-rational v0.4.1 |
1256 | 2024-02-02T12:37:03.432Z | Downloaded iana-time-zone v0.1.57 |
1257 | 2024-02-02T12:37:03.435Z | Downloaded crossbeam-queue v0.3.8 |
1258 | 2024-02-02T12:37:03.438Z | Downloaded crc32fast v1.3.2 |
1259 | 2024-02-02T12:37:03.441Z | Downloaded anstyle-parse v0.2.1 |
1260 | 2024-02-02T12:37:03.444Z | Downloaded mime_guess v2.0.4 |
1261 | 2024-02-02T12:37:03.448Z | Downloaded bitflags v2.4.0 |
1262 | 2024-02-02T12:37:03.498Z | Downloaded which v4.4.0 |
1263 | 2024-02-02T12:37:03.503Z | Downloaded unicode-xid v0.2.4 |
1264 | 2024-02-02T12:37:03.506Z | Downloaded slog-envlogger v2.2.0 |
1265 | 2024-02-02T12:37:03.510Z | Downloaded serde_with_macros v3.5.1 |
1266 | 2024-02-02T12:37:03.513Z | Downloaded tokio-macros v2.2.0 |
1267 | 2024-02-02T12:37:03.516Z | Downloaded smf v0.2.2 |
1268 | 2024-02-02T12:37:03.519Z | Downloaded smawk v0.3.1 |
1269 | 2024-02-02T12:37:03.522Z | Downloaded slog-json v2.6.1 |
1270 | 2024-02-02T12:37:03.525Z | Downloaded slog-bunyan v2.5.0 |
1271 | 2024-02-02T12:37:03.533Z | Downloaded signature v2.1.0 |
1272 | 2024-02-02T12:37:03.538Z | Downloaded libloading v0.7.4 |
1273 | 2024-02-02T12:37:03.541Z | Downloaded crossbeam v0.8.2 |
1274 | 2024-02-02T12:37:03.542Z | Downloaded corncobs v0.1.3 |
1275 | 2024-02-02T12:37:03.545Z | Downloaded fastrand v2.0.0 |
1276 | 2024-02-02T12:37:03.549Z | Downloaded ahash v0.8.6 |
1277 | 2024-02-02T12:37:03.552Z | Downloaded slog-async v2.8.0 |
1278 | 2024-02-02T12:37:03.556Z | Downloaded memmap2 v0.7.1 |
1279 | 2024-02-02T12:37:03.560Z | Downloaded cancel-safe-futures v0.1.5 |
1280 | 2024-02-02T12:37:03.568Z | Downloaded bitfield v0.14.0 |
1281 | 2024-02-02T12:37:03.573Z | Downloaded sqlformat v0.2.3 |
1282 | 2024-02-02T12:37:03.577Z | Downloaded lock_api v0.4.10 |
1283 | 2024-02-02T12:37:03.580Z | Downloaded base64ct v1.6.0 |
1284 | 2024-02-02T12:37:03.588Z | Downloaded impl-trait-for-tuples v0.2.2 |
1285 | 2024-02-02T12:37:03.596Z | Downloaded cassowary v0.3.0 |
1286 | 2024-02-02T12:37:03.600Z | Downloaded camino v1.1.6 |
1287 | 2024-02-02T12:37:03.604Z | Downloaded zone_cfg_derive v0.3.0 |
1288 | 2024-02-02T12:37:03.604Z | Downloaded nibble_vec v0.1.0 |
1289 | 2024-02-02T12:37:03.608Z | Downloaded bcs v0.1.6 |
1290 | 2024-02-02T12:37:03.612Z | Downloaded arrayvec v0.7.4 |
1291 | 2024-02-02T12:37:03.615Z | Downloaded libsw v3.3.1 |
1292 | 2024-02-02T12:37:03.615Z | Downloaded base16ct v0.2.0 |
1293 | 2024-02-02T12:37:03.619Z | Downloaded serde-hex v0.1.0 |
1294 | 2024-02-02T12:37:03.623Z | Downloaded semver v0.1.20 |
1295 | 2024-02-02T12:37:03.623Z | Downloaded nanorand v0.7.0 |
1296 | 2024-02-02T12:37:03.627Z | Downloaded memoffset v0.9.0 |
1297 | 2024-02-02T12:37:03.632Z | Downloaded crypto-common v0.1.6 |
1298 | 2024-02-02T12:37:03.632Z | Downloaded ciborium-ll v0.2.2 |
1299 | 2024-02-02T12:37:03.636Z | Downloaded autocfg v1.1.0 |
1300 | 2024-02-02T12:37:03.636Z | Downloaded schemars_derive v0.8.16 |
1301 | 2024-02-02T12:37:03.640Z | Downloaded num-derive v0.4.0 |
1302 | 2024-02-02T12:37:03.643Z | Downloaded inout v0.1.3 |
1303 | 2024-02-02T12:37:03.643Z | Downloaded camino-tempfile v1.1.1 |
1304 | 2024-02-02T12:37:03.647Z | Downloaded rustls-pemfile v2.0.0 |
1305 | 2024-02-02T12:37:03.650Z | Downloaded rustfmt-wrapper v0.2.0 |
1306 | 2024-02-02T12:37:03.650Z | Downloaded backoff v0.4.0 |
1307 | 2024-02-02T12:37:03.666Z | Downloaded hyper-rustls v0.24.2 |
1308 | 2024-02-02T12:37:03.670Z | Downloaded async-trait v0.1.77 |
1309 | 2024-02-02T12:37:03.670Z | Downloaded sqlparser_derive v0.2.2 |
1310 | 2024-02-02T12:37:03.670Z | Downloaded lalrpop-util v0.19.12 |
1311 | 2024-02-02T12:37:03.670Z | Downloaded md-5 v0.10.5 |
1312 | 2024-02-02T12:37:03.670Z | Downloaded byteorder v1.5.0 |
1313 | 2024-02-02T12:37:03.675Z | Downloaded httpdate v1.0.3 |
1314 | 2024-02-02T12:37:03.675Z | Downloaded assert_matches v1.5.0 |
1315 | 2024-02-02T12:37:03.679Z | Downloaded lru-cache v0.1.2 |
1316 | 2024-02-02T12:37:03.679Z | Downloaded lazycell v1.3.0 |
1317 | 2024-02-02T12:37:03.685Z | Downloaded convert_case v0.4.0 |
1318 | 2024-02-02T12:37:03.685Z | Downloaded ciborium v0.2.2 |
1319 | 2024-02-02T12:37:03.689Z | Downloaded managed v0.8.0 |
1320 | 2024-02-02T12:37:03.689Z | Downloaded macaddr v1.0.1 |
1321 | 2024-02-02T12:37:03.689Z | Downloaded linked-hash-map v0.5.6 |
1322 | 2024-02-02T12:37:03.692Z | Downloaded linear-map v1.2.0 |
1323 | 2024-02-02T12:37:03.695Z | Downloaded kstat-rs v0.2.3 |
1324 | 2024-02-02T12:37:03.696Z | Downloaded http-body v0.4.5 |
1325 | 2024-02-02T12:37:03.700Z | Downloaded adler v1.0.2 |
1326 | 2024-02-02T12:37:03.706Z | Downloaded bit-vec v0.6.3 |
1327 | 2024-02-02T12:37:03.706Z | Downloaded atomic-waker v1.1.1 |
1328 | 2024-02-02T12:37:03.710Z | Downloaded block-buffer v0.10.4 |
1329 | 2024-02-02T12:37:03.710Z | Downloaded array-init v0.0.4 |
1330 | 2024-02-02T12:37:03.710Z | Downloaded bitflags v1.3.2 |
1331 | 2024-02-02T12:37:03.713Z | Downloaded arrayref v0.3.7 |
1332 | 2024-02-02T12:37:03.717Z | Downloaded bb8 v0.8.1 |
1333 | 2024-02-02T12:37:03.717Z | Downloaded crypto-bigint v0.5.2 |
1334 | 2024-02-02T12:37:03.729Z | Downloaded const-oid v0.9.5 |
1335 | 2024-02-02T12:37:03.733Z | Downloaded chacha20poly1305 v0.10.1 |
1336 | 2024-02-02T12:37:03.737Z | Downloaded humantime v2.1.0 |
1337 | 2024-02-02T12:37:03.737Z | Downloaded mime v0.3.17 |
1338 | 2024-02-02T12:37:03.741Z | Downloaded lru v0.12.1 |
1339 | 2024-02-02T12:37:03.741Z | Downloaded itoa v1.0.9 |
1340 | 2024-02-02T12:37:03.744Z | Downloaded bit-set v0.5.3 |
1341 | 2024-02-02T12:37:03.744Z | Downloaded ipnetwork v0.20.0 |
1342 | 2024-02-02T12:37:03.750Z | Downloaded serde_spanned v0.6.4 |
1343 | 2024-02-02T12:37:03.750Z | Downloaded crucible-workspace-hack v0.1.0 |
1344 | 2024-02-02T12:37:03.750Z | Downloaded mockall v0.12.0 |
1345 | 2024-02-02T12:37:03.754Z | Downloaded is_ci v1.1.1 |
1346 | 2024-02-02T12:37:03.754Z | Downloaded anstyle-query v1.0.0 |
1347 | 2024-02-02T12:37:03.754Z | Downloaded anstream v0.5.0 |
1348 | 2024-02-02T12:37:03.757Z | Downloaded anstyle v1.0.2 |
1349 | 2024-02-02T12:37:03.761Z | Downloaded async-stream v0.3.5 |
1350 | 2024-02-02T12:37:03.765Z | Downloaded aead v0.5.2 |
1351 | 2024-02-02T12:37:03.765Z | Downloaded async-recursion v1.0.5 |
1352 | 2024-02-02T12:37:03.769Z | Downloaded hubpack_derive v0.1.1 |
1353 | 2024-02-02T12:37:03.769Z | Downloaded libefi-sys v0.1.0 |
1354 | 2024-02-02T12:37:03.772Z | Downloaded lazy_static v1.4.0 |
1355 | 2024-02-02T12:37:03.784Z | Downloaded idna v0.2.3 |
1356 | 2024-02-02T12:37:03.787Z | Downloaded hostname v0.3.1 |
1357 | 2024-02-02T12:37:03.790Z | Downloaded serde_repr v0.1.16 |
1358 | 2024-02-02T12:37:03.799Z | Downloaded matches v0.1.10 |
1359 | 2024-02-02T12:37:03.799Z | Downloaded io-lifetimes v1.0.11 |
1360 | 2024-02-02T12:37:03.799Z | Downloaded indexmap v1.9.3 |
1361 | 2024-02-02T12:37:03.804Z | Downloaded bytecount v0.6.3 |
1362 | 2024-02-02T12:37:03.808Z | Downloaded curve25519-dalek-derive v0.1.0 |
1363 | 2024-02-02T12:37:03.808Z | Downloaded serde_derive v1.0.195 |
1364 | 2024-02-02T12:37:03.813Z | Downloaded crossbeam-utils v0.8.16 |
1365 | 2024-02-02T12:37:03.818Z | Downloaded crc-any v2.4.3 |
1366 | 2024-02-02T12:37:03.824Z | Downloaded async-stream-impl v0.3.5 |
1367 | 2024-02-02T12:37:03.827Z | Downloaded secrecy v0.8.0 |
1368 | 2024-02-02T12:37:03.827Z | Downloaded clap v4.4.3 |
1369 | 2024-02-02T12:37:03.841Z | Downloaded cipher v0.4.4 |
1370 | 2024-02-02T12:37:03.845Z | Downloaded addr2line v0.21.0 |
1371 | 2024-02-02T12:37:03.848Z | Downloaded crunchy v0.2.2 |
1372 | 2024-02-02T12:37:03.853Z | Downloaded crc-catalog v2.2.0 |
1373 | 2024-02-02T12:37:03.853Z | Downloaded cpufeatures v0.2.12 |
1374 | 2024-02-02T12:37:03.857Z | Downloaded colored v2.0.4 |
1375 | 2024-02-02T12:37:03.860Z | Downloaded arc-swap v1.6.0 |
1376 | 2024-02-02T12:37:03.864Z | Downloaded indoc v2.0.3 |
1377 | 2024-02-02T12:37:03.868Z | Downloaded hyper-staticfile v0.9.5 |
1378 | 2024-02-02T12:37:03.872Z | Downloaded constant_time_eq v0.3.0 |
1379 | 2024-02-02T12:37:03.876Z | Downloaded clap_lex v0.5.1 |
1380 | 2024-02-02T12:37:03.880Z | Downloaded cfg-if v1.0.0 |
1381 | 2024-02-02T12:37:03.880Z | Downloaded cexpr v0.6.0 |
1382 | 2024-02-02T12:37:03.883Z | Downloaded instant v0.1.12 |
1383 | 2024-02-02T12:37:03.899Z | Downloaded colorchoice v1.0.0 |
1384 | 2024-02-02T12:37:04.269Z | Compiling proc-macro2 v1.0.78 |
1385 | 2024-02-02T12:37:04.269Z | Compiling unicode-ident v1.0.12 |
1386 | 2024-02-02T12:37:04.273Z | Compiling libc v0.2.153 |
1387 | 2024-02-02T12:37:04.273Z | Compiling serde v1.0.195 |
1388 | 2024-02-02T12:37:04.273Z | Compiling autocfg v1.1.0 |
1389 | 2024-02-02T12:37:04.273Z | Compiling version_check v0.9.4 |
1390 | 2024-02-02T12:37:04.293Z | Compiling cfg-if v1.0.0 |
1391 | 2024-02-02T12:37:04.541Z | Compiling once_cell v1.19.0 |
1392 | 2024-02-02T12:37:04.545Z | Compiling syn v1.0.109 |
1393 | 2024-02-02T12:37:04.661Z | Compiling byteorder v1.5.0 |
1394 | 2024-02-02T12:37:05.203Z | Compiling memchr v2.6.3 |
1395 | 2024-02-02T12:37:05.349Z | Compiling parking_lot_core v0.9.8 |
1396 | 2024-02-02T12:37:05.368Z | Compiling ahash v0.8.6 |
1397 | 2024-02-02T12:37:05.400Z | Compiling lock_api v0.4.10 |
1398 | 2024-02-02T12:37:05.911Z | Compiling libm v0.2.7 |
1399 | 2024-02-02T12:37:05.914Z | Compiling serde_json v1.0.113 |
1400 | 2024-02-02T12:37:05.914Z | Compiling num-traits v0.2.16 |
1401 | 2024-02-02T12:37:06.199Z | Compiling thiserror v1.0.56 |
1402 | 2024-02-02T12:37:06.342Z | Compiling typenum v1.16.0 |
1403 | 2024-02-02T12:37:06.376Z | Compiling scopeguard v1.2.0 |
1404 | 2024-02-02T12:37:06.846Z | Compiling generic-array v0.14.7 |
1405 | 2024-02-02T12:37:07.448Z | Compiling quote v1.0.35 |
1406 | 2024-02-02T12:37:07.614Z | Compiling itoa v1.0.9 |
1407 | 2024-02-02T12:37:07.930Z | Compiling log v0.4.20 |
1408 | 2024-02-02T12:37:08.163Z | Compiling syn v2.0.48 |
1409 | 2024-02-02T12:37:08.481Z | Compiling cc v1.0.83 |
1410 | 2024-02-02T12:37:08.560Z | Compiling getrandom v0.2.10 |
1411 | 2024-02-02T12:37:09.140Z | Compiling pkg-config v0.3.27 |
1412 | 2024-02-02T12:37:09.467Z | Compiling slab v0.4.9 |
1413 | 2024-02-02T12:37:10.019Z | Compiling ryu v1.0.15 |
1414 | 2024-02-02T12:37:10.307Z | Compiling pin-project-lite v0.2.13 |
1415 | 2024-02-02T12:37:10.448Z | Compiling allocator-api2 v0.2.16 |
1416 | 2024-02-02T12:37:10.483Z | Compiling smallvec v1.11.2 |
1417 | 2024-02-02T12:37:10.844Z | Compiling equivalent v1.0.1 |
1418 | 2024-02-02T12:37:10.908Z | Compiling schemars v0.8.16 |
1419 | 2024-02-02T12:37:11.001Z | Compiling vcpkg v0.2.15 |
1420 | 2024-02-02T12:37:11.378Z | Compiling heck v0.4.1 |
1421 | 2024-02-02T12:37:12.023Z | Compiling parking_lot v0.12.1 |
1422 | 2024-02-02T12:37:12.656Z | Compiling ring v0.17.7 |
1423 | 2024-02-02T12:37:13.750Z | Compiling signal-hook-registry v1.4.1 |
1424 | 2024-02-02T12:37:13.891Z | Compiling openssl-sys v0.9.96 |
1425 | 2024-02-02T12:37:15.275Z | Compiling rand_core v0.6.4 |
1426 | 2024-02-02T12:37:15.902Z | Compiling mio v0.8.9 |
1427 | 2024-02-02T12:37:17.030Z | Compiling ring v0.16.20 |
1428 | 2024-02-02T12:37:18.606Z | Compiling socket2 v0.5.5 |
1429 | 2024-02-02T12:37:19.034Z | Compiling num_cpus v1.16.0 |
1430 | 2024-02-02T12:37:19.218Z | Compiling httparse v1.8.0 |
1431 | 2024-02-02T12:37:19.318Z | Compiling ucd-trie v0.1.6 |
1432 | 2024-02-02T12:37:19.321Z | Compiling futures-core v0.3.30 |
1433 | 2024-02-02T12:37:19.698Z | Compiling semver v1.0.21 |
1434 | 2024-02-02T12:37:19.786Z | Compiling openssl v0.10.60 |
1435 | 2024-02-02T12:37:19.988Z | Compiling fnv v1.0.7 |
1436 | 2024-02-02T12:37:20.096Z | Compiling spin v0.5.2 |
1437 | 2024-02-02T12:37:20.176Z | Compiling crossbeam-utils v0.8.16 |
1438 | 2024-02-02T12:37:20.456Z | Compiling iana-time-zone v0.1.57 |
1439 | 2024-02-02T12:37:20.831Z | Compiling serde_derive_internals v0.26.0 |
1440 | 2024-02-02T12:37:20.859Z | Compiling unicode-xid v0.2.4 |
1441 | 2024-02-02T12:37:20.976Z | Compiling subtle v2.5.0 |
1442 | 2024-02-02T12:37:21.418Z | Compiling native-tls v0.2.11 |
1443 | 2024-02-02T12:37:21.709Z | Compiling rustls v0.21.9 |
1444 | 2024-02-02T12:37:21.899Z | Compiling const-oid v0.9.5 |
1445 | 2024-02-02T12:37:22.096Z | Compiling synstructure v0.12.6 |
1446 | 2024-02-02T12:37:22.171Z | Compiling spin v0.9.8 |
1447 | 2024-02-02T12:37:22.799Z | Compiling memoffset v0.9.0 |
1448 | 2024-02-02T12:37:22.823Z | Compiling futures-sink v0.3.30 |
1449 | 2024-02-02T12:37:23.247Z | Compiling io-lifetimes v1.0.11 |
1450 | 2024-02-02T12:37:24.396Z | Compiling backtrace v0.3.69 |
1451 | 2024-02-02T12:37:24.762Z | Compiling tinyvec_macros v0.1.1 |
1452 | 2024-02-02T12:37:24.786Z | Compiling winnow v0.5.15 |
1453 | 2024-02-02T12:37:24.867Z | Compiling dyn-clone v1.0.13 |
1454 | 2024-02-02T12:37:24.892Z | Compiling rustix v0.38.30 |
1455 | 2024-02-02T12:37:25.154Z | Compiling tinyvec v1.6.0 |
1456 | 2024-02-02T12:37:25.589Z | Compiling futures-channel v0.3.30 |
1457 | 2024-02-02T12:37:25.763Z | Compiling tracing-core v0.1.31 |
1458 | 2024-02-02T12:37:26.225Z | Compiling num-integer v0.1.45 |
1459 | 2024-02-02T12:37:26.325Z | Compiling crossbeam-epoch v0.9.15 |
1460 | 2024-02-02T12:37:26.615Z | Compiling futures-task v0.3.30 |
1461 | 2024-02-02T12:37:26.897Z | Compiling rustix v0.37.23 |
1462 | 2024-02-02T12:37:27.020Z | Compiling futures-io v0.3.30 |
1463 | 2024-02-02T12:37:27.748Z | Compiling slog v2.7.0 |
1464 | 2024-02-02T12:37:27.836Z | Compiling pin-utils v0.1.0 |
1465 | 2024-02-02T12:37:28.354Z | Compiling unicode-normalization v0.1.22 |
1466 | 2024-02-02T12:37:29.219Z | Compiling usdt-impl v0.3.5 |
1467 | 2024-02-02T12:37:29.538Z | Compiling serde_derive v1.0.195 |
1468 | 2024-02-02T12:37:29.690Z | Compiling zerocopy-derive v0.7.32 |
1469 | 2024-02-02T12:37:30.003Z | Compiling zeroize_derive v1.4.2 |
1470 | 2024-02-02T12:37:30.087Z | Compiling thiserror-impl v1.0.56 |
1471 | 2024-02-02T12:37:30.479Z | Compiling tokio-macros v2.2.0 |
1472 | 2024-02-02T12:37:30.575Z | Compiling futures-macro v0.3.30 |
1473 | 2024-02-02T12:37:31.330Z | Compiling tracing-attributes v0.1.26 |
1474 | 2024-02-02T12:37:32.352Z | Compiling zeroize v1.7.0 |
1475 | 2024-02-02T12:37:32.826Z | Compiling schemars_derive v0.8.16 |
1476 | 2024-02-02T12:37:32.884Z | Compiling zerocopy v0.7.32 |
1477 | 2024-02-02T12:37:34.977Z | Compiling pest v2.7.6 |
1478 | 2024-02-02T12:37:36.443Z | Compiling hashbrown v0.14.2 |
1479 | 2024-02-02T12:37:36.650Z | Compiling openssl-macros v0.1.1 |
1480 | 2024-02-02T12:37:37.683Z | Compiling zerocopy-derive v0.2.0 |
1481 | 2024-02-02T12:37:37.754Z | Compiling crypto-common v0.1.6 |
1482 | 2024-02-02T12:37:38.040Z | Compiling der_derive v0.7.2 |
1483 | 2024-02-02T12:37:38.335Z | Compiling tracing v0.1.37 |
1484 | 2024-02-02T12:37:38.664Z | Compiling hashbrown v0.13.2 |
1485 | 2024-02-02T12:37:39.577Z | Compiling pest_meta v2.7.6 |
1486 | 2024-02-02T12:37:39.797Z | Compiling block-buffer v0.10.4 |
1487 | 2024-02-02T12:37:40.157Z | Compiling futures-util v0.3.30 |
1488 | 2024-02-02T12:37:40.557Z | Compiling crc32fast v1.3.2 |
1489 | 2024-02-02T12:37:41.191Z | Compiling anyhow v1.0.75 |
1490 | 2024-02-02T12:37:41.913Z | Compiling pest_generator v2.7.6 |
1491 | 2024-02-02T12:37:42.538Z | Compiling time-core v0.1.1 |
1492 | 2024-02-02T12:37:42.801Z | Compiling unicode-bidi v0.3.13 |
1493 | 2024-02-02T12:37:44.952Z | Compiling bitflags v1.3.2 |
1494 | 2024-02-02T12:37:45.014Z | Compiling time-macros v0.2.13 |
1495 | 2024-02-02T12:37:46.389Z | Compiling pest_derive v2.7.6 |
1496 | 2024-02-02T12:37:47.023Z | Compiling digest v0.10.7 |
1497 | 2024-02-02T12:37:47.462Z | Compiling scroll_derive v0.12.0 |
1498 | 2024-02-02T12:37:47.819Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1499 | 2024-02-02T12:37:47.844Z | Compiling aho-corasick v1.0.4 |
1500 | 2024-02-02T12:37:48.458Z | Compiling rustversion v1.0.14 |
1501 | 2024-02-02T12:37:49.355Z | Compiling async-trait v0.1.77 |
1502 | 2024-02-02T12:37:49.737Z | Compiling ppv-lite86 v0.2.17 |
1503 | 2024-02-02T12:37:49.918Z | Compiling untrusted v0.9.0 |
1504 | 2024-02-02T12:37:50.002Z | Compiling regex-syntax v0.8.2 |
1505 | 2024-02-02T12:37:50.206Z | Compiling signal-hook v0.3.17 |
1506 | 2024-02-02T12:37:51.051Z | Compiling rand_chacha v0.3.1 |
1507 | 2024-02-02T12:37:51.284Z | Compiling zerocopy v0.3.0 |
1508 | 2024-02-02T12:37:52.517Z | Compiling bytes v1.5.0 |
1509 | 2024-02-02T12:37:52.763Z | Compiling indexmap v2.2.2 |
1510 | 2024-02-02T12:37:54.029Z | Compiling uuid v1.7.0 |
1511 | 2024-02-02T12:37:54.513Z | Compiling tokio v1.35.1 |
1512 | 2024-02-02T12:37:55.187Z | Compiling chrono v0.4.31 |
1513 | 2024-02-02T12:37:55.187Z | Compiling bitflags v2.4.0 |
1514 | 2024-02-02T12:38:00.254Z | Compiling serde_spanned v0.6.4 |
1515 | 2024-02-02T12:38:00.610Z | Compiling toml_datetime v0.6.5 |
1516 | 2024-02-02T12:38:02.407Z | Compiling rustc_version v0.4.0 |
1517 | 2024-02-02T12:38:02.664Z | Compiling toml_edit v0.19.15 |
1518 | 2024-02-02T12:38:03.428Z | Compiling http v0.2.11 |
1519 | 2024-02-02T12:38:04.595Z | Compiling heapless v0.7.16 |
1520 | 2024-02-02T12:38:05.824Z | Compiling regex-automata v0.4.4 |
1521 | 2024-02-02T12:38:06.897Z | Compiling errno v0.3.8 |
1522 | 2024-02-02T12:38:07.198Z | Compiling thread-id v4.2.0 |
1523 | 2024-02-02T12:38:07.795Z | Compiling strsim v0.10.0 |
1524 | 2024-02-02T12:38:08.869Z | Compiling camino v1.1.6 |
1525 | 2024-02-02T12:38:09.666Z | Compiling tokio-util v0.7.10 |
1526 | 2024-02-02T12:38:13.610Z | Compiling regex v1.10.3 |
1527 | 2024-02-02T12:38:14.277Z | Compiling dof v0.1.5 |
1528 | 2024-02-02T12:38:15.332Z | Compiling rand v0.8.5 |
1529 | 2024-02-02T12:38:18.003Z | Compiling dtrace-parser v0.1.14 |
1530 | 2024-02-02T12:38:19.562Z | Compiling num-bigint v0.4.4 |
1531 | 2024-02-02T12:38:19.608Z | Compiling base64ct v1.6.0 |
1532 | 2024-02-02T12:38:20.384Z | Compiling untrusted v0.7.1 |
1533 | 2024-02-02T12:38:20.565Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2024-02-02T12:38:20.591Z | Compiling smoltcp v0.9.1 |
1535 | 2024-02-02T12:38:20.684Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1536 | 2024-02-02T12:38:20.762Z | Compiling percent-encoding v2.3.1 |
1537 | 2024-02-02T12:38:21.263Z | Compiling foreign-types v0.3.2 |
1538 | 2024-02-02T12:38:21.405Z | Compiling pem-rfc7468 v0.7.0 |
1539 | 2024-02-02T12:38:22.444Z | Compiling strum_macros v0.25.2 |
1540 | 2024-02-02T12:38:24.409Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-02T12:38:26.561Z | Compiling hmac v0.12.1 |
1542 | 2024-02-02T12:38:26.893Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-02T12:38:27.140Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-02T12:38:27.536Z | Compiling flagset v0.4.3 |
1545 | 2024-02-02T12:38:27.859Z | Compiling unicode-segmentation v1.10.1 |
1546 | 2024-02-02T12:38:27.886Z | Compiling base64 v0.21.7 |
1547 | 2024-02-02T12:38:28.079Z | Compiling unicode-width v0.1.11 |
1548 | 2024-02-02T12:38:28.328Z | Compiling siphasher v0.3.11 |
1549 | 2024-02-02T12:38:28.535Z | Compiling adler v1.0.2 |
1550 | 2024-02-02T12:38:28.867Z | Compiling try-lock v0.2.4 |
1551 | 2024-02-02T12:38:29.005Z | Compiling miniz_oxide v0.7.1 |
1552 | 2024-02-02T12:38:29.061Z | Compiling want v0.3.1 |
1553 | 2024-02-02T12:38:29.255Z | Compiling der v0.7.8 |
1554 | 2024-02-02T12:38:31.047Z | Compiling sct v0.7.0 |
1555 | 2024-02-02T12:38:31.288Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-02-02T12:38:31.315Z | Compiling form_urlencoded v1.2.1 |
1557 | 2024-02-02T12:38:31.488Z | Compiling h2 v0.3.24 |
1558 | 2024-02-02T12:38:31.800Z | Compiling http-body v0.4.5 |
1559 | 2024-02-02T12:38:32.470Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-02-02T12:38:32.739Z | Compiling zerocopy-derive v0.6.4 |
1561 | 2024-02-02T12:38:34.422Z | Compiling num-iter v0.1.43 |
1562 | 2024-02-02T12:38:34.851Z | Compiling usdt-impl v0.5.0 |
1563 | 2024-02-02T12:38:35.272Z | Compiling cpufeatures v0.2.12 |
1564 | 2024-02-02T12:38:35.354Z | Compiling httpdate v1.0.3 |
1565 | 2024-02-02T12:38:35.413Z | Compiling openssl-probe v0.1.5 |
1566 | 2024-02-02T12:38:35.669Z | Compiling stable_deref_trait v1.2.0 |
1567 | 2024-02-02T12:38:35.818Z | Compiling anstyle v1.0.2 |
1568 | 2024-02-02T12:38:35.966Z | Compiling utf8parse v0.2.1 |
1569 | 2024-02-02T12:38:36.209Z | Compiling tower-service v0.3.2 |
1570 | 2024-02-02T12:38:36.395Z | Compiling anstyle-parse v0.2.1 |
1571 | 2024-02-02T12:38:36.500Z | Compiling sha2 v0.10.8 |
1572 | 2024-02-02T12:38:37.749Z | Compiling spki v0.7.2 |
1573 | 2024-02-02T12:38:39.303Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-02-02T12:38:40.820Z | Compiling usdt-macro v0.3.5 |
1575 | 2024-02-02T12:38:42.737Z | Compiling hyper v0.14.27 |
1576 | 2024-02-02T12:38:43.737Z | Compiling openapiv3 v2.0.0 |
1577 | 2024-02-02T12:38:43.933Z | Compiling scroll v0.12.0 |
1578 | 2024-02-02T12:38:44.832Z | Compiling md-5 v0.10.5 |
1579 | 2024-02-02T12:38:45.186Z | Compiling idna v0.5.0 |
1580 | 2024-02-02T12:38:45.253Z | Compiling stringprep v0.1.3 |
1581 | 2024-02-02T12:38:47.104Z | Compiling diesel_table_macro_syntax v0.1.0 |
1582 | 2024-02-02T12:38:47.566Z | Compiling hash32 v0.2.1 |
1583 | 2024-02-02T12:38:47.974Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-02-02T12:38:48.140Z | Compiling colorchoice v1.0.0 |
1585 | 2024-02-02T12:38:48.554Z | Compiling gimli v0.28.0 |
1586 | 2024-02-02T12:38:49.150Z | Compiling anstyle-query v1.0.0 |
1587 | 2024-02-02T12:38:49.532Z | Compiling plain v0.2.3 |
1588 | 2024-02-02T12:38:49.785Z | Compiling goblin v0.8.0 |
1589 | 2024-02-02T12:38:51.051Z | Compiling anstream v0.5.0 |
1590 | 2024-02-02T12:38:52.043Z | Compiling postgres-protocol v0.6.6 |
1591 | 2024-02-02T12:38:56.024Z | Compiling addr2line v0.21.0 |
1592 | 2024-02-02T12:38:56.360Z | Compiling diesel_derives v2.1.2 |
1593 | 2024-02-02T12:38:58.417Z | Compiling url v2.5.0 |
1594 | 2024-02-02T12:38:59.699Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-02-02T12:39:01.275Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-02-02T12:39:01.678Z | Compiling terminal_size v0.2.6 |
1597 | 2024-02-02T12:39:01.728Z | Compiling pkcs8 v0.10.2 |
1598 | 2024-02-02T12:39:02.616Z | Compiling phf_shared v0.11.2 |
1599 | 2024-02-02T12:39:05.158Z | Compiling serde_tokenstream v0.2.0 |
1600 | 2024-02-02T12:39:05.451Z | Compiling block-padding v0.3.3 |
1601 | 2024-02-02T12:39:05.494Z | Compiling enum-as-inner v0.5.1 |
1602 | 2024-02-02T12:39:05.797Z | Compiling serde_repr v0.1.16 |
1603 | 2024-02-02T12:39:05.948Z | Compiling clap_derive v4.4.2 |
1604 | 2024-02-02T12:39:07.439Z | Compiling ff v0.13.0 |
1605 | 2024-02-02T12:39:07.597Z | Compiling scheduled-thread-pool v0.2.7 |
1606 | 2024-02-02T12:39:07.792Z | Compiling object v0.32.1 |
1607 | 2024-02-02T12:39:12.176Z | Compiling deranged v0.3.8 |
1608 | 2024-02-02T12:39:15.330Z | Compiling bit-vec v0.6.3 |
1609 | 2024-02-02T12:39:15.996Z | Compiling rustc-demangle v0.1.23 |
1610 | 2024-02-02T12:39:16.850Z | Compiling num_threads v0.1.6 |
1611 | 2024-02-02T12:39:17.037Z | Compiling managed v0.8.0 |
1612 | 2024-02-02T12:39:17.447Z | Compiling base16ct v0.2.0 |
1613 | 2024-02-02T12:39:17.892Z | Compiling pretty-hex v0.4.1 |
1614 | 2024-02-02T12:39:17.915Z | Compiling clap_lex v0.5.1 |
1615 | 2024-02-02T12:39:18.201Z | Compiling matches v0.1.10 |
1616 | 2024-02-02T12:39:18.643Z | Compiling regex-automata v0.1.10 |
1617 | 2024-02-02T12:39:19.111Z | Compiling ipnet v2.9.0 |
1618 | 2024-02-02T12:39:19.468Z | Compiling bstr v0.2.17 |
1619 | 2024-02-02T12:39:20.891Z | Compiling clap_builder v4.4.2 |
1620 | 2024-02-02T12:39:21.687Z | Compiling idna v0.2.3 |
1621 | 2024-02-02T12:39:22.685Z | Compiling dof v0.3.0 |
1622 | 2024-02-02T12:39:23.051Z | Compiling sec1 v0.7.3 |
1623 | 2024-02-02T12:39:23.976Z | Compiling time v0.3.27 |
1624 | 2024-02-02T12:39:25.799Z | Compiling r2d2 v0.8.10 |
1625 | 2024-02-02T12:39:25.870Z | Compiling group v0.13.0 |
1626 | 2024-02-02T12:39:27.965Z | Compiling inout v0.1.3 |
1627 | 2024-02-02T12:39:29.208Z | Compiling phf v0.11.2 |
1628 | 2024-02-02T12:39:29.632Z | Compiling hyper-tls v0.5.0 |
1629 | 2024-02-02T12:39:29.691Z | Compiling signal-hook-mio v0.2.3 |
1630 | 2024-02-02T12:39:29.907Z | Compiling hyper-rustls v0.24.2 |
1631 | 2024-02-02T12:39:30.146Z | Compiling bzip2 v0.4.4 |
1632 | 2024-02-02T12:39:30.441Z | Compiling flate2 v1.0.28 |
1633 | 2024-02-02T12:39:30.721Z | Compiling postgres-types v0.2.6 |
1634 | 2024-02-02T12:39:31.908Z | Compiling zerocopy v0.6.4 |
1635 | 2024-02-02T12:39:32.145Z | Compiling hubpack v0.1.2 |
1636 | 2024-02-02T12:39:32.172Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-02T12:39:32.820Z | Compiling phf_shared v0.10.0 |
1638 | 2024-02-02T12:39:32.991Z | Compiling rustls-pemfile v1.0.3 |
1639 | 2024-02-02T12:39:33.014Z | Compiling hkdf v0.12.4 |
1640 | 2024-02-02T12:39:33.380Z | Compiling ipnetwork v0.20.0 |
1641 | 2024-02-02T12:39:33.854Z | Compiling futures-executor v0.3.30 |
1642 | 2024-02-02T12:39:33.955Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-02-02T12:39:34.650Z | Compiling regress v0.7.1 |
1644 | 2024-02-02T12:39:34.677Z | Compiling crypto-bigint v0.5.2 |
1645 | 2024-02-02T12:39:34.918Z | Compiling float-cmp v0.9.0 |
1646 | 2024-02-02T12:39:35.252Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-02T12:39:38.156Z | Compiling new_debug_unreachable v1.0.4 |
1648 | 2024-02-02T12:39:38.297Z | Compiling either v1.9.0 |
1649 | 2024-02-02T12:39:39.031Z | Compiling regex-automata v0.3.8 |
1650 | 2024-02-02T12:39:39.076Z | Compiling whoami v1.4.1 |
1651 | 2024-02-02T12:39:39.297Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-02-02T12:39:40.203Z | Compiling difflib v0.4.0 |
1653 | 2024-02-02T12:39:41.349Z | Compiling predicates-core v1.0.6 |
1654 | 2024-02-02T12:39:41.861Z | Compiling webpki-roots v0.25.2 |
1655 | 2024-02-02T12:39:42.103Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-02-02T12:39:42.262Z | Compiling mime v0.3.17 |
1657 | 2024-02-02T12:39:42.544Z | Compiling static_assertions v1.1.0 |
1658 | 2024-02-02T12:39:42.899Z | Compiling data-encoding v2.4.0 |
1659 | 2024-02-02T12:39:44.383Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-02-02T12:39:45.172Z | Compiling normalize-line-endings v0.3.0 |
1661 | 2024-02-02T12:39:45.328Z | Compiling predicates v3.1.0 |
1662 | 2024-02-02T12:39:45.893Z | Compiling string_cache v0.8.7 |
1663 | 2024-02-02T12:39:50.661Z | Compiling trust-dns-proto v0.22.0 |
1664 | 2024-02-02T12:39:51.801Z | Compiling reqwest v0.11.22 |
1665 | 2024-02-02T12:39:56.694Z | Compiling nom v7.1.3 |
1666 | 2024-02-02T12:39:57.820Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1667 | 2024-02-02T12:40:02.969Z | Compiling bstr v1.6.0 |
1668 | 2024-02-02T12:40:03.391Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1669 | 2024-02-02T12:40:05.348Z | Compiling petgraph v0.6.4 |
1670 | 2024-02-02T12:40:07.185Z | Compiling tokio-postgres v0.7.10 |
1671 | 2024-02-02T12:40:10.668Z | Compiling itertools v0.10.5 |
1672 | 2024-02-02T12:40:10.841Z | Compiling elliptic-curve v0.13.8 |
1673 | 2024-02-02T12:40:15.413Z | Compiling futures v0.3.30 |
1674 | 2024-02-02T12:40:15.583Z | Compiling diesel v2.1.4 |
1675 | 2024-02-02T12:40:16.386Z | Compiling yasna v0.5.2 |
1676 | 2024-02-02T12:40:17.044Z | Compiling zip v0.6.6 |
1677 | 2024-02-02T12:40:17.602Z | Compiling crossterm v0.27.0 |
1678 | 2024-02-02T12:40:17.627Z | Compiling cipher v0.4.4 |
1679 | 2024-02-02T12:40:18.336Z | Compiling clap v4.4.3 |
1680 | 2024-02-02T12:40:19.050Z | Compiling similar v2.3.0 |
1681 | 2024-02-02T12:40:19.160Z | Compiling bit-set v0.5.3 |
1682 | 2024-02-02T12:40:19.198Z | Compiling usdt v0.3.5 |
1683 | 2024-02-02T12:40:19.620Z | Compiling console v0.15.8 |
1684 | 2024-02-02T12:40:22.289Z | Compiling tokio-stream v0.1.14 |
1685 | 2024-02-02T12:40:22.920Z | Compiling toml v0.7.8 |
1686 | 2024-02-02T12:40:23.191Z | Compiling toml_edit v0.21.0 |
1687 | 2024-02-02T12:40:23.801Z | Compiling hex v0.4.3 |
1688 | 2024-02-02T12:40:25.184Z | Compiling proc-macro-error-attr v1.0.4 |
1689 | 2024-02-02T12:40:25.458Z | Compiling lalrpop-util v0.19.12 |
1690 | 2024-02-02T12:40:27.158Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1691 | 2024-02-02T12:40:31.774Z | Compiling proc-macro-crate v1.3.1 |
1692 | 2024-02-02T12:40:34.712Z | Compiling proc-macro-error v1.0.4 |
1693 | 2024-02-02T12:40:35.153Z | Compiling heapless v0.8.0 |
1694 | 2024-02-02T12:40:39.824Z | Compiling num_enum_derive v0.5.11 |
1695 | 2024-02-02T12:40:52.947Z | Compiling atty v0.2.14 |
1696 | 2024-02-02T12:40:53.172Z | Compiling hash32 v0.3.1 |
1697 | 2024-02-02T12:40:54.213Z | Compiling ident_case v1.0.1 |
1698 | 2024-02-02T12:40:54.475Z | Compiling rustls-pki-types v1.1.0 |
1699 | 2024-02-02T12:40:57.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1700 | 2024-02-02T12:40:58.198Z | Compiling smoltcp v0.11.0 |
1701 | 2024-02-02T12:41:00.632Z | Compiling darling_core v0.20.3 |
1702 | 2024-02-02T12:41:09.712Z | Compiling num_enum v0.5.11 |
1703 | 2024-02-02T12:41:23.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1704 | 2024-02-02T12:41:29.738Z | Compiling dirs-sys-next v0.1.2 |
1705 | 2024-02-02T12:41:31.598Z | Compiling cobs v0.2.3 |
1706 | 2024-02-02T12:41:33.710Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1707 | 2024-02-02T12:41:37.263Z | Compiling rustls v0.22.2 |
1708 | 2024-02-02T12:41:37.705Z | Compiling embedded-io v0.4.0 |
1709 | 2024-02-02T12:41:38.115Z | Compiling postcard v1.0.8 |
1710 | 2024-02-02T12:41:59.340Z | Compiling dirs-next v2.0.0 |
1711 | 2024-02-02T12:42:03.591Z | Compiling darling_macro v0.20.3 |
1712 | 2024-02-02T12:42:07.253Z | Compiling rustls-webpki v0.102.1 |
1713 | 2024-02-02T12:42:08.758Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1714 | 2024-02-02T12:42:16.555Z | Compiling getopts v0.2.21 |
1715 | 2024-02-02T12:42:17.117Z | Compiling foreign-types-macros v0.2.3 |
1716 | 2024-02-02T12:42:17.971Z | Compiling structmeta-derive v0.2.0 |
1717 | 2024-02-02T12:42:19.432Z | Compiling thread_local v1.1.7 |
1718 | 2024-02-02T12:42:20.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1719 | 2024-02-02T12:42:20.743Z | Compiling multer v3.0.0 |
1720 | 2024-02-02T12:42:20.991Z | Compiling foreign-types-shared v0.3.1 |
1721 | 2024-02-02T12:42:21.218Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1722 | 2024-02-02T12:42:21.642Z | Compiling paste v1.0.14 |
1723 | 2024-02-02T12:42:22.239Z | Compiling match_cfg v0.1.0 |
1724 | 2024-02-02T12:42:22.302Z | Compiling rayon-core v1.12.0 |
1725 | 2024-02-02T12:42:22.613Z | Compiling unsafe-libyaml v0.2.10 |
1726 | 2024-02-02T12:42:22.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1727 | 2024-02-02T12:42:23.984Z | Compiling slog-async v2.8.0 |
1728 | 2024-02-02T12:42:25.627Z | Compiling serde_yaml v0.9.25 |
1729 | 2024-02-02T12:42:31.927Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-02T12:42:36.361Z | Compiling hostname v0.3.1 |
1731 | 2024-02-02T12:42:36.650Z | Compiling structmeta v0.2.0 |
1732 | 2024-02-02T12:42:37.906Z | Compiling foreign-types v0.5.0 |
1733 | 2024-02-02T12:42:38.301Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1734 | 2024-02-02T12:42:49.578Z | Compiling darling v0.20.3 |
1735 | 2024-02-02T12:42:53.160Z | Compiling term v0.7.0 |
1736 | 2024-02-02T12:42:56.500Z | Compiling slog-json v2.6.1 |
1737 | 2024-02-02T12:42:57.322Z | Compiling crossbeam-deque v0.8.3 |
1738 | 2024-02-02T12:42:57.950Z | Compiling is-terminal v0.4.9 |
1739 | 2024-02-02T12:42:58.145Z | Compiling strum v0.25.0 |
1740 | 2024-02-02T12:42:58.425Z | Compiling crossbeam-channel v0.5.8 |
1741 | 2024-02-02T12:43:01.280Z | Compiling http v1.0.0 |
1742 | 2024-02-02T12:43:01.803Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1743 | 2024-02-02T12:43:03.038Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1744 | 2024-02-02T12:43:03.318Z | Compiling async-stream-impl v0.3.5 |
1745 | 2024-02-02T12:43:04.319Z | Compiling cstr-argument v0.1.2 |
1746 | 2024-02-02T12:43:04.697Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1747 | 2024-02-02T12:43:05.146Z | Compiling pretty-hex v0.2.1 |
1748 | 2024-02-02T12:43:05.289Z | Compiling atomic-waker v1.1.1 |
1749 | 2024-02-02T12:43:05.499Z | Compiling take_mut v0.2.2 |
1750 | 2024-02-02T12:43:05.568Z | Compiling crucible-workspace-hack v0.1.0 |
1751 | 2024-02-02T12:43:05.685Z | Compiling regex-syntax v0.7.5 |
1752 | 2024-02-02T12:43:05.758Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1753 | 2024-02-02T12:43:06.179Z | Compiling fastrand v2.0.0 |
1754 | 2024-02-02T12:43:07.267Z | Compiling tempfile v3.9.0 |
1755 | 2024-02-02T12:43:08.993Z | Compiling waitgroup v0.1.2 |
1756 | 2024-02-02T12:43:09.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1757 | 2024-02-02T12:43:09.866Z | Compiling async-stream v0.3.5 |
1758 | 2024-02-02T12:43:10.145Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-02-02T12:43:11.585Z | Compiling colored v2.0.4 |
1760 | 2024-02-02T12:43:13.882Z | Compiling slog-bunyan v2.5.0 |
1761 | 2024-02-02T12:43:14.442Z | Compiling slog-term v2.9.0 |
1762 | 2024-02-02T12:43:15.957Z | Compiling serde_with_macros v3.5.1 |
1763 | 2024-02-02T12:43:16.204Z | Compiling parse-display-derive v0.8.2 |
1764 | 2024-02-02T12:43:18.211Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1765 | 2024-02-02T12:43:19.511Z | Compiling tokio-rustls v0.25.0 |
1766 | 2024-02-02T12:43:20.469Z | Compiling toml v0.8.8 |
1767 | 2024-02-02T12:43:20.611Z | Compiling rustls-pemfile v2.0.0 |
1768 | 2024-02-02T12:43:21.796Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1769 | 2024-02-02T12:43:21.954Z | Compiling sha1 v0.10.6 |
1770 | 2024-02-02T12:43:22.512Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1771 | 2024-02-02T12:43:23.538Z | Compiling textwrap v0.11.0 |
1772 | 2024-02-02T12:43:24.260Z | Compiling heck v0.3.3 |
1773 | 2024-02-02T12:43:24.829Z | Compiling serde_path_to_error v0.1.15 |
1774 | 2024-02-02T12:43:25.403Z | Compiling instant v0.1.12 |
1775 | 2024-02-02T12:43:25.650Z | Compiling strsim v0.8.0 |
1776 | 2024-02-02T12:43:25.781Z | Compiling vec_map v0.8.2 |
1777 | 2024-02-02T12:43:26.356Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1778 | 2024-02-02T12:43:26.519Z | Compiling debug-ignore v1.0.5 |
1779 | 2024-02-02T12:43:26.744Z | Compiling libefi-sys v0.1.0 |
1780 | 2024-02-02T12:43:26.897Z | Compiling ansi_term v0.12.1 |
1781 | 2024-02-02T12:43:27.963Z | Compiling clap v2.34.0 |
1782 | 2024-02-02T12:43:28.298Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1783 | 2024-02-02T12:43:29.571Z | Compiling backoff v0.4.0 |
1784 | 2024-02-02T12:43:30.116Z | Compiling structopt-derive v0.4.18 |
1785 | 2024-02-02T12:43:33.222Z | Compiling parse-display v0.8.2 |
1786 | 2024-02-02T12:43:33.548Z | Compiling serde_with v3.5.1 |
1787 | 2024-02-02T12:43:34.607Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1788 | 2024-02-02T12:43:34.918Z | Compiling rayon v1.8.0 |
1789 | 2024-02-02T12:43:41.344Z | Compiling camino-tempfile v1.1.1 |
1790 | 2024-02-02T12:43:42.755Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1791 | 2024-02-02T12:43:43.571Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1792 | 2024-02-02T12:43:43.835Z | Compiling zone_cfg_derive v0.3.0 |
1793 | 2024-02-02T12:43:44.068Z | Compiling macaddr v1.0.1 |
1794 | 2024-02-02T12:43:44.238Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1795 | 2024-02-02T12:43:44.569Z | Compiling num-derive v0.4.0 |
1796 | 2024-02-02T12:43:45.263Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1797 | 2024-02-02T12:43:45.813Z | Compiling blake3 v1.5.0 |
1798 | 2024-02-02T12:43:46.052Z | Compiling portable-atomic v1.4.3 |
1799 | 2024-02-02T12:43:47.225Z | Compiling zone v0.3.0 |
1800 | 2024-02-02T12:43:47.701Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1801 | 2024-02-02T12:43:48.117Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1802 | 2024-02-02T12:43:48.680Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1803 | 2024-02-02T12:43:51.053Z | Compiling structopt v0.3.26 |
1804 | 2024-02-02T12:43:51.948Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1805 | 2024-02-02T12:43:52.814Z | Compiling smf v0.2.2 |
1806 | 2024-02-02T12:43:53.701Z | Compiling filetime v0.2.23 |
1807 | 2024-02-02T12:43:53.856Z | Compiling xattr v1.0.1 |
1808 | 2024-02-02T12:43:54.032Z | Compiling memmap2 v0.7.1 |
1809 | 2024-02-02T12:43:54.249Z | Compiling arrayvec v0.7.4 |
1810 | 2024-02-02T12:43:54.317Z | Compiling same-file v1.0.6 |
1811 | 2024-02-02T12:43:54.797Z | Compiling constant_time_eq v0.3.0 |
1812 | 2024-02-02T12:43:54.910Z | Compiling arrayref v0.3.7 |
1813 | 2024-02-02T12:43:54.993Z | Compiling walkdir v2.4.0 |
1814 | 2024-02-02T12:43:55.055Z | Compiling tar v0.4.40 |
1815 | 2024-02-02T12:43:57.952Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1816 | 2024-02-02T12:43:59.556Z | Compiling gethostname v0.4.3 |
1817 | 2024-02-02T12:43:59.703Z | Compiling number_prefix v0.4.0 |
1818 | 2024-02-02T12:43:59.951Z | Compiling topological-sort v0.2.2 |
1819 | 2024-02-02T12:44:00.079Z | Compiling swrite v0.1.0 |
1820 | 2024-02-02T12:44:00.347Z | Compiling omicron-zone-package v0.11.0 |
1821 | 2024-02-02T12:44:00.455Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1822 | 2024-02-02T12:44:01.736Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1823 | 2024-02-02T12:44:04.834Z | Compiling indicatif v0.17.7 |
1824 | 2024-02-02T12:44:17.535Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1825 | 2024-02-02T12:44:21.560Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1826 | 2024-02-02T12:44:24.582Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1827 | 2024-02-02T12:44:25.432Z | error[E0308]: mismatched types |
1828 | 2024-02-02T12:44:25.432Z | --> package/src/dot.rs:137:43 |
1829 | 2024-02-02T12:44:25.432Z | | |
1830 | 2024-02-02T12:44:25.432Z | 137 | .get_output_path(pkgname, output_directory) |
1831 | 2024-02-02T12:44:25.432Z | | --------------- ^^^^^^^^^^^^^^^^ expected `&Utf8Path`, found `&Path` |
1832 | 2024-02-02T12:44:25.433Z | | | |
1833 | 2024-02-02T12:44:25.433Z | | arguments to this method are incorrect |
1834 | 2024-02-02T12:44:25.433Z | | |
1835 | 2024-02-02T12:44:25.433Z | = note: expected reference `&camino::Utf8Path` |
1836 | 2024-02-02T12:44:25.433Z | found reference `&Path` |
1837 | 2024-02-02T12:44:25.433Z | note: method defined here |
1838 | 2024-02-02T12:44:25.433Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/package.rs:230:12 |
1839 | 2024-02-02T12:44:25.433Z | | |
1840 | 2024-02-02T12:44:25.433Z | 230 | pub fn get_output_path(&self, name: &str, output_directory: &Utf8Path) -> Utf8PathBuf { |
1841 | 2024-02-02T12:44:25.433Z | | ^^^^^^^^^^^^^^^ |
1842 | 2024-02-02T12:44:25.433Z | |
1843 | 2024-02-02T12:44:25.490Z | error[E0599]: no method named `to_str` found for reference `&str` in the current scope |
1844 | 2024-02-02T12:44:25.490Z | --> package/src/dot.rs:140:18 |
1845 | 2024-02-02T12:44:25.491Z | | |
1846 | 2024-02-02T12:44:25.491Z | 136 | let output_basename = pkg |
1847 | 2024-02-02T12:44:25.491Z | | ___________________________________- |
1848 | 2024-02-02T12:44:25.491Z | 137 | | .get_output_path(pkgname, output_directory) |
1849 | 2024-02-02T12:44:25.491Z | 138 | | .file_name() |
1850 | 2024-02-02T12:44:25.491Z | 139 | | .unwrap() |
1851 | 2024-02-02T12:44:25.491Z | 140 | | .to_str() |
1852 | 2024-02-02T12:44:25.491Z | | | -^^^^^^ method not found in `&str` |
1853 | 2024-02-02T12:44:25.491Z | | |_________________| |
1854 | 2024-02-02T12:44:25.491Z | | |
1855 | 2024-02-02T12:44:25.491Z | |
1856 | 2024-02-02T12:44:25.545Z | error[E0599]: no method named `display` found for reference `&camino::Utf8PathBuf` in the current scope |
1857 | 2024-02-02T12:44:25.545Z | --> package/src/dot.rs:194:37 |
1858 | 2024-02-02T12:44:25.545Z | | |
1859 | 2024-02-02T12:44:25.545Z | 194 | ... path: b.display().to_string(), |
1860 | 2024-02-02T12:44:25.545Z | | ^^^^^^^ method not found in `&Utf8PathBuf` |
1861 | 2024-02-02T12:44:25.545Z | |
1862 | 2024-02-02T12:44:25.745Z | Some errors have detailed explanations: E0308, E0599. |
1863 | 2024-02-02T12:44:25.745Z | For more information about an error, try `rustc --explain E0308`. |
1864 | 2024-02-02T12:44:25.796Z | error: could not compile `omicron-package` (lib) due to 3 previous errors |
1865 | 2024-02-02T12:44:25.802Z | warning: build failed, waiting for other jobs to finish... |
1866 | 2024-02-02T12:44:34.201Z | |
1867 | 2024-02-02T12:44:34.201Z | real 7:56.658121044 |
1868 | 2024-02-02T12:44:34.201Z | user 53:48.003715548 |
1869 | 2024-02-02T12:44:34.201Z | sys 4:49.075626277 |
1870 | 2024-02-02T12:44:34.202Z | trap 2.109322261 |
1871 | 2024-02-02T12:44:34.202Z | tflt 3.804039064 |
1872 | 2024-02-02T12:44:34.205Z | dflt 3.068250766 |
1873 | 2024-02-02T12:44:34.205Z | kflt 0.015709964 |
1874 | 2024-02-02T12:44:34.205Z | lock 1:58:56.021704147 |
1875 | 2024-02-02T12:44:34.205Z | slp 2:34:18.352197698 |
1876 | 2024-02-02T12:44:34.205Z | lat 2:36.394898590 |
1877 | 2024-02-02T12:44:34.205Z | stop 4:00.584816187 |
1878 | 2024-02-02T12:44:34.205Z | process exited: duration 640373 ms, exit code 101 |
|
1879 | 2024-02-02T12:44:34.222Z | found 1 output files |
1880 | 2024-02-02T12:44:34.222Z | uploading: /work/version.txt (26 bytes) |
1881 | 2024-02-02T12:44:35.233Z | uploaded: /work/version.txt |
1882 | 2024-02-02T12:44:35.236Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
1883 | 2024-02-02T12:44:35.236Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
1884 | 2024-02-02T12:44:35.236Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
1885 | 2024-02-02T12:44:35.236Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |