|
|
|
1 | 2024-02-02T12:14:46.439Z | job assigned to worker 01HNMVTK03CBYTTVYDS1V8Q27N (queued for 3 h 37 m 52 s) |
|
2 | 2024-02-02T12:14:47.410Z | starting task 0: "setup" |
3 | 2024-02-02T12:14:47.489Z | ++ uname -s |
4 | 2024-02-02T12:14:47.495Z | + kern=SunOS |
5 | 2024-02-02T12:14:47.495Z | + case "$kern" in |
6 | 2024-02-02T12:14:47.495Z | + groupadd -g 12345 build |
7 | 2024-02-02T12:14:47.498Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T12:14:49.555Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T12:14:49.684Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T12:14:49.687Z | + home_fs=zfs |
11 | 2024-02-02T12:14:49.687Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T12:14:49.687Z | + mkdir -p /home/build |
13 | 2024-02-02T12:14:49.689Z | + chown build:build /home/build /work |
14 | 2024-02-02T12:14:51.692Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T12:14:51.696Z | process exited: duration 4285 ms, exit code 0 |
|
16 | 2024-02-02T12:14:51.702Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T12:14:51.710Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T12:14:51.713Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T12:14:51.883Z | info: downloading installer |
20 | 2024-02-02T12:14:53.606Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T12:14:53.606Z | warning: /opt/ooce/bin |
22 | 2024-02-02T12:14:53.606Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T12:14:53.606Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T12:14:53.606Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T12:14:53.606Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T12:14:53.606Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T12:14:53.609Z | error: cannot install while Rust is installed |
28 | 2024-02-02T12:14:53.609Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T12:14:53.792Z | info: profile set to 'default' |
30 | 2024-02-02T12:14:53.792Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T12:14:53.795Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T12:14:53.994Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T12:14:53.997Z | info: downloading component 'cargo' |
34 | 2024-02-02T12:14:55.043Z | info: downloading component 'clippy' |
35 | 2024-02-02T12:14:55.478Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T12:14:56.812Z | info: downloading component 'rust-std' |
37 | 2024-02-02T12:14:59.151Z | info: downloading component 'rustc' |
38 | 2024-02-02T12:15:04.907Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T12:15:05.293Z | info: installing component 'cargo' |
40 | 2024-02-02T12:15:06.839Z | info: installing component 'clippy' |
41 | 2024-02-02T12:15:07.478Z | info: installing component 'rust-docs' |
42 | 2024-02-02T12:15:10.203Z | info: installing component 'rust-std' |
43 | 2024-02-02T12:15:13.297Z | info: installing component 'rustc' |
44 | 2024-02-02T12:15:20.309Z | info: installing component 'rustfmt' |
45 | 2024-02-02T12:15:20.787Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T12:15:20.787Z | |
47 | 2024-02-02T12:15:20.938Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T12:15:20.938Z | |
49 | 2024-02-02T12:15:20.938Z | |
50 | 2024-02-02T12:15:20.938Z | Rust is installed now. Great! |
51 | 2024-02-02T12:15:20.938Z | |
52 | 2024-02-02T12:15:20.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T12:15:20.938Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T12:15:20.938Z | |
55 | 2024-02-02T12:15:20.938Z | To configure your current shell, run: |
56 | 2024-02-02T12:15:20.938Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T12:15:21.027Z | + rustc --version |
58 | 2024-02-02T12:15:21.143Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T12:15:21.148Z | process exited: duration 29447 ms, exit code 0 |
|
60 | 2024-02-02T12:15:21.157Z | starting task 2: "authentication" |
61 | 2024-02-02T12:15:21.186Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-02T12:15:21.195Z | starting task 3: "clone repository" |
63 | 2024-02-02T12:15:21.199Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T12:15:21.201Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T12:15:21.318Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T12:15:27.697Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T12:15:27.697Z | + git fetch origin c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
68 | 2024-02-02T12:15:27.993Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T12:15:27.993Z | * branch c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 -> FETCH_HEAD |
70 | 2024-02-02T12:15:28.005Z | + [[ -n renovate/omicron-zone-package-0.x ]] |
71 | 2024-02-02T12:15:28.008Z | ++ git branch --show-current |
72 | 2024-02-02T12:15:28.011Z | + current=main |
73 | 2024-02-02T12:15:28.011Z | + [[ main != renovate/omicron-zone-package-0.x ]] |
74 | 2024-02-02T12:15:28.011Z | + git branch -f renovate/omicron-zone-package-0.x c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
75 | 2024-02-02T12:15:28.015Z | + git checkout -f renovate/omicron-zone-package-0.x |
76 | 2024-02-02T12:15:28.201Z | Switched to branch 'renovate/omicron-zone-package-0.x' |
77 | 2024-02-02T12:15:28.204Z | + git reset --hard c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 |
78 | 2024-02-02T12:15:28.384Z | HEAD is now at c7f06afb7 Update Rust crate omicron-zone-package to 0.11.0 |
79 | 2024-02-02T12:15:28.394Z | process exited: duration 7193 ms, exit code 0 |
|
80 | 2024-02-02T12:15:28.400Z | starting task 4: "build" |
81 | 2024-02-02T12:15:28.407Z | + cargo --version |
82 | 2024-02-02T12:15:28.415Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T12:15:28.603Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T12:15:28.606Z | info: downloading component 'cargo' |
85 | 2024-02-02T12:15:29.463Z | info: downloading component 'clippy' |
86 | 2024-02-02T12:15:29.801Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T12:15:30.821Z | info: downloading component 'rust-std' |
88 | 2024-02-02T12:15:32.366Z | info: downloading component 'rustc' |
89 | 2024-02-02T12:15:36.729Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T12:15:37.100Z | info: installing component 'cargo' |
91 | 2024-02-02T12:15:38.402Z | info: installing component 'clippy' |
92 | 2024-02-02T12:15:38.887Z | info: installing component 'rust-docs' |
93 | 2024-02-02T12:15:41.728Z | info: installing component 'rust-std' |
94 | 2024-02-02T12:15:44.193Z | info: installing component 'rustc' |
95 | 2024-02-02T12:15:50.450Z | info: installing component 'rustfmt' |
96 | 2024-02-02T12:15:50.996Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T12:15:50.999Z | + rustc --version |
98 | 2024-02-02T12:15:51.135Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T12:15:51.142Z | + source ./env.sh |
100 | 2024-02-02T12:15:51.145Z | ++ set -o xtrace |
101 | 2024-02-02T12:15:51.148Z | ++++ dirname ./env.sh |
102 | 2024-02-02T12:15:51.204Z | +++ cd . |
103 | 2024-02-02T12:15:51.207Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-02T12:15:51.207Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-02T12:15:51.207Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-02T12:15:51.207Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-02T12:15:51.207Z | ++ 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 |
108 | 2024-02-02T12:15:51.207Z | ++ 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 |
109 | 2024-02-02T12:15:51.207Z | ++ 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 |
110 | 2024-02-02T12:15:51.208Z | ++ 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 |
111 | 2024-02-02T12:15:51.208Z | ++ 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 |
112 | 2024-02-02T12:15:51.208Z | ++ 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 |
113 | 2024-02-02T12:15:51.208Z | ++ unset OMICRON_WS |
114 | 2024-02-02T12:15:51.208Z | ++ set +o xtrace |
115 | 2024-02-02T12:15:51.279Z | |
116 | 2024-02-02T12:15:51.279Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-02T12:15:51.279Z | # # # # # # # # # # # # # # # |
118 | 2024-02-02T12:15:51.279Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-02T12:15:51.279Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-02T12:15:51.279Z | # # # # # # # # # # # # # # # |
121 | 2024-02-02T12:15:51.279Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-02T12:15:51.279Z | |
123 | 2024-02-02T12:16:04.993Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-02T12:16:06.943Z | Startup: Caching catalogs ... Done |
125 | 2024-02-02T12:16:09.944Z | Planning: Solver setup ... Done (2.484s) |
126 | 2024-02-02T12:16:10.013Z | Planning: Running solver ... Done (0.066s) |
127 | 2024-02-02T12:16:10.043Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-02-02T12:16:10.057Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-02T12:16:10.369Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-02T12:16:10.450Z | Planning: Package planning ... Done (0.081s) |
131 | 2024-02-02T12:16:10.542Z | Planning: Merging actions ... Done (0.091s) |
132 | 2024-02-02T12:16:11.699Z | Planning: Checking for conflicting actions ... Done (1.158s) |
133 | 2024-02-02T12:16:11.717Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-02-02T12:16:18.424Z | Planning: Evaluating mediators ... Done (6.707s) |
135 | 2024-02-02T12:16:18.440Z | Planning: Planning completed in 11.43 seconds |
136 | 2024-02-02T12:16:22.925Z | Packages to install: 4 |
137 | 2024-02-02T12:16:22.925Z | Mediators to change: 2 |
138 | 2024-02-02T12:16:22.928Z | Services to change: 1 |
139 | 2024-02-02T12:16:22.928Z | Estimated space available: 148.87 GB |
140 | 2024-02-02T12:16:22.928Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-02-02T12:16:22.928Z | Create boot environment: No |
142 | 2024-02-02T12:16:22.929Z | Create backup boot environment: No |
143 | 2024-02-02T12:16:22.929Z | Rebuild boot archive: No |
144 | 2024-02-02T12:16:22.929Z | |
145 | 2024-02-02T12:16:22.929Z | Changed mediators: |
146 | 2024-02-02T12:16:22.929Z | mediator clang: |
147 | 2024-02-02T12:16:22.929Z | version: None -> 15 (system default) |
148 | 2024-02-02T12:16:22.929Z | |
149 | 2024-02-02T12:16:22.929Z | mediator llvm: |
150 | 2024-02-02T12:16:22.929Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-02T12:16:22.929Z | |
152 | 2024-02-02T12:16:22.929Z | Changed packages: |
153 | 2024-02-02T12:16:22.929Z | helios-dev |
154 | 2024-02-02T12:16:22.929Z | developer/build-essential |
155 | 2024-02-02T12:16:22.929Z | None -> 11-2.0 |
156 | 2024-02-02T12:16:22.929Z | library/libxmlsec1 |
157 | 2024-02-02T12:16:22.929Z | None -> 1.2.35-2.0 |
158 | 2024-02-02T12:16:22.929Z | ooce/developer/clang-15 |
159 | 2024-02-02T12:16:22.929Z | None -> 15.0.7-2.0 |
160 | 2024-02-02T12:16:22.929Z | ooce/developer/llvm-15 |
161 | 2024-02-02T12:16:22.929Z | None -> 15.0.7-2.0 |
162 | 2024-02-02T12:16:22.929Z | |
163 | 2024-02-02T12:16:22.929Z | Services: |
164 | 2024-02-02T12:16:22.929Z | restart_fmri: |
165 | 2024-02-02T12:16:22.929Z | svc:/system/update-man-index:default |
166 | 2024-02-02T12:16:23.219Z | |
167 | 2024-02-02T12:16:23.219Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-02T12:16:28.220Z | Download: 1218/3290 items 84.8/212.6MB 39% complete (17.1M/s) |
169 | 2024-02-02T12:16:33.223Z | Download: 2983/3290 items 121.0/212.6MB 56% complete (12.2M/s) |
170 | 2024-02-02T12:16:35.912Z | Download: Completed 212.60 MB in 12.69 seconds (16.8M/s) |
171 | 2024-02-02T12:16:36.473Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-02-02T12:16:41.473Z | Actions: 2579/3689 actions (Installing new actions) |
173 | 2024-02-02T12:16:44.102Z | Actions: Completed 3689 actions in 7.63 seconds. |
174 | 2024-02-02T12:16:44.251Z | Done (0.143s) |
175 | 2024-02-02T12:16:44.251Z | Done (0.000s) |
176 | 2024-02-02T12:16:44.589Z | Done (0.338s) |
177 | 2024-02-02T12:16:52.619Z | Done (7.891s) |
178 | 2024-02-02T12:16:52.897Z | Done (0.174s) |
179 | 2024-02-02T12:16:52.900Z | Done (0.000s) |
180 | 2024-02-02T12:16:53.118Z | Done (0.000s) |
181 | 2024-02-02T12:16:53.859Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-02T12:16:54.144Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-02T12:16:54.147Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-02T12:16:54.586Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-02T12:16:54.591Z | Planning: Planning completed in 0.73 seconds |
186 | 2024-02-02T12:16:54.641Z | Mediators to change: 2 |
187 | 2024-02-02T12:16:54.644Z | Create boot environment: No |
188 | 2024-02-02T12:16:54.644Z | Create backup boot environment: No |
189 | 2024-02-02T12:16:54.742Z | Done |
190 | 2024-02-02T12:16:54.742Z | Done |
191 | 2024-02-02T12:16:54.947Z | Done |
192 | 2024-02-02T12:17:00.676Z | Done |
193 | 2024-02-02T12:17:00.797Z | Done |
194 | 2024-02-02T12:17:00.800Z | Done |
195 | 2024-02-02T12:17:00.928Z | Done |
196 | 2024-02-02T12:17:01.933Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-02-02T12:17:01.936Z | Planning: Merging actions ... Done |
198 | 2024-02-02T12:17:02.285Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-02-02T12:17:02.289Z | Planning: Consolidating action changes ... Done |
200 | 2024-02-02T12:17:02.734Z | Planning: Evaluating mediators ... Done |
201 | 2024-02-02T12:17:02.830Z | Planning: Planning completed in 1.34 seconds |
202 | 2024-02-02T12:17:02.888Z | Packages to change: 1 |
203 | 2024-02-02T12:17:02.888Z | Mediators to change: 1 |
204 | 2024-02-02T12:17:02.888Z | Services to change: 1 |
205 | 2024-02-02T12:17:02.888Z | Create boot environment: No |
206 | 2024-02-02T12:17:02.892Z | Create backup boot environment: Yes |
207 | 2024-02-02T12:17:04.902Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-02-02T12:17:04.905Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-02-02T12:17:04.905Z | Done |
210 | 2024-02-02T12:17:04.905Z | Done |
211 | 2024-02-02T12:17:04.980Z | Done |
212 | 2024-02-02T12:17:11.029Z | Done |
213 | 2024-02-02T12:17:11.160Z | Done |
214 | 2024-02-02T12:17:11.163Z | Done |
215 | 2024-02-02T12:17:11.275Z | Done |
216 | 2024-02-02T12:17:11.960Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-02-02T12:17:11.960Z | clang system 15 system |
218 | 2024-02-02T12:17:11.960Z | csh system system illumos |
219 | 2024-02-02T12:17:11.960Z | ctags system system illumos |
220 | 2024-02-02T12:17:11.960Z | gcc vendor 12 vendor |
221 | 2024-02-02T12:17:11.960Z | gcc system 10 system |
222 | 2024-02-02T12:17:11.960Z | gcc system 7 system |
223 | 2024-02-02T12:17:11.960Z | go system 1.20 system |
224 | 2024-02-02T12:17:11.960Z | go system 1.19 system |
225 | 2024-02-02T12:17:11.960Z | llvm system 15 system |
226 | 2024-02-02T12:17:11.960Z | llvm system 14 system |
227 | 2024-02-02T12:17:11.960Z | mariadb system 10.6 system |
228 | 2024-02-02T12:17:11.960Z | mta vendor vendor dma |
229 | 2024-02-02T12:17:11.960Z | openjdk system 17 system |
230 | 2024-02-02T12:17:11.960Z | openjdk system 11 system |
231 | 2024-02-02T12:17:11.960Z | openjdk system 1.8 system |
232 | 2024-02-02T12:17:11.960Z | openssl vendor 3 vendor |
233 | 2024-02-02T12:17:11.960Z | perl system 5.36 system |
234 | 2024-02-02T12:17:11.960Z | postgresql system 15 system |
235 | 2024-02-02T12:17:11.960Z | postgresql system 13 system |
236 | 2024-02-02T12:17:11.960Z | python vendor 3 vendor |
237 | 2024-02-02T12:17:11.960Z | python system 2 system |
238 | 2024-02-02T12:17:11.961Z | python3 system 3.11 system |
239 | 2024-02-02T12:17:11.961Z | ruby system 3.0 system |
240 | 2024-02-02T12:17:11.961Z | words vendor vendor american-english |
241 | 2024-02-02T12:17:11.961Z | words system system australian-english |
242 | 2024-02-02T12:17:11.961Z | words system system british-english |
243 | 2024-02-02T12:17:11.961Z | words system system canadian-english |
244 | 2024-02-02T12:17:11.961Z | words system system french |
245 | 2024-02-02T12:17:11.961Z | words system system italian |
246 | 2024-02-02T12:17:11.961Z | words system system ngerman |
247 | 2024-02-02T12:17:11.961Z | words system system ogerman |
248 | 2024-02-02T12:17:11.961Z | words system system spanish |
249 | 2024-02-02T12:17:12.510Z | FMRI IFO |
250 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-02-02T12:17:12.510Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-02-02T12:17:12.602Z | + set -o errexit |
259 | 2024-02-02T12:17:12.605Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-02-02T12:17:12.607Z | ++ cd ./tools |
261 | 2024-02-02T12:17:12.608Z | ++ pwd |
262 | 2024-02-02T12:17:12.608Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-02-02T12:17:12.610Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-02-02T12:17:12.610Z | + ARG0=ci_download_cockroachdb |
265 | 2024-02-02T12:17:12.613Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-02-02T12:17:12.614Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-02-02T12:17:12.614Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-02-02T12:17:12.614Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-02-02T12:17:12.614Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-02-02T12:17:12.614Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-02-02T12:17:12.614Z | + TARGET_DIR=out |
272 | 2024-02-02T12:17:12.614Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-02-02T12:17:12.614Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-02-02T12:17:12.614Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-02-02T12:17:12.614Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-02-02T12:17:12.617Z | + main |
277 | 2024-02-02T12:17:12.617Z | + [[ 0 != 0 ]] |
278 | 2024-02-02T12:17:12.617Z | + CIDL_OS=solaris2.11 |
279 | 2024-02-02T12:17:12.617Z | + [[ 0 != 0 ]] |
280 | 2024-02-02T12:17:12.617Z | + configure_os solaris2.11 |
281 | 2024-02-02T12:17:12.617Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-02-02T12:17:12.617Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-02-02T12:17:12.617Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-02-02T12:17:12.617Z | + case "$1" in |
285 | 2024-02-02T12:17:12.618Z | configuring based on OS: "solaris2.11" |
286 | 2024-02-02T12:17:12.618Z | + CIDL_BUILD=illumos |
287 | 2024-02-02T12:17:12.618Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-02-02T12:17:12.618Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-02-02T12:17:12.618Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-02-02T12:17:12.618Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-02-02T12:17:12.618Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-02-02T12:17:12.618Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-02-02T12:17:12.618Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-02T12:17:12.618Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-02T12:17:12.618Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-02-02T12:17:12.618Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-02T12:17:12.618Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-02-02T12:17:12.618Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-02T12:17:12.618Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-02-02T12:17:12.618Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-02T12:17:12.618Z | + mkdir -p out/downloads |
302 | 2024-02-02T12:17:12.618Z | + mkdir -p ./out/cockroachdb |
303 | 2024-02-02T12:17:12.622Z | + local DO_DOWNLOAD=true |
304 | 2024-02-02T12:17:12.622Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-02-02T12:17:12.622Z | + '[' true == true ']' |
306 | 2024-02-02T12:17:12.622Z | + echo Downloading... |
307 | 2024-02-02T12:17:12.622Z | Downloading... |
308 | 2024-02-02T12:17:12.622Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-02-02T12:17:12.622Z | + 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 |
310 | 2024-02-02T12:17:15.120Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-02-02T12:17:15.123Z | ++ md5sum |
312 | 2024-02-02T12:17:15.123Z | ++ awk '{print $1}' |
313 | 2024-02-02T12:17:15.370Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-02-02T12:17:15.370Z | + [[ 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 ]] |
315 | 2024-02-02T12:17:15.371Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-02-02T12:17:15.374Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-02-02T12:17:18.831Z | + do_assemble_illumos |
318 | 2024-02-02T12:17:18.831Z | + rm -r ./out/cockroachdb |
319 | 2024-02-02T12:17:18.835Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-02-02T12:17:19.469Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-02-02T12:17:19.752Z | Build Tag: v22.1.9-dirty |
322 | 2024-02-02T12:17:19.752Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-02-02T12:17:19.752Z | Distribution: OSS |
324 | 2024-02-02T12:17:19.752Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-02-02T12:17:19.752Z | Go Version: go1.17.13 |
326 | 2024-02-02T12:17:19.753Z | C Compiler: gcc 10.3.0 |
327 | 2024-02-02T12:17:19.753Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-02-02T12:17:19.753Z | Build Type: release |
329 | 2024-02-02T12:17:19.778Z | + set -o errexit |
330 | 2024-02-02T12:17:19.781Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-02-02T12:17:19.784Z | ++ cd ./tools |
332 | 2024-02-02T12:17:19.784Z | ++ pwd |
333 | 2024-02-02T12:17:19.784Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-02-02T12:17:19.787Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-02-02T12:17:19.787Z | + ARG0=ci_download_clickhouse |
336 | 2024-02-02T12:17:19.787Z | + TARGET_DIR=out |
337 | 2024-02-02T12:17:19.787Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-02-02T12:17:19.787Z | + DEST_DIR=./out/clickhouse |
339 | 2024-02-02T12:17:19.787Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-02-02T12:17:19.787Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-02-02T12:17:19.787Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-02-02T12:17:19.787Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-02-02T12:17:19.788Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-02T12:17:19.788Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-02-02T12:17:19.788Z | + main |
346 | 2024-02-02T12:17:19.788Z | + [[ 0 != 0 ]] |
347 | 2024-02-02T12:17:19.788Z | + CIDL_OS=solaris2.11 |
348 | 2024-02-02T12:17:19.788Z | + [[ 0 != 0 ]] |
349 | 2024-02-02T12:17:19.788Z | + configure_os solaris2.11 |
350 | 2024-02-02T12:17:19.788Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-02-02T12:17:19.788Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-02-02T12:17:19.788Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-02-02T12:17:19.788Z | + CIDL_DASHREV= |
354 | 2024-02-02T12:17:19.788Z | + case "$1" in |
355 | 2024-02-02T12:17:19.788Z | configuring based on OS: "solaris2.11" |
356 | 2024-02-02T12:17:19.788Z | + CIDL_PLATFORM=illumos |
357 | 2024-02-02T12:17:19.788Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-02-02T12:17:19.788Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-02-02T12:17:19.788Z | + CIDL_DASHREV=-1 |
360 | 2024-02-02T12:17:19.788Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-02-02T12:17:19.788Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-02T12:17:19.788Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-02T12:17:19.788Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-02T12:17:19.788Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-02-02T12:17:19.788Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-02T12:17:19.789Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-02T12:17:19.789Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2024-02-02T12:17:19.789Z | + mkdir -p out/downloads |
369 | 2024-02-02T12:17:19.792Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-02T12:17:19.792Z | + local DO_DOWNLOAD=true |
371 | 2024-02-02T12:17:19.792Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-02-02T12:17:19.792Z | + '[' true == true ']' |
373 | 2024-02-02T12:17:19.792Z | + echo Downloading... |
374 | 2024-02-02T12:17:19.792Z | Downloading... |
375 | 2024-02-02T12:17:19.792Z | + 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 |
376 | 2024-02-02T12:17:19.792Z | + 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 |
377 | 2024-02-02T12:17:21.283Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-02-02T12:17:21.286Z | ++ md5sum |
379 | 2024-02-02T12:17:21.286Z | ++ awk '{print $1}' |
380 | 2024-02-02T12:17:21.549Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-02-02T12:17:21.549Z | + [[ 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 ]] |
382 | 2024-02-02T12:17:21.549Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-02-02T12:17:21.555Z | + mkdir -p ./out/clickhouse |
384 | 2024-02-02T12:17:21.555Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-02-02T12:17:26.404Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-02-02T12:17:26.458Z | ClickHouse server version 22.8.9.1. |
387 | 2024-02-02T12:17:26.482Z | + set -o errexit |
388 | 2024-02-02T12:17:26.487Z | +++ dirname ./tools/ci_download_console |
389 | 2024-02-02T12:17:26.487Z | ++ cd ./tools |
390 | 2024-02-02T12:17:26.487Z | ++ pwd |
391 | 2024-02-02T12:17:26.487Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-02-02T12:17:26.491Z | ++ basename ./tools/ci_download_console |
393 | 2024-02-02T12:17:26.491Z | + ARG0=ci_download_console |
394 | 2024-02-02T12:17:26.492Z | + TARGET_DIR=out |
395 | 2024-02-02T12:17:26.492Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-02-02T12:17:26.492Z | + DEST_DIR=./out/console-assets |
397 | 2024-02-02T12:17:26.492Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-02-02T12:17:26.492Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
399 | 2024-02-02T12:17:26.492Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
400 | 2024-02-02T12:17:26.492Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
401 | 2024-02-02T12:17:26.492Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-02-02T12:17:26.492Z | + main |
403 | 2024-02-02T12:17:26.492Z | + [[ 0 != 0 ]] |
404 | 2024-02-02T12:17:26.492Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
405 | 2024-02-02T12:17:26.492Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
406 | 2024-02-02T12:17:26.492Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-02-02T12:17:26.492Z | Local file: out/downloads/console.tar.gz |
408 | 2024-02-02T12:17:26.493Z | + local DO_DOWNLOAD=true |
409 | 2024-02-02T12:17:26.493Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-02-02T12:17:26.493Z | + mkdir -p out/downloads |
411 | 2024-02-02T12:17:26.496Z | + '[' true == true ']' |
412 | 2024-02-02T12:17:26.496Z | + echo Downloading... |
413 | 2024-02-02T12:17:26.496Z | Downloading... |
414 | 2024-02-02T12:17:26.496Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
415 | 2024-02-02T12:17:26.496Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
416 | 2024-02-02T12:17:27.127Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-02-02T12:17:27.130Z | ++ case "$OSTYPE" in |
418 | 2024-02-02T12:17:27.130Z | ++ SHA=sha256sum |
419 | 2024-02-02T12:17:27.130Z | ++ sha256sum |
420 | 2024-02-02T12:17:27.130Z | ++ awk '{print $1}' |
421 | 2024-02-02T12:17:27.226Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
422 | 2024-02-02T12:17:27.227Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
423 | 2024-02-02T12:17:27.229Z | + rm -rf ./out/console-assets |
424 | 2024-02-02T12:17:27.229Z | + mkdir -p ./out/console-assets |
425 | 2024-02-02T12:17:27.232Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-02-02T12:17:27.232Z | + mkdir -p ./out/console-assets |
427 | 2024-02-02T12:17:27.238Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-02-02T12:17:27.373Z | + set -o errexit |
429 | 2024-02-02T12:17:27.376Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-02-02T12:17:27.379Z | ++ cd ./tools |
431 | 2024-02-02T12:17:27.379Z | ++ pwd |
432 | 2024-02-02T12:17:27.379Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-02-02T12:17:27.379Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-02-02T12:17:27.382Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-02-02T12:17:27.382Z | + TARGET_DIR=out |
436 | 2024-02-02T12:17:27.382Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-02-02T12:17:27.382Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-02-02T12:17:27.382Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
439 | 2024-02-02T12:17:27.382Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-02-02T12:17:27.382Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
441 | 2024-02-02T12:17:27.383Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
442 | 2024-02-02T12:17:27.383Z | + main |
443 | 2024-02-02T12:17:27.383Z | + [[ 0 != 0 ]] |
444 | 2024-02-02T12:17:27.383Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
445 | 2024-02-02T12:17:27.383Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
446 | 2024-02-02T12:17:27.383Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
447 | 2024-02-02T12:17:27.383Z | + local DO_DOWNLOAD=true |
448 | 2024-02-02T12:17:27.383Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
449 | 2024-02-02T12:17:27.383Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
450 | 2024-02-02T12:17:27.383Z | + mkdir -p out/downloads |
451 | 2024-02-02T12:17:27.387Z | + '[' true == true ']' |
452 | 2024-02-02T12:17:27.387Z | + echo Downloading... |
453 | 2024-02-02T12:17:27.387Z | Downloading... |
454 | 2024-02-02T12:17:27.387Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-02T12:17:27.387Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
456 | 2024-02-02T12:17:27.621Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-02T12:17:27.624Z | ++ case "$OSTYPE" in |
458 | 2024-02-02T12:17:27.625Z | ++ SHA=sha256sum |
459 | 2024-02-02T12:17:27.625Z | ++ sha256sum |
460 | 2024-02-02T12:17:27.625Z | ++ awk '{print $1}' |
461 | 2024-02-02T12:17:27.628Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
462 | 2024-02-02T12:17:27.628Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
463 | 2024-02-02T12:17:27.628Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-02-02T12:17:27.628Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
465 | 2024-02-02T12:17:27.628Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
466 | 2024-02-02T12:17:27.634Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
467 | 2024-02-02T12:17:27.634Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
468 | 2024-02-02T12:17:27.634Z | + main |
469 | 2024-02-02T12:17:27.634Z | + [[ 0 != 0 ]] |
470 | 2024-02-02T12:17:27.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
471 | 2024-02-02T12:17:27.634Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
472 | 2024-02-02T12:17:27.634Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
473 | 2024-02-02T12:17:27.634Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
474 | 2024-02-02T12:17:27.634Z | + local DO_DOWNLOAD=true |
475 | 2024-02-02T12:17:27.634Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
476 | 2024-02-02T12:17:27.634Z | + mkdir -p out/downloads |
477 | 2024-02-02T12:17:27.634Z | + '[' true == true ']' |
478 | 2024-02-02T12:17:27.634Z | + echo Downloading... |
479 | 2024-02-02T12:17:27.634Z | Downloading... |
480 | 2024-02-02T12:17:27.634Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
481 | 2024-02-02T12:17:27.634Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
482 | 2024-02-02T12:17:27.821Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
483 | 2024-02-02T12:17:27.824Z | ++ case "$OSTYPE" in |
484 | 2024-02-02T12:17:27.824Z | ++ SHA=sha256sum |
485 | 2024-02-02T12:17:27.824Z | ++ sha256sum |
486 | 2024-02-02T12:17:27.824Z | ++ awk '{print $1}' |
487 | 2024-02-02T12:17:27.827Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
488 | 2024-02-02T12:17:27.827Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
489 | 2024-02-02T12:17:27.837Z | + set -o errexit |
490 | 2024-02-02T12:17:27.840Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-02-02T12:17:27.843Z | ++ cd ./tools |
492 | 2024-02-02T12:17:27.843Z | ++ pwd |
493 | 2024-02-02T12:17:27.843Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-02-02T12:17:27.846Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-02-02T12:17:27.846Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-02-02T12:17:27.846Z | + TARGET_DIR=out |
497 | 2024-02-02T12:17:27.846Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-02-02T12:17:27.846Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-02-02T12:17:27.846Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
500 | 2024-02-02T12:17:27.846Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-02-02T12:17:27.846Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-02-02T12:17:27.846Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-02-02T12:17:27.847Z | + main |
504 | 2024-02-02T12:17:27.847Z | + [[ 0 != 0 ]] |
505 | 2024-02-02T12:17:27.847Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
506 | 2024-02-02T12:17:27.847Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
507 | 2024-02-02T12:17:27.847Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
508 | 2024-02-02T12:17:27.847Z | + local DO_DOWNLOAD=true |
509 | 2024-02-02T12:17:27.847Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
510 | 2024-02-02T12:17:27.847Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
511 | 2024-02-02T12:17:27.847Z | + mkdir -p out/downloads |
512 | 2024-02-02T12:17:27.850Z | + '[' true == true ']' |
513 | 2024-02-02T12:17:27.850Z | + echo Downloading... |
514 | 2024-02-02T12:17:27.850Z | Downloading... |
515 | 2024-02-02T12:17:27.850Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
516 | 2024-02-02T12:17:27.850Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
517 | 2024-02-02T12:17:28.021Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-02T12:17:28.024Z | ++ case "$OSTYPE" in |
519 | 2024-02-02T12:17:28.024Z | ++ SHA=sha256sum |
520 | 2024-02-02T12:17:28.024Z | ++ sha256sum |
521 | 2024-02-02T12:17:28.024Z | ++ awk '{print $1}' |
522 | 2024-02-02T12:17:28.028Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-02-02T12:17:28.028Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
524 | 2024-02-02T12:17:28.038Z | + set -o errexit |
525 | 2024-02-02T12:17:28.041Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-02-02T12:17:28.043Z | ++ cd ./tools |
527 | 2024-02-02T12:17:28.043Z | ++ pwd |
528 | 2024-02-02T12:17:28.043Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-02-02T12:17:28.047Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-02-02T12:17:28.047Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-02-02T12:17:28.047Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-02-02T12:17:28.047Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
533 | 2024-02-02T12:17:28.047Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
534 | 2024-02-02T12:17:28.047Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
535 | 2024-02-02T12:17:28.047Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-02-02T12:17:28.047Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
537 | 2024-02-02T12:17:28.047Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
538 | 2024-02-02T12:17:28.047Z | + TARGET_DIR=out |
539 | 2024-02-02T12:17:28.048Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-02-02T12:17:28.048Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-02-02T12:17:28.048Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-02-02T12:17:28.048Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-02-02T12:17:28.048Z | + REPO=oxidecomputer/dendrite |
544 | 2024-02-02T12:17:28.048Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
545 | 2024-02-02T12:17:28.048Z | + main |
546 | 2024-02-02T12:17:28.048Z | + [[ 0 != 0 ]] |
547 | 2024-02-02T12:17:28.048Z | + CIDL_OS=solaris2.11 |
548 | 2024-02-02T12:17:28.048Z | + [[ 0 != 0 ]] |
549 | 2024-02-02T12:17:28.048Z | + configure_os solaris2.11 |
550 | 2024-02-02T12:17:28.048Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-02-02T12:17:28.048Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-02-02T12:17:28.048Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-02-02T12:17:28.048Z | configuring based on OS: "solaris2.11" |
554 | 2024-02-02T12:17:28.048Z | + case "$1" in |
555 | 2024-02-02T12:17:28.048Z | + SET_BINARIES= |
556 | 2024-02-02T12:17:28.048Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-02-02T12:17:28.048Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-02-02T12:17:28.048Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-02-02T12:17:28.048Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-02T12:17:28.048Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-02T12:17:28.048Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
562 | 2024-02-02T12:17:28.048Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
563 | 2024-02-02T12:17:28.049Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2024-02-02T12:17:28.049Z | Local file: out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-02T12:17:28.049Z | + mkdir -p out/downloads |
566 | 2024-02-02T12:17:28.052Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-02-02T12:17:28.052Z | + fetch_and_verify |
568 | 2024-02-02T12:17:28.052Z | + local DO_DOWNLOAD=true |
569 | 2024-02-02T12:17:28.052Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-02-02T12:17:28.052Z | + '[' true == true ']' |
571 | 2024-02-02T12:17:28.052Z | + echo Downloading... |
572 | 2024-02-02T12:17:28.052Z | Downloading... |
573 | 2024-02-02T12:17:28.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-02-02T12:17:28.052Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
575 | 2024-02-02T12:17:34.233Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-02T12:17:34.238Z | ++ sha256sum |
577 | 2024-02-02T12:17:34.238Z | ++ awk '{print $1}' |
578 | 2024-02-02T12:17:34.336Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
579 | 2024-02-02T12:17:34.336Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
580 | 2024-02-02T12:17:34.339Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-02T12:17:34.339Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-02-02T12:17:35.440Z | + do_assemble |
583 | 2024-02-02T12:17:35.440Z | + rm -r ./out/dendrite-stub |
584 | 2024-02-02T12:17:35.443Z | + mkdir ./out/dendrite-stub |
585 | 2024-02-02T12:17:35.446Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-02-02T12:17:35.600Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-02-02T12:17:35.614Z | + set -o errexit |
588 | 2024-02-02T12:17:35.617Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-02-02T12:17:35.620Z | ++ cd ./tools |
590 | 2024-02-02T12:17:35.620Z | ++ pwd |
591 | 2024-02-02T12:17:35.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-02-02T12:17:35.623Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-02-02T12:17:35.623Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-02-02T12:17:35.623Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-02-02T12:17:35.623Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
596 | 2024-02-02T12:17:35.623Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
597 | 2024-02-02T12:17:35.623Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-02-02T12:17:35.623Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
599 | 2024-02-02T12:17:35.623Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
600 | 2024-02-02T12:17:35.623Z | + TARGET_DIR=out |
601 | 2024-02-02T12:17:35.623Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-02-02T12:17:35.624Z | + DEST_DIR=./out/mgd |
603 | 2024-02-02T12:17:35.624Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-02-02T12:17:35.624Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-02-02T12:17:35.624Z | + REPO=oxidecomputer/maghemite |
606 | 2024-02-02T12:17:35.624Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
607 | 2024-02-02T12:17:35.624Z | + main |
608 | 2024-02-02T12:17:35.624Z | + [[ 0 != 0 ]] |
609 | 2024-02-02T12:17:35.624Z | + CIDL_OS=solaris2.11 |
610 | 2024-02-02T12:17:35.624Z | + [[ 0 != 0 ]] |
611 | 2024-02-02T12:17:35.624Z | + configure_os solaris2.11 |
612 | 2024-02-02T12:17:35.624Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-02-02T12:17:35.624Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-02-02T12:17:35.624Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-02-02T12:17:35.624Z | + case "$1" in |
616 | 2024-02-02T12:17:35.624Z | configuring based on OS: "solaris2.11" |
617 | 2024-02-02T12:17:35.624Z | + SET_BINARIES= |
618 | 2024-02-02T12:17:35.624Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-02-02T12:17:35.624Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-02-02T12:17:35.624Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
621 | 2024-02-02T12:17:35.624Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-02-02T12:17:35.624Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
623 | 2024-02-02T12:17:35.624Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
624 | 2024-02-02T12:17:35.624Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-02-02T12:17:35.625Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-02-02T12:17:35.625Z | + mkdir -p out/downloads |
627 | 2024-02-02T12:17:35.628Z | + mkdir -p ./out/mgd |
628 | 2024-02-02T12:17:35.628Z | + fetch_and_verify |
629 | 2024-02-02T12:17:35.628Z | + local DO_DOWNLOAD=true |
630 | 2024-02-02T12:17:35.628Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-02-02T12:17:35.628Z | + '[' true == true ']' |
632 | 2024-02-02T12:17:35.628Z | + echo Downloading... |
633 | 2024-02-02T12:17:35.628Z | Downloading... |
634 | 2024-02-02T12:17:35.628Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-02-02T12:17:35.628Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
636 | 2024-02-02T12:17:42.061Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-02-02T12:17:42.064Z | ++ sha256sum |
638 | 2024-02-02T12:17:42.064Z | ++ awk '{print $1}' |
639 | 2024-02-02T12:17:42.139Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
640 | 2024-02-02T12:17:42.139Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
641 | 2024-02-02T12:17:42.142Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-02-02T12:17:42.142Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-02-02T12:17:42.812Z | + do_assemble |
644 | 2024-02-02T12:17:42.812Z | + rm -r ./out/mgd |
645 | 2024-02-02T12:17:42.815Z | + mkdir ./out/mgd |
646 | 2024-02-02T12:17:42.818Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-02-02T12:17:43.074Z | + set -o errexit |
648 | 2024-02-02T12:17:43.077Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-02-02T12:17:43.080Z | ++ cd ./tools |
650 | 2024-02-02T12:17:43.080Z | ++ pwd |
651 | 2024-02-02T12:17:43.080Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-02-02T12:17:43.080Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-02-02T12:17:43.086Z | + ARG0=ci_download_transceiver_control |
654 | 2024-02-02T12:17:43.086Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-02-02T12:17:43.086Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-02-02T12:17:43.086Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-02-02T12:17:43.086Z | + TARGET_DIR=out |
658 | 2024-02-02T12:17:43.086Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-02-02T12:17:43.086Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-02-02T12:17:43.086Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-02-02T12:17:43.086Z | + BINARY=xcvradm |
662 | 2024-02-02T12:17:43.086Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-02-02T12:17:43.086Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-02-02T12:17:43.086Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-02-02T12:17:43.087Z | + main |
666 | 2024-02-02T12:17:43.087Z | + [[ 0 != 0 ]] |
667 | 2024-02-02T12:17:43.087Z | + CIDL_OS=solaris2.11 |
668 | 2024-02-02T12:17:43.087Z | + [[ 0 != 0 ]] |
669 | 2024-02-02T12:17:43.087Z | + configure_os solaris2.11 |
670 | 2024-02-02T12:17:43.087Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-02-02T12:17:43.087Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-02-02T12:17:43.087Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-02-02T12:17:43.087Z | configuring based on OS: "solaris2.11" |
674 | 2024-02-02T12:17:43.087Z | + case "$1" in |
675 | 2024-02-02T12:17:43.087Z | + SET_BINARIES= |
676 | 2024-02-02T12:17:43.087Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-02-02T12:17:43.087Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-02-02T12:17:43.087Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-02-02T12:17:43.087Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-02T12:17:43.088Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-02-02T12:17:43.088Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-02-02T12:17:43.088Z | + echo 'Local file: out/downloads/xcvradm.gz' |
683 | 2024-02-02T12:17:43.088Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-02T12:17:43.088Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-02-02T12:17:43.088Z | + mkdir -p out/downloads |
686 | 2024-02-02T12:17:43.092Z | + mkdir -p ./out/transceiver-control |
687 | 2024-02-02T12:17:43.092Z | + fetch_and_verify |
688 | 2024-02-02T12:17:43.092Z | + local DO_DOWNLOAD=true |
689 | 2024-02-02T12:17:43.092Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-02-02T12:17:43.092Z | + '[' true == true ']' |
691 | 2024-02-02T12:17:43.092Z | + echo Downloading... |
692 | 2024-02-02T12:17:43.092Z | Downloading... |
693 | 2024-02-02T12:17:43.092Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-02-02T12:17:43.092Z | + 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 |
695 | 2024-02-02T12:17:44.635Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-02-02T12:17:44.639Z | ++ sha256sum |
697 | 2024-02-02T12:17:44.639Z | ++ awk '{print $1}' |
698 | 2024-02-02T12:17:44.661Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-02-02T12:17:44.661Z | + [[ 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 ]] |
700 | 2024-02-02T12:17:44.664Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-02-02T12:17:44.664Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-02-02T12:17:44.664Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-02-02T12:17:44.846Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-02-02T12:17:44.850Z | + do_assemble |
705 | 2024-02-02T12:17:44.850Z | + rm -r ./out/transceiver-control |
706 | 2024-02-02T12:17:44.852Z | + mkdir ./out/transceiver-control |
707 | 2024-02-02T12:17:44.860Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-02-02T12:17:45.326Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-02-02T12:17:45.330Z | |
710 | 2024-02-02T12:17:45.330Z | real 1:53.987087403 |
711 | 2024-02-02T12:17:45.330Z | user 52.632849451 |
712 | 2024-02-02T12:17:45.330Z | sys 10.390939100 |
713 | 2024-02-02T12:17:45.330Z | trap 0.024625998 |
714 | 2024-02-02T12:17:45.330Z | tflt 0.327425884 |
715 | 2024-02-02T12:17:45.330Z | dflt 0.631728482 |
716 | 2024-02-02T12:17:45.330Z | kflt 0.379480514 |
717 | 2024-02-02T12:17:45.330Z | lock 2.498477166 |
718 | 2024-02-02T12:17:45.330Z | slp 3:25.525302049 |
719 | 2024-02-02T12:17:45.330Z | lat 3.421949474 |
720 | 2024-02-02T12:17:45.330Z | stop 0.074286588 |
721 | 2024-02-02T12:17:45.336Z | |
722 | 2024-02-02T12:17:45.336Z | #### # # ##### ##### # # |
723 | 2024-02-02T12:17:45.336Z | # # # # # # # # # # |
724 | 2024-02-02T12:17:45.336Z | # # # # # # # # |
725 | 2024-02-02T12:17:45.336Z | # # # ##### ##### # |
726 | 2024-02-02T12:17:45.336Z | # # # # # # # |
727 | 2024-02-02T12:17:45.336Z | #### ###### # # # # |
728 | 2024-02-02T12:17:45.336Z | |
729 | 2024-02-02T12:17:45.759Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-02T12:17:46.216Z | Updating crates.io index |
731 | 2024-02-02T12:17:46.219Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-02T12:17:47.190Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-02T12:17:49.591Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-02T12:17:50.080Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-02T12:17:50.494Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-02T12:17:50.883Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-02T12:17:51.282Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-02T12:17:52.328Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-02T12:17:54.578Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-02T12:17:55.664Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-02T12:17:56.195Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-02T12:17:57.020Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-02T12:17:57.462Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-02T12:17:57.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-02T12:17:58.492Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-02T12:17:59.128Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-02T12:17:59.741Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-02T12:18:00.170Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-02T12:18:00.684Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-02T12:18:01.197Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-02T12:18:01.788Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-02T12:18:03.121Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-02T12:18:03.839Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-02T12:18:05.742Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-02T12:18:06.162Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-02T12:18:06.569Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-02T12:18:08.542Z | Downloading crates ... |
758 | 2024-02-02T12:18:08.772Z | Downloaded camino v1.1.6 |
759 | 2024-02-02T12:18:08.778Z | Downloaded clap_derive v4.4.2 |
760 | 2024-02-02T12:18:08.781Z | Downloaded cargo_toml v0.19.0 |
761 | 2024-02-02T12:18:08.784Z | Downloaded colorchoice v1.0.0 |
762 | 2024-02-02T12:18:08.784Z | Downloaded equivalent v1.0.1 |
763 | 2024-02-02T12:18:08.784Z | Downloaded anstyle-parse v0.2.1 |
764 | 2024-02-02T12:18:08.788Z | Downloaded anstyle v1.0.2 |
765 | 2024-02-02T12:18:08.799Z | Downloaded cargo-platform v0.1.3 |
766 | 2024-02-02T12:18:08.802Z | Downloaded heck v0.4.1 |
767 | 2024-02-02T12:18:08.805Z | Downloaded errno v0.3.8 |
768 | 2024-02-02T12:18:08.808Z | Downloaded utf8parse v0.2.1 |
769 | 2024-02-02T12:18:08.811Z | Downloaded strsim v0.10.0 |
770 | 2024-02-02T12:18:08.813Z | Downloaded terminal_size v0.2.6 |
771 | 2024-02-02T12:18:08.814Z | Downloaded thiserror v1.0.56 |
772 | 2024-02-02T12:18:08.821Z | Downloaded toml_datetime v0.6.5 |
773 | 2024-02-02T12:18:08.824Z | Downloaded bitflags v1.3.2 |
774 | 2024-02-02T12:18:08.828Z | Downloaded thiserror-impl v1.0.56 |
775 | 2024-02-02T12:18:08.830Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-02-02T12:18:08.833Z | Downloaded clap_lex v0.5.1 |
777 | 2024-02-02T12:18:08.833Z | Downloaded anstream v0.5.0 |
778 | 2024-02-02T12:18:08.837Z | Downloaded semver v1.0.21 |
779 | 2024-02-02T12:18:08.843Z | Downloaded io-lifetimes v1.0.11 |
780 | 2024-02-02T12:18:08.846Z | Downloaded proc-macro2 v1.0.78 |
781 | 2024-02-02T12:18:08.849Z | Downloaded quote v1.0.35 |
782 | 2024-02-02T12:18:08.853Z | Downloaded cargo_metadata v0.18.1 |
783 | 2024-02-02T12:18:08.855Z | Downloaded anyhow v1.0.75 |
784 | 2024-02-02T12:18:08.861Z | Downloaded unicode-ident v1.0.12 |
785 | 2024-02-02T12:18:08.866Z | Downloaded serde_derive v1.0.195 |
786 | 2024-02-02T12:18:08.870Z | Downloaded ryu v1.0.15 |
787 | 2024-02-02T12:18:08.875Z | Downloaded toml v0.8.8 |
788 | 2024-02-02T12:18:08.881Z | Downloaded clap v4.4.3 |
789 | 2024-02-02T12:18:08.896Z | Downloaded toml_edit v0.21.0 |
790 | 2024-02-02T12:18:08.935Z | Downloaded serde v1.0.195 |
791 | 2024-02-02T12:18:08.941Z | Downloaded memchr v2.6.3 |
792 | 2024-02-02T12:18:08.950Z | Downloaded serde_json v1.0.113 |
793 | 2024-02-02T12:18:08.966Z | Downloaded clap_builder v4.4.2 |
794 | 2024-02-02T12:18:08.974Z | Downloaded winnow v0.5.15 |
795 | 2024-02-02T12:18:08.988Z | Downloaded syn v2.0.48 |
796 | 2024-02-02T12:18:09.007Z | Downloaded rustix v0.37.23 |
797 | 2024-02-02T12:18:09.042Z | Downloaded libc v0.2.153 |
798 | 2024-02-02T12:18:09.090Z | Downloaded hashbrown v0.14.2 |
799 | 2024-02-02T12:18:09.099Z | Downloaded indexmap v2.2.2 |
800 | 2024-02-02T12:18:09.105Z | Downloaded itoa v1.0.9 |
801 | 2024-02-02T12:18:09.109Z | Downloaded serde_spanned v0.6.4 |
802 | 2024-02-02T12:18:09.223Z | Compiling proc-macro2 v1.0.78 |
803 | 2024-02-02T12:18:09.223Z | Compiling unicode-ident v1.0.12 |
804 | 2024-02-02T12:18:09.226Z | Compiling serde v1.0.195 |
805 | 2024-02-02T12:18:09.226Z | Compiling libc v0.2.153 |
806 | 2024-02-02T12:18:09.237Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-02-02T12:18:09.240Z | Compiling rustix v0.37.23 |
808 | 2024-02-02T12:18:09.240Z | Compiling bitflags v1.3.2 |
809 | 2024-02-02T12:18:09.240Z | Compiling equivalent v1.0.1 |
810 | 2024-02-02T12:18:09.440Z | Compiling hashbrown v0.14.2 |
811 | 2024-02-02T12:18:09.459Z | Compiling utf8parse v0.2.1 |
812 | 2024-02-02T12:18:09.585Z | Compiling semver v1.0.21 |
813 | 2024-02-02T12:18:09.687Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-02-02T12:18:10.108Z | Compiling colorchoice v1.0.0 |
815 | 2024-02-02T12:18:10.284Z | Compiling winnow v0.5.15 |
816 | 2024-02-02T12:18:11.080Z | Compiling indexmap v2.2.2 |
817 | 2024-02-02T12:18:11.116Z | Compiling anstyle v1.0.2 |
818 | 2024-02-02T12:18:11.231Z | Compiling serde_json v1.0.113 |
819 | 2024-02-02T12:18:11.315Z | Compiling anstyle-query v1.0.0 |
820 | 2024-02-02T12:18:11.477Z | Compiling camino v1.1.6 |
821 | 2024-02-02T12:18:11.498Z | Compiling thiserror v1.0.56 |
822 | 2024-02-02T12:18:11.737Z | Compiling anstream v0.5.0 |
823 | 2024-02-02T12:18:11.900Z | Compiling itoa v1.0.9 |
824 | 2024-02-02T12:18:12.236Z | Compiling strsim v0.10.0 |
825 | 2024-02-02T12:18:12.449Z | Compiling heck v0.4.1 |
826 | 2024-02-02T12:18:12.506Z | Compiling ryu v1.0.15 |
827 | 2024-02-02T12:18:12.779Z | Compiling quote v1.0.35 |
828 | 2024-02-02T12:18:13.039Z | Compiling clap_lex v0.5.1 |
829 | 2024-02-02T12:18:13.160Z | Compiling errno v0.3.8 |
830 | 2024-02-02T12:18:13.433Z | Compiling syn v2.0.48 |
831 | 2024-02-02T12:18:13.507Z | Compiling anyhow v1.0.75 |
832 | 2024-02-02T12:18:14.937Z | Compiling terminal_size v0.2.6 |
833 | 2024-02-02T12:18:15.118Z | Compiling clap_builder v4.4.2 |
834 | 2024-02-02T12:18:21.431Z | Compiling serde_derive v1.0.195 |
835 | 2024-02-02T12:18:21.431Z | Compiling thiserror-impl v1.0.56 |
836 | 2024-02-02T12:18:21.434Z | Compiling clap_derive v4.4.2 |
837 | 2024-02-02T12:18:25.755Z | Compiling clap v4.4.3 |
838 | 2024-02-02T12:18:34.282Z | Compiling toml_datetime v0.6.5 |
839 | 2024-02-02T12:18:34.285Z | Compiling serde_spanned v0.6.4 |
840 | 2024-02-02T12:18:34.285Z | Compiling cargo-platform v0.1.3 |
841 | 2024-02-02T12:18:34.678Z | Compiling toml_edit v0.21.0 |
842 | 2024-02-02T12:18:36.264Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-02-02T12:18:37.938Z | Compiling toml v0.8.8 |
844 | 2024-02-02T12:18:39.171Z | Compiling cargo_toml v0.19.0 |
845 | 2024-02-02T12:18:45.363Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-02-02T12:18:46.742Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
847 | 2024-02-02T12:18:46.965Z | Running `target/debug/xtask clippy` |
848 | 2024-02-02T12:18:47.019Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-02-02T12:18:47.870Z | Downloading crates ... |
850 | 2024-02-02T12:18:48.131Z | Downloaded async-stream-impl v0.3.5 |
851 | 2024-02-02T12:18:48.134Z | Downloaded backoff v0.4.0 |
852 | 2024-02-02T12:18:48.138Z | Downloaded arrayvec v0.7.4 |
853 | 2024-02-02T12:18:48.144Z | Downloaded base64 v0.21.7 |
854 | 2024-02-02T12:18:48.155Z | Downloaded cobs v0.2.3 |
855 | 2024-02-02T12:18:48.164Z | Downloaded blake2b_simd v1.0.1 |
856 | 2024-02-02T12:18:48.175Z | Downloaded num-rational v0.4.1 |
857 | 2024-02-02T12:18:48.179Z | Downloaded assert_matches v1.5.0 |
858 | 2024-02-02T12:18:48.188Z | Downloaded ansi_term v0.12.1 |
859 | 2024-02-02T12:18:48.197Z | Downloaded arrayref v0.3.7 |
860 | 2024-02-02T12:18:49.218Z | Downloaded atomicwrites v0.4.3 |
861 | 2024-02-02T12:18:49.224Z | Downloaded atty v0.2.14 |
862 | 2024-02-02T12:18:49.224Z | Downloaded bcs v0.1.6 |
863 | 2024-02-02T12:18:49.224Z | Downloaded buf-list v1.0.3 |
864 | 2024-02-02T12:18:49.224Z | Downloaded bb8 v0.8.1 |
865 | 2024-02-02T12:18:49.224Z | Downloaded http-range v0.1.5 |
866 | 2024-02-02T12:18:49.224Z | Downloaded hubpack_derive v0.1.1 |
867 | 2024-02-02T12:18:49.224Z | Downloaded http-body v1.0.0 |
868 | 2024-02-02T12:18:49.224Z | Downloaded rtoolbox v0.0.1 |
869 | 2024-02-02T12:18:49.224Z | Downloaded cstr-argument v0.1.2 |
870 | 2024-02-02T12:18:49.224Z | Downloaded const-oid v0.9.5 |
871 | 2024-02-02T12:18:49.224Z | Downloaded derive_builder_macro v0.12.0 |
872 | 2024-02-02T12:18:49.225Z | Downloaded cfg-if v1.0.0 |
873 | 2024-02-02T12:18:49.225Z | Downloaded nested v0.1.1 |
874 | 2024-02-02T12:18:49.225Z | Downloaded cc v1.0.83 |
875 | 2024-02-02T12:18:49.225Z | Downloaded linked-hash-map v0.5.6 |
876 | 2024-02-02T12:18:49.225Z | Downloaded impl-trait-for-tuples v0.2.2 |
877 | 2024-02-02T12:18:49.225Z | Downloaded inout v0.1.3 |
878 | 2024-02-02T12:18:49.225Z | Downloaded mockall v0.12.0 |
879 | 2024-02-02T12:18:49.225Z | Downloaded num-complex v0.4.4 |
880 | 2024-02-02T12:18:49.225Z | Downloaded nanorand v0.7.0 |
881 | 2024-02-02T12:18:49.225Z | Downloaded defmt-parser v0.3.3 |
882 | 2024-02-02T12:18:49.225Z | Downloaded usdt-macro v0.3.5 |
883 | 2024-02-02T12:18:49.225Z | Downloaded data-encoding v2.4.0 |
884 | 2024-02-02T12:18:49.225Z | Downloaded tower-layer v0.3.2 |
885 | 2024-02-02T12:18:49.226Z | Downloaded either v1.9.0 |
886 | 2024-02-02T12:18:49.226Z | Downloaded plain v0.2.3 |
887 | 2024-02-02T12:18:49.226Z | Downloaded topological-sort v0.2.2 |
888 | 2024-02-02T12:18:49.226Z | Downloaded fs-err v2.11.0 |
889 | 2024-02-02T12:18:49.226Z | Downloaded strum v0.25.0 |
890 | 2024-02-02T12:18:49.226Z | Downloaded phf_shared v0.10.0 |
891 | 2024-02-02T12:18:49.226Z | Downloaded memmap2 v0.7.1 |
892 | 2024-02-02T12:18:49.226Z | Downloaded precomputed-hash v0.1.1 |
893 | 2024-02-02T12:18:49.226Z | Downloaded semver v0.11.0 |
894 | 2024-02-02T12:18:49.226Z | Downloaded libsw v3.3.1 |
895 | 2024-02-02T12:18:49.226Z | Downloaded enum-as-inner v0.5.1 |
896 | 2024-02-02T12:18:49.226Z | Downloaded remove_dir_all v0.5.3 |
897 | 2024-02-02T12:18:49.226Z | Downloaded ena v0.14.2 |
898 | 2024-02-02T12:18:49.227Z | Downloaded peeking_take_while v0.1.2 |
899 | 2024-02-02T12:18:49.227Z | Downloaded embedded-io v0.4.0 |
900 | 2024-02-02T12:18:49.227Z | Downloaded unicode-xid v0.2.4 |
901 | 2024-02-02T12:18:49.227Z | Downloaded futures-core v0.3.30 |
902 | 2024-02-02T12:18:49.227Z | Downloaded zeroize_derive v1.4.2 |
903 | 2024-02-02T12:18:49.227Z | Downloaded ref-cast v1.0.20 |
904 | 2024-02-02T12:18:49.227Z | Downloaded want v0.3.1 |
905 | 2024-02-02T12:18:49.227Z | Downloaded rustversion v1.0.14 |
906 | 2024-02-02T12:18:49.227Z | Downloaded phf v0.11.2 |
907 | 2024-02-02T12:18:49.227Z | Downloaded snafu v0.7.5 |
908 | 2024-02-02T12:18:49.227Z | Downloaded path-slash v0.1.5 |
909 | 2024-02-02T12:18:49.227Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2024-02-02T12:18:49.227Z | Downloaded headers-core v0.2.0 |
911 | 2024-02-02T12:18:49.228Z | Downloaded backtrace v0.3.69 |
912 | 2024-02-02T12:18:49.228Z | Downloaded fnv v1.0.7 |
913 | 2024-02-02T12:18:49.228Z | Downloaded schemars v0.8.16 |
914 | 2024-02-02T12:18:49.228Z | Downloaded foreign-types-macros v0.2.3 |
915 | 2024-02-02T12:18:49.228Z | Downloaded foreign-types v0.3.2 |
916 | 2024-02-02T12:18:49.228Z | Downloaded group v0.13.0 |
917 | 2024-02-02T12:18:49.228Z | Downloaded stability v0.1.1 |
918 | 2024-02-02T12:18:49.228Z | Downloaded percent-encoding v2.3.1 |
919 | 2024-02-02T12:18:49.228Z | Downloaded pem-rfc7468 v0.7.0 |
920 | 2024-02-02T12:18:49.228Z | Downloaded indicatif v0.17.7 |
921 | 2024-02-02T12:18:49.228Z | Downloaded parse-display v0.8.2 |
922 | 2024-02-02T12:18:49.228Z | Downloaded fd-lock v3.0.13 |
923 | 2024-02-02T12:18:49.228Z | Downloaded zeroize v1.7.0 |
924 | 2024-02-02T12:18:49.229Z | Downloaded oso-derive v0.27.0 |
925 | 2024-02-02T12:18:49.229Z | Downloaded number_prefix v0.4.0 |
926 | 2024-02-02T12:18:49.229Z | Downloaded guppy-workspace-hack v0.1.0 |
927 | 2024-02-02T12:18:49.229Z | Downloaded olpc-cjson v0.1.3 |
928 | 2024-02-02T12:18:49.229Z | Downloaded futures v0.3.30 |
929 | 2024-02-02T12:18:49.229Z | Downloaded thread_local v1.1.7 |
930 | 2024-02-02T12:18:49.229Z | Downloaded tower-service v0.3.2 |
931 | 2024-02-02T12:18:49.229Z | Downloaded debug-ignore v1.0.5 |
932 | 2024-02-02T12:18:49.229Z | Downloaded slog-json v2.6.1 |
933 | 2024-02-02T12:18:49.229Z | Downloaded slog-stdlog v4.1.1 |
934 | 2024-02-02T12:18:49.229Z | Downloaded rayon-core v1.12.0 |
935 | 2024-02-02T12:18:49.229Z | Downloaded gethostname v0.4.3 |
936 | 2024-02-02T12:18:49.229Z | Downloaded pathdiff v0.2.1 |
937 | 2024-02-02T12:18:49.230Z | Downloaded threadpool v1.8.1 |
938 | 2024-02-02T12:18:49.230Z | Downloaded ppv-lite86 v0.2.17 |
939 | 2024-02-02T12:18:49.230Z | Downloaded filetime v0.2.23 |
940 | 2024-02-02T12:18:49.230Z | Downloaded packed_struct v0.10.1 |
941 | 2024-02-02T12:18:49.230Z | Downloaded spin v0.5.2 |
942 | 2024-02-02T12:18:49.230Z | Downloaded postcard v1.0.8 |
943 | 2024-02-02T12:18:49.230Z | Downloaded unicode-linebreak v0.1.5 |
944 | 2024-02-02T12:18:49.230Z | Downloaded nom v7.1.3 |
945 | 2024-02-02T12:18:49.230Z | Downloaded openssl-probe v0.1.5 |
946 | 2024-02-02T12:18:49.230Z | Downloaded hash32 v0.2.1 |
947 | 2024-02-02T12:18:49.230Z | Downloaded quick-error v1.2.3 |
948 | 2024-02-02T12:18:49.230Z | Downloaded owo-colors v4.0.0 |
949 | 2024-02-02T12:18:49.230Z | Downloaded serde_urlencoded v0.7.1 |
950 | 2024-02-02T12:18:49.231Z | Downloaded serde_with_macros v3.5.1 |
951 | 2024-02-02T12:18:49.231Z | Downloaded tinyvec_macros v0.1.1 |
952 | 2024-02-02T12:18:49.231Z | Downloaded utf-8 v0.7.6 |
953 | 2024-02-02T12:18:49.231Z | Downloaded toml_edit v0.19.15 |
954 | 2024-02-02T12:18:49.231Z | Downloaded downcast v0.11.0 |
955 | 2024-02-02T12:18:49.231Z | Downloaded siphasher v0.3.11 |
956 | 2024-02-02T12:18:49.231Z | Downloaded semver v0.1.20 |
957 | 2024-02-02T12:18:49.231Z | Downloaded structmeta v0.2.0 |
958 | 2024-02-02T12:18:49.231Z | Downloaded getrandom v0.2.10 |
959 | 2024-02-02T12:18:49.231Z | Downloaded endian-type v0.1.2 |
960 | 2024-02-02T12:18:49.231Z | Downloaded foreign-types-shared v0.3.1 |
961 | 2024-02-02T12:18:49.235Z | Downloaded serde_derive_internals v0.26.0 |
962 | 2024-02-02T12:18:49.235Z | Downloaded semver-parser v0.10.2 |
963 | 2024-02-02T12:18:49.236Z | Downloaded try-lock v0.2.4 |
964 | 2024-02-02T12:18:49.236Z | Downloaded slab v0.4.9 |
965 | 2024-02-02T12:18:49.236Z | Downloaded term v0.7.0 |
966 | 2024-02-02T12:18:49.236Z | Downloaded strsim v0.8.0 |
967 | 2024-02-02T12:18:49.236Z | Downloaded plotters-svg v0.3.5 |
968 | 2024-02-02T12:18:49.236Z | Downloaded new_debug_unreachable v1.0.4 |
969 | 2024-02-02T12:18:49.236Z | Downloaded openssl-macros v0.1.1 |
970 | 2024-02-02T12:18:49.236Z | Downloaded rustls-native-certs v0.7.0 |
971 | 2024-02-02T12:18:49.236Z | Downloaded globset v0.4.13 |
972 | 2024-02-02T12:18:49.236Z | Downloaded headers v0.3.9 |
973 | 2024-02-02T12:18:49.236Z | Downloaded schemars_derive v0.8.16 |
974 | 2024-02-02T12:18:49.236Z | Downloaded fd-lock v4.0.2 |
975 | 2024-02-02T12:18:49.236Z | Downloaded half v2.3.1 |
976 | 2024-02-02T12:18:49.236Z | Downloaded form_urlencoded v1.2.1 |
977 | 2024-02-02T12:18:49.236Z | Downloaded vte_generate_state_changes v0.1.1 |
978 | 2024-02-02T12:18:49.236Z | Downloaded url v2.5.0 |
979 | 2024-02-02T12:18:49.237Z | Downloaded slog-async v2.8.0 |
980 | 2024-02-02T12:18:49.237Z | Downloaded rand_chacha v0.3.1 |
981 | 2024-02-02T12:18:49.237Z | Downloaded predicates-core v1.0.6 |
982 | 2024-02-02T12:18:49.237Z | Downloaded opaque-debug v0.3.0 |
983 | 2024-02-02T12:18:49.237Z | Downloaded proc-macro-error v1.0.4 |
984 | 2024-02-02T12:18:49.237Z | Downloaded num v0.4.1 |
985 | 2024-02-02T12:18:49.237Z | Downloaded similar-asserts v1.5.0 |
986 | 2024-02-02T12:18:49.237Z | Downloaded num_threads v0.1.6 |
987 | 2024-02-02T12:18:49.237Z | Downloaded zerocopy-derive v0.7.32 |
988 | 2024-02-02T12:18:49.237Z | Downloaded newline-converter v0.3.0 |
989 | 2024-02-02T12:18:49.237Z | Downloaded tinyvec v1.6.0 |
990 | 2024-02-02T12:18:49.237Z | Downloaded swrite v0.1.0 |
991 | 2024-02-02T12:18:49.238Z | Downloaded wyz v0.5.1 |
992 | 2024-02-02T12:18:49.238Z | Downloaded futures-macro v0.3.30 |
993 | 2024-02-02T12:18:49.238Z | Downloaded zone_cfg_derive v0.3.0 |
994 | 2024-02-02T12:18:49.238Z | Downloaded slog v2.7.0 |
995 | 2024-02-02T12:18:49.238Z | Downloaded stringprep v0.1.3 |
996 | 2024-02-02T12:18:49.238Z | Downloaded nu-ansi-term v0.49.0 |
997 | 2024-02-02T12:18:49.238Z | Downloaded pin-project-lite v0.2.13 |
998 | 2024-02-02T12:18:49.238Z | Downloaded xattr v1.0.1 |
999 | 2024-02-02T12:18:49.238Z | Downloaded socket2 v0.5.5 |
1000 | 2024-02-02T12:18:49.238Z | Downloaded tracing-core v0.1.31 |
1001 | 2024-02-02T12:18:49.238Z | Downloaded vte v0.11.1 |
1002 | 2024-02-02T12:18:49.238Z | Downloaded oorandom v11.1.3 |
1003 | 2024-02-02T12:18:49.238Z | Downloaded slog-envlogger v2.2.0 |
1004 | 2024-02-02T12:18:49.239Z | Downloaded string_cache v0.8.7 |
1005 | 2024-02-02T12:18:49.239Z | Downloaded heapless v0.8.0 |
1006 | 2024-02-02T12:18:49.239Z | Downloaded vec_map v0.8.2 |
1007 | 2024-02-02T12:18:49.239Z | Downloaded futures-task v0.3.30 |
1008 | 2024-02-02T12:18:49.239Z | Downloaded parking_lot v0.12.1 |
1009 | 2024-02-02T12:18:49.239Z | Downloaded serde-hex v0.1.0 |
1010 | 2024-02-02T12:18:49.239Z | Downloaded version_check v0.9.4 |
1011 | 2024-02-02T12:18:49.239Z | Downloaded packed_struct_codegen v0.10.1 |
1012 | 2024-02-02T12:18:49.239Z | Downloaded darling_core v0.20.3 |
1013 | 2024-02-02T12:18:49.239Z | Downloaded target-spec v3.0.1 |
1014 | 2024-02-02T12:18:49.239Z | Downloaded tar v0.4.40 |
1015 | 2024-02-02T12:18:49.239Z | Downloaded openssl-sys v0.9.96 |
1016 | 2024-02-02T12:18:49.239Z | Downloaded futures-timer v3.0.2 |
1017 | 2024-02-02T12:18:49.240Z | Downloaded parking_lot v0.11.2 |
1018 | 2024-02-02T12:18:49.240Z | Downloaded rsa v0.9.2 |
1019 | 2024-02-02T12:18:49.240Z | Downloaded rand v0.4.6 |
1020 | 2024-02-02T12:18:49.240Z | Downloaded petgraph v0.6.4 |
1021 | 2024-02-02T12:18:49.240Z | Downloaded salty v0.2.0 |
1022 | 2024-02-02T12:18:49.240Z | Downloaded sqlparser v0.43.1 |
1023 | 2024-02-02T12:18:49.240Z | Downloaded steno v0.4.0 |
1024 | 2024-02-02T12:18:49.240Z | Downloaded pest v2.7.6 |
1025 | 2024-02-02T12:18:49.240Z | Downloaded time v0.3.27 |
1026 | 2024-02-02T12:18:49.240Z | Downloaded ron v0.8.1 |
1027 | 2024-02-02T12:18:49.240Z | Downloaded portable-atomic v1.4.3 |
1028 | 2024-02-02T12:18:49.240Z | Downloaded trust-dns-client v0.22.0 |
1029 | 2024-02-02T12:18:49.241Z | Downloaded futures-util v0.3.30 |
1030 | 2024-02-02T12:18:49.241Z | Downloaded x509-cert v0.2.4 |
1031 | 2024-02-02T12:18:49.241Z | Downloaded hkdf v0.12.4 |
1032 | 2024-02-02T12:18:49.241Z | Downloaded rustls v0.21.9 |
1033 | 2024-02-02T12:18:49.241Z | Downloaded proptest v1.4.0 |
1034 | 2024-02-02T12:18:49.241Z | Downloaded serde_with v3.5.1 |
1035 | 2024-02-02T12:18:49.241Z | Downloaded ratatui v0.25.0 |
1036 | 2024-02-02T12:18:49.241Z | Downloaded rustls v0.22.2 |
1037 | 2024-02-02T12:18:49.246Z | Downloaded openssl v0.10.60 |
1038 | 2024-02-02T12:18:49.267Z | Downloaded idna v0.5.0 |
1039 | 2024-02-02T12:18:49.281Z | Downloaded idna v0.2.3 |
1040 | 2024-02-02T12:18:49.295Z | Downloaded openapiv3 v2.0.0 |
1041 | 2024-02-02T12:18:49.320Z | Downloaded vcpkg v0.2.15 |
1042 | 2024-02-02T12:18:49.394Z | Downloaded syn v1.0.109 |
1043 | 2024-02-02T12:18:49.416Z | Downloaded zerocopy-derive v0.6.4 |
1044 | 2024-02-02T12:18:49.438Z | Downloaded regress v0.7.1 |
1045 | 2024-02-02T12:18:49.453Z | Downloaded sha3 v0.10.8 |
1046 | 2024-02-02T12:18:49.467Z | Downloaded regex-syntax v0.6.29 |
1047 | 2024-02-02T12:18:49.482Z | Downloaded regex-syntax v0.8.2 |
1048 | 2024-02-02T12:18:49.500Z | Downloaded regex-syntax v0.7.5 |
1049 | 2024-02-02T12:18:49.529Z | Downloaded rustix v0.38.30 |
1050 | 2024-02-02T12:18:49.560Z | Downloaded zerocopy-derive v0.2.0 |
1051 | 2024-02-02T12:18:49.578Z | Downloaded regex v1.10.3 |
1052 | 2024-02-02T12:18:49.606Z | Downloaded gimli v0.28.0 |
1053 | 2024-02-02T12:18:49.622Z | Downloaded bstr v1.6.0 |
1054 | 2024-02-02T12:18:49.645Z | Downloaded tokio v1.35.1 |
1055 | 2024-02-02T12:18:49.723Z | Downloaded sled v0.34.7 |
1056 | 2024-02-02T12:18:49.736Z | Downloaded regex-automata v0.4.4 |
1057 | 2024-02-02T12:18:49.772Z | Downloaded regex-automata v0.3.8 |
1058 | 2024-02-02T12:18:49.803Z | Downloaded object v0.32.1 |
1059 | 2024-02-02T12:18:49.823Z | Downloaded bstr v0.2.17 |
1060 | 2024-02-02T12:18:49.844Z | Downloaded encoding_rs v0.8.33 |
1061 | 2024-02-02T12:18:49.888Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1062 | 2024-02-02T12:18:49.914Z | Downloaded smoltcp v0.9.1 |
1063 | 2024-02-02T12:18:49.935Z | Downloaded polar-core v0.27.0 |
1064 | 2024-02-02T12:18:49.952Z | Downloaded diesel v2.1.4 |
1065 | 2024-02-02T12:18:49.986Z | Downloaded radix_trie v0.2.1 |
1066 | 2024-02-02T12:18:49.996Z | Downloaded trust-dns-proto v0.22.0 |
1067 | 2024-02-02T12:18:50.020Z | Downloaded zerocopy v0.7.32 |
1068 | 2024-02-02T12:18:50.051Z | Downloaded h2 v0.3.24 |
1069 | 2024-02-02T12:18:50.063Z | Downloaded object v0.30.4 |
1070 | 2024-02-02T12:18:50.083Z | Downloaded webpki-roots v0.25.2 |
1071 | 2024-02-02T12:18:50.090Z | Downloaded quick-xml v0.30.0 |
1072 | 2024-02-02T12:18:50.101Z | Downloaded hyper v0.14.27 |
1073 | 2024-02-02T12:18:50.123Z | Downloaded chrono v0.4.31 |
1074 | 2024-02-02T12:18:50.135Z | Downloaded smoltcp v0.11.0 |
1075 | 2024-02-02T12:18:50.159Z | Downloaded bitvec v1.0.1 |
1076 | 2024-02-02T12:18:50.188Z | Downloaded unicode-normalization v0.1.22 |
1077 | 2024-02-02T12:18:50.195Z | Downloaded clap v2.34.0 |
1078 | 2024-02-02T12:18:50.209Z | Downloaded curve25519-dalek v4.1.1 |
1079 | 2024-02-02T12:18:50.234Z | Downloaded tabled v0.15.0 |
1080 | 2024-02-02T12:18:50.290Z | Downloaded nix v0.27.1 |
1081 | 2024-02-02T12:18:50.318Z | Downloaded rustyline v13.0.0 |
1082 | 2024-02-02T12:18:50.327Z | Downloaded reqwest v0.11.22 |
1083 | 2024-02-02T12:18:50.341Z | Downloaded hashbrown v0.12.3 |
1084 | 2024-02-02T12:18:50.348Z | Downloaded rustls-webpki v0.102.1 |
1085 | 2024-02-02T12:18:50.383Z | Downloaded pretty_assertions v1.4.0 |
1086 | 2024-02-02T12:18:50.387Z | Downloaded guppy v0.17.4 |
1087 | 2024-02-02T12:18:50.399Z | Downloaded rustls-webpki v0.101.7 |
1088 | 2024-02-02T12:18:50.426Z | Downloaded hyper v1.1.0 |
1089 | 2024-02-02T12:18:50.438Z | Downloaded fatfs v0.3.6 |
1090 | 2024-02-02T12:18:50.443Z | Downloaded typed-path v0.7.0 |
1091 | 2024-02-02T12:18:50.455Z | Downloaded lalrpop v0.19.12 |
1092 | 2024-02-02T12:18:50.478Z | Downloaded papergrid v0.11.0 |
1093 | 2024-02-02T12:18:50.487Z | Downloaded ring v0.17.7 |
1094 | 2024-02-02T12:18:50.632Z | Downloaded pin-project-internal v1.1.3 |
1095 | 2024-02-02T12:18:50.636Z | Downloaded rayon v1.8.0 |
1096 | 2024-02-02T12:18:50.652Z | Downloaded trybuild v1.0.89 |
1097 | 2024-02-02T12:18:50.660Z | Downloaded trust-dns-server v0.22.1 |
1098 | 2024-02-02T12:18:50.671Z | Downloaded trust-dns-resolver v0.22.0 |
1099 | 2024-02-02T12:18:50.678Z | Downloaded plotters v0.3.5 |
1100 | 2024-02-02T12:18:50.695Z | Downloaded ring v0.16.20 |
1101 | 2024-02-02T12:18:50.864Z | Downloaded reedline v0.28.0 |
1102 | 2024-02-02T12:18:50.876Z | Downloaded goblin v0.8.0 |
1103 | 2024-02-02T12:18:50.888Z | Downloaded prettyplease v0.2.16 |
1104 | 2024-02-02T12:18:50.897Z | Downloaded tracing v0.1.37 |
1105 | 2024-02-02T12:18:50.901Z | Downloaded partial-io v0.5.4 |
1106 | 2024-02-02T12:18:50.905Z | Downloaded serde_yaml v0.9.25 |
1107 | 2024-02-02T12:18:50.912Z | Downloaded rstest v0.18.2 |
1108 | 2024-02-02T12:18:50.921Z | Downloaded target-lexicon v0.12.12 |
1109 | 2024-02-02T12:18:50.924Z | Downloaded blake3 v1.5.0 |
1110 | 2024-02-02T12:18:50.939Z | Downloaded yansi v0.5.1 |
1111 | 2024-02-02T12:18:50.942Z | Downloaded shlex v1.3.0 |
1112 | 2024-02-02T12:18:50.945Z | Downloaded heapless v0.7.16 |
1113 | 2024-02-02T12:18:50.950Z | Downloaded structopt v0.3.26 |
1114 | 2024-02-02T12:18:50.964Z | Downloaded aho-corasick v1.0.4 |
1115 | 2024-02-02T12:18:50.979Z | Downloaded tower v0.4.13 |
1116 | 2024-02-02T12:18:50.992Z | Downloaded tui-tree-widget v0.16.0 |
1117 | 2024-02-02T12:18:50.995Z | Downloaded futures-sink v0.3.30 |
1118 | 2024-02-02T12:18:50.995Z | Downloaded zone v0.3.0 |
1119 | 2024-02-02T12:18:50.998Z | Downloaded parking_lot_core v0.8.6 |
1120 | 2024-02-02T12:18:51.001Z | Downloaded zerocopy v0.6.4 |
1121 | 2024-02-02T12:18:51.004Z | Downloaded relative-path v1.9.0 |
1122 | 2024-02-02T12:18:51.007Z | Downloaded unicode-bidi v0.3.13 |
1123 | 2024-02-02T12:18:51.011Z | Downloaded typenum v1.16.0 |
1124 | 2024-02-02T12:18:51.015Z | Downloaded futures-channel v0.3.30 |
1125 | 2024-02-02T12:18:51.018Z | Downloaded expectorate v1.1.0 |
1126 | 2024-02-02T12:18:51.023Z | Downloaded futures-executor v0.3.30 |
1127 | 2024-02-02T12:18:51.026Z | Downloaded strip-ansi-escapes v0.2.0 |
1128 | 2024-02-02T12:18:51.029Z | Downloaded tough v0.16.0 |
1129 | 2024-02-02T12:18:51.041Z | Downloaded darling_core v0.14.4 |
1130 | 2024-02-02T12:18:51.048Z | Downloaded fixedbitset v0.4.2 |
1131 | 2024-02-02T12:18:51.054Z | Downloaded tinytemplate v1.2.1 |
1132 | 2024-02-02T12:18:51.057Z | Downloaded test-strategy v0.3.1 |
1133 | 2024-02-02T12:18:51.059Z | Downloaded pkcs1 v0.7.5 |
1134 | 2024-02-02T12:18:51.062Z | Downloaded uuid v1.7.0 |
1135 | 2024-02-02T12:18:51.067Z | Downloaded usdt-impl v0.5.0 |
1136 | 2024-02-02T12:18:51.070Z | Downloaded parse-display-derive v0.8.2 |
1137 | 2024-02-02T12:18:51.072Z | Downloaded flume v0.11.0 |
1138 | 2024-02-02T12:18:51.077Z | Downloaded http v1.0.0 |
1139 | 2024-02-02T12:18:51.083Z | Downloaded tungstenite v0.20.1 |
1140 | 2024-02-02T12:18:51.089Z | Downloaded pkcs8 v0.10.2 |
1141 | 2024-02-02T12:18:51.093Z | Downloaded rand v0.8.5 |
1142 | 2024-02-02T12:18:51.099Z | Downloaded structopt-derive v0.4.18 |
1143 | 2024-02-02T12:18:51.102Z | Downloaded structmeta-derive v0.2.0 |
1144 | 2024-02-02T12:18:51.105Z | Downloaded regex-automata v0.1.10 |
1145 | 2024-02-02T12:18:51.112Z | Downloaded ff v0.13.0 |
1146 | 2024-02-02T12:18:51.114Z | Downloaded funty v2.0.0 |
1147 | 2024-02-02T12:18:51.117Z | Downloaded ucd-trie v0.1.6 |
1148 | 2024-02-02T12:18:51.120Z | Downloaded oso v0.27.0 |
1149 | 2024-02-02T12:18:51.126Z | Downloaded pem v3.0.2 |
1150 | 2024-02-02T12:18:51.129Z | Downloaded deranged v0.3.8 |
1151 | 2024-02-02T12:18:51.129Z | Downloaded time-macros v0.2.13 |
1152 | 2024-02-02T12:18:51.132Z | Downloaded thiserror-no-std v2.0.2 |
1153 | 2024-02-02T12:18:51.137Z | Downloaded thiserror-impl-no-std v2.0.2 |
1154 | 2024-02-02T12:18:51.139Z | Downloaded synstructure v0.12.6 |
1155 | 2024-02-02T12:18:51.142Z | Downloaded tokio-util v0.7.10 |
1156 | 2024-02-02T12:18:51.151Z | Downloaded bindgen v0.69.2 |
1157 | 2024-02-02T12:18:51.163Z | Downloaded mio v0.8.9 |
1158 | 2024-02-02T12:18:51.173Z | Downloaded pin-project v1.1.3 |
1159 | 2024-02-02T12:18:51.192Z | Downloaded proc-macro-error-attr v1.0.4 |
1160 | 2024-02-02T12:18:51.195Z | Downloaded tracing-attributes v0.1.26 |
1161 | 2024-02-02T12:18:51.198Z | Downloaded termios v0.3.3 |
1162 | 2024-02-02T12:18:51.201Z | Downloaded termcolor v1.2.0 |
1163 | 2024-02-02T12:18:51.206Z | Downloaded unicode-segmentation v1.10.1 |
1164 | 2024-02-02T12:18:51.209Z | Downloaded hashbrown v0.13.2 |
1165 | 2024-02-02T12:18:51.215Z | Downloaded strum_macros v0.25.2 |
1166 | 2024-02-02T12:18:51.218Z | Downloaded textwrap v0.11.0 |
1167 | 2024-02-02T12:18:51.221Z | Downloaded supports-color v2.1.0 |
1168 | 2024-02-02T12:18:51.224Z | Downloaded predicates-tree v1.0.9 |
1169 | 2024-02-02T12:18:51.226Z | Downloaded hash32 v0.3.1 |
1170 | 2024-02-02T12:18:51.226Z | Downloaded socket2 v0.4.9 |
1171 | 2024-02-02T12:18:51.229Z | Downloaded smallvec v1.11.2 |
1172 | 2024-02-02T12:18:51.232Z | Downloaded signal-hook v0.3.17 |
1173 | 2024-02-02T12:18:51.237Z | Downloaded scopeguard v1.2.0 |
1174 | 2024-02-02T12:18:51.240Z | Downloaded static_assertions v1.1.0 |
1175 | 2024-02-02T12:18:51.243Z | Downloaded stable_deref_trait v1.2.0 |
1176 | 2024-02-02T12:18:51.243Z | Downloaded highway v1.1.0 |
1177 | 2024-02-02T12:18:51.246Z | Downloaded hex-literal v0.4.1 |
1178 | 2024-02-02T12:18:51.248Z | Downloaded hex v0.4.3 |
1179 | 2024-02-02T12:18:51.251Z | Downloaded heck v0.3.3 |
1180 | 2024-02-02T12:18:51.254Z | Downloaded password-hash v0.5.0 |
1181 | 2024-02-02T12:18:51.256Z | Downloaded omicron-zone-package v0.11.0 |
1182 | 2024-02-02T12:18:51.263Z | Downloaded itertools v0.12.1 |
1183 | 2024-02-02T12:18:51.272Z | Downloaded parking_lot_core v0.9.8 |
1184 | 2024-02-02T12:18:51.275Z | Downloaded rusty-fork v0.3.0 |
1185 | 2024-02-02T12:18:51.278Z | Downloaded unicode_categories v0.1.1 |
1186 | 2024-02-02T12:18:51.281Z | Downloaded http v0.2.11 |
1187 | 2024-02-02T12:18:51.287Z | Downloaded defmt v0.3.5 |
1188 | 2024-02-02T12:18:51.293Z | Downloaded flate2 v1.0.28 |
1189 | 2024-02-02T12:18:51.301Z | Downloaded generic-array v0.14.7 |
1190 | 2024-02-02T12:18:51.304Z | Downloaded sha1 v0.10.6 |
1191 | 2024-02-02T12:18:51.306Z | Downloaded which v4.4.0 |
1192 | 2024-02-02T12:18:51.309Z | Downloaded float-cmp v0.9.0 |
1193 | 2024-02-02T12:18:51.312Z | Downloaded flagset v0.4.3 |
1194 | 2024-02-02T12:18:51.312Z | Downloaded rust-argon2 v1.0.1 |
1195 | 2024-02-02T12:18:51.315Z | Downloaded tiny-keccak v2.0.2 |
1196 | 2024-02-02T12:18:51.319Z | Downloaded pretty-hex v0.4.1 |
1197 | 2024-02-02T12:18:51.322Z | Downloaded pretty-hex v0.2.1 |
1198 | 2024-02-02T12:18:51.325Z | Downloaded serde-big-array v0.5.1 |
1199 | 2024-02-02T12:18:51.325Z | Downloaded getopts v0.2.21 |
1200 | 2024-02-02T12:18:51.331Z | Downloaded similar v2.3.0 |
1201 | 2024-02-02T12:18:51.335Z | Downloaded num-bigint-dig v0.8.4 |
1202 | 2024-02-02T12:18:51.343Z | Downloaded unicase v2.7.0 |
1203 | 2024-02-02T12:18:51.346Z | Downloaded pest_meta v2.7.6 |
1204 | 2024-02-02T12:18:51.349Z | Downloaded zip v0.6.6 |
1205 | 2024-02-02T12:18:51.355Z | Downloaded libxml v0.3.3 |
1206 | 2024-02-02T12:18:51.366Z | Downloaded libm v0.2.7 |
1207 | 2024-02-02T12:18:51.381Z | Downloaded itertools v0.10.5 |
1208 | 2024-02-02T12:18:51.392Z | Downloaded crossterm v0.27.0 |
1209 | 2024-02-02T12:18:51.403Z | Downloaded unsafe-libyaml v0.2.10 |
1210 | 2024-02-02T12:18:51.408Z | Downloaded universal-hash v0.5.1 |
1211 | 2024-02-02T12:18:51.411Z | Downloaded rand_xorshift v0.3.0 |
1212 | 2024-02-02T12:18:51.414Z | Downloaded criterion v0.5.1 |
1213 | 2024-02-02T12:18:51.423Z | Downloaded once_cell v1.19.0 |
1214 | 2024-02-02T12:18:51.427Z | Downloaded tokio-postgres v0.7.10 |
1215 | 2024-02-02T12:18:51.438Z | Downloaded walkdir v2.4.0 |
1216 | 2024-02-02T12:18:51.441Z | Downloaded native-tls v0.2.11 |
1217 | 2024-02-02T12:18:51.444Z | Downloaded postgres-types v0.2.6 |
1218 | 2024-02-02T12:18:51.447Z | Downloaded poly1305 v0.8.0 |
1219 | 2024-02-02T12:18:51.449Z | Downloaded env_logger v0.10.0 |
1220 | 2024-02-02T12:18:51.454Z | Downloaded allocator-api2 v0.2.16 |
1221 | 2024-02-02T12:18:51.459Z | Downloaded elliptic-curve v0.13.8 |
1222 | 2024-02-02T12:18:51.465Z | Downloaded slog-scope v4.4.0 |
1223 | 2024-02-02T12:18:51.468Z | Downloaded parse-size v1.0.0 |
1224 | 2024-02-02T12:18:51.471Z | Downloaded snafu-derive v0.7.5 |
1225 | 2024-02-02T12:18:51.474Z | Downloaded toml v0.5.11 |
1226 | 2024-02-02T12:18:51.476Z | Downloaded subprocess v0.2.9 |
1227 | 2024-02-02T12:18:51.480Z | Downloaded fallible-iterator v0.2.0 |
1228 | 2024-02-02T12:18:51.482Z | Downloaded rustc-demangle v0.1.23 |
1229 | 2024-02-02T12:18:51.485Z | Downloaded datatest-stable v0.2.3 |
1230 | 2024-02-02T12:18:51.488Z | Downloaded toml v0.7.8 |
1231 | 2024-02-02T12:18:51.495Z | Downloaded shell-words v1.1.0 |
1232 | 2024-02-02T12:18:51.498Z | Downloaded serde-big-array v0.4.1 |
1233 | 2024-02-02T12:18:51.498Z | Downloaded foreign-types v0.5.0 |
1234 | 2024-02-02T12:18:51.498Z | Downloaded radium v0.7.0 |
1235 | 2024-02-02T12:18:51.501Z | Downloaded proc-macro-crate v1.3.1 |
1236 | 2024-02-02T12:18:51.501Z | Downloaded rcgen v0.12.1 |
1237 | 2024-02-02T12:18:51.505Z | Downloaded der v0.7.8 |
1238 | 2024-02-02T12:18:51.514Z | Downloaded textwrap v0.16.0 |
1239 | 2024-02-02T12:18:51.517Z | Downloaded thread-id v4.2.0 |
1240 | 2024-02-02T12:18:51.520Z | Downloaded smf v0.2.2 |
1241 | 2024-02-02T12:18:51.523Z | Downloaded sha2 v0.10.8 |
1242 | 2024-02-02T12:18:51.525Z | Downloaded vsss-rs v3.3.4 |
1243 | 2024-02-02T12:18:51.529Z | Downloaded pest_derive v2.7.6 |
1244 | 2024-02-02T12:18:51.532Z | Downloaded postgres-protocol v0.6.6 |
1245 | 2024-02-02T12:18:51.535Z | Downloaded platforms v3.0.2 |
1246 | 2024-02-02T12:18:51.538Z | Downloaded termtree v0.4.1 |
1247 | 2024-02-02T12:18:51.541Z | Downloaded secrecy v0.8.0 |
1248 | 2024-02-02T12:18:51.544Z | Downloaded foreign-types-shared v0.1.1 |
1249 | 2024-02-02T12:18:51.544Z | Downloaded paste v1.0.14 |
1250 | 2024-02-02T12:18:51.550Z | Downloaded fastrand v2.0.0 |
1251 | 2024-02-02T12:18:51.553Z | Downloaded predicates v3.1.0 |
1252 | 2024-02-02T12:18:51.556Z | Downloaded tempfile v3.9.0 |
1253 | 2024-02-02T12:18:51.559Z | Downloaded usdt-attr-macro v0.5.0 |
1254 | 2024-02-02T12:18:51.559Z | Downloaded crc-any v2.4.3 |
1255 | 2024-02-02T12:18:51.562Z | Downloaded usdt-impl v0.3.5 |
1256 | 2024-02-02T12:18:51.565Z | Downloaded derive_more v0.99.17 |
1257 | 2024-02-02T12:18:51.573Z | Downloaded num-bigint v0.4.4 |
1258 | 2024-02-02T12:18:51.581Z | Downloaded minimal-lexical v0.2.1 |
1259 | 2024-02-02T12:18:51.588Z | Downloaded whoami v1.4.1 |
1260 | 2024-02-02T12:18:51.592Z | Downloaded unarray v0.1.4 |
1261 | 2024-02-02T12:18:51.594Z | Downloaded smawk v0.3.1 |
1262 | 2024-02-02T12:18:51.597Z | Downloaded signature v2.1.0 |
1263 | 2024-02-02T12:18:51.597Z | Downloaded pest_generator v2.7.6 |
1264 | 2024-02-02T12:18:51.600Z | Downloaded rustc_version v0.1.7 |
1265 | 2024-02-02T12:18:51.603Z | Downloaded subtle v2.5.0 |
1266 | 2024-02-02T12:18:51.603Z | Downloaded spin v0.9.8 |
1267 | 2024-02-02T12:18:51.606Z | Downloaded diff v0.1.13 |
1268 | 2024-02-02T12:18:51.611Z | Downloaded derive_builder_core v0.12.0 |
1269 | 2024-02-02T12:18:51.617Z | Downloaded r2d2 v0.8.10 |
1270 | 2024-02-02T12:18:51.620Z | Downloaded plotters-backend v0.3.5 |
1271 | 2024-02-02T12:18:51.620Z | Downloaded phf_shared v0.11.2 |
1272 | 2024-02-02T12:18:51.622Z | Downloaded strum_macros v0.24.3 |
1273 | 2024-02-02T12:18:51.625Z | Downloaded ref-cast-impl v1.0.20 |
1274 | 2024-02-02T12:18:51.625Z | Downloaded yasna v0.5.2 |
1275 | 2024-02-02T12:18:51.628Z | Downloaded futures-io v0.3.30 |
1276 | 2024-02-02T12:18:51.631Z | Downloaded diesel_derives v2.1.2 |
1277 | 2024-02-02T12:18:51.635Z | Downloaded dirs-next v2.0.0 |
1278 | 2024-02-02T12:18:51.637Z | Downloaded pin-utils v0.1.0 |
1279 | 2024-02-02T12:18:51.640Z | Downloaded tempdir v0.3.7 |
1280 | 2024-02-02T12:18:51.640Z | Downloaded tap v1.0.1 |
1281 | 2024-02-02T12:18:51.643Z | Downloaded tabled_derive v0.7.0 |
1282 | 2024-02-02T12:18:51.643Z | Downloaded miniz_oxide v0.7.1 |
1283 | 2024-02-02T12:18:51.647Z | Downloaded addr2line v0.21.0 |
1284 | 2024-02-02T12:18:51.650Z | Downloaded num-traits v0.2.16 |
1285 | 2024-02-02T12:18:51.655Z | Downloaded indexmap v1.9.3 |
1286 | 2024-02-02T12:18:51.660Z | Downloaded hubpack v0.1.2 |
1287 | 2024-02-02T12:18:51.663Z | Downloaded derive-where v1.2.7 |
1288 | 2024-02-02T12:18:51.670Z | Downloaded rustc-hash v1.1.0 |
1289 | 2024-02-02T12:18:51.673Z | Downloaded waitgroup v0.1.2 |
1290 | 2024-02-02T12:18:51.673Z | Downloaded wait-timeout v0.2.0 |
1291 | 2024-02-02T12:18:51.673Z | Downloaded tokio-rustls v0.25.0 |
1292 | 2024-02-02T12:18:51.679Z | Downloaded chacha20poly1305 v0.10.1 |
1293 | 2024-02-02T12:18:51.682Z | Downloaded cookie v0.18.0 |
1294 | 2024-02-02T12:18:51.684Z | Downloaded dof v0.1.5 |
1295 | 2024-02-02T12:18:51.687Z | Downloaded usdt v0.5.0 |
1296 | 2024-02-02T12:18:51.687Z | Downloaded usdt v0.3.5 |
1297 | 2024-02-02T12:18:51.690Z | Downloaded untrusted v0.9.0 |
1298 | 2024-02-02T12:18:51.690Z | Downloaded untrusted v0.7.1 |
1299 | 2024-02-02T12:18:51.693Z | Downloaded unicode-width v0.1.11 |
1300 | 2024-02-02T12:18:51.696Z | Downloaded mockall_derive v0.12.0 |
1301 | 2024-02-02T12:18:51.699Z | Downloaded zerocopy v0.3.0 |
1302 | 2024-02-02T12:18:51.699Z | Downloaded difflib v0.4.0 |
1303 | 2024-02-02T12:18:51.702Z | Downloaded der_derive v0.7.2 |
1304 | 2024-02-02T12:18:51.704Z | Downloaded rstest_macros v0.18.2 |
1305 | 2024-02-02T12:18:51.708Z | Downloaded dyn-clone v1.0.13 |
1306 | 2024-02-02T12:18:51.711Z | Downloaded dof v0.3.0 |
1307 | 2024-02-02T12:18:51.714Z | Downloaded dirs-sys-next v0.1.2 |
1308 | 2024-02-02T12:18:51.716Z | Downloaded multer v3.0.0 |
1309 | 2024-02-02T12:18:51.719Z | Downloaded crypto-bigint v0.5.2 |
1310 | 2024-02-02T12:18:51.732Z | Downloaded derive_builder v0.12.0 |
1311 | 2024-02-02T12:18:51.737Z | Downloaded take_mut v0.2.2 |
1312 | 2024-02-02T12:18:51.740Z | Downloaded rand_core v0.6.4 |
1313 | 2024-02-02T12:18:51.743Z | Downloaded tokio-tungstenite v0.20.1 |
1314 | 2024-02-02T12:18:51.746Z | Downloaded tokio-rustls v0.24.1 |
1315 | 2024-02-02T12:18:51.748Z | Downloaded slog-term v2.9.0 |
1316 | 2024-02-02T12:18:51.752Z | Downloaded usdt-macro v0.5.0 |
1317 | 2024-02-02T12:18:51.755Z | Downloaded ipnet v2.9.0 |
1318 | 2024-02-02T12:18:51.760Z | Downloaded httptest v0.15.5 |
1319 | 2024-02-02T12:18:51.764Z | Downloaded httparse v1.8.0 |
1320 | 2024-02-02T12:18:51.769Z | Downloaded bzip2 v0.4.4 |
1321 | 2024-02-02T12:18:51.772Z | Downloaded scheduled-thread-pool v0.2.7 |
1322 | 2024-02-02T12:18:51.775Z | Downloaded pkg-config v0.3.27 |
1323 | 2024-02-02T12:18:51.777Z | Downloaded glob v0.3.1 |
1324 | 2024-02-02T12:18:51.780Z | Downloaded fragile v2.0.0 |
1325 | 2024-02-02T12:18:51.786Z | Downloaded ed25519 v1.5.3 |
1326 | 2024-02-02T12:18:51.788Z | Downloaded display-error-chain v0.2.0 |
1327 | 2024-02-02T12:18:51.788Z | Downloaded digest v0.10.7 |
1328 | 2024-02-02T12:18:51.791Z | Downloaded usdt-attr-macro v0.3.5 |
1329 | 2024-02-02T12:18:51.791Z | Downloaded bitflags v2.4.0 |
1330 | 2024-02-02T12:18:51.795Z | Downloaded tokio-stream v0.1.14 |
1331 | 2024-02-02T12:18:51.802Z | Downloaded crossbeam-channel v0.5.8 |
1332 | 2024-02-02T12:18:51.810Z | Downloaded hyper-util v0.1.2 |
1333 | 2024-02-02T12:18:51.816Z | Downloaded adler v1.0.2 |
1334 | 2024-02-02T12:18:51.826Z | Downloaded tokio-macros v2.2.0 |
1335 | 2024-02-02T12:18:51.826Z | Downloaded num_enum_derive v0.5.11 |
1336 | 2024-02-02T12:18:51.826Z | Downloaded num_enum v0.5.11 |
1337 | 2024-02-02T12:18:51.830Z | Downloaded num_cpus v1.16.0 |
1338 | 2024-02-02T12:18:51.834Z | Downloaded nibble_vec v0.1.0 |
1339 | 2024-02-02T12:18:51.837Z | Downloaded indoc v2.0.3 |
1340 | 2024-02-02T12:18:51.841Z | Downloaded httpdate v1.0.3 |
1341 | 2024-02-02T12:18:51.844Z | Downloaded fxhash v0.2.1 |
1342 | 2024-02-02T12:18:51.847Z | Downloaded defmt-macros v0.3.6 |
1343 | 2024-02-02T12:18:51.849Z | Downloaded sqlformat v0.2.3 |
1344 | 2024-02-02T12:18:51.852Z | Downloaded signature v1.6.4 |
1345 | 2024-02-02T12:18:51.858Z | Downloaded clang-sys v1.6.1 |
1346 | 2024-02-02T12:18:51.861Z | Downloaded home v0.5.5 |
1347 | 2024-02-02T12:18:51.861Z | Downloaded convert_case v0.4.0 |
1348 | 2024-02-02T12:18:51.861Z | Downloaded dtrace-parser v0.1.14 |
1349 | 2024-02-02T12:18:51.864Z | Downloaded indoc v1.0.9 |
1350 | 2024-02-02T12:18:51.867Z | Downloaded humantime v2.1.0 |
1351 | 2024-02-02T12:18:51.870Z | Downloaded http-body v0.4.5 |
1352 | 2024-02-02T12:18:51.872Z | Downloaded hostname v0.3.1 |
1353 | 2024-02-02T12:18:51.875Z | Downloaded cpufeatures v0.2.12 |
1354 | 2024-02-02T12:18:51.878Z | Downloaded anes v0.1.6 |
1355 | 2024-02-02T12:18:51.880Z | Downloaded bitfield v0.14.0 |
1356 | 2024-02-02T12:18:51.883Z | Downloaded tokio-native-tls v0.3.1 |
1357 | 2024-02-02T12:18:51.886Z | Downloaded slog-bunyan v2.5.0 |
1358 | 2024-02-02T12:18:51.889Z | Downloaded scroll v0.12.0 |
1359 | 2024-02-02T12:18:51.891Z | Downloaded bytes v1.5.0 |
1360 | 2024-02-02T12:18:51.896Z | Downloaded constant_time_eq v0.2.6 |
1361 | 2024-02-02T12:18:51.899Z | Downloaded block-padding v0.3.3 |
1362 | 2024-02-02T12:18:51.902Z | Downloaded base16ct v0.2.0 |
1363 | 2024-02-02T12:18:51.902Z | Downloaded mime_guess v2.0.4 |
1364 | 2024-02-02T12:18:51.905Z | Downloaded lru-cache v0.1.2 |
1365 | 2024-02-02T12:18:51.908Z | Downloaded linear-map v1.2.0 |
1366 | 2024-02-02T12:18:51.913Z | Downloaded hyper-rustls v0.24.2 |
1367 | 2024-02-02T12:18:51.916Z | Downloaded constant_time_eq v0.3.0 |
1368 | 2024-02-02T12:18:51.916Z | Downloaded block-buffer v0.10.4 |
1369 | 2024-02-02T12:18:51.916Z | Downloaded dtrace-parser v0.2.0 |
1370 | 2024-02-02T12:18:51.919Z | Downloaded doc-comment v0.3.3 |
1371 | 2024-02-02T12:18:51.919Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1372 | 2024-02-02T12:18:51.922Z | Downloaded lock_api v0.4.10 |
1373 | 2024-02-02T12:18:51.925Z | Downloaded libtest-mimic v0.6.1 |
1374 | 2024-02-02T12:18:51.928Z | Downloaded libloading v0.7.4 |
1375 | 2024-02-02T12:18:51.931Z | Downloaded keccak v0.1.4 |
1376 | 2024-02-02T12:18:51.933Z | Downloaded hyper-rustls v0.26.0 |
1377 | 2024-02-02T12:18:51.936Z | Downloaded darling_macro v0.20.3 |
1378 | 2024-02-02T12:18:51.939Z | Downloaded slog-dtrace v0.3.0 |
1379 | 2024-02-02T12:18:51.939Z | Downloaded hmac v0.12.1 |
1380 | 2024-02-02T12:18:51.942Z | Downloaded crossbeam-utils v0.8.16 |
1381 | 2024-02-02T12:18:51.947Z | Downloaded crossbeam-epoch v0.9.15 |
1382 | 2024-02-02T12:18:51.951Z | Downloaded cfg-expr v0.15.5 |
1383 | 2024-02-02T12:18:51.956Z | Downloaded darling_macro v0.14.4 |
1384 | 2024-02-02T12:18:51.959Z | Downloaded toolchain_find v0.2.0 |
1385 | 2024-02-02T12:18:51.960Z | Downloaded spki v0.7.2 |
1386 | 2024-02-02T12:18:51.962Z | Downloaded smallvec v0.6.14 |
1387 | 2024-02-02T12:18:51.968Z | Downloaded serde_tokenstream v0.1.7 |
1388 | 2024-02-02T12:18:51.971Z | Downloaded ident_case v1.0.1 |
1389 | 2024-02-02T12:18:51.971Z | Downloaded signal-hook-mio v0.2.3 |
1390 | 2024-02-02T12:18:51.974Z | Downloaded serde_tokenstream v0.2.0 |
1391 | 2024-02-02T12:18:51.978Z | Downloaded serde_repr v0.1.16 |
1392 | 2024-02-02T12:18:51.981Z | Downloaded sec1 v0.7.3 |
1393 | 2024-02-02T12:18:51.984Z | Downloaded rustls-pemfile v1.0.3 |
1394 | 2024-02-02T12:18:51.988Z | Downloaded rustfmt-wrapper v0.2.0 |
1395 | 2024-02-02T12:18:51.991Z | Downloaded rustc_version v0.4.0 |
1396 | 2024-02-02T12:18:51.994Z | Downloaded rpassword v7.3.1 |
1397 | 2024-02-02T12:18:51.994Z | Downloaded resolv-conf v0.7.0 |
1398 | 2024-02-02T12:18:51.998Z | Downloaded time-core v0.1.1 |
1399 | 2024-02-02T12:18:51.998Z | Downloaded nodrop v0.1.14 |
1400 | 2024-02-02T12:18:52.002Z | Downloaded md-5 v0.10.5 |
1401 | 2024-02-02T12:18:52.003Z | Downloaded ipnetwork v0.20.0 |
1402 | 2024-02-02T12:18:52.006Z | Downloaded bit-set v0.5.3 |
1403 | 2024-02-02T12:18:52.006Z | Downloaded crc v3.0.1 |
1404 | 2024-02-02T12:18:52.009Z | Downloaded num-derive v0.4.0 |
1405 | 2024-02-02T12:18:52.011Z | Downloaded memoffset v0.7.1 |
1406 | 2024-02-02T12:18:52.014Z | Downloaded libefi-sys v0.1.0 |
1407 | 2024-02-02T12:18:52.014Z | Downloaded lazy_static v1.4.0 |
1408 | 2024-02-02T12:18:52.021Z | Downloaded kstat-rs v0.2.3 |
1409 | 2024-02-02T12:18:52.024Z | Downloaded basic-toml v0.1.8 |
1410 | 2024-02-02T12:18:52.034Z | Downloaded num-iter v0.1.43 |
1411 | 2024-02-02T12:18:52.037Z | Downloaded num-integer v0.1.45 |
1412 | 2024-02-02T12:18:52.040Z | Downloaded mime v0.3.17 |
1413 | 2024-02-02T12:18:52.043Z | Downloaded memoffset v0.9.0 |
1414 | 2024-02-02T12:18:52.043Z | Downloaded memmap v0.7.0 |
1415 | 2024-02-02T12:18:52.046Z | Downloaded maybe-uninit v2.0.0 |
1416 | 2024-02-02T12:18:52.049Z | Downloaded maplit v1.0.2 |
1417 | 2024-02-02T12:18:52.049Z | Downloaded managed v0.8.0 |
1418 | 2024-02-02T12:18:52.052Z | Downloaded macaddr v1.0.1 |
1419 | 2024-02-02T12:18:52.054Z | Downloaded log v0.4.20 |
1420 | 2024-02-02T12:18:52.057Z | Downloaded lalrpop-util v0.19.12 |
1421 | 2024-02-02T12:18:52.060Z | Downloaded is-terminal v0.4.9 |
1422 | 2024-02-02T12:18:52.060Z | Downloaded iana-time-zone v0.1.57 |
1423 | 2024-02-02T12:18:52.064Z | Downloaded hyper-tls v0.5.0 |
1424 | 2024-02-02T12:18:52.068Z | Downloaded bytecount v0.6.3 |
1425 | 2024-02-02T12:18:52.071Z | Downloaded cexpr v0.6.0 |
1426 | 2024-02-02T12:18:52.071Z | Downloaded atomic-waker v1.1.1 |
1427 | 2024-02-02T12:18:52.074Z | Downloaded async-recursion v1.0.5 |
1428 | 2024-02-02T12:18:52.078Z | Downloaded argon2 v0.5.3 |
1429 | 2024-02-02T12:18:52.080Z | Downloaded ahash v0.8.6 |
1430 | 2024-02-02T12:18:52.083Z | Downloaded signal-hook-tokio v0.3.1 |
1431 | 2024-02-02T12:18:52.086Z | Downloaded scroll_derive v0.12.0 |
1432 | 2024-02-02T12:18:52.086Z | Downloaded samael v0.0.14 |
1433 | 2024-02-02T12:18:52.097Z | Downloaded lru v0.12.1 |
1434 | 2024-02-02T12:18:52.100Z | Downloaded lazycell v1.3.0 |
1435 | 2024-02-02T12:18:52.100Z | Downloaded darling v0.20.3 |
1436 | 2024-02-02T12:18:52.103Z | Downloaded darling v0.14.4 |
1437 | 2024-02-02T12:18:52.109Z | Downloaded console v0.15.8 |
1438 | 2024-02-02T12:18:52.113Z | Downloaded ciborium v0.2.2 |
1439 | 2024-02-02T12:18:52.118Z | Downloaded camino-tempfile v1.1.1 |
1440 | 2024-02-02T12:18:52.121Z | Downloaded base64ct v1.6.0 |
1441 | 2024-02-02T12:18:52.125Z | Downloaded serde_path_to_error v0.1.15 |
1442 | 2024-02-02T12:18:52.127Z | Downloaded normalize-line-endings v0.3.0 |
1443 | 2024-02-02T12:18:52.130Z | Downloaded newtype_derive v0.1.6 |
1444 | 2024-02-02T12:18:52.130Z | Downloaded is_ci v1.1.1 |
1445 | 2024-02-02T12:18:52.133Z | Downloaded async-stream v0.3.5 |
1446 | 2024-02-02T12:18:52.135Z | Downloaded bit-vec v0.6.3 |
1447 | 2024-02-02T12:18:52.138Z | Downloaded signal-hook-registry v1.4.1 |
1448 | 2024-02-02T12:18:52.141Z | Downloaded serde_plain v1.0.2 |
1449 | 2024-02-02T12:18:52.141Z | Downloaded rustls-pki-types v1.1.0 |
1450 | 2024-02-02T12:18:52.143Z | Downloaded matches v0.1.10 |
1451 | 2024-02-02T12:18:52.146Z | Downloaded match_cfg v0.1.0 |
1452 | 2024-02-02T12:18:52.146Z | Downloaded crucible-workspace-hack v0.1.0 |
1453 | 2024-02-02T12:18:52.149Z | Downloaded async-trait v0.1.77 |
1454 | 2024-02-02T12:18:52.152Z | Downloaded autocfg v1.1.0 |
1455 | 2024-02-02T12:18:52.155Z | Downloaded sct v0.7.0 |
1456 | 2024-02-02T12:18:52.163Z | Downloaded same-file v1.0.6 |
1457 | 2024-02-02T12:18:52.166Z | Downloaded rustls-pemfile v2.0.0 |
1458 | 2024-02-02T12:18:52.166Z | Downloaded hyper-staticfile v0.9.5 |
1459 | 2024-02-02T12:18:52.169Z | Downloaded aead v0.5.2 |
1460 | 2024-02-02T12:18:52.171Z | Downloaded instant v0.1.12 |
1461 | 2024-02-02T12:18:52.174Z | Downloaded crypto-common v0.1.6 |
1462 | 2024-02-02T12:18:52.174Z | Downloaded crc32fast v1.3.2 |
1463 | 2024-02-02T12:18:52.177Z | Downloaded crc-catalog v2.2.0 |
1464 | 2024-02-02T12:18:52.180Z | Downloaded corncobs v0.1.3 |
1465 | 2024-02-02T12:18:52.183Z | Downloaded cancel-safe-futures v0.1.5 |
1466 | 2024-02-02T12:18:52.186Z | Downloaded ascii-canvas v3.0.0 |
1467 | 2024-02-02T12:18:52.189Z | Downloaded arc-swap v1.6.0 |
1468 | 2024-02-02T12:18:52.194Z | Downloaded crossbeam-queue v0.3.8 |
1469 | 2024-02-02T12:18:52.197Z | Downloaded cipher v0.4.4 |
1470 | 2024-02-02T12:18:52.200Z | Downloaded crossbeam-deque v0.8.3 |
1471 | 2024-02-02T12:18:52.203Z | Downloaded crossbeam v0.8.2 |
1472 | 2024-02-02T12:18:52.205Z | Downloaded criterion-plot v0.5.0 |
1473 | 2024-02-02T12:18:52.211Z | Downloaded ciborium-io v0.2.2 |
1474 | 2024-02-02T12:18:52.212Z | Downloaded byteorder v1.5.0 |
1475 | 2024-02-02T12:18:52.214Z | Downloaded blake2 v0.10.6 |
1476 | 2024-02-02T12:18:52.217Z | Downloaded curve25519-dalek-derive v0.1.0 |
1477 | 2024-02-02T12:18:52.217Z | Downloaded crunchy v0.2.2 |
1478 | 2024-02-02T12:18:52.217Z | Downloaded colored v2.0.4 |
1479 | 2024-02-02T12:18:52.220Z | Downloaded chacha20 v0.9.1 |
1480 | 2024-02-02T12:18:52.223Z | Downloaded cassowary v0.3.0 |
1481 | 2024-02-02T12:18:52.226Z | Downloaded assert_cmd v2.0.13 |
1482 | 2024-02-02T12:18:52.229Z | Downloaded array-init v0.0.4 |
1483 | 2024-02-02T12:18:52.232Z | Downloaded ciborium-ll v0.2.2 |
1484 | 2024-02-02T12:18:52.234Z | Downloaded cast v0.3.0 |
1485 | 2024-02-02T12:18:52.234Z | Downloaded approx v0.5.1 |
1486 | 2024-02-02T12:18:52.925Z | Compiling serde v1.0.195 |
1487 | 2024-02-02T12:18:52.925Z | Compiling autocfg v1.1.0 |
1488 | 2024-02-02T12:18:52.928Z | Compiling version_check v0.9.4 |
1489 | 2024-02-02T12:18:52.928Z | Checking cfg-if v1.0.0 |
1490 | 2024-02-02T12:18:52.965Z | Compiling syn v1.0.109 |
1491 | 2024-02-02T12:18:53.002Z | Checking libc v0.2.153 |
1492 | 2024-02-02T12:18:53.019Z | Compiling syn v2.0.48 |
1493 | 2024-02-02T12:18:53.049Z | Compiling parking_lot_core v0.9.8 |
1494 | 2024-02-02T12:18:53.072Z | Compiling once_cell v1.19.0 |
1495 | 2024-02-02T12:18:53.732Z | Compiling cc v1.0.83 |
1496 | 2024-02-02T12:18:53.749Z | Compiling memchr v2.6.3 |
1497 | 2024-02-02T12:18:53.796Z | Compiling libm v0.2.7 |
1498 | 2024-02-02T12:18:54.206Z | Compiling ahash v0.8.6 |
1499 | 2024-02-02T12:18:54.298Z | Compiling lock_api v0.4.10 |
1500 | 2024-02-02T12:18:54.317Z | Compiling num-traits v0.2.16 |
1501 | 2024-02-02T12:18:54.826Z | Checking getrandom v0.2.10 |
1502 | 2024-02-02T12:18:54.894Z | Compiling byteorder v1.5.0 |
1503 | 2024-02-02T12:18:55.171Z | Compiling serde_json v1.0.113 |
1504 | 2024-02-02T12:18:55.799Z | Compiling log v0.4.20 |
1505 | 2024-02-02T12:18:56.016Z | Compiling slab v0.4.9 |
1506 | 2024-02-02T12:18:56.600Z | Checking scopeguard v1.2.0 |
1507 | 2024-02-02T12:18:56.649Z | Compiling typenum v1.16.0 |
1508 | 2024-02-02T12:18:56.759Z | Compiling generic-array v0.14.7 |
1509 | 2024-02-02T12:18:56.969Z | Checking itoa v1.0.9 |
1510 | 2024-02-02T12:18:57.257Z | Checking smallvec v1.11.2 |
1511 | 2024-02-02T12:18:57.275Z | Compiling pkg-config v0.3.27 |
1512 | 2024-02-02T12:18:57.675Z | Compiling allocator-api2 v0.2.16 |
1513 | 2024-02-02T12:18:57.819Z | Compiling rustix v0.38.30 |
1514 | 2024-02-02T12:18:57.915Z | Compiling schemars v0.8.16 |
1515 | 2024-02-02T12:18:58.630Z | Compiling httparse v1.8.0 |
1516 | 2024-02-02T12:18:58.946Z | Compiling ring v0.17.7 |
1517 | 2024-02-02T12:18:59.112Z | Compiling fnv v1.0.7 |
1518 | 2024-02-02T12:18:59.262Z | Compiling vcpkg v0.2.15 |
1519 | 2024-02-02T12:18:59.280Z | Checking pin-project-lite v0.2.13 |
1520 | 2024-02-02T12:18:59.445Z | Compiling aho-corasick v1.0.4 |
1521 | 2024-02-02T12:18:59.461Z | Checking parking_lot v0.12.1 |
1522 | 2024-02-02T12:18:59.989Z | Compiling regex-syntax v0.8.2 |
1523 | 2024-02-02T12:19:02.803Z | Compiling openssl-sys v0.9.96 |
1524 | 2024-02-02T12:19:04.156Z | Checking signal-hook-registry v1.4.1 |
1525 | 2024-02-02T12:19:04.204Z | Compiling ucd-trie v0.1.6 |
1526 | 2024-02-02T12:19:04.505Z | Checking mio v0.8.9 |
1527 | 2024-02-02T12:19:04.586Z | Checking rand_core v0.6.4 |
1528 | 2024-02-02T12:19:04.991Z | Compiling crossbeam-utils v0.8.16 |
1529 | 2024-02-02T12:19:05.446Z | Compiling regex-automata v0.4.4 |
1530 | 2024-02-02T12:19:05.668Z | Compiling serde_derive_internals v0.26.0 |
1531 | 2024-02-02T12:19:06.483Z | Compiling ring v0.16.20 |
1532 | 2024-02-02T12:19:08.429Z | Checking num_cpus v1.16.0 |
1533 | 2024-02-02T12:19:08.557Z | Compiling openssl v0.10.60 |
1534 | 2024-02-02T12:19:09.084Z | Checking futures-core v0.3.30 |
1535 | 2024-02-02T12:19:09.364Z | Compiling iana-time-zone v0.1.57 |
1536 | 2024-02-02T12:19:10.021Z | Checking socket2 v0.5.5 |
1537 | 2024-02-02T12:19:10.318Z | Compiling native-tls v0.2.11 |
1538 | 2024-02-02T12:19:10.785Z | Compiling rustls v0.21.9 |
1539 | 2024-02-02T12:19:10.814Z | Checking ryu v1.0.15 |
1540 | 2024-02-02T12:19:11.154Z | Checking spin v0.5.2 |
1541 | 2024-02-02T12:19:11.336Z | Compiling dyn-clone v1.0.13 |
1542 | 2024-02-02T12:19:11.425Z | Compiling memoffset v0.9.0 |
1543 | 2024-02-02T12:19:11.462Z | Compiling async-trait v0.1.77 |
1544 | 2024-02-02T12:19:11.491Z | Compiling slog v2.7.0 |
1545 | 2024-02-02T12:19:12.039Z | Compiling regex v1.10.3 |
1546 | 2024-02-02T12:19:12.303Z | Compiling crossbeam-epoch v0.9.15 |
1547 | 2024-02-02T12:19:12.695Z | Checking futures-sink v0.3.30 |
1548 | 2024-02-02T12:19:12.896Z | Compiling backtrace v0.3.69 |
1549 | 2024-02-02T12:19:12.980Z | Compiling errno v0.3.8 |
1550 | 2024-02-02T12:19:13.511Z | Compiling either v1.9.0 |
1551 | 2024-02-02T12:19:13.567Z | Compiling unicode-xid v0.2.4 |
1552 | 2024-02-02T12:19:13.804Z | Compiling tinyvec_macros v0.1.1 |
1553 | 2024-02-02T12:19:13.822Z | Compiling crc32fast v1.3.2 |
1554 | 2024-02-02T12:19:13.841Z | Checking pin-utils v0.1.0 |
1555 | 2024-02-02T12:19:13.923Z | Compiling tinyvec v1.6.0 |
1556 | 2024-02-02T12:19:13.950Z | Compiling futures-channel v0.3.30 |
1557 | 2024-02-02T12:19:14.829Z | Checking futures-task v0.3.30 |
1558 | 2024-02-02T12:19:14.961Z | Compiling unicode-width v0.1.11 |
1559 | 2024-02-02T12:19:15.191Z | Compiling anyhow v1.0.75 |
1560 | 2024-02-02T12:19:15.355Z | Checking futures-io v0.3.30 |
1561 | 2024-02-02T12:19:15.484Z | Checking subtle v2.5.0 |
1562 | 2024-02-02T12:19:15.609Z | Compiling spin v0.9.8 |
1563 | 2024-02-02T12:19:15.943Z | Compiling tracing-core v0.1.31 |
1564 | 2024-02-02T12:19:16.170Z | Compiling unicode-bidi v0.3.13 |
1565 | 2024-02-02T12:19:16.590Z | Compiling unicode-normalization v0.1.22 |
1566 | 2024-02-02T12:19:17.226Z | Compiling serde_derive v1.0.195 |
1567 | 2024-02-02T12:19:18.063Z | Compiling zerocopy-derive v0.7.32 |
1568 | 2024-02-02T12:19:18.380Z | Compiling thiserror-impl v1.0.56 |
1569 | 2024-02-02T12:19:18.399Z | Compiling zeroize_derive v1.4.2 |
1570 | 2024-02-02T12:19:18.638Z | Compiling tokio-macros v2.2.0 |
1571 | 2024-02-02T12:19:18.660Z | Compiling futures-macro v0.3.30 |
1572 | 2024-02-02T12:19:18.751Z | Compiling tracing-attributes v0.1.26 |
1573 | 2024-02-02T12:19:21.098Z | Compiling schemars_derive v0.8.16 |
1574 | 2024-02-02T12:19:21.436Z | Checking zeroize v1.7.0 |
1575 | 2024-02-02T12:19:21.475Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-02-02T12:19:22.070Z | Compiling zerocopy v0.7.32 |
1577 | 2024-02-02T12:19:23.220Z | Checking futures-util v0.3.30 |
1578 | 2024-02-02T12:19:24.004Z | Compiling thiserror v1.0.56 |
1579 | 2024-02-02T12:19:24.180Z | Compiling pest v2.7.6 |
1580 | 2024-02-02T12:19:25.706Z | Compiling hashbrown v0.14.2 |
1581 | 2024-02-02T12:19:25.795Z | Compiling hashbrown v0.13.2 |
1582 | 2024-02-02T12:19:26.660Z | Compiling tracing v0.1.37 |
1583 | 2024-02-02T12:19:27.416Z | Compiling der_derive v0.7.2 |
1584 | 2024-02-02T12:19:27.629Z | Compiling num-integer v0.1.45 |
1585 | 2024-02-02T12:19:28.084Z | Compiling lazy_static v1.4.0 |
1586 | 2024-02-02T12:19:28.234Z | Compiling pest_meta v2.7.6 |
1587 | 2024-02-02T12:19:28.781Z | Compiling rustversion v1.0.14 |
1588 | 2024-02-02T12:19:28.951Z | Compiling time-core v0.1.1 |
1589 | 2024-02-02T12:19:29.197Z | Compiling foreign-types-shared v0.1.1 |
1590 | 2024-02-02T12:19:29.343Z | Compiling untrusted v0.9.0 |
1591 | 2024-02-02T12:19:29.679Z | Compiling untrusted v0.7.1 |
1592 | 2024-02-02T12:19:29.800Z | Compiling percent-encoding v2.3.1 |
1593 | 2024-02-02T12:19:30.435Z | Compiling pest_generator v2.7.6 |
1594 | 2024-02-02T12:19:32.723Z | Compiling foreign-types v0.3.2 |
1595 | 2024-02-02T12:19:32.847Z | Compiling time-macros v0.2.13 |
1596 | 2024-02-02T12:19:33.842Z | Compiling scroll_derive v0.12.0 |
1597 | 2024-02-02T12:19:35.522Z | Compiling synstructure v0.12.6 |
1598 | 2024-02-02T12:19:36.894Z | Compiling thread-id v4.2.0 |
1599 | 2024-02-02T12:19:37.041Z | Compiling try-lock v0.2.4 |
1600 | 2024-02-02T12:19:37.060Z | Compiling pest_derive v2.7.6 |
1601 | 2024-02-02T12:19:37.239Z | Compiling base64 v0.21.7 |
1602 | 2024-02-02T12:19:38.303Z | Compiling want v0.3.1 |
1603 | 2024-02-02T12:19:38.464Z | Compiling rustls-webpki v0.101.7 |
1604 | 2024-02-02T12:19:38.470Z | Compiling sct v0.7.0 |
1605 | 2024-02-02T12:19:38.612Z | Compiling zerocopy-derive v0.2.0 |
1606 | 2024-02-02T12:19:38.708Z | Compiling form_urlencoded v1.2.1 |
1607 | 2024-02-02T12:19:38.921Z | Compiling socket2 v0.4.9 |
1608 | 2024-02-02T12:19:39.184Z | Compiling openssl-probe v0.1.5 |
1609 | 2024-02-02T12:19:39.877Z | Compiling tower-service v0.3.2 |
1610 | 2024-02-02T12:19:40.038Z | Compiling httpdate v1.0.3 |
1611 | 2024-02-02T12:19:40.176Z | Compiling const-oid v0.9.5 |
1612 | 2024-02-02T12:19:40.779Z | Checking bytes v1.5.0 |
1613 | 2024-02-02T12:19:41.176Z | Checking bitflags v2.4.0 |
1614 | 2024-02-02T12:19:41.573Z | Compiling idna v0.5.0 |
1615 | 2024-02-02T12:19:41.958Z | Compiling adler v1.0.2 |
1616 | 2024-02-02T12:19:41.981Z | Checking tokio v1.35.1 |
1617 | 2024-02-02T12:19:43.404Z | Compiling indexmap v2.2.2 |
1618 | 2024-02-02T12:19:43.778Z | Compiling chrono v0.4.31 |
1619 | 2024-02-02T12:19:44.269Z | Compiling uuid v1.7.0 |
1620 | 2024-02-02T12:19:44.279Z | Compiling http v0.2.11 |
1621 | 2024-02-02T12:19:44.571Z | Compiling semver v1.0.21 |
1622 | 2024-02-02T12:19:45.863Z | Compiling serde_spanned v0.6.4 |
1623 | 2024-02-02T12:19:46.221Z | Compiling toml_datetime v0.6.5 |
1624 | 2024-02-02T12:19:46.841Z | Compiling openapiv3 v2.0.0 |
1625 | 2024-02-02T12:19:46.931Z | Compiling rustc_version v0.4.0 |
1626 | 2024-02-02T12:19:47.556Z | Compiling toml_edit v0.19.15 |
1627 | 2024-02-02T12:19:50.411Z | Compiling http-body v0.4.5 |
1628 | 2024-02-02T12:19:53.104Z | Compiling url v2.5.0 |
1629 | 2024-02-02T12:19:54.782Z | Compiling miniz_oxide v0.7.1 |
1630 | 2024-02-02T12:19:54.903Z | Checking crypto-common v0.1.6 |
1631 | 2024-02-02T12:19:55.163Z | Checking equivalent v1.0.1 |
1632 | 2024-02-02T12:19:55.301Z | Compiling ipnet v2.9.0 |
1633 | 2024-02-02T12:19:55.646Z | Compiling signal-hook v0.3.17 |
1634 | 2024-02-02T12:19:57.380Z | Compiling serde_urlencoded v0.7.1 |
1635 | 2024-02-02T12:19:57.438Z | Compiling rustls-pemfile v1.0.3 |
1636 | 2024-02-02T12:19:58.183Z | Compiling clap_derive v4.4.2 |
1637 | 2024-02-02T12:19:58.321Z | Compiling zerocopy-derive v0.6.4 |
1638 | 2024-02-02T12:19:58.491Z | Compiling tokio-util v0.7.10 |
1639 | 2024-02-02T12:19:58.595Z | Compiling tokio-rustls v0.24.1 |
1640 | 2024-02-02T12:19:59.681Z | Compiling usdt-impl v0.3.5 |
1641 | 2024-02-02T12:20:00.177Z | Compiling encoding_rs v0.8.33 |
1642 | 2024-02-02T12:20:00.283Z | Compiling mime v0.3.17 |
1643 | 2024-02-02T12:20:01.006Z | Compiling h2 v0.3.24 |
1644 | 2024-02-02T12:20:01.239Z | Compiling siphasher v0.3.11 |
1645 | 2024-02-02T12:20:01.906Z | Compiling tokio-native-tls v0.3.1 |
1646 | 2024-02-02T12:20:02.004Z | Compiling webpki-roots v0.25.2 |
1647 | 2024-02-02T12:20:02.053Z | Compiling gimli v0.28.0 |
1648 | 2024-02-02T12:20:02.487Z | Compiling zerocopy v0.3.0 |
1649 | 2024-02-02T12:20:02.744Z | Compiling strum_macros v0.25.2 |
1650 | 2024-02-02T12:20:03.755Z | Compiling scroll v0.12.0 |
1651 | 2024-02-02T12:20:04.616Z | Compiling block-buffer v0.10.4 |
1652 | 2024-02-02T12:20:05.380Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1653 | 2024-02-02T12:20:05.579Z | Compiling object v0.32.1 |
1654 | 2024-02-02T12:20:06.054Z | Compiling num-iter v0.1.43 |
1655 | 2024-02-02T12:20:06.492Z | Compiling usdt-impl v0.5.0 |
1656 | 2024-02-02T12:20:06.920Z | Compiling plain v0.2.3 |
1657 | 2024-02-02T12:20:06.981Z | Compiling rustc-demangle v0.1.23 |
1658 | 2024-02-02T12:20:07.147Z | Compiling goblin v0.8.0 |
1659 | 2024-02-02T12:20:09.754Z | Compiling addr2line v0.21.0 |
1660 | 2024-02-02T12:20:09.972Z | Compiling flate2 v1.0.28 |
1661 | 2024-02-02T12:20:10.455Z | Compiling digest v0.10.7 |
1662 | 2024-02-02T12:20:10.678Z | Compiling dof v0.1.5 |
1663 | 2024-02-02T12:20:10.843Z | Compiling heapless v0.7.16 |
1664 | 2024-02-02T12:20:11.201Z | Compiling camino v1.1.6 |
1665 | 2024-02-02T12:20:11.404Z | Compiling dtrace-parser v0.1.14 |
1666 | 2024-02-02T12:20:11.441Z | Compiling futures-executor v0.3.30 |
1667 | 2024-02-02T12:20:11.655Z | Compiling ppv-lite86 v0.2.17 |
1668 | 2024-02-02T12:20:12.198Z | Compiling pretty-hex v0.4.1 |
1669 | 2024-02-02T12:20:12.501Z | Compiling hyper v0.14.27 |
1670 | 2024-02-02T12:20:12.916Z | Compiling rand_chacha v0.3.1 |
1671 | 2024-02-02T12:20:12.950Z | Compiling futures v0.3.30 |
1672 | 2024-02-02T12:20:13.190Z | Compiling toml v0.7.8 |
1673 | 2024-02-02T12:20:14.672Z | Compiling toml_edit v0.21.0 |
1674 | 2024-02-02T12:20:15.957Z | Compiling serde_tokenstream v0.1.7 |
1675 | 2024-02-02T12:20:16.017Z | Compiling hex v0.4.3 |
1676 | 2024-02-02T12:20:16.882Z | Compiling dof v0.3.0 |
1677 | 2024-02-02T12:20:17.824Z | Compiling dtrace-parser v0.2.0 |
1678 | 2024-02-02T12:20:19.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1679 | 2024-02-02T12:20:20.526Z | Compiling bit-vec v0.6.3 |
1680 | 2024-02-02T12:20:21.299Z | Compiling rand v0.8.5 |
1681 | 2024-02-02T12:20:21.573Z | Compiling phf_shared v0.10.0 |
1682 | 2024-02-02T12:20:22.180Z | Compiling num-bigint v0.4.4 |
1683 | 2024-02-02T12:20:22.374Z | Compiling new_debug_unreachable v1.0.4 |
1684 | 2024-02-02T12:20:22.502Z | Compiling smoltcp v0.9.1 |
1685 | 2024-02-02T12:20:22.942Z | Compiling fixedbitset v0.4.2 |
1686 | 2024-02-02T12:20:23.482Z | Compiling base64ct v1.6.0 |
1687 | 2024-02-02T12:20:23.627Z | Compiling minimal-lexical v0.2.1 |
1688 | 2024-02-02T12:20:23.647Z | Compiling precomputed-hash v0.1.1 |
1689 | 2024-02-02T12:20:23.797Z | Compiling string_cache v0.8.7 |
1690 | 2024-02-02T12:20:23.847Z | Compiling hyper-rustls v0.24.2 |
1691 | 2024-02-02T12:20:24.379Z | Compiling hyper-tls v0.5.0 |
1692 | 2024-02-02T12:20:24.441Z | Compiling nom v7.1.3 |
1693 | 2024-02-02T12:20:24.476Z | Compiling pem-rfc7468 v0.7.0 |
1694 | 2024-02-02T12:20:24.733Z | Compiling petgraph v0.6.4 |
1695 | 2024-02-02T12:20:24.889Z | Compiling reqwest v0.11.22 |
1696 | 2024-02-02T12:20:25.057Z | Compiling bit-set v0.5.3 |
1697 | 2024-02-02T12:20:25.516Z | Compiling usdt-attr-macro v0.3.5 |
1698 | 2024-02-02T12:20:25.722Z | Compiling usdt-macro v0.3.5 |
1699 | 2024-02-02T12:20:27.030Z | Compiling hmac v0.12.1 |
1700 | 2024-02-02T12:20:27.676Z | Compiling enum-as-inner v0.5.1 |
1701 | 2024-02-02T12:20:27.858Z | Compiling hubpack_derive v0.1.1 |
1702 | 2024-02-02T12:20:27.964Z | Compiling itertools v0.10.5 |
1703 | 2024-02-02T12:20:28.120Z | Compiling diesel_table_macro_syntax v0.1.0 |
1704 | 2024-02-02T12:20:28.755Z | Checking unicode-ident v1.0.12 |
1705 | 2024-02-02T12:20:29.000Z | Compiling lalrpop-util v0.19.12 |
1706 | 2024-02-02T12:20:29.316Z | Compiling flagset v0.4.3 |
1707 | 2024-02-02T12:20:29.409Z | Compiling unicode-segmentation v1.10.1 |
1708 | 2024-02-02T12:20:29.518Z | Compiling diesel_derives v2.1.2 |
1709 | 2024-02-02T12:20:29.596Z | Compiling der v0.7.8 |
1710 | 2024-02-02T12:20:30.885Z | Compiling cpufeatures v0.2.12 |
1711 | 2024-02-02T12:20:31.025Z | Compiling sha2 v0.10.8 |
1712 | 2024-02-02T12:20:31.046Z | Compiling rustix v0.37.23 |
1713 | 2024-02-02T12:20:31.440Z | Compiling md-5 v0.10.5 |
1714 | 2024-02-02T12:20:32.601Z | Compiling stringprep v0.1.3 |
1715 | 2024-02-02T12:20:32.850Z | Compiling serde_repr v0.1.16 |
1716 | 2024-02-02T12:20:33.127Z | Compiling spki v0.7.2 |
1717 | 2024-02-02T12:20:33.385Z | Compiling hash32 v0.2.1 |
1718 | 2024-02-02T12:20:33.689Z | Compiling stable_deref_trait v1.2.0 |
1719 | 2024-02-02T12:20:33.979Z | Compiling fallible-iterator v0.2.0 |
1720 | 2024-02-02T12:20:34.038Z | Checking bitflags v1.3.2 |
1721 | 2024-02-02T12:20:34.235Z | Compiling pkcs8 v0.10.2 |
1722 | 2024-02-02T12:20:34.720Z | Compiling terminal_size v0.2.6 |
1723 | 2024-02-02T12:20:35.098Z | Compiling postgres-protocol v0.6.6 |
1724 | 2024-02-02T12:20:35.142Z | Checking proc-macro2 v1.0.78 |
1725 | 2024-02-02T12:20:35.287Z | Compiling phf_shared v0.11.2 |
1726 | 2024-02-02T12:20:35.859Z | Compiling ff v0.13.0 |
1727 | 2024-02-02T12:20:36.075Z | Compiling block-padding v0.3.3 |
1728 | 2024-02-02T12:20:36.188Z | Compiling scheduled-thread-pool v0.2.7 |
1729 | 2024-02-02T12:20:36.460Z | Compiling managed v0.8.0 |
1730 | 2024-02-02T12:20:36.991Z | Compiling regex-automata v0.1.10 |
1731 | 2024-02-02T12:20:37.123Z | Compiling num_threads v0.1.6 |
1732 | 2024-02-02T12:20:37.173Z | Compiling deranged v0.3.8 |
1733 | 2024-02-02T12:20:37.287Z | Compiling base16ct v0.2.0 |
1734 | 2024-02-02T12:20:37.290Z | Compiling matches v0.1.10 |
1735 | 2024-02-02T12:20:37.410Z | Compiling idna v0.2.3 |
1736 | 2024-02-02T12:20:37.473Z | Compiling clap_builder v4.4.2 |
1737 | 2024-02-02T12:20:37.761Z | Compiling bstr v0.2.17 |
1738 | 2024-02-02T12:20:37.780Z | Compiling sec1 v0.7.3 |
1739 | 2024-02-02T12:20:40.045Z | Compiling time v0.3.27 |
1740 | 2024-02-02T12:20:40.093Z | Compiling r2d2 v0.8.10 |
1741 | 2024-02-02T12:20:40.112Z | Compiling inout v0.1.3 |
1742 | 2024-02-02T12:20:40.558Z | Compiling postgres-types v0.2.6 |
1743 | 2024-02-02T12:20:40.677Z | Checking quote v1.0.35 |
1744 | 2024-02-02T12:20:41.223Z | Compiling group v0.13.0 |
1745 | 2024-02-02T12:20:41.694Z | Compiling signal-hook-mio v0.2.3 |
1746 | 2024-02-02T12:20:41.912Z | Compiling phf v0.11.2 |
1747 | 2024-02-02T12:20:42.346Z | Compiling bzip2 v0.4.4 |
1748 | 2024-02-02T12:20:42.467Z | Compiling hubpack v0.1.2 |
1749 | 2024-02-02T12:20:42.945Z | Compiling hkdf v0.12.4 |
1750 | 2024-02-02T12:20:43.183Z | Compiling zerocopy v0.6.4 |
1751 | 2024-02-02T12:20:43.622Z | Compiling ipnetwork v0.20.0 |
1752 | 2024-02-02T12:20:44.506Z | Compiling crypto-bigint v0.5.2 |
1753 | 2024-02-02T12:20:45.099Z | Compiling float-cmp v0.9.0 |
1754 | 2024-02-02T12:20:45.474Z | Compiling predicates-core v1.0.6 |
1755 | 2024-02-02T12:20:46.032Z | Compiling regex-automata v0.3.8 |
1756 | 2024-02-02T12:20:46.667Z | Compiling whoami v1.4.1 |
1757 | 2024-02-02T12:20:47.646Z | Compiling difflib v0.4.0 |
1758 | 2024-02-02T12:20:49.129Z | Compiling data-encoding v2.4.0 |
1759 | 2024-02-02T12:20:49.821Z | Compiling normalize-line-endings v0.3.0 |
1760 | 2024-02-02T12:20:50.114Z | Compiling static_assertions v1.1.0 |
1761 | 2024-02-02T12:20:50.277Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1762 | 2024-02-02T12:20:50.316Z | Compiling trust-dns-proto v0.22.0 |
1763 | 2024-02-02T12:20:50.357Z | Compiling predicates v3.1.0 |
1764 | 2024-02-02T12:20:53.174Z | Compiling bstr v1.6.0 |
1765 | 2024-02-02T12:20:53.264Z | Compiling elliptic-curve v0.13.8 |
1766 | 2024-02-02T12:20:53.284Z | Compiling tokio-postgres v0.7.10 |
1767 | 2024-02-02T12:20:53.850Z | Compiling yasna v0.5.2 |
1768 | 2024-02-02T12:20:54.529Z | Compiling clap v4.4.3 |
1769 | 2024-02-02T12:20:54.683Z | Compiling zip v0.6.6 |
1770 | 2024-02-02T12:20:55.748Z | Compiling crossterm v0.27.0 |
1771 | 2024-02-02T12:20:57.022Z | Compiling cipher v0.4.4 |
1772 | 2024-02-02T12:20:57.067Z | Compiling diesel v2.1.4 |
1773 | 2024-02-02T12:20:57.135Z | Compiling similar v2.3.0 |
1774 | 2024-02-02T12:21:00.189Z | Compiling usdt v0.3.5 |
1775 | 2024-02-02T12:21:00.243Z | Compiling tokio-stream v0.1.14 |
1776 | 2024-02-02T12:21:00.637Z | Compiling console v0.15.8 |
1777 | 2024-02-02T12:21:04.574Z | Checking utf8parse v0.2.1 |
1778 | 2024-02-02T12:21:06.679Z | Checking anstyle v1.0.2 |
1779 | 2024-02-02T12:21:08.698Z | Compiling serde_tokenstream v0.2.0 |
1780 | 2024-02-02T12:21:09.534Z | Checking io-lifetimes v1.0.11 |
1781 | 2024-02-02T12:21:15.414Z | Checking anstyle-parse v0.2.1 |
1782 | 2024-02-02T12:21:16.606Z | Checking anstyle-query v1.0.0 |
1783 | 2024-02-02T12:21:16.650Z | Checking colorchoice v1.0.0 |
1784 | 2024-02-02T12:21:16.818Z | Checking anstream v0.5.0 |
1785 | 2024-02-02T12:21:17.104Z | Checking strsim v0.10.0 |
1786 | 2024-02-02T12:21:17.170Z | Checking clap_lex v0.5.1 |
1787 | 2024-02-02T12:21:17.744Z | Checking winnow v0.5.15 |
1788 | 2024-02-02T12:21:26.058Z | Compiling regress v0.7.1 |
1789 | 2024-02-02T12:21:31.536Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1790 | 2024-02-02T12:21:42.674Z | Compiling getopts v0.2.21 |
1791 | 2024-02-02T12:21:43.002Z | Compiling unsafe-libyaml v0.2.10 |
1792 | 2024-02-02T12:21:43.181Z | Checking heck v0.4.1 |
1793 | 2024-02-02T12:21:44.865Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1794 | 2024-02-02T12:21:45.345Z | Compiling serde_yaml v0.9.25 |
1795 | 2024-02-02T12:21:46.245Z | Compiling ident_case v1.0.1 |
1796 | 2024-02-02T12:21:46.248Z | Checking rustls-pki-types v1.1.0 |
1797 | 2024-02-02T12:21:46.372Z | Checking fastrand v2.0.0 |
1798 | 2024-02-02T12:21:46.497Z | Checking match_cfg v0.1.0 |
1799 | 2024-02-02T12:21:46.616Z | Checking hostname v0.3.1 |
1800 | 2024-02-02T12:21:46.791Z | Checking http v1.0.0 |
1801 | 2024-02-02T12:21:46.838Z | Checking atty v0.2.14 |
1802 | 2024-02-02T12:21:46.857Z | Checking tempfile v3.9.0 |
1803 | 2024-02-02T12:21:47.001Z | Checking quick-error v1.2.3 |
1804 | 2024-02-02T12:21:47.194Z | Compiling paste v1.0.14 |
1805 | 2024-02-02T12:21:47.376Z | Checking crossbeam-channel v0.5.8 |
1806 | 2024-02-02T12:21:48.034Z | Checking sha1 v0.10.6 |
1807 | 2024-02-02T12:21:48.446Z | Checking dirs-sys-next v0.1.2 |
1808 | 2024-02-02T12:21:48.485Z | Compiling rustls v0.22.2 |
1809 | 2024-02-02T12:21:48.705Z | Checking dirs-next v2.0.0 |
1810 | 2024-02-02T12:21:48.923Z | Checking rustls-webpki v0.102.1 |
1811 | 2024-02-02T12:21:48.985Z | Checking thread_local v1.1.7 |
1812 | 2024-02-02T12:21:49.424Z | Checking instant v0.1.12 |
1813 | 2024-02-02T12:21:49.577Z | Compiling slog-async v2.8.0 |
1814 | 2024-02-02T12:21:50.456Z | Checking term v0.7.0 |
1815 | 2024-02-02T12:21:50.894Z | Checking rustls-pemfile v2.0.0 |
1816 | 2024-02-02T12:21:51.109Z | Compiling multer v3.0.0 |
1817 | 2024-02-02T12:21:51.226Z | Checking debug-ignore v1.0.5 |
1818 | 2024-02-02T12:21:51.409Z | Checking take_mut v0.2.2 |
1819 | 2024-02-02T12:21:51.621Z | Checking slog-term v2.9.0 |
1820 | 2024-02-02T12:21:52.056Z | Compiling darling_core v0.20.3 |
1821 | 2024-02-02T12:21:52.239Z | Checking slog-json v2.6.1 |
1822 | 2024-02-02T12:21:52.258Z | Compiling async-stream-impl v0.3.5 |
1823 | 2024-02-02T12:21:52.389Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1824 | 2024-02-02T12:21:52.622Z | Checking atomic-waker v1.1.1 |
1825 | 2024-02-02T12:21:52.796Z | Checking waitgroup v0.1.2 |
1826 | 2024-02-02T12:21:52.916Z | Checking slog-bunyan v2.5.0 |
1827 | 2024-02-02T12:21:53.140Z | Checking toml v0.8.8 |
1828 | 2024-02-02T12:21:53.583Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1829 | 2024-02-02T12:21:54.383Z | Checking serde_path_to_error v0.1.15 |
1830 | 2024-02-02T12:21:54.586Z | Checking async-stream v0.3.5 |
1831 | 2024-02-02T12:21:54.875Z | Checking strum v0.25.0 |
1832 | 2024-02-02T12:21:55.071Z | Compiling structmeta-derive v0.2.0 |
1833 | 2024-02-02T12:21:55.477Z | Checking wait-timeout v0.2.0 |
1834 | 2024-02-02T12:21:55.735Z | Checking rusty-fork v0.3.0 |
1835 | 2024-02-02T12:21:56.151Z | Checking tokio-rustls v0.25.0 |
1836 | 2024-02-02T12:21:56.169Z | Checking rand_xorshift v0.3.0 |
1837 | 2024-02-02T12:21:56.423Z | Checking unarray v0.1.4 |
1838 | 2024-02-02T12:21:56.646Z | Compiling regex-syntax v0.7.5 |
1839 | 2024-02-02T12:21:56.706Z | Checking proptest v1.4.0 |
1840 | 2024-02-02T12:22:00.159Z | Compiling structmeta v0.2.0 |
1841 | 2024-02-02T12:22:00.927Z | Checking backoff v0.4.0 |
1842 | 2024-02-02T12:22:01.295Z | Compiling test-strategy v0.3.1 |
1843 | 2024-02-02T12:22:02.394Z | Compiling darling_macro v0.20.3 |
1844 | 2024-02-02T12:22:03.205Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1845 | 2024-02-02T12:22:03.478Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1846 | 2024-02-02T12:22:03.695Z | Checking macaddr v1.0.1 |
1847 | 2024-02-02T12:22:03.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1848 | 2024-02-02T12:22:04.025Z | Compiling darling v0.20.3 |
1849 | 2024-02-02T12:22:04.079Z | Checking camino-tempfile v1.1.1 |
1850 | 2024-02-02T12:22:04.181Z | Compiling serde_with_macros v3.5.1 |
1851 | 2024-02-02T12:22:04.215Z | Checking is-terminal v0.4.9 |
1852 | 2024-02-02T12:22:04.384Z | Compiling proc-macro-error-attr v1.0.4 |
1853 | 2024-02-02T12:22:04.481Z | Compiling proc-macro-error v1.0.4 |
1854 | 2024-02-02T12:22:04.545Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1855 | 2024-02-02T12:22:05.102Z | Compiling proc-macro-crate v1.3.1 |
1856 | 2024-02-02T12:22:05.836Z | Checking termtree v0.4.1 |
1857 | 2024-02-02T12:22:06.122Z | Compiling heapless v0.8.0 |
1858 | 2024-02-02T12:22:06.957Z | Compiling num_enum_derive v0.5.11 |
1859 | 2024-02-02T12:22:07.445Z | Checking predicates-tree v1.0.9 |
1860 | 2024-02-02T12:22:07.504Z | Checking hash32 v0.3.1 |
1861 | 2024-02-02T12:22:07.652Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1862 | 2024-02-02T12:22:07.762Z | Compiling smoltcp v0.11.0 |
1863 | 2024-02-02T12:22:08.189Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1864 | 2024-02-02T12:22:08.296Z | Compiling parse-display-derive v0.8.2 |
1865 | 2024-02-02T12:22:08.605Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-02-02T12:22:08.910Z | Checking embedded-io v0.4.0 |
1867 | 2024-02-02T12:22:09.020Z | Checking cobs v0.2.3 |
1868 | 2024-02-02T12:22:09.253Z | Compiling foreign-types-macros v0.2.3 |
1869 | 2024-02-02T12:22:09.275Z | Checking postcard v1.0.8 |
1870 | 2024-02-02T12:22:09.534Z | Checking serde_with v3.5.1 |
1871 | 2024-02-02T12:22:10.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1872 | 2024-02-02T12:22:10.954Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1873 | 2024-02-02T12:22:11.157Z | Checking foreign-types-shared v0.3.1 |
1874 | 2024-02-02T12:22:11.314Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-02-02T12:22:11.359Z | Checking foreign-types v0.5.0 |
1876 | 2024-02-02T12:22:11.626Z | Checking num_enum v0.5.11 |
1877 | 2024-02-02T12:22:11.824Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1878 | 2024-02-02T12:22:11.883Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1879 | 2024-02-02T12:22:11.900Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1880 | 2024-02-02T12:22:12.079Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1881 | 2024-02-02T12:22:13.189Z | Checking cstr-argument v0.1.2 |
1882 | 2024-02-02T12:22:13.272Z | Checking pretty-hex v0.2.1 |
1883 | 2024-02-02T12:22:13.433Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1884 | 2024-02-02T12:22:13.495Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-02-02T12:22:13.897Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1886 | 2024-02-02T12:22:14.107Z | Checking colored v2.0.4 |
1887 | 2024-02-02T12:22:14.346Z | Compiling usdt-macro v0.5.0 |
1888 | 2024-02-02T12:22:14.549Z | Compiling usdt-attr-macro v0.5.0 |
1889 | 2024-02-02T12:22:14.552Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1890 | 2024-02-02T12:22:15.314Z | Checking memmap v0.7.0 |
1891 | 2024-02-02T12:22:15.528Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1892 | 2024-02-02T12:22:15.849Z | Compiling zone_cfg_derive v0.3.0 |
1893 | 2024-02-02T12:22:15.909Z | Checking parse-display v0.8.2 |
1894 | 2024-02-02T12:22:16.141Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1895 | 2024-02-02T12:22:16.665Z | Compiling mockall_derive v0.12.0 |
1896 | 2024-02-02T12:22:16.909Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-02T12:22:16.925Z | Compiling num-derive v0.4.0 |
1898 | 2024-02-02T12:22:17.255Z | Checking usdt v0.5.0 |
1899 | 2024-02-02T12:22:17.622Z | Checking downcast v0.11.0 |
1900 | 2024-02-02T12:22:17.911Z | Checking fragile v2.0.0 |
1901 | 2024-02-02T12:22:18.296Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1902 | 2024-02-02T12:22:18.332Z | Checking zone v0.3.0 |
1903 | 2024-02-02T12:22:18.570Z | Checking smf v0.2.2 |
1904 | 2024-02-02T12:22:18.644Z | Checking xattr v1.0.1 |
1905 | 2024-02-02T12:22:18.910Z | Checking filetime v0.2.23 |
1906 | 2024-02-02T12:22:19.201Z | Checking same-file v1.0.6 |
1907 | 2024-02-02T12:22:19.265Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1908 | 2024-02-02T12:22:19.291Z | Checking tar v0.4.40 |
1909 | 2024-02-02T12:22:19.425Z | Checking walkdir v2.4.0 |
1910 | 2024-02-02T12:22:19.556Z | Compiling rayon-core v1.12.0 |
1911 | 2024-02-02T12:22:19.672Z | Checking pem v3.0.2 |
1912 | 2024-02-02T12:22:19.844Z | Checking linked-hash-map v0.5.6 |
1913 | 2024-02-02T12:22:20.002Z | Checking itertools v0.12.1 |
1914 | 2024-02-02T12:22:20.055Z | Checking headers-core v0.2.0 |
1915 | 2024-02-02T12:22:20.271Z | Checking headers v0.3.9 |
1916 | 2024-02-02T12:22:20.421Z | Checking lru-cache v0.1.2 |
1917 | 2024-02-02T12:22:20.558Z | Checking swrite v0.1.0 |
1918 | 2024-02-02T12:22:20.682Z | Checking password-hash v0.5.0 |
1919 | 2024-02-02T12:22:20.703Z | Checking blake2 v0.10.6 |
1920 | 2024-02-02T12:22:20.999Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1921 | 2024-02-02T12:22:21.374Z | Checking rcgen v0.12.1 |
1922 | 2024-02-02T12:22:21.377Z | Checking argon2 v0.5.3 |
1923 | 2024-02-02T12:22:21.722Z | Checking atomicwrites v0.4.3 |
1924 | 2024-02-02T12:22:22.000Z | Checking subprocess v0.2.9 |
1925 | 2024-02-02T12:22:22.092Z | Checking arc-swap v1.6.0 |
1926 | 2024-02-02T12:22:22.382Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-02-02T12:22:22.445Z | Checking half v2.3.1 |
1928 | 2024-02-02T12:22:22.759Z | Checking slog-scope v4.4.0 |
1929 | 2024-02-02T12:22:22.835Z | Checking ciborium-io v0.2.2 |
1930 | 2024-02-02T12:22:22.997Z | Checking resolv-conf v0.7.0 |
1931 | 2024-02-02T12:22:23.041Z | Checking slog-stdlog v4.1.1 |
1932 | 2024-02-02T12:22:23.194Z | Checking ciborium-ll v0.2.2 |
1933 | 2024-02-02T12:22:23.275Z | Checking slog-envlogger v2.2.0 |
1934 | 2024-02-02T12:22:23.546Z | Checking trust-dns-resolver v0.22.0 |
1935 | 2024-02-02T12:22:23.596Z | Checking libsw v3.3.1 |
1936 | 2024-02-02T12:22:23.613Z | Compiling derive-where v1.2.7 |
1937 | 2024-02-02T12:22:23.649Z | Checking ciborium v0.2.2 |
1938 | 2024-02-02T12:22:23.974Z | Checking owo-colors v4.0.0 |
1939 | 2024-02-02T12:22:24.411Z | Checking linear-map v1.2.0 |
1940 | 2024-02-02T12:22:24.903Z | Checking textwrap v0.11.0 |
1941 | 2024-02-02T12:22:25.221Z | Compiling heck v0.3.3 |
1942 | 2024-02-02T12:22:25.290Z | Compiling blake3 v1.5.0 |
1943 | 2024-02-02T12:22:25.766Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1944 | 2024-02-02T12:22:25.891Z | Checking strsim v0.8.0 |
1945 | 2024-02-02T12:22:26.068Z | Checking vec_map v0.8.2 |
1946 | 2024-02-02T12:22:26.170Z | Checking ansi_term v0.12.1 |
1947 | 2024-02-02T12:22:26.210Z | Compiling libefi-sys v0.1.0 |
1948 | 2024-02-02T12:22:26.622Z | Checking clap v2.34.0 |
1949 | 2024-02-02T12:22:26.662Z | Compiling structopt-derive v0.4.18 |
1950 | 2024-02-02T12:22:27.018Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1951 | 2024-02-02T12:22:27.307Z | Compiling slog-dtrace v0.3.0 |
1952 | 2024-02-02T12:22:27.828Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1953 | 2024-02-02T12:22:28.298Z | Checking termcolor v1.2.0 |
1954 | 2024-02-02T12:22:28.390Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-02-02T12:22:28.926Z | Checking nibble_vec v0.1.0 |
1956 | 2024-02-02T12:22:29.184Z | Checking gethostname v0.4.3 |
1957 | 2024-02-02T12:22:29.378Z | Checking endian-type v0.1.2 |
1958 | 2024-02-02T12:22:29.381Z | Compiling radium v0.7.0 |
1959 | 2024-02-02T12:22:29.674Z | Checking radix_trie v0.2.1 |
1960 | 2024-02-02T12:22:29.861Z | Checking tap v1.0.1 |
1961 | 2024-02-02T12:22:30.084Z | Compiling maybe-uninit v2.0.0 |
1962 | 2024-02-02T12:22:30.312Z | Checking wyz v0.5.1 |
1963 | 2024-02-02T12:22:30.814Z | Checking fxhash v0.2.1 |
1964 | 2024-02-02T12:22:30.938Z | Checking funty v2.0.0 |
1965 | 2024-02-02T12:22:30.957Z | Checking mockall v0.12.0 |
1966 | 2024-02-02T12:22:31.162Z | Compiling packed_struct v0.10.1 |
1967 | 2024-02-02T12:22:31.165Z | Compiling num-bigint-dig v0.8.4 |
1968 | 2024-02-02T12:22:31.278Z | Checking crc-catalog v2.2.0 |
1969 | 2024-02-02T12:22:31.458Z | Compiling packed_struct_codegen v0.10.1 |
1970 | 2024-02-02T12:22:31.476Z | Checking crc v3.0.1 |
1971 | 2024-02-02T12:22:31.540Z | Compiling indexmap v1.9.3 |
1972 | 2024-02-02T12:22:31.743Z | Checking nodrop v0.1.14 |
1973 | 2024-02-02T12:22:31.767Z | Compiling semver v0.1.20 |
1974 | 2024-02-02T12:22:31.785Z | Checking structopt v0.3.26 |
1975 | 2024-02-02T12:22:31.892Z | Checking array-init v0.0.4 |
1976 | 2024-02-02T12:22:32.339Z | Compiling rustc_version v0.1.7 |
1977 | 2024-02-02T12:22:32.733Z | Checking bitvec v1.0.1 |
1978 | 2024-02-02T12:22:32.850Z | Checking smallvec v0.6.14 |
1979 | 2024-02-02T12:22:33.114Z | Checking pkcs1 v0.7.5 |
1980 | 2024-02-02T12:22:33.437Z | Checking signature v2.1.0 |
1981 | 2024-02-02T12:22:33.670Z | Compiling crossbeam-deque v0.8.3 |
1982 | 2024-02-02T12:22:34.092Z | Checking hashbrown v0.12.3 |
1983 | 2024-02-02T12:22:34.202Z | Checking bitfield v0.14.0 |
1984 | 2024-02-02T12:22:35.305Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1985 | 2024-02-02T12:22:35.359Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1986 | 2024-02-02T12:22:35.779Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1987 | 2024-02-02T12:22:35.894Z | Checking rsa v0.9.2 |
1988 | 2024-02-02T12:22:36.459Z | Checking serde-hex v0.1.0 |
1989 | 2024-02-02T12:22:37.008Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-02-02T12:22:37.200Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1991 | 2024-02-02T12:22:37.369Z | Checking env_logger v0.10.0 |
1992 | 2024-02-02T12:22:37.444Z | Checking x509-cert v0.2.4 |
1993 | 2024-02-02T12:22:37.567Z | Checking ron v0.8.1 |
1994 | 2024-02-02T12:22:37.739Z | Compiling semver-parser v0.10.2 |
1995 | 2024-02-02T12:22:38.043Z | Checking crc-any v2.4.3 |
1996 | 2024-02-02T12:22:38.731Z | Checking object v0.30.4 |
1997 | 2024-02-02T12:22:39.642Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1998 | 2024-02-02T12:22:40.020Z | Compiling semver v0.11.0 |
1999 | 2024-02-02T12:22:40.119Z | Compiling rayon v1.8.0 |
2000 | 2024-02-02T12:22:41.393Z | Compiling num-rational v0.4.1 |
2001 | 2024-02-02T12:22:41.845Z | Compiling memmap2 v0.7.1 |
2002 | 2024-02-02T12:22:42.466Z | Checking path-slash v0.1.5 |
2003 | 2024-02-02T12:22:42.531Z | Compiling arrayvec v0.7.4 |
2004 | 2024-02-02T12:22:42.663Z | Compiling constant_time_eq v0.3.0 |
2005 | 2024-02-02T12:22:42.913Z | Compiling arrayref v0.3.7 |
2006 | 2024-02-02T12:22:43.050Z | Compiling home v0.5.5 |
2007 | 2024-02-02T12:22:43.421Z | Compiling toolchain_find v0.2.0 |
2008 | 2024-02-02T12:22:43.965Z | Checking newline-converter v0.3.0 |
2009 | 2024-02-02T12:22:44.035Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2010 | 2024-02-02T12:22:44.408Z | Compiling toml v0.5.11 |
2011 | 2024-02-02T12:22:44.544Z | Compiling topological-sort v0.2.2 |
2012 | 2024-02-02T12:22:44.804Z | Compiling convert_case v0.4.0 |
2013 | 2024-02-02T12:22:44.845Z | Checking expectorate v1.1.0 |
2014 | 2024-02-02T12:22:46.276Z | Checking steno v0.4.0 |
2015 | 2024-02-02T12:22:46.377Z | Compiling derive_more v0.99.17 |
2016 | 2024-02-02T12:22:49.127Z | Compiling omicron-zone-package v0.11.0 |
2017 | 2024-02-02T12:22:49.697Z | Compiling rustfmt-wrapper v0.2.0 |
2018 | 2024-02-02T12:22:50.088Z | Checking num-complex v0.4.4 |
2019 | 2024-02-02T12:22:50.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2020 | 2024-02-02T12:22:50.851Z | Checking utf-8 v0.7.6 |
2021 | 2024-02-02T12:22:50.931Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2022 | 2024-02-02T12:22:51.147Z | Checking tungstenite v0.20.1 |
2023 | 2024-02-02T12:22:51.437Z | Compiling buf-list v1.0.3 |
2024 | 2024-02-02T12:22:51.606Z | Checking num v0.4.1 |
2025 | 2024-02-02T12:22:51.745Z | Checking display-error-chain v0.2.0 |
2026 | 2024-02-02T12:22:51.959Z | Compiling parking_lot_core v0.8.6 |
2027 | 2024-02-02T12:22:52.611Z | Checking tokio-tungstenite v0.20.1 |
2028 | 2024-02-02T12:22:52.810Z | Checking keccak v0.1.4 |
2029 | 2024-02-02T12:22:52.950Z | Checking trust-dns-client v0.22.0 |
2030 | 2024-02-02T12:22:53.242Z | Checking parking_lot v0.11.2 |
2031 | 2024-02-02T12:22:53.271Z | Checking sha3 v0.10.8 |
2032 | 2024-02-02T12:22:53.784Z | Checking secrecy v0.8.0 |
2033 | 2024-02-02T12:22:53.862Z | Compiling pin-project-internal v1.1.3 |
2034 | 2024-02-02T12:22:54.093Z | Compiling doc-comment v0.3.3 |
2035 | 2024-02-02T12:22:55.021Z | Checking sled v0.34.7 |
2036 | 2024-02-02T12:22:55.377Z | Checking glob v0.3.1 |
2037 | 2024-02-02T12:22:55.886Z | Checking trust-dns-server v0.22.1 |
2038 | 2024-02-02T12:22:56.343Z | Compiling vte_generate_state_changes v0.1.1 |
2039 | 2024-02-02T12:22:57.413Z | Checking vte v0.11.1 |
2040 | 2024-02-02T12:22:57.653Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2041 | 2024-02-02T12:22:57.963Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-02-02T12:22:59.250Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2043 | 2024-02-02T12:22:59.707Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2044 | 2024-02-02T12:23:00.283Z | Checking pin-project v1.1.3 |
2045 | 2024-02-02T12:23:00.286Z | Compiling unicase v2.7.0 |
2046 | 2024-02-02T12:23:00.332Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2047 | 2024-02-02T12:23:00.471Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2048 | 2024-02-02T12:23:00.767Z | Compiling platforms v3.0.2 |
2049 | 2024-02-02T12:23:01.114Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2050 | 2024-02-02T12:23:01.225Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2051 | 2024-02-02T12:23:01.542Z | Checking strip-ansi-escapes v0.2.0 |
2052 | 2024-02-02T12:23:01.744Z | Checking fd-lock v3.0.13 |
2053 | 2024-02-02T12:23:02.005Z | Compiling snafu-derive v0.7.5 |
2054 | 2024-02-02T12:23:02.777Z | Compiling fs-err v2.11.0 |
2055 | 2024-02-02T12:23:03.205Z | Checking nu-ansi-term v0.49.0 |
2056 | 2024-02-02T12:23:03.845Z | Checking reedline v0.28.0 |
2057 | 2024-02-02T12:23:04.551Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2058 | 2024-02-02T12:23:06.004Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2059 | 2024-02-02T12:23:07.236Z | Checking globset v0.4.13 |
2060 | 2024-02-02T12:23:07.882Z | Checking olpc-cjson v0.1.3 |
2061 | 2024-02-02T12:23:07.990Z | Checking serde_plain v1.0.2 |
2062 | 2024-02-02T12:23:08.197Z | Compiling async-recursion v1.0.5 |
2063 | 2024-02-02T12:23:08.353Z | Checking typed-path v0.7.0 |
2064 | 2024-02-02T12:23:09.943Z | Compiling curve25519-dalek v4.1.1 |
2065 | 2024-02-02T12:23:10.821Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2066 | 2024-02-02T12:23:11.008Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2067 | 2024-02-02T12:23:11.251Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-02-02T12:23:11.413Z | Compiling memoffset v0.7.1 |
2069 | 2024-02-02T12:23:11.633Z | Checking parse-size v1.0.0 |
2070 | 2024-02-02T12:23:11.895Z | Compiling mime_guess v2.0.4 |
2071 | 2024-02-02T12:23:12.010Z | Checking snafu v0.7.5 |
2072 | 2024-02-02T12:23:12.210Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2073 | 2024-02-02T12:23:12.457Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2024-02-02T12:23:12.768Z | Checking tough v0.16.0 |
2075 | 2024-02-02T12:23:14.097Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2076 | 2024-02-02T12:23:14.569Z | Checking universal-hash v0.5.1 |
2077 | 2024-02-02T12:23:14.838Z | Compiling thiserror-impl-no-std v2.0.2 |
2078 | 2024-02-02T12:23:15.845Z | Compiling curve25519-dalek-derive v0.1.0 |
2079 | 2024-02-02T12:23:18.377Z | Checking opaque-debug v0.3.0 |
2080 | 2024-02-02T12:23:18.500Z | Checking poly1305 v0.8.0 |
2081 | 2024-02-02T12:23:20.511Z | Checking thiserror-no-std v2.0.2 |
2082 | 2024-02-02T12:23:21.007Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2083 | 2024-02-02T12:23:21.024Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2084 | 2024-02-02T12:23:21.306Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2085 | 2024-02-02T12:23:21.490Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2086 | 2024-02-02T12:23:22.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2087 | 2024-02-02T12:23:24.371Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2088 | 2024-02-02T12:23:24.656Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2089 | 2024-02-02T12:23:26.021Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2090 | 2024-02-02T12:23:26.788Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2091 | 2024-02-02T12:23:26.977Z | Checking chacha20 v0.9.1 |
2092 | 2024-02-02T12:23:27.518Z | Checking aead v0.5.2 |
2093 | 2024-02-02T12:23:27.841Z | Checking kstat-rs v0.2.3 |
2094 | 2024-02-02T12:23:28.359Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2095 | 2024-02-02T12:23:28.812Z | Compiling salty v0.2.0 |
2096 | 2024-02-02T12:23:29.630Z | Checking signature v1.6.4 |
2097 | 2024-02-02T12:23:29.856Z | Checking ed25519 v1.5.3 |
2098 | 2024-02-02T12:23:29.874Z | Checking chacha20poly1305 v0.10.1 |
2099 | 2024-02-02T12:23:30.057Z | Checking vsss-rs v3.3.4 |
2100 | 2024-02-02T12:23:30.938Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2101 | 2024-02-02T12:23:31.630Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2102 | 2024-02-02T12:23:31.940Z | Checking serde-big-array v0.5.1 |
2103 | 2024-02-02T12:23:32.265Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-02-02T12:23:33.712Z | Checking humantime v2.1.0 |
2105 | 2024-02-02T12:23:34.164Z | Checking bytecount v0.6.3 |
2106 | 2024-02-02T12:23:36.094Z | Checking papergrid v0.11.0 |
2107 | 2024-02-02T12:23:36.270Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-02T12:23:37.640Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2109 | 2024-02-02T12:23:38.603Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2110 | 2024-02-02T12:23:38.646Z | Compiling tabled_derive v0.7.0 |
2111 | 2024-02-02T12:23:40.153Z | Checking signal-hook-tokio v0.3.1 |
2112 | 2024-02-02T12:23:40.377Z | Checking fd-lock v4.0.2 |
2113 | 2024-02-02T12:23:40.415Z | Checking nix v0.27.1 |
2114 | 2024-02-02T12:23:40.519Z | Checking serde-big-array v0.4.1 |
2115 | 2024-02-02T12:23:40.667Z | Compiling sqlparser_derive v0.2.2 |
2116 | 2024-02-02T12:23:40.759Z | Checking unicode_categories v0.1.1 |
2117 | 2024-02-02T12:23:41.460Z | Checking sqlformat v0.2.3 |
2118 | 2024-02-02T12:23:42.482Z | Checking sqlparser v0.43.1 |
2119 | 2024-02-02T12:23:43.093Z | Checking tabled v0.15.0 |
2120 | 2024-02-02T12:23:43.814Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2121 | 2024-02-02T12:23:44.682Z | Checking rustyline v13.0.0 |
2122 | 2024-02-02T12:23:45.508Z | Checking bcs v0.1.6 |
2123 | 2024-02-02T12:23:46.259Z | Checking highway v1.1.0 |
2124 | 2024-02-02T12:23:46.917Z | Compiling prettyplease v0.2.16 |
2125 | 2024-02-02T12:23:47.346Z | Checking corncobs v0.1.3 |
2126 | 2024-02-02T12:23:47.492Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2127 | 2024-02-02T12:23:47.625Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2128 | 2024-02-02T12:23:47.875Z | Checking http-range v0.1.5 |
2129 | 2024-02-02T12:23:48.080Z | Compiling crunchy v0.2.2 |
2130 | 2024-02-02T12:23:48.132Z | Checking hyper-staticfile v0.9.5 |
2131 | 2024-02-02T12:23:48.778Z | Compiling portable-atomic v1.4.3 |
2132 | 2024-02-02T12:23:48.879Z | Compiling clang-sys v1.6.1 |
2133 | 2024-02-02T12:23:49.109Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2134 | 2024-02-02T12:23:49.315Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2024-02-02T12:23:49.947Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2136 | 2024-02-02T12:23:50.012Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2137 | 2024-02-02T12:23:50.492Z | Checking assert_matches v1.5.0 |
2138 | 2024-02-02T12:23:50.622Z | Compiling tiny-keccak v2.0.2 |
2139 | 2024-02-02T12:23:51.687Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2140 | 2024-02-02T12:23:52.745Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2141 | 2024-02-02T12:23:52.801Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2142 | 2024-02-02T12:23:56.199Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2143 | 2024-02-02T12:23:57.146Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2144 | 2024-02-02T12:23:58.187Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2145 | 2024-02-02T12:23:58.279Z | Compiling darling_core v0.14.4 |
2146 | 2024-02-02T12:23:58.329Z | Checking number_prefix v0.4.0 |
2147 | 2024-02-02T12:23:58.501Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2148 | 2024-02-02T12:23:58.603Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2149 | 2024-02-02T12:23:59.144Z | Checking indicatif v0.17.7 |
2150 | 2024-02-02T12:24:00.546Z | Compiling ascii-canvas v3.0.0 |
2151 | 2024-02-02T12:24:01.471Z | Compiling ena v0.14.2 |
2152 | 2024-02-02T12:24:01.615Z | Compiling libloading v0.7.4 |
2153 | 2024-02-02T12:24:02.088Z | Compiling bindgen v0.69.2 |
2154 | 2024-02-02T12:24:02.225Z | Compiling diff v0.1.13 |
2155 | 2024-02-02T12:24:03.168Z | Compiling regex-syntax v0.6.29 |
2156 | 2024-02-02T12:24:03.292Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2157 | 2024-02-02T12:24:05.534Z | Compiling cexpr v0.6.0 |
2158 | 2024-02-02T12:24:08.072Z | Compiling which v4.4.0 |
2159 | 2024-02-02T12:24:08.400Z | Checking maplit v1.0.2 |
2160 | 2024-02-02T12:24:08.507Z | Compiling darling_macro v0.14.4 |
2161 | 2024-02-02T12:24:08.539Z | Compiling peeking_take_while v0.1.2 |
2162 | 2024-02-02T12:24:08.728Z | Compiling lalrpop v0.19.12 |
2163 | 2024-02-02T12:24:09.036Z | Compiling ref-cast v1.0.20 |
2164 | 2024-02-02T12:24:09.822Z | Compiling rustc-hash v1.1.0 |
2165 | 2024-02-02T12:24:10.032Z | Compiling lazycell v1.3.0 |
2166 | 2024-02-02T12:24:10.165Z | Compiling darling v0.14.4 |
2167 | 2024-02-02T12:24:10.264Z | Compiling shlex v1.3.0 |
2168 | 2024-02-02T12:24:10.380Z | Compiling derive_builder_core v0.12.0 |
2169 | 2024-02-02T12:24:10.409Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2170 | 2024-02-02T12:24:10.938Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2171 | 2024-02-02T12:24:11.365Z | Compiling ref-cast-impl v1.0.20 |
2172 | 2024-02-02T12:24:11.830Z | Compiling libxml v0.3.3 |
2173 | 2024-02-02T12:24:12.417Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2174 | 2024-02-02T12:24:13.048Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2175 | 2024-02-02T12:24:13.536Z | Compiling strum_macros v0.24.3 |
2176 | 2024-02-02T12:24:13.786Z | Compiling cookie v0.18.0 |
2177 | 2024-02-02T12:24:14.232Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2178 | 2024-02-02T12:24:14.485Z | Compiling derive_builder_macro v0.12.0 |
2179 | 2024-02-02T12:24:14.690Z | Compiling indoc v1.0.9 |
2180 | 2024-02-02T12:24:15.911Z | Checking derive_builder v0.12.0 |
2181 | 2024-02-02T12:24:16.412Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2182 | 2024-02-02T12:24:18.537Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2183 | 2024-02-02T12:24:19.194Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2184 | 2024-02-02T12:24:19.213Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2185 | 2024-02-02T12:24:19.619Z | Checking bb8 v0.8.1 |
2186 | 2024-02-02T12:24:19.806Z | Checking quick-xml v0.30.0 |
2187 | 2024-02-02T12:24:20.187Z | Compiling impl-trait-for-tuples v0.2.2 |
2188 | 2024-02-02T12:24:20.369Z | Compiling oso-derive v0.27.0 |
2189 | 2024-02-02T12:24:20.969Z | Checking unicode-linebreak v0.1.5 |
2190 | 2024-02-02T12:24:21.654Z | Checking smawk v0.3.1 |
2191 | 2024-02-02T12:24:21.963Z | Checking textwrap v0.16.0 |
2192 | 2024-02-02T12:24:22.186Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2193 | 2024-02-02T12:24:23.763Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2194 | 2024-02-02T12:24:23.827Z | Checking is_ci v1.1.1 |
2195 | 2024-02-02T12:24:24.024Z | Checking supports-color v2.1.0 |
2196 | 2024-02-02T12:24:24.297Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2197 | 2024-02-02T12:24:26.497Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2198 | 2024-02-02T12:24:26.646Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2199 | 2024-02-02T12:24:27.211Z | Checking lru v0.12.1 |
2200 | 2024-02-02T12:24:27.622Z | Compiling stability v0.1.1 |
2201 | 2024-02-02T12:24:28.128Z | Checking cassowary v0.3.0 |
2202 | 2024-02-02T12:24:28.773Z | Compiling indoc v2.0.3 |
2203 | 2024-02-02T12:24:29.212Z | Checking rtoolbox v0.0.1 |
2204 | 2024-02-02T12:24:29.497Z | Checking rpassword v7.3.1 |
2205 | 2024-02-02T12:24:29.714Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2206 | 2024-02-02T12:24:30.609Z | Checking ratatui v0.25.0 |
2207 | 2024-02-02T12:24:30.964Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2208 | 2024-02-02T12:24:31.404Z | Checking shell-words v1.1.0 |
2209 | 2024-02-02T12:24:31.683Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2210 | 2024-02-02T12:24:33.492Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2211 | 2024-02-02T12:24:35.041Z | Checking tui-tree-widget v0.16.0 |
2212 | 2024-02-02T12:24:35.532Z | Checking fatfs v0.3.6 |
2213 | 2024-02-02T12:24:36.285Z | Checking yansi v0.5.1 |
2214 | 2024-02-02T12:24:36.730Z | Checking pretty_assertions v1.4.0 |
2215 | 2024-02-02T12:24:37.387Z | Compiling target-lexicon v0.12.12 |
2216 | 2024-02-02T12:24:37.739Z | Checking plotters-backend v0.3.5 |
2217 | 2024-02-02T12:24:38.333Z | Compiling guppy-workspace-hack v0.1.0 |
2218 | 2024-02-02T12:24:38.799Z | Checking plotters-svg v0.3.5 |
2219 | 2024-02-02T12:24:39.141Z | Checking http-body v1.0.0 |
2220 | 2024-02-02T12:24:39.429Z | Checking rand v0.4.6 |
2221 | 2024-02-02T12:24:39.832Z | Checking cast v0.3.0 |
2222 | 2024-02-02T12:24:40.349Z | Checking tower-layer v0.3.2 |
2223 | 2024-02-02T12:24:40.377Z | Compiling target-spec v3.0.1 |
2224 | 2024-02-02T12:24:40.749Z | Checking remove_dir_all v0.5.3 |
2225 | 2024-02-02T12:24:40.892Z | Checking tower v0.4.13 |
2226 | 2024-02-02T12:24:41.047Z | Checking tempdir v0.3.7 |
2227 | 2024-02-02T12:24:41.242Z | Checking criterion-plot v0.5.0 |
2228 | 2024-02-02T12:24:41.290Z | Checking cfg-expr v0.15.5 |
2229 | 2024-02-02T12:24:42.016Z | Checking hyper v1.1.0 |
2230 | 2024-02-02T12:24:42.170Z | Checking plotters v0.3.5 |
2231 | 2024-02-02T12:24:42.791Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2024-02-02T12:24:43.099Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-02-02T12:24:44.062Z | Checking tinytemplate v1.2.1 |
2234 | 2024-02-02T12:24:44.175Z | Checking cargo-platform v0.1.3 |
2235 | 2024-02-02T12:24:44.682Z | Checking anes v0.1.6 |
2236 | 2024-02-02T12:24:45.042Z | Checking oorandom v11.1.3 |
2237 | 2024-02-02T12:24:45.261Z | Checking cargo_metadata v0.18.1 |
2238 | 2024-02-02T12:24:45.289Z | Checking criterion v0.5.1 |
2239 | 2024-02-02T12:24:46.009Z | Checking hyper-util v0.1.2 |
2240 | 2024-02-02T12:24:46.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2241 | 2024-02-02T12:24:47.835Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-02-02T12:24:48.026Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-02-02T12:24:49.004Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2244 | 2024-02-02T12:24:49.999Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2245 | 2024-02-02T12:24:51.717Z | Checking assert_cmd v2.0.13 |
2246 | 2024-02-02T12:24:52.420Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2247 | 2024-02-02T12:24:53.974Z | Checking rustls-native-certs v0.7.0 |
2248 | 2024-02-02T12:24:54.180Z | Checking pathdiff v0.2.1 |
2249 | 2024-02-02T12:24:54.408Z | Checking nested v0.1.1 |
2250 | 2024-02-02T12:24:54.941Z | Checking guppy v0.17.4 |
2251 | 2024-02-02T12:24:57.722Z | Checking hyper-rustls v0.26.0 |
2252 | 2024-02-02T12:24:57.938Z | Checking threadpool v1.8.1 |
2253 | 2024-02-02T12:24:58.285Z | Checking nanorand v0.7.0 |
2254 | 2024-02-02T12:24:58.333Z | Checking libtest-mimic v0.6.1 |
2255 | 2024-02-02T12:24:58.489Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2256 | 2024-02-02T12:24:58.904Z | Checking flume v0.11.0 |
2257 | 2024-02-02T12:24:59.061Z | Checking httptest v0.15.5 |
2258 | 2024-02-02T12:24:59.682Z | Checking similar-asserts v1.5.0 |
2259 | 2024-02-02T12:25:00.030Z | Compiling rstest_macros v0.18.2 |
2260 | 2024-02-02T12:25:00.382Z | Compiling crossbeam-queue v0.3.8 |
2261 | 2024-02-02T12:25:01.023Z | Checking datatest-stable v0.2.3 |
2262 | 2024-02-02T12:25:01.249Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2263 | 2024-02-02T12:25:01.339Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2264 | 2024-02-02T12:25:02.208Z | error[E0308]: mismatched types |
2265 | 2024-02-02T12:25:02.208Z | --> package/src/dot.rs:137:43 |
2266 | 2024-02-02T12:25:02.208Z | | |
2267 | 2024-02-02T12:25:02.209Z | 137 | .get_output_path(pkgname, output_directory) |
2268 | 2024-02-02T12:25:02.209Z | | --------------- ^^^^^^^^^^^^^^^^ expected `&Utf8Path`, found `&Path` |
2269 | 2024-02-02T12:25:02.209Z | | | |
2270 | 2024-02-02T12:25:02.209Z | | arguments to this method are incorrect |
2271 | 2024-02-02T12:25:02.209Z | | |
2272 | 2024-02-02T12:25:02.209Z | = note: expected reference `&camino::Utf8Path` |
2273 | 2024-02-02T12:25:02.209Z | found reference `&std::path::Path` |
2274 | 2024-02-02T12:25:02.209Z | note: method defined here |
2275 | 2024-02-02T12:25:02.209Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/package.rs:230:12 |
2276 | 2024-02-02T12:25:02.209Z | | |
2277 | 2024-02-02T12:25:02.209Z | 230 | pub fn get_output_path(&self, name: &str, output_directory: &Utf8Path) -> Utf8PathBuf { |
2278 | 2024-02-02T12:25:02.209Z | | ^^^^^^^^^^^^^^^ |
2279 | 2024-02-02T12:25:02.209Z | |
2280 | 2024-02-02T12:25:02.367Z | error[E0599]: no method named `to_str` found for reference `&str` in the current scope |
2281 | 2024-02-02T12:25:02.367Z | --> package/src/dot.rs:140:18 |
2282 | 2024-02-02T12:25:02.368Z | | |
2283 | 2024-02-02T12:25:02.368Z | 136 | let output_basename = pkg |
2284 | 2024-02-02T12:25:02.368Z | | ___________________________________- |
2285 | 2024-02-02T12:25:02.368Z | 137 | | .get_output_path(pkgname, output_directory) |
2286 | 2024-02-02T12:25:02.368Z | 138 | | .file_name() |
2287 | 2024-02-02T12:25:02.368Z | 139 | | .unwrap() |
2288 | 2024-02-02T12:25:02.368Z | 140 | | .to_str() |
2289 | 2024-02-02T12:25:02.368Z | | | -^^^^^^ method not found in `&str` |
2290 | 2024-02-02T12:25:02.368Z | | |_________________| |
2291 | 2024-02-02T12:25:02.368Z | | |
2292 | 2024-02-02T12:25:02.368Z | |
2293 | 2024-02-02T12:25:02.377Z | error[E0599]: no method named `display` found for reference `&camino::Utf8PathBuf` in the current scope |
2294 | 2024-02-02T12:25:02.377Z | --> package/src/dot.rs:194:37 |
2295 | 2024-02-02T12:25:02.377Z | | |
2296 | 2024-02-02T12:25:02.377Z | 194 | ... path: b.display().to_string(), |
2297 | 2024-02-02T12:25:02.377Z | | ^^^^^^^ method not found in `&Utf8PathBuf` |
2298 | 2024-02-02T12:25:02.377Z | |
2299 | 2024-02-02T12:25:02.526Z | Some errors have detailed explanations: E0308, E0599. |
2300 | 2024-02-02T12:25:02.526Z | For more information about an error, try `rustc --explain E0308`. |
2301 | 2024-02-02T12:25:02.583Z | error: could not compile `omicron-package` (lib) due to 3 previous errors |
2302 | 2024-02-02T12:25:02.586Z | warning: build failed, waiting for other jobs to finish... |
2303 | 2024-02-02T12:26:14.013Z | Error: clippy failed: exit status: 101 |
2304 | 2024-02-02T12:26:14.017Z | |
2305 | 2024-02-02T12:26:14.017Z | real 8:28.685703968 |
2306 | 2024-02-02T12:26:14.017Z | user 50:46.344131520 |
2307 | 2024-02-02T12:26:14.017Z | sys 7:02.561003783 |
2308 | 2024-02-02T12:26:14.017Z | trap 1.890317921 |
2309 | 2024-02-02T12:26:14.017Z | tflt 3.930117666 |
2310 | 2024-02-02T12:26:14.017Z | dflt 6.205790549 |
2311 | 2024-02-02T12:26:14.017Z | kflt 0.018108250 |
2312 | 2024-02-02T12:26:14.017Z | lock 1:17:19.052840594 |
2313 | 2024-02-02T12:26:14.017Z | slp 2:26:34.992691402 |
2314 | 2024-02-02T12:26:14.017Z | lat 2:02.105591664 |
2315 | 2024-02-02T12:26:14.017Z | stop 4:22.670300319 |
2316 | 2024-02-02T12:26:14.017Z | process exited: duration 645626 ms, exit code 1 |
|
2317 | 2024-02-02T12:26:14.024Z | found 0 output files |