|
|
|
1 | 2023-12-05T05:09:17.272Z | job assigned to worker 01HGW614HP8YN5GBAM8A2SQWZG (queued for 1 m 3 s) |
|
2 | 2023-12-05T05:09:17.771Z | starting task 0: "setup" |
3 | 2023-12-05T05:09:17.827Z | ++ uname -s |
4 | 2023-12-05T05:09:17.834Z | + kern=SunOS |
5 | 2023-12-05T05:09:17.834Z | + case "$kern" in |
6 | 2023-12-05T05:09:17.836Z | + groupadd -g 12345 build |
7 | 2023-12-05T05:09:17.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T05:09:19.849Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T05:09:19.952Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T05:09:19.955Z | + home_fs=zfs |
11 | 2023-12-05T05:09:19.955Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T05:09:19.955Z | + mkdir -p /home/build |
13 | 2023-12-05T05:09:19.958Z | + chown build:build /home/build /work |
14 | 2023-12-05T05:09:21.969Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T05:09:21.983Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2023-12-05T05:09:22.657Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T05:09:22.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T05:09:22.673Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T05:09:23.044Z | info: downloading installer |
20 | 2023-12-05T05:09:25.025Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T05:09:25.025Z | warning: /opt/ooce/bin |
22 | 2023-12-05T05:09:25.025Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T05:09:25.025Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T05:09:25.025Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T05:09:25.025Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T05:09:25.025Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T05:09:25.028Z | error: cannot install while Rust is installed |
28 | 2023-12-05T05:09:25.028Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T05:09:25.255Z | info: profile set to 'default' |
30 | 2023-12-05T05:09:25.256Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T05:09:25.267Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T05:09:25.440Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T05:09:25.446Z | info: downloading component 'cargo' |
34 | 2023-12-05T05:09:26.246Z | info: downloading component 'clippy' |
35 | 2023-12-05T05:09:26.527Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T05:09:27.528Z | info: downloading component 'rust-std' |
37 | 2023-12-05T05:09:29.388Z | info: downloading component 'rustc' |
38 | 2023-12-05T05:09:33.720Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T05:09:34.053Z | info: installing component 'cargo' |
40 | 2023-12-05T05:09:35.431Z | info: installing component 'clippy' |
41 | 2023-12-05T05:09:36.064Z | info: installing component 'rust-docs' |
42 | 2023-12-05T05:09:38.767Z | info: installing component 'rust-std' |
43 | 2023-12-05T05:09:41.900Z | info: installing component 'rustc' |
44 | 2023-12-05T05:09:48.770Z | info: installing component 'rustfmt' |
45 | 2023-12-05T05:09:49.322Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T05:09:49.322Z | |
47 | 2023-12-05T05:09:49.457Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T05:09:49.457Z | |
49 | 2023-12-05T05:09:49.460Z | |
50 | 2023-12-05T05:09:49.460Z | Rust is installed now. Great! |
51 | 2023-12-05T05:09:49.460Z | |
52 | 2023-12-05T05:09:49.461Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T05:09:49.461Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T05:09:49.461Z | |
55 | 2023-12-05T05:09:49.461Z | To configure your current shell, run: |
56 | 2023-12-05T05:09:49.461Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T05:09:49.543Z | + rustc --version |
58 | 2023-12-05T05:09:49.659Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T05:09:50.077Z | process exited: duration 27002 ms, exit code 0 |
|
60 | 2023-12-05T05:09:50.096Z | starting task 2: "authentication" |
61 | 2023-12-05T05:09:50.557Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-12-05T05:09:50.563Z | starting task 3: "clone repository" |
63 | 2023-12-05T05:09:50.570Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T05:09:50.573Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T05:09:50.631Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T05:09:56.447Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T05:09:56.447Z | + [[ -n renovate/russh-0.x ]] |
68 | 2023-12-05T05:09:56.451Z | + git fetch origin renovate/russh-0.x |
69 | 2023-12-05T05:09:56.806Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T05:09:56.806Z | * branch renovate/russh-0.x -> FETCH_HEAD |
71 | 2023-12-05T05:09:56.816Z | + git checkout -B renovate/russh-0.x remotes/origin/renovate/russh-0.x |
72 | 2023-12-05T05:09:56.972Z | Switched to a new branch 'renovate/russh-0.x' |
73 | 2023-12-05T05:09:57.005Z | branch 'renovate/russh-0.x' set up to track 'origin/renovate/russh-0.x'. |
74 | 2023-12-05T05:09:57.005Z | + git reset --hard c409ef68d64efee51967595a173f046e125b0d25 |
75 | 2023-12-05T05:09:57.081Z | HEAD is now at c409ef68 Update Rust crate russh to 0.40.0 |
76 | 2023-12-05T05:09:57.097Z | process exited: duration 6517 ms, exit code 0 |
|
77 | 2023-12-05T05:09:57.103Z | starting task 4: "build" |
78 | 2023-12-05T05:09:57.110Z | + cargo --version |
79 | 2023-12-05T05:09:57.118Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-05T05:09:57.317Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-05T05:09:57.320Z | info: downloading component 'cargo' |
82 | 2023-12-05T05:09:58.032Z | info: downloading component 'clippy' |
83 | 2023-12-05T05:09:58.260Z | info: downloading component 'rust-docs' |
84 | 2023-12-05T05:09:59.138Z | info: downloading component 'rust-std' |
85 | 2023-12-05T05:10:00.591Z | info: downloading component 'rustc' |
86 | 2023-12-05T05:10:04.743Z | info: downloading component 'rustfmt' |
87 | 2023-12-05T05:10:04.746Z | info: installing component 'cargo' |
88 | 2023-12-05T05:10:06.753Z | info: installing component 'clippy' |
89 | 2023-12-05T05:10:07.226Z | info: installing component 'rust-docs' |
90 | 2023-12-05T05:10:10.059Z | info: installing component 'rust-std' |
91 | 2023-12-05T05:10:12.703Z | info: installing component 'rustc' |
92 | 2023-12-05T05:10:18.898Z | info: installing component 'rustfmt' |
93 | 2023-12-05T05:10:19.450Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-05T05:10:19.454Z | + rustc --version |
95 | 2023-12-05T05:10:19.983Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-05T05:10:19.988Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-05T05:10:29.368Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-05T05:10:30.552Z | Startup: Caching catalogs ... Done |
99 | 2023-12-05T05:10:36.786Z | Planning: Solver setup ... Done (5.907s) |
100 | 2023-12-05T05:10:36.925Z | Planning: Running solver ... Done (0.138s) |
101 | 2023-12-05T05:10:37.023Z | Planning: Finding local manifests ... Done (0.036s) |
102 | 2023-12-05T05:10:37.059Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-05T05:10:37.821Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-05T05:10:37.824Z | Planning: Package planning ... Done (0.184s) |
105 | 2023-12-05T05:10:37.824Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-12-05T05:10:38.765Z | Planning: Checking for conflicting actions ... Done (1.075s) |
107 | 2023-12-05T05:10:38.779Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-05T05:10:45.363Z | Planning: Evaluating mediators ... Done (6.583s) |
109 | 2023-12-05T05:10:45.475Z | Planning: Planning completed in 14.87 seconds |
110 | 2023-12-05T05:10:46.635Z | Packages to install: 4 |
111 | 2023-12-05T05:10:46.635Z | Packages to update: 2 |
112 | 2023-12-05T05:10:46.636Z | Mediators to change: 2 |
113 | 2023-12-05T05:10:46.652Z | Services to change: 1 |
114 | 2023-12-05T05:10:46.652Z | Estimated space available: 148.88 GB |
115 | 2023-12-05T05:10:46.652Z | Estimated space to be consumed: 1.42 GB |
116 | 2023-12-05T05:10:46.652Z | Create boot environment: No |
117 | 2023-12-05T05:10:46.652Z | Create backup boot environment: Yes |
118 | 2023-12-05T05:10:46.652Z | Rebuild boot archive: No |
119 | 2023-12-05T05:10:46.652Z | |
120 | 2023-12-05T05:10:46.652Z | Changed mediators: |
121 | 2023-12-05T05:10:46.652Z | mediator clang: |
122 | 2023-12-05T05:10:46.652Z | version: None -> 15 (system default) |
123 | 2023-12-05T05:10:46.652Z | |
124 | 2023-12-05T05:10:46.652Z | mediator llvm: |
125 | 2023-12-05T05:10:46.652Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-05T05:10:46.652Z | |
127 | 2023-12-05T05:10:46.653Z | Changed packages: |
128 | 2023-12-05T05:10:46.653Z | helios-dev |
129 | 2023-12-05T05:10:46.653Z | developer/build-essential |
130 | 2023-12-05T05:10:46.653Z | None -> 11-2.0 |
131 | 2023-12-05T05:10:46.653Z | library/libxmlsec1 |
132 | 2023-12-05T05:10:46.653Z | None -> 1.2.35-2.0 |
133 | 2023-12-05T05:10:46.653Z | ooce/developer/clang-15 |
134 | 2023-12-05T05:10:46.653Z | None -> 15.0.7-2.0 |
135 | 2023-12-05T05:10:46.653Z | ooce/developer/llvm-15 |
136 | 2023-12-05T05:10:46.653Z | None -> 15.0.7-2.0 |
137 | 2023-12-05T05:10:46.653Z | system/library/g++-runtime |
138 | 2023-12-05T05:10:46.653Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-05T05:10:46.653Z | system/library/gcc-runtime |
140 | 2023-12-05T05:10:46.653Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-05T05:10:46.653Z | |
142 | 2023-12-05T05:10:46.653Z | Services: |
143 | 2023-12-05T05:10:46.653Z | restart_fmri: |
144 | 2023-12-05T05:10:46.653Z | svc:/system/update-man-index:default |
145 | 2023-12-05T05:10:46.864Z | |
146 | 2023-12-05T05:10:46.864Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-05T05:10:51.846Z | Download: 332/3330 items 11.6/221.1MB 5% complete (2.2M/s) |
148 | 2023-12-05T05:10:56.846Z | Download: 1266/3330 items 107.2/221.1MB 48% complete (10.7M/s) |
149 | 2023-12-05T05:11:01.874Z | Download: 1683/3330 items 117.8/221.1MB 53% complete (11.1M/s) |
150 | 2023-12-05T05:11:08.068Z | Download: 2219/3330 items 119.0/221.1MB 53% complete (3.5M/s) |
151 | 2023-12-05T05:11:20.858Z | Download: 2221/3330 items 119.0/221.1MB 53% complete |
152 | 2023-12-05T05:11:25.915Z | Download: 3201/3330 items 178.5/221.1MB 80% complete (11.8M/s) |
153 | 2023-12-05T05:11:31.389Z | Download: 3320/3330 items 220.2/221.1MB 99% complete (10.7M/s) |
154 | 2023-12-05T05:11:32.987Z | Download: Completed 221.11 MB in 46.14 seconds (4.8M/s) |
155 | 2023-12-05T05:11:35.121Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-05T05:11:35.121Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-05T05:11:40.129Z | Actions: 2063/3766 actions (Installing new actions) |
158 | 2023-12-05T05:11:43.755Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-05T05:11:44.342Z | Actions: Completed 3766 actions in 9.22 seconds. |
160 | 2023-12-05T05:11:44.548Z | Done (0.198s) |
161 | 2023-12-05T05:11:44.550Z | Done (0.000s) |
162 | 2023-12-05T05:11:44.807Z | Done (0.258s) |
163 | 2023-12-05T05:11:52.187Z | Done (7.234s) |
164 | 2023-12-05T05:11:52.456Z | Done (0.173s) |
165 | 2023-12-05T05:11:52.459Z | Done (0.000s) |
166 | 2023-12-05T05:11:52.713Z | Done (0.000s) |
167 | 2023-12-05T05:11:53.421Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-05T05:11:53.706Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-05T05:11:53.709Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-05T05:11:54.146Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-05T05:11:54.149Z | Planning: Planning completed in 0.73 seconds |
172 | 2023-12-05T05:11:54.210Z | Mediators to change: 2 |
173 | 2023-12-05T05:11:54.213Z | Create boot environment: No |
174 | 2023-12-05T05:11:54.213Z | Create backup boot environment: No |
175 | 2023-12-05T05:11:54.323Z | Done |
176 | 2023-12-05T05:11:54.323Z | Done |
177 | 2023-12-05T05:11:54.479Z | Done |
178 | 2023-12-05T05:12:00.131Z | Done |
179 | 2023-12-05T05:12:00.251Z | Done |
180 | 2023-12-05T05:12:00.254Z | Done |
181 | 2023-12-05T05:12:00.368Z | Done |
182 | 2023-12-05T05:12:01.370Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-05T05:12:01.374Z | Planning: Merging actions ... Done |
184 | 2023-12-05T05:12:01.706Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-05T05:12:01.713Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-05T05:12:02.139Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-05T05:12:02.226Z | Planning: Planning completed in 1.29 seconds |
188 | 2023-12-05T05:12:02.296Z | Packages to change: 1 |
189 | 2023-12-05T05:12:02.297Z | Mediators to change: 1 |
190 | 2023-12-05T05:12:02.302Z | Services to change: 1 |
191 | 2023-12-05T05:12:02.302Z | Create boot environment: No |
192 | 2023-12-05T05:12:02.302Z | Create backup boot environment: Yes |
193 | 2023-12-05T05:12:04.514Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-05T05:12:04.517Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-05T05:12:04.517Z | Done |
196 | 2023-12-05T05:12:04.517Z | Done |
197 | 2023-12-05T05:12:04.576Z | Done |
198 | 2023-12-05T05:12:10.180Z | Done |
199 | 2023-12-05T05:12:10.297Z | Done |
200 | 2023-12-05T05:12:10.300Z | Done |
201 | 2023-12-05T05:12:10.412Z | Done |
202 | 2023-12-05T05:12:11.072Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-05T05:12:11.072Z | clang system 15 system |
204 | 2023-12-05T05:12:11.072Z | csh system system illumos |
205 | 2023-12-05T05:12:11.072Z | ctags system system illumos |
206 | 2023-12-05T05:12:11.072Z | gcc vendor 12 vendor |
207 | 2023-12-05T05:12:11.072Z | gcc system 10 system |
208 | 2023-12-05T05:12:11.072Z | gcc system 7 system |
209 | 2023-12-05T05:12:11.072Z | go system 1.20 system |
210 | 2023-12-05T05:12:11.072Z | go system 1.19 system |
211 | 2023-12-05T05:12:11.072Z | llvm system 15 system |
212 | 2023-12-05T05:12:11.072Z | llvm system 14 system |
213 | 2023-12-05T05:12:11.072Z | mariadb system 10.6 system |
214 | 2023-12-05T05:12:11.072Z | mta vendor vendor dma |
215 | 2023-12-05T05:12:11.072Z | openjdk system 17 system |
216 | 2023-12-05T05:12:11.072Z | openjdk system 11 system |
217 | 2023-12-05T05:12:11.072Z | openjdk system 1.8 system |
218 | 2023-12-05T05:12:11.072Z | openssl vendor 3 vendor |
219 | 2023-12-05T05:12:11.072Z | perl system 5.36 system |
220 | 2023-12-05T05:12:11.072Z | postgresql system 15 system |
221 | 2023-12-05T05:12:11.072Z | postgresql system 13 system |
222 | 2023-12-05T05:12:11.072Z | python vendor 3 vendor |
223 | 2023-12-05T05:12:11.072Z | python system 2 system |
224 | 2023-12-05T05:12:11.072Z | python3 system 3.11 system |
225 | 2023-12-05T05:12:11.072Z | ruby system 3.0 system |
226 | 2023-12-05T05:12:11.072Z | words vendor vendor american-english |
227 | 2023-12-05T05:12:11.072Z | words system system australian-english |
228 | 2023-12-05T05:12:11.072Z | words system system british-english |
229 | 2023-12-05T05:12:11.072Z | words system system canadian-english |
230 | 2023-12-05T05:12:11.072Z | words system system french |
231 | 2023-12-05T05:12:11.072Z | words system system italian |
232 | 2023-12-05T05:12:11.072Z | words system system ngerman |
233 | 2023-12-05T05:12:11.072Z | words system system ogerman |
234 | 2023-12-05T05:12:11.072Z | words system system spanish |
235 | 2023-12-05T05:12:11.594Z | FMRI IFO |
236 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-05T05:12:11.595Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-05T05:12:11.667Z | + set -o errexit |
245 | 2023-12-05T05:12:11.673Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-05T05:12:11.673Z | ++ cd ./tools |
247 | 2023-12-05T05:12:11.673Z | ++ pwd |
248 | 2023-12-05T05:12:11.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-05T05:12:11.685Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-05T05:12:11.685Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-05T05:12:11.685Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-05T05:12:11.685Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-05T05:12:11.685Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-05T05:12:11.685Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-05T05:12:11.685Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-05T05:12:11.685Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-05T05:12:11.685Z | + TARGET_DIR=out |
258 | 2023-12-05T05:12:11.685Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-05T05:12:11.685Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-05T05:12:11.685Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-05T05:12:11.685Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-05T05:12:11.685Z | + main |
263 | 2023-12-05T05:12:11.685Z | + [[ 0 != 0 ]] |
264 | 2023-12-05T05:12:11.685Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-05T05:12:11.686Z | + [[ 0 != 0 ]] |
266 | 2023-12-05T05:12:11.686Z | + configure_os solaris2.11 |
267 | 2023-12-05T05:12:11.686Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-05T05:12:11.686Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-12-05T05:12:11.686Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2023-12-05T05:12:11.686Z | + case "$1" in |
271 | 2023-12-05T05:12:11.686Z | + CIDL_BUILD=illumos |
272 | 2023-12-05T05:12:11.686Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-12-05T05:12:11.686Z | configuring based on OS: "solaris2.11" |
274 | 2023-12-05T05:12:11.686Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-05T05:12:11.686Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-05T05:12:11.686Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-05T05:12:11.686Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-05T05:12:11.686Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-05T05:12:11.686Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-05T05:12:11.686Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-05T05:12:11.686Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-05T05:12:11.686Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-05T05:12:11.686Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-05T05:12:11.686Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-05T05:12:11.686Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-05T05:12:11.686Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-12-05T05:12:11.686Z | + mkdir -p out/downloads |
288 | 2023-12-05T05:12:11.686Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-05T05:12:11.693Z | + local DO_DOWNLOAD=true |
290 | 2023-12-05T05:12:11.693Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-05T05:12:11.694Z | + '[' true == true ']' |
292 | 2023-12-05T05:12:11.694Z | + echo Downloading... |
293 | 2023-12-05T05:12:11.694Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-05T05:12:11.694Z | Downloading... |
295 | 2023-12-05T05:12:11.694Z | + 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-05T05:12:14.255Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-05T05:12:14.258Z | ++ md5sum |
298 | 2023-12-05T05:12:14.258Z | ++ awk '{print $1}' |
299 | 2023-12-05T05:12:14.439Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-05T05:12:14.439Z | + [[ 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-05T05:12:14.439Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-05T05:12:14.442Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-05T05:12:17.790Z | + do_assemble_illumos |
304 | 2023-12-05T05:12:17.790Z | + rm -r ./out/cockroachdb |
305 | 2023-12-05T05:12:17.793Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-05T05:12:18.419Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-05T05:12:18.628Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-05T05:12:18.628Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-05T05:12:18.628Z | Distribution: OSS |
310 | 2023-12-05T05:12:18.628Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-05T05:12:18.628Z | Go Version: go1.17.13 |
312 | 2023-12-05T05:12:18.628Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-05T05:12:18.628Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-05T05:12:18.628Z | Build Type: release |
315 | 2023-12-05T05:12:18.651Z | + set -o errexit |
316 | 2023-12-05T05:12:18.654Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-05T05:12:18.660Z | ++ cd ./tools |
318 | 2023-12-05T05:12:18.660Z | ++ pwd |
319 | 2023-12-05T05:12:18.660Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-05T05:12:18.661Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-05T05:12:18.661Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-05T05:12:18.661Z | + TARGET_DIR=out |
323 | 2023-12-05T05:12:18.661Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-05T05:12:18.661Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-05T05:12:18.661Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-05T05:12:18.661Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-05T05:12:18.661Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-05T05:12:18.661Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-05T05:12:18.661Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-05T05:12:18.661Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-05T05:12:18.661Z | + main |
332 | 2023-12-05T05:12:18.661Z | + [[ 0 != 0 ]] |
333 | 2023-12-05T05:12:18.661Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-05T05:12:18.661Z | + [[ 0 != 0 ]] |
335 | 2023-12-05T05:12:18.661Z | + configure_os solaris2.11 |
336 | 2023-12-05T05:12:18.662Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-05T05:12:18.662Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-05T05:12:18.662Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-05T05:12:18.662Z | + CIDL_DASHREV= |
340 | 2023-12-05T05:12:18.662Z | + case "$1" in |
341 | 2023-12-05T05:12:18.662Z | configuring based on OS: "solaris2.11" |
342 | 2023-12-05T05:12:18.662Z | + CIDL_PLATFORM=illumos |
343 | 2023-12-05T05:12:18.662Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-12-05T05:12:18.662Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-12-05T05:12:18.662Z | + CIDL_DASHREV=-1 |
346 | 2023-12-05T05:12:18.662Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-12-05T05:12:18.662Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-05T05:12:18.662Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-05T05:12:18.662Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-05T05:12:18.663Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-05T05:12:18.663Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-05T05:12:18.663Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2023-12-05T05:12:18.663Z | + mkdir -p out/downloads |
354 | 2023-12-05T05:12:18.663Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-05T05:12:18.667Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-05T05:12:18.667Z | + local DO_DOWNLOAD=true |
357 | 2023-12-05T05:12:18.667Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-05T05:12:18.668Z | + '[' true == true ']' |
359 | 2023-12-05T05:12:18.668Z | + echo Downloading... |
360 | 2023-12-05T05:12:18.668Z | Downloading... |
361 | 2023-12-05T05:12:18.668Z | + 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-05T05:12:18.668Z | + 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-05T05:12:20.383Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-05T05:12:20.389Z | ++ md5sum |
365 | 2023-12-05T05:12:20.389Z | ++ awk '{print $1}' |
366 | 2023-12-05T05:12:20.648Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-05T05:12:20.649Z | + [[ 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-05T05:12:20.649Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-05T05:12:21.070Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-05T05:12:21.070Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-05T05:12:25.483Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-05T05:12:25.561Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-05T05:12:25.566Z | + set -o errexit |
374 | 2023-12-05T05:12:25.566Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-05T05:12:25.569Z | ++ cd ./tools |
376 | 2023-12-05T05:12:25.569Z | ++ pwd |
377 | 2023-12-05T05:12:25.569Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-05T05:12:25.569Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-05T05:12:25.569Z | + ARG0=ci_download_console |
380 | 2023-12-05T05:12:25.569Z | + TARGET_DIR=out |
381 | 2023-12-05T05:12:25.569Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-05T05:12:25.569Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-05T05:12:25.569Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-05T05:12:25.569Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
385 | 2023-12-05T05:12:25.569Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
386 | 2023-12-05T05:12:25.569Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
387 | 2023-12-05T05:12:25.569Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-05T05:12:25.569Z | + main |
389 | 2023-12-05T05:12:25.570Z | + [[ 0 != 0 ]] |
390 | 2023-12-05T05:12:25.570Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
391 | 2023-12-05T05:12:25.570Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-12-05T05:12:25.570Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-05T05:12:25.570Z | Local file: out/downloads/console.tar.gz |
394 | 2023-12-05T05:12:25.570Z | + local DO_DOWNLOAD=true |
395 | 2023-12-05T05:12:25.570Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2023-12-05T05:12:25.570Z | + mkdir -p out/downloads |
397 | 2023-12-05T05:12:25.573Z | + '[' true == true ']' |
398 | 2023-12-05T05:12:25.573Z | + echo Downloading... |
399 | 2023-12-05T05:12:25.574Z | Downloading... |
400 | 2023-12-05T05:12:25.574Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-05T05:12:25.574Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-12-05T05:12:26.339Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-05T05:12:26.339Z | ++ case "$OSTYPE" in |
404 | 2023-12-05T05:12:26.345Z | ++ SHA=sha256sum |
405 | 2023-12-05T05:12:26.345Z | ++ sha256sum |
406 | 2023-12-05T05:12:26.345Z | ++ awk '{print $1}' |
407 | 2023-12-05T05:12:26.367Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
408 | 2023-12-05T05:12:26.368Z | + [[ 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-05T05:12:26.375Z | + rm -rf ./out/console-assets |
410 | 2023-12-05T05:12:26.375Z | + mkdir -p ./out/console-assets |
411 | 2023-12-05T05:12:26.375Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-05T05:12:26.375Z | + mkdir -p ./out/console-assets |
413 | 2023-12-05T05:12:26.375Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-05T05:12:26.508Z | + set -o errexit |
415 | 2023-12-05T05:12:26.932Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-05T05:12:26.936Z | ++ cd ./tools |
417 | 2023-12-05T05:12:26.936Z | ++ pwd |
418 | 2023-12-05T05:12:26.938Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-05T05:12:26.938Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-05T05:12:26.938Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-05T05:12:26.938Z | + TARGET_DIR=out |
422 | 2023-12-05T05:12:26.938Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-05T05:12:26.938Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-05T05:12:26.938Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
425 | 2023-12-05T05:12:26.938Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-05T05:12:26.938Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
427 | 2023-12-05T05:12:26.938Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
428 | 2023-12-05T05:12:26.938Z | + main |
429 | 2023-12-05T05:12:26.938Z | + [[ 0 != 0 ]] |
430 | 2023-12-05T05:12:26.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
431 | 2023-12-05T05:12:26.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
432 | 2023-12-05T05:12:26.938Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
433 | 2023-12-05T05:12:26.938Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-12-05T05:12:26.938Z | + local DO_DOWNLOAD=true |
435 | 2023-12-05T05:12:26.938Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
436 | 2023-12-05T05:12:26.938Z | + mkdir -p out/downloads |
437 | 2023-12-05T05:12:26.954Z | + '[' true == true ']' |
438 | 2023-12-05T05:12:26.954Z | + echo Downloading... |
439 | 2023-12-05T05:12:26.954Z | Downloading... |
440 | 2023-12-05T05:12:26.954Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
441 | 2023-12-05T05:12:26.956Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
442 | 2023-12-05T05:12:26.956Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
443 | 2023-12-05T05:12:26.956Z | ++ case "$OSTYPE" in |
444 | 2023-12-05T05:12:26.957Z | ++ SHA=sha256sum |
445 | 2023-12-05T05:12:26.957Z | ++ sha256sum |
446 | 2023-12-05T05:12:26.957Z | ++ awk '{print $1}' |
447 | 2023-12-05T05:12:26.957Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-05T05:12:26.957Z | + [[ 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-05T05:12:26.957Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-05T05:12:26.957Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
451 | 2023-12-05T05:12:26.957Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
452 | 2023-12-05T05:12:26.957Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
453 | 2023-12-05T05:12:26.957Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
454 | 2023-12-05T05:12:26.957Z | + main |
455 | 2023-12-05T05:12:26.957Z | + [[ 0 != 0 ]] |
456 | 2023-12-05T05:12:26.957Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
457 | 2023-12-05T05:12:26.957Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
458 | 2023-12-05T05:12:26.957Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
459 | 2023-12-05T05:12:26.957Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-12-05T05:12:26.957Z | + local DO_DOWNLOAD=true |
461 | 2023-12-05T05:12:26.957Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
462 | 2023-12-05T05:12:26.957Z | + mkdir -p out/downloads |
463 | 2023-12-05T05:12:26.958Z | + '[' true == true ']' |
464 | 2023-12-05T05:12:26.958Z | + echo Downloading... |
465 | 2023-12-05T05:12:26.958Z | Downloading... |
466 | 2023-12-05T05:12:26.958Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-05T05:12:26.958Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
468 | 2023-12-05T05:12:27.011Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
469 | 2023-12-05T05:12:27.020Z | ++ case "$OSTYPE" in |
470 | 2023-12-05T05:12:27.020Z | ++ SHA=sha256sum |
471 | 2023-12-05T05:12:27.020Z | ++ sha256sum |
472 | 2023-12-05T05:12:27.020Z | ++ awk '{print $1}' |
473 | 2023-12-05T05:12:27.020Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
474 | 2023-12-05T05:12:27.020Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
475 | 2023-12-05T05:12:27.031Z | + set -o errexit |
476 | 2023-12-05T05:12:27.036Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-05T05:12:27.036Z | ++ cd ./tools |
478 | 2023-12-05T05:12:27.036Z | ++ pwd |
479 | 2023-12-05T05:12:27.036Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-05T05:12:27.036Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-05T05:12:27.036Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-05T05:12:27.036Z | + TARGET_DIR=out |
483 | 2023-12-05T05:12:27.036Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-05T05:12:27.036Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-05T05:12:27.038Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
486 | 2023-12-05T05:12:27.038Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-05T05:12:27.038Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
488 | 2023-12-05T05:12:27.038Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
489 | 2023-12-05T05:12:27.038Z | + main |
490 | 2023-12-05T05:12:27.038Z | + [[ 0 != 0 ]] |
491 | 2023-12-05T05:12:27.038Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
492 | 2023-12-05T05:12:27.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
493 | 2023-12-05T05:12:27.038Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
494 | 2023-12-05T05:12:27.038Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
495 | 2023-12-05T05:12:27.038Z | + local DO_DOWNLOAD=true |
496 | 2023-12-05T05:12:27.038Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
497 | 2023-12-05T05:12:27.039Z | + mkdir -p out/downloads |
498 | 2023-12-05T05:12:27.048Z | + '[' true == true ']' |
499 | 2023-12-05T05:12:27.048Z | + echo Downloading... |
500 | 2023-12-05T05:12:27.048Z | Downloading... |
501 | 2023-12-05T05:12:27.048Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
502 | 2023-12-05T05:12:27.048Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
503 | 2023-12-05T05:12:27.200Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
504 | 2023-12-05T05:12:27.204Z | ++ case "$OSTYPE" in |
505 | 2023-12-05T05:12:27.205Z | ++ SHA=sha256sum |
506 | 2023-12-05T05:12:27.205Z | ++ sha256sum |
507 | 2023-12-05T05:12:27.205Z | ++ awk '{print $1}' |
508 | 2023-12-05T05:12:27.205Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-05T05:12:27.205Z | + [[ 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-05T05:12:27.213Z | + set -o errexit |
511 | 2023-12-05T05:12:27.216Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-05T05:12:27.220Z | ++ cd ./tools |
513 | 2023-12-05T05:12:27.220Z | ++ pwd |
514 | 2023-12-05T05:12:27.220Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-05T05:12:27.220Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-05T05:12:27.223Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-05T05:12:27.223Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-05T05:12:27.223Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
519 | 2023-12-05T05:12:27.223Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
520 | 2023-12-05T05:12:27.223Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
521 | 2023-12-05T05:12:27.223Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-05T05:12:27.223Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
523 | 2023-12-05T05:12:27.223Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-05T05:12:27.223Z | + TARGET_DIR=out |
525 | 2023-12-05T05:12:27.223Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-05T05:12:27.223Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-05T05:12:27.223Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-05T05:12:27.223Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-05T05:12:27.223Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-05T05:12:27.224Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
531 | 2023-12-05T05:12:27.224Z | + main |
532 | 2023-12-05T05:12:27.224Z | + [[ 0 != 0 ]] |
533 | 2023-12-05T05:12:27.224Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-05T05:12:27.224Z | + [[ 0 != 0 ]] |
535 | 2023-12-05T05:12:27.224Z | + configure_os solaris2.11 |
536 | 2023-12-05T05:12:27.224Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-05T05:12:27.224Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-05T05:12:27.224Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-05T05:12:27.224Z | configuring based on OS: "solaris2.11" |
540 | 2023-12-05T05:12:27.224Z | + case "$1" in |
541 | 2023-12-05T05:12:27.224Z | + SET_BINARIES= |
542 | 2023-12-05T05:12:27.224Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
543 | 2023-12-05T05:12:27.224Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-05T05:12:27.224Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-05T05:12:27.224Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
546 | 2023-12-05T05:12:27.224Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-05T05:12:27.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
548 | 2023-12-05T05:12:27.224Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
549 | 2023-12-05T05:12:27.224Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-05T05:12:27.224Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
551 | 2023-12-05T05:12:27.224Z | + mkdir -p out/downloads |
552 | 2023-12-05T05:12:27.227Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-05T05:12:27.227Z | + fetch_and_verify |
554 | 2023-12-05T05:12:27.227Z | + local DO_DOWNLOAD=true |
555 | 2023-12-05T05:12:27.230Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-05T05:12:27.230Z | + '[' true == true ']' |
557 | 2023-12-05T05:12:27.230Z | + echo Downloading... |
558 | 2023-12-05T05:12:27.230Z | Downloading... |
559 | 2023-12-05T05:12:27.230Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-05T05:12:27.233Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
561 | 2023-12-05T05:12:38.101Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-05T05:12:38.107Z | ++ sha256sum |
563 | 2023-12-05T05:12:38.107Z | ++ awk '{print $1}' |
564 | 2023-12-05T05:12:38.202Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
565 | 2023-12-05T05:12:38.202Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
566 | 2023-12-05T05:12:38.205Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-05T05:12:38.205Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-05T05:12:39.195Z | + do_assemble |
569 | 2023-12-05T05:12:39.195Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-05T05:12:39.198Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-05T05:12:39.202Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-05T05:12:39.367Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-05T05:12:39.389Z | + set -o errexit |
574 | 2023-12-05T05:12:39.389Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-05T05:12:39.389Z | ++ cd ./tools |
576 | 2023-12-05T05:12:39.389Z | ++ pwd |
577 | 2023-12-05T05:12:39.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-05T05:12:39.389Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-05T05:12:39.390Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-05T05:12:39.390Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-05T05:12:39.390Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
582 | 2023-12-05T05:12:39.390Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
583 | 2023-12-05T05:12:39.390Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-05T05:12:39.390Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
585 | 2023-12-05T05:12:39.390Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
586 | 2023-12-05T05:12:39.390Z | + TARGET_DIR=out |
587 | 2023-12-05T05:12:39.390Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-05T05:12:39.390Z | + DEST_DIR=./out/mgd |
589 | 2023-12-05T05:12:39.390Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-05T05:12:39.390Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-05T05:12:39.390Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-05T05:12:39.390Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
593 | 2023-12-05T05:12:39.390Z | + main |
594 | 2023-12-05T05:12:39.390Z | + [[ 0 != 0 ]] |
595 | 2023-12-05T05:12:39.390Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-05T05:12:39.390Z | + [[ 0 != 0 ]] |
597 | 2023-12-05T05:12:39.390Z | + configure_os solaris2.11 |
598 | 2023-12-05T05:12:39.390Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-05T05:12:39.390Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-05T05:12:39.390Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-05T05:12:39.390Z | + case "$1" in |
602 | 2023-12-05T05:12:39.390Z | configuring based on OS: "solaris2.11" |
603 | 2023-12-05T05:12:39.390Z | + SET_BINARIES= |
604 | 2023-12-05T05:12:39.390Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-05T05:12:39.390Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-05T05:12:39.390Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
607 | 2023-12-05T05:12:39.390Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-05T05:12:39.391Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
609 | 2023-12-05T05:12:39.391Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-12-05T05:12:39.391Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
611 | 2023-12-05T05:12:39.391Z | Local file: out/downloads/mgd.tar.gz |
612 | 2023-12-05T05:12:39.391Z | + mkdir -p out/downloads |
613 | 2023-12-05T05:12:39.391Z | + mkdir -p ./out/mgd |
614 | 2023-12-05T05:12:39.391Z | + fetch_and_verify |
615 | 2023-12-05T05:12:39.391Z | + local DO_DOWNLOAD=true |
616 | 2023-12-05T05:12:39.391Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-05T05:12:39.391Z | + '[' true == true ']' |
618 | 2023-12-05T05:12:39.391Z | + echo Downloading... |
619 | 2023-12-05T05:12:39.391Z | Downloading... |
620 | 2023-12-05T05:12:39.391Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2023-12-05T05:12:39.391Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
622 | 2023-12-05T05:12:44.914Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-05T05:12:44.922Z | ++ sha256sum |
624 | 2023-12-05T05:12:44.922Z | ++ awk '{print $1}' |
625 | 2023-12-05T05:12:44.988Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
626 | 2023-12-05T05:12:44.988Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
627 | 2023-12-05T05:12:44.991Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-05T05:12:44.991Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-05T05:12:45.643Z | + do_assemble |
630 | 2023-12-05T05:12:45.643Z | + rm -r ./out/mgd |
631 | 2023-12-05T05:12:45.648Z | + mkdir ./out/mgd |
632 | 2023-12-05T05:12:45.648Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-05T05:12:45.881Z | + set -o errexit |
634 | 2023-12-05T05:12:45.883Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-05T05:12:45.886Z | ++ cd ./tools |
636 | 2023-12-05T05:12:45.886Z | ++ pwd |
637 | 2023-12-05T05:12:45.886Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-05T05:12:45.888Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-05T05:12:45.889Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-05T05:12:45.889Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-05T05:12:45.889Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-05T05:12:45.889Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-05T05:12:45.892Z | + TARGET_DIR=out |
644 | 2023-12-05T05:12:45.892Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-05T05:12:45.892Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-05T05:12:45.892Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-05T05:12:45.892Z | + BINARY=xcvradm |
648 | 2023-12-05T05:12:45.892Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-05T05:12:45.892Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-05T05:12:45.892Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-05T05:12:45.892Z | + main |
652 | 2023-12-05T05:12:45.892Z | + [[ 0 != 0 ]] |
653 | 2023-12-05T05:12:45.892Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-05T05:12:45.892Z | + [[ 0 != 0 ]] |
655 | 2023-12-05T05:12:45.892Z | + configure_os solaris2.11 |
656 | 2023-12-05T05:12:45.892Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-05T05:12:45.892Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-05T05:12:45.892Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2023-12-05T05:12:45.892Z | configuring based on OS: "solaris2.11" |
660 | 2023-12-05T05:12:45.892Z | + case "$1" in |
661 | 2023-12-05T05:12:45.892Z | + SET_BINARIES= |
662 | 2023-12-05T05:12:45.892Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-05T05:12:45.892Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-05T05:12:45.892Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-05T05:12:45.892Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-05T05:12:45.892Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-05T05:12:45.892Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-05T05:12:45.892Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-05T05:12:45.892Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-05T05:12:45.892Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-05T05:12:45.892Z | + mkdir -p out/downloads |
672 | 2023-12-05T05:12:45.895Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-05T05:12:45.895Z | + fetch_and_verify |
674 | 2023-12-05T05:12:45.895Z | + local DO_DOWNLOAD=true |
675 | 2023-12-05T05:12:45.895Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-05T05:12:45.895Z | + '[' true == true ']' |
677 | 2023-12-05T05:12:45.895Z | + echo Downloading... |
678 | 2023-12-05T05:12:45.895Z | Downloading... |
679 | 2023-12-05T05:12:45.895Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-05T05:12:45.895Z | + 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-05T05:12:47.088Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-05T05:12:47.091Z | ++ sha256sum |
683 | 2023-12-05T05:12:47.091Z | ++ awk '{print $1}' |
684 | 2023-12-05T05:12:47.110Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-05T05:12:47.110Z | + [[ 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-05T05:12:47.113Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-05T05:12:47.113Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-05T05:12:47.113Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-05T05:12:47.293Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-05T05:12:47.301Z | + do_assemble |
691 | 2023-12-05T05:12:47.301Z | + rm -r ./out/transceiver-control |
692 | 2023-12-05T05:12:47.305Z | + mkdir ./out/transceiver-control |
693 | 2023-12-05T05:12:47.305Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-05T05:12:47.524Z | All prerequisites installed successfully |
695 | 2023-12-05T05:12:47.528Z | |
696 | 2023-12-05T05:12:47.528Z | real 2:27.887308812 |
697 | 2023-12-05T05:12:47.528Z | user 54.603249075 |
698 | 2023-12-05T05:12:47.528Z | sys 10.422507706 |
699 | 2023-12-05T05:12:47.528Z | trap 0.020644623 |
700 | 2023-12-05T05:12:47.528Z | tflt 0.171542228 |
701 | 2023-12-05T05:12:47.528Z | dflt 0.615852964 |
702 | 2023-12-05T05:12:47.528Z | kflt 0.195849965 |
703 | 2023-12-05T05:12:47.529Z | lock 1.523753679 |
704 | 2023-12-05T05:12:47.529Z | slp 4:34.319737991 |
705 | 2023-12-05T05:12:47.529Z | lat 3.454314620 |
706 | 2023-12-05T05:12:47.529Z | stop 0.062790873 |
707 | 2023-12-05T05:12:47.529Z | + banner end-to-end-tests |
708 | 2023-12-05T05:12:47.565Z | |
709 | 2023-12-05T05:12:47.565Z | ###### # # ##### ##### #### ###### # # ##### |
710 | 2023-12-05T05:12:47.565Z | # ## # # # # # # # ## # # # |
711 | 2023-12-05T05:12:47.565Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
712 | 2023-12-05T05:12:47.565Z | # # # # # # # # # # # # # # # |
713 | 2023-12-05T05:12:47.565Z | # # ## # # # # # # # ## # # |
714 | 2023-12-05T05:12:47.565Z | ###### # # ##### # #### ###### # # ##### |
715 | 2023-12-05T05:12:47.565Z | |
716 | 2023-12-05T05:12:47.568Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
717 | 2023-12-05T05:12:47.568Z | + CARGO_PROFILE_DEV_DEBUG=1 |
718 | 2023-12-05T05:12:47.568Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
719 | 2023-12-05T05:12:47.568Z | + CARGO_PROFILE_TEST_DEBUG=1 |
720 | 2023-12-05T05:12:47.568Z | + export CARGO_INCREMENTAL=0 |
721 | 2023-12-05T05:12:47.568Z | + CARGO_INCREMENTAL=0 |
722 | 2023-12-05T05:12:47.568Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
723 | 2023-12-05T05:12:47.904Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2023-12-05T05:12:48.289Z | Updating crates.io index |
725 | 2023-12-05T05:12:48.417Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
726 | 2023-12-05T05:12:49.181Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2023-12-05T05:12:50.951Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2023-12-05T05:12:51.593Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
729 | 2023-12-05T05:12:51.966Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
730 | 2023-12-05T05:12:52.237Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
731 | 2023-12-05T05:12:52.560Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
732 | 2023-12-05T05:12:53.511Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
733 | 2023-12-05T05:12:55.771Z | Updating git repository `https://github.com/oxidecomputer/opte` |
734 | 2023-12-05T05:12:56.847Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
735 | 2023-12-05T05:12:57.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
736 | 2023-12-05T05:12:57.805Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
737 | 2023-12-05T05:12:58.169Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2023-12-05T05:12:58.495Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2023-12-05T05:12:58.962Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2023-12-05T05:13:00.333Z | Updating git repository `https://github.com/njaremko/samael` |
741 | 2023-12-05T05:13:00.908Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
742 | 2023-12-05T05:13:01.531Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
743 | 2023-12-05T05:13:01.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
744 | 2023-12-05T05:13:02.355Z | Updating git repository `https://github.com/jgallagher/nix` |
745 | 2023-12-05T05:13:03.589Z | Updating git repository `https://github.com/cbiffle/hubpack` |
746 | 2023-12-05T05:13:04.133Z | Updating git repository `https://github.com/oxidecomputer/typify` |
747 | 2023-12-05T05:13:05.117Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
748 | 2023-12-05T05:13:05.544Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
749 | 2023-12-05T05:13:05.955Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
750 | 2023-12-05T05:13:07.618Z | Downloading crates ... |
751 | 2023-12-05T05:13:07.885Z | Downloaded bytes v1.5.0 |
752 | 2023-12-05T05:13:07.894Z | Downloaded ciborium-io v0.2.1 |
753 | 2023-12-05T05:13:07.897Z | Downloaded cfg-if v1.0.0 |
754 | 2023-12-05T05:13:07.899Z | Downloaded crypto-common v0.1.6 |
755 | 2023-12-05T05:13:07.903Z | Downloaded doc-comment v0.3.3 |
756 | 2023-12-05T05:13:07.906Z | Downloaded clap_lex v0.5.1 |
757 | 2023-12-05T05:13:07.908Z | Downloaded digest v0.10.7 |
758 | 2023-12-05T05:13:07.912Z | Downloaded atomicwrites v0.4.2 |
759 | 2023-12-05T05:13:07.916Z | Downloaded backtrace v0.3.69 |
760 | 2023-12-05T05:13:07.927Z | Downloaded dtrace-parser v0.1.14 |
761 | 2023-12-05T05:13:07.932Z | Downloaded cpufeatures v0.2.9 |
762 | 2023-12-05T05:13:07.938Z | Downloaded convert_case v0.4.0 |
763 | 2023-12-05T05:13:07.942Z | Downloaded bit-vec v0.6.3 |
764 | 2023-12-05T05:13:07.947Z | Downloaded chacha20 v0.9.1 |
765 | 2023-12-05T05:13:07.952Z | Downloaded openssl-macros v0.1.1 |
766 | 2023-12-05T05:13:07.957Z | Downloaded paste v1.0.14 |
767 | 2023-12-05T05:13:07.962Z | Downloaded pbkdf2 v0.11.0 |
768 | 2023-12-05T05:13:07.967Z | Downloaded pin-project-internal v1.1.3 |
769 | 2023-12-05T05:13:07.971Z | Downloaded predicates v3.0.4 |
770 | 2023-12-05T05:13:07.976Z | Downloaded polyval v0.6.1 |
771 | 2023-12-05T05:13:08.014Z | Downloaded proc-macro-crate v1.3.1 |
772 | 2023-12-05T05:13:08.017Z | Downloaded dirs-sys-next v0.1.2 |
773 | 2023-12-05T05:13:08.017Z | Downloaded async-stream-impl v0.3.5 |
774 | 2023-12-05T05:13:08.018Z | Downloaded md5 v0.7.0 |
775 | 2023-12-05T05:13:08.018Z | Downloaded base16ct v0.2.0 |
776 | 2023-12-05T05:13:08.018Z | Downloaded pretty-hex v0.2.1 |
777 | 2023-12-05T05:13:08.018Z | Downloaded dirs-sys v0.4.1 |
778 | 2023-12-05T05:13:08.018Z | Downloaded usdt-macro v0.3.5 |
779 | 2023-12-05T05:13:08.018Z | Downloaded parking_lot_core v0.9.8 |
780 | 2023-12-05T05:13:08.018Z | Downloaded openssl-probe v0.1.5 |
781 | 2023-12-05T05:13:08.018Z | Downloaded atty v0.2.14 |
782 | 2023-12-05T05:13:08.018Z | Downloaded anstream v0.5.0 |
783 | 2023-12-05T05:13:08.020Z | Downloaded num-iter v0.1.43 |
784 | 2023-12-05T05:13:08.020Z | Downloaded http-range v0.1.5 |
785 | 2023-12-05T05:13:08.029Z | Downloaded bcrypt-pbkdf v0.10.0 |
786 | 2023-12-05T05:13:08.029Z | Downloaded backoff v0.4.0 |
787 | 2023-12-05T05:13:08.032Z | Downloaded camino v1.1.6 |
788 | 2023-12-05T05:13:08.034Z | Downloaded precomputed-hash v0.1.1 |
789 | 2023-12-05T05:13:08.037Z | Downloaded aead v0.5.2 |
790 | 2023-12-05T05:13:08.041Z | Downloaded time-core v0.1.1 |
791 | 2023-12-05T05:13:08.044Z | Downloaded phf_shared v0.11.2 |
792 | 2023-12-05T05:13:08.044Z | Downloaded ctr v0.9.2 |
793 | 2023-12-05T05:13:08.047Z | Downloaded anstyle v1.0.2 |
794 | 2023-12-05T05:13:08.050Z | Downloaded block-buffer v0.10.4 |
795 | 2023-12-05T05:13:08.053Z | Downloaded thiserror-no-std v2.0.2 |
796 | 2023-12-05T05:13:08.059Z | Downloaded num-traits v0.2.16 |
797 | 2023-12-05T05:13:08.065Z | Downloaded rand_chacha v0.2.2 |
798 | 2023-12-05T05:13:08.068Z | Downloaded hyper-staticfile v0.9.5 |
799 | 2023-12-05T05:13:08.071Z | Downloaded bit-set v0.5.3 |
800 | 2023-12-05T05:13:08.074Z | Downloaded r2d2 v0.8.10 |
801 | 2023-12-05T05:13:08.077Z | Downloaded tokio-native-tls v0.3.1 |
802 | 2023-12-05T05:13:08.080Z | Downloaded tower-service v0.3.2 |
803 | 2023-12-05T05:13:08.083Z | Downloaded rand_core v0.5.1 |
804 | 2023-12-05T05:13:08.086Z | Downloaded whoami v1.4.1 |
805 | 2023-12-05T05:13:08.088Z | Downloaded toolchain_find v0.2.0 |
806 | 2023-12-05T05:13:08.091Z | Downloaded deranged v0.3.8 |
807 | 2023-12-05T05:13:08.095Z | Downloaded ciborium-ll v0.2.1 |
808 | 2023-12-05T05:13:08.097Z | Downloaded crc32fast v1.3.2 |
809 | 2023-12-05T05:13:08.100Z | Downloaded parking_lot_core v0.8.6 |
810 | 2023-12-05T05:13:08.114Z | Downloaded pest_meta v2.7.2 |
811 | 2023-12-05T05:13:08.114Z | Downloaded foreign-types-shared v0.3.1 |
812 | 2023-12-05T05:13:08.117Z | Downloaded const-oid v0.9.5 |
813 | 2023-12-05T05:13:08.117Z | Downloaded heck v0.4.1 |
814 | 2023-12-05T05:13:08.117Z | Downloaded structopt-derive v0.4.18 |
815 | 2023-12-05T05:13:08.121Z | Downloaded structmeta v0.2.0 |
816 | 2023-12-05T05:13:08.121Z | Downloaded addr2line v0.21.0 |
817 | 2023-12-05T05:13:08.125Z | Downloaded postgres-types v0.2.6 |
818 | 2023-12-05T05:13:08.129Z | Downloaded once_cell v1.18.0 |
819 | 2023-12-05T05:13:08.134Z | Downloaded tokio-tungstenite v0.20.1 |
820 | 2023-12-05T05:13:08.138Z | Downloaded same-file v1.0.6 |
821 | 2023-12-05T05:13:08.142Z | Downloaded fastrand v2.0.0 |
822 | 2023-12-05T05:13:08.146Z | Downloaded try-lock v0.2.4 |
823 | 2023-12-05T05:13:08.146Z | Downloaded fxhash v0.2.1 |
824 | 2023-12-05T05:13:08.148Z | Downloaded clap v4.4.3 |
825 | 2023-12-05T05:13:08.163Z | Downloaded spki v0.7.2 |
826 | 2023-12-05T05:13:08.166Z | Downloaded siphasher v0.3.11 |
827 | 2023-12-05T05:13:08.169Z | Downloaded yasna v0.5.2 |
828 | 2023-12-05T05:13:08.172Z | Downloaded memchr v2.6.3 |
829 | 2023-12-05T05:13:08.183Z | Downloaded hubpack v0.1.2 |
830 | 2023-12-05T05:13:08.185Z | Downloaded either v1.9.0 |
831 | 2023-12-05T05:13:08.189Z | Downloaded endian-type v0.1.2 |
832 | 2023-12-05T05:13:08.191Z | Downloaded heck v0.3.3 |
833 | 2023-12-05T05:13:08.194Z | Downloaded is-terminal v0.4.9 |
834 | 2023-12-05T05:13:08.197Z | Downloaded string_cache v0.8.7 |
835 | 2023-12-05T05:13:08.200Z | Downloaded serde_derive_internals v0.26.0 |
836 | 2023-12-05T05:13:08.203Z | Downloaded ipnet v2.8.0 |
837 | 2023-12-05T05:13:08.206Z | Downloaded proc-macro2 v1.0.69 |
838 | 2023-12-05T05:13:08.215Z | Downloaded serde_spanned v0.6.4 |
839 | 2023-12-05T05:13:08.227Z | Downloaded unicase v2.7.0 |
840 | 2023-12-05T05:13:08.227Z | Downloaded walkdir v2.4.0 |
841 | 2023-12-05T05:13:08.227Z | Downloaded equivalent v1.0.1 |
842 | 2023-12-05T05:13:08.227Z | Downloaded waitgroup v0.1.2 |
843 | 2023-12-05T05:13:08.228Z | Downloaded scopeguard v1.2.0 |
844 | 2023-12-05T05:13:08.236Z | Downloaded unsafe-libyaml v0.2.9 |
845 | 2023-12-05T05:13:08.236Z | Downloaded rfc6979 v0.4.0 |
846 | 2023-12-05T05:13:08.236Z | Downloaded rustls-native-certs v0.6.3 |
847 | 2023-12-05T05:13:08.239Z | Downloaded tinyvec_macros v0.1.1 |
848 | 2023-12-05T05:13:08.239Z | Downloaded strum v0.25.0 |
849 | 2023-12-05T05:13:08.242Z | Downloaded tokio-macros v2.2.0 |
850 | 2023-12-05T05:13:08.242Z | Downloaded sct v0.7.0 |
851 | 2023-12-05T05:13:08.248Z | Downloaded headers-core v0.2.0 |
852 | 2023-12-05T05:13:08.251Z | Downloaded indexmap v2.1.0 |
853 | 2023-12-05T05:13:08.257Z | Downloaded unicode-xid v0.2.4 |
854 | 2023-12-05T05:13:08.260Z | Downloaded want v0.3.1 |
855 | 2023-12-05T05:13:08.263Z | Downloaded futures-io v0.3.29 |
856 | 2023-12-05T05:13:08.266Z | Downloaded serde_repr v0.1.16 |
857 | 2023-12-05T05:13:08.274Z | Downloaded usdt v0.3.5 |
858 | 2023-12-05T05:13:08.274Z | Downloaded term v0.7.0 |
859 | 2023-12-05T05:13:08.277Z | Downloaded float-cmp v0.9.0 |
860 | 2023-12-05T05:13:08.279Z | Downloaded ff v0.13.0 |
861 | 2023-12-05T05:13:08.282Z | Downloaded enum-as-inner v0.5.1 |
862 | 2023-12-05T05:13:08.287Z | Downloaded base64 v0.21.5 |
863 | 2023-12-05T05:13:08.290Z | Downloaded trust-dns-resolver v0.22.0 |
864 | 2023-12-05T05:13:08.300Z | Downloaded lalrpop-util v0.19.12 |
865 | 2023-12-05T05:13:08.304Z | Downloaded foreign-types-shared v0.1.1 |
866 | 2023-12-05T05:13:08.304Z | Downloaded foreign-types v0.3.2 |
867 | 2023-12-05T05:13:08.304Z | Downloaded group v0.13.0 |
868 | 2023-12-05T05:13:08.306Z | Downloaded usdt-attr-macro v0.3.5 |
869 | 2023-12-05T05:13:08.306Z | Downloaded inout v0.1.3 |
870 | 2023-12-05T05:13:08.309Z | Downloaded getrandom v0.2.10 |
871 | 2023-12-05T05:13:08.314Z | Downloaded matches v0.1.10 |
872 | 2023-12-05T05:13:08.316Z | Downloaded slog-async v2.8.0 |
873 | 2023-12-05T05:13:08.319Z | Downloaded filetime v0.2.22 |
874 | 2023-12-05T05:13:08.322Z | Downloaded signature v2.1.0 |
875 | 2023-12-05T05:13:08.325Z | Downloaded static_assertions v1.1.0 |
876 | 2023-12-05T05:13:08.328Z | Downloaded russh-cryptovec v0.7.0 |
877 | 2023-12-05T05:13:08.328Z | Downloaded itoa v1.0.9 |
878 | 2023-12-05T05:13:08.331Z | Downloaded http-body v0.4.5 |
879 | 2023-12-05T05:13:08.333Z | Downloaded keccak v0.1.4 |
880 | 2023-12-05T05:13:08.336Z | Downloaded libefi-sys v0.1.0 |
881 | 2023-12-05T05:13:08.339Z | Downloaded tracing-attributes v0.1.26 |
882 | 2023-12-05T05:13:08.342Z | Downloaded strum_macros v0.25.2 |
883 | 2023-12-05T05:13:08.345Z | Downloaded rand v0.8.5 |
884 | 2023-12-05T05:13:08.352Z | Downloaded aes v0.8.3 |
885 | 2023-12-05T05:13:08.359Z | Downloaded lock_api v0.4.10 |
886 | 2023-12-05T05:13:08.361Z | Downloaded foreign-types v0.5.0 |
887 | 2023-12-05T05:13:08.364Z | Downloaded subtle v2.5.0 |
888 | 2023-12-05T05:13:08.367Z | Downloaded unicode-bidi v0.3.13 |
889 | 2023-12-05T05:13:08.369Z | Downloaded glob v0.3.1 |
890 | 2023-12-05T05:13:08.372Z | Downloaded ghash v0.5.0 |
891 | 2023-12-05T05:13:08.374Z | Downloaded foreign-types-macros v0.2.3 |
892 | 2023-12-05T05:13:08.377Z | Downloaded slab v0.4.9 |
893 | 2023-12-05T05:13:08.381Z | Downloaded sec1 v0.7.3 |
894 | 2023-12-05T05:13:08.384Z | Downloaded io-lifetimes v1.0.11 |
895 | 2023-12-05T05:13:08.387Z | Downloaded unicode-width v0.1.11 |
896 | 2023-12-05T05:13:08.390Z | Downloaded thread_local v1.1.7 |
897 | 2023-12-05T05:13:08.390Z | Downloaded time-macros v0.2.13 |
898 | 2023-12-05T05:13:08.393Z | Downloaded synstructure v0.12.6 |
899 | 2023-12-05T05:13:08.396Z | Downloaded dyn-clone v1.0.13 |
900 | 2023-12-05T05:13:08.398Z | Downloaded utf-8 v0.7.6 |
901 | 2023-12-05T05:13:08.401Z | Downloaded ecdsa v0.16.9 |
902 | 2023-12-05T05:13:08.404Z | Downloaded hex-literal v0.4.1 |
903 | 2023-12-05T05:13:08.407Z | Downloaded resolv-conf v0.7.0 |
904 | 2023-12-05T05:13:08.408Z | Downloaded serde_tokenstream v0.1.7 |
905 | 2023-12-05T05:13:08.414Z | Downloaded untrusted v0.9.0 |
906 | 2023-12-05T05:13:08.416Z | Downloaded mio v0.8.9 |
907 | 2023-12-05T05:13:08.426Z | Downloaded zeroize_derive v1.4.2 |
908 | 2023-12-05T05:13:08.429Z | Downloaded stringprep v0.1.3 |
909 | 2023-12-05T05:13:08.432Z | Downloaded stable_deref_trait v1.2.0 |
910 | 2023-12-05T05:13:08.434Z | Downloaded signal-hook-mio v0.2.3 |
911 | 2023-12-05T05:13:08.434Z | Downloaded semver v1.0.20 |
912 | 2023-12-05T05:13:08.438Z | Downloaded hostname v0.3.1 |
913 | 2023-12-05T05:13:08.441Z | Downloaded signal-hook-registry v1.4.1 |
914 | 2023-12-05T05:13:08.443Z | Downloaded fallible-iterator v0.2.0 |
915 | 2023-12-05T05:13:08.446Z | Downloaded rustc-demangle v0.1.23 |
916 | 2023-12-05T05:13:08.448Z | Downloaded ed25519-dalek v2.0.0 |
917 | 2023-12-05T05:13:08.454Z | Downloaded rustfmt-wrapper v0.2.0 |
918 | 2023-12-05T05:13:08.456Z | Downloaded similar v2.2.1 |
919 | 2023-12-05T05:13:08.464Z | Downloaded thread-id v4.2.0 |
920 | 2023-12-05T05:13:08.467Z | Downloaded kstat-rs v0.2.3 |
921 | 2023-12-05T05:13:08.469Z | Downloaded russh-keys v0.40.0 |
922 | 2023-12-05T05:13:08.472Z | Downloaded lru-cache v0.1.2 |
923 | 2023-12-05T05:13:08.474Z | Downloaded signal-hook v0.3.17 |
924 | 2023-12-05T05:13:08.478Z | Downloaded russh-keys v0.38.0 |
925 | 2023-12-05T05:13:08.481Z | Downloaded half v1.8.2 |
926 | 2023-12-05T05:13:08.485Z | Downloaded toml_edit v0.19.15 |
927 | 2023-12-05T05:13:08.515Z | Downloaded tempfile v3.8.1 |
928 | 2023-12-05T05:13:08.518Z | Downloaded ryu v1.0.15 |
929 | 2023-12-05T05:13:08.524Z | Downloaded secrecy v0.8.0 |
930 | 2023-12-05T05:13:08.526Z | Downloaded getrandom v0.1.16 |
931 | 2023-12-05T05:13:08.530Z | Downloaded snafu v0.7.5 |
932 | 2023-12-05T05:13:08.540Z | Downloaded typenum v1.16.0 |
933 | 2023-12-05T05:13:08.544Z | Downloaded unicode-segmentation v1.10.1 |
934 | 2023-12-05T05:13:08.550Z | Downloaded hashbrown v0.12.3 |
935 | 2023-12-05T05:13:08.558Z | Downloaded hmac v0.12.1 |
936 | 2023-12-05T05:13:08.561Z | Downloaded rand v0.7.3 |
937 | 2023-12-05T05:13:08.570Z | Downloaded tungstenite v0.20.1 |
938 | 2023-12-05T05:13:08.576Z | Downloaded itertools v0.11.0 |
939 | 2023-12-05T05:13:08.589Z | Downloaded socket2 v0.5.5 |
940 | 2023-12-05T05:13:08.591Z | Downloaded aho-corasick v1.0.4 |
941 | 2023-12-05T05:13:08.602Z | Downloaded tracing-core v0.1.31 |
942 | 2023-12-05T05:13:08.606Z | Downloaded elliptic-curve v0.13.8 |
943 | 2023-12-05T05:13:08.615Z | Downloaded serde v1.0.192 |
944 | 2023-12-05T05:13:08.620Z | Downloaded hashbrown v0.14.2 |
945 | 2023-12-05T05:13:08.633Z | Downloaded trust-dns-client v0.22.0 |
946 | 2023-12-05T05:13:08.641Z | Downloaded http v0.2.11 |
947 | 2023-12-05T05:13:08.646Z | Downloaded schemars v0.8.13 |
948 | 2023-12-05T05:13:08.666Z | Downloaded tokio-util v0.7.10 |
949 | 2023-12-05T05:13:08.677Z | Downloaded time v0.3.27 |
950 | 2023-12-05T05:13:08.688Z | Downloaded serde_json v1.0.108 |
951 | 2023-12-05T05:13:08.703Z | Downloaded clap v2.34.0 |
952 | 2023-12-05T05:13:08.713Z | Downloaded futures-util v0.3.29 |
953 | 2023-12-05T05:13:08.735Z | Downloaded russh v0.40.0 |
954 | 2023-12-05T05:13:08.743Z | Downloaded winnow v0.5.15 |
955 | 2023-12-05T05:13:08.758Z | Downloaded reqwest v0.11.22 |
956 | 2023-12-05T05:13:08.771Z | Downloaded openssl v0.10.60 |
957 | 2023-12-05T05:13:08.788Z | Downloaded hkdf v0.12.3 |
958 | 2023-12-05T05:13:08.792Z | Downloaded syn v2.0.32 |
959 | 2023-12-05T05:13:08.811Z | Downloaded webpki-roots v0.25.2 |
960 | 2023-12-05T05:13:08.819Z | Downloaded hyper v0.14.27 |
961 | 2023-12-05T05:13:08.833Z | Downloaded h2 v0.3.21 |
962 | 2023-12-05T05:13:08.844Z | Downloaded gimli v0.28.0 |
963 | 2023-12-05T05:13:08.859Z | Downloaded regress v0.7.1 |
964 | 2023-12-05T05:13:08.874Z | Downloaded radix_trie v0.2.1 |
965 | 2023-12-05T05:13:08.882Z | Downloaded regex-syntax v0.8.2 |
966 | 2023-12-05T05:13:08.899Z | Downloaded smoltcp v0.8.2 |
967 | 2023-12-05T05:13:08.915Z | Downloaded vcpkg v0.2.15 |
968 | 2023-12-05T05:13:08.987Z | Downloaded sled v0.34.7 |
969 | 2023-12-05T05:13:09.004Z | Downloaded zerocopy-derive v0.2.0 |
970 | 2023-12-05T05:13:09.044Z | Downloaded rustix v0.37.23 |
971 | 2023-12-05T05:13:09.065Z | Downloaded libc v0.2.150 |
972 | 2023-12-05T05:13:09.118Z | Downloaded bstr v1.6.0 |
973 | 2023-12-05T05:13:09.138Z | Downloaded rustix v0.38.25 |
974 | 2023-12-05T05:13:09.197Z | Downloaded regex-syntax v0.7.5 |
975 | 2023-12-05T05:13:09.212Z | Downloaded bstr v0.2.17 |
976 | 2023-12-05T05:13:09.230Z | Downloaded syn v1.0.109 |
977 | 2023-12-05T05:13:09.249Z | Downloaded zerocopy-derive v0.6.4 |
978 | 2023-12-05T05:13:09.272Z | Downloaded regex-automata v0.3.8 |
979 | 2023-12-05T05:13:09.308Z | Downloaded regex-automata v0.4.3 |
980 | 2023-12-05T05:13:09.342Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
981 | 2023-12-05T05:13:09.369Z | Downloaded smoltcp v0.9.1 |
982 | 2023-12-05T05:13:09.392Z | Downloaded tokio v1.34.0 |
983 | 2023-12-05T05:13:09.461Z | Downloaded sha3 v0.10.8 |
984 | 2023-12-05T05:13:09.472Z | Downloaded openapiv3 v2.0.0-rc.1 |
985 | 2023-12-05T05:13:09.495Z | Downloaded rustls v0.21.9 |
986 | 2023-12-05T05:13:09.520Z | Downloaded regex v1.10.2 |
987 | 2023-12-05T05:13:09.547Z | Downloaded winapi v0.3.9 |
988 | 2023-12-05T05:13:10.036Z | Downloaded encoding_rs v0.8.33 |
989 | 2023-12-05T05:13:10.039Z | Downloaded diesel v2.1.4 |
990 | 2023-12-05T05:13:10.039Z | Downloaded idna v0.2.3 |
991 | 2023-12-05T05:13:10.039Z | Downloaded idna v0.5.0 |
992 | 2023-12-05T05:13:10.039Z | Downloaded trust-dns-proto v0.22.0 |
993 | 2023-12-05T05:13:10.039Z | Downloaded object v0.32.1 |
994 | 2023-12-05T05:13:10.039Z | Downloaded curve25519-dalek v4.1.0 |
995 | 2023-12-05T05:13:10.039Z | Downloaded libm v0.2.7 |
996 | 2023-12-05T05:13:10.039Z | Downloaded hashbrown v0.13.2 |
997 | 2023-12-05T05:13:10.039Z | Downloaded rustls-webpki v0.101.7 |
998 | 2023-12-05T05:13:10.039Z | Downloaded tracing v0.1.37 |
999 | 2023-12-05T05:13:10.039Z | Downloaded unicode-normalization v0.1.22 |
1000 | 2023-12-05T05:13:10.039Z | Downloaded petgraph v0.6.4 |
1001 | 2023-12-05T05:13:10.039Z | Downloaded chrono v0.4.31 |
1002 | 2023-12-05T05:13:10.039Z | Downloaded tokio-postgres v0.7.10 |
1003 | 2023-12-05T05:13:10.039Z | Downloaded itertools v0.10.5 |
1004 | 2023-12-05T05:13:10.039Z | Downloaded itertools v0.12.0 |
1005 | 2023-12-05T05:13:10.039Z | Downloaded ring v0.17.5 |
1006 | 2023-12-05T05:13:10.072Z | Downloaded serde_yaml v0.9.25 |
1007 | 2023-12-05T05:13:10.076Z | Downloaded serde_with v2.3.3 |
1008 | 2023-12-05T05:13:10.079Z | Downloaded url v2.5.0 |
1009 | 2023-12-05T05:13:10.084Z | Downloaded regex-automata v0.1.10 |
1010 | 2023-12-05T05:13:10.093Z | Downloaded aes-gcm v0.10.3 |
1011 | 2023-12-05T05:13:10.100Z | Downloaded ring v0.16.20 |
1012 | 2023-12-05T05:13:10.254Z | Downloaded clap_builder v4.4.2 |
1013 | 2023-12-05T05:13:10.266Z | Downloaded structopt v0.3.26 |
1014 | 2023-12-05T05:13:10.280Z | Downloaded futures-channel v0.3.29 |
1015 | 2023-12-05T05:13:10.283Z | Downloaded flate2 v1.0.28 |
1016 | 2023-12-05T05:13:10.291Z | Downloaded headers v0.3.9 |
1017 | 2023-12-05T05:13:10.300Z | Downloaded trust-dns-server v0.22.1 |
1018 | 2023-12-05T05:13:10.309Z | Downloaded iana-time-zone v0.1.57 |
1019 | 2023-12-05T05:13:10.314Z | Downloaded slog v2.7.0 |
1020 | 2023-12-05T05:13:10.319Z | Downloaded strsim v0.8.0 |
1021 | 2023-12-05T05:13:10.322Z | Downloaded spin v0.5.2 |
1022 | 2023-12-05T05:13:10.322Z | Downloaded generic-array v0.14.7 |
1023 | 2023-12-05T05:13:10.324Z | Downloaded futures v0.3.29 |
1024 | 2023-12-05T05:13:10.333Z | Downloaded getopts v0.2.21 |
1025 | 2023-12-05T05:13:10.335Z | Downloaded home v0.5.5 |
1026 | 2023-12-05T05:13:10.338Z | Downloaded lazy_static v1.4.0 |
1027 | 2023-12-05T05:13:10.341Z | Downloaded serde_with_macros v2.3.3 |
1028 | 2023-12-05T05:13:10.344Z | Downloaded uuid v1.6.1 |
1029 | 2023-12-05T05:13:10.349Z | Downloaded heapless v0.7.16 |
1030 | 2023-12-05T05:13:10.356Z | Downloaded crossterm v0.27.0 |
1031 | 2023-12-05T05:13:10.366Z | Downloaded fixedbitset v0.4.2 |
1032 | 2023-12-05T05:13:10.369Z | Downloaded sha1 v0.10.6 |
1033 | 2023-12-05T05:13:10.373Z | Downloaded tinyvec v1.6.0 |
1034 | 2023-12-05T05:13:10.376Z | Downloaded slog-term v2.9.0 |
1035 | 2023-12-05T05:13:10.380Z | Downloaded num-bigint v0.4.4 |
1036 | 2023-12-05T05:13:10.389Z | Downloaded form_urlencoded v1.2.1 |
1037 | 2023-12-05T05:13:10.392Z | Downloaded toml_edit v0.21.0 |
1038 | 2023-12-05T05:13:10.430Z | Downloaded hyper-rustls v0.24.2 |
1039 | 2023-12-05T05:13:10.434Z | Downloaded snafu-derive v0.7.5 |
1040 | 2023-12-05T05:13:10.437Z | Downloaded futures-executor v0.3.29 |
1041 | 2023-12-05T05:13:10.440Z | Downloaded futures-core v0.3.29 |
1042 | 2023-12-05T05:13:10.442Z | Downloaded fnv v1.0.7 |
1043 | 2023-12-05T05:13:10.445Z | Downloaded slog-dtrace v0.2.3 |
1044 | 2023-12-05T05:13:10.448Z | Downloaded semver-parser v0.10.2 |
1045 | 2023-12-05T05:13:10.451Z | Downloaded hubpack_derive v0.1.1 |
1046 | 2023-12-05T05:13:10.451Z | Downloaded flagset v0.4.3 |
1047 | 2023-12-05T05:13:10.453Z | Downloaded utf8parse v0.2.1 |
1048 | 2023-12-05T05:13:10.453Z | Downloaded thiserror-impl v1.0.49 |
1049 | 2023-12-05T05:13:10.456Z | Downloaded socket2 v0.4.9 |
1050 | 2023-12-05T05:13:10.459Z | Downloaded zip v0.6.6 |
1051 | 2023-12-05T05:13:10.466Z | Downloaded toml v0.5.11 |
1052 | 2023-12-05T05:13:10.472Z | Downloaded crypto-bigint v0.5.2 |
1053 | 2023-12-05T05:13:10.481Z | Downloaded slog-bunyan v2.4.0 |
1054 | 2023-12-05T05:13:10.483Z | Downloaded universal-hash v0.5.1 |
1055 | 2023-12-05T05:13:10.486Z | Downloaded strsim v0.10.0 |
1056 | 2023-12-05T05:13:10.489Z | Downloaded ed25519 v2.2.2 |
1057 | 2023-12-05T05:13:10.491Z | Downloaded zeroize v1.7.0 |
1058 | 2023-12-05T05:13:10.495Z | Downloaded serde_derive v1.0.192 |
1059 | 2023-12-05T05:13:10.497Z | Downloaded rustversion v1.0.14 |
1060 | 2023-12-05T05:13:10.501Z | Downloaded structmeta-derive v0.2.0 |
1061 | 2023-12-05T05:13:10.504Z | Downloaded log v0.4.20 |
1062 | 2023-12-05T05:13:10.507Z | Downloaded tokio-rustls v0.24.1 |
1063 | 2023-12-05T05:13:10.511Z | Downloaded vsss-rs v3.3.1 |
1064 | 2023-12-05T05:13:10.515Z | Downloaded camino-tempfile v1.1.1 |
1065 | 2023-12-05T05:13:10.522Z | Downloaded tar v0.4.40 |
1066 | 2023-12-05T05:13:10.525Z | Downloaded toml v0.8.8 |
1067 | 2023-12-05T05:13:10.531Z | Downloaded toml v0.7.8 |
1068 | 2023-12-05T05:13:10.534Z | Downloaded rcgen v0.11.3 |
1069 | 2023-12-05T05:13:10.539Z | Downloaded chacha20poly1305 v0.10.1 |
1070 | 2023-12-05T05:13:10.543Z | Downloaded der v0.7.8 |
1071 | 2023-12-05T05:13:10.557Z | Downloaded smf v0.2.2 |
1072 | 2023-12-05T05:13:10.974Z | Downloaded subprocess v0.2.9 |
1073 | 2023-12-05T05:13:10.974Z | Downloaded p256 v0.13.2 |
1074 | 2023-12-05T05:13:10.975Z | Downloaded vec_map v0.8.2 |
1075 | 2023-12-05T05:13:10.975Z | Downloaded scheduled-thread-pool v0.2.7 |
1076 | 2023-12-05T05:13:10.984Z | Downloaded darling_core v0.20.3 |
1077 | 2023-12-05T05:13:10.984Z | Downloaded usdt-impl v0.3.5 |
1078 | 2023-12-05T05:13:10.984Z | Downloaded httpdate v1.0.3 |
1079 | 2023-12-05T05:13:10.984Z | Downloaded hyper-tls v0.5.0 |
1080 | 2023-12-05T05:13:10.984Z | Downloaded httparse v1.8.0 |
1081 | 2023-12-05T05:13:10.984Z | Downloaded rustls-pemfile v1.0.3 |
1082 | 2023-12-05T05:13:10.984Z | Downloaded smallvec v1.11.0 |
1083 | 2023-12-05T05:13:10.984Z | Downloaded terminal_size v0.2.6 |
1084 | 2023-12-05T05:13:10.984Z | Downloaded unicode-ident v1.0.12 |
1085 | 2023-12-05T05:13:10.985Z | Downloaded cc v1.0.83 |
1086 | 2023-12-05T05:13:10.985Z | Downloaded spin v0.9.8 |
1087 | 2023-12-05T05:13:10.985Z | Downloaded indexmap v1.9.3 |
1088 | 2023-12-05T05:13:10.985Z | Downloaded arc-swap v1.6.0 |
1089 | 2023-12-05T05:13:10.985Z | Downloaded futures-sink v0.3.29 |
1090 | 2023-12-05T05:13:10.985Z | Downloaded parking_lot v0.11.2 |
1091 | 2023-12-05T05:13:10.985Z | Downloaded slog-stdlog v4.1.1 |
1092 | 2023-12-05T05:13:10.985Z | Downloaded slog-scope v4.4.0 |
1093 | 2023-12-05T05:13:10.985Z | Downloaded futures-task v0.3.29 |
1094 | 2023-12-05T05:13:10.987Z | Downloaded futures-macro v0.3.29 |
1095 | 2023-12-05T05:13:10.987Z | Downloaded slog-json v2.6.1 |
1096 | 2023-12-05T05:13:10.987Z | Downloaded slog-envlogger v2.2.0 |
1097 | 2023-12-05T05:13:10.987Z | Downloaded semver v0.11.0 |
1098 | 2023-12-05T05:13:10.987Z | Downloaded schemars_derive v0.8.13 |
1099 | 2023-12-05T05:13:10.987Z | Downloaded match_cfg v0.1.0 |
1100 | 2023-12-05T05:13:10.987Z | Downloaded take_mut v0.2.2 |
1101 | 2023-12-05T05:13:10.987Z | Downloaded zone_cfg_derive v0.3.0 |
1102 | 2023-12-05T05:13:10.987Z | Downloaded errno v0.3.2 |
1103 | 2023-12-05T05:13:10.987Z | Downloaded hash32 v0.2.1 |
1104 | 2023-12-05T05:13:10.987Z | Downloaded xattr v1.0.1 |
1105 | 2023-12-05T05:13:10.987Z | Downloaded zerocopy v0.6.4 |
1106 | 2023-12-05T05:13:10.987Z | Downloaded ucd-trie v0.1.6 |
1107 | 2023-12-05T05:13:10.987Z | Downloaded textwrap v0.11.0 |
1108 | 2023-12-05T05:13:10.987Z | Downloaded rustc_version v0.4.0 |
1109 | 2023-12-05T05:13:10.987Z | Downloaded bzip2 v0.4.4 |
1110 | 2023-12-05T05:13:10.987Z | Downloaded pin-project v1.1.3 |
1111 | 2023-12-05T05:13:10.987Z | Downloaded pin-project-lite v0.2.13 |
1112 | 2023-12-05T05:13:10.987Z | Downloaded postgres-protocol v0.6.6 |
1113 | 2023-12-05T05:13:10.987Z | Downloaded pest v2.7.2 |
1114 | 2023-12-05T05:13:10.987Z | Downloaded serde_tokenstream v0.2.0 |
1115 | 2023-12-05T05:13:10.987Z | Downloaded managed v0.8.0 |
1116 | 2023-12-05T05:13:10.987Z | Downloaded ahash v0.8.3 |
1117 | 2023-12-05T05:13:10.988Z | Downloaded sha2 v0.10.8 |
1118 | 2023-12-05T05:13:10.988Z | Downloaded ident_case v1.0.1 |
1119 | 2023-12-05T05:13:10.988Z | Downloaded tokio-stream v0.1.14 |
1120 | 2023-12-05T05:13:10.988Z | Downloaded password-hash v0.5.0 |
1121 | 2023-12-05T05:13:10.988Z | Downloaded serde_path_to_error v0.1.14 |
1122 | 2023-12-05T05:13:10.988Z | Downloaded ipnetwork v0.20.0 |
1123 | 2023-12-05T05:13:10.988Z | Downloaded macaddr v1.0.1 |
1124 | 2023-12-05T05:13:10.988Z | Downloaded quote v1.0.33 |
1125 | 2023-12-05T05:13:10.988Z | Downloaded clap_derive v4.4.2 |
1126 | 2023-12-05T05:13:10.988Z | Downloaded platforms v3.0.2 |
1127 | 2023-12-05T05:13:10.988Z | Downloaded ppv-lite86 v0.2.17 |
1128 | 2023-12-05T05:13:10.988Z | Downloaded argon2 v0.5.2 |
1129 | 2023-12-05T05:13:10.988Z | Downloaded anyhow v1.0.75 |
1130 | 2023-12-05T05:13:10.988Z | Downloaded crossbeam-utils v0.8.16 |
1131 | 2023-12-05T05:13:10.989Z | Downloaded proc-macro-error v1.0.4 |
1132 | 2023-12-05T05:13:10.989Z | Downloaded thiserror-impl-no-std v2.0.2 |
1133 | 2023-12-05T05:13:10.989Z | Downloaded omicron-zone-package v0.9.1 |
1134 | 2023-12-05T05:13:10.989Z | Downloaded cancel-safe-futures v0.1.5 |
1135 | 2023-12-05T05:13:10.989Z | Downloaded hex v0.4.3 |
1136 | 2023-12-05T05:13:10.989Z | Downloaded parking_lot v0.12.1 |
1137 | 2023-12-05T05:13:10.989Z | Downloaded linked-hash-map v0.5.6 |
1138 | 2023-12-05T05:13:10.989Z | Downloaded version_check v0.9.4 |
1139 | 2023-12-05T05:13:10.989Z | Downloaded toml_datetime v0.6.5 |
1140 | 2023-12-05T05:13:10.989Z | Downloaded thiserror v1.0.49 |
1141 | 2023-12-05T05:13:10.989Z | Downloaded miniz_oxide v0.7.1 |
1142 | 2023-12-05T05:13:10.989Z | Downloaded crossbeam-channel v0.5.8 |
1143 | 2023-12-05T05:13:10.989Z | Downloaded zone v0.3.0 |
1144 | 2023-12-05T05:13:10.989Z | Downloaded der_derive v0.7.2 |
1145 | 2023-12-05T05:13:10.989Z | Downloaded pkcs8 v0.10.2 |
1146 | 2023-12-05T05:13:10.989Z | Downloaded pem-rfc7468 v0.7.0 |
1147 | 2023-12-05T05:13:10.989Z | Downloaded rand_chacha v0.3.1 |
1148 | 2023-12-05T05:13:10.989Z | Downloaded num v0.4.1 |
1149 | 2023-12-05T05:13:10.989Z | Downloaded pbkdf2 v0.12.2 |
1150 | 2023-12-05T05:13:10.990Z | Downloaded zerocopy v0.3.0 |
1151 | 2023-12-05T05:13:10.990Z | Downloaded serde_urlencoded v0.7.1 |
1152 | 2023-12-05T05:13:10.990Z | Downloaded percent-encoding v2.3.1 |
1153 | 2023-12-05T05:13:10.990Z | Downloaded instant v0.1.12 |
1154 | 2023-12-05T05:13:10.990Z | Downloaded poly1305 v0.8.0 |
1155 | 2023-12-05T05:13:10.990Z | Downloaded async-trait v0.1.74 |
1156 | 2023-12-05T05:13:10.990Z | Downloaded anstyle-parse v0.2.1 |
1157 | 2023-12-05T05:13:10.990Z | Downloaded num-rational v0.4.1 |
1158 | 2023-12-05T05:13:10.990Z | Downloaded rand_core v0.6.4 |
1159 | 2023-12-05T05:13:10.990Z | Downloaded quick-error v1.2.3 |
1160 | 2023-12-05T05:13:10.990Z | Downloaded base64ct v1.6.0 |
1161 | 2023-12-05T05:13:10.990Z | Downloaded crossbeam-epoch v0.9.15 |
1162 | 2023-12-05T05:13:10.990Z | Downloaded cipher v0.4.4 |
1163 | 2023-12-05T05:13:10.990Z | Downloaded byteorder v1.5.0 |
1164 | 2023-12-05T05:13:10.990Z | Downloaded atomic-waker v1.1.1 |
1165 | 2023-12-05T05:13:10.990Z | Downloaded ansi_term v0.12.1 |
1166 | 2023-12-05T05:13:10.990Z | Downloaded debug-ignore v1.0.5 |
1167 | 2023-12-05T05:13:10.990Z | Downloaded untrusted v0.7.1 |
1168 | 2023-12-05T05:13:10.990Z | Downloaded diesel_derives v2.1.2 |
1169 | 2023-12-05T05:13:10.990Z | Downloaded difflib v0.4.0 |
1170 | 2023-12-05T05:13:10.990Z | Downloaded password-hash v0.4.2 |
1171 | 2023-12-05T05:13:10.990Z | Downloaded base64 v0.13.1 |
1172 | 2023-12-05T05:13:10.990Z | Downloaded async-stream v0.3.5 |
1173 | 2023-12-05T05:13:10.990Z | Downloaded num-integer v0.1.45 |
1174 | 2023-12-05T05:13:10.990Z | Downloaded postcard-cobs v0.1.5-pre |
1175 | 2023-12-05T05:13:10.990Z | Downloaded num_enum_derive v0.5.11 |
1176 | 2023-12-05T05:13:10.995Z | Downloaded derive_more v0.99.17 |
1177 | 2023-12-05T05:13:10.995Z | Downloaded pretty-hex v0.4.0 |
1178 | 2023-12-05T05:13:10.996Z | Downloaded parse-display v0.8.2 |
1179 | 2023-12-05T05:13:10.996Z | Downloaded autocfg v1.1.0 |
1180 | 2023-12-05T05:13:10.996Z | Downloaded md-5 v0.10.5 |
1181 | 2023-12-05T05:13:10.996Z | Downloaded colorchoice v1.0.0 |
1182 | 2023-12-05T05:13:10.996Z | Downloaded predicates-core v1.0.6 |
1183 | 2023-12-05T05:13:10.996Z | Downloaded darling v0.20.3 |
1184 | 2023-12-05T05:13:10.998Z | Downloaded mime_guess v2.0.4 |
1185 | 2023-12-05T05:13:10.998Z | Downloaded nibble_vec v0.1.0 |
1186 | 2023-12-05T05:13:10.998Z | Downloaded num_cpus v1.16.0 |
1187 | 2023-12-05T05:13:10.998Z | Downloaded pem v1.1.1 |
1188 | 2023-12-05T05:13:10.998Z | Downloaded num_threads v0.1.6 |
1189 | 2023-12-05T05:13:10.998Z | Downloaded pem v3.0.2 |
1190 | 2023-12-05T05:13:10.998Z | Downloaded pkg-config v0.3.27 |
1191 | 2023-12-05T05:13:10.998Z | Downloaded phf v0.11.2 |
1192 | 2023-12-05T05:13:10.998Z | Downloaded blake2 v0.10.6 |
1193 | 2023-12-05T05:13:10.998Z | Downloaded postcard v0.7.3 |
1194 | 2023-12-05T05:13:10.998Z | Downloaded dirs-next v2.0.0 |
1195 | 2023-12-05T05:13:10.998Z | Downloaded num-derive v0.4.0 |
1196 | 2023-12-05T05:13:10.998Z | Downloaded multer v2.1.0 |
1197 | 2023-12-05T05:13:10.998Z | Downloaded pest_generator v2.7.2 |
1198 | 2023-12-05T05:13:10.998Z | Downloaded colored v2.0.4 |
1199 | 2023-12-05T05:13:10.998Z | Downloaded blowfish v0.9.1 |
1200 | 2023-12-05T05:13:10.998Z | Downloaded curve25519-dalek-derive v0.1.0 |
1201 | 2023-12-05T05:13:10.998Z | Downloaded num_enum v0.5.11 |
1202 | 2023-12-05T05:13:10.998Z | Downloaded data-encoding v2.4.0 |
1203 | 2023-12-05T05:13:10.998Z | Downloaded proc-macro-error-attr v1.0.4 |
1204 | 2023-12-05T05:13:10.998Z | Downloaded pin-utils v0.1.0 |
1205 | 2023-12-05T05:13:10.998Z | Downloaded option-ext v0.2.0 |
1206 | 2023-12-05T05:13:11.000Z | Downloaded bitflags v2.4.0 |
1207 | 2023-12-05T05:13:11.005Z | Downloaded opaque-debug v0.3.0 |
1208 | 2023-12-05T05:13:11.005Z | Downloaded crucible-workspace-hack v0.1.0 |
1209 | 2023-12-05T05:13:11.005Z | Downloaded cstr-argument v0.1.2 |
1210 | 2023-12-05T05:13:11.005Z | Downloaded native-tls v0.2.11 |
1211 | 2023-12-05T05:13:11.005Z | Downloaded pest_derive v2.7.2 |
1212 | 2023-12-05T05:13:11.008Z | Downloaded bitflags v1.3.2 |
1213 | 2023-12-05T05:13:11.010Z | Downloaded dof v0.1.5 |
1214 | 2023-12-05T05:13:11.014Z | Downloaded phf_shared v0.10.0 |
1215 | 2023-12-05T05:13:11.014Z | Downloaded block-padding v0.3.3 |
1216 | 2023-12-05T05:13:11.017Z | Downloaded cfg-if v0.1.10 |
1217 | 2023-12-05T05:13:11.017Z | Downloaded anstyle-query v1.0.0 |
1218 | 2023-12-05T05:13:11.020Z | Downloaded new_debug_unreachable v1.0.4 |
1219 | 2023-12-05T05:13:11.020Z | Downloaded mime v0.3.17 |
1220 | 2023-12-05T05:13:11.024Z | Downloaded parse-display-derive v0.8.2 |
1221 | 2023-12-05T05:13:11.024Z | Downloaded openssl-sys v0.9.96 |
1222 | 2023-12-05T05:13:11.032Z | Downloaded dirs v5.0.1 |
1223 | 2023-12-05T05:13:11.036Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1224 | 2023-12-05T05:13:11.036Z | Downloaded primeorder v0.13.6 |
1225 | 2023-12-05T05:13:11.041Z | Downloaded darling_macro v0.20.3 |
1226 | 2023-12-05T05:13:11.041Z | Downloaded console v0.15.7 |
1227 | 2023-12-05T05:13:11.047Z | Downloaded num-complex v0.4.4 |
1228 | 2023-12-05T05:13:11.047Z | Downloaded adler v1.0.2 |
1229 | 2023-12-05T05:13:11.051Z | Downloaded memoffset v0.9.0 |
1230 | 2023-12-05T05:13:11.051Z | Downloaded cbc v0.1.2 |
1231 | 2023-12-05T05:13:11.056Z | Downloaded ciborium v0.2.1 |
1232 | 2023-12-05T05:13:11.056Z | Downloaded normalize-line-endings v0.3.0 |
1233 | 2023-12-05T05:13:11.445Z | Compiling proc-macro2 v1.0.69 |
1234 | 2023-12-05T05:13:11.445Z | Compiling unicode-ident v1.0.12 |
1235 | 2023-12-05T05:13:11.448Z | Compiling libc v0.2.150 |
1236 | 2023-12-05T05:13:11.448Z | Compiling serde v1.0.192 |
1237 | 2023-12-05T05:13:11.448Z | Compiling autocfg v1.1.0 |
1238 | 2023-12-05T05:13:11.492Z | Compiling version_check v0.9.4 |
1239 | 2023-12-05T05:13:11.494Z | Compiling cfg-if v1.0.0 |
1240 | 2023-12-05T05:13:11.701Z | Compiling syn v1.0.109 |
1241 | 2023-12-05T05:13:11.704Z | Compiling typenum v1.16.0 |
1242 | 2023-12-05T05:13:11.796Z | Compiling parking_lot_core v0.9.8 |
1243 | 2023-12-05T05:13:12.594Z | Compiling generic-array v0.14.7 |
1244 | 2023-12-05T05:13:12.662Z | Compiling lock_api v0.4.10 |
1245 | 2023-12-05T05:13:13.691Z | Compiling libm v0.2.7 |
1246 | 2023-12-05T05:13:13.713Z | Compiling num-traits v0.2.16 |
1247 | 2023-12-05T05:13:13.716Z | Compiling once_cell v1.18.0 |
1248 | 2023-12-05T05:13:13.834Z | Compiling thiserror v1.0.49 |
1249 | 2023-12-05T05:13:13.923Z | Compiling futures-core v0.3.29 |
1250 | 2023-12-05T05:13:14.128Z | Compiling serde_json v1.0.108 |
1251 | 2023-12-05T05:13:14.206Z | Compiling slab v0.4.9 |
1252 | 2023-12-05T05:13:14.433Z | Compiling futures-task v0.3.29 |
1253 | 2023-12-05T05:13:14.549Z | Compiling futures-channel v0.3.29 |
1254 | 2023-12-05T05:13:14.691Z | Compiling futures-util v0.3.29 |
1255 | 2023-12-05T05:13:14.758Z | Compiling memchr v2.6.3 |
1256 | 2023-12-05T05:13:15.119Z | Compiling itoa v1.0.9 |
1257 | 2023-12-05T05:13:15.160Z | Compiling pkg-config v0.3.27 |
1258 | 2023-12-05T05:13:15.480Z | Compiling quote v1.0.33 |
1259 | 2023-12-05T05:13:15.623Z | Compiling scopeguard v1.2.0 |
1260 | 2023-12-05T05:13:16.573Z | Compiling syn v2.0.32 |
1261 | 2023-12-05T05:13:16.772Z | Compiling cc v1.0.83 |
1262 | 2023-12-05T05:13:16.790Z | Compiling getrandom v0.2.10 |
1263 | 2023-12-05T05:13:17.302Z | Compiling rand_core v0.6.4 |
1264 | 2023-12-05T05:13:17.900Z | Compiling log v0.4.20 |
1265 | 2023-12-05T05:13:18.222Z | Compiling heck v0.4.1 |
1266 | 2023-12-05T05:13:18.609Z | Compiling subtle v2.5.0 |
1267 | 2023-12-05T05:13:18.633Z | Compiling ryu v1.0.15 |
1268 | 2023-12-05T05:13:18.928Z | Compiling smallvec v1.11.0 |
1269 | 2023-12-05T05:13:19.162Z | Compiling schemars v0.8.13 |
1270 | 2023-12-05T05:13:19.208Z | Compiling vcpkg v0.2.15 |
1271 | 2023-12-05T05:13:19.684Z | Compiling httparse v1.8.0 |
1272 | 2023-12-05T05:13:19.852Z | Compiling indexmap v1.9.3 |
1273 | 2023-12-05T05:13:20.279Z | Compiling hashbrown v0.14.2 |
1274 | 2023-12-05T05:13:20.294Z | Compiling pin-project-lite v0.2.13 |
1275 | 2023-12-05T05:13:20.456Z | Compiling equivalent v1.0.1 |
1276 | 2023-12-05T05:13:20.732Z | Compiling const-oid v0.9.5 |
1277 | 2023-12-05T05:13:21.743Z | Compiling ring v0.17.5 |
1278 | 2023-12-05T05:13:21.966Z | Compiling ring v0.16.20 |
1279 | 2023-12-05T05:13:22.370Z | Compiling semver v1.0.20 |
1280 | 2023-12-05T05:13:22.919Z | Compiling openssl-sys v0.9.96 |
1281 | 2023-12-05T05:13:23.127Z | Compiling parking_lot v0.12.1 |
1282 | 2023-12-05T05:13:24.462Z | Compiling ahash v0.8.3 |
1283 | 2023-12-05T05:13:24.737Z | Compiling fnv v1.0.7 |
1284 | 2023-12-05T05:13:25.014Z | Compiling signal-hook-registry v1.4.1 |
1285 | 2023-12-05T05:13:25.534Z | Compiling openssl v0.10.60 |
1286 | 2023-12-05T05:13:25.534Z | Compiling mio v0.8.9 |
1287 | 2023-12-05T05:13:25.670Z | Compiling iana-time-zone v0.1.57 |
1288 | 2023-12-05T05:13:26.102Z | Compiling ucd-trie v0.1.6 |
1289 | 2023-12-05T05:13:26.330Z | Compiling rustls v0.21.9 |
1290 | 2023-12-05T05:13:26.715Z | Compiling native-tls v0.2.11 |
1291 | 2023-12-05T05:13:27.043Z | Compiling socket2 v0.5.5 |
1292 | 2023-12-05T05:13:27.199Z | Compiling num_cpus v1.16.0 |
1293 | 2023-12-05T05:13:27.364Z | Compiling byteorder v1.5.0 |
1294 | 2023-12-05T05:13:27.418Z | Compiling async-trait v0.1.74 |
1295 | 2023-12-05T05:13:28.070Z | Compiling serde_derive_internals v0.26.0 |
1296 | 2023-12-05T05:13:28.097Z | Compiling spin v0.5.2 |
1297 | 2023-12-05T05:13:28.578Z | Compiling dyn-clone v1.0.13 |
1298 | 2023-12-05T05:13:28.607Z | Compiling futures-sink v0.3.29 |
1299 | 2023-12-05T05:13:29.020Z | Compiling aho-corasick v1.0.4 |
1300 | 2023-12-05T05:13:29.072Z | Compiling regex-syntax v0.8.2 |
1301 | 2023-12-05T05:13:29.420Z | Compiling tinyvec_macros v0.1.1 |
1302 | 2023-12-05T05:13:29.553Z | Compiling rustix v0.38.25 |
1303 | 2023-12-05T05:13:29.909Z | Compiling tinyvec v1.6.0 |
1304 | 2023-12-05T05:13:30.037Z | Compiling hashbrown v0.13.2 |
1305 | 2023-12-05T05:13:31.972Z | Compiling backtrace v0.3.69 |
1306 | 2023-12-05T05:13:32.580Z | Compiling winnow v0.5.15 |
1307 | 2023-12-05T05:13:33.171Z | Compiling futures-io v0.3.29 |
1308 | 2023-12-05T05:13:33.171Z | Compiling pin-utils v0.1.0 |
1309 | 2023-12-05T05:13:33.171Z | Compiling cpufeatures v0.2.9 |
1310 | 2023-12-05T05:13:33.187Z | Compiling unicode-normalization v0.1.22 |
1311 | 2023-12-05T05:13:33.187Z | Compiling spin v0.9.8 |
1312 | 2023-12-05T05:13:33.759Z | Compiling tracing-core v0.1.31 |
1313 | 2023-12-05T05:13:34.249Z | Compiling unicode-bidi v0.3.13 |
1314 | 2023-12-05T05:13:34.937Z | Compiling regex-automata v0.4.3 |
1315 | 2023-12-05T05:13:37.717Z | Compiling crc32fast v1.3.2 |
1316 | 2023-12-05T05:13:38.615Z | Compiling anyhow v1.0.75 |
1317 | 2023-12-05T05:13:38.621Z | Compiling time-core v0.1.1 |
1318 | 2023-12-05T05:13:38.786Z | Compiling time-macros v0.2.13 |
1319 | 2023-12-05T05:13:39.364Z | Compiling num-integer v0.1.45 |
1320 | 2023-12-05T05:13:39.700Z | Compiling base64 v0.21.5 |
1321 | 2023-12-05T05:13:40.128Z | Compiling serde_derive v1.0.192 |
1322 | 2023-12-05T05:13:40.300Z | Compiling zeroize_derive v1.4.2 |
1323 | 2023-12-05T05:13:40.380Z | Compiling thiserror-impl v1.0.49 |
1324 | 2023-12-05T05:13:40.849Z | Compiling tokio-macros v2.2.0 |
1325 | 2023-12-05T05:13:42.908Z | Compiling zeroize v1.7.0 |
1326 | 2023-12-05T05:13:43.429Z | Compiling futures-macro v0.3.29 |
1327 | 2023-12-05T05:13:43.544Z | Compiling tracing-attributes v0.1.26 |
1328 | 2023-12-05T05:13:43.946Z | Compiling schemars_derive v0.8.13 |
1329 | 2023-12-05T05:13:45.843Z | Compiling crypto-common v0.1.6 |
1330 | 2023-12-05T05:13:45.946Z | Compiling block-buffer v0.10.4 |
1331 | 2023-12-05T05:13:45.946Z | Compiling pest v2.7.2 |
1332 | 2023-12-05T05:13:46.166Z | Compiling openssl-macros v0.1.1 |
1333 | 2023-12-05T05:13:46.351Z | Compiling digest v0.10.7 |
1334 | 2023-12-05T05:13:47.664Z | Compiling regex v1.10.2 |
1335 | 2023-12-05T05:13:50.119Z | Compiling tracing v0.1.37 |
1336 | 2023-12-05T05:13:50.452Z | Compiling der_derive v0.7.2 |
1337 | 2023-12-05T05:13:50.952Z | Compiling unicode-width v0.1.11 |
1338 | 2023-12-05T05:13:50.952Z | Compiling slog v2.7.0 |
1339 | 2023-12-05T05:13:50.952Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2023-12-05T05:13:51.072Z | Compiling untrusted v0.9.0 |
1341 | 2023-12-05T05:13:51.329Z | Compiling openssl-probe v0.1.5 |
1342 | 2023-12-05T05:13:51.610Z | Compiling ppv-lite86 v0.2.17 |
1343 | 2023-12-05T05:13:51.822Z | Compiling unicode-xid v0.2.4 |
1344 | 2023-12-05T05:13:51.855Z | Compiling percent-encoding v2.3.1 |
1345 | 2023-12-05T05:13:51.889Z | Compiling hashbrown v0.12.3 |
1346 | 2023-12-05T05:13:52.069Z | Compiling untrusted v0.7.1 |
1347 | 2023-12-05T05:13:52.433Z | Compiling synstructure v0.12.6 |
1348 | 2023-12-05T05:13:55.173Z | Compiling foreign-types v0.3.2 |
1349 | 2023-12-05T05:13:55.649Z | Compiling errno v0.3.2 |
1350 | 2023-12-05T05:13:55.967Z | Compiling try-lock v0.2.4 |
1351 | 2023-12-05T05:13:56.170Z | Compiling want v0.3.1 |
1352 | 2023-12-05T05:13:56.585Z | Compiling rustls-webpki v0.101.7 |
1353 | 2023-12-05T05:13:57.209Z | Compiling sct v0.7.0 |
1354 | 2023-12-05T05:13:57.667Z | Compiling zerocopy-derive v0.2.0 |
1355 | 2023-12-05T05:13:58.655Z | Compiling form_urlencoded v1.2.1 |
1356 | 2023-12-05T05:13:59.899Z | Compiling pest_meta v2.7.2 |
1357 | 2023-12-05T05:13:59.903Z | Compiling socket2 v0.4.9 |
1358 | 2023-12-05T05:13:59.903Z | Compiling httpdate v1.0.3 |
1359 | 2023-12-05T05:14:00.212Z | Compiling io-lifetimes v1.0.11 |
1360 | 2023-12-05T05:14:00.887Z | Compiling tower-service v0.3.2 |
1361 | 2023-12-05T05:14:01.087Z | Compiling pest_generator v2.7.2 |
1362 | 2023-12-05T05:14:02.137Z | Compiling rand_chacha v0.3.1 |
1363 | 2023-12-05T05:14:02.970Z | Compiling rustls-pemfile v1.0.3 |
1364 | 2023-12-05T05:14:03.554Z | Compiling idna v0.5.0 |
1365 | 2023-12-05T05:14:03.736Z | Compiling lazy_static v1.4.0 |
1366 | 2023-12-05T05:14:03.893Z | Compiling bytes v1.5.0 |
1367 | 2023-12-05T05:14:04.412Z | Compiling indexmap v2.1.0 |
1368 | 2023-12-05T05:14:06.025Z | Compiling uuid v1.6.1 |
1369 | 2023-12-05T05:14:06.224Z | Compiling chrono v0.4.31 |
1370 | 2023-12-05T05:14:06.277Z | Compiling tokio v1.34.0 |
1371 | 2023-12-05T05:14:06.448Z | Compiling http v0.2.11 |
1372 | 2023-12-05T05:14:07.160Z | Compiling bitflags v2.4.0 |
1373 | 2023-12-05T05:14:07.844Z | Compiling serde_spanned v0.6.4 |
1374 | 2023-12-05T05:14:08.225Z | Compiling toml_datetime v0.6.5 |
1375 | 2023-12-05T05:14:08.621Z | Compiling rustc_version v0.4.0 |
1376 | 2023-12-05T05:14:09.409Z | Compiling toml_edit v0.19.15 |
1377 | 2023-12-05T05:14:09.864Z | Compiling http-body v0.4.5 |
1378 | 2023-12-05T05:14:12.662Z | Compiling openapiv3 v2.0.0-rc.1 |
1379 | 2023-12-05T05:14:14.667Z | Compiling crossbeam-utils v0.8.16 |
1380 | 2023-12-05T05:14:15.426Z | Compiling adler v1.0.2 |
1381 | 2023-12-05T05:14:16.461Z | Compiling miniz_oxide v0.7.1 |
1382 | 2023-12-05T05:14:16.729Z | Compiling pest_derive v2.7.2 |
1383 | 2023-12-05T05:14:17.918Z | Compiling url v2.5.0 |
1384 | 2023-12-05T05:14:21.083Z | Compiling tokio-util v0.7.10 |
1385 | 2023-12-05T05:14:21.673Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2023-12-05T05:14:22.025Z | Compiling tokio-rustls v0.24.1 |
1387 | 2023-12-05T05:14:24.825Z | Compiling rustls-native-certs v0.6.3 |
1388 | 2023-12-05T05:14:24.854Z | Compiling rand v0.8.5 |
1389 | 2023-12-05T05:14:24.854Z | Compiling h2 v0.3.21 |
1390 | 2023-12-05T05:14:24.854Z | Compiling usdt-impl v0.3.5 |
1391 | 2023-12-05T05:14:24.854Z | Compiling rustix v0.37.23 |
1392 | 2023-12-05T05:14:24.854Z | Compiling ipnet v2.8.0 |
1393 | 2023-12-05T05:14:24.944Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2023-12-05T05:14:26.045Z | Compiling num-bigint v0.4.4 |
1395 | 2023-12-05T05:14:26.195Z | Compiling encoding_rs v0.8.33 |
1396 | 2023-12-05T05:14:26.348Z | Compiling mime v0.3.17 |
1397 | 2023-12-05T05:14:26.450Z | Compiling gimli v0.28.0 |
1398 | 2023-12-05T05:14:27.252Z | Compiling webpki-roots v0.25.2 |
1399 | 2023-12-05T05:14:27.978Z | Compiling zerocopy v0.3.0 |
1400 | 2023-12-05T05:14:29.118Z | Compiling object v0.32.1 |
1401 | 2023-12-05T05:14:29.823Z | Compiling rustc-demangle v0.1.23 |
1402 | 2023-12-05T05:14:31.402Z | Compiling dof v0.1.5 |
1403 | 2023-12-05T05:14:31.612Z | Compiling flate2 v1.0.28 |
1404 | 2023-12-05T05:14:32.162Z | Compiling dtrace-parser v0.1.14 |
1405 | 2023-12-05T05:14:32.363Z | Compiling heapless v0.7.16 |
1406 | 2023-12-05T05:14:32.936Z | Compiling serde_tokenstream v0.2.0 |
1407 | 2023-12-05T05:14:33.206Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1408 | 2023-12-05T05:14:33.231Z | Compiling thread-id v4.2.0 |
1409 | 2023-12-05T05:14:33.383Z | Compiling addr2line v0.21.0 |
1410 | 2023-12-05T05:14:33.747Z | Compiling rustversion v1.0.14 |
1411 | 2023-12-05T05:14:33.896Z | Compiling base64ct v1.6.0 |
1412 | 2023-12-05T05:14:34.102Z | Compiling hyper v0.14.27 |
1413 | 2023-12-05T05:14:34.490Z | Compiling signal-hook v0.3.17 |
1414 | 2023-12-05T05:14:34.930Z | Compiling toml v0.7.8 |
1415 | 2023-12-05T05:14:35.391Z | Compiling toml_edit v0.21.0 |
1416 | 2023-12-05T05:14:35.527Z | Compiling serde_tokenstream v0.1.7 |
1417 | 2023-12-05T05:14:36.339Z | Compiling hex v0.4.3 |
1418 | 2023-12-05T05:14:37.277Z | Compiling zerocopy-derive v0.6.4 |
1419 | 2023-12-05T05:14:37.657Z | Compiling regress v0.7.1 |
1420 | 2023-12-05T05:14:38.435Z | Compiling memoffset v0.9.0 |
1421 | 2023-12-05T05:14:38.868Z | Compiling strsim v0.10.0 |
1422 | 2023-12-05T05:14:42.042Z | Compiling bitflags v1.3.2 |
1423 | 2023-12-05T05:14:42.609Z | Compiling doc-comment v0.3.3 |
1424 | 2023-12-05T05:14:43.443Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1425 | 2023-12-05T05:14:43.969Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1426 | 2023-12-05T05:14:44.904Z | Compiling smoltcp v0.9.1 |
1427 | 2023-12-05T05:14:45.259Z | Compiling hyper-tls v0.5.0 |
1428 | 2023-12-05T05:14:45.713Z | Compiling hyper-rustls v0.24.2 |
1429 | 2023-12-05T05:14:45.785Z | Compiling pem-rfc7468 v0.7.0 |
1430 | 2023-12-05T05:14:46.028Z | Compiling strum_macros v0.25.2 |
1431 | 2023-12-05T05:14:46.559Z | Compiling reqwest v0.11.22 |
1432 | 2023-12-05T05:14:46.987Z | Compiling usdt-macro v0.3.5 |
1433 | 2023-12-05T05:14:47.921Z | Compiling usdt-attr-macro v0.3.5 |
1434 | 2023-12-05T05:14:48.714Z | Compiling hmac v0.12.1 |
1435 | 2023-12-05T05:14:50.175Z | Compiling enum-as-inner v0.5.1 |
1436 | 2023-12-05T05:14:50.636Z | Compiling num-iter v0.1.43 |
1437 | 2023-12-05T05:14:51.070Z | Compiling crossbeam-epoch v0.9.15 |
1438 | 2023-12-05T05:14:51.593Z | Compiling flagset v0.4.3 |
1439 | 2023-12-05T05:14:51.746Z | Compiling deranged v0.3.8 |
1440 | 2023-12-05T05:14:51.770Z | Compiling num_threads v0.1.6 |
1441 | 2023-12-05T05:14:51.881Z | Compiling unicode-segmentation v1.10.1 |
1442 | 2023-12-05T05:14:51.929Z | Compiling siphasher v0.3.11 |
1443 | 2023-12-05T05:14:52.105Z | Compiling der v0.7.8 |
1444 | 2023-12-05T05:14:53.480Z | Compiling block-padding v0.3.3 |
1445 | 2023-12-05T05:14:53.506Z | Compiling hubpack_derive v0.1.1 |
1446 | 2023-12-05T05:14:53.859Z | Compiling pin-project-internal v1.1.3 |
1447 | 2023-12-05T05:14:54.745Z | Compiling time v0.3.27 |
1448 | 2023-12-05T05:14:56.294Z | Compiling utf8parse v0.2.1 |
1449 | 2023-12-05T05:14:57.554Z | Compiling anstyle v1.0.2 |
1450 | 2023-12-05T05:14:59.122Z | Compiling sha2 v0.10.8 |
1451 | 2023-12-05T05:14:59.148Z | Compiling anstyle-parse v0.2.1 |
1452 | 2023-12-05T05:14:59.663Z | Compiling spki v0.7.2 |
1453 | 2023-12-05T05:15:00.236Z | Compiling inout v0.1.3 |
1454 | 2023-12-05T05:15:01.101Z | Compiling md-5 v0.10.5 |
1455 | 2023-12-05T05:15:01.585Z | Compiling clap_derive v4.4.2 |
1456 | 2023-12-05T05:15:01.832Z | Compiling stringprep v0.1.3 |
1457 | 2023-12-05T05:15:02.938Z | Compiling hash32 v0.2.1 |
1458 | 2023-12-05T05:15:03.482Z | Compiling diesel_table_macro_syntax v0.1.0 |
1459 | 2023-12-05T05:15:03.550Z | Compiling stable_deref_trait v1.2.0 |
1460 | 2023-12-05T05:15:03.900Z | Compiling either v1.9.0 |
1461 | 2023-12-05T05:15:04.446Z | Compiling fallible-iterator v0.2.0 |
1462 | 2023-12-05T05:15:04.466Z | Compiling anstyle-query v1.0.0 |
1463 | 2023-12-05T05:15:04.643Z | Compiling colorchoice v1.0.0 |
1464 | 2023-12-05T05:15:04.868Z | Compiling anstream v0.5.0 |
1465 | 2023-12-05T05:15:05.498Z | Compiling diesel_derives v2.1.2 |
1466 | 2023-12-05T05:15:05.593Z | Compiling postgres-protocol v0.6.6 |
1467 | 2023-12-05T05:15:07.291Z | Compiling terminal_size v0.2.6 |
1468 | 2023-12-05T05:15:08.279Z | Compiling cipher v0.4.4 |
1469 | 2023-12-05T05:15:09.071Z | Compiling pkcs8 v0.10.2 |
1470 | 2023-12-05T05:15:09.412Z | Compiling phf_shared v0.11.2 |
1471 | 2023-12-05T05:15:10.449Z | Compiling ff v0.13.0 |
1472 | 2023-12-05T05:15:10.810Z | Compiling getopts v0.2.21 |
1473 | 2023-12-05T05:15:10.950Z | Compiling snafu-derive v0.7.5 |
1474 | 2023-12-05T05:15:11.134Z | Compiling serde_repr v0.1.16 |
1475 | 2023-12-05T05:15:11.354Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-12-05T05:15:11.389Z | Compiling data-encoding v2.4.0 |
1477 | 2023-12-05T05:15:12.279Z | Compiling matches v0.1.10 |
1478 | 2023-12-05T05:15:12.722Z | Compiling unsafe-libyaml v0.2.9 |
1479 | 2023-12-05T05:15:12.960Z | Compiling managed v0.8.0 |
1480 | 2023-12-05T05:15:13.974Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1481 | 2023-12-05T05:15:14.865Z | Compiling bit-vec v0.6.3 |
1482 | 2023-12-05T05:15:15.369Z | Compiling regex-automata v0.1.10 |
1483 | 2023-12-05T05:15:15.955Z | Compiling clap_lex v0.5.1 |
1484 | 2023-12-05T05:15:15.976Z | Compiling base16ct v0.2.0 |
1485 | 2023-12-05T05:15:16.100Z | Compiling bstr v0.2.17 |
1486 | 2023-12-05T05:15:16.254Z | Compiling sec1 v0.7.3 |
1487 | 2023-12-05T05:15:16.460Z | Compiling clap_builder v4.4.2 |
1488 | 2023-12-05T05:15:17.143Z | Compiling serde_yaml v0.9.25 |
1489 | 2023-12-05T05:15:22.564Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1490 | 2023-12-05T05:15:22.760Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1491 | 2023-12-05T05:15:24.227Z | Compiling idna v0.2.3 |
1492 | 2023-12-05T05:15:25.631Z | Compiling r2d2 v0.8.10 |
1493 | 2023-12-05T05:15:26.872Z | Compiling group v0.13.0 |
1494 | 2023-12-05T05:15:27.704Z | Compiling phf v0.11.2 |
1495 | 2023-12-05T05:15:28.146Z | Compiling signal-hook-mio v0.2.3 |
1496 | 2023-12-05T05:15:28.382Z | Compiling bzip2 v0.4.4 |
1497 | 2023-12-05T05:15:28.764Z | Compiling postgres-types v0.2.6 |
1498 | 2023-12-05T05:15:28.970Z | Compiling itertools v0.11.0 |
1499 | 2023-12-05T05:15:31.479Z | Compiling pin-project v1.1.3 |
1500 | 2023-12-05T05:15:31.625Z | Compiling hubpack v0.1.2 |
1501 | 2023-12-05T05:15:32.279Z | Compiling phf_shared v0.10.0 |
1502 | 2023-12-05T05:15:32.594Z | Compiling hkdf v0.12.3 |
1503 | 2023-12-05T05:15:32.717Z | Compiling zerocopy v0.6.4 |
1504 | 2023-12-05T05:15:32.889Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-12-05T05:15:32.962Z | Compiling crypto-bigint v0.5.2 |
1506 | 2023-12-05T05:15:33.719Z | Compiling futures-executor v0.3.29 |
1507 | 2023-12-05T05:15:34.312Z | Compiling float-cmp v0.9.0 |
1508 | 2023-12-05T05:15:34.638Z | Compiling static_assertions v1.1.0 |
1509 | 2023-12-05T05:15:35.567Z | Compiling difflib v0.4.0 |
1510 | 2023-12-05T05:15:37.252Z | Compiling whoami v1.4.1 |
1511 | 2023-12-05T05:15:38.216Z | Compiling new_debug_unreachable v1.0.4 |
1512 | 2023-12-05T05:15:38.231Z | Compiling precomputed-hash v0.1.1 |
1513 | 2023-12-05T05:15:38.342Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2023-12-05T05:15:38.521Z | Compiling fixedbitset v0.4.2 |
1515 | 2023-12-05T05:15:38.627Z | Compiling predicates-core v1.0.6 |
1516 | 2023-12-05T05:15:38.796Z | Compiling regex-automata v0.3.8 |
1517 | 2023-12-05T05:15:39.160Z | Compiling petgraph v0.6.4 |
1518 | 2023-12-05T05:15:39.225Z | Compiling predicates v3.0.4 |
1519 | 2023-12-05T05:15:40.552Z | Compiling string_cache v0.8.7 |
1520 | 2023-12-05T05:15:40.557Z | Compiling tokio-postgres v0.7.10 |
1521 | 2023-12-05T05:15:41.956Z | Compiling bstr v1.6.0 |
1522 | 2023-12-05T05:15:42.033Z | Compiling elliptic-curve v0.13.8 |
1523 | 2023-12-05T05:15:42.834Z | Compiling trust-dns-proto v0.22.0 |
1524 | 2023-12-05T05:15:43.268Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1525 | 2023-12-05T05:15:44.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1526 | 2023-12-05T05:15:46.527Z | Compiling futures v0.3.29 |
1527 | 2023-12-05T05:15:46.685Z | Compiling diesel v2.1.4 |
1528 | 2023-12-05T05:15:48.724Z | Compiling snafu v0.7.5 |
1529 | 2023-12-05T05:15:50.093Z | Compiling yasna v0.5.2 |
1530 | 2023-12-05T05:15:53.313Z | Compiling zip v0.6.6 |
1531 | 2023-12-05T05:15:54.067Z | Compiling crossterm v0.27.0 |
1532 | 2023-12-05T05:15:56.881Z | Compiling clap v4.4.3 |
1533 | 2023-12-05T05:15:57.045Z | Compiling similar v2.2.1 |
1534 | 2023-12-05T05:15:57.066Z | Compiling bit-set v0.5.3 |
1535 | 2023-12-05T05:15:57.231Z | Compiling itertools v0.10.5 |
1536 | 2023-12-05T05:15:57.519Z | Compiling usdt v0.3.5 |
1537 | 2023-12-05T05:15:58.508Z | Compiling tokio-stream v0.1.14 |
1538 | 2023-12-05T05:16:00.039Z | Compiling console v0.15.7 |
1539 | 2023-12-05T05:16:00.547Z | Compiling lalrpop-util v0.19.12 |
1540 | 2023-12-05T05:16:42.471Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1541 | 2023-12-05T05:16:43.691Z | Compiling sha1 v0.10.6 |
1542 | 2023-12-05T05:16:50.512Z | Compiling atty v0.2.14 |
1543 | 2023-12-05T05:16:53.216Z | Compiling match_cfg v0.1.0 |
1544 | 2023-12-05T05:16:54.455Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2023-12-05T05:16:56.623Z | Compiling hostname v0.3.1 |
1546 | 2023-12-05T05:16:59.700Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1547 | 2023-12-05T05:17:01.471Z | Compiling dirs-sys-next v0.1.2 |
1548 | 2023-12-05T05:17:02.344Z | Compiling dirs-next v2.0.0 |
1549 | 2023-12-05T05:17:02.489Z | Compiling thread_local v1.1.7 |
1550 | 2023-12-05T05:17:02.611Z | Compiling camino v1.1.6 |
1551 | 2023-12-05T05:17:02.643Z | Compiling slog-async v2.8.0 |
1552 | 2023-12-05T05:17:03.400Z | Compiling ident_case v1.0.1 |
1553 | 2023-12-05T05:17:03.532Z | Compiling term v0.7.0 |
1554 | 2023-12-05T05:17:03.633Z | Compiling darling_core v0.20.3 |
1555 | 2023-12-05T05:17:03.663Z | Compiling crossbeam-channel v0.5.8 |
1556 | 2023-12-05T05:17:03.810Z | Compiling multer v2.1.0 |
1557 | 2023-12-05T05:17:04.292Z | Compiling instant v0.1.12 |
1558 | 2023-12-05T05:17:04.508Z | Compiling take_mut v0.2.2 |
1559 | 2023-12-05T05:17:04.734Z | Compiling paste v1.0.14 |
1560 | 2023-12-05T05:17:05.579Z | Compiling slog-term v2.9.0 |
1561 | 2023-12-05T05:17:06.114Z | Compiling slog-json v2.6.1 |
1562 | 2023-12-05T05:17:06.686Z | Compiling async-stream-impl v0.3.5 |
1563 | 2023-12-05T05:17:06.789Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1564 | 2023-12-05T05:17:07.221Z | Compiling atomic-waker v1.1.1 |
1565 | 2023-12-05T05:17:07.434Z | Compiling waitgroup v0.1.2 |
1566 | 2023-12-05T05:17:07.528Z | Compiling slog-bunyan v2.4.0 |
1567 | 2023-12-05T05:17:07.750Z | Compiling toml v0.8.8 |
1568 | 2023-12-05T05:17:07.778Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1569 | 2023-12-05T05:17:07.807Z | Compiling serde_path_to_error v0.1.14 |
1570 | 2023-12-05T05:17:08.914Z | Compiling async-stream v0.3.5 |
1571 | 2023-12-05T05:17:09.215Z | Compiling structmeta-derive v0.2.0 |
1572 | 2023-12-05T05:17:09.278Z | Compiling debug-ignore v1.0.5 |
1573 | 2023-12-05T05:17:09.438Z | Compiling strum v0.25.0 |
1574 | 2023-12-05T05:17:09.483Z | Compiling regex-syntax v0.7.5 |
1575 | 2023-12-05T05:17:09.619Z | Compiling backoff v0.4.0 |
1576 | 2023-12-05T05:17:09.678Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2023-12-05T05:17:10.133Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1578 | 2023-12-05T05:17:10.361Z | Compiling macaddr v1.0.1 |
1579 | 2023-12-05T05:17:10.638Z | Compiling proc-macro-error-attr v1.0.4 |
1580 | 2023-12-05T05:17:10.812Z | Compiling proc-macro-crate v1.3.1 |
1581 | 2023-12-05T05:17:11.058Z | Compiling proc-macro-error v1.0.4 |
1582 | 2023-12-05T05:17:11.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1583 | 2023-12-05T05:17:12.250Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1584 | 2023-12-05T05:17:12.612Z | Compiling num_enum_derive v0.5.11 |
1585 | 2023-12-05T05:17:12.663Z | Compiling postcard-cobs v0.1.5-pre |
1586 | 2023-12-05T05:17:13.104Z | Compiling same-file v1.0.6 |
1587 | 2023-12-05T05:17:13.442Z | Compiling fastrand v2.0.0 |
1588 | 2023-12-05T05:17:13.627Z | Compiling walkdir v2.4.0 |
1589 | 2023-12-05T05:17:13.924Z | Compiling darling_macro v0.20.3 |
1590 | 2023-12-05T05:17:14.168Z | Compiling structmeta v0.2.0 |
1591 | 2023-12-05T05:17:14.367Z | Compiling tempfile v3.8.1 |
1592 | 2023-12-05T05:17:14.876Z | Compiling postcard v0.7.3 |
1593 | 2023-12-05T05:17:14.976Z | Compiling smoltcp v0.8.2 |
1594 | 2023-12-05T05:17:15.623Z | Compiling darling v0.20.3 |
1595 | 2023-12-05T05:17:15.661Z | Compiling semver-parser v0.10.2 |
1596 | 2023-12-05T05:17:15.773Z | Compiling foreign-types-macros v0.2.3 |
1597 | 2023-12-05T05:17:15.796Z | Compiling serde_with_macros v2.3.3 |
1598 | 2023-12-05T05:17:17.062Z | Compiling num_enum v0.5.11 |
1599 | 2023-12-05T05:17:17.295Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1600 | 2023-12-05T05:17:17.721Z | Compiling crucible-workspace-hack v0.1.0 |
1601 | 2023-12-05T05:17:18.123Z | Compiling foreign-types-shared v0.3.1 |
1602 | 2023-12-05T05:17:18.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-12-05T05:17:18.711Z | Compiling cfg-if v0.1.10 |
1604 | 2023-12-05T05:17:18.735Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1605 | 2023-12-05T05:17:18.995Z | Compiling foreign-types v0.5.0 |
1606 | 2023-12-05T05:17:19.322Z | Compiling semver v0.11.0 |
1607 | 2023-12-05T05:17:19.877Z | Compiling is-terminal v0.4.9 |
1608 | 2023-12-05T05:17:20.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1609 | 2023-12-05T05:17:20.208Z | Compiling serde_with v2.3.3 |
1610 | 2023-12-05T05:17:20.289Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1611 | 2023-12-05T05:17:20.554Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1612 | 2023-12-05T05:17:21.105Z | Compiling parse-display-derive v0.8.2 |
1613 | 2023-12-05T05:17:21.388Z | Compiling cstr-argument v0.1.2 |
1614 | 2023-12-05T05:17:21.734Z | Compiling filetime v0.2.22 |
1615 | 2023-12-05T05:17:21.759Z | Compiling xattr v1.0.1 |
1616 | 2023-12-05T05:17:22.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1617 | 2023-12-05T05:17:22.200Z | Compiling home v0.5.5 |
1618 | 2023-12-05T05:17:22.563Z | Compiling platforms v3.0.2 |
1619 | 2023-12-05T05:17:22.587Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-12-05T05:17:22.855Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1621 | 2023-12-05T05:17:23.419Z | Compiling toolchain_find v0.2.0 |
1622 | 2023-12-05T05:17:23.454Z | Compiling tar v0.4.40 |
1623 | 2023-12-05T05:17:23.911Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2023-12-05T05:17:24.640Z | Compiling colored v2.0.4 |
1625 | 2023-12-05T05:17:24.835Z | Compiling textwrap v0.11.0 |
1626 | 2023-12-05T05:17:24.896Z | Compiling heck v0.3.3 |
1627 | 2023-12-05T05:17:25.539Z | Compiling toml v0.5.11 |
1628 | 2023-12-05T05:17:25.619Z | Compiling vec_map v0.8.2 |
1629 | 2023-12-05T05:17:25.644Z | Compiling ansi_term v0.12.1 |
1630 | 2023-12-05T05:17:25.681Z | Compiling strsim v0.8.0 |
1631 | 2023-12-05T05:17:26.073Z | Compiling libefi-sys v0.1.0 |
1632 | 2023-12-05T05:17:26.481Z | Compiling clap v2.34.0 |
1633 | 2023-12-05T05:17:26.560Z | Compiling structopt-derive v0.4.18 |
1634 | 2023-12-05T05:17:26.948Z | Compiling omicron-zone-package v0.9.1 |
1635 | 2023-12-05T05:17:26.974Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1636 | 2023-12-05T05:17:28.505Z | Compiling parse-display v0.8.2 |
1637 | 2023-12-05T05:17:28.790Z | Compiling rustfmt-wrapper v0.2.0 |
1638 | 2023-12-05T05:17:29.945Z | Compiling camino-tempfile v1.1.1 |
1639 | 2023-12-05T05:17:30.622Z | Compiling zone_cfg_derive v0.3.0 |
1640 | 2023-12-05T05:17:30.817Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1641 | 2023-12-05T05:17:31.486Z | Compiling num-derive v0.4.0 |
1642 | 2023-12-05T05:17:31.882Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1643 | 2023-12-05T05:17:32.600Z | Compiling structopt v0.3.26 |
1644 | 2023-12-05T05:17:32.838Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1645 | 2023-12-05T05:17:33.099Z | Compiling zone v0.3.0 |
1646 | 2023-12-05T05:17:33.237Z | Compiling curve25519-dalek v4.1.0 |
1647 | 2023-12-05T05:17:33.469Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1648 | 2023-12-05T05:17:34.116Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1649 | 2023-12-05T05:17:34.273Z | Compiling smf v0.2.2 |
1650 | 2023-12-05T05:17:34.733Z | Compiling unicase v2.7.0 |
1651 | 2023-12-05T05:17:35.175Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1652 | 2023-12-05T05:17:35.389Z | Compiling universal-hash v0.5.1 |
1653 | 2023-12-05T05:17:35.423Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1654 | 2023-12-05T05:17:35.663Z | Compiling curve25519-dalek-derive v0.1.0 |
1655 | 2023-12-05T05:17:35.693Z | Compiling getrandom v0.1.16 |
1656 | 2023-12-05T05:17:35.712Z | Compiling opaque-debug v0.3.0 |
1657 | 2023-12-05T05:17:35.719Z | Compiling signature v2.1.0 |
1658 | 2023-12-05T05:17:35.846Z | Compiling num-rational v0.4.1 |
1659 | 2023-12-05T05:17:36.336Z | Compiling keccak v0.1.4 |
1660 | 2023-12-05T05:17:36.467Z | Compiling winapi v0.3.9 |
1661 | 2023-12-05T05:17:36.633Z | Compiling quick-error v1.2.3 |
1662 | 2023-12-05T05:17:36.840Z | Compiling linked-hash-map v0.5.6 |
1663 | 2023-12-05T05:17:36.994Z | Compiling parking_lot_core v0.8.6 |
1664 | 2023-12-05T05:17:37.385Z | Compiling lru-cache v0.1.2 |
1665 | 2023-12-05T05:17:37.596Z | Compiling rand_core v0.5.1 |
1666 | 2023-12-05T05:17:37.654Z | Compiling resolv-conf v0.7.0 |
1667 | 2023-12-05T05:17:37.722Z | Compiling sha3 v0.10.8 |
1668 | 2023-12-05T05:17:38.330Z | Compiling password-hash v0.5.0 |
1669 | 2023-12-05T05:17:38.688Z | Compiling blake2 v0.10.6 |
1670 | 2023-12-05T05:17:38.994Z | Compiling aead v0.5.2 |
1671 | 2023-12-05T05:17:39.336Z | Compiling secrecy v0.8.0 |
1672 | 2023-12-05T05:17:39.576Z | Compiling num-complex v0.4.4 |
1673 | 2023-12-05T05:17:39.734Z | Compiling nibble_vec v0.1.0 |
1674 | 2023-12-05T05:17:40.029Z | Compiling slog-dtrace v0.2.3 |
1675 | 2023-12-05T05:17:40.132Z | Compiling option-ext v0.2.0 |
1676 | 2023-12-05T05:17:40.314Z | Compiling utf-8 v0.7.6 |
1677 | 2023-12-05T05:17:40.459Z | Compiling arc-swap v1.6.0 |
1678 | 2023-12-05T05:17:40.798Z | Compiling convert_case v0.4.0 |
1679 | 2023-12-05T05:17:40.953Z | Compiling endian-type v0.1.2 |
1680 | 2023-12-05T05:17:41.216Z | Compiling slog-scope v4.4.0 |
1681 | 2023-12-05T05:17:41.272Z | Compiling radix_trie v0.2.1 |
1682 | 2023-12-05T05:17:41.286Z | Compiling num v0.4.1 |
1683 | 2023-12-05T05:17:41.413Z | Compiling tungstenite v0.20.1 |
1684 | 2023-12-05T05:17:41.501Z | Compiling dirs-sys v0.4.1 |
1685 | 2023-12-05T05:17:41.529Z | Compiling argon2 v0.5.2 |
1686 | 2023-12-05T05:17:42.083Z | Compiling mime_guess v2.0.4 |
1687 | 2023-12-05T05:17:42.287Z | Compiling derive_more v0.99.17 |
1688 | 2023-12-05T05:17:42.307Z | Compiling trust-dns-resolver v0.22.0 |
1689 | 2023-12-05T05:17:42.667Z | Compiling rand_chacha v0.2.2 |
1690 | 2023-12-05T05:17:45.124Z | Compiling ed25519 v2.2.2 |
1691 | 2023-12-05T05:17:45.127Z | Compiling poly1305 v0.8.0 |
1692 | 2023-12-05T05:17:45.514Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1693 | 2023-12-05T05:17:45.798Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1694 | 2023-12-05T05:17:46.273Z | Compiling ctr v0.9.2 |
1695 | 2023-12-05T05:17:46.569Z | Compiling blowfish v0.9.1 |
1696 | 2023-12-05T05:17:46.767Z | Compiling chacha20 v0.9.1 |
1697 | 2023-12-05T05:17:47.284Z | Compiling aes v0.8.3 |
1698 | 2023-12-05T05:17:47.291Z | Compiling rfc6979 v0.4.0 |
1699 | 2023-12-05T05:17:47.483Z | Compiling password-hash v0.4.2 |
1700 | 2023-12-05T05:17:47.577Z | Compiling pbkdf2 v0.12.2 |
1701 | 2023-12-05T05:17:47.823Z | Compiling thiserror-impl-no-std v2.0.2 |
1702 | 2023-12-05T05:17:47.982Z | Compiling half v1.8.2 |
1703 | 2023-12-05T05:17:48.963Z | Compiling ciborium-io v0.2.1 |
1704 | 2023-12-05T05:17:49.016Z | Compiling pbkdf2 v0.11.0 |
1705 | 2023-12-05T05:17:49.147Z | Compiling ciborium-ll v0.2.1 |
1706 | 2023-12-05T05:17:49.588Z | Compiling bcrypt-pbkdf v0.10.0 |
1707 | 2023-12-05T05:17:49.810Z | Compiling ecdsa v0.16.9 |
1708 | 2023-12-05T05:17:50.484Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1709 | 2023-12-05T05:17:51.184Z | Compiling ed25519-dalek v2.0.0 |
1710 | 2023-12-05T05:17:51.512Z | Compiling parking_lot v0.11.2 |
1711 | 2023-12-05T05:17:52.184Z | Compiling rand v0.7.3 |
1712 | 2023-12-05T05:17:52.538Z | Compiling tokio-tungstenite v0.20.1 |
1713 | 2023-12-05T05:17:52.764Z | Compiling russh-cryptovec v0.7.0 |
1714 | 2023-12-05T05:17:52.899Z | Compiling trust-dns-client v0.22.0 |
1715 | 2023-12-05T05:17:53.124Z | Compiling dirs v5.0.1 |
1716 | 2023-12-05T05:17:53.210Z | Compiling slog-stdlog v4.1.1 |
1717 | 2023-12-05T05:17:53.299Z | Compiling thiserror-no-std v2.0.2 |
1718 | 2023-12-05T05:17:53.407Z | Compiling polyval v0.6.1 |
1719 | 2023-12-05T05:17:53.466Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1720 | 2023-12-05T05:17:53.779Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1721 | 2023-12-05T05:17:54.083Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1722 | 2023-12-05T05:17:54.142Z | Compiling primeorder v0.13.6 |
1723 | 2023-12-05T05:17:55.013Z | Compiling cbc v0.1.2 |
1724 | 2023-12-05T05:17:56.631Z | Compiling fxhash v0.2.1 |
1725 | 2023-12-05T05:17:57.323Z | Compiling glob v0.3.1 |
1726 | 2023-12-05T05:17:57.367Z | Compiling cancel-safe-futures v0.1.5 |
1727 | 2023-12-05T05:17:57.851Z | Compiling md5 v0.7.0 |
1728 | 2023-12-05T05:17:58.633Z | Compiling trust-dns-server v0.22.1 |
1729 | 2023-12-05T05:17:58.978Z | Compiling sled v0.34.7 |
1730 | 2023-12-05T05:18:01.446Z | Compiling p256 v0.13.2 |
1731 | 2023-12-05T05:18:01.610Z | Compiling ghash v0.5.0 |
1732 | 2023-12-05T05:18:01.882Z | Compiling slog-envlogger v2.2.0 |
1733 | 2023-12-05T05:18:02.809Z | Compiling vsss-rs v3.3.1 |
1734 | 2023-12-05T05:18:04.802Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1735 | 2023-12-05T05:18:08.454Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1736 | 2023-12-05T05:18:10.344Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1737 | 2023-12-05T05:18:10.846Z | Compiling ciborium v0.2.1 |
1738 | 2023-12-05T05:18:10.870Z | Compiling chacha20poly1305 v0.10.1 |
1739 | 2023-12-05T05:18:10.970Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1740 | 2023-12-05T05:18:11.180Z | Compiling pem v3.0.2 |
1741 | 2023-12-05T05:18:11.523Z | Compiling headers-core v0.2.0 |
1742 | 2023-12-05T05:18:11.761Z | Compiling kstat-rs v0.2.3 |
1743 | 2023-12-05T05:18:12.472Z | Compiling base64 v0.13.1 |
1744 | 2023-12-05T05:18:12.935Z | Compiling http-range v0.1.5 |
1745 | 2023-12-05T05:18:13.374Z | Compiling pretty-hex v0.4.0 |
1746 | 2023-12-05T05:18:13.489Z | Compiling hyper-staticfile v0.9.5 |
1747 | 2023-12-05T05:18:13.513Z | Compiling pem v1.1.1 |
1748 | 2023-12-05T05:18:13.726Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1749 | 2023-12-05T05:18:14.597Z | Compiling headers v0.3.9 |
1750 | 2023-12-05T05:18:15.031Z | Compiling rcgen v0.11.3 |
1751 | 2023-12-05T05:18:18.025Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1752 | 2023-12-05T05:18:18.777Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1753 | 2023-12-05T05:18:19.488Z | Compiling russh-keys v0.40.0 |
1754 | 2023-12-05T05:18:19.535Z | Compiling aes-gcm v0.10.3 |
1755 | 2023-12-05T05:18:20.023Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1756 | 2023-12-05T05:18:20.886Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1757 | 2023-12-05T05:18:24.836Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1758 | 2023-12-05T05:18:25.050Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1759 | 2023-12-05T05:18:26.206Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1760 | 2023-12-05T05:18:28.469Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1761 | 2023-12-05T05:18:29.494Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1762 | 2023-12-05T05:18:31.484Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1763 | 2023-12-05T05:18:31.803Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1764 | 2023-12-05T05:18:36.254Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1765 | 2023-12-05T05:18:39.963Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1766 | 2023-12-05T05:18:40.648Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1767 | 2023-12-05T05:18:40.777Z | Compiling atomicwrites v0.4.2 |
1768 | 2023-12-05T05:18:41.315Z | Compiling itertools v0.12.0 |
1769 | 2023-12-05T05:18:43.138Z | Compiling subprocess v0.2.9 |
1770 | 2023-12-05T05:18:43.198Z | Compiling hex-literal v0.4.1 |
1771 | 2023-12-05T05:18:43.414Z | Compiling russh v0.40.0 |
1772 | 2023-12-05T05:18:45.339Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1773 | 2023-12-05T05:18:46.431Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1774 | 2023-12-05T05:18:46.602Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1775 | 2023-12-05T05:18:49.890Z | Compiling russh-keys v0.38.0 |
1776 | 2023-12-05T05:18:54.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1777 | 2023-12-05T05:19:23.173Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1778 | 2023-12-05T05:20:06.011Z | error[E0053]: method `check_server_key` has an incompatible type for trait |
1779 | 2023-12-05T05:20:06.011Z | --> end-to-end-tests/src/instance_launch.rs:277:28 |
1780 | 2023-12-05T05:20:06.011Z | | |
1781 | 2023-12-05T05:20:06.011Z | 277 | server_public_key: &PublicKey, |
1782 | 2023-12-05T05:20:06.011Z | | ^^^^^^^^^^ |
1783 | 2023-12-05T05:20:06.011Z | | | |
1784 | 2023-12-05T05:20:06.011Z | | expected `russh_keys::key::PublicKey`, found `PublicKey` |
1785 | 2023-12-05T05:20:06.011Z | | help: change the parameter type to match the trait: `&'life0 russh_keys::key::PublicKey` |
1786 | 2023-12-05T05:20:06.014Z | | |
1787 | 2023-12-05T05:20:06.014Z | = note: expected signature `fn(SshClient, &'life0 russh_keys::key::PublicKey) -> Pin<_>` |
1788 | 2023-12-05T05:20:06.014Z | found signature `fn(SshClient, &'life0 PublicKey) -> Pin<_>` |
1789 | 2023-12-05T05:20:06.014Z | |
1790 | 2023-12-05T05:20:06.219Z | error[E0308]: mismatched types |
1791 | 2023-12-05T05:20:06.219Z | --> end-to-end-tests/src/instance_launch.rs:170:50 |
1792 | 2023-12-05T05:20:06.219Z | | |
1793 | 2023-12-05T05:20:06.219Z | 170 | session.authenticate_publickey("debian", key).await?, |
1794 | 2023-12-05T05:20:06.219Z | | ---------------------- ^^^ expected `russh_keys::key::KeyPair`, found `KeyPair` |
1795 | 2023-12-05T05:20:06.220Z | | | |
1796 | 2023-12-05T05:20:06.220Z | | arguments to this method are incorrect |
1797 | 2023-12-05T05:20:06.220Z | | |
1798 | 2023-12-05T05:20:06.220Z | = note: `KeyPair` and `russh_keys::key::KeyPair` have similar names, but are actually distinct types |
1799 | 2023-12-05T05:20:06.220Z | note: `KeyPair` is defined in crate `russh_keys` |
1800 | 2023-12-05T05:20:06.220Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.38.0/src/key.rs:281:1 |
1801 | 2023-12-05T05:20:06.220Z | | |
1802 | 2023-12-05T05:20:06.220Z | 281 | pub enum KeyPair { |
1803 | 2023-12-05T05:20:06.220Z | | ^^^^^^^^^^^^^^^^ |
1804 | 2023-12-05T05:20:06.220Z | note: `russh_keys::key::KeyPair` is defined in crate `russh_keys` |
1805 | 2023-12-05T05:20:06.220Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.40.0/src/key.rs:326:1 |
1806 | 2023-12-05T05:20:06.220Z | | |
1807 | 2023-12-05T05:20:06.220Z | 326 | pub enum KeyPair { |
1808 | 2023-12-05T05:20:06.220Z | | ^^^^^^^^^^^^^^^^ |
1809 | 2023-12-05T05:20:06.220Z | = note: perhaps two different versions of crate `russh_keys` are being used? |
1810 | 2023-12-05T05:20:06.220Z | note: method defined here |
1811 | 2023-12-05T05:20:06.220Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.40.0/src/client/mod.rs:359:18 |
1812 | 2023-12-05T05:20:06.220Z | | |
1813 | 2023-12-05T05:20:06.220Z | 359 | pub async fn authenticate_publickey<U: Into<String>>( |
1814 | 2023-12-05T05:20:06.220Z | | ^^^^^^^^^^^^^^^^^^^^^^ |
1815 | 2023-12-05T05:20:06.220Z | |
1816 | 2023-12-05T05:20:06.329Z | Some errors have detailed explanations: E0053, E0308. |
1817 | 2023-12-05T05:20:06.329Z | For more information about an error, try `rustc --explain E0053`. |
1818 | 2023-12-05T05:20:06.401Z | error: could not compile `end-to-end-tests` (lib test) due to 2 previous errors |
1819 | 2023-12-05T05:20:06.409Z | warning: build failed, waiting for other jobs to finish... |
1820 | 2023-12-05T05:20:35.332Z | |
1821 | 2023-12-05T05:20:35.339Z | real 7:47.706725102 |
1822 | 2023-12-05T05:20:35.339Z | user 42:45.158309482 |
1823 | 2023-12-05T05:20:35.339Z | sys 6:31.336852503 |
1824 | 2023-12-05T05:20:35.339Z | trap 1.599322873 |
1825 | 2023-12-05T05:20:35.339Z | tflt 4.079329658 |
1826 | 2023-12-05T05:20:35.339Z | dflt 7.730638541 |
1827 | 2023-12-05T05:20:35.339Z | kflt 0.026344003 |
1828 | 2023-12-05T05:20:35.339Z | lock 1:22:07.862585846 |
1829 | 2023-12-05T05:20:35.339Z | slp 2:01:31.296458284 |
1830 | 2023-12-05T05:20:35.339Z | lat 1:57.537336781 |
1831 | 2023-12-05T05:20:35.339Z | stop 4:26.960206744 |
1832 | 2023-12-05T05:20:35.341Z | process exited: duration 638251 ms, exit code 101 |
|
1833 | 2023-12-05T05:20:35.362Z | found 0 output files |
1834 | 2023-12-05T05:20:35.362Z | upload error: rule "/work/end-to-end-tests/*.gz" required a match, but was not used |
1835 | 2023-12-05T05:20:35.362Z | upload error: rule "/work/caboose-util.gz" required a match, but was not used |
1836 | 2023-12-05T05:20:35.362Z | upload error: rule "/work/tufaceous.gz" required a match, but was not used |