|
|
|
1 | 2023-12-07T03:30:48.429Z | job assigned to worker 01HH154P2NDF4HTQ907KC5CR32 (queued for 1 m 57 s) |
|
2 | 2023-12-07T03:30:48.728Z | starting task 0: "setup" |
3 | 2023-12-07T03:30:48.917Z | ++ uname -s |
4 | 2023-12-07T03:30:48.924Z | + kern=SunOS |
5 | 2023-12-07T03:30:48.924Z | + case "$kern" in |
6 | 2023-12-07T03:30:48.924Z | + groupadd -g 12345 build |
7 | 2023-12-07T03:30:48.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T03:30:50.939Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T03:30:51.088Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T03:30:51.102Z | + home_fs=zfs |
11 | 2023-12-07T03:30:51.102Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T03:30:51.102Z | + mkdir -p /home/build |
13 | 2023-12-07T03:30:51.102Z | + chown build:build /home/build /work |
14 | 2023-12-07T03:30:53.085Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T03:30:53.089Z | process exited: duration 4361 ms, exit code 0 |
|
16 | 2023-12-07T03:30:53.097Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T03:30:53.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T03:30:53.111Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T03:30:53.300Z | info: downloading installer |
20 | 2023-12-07T03:30:56.630Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T03:30:56.630Z | warning: /opt/ooce/bin |
22 | 2023-12-07T03:30:56.632Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T03:30:56.632Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T03:30:56.632Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T03:30:56.633Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T03:30:56.633Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T03:30:56.633Z | error: cannot install while Rust is installed |
28 | 2023-12-07T03:30:56.633Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T03:30:56.822Z | info: profile set to 'default' |
30 | 2023-12-07T03:30:56.822Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T03:30:56.827Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T03:30:57.013Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T03:30:57.013Z | info: downloading component 'cargo' |
34 | 2023-12-07T03:30:57.807Z | info: downloading component 'clippy' |
35 | 2023-12-07T03:30:58.083Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T03:30:59.109Z | info: downloading component 'rust-std' |
37 | 2023-12-07T03:31:00.984Z | info: downloading component 'rustc' |
38 | 2023-12-07T03:31:05.392Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T03:31:05.708Z | info: installing component 'cargo' |
40 | 2023-12-07T03:31:07.697Z | info: installing component 'clippy' |
41 | 2023-12-07T03:31:08.655Z | info: installing component 'rust-docs' |
42 | 2023-12-07T03:31:11.469Z | info: installing component 'rust-std' |
43 | 2023-12-07T03:31:15.403Z | info: installing component 'rustc' |
44 | 2023-12-07T03:31:25.289Z | info: installing component 'rustfmt' |
45 | 2023-12-07T03:31:25.315Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T03:31:25.315Z | |
47 | 2023-12-07T03:31:25.447Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T03:31:25.447Z | |
49 | 2023-12-07T03:31:25.447Z | |
50 | 2023-12-07T03:31:25.447Z | Rust is installed now. Great! |
51 | 2023-12-07T03:31:25.447Z | |
52 | 2023-12-07T03:31:25.453Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T03:31:25.454Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T03:31:25.454Z | |
55 | 2023-12-07T03:31:25.454Z | To configure your current shell, run: |
56 | 2023-12-07T03:31:25.454Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T03:31:25.526Z | + rustc --version |
58 | 2023-12-07T03:31:25.635Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T03:31:25.641Z | process exited: duration 32543 ms, exit code 0 |
|
60 | 2023-12-07T03:31:25.659Z | starting task 2: "authentication" |
61 | 2023-12-07T03:31:25.744Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-12-07T03:31:25.771Z | starting task 3: "clone repository" |
63 | 2023-12-07T03:31:25.781Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T03:31:25.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T03:31:25.807Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T03:31:31.776Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T03:31:31.780Z | + [[ -n renovate/rustls-0.x ]] |
68 | 2023-12-07T03:31:31.780Z | + git fetch origin renovate/rustls-0.x |
69 | 2023-12-07T03:31:32.117Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T03:31:32.118Z | * branch renovate/rustls-0.x -> FETCH_HEAD |
71 | 2023-12-07T03:31:32.125Z | + git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x |
72 | 2023-12-07T03:31:32.226Z | Switched to a new branch 'renovate/rustls-0.x' |
73 | 2023-12-07T03:31:32.232Z | branch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'. |
74 | 2023-12-07T03:31:32.233Z | + git reset --hard 1c3b99e99119ca5589bad59cc0ab4eddc24efe1a |
75 | 2023-12-07T03:31:32.393Z | HEAD is now at 1c3b99e9 start updating API calls -- turns out dropshot needs to be updated as well |
76 | 2023-12-07T03:31:32.399Z | process exited: duration 6640 ms, exit code 0 |
|
77 | 2023-12-07T03:31:32.440Z | starting task 4: "build" |
78 | 2023-12-07T03:31:32.865Z | + cargo --version |
79 | 2023-12-07T03:31:32.865Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T03:31:32.877Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T03:31:32.878Z | info: downloading component 'cargo' |
82 | 2023-12-07T03:31:33.313Z | info: downloading component 'clippy' |
83 | 2023-12-07T03:31:33.539Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T03:31:34.410Z | info: downloading component 'rust-std' |
85 | 2023-12-07T03:31:35.816Z | info: downloading component 'rustc' |
86 | 2023-12-07T03:31:39.388Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T03:31:39.590Z | info: installing component 'cargo' |
88 | 2023-12-07T03:31:40.861Z | info: installing component 'clippy' |
89 | 2023-12-07T03:31:41.339Z | info: installing component 'rust-docs' |
90 | 2023-12-07T03:31:44.281Z | info: installing component 'rust-std' |
91 | 2023-12-07T03:31:46.926Z | info: installing component 'rustc' |
92 | 2023-12-07T03:31:52.949Z | info: installing component 'rustfmt' |
93 | 2023-12-07T03:31:53.481Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T03:31:53.487Z | + rustc --version |
95 | 2023-12-07T03:31:53.616Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T03:31:53.623Z | ++ git rev-parse HEAD |
97 | 2023-12-07T03:31:53.627Z | + COMMIT=1c3b99e99119ca5589bad59cc0ab4eddc24efe1a |
98 | 2023-12-07T03:31:53.630Z | + VERSION=5.0.0-0.ci+git1c3b99e9911 |
99 | 2023-12-07T03:31:53.630Z | + echo 5.0.0-0.ci+git1c3b99e9911 |
100 | 2023-12-07T03:31:53.630Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-07T03:32:02.556Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-07T03:32:03.737Z | Startup: Caching catalogs ... Done |
103 | 2023-12-07T03:32:10.171Z | Planning: Solver setup ... Done (6.047s) |
104 | 2023-12-07T03:32:10.317Z | Planning: Running solver ... Done (0.149s) |
105 | 2023-12-07T03:32:10.384Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-07T03:32:10.399Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-07T03:32:10.654Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-07T03:32:10.746Z | Planning: Package planning ... Done (0.092s) |
109 | 2023-12-07T03:32:10.844Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-12-07T03:32:11.532Z | Planning: Checking for conflicting actions ... Done (0.695s) |
111 | 2023-12-07T03:32:11.555Z | Planning: Consolidating action changes ... Done (0.019s) |
112 | 2023-12-07T03:32:15.324Z | Planning: Evaluating mediators ... Done (3.370s) |
113 | 2023-12-07T03:32:15.331Z | Planning: Planning completed in 11.24 seconds |
114 | 2023-12-07T03:32:16.701Z | Packages to install: 4 |
115 | 2023-12-07T03:32:16.701Z | Packages to update: 2 |
116 | 2023-12-07T03:32:16.714Z | Mediators to change: 2 |
117 | 2023-12-07T03:32:16.714Z | Services to change: 1 |
118 | 2023-12-07T03:32:16.714Z | Estimated space available: 148.88 GB |
119 | 2023-12-07T03:32:16.715Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-07T03:32:16.715Z | Create boot environment: No |
121 | 2023-12-07T03:32:16.715Z | Create backup boot environment: Yes |
122 | 2023-12-07T03:32:16.715Z | Rebuild boot archive: No |
123 | 2023-12-07T03:32:16.715Z | |
124 | 2023-12-07T03:32:16.715Z | Changed mediators: |
125 | 2023-12-07T03:32:16.715Z | mediator clang: |
126 | 2023-12-07T03:32:16.716Z | version: None -> 15 (system default) |
127 | 2023-12-07T03:32:16.716Z | |
128 | 2023-12-07T03:32:16.716Z | mediator llvm: |
129 | 2023-12-07T03:32:16.716Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-07T03:32:16.716Z | |
131 | 2023-12-07T03:32:16.716Z | Changed packages: |
132 | 2023-12-07T03:32:16.716Z | helios-dev |
133 | 2023-12-07T03:32:16.716Z | developer/build-essential |
134 | 2023-12-07T03:32:16.716Z | None -> 11-2.0 |
135 | 2023-12-07T03:32:16.716Z | library/libxmlsec1 |
136 | 2023-12-07T03:32:16.717Z | None -> 1.2.35-2.0 |
137 | 2023-12-07T03:32:16.717Z | ooce/developer/clang-15 |
138 | 2023-12-07T03:32:16.718Z | None -> 15.0.7-2.0 |
139 | 2023-12-07T03:32:16.719Z | ooce/developer/llvm-15 |
140 | 2023-12-07T03:32:16.719Z | None -> 15.0.7-2.0 |
141 | 2023-12-07T03:32:16.719Z | system/library/g++-runtime |
142 | 2023-12-07T03:32:16.719Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-07T03:32:16.719Z | system/library/gcc-runtime |
144 | 2023-12-07T03:32:16.719Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-07T03:32:16.720Z | |
146 | 2023-12-07T03:32:16.720Z | Services: |
147 | 2023-12-07T03:32:16.720Z | restart_fmri: |
148 | 2023-12-07T03:32:16.721Z | svc:/system/update-man-index:default |
149 | 2023-12-07T03:32:16.971Z | |
150 | 2023-12-07T03:32:16.971Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-07T03:32:30.239Z | Download: 1017/3330 items 19.5/221.1MB 8% complete (4.0M/s) |
152 | 2023-12-07T03:32:31.035Z | Download: 1836/3330 items 118.5/221.1MB 53% complete (11.9M/s) |
153 | 2023-12-07T03:32:32.337Z | Download: 3248/3330 items 183.1/221.1MB 82% complete (16.3M/s) |
154 | 2023-12-07T03:32:34.648Z | Download: Completed 221.11 MB in 17.67 seconds (12.5M/s) |
155 | 2023-12-07T03:32:36.610Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-07T03:32:36.610Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-07T03:32:41.655Z | Actions: 2812/3766 actions (Installing new actions) |
158 | 2023-12-07T03:32:44.789Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-07T03:32:45.400Z | Actions: Completed 3766 actions in 8.79 seconds. |
160 | 2023-12-07T03:32:45.621Z | Done (0.191s) |
161 | 2023-12-07T03:32:45.638Z | Done (0.000s) |
162 | 2023-12-07T03:32:45.874Z | Done (0.262s) |
163 | 2023-12-07T03:32:53.174Z | Done (7.193s) |
164 | 2023-12-07T03:32:53.416Z | Done (0.145s) |
165 | 2023-12-07T03:32:53.421Z | Done (0.000s) |
166 | 2023-12-07T03:32:54.062Z | Done (0.000s) |
167 | 2023-12-07T03:32:54.359Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-07T03:32:54.643Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-07T03:32:54.647Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-07T03:32:55.129Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-07T03:32:55.135Z | Planning: Planning completed in 0.73 seconds |
172 | 2023-12-07T03:32:55.154Z | Mediators to change: 2 |
173 | 2023-12-07T03:32:55.154Z | Create boot environment: No |
174 | 2023-12-07T03:32:55.160Z | Create backup boot environment: No |
175 | 2023-12-07T03:32:55.257Z | Done |
176 | 2023-12-07T03:32:55.258Z | Done |
177 | 2023-12-07T03:32:55.415Z | Done |
178 | 2023-12-07T03:33:01.080Z | Done |
179 | 2023-12-07T03:33:01.201Z | Done |
180 | 2023-12-07T03:33:01.205Z | Done |
181 | 2023-12-07T03:33:01.315Z | Done |
182 | 2023-12-07T03:33:02.314Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-07T03:33:02.322Z | Planning: Merging actions ... Done |
184 | 2023-12-07T03:33:02.644Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-07T03:33:02.652Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-07T03:33:03.070Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-07T03:33:03.159Z | Planning: Planning completed in 1.29 seconds |
188 | 2023-12-07T03:33:03.223Z | Packages to change: 1 |
189 | 2023-12-07T03:33:03.223Z | Mediators to change: 1 |
190 | 2023-12-07T03:33:03.228Z | Services to change: 1 |
191 | 2023-12-07T03:33:03.228Z | Create boot environment: No |
192 | 2023-12-07T03:33:03.228Z | Create backup boot environment: Yes |
193 | 2023-12-07T03:33:05.149Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-07T03:33:05.154Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-07T03:33:05.154Z | Done |
196 | 2023-12-07T03:33:05.154Z | Done |
197 | 2023-12-07T03:33:05.211Z | Done |
198 | 2023-12-07T03:33:10.779Z | Done |
199 | 2023-12-07T03:33:10.962Z | Done |
200 | 2023-12-07T03:33:10.975Z | Done |
201 | 2023-12-07T03:33:11.005Z | Done |
202 | 2023-12-07T03:33:11.653Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-07T03:33:11.653Z | clang system 15 system |
204 | 2023-12-07T03:33:11.653Z | csh system system illumos |
205 | 2023-12-07T03:33:11.653Z | ctags system system illumos |
206 | 2023-12-07T03:33:11.654Z | gcc vendor 12 vendor |
207 | 2023-12-07T03:33:11.654Z | gcc system 10 system |
208 | 2023-12-07T03:33:11.654Z | gcc system 7 system |
209 | 2023-12-07T03:33:11.654Z | go system 1.20 system |
210 | 2023-12-07T03:33:11.654Z | go system 1.19 system |
211 | 2023-12-07T03:33:11.654Z | llvm system 15 system |
212 | 2023-12-07T03:33:11.654Z | llvm system 14 system |
213 | 2023-12-07T03:33:11.654Z | mariadb system 10.6 system |
214 | 2023-12-07T03:33:11.654Z | mta vendor vendor dma |
215 | 2023-12-07T03:33:11.654Z | openjdk system 17 system |
216 | 2023-12-07T03:33:11.654Z | openjdk system 11 system |
217 | 2023-12-07T03:33:11.654Z | openjdk system 1.8 system |
218 | 2023-12-07T03:33:11.654Z | openssl vendor 3 vendor |
219 | 2023-12-07T03:33:11.654Z | perl system 5.36 system |
220 | 2023-12-07T03:33:11.654Z | postgresql system 15 system |
221 | 2023-12-07T03:33:11.654Z | postgresql system 13 system |
222 | 2023-12-07T03:33:11.654Z | python vendor 3 vendor |
223 | 2023-12-07T03:33:11.655Z | python system 2 system |
224 | 2023-12-07T03:33:11.655Z | python3 system 3.11 system |
225 | 2023-12-07T03:33:11.655Z | ruby system 3.0 system |
226 | 2023-12-07T03:33:11.655Z | words vendor vendor american-english |
227 | 2023-12-07T03:33:11.655Z | words system system australian-english |
228 | 2023-12-07T03:33:11.655Z | words system system british-english |
229 | 2023-12-07T03:33:11.655Z | words system system canadian-english |
230 | 2023-12-07T03:33:11.655Z | words system system french |
231 | 2023-12-07T03:33:11.655Z | words system system italian |
232 | 2023-12-07T03:33:11.655Z | words system system ngerman |
233 | 2023-12-07T03:33:11.655Z | words system system ogerman |
234 | 2023-12-07T03:33:11.655Z | words system system spanish |
235 | 2023-12-07T03:33:12.171Z | FMRI IFO |
236 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-07T03:33:12.172Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-07T03:33:12.242Z | + set -o errexit |
245 | 2023-12-07T03:33:12.247Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-07T03:33:12.247Z | ++ cd ./tools |
247 | 2023-12-07T03:33:12.247Z | ++ pwd |
248 | 2023-12-07T03:33:12.247Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-07T03:33:12.252Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-07T03:33:12.253Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-07T03:33:12.253Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-07T03:33:12.253Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-07T03:33:12.258Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-07T03:33:12.259Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-07T03:33:12.259Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-07T03:33:12.259Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-07T03:33:12.259Z | + TARGET_DIR=out |
258 | 2023-12-07T03:33:12.259Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-07T03:33:12.259Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-07T03:33:12.259Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-07T03:33:12.260Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-07T03:33:12.260Z | + main |
263 | 2023-12-07T03:33:12.260Z | + [[ 0 != 0 ]] |
264 | 2023-12-07T03:33:12.260Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-07T03:33:12.260Z | + [[ 0 != 0 ]] |
266 | 2023-12-07T03:33:12.260Z | + configure_os solaris2.11 |
267 | 2023-12-07T03:33:12.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-07T03:33:12.260Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-12-07T03:33:12.260Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2023-12-07T03:33:12.260Z | + case "$1" in |
271 | 2023-12-07T03:33:12.260Z | configuring based on OS: "solaris2.11" |
272 | 2023-12-07T03:33:12.260Z | + CIDL_BUILD=illumos |
273 | 2023-12-07T03:33:12.260Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-12-07T03:33:12.260Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-07T03:33:12.260Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-07T03:33:12.261Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-07T03:33:12.261Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-07T03:33:12.261Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-07T03:33:12.261Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-07T03:33:12.261Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-07T03:33:12.262Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-07T03:33:12.262Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-07T03:33:12.262Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-07T03:33:12.263Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-07T03:33:12.263Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-07T03:33:12.263Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-12-07T03:33:12.263Z | + mkdir -p out/downloads |
288 | 2023-12-07T03:33:12.263Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-07T03:33:12.268Z | + local DO_DOWNLOAD=true |
290 | 2023-12-07T03:33:12.268Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-07T03:33:12.268Z | + '[' true == true ']' |
292 | 2023-12-07T03:33:12.268Z | + echo Downloading... |
293 | 2023-12-07T03:33:12.268Z | Downloading... |
294 | 2023-12-07T03:33:12.268Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-07T03:33:12.268Z | + 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 |
296 | 2023-12-07T03:33:15.902Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-07T03:33:15.921Z | ++ md5sum |
298 | 2023-12-07T03:33:15.921Z | ++ awk '{print $1}' |
299 | 2023-12-07T03:33:16.097Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-07T03:33:16.098Z | + [[ 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 ]] |
301 | 2023-12-07T03:33:16.098Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-07T03:33:16.102Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-07T03:33:19.698Z | + do_assemble_illumos |
304 | 2023-12-07T03:33:19.699Z | + rm -r ./out/cockroachdb |
305 | 2023-12-07T03:33:19.719Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-07T03:33:20.374Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-07T03:33:20.683Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-07T03:33:20.683Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-07T03:33:20.683Z | Distribution: OSS |
310 | 2023-12-07T03:33:20.684Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-07T03:33:20.684Z | Go Version: go1.17.13 |
312 | 2023-12-07T03:33:20.684Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-07T03:33:20.684Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-07T03:33:20.684Z | Build Type: release |
315 | 2023-12-07T03:33:20.704Z | + set -o errexit |
316 | 2023-12-07T03:33:20.749Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-07T03:33:20.749Z | ++ cd ./tools |
318 | 2023-12-07T03:33:20.749Z | ++ pwd |
319 | 2023-12-07T03:33:20.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-07T03:33:20.749Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-07T03:33:20.749Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-07T03:33:20.749Z | + TARGET_DIR=out |
323 | 2023-12-07T03:33:20.749Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-07T03:33:20.749Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-07T03:33:20.750Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-07T03:33:20.750Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-07T03:33:20.750Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-07T03:33:20.750Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-07T03:33:20.750Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-07T03:33:20.750Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-07T03:33:20.750Z | + main |
332 | 2023-12-07T03:33:20.750Z | + [[ 0 != 0 ]] |
333 | 2023-12-07T03:33:20.750Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-07T03:33:20.750Z | + [[ 0 != 0 ]] |
335 | 2023-12-07T03:33:20.751Z | + configure_os solaris2.11 |
336 | 2023-12-07T03:33:20.751Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-07T03:33:20.751Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-07T03:33:20.751Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-07T03:33:20.751Z | configuring based on OS: "solaris2.11" |
340 | 2023-12-07T03:33:20.751Z | + CIDL_DASHREV= |
341 | 2023-12-07T03:33:20.751Z | + case "$1" in |
342 | 2023-12-07T03:33:20.751Z | + CIDL_PLATFORM=illumos |
343 | 2023-12-07T03:33:20.751Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-12-07T03:33:20.751Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-12-07T03:33:20.751Z | + CIDL_DASHREV=-1 |
346 | 2023-12-07T03:33:20.752Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-12-07T03:33:20.752Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-07T03:33:20.752Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-07T03:33:20.752Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-07T03:33:20.752Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-07T03:33:20.752Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-07T03:33:20.752Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-07T03:33:20.752Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-12-07T03:33:20.752Z | + mkdir -p out/downloads |
355 | 2023-12-07T03:33:20.752Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-07T03:33:20.752Z | + local DO_DOWNLOAD=true |
357 | 2023-12-07T03:33:20.752Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-07T03:33:20.752Z | + '[' true == true ']' |
359 | 2023-12-07T03:33:20.752Z | + echo Downloading... |
360 | 2023-12-07T03:33:20.753Z | Downloading... |
361 | 2023-12-07T03:33:20.753Z | + 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 |
362 | 2023-12-07T03:33:20.753Z | + 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 |
363 | 2023-12-07T03:33:22.114Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-07T03:33:22.136Z | ++ md5sum |
365 | 2023-12-07T03:33:22.136Z | ++ awk '{print $1}' |
366 | 2023-12-07T03:33:22.370Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-07T03:33:22.371Z | + [[ 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 ]] |
368 | 2023-12-07T03:33:22.371Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-07T03:33:22.382Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-07T03:33:22.382Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-07T03:33:27.488Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-07T03:33:27.544Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-07T03:33:27.972Z | + set -o errexit |
374 | 2023-12-07T03:33:27.987Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-07T03:33:27.987Z | ++ cd ./tools |
376 | 2023-12-07T03:33:27.988Z | ++ pwd |
377 | 2023-12-07T03:33:27.988Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-07T03:33:27.988Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-07T03:33:27.988Z | + ARG0=ci_download_console |
380 | 2023-12-07T03:33:27.988Z | + TARGET_DIR=out |
381 | 2023-12-07T03:33:27.988Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-07T03:33:27.988Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-07T03:33:27.988Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-07T03:33:27.988Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
385 | 2023-12-07T03:33:27.988Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
386 | 2023-12-07T03:33:27.988Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
387 | 2023-12-07T03:33:27.989Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-07T03:33:27.989Z | + main |
389 | 2023-12-07T03:33:27.989Z | + [[ 0 != 0 ]] |
390 | 2023-12-07T03:33:27.989Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
391 | 2023-12-07T03:33:27.989Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-12-07T03:33:27.990Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-07T03:33:27.990Z | Local file: out/downloads/console.tar.gz |
394 | 2023-12-07T03:33:27.990Z | + local DO_DOWNLOAD=true |
395 | 2023-12-07T03:33:27.990Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2023-12-07T03:33:27.990Z | + mkdir -p out/downloads |
397 | 2023-12-07T03:33:27.990Z | + '[' true == true ']' |
398 | 2023-12-07T03:33:27.990Z | + echo Downloading... |
399 | 2023-12-07T03:33:27.990Z | Downloading... |
400 | 2023-12-07T03:33:27.990Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-07T03:33:27.991Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-12-07T03:33:28.146Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-07T03:33:28.151Z | ++ case "$OSTYPE" in |
404 | 2023-12-07T03:33:28.151Z | ++ SHA=sha256sum |
405 | 2023-12-07T03:33:28.151Z | ++ sha256sum |
406 | 2023-12-07T03:33:28.151Z | ++ awk '{print $1}' |
407 | 2023-12-07T03:33:28.170Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
408 | 2023-12-07T03:33:28.171Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
409 | 2023-12-07T03:33:28.171Z | + rm -rf ./out/console-assets |
410 | 2023-12-07T03:33:28.175Z | + mkdir -p ./out/console-assets |
411 | 2023-12-07T03:33:28.180Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-07T03:33:28.180Z | + mkdir -p ./out/console-assets |
413 | 2023-12-07T03:33:28.180Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-07T03:33:28.320Z | + set -o errexit |
415 | 2023-12-07T03:33:28.327Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-07T03:33:28.327Z | ++ cd ./tools |
417 | 2023-12-07T03:33:28.328Z | ++ pwd |
418 | 2023-12-07T03:33:28.328Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-07T03:33:28.328Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-07T03:33:28.328Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-07T03:33:28.328Z | + TARGET_DIR=out |
422 | 2023-12-07T03:33:28.328Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-07T03:33:28.328Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-07T03:33:28.328Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
425 | 2023-12-07T03:33:28.328Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-07T03:33:28.328Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-07T03:33:28.328Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2023-12-07T03:33:28.328Z | + main |
429 | 2023-12-07T03:33:28.328Z | + [[ 0 != 0 ]] |
430 | 2023-12-07T03:33:28.328Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
431 | 2023-12-07T03:33:28.328Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-07T03:33:28.328Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2023-12-07T03:33:28.328Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
434 | 2023-12-07T03:33:28.330Z | + local DO_DOWNLOAD=true |
435 | 2023-12-07T03:33:28.330Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
436 | 2023-12-07T03:33:28.330Z | + mkdir -p out/downloads |
437 | 2023-12-07T03:33:28.334Z | + '[' true == true ']' |
438 | 2023-12-07T03:33:28.334Z | + echo Downloading... |
439 | 2023-12-07T03:33:28.334Z | Downloading... |
440 | 2023-12-07T03:33:28.335Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-07T03:33:28.335Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
442 | 2023-12-07T03:33:28.533Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-07T03:33:28.533Z | ++ case "$OSTYPE" in |
444 | 2023-12-07T03:33:28.541Z | ++ SHA=sha256sum |
445 | 2023-12-07T03:33:28.541Z | ++ sha256sum |
446 | 2023-12-07T03:33:28.542Z | ++ awk '{print $1}' |
447 | 2023-12-07T03:33:28.542Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-07T03:33:28.542Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
449 | 2023-12-07T03:33:28.542Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-07T03:33:28.542Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
451 | 2023-12-07T03:33:28.542Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
452 | 2023-12-07T03:33:28.542Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-07T03:33:28.542Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-07T03:33:28.544Z | + main |
455 | 2023-12-07T03:33:28.544Z | + [[ 0 != 0 ]] |
456 | 2023-12-07T03:33:28.544Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
457 | 2023-12-07T03:33:28.544Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-07T03:33:28.544Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-07T03:33:28.544Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
460 | 2023-12-07T03:33:28.544Z | + local DO_DOWNLOAD=true |
461 | 2023-12-07T03:33:28.545Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2023-12-07T03:33:28.545Z | + mkdir -p out/downloads |
463 | 2023-12-07T03:33:28.545Z | + '[' true == true ']' |
464 | 2023-12-07T03:33:28.545Z | + echo Downloading... |
465 | 2023-12-07T03:33:28.545Z | Downloading... |
466 | 2023-12-07T03:33:28.545Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-07T03:33:28.545Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
468 | 2023-12-07T03:33:28.687Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-07T03:33:28.692Z | ++ case "$OSTYPE" in |
470 | 2023-12-07T03:33:28.692Z | ++ SHA=sha256sum |
471 | 2023-12-07T03:33:28.692Z | ++ sha256sum |
472 | 2023-12-07T03:33:28.692Z | ++ awk '{print $1}' |
473 | 2023-12-07T03:33:28.695Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-07T03:33:28.695Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
475 | 2023-12-07T03:33:28.702Z | + set -o errexit |
476 | 2023-12-07T03:33:28.705Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-07T03:33:28.709Z | ++ cd ./tools |
478 | 2023-12-07T03:33:28.709Z | ++ pwd |
479 | 2023-12-07T03:33:28.710Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-07T03:33:28.710Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-07T03:33:28.714Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-07T03:33:28.714Z | + TARGET_DIR=out |
483 | 2023-12-07T03:33:28.714Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-07T03:33:28.714Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-07T03:33:28.714Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
486 | 2023-12-07T03:33:28.714Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-07T03:33:28.714Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
488 | 2023-12-07T03:33:28.714Z | + LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
489 | 2023-12-07T03:33:28.714Z | + main |
490 | 2023-12-07T03:33:28.714Z | + [[ 0 != 0 ]] |
491 | 2023-12-07T03:33:28.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json' |
492 | 2023-12-07T03:33:28.714Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
493 | 2023-12-07T03:33:28.715Z | + echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json' |
494 | 2023-12-07T03:33:28.715Z | Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
495 | 2023-12-07T03:33:28.715Z | + local DO_DOWNLOAD=true |
496 | 2023-12-07T03:33:28.715Z | + [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]] |
497 | 2023-12-07T03:33:28.715Z | + mkdir -p out/downloads |
498 | 2023-12-07T03:33:28.715Z | + '[' true == true ']' |
499 | 2023-12-07T03:33:28.715Z | + echo Downloading... |
500 | 2023-12-07T03:33:28.715Z | Downloading... |
501 | 2023-12-07T03:33:28.722Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
502 | 2023-12-07T03:33:28.722Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
503 | 2023-12-07T03:33:29.395Z | ++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
504 | 2023-12-07T03:33:29.396Z | ++ case "$OSTYPE" in |
505 | 2023-12-07T03:33:29.419Z | ++ SHA=sha256sum |
506 | 2023-12-07T03:33:29.420Z | ++ sha256sum |
507 | 2023-12-07T03:33:29.420Z | ++ awk '{print $1}' |
508 | 2023-12-07T03:33:29.420Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-07T03:33:29.420Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
510 | 2023-12-07T03:33:29.437Z | + set -o errexit |
511 | 2023-12-07T03:33:29.437Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-07T03:33:29.437Z | ++ cd ./tools |
513 | 2023-12-07T03:33:29.437Z | ++ pwd |
514 | 2023-12-07T03:33:29.437Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-07T03:33:29.437Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-07T03:33:29.437Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-07T03:33:29.437Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-07T03:33:29.438Z | ++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
519 | 2023-12-07T03:33:29.438Z | ++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16 |
520 | 2023-12-07T03:33:29.438Z | ++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25 |
521 | 2023-12-07T03:33:29.438Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-07T03:33:29.438Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
523 | 2023-12-07T03:33:29.438Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-07T03:33:29.439Z | + TARGET_DIR=out |
525 | 2023-12-07T03:33:29.439Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-07T03:33:29.441Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-07T03:33:29.442Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-07T03:33:29.442Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-07T03:33:29.442Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-07T03:33:29.442Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
531 | 2023-12-07T03:33:29.442Z | + main |
532 | 2023-12-07T03:33:29.442Z | + [[ 0 != 0 ]] |
533 | 2023-12-07T03:33:29.442Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-07T03:33:29.442Z | + [[ 0 != 0 ]] |
535 | 2023-12-07T03:33:29.442Z | + configure_os solaris2.11 |
536 | 2023-12-07T03:33:29.442Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-07T03:33:29.442Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-07T03:33:29.442Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-07T03:33:29.442Z | configuring based on OS: "solaris2.11" |
540 | 2023-12-07T03:33:29.442Z | + case "$1" in |
541 | 2023-12-07T03:33:29.442Z | + SET_BINARIES= |
542 | 2023-12-07T03:33:29.442Z | + CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
543 | 2023-12-07T03:33:29.442Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-07T03:33:29.443Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-07T03:33:29.443Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
546 | 2023-12-07T03:33:29.443Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-07T03:33:29.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz' |
548 | 2023-12-07T03:33:29.443Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
549 | 2023-12-07T03:33:29.443Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-07T03:33:29.444Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
551 | 2023-12-07T03:33:29.444Z | + mkdir -p out/downloads |
552 | 2023-12-07T03:33:29.444Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-07T03:33:29.444Z | + fetch_and_verify |
554 | 2023-12-07T03:33:29.444Z | + local DO_DOWNLOAD=true |
555 | 2023-12-07T03:33:29.444Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-07T03:33:29.444Z | + '[' true == true ']' |
557 | 2023-12-07T03:33:29.444Z | + echo Downloading... |
558 | 2023-12-07T03:33:29.444Z | Downloading... |
559 | 2023-12-07T03:33:29.444Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-07T03:33:29.444Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
561 | 2023-12-07T03:33:39.681Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-07T03:33:39.681Z | ++ sha256sum |
563 | 2023-12-07T03:33:39.681Z | ++ awk '{print $1}' |
564 | 2023-12-07T03:33:39.681Z | + calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
565 | 2023-12-07T03:33:39.681Z | + [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]] |
566 | 2023-12-07T03:33:39.681Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-07T03:33:39.681Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-07T03:33:40.115Z | + do_assemble |
569 | 2023-12-07T03:33:40.115Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-07T03:33:40.150Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-07T03:33:40.150Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-07T03:33:40.283Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-07T03:33:40.303Z | + set -o errexit |
574 | 2023-12-07T03:33:40.318Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-07T03:33:40.318Z | ++ cd ./tools |
576 | 2023-12-07T03:33:40.318Z | ++ pwd |
577 | 2023-12-07T03:33:40.318Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-07T03:33:40.319Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-07T03:33:40.319Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-07T03:33:40.319Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-07T03:33:40.319Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
582 | 2023-12-07T03:33:40.320Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
583 | 2023-12-07T03:33:40.320Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-07T03:33:40.320Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2023-12-07T03:33:40.320Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
586 | 2023-12-07T03:33:40.321Z | + TARGET_DIR=out |
587 | 2023-12-07T03:33:40.321Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-07T03:33:40.321Z | + DEST_DIR=./out/mgd |
589 | 2023-12-07T03:33:40.322Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-07T03:33:40.322Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-07T03:33:40.348Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-07T03:33:40.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-07T03:33:40.348Z | + main |
594 | 2023-12-07T03:33:40.348Z | + [[ 0 != 0 ]] |
595 | 2023-12-07T03:33:40.349Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-07T03:33:40.349Z | + [[ 0 != 0 ]] |
597 | 2023-12-07T03:33:40.350Z | + configure_os solaris2.11 |
598 | 2023-12-07T03:33:40.350Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-07T03:33:40.350Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-07T03:33:40.351Z | configuring based on OS: "solaris2.11" |
601 | 2023-12-07T03:33:40.351Z | + echo 'configuring based on OS: "solaris2.11"' |
602 | 2023-12-07T03:33:40.351Z | + case "$1" in |
603 | 2023-12-07T03:33:40.352Z | + SET_BINARIES= |
604 | 2023-12-07T03:33:40.352Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-07T03:33:40.352Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-07T03:33:40.353Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-07T03:33:40.353Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-07T03:33:40.353Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
609 | 2023-12-07T03:33:40.353Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-07T03:33:40.354Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2023-12-07T03:33:40.354Z | Local file: out/downloads/mgd.tar.gz |
612 | 2023-12-07T03:33:40.354Z | + mkdir -p out/downloads |
613 | 2023-12-07T03:33:40.355Z | + mkdir -p ./out/mgd |
614 | 2023-12-07T03:33:40.355Z | + fetch_and_verify |
615 | 2023-12-07T03:33:40.355Z | + local DO_DOWNLOAD=true |
616 | 2023-12-07T03:33:40.355Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-07T03:33:40.355Z | + '[' true == true ']' |
618 | 2023-12-07T03:33:40.357Z | + echo Downloading... |
619 | 2023-12-07T03:33:40.357Z | Downloading... |
620 | 2023-12-07T03:33:40.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2023-12-07T03:33:40.357Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
622 | 2023-12-07T03:33:47.153Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-07T03:33:47.157Z | ++ sha256sum |
624 | 2023-12-07T03:33:47.157Z | ++ awk '{print $1}' |
625 | 2023-12-07T03:33:47.227Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
626 | 2023-12-07T03:33:47.227Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
627 | 2023-12-07T03:33:47.232Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-07T03:33:47.232Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-07T03:33:47.921Z | + do_assemble |
630 | 2023-12-07T03:33:47.921Z | + rm -r ./out/mgd |
631 | 2023-12-07T03:33:47.927Z | + mkdir ./out/mgd |
632 | 2023-12-07T03:33:47.927Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-07T03:33:48.158Z | + set -o errexit |
634 | 2023-12-07T03:33:48.168Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-07T03:33:48.168Z | ++ cd ./tools |
636 | 2023-12-07T03:33:48.169Z | ++ pwd |
637 | 2023-12-07T03:33:48.177Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-07T03:33:48.178Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-07T03:33:48.178Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-07T03:33:48.178Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-07T03:33:48.178Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-07T03:33:48.179Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-07T03:33:48.179Z | + TARGET_DIR=out |
644 | 2023-12-07T03:33:48.179Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-07T03:33:48.179Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-07T03:33:48.179Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-07T03:33:48.180Z | + BINARY=xcvradm |
648 | 2023-12-07T03:33:48.180Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-07T03:33:48.180Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-07T03:33:48.181Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-07T03:33:48.181Z | + main |
652 | 2023-12-07T03:33:48.181Z | + [[ 0 != 0 ]] |
653 | 2023-12-07T03:33:48.181Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-07T03:33:48.181Z | + [[ 0 != 0 ]] |
655 | 2023-12-07T03:33:48.182Z | + configure_os solaris2.11 |
656 | 2023-12-07T03:33:48.182Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-07T03:33:48.182Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-07T03:33:48.182Z | configuring based on OS: "solaris2.11" |
659 | 2023-12-07T03:33:48.182Z | + echo 'configuring based on OS: "solaris2.11"' |
660 | 2023-12-07T03:33:48.182Z | + case "$1" in |
661 | 2023-12-07T03:33:48.182Z | + SET_BINARIES= |
662 | 2023-12-07T03:33:48.183Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-07T03:33:48.183Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-07T03:33:48.183Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-07T03:33:48.183Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-07T03:33:48.183Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-07T03:33:48.183Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-07T03:33:48.183Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-07T03:33:48.184Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-07T03:33:48.184Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-07T03:33:48.184Z | + mkdir -p out/downloads |
672 | 2023-12-07T03:33:48.184Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-07T03:33:48.184Z | + fetch_and_verify |
674 | 2023-12-07T03:33:48.184Z | + local DO_DOWNLOAD=true |
675 | 2023-12-07T03:33:48.184Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-07T03:33:48.184Z | + '[' true == true ']' |
677 | 2023-12-07T03:33:48.185Z | + echo Downloading... |
678 | 2023-12-07T03:33:48.185Z | Downloading... |
679 | 2023-12-07T03:33:48.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-07T03:33:48.186Z | + 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 |
681 | 2023-12-07T03:33:50.558Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-07T03:33:50.562Z | ++ sha256sum |
683 | 2023-12-07T03:33:50.563Z | ++ awk '{print $1}' |
684 | 2023-12-07T03:33:50.585Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-07T03:33:50.585Z | + [[ 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 ]] |
686 | 2023-12-07T03:33:50.589Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-07T03:33:50.589Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-07T03:33:50.589Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-07T03:33:50.762Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-07T03:33:50.766Z | + do_assemble |
691 | 2023-12-07T03:33:50.766Z | + rm -r ./out/transceiver-control |
692 | 2023-12-07T03:33:50.766Z | + mkdir ./out/transceiver-control |
693 | 2023-12-07T03:33:50.772Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-07T03:33:51.369Z | All prerequisites installed successfully |
695 | 2023-12-07T03:33:51.379Z | |
696 | 2023-12-07T03:33:51.379Z | real 1:57.329110654 |
697 | 2023-12-07T03:33:51.380Z | user 54.524510843 |
698 | 2023-12-07T03:33:51.380Z | sys 10.948989738 |
699 | 2023-12-07T03:33:51.380Z | trap 0.024220776 |
700 | 2023-12-07T03:33:51.381Z | tflt 0.134359165 |
701 | 2023-12-07T03:33:51.382Z | dflt 0.434362292 |
702 | 2023-12-07T03:33:51.382Z | kflt 0.190699996 |
703 | 2023-12-07T03:33:51.382Z | lock 1.874258666 |
704 | 2023-12-07T03:33:51.382Z | slp 3:35.991834301 |
705 | 2023-12-07T03:33:51.382Z | lat 4.107220856 |
706 | 2023-12-07T03:33:51.382Z | stop 0.054988884 |
707 | 2023-12-07T03:33:51.382Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2023-12-07T03:33:51.383Z | fetching npuzone |
709 | 2023-12-07T03:33:51.383Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2023-12-07T03:33:51.387Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
711 | 2023-12-07T03:33:51.387Z | Getting hash for npuzone |
712 | 2023-12-07T03:33:51.387Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
713 | 2023-12-07T03:33:59.858Z | npuzone downloaded successfully |
714 | 2023-12-07T03:33:59.863Z | |
715 | 2023-12-07T03:33:59.863Z | real 8.901713421 |
716 | 2023-12-07T03:33:59.863Z | user 0.572378166 |
717 | 2023-12-07T03:33:59.863Z | sys 0.157571993 |
718 | 2023-12-07T03:33:59.863Z | trap 0.000523326 |
719 | 2023-12-07T03:33:59.863Z | tflt 0.000000000 |
720 | 2023-12-07T03:33:59.864Z | dflt 0.000000000 |
721 | 2023-12-07T03:33:59.864Z | kflt 0.000000000 |
722 | 2023-12-07T03:33:59.864Z | lock 0.000000000 |
723 | 2023-12-07T03:33:59.864Z | slp 25.801600775 |
724 | 2023-12-07T03:33:59.864Z | lat 0.138555167 |
725 | 2023-12-07T03:33:59.864Z | stop 0.000262803 |
726 | 2023-12-07T03:33:59.864Z | + export CARGO_INCREMENTAL=0 |
727 | 2023-12-07T03:33:59.864Z | + CARGO_INCREMENTAL=0 |
728 | 2023-12-07T03:33:59.864Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2023-12-07T03:34:00.198Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-12-07T03:34:00.583Z | Updating crates.io index |
731 | 2023-12-07T03:34:00.590Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-12-07T03:34:01.509Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-12-07T03:34:03.468Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-12-07T03:34:04.121Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-12-07T03:34:04.455Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-12-07T03:34:04.745Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-12-07T03:34:05.049Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-12-07T03:34:06.011Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-12-07T03:34:08.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-12-07T03:34:09.197Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-12-07T03:34:09.563Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-12-07T03:34:11.188Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-12-07T03:34:11.555Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-12-07T03:34:11.900Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-12-07T03:34:12.345Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-12-07T03:34:12.661Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-12-07T03:34:13.197Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-12-07T03:34:13.785Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-12-07T03:34:14.158Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-12-07T03:34:14.484Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-12-07T03:34:15.713Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-12-07T03:34:16.235Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2023-12-07T03:34:17.169Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2023-12-07T03:34:17.552Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2023-12-07T03:34:17.868Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2023-12-07T03:34:19.366Z | Downloading crates ... |
757 | 2023-12-07T03:34:19.633Z | Downloaded curve25519-dalek-derive v0.1.0 |
758 | 2023-12-07T03:34:19.654Z | Downloaded async-trait v0.1.74 |
759 | 2023-12-07T03:34:19.660Z | Downloaded array-init v0.0.4 |
760 | 2023-12-07T03:34:19.664Z | Downloaded autocfg v1.1.0 |
761 | 2023-12-07T03:34:19.671Z | Downloaded argon2 v0.5.2 |
762 | 2023-12-07T03:34:19.677Z | Downloaded bcs v0.1.6 |
763 | 2023-12-07T03:34:19.682Z | Downloaded atomic-waker v1.1.1 |
764 | 2023-12-07T03:34:19.687Z | Downloaded addr2line v0.21.0 |
765 | 2023-12-07T03:34:19.692Z | Downloaded signal-hook-mio v0.2.3 |
766 | 2023-12-07T03:34:19.699Z | Downloaded backtrace v0.3.69 |
767 | 2023-12-07T03:34:19.710Z | Downloaded ciborium-io v0.2.1 |
768 | 2023-12-07T03:34:19.715Z | Downloaded ident_case v1.0.1 |
769 | 2023-12-07T03:34:19.718Z | Downloaded smoltcp v0.10.0 |
770 | 2023-12-07T03:34:19.745Z | Downloaded keccak v0.1.4 |
771 | 2023-12-07T03:34:19.752Z | Downloaded io-lifetimes v1.0.11 |
772 | 2023-12-07T03:34:19.758Z | Downloaded itertools v0.11.0 |
773 | 2023-12-07T03:34:19.773Z | Downloaded itertools v0.10.5 |
774 | 2023-12-07T03:34:19.789Z | Downloaded normalize-line-endings v0.3.0 |
775 | 2023-12-07T03:34:19.792Z | Downloaded async-recursion v1.0.5 |
776 | 2023-12-07T03:34:19.797Z | Downloaded crucible-workspace-hack v0.1.0 |
777 | 2023-12-07T03:34:19.801Z | Downloaded hyper-staticfile v0.9.5 |
778 | 2023-12-07T03:34:19.806Z | Downloaded matches v0.1.10 |
779 | 2023-12-07T03:34:19.811Z | Downloaded crunchy v0.2.2 |
780 | 2023-12-07T03:34:19.815Z | Downloaded serde-big-array v0.4.1 |
781 | 2023-12-07T03:34:19.816Z | Downloaded maybe-uninit v2.0.0 |
782 | 2023-12-07T03:34:19.819Z | Downloaded libefi-sys v0.1.0 |
783 | 2023-12-07T03:34:19.823Z | Downloaded strip-ansi-escapes v0.2.0 |
784 | 2023-12-07T03:34:19.823Z | Downloaded cobs v0.2.3 |
785 | 2023-12-07T03:34:19.827Z | Downloaded memoffset v0.7.1 |
786 | 2023-12-07T03:34:19.831Z | Downloaded kstat-rs v0.2.3 |
787 | 2023-12-07T03:34:19.835Z | Downloaded new_debug_unreachable v1.0.4 |
788 | 2023-12-07T03:34:19.835Z | Downloaded tap v1.0.1 |
789 | 2023-12-07T03:34:19.839Z | Downloaded num_enum v0.5.11 |
790 | 2023-12-07T03:34:19.850Z | Downloaded anstyle-query v1.0.0 |
791 | 2023-12-07T03:34:19.853Z | Downloaded darling_macro v0.20.3 |
792 | 2023-12-07T03:34:19.857Z | Downloaded time-core v0.1.1 |
793 | 2023-12-07T03:34:19.857Z | Downloaded bzip2 v0.4.4 |
794 | 2023-12-07T03:34:19.861Z | Downloaded serde_repr v0.1.16 |
795 | 2023-12-07T03:34:19.868Z | Downloaded backoff v0.4.0 |
796 | 2023-12-07T03:34:19.871Z | Downloaded toml_datetime v0.6.5 |
797 | 2023-12-07T03:34:19.871Z | Downloaded num-iter v0.1.43 |
798 | 2023-12-07T03:34:19.875Z | Downloaded darling v0.14.4 |
799 | 2023-12-07T03:34:19.879Z | Downloaded buf-list v1.0.3 |
800 | 2023-12-07T03:34:19.884Z | Downloaded heck v0.4.1 |
801 | 2023-12-07T03:34:19.894Z | Downloaded defmt-parser v0.3.3 |
802 | 2023-12-07T03:34:19.911Z | Downloaded highway v1.1.0 |
803 | 2023-12-07T03:34:19.911Z | Downloaded swrite v0.1.0 |
804 | 2023-12-07T03:34:19.911Z | Downloaded fs-err v2.11.0 |
805 | 2023-12-07T03:34:19.911Z | Downloaded console v0.15.7 |
806 | 2023-12-07T03:34:19.911Z | Downloaded thiserror-no-std v2.0.2 |
807 | 2023-12-07T03:34:19.916Z | Downloaded take_mut v0.2.2 |
808 | 2023-12-07T03:34:19.918Z | Downloaded foreign-types v0.5.0 |
809 | 2023-12-07T03:34:19.921Z | Downloaded parse-display v0.8.2 |
810 | 2023-12-07T03:34:19.922Z | Downloaded slog-stdlog v4.1.1 |
811 | 2023-12-07T03:34:19.926Z | Downloaded zeroize v1.7.0 |
812 | 2023-12-07T03:34:19.930Z | Downloaded serde-big-array v0.5.1 |
813 | 2023-12-07T03:34:19.930Z | Downloaded float-cmp v0.9.0 |
814 | 2023-12-07T03:34:19.934Z | Downloaded usdt-macro v0.3.5 |
815 | 2023-12-07T03:34:19.934Z | Downloaded usdt-attr-macro v0.3.5 |
816 | 2023-12-07T03:34:19.937Z | Downloaded hubpack_derive v0.1.1 |
817 | 2023-12-07T03:34:19.937Z | Downloaded opaque-debug v0.3.0 |
818 | 2023-12-07T03:34:19.941Z | Downloaded semver v0.11.0 |
819 | 2023-12-07T03:34:19.945Z | Downloaded structopt-derive v0.4.18 |
820 | 2023-12-07T03:34:19.976Z | Downloaded zerocopy v0.3.0 |
821 | 2023-12-07T03:34:19.976Z | Downloaded tinyvec_macros v0.1.1 |
822 | 2023-12-07T03:34:19.977Z | Downloaded smawk v0.3.1 |
823 | 2023-12-07T03:34:19.981Z | Downloaded rustversion v1.0.14 |
824 | 2023-12-07T03:34:19.981Z | Downloaded termcolor v1.2.0 |
825 | 2023-12-07T03:34:19.981Z | Downloaded smf v0.2.2 |
826 | 2023-12-07T03:34:19.981Z | Downloaded snafu v0.7.5 |
827 | 2023-12-07T03:34:19.981Z | Downloaded zeroize_derive v1.4.2 |
828 | 2023-12-07T03:34:19.981Z | Downloaded wyz v0.5.1 |
829 | 2023-12-07T03:34:19.981Z | Downloaded rustc_version v0.1.7 |
830 | 2023-12-07T03:34:19.985Z | Downloaded serde_tokenstream v0.1.7 |
831 | 2023-12-07T03:34:19.989Z | Downloaded precomputed-hash v0.1.1 |
832 | 2023-12-07T03:34:19.992Z | Downloaded resolv-conf v0.7.0 |
833 | 2023-12-07T03:34:19.995Z | Downloaded packed_struct_codegen v0.10.1 |
834 | 2023-12-07T03:34:19.999Z | Downloaded time-macros v0.2.13 |
835 | 2023-12-07T03:34:20.002Z | Downloaded thiserror v1.0.49 |
836 | 2023-12-07T03:34:20.008Z | Downloaded shlex v1.1.0 |
837 | 2023-12-07T03:34:20.012Z | Downloaded owo-colors v3.5.0 |
838 | 2023-12-07T03:34:20.016Z | Downloaded untrusted v0.9.0 |
839 | 2023-12-07T03:34:20.023Z | Downloaded xattr v1.0.1 |
840 | 2023-12-07T03:34:20.027Z | Downloaded futures-macro v0.3.29 |
841 | 2023-12-07T03:34:20.027Z | Downloaded password-hash v0.5.0 |
842 | 2023-12-07T03:34:20.030Z | Downloaded toolchain_find v0.2.0 |
843 | 2023-12-07T03:34:20.034Z | Downloaded fxhash v0.2.1 |
844 | 2023-12-07T03:34:20.034Z | Downloaded slog-envlogger v2.2.0 |
845 | 2023-12-07T03:34:20.037Z | Downloaded slog-async v2.8.0 |
846 | 2023-12-07T03:34:20.043Z | Downloaded predicates v2.1.5 |
847 | 2023-12-07T03:34:20.048Z | Downloaded display-error-chain v0.2.0 |
848 | 2023-12-07T03:34:20.048Z | Downloaded quick-error v1.2.3 |
849 | 2023-12-07T03:34:20.052Z | Downloaded rustc_version v0.4.0 |
850 | 2023-12-07T03:34:20.053Z | Downloaded walkdir v2.4.0 |
851 | 2023-12-07T03:34:20.057Z | Downloaded signal-hook-registry v1.4.1 |
852 | 2023-12-07T03:34:20.061Z | Downloaded shell-words v1.1.0 |
853 | 2023-12-07T03:34:20.061Z | Downloaded serde_tokenstream v0.2.0 |
854 | 2023-12-07T03:34:20.066Z | Downloaded strum v0.25.0 |
855 | 2023-12-07T03:34:20.070Z | Downloaded serde_derive_internals v0.26.0 |
856 | 2023-12-07T03:34:20.073Z | Downloaded trust-dns-resolver v0.22.0 |
857 | 2023-12-07T03:34:20.079Z | Downloaded platforms v3.0.2 |
858 | 2023-12-07T03:34:20.084Z | Downloaded foreign-types-shared v0.3.1 |
859 | 2023-12-07T03:34:20.088Z | Downloaded hash32 v0.2.1 |
860 | 2023-12-07T03:34:20.091Z | Downloaded rustls-pemfile v1.0.3 |
861 | 2023-12-07T03:34:20.095Z | Downloaded slog-scope v4.4.0 |
862 | 2023-12-07T03:34:20.098Z | Downloaded embedded-io v0.4.0 |
863 | 2023-12-07T03:34:20.102Z | Downloaded globset v0.4.13 |
864 | 2023-12-07T03:34:20.106Z | Downloaded ucd-trie v0.1.6 |
865 | 2023-12-07T03:34:20.106Z | Downloaded waitgroup v0.1.2 |
866 | 2023-12-07T03:34:20.109Z | Downloaded pkcs1 v0.7.5 |
867 | 2023-12-07T03:34:20.116Z | Downloaded ff v0.13.0 |
868 | 2023-12-07T03:34:20.120Z | Downloaded zone v0.3.0 |
869 | 2023-12-07T03:34:20.120Z | Downloaded pretty-hex v0.4.0 |
870 | 2023-12-07T03:34:20.120Z | Downloaded pretty-hex v0.2.1 |
871 | 2023-12-07T03:34:20.124Z | Downloaded flume v0.11.0 |
872 | 2023-12-07T03:34:20.128Z | Downloaded ena v0.14.2 |
873 | 2023-12-07T03:34:20.132Z | Downloaded semver v0.1.20 |
874 | 2023-12-07T03:34:20.136Z | Downloaded secrecy v0.8.0 |
875 | 2023-12-07T03:34:20.142Z | Downloaded anstyle v1.0.2 |
876 | 2023-12-07T03:34:20.146Z | Downloaded rustls-native-certs v0.6.3 |
877 | 2023-12-07T03:34:20.146Z | Downloaded futures-task v0.3.29 |
878 | 2023-12-07T03:34:20.150Z | Downloaded rand_chacha v0.3.1 |
879 | 2023-12-07T03:34:20.150Z | Downloaded futures-core v0.3.29 |
880 | 2023-12-07T03:34:20.154Z | Downloaded postgres-types v0.2.6 |
881 | 2023-12-07T03:34:20.157Z | Downloaded toml v0.7.8 |
882 | 2023-12-07T03:34:20.163Z | Downloaded postgres-protocol v0.6.6 |
883 | 2023-12-07T03:34:20.167Z | Downloaded match_cfg v0.1.0 |
884 | 2023-12-07T03:34:20.171Z | Downloaded peeking_take_while v0.1.2 |
885 | 2023-12-07T03:34:20.171Z | Downloaded pkcs8 v0.10.2 |
886 | 2023-12-07T03:34:20.176Z | Downloaded percent-encoding v2.3.1 |
887 | 2023-12-07T03:34:20.179Z | Downloaded term v0.7.0 |
888 | 2023-12-07T03:34:20.184Z | Downloaded try-lock v0.2.4 |
889 | 2023-12-07T03:34:20.188Z | Downloaded foreign-types v0.3.2 |
890 | 2023-12-07T03:34:20.188Z | Downloaded rand_xorshift v0.3.0 |
891 | 2023-12-07T03:34:20.192Z | Downloaded signal-hook-tokio v0.3.1 |
892 | 2023-12-07T03:34:20.193Z | Downloaded http-range v0.1.5 |
893 | 2023-12-07T03:34:20.201Z | Downloaded num-bigint-dig v0.8.4 |
894 | 2023-12-07T03:34:20.209Z | Downloaded pem v1.1.1 |
895 | 2023-12-07T03:34:20.212Z | Downloaded radium v0.7.0 |
896 | 2023-12-07T03:34:20.213Z | Downloaded futures-io v0.3.29 |
897 | 2023-12-07T03:34:20.217Z | Downloaded rcgen v0.11.3 |
898 | 2023-12-07T03:34:20.226Z | Downloaded diesel_table_macro_syntax v0.1.0 |
899 | 2023-12-07T03:34:20.230Z | Downloaded libxml v0.3.3 |
900 | 2023-12-07T03:34:20.244Z | Downloaded subtle v2.5.0 |
901 | 2023-12-07T03:34:20.248Z | Downloaded httpdate v1.0.3 |
902 | 2023-12-07T03:34:20.252Z | Downloaded rand_core v0.6.4 |
903 | 2023-12-07T03:34:20.256Z | Downloaded dirs-next v2.0.0 |
904 | 2023-12-07T03:34:20.256Z | Downloaded home v0.5.5 |
905 | 2023-12-07T03:34:20.259Z | Downloaded path-slash v0.1.5 |
906 | 2023-12-07T03:34:20.263Z | Downloaded hashbrown v0.13.2 |
907 | 2023-12-07T03:34:20.270Z | Downloaded endian-type v0.1.2 |
908 | 2023-12-07T03:34:20.274Z | Downloaded ryu v1.0.15 |
909 | 2023-12-07T03:34:20.279Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2023-12-07T03:34:20.283Z | Downloaded url v2.5.0 |
911 | 2023-12-07T03:34:20.292Z | Downloaded dirs-sys-next v0.1.2 |
912 | 2023-12-07T03:34:20.298Z | Downloaded paste v1.0.14 |
913 | 2023-12-07T03:34:20.304Z | Downloaded string_cache v0.8.7 |
914 | 2023-12-07T03:34:20.309Z | Downloaded predicates-tree v1.0.9 |
915 | 2023-12-07T03:34:20.310Z | Downloaded rustc-hash v1.1.0 |
916 | 2023-12-07T03:34:20.310Z | Downloaded enum-as-inner v0.5.1 |
917 | 2023-12-07T03:34:20.340Z | Downloaded thread-id v4.2.0 |
918 | 2023-12-07T03:34:20.341Z | Downloaded semver-parser v0.10.2 |
919 | 2023-12-07T03:34:20.349Z | Downloaded unsafe-libyaml v0.2.9 |
920 | 2023-12-07T03:34:20.349Z | Downloaded textwrap v0.11.0 |
921 | 2023-12-07T03:34:20.349Z | Downloaded zerocopy v0.6.4 |
922 | 2023-12-07T03:34:20.349Z | Downloaded ron v0.8.1 |
923 | 2023-12-07T03:34:20.349Z | Downloaded flagset v0.4.3 |
924 | 2023-12-07T03:34:20.354Z | Downloaded slog-json v2.6.1 |
925 | 2023-12-07T03:34:20.354Z | Downloaded serde v1.0.192 |
926 | 2023-12-07T03:34:20.363Z | Downloaded toml_edit v0.21.0 |
927 | 2023-12-07T03:34:20.407Z | Downloaded schemars v0.8.13 |
928 | 2023-12-07T03:34:20.442Z | Downloaded test-strategy v0.3.1 |
929 | 2023-12-07T03:34:20.456Z | Downloaded hyper v0.14.27 |
930 | 2023-12-07T03:34:20.464Z | Downloaded rand v0.8.5 |
931 | 2023-12-07T03:34:20.464Z | Downloaded serde_json v1.0.108 |
932 | 2023-12-07T03:34:20.471Z | Downloaded salty v0.2.0 |
933 | 2023-12-07T03:34:20.484Z | Downloaded portable-atomic v1.4.3 |
934 | 2023-12-07T03:34:20.491Z | Downloaded steno v0.4.0 |
935 | 2023-12-07T03:34:20.498Z | Downloaded serde_with v2.3.3 |
936 | 2023-12-07T03:34:20.510Z | Downloaded toml_edit v0.19.15 |
937 | 2023-12-07T03:34:20.541Z | Downloaded quick-xml v0.23.1 |
938 | 2023-12-07T03:34:20.553Z | Downloaded time v0.3.27 |
939 | 2023-12-07T03:34:20.565Z | Downloaded webpki-roots v0.25.2 |
940 | 2023-12-07T03:34:20.572Z | Downloaded syn v2.0.32 |
941 | 2023-12-07T03:34:20.594Z | Downloaded h2 v0.3.21 |
942 | 2023-12-07T03:34:20.602Z | Downloaded vcpkg v0.2.15 |
943 | 2023-12-07T03:34:20.675Z | Downloaded futures-util v0.3.29 |
944 | 2023-12-07T03:34:20.699Z | Downloaded diesel v2.1.4 |
945 | 2023-12-07T03:34:20.727Z | Downloaded polar-core v0.27.0 |
946 | 2023-12-07T03:34:20.743Z | Downloaded gimli v0.28.0 |
947 | 2023-12-07T03:34:20.759Z | Downloaded openapiv3 v2.0.0-rc.1 |
948 | 2023-12-07T03:34:20.782Z | Downloaded radix_trie v0.2.1 |
949 | 2023-12-07T03:34:20.793Z | Downloaded regex-syntax v0.7.5 |
950 | 2023-12-07T03:34:20.811Z | Downloaded rustix v0.38.25 |
951 | 2023-12-07T03:34:20.848Z | Downloaded rustls v0.21.9 |
952 | 2023-12-07T03:34:20.877Z | Downloaded rustix v0.37.23 |
953 | 2023-12-07T03:34:20.907Z | Downloaded zerocopy-derive v0.7.26 |
954 | 2023-12-07T03:34:20.929Z | Downloaded zerocopy-derive v0.6.4 |
955 | 2023-12-07T03:34:20.951Z | Downloaded sled v0.34.7 |
956 | 2023-12-07T03:34:20.970Z | Downloaded sha3 v0.10.8 |
957 | 2023-12-07T03:34:21.008Z | Downloaded zerocopy-derive v0.2.0 |
958 | 2023-12-07T03:34:21.012Z | Downloaded regex-automata v0.4.3 |
959 | 2023-12-07T03:34:21.034Z | Downloaded tokio v1.34.0 |
960 | 2023-12-07T03:34:21.100Z | Downloaded regex-automata v0.3.8 |
961 | 2023-12-07T03:34:21.132Z | Downloaded libc v0.2.150 |
962 | 2023-12-07T03:34:21.181Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
963 | 2023-12-07T03:34:21.205Z | Downloaded regex-syntax v0.8.2 |
964 | 2023-12-07T03:34:21.221Z | Downloaded bstr v1.6.0 |
965 | 2023-12-07T03:34:21.242Z | Downloaded encoding_rs v0.8.33 |
966 | 2023-12-07T03:34:21.292Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2023-12-07T03:34:21.310Z | Downloaded regex-syntax v0.6.29 |
968 | 2023-12-07T03:34:21.321Z | Downloaded rustls v0.22.0 |
969 | 2023-12-07T03:34:21.355Z | Downloaded bstr v0.2.17 |
970 | 2023-12-07T03:34:21.363Z | Downloaded ratatui v0.23.0 |
971 | 2023-12-07T03:34:21.383Z | Downloaded regex v1.10.2 |
972 | 2023-12-07T03:34:21.407Z | Downloaded regress v0.7.1 |
973 | 2023-12-07T03:34:21.421Z | Downloaded smoltcp v0.9.1 |
974 | 2023-12-07T03:34:21.440Z | Downloaded idna v0.5.0 |
975 | 2023-12-07T03:34:21.453Z | Downloaded proptest v1.4.0 |
976 | 2023-12-07T03:34:21.469Z | Downloaded object v0.32.1 |
977 | 2023-12-07T03:34:21.489Z | Downloaded object v0.30.4 |
978 | 2023-12-07T03:34:21.505Z | Downloaded rustls-webpki v0.102.0 |
979 | 2023-12-07T03:34:21.538Z | Downloaded openssl v0.10.60 |
980 | 2023-12-07T03:34:21.568Z | Downloaded rayon v1.8.0 |
981 | 2023-12-07T03:34:21.585Z | Downloaded rustls-webpki v0.101.7 |
982 | 2023-12-07T03:34:21.611Z | Downloaded hkdf v0.12.3 |
983 | 2023-12-07T03:34:21.615Z | Downloaded tabled v0.14.0 |
984 | 2023-12-07T03:34:21.642Z | Downloaded syn v1.0.109 |
985 | 2023-12-07T03:34:21.661Z | Downloaded pest v2.7.2 |
986 | 2023-12-07T03:34:21.670Z | Downloaded petgraph v0.6.4 |
987 | 2023-12-07T03:34:21.706Z | Downloaded lalrpop v0.19.12 |
988 | 2023-12-07T03:34:21.714Z | Downloaded zerocopy v0.7.26 |
989 | 2023-12-07T03:34:21.743Z | Downloaded ring v0.17.5 |
990 | 2023-12-07T03:34:21.877Z | Downloaded bindgen v0.65.1 |
991 | 2023-12-07T03:34:21.890Z | Downloaded crossterm v0.27.0 |
992 | 2023-12-07T03:34:21.902Z | Downloaded regex-automata v0.1.10 |
993 | 2023-12-07T03:34:21.913Z | Downloaded unicode-normalization v0.1.22 |
994 | 2023-12-07T03:34:21.918Z | Downloaded ring v0.16.20 |
995 | 2023-12-07T03:34:22.078Z | Downloaded reqwest v0.11.22 |
996 | 2023-12-07T03:34:22.092Z | Downloaded idna v0.2.3 |
997 | 2023-12-07T03:34:22.104Z | Downloaded chrono v0.4.31 |
998 | 2023-12-07T03:34:22.120Z | Downloaded http v0.2.11 |
999 | 2023-12-07T03:34:22.125Z | Downloaded reedline v0.26.0 |
1000 | 2023-12-07T03:34:22.136Z | Downloaded hashbrown v0.14.2 |
1001 | 2023-12-07T03:34:22.147Z | Downloaded diff v0.1.13 |
1002 | 2023-12-07T03:34:22.153Z | Downloaded rsa v0.9.2 |
1003 | 2023-12-07T03:34:22.164Z | Downloaded unicode-ident v1.0.12 |
1004 | 2023-12-07T03:34:22.164Z | Downloaded proc-macro2 v1.0.69 |
1005 | 2023-12-07T03:34:22.169Z | Downloaded heapless v0.7.16 |
1006 | 2023-12-07T03:34:22.174Z | Downloaded rayon-core v1.12.0 |
1007 | 2023-12-07T03:34:22.182Z | Downloaded curve25519-dalek v4.1.0 |
1008 | 2023-12-07T03:34:22.196Z | Downloaded hashbrown v0.12.3 |
1009 | 2023-12-07T03:34:22.203Z | Downloaded typed-path v0.6.0 |
1010 | 2023-12-07T03:34:22.214Z | Downloaded pest_derive v2.7.2 |
1011 | 2023-12-07T03:34:22.219Z | Downloaded pin-utils v0.1.0 |
1012 | 2023-12-07T03:34:22.227Z | Downloaded pin-project-lite v0.2.13 |
1013 | 2023-12-07T03:34:22.243Z | Downloaded unicode-segmentation v1.10.1 |
1014 | 2023-12-07T03:34:22.243Z | Downloaded usdt-impl v0.3.5 |
1015 | 2023-12-07T03:34:22.244Z | Downloaded unicode-bidi v0.3.13 |
1016 | 2023-12-07T03:34:22.257Z | Downloaded anyhow v1.0.75 |
1017 | 2023-12-07T03:34:22.257Z | Downloaded serde-hex v0.1.0 |
1018 | 2023-12-07T03:34:22.257Z | Downloaded signature v1.6.4 |
1019 | 2023-12-07T03:34:22.258Z | Downloaded ppv-lite86 v0.2.17 |
1020 | 2023-12-07T03:34:22.269Z | Downloaded foreign-types-macros v0.2.3 |
1021 | 2023-12-07T03:34:22.269Z | Downloaded structmeta v0.2.0 |
1022 | 2023-12-07T03:34:22.269Z | Downloaded difflib v0.4.0 |
1023 | 2023-12-07T03:34:22.269Z | Downloaded digest v0.10.7 |
1024 | 2023-12-07T03:34:22.270Z | Downloaded slog v2.7.0 |
1025 | 2023-12-07T03:34:22.270Z | Downloaded trust-dns-client v0.22.0 |
1026 | 2023-12-07T03:34:22.274Z | Downloaded generic-array v0.14.7 |
1027 | 2023-12-07T03:34:22.278Z | Downloaded ed25519 v1.5.3 |
1028 | 2023-12-07T03:34:22.278Z | Downloaded prettyplease v0.2.12 |
1029 | 2023-12-07T03:34:22.284Z | Downloaded tracing-core v0.1.31 |
1030 | 2023-12-07T03:34:22.288Z | Downloaded der v0.7.8 |
1031 | 2023-12-07T03:34:22.297Z | Downloaded winnow v0.5.15 |
1032 | 2023-12-07T03:34:22.311Z | Downloaded clap_builder v4.4.2 |
1033 | 2023-12-07T03:34:22.323Z | Downloaded macaddr v1.0.1 |
1034 | 2023-12-07T03:34:22.329Z | Downloaded ahash v0.8.3 |
1035 | 2023-12-07T03:34:22.333Z | Downloaded futures v0.3.29 |
1036 | 2023-12-07T03:34:22.337Z | Downloaded zip v0.6.6 |
1037 | 2023-12-07T03:34:22.345Z | Downloaded unicode-xid v0.2.4 |
1038 | 2023-12-07T03:34:22.348Z | Downloaded slab v0.4.9 |
1039 | 2023-12-07T03:34:22.349Z | Downloaded socket2 v0.4.9 |
1040 | 2023-12-07T03:34:22.352Z | Downloaded headers-core v0.2.0 |
1041 | 2023-12-07T03:34:22.356Z | Downloaded fragile v2.0.0 |
1042 | 2023-12-07T03:34:22.356Z | Downloaded rustc-demangle v0.1.23 |
1043 | 2023-12-07T03:34:22.360Z | Downloaded r2d2 v0.8.10 |
1044 | 2023-12-07T03:34:22.363Z | Downloaded pem v3.0.2 |
1045 | 2023-12-07T03:34:22.364Z | Downloaded signal-hook v0.3.17 |
1046 | 2023-12-07T03:34:22.367Z | Downloaded postcard v1.0.8 |
1047 | 2023-12-07T03:34:22.373Z | Downloaded elliptic-curve v0.13.8 |
1048 | 2023-12-07T03:34:22.379Z | Downloaded scheduled-thread-pool v0.2.7 |
1049 | 2023-12-07T03:34:22.383Z | Downloaded fd-lock v3.0.13 |
1050 | 2023-12-07T03:34:22.387Z | Downloaded proc-macro-error-attr v1.0.4 |
1051 | 2023-12-07T03:34:22.387Z | Downloaded getopts v0.2.21 |
1052 | 2023-12-07T03:34:22.391Z | Downloaded tokio-native-tls v0.3.1 |
1053 | 2023-12-07T03:34:22.394Z | Downloaded group v0.13.0 |
1054 | 2023-12-07T03:34:22.394Z | Downloaded tracing v0.1.37 |
1055 | 2023-12-07T03:34:22.400Z | Downloaded x509-cert v0.2.4 |
1056 | 2023-12-07T03:34:22.411Z | Downloaded trust-dns-server v0.22.1 |
1057 | 2023-12-07T03:34:22.420Z | Downloaded derive_builder_macro v0.12.0 |
1058 | 2023-12-07T03:34:22.423Z | Downloaded rpassword v7.3.1 |
1059 | 2023-12-07T03:34:22.424Z | Downloaded signature v2.1.0 |
1060 | 2023-12-07T03:34:22.428Z | Downloaded crossbeam-queue v0.3.8 |
1061 | 2023-12-07T03:34:22.428Z | Downloaded stable_deref_trait v1.2.0 |
1062 | 2023-12-07T03:34:22.429Z | Downloaded fatfs v0.3.6 |
1063 | 2023-12-07T03:34:22.433Z | Downloaded typenum v1.16.0 |
1064 | 2023-12-07T03:34:22.437Z | Downloaded headers v0.3.9 |
1065 | 2023-12-07T03:34:22.447Z | Downloaded futures-executor v0.3.29 |
1066 | 2023-12-07T03:34:22.451Z | Downloaded httparse v1.8.0 |
1067 | 2023-12-07T03:34:22.455Z | Downloaded tough v0.15.0 |
1068 | 2023-12-07T03:34:22.468Z | Downloaded spin v0.5.2 |
1069 | 2023-12-07T03:34:22.472Z | Downloaded futures-channel v0.3.29 |
1070 | 2023-12-07T03:34:22.475Z | Downloaded bitvec v1.0.1 |
1071 | 2023-12-07T03:34:22.500Z | Downloaded ref-cast v1.0.20 |
1072 | 2023-12-07T03:34:22.507Z | Downloaded aead v0.5.2 |
1073 | 2023-12-07T03:34:22.511Z | Downloaded poly1305 v0.8.0 |
1074 | 2023-12-07T03:34:22.511Z | Downloaded rtoolbox v0.0.1 |
1075 | 2023-12-07T03:34:22.511Z | Downloaded phf_shared v0.10.0 |
1076 | 2023-12-07T03:34:22.515Z | Downloaded getrandom v0.2.10 |
1077 | 2023-12-07T03:34:22.519Z | Downloaded smallvec v1.11.0 |
1078 | 2023-12-07T03:34:22.524Z | Downloaded nom v7.1.3 |
1079 | 2023-12-07T03:34:22.539Z | Downloaded tokio-util v0.7.10 |
1080 | 2023-12-07T03:34:22.543Z | Downloaded serde_with_macros v2.3.3 |
1081 | 2023-12-07T03:34:22.547Z | Downloaded siphasher v0.3.11 |
1082 | 2023-12-07T03:34:22.547Z | Downloaded rustfmt-wrapper v0.2.0 |
1083 | 2023-12-07T03:34:22.550Z | Downloaded utf-8 v0.7.6 |
1084 | 2023-12-07T03:34:22.550Z | Downloaded universal-hash v0.5.1 |
1085 | 2023-12-07T03:34:22.551Z | Downloaded predicates-core v1.0.6 |
1086 | 2023-12-07T03:34:22.554Z | Downloaded synstructure v0.12.6 |
1087 | 2023-12-07T03:34:22.555Z | Downloaded tempfile v3.8.1 |
1088 | 2023-12-07T03:34:22.559Z | Downloaded toml v0.5.11 |
1089 | 2023-12-07T03:34:22.562Z | Downloaded subprocess v0.2.9 |
1090 | 2023-12-07T03:34:22.566Z | Downloaded structopt v0.3.26 |
1091 | 2023-12-07T03:34:22.578Z | Downloaded darling_core v0.20.3 |
1092 | 2023-12-07T03:34:22.586Z | Downloaded crypto-common v0.1.6 |
1093 | 2023-12-07T03:34:22.589Z | Downloaded version_check v0.9.4 |
1094 | 2023-12-07T03:34:22.589Z | Downloaded sha1 v0.10.6 |
1095 | 2023-12-07T03:34:22.593Z | Downloaded serde_plain v1.0.2 |
1096 | 2023-12-07T03:34:22.597Z | Downloaded snafu-derive v0.7.5 |
1097 | 2023-12-07T03:34:22.597Z | Downloaded half v1.8.2 |
1098 | 2023-12-07T03:34:22.600Z | Downloaded tungstenite v0.20.1 |
1099 | 2023-12-07T03:34:22.605Z | Downloaded funty v2.0.0 |
1100 | 2023-12-07T03:34:22.609Z | Downloaded predicates v3.0.4 |
1101 | 2023-12-07T03:34:22.612Z | Downloaded pin-project v1.1.3 |
1102 | 2023-12-07T03:34:22.631Z | Downloaded tokio-rustls v0.24.1 |
1103 | 2023-12-07T03:34:22.634Z | Downloaded fastrand v2.0.0 |
1104 | 2023-12-07T03:34:22.638Z | Downloaded quote v1.0.33 |
1105 | 2023-12-07T03:34:22.642Z | Downloaded pest_meta v2.7.2 |
1106 | 2023-12-07T03:34:22.645Z | Downloaded flate2 v1.0.28 |
1107 | 2023-12-07T03:34:22.652Z | Downloaded mio v0.8.9 |
1108 | 2023-12-07T03:34:22.666Z | Downloaded libm v0.2.7 |
1109 | 2023-12-07T03:34:23.108Z | Downloaded pest_generator v2.7.2 |
1110 | 2023-12-07T03:34:23.124Z | Downloaded sha2 v0.10.8 |
1111 | 2023-12-07T03:34:23.124Z | Downloaded hmac v0.12.1 |
1112 | 2023-12-07T03:34:23.124Z | Downloaded either v1.9.0 |
1113 | 2023-12-07T03:34:23.125Z | Downloaded der_derive v0.7.2 |
1114 | 2023-12-07T03:34:23.125Z | Downloaded rustls-pki-types v1.0.1 |
1115 | 2023-12-07T03:34:23.125Z | Downloaded proc-macro-crate v1.3.1 |
1116 | 2023-12-07T03:34:23.125Z | Downloaded futures-sink v0.3.29 |
1117 | 2023-12-07T03:34:23.125Z | Downloaded tui-tree-widget v0.13.0 |
1118 | 2023-12-07T03:34:23.126Z | Downloaded tracing-attributes v0.1.26 |
1119 | 2023-12-07T03:34:23.126Z | Downloaded serde_derive v1.0.192 |
1120 | 2023-12-07T03:34:23.126Z | Downloaded glob v0.3.1 |
1121 | 2023-12-07T03:34:23.126Z | Downloaded tabled_derive v0.6.0 |
1122 | 2023-12-07T03:34:23.127Z | Downloaded supports-color v2.1.0 |
1123 | 2023-12-07T03:34:23.127Z | Downloaded strsim v0.10.0 |
1124 | 2023-12-07T03:34:23.127Z | Downloaded rusty-fork v0.3.0 |
1125 | 2023-12-07T03:34:23.127Z | Downloaded fallible-iterator v0.2.0 |
1126 | 2023-12-07T03:34:23.127Z | Downloaded ref-cast-impl v1.0.20 |
1127 | 2023-12-07T03:34:23.127Z | Downloaded uuid v1.6.1 |
1128 | 2023-12-07T03:34:23.127Z | Downloaded papergrid v0.10.0 |
1129 | 2023-12-07T03:34:23.127Z | Downloaded socket2 v0.5.5 |
1130 | 2023-12-07T03:34:23.127Z | Downloaded env_logger v0.10.0 |
1131 | 2023-12-07T03:34:23.128Z | Downloaded parking_lot_core v0.9.8 |
1132 | 2023-12-07T03:34:23.128Z | Downloaded parking_lot v0.11.2 |
1133 | 2023-12-07T03:34:23.128Z | Downloaded pkg-config v0.3.27 |
1134 | 2023-12-07T03:34:23.128Z | Downloaded tokio-postgres v0.7.10 |
1135 | 2023-12-07T03:34:23.128Z | Downloaded num-bigint v0.4.4 |
1136 | 2023-12-07T03:34:23.128Z | Downloaded minimal-lexical v0.2.1 |
1137 | 2023-12-07T03:34:23.129Z | Downloaded parking_lot v0.12.1 |
1138 | 2023-12-07T03:34:23.129Z | Downloaded zone_cfg_derive v0.3.0 |
1139 | 2023-12-07T03:34:23.129Z | Downloaded parking_lot_core v0.8.6 |
1140 | 2023-12-07T03:34:23.129Z | Downloaded usdt v0.3.5 |
1141 | 2023-12-07T03:34:23.129Z | Downloaded unarray v0.1.4 |
1142 | 2023-12-07T03:34:23.129Z | Downloaded topological-sort v0.2.2 |
1143 | 2023-12-07T03:34:23.129Z | Downloaded errno v0.3.2 |
1144 | 2023-12-07T03:34:23.129Z | Downloaded memchr v2.6.3 |
1145 | 2023-12-07T03:34:23.129Z | Downloaded unicode-linebreak v0.1.5 |
1146 | 2023-12-07T03:34:23.131Z | Downloaded derive-where v1.2.6 |
1147 | 2023-12-07T03:34:23.131Z | Downloaded derive_more v0.99.17 |
1148 | 2023-12-07T03:34:23.131Z | Downloaded equivalent v1.0.1 |
1149 | 2023-12-07T03:34:23.131Z | Downloaded phf_shared v0.11.2 |
1150 | 2023-12-07T03:34:23.131Z | Downloaded omicron-zone-package v0.9.1 |
1151 | 2023-12-07T03:34:23.132Z | Downloaded semver v1.0.20 |
1152 | 2023-12-07T03:34:23.132Z | Downloaded unicase v2.7.0 |
1153 | 2023-12-07T03:34:23.132Z | Downloaded parse-display-derive v0.8.2 |
1154 | 2023-12-07T03:34:23.132Z | Downloaded serde_yaml v0.9.25 |
1155 | 2023-12-07T03:34:23.132Z | Downloaded serde_path_to_error v0.1.14 |
1156 | 2023-12-07T03:34:23.132Z | Downloaded scopeguard v1.2.0 |
1157 | 2023-12-07T03:34:23.132Z | Downloaded unicode-width v0.1.11 |
1158 | 2023-12-07T03:34:23.132Z | Downloaded phf v0.11.2 |
1159 | 2023-12-07T03:34:23.132Z | Downloaded hubpack v0.1.2 |
1160 | 2023-12-07T03:34:23.132Z | Downloaded fnv v1.0.7 |
1161 | 2023-12-07T03:34:23.132Z | Downloaded textwrap v0.16.0 |
1162 | 2023-12-07T03:34:23.132Z | Downloaded crypto-bigint v0.5.2 |
1163 | 2023-12-07T03:34:23.132Z | Downloaded openssl-sys v0.9.96 |
1164 | 2023-12-07T03:34:23.132Z | Downloaded http-body v0.4.5 |
1165 | 2023-12-07T03:34:23.132Z | Downloaded diesel_derives v2.1.2 |
1166 | 2023-12-07T03:34:23.132Z | Downloaded derive_builder v0.12.0 |
1167 | 2023-12-07T03:34:23.133Z | Downloaded structmeta-derive v0.2.0 |
1168 | 2023-12-07T03:34:23.133Z | Downloaded derive_builder_core v0.12.0 |
1169 | 2023-12-07T03:34:23.133Z | Downloaded defmt v0.3.5 |
1170 | 2023-12-07T03:34:23.133Z | Downloaded crossbeam-utils v0.8.16 |
1171 | 2023-12-07T03:34:23.133Z | Downloaded indexmap v2.1.0 |
1172 | 2023-12-07T03:34:23.133Z | Downloaded terminal_size v0.2.6 |
1173 | 2023-12-07T03:34:23.134Z | Downloaded miniz_oxide v0.7.1 |
1174 | 2023-12-07T03:34:23.135Z | Downloaded vsss-rs v3.3.1 |
1175 | 2023-12-07T03:34:23.135Z | Downloaded wait-timeout v0.2.0 |
1176 | 2023-12-07T03:34:23.135Z | Downloaded tinyvec v1.6.0 |
1177 | 2023-12-07T03:34:23.135Z | Downloaded tiny-keccak v2.0.2 |
1178 | 2023-12-07T03:34:23.135Z | Downloaded oso-derive v0.27.0 |
1179 | 2023-12-07T03:34:23.135Z | Downloaded vec_map v0.8.2 |
1180 | 2023-12-07T03:34:23.135Z | Downloaded defmt-macros v0.3.6 |
1181 | 2023-12-07T03:34:23.135Z | Downloaded debug-ignore v1.0.5 |
1182 | 2023-12-07T03:34:23.135Z | Downloaded static_assertions v1.1.0 |
1183 | 2023-12-07T03:34:23.135Z | Downloaded tokio-tungstenite v0.20.1 |
1184 | 2023-12-07T03:34:23.135Z | Downloaded tokio-stream v0.1.14 |
1185 | 2023-12-07T03:34:23.136Z | Downloaded toml v0.8.8 |
1186 | 2023-12-07T03:34:23.136Z | Downloaded spin v0.9.8 |
1187 | 2023-12-07T03:34:23.136Z | Downloaded schemars_derive v0.8.13 |
1188 | 2023-12-07T03:34:23.136Z | Downloaded crossbeam-epoch v0.9.15 |
1189 | 2023-12-07T03:34:23.136Z | Downloaded proc-macro-error v1.0.4 |
1190 | 2023-12-07T03:34:23.136Z | Downloaded mockall_derive v0.11.4 |
1191 | 2023-12-07T03:34:23.136Z | Downloaded tar v0.4.40 |
1192 | 2023-12-07T03:34:23.136Z | Downloaded dyn-clone v1.0.13 |
1193 | 2023-12-07T03:34:23.136Z | Downloaded deranged v0.3.8 |
1194 | 2023-12-07T03:34:23.136Z | Downloaded thiserror-impl-no-std v2.0.2 |
1195 | 2023-12-07T03:34:23.136Z | Downloaded pin-project-internal v1.1.3 |
1196 | 2023-12-07T03:34:23.136Z | Downloaded data-encoding v2.4.0 |
1197 | 2023-12-07T03:34:23.136Z | Downloaded thiserror-impl v1.0.49 |
1198 | 2023-12-07T03:34:23.136Z | Downloaded mime_guess v2.0.4 |
1199 | 2023-12-07T03:34:23.136Z | Downloaded oso v0.27.0 |
1200 | 2023-12-07T03:34:23.136Z | Downloaded darling_core v0.14.4 |
1201 | 2023-12-07T03:34:23.136Z | Downloaded bytes v1.5.0 |
1202 | 2023-12-07T03:34:23.137Z | Downloaded base64 v0.21.5 |
1203 | 2023-12-07T03:34:23.137Z | Downloaded lru-cache v0.1.2 |
1204 | 2023-12-07T03:34:23.137Z | Downloaded indicatif v0.17.7 |
1205 | 2023-12-07T03:34:23.137Z | Downloaded const-oid v0.9.5 |
1206 | 2023-12-07T03:34:23.137Z | Downloaded clap v4.4.3 |
1207 | 2023-12-07T03:34:23.137Z | Downloaded cookie v0.18.0 |
1208 | 2023-12-07T03:34:23.137Z | Downloaded cc v1.0.83 |
1209 | 2023-12-07T03:34:23.137Z | Downloaded chacha20poly1305 v0.10.1 |
1210 | 2023-12-07T03:34:23.143Z | Downloaded vte_generate_state_changes v0.1.1 |
1211 | 2023-12-07T03:34:23.143Z | Downloaded dof v0.1.5 |
1212 | 2023-12-07T03:34:23.143Z | Downloaded pem-rfc7468 v0.7.0 |
1213 | 2023-12-07T03:34:23.143Z | Downloaded hostname v0.3.1 |
1214 | 2023-12-07T03:34:23.143Z | Downloaded hex v0.4.3 |
1215 | 2023-12-07T03:34:23.143Z | Downloaded serde_spanned v0.6.4 |
1216 | 2023-12-07T03:34:23.143Z | Downloaded native-tls v0.2.11 |
1217 | 2023-12-07T03:34:23.144Z | Downloaded heck v0.3.3 |
1218 | 2023-12-07T03:34:23.144Z | Downloaded whoami v1.4.1 |
1219 | 2023-12-07T03:34:23.144Z | Downloaded which v4.4.0 |
1220 | 2023-12-07T03:34:23.144Z | Downloaded fixedbitset v0.4.2 |
1221 | 2023-12-07T03:34:23.144Z | Downloaded slog-term v2.9.0 |
1222 | 2023-12-07T03:34:23.144Z | Downloaded darling v0.20.3 |
1223 | 2023-12-07T03:34:23.144Z | Downloaded corncobs v0.1.3 |
1224 | 2023-12-07T03:34:23.144Z | Downloaded form_urlencoded v1.2.1 |
1225 | 2023-12-07T03:34:23.144Z | Downloaded filetime v0.2.23 |
1226 | 2023-12-07T03:34:23.145Z | Downloaded untrusted v0.7.1 |
1227 | 2023-12-07T03:34:23.145Z | Downloaded spki v0.7.2 |
1228 | 2023-12-07T03:34:23.145Z | Downloaded doc-comment v0.3.3 |
1229 | 2023-12-07T03:34:23.145Z | Downloaded base64 v0.13.1 |
1230 | 2023-12-07T03:34:23.145Z | Downloaded num-traits v0.2.16 |
1231 | 2023-12-07T03:34:23.148Z | Downloaded linked-hash-map v0.5.6 |
1232 | 2023-12-07T03:34:23.148Z | Downloaded libsw v3.3.0 |
1233 | 2023-12-07T03:34:23.148Z | Downloaded lalrpop-util v0.19.12 |
1234 | 2023-12-07T03:34:23.148Z | Downloaded blake2 v0.10.6 |
1235 | 2023-12-07T03:34:23.148Z | Downloaded sec1 v0.7.3 |
1236 | 2023-12-07T03:34:23.148Z | Downloaded num-rational v0.4.1 |
1237 | 2023-12-07T03:34:23.149Z | Downloaded bitfield v0.14.0 |
1238 | 2023-12-07T03:34:23.149Z | Downloaded packed_struct v0.10.1 |
1239 | 2023-12-07T03:34:23.149Z | Downloaded multer v2.1.0 |
1240 | 2023-12-07T03:34:23.149Z | Downloaded num-integer v0.1.45 |
1241 | 2023-12-07T03:34:23.154Z | Downloaded nu-ansi-term v0.49.0 |
1242 | 2023-12-07T03:34:23.154Z | Downloaded sct v0.7.0 |
1243 | 2023-12-07T03:34:23.154Z | Downloaded dtrace-parser v0.1.14 |
1244 | 2023-12-07T03:34:23.161Z | Downloaded downcast v0.11.0 |
1245 | 2023-12-07T03:34:23.161Z | Downloaded crc-catalog v2.2.0 |
1246 | 2023-12-07T03:34:23.161Z | Downloaded memoffset v0.9.0 |
1247 | 2023-12-07T03:34:23.161Z | Downloaded num_enum_derive v0.5.11 |
1248 | 2023-12-07T03:34:23.168Z | Downloaded linear-map v1.2.0 |
1249 | 2023-12-07T03:34:23.168Z | Downloaded indexmap v1.9.3 |
1250 | 2023-12-07T03:34:23.173Z | Downloaded cancel-safe-futures v0.1.5 |
1251 | 2023-12-07T03:34:23.178Z | Downloaded ipnet v2.8.0 |
1252 | 2023-12-07T03:34:23.178Z | Downloaded hyper-tls v0.5.0 |
1253 | 2023-12-07T03:34:23.182Z | Downloaded clap_derive v4.4.2 |
1254 | 2023-12-07T03:34:23.182Z | Downloaded base64ct v1.6.0 |
1255 | 2023-12-07T03:34:23.186Z | Downloaded byteorder v1.5.0 |
1256 | 2023-12-07T03:34:23.191Z | Downloaded clang-sys v1.6.1 |
1257 | 2023-12-07T03:34:23.195Z | Downloaded bitflags v2.4.0 |
1258 | 2023-12-07T03:34:23.201Z | Downloaded camino v1.1.6 |
1259 | 2023-12-07T03:34:23.201Z | Downloaded foreign-types-shared v0.1.1 |
1260 | 2023-12-07T03:34:23.206Z | Downloaded tokio-macros v2.2.0 |
1261 | 2023-12-07T03:34:23.206Z | Downloaded termios v0.3.3 |
1262 | 2023-12-07T03:34:23.208Z | Downloaded libloading v0.7.4 |
1263 | 2023-12-07T03:34:23.212Z | Downloaded nibble_vec v0.1.0 |
1264 | 2023-12-07T03:34:23.212Z | Downloaded lock_api v0.4.10 |
1265 | 2023-12-07T03:34:23.217Z | Downloaded clap_lex v0.5.1 |
1266 | 2023-12-07T03:34:23.217Z | Downloaded same-file v1.0.6 |
1267 | 2023-12-07T03:34:23.221Z | Downloaded num_cpus v1.16.0 |
1268 | 2023-12-07T03:34:23.225Z | Downloaded lazycell v1.3.0 |
1269 | 2023-12-07T03:34:23.225Z | Downloaded strsim v0.8.0 |
1270 | 2023-12-07T03:34:23.230Z | Downloaded stringprep v0.1.3 |
1271 | 2023-12-07T03:34:23.230Z | Downloaded cipher v0.4.4 |
1272 | 2023-12-07T03:34:23.237Z | Downloaded cexpr v0.6.0 |
1273 | 2023-12-07T03:34:23.238Z | Downloaded block-buffer v0.10.4 |
1274 | 2023-12-07T03:34:23.243Z | Downloaded num-derive v0.4.0 |
1275 | 2023-12-07T03:34:23.246Z | Downloaded cstr-argument v0.1.2 |
1276 | 2023-12-07T03:34:23.246Z | Downloaded openssl-probe v0.1.5 |
1277 | 2023-12-07T03:34:23.246Z | Downloaded openssl-macros v0.1.1 |
1278 | 2023-12-07T03:34:23.247Z | Downloaded nodrop v0.1.14 |
1279 | 2023-12-07T03:34:23.247Z | Downloaded lazy_static v1.4.0 |
1280 | 2023-12-07T03:34:23.251Z | Downloaded cpufeatures v0.2.9 |
1281 | 2023-12-07T03:34:23.251Z | Downloaded impl-trait-for-tuples v0.2.2 |
1282 | 2023-12-07T03:34:23.252Z | Downloaded iana-time-zone v0.1.57 |
1283 | 2023-12-07T03:34:23.257Z | Downloaded ciborium v0.2.1 |
1284 | 2023-12-07T03:34:23.263Z | Downloaded humantime v2.1.0 |
1285 | 2023-12-07T03:34:23.263Z | Downloaded aho-corasick v1.0.4 |
1286 | 2023-12-07T03:34:23.270Z | Downloaded num-complex v0.4.4 |
1287 | 2023-12-07T03:34:23.274Z | Downloaded number_prefix v0.4.0 |
1288 | 2023-12-07T03:34:23.274Z | Downloaded num_threads v0.1.6 |
1289 | 2023-12-07T03:34:23.279Z | Downloaded itoa v1.0.9 |
1290 | 2023-12-07T03:34:23.279Z | Downloaded crc v3.0.1 |
1291 | 2023-12-07T03:34:23.283Z | Downloaded bytecount v0.6.3 |
1292 | 2023-12-07T03:34:23.284Z | Downloaded base16ct v0.2.0 |
1293 | 2023-12-07T03:34:23.289Z | Downloaded num v0.4.1 |
1294 | 2023-12-07T03:34:23.289Z | Downloaded nanorand v0.7.0 |
1295 | 2023-12-07T03:34:23.295Z | Downloaded block-padding v0.3.3 |
1296 | 2023-12-07T03:34:23.296Z | Downloaded mime v0.3.17 |
1297 | 2023-12-07T03:34:23.296Z | Downloaded want v0.3.1 |
1298 | 2023-12-07T03:34:23.296Z | Downloaded tower-service v0.3.2 |
1299 | 2023-12-07T03:34:23.300Z | Downloaded thread_local v1.1.7 |
1300 | 2023-12-07T03:34:23.301Z | Downloaded mockall v0.11.4 |
1301 | 2023-12-07T03:34:23.301Z | Downloaded itertools v0.12.0 |
1302 | 2023-12-07T03:34:23.312Z | Downloaded is-terminal v0.4.9 |
1303 | 2023-12-07T03:34:23.316Z | Downloaded hyper-rustls v0.24.2 |
1304 | 2023-12-07T03:34:23.321Z | Downloaded convert_case v0.4.0 |
1305 | 2023-12-07T03:34:23.321Z | Downloaded colored v2.0.4 |
1306 | 2023-12-07T03:34:23.325Z | Downloaded cassowary v0.3.0 |
1307 | 2023-12-07T03:34:23.325Z | Downloaded termtree v0.4.1 |
1308 | 2023-12-07T03:34:23.325Z | Downloaded md-5 v0.10.5 |
1309 | 2023-12-07T03:34:23.329Z | Downloaded inout v0.1.3 |
1310 | 2023-12-07T03:34:23.330Z | Downloaded indoc v2.0.3 |
1311 | 2023-12-07T03:34:23.344Z | Downloaded crossbeam-deque v0.8.3 |
1312 | 2023-12-07T03:34:23.348Z | Downloaded chacha20 v0.9.1 |
1313 | 2023-12-07T03:34:23.348Z | Downloaded darling_macro v0.14.4 |
1314 | 2023-12-07T03:34:23.348Z | Downloaded yasna v0.5.2 |
1315 | 2023-12-07T03:34:23.348Z | Downloaded utf8parse v0.2.1 |
1316 | 2023-12-07T03:34:23.348Z | Downloaded maplit v1.0.2 |
1317 | 2023-12-07T03:34:23.348Z | Downloaded newtype_derive v0.1.6 |
1318 | 2023-12-07T03:34:23.348Z | Downloaded instant v0.1.12 |
1319 | 2023-12-07T03:34:23.352Z | Downloaded bit-set v0.5.3 |
1320 | 2023-12-07T03:34:23.353Z | Downloaded camino-tempfile v1.1.1 |
1321 | 2023-12-07T03:34:23.357Z | Downloaded bytesize v1.3.0 |
1322 | 2023-12-07T03:34:23.357Z | Downloaded ascii-canvas v3.0.0 |
1323 | 2023-12-07T03:34:23.366Z | Downloaded vte v0.11.1 |
1324 | 2023-12-07T03:34:23.366Z | Downloaded is_ci v1.1.1 |
1325 | 2023-12-07T03:34:23.367Z | Downloaded ipnetwork v0.20.0 |
1326 | 2023-12-07T03:34:23.373Z | Downloaded indoc v1.0.9 |
1327 | 2023-12-07T03:34:23.373Z | Downloaded crossbeam v0.8.2 |
1328 | 2023-12-07T03:34:23.373Z | Downloaded crc-any v2.4.3 |
1329 | 2023-12-07T03:34:23.377Z | Downloaded cfg-if v1.0.0 |
1330 | 2023-12-07T03:34:23.378Z | Downloaded async-stream v0.3.5 |
1331 | 2023-12-07T03:34:23.382Z | Downloaded ciborium-ll v0.2.1 |
1332 | 2023-12-07T03:34:23.382Z | Downloaded atty v0.2.14 |
1333 | 2023-12-07T03:34:23.382Z | Downloaded bit-vec v0.6.3 |
1334 | 2023-12-07T03:34:23.386Z | Downloaded bitflags v1.3.2 |
1335 | 2023-12-07T03:34:23.390Z | Downloaded managed v0.8.0 |
1336 | 2023-12-07T03:34:23.391Z | Downloaded clap v2.34.0 |
1337 | 2023-12-07T03:34:23.402Z | Downloaded colorchoice v1.0.0 |
1338 | 2023-12-07T03:34:23.406Z | Downloaded atomicwrites v0.4.2 |
1339 | 2023-12-07T03:34:23.406Z | Downloaded async-stream-impl v0.3.5 |
1340 | 2023-12-07T03:34:23.406Z | Downloaded strum_macros v0.25.2 |
1341 | 2023-12-07T03:34:23.410Z | Downloaded strum_macros v0.24.3 |
1342 | 2023-12-07T03:34:23.414Z | Downloaded smallvec v0.6.14 |
1343 | 2023-12-07T03:34:23.414Z | Downloaded slog-dtrace v0.2.3 |
1344 | 2023-12-07T03:34:23.418Z | Downloaded crossbeam-channel v0.5.8 |
1345 | 2023-12-07T03:34:23.423Z | Downloaded log v0.4.20 |
1346 | 2023-12-07T03:34:23.427Z | Downloaded anstyle-parse v0.2.1 |
1347 | 2023-12-07T03:34:23.431Z | Downloaded assert_matches v1.5.0 |
1348 | 2023-12-07T03:34:23.431Z | Downloaded slog-bunyan v2.4.0 |
1349 | 2023-12-07T03:34:23.435Z | Downloaded similar v2.2.1 |
1350 | 2023-12-07T03:34:23.441Z | Downloaded crc32fast v1.3.2 |
1351 | 2023-12-07T03:34:23.445Z | Downloaded ansi_term v0.12.1 |
1352 | 2023-12-07T03:34:23.449Z | Downloaded once_cell v1.18.0 |
1353 | 2023-12-07T03:34:23.453Z | Downloaded bb8 v0.8.1 |
1354 | 2023-12-07T03:34:23.455Z | Downloaded adler v1.0.2 |
1355 | 2023-12-07T03:34:23.460Z | Downloaded anstream v0.5.0 |
1356 | 2023-12-07T03:34:23.460Z | Downloaded olpc-cjson v0.1.3 |
1357 | 2023-12-07T03:34:23.460Z | Downloaded arc-swap v1.6.0 |
1358 | 2023-12-07T03:34:23.791Z | Compiling proc-macro2 v1.0.69 |
1359 | 2023-12-07T03:34:23.795Z | Compiling unicode-ident v1.0.12 |
1360 | 2023-12-07T03:34:23.796Z | Compiling libc v0.2.150 |
1361 | 2023-12-07T03:34:23.796Z | Compiling serde v1.0.192 |
1362 | 2023-12-07T03:34:23.796Z | Compiling autocfg v1.1.0 |
1363 | 2023-12-07T03:34:23.812Z | Compiling cfg-if v1.0.0 |
1364 | 2023-12-07T03:34:23.816Z | Compiling version_check v0.9.4 |
1365 | 2023-12-07T03:34:24.054Z | Compiling syn v1.0.109 |
1366 | 2023-12-07T03:34:24.068Z | Compiling once_cell v1.18.0 |
1367 | 2023-12-07T03:34:24.157Z | Compiling parking_lot_core v0.9.8 |
1368 | 2023-12-07T03:34:24.565Z | Compiling libm v0.2.7 |
1369 | 2023-12-07T03:34:24.768Z | Compiling serde_json v1.0.108 |
1370 | 2023-12-07T03:34:24.809Z | Compiling lock_api v0.4.10 |
1371 | 2023-12-07T03:34:25.718Z | Compiling num-traits v0.2.16 |
1372 | 2023-12-07T03:34:25.722Z | Compiling futures-core v0.3.29 |
1373 | 2023-12-07T03:34:25.722Z | Compiling scopeguard v1.2.0 |
1374 | 2023-12-07T03:34:25.722Z | Compiling typenum v1.16.0 |
1375 | 2023-12-07T03:34:25.993Z | Compiling thiserror v1.0.49 |
1376 | 2023-12-07T03:34:26.040Z | Compiling generic-array v0.14.7 |
1377 | 2023-12-07T03:34:26.256Z | Compiling memchr v2.6.3 |
1378 | 2023-12-07T03:34:26.761Z | Compiling itoa v1.0.9 |
1379 | 2023-12-07T03:34:27.079Z | Compiling pkg-config v0.3.27 |
1380 | 2023-12-07T03:34:27.287Z | Compiling quote v1.0.33 |
1381 | 2023-12-07T03:34:27.540Z | Compiling slab v0.4.9 |
1382 | 2023-12-07T03:34:27.977Z | Compiling syn v2.0.32 |
1383 | 2023-12-07T03:34:28.265Z | Compiling cc v1.0.83 |
1384 | 2023-12-07T03:34:28.448Z | Compiling getrandom v0.2.10 |
1385 | 2023-12-07T03:34:29.104Z | Compiling futures-channel v0.3.29 |
1386 | 2023-12-07T03:34:29.609Z | Compiling futures-task v0.3.29 |
1387 | 2023-12-07T03:34:29.609Z | Compiling log v0.4.20 |
1388 | 2023-12-07T03:34:30.013Z | Compiling futures-util v0.3.29 |
1389 | 2023-12-07T03:34:30.516Z | Compiling heck v0.4.1 |
1390 | 2023-12-07T03:34:30.659Z | Compiling ryu v1.0.15 |
1391 | 2023-12-07T03:34:30.771Z | Compiling smallvec v1.11.0 |
1392 | 2023-12-07T03:34:30.965Z | Compiling pin-project-lite v0.2.13 |
1393 | 2023-12-07T03:34:31.138Z | Compiling vcpkg v0.2.15 |
1394 | 2023-12-07T03:34:31.162Z | Compiling schemars v0.8.13 |
1395 | 2023-12-07T03:34:32.299Z | Compiling parking_lot v0.12.1 |
1396 | 2023-12-07T03:34:32.698Z | Compiling ring v0.17.5 |
1397 | 2023-12-07T03:34:33.918Z | Compiling openssl-sys v0.9.96 |
1398 | 2023-12-07T03:34:34.166Z | Compiling semver v1.0.20 |
1399 | 2023-12-07T03:34:34.794Z | Compiling rand_core v0.6.4 |
1400 | 2023-12-07T03:34:35.242Z | Compiling signal-hook-registry v1.4.1 |
1401 | 2023-12-07T03:34:36.433Z | Compiling ring v0.16.20 |
1402 | 2023-12-07T03:34:36.450Z | Compiling mio v0.8.9 |
1403 | 2023-12-07T03:34:36.931Z | Compiling indexmap v1.9.3 |
1404 | 2023-12-07T03:34:37.334Z | Compiling equivalent v1.0.1 |
1405 | 2023-12-07T03:34:37.473Z | Compiling hashbrown v0.14.2 |
1406 | 2023-12-07T03:34:37.742Z | Compiling byteorder v1.5.0 |
1407 | 2023-12-07T03:34:38.573Z | Compiling ahash v0.8.3 |
1408 | 2023-12-07T03:34:39.034Z | Compiling httparse v1.8.0 |
1409 | 2023-12-07T03:34:39.253Z | Compiling socket2 v0.5.5 |
1410 | 2023-12-07T03:34:39.312Z | Compiling num_cpus v1.16.0 |
1411 | 2023-12-07T03:34:39.487Z | Compiling spin v0.5.2 |
1412 | 2023-12-07T03:34:39.846Z | Compiling serde_derive_internals v0.26.0 |
1413 | 2023-12-07T03:34:40.365Z | Compiling fnv v1.0.7 |
1414 | 2023-12-07T03:34:40.436Z | Compiling openssl v0.10.60 |
1415 | 2023-12-07T03:34:40.855Z | Compiling spin v0.9.8 |
1416 | 2023-12-07T03:34:41.156Z | Compiling iana-time-zone v0.1.57 |
1417 | 2023-12-07T03:34:41.696Z | Compiling rustls v0.21.9 |
1418 | 2023-12-07T03:34:41.923Z | Compiling crossbeam-utils v0.8.16 |
1419 | 2023-12-07T03:34:42.214Z | Compiling const-oid v0.9.5 |
1420 | 2023-12-07T03:34:42.371Z | Compiling unicode-xid v0.2.4 |
1421 | 2023-12-07T03:34:42.394Z | Compiling subtle v2.5.0 |
1422 | 2023-12-07T03:34:42.597Z | Compiling ucd-trie v0.1.6 |
1423 | 2023-12-07T03:34:42.651Z | Compiling native-tls v0.2.11 |
1424 | 2023-12-07T03:34:42.823Z | Compiling synstructure v0.12.6 |
1425 | 2023-12-07T03:34:43.316Z | Compiling futures-sink v0.3.29 |
1426 | 2023-12-07T03:34:43.542Z | Compiling io-lifetimes v1.0.11 |
1427 | 2023-12-07T03:34:44.130Z | Compiling backtrace v0.3.69 |
1428 | 2023-12-07T03:34:44.484Z | Compiling dyn-clone v1.0.13 |
1429 | 2023-12-07T03:34:44.644Z | Compiling rustix v0.38.25 |
1430 | 2023-12-07T03:34:44.665Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2023-12-07T03:34:44.779Z | Compiling winnow v0.5.15 |
1432 | 2023-12-07T03:34:44.806Z | Compiling tinyvec v1.6.0 |
1433 | 2023-12-07T03:34:46.108Z | Compiling tracing-core v0.1.31 |
1434 | 2023-12-07T03:34:46.157Z | Compiling num-integer v0.1.45 |
1435 | 2023-12-07T03:34:46.178Z | Compiling memoffset v0.9.0 |
1436 | 2023-12-07T03:34:46.561Z | Compiling futures-io v0.3.29 |
1437 | 2023-12-07T03:34:46.639Z | Compiling pin-utils v0.1.0 |
1438 | 2023-12-07T03:34:46.889Z | Compiling rustix v0.37.23 |
1439 | 2023-12-07T03:34:47.299Z | Compiling unicode-normalization v0.1.22 |
1440 | 2023-12-07T03:34:47.581Z | Compiling hashbrown v0.13.2 |
1441 | 2023-12-07T03:34:48.235Z | Compiling usdt-impl v0.3.5 |
1442 | 2023-12-07T03:34:48.993Z | Compiling crc32fast v1.3.2 |
1443 | 2023-12-07T03:34:49.220Z | Compiling serde_derive v1.0.192 |
1444 | 2023-12-07T03:34:49.482Z | Compiling zeroize_derive v1.4.2 |
1445 | 2023-12-07T03:34:49.619Z | Compiling thiserror-impl v1.0.49 |
1446 | 2023-12-07T03:34:49.808Z | Compiling tokio-macros v2.2.0 |
1447 | 2023-12-07T03:34:50.461Z | Compiling futures-macro v0.3.29 |
1448 | 2023-12-07T03:34:50.574Z | Compiling tracing-attributes v0.1.26 |
1449 | 2023-12-07T03:34:50.791Z | Compiling schemars_derive v0.8.13 |
1450 | 2023-12-07T03:34:50.829Z | Compiling openssl-macros v0.1.1 |
1451 | 2023-12-07T03:34:51.976Z | Compiling zerocopy-derive v0.2.0 |
1452 | 2023-12-07T03:34:52.012Z | Compiling zeroize v1.7.0 |
1453 | 2023-12-07T03:34:53.375Z | Compiling der_derive v0.7.2 |
1454 | 2023-12-07T03:34:54.367Z | Compiling pest v2.7.2 |
1455 | 2023-12-07T03:34:54.619Z | Compiling crypto-common v0.1.6 |
1456 | 2023-12-07T03:34:54.649Z | Compiling block-buffer v0.10.4 |
1457 | 2023-12-07T03:34:55.398Z | Compiling bitflags v1.3.2 |
1458 | 2023-12-07T03:34:55.478Z | Compiling unicode-bidi v0.3.13 |
1459 | 2023-12-07T03:34:55.545Z | Compiling time-core v0.1.1 |
1460 | 2023-12-07T03:34:55.784Z | Compiling slog v2.7.0 |
1461 | 2023-12-07T03:34:55.816Z | Compiling tracing v0.1.37 |
1462 | 2023-12-07T03:34:56.415Z | Compiling anyhow v1.0.75 |
1463 | 2023-12-07T03:34:57.106Z | Compiling time-macros v0.2.13 |
1464 | 2023-12-07T03:34:57.500Z | Compiling digest v0.10.7 |
1465 | 2023-12-07T03:34:58.116Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1466 | 2023-12-07T03:34:58.689Z | Compiling pest_meta v2.7.2 |
1467 | 2023-12-07T03:34:58.820Z | Compiling aho-corasick v1.0.4 |
1468 | 2023-12-07T03:34:59.738Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2023-12-07T03:35:00.551Z | Compiling async-trait v0.1.74 |
1470 | 2023-12-07T03:35:00.593Z | Compiling pest_generator v2.7.2 |
1471 | 2023-12-07T03:35:01.916Z | Compiling rustversion v1.0.14 |
1472 | 2023-12-07T03:35:03.183Z | Compiling signal-hook v0.3.17 |
1473 | 2023-12-07T03:35:03.603Z | Compiling regex-syntax v0.8.2 |
1474 | 2023-12-07T03:35:03.612Z | Compiling ppv-lite86 v0.2.17 |
1475 | 2023-12-07T03:35:04.709Z | Compiling rand_chacha v0.3.1 |
1476 | 2023-12-07T03:35:05.110Z | Compiling zerocopy v0.3.0 |
1477 | 2023-12-07T03:35:05.149Z | Compiling pest_derive v2.7.2 |
1478 | 2023-12-07T03:35:06.279Z | Compiling errno v0.3.2 |
1479 | 2023-12-07T03:35:06.396Z | Compiling strsim v0.10.0 |
1480 | 2023-12-07T03:35:06.446Z | Compiling base64 v0.21.5 |
1481 | 2023-12-07T03:35:06.630Z | Compiling dof v0.1.5 |
1482 | 2023-12-07T03:35:07.313Z | Compiling dtrace-parser v0.1.14 |
1483 | 2023-12-07T03:35:07.488Z | Compiling rand v0.8.5 |
1484 | 2023-12-07T03:35:09.856Z | Compiling regex-automata v0.4.3 |
1485 | 2023-12-07T03:35:11.289Z | Compiling bytes v1.5.0 |
1486 | 2023-12-07T03:35:12.136Z | Compiling indexmap v2.1.0 |
1487 | 2023-12-07T03:35:13.064Z | Compiling tokio v1.34.0 |
1488 | 2023-12-07T03:35:13.347Z | Compiling rustc_version v0.4.0 |
1489 | 2023-12-07T03:35:13.403Z | Compiling uuid v1.6.1 |
1490 | 2023-12-07T03:35:14.100Z | Compiling chrono v0.4.31 |
1491 | 2023-12-07T03:35:14.305Z | Compiling heapless v0.7.16 |
1492 | 2023-12-07T03:35:14.377Z | Compiling bitflags v2.4.0 |
1493 | 2023-12-07T03:35:16.530Z | Compiling serde_spanned v0.6.4 |
1494 | 2023-12-07T03:35:16.539Z | Compiling toml_datetime v0.6.5 |
1495 | 2023-12-07T03:35:17.059Z | Compiling toml_edit v0.19.15 |
1496 | 2023-12-07T03:35:17.263Z | Compiling http v0.2.11 |
1497 | 2023-12-07T03:35:24.732Z | Compiling regex v1.10.2 |
1498 | 2023-12-07T03:35:28.422Z | Compiling tokio-util v0.7.10 |
1499 | 2023-12-07T03:35:29.837Z | Compiling thread-id v4.2.0 |
1500 | 2023-12-07T03:35:30.058Z | Compiling num-bigint v0.4.4 |
1501 | 2023-12-07T03:35:30.083Z | Compiling base64ct v1.6.0 |
1502 | 2023-12-07T03:35:30.732Z | Compiling untrusted v0.9.0 |
1503 | 2023-12-07T03:35:30.755Z | Compiling foreign-types-shared v0.1.1 |
1504 | 2023-12-07T03:35:30.894Z | Compiling hashbrown v0.12.3 |
1505 | 2023-12-07T03:35:31.135Z | Compiling untrusted v0.7.1 |
1506 | 2023-12-07T03:35:32.685Z | Compiling doc-comment v0.3.3 |
1507 | 2023-12-07T03:35:33.144Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1508 | 2023-12-07T03:35:33.387Z | Compiling smoltcp v0.9.1 |
1509 | 2023-12-07T03:35:33.976Z | Compiling percent-encoding v2.3.1 |
1510 | 2023-12-07T03:35:33.999Z | Compiling openssl-probe v0.1.5 |
1511 | 2023-12-07T03:35:36.257Z | Compiling foreign-types v0.3.2 |
1512 | 2023-12-07T03:35:36.386Z | Compiling pem-rfc7468 v0.7.0 |
1513 | 2023-12-07T03:35:39.626Z | Compiling strum_macros v0.25.2 |
1514 | 2023-12-07T03:35:39.954Z | Compiling serde_tokenstream v0.1.7 |
1515 | 2023-12-07T03:35:41.028Z | Compiling hmac v0.12.1 |
1516 | 2023-12-07T03:35:41.347Z | Compiling lazy_static v1.4.0 |
1517 | 2023-12-07T03:35:41.569Z | Compiling socket2 v0.4.9 |
1518 | 2023-12-07T03:35:41.642Z | Compiling flagset v0.4.3 |
1519 | 2023-12-07T03:35:41.905Z | Compiling unicode-width v0.1.11 |
1520 | 2023-12-07T03:35:42.273Z | Compiling unicode-segmentation v1.10.1 |
1521 | 2023-12-07T03:35:42.765Z | Compiling siphasher v0.3.11 |
1522 | 2023-12-07T03:35:42.968Z | Compiling adler v1.0.2 |
1523 | 2023-12-07T03:35:43.259Z | Compiling try-lock v0.2.4 |
1524 | 2023-12-07T03:35:43.593Z | Compiling want v0.3.1 |
1525 | 2023-12-07T03:35:43.637Z | Compiling miniz_oxide v0.7.1 |
1526 | 2023-12-07T03:35:45.597Z | Compiling der v0.7.8 |
1527 | 2023-12-07T03:35:47.687Z | Compiling rustls-webpki v0.101.7 |
1528 | 2023-12-07T03:35:47.814Z | Compiling sct v0.7.0 |
1529 | 2023-12-07T03:35:49.985Z | Compiling h2 v0.3.21 |
1530 | 2023-12-07T03:35:50.401Z | Compiling form_urlencoded v1.2.1 |
1531 | 2023-12-07T03:35:50.652Z | Compiling http-body v0.4.5 |
1532 | 2023-12-07T03:35:50.888Z | Compiling hubpack_derive v0.1.1 |
1533 | 2023-12-07T03:35:51.263Z | Compiling zerocopy-derive v0.6.4 |
1534 | 2023-12-07T03:35:52.110Z | Compiling pin-project-internal v1.1.3 |
1535 | 2023-12-07T03:35:54.582Z | Compiling num-iter v0.1.43 |
1536 | 2023-12-07T03:35:54.583Z | Compiling tower-service v0.3.2 |
1537 | 2023-12-07T03:35:54.689Z | Compiling httpdate v1.0.3 |
1538 | 2023-12-07T03:35:55.085Z | Compiling cpufeatures v0.2.9 |
1539 | 2023-12-07T03:35:55.333Z | Compiling anstyle v1.0.2 |
1540 | 2023-12-07T03:35:55.973Z | Compiling utf8parse v0.2.1 |
1541 | 2023-12-07T03:35:56.209Z | Compiling anstyle-parse v0.2.1 |
1542 | 2023-12-07T03:35:56.638Z | Compiling sha2 v0.10.8 |
1543 | 2023-12-07T03:35:58.828Z | Compiling spki v0.7.2 |
1544 | 2023-12-07T03:36:00.059Z | Compiling usdt-macro v0.3.5 |
1545 | 2023-12-07T03:36:00.168Z | Compiling usdt-attr-macro v0.3.5 |
1546 | 2023-12-07T03:36:01.262Z | Compiling hyper v0.14.27 |
1547 | 2023-12-07T03:36:02.081Z | Compiling openapiv3 v2.0.0-rc.1 |
1548 | 2023-12-07T03:36:02.201Z | Compiling serde_tokenstream v0.2.0 |
1549 | 2023-12-07T03:36:02.704Z | Compiling rustls-pemfile v1.0.3 |
1550 | 2023-12-07T03:36:03.201Z | Compiling md-5 v0.10.5 |
1551 | 2023-12-07T03:36:03.541Z | Compiling idna v0.5.0 |
1552 | 2023-12-07T03:36:04.139Z | Compiling stringprep v0.1.3 |
1553 | 2023-12-07T03:36:05.749Z | Compiling hash32 v0.2.1 |
1554 | 2023-12-07T03:36:06.004Z | Compiling diesel_table_macro_syntax v0.1.0 |
1555 | 2023-12-07T03:36:06.363Z | Compiling stable_deref_trait v1.2.0 |
1556 | 2023-12-07T03:36:06.512Z | Compiling either v1.9.0 |
1557 | 2023-12-07T03:36:06.702Z | Compiling fallible-iterator v0.2.0 |
1558 | 2023-12-07T03:36:06.727Z | Compiling anstyle-query v1.0.0 |
1559 | 2023-12-07T03:36:07.008Z | Compiling gimli v0.28.0 |
1560 | 2023-12-07T03:36:07.827Z | Compiling colorchoice v1.0.0 |
1561 | 2023-12-07T03:36:08.017Z | Compiling anstream v0.5.0 |
1562 | 2023-12-07T03:36:08.049Z | Compiling postgres-protocol v0.6.6 |
1563 | 2023-12-07T03:36:10.143Z | Compiling diesel_derives v2.1.2 |
1564 | 2023-12-07T03:36:13.580Z | Compiling url v2.5.0 |
1565 | 2023-12-07T03:36:15.296Z | Compiling addr2line v0.21.0 |
1566 | 2023-12-07T03:36:16.710Z | Compiling tokio-rustls v0.24.1 |
1567 | 2023-12-07T03:36:17.034Z | Compiling rustls-native-certs v0.6.3 |
1568 | 2023-12-07T03:36:17.854Z | Compiling terminal_size v0.2.6 |
1569 | 2023-12-07T03:36:18.458Z | Compiling pkcs8 v0.10.2 |
1570 | 2023-12-07T03:36:38.110Z | Compiling tokio-native-tls v0.3.1 |
1571 | 2023-12-07T03:36:38.878Z | Compiling phf_shared v0.11.2 |
1572 | 2023-12-07T03:36:38.879Z | Compiling block-padding v0.3.3 |
1573 | 2023-12-07T03:36:38.879Z | Compiling enum-as-inner v0.5.1 |
1574 | 2023-12-07T03:36:38.879Z | Compiling snafu-derive v0.7.5 |
1575 | 2023-12-07T03:36:38.879Z | Compiling regress v0.7.1 |
1576 | 2023-12-07T03:36:38.879Z | Compiling serde_repr v0.1.16 |
1577 | 2023-12-07T03:36:38.879Z | Compiling clap_derive v4.4.2 |
1578 | 2023-12-07T03:36:39.310Z | Compiling ff v0.13.0 |
1579 | 2023-12-07T03:36:39.555Z | Compiling scheduled-thread-pool v0.2.7 |
1580 | 2023-12-07T03:36:39.556Z | Compiling object v0.32.1 |
1581 | 2023-12-07T03:36:39.556Z | Compiling managed v0.8.0 |
1582 | 2023-12-07T03:36:39.556Z | Compiling bit-vec v0.6.3 |
1583 | 2023-12-07T03:36:39.556Z | Compiling base16ct v0.2.0 |
1584 | 2023-12-07T03:36:39.556Z | Compiling clap_lex v0.5.1 |
1585 | 2023-12-07T03:36:39.556Z | Compiling rustc-demangle v0.1.23 |
1586 | 2023-12-07T03:36:39.556Z | Compiling matches v0.1.10 |
1587 | 2023-12-07T03:36:39.556Z | Compiling regex-automata v0.1.10 |
1588 | 2023-12-07T03:36:39.556Z | Compiling deranged v0.3.8 |
1589 | 2023-12-07T03:36:39.556Z | Compiling ipnet v2.8.0 |
1590 | 2023-12-07T03:36:39.556Z | Compiling num_threads v0.1.6 |
1591 | 2023-12-07T03:36:39.560Z | Compiling time v0.3.27 |
1592 | 2023-12-07T03:36:39.560Z | Compiling bstr v0.2.17 |
1593 | 2023-12-07T03:36:39.560Z | Compiling idna v0.2.3 |
1594 | 2023-12-07T03:36:41.639Z | Compiling clap_builder v4.4.2 |
1595 | 2023-12-07T03:36:44.237Z | Compiling sec1 v0.7.3 |
1596 | 2023-12-07T03:36:44.391Z | Compiling r2d2 v0.8.10 |
1597 | 2023-12-07T03:36:45.532Z | Compiling group v0.13.0 |
1598 | 2023-12-07T03:36:45.881Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1599 | 2023-12-07T03:36:46.675Z | Compiling inout v0.1.3 |
1600 | 2023-12-07T03:36:47.564Z | Compiling phf v0.11.2 |
1601 | 2023-12-07T03:36:47.664Z | Compiling hyper-tls v0.5.0 |
1602 | 2023-12-07T03:36:47.690Z | Compiling hyper-rustls v0.24.2 |
1603 | 2023-12-07T03:36:47.990Z | Compiling signal-hook-mio v0.2.3 |
1604 | 2023-12-07T03:36:48.158Z | Compiling bzip2 v0.4.4 |
1605 | 2023-12-07T03:36:48.206Z | Compiling flate2 v1.0.28 |
1606 | 2023-12-07T03:36:48.451Z | Compiling postgres-types v0.2.6 |
1607 | 2023-12-07T03:36:48.725Z | Compiling itertools v0.11.0 |
1608 | 2023-12-07T03:36:49.672Z | Compiling pin-project v1.1.3 |
1609 | 2023-12-07T03:36:49.843Z | Compiling zerocopy v0.6.4 |
1610 | 2023-12-07T03:36:50.901Z | Compiling hubpack v0.1.2 |
1611 | 2023-12-07T03:36:51.229Z | Compiling serde_urlencoded v0.7.1 |
1612 | 2023-12-07T03:36:51.578Z | Compiling phf_shared v0.10.0 |
1613 | 2023-12-07T03:36:52.027Z | Compiling hkdf v0.12.3 |
1614 | 2023-12-07T03:36:52.550Z | Compiling ipnetwork v0.20.0 |
1615 | 2023-12-07T03:36:53.329Z | Compiling futures-executor v0.3.29 |
1616 | 2023-12-07T03:36:53.852Z | Compiling crypto-bigint v0.5.2 |
1617 | 2023-12-07T03:36:54.087Z | Compiling float-cmp v0.9.0 |
1618 | 2023-12-07T03:36:54.218Z | Compiling proc-macro-error-attr v1.0.4 |
1619 | 2023-12-07T03:36:54.401Z | Compiling encoding_rs v0.8.33 |
1620 | 2023-12-07T03:36:57.235Z | Compiling webpki-roots v0.25.2 |
1621 | 2023-12-07T03:36:57.449Z | Compiling fixedbitset v0.4.2 |
1622 | 2023-12-07T03:36:58.554Z | Compiling normalize-line-endings v0.3.0 |
1623 | 2023-12-07T03:36:58.713Z | Compiling whoami v1.4.1 |
1624 | 2023-12-07T03:36:59.505Z | Compiling static_assertions v1.1.0 |
1625 | 2023-12-07T03:36:59.945Z | Compiling difflib v0.4.0 |
1626 | 2023-12-07T03:37:00.744Z | Compiling precomputed-hash v0.1.1 |
1627 | 2023-12-07T03:37:00.898Z | Compiling mime v0.3.17 |
1628 | 2023-12-07T03:37:01.726Z | Compiling regex-automata v0.3.8 |
1629 | 2023-12-07T03:37:02.552Z | Compiling predicates-core v1.0.6 |
1630 | 2023-12-07T03:37:03.562Z | Compiling data-encoding v2.4.0 |
1631 | 2023-12-07T03:37:05.100Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2023-12-07T03:37:05.113Z | Compiling string_cache v0.8.7 |
1633 | 2023-12-07T03:37:05.635Z | Compiling trust-dns-proto v0.22.0 |
1634 | 2023-12-07T03:37:05.704Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1635 | 2023-12-07T03:37:06.403Z | Compiling bstr v1.6.0 |
1636 | 2023-12-07T03:37:08.750Z | Compiling predicates v3.0.4 |
1637 | 2023-12-07T03:37:11.251Z | Compiling reqwest v0.11.22 |
1638 | 2023-12-07T03:37:12.789Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1639 | 2023-12-07T03:37:15.094Z | Compiling tokio-postgres v0.7.10 |
1640 | 2023-12-07T03:37:15.501Z | Compiling petgraph v0.6.4 |
1641 | 2023-12-07T03:37:17.924Z | Compiling elliptic-curve v0.13.8 |
1642 | 2023-12-07T03:37:24.850Z | Compiling futures v0.3.29 |
1643 | 2023-12-07T03:37:25.692Z | Compiling diesel v2.1.4 |
1644 | 2023-12-07T03:37:25.989Z | Compiling yasna v0.5.2 |
1645 | 2023-12-07T03:37:26.185Z | Compiling snafu v0.7.5 |
1646 | 2023-12-07T03:37:27.440Z | Compiling zip v0.6.6 |
1647 | 2023-12-07T03:37:28.002Z | Compiling crossterm v0.27.0 |
1648 | 2023-12-07T03:37:28.651Z | Compiling clap v4.4.3 |
1649 | 2023-12-07T03:37:28.823Z | Compiling cipher v0.4.4 |
1650 | 2023-12-07T03:37:29.884Z | Compiling similar v2.2.1 |
1651 | 2023-12-07T03:37:31.150Z | Compiling bit-set v0.5.3 |
1652 | 2023-12-07T03:37:31.684Z | Compiling itertools v0.10.5 |
1653 | 2023-12-07T03:37:31.746Z | Compiling usdt v0.3.5 |
1654 | 2023-12-07T03:37:32.677Z | Compiling console v0.15.7 |
1655 | 2023-12-07T03:37:33.054Z | Compiling tokio-stream v0.1.14 |
1656 | 2023-12-07T03:37:33.214Z | Compiling toml v0.7.8 |
1657 | 2023-12-07T03:37:33.461Z | Compiling proc-macro-crate v1.3.1 |
1658 | 2023-12-07T03:37:34.964Z | Compiling toml_edit v0.21.0 |
1659 | 2023-12-07T03:37:34.975Z | Compiling hex v0.4.3 |
1660 | 2023-12-07T03:37:35.371Z | Compiling proc-macro-error v1.0.4 |
1661 | 2023-12-07T03:37:36.080Z | Compiling lalrpop-util v0.19.12 |
1662 | 2023-12-07T03:37:38.734Z | Compiling num_enum_derive v0.5.11 |
1663 | 2023-12-07T03:37:42.738Z | Compiling atty v0.2.14 |
1664 | 2023-12-07T03:37:43.281Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1665 | 2023-12-07T03:37:43.779Z | Compiling ident_case v1.0.1 |
1666 | 2023-12-07T03:37:44.036Z | Compiling smoltcp v0.10.0 |
1667 | 2023-12-07T03:37:45.022Z | Compiling darling_core v0.20.3 |
1668 | 2023-12-07T03:37:51.856Z | Compiling num_enum v0.5.11 |
1669 | 2023-12-07T03:38:11.827Z | Compiling dirs-sys-next v0.1.2 |
1670 | 2023-12-07T03:38:15.000Z | Compiling camino v1.1.6 |
1671 | 2023-12-07T03:38:15.603Z | Compiling embedded-io v0.4.0 |
1672 | 2023-12-07T03:38:16.253Z | Compiling cobs v0.2.3 |
1673 | 2023-12-07T03:38:17.002Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2023-12-07T03:38:17.003Z | Compiling postcard v1.0.8 |
1675 | 2023-12-07T03:38:36.812Z | Compiling dirs-next v2.0.0 |
1676 | 2023-12-07T03:38:37.340Z | Compiling darling_macro v0.20.3 |
1677 | 2023-12-07T03:38:37.465Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1678 | 2023-12-07T03:38:37.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1679 | 2023-12-07T03:38:37.466Z | Compiling getopts v0.2.21 |
1680 | 2023-12-07T03:38:40.502Z | Compiling foreign-types-macros v0.2.3 |
1681 | 2023-12-07T03:38:41.499Z | Compiling structmeta-derive v0.2.0 |
1682 | 2023-12-07T03:38:44.963Z | Compiling thread_local v1.1.7 |
1683 | 2023-12-07T03:38:45.763Z | Compiling multer v2.1.0 |
1684 | 2023-12-07T03:38:46.192Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1685 | 2023-12-07T03:38:46.634Z | Compiling slog-async v2.8.0 |
1686 | 2023-12-07T03:38:49.117Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1687 | 2023-12-07T03:38:49.531Z | Compiling match_cfg v0.1.0 |
1688 | 2023-12-07T03:38:50.497Z | Compiling paste v1.0.14 |
1689 | 2023-12-07T03:38:50.599Z | Compiling unsafe-libyaml v0.2.9 |
1690 | 2023-12-07T03:38:51.103Z | Compiling foreign-types-shared v0.3.1 |
1691 | 2023-12-07T03:38:51.268Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1692 | 2023-12-07T03:38:51.599Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1693 | 2023-12-07T03:38:53.407Z | Compiling serde_yaml v0.9.25 |
1694 | 2023-12-07T03:38:57.760Z | Compiling foreign-types v0.5.0 |
1695 | 2023-12-07T03:38:59.631Z | Compiling hostname v0.3.1 |
1696 | 2023-12-07T03:39:15.474Z | Compiling structmeta v0.2.0 |
1697 | 2023-12-07T03:39:15.572Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-12-07T03:39:18.663Z | Compiling darling v0.20.3 |
1699 | 2023-12-07T03:39:19.183Z | Compiling term v0.7.0 |
1700 | 2023-12-07T03:39:24.773Z | Compiling slog-json v2.6.1 |
1701 | 2023-12-07T03:39:25.557Z | Compiling is-terminal v0.4.9 |
1702 | 2023-12-07T03:39:25.739Z | Compiling crossbeam-channel v0.5.8 |
1703 | 2023-12-07T03:39:28.987Z | Compiling strum v0.25.0 |
1704 | 2023-12-07T03:39:29.441Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2023-12-07T03:39:30.230Z | Compiling zerocopy-derive v0.7.26 |
1706 | 2023-12-07T03:39:30.256Z | Compiling async-stream-impl v0.3.5 |
1707 | 2023-12-07T03:39:30.722Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1708 | 2023-12-07T03:39:31.320Z | Compiling cstr-argument v0.1.2 |
1709 | 2023-12-07T03:39:31.674Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1710 | 2023-12-07T03:39:31.855Z | Compiling fastrand v2.0.0 |
1711 | 2023-12-07T03:39:32.584Z | Compiling atomic-waker v1.1.1 |
1712 | 2023-12-07T03:39:32.593Z | Compiling crucible-workspace-hack v0.1.0 |
1713 | 2023-12-07T03:39:32.772Z | Compiling pretty-hex v0.2.1 |
1714 | 2023-12-07T03:39:32.894Z | Compiling regex-syntax v0.7.5 |
1715 | 2023-12-07T03:39:35.564Z | Compiling take_mut v0.2.2 |
1716 | 2023-12-07T03:39:36.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1717 | 2023-12-07T03:39:43.058Z | Compiling parse-display-derive v0.8.2 |
1718 | 2023-12-07T03:39:45.105Z | Compiling zerocopy v0.7.26 |
1719 | 2023-12-07T03:39:46.898Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1720 | 2023-12-07T03:39:47.759Z | Compiling tempfile v3.8.1 |
1721 | 2023-12-07T03:39:49.167Z | Compiling waitgroup v0.1.2 |
1722 | 2023-12-07T03:39:49.517Z | Compiling async-stream v0.3.5 |
1723 | 2023-12-07T03:39:50.411Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1724 | 2023-12-07T03:39:51.780Z | Compiling colored v2.0.4 |
1725 | 2023-12-07T03:39:52.650Z | Compiling slog-bunyan v2.4.0 |
1726 | 2023-12-07T03:39:53.042Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-12-07T03:39:53.970Z | Compiling slog-term v2.9.0 |
1728 | 2023-12-07T03:39:58.393Z | Compiling serde_with_macros v2.3.3 |
1729 | 2023-12-07T03:40:05.334Z | Compiling toml v0.8.8 |
1730 | 2023-12-07T03:40:05.943Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1731 | 2023-12-07T03:40:07.484Z | Compiling sha1 v0.10.6 |
1732 | 2023-12-07T03:40:08.691Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1733 | 2023-12-07T03:40:09.145Z | Compiling textwrap v0.11.0 |
1734 | 2023-12-07T03:40:10.919Z | Compiling heck v0.3.3 |
1735 | 2023-12-07T03:40:11.447Z | Compiling serde_path_to_error v0.1.14 |
1736 | 2023-12-07T03:40:12.667Z | Compiling instant v0.1.12 |
1737 | 2023-12-07T03:40:12.882Z | Compiling vec_map v0.8.2 |
1738 | 2023-12-07T03:40:13.410Z | Compiling rayon-core v1.12.0 |
1739 | 2023-12-07T03:40:13.434Z | Compiling libefi-sys v0.1.0 |
1740 | 2023-12-07T03:40:13.731Z | Compiling ansi_term v0.12.1 |
1741 | 2023-12-07T03:40:13.818Z | Compiling strsim v0.8.0 |
1742 | 2023-12-07T03:40:13.843Z | Compiling debug-ignore v1.0.5 |
1743 | 2023-12-07T03:40:14.178Z | Compiling clap v2.34.0 |
1744 | 2023-12-07T03:40:15.159Z | Compiling backoff v0.4.0 |
1745 | 2023-12-07T03:40:15.741Z | Compiling structopt-derive v0.4.18 |
1746 | 2023-12-07T03:40:16.045Z | Compiling serde_with v2.3.3 |
1747 | 2023-12-07T03:40:18.146Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1748 | 2023-12-07T03:40:18.439Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1749 | 2023-12-07T03:40:20.081Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1750 | 2023-12-07T03:40:23.445Z | Compiling parse-display v0.8.2 |
1751 | 2023-12-07T03:40:23.894Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1752 | 2023-12-07T03:40:24.232Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1753 | 2023-12-07T03:40:24.478Z | Compiling zone_cfg_derive v0.3.0 |
1754 | 2023-12-07T03:40:24.689Z | Compiling crossbeam-deque v0.8.3 |
1755 | 2023-12-07T03:40:24.809Z | Compiling macaddr v1.0.1 |
1756 | 2023-12-07T03:40:25.277Z | Compiling num-derive v0.4.0 |
1757 | 2023-12-07T03:40:25.964Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1758 | 2023-12-07T03:40:26.485Z | Compiling portable-atomic v1.4.3 |
1759 | 2023-12-07T03:40:26.626Z | Compiling zone v0.3.0 |
1760 | 2023-12-07T03:40:28.793Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1761 | 2023-12-07T03:40:40.196Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1762 | 2023-12-07T03:40:40.453Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1763 | 2023-12-07T03:40:40.453Z | Compiling structopt v0.3.26 |
1764 | 2023-12-07T03:40:40.553Z | Compiling camino-tempfile v1.1.1 |
1765 | 2023-12-07T03:40:40.554Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1766 | 2023-12-07T03:40:40.554Z | Compiling smf v0.2.2 |
1767 | 2023-12-07T03:40:40.554Z | Compiling filetime v0.2.23 |
1768 | 2023-12-07T03:40:40.554Z | Compiling xattr v1.0.1 |
1769 | 2023-12-07T03:40:40.554Z | Compiling same-file v1.0.6 |
1770 | 2023-12-07T03:40:40.555Z | Compiling tar v0.4.40 |
1771 | 2023-12-07T03:40:40.555Z | Compiling walkdir v2.4.0 |
1772 | 2023-12-07T03:40:40.558Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1773 | 2023-12-07T03:40:40.558Z | Compiling rayon v1.8.0 |
1774 | 2023-12-07T03:40:40.558Z | Compiling number_prefix v0.4.0 |
1775 | 2023-12-07T03:40:40.559Z | Compiling omicron-zone-package v0.9.1 |
1776 | 2023-12-07T03:40:42.661Z | Compiling topological-sort v0.2.2 |
1777 | 2023-12-07T03:40:43.025Z | Compiling swrite v0.1.0 |
1778 | 2023-12-07T03:40:48.200Z | Compiling indicatif v0.17.7 |
1779 | 2023-12-07T03:41:01.891Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1780 | 2023-12-07T03:41:11.909Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1781 | 2023-12-07T03:41:15.221Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1782 | 2023-12-07T03:41:16.496Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1783 | 2023-12-07T03:41:43.269Z | Finished release [optimized] target(s) in 7m 43s |
1784 | 2023-12-07T03:41:43.512Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1785 | 2023-12-07T03:41:43.594Z | Created new build target 'test' and set it as active |
1786 | 2023-12-07T03:41:43.597Z | |
1787 | 2023-12-07T03:41:43.598Z | real 7:43.750128089 |
1788 | 2023-12-07T03:41:43.598Z | user 50:05.140225957 |
1789 | 2023-12-07T03:41:43.598Z | sys 4:29.836408838 |
1790 | 2023-12-07T03:41:43.599Z | trap 2.113562916 |
1791 | 2023-12-07T03:41:43.599Z | tflt 4.043670322 |
1792 | 2023-12-07T03:41:43.599Z | dflt 4.312033755 |
1793 | 2023-12-07T03:41:43.599Z | kflt 0.023496134 |
1794 | 2023-12-07T03:41:43.600Z | lock 1:48:15.631956937 |
1795 | 2023-12-07T03:41:43.600Z | slp 2:20:35.888238086 |
1796 | 2023-12-07T03:41:43.600Z | lat 2:26.361423109 |
1797 | 2023-12-07T03:41:43.600Z | stop 3:52.962771103 |
1798 | 2023-12-07T03:41:43.600Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1799 | 2023-12-07T03:41:44.685Z | Finished release [optimized] target(s) in 1.00s |
1800 | 2023-12-07T03:41:44.716Z | Running `target/release/omicron-package -t test package` |
1801 | 2023-12-07T03:41:44.755Z | Dec 07 03:41:44.752 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1802 | 2023-12-07T03:41:45.891Z | Compiling linked-hash-map v0.5.6 |
1803 | 2023-12-07T03:41:45.891Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1804 | 2023-12-07T03:41:45.911Z | Compiling password-hash v0.5.0 |
1805 | 2023-12-07T03:41:45.912Z | Compiling blake2 v0.10.6 |
1806 | 2023-12-07T03:41:45.912Z | Compiling same-file v1.0.6 |
1807 | 2023-12-07T03:41:45.912Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1808 | 2023-12-07T03:41:45.926Z | Compiling semver-parser v0.10.2 |
1809 | 2023-12-07T03:41:45.926Z | Compiling quick-error v1.2.3 |
1810 | 2023-12-07T03:41:46.121Z | Compiling walkdir v2.4.0 |
1811 | 2023-12-07T03:41:46.223Z | Compiling fastrand v2.0.0 |
1812 | 2023-12-07T03:41:46.443Z | Compiling lru-cache v0.1.2 |
1813 | 2023-12-07T03:41:46.728Z | Compiling argon2 v0.5.2 |
1814 | 2023-12-07T03:41:46.960Z | Compiling tempfile v3.8.1 |
1815 | 2023-12-07T03:41:47.151Z | Compiling semver v0.11.0 |
1816 | 2023-12-07T03:41:48.089Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1817 | 2023-12-07T03:41:48.138Z | Compiling resolv-conf v0.7.0 |
1818 | 2023-12-07T03:41:48.183Z | Compiling xattr v1.0.1 |
1819 | 2023-12-07T03:41:48.486Z | Compiling filetime v0.2.23 |
1820 | 2023-12-07T03:41:48.862Z | Compiling slog-dtrace v0.2.3 |
1821 | 2023-12-07T03:41:48.912Z | Compiling home v0.5.5 |
1822 | 2023-12-07T03:41:49.027Z | Compiling tar v0.4.40 |
1823 | 2023-12-07T03:41:49.240Z | Compiling toolchain_find v0.2.0 |
1824 | 2023-12-07T03:41:49.354Z | Compiling trust-dns-resolver v0.22.0 |
1825 | 2023-12-07T03:41:49.961Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1826 | 2023-12-07T03:41:50.036Z | Compiling toml v0.5.11 |
1827 | 2023-12-07T03:41:50.597Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1828 | 2023-12-07T03:41:50.860Z | Compiling omicron-zone-package v0.9.1 |
1829 | 2023-12-07T03:41:51.255Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1830 | 2023-12-07T03:41:51.606Z | Compiling toml v0.8.8 |
1831 | 2023-12-07T03:41:52.039Z | Compiling num-rational v0.4.1 |
1832 | 2023-12-07T03:41:52.467Z | Compiling cancel-safe-futures v0.1.5 |
1833 | 2023-12-07T03:41:53.780Z | Compiling rustfmt-wrapper v0.2.0 |
1834 | 2023-12-07T03:41:53.883Z | Compiling convert_case v0.4.0 |
1835 | 2023-12-07T03:41:55.061Z | Compiling derive_more v0.99.17 |
1836 | 2023-12-07T03:41:55.339Z | Compiling num-complex v0.4.4 |
1837 | 2023-12-07T03:41:55.749Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1838 | 2023-12-07T03:41:56.661Z | Compiling fxhash v0.2.1 |
1839 | 2023-12-07T03:41:57.071Z | Compiling num v0.4.1 |
1840 | 2023-12-07T03:41:57.257Z | Compiling unicase v2.7.0 |
1841 | 2023-12-07T03:41:57.257Z | Compiling utf-8 v0.7.6 |
1842 | 2023-12-07T03:41:57.709Z | Compiling semver v0.1.20 |
1843 | 2023-12-07T03:41:57.709Z | Compiling tungstenite v0.20.1 |
1844 | 2023-12-07T03:41:58.018Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1845 | 2023-12-07T03:41:58.019Z | Compiling half v1.8.2 |
1846 | 2023-12-07T03:41:58.547Z | Compiling rustc_version v0.1.7 |
1847 | 2023-12-07T03:41:59.320Z | Compiling ciborium-io v0.2.1 |
1848 | 2023-12-07T03:41:59.320Z | Compiling arc-swap v1.6.0 |
1849 | 2023-12-07T03:42:19.120Z | Compiling keccak v0.1.4 |
1850 | 2023-12-07T03:42:20.343Z | Compiling radium v0.7.0 |
1851 | 2023-12-07T03:42:20.344Z | Compiling slog-scope v4.4.0 |
1852 | 2023-12-07T03:42:20.344Z | Compiling sha3 v0.10.8 |
1853 | 2023-12-07T03:42:20.344Z | Compiling tokio-tungstenite v0.20.1 |
1854 | 2023-12-07T03:42:20.344Z | Compiling newtype_derive v0.1.6 |
1855 | 2023-12-07T03:42:20.344Z | Compiling ciborium-ll v0.2.1 |
1856 | 2023-12-07T03:42:20.345Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1857 | 2023-12-07T03:42:20.345Z | Compiling secrecy v0.8.0 |
1858 | 2023-12-07T03:42:20.345Z | Compiling parking_lot_core v0.8.6 |
1859 | 2023-12-07T03:42:20.345Z | Compiling maybe-uninit v2.0.0 |
1860 | 2023-12-07T03:42:20.345Z | Compiling tap v1.0.1 |
1861 | 2023-12-07T03:42:20.345Z | Compiling ciborium v0.2.1 |
1862 | 2023-12-07T03:42:20.345Z | Compiling wyz v0.5.1 |
1863 | 2023-12-07T03:42:20.751Z | Compiling slog-stdlog v4.1.1 |
1864 | 2023-12-07T03:42:20.938Z | Compiling nibble_vec v0.1.0 |
1865 | 2023-12-07T03:42:20.938Z | Compiling num-bigint-dig v0.8.4 |
1866 | 2023-12-07T03:42:20.938Z | Compiling packed_struct v0.10.1 |
1867 | 2023-12-07T03:42:20.938Z | Compiling crc-catalog v2.2.0 |
1868 | 2023-12-07T03:42:20.938Z | Compiling endian-type v0.1.2 |
1869 | 2023-12-07T03:42:20.938Z | Compiling funty v2.0.0 |
1870 | 2023-12-07T03:42:20.938Z | Compiling radix_trie v0.2.1 |
1871 | 2023-12-07T03:42:20.938Z | Compiling crc v3.0.1 |
1872 | 2023-12-07T03:42:20.938Z | Compiling slog-envlogger v2.2.0 |
1873 | 2023-12-07T03:42:20.938Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1874 | 2023-12-07T03:42:20.938Z | Compiling bitvec v1.0.1 |
1875 | 2023-12-07T03:42:20.938Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1876 | 2023-12-07T03:42:20.938Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1877 | 2023-12-07T03:42:20.938Z | Compiling packed_struct_codegen v0.10.1 |
1878 | 2023-12-07T03:42:20.939Z | Compiling dirs-sys-next v0.1.2 |
1879 | 2023-12-07T03:42:20.939Z | Compiling glob v0.3.1 |
1880 | 2023-12-07T03:42:20.939Z | Compiling nodrop v0.1.14 |
1881 | 2023-12-07T03:42:20.939Z | Compiling platforms v3.0.2 |
1882 | 2023-12-07T03:42:20.943Z | Compiling crunchy v0.2.2 |
1883 | 2023-12-07T03:42:20.943Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1884 | 2023-12-07T03:42:20.943Z | Compiling array-init v0.0.4 |
1885 | 2023-12-07T03:42:20.943Z | Compiling clang-sys v1.6.1 |
1886 | 2023-12-07T03:42:21.601Z | Compiling dirs-next v2.0.0 |
1887 | 2023-12-07T03:42:21.852Z | Compiling parking_lot v0.11.2 |
1888 | 2023-12-07T03:42:24.386Z | Compiling smallvec v0.6.14 |
1889 | 2023-12-07T03:42:25.106Z | Compiling steno v0.4.0 |
1890 | 2023-12-07T03:42:25.803Z | Compiling trust-dns-client v0.22.0 |
1891 | 2023-12-07T03:42:26.222Z | Compiling mime_guess v2.0.4 |
1892 | 2023-12-07T03:42:28.743Z | Compiling pkcs1 v0.7.5 |
1893 | 2023-12-07T03:42:31.709Z | Compiling signature v2.1.0 |
1894 | 2023-12-07T03:42:32.252Z | Compiling tiny-keccak v2.0.2 |
1895 | 2023-12-07T03:42:32.645Z | Compiling termcolor v1.2.0 |
1896 | 2023-12-07T03:42:34.718Z | Compiling bitfield v0.14.0 |
1897 | 2023-12-07T03:42:34.850Z | Compiling prettyplease v0.2.12 |
1898 | 2023-12-07T03:42:35.185Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1899 | 2023-12-07T03:42:35.333Z | Compiling trust-dns-server v0.22.1 |
1900 | 2023-12-07T03:42:37.553Z | Compiling env_logger v0.10.0 |
1901 | 2023-12-07T03:42:44.020Z | Compiling rsa v0.9.2 |
1902 | 2023-12-07T03:42:48.021Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1903 | 2023-12-07T03:42:49.514Z | Compiling serde-hex v0.1.0 |
1904 | 2023-12-07T03:42:52.820Z | Compiling sled v0.34.7 |
1905 | 2023-12-07T03:42:58.208Z | Compiling term v0.7.0 |
1906 | 2023-12-07T03:43:00.249Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1907 | 2023-12-07T03:43:07.260Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1908 | 2023-12-07T03:43:07.769Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1909 | 2023-12-07T03:43:12.040Z | Compiling darling_core v0.14.4 |
1910 | 2023-12-07T03:43:20.556Z | Compiling itertools v0.12.0 |
1911 | 2023-12-07T03:43:26.549Z | Compiling x509-cert v0.2.4 |
1912 | 2023-12-07T03:43:28.661Z | Compiling ron v0.8.1 |
1913 | 2023-12-07T03:43:39.170Z | Compiling minimal-lexical v0.2.1 |
1914 | 2023-12-07T03:43:39.674Z | Compiling buf-list v1.0.3 |
1915 | 2023-12-07T03:43:39.959Z | Compiling crc-any v2.4.3 |
1916 | 2023-12-07T03:43:40.467Z | Compiling pretty-hex v0.4.0 |
1917 | 2023-12-07T03:43:40.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1918 | 2023-12-07T03:43:41.587Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1919 | 2023-12-07T03:43:45.261Z | Compiling nom v7.1.3 |
1920 | 2023-12-07T03:43:48.443Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1921 | 2023-12-07T03:43:51.401Z | Compiling darling_macro v0.14.4 |
1922 | 2023-12-07T03:43:52.380Z | Compiling curve25519-dalek v4.1.0 |
1923 | 2023-12-07T03:43:52.516Z | Compiling ascii-canvas v3.0.0 |
1924 | 2023-12-07T03:43:52.893Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1925 | 2023-12-07T03:43:53.023Z | Compiling object v0.30.4 |
1926 | 2023-12-07T03:43:53.186Z | Compiling is-terminal v0.4.9 |
1927 | 2023-12-07T03:43:53.336Z | Compiling kstat-rs v0.2.3 |
1928 | 2023-12-07T03:43:53.394Z | Compiling libsw v3.3.0 |
1929 | 2023-12-07T03:43:53.866Z | Compiling ena v0.14.2 |
1930 | 2023-12-07T03:43:54.459Z | Compiling derive-where v1.2.6 |
1931 | 2023-12-07T03:43:55.392Z | Compiling libloading v0.7.4 |
1932 | 2023-12-07T03:43:55.685Z | Compiling regex-syntax v0.6.29 |
1933 | 2023-12-07T03:43:55.907Z | Compiling bindgen v0.65.1 |
1934 | 2023-12-07T03:43:56.493Z | Compiling diff v0.1.13 |
1935 | 2023-12-07T03:43:57.352Z | Compiling path-slash v0.1.5 |
1936 | 2023-12-07T03:43:57.658Z | Compiling linear-map v1.2.0 |
1937 | 2023-12-07T03:43:58.261Z | Compiling owo-colors v3.5.0 |
1938 | 2023-12-07T03:44:03.703Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1939 | 2023-12-07T03:44:04.518Z | Compiling lalrpop v0.19.12 |
1940 | 2023-12-07T03:44:17.617Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1941 | 2023-12-07T03:44:17.773Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1942 | 2023-12-07T03:44:18.832Z | Compiling darling v0.14.4 |
1943 | 2023-12-07T03:44:18.989Z | Compiling cexpr v0.6.0 |
1944 | 2023-12-07T03:44:21.307Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1945 | 2023-12-07T03:44:21.469Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1946 | 2023-12-07T03:44:22.440Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1947 | 2023-12-07T03:44:25.184Z | Compiling which v4.4.0 |
1948 | 2023-12-07T03:44:25.997Z | Compiling universal-hash v0.5.1 |
1949 | 2023-12-07T03:44:26.329Z | Compiling thiserror-impl-no-std v2.0.2 |
1950 | 2023-12-07T03:44:28.198Z | Compiling curve25519-dalek-derive v0.1.0 |
1951 | 2023-12-07T03:44:29.752Z | Compiling memoffset v0.7.1 |
1952 | 2023-12-07T03:44:30.195Z | Compiling lazycell v1.3.0 |
1953 | 2023-12-07T03:44:30.339Z | Compiling peeking_take_while v0.1.2 |
1954 | 2023-12-07T03:44:30.438Z | Compiling opaque-debug v0.3.0 |
1955 | 2023-12-07T03:44:30.513Z | Compiling shlex v1.1.0 |
1956 | 2023-12-07T03:44:30.573Z | Compiling display-error-chain v0.2.0 |
1957 | 2023-12-07T03:44:30.601Z | Compiling rustc-hash v1.1.0 |
1958 | 2023-12-07T03:44:30.747Z | Compiling thiserror-no-std v2.0.2 |
1959 | 2023-12-07T03:44:30.811Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1960 | 2023-12-07T03:44:30.890Z | Compiling poly1305 v0.8.0 |
1961 | 2023-12-07T03:44:32.443Z | Compiling derive_builder_core v0.12.0 |
1962 | 2023-12-07T03:44:36.011Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1963 | 2023-12-07T03:44:40.354Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1964 | 2023-12-07T03:44:40.769Z | Compiling chacha20 v0.9.1 |
1965 | 2023-12-07T03:44:41.512Z | Compiling globset v0.4.13 |
1966 | 2023-12-07T03:44:44.119Z | Compiling pem v3.0.2 |
1967 | 2023-12-07T03:44:46.386Z | Compiling olpc-cjson v0.1.3 |
1968 | 2023-12-07T03:44:47.242Z | Compiling aead v0.5.2 |
1969 | 2023-12-07T03:44:47.714Z | Compiling bcs v0.1.6 |
1970 | 2023-12-07T03:44:47.902Z | Compiling libxml v0.3.3 |
1971 | 2023-12-07T03:44:48.394Z | Compiling serde_plain v1.0.2 |
1972 | 2023-12-07T03:44:49.136Z | Compiling async-recursion v1.0.5 |
1973 | 2023-12-07T03:44:49.220Z | Compiling typed-path v0.6.0 |
1974 | 2023-12-07T03:44:50.575Z | Compiling ref-cast v1.0.20 |
1975 | 2023-12-07T03:44:51.237Z | Compiling highway v1.1.0 |
1976 | 2023-12-07T03:44:51.277Z | Compiling polar-core v0.27.0 |
1977 | 2023-12-07T03:44:53.221Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1978 | 2023-12-07T03:44:53.552Z | Compiling tough v0.15.0 |
1979 | 2023-12-07T03:44:53.646Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1980 | 2023-12-07T03:44:55.657Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2023-12-07T03:44:56.004Z | Compiling derive_builder_macro v0.12.0 |
1982 | 2023-12-07T03:44:56.015Z | Compiling vsss-rs v3.3.1 |
1983 | 2023-12-07T03:44:57.321Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1984 | 2023-12-07T03:45:00.906Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1985 | 2023-12-07T03:45:01.308Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1986 | 2023-12-07T03:45:03.911Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1987 | 2023-12-07T03:45:05.777Z | Compiling strum_macros v0.24.3 |
1988 | 2023-12-07T03:45:07.099Z | Compiling ref-cast-impl v1.0.20 |
1989 | 2023-12-07T03:45:07.229Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1990 | 2023-12-07T03:45:07.644Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1991 | 2023-12-07T03:45:08.063Z | Compiling cookie v0.18.0 |
1992 | 2023-12-07T03:45:08.490Z | Compiling salty v0.2.0 |
1993 | 2023-12-07T03:45:08.803Z | Compiling http-range v0.1.5 |
1994 | 2023-12-07T03:45:09.052Z | Compiling signature v1.6.4 |
1995 | 2023-12-07T03:45:09.267Z | Compiling indoc v1.0.9 |
1996 | 2023-12-07T03:45:09.748Z | Compiling ed25519 v1.5.3 |
1997 | 2023-12-07T03:45:10.296Z | Compiling hyper-staticfile v0.9.5 |
1998 | 2023-12-07T03:45:11.128Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1999 | 2023-12-07T03:45:15.804Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2000 | 2023-12-07T03:45:16.474Z | Compiling derive_builder v0.12.0 |
2001 | 2023-12-07T03:45:28.471Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2002 | 2023-12-07T03:45:33.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2003 | 2023-12-07T03:45:34.136Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2004 | 2023-12-07T03:45:34.549Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2005 | 2023-12-07T03:45:39.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2006 | 2023-12-07T03:45:39.855Z | Compiling headers-core v0.2.0 |
2007 | 2023-12-07T03:45:39.913Z | Compiling bb8 v0.8.1 |
2008 | 2023-12-07T03:45:40.086Z | Compiling quick-xml v0.23.1 |
2009 | 2023-12-07T03:45:40.786Z | Compiling serde-big-array v0.5.1 |
2010 | 2023-12-07T03:45:41.149Z | Compiling oso-derive v0.27.0 |
2011 | 2023-12-07T03:45:42.621Z | Compiling impl-trait-for-tuples v0.2.2 |
2012 | 2023-12-07T03:45:43.201Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2013 | 2023-12-07T03:45:43.970Z | Compiling fs-err v2.11.0 |
2014 | 2023-12-07T03:45:44.395Z | Compiling rustls-pki-types v1.0.1 |
2015 | 2023-12-07T03:45:44.402Z | Compiling rustls v0.22.0 |
2016 | 2023-12-07T03:45:44.788Z | Compiling maplit v1.0.2 |
2017 | 2023-12-07T03:45:44.949Z | Compiling rustls-webpki v0.102.0 |
2018 | 2023-12-07T03:45:46.488Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2019 | 2023-12-07T03:45:56.254Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2020 | 2023-12-07T03:45:57.794Z | Compiling headers v0.3.9 |
2021 | 2023-12-07T03:45:58.656Z | Compiling oso v0.27.0 |
2022 | 2023-12-07T03:46:01.108Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2023 | 2023-12-07T03:46:04.596Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2024 | 2023-12-07T03:46:23.720Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2025 | 2023-12-07T03:46:24.798Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2026 | 2023-12-07T03:46:25.222Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2027 | 2023-12-07T03:46:27.330Z | Compiling signal-hook-tokio v0.3.1 |
2028 | 2023-12-07T03:46:27.599Z | Compiling serde-big-array v0.4.1 |
2029 | 2023-12-07T03:46:27.850Z | Compiling cassowary v0.3.0 |
2030 | 2023-12-07T03:46:27.880Z | Compiling indoc v2.0.3 |
2031 | 2023-12-07T03:46:29.374Z | Compiling ratatui v0.23.0 |
2032 | 2023-12-07T03:46:29.584Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2033 | 2023-12-07T03:46:32.118Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2034 | 2023-12-07T03:46:54.366Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2035 | 2023-12-07T03:47:04.389Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2036 | 2023-12-07T03:47:04.952Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2037 | 2023-12-07T03:47:07.674Z | Compiling fatfs v0.3.6 |
2038 | 2023-12-07T03:47:12.751Z | Compiling bytesize v1.3.0 |
2039 | 2023-12-07T03:47:12.997Z | Compiling nanorand v0.7.0 |
2040 | 2023-12-07T03:47:13.645Z | Compiling rtoolbox v0.0.1 |
2041 | 2023-12-07T03:47:14.146Z | Compiling smawk v0.3.1 |
2042 | 2023-12-07T03:47:14.323Z | Compiling unicode-linebreak v0.1.5 |
2043 | 2023-12-07T03:47:14.492Z | Compiling is_ci v1.1.1 |
2044 | 2023-12-07T03:47:14.534Z | Compiling corncobs v0.1.3 |
2045 | 2023-12-07T03:47:14.878Z | Compiling assert_matches v1.5.0 |
2046 | 2023-12-07T03:47:15.019Z | Compiling textwrap v0.16.0 |
2047 | 2023-12-07T03:47:15.183Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2048 | 2023-12-07T03:47:15.213Z | Compiling supports-color v2.1.0 |
2049 | 2023-12-07T03:47:16.314Z | Compiling rpassword v7.3.1 |
2050 | 2023-12-07T03:47:16.452Z | Compiling flume v0.11.0 |
2051 | 2023-12-07T03:47:16.960Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2052 | 2023-12-07T03:47:17.694Z | Compiling tui-tree-widget v0.13.0 |
2053 | 2023-12-07T03:47:21.087Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2054 | 2023-12-07T03:47:21.206Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2055 | 2023-12-07T03:47:35.101Z | Compiling shell-words v1.1.0 |
2056 | 2023-12-07T03:47:35.795Z | Compiling humantime v2.1.0 |
2057 | 2023-12-07T03:47:37.220Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2058 | 2023-12-07T03:48:00.622Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2059 | 2023-12-07T03:48:38.030Z | error[E0631]: type mismatch in function arguments |
2060 | 2023-12-07T03:48:38.031Z | --> nexus/src/lib.rs:159:44 |
2061 | 2023-12-07T03:48:38.031Z | | |
2062 | 2023-12-07T03:48:38.031Z | 159 | tls_config.clone().map(dropshot::ConfigTls::Dynamic), |
2063 | 2023-12-07T03:48:38.031Z | | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2064 | 2023-12-07T03:48:38.031Z | | | | |
2065 | 2023-12-07T03:48:38.031Z | | | expected due to this |
2066 | 2023-12-07T03:48:38.031Z | | | found signature defined here |
2067 | 2023-12-07T03:48:38.031Z | | required by a bound introduced by this call |
2068 | 2023-12-07T03:48:38.031Z | | |
2069 | 2023-12-07T03:48:38.031Z | = note: expected function signature `fn(ServerConfig) -> _` |
2070 | 2023-12-07T03:48:38.035Z | found function signature `fn(rustls::server::server_conn::ServerConfig) -> _` |
2071 | 2023-12-07T03:48:38.035Z | note: required by a bound in `std::option::Option::<T>::map` |
2072 | 2023-12-07T03:48:38.035Z | --> /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/option.rs:1070:5 |
2073 | 2023-12-07T03:48:38.035Z | |
2074 | 2023-12-07T03:48:38.036Z | error[E0631]: type mismatch in function arguments |
2075 | 2023-12-07T03:48:38.036Z | --> nexus/src/lib.rs:173:36 |
2076 | 2023-12-07T03:48:38.036Z | | |
2077 | 2023-12-07T03:48:38.036Z | 173 | tls_config.map(dropshot::ConfigTls::Dynamic), |
2078 | 2023-12-07T03:48:38.036Z | | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2079 | 2023-12-07T03:48:38.036Z | | | | |
2080 | 2023-12-07T03:48:38.036Z | | | expected due to this |
2081 | 2023-12-07T03:48:38.036Z | | | found signature defined here |
2082 | 2023-12-07T03:48:38.037Z | | required by a bound introduced by this call |
2083 | 2023-12-07T03:48:38.037Z | | |
2084 | 2023-12-07T03:48:38.037Z | = note: expected function signature `fn(ServerConfig) -> _` |
2085 | 2023-12-07T03:48:38.037Z | found function signature `fn(rustls::server::server_conn::ServerConfig) -> _` |
2086 | 2023-12-07T03:48:38.037Z | note: required by a bound in `std::option::Option::<T>::map` |
2087 | 2023-12-07T03:48:38.037Z | --> /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/option.rs:1070:5 |
2088 | 2023-12-07T03:48:38.037Z | |
2089 | 2023-12-07T03:49:36.492Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2090 | 2023-12-07T03:49:36.496Z | For more information about this error, try `rustc --explain E0631`. |
2091 | 2023-12-07T03:49:36.496Z | error: could not compile `omicron-nexus` (lib) due to 2 previous errors |
2092 | 2023-12-07T03:49:36.496Z | warning: build failed, waiting for other jobs to finish... |
2093 | 2023-12-07T03:51:43.060Z | Error: Failed to build packages |
2094 | 2023-12-07T03:51:43.060Z | |
2095 | 2023-12-07T03:51:43.060Z | real 9:57.151794056 |
2096 | 2023-12-07T03:51:43.060Z | user 1:14:32.258210781 |
2097 | 2023-12-07T03:51:43.060Z | sys 3:15.079889075 |
2098 | 2023-12-07T03:51:43.060Z | trap 2.680348135 |
2099 | 2023-12-07T03:51:43.060Z | tflt 0.722101612 |
2100 | 2023-12-07T03:51:43.060Z | dflt 0.758450002 |
2101 | 2023-12-07T03:51:43.060Z | kflt 0.002075513 |
2102 | 2023-12-07T03:51:43.060Z | lock 4:33:02.165040380 |
2103 | 2023-12-07T03:51:43.060Z | slp 3:23:26.437736450 |
2104 | 2023-12-07T03:51:43.060Z | lat 1:50.166624341 |
2105 | 2023-12-07T03:51:43.061Z | stop 32.704583766 |
2106 | 2023-12-07T03:51:43.061Z | process exited: duration 1208374 ms, exit code 1 |
|
2107 | 2023-12-07T03:51:43.108Z | found 1 output files |
2108 | 2023-12-07T03:51:43.108Z | uploading: /work/version.txt (26 bytes) |
2109 | 2023-12-07T03:51:44.265Z | uploaded: /work/version.txt |
2110 | 2023-12-07T03:51:44.265Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
2111 | 2023-12-07T03:51:44.265Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
2112 | 2023-12-07T03:51:44.266Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
2113 | 2023-12-07T03:51:44.266Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |