|
|
|
1 | 2023-11-21T06:28:28.248Z | job assigned to worker 01HFR8ZXSZXFMCXZ10Z55XJQ19 (queued for 1 m 36 s) |
|
2 | 2023-11-21T06:28:28.843Z | starting task 0: "setup" |
3 | 2023-11-21T06:28:28.899Z | ++ uname -s |
4 | 2023-11-21T06:28:28.903Z | + kern=SunOS |
5 | 2023-11-21T06:28:28.903Z | + case "$kern" in |
6 | 2023-11-21T06:28:28.903Z | + groupadd -g 12345 build |
7 | 2023-11-21T06:28:28.907Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T06:28:30.924Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T06:28:31.062Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T06:28:31.073Z | + home_fs=zfs |
11 | 2023-11-21T06:28:31.073Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T06:28:31.073Z | + mkdir -p /home/build |
13 | 2023-11-21T06:28:31.073Z | + chown build:build /home/build /work |
14 | 2023-11-21T06:28:33.073Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T06:28:33.080Z | process exited: duration 4226 ms, exit code 0 |
|
16 | 2023-11-21T06:28:33.504Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T06:28:33.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T06:28:33.518Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T06:28:33.705Z | info: downloading installer |
20 | 2023-11-21T06:28:35.740Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T06:28:35.740Z | warning: /opt/ooce/bin |
22 | 2023-11-21T06:28:35.740Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T06:28:35.741Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T06:28:35.741Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T06:28:35.741Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T06:28:35.741Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T06:28:35.741Z | error: cannot install while Rust is installed |
28 | 2023-11-21T06:28:35.741Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T06:28:35.867Z | info: profile set to 'default' |
30 | 2023-11-21T06:28:35.867Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T06:28:35.885Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T06:28:36.064Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T06:28:36.064Z | info: downloading component 'cargo' |
34 | 2023-11-21T06:28:36.884Z | info: downloading component 'clippy' |
35 | 2023-11-21T06:28:37.219Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T06:28:38.258Z | info: downloading component 'rust-std' |
37 | 2023-11-21T06:28:40.089Z | info: downloading component 'rustc' |
38 | 2023-11-21T06:28:44.584Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T06:28:44.857Z | info: installing component 'cargo' |
40 | 2023-11-21T06:28:46.327Z | info: installing component 'clippy' |
41 | 2023-11-21T06:28:46.976Z | info: installing component 'rust-docs' |
42 | 2023-11-21T06:28:49.723Z | info: installing component 'rust-std' |
43 | 2023-11-21T06:28:52.854Z | info: installing component 'rustc' |
44 | 2023-11-21T06:28:59.597Z | info: installing component 'rustfmt' |
45 | 2023-11-21T06:29:00.003Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T06:29:00.003Z | |
47 | 2023-11-21T06:29:00.138Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T06:29:00.138Z | |
49 | 2023-11-21T06:29:00.138Z | |
50 | 2023-11-21T06:29:00.138Z | Rust is installed now. Great! |
51 | 2023-11-21T06:29:00.138Z | |
52 | 2023-11-21T06:29:00.141Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T06:29:00.142Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T06:29:00.142Z | |
55 | 2023-11-21T06:29:00.142Z | To configure your current shell, run: |
56 | 2023-11-21T06:29:00.142Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T06:29:00.229Z | + rustc --version |
58 | 2023-11-21T06:29:00.340Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T06:29:00.353Z | process exited: duration 26842 ms, exit code 0 |
|
60 | 2023-11-21T06:29:00.387Z | starting task 2: "authentication" |
61 | 2023-11-21T06:29:00.462Z | process exited: duration 81 ms, exit code 0 |
|
62 | 2023-11-21T06:29:00.491Z | starting task 3: "clone repository" |
63 | 2023-11-21T06:29:00.502Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T06:29:00.502Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T06:29:00.529Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T06:29:06.378Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T06:29:06.383Z | + [[ -n renovate/foreign-types-0.x ]] |
68 | 2023-11-21T06:29:06.383Z | + git fetch origin renovate/foreign-types-0.x |
69 | 2023-11-21T06:29:06.753Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T06:29:06.753Z | * branch renovate/foreign-types-0.x -> FETCH_HEAD |
71 | 2023-11-21T06:29:06.763Z | + git checkout -B renovate/foreign-types-0.x remotes/origin/renovate/foreign-types-0.x |
72 | 2023-11-21T06:29:06.833Z | Switched to a new branch 'renovate/foreign-types-0.x' |
73 | 2023-11-21T06:29:06.837Z | branch 'renovate/foreign-types-0.x' set up to track 'origin/renovate/foreign-types-0.x'. |
74 | 2023-11-21T06:29:06.838Z | + git reset --hard ca030086610065406b12a80efc0af6271f45f233 |
75 | 2023-11-21T06:29:06.850Z | HEAD is now at ca030086 Update Rust crate foreign-types to 0.5.0 |
76 | 2023-11-21T06:29:06.856Z | process exited: duration 6366 ms, exit code 0 |
|
77 | 2023-11-21T06:29:06.864Z | starting task 4: "build" |
78 | 2023-11-21T06:29:06.873Z | + cargo --version |
79 | 2023-11-21T06:29:06.879Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T06:29:07.494Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T06:29:07.513Z | info: downloading component 'cargo' |
82 | 2023-11-21T06:29:07.886Z | info: downloading component 'clippy' |
83 | 2023-11-21T06:29:08.180Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T06:29:09.213Z | info: downloading component 'rust-std' |
85 | 2023-11-21T06:29:10.912Z | info: downloading component 'rustc' |
86 | 2023-11-21T06:29:15.585Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T06:29:15.911Z | info: installing component 'cargo' |
88 | 2023-11-21T06:29:17.138Z | info: installing component 'clippy' |
89 | 2023-11-21T06:29:17.654Z | info: installing component 'rust-docs' |
90 | 2023-11-21T06:29:20.335Z | info: installing component 'rust-std' |
91 | 2023-11-21T06:29:22.941Z | info: installing component 'rustc' |
92 | 2023-11-21T06:29:29.222Z | info: installing component 'rustfmt' |
93 | 2023-11-21T06:29:29.775Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T06:29:29.808Z | + rustc --version |
95 | 2023-11-21T06:29:29.899Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T06:29:29.906Z | + source ./env.sh |
97 | 2023-11-21T06:29:29.906Z | ++ set -o xtrace |
98 | 2023-11-21T06:29:29.910Z | ++++ dirname ./env.sh |
99 | 2023-11-21T06:29:29.915Z | +++ cd . |
100 | 2023-11-21T06:29:29.915Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-21T06:29:29.915Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-21T06:29:29.915Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-21T06:29:29.915Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-21T06:29:29.915Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-21T06:29:29.915Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-21T06:29:29.915Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-21T06:29:29.915Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-21T06:29:29.915Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-21T06:29:29.915Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-21T06:29:29.915Z | ++ unset OMICRON_WS |
111 | 2023-11-21T06:29:29.915Z | ++ set +o xtrace |
112 | 2023-11-21T06:29:29.953Z | |
113 | 2023-11-21T06:29:29.953Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-21T06:29:29.953Z | # # # # # # # # # # # # # # # |
115 | 2023-11-21T06:29:29.953Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-21T06:29:29.953Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-21T06:29:29.953Z | # # # # # # # # # # # # # # # |
118 | 2023-11-21T06:29:29.953Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-21T06:29:29.953Z | |
120 | 2023-11-21T06:29:38.378Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-21T06:29:39.417Z | Startup: Caching catalogs ... Done |
122 | 2023-11-21T06:29:45.009Z | Planning: Solver setup ... Done (5.235s) |
123 | 2023-11-21T06:29:45.137Z | Planning: Running solver ... Done (0.128s) |
124 | 2023-11-21T06:29:45.198Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-21T06:29:45.214Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-21T06:29:45.505Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-21T06:29:45.623Z | Planning: Package planning ... Done (0.081s) |
128 | 2023-11-21T06:29:45.701Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-11-21T06:29:46.414Z | Planning: Checking for conflicting actions ... Done (0.742s) |
130 | 2023-11-21T06:29:46.433Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-21T06:29:50.300Z | Planning: Evaluating mediators ... Done (3.868s) |
132 | 2023-11-21T06:29:50.316Z | Planning: Planning completed in 10.86 seconds |
133 | 2023-11-21T06:29:50.338Z | Packages to install: 4 |
134 | 2023-11-21T06:29:50.341Z | Mediators to change: 2 |
135 | 2023-11-21T06:29:50.341Z | Services to change: 1 |
136 | 2023-11-21T06:29:50.341Z | Estimated space available: 148.90 GB |
137 | 2023-11-21T06:29:50.342Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-21T06:29:50.342Z | Create boot environment: No |
139 | 2023-11-21T06:29:50.342Z | Create backup boot environment: No |
140 | 2023-11-21T06:29:50.342Z | Rebuild boot archive: No |
141 | 2023-11-21T06:29:50.342Z | |
142 | 2023-11-21T06:29:50.342Z | Changed mediators: |
143 | 2023-11-21T06:29:50.342Z | mediator clang: |
144 | 2023-11-21T06:29:50.342Z | version: None -> 15 (system default) |
145 | 2023-11-21T06:29:50.342Z | |
146 | 2023-11-21T06:29:50.342Z | mediator llvm: |
147 | 2023-11-21T06:29:50.342Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-21T06:29:50.342Z | |
149 | 2023-11-21T06:29:50.342Z | Changed packages: |
150 | 2023-11-21T06:29:50.342Z | helios-dev |
151 | 2023-11-21T06:29:50.342Z | developer/build-essential |
152 | 2023-11-21T06:29:50.342Z | None -> 11-2.0 |
153 | 2023-11-21T06:29:50.342Z | library/libxmlsec1 |
154 | 2023-11-21T06:29:50.342Z | None -> 1.2.35-2.0 |
155 | 2023-11-21T06:29:50.342Z | ooce/developer/clang-15 |
156 | 2023-11-21T06:29:50.342Z | None -> 15.0.7-2.0 |
157 | 2023-11-21T06:29:50.342Z | ooce/developer/llvm-15 |
158 | 2023-11-21T06:29:50.342Z | None -> 15.0.7-2.0 |
159 | 2023-11-21T06:29:50.342Z | |
160 | 2023-11-21T06:29:50.342Z | Services: |
161 | 2023-11-21T06:29:50.342Z | restart_fmri: |
162 | 2023-11-21T06:29:50.342Z | svc:/system/update-man-index:default |
163 | 2023-11-21T06:29:50.591Z | |
164 | 2023-11-21T06:29:50.591Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-21T06:29:55.599Z | Download: 688/3290 items 18.1/212.6MB 8% complete (3.7M/s) |
166 | 2023-11-21T06:30:00.695Z | Download: 1195/3290 items 78.3/212.6MB 36% complete (7.8M/s) |
167 | 2023-11-21T06:30:05.801Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
168 | 2023-11-21T06:30:18.979Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
169 | 2023-11-21T06:30:23.975Z | Download: 2517/3290 items 120.3/212.6MB 56% complete (7.4M/s) |
170 | 2023-11-21T06:30:28.025Z | Download: Completed 212.60 MB in 37.44 seconds (5.7M/s) |
171 | 2023-11-21T06:30:28.786Z | Actions: 1/3687 actions (Installing new actions) |
172 | 2023-11-21T06:30:34.037Z | Actions: 2411/3687 actions (Installing new actions) |
173 | 2023-11-21T06:30:37.024Z | Actions: Completed 3687 actions in 8.24 seconds. |
174 | 2023-11-21T06:30:37.120Z | Done (0.090s) |
175 | 2023-11-21T06:30:37.121Z | Done (0.000s) |
176 | 2023-11-21T06:30:37.344Z | Done (0.224s) |
177 | 2023-11-21T06:30:44.778Z | Done (7.319s) |
178 | 2023-11-21T06:30:45.104Z | Done (0.222s) |
179 | 2023-11-21T06:30:45.109Z | Done (0.000s) |
180 | 2023-11-21T06:30:45.358Z | Done (0.000s) |
181 | 2023-11-21T06:30:46.057Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-21T06:30:46.340Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-21T06:30:46.353Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-21T06:30:46.777Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-21T06:30:46.780Z | Planning: Planning completed in 0.72 seconds |
186 | 2023-11-21T06:30:46.832Z | Mediators to change: 2 |
187 | 2023-11-21T06:30:46.832Z | Create boot environment: No |
188 | 2023-11-21T06:30:46.835Z | Create backup boot environment: No |
189 | 2023-11-21T06:30:46.945Z | Done |
190 | 2023-11-21T06:30:46.945Z | Done |
191 | 2023-11-21T06:30:47.087Z | Done |
192 | 2023-11-21T06:30:53.097Z | Done |
193 | 2023-11-21T06:30:53.211Z | Done |
194 | 2023-11-21T06:30:53.215Z | Done |
195 | 2023-11-21T06:30:53.342Z | Done |
196 | 2023-11-21T06:30:54.337Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-11-21T06:30:54.340Z | Planning: Merging actions ... Done |
198 | 2023-11-21T06:30:54.670Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-11-21T06:30:54.675Z | Planning: Consolidating action changes ... Done |
200 | 2023-11-21T06:30:55.096Z | Planning: Evaluating mediators ... Done |
201 | 2023-11-21T06:30:55.187Z | Planning: Planning completed in 1.28 seconds |
202 | 2023-11-21T06:30:55.243Z | Packages to change: 1 |
203 | 2023-11-21T06:30:55.243Z | Mediators to change: 1 |
204 | 2023-11-21T06:30:55.252Z | Services to change: 1 |
205 | 2023-11-21T06:30:55.252Z | Create boot environment: No |
206 | 2023-11-21T06:30:55.252Z | Create backup boot environment: Yes |
207 | 2023-11-21T06:30:56.347Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2023-11-21T06:30:56.351Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2023-11-21T06:30:56.351Z | Done |
210 | 2023-11-21T06:30:56.351Z | Done |
211 | 2023-11-21T06:30:56.404Z | Done |
212 | 2023-11-21T06:31:02.355Z | Done |
213 | 2023-11-21T06:31:02.474Z | Done |
214 | 2023-11-21T06:31:02.954Z | Done |
215 | 2023-11-21T06:31:02.972Z | Done |
216 | 2023-11-21T06:31:03.278Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2023-11-21T06:31:03.279Z | clang system 15 system |
218 | 2023-11-21T06:31:03.279Z | csh system system illumos |
219 | 2023-11-21T06:31:03.279Z | ctags system system illumos |
220 | 2023-11-21T06:31:03.279Z | gcc vendor 12 vendor |
221 | 2023-11-21T06:31:03.279Z | gcc system 10 system |
222 | 2023-11-21T06:31:03.279Z | gcc system 7 system |
223 | 2023-11-21T06:31:03.279Z | go system 1.20 system |
224 | 2023-11-21T06:31:03.279Z | go system 1.19 system |
225 | 2023-11-21T06:31:03.279Z | llvm system 15 system |
226 | 2023-11-21T06:31:03.279Z | llvm system 14 system |
227 | 2023-11-21T06:31:03.279Z | mariadb system 10.6 system |
228 | 2023-11-21T06:31:03.279Z | mta vendor vendor dma |
229 | 2023-11-21T06:31:03.279Z | openjdk system 17 system |
230 | 2023-11-21T06:31:03.279Z | openjdk system 11 system |
231 | 2023-11-21T06:31:03.279Z | openjdk system 1.8 system |
232 | 2023-11-21T06:31:03.279Z | openssl vendor 3 vendor |
233 | 2023-11-21T06:31:03.279Z | perl system 5.36 system |
234 | 2023-11-21T06:31:03.279Z | postgresql system 15 system |
235 | 2023-11-21T06:31:03.279Z | postgresql system 13 system |
236 | 2023-11-21T06:31:03.279Z | python vendor 3 vendor |
237 | 2023-11-21T06:31:03.279Z | python system 2 system |
238 | 2023-11-21T06:31:03.280Z | python3 system 3.11 system |
239 | 2023-11-21T06:31:03.280Z | ruby system 3.0 system |
240 | 2023-11-21T06:31:03.280Z | words vendor vendor american-english |
241 | 2023-11-21T06:31:03.280Z | words system system australian-english |
242 | 2023-11-21T06:31:03.280Z | words system system british-english |
243 | 2023-11-21T06:31:03.280Z | words system system canadian-english |
244 | 2023-11-21T06:31:03.280Z | words system system french |
245 | 2023-11-21T06:31:03.280Z | words system system italian |
246 | 2023-11-21T06:31:03.280Z | words system system ngerman |
247 | 2023-11-21T06:31:03.280Z | words system system ogerman |
248 | 2023-11-21T06:31:03.280Z | words system system spanish |
249 | 2023-11-21T06:31:03.813Z | FMRI IFO |
250 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
254 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2023-11-21T06:31:03.813Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
256 | 2023-11-21T06:31:03.886Z | + set -o errexit |
257 | 2023-11-21T06:31:03.891Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2023-11-21T06:31:03.891Z | ++ cd ./tools |
259 | 2023-11-21T06:31:03.891Z | ++ pwd |
260 | 2023-11-21T06:31:03.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2023-11-21T06:31:03.899Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2023-11-21T06:31:03.899Z | + ARG0=ci_download_cockroachdb |
263 | 2023-11-21T06:31:03.899Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2023-11-21T06:31:03.899Z | + CIDL_VERSION=v22.1.9 |
265 | 2023-11-21T06:31:03.899Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2023-11-21T06:31:03.899Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
267 | 2023-11-21T06:31:03.899Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
268 | 2023-11-21T06:31:03.899Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-21T06:31:03.899Z | + TARGET_DIR=out |
270 | 2023-11-21T06:31:03.899Z | + DOWNLOAD_DIR=out/downloads |
271 | 2023-11-21T06:31:03.899Z | + DEST_DIR=./out/cockroachdb |
272 | 2023-11-21T06:31:03.899Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2023-11-21T06:31:03.899Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2023-11-21T06:31:03.899Z | + main |
275 | 2023-11-21T06:31:03.899Z | + [[ 0 != 0 ]] |
276 | 2023-11-21T06:31:03.899Z | + CIDL_OS=solaris2.11 |
277 | 2023-11-21T06:31:03.899Z | + [[ 0 != 0 ]] |
278 | 2023-11-21T06:31:03.899Z | + configure_os solaris2.11 |
279 | 2023-11-21T06:31:03.907Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2023-11-21T06:31:03.907Z | current directory: /work/oxidecomputer/omicron |
281 | 2023-11-21T06:31:03.907Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2023-11-21T06:31:03.907Z | + case "$1" in |
283 | 2023-11-21T06:31:03.907Z | configuring based on OS: "solaris2.11" |
284 | 2023-11-21T06:31:03.907Z | + CIDL_BUILD=illumos |
285 | 2023-11-21T06:31:03.907Z | + CIDL_SUFFIX=tar.gz |
286 | 2023-11-21T06:31:03.907Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-21T06:31:03.907Z | + CIDL_MD5FUNC=do_md5sum |
288 | 2023-11-21T06:31:03.907Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2023-11-21T06:31:03.907Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2023-11-21T06:31:03.907Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2023-11-21T06:31:03.907Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-21T06:31:03.907Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-21T06:31:03.907Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-21T06:31:03.907Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-21T06:31:03.907Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2023-11-21T06:31:03.907Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-21T06:31:03.907Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-21T06:31:03.907Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2023-11-21T06:31:03.907Z | + mkdir -p out/downloads |
300 | 2023-11-21T06:31:03.907Z | + mkdir -p ./out/cockroachdb |
301 | 2023-11-21T06:31:03.907Z | + local DO_DOWNLOAD=true |
302 | 2023-11-21T06:31:03.907Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2023-11-21T06:31:03.907Z | + '[' true == true ']' |
304 | 2023-11-21T06:31:03.908Z | + echo Downloading... |
305 | 2023-11-21T06:31:03.908Z | Downloading... |
306 | 2023-11-21T06:31:03.908Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-21T06:31:03.908Z | + 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 |
308 | 2023-11-21T06:31:06.455Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-21T06:31:06.463Z | ++ md5sum |
310 | 2023-11-21T06:31:06.463Z | ++ awk '{print $1}' |
311 | 2023-11-21T06:31:06.680Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
312 | 2023-11-21T06:31:06.680Z | + [[ 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 ]] |
313 | 2023-11-21T06:31:06.680Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-21T06:31:06.693Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2023-11-21T06:31:09.979Z | + do_assemble_illumos |
316 | 2023-11-21T06:31:09.980Z | + rm -r ./out/cockroachdb |
317 | 2023-11-21T06:31:09.986Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2023-11-21T06:31:10.621Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2023-11-21T06:31:10.830Z | Build Tag: v22.1.9-dirty |
320 | 2023-11-21T06:31:10.830Z | Build Time: 2022/10/26 21:17:46 |
321 | 2023-11-21T06:31:10.830Z | Distribution: OSS |
322 | 2023-11-21T06:31:10.830Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2023-11-21T06:31:10.830Z | Go Version: go1.17.13 |
324 | 2023-11-21T06:31:10.830Z | C Compiler: gcc 10.3.0 |
325 | 2023-11-21T06:31:10.830Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2023-11-21T06:31:10.830Z | Build Type: release |
327 | 2023-11-21T06:31:10.857Z | + set -o errexit |
328 | 2023-11-21T06:31:10.875Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2023-11-21T06:31:10.875Z | ++ cd ./tools |
330 | 2023-11-21T06:31:10.875Z | ++ pwd |
331 | 2023-11-21T06:31:10.875Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2023-11-21T06:31:10.875Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2023-11-21T06:31:10.875Z | + ARG0=ci_download_clickhouse |
334 | 2023-11-21T06:31:10.875Z | + TARGET_DIR=out |
335 | 2023-11-21T06:31:10.875Z | + DOWNLOAD_DIR=out/downloads |
336 | 2023-11-21T06:31:10.875Z | + DEST_DIR=./out/clickhouse |
337 | 2023-11-21T06:31:10.876Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2023-11-21T06:31:10.876Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2023-11-21T06:31:10.876Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2023-11-21T06:31:10.876Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2023-11-21T06:31:10.876Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-21T06:31:10.876Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2023-11-21T06:31:10.876Z | + main |
344 | 2023-11-21T06:31:10.876Z | + [[ 0 != 0 ]] |
345 | 2023-11-21T06:31:10.876Z | + CIDL_OS=solaris2.11 |
346 | 2023-11-21T06:31:10.876Z | + [[ 0 != 0 ]] |
347 | 2023-11-21T06:31:10.876Z | + configure_os solaris2.11 |
348 | 2023-11-21T06:31:10.876Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2023-11-21T06:31:10.876Z | current directory: /work/oxidecomputer/omicron |
350 | 2023-11-21T06:31:10.876Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2023-11-21T06:31:10.876Z | + CIDL_DASHREV= |
352 | 2023-11-21T06:31:10.876Z | + case "$1" in |
353 | 2023-11-21T06:31:10.876Z | configuring based on OS: "solaris2.11" |
354 | 2023-11-21T06:31:10.876Z | + CIDL_PLATFORM=illumos |
355 | 2023-11-21T06:31:10.876Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-21T06:31:10.876Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2023-11-21T06:31:10.876Z | + CIDL_DASHREV=-1 |
358 | 2023-11-21T06:31:10.876Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2023-11-21T06:31:10.876Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-21T06:31:10.876Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-21T06:31:10.877Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-21T06:31:10.877Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-21T06:31:10.877Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-21T06:31:10.877Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-21T06:31:10.877Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-21T06:31:10.877Z | + mkdir -p out/downloads |
367 | 2023-11-21T06:31:10.877Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-21T06:31:11.714Z | + local DO_DOWNLOAD=true |
369 | 2023-11-21T06:31:11.714Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2023-11-21T06:31:11.715Z | + '[' true == true ']' |
371 | 2023-11-21T06:31:11.715Z | + echo Downloading... |
372 | 2023-11-21T06:31:11.715Z | Downloading... |
373 | 2023-11-21T06:31:11.715Z | + 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 |
374 | 2023-11-21T06:31:11.715Z | + 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 |
375 | 2023-11-21T06:31:12.573Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-11-21T06:31:12.581Z | ++ md5sum |
377 | 2023-11-21T06:31:12.581Z | ++ awk '{print $1}' |
378 | 2023-11-21T06:31:13.238Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2023-11-21T06:31:13.238Z | + [[ 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 ]] |
380 | 2023-11-21T06:31:13.238Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2023-11-21T06:31:13.241Z | + mkdir -p ./out/clickhouse |
382 | 2023-11-21T06:31:13.241Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2023-11-21T06:31:17.670Z | + ./out/clickhouse/clickhouse server --version |
384 | 2023-11-21T06:31:17.756Z | ClickHouse server version 22.8.9.1. |
385 | 2023-11-21T06:31:17.773Z | + set -o errexit |
386 | 2023-11-21T06:31:17.774Z | +++ dirname ./tools/ci_download_console |
387 | 2023-11-21T06:31:17.774Z | ++ cd ./tools |
388 | 2023-11-21T06:31:17.774Z | ++ pwd |
389 | 2023-11-21T06:31:17.774Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-21T06:31:17.774Z | ++ basename ./tools/ci_download_console |
391 | 2023-11-21T06:31:17.774Z | + ARG0=ci_download_console |
392 | 2023-11-21T06:31:17.774Z | + TARGET_DIR=out |
393 | 2023-11-21T06:31:17.774Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-21T06:31:17.774Z | + DEST_DIR=./out/console-assets |
395 | 2023-11-21T06:31:17.774Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2023-11-21T06:31:17.774Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
397 | 2023-11-21T06:31:17.774Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-21T06:31:17.774Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-11-21T06:31:17.774Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2023-11-21T06:31:17.774Z | + main |
401 | 2023-11-21T06:31:17.774Z | + [[ 0 != 0 ]] |
402 | 2023-11-21T06:31:17.774Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
403 | 2023-11-21T06:31:17.774Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-21T06:31:17.774Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-11-21T06:31:17.774Z | Local file: out/downloads/console.tar.gz |
406 | 2023-11-21T06:31:17.774Z | + local DO_DOWNLOAD=true |
407 | 2023-11-21T06:31:17.775Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-11-21T06:31:17.775Z | + mkdir -p out/downloads |
409 | 2023-11-21T06:31:17.775Z | + '[' true == true ']' |
410 | 2023-11-21T06:31:17.775Z | + echo Downloading... |
411 | 2023-11-21T06:31:17.775Z | Downloading... |
412 | 2023-11-21T06:31:17.775Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
413 | 2023-11-21T06:31:17.775Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-11-21T06:31:18.818Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2023-11-21T06:31:18.846Z | ++ case "$OSTYPE" in |
416 | 2023-11-21T06:31:18.846Z | ++ SHA=sha256sum |
417 | 2023-11-21T06:31:18.846Z | ++ sha256sum |
418 | 2023-11-21T06:31:18.846Z | ++ awk '{print $1}' |
419 | 2023-11-21T06:31:18.846Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
420 | 2023-11-21T06:31:18.847Z | + [[ 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 ]] |
421 | 2023-11-21T06:31:18.847Z | + rm -rf ./out/console-assets |
422 | 2023-11-21T06:31:18.847Z | + mkdir -p ./out/console-assets |
423 | 2023-11-21T06:31:18.847Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2023-11-21T06:31:18.847Z | + mkdir -p ./out/console-assets |
425 | 2023-11-21T06:31:18.847Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2023-11-21T06:31:18.847Z | + set -o errexit |
427 | 2023-11-21T06:31:18.847Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2023-11-21T06:31:18.847Z | ++ cd ./tools |
429 | 2023-11-21T06:31:18.847Z | ++ pwd |
430 | 2023-11-21T06:31:18.847Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-11-21T06:31:18.847Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2023-11-21T06:31:18.847Z | + ARG0=ci_download_maghemite_openapi |
433 | 2023-11-21T06:31:18.847Z | + TARGET_DIR=out |
434 | 2023-11-21T06:31:18.847Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-11-21T06:31:18.847Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2023-11-21T06:31:18.847Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-21T06:31:18.847Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-21T06:31:18.847Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
439 | 2023-11-21T06:31:18.847Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-21T06:31:18.847Z | + main |
441 | 2023-11-21T06:31:18.847Z | + [[ 0 != 0 ]] |
442 | 2023-11-21T06:31:18.847Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
443 | 2023-11-21T06:31:18.847Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
444 | 2023-11-21T06:31:18.847Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-21T06:31:18.847Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-21T06:31:18.847Z | + local DO_DOWNLOAD=true |
447 | 2023-11-21T06:31:18.848Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-21T06:31:18.848Z | + mkdir -p out/downloads |
449 | 2023-11-21T06:31:18.848Z | + '[' true == true ']' |
450 | 2023-11-21T06:31:18.848Z | + echo Downloading... |
451 | 2023-11-21T06:31:18.848Z | Downloading... |
452 | 2023-11-21T06:31:18.848Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-21T06:31:18.848Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
454 | 2023-11-21T06:31:19.294Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-21T06:31:19.303Z | ++ case "$OSTYPE" in |
456 | 2023-11-21T06:31:19.303Z | ++ SHA=sha256sum |
457 | 2023-11-21T06:31:19.303Z | ++ sha256sum |
458 | 2023-11-21T06:31:19.303Z | ++ awk '{print $1}' |
459 | 2023-11-21T06:31:19.303Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-21T06:31:19.303Z | + [[ 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 ]] |
461 | 2023-11-21T06:31:19.304Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2023-11-21T06:31:19.304Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
463 | 2023-11-21T06:31:19.304Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-21T06:31:19.304Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
465 | 2023-11-21T06:31:19.304Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
466 | 2023-11-21T06:31:19.304Z | + main |
467 | 2023-11-21T06:31:19.304Z | + [[ 0 != 0 ]] |
468 | 2023-11-21T06:31:19.304Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
469 | 2023-11-21T06:31:19.304Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
470 | 2023-11-21T06:31:19.304Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
471 | 2023-11-21T06:31:19.304Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
472 | 2023-11-21T06:31:19.304Z | + local DO_DOWNLOAD=true |
473 | 2023-11-21T06:31:19.304Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
474 | 2023-11-21T06:31:19.304Z | + mkdir -p out/downloads |
475 | 2023-11-21T06:31:19.304Z | + '[' true == true ']' |
476 | 2023-11-21T06:31:19.304Z | + echo Downloading... |
477 | 2023-11-21T06:31:19.304Z | Downloading... |
478 | 2023-11-21T06:31:19.304Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
479 | 2023-11-21T06:31:19.304Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
480 | 2023-11-21T06:31:19.531Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
481 | 2023-11-21T06:31:20.497Z | ++ case "$OSTYPE" in |
482 | 2023-11-21T06:31:20.497Z | ++ SHA=sha256sum |
483 | 2023-11-21T06:31:20.497Z | ++ sha256sum |
484 | 2023-11-21T06:31:20.497Z | ++ awk '{print $1}' |
485 | 2023-11-21T06:31:20.497Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
486 | 2023-11-21T06:31:20.498Z | + [[ 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 ]] |
487 | 2023-11-21T06:31:20.498Z | + set -o errexit |
488 | 2023-11-21T06:31:20.498Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2023-11-21T06:31:20.498Z | ++ cd ./tools |
490 | 2023-11-21T06:31:20.498Z | ++ pwd |
491 | 2023-11-21T06:31:20.498Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-11-21T06:31:20.498Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2023-11-21T06:31:20.498Z | + ARG0=ci_download_dendrite_openapi |
494 | 2023-11-21T06:31:20.498Z | + TARGET_DIR=out |
495 | 2023-11-21T06:31:20.498Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-11-21T06:31:20.498Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2023-11-21T06:31:20.498Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
498 | 2023-11-21T06:31:20.498Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-21T06:31:20.498Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
500 | 2023-11-21T06:31:20.498Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
501 | 2023-11-21T06:31:20.498Z | + main |
502 | 2023-11-21T06:31:20.498Z | + [[ 0 != 0 ]] |
503 | 2023-11-21T06:31:20.498Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
504 | 2023-11-21T06:31:20.498Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
505 | 2023-11-21T06:31:20.498Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
506 | 2023-11-21T06:31:20.498Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
507 | 2023-11-21T06:31:20.498Z | + local DO_DOWNLOAD=true |
508 | 2023-11-21T06:31:20.499Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
509 | 2023-11-21T06:31:20.499Z | + mkdir -p out/downloads |
510 | 2023-11-21T06:31:20.499Z | + '[' true == true ']' |
511 | 2023-11-21T06:31:20.499Z | + echo Downloading... |
512 | 2023-11-21T06:31:20.499Z | Downloading... |
513 | 2023-11-21T06:31:20.499Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-21T06:31:20.499Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
515 | 2023-11-21T06:31:20.499Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
516 | 2023-11-21T06:31:20.499Z | ++ case "$OSTYPE" in |
517 | 2023-11-21T06:31:20.499Z | ++ SHA=sha256sum |
518 | 2023-11-21T06:31:20.499Z | ++ sha256sum |
519 | 2023-11-21T06:31:20.499Z | ++ awk '{print $1}' |
520 | 2023-11-21T06:31:20.499Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-11-21T06:31:20.499Z | + [[ 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 ]] |
522 | 2023-11-21T06:31:20.499Z | + set -o errexit |
523 | 2023-11-21T06:31:20.499Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-11-21T06:31:20.499Z | ++ cd ./tools |
525 | 2023-11-21T06:31:20.499Z | ++ pwd |
526 | 2023-11-21T06:31:20.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-11-21T06:31:20.499Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-11-21T06:31:20.499Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-11-21T06:31:20.499Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-11-21T06:31:20.499Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
531 | 2023-11-21T06:31:20.499Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
532 | 2023-11-21T06:31:20.499Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
533 | 2023-11-21T06:31:20.499Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-11-21T06:31:20.499Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
535 | 2023-11-21T06:31:20.499Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
536 | 2023-11-21T06:31:20.499Z | + TARGET_DIR=out |
537 | 2023-11-21T06:31:20.499Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-11-21T06:31:20.499Z | + DEST_DIR=./out/dendrite-stub |
539 | 2023-11-21T06:31:20.499Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2023-11-21T06:31:20.499Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-11-21T06:31:20.499Z | + REPO=oxidecomputer/dendrite |
542 | 2023-11-21T06:31:20.500Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
543 | 2023-11-21T06:31:20.500Z | + main |
544 | 2023-11-21T06:31:20.500Z | + [[ 0 != 0 ]] |
545 | 2023-11-21T06:31:20.500Z | + CIDL_OS=solaris2.11 |
546 | 2023-11-21T06:31:20.500Z | + [[ 0 != 0 ]] |
547 | 2023-11-21T06:31:20.500Z | + configure_os solaris2.11 |
548 | 2023-11-21T06:31:20.500Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-11-21T06:31:20.500Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-11-21T06:31:20.500Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-11-21T06:31:20.500Z | + case "$1" in |
552 | 2023-11-21T06:31:20.500Z | configuring based on OS: "solaris2.11" |
553 | 2023-11-21T06:31:20.500Z | + SET_BINARIES= |
554 | 2023-11-21T06:31:20.500Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-21T06:31:20.500Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-11-21T06:31:20.500Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2023-11-21T06:31:20.500Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
558 | 2023-11-21T06:31:20.500Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-21T06:31:20.500Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
560 | 2023-11-21T06:31:20.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
561 | 2023-11-21T06:31:20.500Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-21T06:31:20.500Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2023-11-21T06:31:20.500Z | + mkdir -p out/downloads |
564 | 2023-11-21T06:31:20.500Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-21T06:31:20.500Z | + fetch_and_verify |
566 | 2023-11-21T06:31:20.500Z | + local DO_DOWNLOAD=true |
567 | 2023-11-21T06:31:20.500Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-21T06:31:20.500Z | + '[' true == true ']' |
569 | 2023-11-21T06:31:20.500Z | + echo Downloading... |
570 | 2023-11-21T06:31:20.500Z | Downloading... |
571 | 2023-11-21T06:31:20.500Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-21T06:31:20.500Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
573 | 2023-11-21T06:31:32.845Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-21T06:31:32.856Z | ++ sha256sum |
575 | 2023-11-21T06:31:32.856Z | ++ awk '{print $1}' |
576 | 2023-11-21T06:31:32.856Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
577 | 2023-11-21T06:31:32.856Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
578 | 2023-11-21T06:31:32.856Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-21T06:31:32.856Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2023-11-21T06:31:33.595Z | + do_assemble |
581 | 2023-11-21T06:31:33.596Z | + rm -r ./out/dendrite-stub |
582 | 2023-11-21T06:31:33.612Z | + mkdir ./out/dendrite-stub |
583 | 2023-11-21T06:31:33.612Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2023-11-21T06:31:33.755Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2023-11-21T06:31:33.775Z | + set -o errexit |
586 | 2023-11-21T06:31:33.776Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2023-11-21T06:31:33.777Z | ++ cd ./tools |
588 | 2023-11-21T06:31:33.777Z | ++ pwd |
589 | 2023-11-21T06:31:33.777Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2023-11-21T06:31:33.777Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2023-11-21T06:31:33.777Z | + ARG0=ci_download_maghemite_mgd |
592 | 2023-11-21T06:31:33.779Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2023-11-21T06:31:33.780Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
594 | 2023-11-21T06:31:33.780Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
595 | 2023-11-21T06:31:33.780Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2023-11-21T06:31:33.780Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
597 | 2023-11-21T06:31:33.781Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
598 | 2023-11-21T06:31:33.781Z | + TARGET_DIR=out |
599 | 2023-11-21T06:31:33.781Z | + DOWNLOAD_DIR=out/downloads |
600 | 2023-11-21T06:31:33.781Z | + DEST_DIR=./out/mgd |
601 | 2023-11-21T06:31:33.782Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2023-11-21T06:31:33.782Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2023-11-21T06:31:33.782Z | + REPO=oxidecomputer/maghemite |
604 | 2023-11-21T06:31:33.782Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
605 | 2023-11-21T06:31:33.782Z | + main |
606 | 2023-11-21T06:31:33.782Z | + [[ 0 != 0 ]] |
607 | 2023-11-21T06:31:33.782Z | + CIDL_OS=solaris2.11 |
608 | 2023-11-21T06:31:33.782Z | + [[ 0 != 0 ]] |
609 | 2023-11-21T06:31:33.782Z | + configure_os solaris2.11 |
610 | 2023-11-21T06:31:33.782Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2023-11-21T06:31:33.782Z | current directory: /work/oxidecomputer/omicron |
612 | 2023-11-21T06:31:33.782Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2023-11-21T06:31:33.783Z | + case "$1" in |
614 | 2023-11-21T06:31:33.783Z | + SET_BINARIES= |
615 | 2023-11-21T06:31:33.783Z | configuring based on OS: "solaris2.11" |
616 | 2023-11-21T06:31:33.783Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2023-11-21T06:31:33.783Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2023-11-21T06:31:33.783Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-21T06:31:33.783Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-21T06:31:33.783Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
621 | 2023-11-21T06:31:33.783Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
622 | 2023-11-21T06:31:33.783Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2023-11-21T06:31:33.783Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-21T06:31:33.783Z | + mkdir -p out/downloads |
625 | 2023-11-21T06:31:33.807Z | + mkdir -p ./out/mgd |
626 | 2023-11-21T06:31:33.807Z | + fetch_and_verify |
627 | 2023-11-21T06:31:33.807Z | + local DO_DOWNLOAD=true |
628 | 2023-11-21T06:31:33.807Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2023-11-21T06:31:33.807Z | + '[' true == true ']' |
630 | 2023-11-21T06:31:33.807Z | + echo Downloading... |
631 | 2023-11-21T06:31:33.807Z | Downloading... |
632 | 2023-11-21T06:31:33.807Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2023-11-21T06:31:33.807Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
634 | 2023-11-21T06:31:43.038Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2023-11-21T06:31:43.048Z | ++ sha256sum |
636 | 2023-11-21T06:31:43.048Z | ++ awk '{print $1}' |
637 | 2023-11-21T06:31:43.083Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
638 | 2023-11-21T06:31:43.083Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
639 | 2023-11-21T06:31:43.089Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2023-11-21T06:31:43.089Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2023-11-21T06:31:43.737Z | + do_assemble |
642 | 2023-11-21T06:31:43.737Z | + rm -r ./out/mgd |
643 | 2023-11-21T06:31:43.749Z | + mkdir ./out/mgd |
644 | 2023-11-21T06:31:43.752Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2023-11-21T06:31:43.959Z | + set -o errexit |
646 | 2023-11-21T06:31:43.962Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2023-11-21T06:31:43.966Z | ++ cd ./tools |
648 | 2023-11-21T06:31:43.966Z | ++ pwd |
649 | 2023-11-21T06:31:43.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2023-11-21T06:31:43.966Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2023-11-21T06:31:43.966Z | + ARG0=ci_download_transceiver_control |
652 | 2023-11-21T06:31:43.971Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2023-11-21T06:31:43.971Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-11-21T06:31:43.971Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-21T06:31:43.971Z | + TARGET_DIR=out |
656 | 2023-11-21T06:31:43.971Z | + DOWNLOAD_DIR=out/downloads |
657 | 2023-11-21T06:31:43.971Z | + DEST_DIR=./out/transceiver-control |
658 | 2023-11-21T06:31:43.971Z | + BIN_DIR=/opt/oxide/bin |
659 | 2023-11-21T06:31:43.971Z | + BINARY=xcvradm |
660 | 2023-11-21T06:31:43.971Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2023-11-21T06:31:43.971Z | + REPO=oxidecomputer/transceiver-control |
662 | 2023-11-21T06:31:43.971Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-11-21T06:31:43.971Z | + main |
664 | 2023-11-21T06:31:43.971Z | + [[ 0 != 0 ]] |
665 | 2023-11-21T06:31:43.971Z | + CIDL_OS=solaris2.11 |
666 | 2023-11-21T06:31:43.971Z | + [[ 0 != 0 ]] |
667 | 2023-11-21T06:31:43.971Z | + configure_os solaris2.11 |
668 | 2023-11-21T06:31:43.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2023-11-21T06:31:43.971Z | current directory: /work/oxidecomputer/omicron |
670 | 2023-11-21T06:31:43.971Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2023-11-21T06:31:43.972Z | + case "$1" in |
672 | 2023-11-21T06:31:43.972Z | configuring based on OS: "solaris2.11" |
673 | 2023-11-21T06:31:43.972Z | + SET_BINARIES= |
674 | 2023-11-21T06:31:43.972Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-21T06:31:43.972Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2023-11-21T06:31:43.972Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2023-11-21T06:31:43.972Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-21T06:31:43.972Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2023-11-21T06:31:43.972Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2023-11-21T06:31:43.972Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-11-21T06:31:43.972Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-11-21T06:31:43.972Z | + mkdir -p out/downloads |
683 | 2023-11-21T06:31:43.972Z | Local file: out/downloads/xcvradm.gz |
684 | 2023-11-21T06:31:43.972Z | + mkdir -p ./out/transceiver-control |
685 | 2023-11-21T06:31:43.976Z | + fetch_and_verify |
686 | 2023-11-21T06:31:43.976Z | + local DO_DOWNLOAD=true |
687 | 2023-11-21T06:31:43.976Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2023-11-21T06:31:43.976Z | + '[' true == true ']' |
689 | 2023-11-21T06:31:43.976Z | + echo Downloading... |
690 | 2023-11-21T06:31:43.976Z | Downloading... |
691 | 2023-11-21T06:31:43.976Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2023-11-21T06:31:43.976Z | + 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 |
693 | 2023-11-21T06:31:46.989Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2023-11-21T06:31:46.992Z | ++ sha256sum |
695 | 2023-11-21T06:31:46.993Z | ++ awk '{print $1}' |
696 | 2023-11-21T06:31:47.014Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-11-21T06:31:47.014Z | + [[ 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 ]] |
698 | 2023-11-21T06:31:47.017Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2023-11-21T06:31:47.017Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2023-11-21T06:31:47.018Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2023-11-21T06:31:47.235Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2023-11-21T06:31:47.260Z | + do_assemble |
703 | 2023-11-21T06:31:47.260Z | + rm -r ./out/transceiver-control |
704 | 2023-11-21T06:31:47.260Z | + mkdir ./out/transceiver-control |
705 | 2023-11-21T06:31:47.260Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2023-11-21T06:31:47.414Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2023-11-21T06:31:47.421Z | |
708 | 2023-11-21T06:31:47.421Z | real 2:17.431781260 |
709 | 2023-11-21T06:31:47.421Z | user 53.575753818 |
710 | 2023-11-21T06:31:47.421Z | sys 9.990926774 |
711 | 2023-11-21T06:31:47.421Z | trap 0.020076195 |
712 | 2023-11-21T06:31:47.421Z | tflt 0.119482323 |
713 | 2023-11-21T06:31:47.421Z | dflt 0.602866983 |
714 | 2023-11-21T06:31:47.421Z | kflt 0.164205098 |
715 | 2023-11-21T06:31:47.421Z | lock 1.534580869 |
716 | 2023-11-21T06:31:47.421Z | slp 4:23.044171612 |
717 | 2023-11-21T06:31:47.421Z | lat 3.398775837 |
718 | 2023-11-21T06:31:47.421Z | stop 0.064899077 |
719 | 2023-11-21T06:31:47.422Z | |
720 | 2023-11-21T06:31:47.422Z | #### # # ##### ##### # # |
721 | 2023-11-21T06:31:47.422Z | # # # # # # # # # # |
722 | 2023-11-21T06:31:47.422Z | # # # # # # # # |
723 | 2023-11-21T06:31:47.422Z | # # # ##### ##### # |
724 | 2023-11-21T06:31:47.422Z | # # # # # # # |
725 | 2023-11-21T06:31:47.422Z | #### ###### # # # # |
726 | 2023-11-21T06:31:47.422Z | |
727 | 2023-11-21T06:31:47.762Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2023-11-21T06:31:48.138Z | Updating crates.io index |
729 | 2023-11-21T06:31:48.144Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2023-11-21T06:31:48.992Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2023-11-21T06:31:50.806Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2023-11-21T06:31:51.376Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2023-11-21T06:31:51.807Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2023-11-21T06:31:52.128Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2023-11-21T06:31:52.408Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2023-11-21T06:31:53.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2023-11-21T06:31:55.389Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2023-11-21T06:31:56.475Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2023-11-21T06:31:56.836Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-21T06:31:57.440Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-21T06:31:57.772Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2023-11-21T06:31:58.106Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2023-11-21T06:31:58.482Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2023-11-21T06:31:58.839Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2023-11-21T06:31:59.331Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2023-11-21T06:31:59.954Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2023-11-21T06:32:00.354Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2023-11-21T06:32:00.717Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2023-11-21T06:32:02.131Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2023-11-21T06:32:02.644Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-21T06:32:03.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-21T06:32:04.016Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-21T06:32:04.349Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-21T06:32:05.669Z | Downloading crates ... |
755 | 2023-11-21T06:32:05.948Z | Downloaded serde_spanned v0.6.4 |
756 | 2023-11-21T06:32:05.951Z | Downloaded equivalent v1.0.1 |
757 | 2023-11-21T06:32:05.961Z | Downloaded colorchoice v1.0.0 |
758 | 2023-11-21T06:32:05.968Z | Downloaded anstyle-query v1.0.0 |
759 | 2023-11-21T06:32:05.971Z | Downloaded terminal_size v0.2.6 |
760 | 2023-11-21T06:32:05.978Z | Downloaded anstream v0.5.0 |
761 | 2023-11-21T06:32:05.981Z | Downloaded bitflags v1.3.2 |
762 | 2023-11-21T06:32:05.984Z | Downloaded cargo_toml v0.17.0 |
763 | 2023-11-21T06:32:05.988Z | Downloaded thiserror v1.0.49 |
764 | 2023-11-21T06:32:05.993Z | Downloaded toml_datetime v0.6.5 |
765 | 2023-11-21T06:32:05.997Z | Downloaded strsim v0.10.0 |
766 | 2023-11-21T06:32:06.000Z | Downloaded thiserror-impl v1.0.49 |
767 | 2023-11-21T06:32:06.000Z | Downloaded anstyle v1.0.2 |
768 | 2023-11-21T06:32:06.005Z | Downloaded utf8parse v0.2.1 |
769 | 2023-11-21T06:32:06.005Z | Downloaded cargo-platform v0.1.3 |
770 | 2023-11-21T06:32:06.008Z | Downloaded heck v0.4.1 |
771 | 2023-11-21T06:32:06.008Z | Downloaded itoa v1.0.9 |
772 | 2023-11-21T06:32:06.011Z | Downloaded clap_lex v0.5.1 |
773 | 2023-11-21T06:32:06.015Z | Downloaded cargo_metadata v0.18.0 |
774 | 2023-11-21T06:32:06.015Z | Downloaded errno v0.3.2 |
775 | 2023-11-21T06:32:06.018Z | Downloaded semver v1.0.20 |
776 | 2023-11-21T06:32:06.021Z | Downloaded anstyle-parse v0.2.1 |
777 | 2023-11-21T06:32:06.025Z | Downloaded quote v1.0.33 |
778 | 2023-11-21T06:32:06.028Z | Downloaded clap_derive v4.4.2 |
779 | 2023-11-21T06:32:06.032Z | Downloaded unicode-ident v1.0.12 |
780 | 2023-11-21T06:32:06.042Z | Downloaded camino v1.1.6 |
781 | 2023-11-21T06:32:06.045Z | Downloaded clap v4.4.3 |
782 | 2023-11-21T06:32:06.064Z | Downloaded proc-macro2 v1.0.69 |
783 | 2023-11-21T06:32:06.069Z | Downloaded toml v0.8.8 |
784 | 2023-11-21T06:32:06.069Z | Downloaded serde_derive v1.0.192 |
785 | 2023-11-21T06:32:06.073Z | Downloaded indexmap v2.1.0 |
786 | 2023-11-21T06:32:06.080Z | Downloaded serde v1.0.192 |
787 | 2023-11-21T06:32:06.085Z | Downloaded anyhow v1.0.75 |
788 | 2023-11-21T06:32:06.092Z | Downloaded memchr v2.6.3 |
789 | 2023-11-21T06:32:06.106Z | Downloaded io-lifetimes v1.0.11 |
790 | 2023-11-21T06:32:06.118Z | Downloaded toml_edit v0.21.0 |
791 | 2023-11-21T06:32:06.541Z | Downloaded winnow v0.5.15 |
792 | 2023-11-21T06:32:06.541Z | Downloaded hashbrown v0.14.2 |
793 | 2023-11-21T06:32:06.541Z | Downloaded syn v2.0.32 |
794 | 2023-11-21T06:32:06.541Z | Downloaded rustix v0.37.23 |
795 | 2023-11-21T06:32:06.541Z | Downloaded libc v0.2.150 |
796 | 2023-11-21T06:32:06.541Z | Downloaded clap_builder v4.4.2 |
797 | 2023-11-21T06:32:06.541Z | Downloaded serde_json v1.0.108 |
798 | 2023-11-21T06:32:06.541Z | Downloaded ryu v1.0.15 |
799 | 2023-11-21T06:32:06.541Z | Compiling proc-macro2 v1.0.69 |
800 | 2023-11-21T06:32:06.541Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-21T06:32:06.542Z | Compiling serde v1.0.192 |
802 | 2023-11-21T06:32:06.542Z | Compiling libc v0.2.150 |
803 | 2023-11-21T06:32:06.542Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-21T06:32:06.542Z | Compiling rustix v0.37.23 |
805 | 2023-11-21T06:32:06.542Z | Compiling equivalent v1.0.1 |
806 | 2023-11-21T06:32:06.542Z | Compiling hashbrown v0.14.2 |
807 | 2023-11-21T06:32:06.705Z | Compiling bitflags v1.3.2 |
808 | 2023-11-21T06:32:06.822Z | Compiling utf8parse v0.2.1 |
809 | 2023-11-21T06:32:07.006Z | Compiling anstyle-parse v0.2.1 |
810 | 2023-11-21T06:32:07.346Z | Compiling camino v1.1.6 |
811 | 2023-11-21T06:32:08.052Z | Compiling indexmap v2.1.0 |
812 | 2023-11-21T06:32:08.303Z | Compiling anstyle v1.0.2 |
813 | 2023-11-21T06:32:08.306Z | Compiling anstyle-query v1.0.0 |
814 | 2023-11-21T06:32:08.402Z | Compiling semver v1.0.20 |
815 | 2023-11-21T06:32:08.425Z | Compiling winnow v0.5.15 |
816 | 2023-11-21T06:32:08.504Z | Compiling thiserror v1.0.49 |
817 | 2023-11-21T06:32:08.599Z | Compiling serde_json v1.0.108 |
818 | 2023-11-21T06:32:08.990Z | Compiling colorchoice v1.0.0 |
819 | 2023-11-21T06:32:09.145Z | Compiling anstream v0.5.0 |
820 | 2023-11-21T06:32:09.187Z | Compiling itoa v1.0.9 |
821 | 2023-11-21T06:32:09.207Z | Compiling heck v0.4.1 |
822 | 2023-11-21T06:32:09.286Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-21T06:32:09.570Z | Compiling ryu v1.0.15 |
824 | 2023-11-21T06:32:09.815Z | Compiling quote v1.0.33 |
825 | 2023-11-21T06:32:09.916Z | Compiling strsim v0.10.0 |
826 | 2023-11-21T06:32:10.052Z | Compiling anyhow v1.0.75 |
827 | 2023-11-21T06:32:10.379Z | Compiling syn v2.0.32 |
828 | 2023-11-21T06:32:10.542Z | Compiling errno v0.3.2 |
829 | 2023-11-21T06:32:12.152Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-21T06:32:12.283Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-21T06:32:17.494Z | Compiling serde_derive v1.0.192 |
832 | 2023-11-21T06:32:17.506Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-21T06:32:17.506Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-21T06:32:21.495Z | Compiling clap v4.4.3 |
835 | 2023-11-21T06:32:29.566Z | Compiling serde_spanned v0.6.4 |
836 | 2023-11-21T06:32:29.577Z | Compiling toml_datetime v0.6.5 |
837 | 2023-11-21T06:32:29.577Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-21T06:32:29.933Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-21T06:32:31.645Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-21T06:32:33.251Z | Compiling toml v0.8.8 |
841 | 2023-11-21T06:32:34.287Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-21T06:32:39.313Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-21T06:32:40.523Z | Finished dev [unoptimized + debuginfo] target(s) in 53.02s |
844 | 2023-11-21T06:32:40.722Z | Running `target/debug/xtask clippy` |
845 | 2023-11-21T06:32:40.778Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-21T06:32:41.614Z | Downloading crates ... |
847 | 2023-11-21T06:32:41.843Z | Downloaded addr2line v0.21.0 |
848 | 2023-11-21T06:32:41.849Z | Downloaded bitfield v0.14.0 |
849 | 2023-11-21T06:32:41.870Z | Downloaded base16ct v0.2.0 |
850 | 2023-11-21T06:32:41.879Z | Downloaded is_ci v1.1.1 |
851 | 2023-11-21T06:32:41.898Z | Downloaded block-buffer v0.10.4 |
852 | 2023-11-21T06:32:41.921Z | Downloaded opaque-debug v0.3.0 |
853 | 2023-11-21T06:32:41.921Z | Downloaded num-integer v0.1.45 |
854 | 2023-11-21T06:32:41.928Z | Downloaded packed_struct v0.10.1 |
855 | 2023-11-21T06:32:41.928Z | Downloaded parking_lot v0.11.2 |
856 | 2023-11-21T06:32:41.928Z | Downloaded match_cfg v0.1.0 |
857 | 2023-11-21T06:32:41.928Z | Downloaded inout v0.1.3 |
858 | 2023-11-21T06:32:41.934Z | Downloaded olpc-cjson v0.1.3 |
859 | 2023-11-21T06:32:41.938Z | Downloaded convert_case v0.4.0 |
860 | 2023-11-21T06:32:41.942Z | Downloaded async-stream-impl v0.3.5 |
861 | 2023-11-21T06:32:41.942Z | Downloaded cstr-argument v0.1.2 |
862 | 2023-11-21T06:32:41.947Z | Downloaded atty v0.2.14 |
863 | 2023-11-21T06:32:41.950Z | Downloaded nu-ansi-term v0.49.0 |
864 | 2023-11-21T06:32:41.965Z | Downloaded oso-derive v0.27.0 |
865 | 2023-11-21T06:32:41.971Z | Downloaded matches v0.1.10 |
866 | 2023-11-21T06:32:41.978Z | Downloaded new_debug_unreachable v1.0.4 |
867 | 2023-11-21T06:32:41.987Z | Downloaded openssl-macros v0.1.1 |
868 | 2023-11-21T06:32:41.993Z | Downloaded openssl-probe v0.1.5 |
869 | 2023-11-21T06:32:41.999Z | Downloaded approx v0.5.1 |
870 | 2023-11-21T06:32:42.007Z | Downloaded nibble_vec v0.1.0 |
871 | 2023-11-21T06:32:42.013Z | Downloaded ascii-canvas v3.0.0 |
872 | 2023-11-21T06:32:42.020Z | Downloaded normalize-line-endings v0.3.0 |
873 | 2023-11-21T06:32:42.024Z | Downloaded libsw v3.3.0 |
874 | 2023-11-21T06:32:42.032Z | Downloaded num v0.4.1 |
875 | 2023-11-21T06:32:42.038Z | Downloaded block-padding v0.3.3 |
876 | 2023-11-21T06:32:42.038Z | Downloaded num_enum v0.5.11 |
877 | 2023-11-21T06:32:42.052Z | Downloaded tower-service v0.3.2 |
878 | 2023-11-21T06:32:42.058Z | Downloaded threadpool v1.8.1 |
879 | 2023-11-21T06:32:42.064Z | Downloaded dtrace-parser v0.1.14 |
880 | 2023-11-21T06:32:42.078Z | Downloaded plotters-svg v0.3.5 |
881 | 2023-11-21T06:32:42.087Z | Downloaded native-tls v0.2.11 |
882 | 2023-11-21T06:32:42.087Z | Downloaded once_cell v1.18.0 |
883 | 2023-11-21T06:32:42.093Z | Downloaded miniz_oxide v0.7.1 |
884 | 2023-11-21T06:32:42.099Z | Downloaded tiny-keccak v2.0.2 |
885 | 2023-11-21T06:32:42.108Z | Downloaded tinyvec_macros v0.1.1 |
886 | 2023-11-21T06:32:42.109Z | Downloaded hubpack v0.1.2 |
887 | 2023-11-21T06:32:42.109Z | Downloaded postgres-types v0.2.6 |
888 | 2023-11-21T06:32:42.115Z | Downloaded hubpack_derive v0.1.1 |
889 | 2023-11-21T06:32:42.116Z | Downloaded futures-io v0.3.29 |
890 | 2023-11-21T06:32:42.116Z | Downloaded unicase v2.7.0 |
891 | 2023-11-21T06:32:42.126Z | Downloaded mockall_derive v0.11.4 |
892 | 2023-11-21T06:32:42.135Z | Downloaded phf v0.11.2 |
893 | 2023-11-21T06:32:42.135Z | Downloaded usdt-macro v0.3.5 |
894 | 2023-11-21T06:32:42.136Z | Downloaded crypto-bigint v0.5.2 |
895 | 2023-11-21T06:32:42.144Z | Downloaded shlex v1.1.0 |
896 | 2023-11-21T06:32:42.153Z | Downloaded der_derive v0.7.2 |
897 | 2023-11-21T06:32:42.153Z | Downloaded smf v0.2.2 |
898 | 2023-11-21T06:32:42.164Z | Downloaded foreign-types-shared v0.3.1 |
899 | 2023-11-21T06:32:42.164Z | Downloaded structmeta v0.2.0 |
900 | 2023-11-21T06:32:42.165Z | Downloaded topological-sort v0.2.2 |
901 | 2023-11-21T06:32:42.178Z | Downloaded float-cmp v0.9.0 |
902 | 2023-11-21T06:32:42.178Z | Downloaded tokio-macros v2.1.0 |
903 | 2023-11-21T06:32:42.178Z | Downloaded pretty-hex v0.3.0 |
904 | 2023-11-21T06:32:42.178Z | Downloaded utf-8 v0.7.6 |
905 | 2023-11-21T06:32:42.178Z | Downloaded serial_test v0.10.0 |
906 | 2023-11-21T06:32:42.178Z | Downloaded flagset v0.4.3 |
907 | 2023-11-21T06:32:42.188Z | Downloaded unicode-linebreak v0.1.5 |
908 | 2023-11-21T06:32:42.188Z | Downloaded arc-swap v1.6.0 |
909 | 2023-11-21T06:32:42.198Z | Downloaded openssl-sys v0.9.93 |
910 | 2023-11-21T06:32:42.207Z | Downloaded pin-utils v0.1.0 |
911 | 2023-11-21T06:32:42.207Z | Downloaded darling_macro v0.14.4 |
912 | 2023-11-21T06:32:42.207Z | Downloaded stable_deref_trait v1.2.0 |
913 | 2023-11-21T06:32:42.214Z | Downloaded futures-executor v0.3.29 |
914 | 2023-11-21T06:32:42.214Z | Downloaded peeking_take_while v0.1.2 |
915 | 2023-11-21T06:32:42.214Z | Downloaded rpassword v7.2.0 |
916 | 2023-11-21T06:32:42.221Z | Downloaded try-lock v0.2.4 |
917 | 2023-11-21T06:32:42.221Z | Downloaded fragile v2.0.0 |
918 | 2023-11-21T06:32:42.227Z | Downloaded dyn-clone v1.0.13 |
919 | 2023-11-21T06:32:42.227Z | Downloaded zerocopy v0.3.0 |
920 | 2023-11-21T06:32:42.227Z | Downloaded swrite v0.1.0 |
921 | 2023-11-21T06:32:42.232Z | Downloaded universal-hash v0.5.1 |
922 | 2023-11-21T06:32:42.232Z | Downloaded radium v0.7.0 |
923 | 2023-11-21T06:32:42.243Z | Downloaded vec_map v0.8.2 |
924 | 2023-11-21T06:32:42.243Z | Downloaded trybuild v1.0.85 |
925 | 2023-11-21T06:32:42.661Z | Downloaded home v0.5.5 |
926 | 2023-11-21T06:32:42.661Z | Downloaded predicates-tree v1.0.9 |
927 | 2023-11-21T06:32:42.661Z | Downloaded usdt-attr-macro v0.3.5 |
928 | 2023-11-21T06:32:42.661Z | Downloaded precomputed-hash v0.1.1 |
929 | 2023-11-21T06:32:42.688Z | Downloaded usdt v0.3.5 |
930 | 2023-11-21T06:32:42.688Z | Downloaded pkg-config v0.3.27 |
931 | 2023-11-21T06:32:42.688Z | Downloaded pkcs8 v0.10.2 |
932 | 2023-11-21T06:32:42.688Z | Downloaded serde-big-array v0.5.1 |
933 | 2023-11-21T06:32:42.688Z | Downloaded glob v0.3.1 |
934 | 2023-11-21T06:32:42.688Z | Downloaded slog-stdlog v4.1.1 |
935 | 2023-11-21T06:32:42.688Z | Downloaded endian-type v0.1.2 |
936 | 2023-11-21T06:32:42.688Z | Downloaded synstructure v0.12.6 |
937 | 2023-11-21T06:32:42.688Z | Downloaded uuid v1.5.0 |
938 | 2023-11-21T06:32:42.688Z | Downloaded tabled_derive v0.6.0 |
939 | 2023-11-21T06:32:42.689Z | Downloaded rand_chacha v0.3.1 |
940 | 2023-11-21T06:32:42.689Z | Downloaded minimal-lexical v0.2.1 |
941 | 2023-11-21T06:32:42.689Z | Downloaded hostname v0.3.1 |
942 | 2023-11-21T06:32:42.689Z | Downloaded highway v1.1.0 |
943 | 2023-11-21T06:32:42.689Z | Downloaded yasna v0.5.2 |
944 | 2023-11-21T06:32:42.689Z | Downloaded zone v0.3.0 |
945 | 2023-11-21T06:32:42.689Z | Downloaded serde-hex v0.1.0 |
946 | 2023-11-21T06:32:42.689Z | Downloaded derive_builder_macro v0.12.0 |
947 | 2023-11-21T06:32:42.689Z | Downloaded parse-display v0.8.2 |
948 | 2023-11-21T06:32:42.689Z | Downloaded same-file v1.0.6 |
949 | 2023-11-21T06:32:42.689Z | Downloaded predicates v3.0.4 |
950 | 2023-11-21T06:32:42.689Z | Downloaded supports-color v2.1.0 |
951 | 2023-11-21T06:32:42.689Z | Downloaded subtle v2.5.0 |
952 | 2023-11-21T06:32:42.689Z | Downloaded prettyplease v0.2.12 |
953 | 2023-11-21T06:32:42.689Z | Downloaded zerocopy v0.6.4 |
954 | 2023-11-21T06:32:42.689Z | Downloaded parse-display-derive v0.8.2 |
955 | 2023-11-21T06:32:42.689Z | Downloaded yansi v0.5.1 |
956 | 2023-11-21T06:32:42.689Z | Downloaded whoami v1.4.1 |
957 | 2023-11-21T06:32:42.689Z | Downloaded headers-core v0.2.0 |
958 | 2023-11-21T06:32:42.690Z | Downloaded zone_cfg_derive v0.3.0 |
959 | 2023-11-21T06:32:42.690Z | Downloaded libm v0.2.7 |
960 | 2023-11-21T06:32:42.690Z | Downloaded vte_generate_state_changes v0.1.1 |
961 | 2023-11-21T06:32:42.690Z | Downloaded pem v1.1.1 |
962 | 2023-11-21T06:32:42.690Z | Downloaded enum-as-inner v0.5.1 |
963 | 2023-11-21T06:32:42.690Z | Downloaded termcolor v1.2.0 |
964 | 2023-11-21T06:32:42.690Z | Downloaded globset v0.4.13 |
965 | 2023-11-21T06:32:42.690Z | Downloaded half v1.8.2 |
966 | 2023-11-21T06:32:42.690Z | Downloaded either v1.9.0 |
967 | 2023-11-21T06:32:42.690Z | Downloaded ed25519 v1.5.3 |
968 | 2023-11-21T06:32:42.690Z | Downloaded termtree v0.4.1 |
969 | 2023-11-21T06:32:42.690Z | Downloaded pest_generator v2.7.2 |
970 | 2023-11-21T06:32:42.690Z | Downloaded ppv-lite86 v0.2.17 |
971 | 2023-11-21T06:32:42.690Z | Downloaded serde_yaml v0.9.25 |
972 | 2023-11-21T06:32:42.690Z | Downloaded want v0.3.1 |
973 | 2023-11-21T06:32:42.690Z | Downloaded dirs-next v2.0.0 |
974 | 2023-11-21T06:32:42.690Z | Downloaded wyz v0.5.1 |
975 | 2023-11-21T06:32:42.690Z | Downloaded phf_shared v0.10.0 |
976 | 2023-11-21T06:32:42.690Z | Downloaded quick-error v1.2.3 |
977 | 2023-11-21T06:32:42.690Z | Downloaded unicode-bidi v0.3.13 |
978 | 2023-11-21T06:32:42.690Z | Downloaded difflib v0.4.0 |
979 | 2023-11-21T06:32:42.690Z | Downloaded phf_shared v0.11.2 |
980 | 2023-11-21T06:32:42.690Z | Downloaded serial_test_derive v0.10.0 |
981 | 2023-11-21T06:32:42.690Z | Downloaded httptest v0.15.5 |
982 | 2023-11-21T06:32:42.690Z | Downloaded futures-core v0.3.29 |
983 | 2023-11-21T06:32:42.691Z | Downloaded shell-words v1.1.0 |
984 | 2023-11-21T06:32:42.691Z | Downloaded semver v0.11.0 |
985 | 2023-11-21T06:32:42.691Z | Downloaded version_check v0.9.4 |
986 | 2023-11-21T06:32:42.691Z | Downloaded derive_builder v0.12.0 |
987 | 2023-11-21T06:32:42.691Z | Downloaded group v0.13.0 |
988 | 2023-11-21T06:32:42.691Z | Downloaded tempfile v3.8.0 |
989 | 2023-11-21T06:32:42.691Z | Downloaded derive_builder_core v0.12.0 |
990 | 2023-11-21T06:32:42.691Z | Downloaded getopts v0.2.21 |
991 | 2023-11-21T06:32:42.691Z | Downloaded doc-comment v0.3.3 |
992 | 2023-11-21T06:32:42.691Z | Downloaded pretty_assertions v1.4.0 |
993 | 2023-11-21T06:32:42.691Z | Downloaded darling_macro v0.20.3 |
994 | 2023-11-21T06:32:42.691Z | Downloaded downcast v0.11.0 |
995 | 2023-11-21T06:32:42.691Z | Downloaded http-range v0.1.5 |
996 | 2023-11-21T06:32:42.692Z | Downloaded rustc_version v0.4.0 |
997 | 2023-11-21T06:32:42.692Z | Downloaded unicode-xid v0.2.4 |
998 | 2023-11-21T06:32:42.692Z | Downloaded postcard v0.7.3 |
999 | 2023-11-21T06:32:42.692Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1000 | 2023-11-21T06:32:42.692Z | Downloaded tokio-stream v0.1.14 |
1001 | 2023-11-21T06:32:42.692Z | Downloaded path-slash v0.1.5 |
1002 | 2023-11-21T06:32:42.692Z | Downloaded futures-sink v0.3.29 |
1003 | 2023-11-21T06:32:42.692Z | Downloaded futures-macro v0.3.29 |
1004 | 2023-11-21T06:32:42.692Z | Downloaded dof v0.1.5 |
1005 | 2023-11-21T06:32:42.692Z | Downloaded futures-timer v3.0.2 |
1006 | 2023-11-21T06:32:42.692Z | Downloaded waitgroup v0.1.2 |
1007 | 2023-11-21T06:32:42.692Z | Downloaded regex-automata v0.1.10 |
1008 | 2023-11-21T06:32:42.692Z | Downloaded untrusted v0.7.1 |
1009 | 2023-11-21T06:32:42.692Z | Downloaded humantime v2.1.0 |
1010 | 2023-11-21T06:32:42.692Z | Downloaded hash32 v0.2.1 |
1011 | 2023-11-21T06:32:42.692Z | Downloaded unarray v0.1.4 |
1012 | 2023-11-21T06:32:42.692Z | Downloaded parking_lot_core v0.9.8 |
1013 | 2023-11-21T06:32:42.692Z | Downloaded itertools v0.12.0 |
1014 | 2023-11-21T06:32:42.692Z | Downloaded fs-err v2.11.0 |
1015 | 2023-11-21T06:32:42.692Z | Downloaded sct v0.7.0 |
1016 | 2023-11-21T06:32:42.692Z | Downloaded http v0.2.11 |
1017 | 2023-11-21T06:32:42.693Z | Downloaded wait-timeout v0.2.0 |
1018 | 2023-11-21T06:32:42.693Z | Downloaded futures-util v0.3.29 |
1019 | 2023-11-21T06:32:42.693Z | Downloaded unicode-width v0.1.11 |
1020 | 2023-11-21T06:32:42.693Z | Downloaded httparse v1.8.0 |
1021 | 2023-11-21T06:32:42.693Z | Downloaded http-body v0.4.5 |
1022 | 2023-11-21T06:32:42.693Z | Downloaded toml v0.7.8 |
1023 | 2023-11-21T06:32:42.693Z | Downloaded trust-dns-resolver v0.22.0 |
1024 | 2023-11-21T06:32:42.693Z | Downloaded petgraph v0.6.4 |
1025 | 2023-11-21T06:32:42.693Z | Downloaded funty v2.0.0 |
1026 | 2023-11-21T06:32:42.693Z | Downloaded rustls-native-certs v0.6.3 |
1027 | 2023-11-21T06:32:42.693Z | Downloaded hashbrown v0.13.2 |
1028 | 2023-11-21T06:32:42.704Z | Downloaded reqwest v0.11.22 |
1029 | 2023-11-21T06:32:42.704Z | Downloaded diff v0.1.13 |
1030 | 2023-11-21T06:32:42.705Z | Downloaded ron v0.8.1 |
1031 | 2023-11-21T06:32:42.716Z | Downloaded futures v0.3.29 |
1032 | 2023-11-21T06:32:42.727Z | Downloaded rustls-webpki v0.101.7 |
1033 | 2023-11-21T06:32:42.747Z | Downloaded unsafe-libyaml v0.2.9 |
1034 | 2023-11-21T06:32:42.754Z | Downloaded object v0.32.1 |
1035 | 2023-11-21T06:32:42.775Z | Downloaded vcpkg v0.2.15 |
1036 | 2023-11-21T06:32:42.851Z | Downloaded reedline v0.26.0 |
1037 | 2023-11-21T06:32:42.863Z | Downloaded tokio-util v0.7.10 |
1038 | 2023-11-21T06:32:42.879Z | Downloaded rustls v0.21.9 |
1039 | 2023-11-21T06:32:42.896Z | Downloaded tough v0.15.0 |
1040 | 2023-11-21T06:32:42.911Z | Downloaded rustix v0.38.9 |
1041 | 2023-11-21T06:32:42.952Z | Downloaded idna v0.4.0 |
1042 | 2023-11-21T06:32:42.965Z | Downloaded regex-syntax v0.8.2 |
1043 | 2023-11-21T06:32:42.983Z | Downloaded zerocopy-derive v0.6.4 |
1044 | 2023-11-21T06:32:43.006Z | Downloaded idna v0.2.3 |
1045 | 2023-11-21T06:32:43.022Z | Downloaded plotters v0.3.5 |
1046 | 2023-11-21T06:32:43.035Z | Downloaded proptest v1.4.0 |
1047 | 2023-11-21T06:32:43.053Z | Downloaded bstr v0.2.17 |
1048 | 2023-11-21T06:32:43.076Z | Downloaded hyper v0.14.27 |
1049 | 2023-11-21T06:32:43.091Z | Downloaded smoltcp v0.9.1 |
1050 | 2023-11-21T06:32:43.117Z | Downloaded regress v0.7.1 |
1051 | 2023-11-21T06:32:43.134Z | Downloaded smoltcp v0.8.2 |
1052 | 2023-11-21T06:32:43.154Z | Downloaded ratatui v0.23.0 |
1053 | 2023-11-21T06:32:43.169Z | Downloaded regex v1.10.2 |
1054 | 2023-11-21T06:32:43.192Z | Downloaded trust-dns-proto v0.22.0 |
1055 | 2023-11-21T06:32:43.215Z | Downloaded polar-core v0.27.0 |
1056 | 2023-11-21T06:32:43.229Z | Downloaded regex-syntax v0.7.5 |
1057 | 2023-11-21T06:32:43.254Z | Downloaded diesel v2.1.4 |
1058 | 2023-11-21T06:32:43.280Z | Downloaded regex-syntax v0.6.29 |
1059 | 2023-11-21T06:32:43.293Z | Downloaded bstr v1.6.0 |
1060 | 2023-11-21T06:32:43.319Z | Downloaded radix_trie v0.2.1 |
1061 | 2023-11-21T06:32:43.324Z | Downloaded openapiv3 v2.0.0-rc.1 |
1062 | 2023-11-21T06:32:43.347Z | Downloaded zerocopy-derive v0.2.0 |
1063 | 2023-11-21T06:32:43.369Z | Downloaded sled v0.34.7 |
1064 | 2023-11-21T06:32:43.392Z | Downloaded regex-automata v0.4.3 |
1065 | 2023-11-21T06:32:43.425Z | Downloaded regex-automata v0.3.8 |
1066 | 2023-11-21T06:32:43.470Z | Downloaded tokio v1.33.0 |
1067 | 2023-11-21T06:32:43.527Z | Downloaded sha3 v0.10.8 |
1068 | 2023-11-21T06:32:43.540Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1069 | 2023-11-21T06:32:43.564Z | Downloaded encoding_rs v0.8.33 |
1070 | 2023-11-21T06:32:43.616Z | Downloaded chrono v0.4.31 |
1071 | 2023-11-21T06:32:43.625Z | Downloaded bitvec v1.0.1 |
1072 | 2023-11-21T06:32:43.648Z | Downloaded rayon v1.8.0 |
1073 | 2023-11-21T06:32:43.666Z | Downloaded ring v0.17.5 |
1074 | 2023-11-21T06:32:43.801Z | Downloaded syn v1.0.109 |
1075 | 2023-11-21T06:32:43.824Z | Downloaded webpki-roots v0.25.2 |
1076 | 2023-11-21T06:32:43.828Z | Downloaded gimli v0.28.0 |
1077 | 2023-11-21T06:32:43.842Z | Downloaded aho-corasick v1.0.4 |
1078 | 2023-11-21T06:32:43.852Z | Downloaded curve25519-dalek v4.1.0 |
1079 | 2023-11-21T06:32:43.873Z | Downloaded ring v0.16.20 |
1080 | 2023-11-21T06:32:44.028Z | Downloaded clap v2.34.0 |
1081 | 2023-11-21T06:32:44.040Z | Downloaded hkdf v0.12.3 |
1082 | 2023-11-21T06:32:44.044Z | Downloaded x509-cert v0.2.4 |
1083 | 2023-11-21T06:32:44.055Z | Downloaded url v2.4.1 |
1084 | 2023-11-21T06:32:44.060Z | Downloaded trust-dns-server v0.22.1 |
1085 | 2023-11-21T06:32:44.069Z | Downloaded openssl v0.10.57 |
1086 | 2023-11-21T06:32:44.085Z | Downloaded tar v0.4.40 |
1087 | 2023-11-21T06:32:44.091Z | Downloaded heapless v0.7.16 |
1088 | 2023-11-21T06:32:44.096Z | Downloaded tabled v0.14.0 |
1089 | 2023-11-21T06:32:44.124Z | Downloaded h2 v0.3.21 |
1090 | 2023-11-21T06:32:44.133Z | Downloaded quick-xml v0.23.1 |
1091 | 2023-11-21T06:32:44.145Z | Downloaded lalrpop v0.19.12 |
1092 | 2023-11-21T06:32:44.165Z | Downloaded unicode-normalization v0.1.22 |
1093 | 2023-11-21T06:32:44.172Z | Downloaded bindgen v0.65.1 |
1094 | 2023-11-21T06:32:44.184Z | Downloaded typenum v1.16.0 |
1095 | 2023-11-21T06:32:44.188Z | Downloaded walkdir v2.4.0 |
1096 | 2023-11-21T06:32:44.191Z | Downloaded password-hash v0.5.0 |
1097 | 2023-11-21T06:32:44.194Z | Downloaded debug-ignore v1.0.5 |
1098 | 2023-11-21T06:32:44.197Z | Downloaded pin-project v1.1.3 |
1099 | 2023-11-21T06:32:44.217Z | Downloaded parking_lot v0.12.1 |
1100 | 2023-11-21T06:32:44.223Z | Downloaded salty v0.2.0 |
1101 | 2023-11-21T06:32:44.228Z | Downloaded rand v0.8.5 |
1102 | 2023-11-21T06:32:44.234Z | Downloaded rand v0.4.6 |
1103 | 2023-11-21T06:32:44.240Z | Downloaded pest v2.7.2 |
1104 | 2023-11-21T06:32:44.249Z | Downloaded portable-atomic v1.4.3 |
1105 | 2023-11-21T06:32:44.258Z | Downloaded slog-term v2.9.0 |
1106 | 2023-11-21T06:32:44.262Z | Downloaded rayon-core v1.12.0 |
1107 | 2023-11-21T06:32:44.268Z | Downloaded hashbrown v0.12.3 |
1108 | 2023-11-21T06:32:44.275Z | Downloaded rust-argon2 v1.0.1 |
1109 | 2023-11-21T06:32:44.279Z | Downloaded ucd-trie v0.1.6 |
1110 | 2023-11-21T06:32:44.285Z | Downloaded elliptic-curve v0.13.5 |
1111 | 2023-11-21T06:32:44.291Z | Downloaded tokio-tungstenite v0.20.1 |
1112 | 2023-11-21T06:32:44.303Z | Downloaded tokio-rustls v0.24.1 |
1113 | 2023-11-21T06:32:44.303Z | Downloaded snafu v0.7.5 |
1114 | 2023-11-21T06:32:44.314Z | Downloaded zip v0.6.6 |
1115 | 2023-11-21T06:32:44.319Z | Downloaded object v0.30.4 |
1116 | 2023-11-21T06:32:44.336Z | Downloaded proc-macro-error-attr v1.0.4 |
1117 | 2023-11-21T06:32:44.343Z | Downloaded parking_lot_core v0.8.6 |
1118 | 2023-11-21T06:32:44.343Z | Downloaded rcgen v0.11.3 |
1119 | 2023-11-21T06:32:44.343Z | Downloaded expectorate v1.1.0 |
1120 | 2023-11-21T06:32:44.346Z | Downloaded untrusted v0.9.0 |
1121 | 2023-11-21T06:32:44.347Z | Downloaded vsss-rs v3.3.1 |
1122 | 2023-11-21T06:32:44.350Z | Downloaded subprocess v0.2.9 |
1123 | 2023-11-21T06:32:44.354Z | Downloaded derive_more v0.99.17 |
1124 | 2023-11-21T06:32:44.361Z | Downloaded futures-task v0.3.29 |
1125 | 2023-11-21T06:32:44.398Z | Downloaded xattr v1.0.1 |
1126 | 2023-11-21T06:32:44.398Z | Downloaded slog-envlogger v2.2.0 |
1127 | 2023-11-21T06:32:44.398Z | Downloaded slog-dtrace v0.2.3 |
1128 | 2023-11-21T06:32:44.398Z | Downloaded paste v1.0.14 |
1129 | 2023-11-21T06:32:44.398Z | Downloaded tempdir v0.3.7 |
1130 | 2023-11-21T06:32:44.398Z | Downloaded headers v0.3.9 |
1131 | 2023-11-21T06:32:44.426Z | Downloaded der v0.7.8 |
1132 | 2023-11-21T06:32:44.426Z | Downloaded rstest_macros v0.18.2 |
1133 | 2023-11-21T06:32:44.426Z | Downloaded diesel_derives v2.1.1 |
1134 | 2023-11-21T06:32:44.431Z | Downloaded pest_derive v2.7.2 |
1135 | 2023-11-21T06:32:44.431Z | Downloaded dirs-sys-next v0.1.2 |
1136 | 2023-11-21T06:32:44.431Z | Downloaded rustfmt-wrapper v0.2.0 |
1137 | 2023-11-21T06:32:44.431Z | Downloaded dashmap v5.5.1 |
1138 | 2023-11-21T06:32:44.431Z | Downloaded tokio-postgres v0.7.10 |
1139 | 2023-11-21T06:32:44.431Z | Downloaded termios v0.3.3 |
1140 | 2023-11-21T06:32:44.431Z | Downloaded zeroize v1.6.0 |
1141 | 2023-11-21T06:32:44.432Z | Downloaded pem v3.0.2 |
1142 | 2023-11-21T06:32:44.432Z | Downloaded smallvec v1.11.0 |
1143 | 2023-11-21T06:32:44.436Z | Downloaded libxml v0.3.3 |
1144 | 2023-11-21T06:32:44.443Z | Downloaded display-error-chain v0.2.0 |
1145 | 2023-11-21T06:32:44.447Z | Downloaded env_logger v0.10.0 |
1146 | 2023-11-21T06:32:44.451Z | Downloaded time v0.3.27 |
1147 | 2023-11-21T06:32:44.461Z | Downloaded serde_with v2.3.3 |
1148 | 2023-11-21T06:32:44.471Z | Downloaded hex-literal v0.4.1 |
1149 | 2023-11-21T06:32:44.477Z | Downloaded hex v0.4.3 |
1150 | 2023-11-21T06:32:44.477Z | Downloaded heck v0.3.3 |
1151 | 2023-11-21T06:32:44.483Z | Downloaded ref-cast-impl v1.0.20 |
1152 | 2023-11-21T06:32:44.483Z | Downloaded datatest-stable v0.2.3 |
1153 | 2023-11-21T06:32:44.483Z | Downloaded toml v0.5.11 |
1154 | 2023-11-21T06:32:44.489Z | Downloaded darling_core v0.20.3 |
1155 | 2023-11-21T06:32:44.496Z | Downloaded typed-path v0.6.0 |
1156 | 2023-11-21T06:32:44.503Z | Downloaded digest v0.10.7 |
1157 | 2023-11-21T06:32:44.512Z | Downloaded num-bigint-dig v0.8.4 |
1158 | 2023-11-21T06:32:44.524Z | Downloaded unicode-segmentation v1.10.1 |
1159 | 2023-11-21T06:32:44.937Z | Downloaded toml_edit v0.19.15 |
1160 | 2023-11-21T06:32:44.941Z | Downloaded pin-project-internal v1.1.3 |
1161 | 2023-11-21T06:32:44.941Z | Downloaded rustc_version v0.1.7 |
1162 | 2023-11-21T06:32:44.941Z | Downloaded pin-project-lite v0.2.13 |
1163 | 2023-11-21T06:32:44.941Z | Downloaded nom v7.1.3 |
1164 | 2023-11-21T06:32:44.941Z | Downloaded itertools v0.11.0 |
1165 | 2023-11-21T06:32:44.941Z | Downloaded rustc-hash v1.1.0 |
1166 | 2023-11-21T06:32:44.941Z | Downloaded crossterm v0.27.0 |
1167 | 2023-11-21T06:32:44.941Z | Downloaded rustversion v1.0.14 |
1168 | 2023-11-21T06:32:44.941Z | Downloaded data-encoding v2.4.0 |
1169 | 2023-11-21T06:32:44.941Z | Downloaded which v4.4.0 |
1170 | 2023-11-21T06:32:44.941Z | Downloaded spki v0.7.2 |
1171 | 2023-11-21T06:32:44.941Z | Downloaded smallvec v0.6.14 |
1172 | 2023-11-21T06:32:44.941Z | Downloaded httpdate v1.0.3 |
1173 | 2023-11-21T06:32:44.941Z | Downloaded ena v0.14.2 |
1174 | 2023-11-21T06:32:44.941Z | Downloaded predicates v2.1.5 |
1175 | 2023-11-21T06:32:44.941Z | Downloaded poly1305 v0.8.0 |
1176 | 2023-11-21T06:32:44.941Z | Downloaded pem-rfc7468 v0.7.0 |
1177 | 2023-11-21T06:32:44.941Z | Downloaded hmac v0.12.1 |
1178 | 2023-11-21T06:32:44.941Z | Downloaded flate2 v1.0.28 |
1179 | 2023-11-21T06:32:44.942Z | Downloaded fatfs v0.3.6 |
1180 | 2023-11-21T06:32:44.942Z | Downloaded criterion v0.5.1 |
1181 | 2023-11-21T06:32:44.942Z | Downloaded ref-cast v1.0.20 |
1182 | 2023-11-21T06:32:44.942Z | Downloaded similar v2.2.1 |
1183 | 2023-11-21T06:32:44.942Z | Downloaded tracing v0.1.37 |
1184 | 2023-11-21T06:32:44.942Z | Downloaded rsa v0.9.2 |
1185 | 2023-11-21T06:32:44.942Z | Downloaded partial-io v0.5.4 |
1186 | 2023-11-21T06:32:44.942Z | Downloaded plotters-backend v0.3.5 |
1187 | 2023-11-21T06:32:44.942Z | Downloaded flume v0.11.0 |
1188 | 2023-11-21T06:32:44.942Z | Downloaded platforms v3.0.2 |
1189 | 2023-11-21T06:32:44.942Z | Downloaded semver-parser v0.10.2 |
1190 | 2023-11-21T06:32:44.942Z | Downloaded signal-hook v0.3.17 |
1191 | 2023-11-21T06:32:44.942Z | Downloaded socket2 v0.5.4 |
1192 | 2023-11-21T06:32:44.942Z | Downloaded itertools v0.10.5 |
1193 | 2023-11-21T06:32:44.942Z | Downloaded slog v2.7.0 |
1194 | 2023-11-21T06:32:44.942Z | Downloaded tungstenite v0.20.1 |
1195 | 2023-11-21T06:32:44.942Z | Downloaded trust-dns-client v0.22.0 |
1196 | 2023-11-21T06:32:44.942Z | Downloaded steno v0.4.0 |
1197 | 2023-11-21T06:32:44.942Z | Downloaded zeroize_derive v1.4.2 |
1198 | 2023-11-21T06:32:44.942Z | Downloaded pkcs1 v0.7.5 |
1199 | 2023-11-21T06:32:44.942Z | Downloaded vte v0.11.1 |
1200 | 2023-11-21T06:32:44.942Z | Downloaded remove_dir_all v0.5.3 |
1201 | 2023-11-21T06:32:44.942Z | Downloaded rustls-pemfile v1.0.3 |
1202 | 2023-11-21T06:32:44.942Z | Downloaded num-bigint v0.4.4 |
1203 | 2023-11-21T06:32:44.942Z | Downloaded crossbeam-channel v0.5.8 |
1204 | 2023-11-21T06:32:44.942Z | Downloaded proc-macro-error v1.0.4 |
1205 | 2023-11-21T06:32:44.942Z | Downloaded structopt v0.3.26 |
1206 | 2023-11-21T06:32:44.942Z | Downloaded relative-path v1.9.0 |
1207 | 2023-11-21T06:32:44.942Z | Downloaded derive-where v1.2.5 |
1208 | 2023-11-21T06:32:44.942Z | Downloaded mio v0.8.8 |
1209 | 2023-11-21T06:32:44.942Z | Downloaded bytes v1.5.0 |
1210 | 2023-11-21T06:32:44.942Z | Downloaded tungstenite v0.18.0 |
1211 | 2023-11-21T06:32:44.942Z | Downloaded textwrap v0.16.0 |
1212 | 2023-11-21T06:32:44.942Z | Downloaded serde_tokenstream v0.2.0 |
1213 | 2023-11-21T06:32:44.942Z | Downloaded serde_tokenstream v0.1.7 |
1214 | 2023-11-21T06:32:44.942Z | Downloaded serde_repr v0.1.16 |
1215 | 2023-11-21T06:32:44.942Z | Downloaded serde_plain v1.0.2 |
1216 | 2023-11-21T06:32:44.942Z | Downloaded futures-channel v0.3.29 |
1217 | 2023-11-21T06:32:44.942Z | Downloaded tracing-core v0.1.31 |
1218 | 2023-11-21T06:32:44.942Z | Downloaded socket2 v0.4.9 |
1219 | 2023-11-21T06:32:44.942Z | Downloaded snafu-derive v0.7.5 |
1220 | 2023-11-21T06:32:44.942Z | Downloaded slog-async v2.8.0 |
1221 | 2023-11-21T06:32:44.942Z | Downloaded rand_xorshift v0.3.0 |
1222 | 2023-11-21T06:32:44.942Z | Downloaded r2d2 v0.8.10 |
1223 | 2023-11-21T06:32:44.942Z | Downloaded backtrace v0.3.69 |
1224 | 2023-11-21T06:32:44.942Z | Downloaded slab v0.4.9 |
1225 | 2023-11-21T06:32:44.942Z | Downloaded serde_with_macros v2.3.3 |
1226 | 2023-11-21T06:32:44.942Z | Downloaded proc-macro-crate v1.3.1 |
1227 | 2023-11-21T06:32:44.942Z | Downloaded pretty-hex v0.2.1 |
1228 | 2023-11-21T06:32:44.942Z | Downloaded predicates-core v1.0.6 |
1229 | 2023-11-21T06:32:44.942Z | Downloaded rand_core v0.6.4 |
1230 | 2023-11-21T06:32:44.942Z | Downloaded structmeta-derive v0.2.0 |
1231 | 2023-11-21T06:32:44.942Z | Downloaded pest_meta v2.7.2 |
1232 | 2023-11-21T06:32:44.942Z | Downloaded usdt-impl v0.3.5 |
1233 | 2023-11-21T06:32:44.942Z | Downloaded getrandom v0.2.10 |
1234 | 2023-11-21T06:32:44.942Z | Downloaded rstest v0.18.2 |
1235 | 2023-11-21T06:32:44.942Z | Downloaded resolv-conf v0.7.0 |
1236 | 2023-11-21T06:32:44.942Z | Downloaded signature v2.1.0 |
1237 | 2023-11-21T06:32:44.942Z | Downloaded signature v1.6.4 |
1238 | 2023-11-21T06:32:44.942Z | Downloaded form_urlencoded v1.2.0 |
1239 | 2023-11-21T06:32:44.942Z | Downloaded fnv v1.0.7 |
1240 | 2023-11-21T06:32:44.942Z | Downloaded filetime v0.2.22 |
1241 | 2023-11-21T06:32:44.942Z | Downloaded tinyvec v1.6.0 |
1242 | 2023-11-21T06:32:44.942Z | Downloaded test-strategy v0.3.1 |
1243 | 2023-11-21T06:32:44.942Z | Downloaded crc32fast v1.3.2 |
1244 | 2023-11-21T06:32:44.942Z | Downloaded chacha20poly1305 v0.10.1 |
1245 | 2023-11-21T06:32:44.942Z | Downloaded fd-lock v3.0.13 |
1246 | 2023-11-21T06:32:44.942Z | Downloaded num-traits v0.2.16 |
1247 | 2023-11-21T06:32:44.942Z | Downloaded ahash v0.8.3 |
1248 | 2023-11-21T06:32:44.942Z | Downloaded postgres-protocol v0.6.6 |
1249 | 2023-11-21T06:32:44.942Z | Downloaded crc-any v2.4.3 |
1250 | 2023-11-21T06:32:44.942Z | Downloaded fixedbitset v0.4.2 |
1251 | 2023-11-21T06:32:44.942Z | Downloaded ff v0.13.0 |
1252 | 2023-11-21T06:32:44.945Z | Downloaded strsim v0.8.0 |
1253 | 2023-11-21T06:32:44.946Z | Downloaded strip-ansi-escapes v0.2.0 |
1254 | 2023-11-21T06:32:44.946Z | Downloaded tokio-tungstenite v0.18.0 |
1255 | 2023-11-21T06:32:44.949Z | Downloaded rustc-demangle v0.1.23 |
1256 | 2023-11-21T06:32:44.953Z | Downloaded schemars v0.8.13 |
1257 | 2023-11-21T06:32:44.969Z | Downloaded percent-encoding v2.3.0 |
1258 | 2023-11-21T06:32:44.973Z | Downloaded tokio-native-tls v0.3.1 |
1259 | 2023-11-21T06:32:44.976Z | Downloaded stringprep v0.1.3 |
1260 | 2023-11-21T06:32:44.976Z | Downloaded term v0.7.0 |
1261 | 2023-11-21T06:32:44.980Z | Downloaded foreign-types-shared v0.1.1 |
1262 | 2023-11-21T06:32:44.983Z | Downloaded foreign-types-macros v0.2.3 |
1263 | 2023-11-21T06:32:44.983Z | Downloaded foreign-types v0.5.0 |
1264 | 2023-11-21T06:32:44.987Z | Downloaded foreign-types v0.3.2 |
1265 | 2023-11-21T06:32:44.987Z | Downloaded signal-hook-tokio v0.3.1 |
1266 | 2023-11-21T06:32:44.987Z | Downloaded oso v0.27.0 |
1267 | 2023-11-21T06:32:44.992Z | Downloaded tui-tree-widget v0.13.0 |
1268 | 2023-11-21T06:32:44.995Z | Downloaded tracing-attributes v0.1.26 |
1269 | 2023-11-21T06:32:44.997Z | Downloaded tinytemplate v1.2.1 |
1270 | 2023-11-21T06:32:45.002Z | Downloaded const-oid v0.9.5 |
1271 | 2023-11-21T06:32:45.005Z | Downloaded fallible-iterator v0.2.0 |
1272 | 2023-11-21T06:32:45.008Z | Downloaded secrecy v0.8.0 |
1273 | 2023-11-21T06:32:45.008Z | Downloaded basic-toml v0.1.4 |
1274 | 2023-11-21T06:32:45.023Z | Downloaded assert_cmd v2.0.12 |
1275 | 2023-11-21T06:32:45.026Z | Downloaded crossbeam-epoch v0.9.15 |
1276 | 2023-11-21T06:32:45.030Z | Downloaded fastrand v2.0.0 |
1277 | 2023-11-21T06:32:45.034Z | Downloaded scopeguard v1.2.0 |
1278 | 2023-11-21T06:32:45.037Z | Downloaded schemars_derive v0.8.13 |
1279 | 2023-11-21T06:32:45.037Z | Downloaded rtoolbox v0.0.1 |
1280 | 2023-11-21T06:32:45.039Z | Downloaded postcard-cobs v0.1.5-pre |
1281 | 2023-11-21T06:32:45.042Z | Downloaded serde_derive_internals v0.26.0 |
1282 | 2023-11-21T06:32:45.045Z | Downloaded cookie v0.18.0 |
1283 | 2023-11-21T06:32:45.048Z | Downloaded deranged v0.3.8 |
1284 | 2023-11-21T06:32:45.051Z | Downloaded spin v0.5.2 |
1285 | 2023-11-21T06:32:45.051Z | Downloaded thiserror-impl-no-std v2.0.2 |
1286 | 2023-11-21T06:32:45.054Z | Downloaded spin v0.9.8 |
1287 | 2023-11-21T06:32:45.057Z | Downloaded sha2 v0.10.8 |
1288 | 2023-11-21T06:32:45.060Z | Downloaded libtest-mimic v0.6.1 |
1289 | 2023-11-21T06:32:45.065Z | Downloaded time-macros v0.2.13 |
1290 | 2023-11-21T06:32:45.071Z | Downloaded tap v1.0.1 |
1291 | 2023-11-21T06:32:45.071Z | Downloaded clang-sys v1.6.1 |
1292 | 2023-11-21T06:32:45.075Z | Downloaded cc v1.0.83 |
1293 | 2023-11-21T06:32:45.079Z | Downloaded string_cache v0.8.7 |
1294 | 2023-11-21T06:32:45.083Z | Downloaded smawk v0.3.1 |
1295 | 2023-11-21T06:32:45.083Z | Downloaded colored v2.0.4 |
1296 | 2023-11-21T06:32:45.086Z | Downloaded maybe-uninit v2.0.0 |
1297 | 2023-11-21T06:32:45.086Z | Downloaded libloading v0.7.4 |
1298 | 2023-11-21T06:32:45.090Z | Downloaded backoff v0.4.0 |
1299 | 2023-11-21T06:32:45.094Z | Downloaded strum_macros v0.25.2 |
1300 | 2023-11-21T06:32:45.099Z | Downloaded strum_macros v0.24.3 |
1301 | 2023-11-21T06:32:45.102Z | Downloaded structopt-derive v0.4.18 |
1302 | 2023-11-21T06:32:45.102Z | Downloaded slog-scope v4.4.0 |
1303 | 2023-11-21T06:32:45.105Z | Downloaded darling v0.14.4 |
1304 | 2023-11-21T06:32:45.109Z | Downloaded ciborium v0.2.1 |
1305 | 2023-11-21T06:32:45.113Z | Downloaded ipnet v2.8.0 |
1306 | 2023-11-21T06:32:45.118Z | Downloaded base64ct v1.6.0 |
1307 | 2023-11-21T06:32:45.121Z | Downloaded async-trait v0.1.74 |
1308 | 2023-11-21T06:32:45.125Z | Downloaded async-recursion v1.0.5 |
1309 | 2023-11-21T06:32:45.128Z | Downloaded newline-converter v0.3.0 |
1310 | 2023-11-21T06:32:45.131Z | Downloaded arrayvec v0.7.4 |
1311 | 2023-11-21T06:32:45.135Z | Downloaded arrayref v0.3.7 |
1312 | 2023-11-21T06:32:45.135Z | Downloaded argon2 v0.5.2 |
1313 | 2023-11-21T06:32:45.138Z | Downloaded ansi_term v0.12.1 |
1314 | 2023-11-21T06:32:45.142Z | Downloaded generic-array v0.14.7 |
1315 | 2023-11-21T06:32:45.148Z | Downloaded signal-hook-registry v1.4.1 |
1316 | 2023-11-21T06:32:45.148Z | Downloaded openapiv3 v1.0.3 |
1317 | 2023-11-21T06:32:45.173Z | Downloaded mime_guess v2.0.4 |
1318 | 2023-11-21T06:32:45.176Z | Downloaded lock_api v0.4.10 |
1319 | 2023-11-21T06:32:45.177Z | Downloaded thread_local v1.1.7 |
1320 | 2023-11-21T06:32:45.177Z | Downloaded thread-id v4.2.0 |
1321 | 2023-11-21T06:32:45.177Z | Downloaded thiserror-no-std v2.0.2 |
1322 | 2023-11-21T06:32:45.183Z | Downloaded textwrap v0.11.0 |
1323 | 2023-11-21T06:32:45.189Z | Downloaded static_assertions v1.1.0 |
1324 | 2023-11-21T06:32:45.189Z | Downloaded sha1 v0.10.6 |
1325 | 2023-11-21T06:32:45.193Z | Downloaded serde_urlencoded v0.7.1 |
1326 | 2023-11-21T06:32:45.193Z | Downloaded serde_path_to_error v0.1.14 |
1327 | 2023-11-21T06:32:45.198Z | Downloaded semver v0.1.20 |
1328 | 2023-11-21T06:32:45.201Z | Downloaded rusty-fork v0.3.0 |
1329 | 2023-11-21T06:32:45.201Z | Downloaded toolchain_find v0.2.0 |
1330 | 2023-11-21T06:32:45.201Z | Downloaded take_mut v0.2.2 |
1331 | 2023-11-21T06:32:45.205Z | Downloaded slog-json v2.6.1 |
1332 | 2023-11-21T06:32:45.205Z | Downloaded slog-bunyan v2.4.0 |
1333 | 2023-11-21T06:32:45.209Z | Downloaded siphasher v0.3.11 |
1334 | 2023-11-21T06:32:45.212Z | Downloaded signal-hook-mio v0.2.3 |
1335 | 2023-11-21T06:32:45.212Z | Downloaded scheduled-thread-pool v0.2.7 |
1336 | 2023-11-21T06:32:45.212Z | Downloaded num-rational v0.4.1 |
1337 | 2023-11-21T06:32:45.215Z | Downloaded indicatif v0.17.7 |
1338 | 2023-11-21T06:32:45.221Z | Downloaded darling_core v0.14.4 |
1339 | 2023-11-21T06:32:45.291Z | Downloaded crossbeam-utils v0.8.16 |
1340 | 2023-11-21T06:32:45.295Z | Downloaded console v0.15.7 |
1341 | 2023-11-21T06:32:45.295Z | Downloaded cancel-safe-futures v0.1.5 |
1342 | 2023-11-21T06:32:45.295Z | Downloaded log v0.4.20 |
1343 | 2023-11-21T06:32:45.295Z | Downloaded darling v0.20.3 |
1344 | 2023-11-21T06:32:45.295Z | Downloaded corncobs v0.1.3 |
1345 | 2023-11-21T06:32:45.296Z | Downloaded base64 v0.21.5 |
1346 | 2023-11-21T06:32:45.296Z | Downloaded multer v2.1.0 |
1347 | 2023-11-21T06:32:45.296Z | Downloaded mime v0.3.17 |
1348 | 2023-11-21T06:32:45.296Z | Downloaded lazy_static v1.4.0 |
1349 | 2023-11-21T06:32:45.296Z | Downloaded lalrpop-util v0.19.12 |
1350 | 2023-11-21T06:32:45.296Z | Downloaded maplit v1.0.2 |
1351 | 2023-11-21T06:32:45.296Z | Downloaded strum v0.25.0 |
1352 | 2023-11-21T06:32:45.296Z | Downloaded impl-trait-for-tuples v0.2.2 |
1353 | 2023-11-21T06:32:45.296Z | Downloaded linear-map v1.2.0 |
1354 | 2023-11-21T06:32:45.296Z | Downloaded fxhash v0.2.1 |
1355 | 2023-11-21T06:32:45.296Z | Downloaded indoc v2.0.3 |
1356 | 2023-11-21T06:32:45.296Z | Downloaded constant_time_eq v0.3.0 |
1357 | 2023-11-21T06:32:45.296Z | Downloaded nanorand v0.7.0 |
1358 | 2023-11-21T06:32:45.296Z | Downloaded assert_matches v1.5.0 |
1359 | 2023-11-21T06:32:45.296Z | Downloaded aead v0.5.2 |
1360 | 2023-11-21T06:32:45.296Z | Downloaded mockall v0.11.4 |
1361 | 2023-11-21T06:32:45.301Z | Downloaded keccak v0.1.4 |
1362 | 2023-11-21T06:32:45.301Z | Downloaded cpufeatures v0.2.9 |
1363 | 2023-11-21T06:32:45.301Z | Downloaded atomic-waker v1.1.1 |
1364 | 2023-11-21T06:32:45.301Z | Downloaded async-stream v0.3.5 |
1365 | 2023-11-21T06:32:45.304Z | Downloaded array-init v0.0.4 |
1366 | 2023-11-21T06:32:45.305Z | Downloaded similar-asserts v1.5.0 |
1367 | 2023-11-21T06:32:45.309Z | Downloaded num-complex v0.4.4 |
1368 | 2023-11-21T06:32:45.313Z | Downloaded crypto-common v0.1.6 |
1369 | 2023-11-21T06:32:45.313Z | Downloaded crc v3.0.1 |
1370 | 2023-11-21T06:32:45.317Z | Downloaded bcs v0.1.6 |
1371 | 2023-11-21T06:32:45.317Z | Downloaded anes v0.1.6 |
1372 | 2023-11-21T06:32:45.323Z | Downloaded adler v1.0.2 |
1373 | 2023-11-21T06:32:45.329Z | Downloaded time-core v0.1.1 |
1374 | 2023-11-21T06:32:45.329Z | Downloaded managed v0.8.0 |
1375 | 2023-11-21T06:32:45.329Z | Downloaded linked-hash-map v0.5.6 |
1376 | 2023-11-21T06:32:45.336Z | Downloaded constant_time_eq v0.2.6 |
1377 | 2023-11-21T06:32:45.336Z | Downloaded nodrop v0.1.14 |
1378 | 2023-11-21T06:32:45.336Z | Downloaded newtype_derive v0.1.6 |
1379 | 2023-11-21T06:32:45.336Z | Downloaded serde-big-array v0.4.1 |
1380 | 2023-11-21T06:32:45.346Z | Downloaded cfg-if v0.1.10 |
1381 | 2023-11-21T06:32:45.347Z | Downloaded base64 v0.13.1 |
1382 | 2023-11-21T06:32:45.347Z | Downloaded md-5 v0.10.5 |
1383 | 2023-11-21T06:32:45.355Z | Downloaded crunchy v0.2.2 |
1384 | 2023-11-21T06:32:45.355Z | Downloaded crossbeam-queue v0.3.8 |
1385 | 2023-11-21T06:32:45.355Z | Downloaded crossbeam v0.8.2 |
1386 | 2023-11-21T06:32:45.355Z | Downloaded crc-catalog v2.2.0 |
1387 | 2023-11-21T06:32:45.355Z | Downloaded cipher v0.4.4 |
1388 | 2023-11-21T06:32:45.355Z | Downloaded oorandom v11.1.3 |
1389 | 2023-11-21T06:32:45.365Z | Downloaded num_threads v0.1.6 |
1390 | 2023-11-21T06:32:45.365Z | Downloaded memoffset v0.7.1 |
1391 | 2023-11-21T06:32:45.365Z | Downloaded instant v0.1.12 |
1392 | 2023-11-21T06:32:45.365Z | Downloaded hyper-tls v0.5.0 |
1393 | 2023-11-21T06:32:45.365Z | Downloaded hyper-rustls v0.24.2 |
1394 | 2023-11-21T06:32:45.369Z | Downloaded criterion-plot v0.5.0 |
1395 | 2023-11-21T06:32:45.369Z | Downloaded ciborium-ll v0.2.1 |
1396 | 2023-11-21T06:32:45.369Z | Downloaded bzip2 v0.4.4 |
1397 | 2023-11-21T06:32:45.373Z | Downloaded num_cpus v1.16.0 |
1398 | 2023-11-21T06:32:45.379Z | Downloaded num-iter v0.1.43 |
1399 | 2023-11-21T06:32:45.382Z | Downloaded libefi-sys v0.1.0 |
1400 | 2023-11-21T06:32:45.382Z | Downloaded curve25519-dalek-derive v0.1.0 |
1401 | 2023-11-21T06:32:45.383Z | Downloaded crossbeam-deque v0.8.3 |
1402 | 2023-11-21T06:32:45.386Z | Downloaded chacha20 v0.9.1 |
1403 | 2023-11-21T06:32:45.387Z | Downloaded cfg-if v1.0.0 |
1404 | 2023-11-21T06:32:45.390Z | Downloaded camino-tempfile v1.0.2 |
1405 | 2023-11-21T06:32:45.394Z | Downloaded blake2 v0.10.6 |
1406 | 2023-11-21T06:32:45.397Z | Downloaded crucible-workspace-hack v0.1.0 |
1407 | 2023-11-21T06:32:45.397Z | Downloaded ciborium-io v0.2.1 |
1408 | 2023-11-21T06:32:45.398Z | Downloaded cexpr v0.6.0 |
1409 | 2023-11-21T06:32:45.402Z | Downloaded cast v0.3.0 |
1410 | 2023-11-21T06:32:45.402Z | Downloaded papergrid v0.10.0 |
1411 | 2023-11-21T06:32:45.409Z | Downloaded packed_struct_codegen v0.10.1 |
1412 | 2023-11-21T06:32:45.412Z | Downloaded owo-colors v3.5.0 |
1413 | 2023-11-21T06:32:45.416Z | Downloaded omicron-zone-package v0.9.1 |
1414 | 2023-11-21T06:32:45.420Z | Downloaded ipnetwork v0.20.0 |
1415 | 2023-11-21T06:32:45.425Z | Downloaded indoc v1.0.9 |
1416 | 2023-11-21T06:32:45.428Z | Downloaded cassowary v0.3.0 |
1417 | 2023-11-21T06:32:45.428Z | Downloaded bytesize v1.3.0 |
1418 | 2023-11-21T06:32:45.432Z | Downloaded bytecount v0.6.3 |
1419 | 2023-11-21T06:32:45.432Z | Downloaded bit-set v0.5.3 |
1420 | 2023-11-21T06:32:45.435Z | Downloaded number_prefix v0.4.0 |
1421 | 2023-11-21T06:32:45.435Z | Downloaded num_enum_derive v0.5.11 |
1422 | 2023-11-21T06:32:45.439Z | Downloaded num-derive v0.4.0 |
1423 | 2023-11-21T06:32:45.439Z | Downloaded memoffset v0.9.0 |
1424 | 2023-11-21T06:32:45.442Z | Downloaded lru-cache v0.1.2 |
1425 | 2023-11-21T06:32:45.442Z | Downloaded lazycell v1.3.0 |
1426 | 2023-11-21T06:32:45.446Z | Downloaded macaddr v1.0.1 |
1427 | 2023-11-21T06:32:45.446Z | Downloaded kstat-rs v0.2.3 |
1428 | 2023-11-21T06:32:45.450Z | Downloaded is-terminal v0.4.9 |
1429 | 2023-11-21T06:32:45.450Z | Downloaded ident_case v1.0.1 |
1430 | 2023-11-21T06:32:45.450Z | Downloaded iana-time-zone v0.1.57 |
1431 | 2023-11-21T06:32:45.454Z | Downloaded hyper-staticfile v0.9.5 |
1432 | 2023-11-21T06:32:45.458Z | Downloaded buf-list v1.0.3 |
1433 | 2023-11-21T06:32:45.462Z | Downloaded blake2b_simd v1.0.1 |
1434 | 2023-11-21T06:32:45.462Z | Downloaded bitflags v2.4.0 |
1435 | 2023-11-21T06:32:45.466Z | Downloaded bb8 v0.8.1 |
1436 | 2023-11-21T06:32:45.471Z | Downloaded autocfg v1.1.0 |
1437 | 2023-11-21T06:32:45.475Z | Downloaded bit-vec v0.6.3 |
1438 | 2023-11-21T06:32:45.475Z | Downloaded indexmap v1.9.3 |
1439 | 2023-11-21T06:32:45.478Z | Downloaded byteorder v1.5.0 |
1440 | 2023-11-21T06:32:45.482Z | Downloaded atomicwrites v0.4.2 |
1441 | 2023-11-21T06:32:46.261Z | Compiling proc-macro2 v1.0.69 |
1442 | 2023-11-21T06:32:46.264Z | Compiling serde v1.0.192 |
1443 | 2023-11-21T06:32:46.264Z | Compiling autocfg v1.1.0 |
1444 | 2023-11-21T06:32:46.264Z | Compiling version_check v0.9.4 |
1445 | 2023-11-21T06:32:46.283Z | Compiling syn v1.0.109 |
1446 | 2023-11-21T06:32:46.286Z | Compiling parking_lot_core v0.9.8 |
1447 | 2023-11-21T06:32:46.295Z | Compiling libm v0.2.7 |
1448 | 2023-11-21T06:32:46.344Z | Compiling libc v0.2.150 |
1449 | 2023-11-21T06:32:47.053Z | Compiling futures-core v0.3.29 |
1450 | 2023-11-21T06:32:47.128Z | Compiling cfg-if v1.0.0 |
1451 | 2023-11-21T06:32:47.335Z | Compiling typenum v1.16.0 |
1452 | 2023-11-21T06:32:47.368Z | Compiling once_cell v1.18.0 |
1453 | 2023-11-21T06:32:47.565Z | Compiling generic-array v0.14.7 |
1454 | 2023-11-21T06:32:47.622Z | Compiling futures-channel v0.3.29 |
1455 | 2023-11-21T06:32:47.751Z | Compiling lock_api v0.4.10 |
1456 | 2023-11-21T06:32:48.079Z | Compiling quote v1.0.33 |
1457 | 2023-11-21T06:32:48.167Z | Compiling num-traits v0.2.16 |
1458 | 2023-11-21T06:32:48.348Z | Compiling slab v0.4.9 |
1459 | 2023-11-21T06:32:48.478Z | Compiling futures-task v0.3.29 |
1460 | 2023-11-21T06:32:48.839Z | Compiling syn v2.0.32 |
1461 | 2023-11-21T06:32:48.968Z | Compiling cc v1.0.83 |
1462 | 2023-11-21T06:32:49.229Z | Compiling futures-util v0.3.29 |
1463 | 2023-11-21T06:32:49.264Z | Compiling memchr v2.6.3 |
1464 | 2023-11-21T06:32:49.343Z | Compiling pkg-config v0.3.27 |
1465 | 2023-11-21T06:32:49.511Z | Compiling serde_json v1.0.108 |
1466 | 2023-11-21T06:32:49.667Z | Compiling itoa v1.0.9 |
1467 | 2023-11-21T06:32:49.721Z | Compiling log v0.4.20 |
1468 | 2023-11-21T06:32:49.997Z | Compiling rustix v0.38.9 |
1469 | 2023-11-21T06:32:50.017Z | Compiling schemars v0.8.13 |
1470 | 2023-11-21T06:32:50.390Z | Compiling httparse v1.8.0 |
1471 | 2023-11-21T06:32:50.522Z | Compiling indexmap v1.9.3 |
1472 | 2023-11-21T06:32:51.014Z | Compiling getrandom v0.2.10 |
1473 | 2023-11-21T06:32:51.030Z | Compiling ryu v1.0.15 |
1474 | 2023-11-21T06:32:51.100Z | Compiling vcpkg v0.2.15 |
1475 | 2023-11-21T06:32:51.584Z | Compiling hashbrown v0.14.2 |
1476 | 2023-11-21T06:32:51.647Z | Compiling equivalent v1.0.1 |
1477 | 2023-11-21T06:32:51.665Z | Compiling ahash v0.8.3 |
1478 | 2023-11-21T06:32:51.788Z | Compiling openssl v0.10.57 |
1479 | 2023-11-21T06:32:52.077Z | Compiling scopeguard v1.2.0 |
1480 | 2023-11-21T06:32:52.258Z | Compiling fnv v1.0.7 |
1481 | 2023-11-21T06:32:52.363Z | Compiling aho-corasick v1.0.4 |
1482 | 2023-11-21T06:32:52.422Z | Compiling rustls v0.21.9 |
1483 | 2023-11-21T06:32:52.814Z | Compiling regex-syntax v0.8.2 |
1484 | 2023-11-21T06:32:53.128Z | Compiling ring v0.16.20 |
1485 | 2023-11-21T06:32:53.689Z | Compiling ring v0.17.5 |
1486 | 2023-11-21T06:32:54.048Z | Compiling openssl-sys v0.9.93 |
1487 | 2023-11-21T06:32:55.256Z | Compiling async-trait v0.1.74 |
1488 | 2023-11-21T06:32:56.848Z | Compiling native-tls v0.2.11 |
1489 | 2023-11-21T06:32:57.284Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-11-21T06:32:58.048Z | Compiling smallvec v1.11.0 |
1491 | 2023-11-21T06:32:58.476Z | Compiling regex-automata v0.4.3 |
1492 | 2023-11-21T06:32:58.702Z | Compiling unicode-xid v0.2.4 |
1493 | 2023-11-21T06:32:58.932Z | Compiling backtrace v0.3.69 |
1494 | 2023-11-21T06:32:59.505Z | Compiling crossbeam-utils v0.8.16 |
1495 | 2023-11-21T06:32:59.837Z | Compiling parking_lot v0.12.1 |
1496 | 2023-11-21T06:33:00.171Z | Compiling serde_derive_internals v0.26.0 |
1497 | 2023-11-21T06:33:00.221Z | Compiling iana-time-zone v0.1.57 |
1498 | 2023-11-21T06:33:00.729Z | Compiling anyhow v1.0.75 |
1499 | 2023-11-21T06:33:01.292Z | Compiling slog v2.7.0 |
1500 | 2023-11-21T06:33:01.734Z | Compiling num-integer v0.1.45 |
1501 | 2023-11-21T06:33:02.098Z | Compiling crc32fast v1.3.2 |
1502 | 2023-11-21T06:33:02.170Z | Compiling dyn-clone v1.0.13 |
1503 | 2023-11-21T06:33:02.258Z | Compiling byteorder v1.5.0 |
1504 | 2023-11-21T06:33:02.650Z | Compiling synstructure v0.12.6 |
1505 | 2023-11-21T06:33:02.817Z | Compiling spin v0.5.2 |
1506 | 2023-11-21T06:33:02.992Z | Compiling time-core v0.1.1 |
1507 | 2023-11-21T06:33:03.129Z | Compiling hashbrown v0.13.2 |
1508 | 2023-11-21T06:33:03.157Z | Compiling pin-project-lite v0.2.13 |
1509 | 2023-11-21T06:33:03.227Z | Compiling time-macros v0.2.13 |
1510 | 2023-11-21T06:33:03.322Z | Compiling winnow v0.5.15 |
1511 | 2023-11-21T06:33:04.110Z | Compiling rustversion v1.0.14 |
1512 | 2023-11-21T06:33:04.996Z | Compiling signal-hook-registry v1.4.1 |
1513 | 2023-11-21T06:33:05.401Z | Compiling regex v1.10.2 |
1514 | 2023-11-21T06:33:05.989Z | Compiling mio v0.8.8 |
1515 | 2023-11-21T06:33:07.171Z | Compiling errno v0.3.2 |
1516 | 2023-11-21T06:33:07.290Z | Compiling socket2 v0.5.4 |
1517 | 2023-11-21T06:33:07.433Z | Compiling num_cpus v1.16.0 |
1518 | 2023-11-21T06:33:07.592Z | Compiling usdt-impl v0.3.5 |
1519 | 2023-11-21T06:33:07.870Z | Compiling futures-sink v0.3.29 |
1520 | 2023-11-21T06:33:08.066Z | Compiling unicode-width v0.1.11 |
1521 | 2023-11-21T06:33:08.273Z | Compiling memoffset v0.9.0 |
1522 | 2023-11-21T06:33:08.289Z | Compiling tinyvec_macros v0.1.1 |
1523 | 2023-11-21T06:33:08.407Z | Compiling tinyvec v1.6.0 |
1524 | 2023-11-21T06:33:08.965Z | Compiling pin-utils v0.1.0 |
1525 | 2023-11-21T06:33:09.106Z | Compiling futures-io v0.3.29 |
1526 | 2023-11-21T06:33:09.117Z | Compiling spin v0.9.8 |
1527 | 2023-11-21T06:33:09.343Z | Compiling tracing-core v0.1.31 |
1528 | 2023-11-21T06:33:09.477Z | Compiling signal-hook v0.3.17 |
1529 | 2023-11-21T06:33:09.499Z | Compiling unicode-bidi v0.3.13 |
1530 | 2023-11-21T06:33:09.656Z | Compiling lazy_static v1.4.0 |
1531 | 2023-11-21T06:33:09.798Z | Compiling thread-id v4.2.0 |
1532 | 2023-11-21T06:33:09.902Z | Compiling crossbeam-epoch v0.9.15 |
1533 | 2023-11-21T06:33:09.936Z | Compiling strsim v0.10.0 |
1534 | 2023-11-21T06:33:10.491Z | Compiling schemars_derive v0.8.13 |
1535 | 2023-11-21T06:33:10.520Z | Compiling zerocopy-derive v0.2.0 |
1536 | 2023-11-21T06:33:10.558Z | Compiling serde_derive v1.0.192 |
1537 | 2023-11-21T06:33:10.992Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-11-21T06:33:11.062Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-11-21T06:33:11.591Z | Compiling tokio-macros v2.1.0 |
1540 | 2023-11-21T06:33:11.621Z | Compiling futures-macro v0.3.29 |
1541 | 2023-11-21T06:33:12.353Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-11-21T06:33:13.371Z | Compiling openssl-macros v0.1.1 |
1543 | 2023-11-21T06:33:13.967Z | Compiling zerocopy-derive v0.6.4 |
1544 | 2023-11-21T06:33:14.438Z | Compiling zerocopy v0.3.0 |
1545 | 2023-11-21T06:33:15.369Z | Compiling unicode-normalization v0.1.22 |
1546 | 2023-11-21T06:33:15.478Z | Compiling thiserror v1.0.49 |
1547 | 2023-11-21T06:33:15.660Z | Compiling pest v2.7.2 |
1548 | 2023-11-21T06:33:15.677Z | Compiling clap_derive v4.4.2 |
1549 | 2023-11-21T06:33:17.124Z | Compiling dof v0.1.5 |
1550 | 2023-11-21T06:33:17.291Z | Compiling strum_macros v0.25.2 |
1551 | 2023-11-21T06:33:17.489Z | Compiling num-iter v0.1.43 |
1552 | 2023-11-21T06:33:17.835Z | Compiling tracing v0.1.37 |
1553 | 2023-11-21T06:33:17.932Z | Compiling base64 v0.21.5 |
1554 | 2023-11-21T06:33:18.388Z | Compiling either v1.9.0 |
1555 | 2023-11-21T06:33:18.906Z | Compiling rand_core v0.6.4 |
1556 | 2023-11-21T06:33:18.914Z | Compiling untrusted v0.9.0 |
1557 | 2023-11-21T06:33:19.073Z | Compiling untrusted v0.7.1 |
1558 | 2023-11-21T06:33:19.138Z | Compiling openssl-probe v0.1.5 |
1559 | 2023-11-21T06:33:19.319Z | Compiling foreign-types-shared v0.1.1 |
1560 | 2023-11-21T06:33:19.366Z | Compiling hashbrown v0.12.3 |
1561 | 2023-11-21T06:33:19.459Z | Compiling percent-encoding v2.3.0 |
1562 | 2023-11-21T06:33:19.542Z | Compiling foreign-types v0.3.2 |
1563 | 2023-11-21T06:33:19.968Z | Compiling pest_meta v2.7.2 |
1564 | 2023-11-21T06:33:22.696Z | Compiling pest_generator v2.7.2 |
1565 | 2023-11-21T06:33:23.418Z | Compiling zeroize v1.6.0 |
1566 | 2023-11-21T06:33:24.923Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1567 | 2023-11-21T06:33:25.573Z | Compiling try-lock v0.2.4 |
1568 | 2023-11-21T06:33:25.768Z | Compiling want v0.3.1 |
1569 | 2023-11-21T06:33:26.144Z | Compiling rustls-webpki v0.101.7 |
1570 | 2023-11-21T06:33:26.275Z | Compiling sct v0.7.0 |
1571 | 2023-11-21T06:33:26.561Z | Compiling form_urlencoded v1.2.0 |
1572 | 2023-11-21T06:33:26.920Z | Compiling socket2 v0.4.9 |
1573 | 2023-11-21T06:33:26.998Z | Compiling httpdate v1.0.3 |
1574 | 2023-11-21T06:33:27.118Z | Compiling pest_derive v2.7.2 |
1575 | 2023-11-21T06:33:27.632Z | Compiling tower-service v0.3.2 |
1576 | 2023-11-21T06:33:27.917Z | Compiling rustls-pemfile v1.0.3 |
1577 | 2023-11-21T06:33:28.092Z | Compiling idna v0.4.0 |
1578 | 2023-11-21T06:33:28.211Z | Compiling dtrace-parser v0.1.14 |
1579 | 2023-11-21T06:33:28.418Z | Compiling adler v1.0.2 |
1580 | 2023-11-21T06:33:28.726Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1581 | 2023-11-21T06:33:29.080Z | Compiling doc-comment v0.3.3 |
1582 | 2023-11-21T06:33:29.738Z | Compiling siphasher v0.3.11 |
1583 | 2023-11-21T06:33:30.025Z | Compiling url v2.4.1 |
1584 | 2023-11-21T06:33:30.165Z | Compiling miniz_oxide v0.7.1 |
1585 | 2023-11-21T06:33:30.336Z | Compiling rustls-native-certs v0.6.3 |
1586 | 2023-11-21T06:33:30.560Z | Compiling pin-project-internal v1.1.3 |
1587 | 2023-11-21T06:33:30.862Z | Compiling bitflags v1.3.2 |
1588 | 2023-11-21T06:33:30.994Z | Compiling ipnet v2.8.0 |
1589 | 2023-11-21T06:33:31.067Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-11-21T06:33:32.123Z | Compiling mime v0.3.17 |
1591 | 2023-11-21T06:33:32.583Z | Compiling gimli v0.28.0 |
1592 | 2023-11-21T06:33:32.672Z | Compiling webpki-roots v0.25.2 |
1593 | 2023-11-21T06:33:32.828Z | Compiling crypto-common v0.1.6 |
1594 | 2023-11-21T06:33:32.899Z | Compiling enum-as-inner v0.5.1 |
1595 | 2023-11-21T06:33:33.113Z | Compiling diesel_table_macro_syntax v0.1.0 |
1596 | 2023-11-21T06:33:33.642Z | Compiling indexmap v2.1.0 |
1597 | 2023-11-21T06:33:33.874Z | Compiling bytes v1.5.0 |
1598 | 2023-11-21T06:33:34.376Z | Compiling uuid v1.5.0 |
1599 | 2023-11-21T06:33:35.006Z | Compiling chrono v0.4.31 |
1600 | 2023-11-21T06:33:35.510Z | Compiling semver v1.0.20 |
1601 | 2023-11-21T06:33:35.687Z | Compiling http v0.2.11 |
1602 | 2023-11-21T06:33:35.705Z | Compiling bitflags v2.4.0 |
1603 | 2023-11-21T06:33:36.317Z | Compiling toml_datetime v0.6.5 |
1604 | 2023-11-21T06:33:36.654Z | Compiling serde_spanned v0.6.4 |
1605 | 2023-11-21T06:33:36.980Z | Compiling rustc_version v0.4.0 |
1606 | 2023-11-21T06:33:37.005Z | Compiling toml_edit v0.19.15 |
1607 | 2023-11-21T06:33:37.988Z | Compiling tokio v1.33.0 |
1608 | 2023-11-21T06:33:38.059Z | Compiling openapiv3 v2.0.0-rc.1 |
1609 | 2023-11-21T06:33:41.039Z | Compiling serde_tokenstream v0.1.7 |
1610 | 2023-11-21T06:33:41.059Z | Compiling http-body v0.4.5 |
1611 | 2023-11-21T06:33:41.839Z | Compiling heapless v0.7.16 |
1612 | 2023-11-21T06:33:42.504Z | Compiling serde_urlencoded v0.7.1 |
1613 | 2023-11-21T06:33:42.994Z | Compiling addr2line v0.21.0 |
1614 | 2023-11-21T06:33:43.156Z | Compiling usdt-attr-macro v0.3.5 |
1615 | 2023-11-21T06:33:43.317Z | Compiling usdt-macro v0.3.5 |
1616 | 2023-11-21T06:33:43.981Z | Compiling object v0.32.1 |
1617 | 2023-11-21T06:33:44.839Z | Compiling num-bigint v0.4.4 |
1618 | 2023-11-21T06:33:45.176Z | Compiling bit-vec v0.6.3 |
1619 | 2023-11-21T06:33:45.262Z | Compiling rustc-demangle v0.1.23 |
1620 | 2023-11-21T06:33:45.507Z | Compiling smoltcp v0.9.1 |
1621 | 2023-11-21T06:33:46.269Z | Compiling diesel_derives v2.1.1 |
1622 | 2023-11-21T06:33:46.352Z | Compiling flate2 v1.0.28 |
1623 | 2023-11-21T06:33:46.523Z | Compiling phf_shared v0.10.0 |
1624 | 2023-11-21T06:33:46.744Z | Compiling block-buffer v0.10.4 |
1625 | 2023-11-21T06:33:47.098Z | Compiling hubpack_derive v0.1.1 |
1626 | 2023-11-21T06:33:47.115Z | Compiling subtle v2.5.0 |
1627 | 2023-11-21T06:33:47.534Z | Compiling new_debug_unreachable v1.0.4 |
1628 | 2023-11-21T06:33:47.655Z | Compiling const-oid v0.9.5 |
1629 | 2023-11-21T06:33:47.900Z | Compiling ppv-lite86 v0.2.17 |
1630 | 2023-11-21T06:33:48.333Z | Compiling precomputed-hash v0.1.1 |
1631 | 2023-11-21T06:33:48.482Z | Compiling fixedbitset v0.4.2 |
1632 | 2023-11-21T06:33:48.809Z | Compiling string_cache v0.8.7 |
1633 | 2023-11-21T06:33:49.070Z | Compiling petgraph v0.6.4 |
1634 | 2023-11-21T06:33:49.187Z | Compiling rand_chacha v0.3.1 |
1635 | 2023-11-21T06:33:49.476Z | Compiling bit-set v0.5.3 |
1636 | 2023-11-21T06:33:49.906Z | Compiling toml v0.7.8 |
1637 | 2023-11-21T06:33:50.710Z | Compiling digest v0.10.7 |
1638 | 2023-11-21T06:33:50.878Z | Compiling tokio-util v0.7.10 |
1639 | 2023-11-21T06:33:51.456Z | Compiling tokio-rustls v0.24.1 |
1640 | 2023-11-21T06:33:52.449Z | Compiling toml_edit v0.21.0 |
1641 | 2023-11-21T06:33:52.946Z | Compiling h2 v0.3.21 |
1642 | 2023-11-21T06:33:53.270Z | Compiling tokio-native-tls v0.3.1 |
1643 | 2023-11-21T06:33:53.657Z | Compiling hex v0.4.3 |
1644 | 2023-11-21T06:33:55.390Z | Compiling itertools v0.10.5 |
1645 | 2023-11-21T06:33:55.497Z | Compiling snafu-derive v0.7.5 |
1646 | 2023-11-21T06:33:57.236Z | Compiling unicode-segmentation v1.10.1 |
1647 | 2023-11-21T06:33:58.670Z | Compiling lalrpop-util v0.19.12 |
1648 | 2023-11-21T06:33:59.191Z | Compiling rand v0.8.5 |
1649 | 2023-11-21T06:34:00.064Z | Compiling serde_repr v0.1.16 |
1650 | 2023-11-21T06:34:00.358Z | Compiling io-lifetimes v1.0.11 |
1651 | 2023-11-21T06:34:00.638Z | Compiling anstyle v1.0.2 |
1652 | 2023-11-21T06:34:01.326Z | Compiling utf8parse v0.2.1 |
1653 | 2023-11-21T06:34:01.377Z | Compiling cpufeatures v0.2.9 |
1654 | 2023-11-21T06:34:01.522Z | Compiling sha2 v0.10.8 |
1655 | 2023-11-21T06:34:01.595Z | Compiling anstyle-parse v0.2.1 |
1656 | 2023-11-21T06:34:01.738Z | Compiling rustix v0.37.23 |
1657 | 2023-11-21T06:34:01.765Z | Compiling md-5 v0.10.5 |
1658 | 2023-11-21T06:34:02.099Z | Compiling hmac v0.12.1 |
1659 | 2023-11-21T06:34:02.102Z | Compiling stringprep v0.1.3 |
1660 | 2023-11-21T06:34:02.415Z | Compiling hash32 v0.2.1 |
1661 | 2023-11-21T06:34:02.972Z | Compiling anstyle-query v1.0.0 |
1662 | 2023-11-21T06:34:03.149Z | Compiling fallible-iterator v0.2.0 |
1663 | 2023-11-21T06:34:03.487Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2023-11-21T06:34:03.631Z | Compiling colorchoice v1.0.0 |
1665 | 2023-11-21T06:34:03.675Z | Compiling terminal_size v0.2.6 |
1666 | 2023-11-21T06:34:03.866Z | Compiling anstream v0.5.0 |
1667 | 2023-11-21T06:34:03.998Z | Compiling phf_shared v0.11.2 |
1668 | 2023-11-21T06:34:04.092Z | Compiling block-padding v0.3.3 |
1669 | 2023-11-21T06:34:04.253Z | Compiling postgres-protocol v0.6.6 |
1670 | 2023-11-21T06:34:04.401Z | Compiling hyper v0.14.27 |
1671 | 2023-11-21T06:34:04.565Z | Compiling scheduled-thread-pool v0.2.7 |
1672 | 2023-11-21T06:34:04.812Z | Compiling managed v0.8.0 |
1673 | 2023-11-21T06:34:05.290Z | Compiling regex-automata v0.1.10 |
1674 | 2023-11-21T06:34:05.532Z | Compiling num_threads v0.1.6 |
1675 | 2023-11-21T06:34:05.700Z | Compiling matches v0.1.10 |
1676 | 2023-11-21T06:34:05.812Z | Compiling deranged v0.3.8 |
1677 | 2023-11-21T06:34:05.827Z | Compiling clap_lex v0.5.1 |
1678 | 2023-11-21T06:34:05.904Z | Compiling idna v0.2.3 |
1679 | 2023-11-21T06:34:06.084Z | Compiling bstr v0.2.17 |
1680 | 2023-11-21T06:34:06.578Z | Compiling clap_builder v4.4.2 |
1681 | 2023-11-21T06:34:08.363Z | Compiling postgres-types v0.2.6 |
1682 | 2023-11-21T06:34:08.434Z | Compiling signal-hook-mio v0.2.3 |
1683 | 2023-11-21T06:34:08.653Z | Compiling r2d2 v0.8.10 |
1684 | 2023-11-21T06:34:08.821Z | Compiling time v0.3.27 |
1685 | 2023-11-21T06:34:09.228Z | Compiling bzip2 v0.4.4 |
1686 | 2023-11-21T06:34:09.796Z | Compiling phf v0.11.2 |
1687 | 2023-11-21T06:34:09.814Z | Compiling inout v0.1.3 |
1688 | 2023-11-21T06:34:09.914Z | Compiling hubpack v0.1.2 |
1689 | 2023-11-21T06:34:10.174Z | Compiling ipnetwork v0.20.0 |
1690 | 2023-11-21T06:34:10.237Z | Compiling pin-project v1.1.3 |
1691 | 2023-11-21T06:34:10.616Z | Compiling futures-executor v0.3.29 |
1692 | 2023-11-21T06:34:10.751Z | Compiling itertools v0.11.0 |
1693 | 2023-11-21T06:34:10.899Z | Compiling zerocopy v0.6.4 |
1694 | 2023-11-21T06:34:11.636Z | Compiling float-cmp v0.9.0 |
1695 | 2023-11-21T06:34:11.961Z | Compiling predicates-core v1.0.6 |
1696 | 2023-11-21T06:34:12.405Z | Compiling normalize-line-endings v0.3.0 |
1697 | 2023-11-21T06:34:12.441Z | Compiling difflib v0.4.0 |
1698 | 2023-11-21T06:34:12.572Z | Compiling static_assertions v1.1.0 |
1699 | 2023-11-21T06:34:12.703Z | Compiling regex-automata v0.3.8 |
1700 | 2023-11-21T06:34:13.182Z | Compiling data-encoding v2.4.0 |
1701 | 2023-11-21T06:34:14.526Z | Compiling whoami v1.4.1 |
1702 | 2023-11-21T06:34:15.341Z | Compiling predicates v3.0.4 |
1703 | 2023-11-21T06:34:15.559Z | Compiling bstr v1.6.0 |
1704 | 2023-11-21T06:34:15.816Z | Compiling tokio-postgres v0.7.10 |
1705 | 2023-11-21T06:34:16.515Z | Compiling hyper-rustls v0.24.2 |
1706 | 2023-11-21T06:34:16.652Z | Compiling hyper-tls v0.5.0 |
1707 | 2023-11-21T06:34:17.113Z | Compiling reqwest v0.11.22 |
1708 | 2023-11-21T06:34:17.149Z | Compiling yasna v0.5.2 |
1709 | 2023-11-21T06:34:17.321Z | Compiling trust-dns-proto v0.22.0 |
1710 | 2023-11-21T06:34:17.743Z | Compiling clap v4.4.3 |
1711 | 2023-11-21T06:34:17.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1712 | 2023-11-21T06:34:19.244Z | Compiling futures v0.3.29 |
1713 | 2023-11-21T06:34:19.400Z | Compiling diesel v2.1.4 |
1714 | 2023-11-21T06:34:19.974Z | Compiling snafu v0.7.5 |
1715 | 2023-11-21T06:34:20.332Z | Compiling cipher v0.4.4 |
1716 | 2023-11-21T06:34:20.531Z | Compiling zip v0.6.6 |
1717 | 2023-11-21T06:34:21.031Z | Compiling crossterm v0.27.0 |
1718 | 2023-11-21T06:34:21.161Z | Compiling similar v2.2.1 |
1719 | 2023-11-21T06:34:22.919Z | Compiling signature v2.1.0 |
1720 | 2023-11-21T06:34:23.236Z | Compiling tokio-stream v0.1.14 |
1721 | 2023-11-21T06:34:23.890Z | Compiling usdt v0.3.5 |
1722 | 2023-11-21T06:34:24.289Z | Compiling console v0.15.7 |
1723 | 2023-11-21T06:34:24.704Z | Compiling serde_tokenstream v0.2.0 |
1724 | 2023-11-21T06:34:25.827Z | Compiling regress v0.7.1 |
1725 | 2023-11-21T06:34:25.992Z | Compiling getopts v0.2.21 |
1726 | 2023-11-21T06:34:26.381Z | Compiling unsafe-libyaml v0.2.9 |
1727 | 2023-11-21T06:34:27.901Z | Compiling ident_case v1.0.1 |
1728 | 2023-11-21T06:34:28.716Z | Compiling serde_yaml v0.9.25 |
1729 | 2023-11-21T06:34:29.374Z | Compiling paste v1.0.14 |
1730 | 2023-11-21T06:34:29.464Z | Compiling slog-async v2.8.0 |
1731 | 2023-11-21T06:34:30.004Z | Compiling multer v2.1.0 |
1732 | 2023-11-21T06:34:30.235Z | Compiling async-stream-impl v0.3.5 |
1733 | 2023-11-21T06:34:30.535Z | Compiling darling_core v0.20.3 |
1734 | 2023-11-21T06:34:31.818Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1735 | 2023-11-21T06:34:32.242Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1736 | 2023-11-21T06:34:34.295Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1737 | 2023-11-21T06:34:37.086Z | Compiling structmeta-derive v0.2.0 |
1738 | 2023-11-21T06:34:37.708Z | Compiling regex-syntax v0.7.5 |
1739 | 2023-11-21T06:34:39.436Z | Compiling darling_macro v0.20.3 |
1740 | 2023-11-21T06:34:40.840Z | Compiling darling v0.20.3 |
1741 | 2023-11-21T06:34:40.996Z | Compiling serde_with_macros v2.3.3 |
1742 | 2023-11-21T06:34:41.444Z | Compiling structmeta v0.2.0 |
1743 | 2023-11-21T06:34:42.082Z | Compiling test-strategy v0.3.1 |
1744 | 2023-11-21T06:34:48.305Z | Compiling parse-display-derive v0.8.2 |
1745 | 2023-11-21T06:34:54.749Z | Checking unicode-ident v1.0.12 |
1746 | 2023-11-21T06:34:55.821Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1747 | 2023-11-21T06:35:02.966Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1748 | 2023-11-21T06:35:03.126Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1749 | 2023-11-21T06:35:13.692Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1750 | 2023-11-21T06:35:27.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1751 | 2023-11-21T06:35:28.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1752 | 2023-11-21T06:35:33.181Z | Checking heck v0.4.1 |
1753 | 2023-11-21T06:35:35.472Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1754 | 2023-11-21T06:35:37.649Z | Checking fastrand v2.0.0 |
1755 | 2023-11-21T06:35:38.134Z | Checking tempfile v3.8.0 |
1756 | 2023-11-21T06:35:38.486Z | Checking sha1 v0.10.6 |
1757 | 2023-11-21T06:35:38.653Z | Checking match_cfg v0.1.0 |
1758 | 2023-11-21T06:35:38.767Z | Checking hostname v0.3.1 |
1759 | 2023-11-21T06:35:38.881Z | Checking atty v0.2.14 |
1760 | 2023-11-21T06:35:38.903Z | Checking quick-error v1.2.3 |
1761 | 2023-11-21T06:35:38.942Z | Checking crossbeam-channel v0.5.8 |
1762 | 2023-11-21T06:35:38.996Z | Checking camino v1.1.6 |
1763 | 2023-11-21T06:35:39.035Z | Checking dirs-sys-next v0.1.2 |
1764 | 2023-11-21T06:35:39.080Z | Checking thread_local v1.1.7 |
1765 | 2023-11-21T06:35:39.284Z | Checking dirs-next v2.0.0 |
1766 | 2023-11-21T06:35:39.446Z | Checking instant v0.1.12 |
1767 | 2023-11-21T06:35:39.463Z | Checking term v0.7.0 |
1768 | 2023-11-21T06:35:39.503Z | Checking toml v0.8.8 |
1769 | 2023-11-21T06:35:39.884Z | Checking strum v0.25.0 |
1770 | 2023-11-21T06:35:39.986Z | Checking take_mut v0.2.2 |
1771 | 2023-11-21T06:35:40.092Z | Checking slog-json v2.6.1 |
1772 | 2023-11-21T06:35:40.113Z | Checking slog-term v2.9.0 |
1773 | 2023-11-21T06:35:40.136Z | Checking serde_with v2.3.3 |
1774 | 2023-11-21T06:35:40.139Z | Checking wait-timeout v0.2.0 |
1775 | 2023-11-21T06:35:40.394Z | Checking debug-ignore v1.0.5 |
1776 | 2023-11-21T06:35:40.451Z | Checking atomic-waker v1.1.1 |
1777 | 2023-11-21T06:35:40.588Z | Checking slog-bunyan v2.4.0 |
1778 | 2023-11-21T06:35:40.628Z | Checking waitgroup v0.1.2 |
1779 | 2023-11-21T06:35:40.649Z | Checking async-stream v0.3.5 |
1780 | 2023-11-21T06:35:40.801Z | Checking serde_path_to_error v0.1.14 |
1781 | 2023-11-21T06:35:40.820Z | Checking rusty-fork v0.3.0 |
1782 | 2023-11-21T06:35:40.887Z | Checking rand_xorshift v0.3.0 |
1783 | 2023-11-21T06:35:40.908Z | Checking unarray v0.1.4 |
1784 | 2023-11-21T06:35:41.103Z | Checking backoff v0.4.0 |
1785 | 2023-11-21T06:35:41.187Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2023-11-21T06:35:41.248Z | Checking proptest v1.4.0 |
1787 | 2023-11-21T06:35:41.416Z | Checking parse-display v0.8.2 |
1788 | 2023-11-21T06:35:41.599Z | Checking macaddr v1.0.1 |
1789 | 2023-11-21T06:35:42.463Z | Compiling proc-macro-error-attr v1.0.4 |
1790 | 2023-11-21T06:35:42.794Z | Compiling proc-macro-crate v1.3.1 |
1791 | 2023-11-21T06:35:42.983Z | Compiling proc-macro-error v1.0.4 |
1792 | 2023-11-21T06:35:44.158Z | Compiling num_enum_derive v0.5.11 |
1793 | 2023-11-21T06:35:46.026Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-11-21T06:35:46.044Z | Compiling foreign-types-macros v0.2.3 |
1795 | 2023-11-21T06:35:46.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1796 | 2023-11-21T06:35:46.848Z | Compiling crucible-workspace-hack v0.1.0 |
1797 | 2023-11-21T06:35:46.901Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1798 | 2023-11-21T06:35:46.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-11-21T06:35:47.290Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-11-21T06:35:47.512Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1801 | 2023-11-21T06:35:47.749Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-21T06:35:48.367Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1803 | 2023-11-21T06:35:48.817Z | Compiling zone_cfg_derive v0.3.0 |
1804 | 2023-11-21T06:35:48.843Z | Compiling num-derive v0.4.0 |
1805 | 2023-11-21T06:35:48.891Z | Compiling mockall_derive v0.11.4 |
1806 | 2023-11-21T06:36:06.903Z | Checking is-terminal v0.4.9 |
1807 | 2023-11-21T06:36:34.081Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2023-11-21T06:36:38.940Z | Checking termtree v0.4.1 |
1809 | 2023-11-21T06:36:39.227Z | Checking predicates-tree v1.0.9 |
1810 | 2023-11-21T06:36:39.422Z | Checking foreign-types-shared v0.3.1 |
1811 | 2023-11-21T06:36:39.742Z | Checking foreign-types v0.5.0 |
1812 | 2023-11-21T06:36:39.866Z | Checking num_enum v0.5.11 |
1813 | 2023-11-21T06:36:40.076Z | Checking postcard-cobs v0.1.5-pre |
1814 | 2023-11-21T06:36:40.318Z | Checking postcard v0.7.3 |
1815 | 2023-11-21T06:36:40.777Z | Checking smoltcp v0.8.2 |
1816 | 2023-11-21T06:36:41.346Z | Checking cfg-if v0.1.10 |
1817 | 2023-11-21T06:36:41.367Z | Checking base64ct v1.6.0 |
1818 | 2023-11-21T06:36:41.472Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1819 | 2023-11-21T06:36:42.035Z | Checking cstr-argument v0.1.2 |
1820 | 2023-11-21T06:36:42.124Z | Checking pretty-hex v0.2.1 |
1821 | 2023-11-21T06:36:42.281Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2023-11-21T06:36:42.429Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2023-11-21T06:36:42.762Z | Checking colored v2.0.4 |
1824 | 2023-11-21T06:36:43.358Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1825 | 2023-11-21T06:36:43.509Z | Checking predicates v2.1.5 |
1826 | 2023-11-21T06:36:43.721Z | Compiling heck v0.3.3 |
1827 | 2023-11-21T06:36:43.905Z | Compiling libefi-sys v0.1.0 |
1828 | 2023-11-21T06:36:44.290Z | Checking fragile v2.0.0 |
1829 | 2023-11-21T06:36:44.341Z | Checking downcast v0.11.0 |
1830 | 2023-11-21T06:36:44.594Z | Compiling structopt-derive v0.4.18 |
1831 | 2023-11-21T06:36:44.640Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1832 | 2023-11-21T06:36:44.671Z | Checking mockall v0.11.4 |
1833 | 2023-11-21T06:36:44.971Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1834 | 2023-11-21T06:36:45.012Z | Checking zone v0.3.0 |
1835 | 2023-11-21T06:36:45.344Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-21T06:36:45.675Z | Checking smf v0.2.2 |
1837 | 2023-11-21T06:36:46.265Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1838 | 2023-11-21T06:36:46.335Z | Compiling cancel-safe-futures v0.1.5 |
1839 | 2023-11-21T06:36:47.503Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-21T06:36:48.584Z | Checking filetime v0.2.22 |
1841 | 2023-11-21T06:36:48.872Z | Checking xattr v1.0.1 |
1842 | 2023-11-21T06:36:49.014Z | Compiling der_derive v0.7.2 |
1843 | 2023-11-21T06:36:49.129Z | Checking tar v0.4.40 |
1844 | 2023-11-21T06:36:49.653Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1845 | 2023-11-21T06:36:50.061Z | Compiling convert_case v0.4.0 |
1846 | 2023-11-21T06:36:50.356Z | Compiling slog-dtrace v0.2.3 |
1847 | 2023-11-21T06:36:50.487Z | Checking base64 v0.13.1 |
1848 | 2023-11-21T06:36:50.895Z | Checking pem v3.0.2 |
1849 | 2023-11-21T06:36:51.127Z | Compiling radium v0.7.0 |
1850 | 2023-11-21T06:36:51.288Z | Checking camino-tempfile v1.0.2 |
1851 | 2023-11-21T06:36:51.332Z | Compiling derive_more v0.99.17 |
1852 | 2023-11-21T06:36:51.778Z | Compiling maybe-uninit v2.0.0 |
1853 | 2023-11-21T06:36:51.873Z | Checking headers-core v0.2.0 |
1854 | 2023-11-21T06:36:52.066Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2023-11-21T06:36:52.178Z | Compiling packed_struct v0.10.1 |
1856 | 2023-11-21T06:36:52.510Z | Checking headers v0.3.9 |
1857 | 2023-11-21T06:36:52.535Z | Compiling packed_struct_codegen v0.10.1 |
1858 | 2023-11-21T06:36:52.824Z | Checking rcgen v0.11.3 |
1859 | 2023-11-21T06:36:52.896Z | Checking pem v1.1.1 |
1860 | 2023-11-21T06:36:53.218Z | Checking atomicwrites v0.4.2 |
1861 | 2023-11-21T06:36:53.491Z | Checking subprocess v0.2.9 |
1862 | 2023-11-21T06:36:53.885Z | Compiling num-rational v0.4.1 |
1863 | 2023-11-21T06:36:54.059Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1864 | 2023-11-21T06:36:54.267Z | Compiling same-file v1.0.6 |
1865 | 2023-11-21T06:36:54.298Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1866 | 2023-11-21T06:36:54.595Z | Compiling walkdir v2.4.0 |
1867 | 2023-11-21T06:36:54.688Z | Compiling semver-parser v0.10.2 |
1868 | 2023-11-21T06:36:55.908Z | Compiling semver v0.11.0 |
1869 | 2023-11-21T06:36:57.059Z | Compiling home v0.5.5 |
1870 | 2023-11-21T06:36:57.261Z | Compiling toolchain_find v0.2.0 |
1871 | 2023-11-21T06:36:57.393Z | Compiling toml v0.5.11 |
1872 | 2023-11-21T06:36:58.005Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1873 | 2023-11-21T06:36:58.166Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-11-21T06:36:58.657Z | Compiling omicron-zone-package v0.9.1 |
1875 | 2023-11-21T06:36:59.757Z | Checking lru-cache v0.1.2 |
1876 | 2023-11-21T06:37:00.019Z | Compiling buf-list v1.0.3 |
1877 | 2023-11-21T06:37:00.284Z | Compiling rustfmt-wrapper v0.2.0 |
1878 | 2023-11-21T06:37:00.569Z | Checking half v1.8.2 |
1879 | 2023-11-21T06:37:01.215Z | Checking ciborium-io v0.2.1 |
1880 | 2023-11-21T06:37:01.294Z | Checking password-hash v0.5.0 |
1881 | 2023-11-21T06:37:01.420Z | Checking ciborium-ll v0.2.1 |
1882 | 2023-11-21T06:37:01.679Z | Checking textwrap v0.11.0 |
1883 | 2023-11-21T06:37:01.891Z | Checking blake2 v0.10.6 |
1884 | 2023-11-21T06:37:02.010Z | Checking ansi_term v0.12.1 |
1885 | 2023-11-21T06:37:02.043Z | Checking vec_map v0.8.2 |
1886 | 2023-11-21T06:37:02.464Z | Checking strsim v0.8.0 |
1887 | 2023-11-21T06:37:02.480Z | Checking ciborium v0.2.1 |
1888 | 2023-11-21T06:37:02.558Z | Checking argon2 v0.5.2 |
1889 | 2023-11-21T06:37:02.737Z | Checking clap v2.34.0 |
1890 | 2023-11-21T06:37:02.866Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1891 | 2023-11-21T06:37:03.408Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1892 | 2023-11-21T06:37:03.505Z | Checking arc-swap v1.6.0 |
1893 | 2023-11-21T06:37:03.860Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1894 | 2023-11-21T06:37:03.887Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1895 | 2023-11-21T06:37:04.143Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1896 | 2023-11-21T06:37:04.203Z | Checking slog-scope v4.4.0 |
1897 | 2023-11-21T06:37:04.359Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1898 | 2023-11-21T06:37:04.487Z | Checking slog-stdlog v4.1.1 |
1899 | 2023-11-21T06:37:04.895Z | Checking slog-envlogger v2.2.0 |
1900 | 2023-11-21T06:37:05.213Z | Checking newline-converter v0.3.0 |
1901 | 2023-11-21T06:37:05.426Z | Compiling derive-where v1.2.5 |
1902 | 2023-11-21T06:37:05.550Z | Compiling semver v0.1.20 |
1903 | 2023-11-21T06:37:06.023Z | Compiling parking_lot_core v0.8.6 |
1904 | 2023-11-21T06:37:06.703Z | Compiling rustc_version v0.1.7 |
1905 | 2023-11-21T06:37:06.859Z | Checking expectorate v1.1.0 |
1906 | 2023-11-21T06:37:07.089Z | Checking pem-rfc7468 v0.7.0 |
1907 | 2023-11-21T06:37:07.433Z | Checking structopt v0.3.26 |
1908 | 2023-11-21T06:37:07.731Z | Checking termcolor v1.2.0 |
1909 | 2023-11-21T06:37:07.862Z | Checking flagset v0.4.3 |
1910 | 2023-11-21T06:37:08.144Z | Checking der v0.7.8 |
1911 | 2023-11-21T06:37:08.604Z | Compiling newtype_derive v0.1.6 |
1912 | 2023-11-21T06:37:11.304Z | Checking spki v0.7.2 |
1913 | 2023-11-21T06:37:11.408Z | Checking tap v1.0.1 |
1914 | 2023-11-21T06:37:11.654Z | Checking wyz v0.5.1 |
1915 | 2023-11-21T06:37:12.730Z | Checking resolv-conf v0.7.0 |
1916 | 2023-11-21T06:37:12.851Z | Checking fxhash v0.2.1 |
1917 | 2023-11-21T06:37:13.099Z | Checking crc-catalog v2.2.0 |
1918 | 2023-11-21T06:37:13.224Z | Checking funty v2.0.0 |
1919 | 2023-11-21T06:37:13.284Z | Checking trust-dns-resolver v0.22.0 |
1920 | 2023-11-21T06:37:13.302Z | Checking crc v3.0.1 |
1921 | 2023-11-21T06:37:13.487Z | Checking pkcs8 v0.10.2 |
1922 | 2023-11-21T06:37:13.713Z | Checking itertools v0.12.0 |
1923 | 2023-11-21T06:37:13.869Z | Checking nodrop v0.1.14 |
1924 | 2023-11-21T06:37:14.025Z | Checking array-init v0.0.4 |
1925 | 2023-11-21T06:37:14.115Z | Checking pkcs1 v0.7.5 |
1926 | 2023-11-21T06:37:14.285Z | Checking smallvec v0.6.14 |
1927 | 2023-11-21T06:37:14.893Z | Checking bitfield v0.14.0 |
1928 | 2023-11-21T06:37:15.016Z | Checking bitvec v1.0.1 |
1929 | 2023-11-21T06:37:15.302Z | Compiling rayon-core v1.12.0 |
1930 | 2023-11-21T06:37:15.745Z | Checking serde-hex v0.1.0 |
1931 | 2023-11-21T06:37:15.768Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-11-21T06:37:15.795Z | Checking x509-cert v0.2.4 |
1933 | 2023-11-21T06:37:16.132Z | Checking env_logger v0.10.0 |
1934 | 2023-11-21T06:37:16.820Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1935 | 2023-11-21T06:37:17.860Z | Checking rsa v0.9.2 |
1936 | 2023-11-21T06:37:17.902Z | Checking hkdf v0.12.3 |
1937 | 2023-11-21T06:37:18.200Z | Checking ron v0.8.1 |
1938 | 2023-11-21T06:37:18.466Z | Compiling memoffset v0.7.1 |
1939 | 2023-11-21T06:37:18.928Z | Checking crc-any v2.4.3 |
1940 | 2023-11-21T06:37:19.514Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1941 | 2023-11-21T06:37:19.532Z | Checking object v0.30.4 |
1942 | 2023-11-21T06:37:20.021Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1943 | 2023-11-21T06:37:20.253Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1944 | 2023-11-21T06:37:20.632Z | Compiling unicase v2.7.0 |
1945 | 2023-11-21T06:37:21.102Z | Checking utf-8 v0.7.6 |
1946 | 2023-11-21T06:37:21.666Z | Checking keccak v0.1.4 |
1947 | 2023-11-21T06:37:22.148Z | Checking path-slash v0.1.5 |
1948 | 2023-11-21T06:37:22.337Z | Checking sha3 v0.10.8 |
1949 | 2023-11-21T06:37:22.865Z | Checking secrecy v0.8.0 |
1950 | 2023-11-21T06:37:22.935Z | Compiling async-recursion v1.0.5 |
1951 | 2023-11-21T06:37:23.001Z | Compiling platforms v3.0.2 |
1952 | 2023-11-21T06:37:23.180Z | Compiling salty v0.2.0 |
1953 | 2023-11-21T06:37:24.392Z | Checking num-complex v0.4.4 |
1954 | 2023-11-21T06:37:24.460Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1955 | 2023-11-21T06:37:24.870Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1956 | 2023-11-21T06:37:25.425Z | Compiling curve25519-dalek v4.1.0 |
1957 | 2023-11-21T06:37:25.872Z | Checking num v0.4.1 |
1958 | 2023-11-21T06:37:26.011Z | Checking glob v0.3.1 |
1959 | 2023-11-21T06:37:26.194Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1960 | 2023-11-21T06:37:26.277Z | Compiling mime_guess v2.0.4 |
1961 | 2023-11-21T06:37:26.483Z | Checking openapiv3 v1.0.3 |
1962 | 2023-11-21T06:37:26.705Z | Compiling curve25519-dalek-derive v0.1.0 |
1963 | 2023-11-21T06:37:28.121Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-11-21T06:37:28.898Z | Checking swrite v0.1.0 |
1965 | 2023-11-21T06:37:30.137Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1966 | 2023-11-21T06:37:30.462Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1967 | 2023-11-21T06:37:32.176Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1968 | 2023-11-21T06:37:32.541Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1969 | 2023-11-21T06:37:33.520Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1970 | 2023-11-21T06:37:34.261Z | Checking nibble_vec v0.1.0 |
1971 | 2023-11-21T06:37:35.526Z | Compiling crunchy v0.2.2 |
1972 | 2023-11-21T06:37:36.240Z | Compiling portable-atomic v1.4.3 |
1973 | 2023-11-21T06:37:36.574Z | Checking endian-type v0.1.2 |
1974 | 2023-11-21T06:37:36.928Z | Checking radix_trie v0.2.1 |
1975 | 2023-11-21T06:37:37.632Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1976 | 2023-11-21T06:37:38.413Z | Checking libsw v3.3.0 |
1977 | 2023-11-21T06:37:38.598Z | Checking linear-map v1.2.0 |
1978 | 2023-11-21T06:37:39.113Z | Compiling tiny-keccak v2.0.2 |
1979 | 2023-11-21T06:37:39.528Z | Checking owo-colors v3.5.0 |
1980 | 2023-11-21T06:37:40.357Z | Checking parking_lot v0.11.2 |
1981 | 2023-11-21T06:37:40.426Z | Checking trust-dns-client v0.22.0 |
1982 | 2023-11-21T06:37:42.671Z | Compiling clang-sys v1.6.1 |
1983 | 2023-11-21T06:37:43.167Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1984 | 2023-11-21T06:37:43.186Z | Checking crossbeam-deque v0.8.3 |
1985 | 2023-11-21T06:37:43.671Z | Compiling darling_core v0.14.4 |
1986 | 2023-11-21T06:37:43.689Z | Compiling prettyplease v0.2.12 |
1987 | 2023-11-21T06:37:44.178Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1988 | 2023-11-21T06:37:45.022Z | Checking trust-dns-server v0.22.1 |
1989 | 2023-11-21T06:37:45.607Z | Compiling ascii-canvas v3.0.0 |
1990 | 2023-11-21T06:37:46.341Z | Checking sled v0.34.7 |
1991 | 2023-11-21T06:37:46.767Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1992 | 2023-11-21T06:37:48.162Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1993 | 2023-11-21T06:37:49.868Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1994 | 2023-11-21T06:37:51.260Z | Compiling ena v0.14.2 |
1995 | 2023-11-21T06:37:51.383Z | Compiling diff v0.1.13 |
1996 | 2023-11-21T06:37:51.661Z | Compiling regex-syntax v0.6.29 |
1997 | 2023-11-21T06:37:51.900Z | Checking pretty-hex v0.3.0 |
1998 | 2023-11-21T06:37:52.072Z | Checking signature v1.6.4 |
1999 | 2023-11-21T06:37:52.128Z | Compiling minimal-lexical v0.2.1 |
2000 | 2023-11-21T06:37:52.247Z | Checking ed25519 v1.5.3 |
2001 | 2023-11-21T06:37:52.603Z | Checking tungstenite v0.18.0 |
2002 | 2023-11-21T06:37:52.639Z | Compiling darling_macro v0.14.4 |
2003 | 2023-11-21T06:37:52.828Z | Compiling nom v7.1.3 |
2004 | 2023-11-21T06:37:52.909Z | Compiling libloading v0.7.4 |
2005 | 2023-11-21T06:37:52.926Z | Compiling ref-cast v1.0.20 |
2006 | 2023-11-21T06:37:53.442Z | Compiling bindgen v0.65.1 |
2007 | 2023-11-21T06:37:53.718Z | Checking rayon v1.8.0 |
2008 | 2023-11-21T06:37:54.008Z | Checking tokio-tungstenite v0.18.0 |
2009 | 2023-11-21T06:37:54.058Z | Compiling darling v0.14.4 |
2010 | 2023-11-21T06:37:54.225Z | Compiling derive_builder_core v0.12.0 |
2011 | 2023-11-21T06:37:54.481Z | Checking steno v0.4.0 |
2012 | 2023-11-21T06:37:54.685Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2013 | 2023-11-21T06:37:57.973Z | Compiling lalrpop v0.19.12 |
2014 | 2023-11-21T06:37:59.226Z | Compiling cexpr v0.6.0 |
2015 | 2023-11-21T06:37:59.301Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2016 | 2023-11-21T06:38:00.676Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2017 | 2023-11-21T06:38:00.981Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2018 | 2023-11-21T06:38:01.164Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2019 | 2023-11-21T06:38:01.674Z | Checking globset v0.4.13 |
2020 | 2023-11-21T06:38:01.801Z | Checking olpc-cjson v0.1.3 |
2021 | 2023-11-21T06:38:02.117Z | Checking serde_plain v1.0.2 |
2022 | 2023-11-21T06:38:02.425Z | Checking serde-big-array v0.5.1 |
2023 | 2023-11-21T06:38:02.428Z | Checking serde-big-array v0.4.1 |
2024 | 2023-11-21T06:38:02.496Z | Compiling which v4.4.0 |
2025 | 2023-11-21T06:38:02.675Z | Compiling ref-cast-impl v1.0.20 |
2026 | 2023-11-21T06:38:02.738Z | Compiling libxml v0.3.3 |
2027 | 2023-11-21T06:38:02.978Z | Checking typed-path v0.6.0 |
2028 | 2023-11-21T06:38:03.255Z | Compiling shlex v1.1.0 |
2029 | 2023-11-21T06:38:03.613Z | Compiling peeking_take_while v0.1.2 |
2030 | 2023-11-21T06:38:03.627Z | Compiling rustc-hash v1.1.0 |
2031 | 2023-11-21T06:38:03.795Z | Compiling lazycell v1.3.0 |
2032 | 2023-11-21T06:38:06.031Z | Checking tough v0.15.0 |
2033 | 2023-11-21T06:38:07.122Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2034 | 2023-11-21T06:38:07.836Z | Compiling derive_builder_macro v0.12.0 |
2035 | 2023-11-21T06:38:09.053Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2023-11-21T06:38:10.033Z | Checking signal-hook-tokio v0.3.1 |
2037 | 2023-11-21T06:38:10.279Z | Checking ff v0.13.0 |
2038 | 2023-11-21T06:38:10.596Z | Compiling strum_macros v0.24.3 |
2039 | 2023-11-21T06:38:10.968Z | Compiling fs-err v2.11.0 |
2040 | 2023-11-21T06:38:11.413Z | Checking display-error-chain v0.2.0 |
2041 | 2023-11-21T06:38:11.639Z | Checking corncobs v0.1.3 |
2042 | 2023-11-21T06:38:12.636Z | Compiling indoc v1.0.9 |
2043 | 2023-11-21T06:38:13.679Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2044 | 2023-11-21T06:38:13.918Z | Checking group v0.13.0 |
2045 | 2023-11-21T06:38:13.939Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2046 | 2023-11-21T06:38:14.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2047 | 2023-11-21T06:38:16.307Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2048 | 2023-11-21T06:38:17.226Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2049 | 2023-11-21T06:38:18.899Z | Checking universal-hash v0.5.1 |
2050 | 2023-11-21T06:38:19.188Z | Checking crypto-bigint v0.5.2 |
2051 | 2023-11-21T06:38:20.485Z | Compiling cookie v0.18.0 |
2052 | 2023-11-21T06:38:20.940Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2053 | 2023-11-21T06:38:22.009Z | Checking opaque-debug v0.3.0 |
2054 | 2023-11-21T06:38:22.139Z | Checking base16ct v0.2.0 |
2055 | 2023-11-21T06:38:22.402Z | Checking elliptic-curve v0.13.5 |
2056 | 2023-11-21T06:38:23.198Z | Checking poly1305 v0.8.0 |
2057 | 2023-11-21T06:38:23.809Z | Checking thiserror-no-std v2.0.2 |
2058 | 2023-11-21T06:38:24.595Z | Checking chacha20 v0.9.1 |
2059 | 2023-11-21T06:38:24.706Z | Checking aead v0.5.2 |
2060 | 2023-11-21T06:38:25.030Z | Compiling oso-derive v0.27.0 |
2061 | 2023-11-21T06:38:25.136Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2023-11-21T06:38:26.841Z | Checking vsss-rs v3.3.1 |
2063 | 2023-11-21T06:38:27.048Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2064 | 2023-11-21T06:38:32.109Z | Checking chacha20poly1305 v0.10.1 |
2065 | 2023-11-21T06:38:33.342Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2066 | 2023-11-21T06:38:34.402Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2067 | 2023-11-21T06:38:34.427Z | Checking tungstenite v0.20.1 |
2068 | 2023-11-21T06:38:35.906Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2069 | 2023-11-21T06:38:39.897Z | Checking tokio-tungstenite v0.20.1 |
2070 | 2023-11-21T06:38:41.461Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2071 | 2023-11-21T06:38:41.783Z | Checking bcs v0.1.6 |
2072 | 2023-11-21T06:38:42.589Z | Checking kstat-rs v0.2.3 |
2073 | 2023-11-21T06:38:43.283Z | Checking assert_matches v1.5.0 |
2074 | 2023-11-21T06:38:43.808Z | Compiling indoc v2.0.3 |
2075 | 2023-11-21T06:38:44.471Z | Checking highway v1.1.0 |
2076 | 2023-11-21T06:38:49.737Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2077 | 2023-11-21T06:38:50.670Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
2078 | 2023-11-21T06:38:50.671Z | --> certificates/src/openssl_ext.rs:55:22 |
2079 | 2023-11-21T06:38:50.671Z | | |
2080 | 2023-11-21T06:38:50.671Z | 55 | self.as_ptr(), |
2081 | 2023-11-21T06:38:50.671Z | | ^^^^^^ method not found in `&X509Ref` |
2082 | 2023-11-21T06:38:50.671Z | | |
2083 | 2023-11-21T06:38:50.671Z | = help: items from traits can only be used if the trait is in scope |
2084 | 2023-11-21T06:38:50.671Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
2085 | 2023-11-21T06:38:50.671Z | | |
2086 | 2023-11-21T06:38:50.671Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2087 | 2023-11-21T06:38:50.671Z | | |
2088 | 2023-11-21T06:38:50.671Z | |
2089 | 2023-11-21T06:38:50.703Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
2090 | 2023-11-21T06:38:50.703Z | --> certificates/src/openssl_ext.rs:114:65 |
2091 | 2023-11-21T06:38:50.703Z | | |
2092 | 2023-11-21T06:38:50.704Z | 114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) }; |
2093 | 2023-11-21T06:38:50.704Z | | ^^^^^^ method not found in `&X509Ref` |
2094 | 2023-11-21T06:38:50.704Z | | |
2095 | 2023-11-21T06:38:50.704Z | = help: items from traits can only be used if the trait is in scope |
2096 | 2023-11-21T06:38:50.704Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
2097 | 2023-11-21T06:38:50.704Z | | |
2098 | 2023-11-21T06:38:50.704Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2099 | 2023-11-21T06:38:50.704Z | | |
2100 | 2023-11-21T06:38:50.704Z | |
2101 | 2023-11-21T06:38:50.710Z | error[E0599]: no method named `as_ptr` found for reference `&openssl::x509::X509Ref` in the current scope |
2102 | 2023-11-21T06:38:50.710Z | --> certificates/src/openssl_ext.rs:121:68 |
2103 | 2023-11-21T06:38:50.710Z | | |
2104 | 2023-11-21T06:38:50.710Z | 121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) }; |
2105 | 2023-11-21T06:38:50.710Z | | ^^^^^^ method not found in `&X509Ref` |
2106 | 2023-11-21T06:38:50.710Z | | |
2107 | 2023-11-21T06:38:50.710Z | = help: items from traits can only be used if the trait is in scope |
2108 | 2023-11-21T06:38:50.710Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
2109 | 2023-11-21T06:38:50.710Z | | |
2110 | 2023-11-21T06:38:50.710Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2111 | 2023-11-21T06:38:50.710Z | | |
2112 | 2023-11-21T06:38:50.710Z | |
2113 | 2023-11-21T06:38:50.739Z | error: unused import: `foreign_types::ForeignTypeRef` |
2114 | 2023-11-21T06:38:50.739Z | --> certificates/src/openssl_ext.rs:8:5 |
2115 | 2023-11-21T06:38:50.739Z | | |
2116 | 2023-11-21T06:38:50.739Z | 8 | use foreign_types::ForeignTypeRef; |
2117 | 2023-11-21T06:38:50.739Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2118 | 2023-11-21T06:38:50.739Z | | |
2119 | 2023-11-21T06:38:50.739Z | = note: `-D unused-imports` implied by `-D warnings` |
2120 | 2023-11-21T06:38:50.739Z | |
2121 | 2023-11-21T06:38:50.779Z | For more information about this error, try `rustc --explain E0599`. |
2122 | 2023-11-21T06:38:50.845Z | error: could not compile `omicron-certificates` (lib) due to 4 previous errors |
2123 | 2023-11-21T06:38:50.845Z | warning: build failed, waiting for other jobs to finish... |
2124 | 2023-11-21T06:39:25.517Z | Error: clippy failed: exit status: 101 |
2125 | 2023-11-21T06:39:25.522Z | |
2126 | 2023-11-21T06:39:25.522Z | real 7:38.123396935 |
2127 | 2023-11-21T06:39:25.522Z | user 46:44.878681080 |
2128 | 2023-11-21T06:39:25.522Z | sys 7:01.730398431 |
2129 | 2023-11-21T06:39:25.522Z | trap 1.826352330 |
2130 | 2023-11-21T06:39:25.522Z | tflt 5.269169334 |
2131 | 2023-11-21T06:39:25.522Z | dflt 4.689597183 |
2132 | 2023-11-21T06:39:25.522Z | kflt 0.022979608 |
2133 | 2023-11-21T06:39:25.522Z | lock 1:02:44.927920558 |
2134 | 2023-11-21T06:39:25.522Z | slp 2:10:28.006925609 |
2135 | 2023-11-21T06:39:25.522Z | lat 2:08.598266406 |
2136 | 2023-11-21T06:39:25.522Z | stop 4:51.183054474 |
2137 | 2023-11-21T06:39:25.522Z | process exited: duration 618691 ms, exit code 1 |
|
2138 | 2023-11-21T06:39:25.539Z | found 0 output files |