|
|
|
1 | 2024-02-02T00:17:29.103Z | job assigned to worker 01HNKJQF18RY55K12ZY9FYREWF (queued for 6 m 21 s) |
|
2 | 2024-02-02T00:17:29.839Z | starting task 0: "setup" |
3 | 2024-02-02T00:17:29.852Z | ++ uname -s |
4 | 2024-02-02T00:17:29.857Z | + kern=SunOS |
5 | 2024-02-02T00:17:29.857Z | + case "$kern" in |
6 | 2024-02-02T00:17:29.857Z | + groupadd -g 12345 build |
7 | 2024-02-02T00:17:29.857Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T00:17:32.130Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T00:17:32.352Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T00:17:32.374Z | + home_fs=zfs |
11 | 2024-02-02T00:17:32.374Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T00:17:32.374Z | + mkdir -p /home/build |
13 | 2024-02-02T00:17:32.374Z | + chown build:build /home/build /work |
14 | 2024-02-02T00:17:34.356Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T00:17:34.362Z | process exited: duration 4523 ms, exit code 0 |
|
16 | 2024-02-02T00:17:34.371Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T00:17:34.379Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T00:17:34.383Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T00:17:34.554Z | info: downloading installer |
20 | 2024-02-02T00:17:37.498Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T00:17:37.498Z | warning: /opt/ooce/bin |
22 | 2024-02-02T00:17:37.498Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T00:17:37.498Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T00:17:37.498Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T00:17:37.499Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T00:17:37.499Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T00:17:37.499Z | error: cannot install while Rust is installed |
28 | 2024-02-02T00:17:37.499Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T00:17:37.938Z | info: profile set to 'default' |
30 | 2024-02-02T00:17:37.938Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T00:17:37.941Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T00:17:38.131Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T00:17:38.131Z | info: downloading component 'cargo' |
34 | 2024-02-02T00:17:38.927Z | info: downloading component 'clippy' |
35 | 2024-02-02T00:17:39.200Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T00:17:40.188Z | info: downloading component 'rust-std' |
37 | 2024-02-02T00:17:41.973Z | info: downloading component 'rustc' |
38 | 2024-02-02T00:17:46.310Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T00:17:46.562Z | info: installing component 'cargo' |
40 | 2024-02-02T00:17:48.573Z | info: installing component 'clippy' |
41 | 2024-02-02T00:17:49.505Z | info: installing component 'rust-docs' |
42 | 2024-02-02T00:17:52.234Z | info: installing component 'rust-std' |
43 | 2024-02-02T00:17:56.176Z | info: installing component 'rustc' |
44 | 2024-02-02T00:18:04.397Z | info: installing component 'rustfmt' |
45 | 2024-02-02T00:18:04.864Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T00:18:04.865Z | |
47 | 2024-02-02T00:18:04.980Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T00:18:04.980Z | |
49 | 2024-02-02T00:18:04.990Z | |
50 | 2024-02-02T00:18:04.990Z | Rust is installed now. Great! |
51 | 2024-02-02T00:18:04.990Z | |
52 | 2024-02-02T00:18:04.990Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T00:18:04.990Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T00:18:04.990Z | |
55 | 2024-02-02T00:18:04.990Z | To configure your current shell, run: |
56 | 2024-02-02T00:18:04.990Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T00:18:05.070Z | + rustc --version |
58 | 2024-02-02T00:18:05.187Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T00:18:05.194Z | process exited: duration 30825 ms, exit code 0 |
|
60 | 2024-02-02T00:18:05.201Z | starting task 2: "authentication" |
61 | 2024-02-02T00:18:05.238Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2024-02-02T00:18:05.252Z | starting task 3: "clone repository" |
63 | 2024-02-02T00:18:05.260Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T00:18:05.266Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T00:18:05.529Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T00:18:13.333Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T00:18:13.336Z | + git fetch origin 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
68 | 2024-02-02T00:18:13.694Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T00:18:13.694Z | * branch 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 -> FETCH_HEAD |
70 | 2024-02-02T00:18:13.703Z | + [[ -n track-timing ]] |
71 | 2024-02-02T00:18:13.706Z | ++ git branch --show-current |
72 | 2024-02-02T00:18:13.709Z | + current=main |
73 | 2024-02-02T00:18:13.709Z | + [[ main != track-timing ]] |
74 | 2024-02-02T00:18:13.709Z | + git branch -f track-timing 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
75 | 2024-02-02T00:18:13.714Z | + git checkout -f track-timing |
76 | 2024-02-02T00:18:13.902Z | Switched to branch 'track-timing' |
77 | 2024-02-02T00:18:13.908Z | + git reset --hard 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
78 | 2024-02-02T00:18:13.938Z | HEAD is now at 3be0d62d8 -p |
79 | 2024-02-02T00:18:13.948Z | process exited: duration 8686 ms, exit code 0 |
|
80 | 2024-02-02T00:18:13.974Z | starting task 4: "build" |
81 | 2024-02-02T00:18:13.986Z | + cargo --version |
82 | 2024-02-02T00:18:13.995Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T00:18:14.406Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T00:18:14.406Z | info: downloading component 'cargo' |
85 | 2024-02-02T00:18:15.068Z | info: downloading component 'clippy' |
86 | 2024-02-02T00:18:15.339Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T00:18:16.422Z | info: downloading component 'rust-std' |
88 | 2024-02-02T00:18:17.974Z | info: downloading component 'rustc' |
89 | 2024-02-02T00:18:22.454Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T00:18:22.758Z | info: installing component 'cargo' |
91 | 2024-02-02T00:18:24.154Z | info: installing component 'clippy' |
92 | 2024-02-02T00:18:24.742Z | info: installing component 'rust-docs' |
93 | 2024-02-02T00:18:27.449Z | info: installing component 'rust-std' |
94 | 2024-02-02T00:18:29.864Z | info: installing component 'rustc' |
95 | 2024-02-02T00:18:36.320Z | info: installing component 'rustfmt' |
96 | 2024-02-02T00:18:36.843Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T00:18:36.851Z | + rustc --version |
98 | 2024-02-02T00:18:36.981Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T00:18:37.486Z | + source ./env.sh |
100 | 2024-02-02T00:18:37.486Z | ++ set -o xtrace |
101 | 2024-02-02T00:18:37.486Z | ++++ dirname ./env.sh |
102 | 2024-02-02T00:18:37.486Z | +++ cd . |
103 | 2024-02-02T00:18:37.486Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-02T00:18:37.486Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-02T00:18:37.486Z | ++ 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-02T00:18:37.486Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ 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-02T00:18:37.487Z | ++ unset OMICRON_WS |
114 | 2024-02-02T00:18:37.487Z | ++ set +o xtrace |
115 | 2024-02-02T00:18:37.487Z | |
116 | 2024-02-02T00:18:37.487Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-02T00:18:37.487Z | # # # # # # # # # # # # # # # |
118 | 2024-02-02T00:18:37.487Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-02T00:18:37.487Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-02T00:18:37.487Z | # # # # # # # # # # # # # # # |
121 | 2024-02-02T00:18:37.487Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-02T00:18:37.488Z | |
123 | 2024-02-02T00:18:50.172Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-02T00:18:52.008Z | Startup: Caching catalogs ... Done |
125 | 2024-02-02T00:18:55.059Z | Planning: Solver setup ... Done (2.541s) |
126 | 2024-02-02T00:18:55.128Z | Planning: Running solver ... Done (0.069s) |
127 | 2024-02-02T00:18:55.163Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-02-02T00:18:55.178Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-02T00:18:55.499Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-02T00:18:55.581Z | Planning: Package planning ... Done (0.082s) |
131 | 2024-02-02T00:18:55.671Z | Planning: Merging actions ... Done (0.085s) |
132 | 2024-02-02T00:18:56.698Z | Planning: Checking for conflicting actions ... Done (1.009s) |
133 | 2024-02-02T00:18:56.707Z | Planning: Consolidating action changes ... Done (0.018s) |
134 | 2024-02-02T00:19:08.803Z | Planning: Evaluating mediators ... Done (6.786s) |
135 | 2024-02-02T00:19:08.962Z | Planning: Planning completed in 11.43 seconds |
136 | 2024-02-02T00:19:08.962Z | Packages to install: 4 |
137 | 2024-02-02T00:19:08.962Z | Mediators to change: 2 |
138 | 2024-02-02T00:19:08.962Z | Services to change: 1 |
139 | 2024-02-02T00:19:08.962Z | Estimated space available: 148.87 GB |
140 | 2024-02-02T00:19:08.962Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-02-02T00:19:08.962Z | Create boot environment: No |
142 | 2024-02-02T00:19:08.963Z | Create backup boot environment: No |
143 | 2024-02-02T00:19:08.963Z | Rebuild boot archive: No |
144 | 2024-02-02T00:19:08.963Z | |
145 | 2024-02-02T00:19:08.963Z | Changed mediators: |
146 | 2024-02-02T00:19:08.963Z | mediator clang: |
147 | 2024-02-02T00:19:08.963Z | version: None -> 15 (system default) |
148 | 2024-02-02T00:19:08.963Z | |
149 | 2024-02-02T00:19:08.963Z | mediator llvm: |
150 | 2024-02-02T00:19:08.963Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-02T00:19:08.963Z | |
152 | 2024-02-02T00:19:08.963Z | Changed packages: |
153 | 2024-02-02T00:19:08.963Z | helios-dev |
154 | 2024-02-02T00:19:08.963Z | developer/build-essential |
155 | 2024-02-02T00:19:08.963Z | None -> 11-2.0 |
156 | 2024-02-02T00:19:08.964Z | library/libxmlsec1 |
157 | 2024-02-02T00:19:08.964Z | None -> 1.2.35-2.0 |
158 | 2024-02-02T00:19:08.964Z | ooce/developer/clang-15 |
159 | 2024-02-02T00:19:08.964Z | None -> 15.0.7-2.0 |
160 | 2024-02-02T00:19:08.964Z | ooce/developer/llvm-15 |
161 | 2024-02-02T00:19:08.964Z | None -> 15.0.7-2.0 |
162 | 2024-02-02T00:19:08.964Z | |
163 | 2024-02-02T00:19:08.964Z | Services: |
164 | 2024-02-02T00:19:08.964Z | restart_fmri: |
165 | 2024-02-02T00:19:08.964Z | svc:/system/update-man-index:default |
166 | 2024-02-02T00:19:08.964Z | |
167 | 2024-02-02T00:19:08.964Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-02T00:19:13.183Z | Download: 1247/3290 items 93.2/212.6MB 43% complete (18.6M/s) |
169 | 2024-02-02T00:19:18.188Z | Download: 3045/3290 items 121.2/212.6MB 56% complete (12.2M/s) |
170 | 2024-02-02T00:19:21.497Z | Download: Completed 212.60 MB in 13.31 seconds (16.0M/s) |
171 | 2024-02-02T00:19:23.093Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-02-02T00:19:28.103Z | Actions: 2122/3689 actions (Installing new actions) |
173 | 2024-02-02T00:19:30.834Z | Actions: Completed 3689 actions in 7.74 seconds. |
174 | 2024-02-02T00:19:30.976Z | Done (0.138s) |
175 | 2024-02-02T00:19:30.976Z | Done (0.000s) |
176 | 2024-02-02T00:19:31.316Z | Done (0.339s) |
177 | 2024-02-02T00:19:39.716Z | Done (8.252s) |
178 | 2024-02-02T00:19:39.986Z | Done (0.160s) |
179 | 2024-02-02T00:19:39.999Z | Done (0.000s) |
180 | 2024-02-02T00:19:40.276Z | Done (0.000s) |
181 | 2024-02-02T00:19:41.018Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-02T00:19:41.304Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-02-02T00:19:41.307Z | Planning: Consolidating action changes ... Done |
184 | 2024-02-02T00:19:41.746Z | Planning: Evaluating mediators ... Done |
185 | 2024-02-02T00:19:41.750Z | Planning: Planning completed in 0.73 seconds |
186 | 2024-02-02T00:19:41.802Z | Mediators to change: 2 |
187 | 2024-02-02T00:19:41.802Z | Create boot environment: No |
188 | 2024-02-02T00:19:41.805Z | Create backup boot environment: No |
189 | 2024-02-02T00:19:41.899Z | Done |
190 | 2024-02-02T00:19:41.899Z | Done |
191 | 2024-02-02T00:19:42.103Z | Done |
192 | 2024-02-02T00:19:48.017Z | Done |
193 | 2024-02-02T00:19:48.153Z | Done |
194 | 2024-02-02T00:19:48.603Z | Done |
195 | 2024-02-02T00:19:48.603Z | Done |
196 | 2024-02-02T00:19:49.270Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-02-02T00:19:49.274Z | Planning: Merging actions ... Done |
198 | 2024-02-02T00:19:49.605Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-02-02T00:19:49.608Z | Planning: Consolidating action changes ... Done |
200 | 2024-02-02T00:19:50.456Z | Planning: Evaluating mediators ... Done |
201 | 2024-02-02T00:19:50.465Z | Planning: Planning completed in 1.30 seconds |
202 | 2024-02-02T00:19:50.465Z | Packages to change: 1 |
203 | 2024-02-02T00:19:50.465Z | Mediators to change: 1 |
204 | 2024-02-02T00:19:50.465Z | Services to change: 1 |
205 | 2024-02-02T00:19:50.465Z | Create boot environment: No |
206 | 2024-02-02T00:19:50.465Z | Create backup boot environment: Yes |
207 | 2024-02-02T00:19:52.199Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-02-02T00:19:52.204Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-02-02T00:19:52.204Z | Done |
210 | 2024-02-02T00:19:52.204Z | Done |
211 | 2024-02-02T00:19:52.282Z | Done |
212 | 2024-02-02T00:19:58.345Z | Done |
213 | 2024-02-02T00:19:58.473Z | Done |
214 | 2024-02-02T00:19:58.484Z | Done |
215 | 2024-02-02T00:19:58.558Z | Done |
216 | 2024-02-02T00:19:59.307Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-02-02T00:19:59.307Z | clang system 15 system |
218 | 2024-02-02T00:19:59.307Z | csh system system illumos |
219 | 2024-02-02T00:19:59.307Z | ctags system system illumos |
220 | 2024-02-02T00:19:59.307Z | gcc vendor 12 vendor |
221 | 2024-02-02T00:19:59.307Z | gcc system 10 system |
222 | 2024-02-02T00:19:59.307Z | gcc system 7 system |
223 | 2024-02-02T00:19:59.307Z | go system 1.20 system |
224 | 2024-02-02T00:19:59.307Z | go system 1.19 system |
225 | 2024-02-02T00:19:59.307Z | llvm system 15 system |
226 | 2024-02-02T00:19:59.307Z | llvm system 14 system |
227 | 2024-02-02T00:19:59.307Z | mariadb system 10.6 system |
228 | 2024-02-02T00:19:59.307Z | mta vendor vendor dma |
229 | 2024-02-02T00:19:59.307Z | openjdk system 17 system |
230 | 2024-02-02T00:19:59.307Z | openjdk system 11 system |
231 | 2024-02-02T00:19:59.308Z | openjdk system 1.8 system |
232 | 2024-02-02T00:19:59.308Z | openssl vendor 3 vendor |
233 | 2024-02-02T00:19:59.308Z | perl system 5.36 system |
234 | 2024-02-02T00:19:59.308Z | postgresql system 15 system |
235 | 2024-02-02T00:19:59.308Z | postgresql system 13 system |
236 | 2024-02-02T00:19:59.308Z | python vendor 3 vendor |
237 | 2024-02-02T00:19:59.308Z | python system 2 system |
238 | 2024-02-02T00:19:59.308Z | python3 system 3.11 system |
239 | 2024-02-02T00:19:59.308Z | ruby system 3.0 system |
240 | 2024-02-02T00:19:59.308Z | words vendor vendor american-english |
241 | 2024-02-02T00:19:59.308Z | words system system australian-english |
242 | 2024-02-02T00:19:59.308Z | words system system british-english |
243 | 2024-02-02T00:19:59.308Z | words system system canadian-english |
244 | 2024-02-02T00:19:59.308Z | words system system french |
245 | 2024-02-02T00:19:59.308Z | words system system italian |
246 | 2024-02-02T00:19:59.309Z | words system system ngerman |
247 | 2024-02-02T00:19:59.309Z | words system system ogerman |
248 | 2024-02-02T00:19:59.309Z | words system system spanish |
249 | 2024-02-02T00:19:59.780Z | FMRI IFO |
250 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-02-02T00:19:59.781Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-02-02T00:19:59.782Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-02-02T00:19:59.849Z | + set -o errexit |
259 | 2024-02-02T00:19:59.852Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-02-02T00:19:59.855Z | ++ cd ./tools |
261 | 2024-02-02T00:19:59.855Z | ++ pwd |
262 | 2024-02-02T00:19:59.855Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-02-02T00:19:59.855Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-02-02T00:19:59.859Z | + ARG0=ci_download_cockroachdb |
265 | 2024-02-02T00:19:59.859Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-02-02T00:19:59.864Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-02-02T00:19:59.864Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-02-02T00:19:59.864Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-02-02T00:19:59.864Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-02-02T00:19:59.864Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-02-02T00:19:59.864Z | + TARGET_DIR=out |
272 | 2024-02-02T00:19:59.864Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-02-02T00:19:59.864Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-02-02T00:19:59.864Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-02-02T00:19:59.864Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-02-02T00:19:59.864Z | + main |
277 | 2024-02-02T00:19:59.864Z | + [[ 0 != 0 ]] |
278 | 2024-02-02T00:19:59.864Z | + CIDL_OS=solaris2.11 |
279 | 2024-02-02T00:19:59.864Z | + [[ 0 != 0 ]] |
280 | 2024-02-02T00:19:59.864Z | + configure_os solaris2.11 |
281 | 2024-02-02T00:19:59.864Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-02-02T00:19:59.864Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-02-02T00:19:59.864Z | configuring based on OS: "solaris2.11" |
284 | 2024-02-02T00:19:59.864Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2024-02-02T00:19:59.865Z | + case "$1" in |
286 | 2024-02-02T00:19:59.865Z | + CIDL_BUILD=illumos |
287 | 2024-02-02T00:19:59.865Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-02-02T00:19:59.865Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-02-02T00:19:59.865Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-02-02T00:19:59.865Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-02-02T00:19:59.865Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-02-02T00:19:59.865Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-02-02T00:19:59.865Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-02T00:19:59.865Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-02T00:19:59.865Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-02-02T00:19:59.865Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-02T00:19:59.865Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-02-02T00:19:59.865Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-02T00:19:59.865Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-02-02T00:19:59.865Z | + mkdir -p out/downloads |
301 | 2024-02-02T00:19:59.865Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-02T00:19:59.865Z | + mkdir -p ./out/cockroachdb |
303 | 2024-02-02T00:19:59.869Z | + local DO_DOWNLOAD=true |
304 | 2024-02-02T00:19:59.869Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-02-02T00:19:59.869Z | + '[' true == true ']' |
306 | 2024-02-02T00:19:59.869Z | + echo Downloading... |
307 | 2024-02-02T00:19:59.869Z | Downloading... |
308 | 2024-02-02T00:19:59.869Z | + 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-02T00:19:59.869Z | + 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-02T00:20:02.873Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-02-02T00:20:02.883Z | ++ md5sum |
312 | 2024-02-02T00:20:02.883Z | ++ awk '{print $1}' |
313 | 2024-02-02T00:20:03.177Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-02-02T00:20:03.177Z | + [[ 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-02T00:20:03.177Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-02-02T00:20:03.194Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-02-02T00:20:06.570Z | + do_assemble_illumos |
318 | 2024-02-02T00:20:06.570Z | + rm -r ./out/cockroachdb |
319 | 2024-02-02T00:20:06.573Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-02-02T00:20:07.231Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-02-02T00:20:07.629Z | Build Tag: v22.1.9-dirty |
322 | 2024-02-02T00:20:07.629Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-02-02T00:20:07.629Z | Distribution: OSS |
324 | 2024-02-02T00:20:07.629Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-02-02T00:20:07.629Z | Go Version: go1.17.13 |
326 | 2024-02-02T00:20:07.629Z | C Compiler: gcc 10.3.0 |
327 | 2024-02-02T00:20:07.629Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-02-02T00:20:07.629Z | Build Type: release |
329 | 2024-02-02T00:20:07.657Z | + set -o errexit |
330 | 2024-02-02T00:20:07.661Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-02-02T00:20:07.664Z | ++ cd ./tools |
332 | 2024-02-02T00:20:07.664Z | ++ pwd |
333 | 2024-02-02T00:20:07.664Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-02-02T00:20:07.668Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-02-02T00:20:07.668Z | + ARG0=ci_download_clickhouse |
336 | 2024-02-02T00:20:07.668Z | + TARGET_DIR=out |
337 | 2024-02-02T00:20:07.668Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-02-02T00:20:07.668Z | + DEST_DIR=./out/clickhouse |
339 | 2024-02-02T00:20:07.668Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-02-02T00:20:07.668Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-02-02T00:20:07.668Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-02-02T00:20:07.668Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-02-02T00:20:07.668Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-02T00:20:07.668Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-02-02T00:20:07.668Z | + main |
346 | 2024-02-02T00:20:07.668Z | + [[ 0 != 0 ]] |
347 | 2024-02-02T00:20:07.668Z | + CIDL_OS=solaris2.11 |
348 | 2024-02-02T00:20:07.668Z | + [[ 0 != 0 ]] |
349 | 2024-02-02T00:20:07.668Z | + configure_os solaris2.11 |
350 | 2024-02-02T00:20:07.668Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-02-02T00:20:07.668Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-02-02T00:20:07.669Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-02-02T00:20:07.669Z | + CIDL_DASHREV= |
354 | 2024-02-02T00:20:07.669Z | + case "$1" in |
355 | 2024-02-02T00:20:07.669Z | configuring based on OS: "solaris2.11" |
356 | 2024-02-02T00:20:07.669Z | + CIDL_PLATFORM=illumos |
357 | 2024-02-02T00:20:07.669Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-02-02T00:20:07.669Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-02-02T00:20:07.669Z | + CIDL_DASHREV=-1 |
360 | 2024-02-02T00:20:07.669Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-02-02T00:20:07.669Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-02T00:20:07.669Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-02T00:20:07.669Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-02T00:20:07.669Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-02-02T00:20:07.669Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-02T00:20:07.669Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-02-02T00:20:07.669Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-02T00:20:07.669Z | + mkdir -p out/downloads |
369 | 2024-02-02T00:20:07.673Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-02T00:20:07.673Z | + local DO_DOWNLOAD=true |
371 | 2024-02-02T00:20:07.673Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-02-02T00:20:07.673Z | + '[' true == true ']' |
373 | 2024-02-02T00:20:07.673Z | + echo Downloading... |
374 | 2024-02-02T00:20:07.673Z | Downloading... |
375 | 2024-02-02T00:20:07.673Z | + 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-02T00:20:07.673Z | + 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-02T00:20:09.191Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-02-02T00:20:09.207Z | ++ md5sum |
379 | 2024-02-02T00:20:09.207Z | ++ awk '{print $1}' |
380 | 2024-02-02T00:20:09.278Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-02-02T00:20:09.278Z | + [[ 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-02T00:20:09.278Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-02-02T00:20:09.286Z | + mkdir -p ./out/clickhouse |
384 | 2024-02-02T00:20:09.286Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-02-02T00:20:14.064Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-02-02T00:20:14.117Z | ClickHouse server version 22.8.9.1. |
387 | 2024-02-02T00:20:14.142Z | + set -o errexit |
388 | 2024-02-02T00:20:14.145Z | +++ dirname ./tools/ci_download_console |
389 | 2024-02-02T00:20:14.148Z | ++ cd ./tools |
390 | 2024-02-02T00:20:14.148Z | ++ pwd |
391 | 2024-02-02T00:20:14.148Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-02-02T00:20:14.148Z | ++ basename ./tools/ci_download_console |
393 | 2024-02-02T00:20:14.151Z | + ARG0=ci_download_console |
394 | 2024-02-02T00:20:14.151Z | + TARGET_DIR=out |
395 | 2024-02-02T00:20:14.151Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-02-02T00:20:14.151Z | + DEST_DIR=./out/console-assets |
397 | 2024-02-02T00:20:14.151Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-02-02T00:20:14.152Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
399 | 2024-02-02T00:20:14.152Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
400 | 2024-02-02T00:20:14.152Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
401 | 2024-02-02T00:20:14.152Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-02-02T00:20:14.152Z | + main |
403 | 2024-02-02T00:20:14.152Z | + [[ 0 != 0 ]] |
404 | 2024-02-02T00:20:14.152Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
405 | 2024-02-02T00:20:14.152Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
406 | 2024-02-02T00:20:14.152Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-02-02T00:20:14.152Z | Local file: out/downloads/console.tar.gz |
408 | 2024-02-02T00:20:14.152Z | + local DO_DOWNLOAD=true |
409 | 2024-02-02T00:20:14.152Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-02-02T00:20:14.152Z | + mkdir -p out/downloads |
411 | 2024-02-02T00:20:14.157Z | + '[' true == true ']' |
412 | 2024-02-02T00:20:14.157Z | + echo Downloading... |
413 | 2024-02-02T00:20:14.157Z | Downloading... |
414 | 2024-02-02T00:20:14.157Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
415 | 2024-02-02T00:20:14.157Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
416 | 2024-02-02T00:20:14.817Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-02-02T00:20:14.823Z | ++ case "$OSTYPE" in |
418 | 2024-02-02T00:20:14.823Z | ++ SHA=sha256sum |
419 | 2024-02-02T00:20:14.824Z | ++ sha256sum |
420 | 2024-02-02T00:20:14.824Z | ++ awk '{print $1}' |
421 | 2024-02-02T00:20:14.894Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
422 | 2024-02-02T00:20:14.894Z | + [[ 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-02T00:20:14.894Z | + rm -rf ./out/console-assets |
424 | 2024-02-02T00:20:14.898Z | + mkdir -p ./out/console-assets |
425 | 2024-02-02T00:20:14.901Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-02-02T00:20:14.901Z | + mkdir -p ./out/console-assets |
427 | 2024-02-02T00:20:14.904Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-02-02T00:20:15.042Z | + set -o errexit |
429 | 2024-02-02T00:20:15.048Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-02-02T00:20:15.048Z | ++ cd ./tools |
431 | 2024-02-02T00:20:15.048Z | ++ pwd |
432 | 2024-02-02T00:20:15.048Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-02-02T00:20:15.052Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-02-02T00:20:15.052Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-02-02T00:20:15.052Z | + TARGET_DIR=out |
436 | 2024-02-02T00:20:15.052Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-02-02T00:20:15.052Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-02-02T00:20:15.052Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
439 | 2024-02-02T00:20:15.052Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-02-02T00:20:15.052Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
441 | 2024-02-02T00:20:15.052Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
442 | 2024-02-02T00:20:15.052Z | + main |
443 | 2024-02-02T00:20:15.052Z | + [[ 0 != 0 ]] |
444 | 2024-02-02T00:20:15.052Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
445 | 2024-02-02T00:20:15.052Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
446 | 2024-02-02T00:20:15.052Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
447 | 2024-02-02T00:20:15.052Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
448 | 2024-02-02T00:20:15.052Z | + local DO_DOWNLOAD=true |
449 | 2024-02-02T00:20:15.052Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
450 | 2024-02-02T00:20:15.052Z | + mkdir -p out/downloads |
451 | 2024-02-02T00:20:15.056Z | + '[' true == true ']' |
452 | 2024-02-02T00:20:15.056Z | + echo Downloading... |
453 | 2024-02-02T00:20:15.056Z | Downloading... |
454 | 2024-02-02T00:20:15.056Z | + 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-02T00:20:15.056Z | + 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-02T00:20:15.907Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-02T00:20:15.907Z | ++ case "$OSTYPE" in |
458 | 2024-02-02T00:20:15.912Z | ++ SHA=sha256sum |
459 | 2024-02-02T00:20:15.913Z | ++ sha256sum |
460 | 2024-02-02T00:20:15.913Z | ++ awk '{print $1}' |
461 | 2024-02-02T00:20:15.916Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
462 | 2024-02-02T00:20:15.916Z | + [[ 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-02T00:20:15.917Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-02-02T00:20:15.917Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
465 | 2024-02-02T00:20:15.917Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
466 | 2024-02-02T00:20:15.917Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
467 | 2024-02-02T00:20:15.917Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
468 | 2024-02-02T00:20:15.917Z | + main |
469 | 2024-02-02T00:20:15.917Z | + [[ 0 != 0 ]] |
470 | 2024-02-02T00:20:15.917Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
471 | 2024-02-02T00:20:15.917Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
472 | 2024-02-02T00:20:15.917Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
473 | 2024-02-02T00:20:15.917Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
474 | 2024-02-02T00:20:15.917Z | + local DO_DOWNLOAD=true |
475 | 2024-02-02T00:20:15.917Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
476 | 2024-02-02T00:20:15.917Z | + mkdir -p out/downloads |
477 | 2024-02-02T00:20:15.917Z | + '[' true == true ']' |
478 | 2024-02-02T00:20:15.917Z | + echo Downloading... |
479 | 2024-02-02T00:20:15.917Z | Downloading... |
480 | 2024-02-02T00:20:15.917Z | + 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-02T00:20:15.917Z | + 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-02T00:20:16.074Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
483 | 2024-02-02T00:20:16.078Z | ++ case "$OSTYPE" in |
484 | 2024-02-02T00:20:16.078Z | ++ SHA=sha256sum |
485 | 2024-02-02T00:20:16.078Z | ++ sha256sum |
486 | 2024-02-02T00:20:16.078Z | ++ awk '{print $1}' |
487 | 2024-02-02T00:20:16.084Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
488 | 2024-02-02T00:20:16.084Z | + [[ 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-02T00:20:16.092Z | + set -o errexit |
490 | 2024-02-02T00:20:16.098Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-02-02T00:20:16.098Z | ++ cd ./tools |
492 | 2024-02-02T00:20:16.098Z | ++ pwd |
493 | 2024-02-02T00:20:16.098Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-02-02T00:20:16.102Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-02-02T00:20:16.102Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-02-02T00:20:16.102Z | + TARGET_DIR=out |
497 | 2024-02-02T00:20:16.102Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-02-02T00:20:16.102Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-02-02T00:20:16.102Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
500 | 2024-02-02T00:20:16.102Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-02-02T00:20:16.102Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-02-02T00:20:16.102Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-02-02T00:20:16.102Z | + main |
504 | 2024-02-02T00:20:16.102Z | + [[ 0 != 0 ]] |
505 | 2024-02-02T00:20:16.102Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
506 | 2024-02-02T00:20:16.102Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
507 | 2024-02-02T00:20:16.102Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
508 | 2024-02-02T00:20:16.102Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
509 | 2024-02-02T00:20:16.103Z | + local DO_DOWNLOAD=true |
510 | 2024-02-02T00:20:16.103Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
511 | 2024-02-02T00:20:16.103Z | + mkdir -p out/downloads |
512 | 2024-02-02T00:20:16.109Z | + '[' true == true ']' |
513 | 2024-02-02T00:20:16.109Z | + echo Downloading... |
514 | 2024-02-02T00:20:16.109Z | Downloading... |
515 | 2024-02-02T00:20:16.109Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
516 | 2024-02-02T00:20:16.109Z | + 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-02T00:20:16.295Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-02T00:20:16.295Z | ++ case "$OSTYPE" in |
519 | 2024-02-02T00:20:16.298Z | ++ SHA=sha256sum |
520 | 2024-02-02T00:20:16.298Z | ++ sha256sum |
521 | 2024-02-02T00:20:16.298Z | ++ awk '{print $1}' |
522 | 2024-02-02T00:20:16.302Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-02-02T00:20:16.302Z | + [[ 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-02T00:20:16.317Z | + set -o errexit |
525 | 2024-02-02T00:20:16.326Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-02-02T00:20:16.326Z | ++ cd ./tools |
527 | 2024-02-02T00:20:16.326Z | ++ pwd |
528 | 2024-02-02T00:20:16.326Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-02-02T00:20:16.326Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-02-02T00:20:16.327Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-02-02T00:20:16.327Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-02-02T00:20:16.327Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
533 | 2024-02-02T00:20:16.327Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
534 | 2024-02-02T00:20:16.327Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
535 | 2024-02-02T00:20:16.327Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-02-02T00:20:16.327Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
537 | 2024-02-02T00:20:16.327Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
538 | 2024-02-02T00:20:16.327Z | + TARGET_DIR=out |
539 | 2024-02-02T00:20:16.327Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-02-02T00:20:16.327Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-02-02T00:20:16.327Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-02-02T00:20:16.327Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-02-02T00:20:16.327Z | + REPO=oxidecomputer/dendrite |
544 | 2024-02-02T00:20:16.328Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
545 | 2024-02-02T00:20:16.328Z | + main |
546 | 2024-02-02T00:20:16.345Z | + [[ 0 != 0 ]] |
547 | 2024-02-02T00:20:16.345Z | + CIDL_OS=solaris2.11 |
548 | 2024-02-02T00:20:16.345Z | + [[ 0 != 0 ]] |
549 | 2024-02-02T00:20:16.345Z | + configure_os solaris2.11 |
550 | 2024-02-02T00:20:16.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-02-02T00:20:16.346Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-02-02T00:20:16.346Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-02-02T00:20:16.346Z | configuring based on OS: "solaris2.11" |
554 | 2024-02-02T00:20:16.346Z | + case "$1" in |
555 | 2024-02-02T00:20:16.346Z | + SET_BINARIES= |
556 | 2024-02-02T00:20:16.346Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-02-02T00:20:16.346Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-02-02T00:20:16.346Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-02-02T00:20:16.347Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-02-02T00:20:16.347Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-02T00:20:16.347Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
562 | 2024-02-02T00:20:16.347Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
563 | 2024-02-02T00:20:16.347Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-02T00:20:16.347Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
565 | 2024-02-02T00:20:16.347Z | + mkdir -p out/downloads |
566 | 2024-02-02T00:20:16.347Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-02-02T00:20:16.348Z | + fetch_and_verify |
568 | 2024-02-02T00:20:16.348Z | + local DO_DOWNLOAD=true |
569 | 2024-02-02T00:20:16.348Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-02-02T00:20:16.348Z | + '[' true == true ']' |
571 | 2024-02-02T00:20:16.348Z | + echo Downloading... |
572 | 2024-02-02T00:20:16.348Z | Downloading... |
573 | 2024-02-02T00:20:16.348Z | + 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-02T00:20:16.348Z | + 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-02T00:20:33.297Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-02T00:20:33.434Z | ++ sha256sum |
577 | 2024-02-02T00:20:33.435Z | ++ awk '{print $1}' |
578 | 2024-02-02T00:20:33.467Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
579 | 2024-02-02T00:20:33.467Z | + [[ 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-02T00:20:33.467Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-02-02T00:20:33.467Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-02-02T00:20:34.484Z | + do_assemble |
583 | 2024-02-02T00:20:34.485Z | + rm -r ./out/dendrite-stub |
584 | 2024-02-02T00:20:34.495Z | + mkdir ./out/dendrite-stub |
585 | 2024-02-02T00:20:34.495Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-02-02T00:20:34.654Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-02-02T00:20:34.669Z | + set -o errexit |
588 | 2024-02-02T00:20:34.697Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-02-02T00:20:34.698Z | ++ cd ./tools |
590 | 2024-02-02T00:20:34.698Z | ++ pwd |
591 | 2024-02-02T00:20:34.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-02-02T00:20:34.698Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-02-02T00:20:34.698Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-02-02T00:20:34.698Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-02-02T00:20:34.698Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
596 | 2024-02-02T00:20:34.698Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
597 | 2024-02-02T00:20:34.699Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-02-02T00:20:34.699Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
599 | 2024-02-02T00:20:34.699Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
600 | 2024-02-02T00:20:34.699Z | + TARGET_DIR=out |
601 | 2024-02-02T00:20:34.699Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-02-02T00:20:34.699Z | + DEST_DIR=./out/mgd |
603 | 2024-02-02T00:20:34.700Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-02-02T00:20:34.700Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-02-02T00:20:34.700Z | + REPO=oxidecomputer/maghemite |
606 | 2024-02-02T00:20:34.700Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
607 | 2024-02-02T00:20:34.717Z | + main |
608 | 2024-02-02T00:20:34.717Z | + [[ 0 != 0 ]] |
609 | 2024-02-02T00:20:34.717Z | + CIDL_OS=solaris2.11 |
610 | 2024-02-02T00:20:34.717Z | + [[ 0 != 0 ]] |
611 | 2024-02-02T00:20:34.717Z | + configure_os solaris2.11 |
612 | 2024-02-02T00:20:34.717Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-02-02T00:20:34.718Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-02-02T00:20:34.718Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-02-02T00:20:34.718Z | + case "$1" in |
616 | 2024-02-02T00:20:34.718Z | + SET_BINARIES= |
617 | 2024-02-02T00:20:34.718Z | configuring based on OS: "solaris2.11" |
618 | 2024-02-02T00:20:34.718Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-02-02T00:20:34.718Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-02-02T00:20:34.718Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
621 | 2024-02-02T00:20:34.719Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-02-02T00:20:34.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
623 | 2024-02-02T00:20:34.719Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
624 | 2024-02-02T00:20:34.719Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-02-02T00:20:34.720Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-02-02T00:20:34.720Z | + mkdir -p out/downloads |
627 | 2024-02-02T00:20:34.720Z | + mkdir -p ./out/mgd |
628 | 2024-02-02T00:20:34.720Z | + fetch_and_verify |
629 | 2024-02-02T00:20:34.720Z | + local DO_DOWNLOAD=true |
630 | 2024-02-02T00:20:34.720Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-02-02T00:20:34.720Z | + '[' true == true ']' |
632 | 2024-02-02T00:20:34.720Z | + echo Downloading... |
633 | 2024-02-02T00:20:34.720Z | Downloading... |
634 | 2024-02-02T00:20:34.720Z | + 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-02T00:20:34.720Z | + 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-02T00:20:40.231Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-02-02T00:20:40.235Z | ++ sha256sum |
638 | 2024-02-02T00:20:40.235Z | ++ awk '{print $1}' |
639 | 2024-02-02T00:20:40.311Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
640 | 2024-02-02T00:20:40.312Z | + [[ 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-02T00:20:40.334Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-02-02T00:20:40.334Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-02-02T00:20:40.980Z | + do_assemble |
644 | 2024-02-02T00:20:40.980Z | + rm -r ./out/mgd |
645 | 2024-02-02T00:20:40.985Z | + mkdir ./out/mgd |
646 | 2024-02-02T00:20:40.989Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-02-02T00:20:41.206Z | + set -o errexit |
648 | 2024-02-02T00:20:41.217Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-02-02T00:20:41.217Z | ++ cd ./tools |
650 | 2024-02-02T00:20:41.217Z | ++ pwd |
651 | 2024-02-02T00:20:41.217Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-02-02T00:20:41.217Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-02-02T00:20:41.218Z | + ARG0=ci_download_transceiver_control |
654 | 2024-02-02T00:20:41.218Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-02-02T00:20:41.218Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-02-02T00:20:41.218Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-02-02T00:20:41.218Z | + TARGET_DIR=out |
658 | 2024-02-02T00:20:41.218Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-02-02T00:20:41.218Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-02-02T00:20:41.218Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-02-02T00:20:41.218Z | + BINARY=xcvradm |
662 | 2024-02-02T00:20:41.218Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-02-02T00:20:41.219Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-02-02T00:20:41.219Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-02-02T00:20:41.229Z | + main |
666 | 2024-02-02T00:20:41.229Z | + [[ 0 != 0 ]] |
667 | 2024-02-02T00:20:41.229Z | + CIDL_OS=solaris2.11 |
668 | 2024-02-02T00:20:41.229Z | + [[ 0 != 0 ]] |
669 | 2024-02-02T00:20:41.229Z | + configure_os solaris2.11 |
670 | 2024-02-02T00:20:41.229Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-02-02T00:20:41.229Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-02-02T00:20:41.229Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-02-02T00:20:41.230Z | configuring based on OS: "solaris2.11" |
674 | 2024-02-02T00:20:41.230Z | + case "$1" in |
675 | 2024-02-02T00:20:41.230Z | + SET_BINARIES= |
676 | 2024-02-02T00:20:41.230Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-02-02T00:20:41.231Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-02-02T00:20:41.231Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-02-02T00:20:41.231Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-02T00:20:41.231Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-02-02T00:20:41.231Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-02-02T00:20:41.231Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-02-02T00:20:41.231Z | Local file: out/downloads/xcvradm.gz |
684 | 2024-02-02T00:20:41.231Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-02-02T00:20:41.231Z | + mkdir -p out/downloads |
686 | 2024-02-02T00:20:41.231Z | + mkdir -p ./out/transceiver-control |
687 | 2024-02-02T00:20:41.231Z | + fetch_and_verify |
688 | 2024-02-02T00:20:41.231Z | + local DO_DOWNLOAD=true |
689 | 2024-02-02T00:20:41.232Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-02-02T00:20:41.232Z | + '[' true == true ']' |
691 | 2024-02-02T00:20:41.232Z | + echo Downloading... |
692 | 2024-02-02T00:20:41.232Z | Downloading... |
693 | 2024-02-02T00:20:41.232Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-02-02T00:20:41.232Z | + 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-02T00:20:44.553Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-02-02T00:20:44.573Z | ++ sha256sum |
697 | 2024-02-02T00:20:44.573Z | ++ awk '{print $1}' |
698 | 2024-02-02T00:20:44.573Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-02-02T00:20:44.573Z | + [[ 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-02T00:20:44.574Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-02-02T00:20:44.574Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-02-02T00:20:44.574Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-02-02T00:20:44.731Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-02-02T00:20:44.736Z | + do_assemble |
705 | 2024-02-02T00:20:44.736Z | + rm -r ./out/transceiver-control |
706 | 2024-02-02T00:20:44.739Z | + mkdir ./out/transceiver-control |
707 | 2024-02-02T00:20:44.739Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-02-02T00:20:45.094Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-02-02T00:20:45.098Z | |
710 | 2024-02-02T00:20:45.098Z | real 2:07.885879132 |
711 | 2024-02-02T00:20:45.099Z | user 52.818723556 |
712 | 2024-02-02T00:20:45.099Z | sys 10.125616833 |
713 | 2024-02-02T00:20:45.099Z | trap 0.025441830 |
714 | 2024-02-02T00:20:45.099Z | tflt 0.301226733 |
715 | 2024-02-02T00:20:45.099Z | dflt 0.450955968 |
716 | 2024-02-02T00:20:45.099Z | kflt 0.289500000 |
717 | 2024-02-02T00:20:45.099Z | lock 2.492257518 |
718 | 2024-02-02T00:20:45.100Z | slp 4:06.542034244 |
719 | 2024-02-02T00:20:45.100Z | lat 3.283696993 |
720 | 2024-02-02T00:20:45.100Z | stop 0.069819160 |
721 | 2024-02-02T00:20:45.100Z | |
722 | 2024-02-02T00:20:45.100Z | #### # # ##### ##### # # |
723 | 2024-02-02T00:20:45.100Z | # # # # # # # # # # |
724 | 2024-02-02T00:20:45.100Z | # # # # # # # # |
725 | 2024-02-02T00:20:45.100Z | # # # ##### ##### # |
726 | 2024-02-02T00:20:45.100Z | # # # # # # # |
727 | 2024-02-02T00:20:45.101Z | #### ###### # # # # |
728 | 2024-02-02T00:20:45.101Z | |
729 | 2024-02-02T00:20:45.454Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-02T00:20:45.858Z | Updating crates.io index |
731 | 2024-02-02T00:20:45.867Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-02-02T00:20:47.386Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-02-02T00:20:50.235Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-02-02T00:20:50.619Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-02-02T00:20:51.015Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-02-02T00:20:51.289Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-02-02T00:20:51.582Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-02-02T00:20:52.586Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-02-02T00:20:55.181Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-02-02T00:20:56.149Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-02-02T00:20:56.523Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-02-02T00:20:57.108Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-02-02T00:20:57.879Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-02-02T00:20:57.883Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-02-02T00:20:58.109Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-02-02T00:20:58.558Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-02-02T00:20:59.057Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-02-02T00:20:59.518Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-02-02T00:21:00.024Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-02-02T00:21:00.449Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-02-02T00:21:00.801Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-02-02T00:21:02.614Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-02-02T00:21:03.015Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-02-02T00:21:04.730Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-02-02T00:21:05.095Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-02-02T00:21:05.419Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-02-02T00:21:07.067Z | Downloading crates ... |
758 | 2024-02-02T00:21:07.280Z | Downloaded unicode-ident v1.0.12 |
759 | 2024-02-02T00:21:07.286Z | Downloaded itoa v1.0.9 |
760 | 2024-02-02T00:21:07.303Z | Downloaded colorchoice v1.0.0 |
761 | 2024-02-02T00:21:07.318Z | Downloaded equivalent v1.0.1 |
762 | 2024-02-02T00:21:07.318Z | Downloaded serde_spanned v0.6.4 |
763 | 2024-02-02T00:21:07.318Z | Downloaded proc-macro2 v1.0.78 |
764 | 2024-02-02T00:21:07.318Z | Downloaded heck v0.4.1 |
765 | 2024-02-02T00:21:07.318Z | Downloaded anstyle-query v1.0.0 |
766 | 2024-02-02T00:21:07.318Z | Downloaded bitflags v1.3.2 |
767 | 2024-02-02T00:21:07.817Z | Downloaded strsim v0.10.0 |
768 | 2024-02-02T00:21:07.817Z | Downloaded clap_lex v0.5.1 |
769 | 2024-02-02T00:21:07.817Z | Downloaded anstream v0.5.0 |
770 | 2024-02-02T00:21:07.817Z | Downloaded utf8parse v0.2.1 |
771 | 2024-02-02T00:21:07.817Z | Downloaded toml_datetime v0.6.5 |
772 | 2024-02-02T00:21:07.818Z | Downloaded terminal_size v0.2.6 |
773 | 2024-02-02T00:21:07.818Z | Downloaded thiserror-impl v1.0.56 |
774 | 2024-02-02T00:21:07.818Z | Downloaded cargo_metadata v0.18.1 |
775 | 2024-02-02T00:21:07.818Z | Downloaded cargo-platform v0.1.3 |
776 | 2024-02-02T00:21:07.818Z | Downloaded cargo_toml v0.19.0 |
777 | 2024-02-02T00:21:07.819Z | Downloaded io-lifetimes v1.0.11 |
778 | 2024-02-02T00:21:07.819Z | Downloaded semver v1.0.21 |
779 | 2024-02-02T00:21:07.819Z | Downloaded camino v1.1.6 |
780 | 2024-02-02T00:21:07.819Z | Downloaded clap_derive v4.4.2 |
781 | 2024-02-02T00:21:07.819Z | Downloaded quote v1.0.35 |
782 | 2024-02-02T00:21:07.819Z | Downloaded serde_derive v1.0.195 |
783 | 2024-02-02T00:21:07.819Z | Downloaded anyhow v1.0.75 |
784 | 2024-02-02T00:21:07.819Z | Downloaded anstyle v1.0.2 |
785 | 2024-02-02T00:21:07.820Z | Downloaded ryu v1.0.15 |
786 | 2024-02-02T00:21:07.820Z | Downloaded indexmap v2.2.2 |
787 | 2024-02-02T00:21:07.820Z | Downloaded toml_edit v0.21.0 |
788 | 2024-02-02T00:21:07.820Z | Downloaded memchr v2.6.3 |
789 | 2024-02-02T00:21:07.820Z | Downloaded hashbrown v0.14.2 |
790 | 2024-02-02T00:21:07.820Z | Downloaded clap_builder v4.4.2 |
791 | 2024-02-02T00:21:07.820Z | Downloaded winnow v0.5.15 |
792 | 2024-02-02T00:21:07.821Z | Downloaded syn v2.0.48 |
793 | 2024-02-02T00:21:07.821Z | Downloaded rustix v0.37.23 |
794 | 2024-02-02T00:21:07.821Z | Downloaded libc v0.2.153 |
795 | 2024-02-02T00:21:07.821Z | Downloaded serde_json v1.0.113 |
796 | 2024-02-02T00:21:07.822Z | Downloaded toml v0.8.8 |
797 | 2024-02-02T00:21:07.822Z | Downloaded serde v1.0.195 |
798 | 2024-02-02T00:21:07.822Z | Downloaded clap v4.4.3 |
799 | 2024-02-02T00:21:07.822Z | Downloaded thiserror v1.0.56 |
800 | 2024-02-02T00:21:07.822Z | Downloaded errno v0.3.8 |
801 | 2024-02-02T00:21:07.823Z | Downloaded anstyle-parse v0.2.1 |
802 | 2024-02-02T00:21:07.823Z | Compiling proc-macro2 v1.0.78 |
803 | 2024-02-02T00:21:07.823Z | Compiling unicode-ident v1.0.12 |
804 | 2024-02-02T00:21:07.824Z | Compiling serde v1.0.195 |
805 | 2024-02-02T00:21:07.824Z | Compiling libc v0.2.153 |
806 | 2024-02-02T00:21:07.824Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-02-02T00:21:07.824Z | Compiling rustix v0.37.23 |
808 | 2024-02-02T00:21:07.824Z | Compiling bitflags v1.3.2 |
809 | 2024-02-02T00:21:07.825Z | Compiling equivalent v1.0.1 |
810 | 2024-02-02T00:21:07.975Z | Compiling utf8parse v0.2.1 |
811 | 2024-02-02T00:21:07.988Z | Compiling hashbrown v0.14.2 |
812 | 2024-02-02T00:21:08.087Z | Compiling colorchoice v1.0.0 |
813 | 2024-02-02T00:21:08.250Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-02-02T00:21:08.422Z | Compiling anstyle v1.0.2 |
815 | 2024-02-02T00:21:08.715Z | Compiling serde_json v1.0.113 |
816 | 2024-02-02T00:21:08.816Z | Compiling semver v1.0.21 |
817 | 2024-02-02T00:21:09.555Z | Compiling indexmap v2.2.2 |
818 | 2024-02-02T00:21:09.788Z | Compiling camino v1.1.6 |
819 | 2024-02-02T00:21:09.808Z | Compiling thiserror v1.0.56 |
820 | 2024-02-02T00:21:09.915Z | Compiling winnow v0.5.15 |
821 | 2024-02-02T00:21:09.992Z | Compiling anstyle-query v1.0.0 |
822 | 2024-02-02T00:21:10.156Z | Compiling anstream v0.5.0 |
823 | 2024-02-02T00:21:10.300Z | Compiling clap_lex v0.5.1 |
824 | 2024-02-02T00:21:10.819Z | Compiling itoa v1.0.9 |
825 | 2024-02-02T00:21:10.833Z | Compiling heck v0.4.1 |
826 | 2024-02-02T00:21:11.081Z | Compiling strsim v0.10.0 |
827 | 2024-02-02T00:21:11.106Z | Compiling anyhow v1.0.75 |
828 | 2024-02-02T00:21:11.232Z | Compiling ryu v1.0.15 |
829 | 2024-02-02T00:21:11.484Z | Compiling quote v1.0.35 |
830 | 2024-02-02T00:21:11.855Z | Compiling errno v0.3.8 |
831 | 2024-02-02T00:21:12.098Z | Compiling syn v2.0.48 |
832 | 2024-02-02T00:21:13.527Z | Compiling terminal_size v0.2.6 |
833 | 2024-02-02T00:21:13.655Z | Compiling clap_builder v4.4.2 |
834 | 2024-02-02T00:21:20.703Z | Compiling serde_derive v1.0.195 |
835 | 2024-02-02T00:21:20.703Z | Compiling thiserror-impl v1.0.56 |
836 | 2024-02-02T00:21:20.708Z | Compiling clap_derive v4.4.2 |
837 | 2024-02-02T00:21:24.897Z | Compiling clap v4.4.3 |
838 | 2024-02-02T00:21:33.650Z | Compiling serde_spanned v0.6.4 |
839 | 2024-02-02T00:21:33.650Z | Compiling toml_datetime v0.6.5 |
840 | 2024-02-02T00:21:33.911Z | Compiling cargo-platform v0.1.3 |
841 | 2024-02-02T00:21:34.030Z | Compiling toml_edit v0.21.0 |
842 | 2024-02-02T00:21:35.548Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-02-02T00:21:37.518Z | Compiling toml v0.8.8 |
844 | 2024-02-02T00:21:38.601Z | Compiling cargo_toml v0.19.0 |
845 | 2024-02-02T00:21:51.017Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-02-02T00:21:55.413Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
847 | 2024-02-02T00:21:55.413Z | Running `target/debug/xtask clippy` |
848 | 2024-02-02T00:21:55.413Z | 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-02T00:21:55.414Z | Downloading crates ... |
850 | 2024-02-02T00:21:55.414Z | Downloaded adler v1.0.2 |
851 | 2024-02-02T00:21:55.414Z | Downloaded hostname v0.3.1 |
852 | 2024-02-02T00:21:55.414Z | Downloaded bytecount v0.6.3 |
853 | 2024-02-02T00:21:55.414Z | Downloaded humantime v2.1.0 |
854 | 2024-02-02T00:21:55.415Z | Downloaded http v1.0.0 |
855 | 2024-02-02T00:21:55.415Z | Downloaded hubpack_derive v0.1.1 |
856 | 2024-02-02T00:21:55.415Z | Downloaded hyper-rustls v0.24.2 |
857 | 2024-02-02T00:21:55.415Z | Downloaded keccak v0.1.4 |
858 | 2024-02-02T00:21:55.416Z | Downloaded new_debug_unreachable v1.0.4 |
859 | 2024-02-02T00:21:55.416Z | Downloaded normalize-line-endings v0.3.0 |
860 | 2024-02-02T00:21:55.416Z | Downloaded instant v0.1.12 |
861 | 2024-02-02T00:21:55.416Z | Downloaded nodrop v0.1.14 |
862 | 2024-02-02T00:21:55.416Z | Downloaded hubpack v0.1.2 |
863 | 2024-02-02T00:21:55.416Z | Downloaded num-integer v0.1.45 |
864 | 2024-02-02T00:21:55.417Z | Downloaded bb8 v0.8.1 |
865 | 2024-02-02T00:21:55.417Z | Downloaded async-trait v0.1.77 |
866 | 2024-02-02T00:21:55.417Z | Downloaded atty v0.2.14 |
867 | 2024-02-02T00:21:55.417Z | Downloaded nom v7.1.3 |
868 | 2024-02-02T00:21:55.417Z | Downloaded bitfield v0.14.0 |
869 | 2024-02-02T00:21:55.418Z | Downloaded newtype_derive v0.1.6 |
870 | 2024-02-02T00:21:55.418Z | Downloaded matches v0.1.10 |
871 | 2024-02-02T00:21:55.418Z | Downloaded lazy_static v1.4.0 |
872 | 2024-02-02T00:21:55.418Z | Downloaded num_threads v0.1.6 |
873 | 2024-02-02T00:21:55.419Z | Downloaded number_prefix v0.4.0 |
874 | 2024-02-02T00:21:55.419Z | Downloaded nested v0.1.1 |
875 | 2024-02-02T00:21:55.419Z | Downloaded memmap v0.7.0 |
876 | 2024-02-02T00:21:55.419Z | Downloaded cstr-argument v0.1.2 |
877 | 2024-02-02T00:21:55.419Z | Downloaded atomic-waker v1.1.1 |
878 | 2024-02-02T00:21:55.419Z | Downloaded curve25519-dalek-derive v0.1.0 |
879 | 2024-02-02T00:21:55.419Z | Downloaded serde-big-array v0.4.1 |
880 | 2024-02-02T00:21:55.419Z | Downloaded mime v0.3.17 |
881 | 2024-02-02T00:21:55.419Z | Downloaded num_enum v0.5.11 |
882 | 2024-02-02T00:21:55.419Z | Downloaded num_enum_derive v0.5.11 |
883 | 2024-02-02T00:21:55.419Z | Downloaded endian-type v0.1.2 |
884 | 2024-02-02T00:21:55.419Z | Downloaded crossbeam-queue v0.3.8 |
885 | 2024-02-02T00:21:55.419Z | Downloaded precomputed-hash v0.1.1 |
886 | 2024-02-02T00:21:55.419Z | Downloaded sct v0.7.0 |
887 | 2024-02-02T00:21:55.419Z | Downloaded predicates-core v1.0.6 |
888 | 2024-02-02T00:21:55.420Z | Downloaded num-rational v0.4.1 |
889 | 2024-02-02T00:21:55.420Z | Downloaded darling v0.20.3 |
890 | 2024-02-02T00:21:55.420Z | Downloaded waitgroup v0.1.2 |
891 | 2024-02-02T00:21:55.420Z | Downloaded basic-toml v0.1.8 |
892 | 2024-02-02T00:21:55.420Z | Downloaded ff v0.13.0 |
893 | 2024-02-02T00:21:55.420Z | Downloaded paste v1.0.14 |
894 | 2024-02-02T00:21:55.420Z | Downloaded structmeta-derive v0.2.0 |
895 | 2024-02-02T00:21:55.420Z | Downloaded futures-executor v0.3.30 |
896 | 2024-02-02T00:21:55.420Z | Downloaded schemars_derive v0.8.16 |
897 | 2024-02-02T00:21:55.420Z | Downloaded tokio-stream v0.1.14 |
898 | 2024-02-02T00:21:55.420Z | Downloaded secrecy v0.8.0 |
899 | 2024-02-02T00:21:55.420Z | Downloaded oso-derive v0.27.0 |
900 | 2024-02-02T00:21:55.420Z | Downloaded http v0.2.11 |
901 | 2024-02-02T00:21:55.420Z | Downloaded toolchain_find v0.2.0 |
902 | 2024-02-02T00:21:55.420Z | Downloaded derive_builder v0.12.0 |
903 | 2024-02-02T00:21:55.420Z | Downloaded peeking_take_while v0.1.2 |
904 | 2024-02-02T00:21:55.420Z | Downloaded smallvec v1.11.2 |
905 | 2024-02-02T00:21:55.420Z | Downloaded rustversion v1.0.14 |
906 | 2024-02-02T00:21:55.420Z | Downloaded phf_shared v0.10.0 |
907 | 2024-02-02T00:21:55.420Z | Downloaded topological-sort v0.2.2 |
908 | 2024-02-02T00:21:55.420Z | Downloaded tokio-tungstenite v0.20.1 |
909 | 2024-02-02T00:21:55.420Z | Downloaded thiserror-no-std v2.0.2 |
910 | 2024-02-02T00:21:55.420Z | Downloaded phf v0.11.2 |
911 | 2024-02-02T00:21:55.421Z | Downloaded signal-hook-tokio v0.3.1 |
912 | 2024-02-02T00:21:55.421Z | Downloaded getopts v0.2.21 |
913 | 2024-02-02T00:21:55.421Z | Downloaded hash32 v0.2.1 |
914 | 2024-02-02T00:21:55.421Z | Downloaded slab v0.4.9 |
915 | 2024-02-02T00:21:55.421Z | Downloaded hex v0.4.3 |
916 | 2024-02-02T00:21:55.421Z | Downloaded phf_shared v0.11.2 |
917 | 2024-02-02T00:21:55.421Z | Downloaded slog-term v2.9.0 |
918 | 2024-02-02T00:21:55.421Z | Downloaded try-lock v0.2.4 |
919 | 2024-02-02T00:21:55.421Z | Downloaded tower-service v0.3.2 |
920 | 2024-02-02T00:21:55.421Z | Downloaded mio v0.8.9 |
921 | 2024-02-02T00:21:55.421Z | Downloaded darling_macro v0.20.3 |
922 | 2024-02-02T00:21:55.421Z | Downloaded darling_macro v0.14.4 |
923 | 2024-02-02T00:21:55.421Z | Downloaded tiny-keccak v2.0.2 |
924 | 2024-02-02T00:21:55.421Z | Downloaded oso v0.27.0 |
925 | 2024-02-02T00:21:55.421Z | Downloaded once_cell v1.19.0 |
926 | 2024-02-02T00:21:55.421Z | Downloaded doc-comment v0.3.3 |
927 | 2024-02-02T00:21:55.421Z | Downloaded pin-project-internal v1.1.3 |
928 | 2024-02-02T00:21:55.421Z | Downloaded shell-words v1.1.0 |
929 | 2024-02-02T00:21:55.421Z | Downloaded zeroize_derive v1.4.2 |
930 | 2024-02-02T00:21:55.421Z | Downloaded want v0.3.1 |
931 | 2024-02-02T00:21:55.421Z | Downloaded pin-project-lite v0.2.13 |
932 | 2024-02-02T00:21:55.421Z | Downloaded radium v0.7.0 |
933 | 2024-02-02T00:21:55.422Z | Downloaded serde_plain v1.0.2 |
934 | 2024-02-02T00:21:55.422Z | Downloaded tinyvec v1.6.0 |
935 | 2024-02-02T00:21:55.422Z | Downloaded serde-hex v0.1.0 |
936 | 2024-02-02T00:21:55.422Z | Downloaded zone_cfg_derive v0.3.0 |
937 | 2024-02-02T00:21:55.422Z | Downloaded signature v1.6.4 |
938 | 2024-02-02T00:21:55.422Z | Downloaded smallvec v0.6.14 |
939 | 2024-02-02T00:21:55.422Z | Downloaded ref-cast v1.0.20 |
940 | 2024-02-02T00:21:55.422Z | Downloaded foreign-types v0.3.2 |
941 | 2024-02-02T00:21:55.422Z | Downloaded scroll_derive v0.12.0 |
942 | 2024-02-02T00:21:55.422Z | Downloaded foreign-types-shared v0.3.1 |
943 | 2024-02-02T00:21:55.422Z | Downloaded foreign-types-shared v0.1.1 |
944 | 2024-02-02T00:21:55.422Z | Downloaded r2d2 v0.8.10 |
945 | 2024-02-02T00:21:55.422Z | Downloaded tokio-native-tls v0.3.1 |
946 | 2024-02-02T00:21:55.717Z | Downloaded walkdir v2.4.0 |
947 | 2024-02-02T00:21:55.717Z | Downloaded heapless v0.7.16 |
948 | 2024-02-02T00:21:55.717Z | Downloaded take_mut v0.2.2 |
949 | 2024-02-02T00:21:55.717Z | Downloaded data-encoding v2.4.0 |
950 | 2024-02-02T00:21:55.717Z | Downloaded unicode-segmentation v1.10.1 |
951 | 2024-02-02T00:21:55.717Z | Downloaded debug-ignore v1.0.5 |
952 | 2024-02-02T00:21:55.717Z | Downloaded usdt-attr-macro v0.3.5 |
953 | 2024-02-02T00:21:55.717Z | Downloaded derive_builder_macro v0.12.0 |
954 | 2024-02-02T00:21:55.717Z | Downloaded serde_derive_internals v0.26.0 |
955 | 2024-02-02T00:21:55.717Z | Downloaded plotters-backend v0.3.5 |
956 | 2024-02-02T00:21:55.717Z | Downloaded unicase v2.7.0 |
957 | 2024-02-02T00:21:55.717Z | Downloaded zone v0.3.0 |
958 | 2024-02-02T00:21:55.717Z | Downloaded pin-utils v0.1.0 |
959 | 2024-02-02T00:21:55.717Z | Downloaded subprocess v0.2.9 |
960 | 2024-02-02T00:21:55.718Z | Downloaded trust-dns-client v0.22.0 |
961 | 2024-02-02T00:21:55.718Z | Downloaded stability v0.1.1 |
962 | 2024-02-02T00:21:55.718Z | Downloaded pretty-hex v0.2.1 |
963 | 2024-02-02T00:21:55.718Z | Downloaded termcolor v1.2.0 |
964 | 2024-02-02T00:21:55.718Z | Downloaded embedded-io v0.4.0 |
965 | 2024-02-02T00:21:55.718Z | Downloaded half v2.3.1 |
966 | 2024-02-02T00:21:55.718Z | Downloaded rustc_version v0.1.7 |
967 | 2024-02-02T00:21:55.718Z | Downloaded synstructure v0.12.6 |
968 | 2024-02-02T00:21:55.718Z | Downloaded steno v0.4.0 |
969 | 2024-02-02T00:21:55.718Z | Downloaded rustc_version v0.4.0 |
970 | 2024-02-02T00:21:55.718Z | Downloaded foreign-types-macros v0.2.3 |
971 | 2024-02-02T00:21:55.718Z | Downloaded universal-hash v0.5.1 |
972 | 2024-02-02T00:21:55.718Z | Downloaded proc-macro-error-attr v1.0.4 |
973 | 2024-02-02T00:21:55.719Z | Downloaded pest_generator v2.7.6 |
974 | 2024-02-02T00:21:55.719Z | Downloaded libxml v0.3.3 |
975 | 2024-02-02T00:21:55.719Z | Downloaded remove_dir_all v0.5.3 |
976 | 2024-02-02T00:21:55.719Z | Downloaded yansi v0.5.1 |
977 | 2024-02-02T00:21:55.719Z | Downloaded rand_xorshift v0.3.0 |
978 | 2024-02-02T00:21:55.719Z | Downloaded usdt-impl v0.3.5 |
979 | 2024-02-02T00:21:55.719Z | Downloaded dirs-next v2.0.0 |
980 | 2024-02-02T00:21:55.719Z | Downloaded time-core v0.1.1 |
981 | 2024-02-02T00:21:55.719Z | Downloaded untrusted v0.9.0 |
982 | 2024-02-02T00:21:55.719Z | Downloaded openssl-probe v0.1.5 |
983 | 2024-02-02T00:21:55.719Z | Downloaded termtree v0.4.1 |
984 | 2024-02-02T00:21:55.719Z | Downloaded display-error-chain v0.2.0 |
985 | 2024-02-02T00:21:55.719Z | Downloaded trybuild v1.0.89 |
986 | 2024-02-02T00:21:55.719Z | Downloaded funty v2.0.0 |
987 | 2024-02-02T00:21:55.719Z | Downloaded scopeguard v1.2.0 |
988 | 2024-02-02T00:21:55.719Z | Downloaded relative-path v1.9.0 |
989 | 2024-02-02T00:21:55.719Z | Downloaded zerocopy v0.6.4 |
990 | 2024-02-02T00:21:55.719Z | Downloaded toml v0.7.8 |
991 | 2024-02-02T00:21:55.720Z | Downloaded form_urlencoded v1.2.1 |
992 | 2024-02-02T00:21:55.720Z | Downloaded signal-hook-mio v0.2.3 |
993 | 2024-02-02T00:21:55.720Z | Downloaded hex-literal v0.4.1 |
994 | 2024-02-02T00:21:55.720Z | Downloaded rand_core v0.6.4 |
995 | 2024-02-02T00:21:55.720Z | Downloaded time-macros v0.2.13 |
996 | 2024-02-02T00:21:55.720Z | Downloaded ena v0.14.2 |
997 | 2024-02-02T00:21:55.720Z | Downloaded foreign-types v0.5.0 |
998 | 2024-02-02T00:21:55.720Z | Downloaded snafu v0.7.5 |
999 | 2024-02-02T00:21:55.720Z | Downloaded tap v1.0.1 |
1000 | 2024-02-02T00:21:55.720Z | Downloaded toml v0.5.11 |
1001 | 2024-02-02T00:21:55.720Z | Downloaded glob v0.3.1 |
1002 | 2024-02-02T00:21:55.720Z | Downloaded version_check v0.9.4 |
1003 | 2024-02-02T00:21:55.720Z | Downloaded defmt v0.3.5 |
1004 | 2024-02-02T00:21:55.720Z | Downloaded futures v0.3.30 |
1005 | 2024-02-02T00:21:55.720Z | Downloaded rustfmt-wrapper v0.2.0 |
1006 | 2024-02-02T00:21:55.720Z | Downloaded url v2.5.0 |
1007 | 2024-02-02T00:21:55.720Z | Downloaded typed-path v0.7.0 |
1008 | 2024-02-02T00:21:55.720Z | Downloaded der v0.7.8 |
1009 | 2024-02-02T00:21:55.720Z | Downloaded vte v0.11.1 |
1010 | 2024-02-02T00:21:55.720Z | Downloaded lalrpop v0.19.12 |
1011 | 2024-02-02T00:21:55.721Z | Downloaded slog v2.7.0 |
1012 | 2024-02-02T00:21:55.721Z | Downloaded ron v0.8.1 |
1013 | 2024-02-02T00:21:55.721Z | Downloaded ucd-trie v0.1.6 |
1014 | 2024-02-02T00:21:55.721Z | Downloaded rayon-core v1.12.0 |
1015 | 2024-02-02T00:21:55.721Z | Downloaded test-strategy v0.3.1 |
1016 | 2024-02-02T00:21:55.721Z | Downloaded bitvec v1.0.1 |
1017 | 2024-02-02T00:21:55.721Z | Downloaded prettyplease v0.2.16 |
1018 | 2024-02-02T00:21:55.721Z | Downloaded tungstenite v0.20.1 |
1019 | 2024-02-02T00:21:55.721Z | Downloaded rustls-webpki v0.102.1 |
1020 | 2024-02-02T00:21:55.721Z | Downloaded rustyline v13.0.0 |
1021 | 2024-02-02T00:21:55.721Z | Downloaded reedline v0.28.0 |
1022 | 2024-02-02T00:21:55.721Z | Downloaded h2 v0.3.24 |
1023 | 2024-02-02T00:21:55.721Z | Downloaded regex-automata v0.1.10 |
1024 | 2024-02-02T00:21:55.721Z | Downloaded petgraph v0.6.4 |
1025 | 2024-02-02T00:21:55.721Z | Downloaded goblin v0.8.0 |
1026 | 2024-02-02T00:21:55.721Z | Downloaded reqwest v0.11.22 |
1027 | 2024-02-02T00:21:55.721Z | Downloaded hkdf v0.12.4 |
1028 | 2024-02-02T00:21:55.721Z | Downloaded vcpkg v0.2.15 |
1029 | 2024-02-02T00:21:55.721Z | Downloaded rayon v1.8.0 |
1030 | 2024-02-02T00:21:55.722Z | Downloaded object v0.30.4 |
1031 | 2024-02-02T00:21:55.722Z | Downloaded trust-dns-proto v0.22.0 |
1032 | 2024-02-02T00:21:55.722Z | Downloaded radix_trie v0.2.1 |
1033 | 2024-02-02T00:21:55.722Z | Downloaded gimli v0.28.0 |
1034 | 2024-02-02T00:21:55.722Z | Downloaded object v0.32.1 |
1035 | 2024-02-02T00:21:55.722Z | Downloaded openssl v0.10.60 |
1036 | 2024-02-02T00:21:55.722Z | Downloaded regex-syntax v0.6.29 |
1037 | 2024-02-02T00:21:55.722Z | Downloaded polar-core v0.27.0 |
1038 | 2024-02-02T00:21:55.722Z | Downloaded ratatui v0.25.0 |
1039 | 2024-02-02T00:21:55.722Z | Downloaded sled v0.34.7 |
1040 | 2024-02-02T00:21:55.722Z | Downloaded zerocopy-derive v0.2.0 |
1041 | 2024-02-02T00:21:55.722Z | Downloaded regex-automata v0.3.8 |
1042 | 2024-02-02T00:21:55.722Z | Downloaded regex-automata v0.4.4 |
1043 | 2024-02-02T00:21:55.722Z | Downloaded tokio v1.35.1 |
1044 | 2024-02-02T00:21:55.722Z | Downloaded sha3 v0.10.8 |
1045 | 2024-02-02T00:21:55.722Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1046 | 2024-02-02T00:21:57.200Z | Downloaded zerocopy-derive v0.6.4 |
1047 | 2024-02-02T00:21:57.200Z | Downloaded regex-syntax v0.8.2 |
1048 | 2024-02-02T00:21:57.200Z | Downloaded rustls v0.22.2 |
1049 | 2024-02-02T00:21:57.200Z | Downloaded diesel v2.1.4 |
1050 | 2024-02-02T00:21:57.200Z | Downloaded encoding_rs v0.8.33 |
1051 | 2024-02-02T00:21:57.200Z | Downloaded regex-syntax v0.7.5 |
1052 | 2024-02-02T00:21:57.200Z | Downloaded regex v1.10.3 |
1053 | 2024-02-02T00:21:57.200Z | Downloaded regress v0.7.1 |
1054 | 2024-02-02T00:21:57.200Z | Downloaded ring v0.17.7 |
1055 | 2024-02-02T00:21:57.200Z | Downloaded openapiv3 v2.0.0 |
1056 | 2024-02-02T00:21:57.201Z | Downloaded smoltcp v0.11.0 |
1057 | 2024-02-02T00:21:57.201Z | Downloaded syn v1.0.109 |
1058 | 2024-02-02T00:21:57.201Z | Downloaded webpki-roots v0.25.2 |
1059 | 2024-02-02T00:21:57.201Z | Downloaded bstr v1.6.0 |
1060 | 2024-02-02T00:21:57.201Z | Downloaded rustix v0.38.30 |
1061 | 2024-02-02T00:21:57.201Z | Downloaded tabled v0.15.0 |
1062 | 2024-02-02T00:21:57.201Z | Downloaded curve25519-dalek v4.1.1 |
1063 | 2024-02-02T00:21:57.201Z | Downloaded idna v0.2.3 |
1064 | 2024-02-02T00:21:57.201Z | Downloaded proptest v1.4.0 |
1065 | 2024-02-02T00:21:57.201Z | Downloaded bstr v0.2.17 |
1066 | 2024-02-02T00:21:57.201Z | Downloaded smoltcp v0.9.1 |
1067 | 2024-02-02T00:21:57.201Z | Downloaded ring v0.16.20 |
1068 | 2024-02-02T00:21:57.201Z | Downloaded idna v0.5.0 |
1069 | 2024-02-02T00:21:57.201Z | Downloaded rustls v0.21.9 |
1070 | 2024-02-02T00:21:57.202Z | Downloaded chrono v0.4.31 |
1071 | 2024-02-02T00:21:57.202Z | Downloaded itertools v0.12.1 |
1072 | 2024-02-02T00:21:57.202Z | Downloaded quick-xml v0.30.0 |
1073 | 2024-02-02T00:21:57.202Z | Downloaded sqlparser v0.43.1 |
1074 | 2024-02-02T00:21:57.202Z | Downloaded tracing v0.1.37 |
1075 | 2024-02-02T00:21:57.202Z | Downloaded rsa v0.9.2 |
1076 | 2024-02-02T00:21:57.202Z | Downloaded rand v0.8.5 |
1077 | 2024-02-02T00:21:57.202Z | Downloaded rand v0.4.6 |
1078 | 2024-02-02T00:21:57.202Z | Downloaded rcgen v0.12.1 |
1079 | 2024-02-02T00:21:57.202Z | Downloaded guppy v0.17.4 |
1080 | 2024-02-02T00:21:57.202Z | Downloaded plotters v0.3.5 |
1081 | 2024-02-02T00:21:57.202Z | Downloaded zerocopy v0.7.32 |
1082 | 2024-02-02T00:21:57.202Z | Downloaded rustls-webpki v0.101.7 |
1083 | 2024-02-02T00:21:57.202Z | Downloaded hyper v0.14.27 |
1084 | 2024-02-02T00:21:57.203Z | Downloaded pest v2.7.6 |
1085 | 2024-02-02T00:21:57.203Z | Downloaded aho-corasick v1.0.4 |
1086 | 2024-02-02T00:21:57.203Z | Downloaded clap v2.34.0 |
1087 | 2024-02-02T00:21:57.203Z | Downloaded tower v0.4.13 |
1088 | 2024-02-02T00:21:57.203Z | Downloaded futures-util v0.3.30 |
1089 | 2024-02-02T00:21:57.203Z | Downloaded tough v0.16.0 |
1090 | 2024-02-02T00:21:57.203Z | Downloaded textwrap v0.16.0 |
1091 | 2024-02-02T00:21:57.203Z | Downloaded derive_more v0.99.17 |
1092 | 2024-02-02T00:21:57.203Z | Downloaded portable-atomic v1.4.3 |
1093 | 2024-02-02T00:21:57.203Z | Downloaded expectorate v1.1.0 |
1094 | 2024-02-02T00:21:57.203Z | Downloaded x509-cert v0.2.4 |
1095 | 2024-02-02T00:21:57.203Z | Downloaded tracing-attributes v0.1.26 |
1096 | 2024-02-02T00:21:57.203Z | Downloaded zip v0.6.6 |
1097 | 2024-02-02T00:21:57.203Z | Downloaded darling_core v0.20.3 |
1098 | 2024-02-02T00:21:57.204Z | Downloaded salty v0.2.0 |
1099 | 2024-02-02T00:21:57.204Z | Downloaded trust-dns-server v0.22.1 |
1100 | 2024-02-02T00:21:57.204Z | Downloaded time v0.3.27 |
1101 | 2024-02-02T00:21:57.204Z | Downloaded multer v3.0.0 |
1102 | 2024-02-02T00:21:57.204Z | Downloaded toml_edit v0.19.15 |
1103 | 2024-02-02T00:21:57.204Z | Downloaded tracing-core v0.1.31 |
1104 | 2024-02-02T00:21:57.204Z | Downloaded fragile v2.0.0 |
1105 | 2024-02-02T00:21:57.204Z | Downloaded digest v0.10.7 |
1106 | 2024-02-02T00:21:57.204Z | Downloaded thiserror-impl-no-std v2.0.2 |
1107 | 2024-02-02T00:21:57.204Z | Downloaded textwrap v0.11.0 |
1108 | 2024-02-02T00:21:57.204Z | Downloaded rustls-pemfile v2.0.0 |
1109 | 2024-02-02T00:21:57.204Z | Downloaded slog-async v2.8.0 |
1110 | 2024-02-02T00:21:57.204Z | Downloaded diff v0.1.13 |
1111 | 2024-02-02T00:21:57.205Z | Downloaded hashbrown v0.13.2 |
1112 | 2024-02-02T00:21:57.205Z | Downloaded bindgen v0.69.2 |
1113 | 2024-02-02T00:21:57.205Z | Downloaded futures-sink v0.3.30 |
1114 | 2024-02-02T00:21:57.205Z | Downloaded tui-tree-widget v0.16.0 |
1115 | 2024-02-02T00:21:57.205Z | Downloaded generic-array v0.14.7 |
1116 | 2024-02-02T00:21:57.205Z | Downloaded socket2 v0.5.5 |
1117 | 2024-02-02T00:21:57.205Z | Downloaded parking_lot_core v0.8.6 |
1118 | 2024-02-02T00:21:57.205Z | Downloaded pkcs1 v0.7.5 |
1119 | 2024-02-02T00:21:57.205Z | Downloaded pretty_assertions v1.4.0 |
1120 | 2024-02-02T00:21:57.205Z | Downloaded rstest_macros v0.18.2 |
1121 | 2024-02-02T00:21:57.205Z | Downloaded papergrid v0.11.0 |
1122 | 2024-02-02T00:21:57.205Z | Downloaded thread-id v4.2.0 |
1123 | 2024-02-02T00:21:57.205Z | Downloaded rustls-native-certs v0.7.0 |
1124 | 2024-02-02T00:21:57.205Z | Downloaded openssl-sys v0.9.96 |
1125 | 2024-02-02T00:21:57.206Z | Downloaded vte_generate_state_changes v0.1.1 |
1126 | 2024-02-02T00:21:57.206Z | Downloaded ref-cast-impl v1.0.20 |
1127 | 2024-02-02T00:21:57.206Z | Downloaded group v0.13.0 |
1128 | 2024-02-02T00:21:57.206Z | Downloaded rusty-fork v0.3.0 |
1129 | 2024-02-02T00:21:57.206Z | Downloaded tokio-postgres v0.7.10 |
1130 | 2024-02-02T00:21:57.206Z | Downloaded serde_with v3.5.1 |
1131 | 2024-02-02T00:21:57.206Z | Downloaded fixedbitset v0.4.2 |
1132 | 2024-02-02T00:21:57.206Z | Downloaded percent-encoding v2.3.1 |
1133 | 2024-02-02T00:21:57.206Z | Downloaded fastrand v2.0.0 |
1134 | 2024-02-02T00:21:57.206Z | Downloaded predicates v3.1.0 |
1135 | 2024-02-02T00:21:57.206Z | Downloaded dof v0.3.0 |
1136 | 2024-02-02T00:21:57.207Z | Downloaded futures-task v0.3.30 |
1137 | 2024-02-02T00:21:57.207Z | Downloaded yasna v0.5.2 |
1138 | 2024-02-02T00:21:57.207Z | Downloaded unicode-linebreak v0.1.5 |
1139 | 2024-02-02T00:21:57.207Z | Downloaded proc-macro-crate v1.3.1 |
1140 | 2024-02-02T00:21:57.207Z | Downloaded difflib v0.4.0 |
1141 | 2024-02-02T00:21:57.207Z | Downloaded unarray v0.1.4 |
1142 | 2024-02-02T00:21:57.207Z | Downloaded unicode-normalization v0.1.22 |
1143 | 2024-02-02T00:21:57.207Z | Downloaded typenum v1.16.0 |
1144 | 2024-02-02T00:21:57.207Z | Downloaded trust-dns-resolver v0.22.0 |
1145 | 2024-02-02T00:21:57.207Z | Downloaded unicode-xid v0.2.4 |
1146 | 2024-02-02T00:21:58.371Z | Downloaded resolv-conf v0.7.0 |
1147 | 2024-02-02T00:21:58.371Z | Downloaded der_derive v0.7.2 |
1148 | 2024-02-02T00:21:58.371Z | Downloaded partial-io v0.5.4 |
1149 | 2024-02-02T00:21:58.371Z | Downloaded pem-rfc7468 v0.7.0 |
1150 | 2024-02-02T00:21:58.371Z | Downloaded unicode-bidi v0.3.13 |
1151 | 2024-02-02T00:21:58.371Z | Downloaded owo-colors v4.0.0 |
1152 | 2024-02-02T00:21:58.371Z | Downloaded pin-project v1.1.3 |
1153 | 2024-02-02T00:21:58.371Z | Downloaded highway v1.1.0 |
1154 | 2024-02-02T00:21:58.371Z | Downloaded same-file v1.0.6 |
1155 | 2024-02-02T00:21:58.372Z | Downloaded zerocopy v0.3.0 |
1156 | 2024-02-02T00:21:58.372Z | Downloaded enum-as-inner v0.5.1 |
1157 | 2024-02-02T00:21:58.372Z | Downloaded which v4.4.0 |
1158 | 2024-02-02T00:21:58.372Z | Downloaded wait-timeout v0.2.0 |
1159 | 2024-02-02T00:21:58.372Z | Downloaded olpc-cjson v0.1.3 |
1160 | 2024-02-02T00:21:58.372Z | Downloaded similar v2.3.0 |
1161 | 2024-02-02T00:21:58.372Z | Downloaded crossterm v0.27.0 |
1162 | 2024-02-02T00:21:58.372Z | Downloaded elliptic-curve v0.13.8 |
1163 | 2024-02-02T00:21:58.372Z | Downloaded tokio-util v0.7.10 |
1164 | 2024-02-02T00:21:58.372Z | Downloaded either v1.9.0 |
1165 | 2024-02-02T00:21:58.372Z | Downloaded zeroize v1.7.0 |
1166 | 2024-02-02T00:21:58.372Z | Downloaded oorandom v11.1.3 |
1167 | 2024-02-02T00:21:58.372Z | Downloaded indoc v2.0.3 |
1168 | 2024-02-02T00:21:58.372Z | Downloaded untrusted v0.7.1 |
1169 | 2024-02-02T00:21:58.372Z | Downloaded serde_path_to_error v0.1.15 |
1170 | 2024-02-02T00:21:58.372Z | Downloaded fnv v1.0.7 |
1171 | 2024-02-02T00:21:58.372Z | Downloaded usdt-attr-macro v0.5.0 |
1172 | 2024-02-02T00:21:58.372Z | Downloaded dirs-sys-next v0.1.2 |
1173 | 2024-02-02T00:21:58.372Z | Downloaded thread_local v1.1.7 |
1174 | 2024-02-02T00:21:58.373Z | Downloaded semver-parser v0.10.2 |
1175 | 2024-02-02T00:21:58.373Z | Downloaded semver v0.11.0 |
1176 | 2024-02-02T00:21:58.373Z | Downloaded signal-hook v0.3.17 |
1177 | 2024-02-02T00:21:58.373Z | Downloaded unicode_categories v0.1.1 |
1178 | 2024-02-02T00:21:58.373Z | Downloaded hmac v0.12.1 |
1179 | 2024-02-02T00:21:58.373Z | Downloaded flume v0.11.0 |
1180 | 2024-02-02T00:21:58.373Z | Downloaded hashbrown v0.12.3 |
1181 | 2024-02-02T00:21:58.373Z | Downloaded nix v0.27.1 |
1182 | 2024-02-02T00:21:58.373Z | Downloaded tabled_derive v0.7.0 |
1183 | 2024-02-02T00:21:58.373Z | Downloaded swrite v0.1.0 |
1184 | 2024-02-02T00:21:58.373Z | Downloaded vec_map v0.8.2 |
1185 | 2024-02-02T00:21:58.373Z | Downloaded postcard v1.0.8 |
1186 | 2024-02-02T00:21:58.373Z | Downloaded proc-macro-error v1.0.4 |
1187 | 2024-02-02T00:21:58.373Z | Downloaded parking_lot v0.11.2 |
1188 | 2024-02-02T00:21:58.373Z | Downloaded opaque-debug v0.3.0 |
1189 | 2024-02-02T00:21:58.373Z | Downloaded criterion v0.5.1 |
1190 | 2024-02-02T00:21:58.373Z | Downloaded unsafe-libyaml v0.2.10 |
1191 | 2024-02-02T00:21:58.373Z | Downloaded diesel_derives v2.1.2 |
1192 | 2024-02-02T00:21:58.373Z | Downloaded flate2 v1.0.28 |
1193 | 2024-02-02T00:21:58.373Z | Downloaded env_logger v0.10.0 |
1194 | 2024-02-02T00:21:58.373Z | Downloaded structmeta v0.2.0 |
1195 | 2024-02-02T00:21:58.373Z | Downloaded strsim v0.8.0 |
1196 | 2024-02-02T00:21:58.374Z | Downloaded datatest-stable v0.2.3 |
1197 | 2024-02-02T00:21:58.374Z | Downloaded float-cmp v0.9.0 |
1198 | 2024-02-02T00:21:58.374Z | Downloaded globset v0.4.13 |
1199 | 2024-02-02T00:21:58.374Z | Downloaded rtoolbox v0.0.1 |
1200 | 2024-02-02T00:21:58.374Z | Downloaded tinytemplate v1.2.1 |
1201 | 2024-02-02T00:21:58.374Z | Downloaded termios v0.3.3 |
1202 | 2024-02-02T00:21:58.374Z | Downloaded wyz v0.5.1 |
1203 | 2024-02-02T00:21:58.374Z | Downloaded omicron-zone-package v0.10.1 |
1204 | 2024-02-02T00:21:58.374Z | Downloaded hash32 v0.3.1 |
1205 | 2024-02-02T00:21:58.374Z | Downloaded samael v0.0.14 |
1206 | 2024-02-02T00:21:58.374Z | Downloaded platforms v3.0.2 |
1207 | 2024-02-02T00:21:58.374Z | Downloaded fatfs v0.3.6 |
1208 | 2024-02-02T00:21:58.374Z | Downloaded xattr v1.0.1 |
1209 | 2024-02-02T00:21:58.374Z | Downloaded structopt v0.3.26 |
1210 | 2024-02-02T00:21:58.374Z | Downloaded quick-error v1.2.3 |
1211 | 2024-02-02T00:21:58.374Z | Downloaded heapless v0.8.0 |
1212 | 2024-02-02T00:21:58.374Z | Downloaded itertools v0.10.5 |
1213 | 2024-02-02T00:21:58.374Z | Downloaded defmt-parser v0.3.3 |
1214 | 2024-02-02T00:21:58.374Z | Downloaded signature v2.1.0 |
1215 | 2024-02-02T00:21:58.374Z | Downloaded signal-hook-registry v1.4.1 |
1216 | 2024-02-02T00:21:58.374Z | Downloaded tokio-rustls v0.24.1 |
1217 | 2024-02-02T00:21:58.374Z | Downloaded semver v0.1.20 |
1218 | 2024-02-02T00:21:58.375Z | Downloaded pest_meta v2.7.6 |
1219 | 2024-02-02T00:21:58.375Z | Downloaded futures-channel v0.3.30 |
1220 | 2024-02-02T00:21:58.375Z | Downloaded fs-err v2.11.0 |
1221 | 2024-02-02T00:21:58.375Z | Downloaded shlex v1.3.0 |
1222 | 2024-02-02T00:21:58.375Z | Downloaded headers v0.3.9 |
1223 | 2024-02-02T00:21:58.375Z | Downloaded snafu-derive v0.7.5 |
1224 | 2024-02-02T00:21:58.375Z | Downloaded tar v0.4.40 |
1225 | 2024-02-02T00:21:58.375Z | Downloaded socket2 v0.4.9 |
1226 | 2024-02-02T00:21:58.375Z | Downloaded password-hash v0.5.0 |
1227 | 2024-02-02T00:21:58.375Z | Downloaded siphasher v0.3.11 |
1228 | 2024-02-02T00:21:58.375Z | Downloaded similar-asserts v1.5.0 |
1229 | 2024-02-02T00:21:58.375Z | Downloaded libm v0.2.7 |
1230 | 2024-02-02T00:21:58.375Z | Downloaded rpassword v7.3.1 |
1231 | 2024-02-02T00:21:58.375Z | Downloaded tokio-macros v2.2.0 |
1232 | 2024-02-02T00:21:58.375Z | Downloaded pest_derive v2.7.6 |
1233 | 2024-02-02T00:21:58.375Z | Downloaded vsss-rs v3.3.4 |
1234 | 2024-02-02T00:21:58.375Z | Downloaded plotters-svg v0.3.5 |
1235 | 2024-02-02T00:21:58.375Z | Downloaded strum_macros v0.24.3 |
1236 | 2024-02-02T00:21:58.375Z | Downloaded parking_lot_core v0.9.8 |
1237 | 2024-02-02T00:21:58.375Z | Downloaded tower-layer v0.3.2 |
1238 | 2024-02-02T00:21:58.375Z | Downloaded subtle v2.5.0 |
1239 | 2024-02-02T00:21:58.375Z | Downloaded tinyvec_macros v0.1.1 |
1240 | 2024-02-02T00:21:58.376Z | Downloaded parking_lot v0.12.1 |
1241 | 2024-02-02T00:21:58.376Z | Downloaded tokio-rustls v0.25.0 |
1242 | 2024-02-02T00:21:58.376Z | Downloaded slog-scope v4.4.0 |
1243 | 2024-02-02T00:21:58.376Z | Downloaded hyper v1.1.0 |
1244 | 2024-02-02T00:21:58.376Z | Downloaded crossbeam-channel v0.5.8 |
1245 | 2024-02-02T00:21:58.376Z | Downloaded defmt-macros v0.3.6 |
1246 | 2024-02-02T00:21:59.780Z | Downloaded strum_macros v0.25.2 |
1247 | 2024-02-02T00:21:59.780Z | Downloaded getrandom v0.2.10 |
1248 | 2024-02-02T00:21:59.780Z | Downloaded gethostname v0.4.3 |
1249 | 2024-02-02T00:21:59.780Z | Downloaded usdt v0.3.5 |
1250 | 2024-02-02T00:21:59.780Z | Downloaded poly1305 v0.8.0 |
1251 | 2024-02-02T00:21:59.780Z | Downloaded parse-display-derive v0.8.2 |
1252 | 2024-02-02T00:21:59.780Z | Downloaded supports-color v2.1.0 |
1253 | 2024-02-02T00:21:59.780Z | Downloaded rustls-pemfile v1.0.3 |
1254 | 2024-02-02T00:21:59.781Z | Downloaded usdt v0.5.0 |
1255 | 2024-02-02T00:21:59.781Z | Downloaded crypto-bigint v0.5.2 |
1256 | 2024-02-02T00:21:59.781Z | Downloaded pkcs8 v0.10.2 |
1257 | 2024-02-02T00:21:59.781Z | Downloaded packed_struct_codegen v0.10.1 |
1258 | 2024-02-02T00:21:59.781Z | Downloaded guppy-workspace-hack v0.1.0 |
1259 | 2024-02-02T00:21:59.781Z | Downloaded packed_struct v0.10.1 |
1260 | 2024-02-02T00:21:59.781Z | Downloaded rustc-hash v1.1.0 |
1261 | 2024-02-02T00:21:59.781Z | Downloaded rand_chacha v0.3.1 |
1262 | 2024-02-02T00:21:59.781Z | Downloaded scroll v0.12.0 |
1263 | 2024-02-02T00:21:59.781Z | Downloaded plain v0.2.3 |
1264 | 2024-02-02T00:21:59.781Z | Downloaded pkg-config v0.3.27 |
1265 | 2024-02-02T00:21:59.782Z | Downloaded flagset v0.4.3 |
1266 | 2024-02-02T00:21:59.782Z | Downloaded backtrace v0.3.69 |
1267 | 2024-02-02T00:21:59.782Z | Downloaded indicatif v0.17.7 |
1268 | 2024-02-02T00:21:59.782Z | Downloaded fallible-iterator v0.2.0 |
1269 | 2024-02-02T00:21:59.782Z | Downloaded fd-lock v3.0.13 |
1270 | 2024-02-02T00:21:59.782Z | Downloaded bytes v1.5.0 |
1271 | 2024-02-02T00:21:59.782Z | Downloaded strum v0.25.0 |
1272 | 2024-02-02T00:21:59.782Z | Downloaded threadpool v1.8.1 |
1273 | 2024-02-02T00:21:59.782Z | Downloaded whoami v1.4.1 |
1274 | 2024-02-02T00:21:59.782Z | Downloaded ppv-lite86 v0.2.17 |
1275 | 2024-02-02T00:21:59.782Z | Downloaded postgres-types v0.2.6 |
1276 | 2024-02-02T00:21:59.782Z | Downloaded spin v0.5.2 |
1277 | 2024-02-02T00:21:59.782Z | Downloaded futures-timer v3.0.2 |
1278 | 2024-02-02T00:21:59.782Z | Downloaded serde_yaml v0.9.25 |
1279 | 2024-02-02T00:21:59.782Z | Downloaded schemars v0.8.16 |
1280 | 2024-02-02T00:21:59.782Z | Downloaded pem v3.0.2 |
1281 | 2024-02-02T00:21:59.782Z | Downloaded dof v0.1.5 |
1282 | 2024-02-02T00:21:59.782Z | Downloaded postgres-protocol v0.6.6 |
1283 | 2024-02-02T00:21:59.783Z | Downloaded usdt-impl v0.5.0 |
1284 | 2024-02-02T00:21:59.783Z | Downloaded strip-ansi-escapes v0.2.0 |
1285 | 2024-02-02T00:21:59.783Z | Downloaded slog-dtrace v0.3.0 |
1286 | 2024-02-02T00:21:59.783Z | Downloaded crossbeam-epoch v0.9.15 |
1287 | 2024-02-02T00:21:59.783Z | Downloaded pathdiff v0.2.1 |
1288 | 2024-02-02T00:21:59.783Z | Downloaded stringprep v0.1.3 |
1289 | 2024-02-02T00:21:59.783Z | Downloaded static_assertions v1.1.0 |
1290 | 2024-02-02T00:21:59.783Z | Downloaded stable_deref_trait v1.2.0 |
1291 | 2024-02-02T00:21:59.783Z | Downloaded slog-json v2.6.1 |
1292 | 2024-02-02T00:21:59.783Z | Downloaded slog-envlogger v2.2.0 |
1293 | 2024-02-02T00:21:59.783Z | Downloaded allocator-api2 v0.2.16 |
1294 | 2024-02-02T00:21:59.783Z | Downloaded arc-swap v1.6.0 |
1295 | 2024-02-02T00:21:59.783Z | Downloaded fd-lock v4.0.2 |
1296 | 2024-02-02T00:21:59.783Z | Downloaded uuid v1.7.0 |
1297 | 2024-02-02T00:21:59.783Z | Downloaded target-lexicon v0.12.12 |
1298 | 2024-02-02T00:21:59.783Z | Downloaded mockall_derive v0.12.0 |
1299 | 2024-02-02T00:21:59.783Z | Downloaded crossbeam-utils v0.8.16 |
1300 | 2024-02-02T00:21:59.783Z | Downloaded parse-display v0.8.2 |
1301 | 2024-02-02T00:21:59.784Z | Downloaded pretty-hex v0.4.1 |
1302 | 2024-02-02T00:21:59.784Z | Downloaded serde_with_macros v3.5.1 |
1303 | 2024-02-02T00:21:59.784Z | Downloaded clang-sys v1.6.1 |
1304 | 2024-02-02T00:21:59.784Z | Downloaded serde_tokenstream v0.2.0 |
1305 | 2024-02-02T00:21:59.784Z | Downloaded bzip2 v0.4.4 |
1306 | 2024-02-02T00:21:59.784Z | Downloaded futures-core v0.3.30 |
1307 | 2024-02-02T00:21:59.784Z | Downloaded spin v0.9.8 |
1308 | 2024-02-02T00:21:59.784Z | Downloaded serde_urlencoded v0.7.1 |
1309 | 2024-02-02T00:21:59.784Z | Downloaded fxhash v0.2.1 |
1310 | 2024-02-02T00:21:59.784Z | Downloaded downcast v0.11.0 |
1311 | 2024-02-02T00:21:59.784Z | Downloaded sqlformat v0.2.3 |
1312 | 2024-02-02T00:21:59.784Z | Downloaded dyn-clone v1.0.13 |
1313 | 2024-02-02T00:21:59.784Z | Downloaded deranged v0.3.8 |
1314 | 2024-02-02T00:21:59.784Z | Downloaded filetime v0.2.23 |
1315 | 2024-02-02T00:21:59.784Z | Downloaded num-traits v0.2.16 |
1316 | 2024-02-02T00:21:59.784Z | Downloaded minimal-lexical v0.2.1 |
1317 | 2024-02-02T00:21:59.784Z | Downloaded derive-where v1.2.7 |
1318 | 2024-02-02T00:21:59.784Z | Downloaded tempfile v3.9.0 |
1319 | 2024-02-02T00:21:59.784Z | Downloaded target-spec v3.0.1 |
1320 | 2024-02-02T00:21:59.785Z | Downloaded miniz_oxide v0.7.1 |
1321 | 2024-02-02T00:21:59.785Z | Downloaded sqlparser_derive v0.2.2 |
1322 | 2024-02-02T00:21:59.785Z | Downloaded headers-core v0.2.0 |
1323 | 2024-02-02T00:21:59.785Z | Downloaded dtrace-parser v0.2.0 |
1324 | 2024-02-02T00:21:59.785Z | Downloaded term v0.7.0 |
1325 | 2024-02-02T00:21:59.785Z | Downloaded scheduled-thread-pool v0.2.7 |
1326 | 2024-02-02T00:21:59.785Z | Downloaded crc-any v2.4.3 |
1327 | 2024-02-02T00:21:59.785Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1328 | 2024-02-02T00:21:59.785Z | Downloaded darling v0.14.4 |
1329 | 2024-02-02T00:21:59.785Z | Downloaded openssl-macros v0.1.1 |
1330 | 2024-02-02T00:21:59.785Z | Downloaded slog-bunyan v2.5.0 |
1331 | 2024-02-02T00:21:59.785Z | Downloaded ahash v0.8.6 |
1332 | 2024-02-02T00:21:59.785Z | Downloaded addr2line v0.21.0 |
1333 | 2024-02-02T00:21:59.785Z | Downloaded derive_builder_core v0.12.0 |
1334 | 2024-02-02T00:21:59.785Z | Downloaded zerocopy-derive v0.7.32 |
1335 | 2024-02-02T00:21:59.785Z | Downloaded tempdir v0.3.7 |
1336 | 2024-02-02T00:21:59.785Z | Downloaded crc32fast v1.3.2 |
1337 | 2024-02-02T00:21:59.786Z | Downloaded cookie v0.18.0 |
1338 | 2024-02-02T00:21:59.786Z | Downloaded slog-stdlog v4.1.1 |
1339 | 2024-02-02T00:21:59.786Z | Downloaded sha2 v0.10.8 |
1340 | 2024-02-02T00:21:59.786Z | Downloaded serde_tokenstream v0.1.7 |
1341 | 2024-02-02T00:21:59.786Z | Downloaded base64 v0.21.7 |
1342 | 2024-02-02T00:21:59.786Z | Downloaded usdt-macro v0.3.5 |
1343 | 2024-02-02T00:21:59.786Z | Downloaded rust-argon2 v1.0.1 |
1344 | 2024-02-02T00:21:59.786Z | Downloaded num-bigint-dig v0.8.4 |
1345 | 2024-02-02T00:21:59.786Z | Downloaded hyper-util v0.1.2 |
1346 | 2024-02-02T00:22:00.734Z | Downloaded path-slash v0.1.5 |
1347 | 2024-02-02T00:22:00.734Z | Downloaded dtrace-parser v0.1.14 |
1348 | 2024-02-02T00:22:00.734Z | Downloaded predicates-tree v1.0.9 |
1349 | 2024-02-02T00:22:00.734Z | Downloaded crypto-common v0.1.6 |
1350 | 2024-02-02T00:22:00.734Z | Downloaded native-tls v0.2.11 |
1351 | 2024-02-02T00:22:00.734Z | Downloaded mime_guess v2.0.4 |
1352 | 2024-02-02T00:22:00.735Z | Downloaded lock_api v0.4.10 |
1353 | 2024-02-02T00:22:00.735Z | Downloaded utf-8 v0.7.6 |
1354 | 2024-02-02T00:22:00.735Z | Downloaded structopt-derive v0.4.18 |
1355 | 2024-02-02T00:22:00.735Z | Downloaded chacha20poly1305 v0.10.1 |
1356 | 2024-02-02T00:22:00.735Z | Downloaded cc v1.0.83 |
1357 | 2024-02-02T00:22:00.735Z | Downloaded unicode-width v0.1.11 |
1358 | 2024-02-02T00:22:00.735Z | Downloaded const-oid v0.9.5 |
1359 | 2024-02-02T00:22:00.735Z | Downloaded console v0.15.8 |
1360 | 2024-02-02T00:22:00.735Z | Downloaded base64ct v1.6.0 |
1361 | 2024-02-02T00:22:00.735Z | Downloaded backoff v0.4.0 |
1362 | 2024-02-02T00:22:00.735Z | Downloaded async-recursion v1.0.5 |
1363 | 2024-02-02T00:22:00.735Z | Downloaded argon2 v0.5.3 |
1364 | 2024-02-02T00:22:00.735Z | Downloaded parse-size v1.0.0 |
1365 | 2024-02-02T00:22:00.735Z | Downloaded heck v0.3.3 |
1366 | 2024-02-02T00:22:00.735Z | Downloaded futures-macro v0.3.30 |
1367 | 2024-02-02T00:22:00.735Z | Downloaded futures-io v0.3.30 |
1368 | 2024-02-02T00:22:00.735Z | Downloaded ed25519 v1.5.3 |
1369 | 2024-02-02T00:22:00.735Z | Downloaded string_cache v0.8.7 |
1370 | 2024-02-02T00:22:00.736Z | Downloaded smf v0.2.2 |
1371 | 2024-02-02T00:22:00.736Z | Downloaded smawk v0.3.1 |
1372 | 2024-02-02T00:22:00.736Z | Downloaded sha1 v0.10.6 |
1373 | 2024-02-02T00:22:00.736Z | Downloaded serde_repr v0.1.16 |
1374 | 2024-02-02T00:22:00.736Z | Downloaded libefi-sys v0.1.0 |
1375 | 2024-02-02T00:22:00.736Z | Downloaded crossbeam-deque v0.8.3 |
1376 | 2024-02-02T00:22:00.736Z | Downloaded num_cpus v1.16.0 |
1377 | 2024-02-02T00:22:00.736Z | Downloaded num v0.4.1 |
1378 | 2024-02-02T00:22:00.736Z | Downloaded nanorand v0.7.0 |
1379 | 2024-02-02T00:22:00.736Z | Downloaded mockall v0.12.0 |
1380 | 2024-02-02T00:22:00.736Z | Downloaded arrayvec v0.7.4 |
1381 | 2024-02-02T00:22:00.736Z | Downloaded array-init v0.0.4 |
1382 | 2024-02-02T00:22:00.736Z | Downloaded ansi_term v0.12.1 |
1383 | 2024-02-02T00:22:00.736Z | Downloaded spki v0.7.2 |
1384 | 2024-02-02T00:22:00.736Z | Downloaded rstest v0.18.2 |
1385 | 2024-02-02T00:22:00.736Z | Downloaded maplit v1.0.2 |
1386 | 2024-02-02T00:22:00.736Z | Downloaded lru-cache v0.1.2 |
1387 | 2024-02-02T00:22:00.736Z | Downloaded libloading v0.7.4 |
1388 | 2024-02-02T00:22:00.736Z | Downloaded lalrpop-util v0.19.12 |
1389 | 2024-02-02T00:22:00.736Z | Downloaded ipnet v2.9.0 |
1390 | 2024-02-02T00:22:00.736Z | Downloaded hyper-rustls v0.26.0 |
1391 | 2024-02-02T00:22:00.736Z | Downloaded crc-catalog v2.2.0 |
1392 | 2024-02-02T00:22:00.736Z | Downloaded constant_time_eq v0.3.0 |
1393 | 2024-02-02T00:22:00.737Z | Downloaded cobs v0.2.3 |
1394 | 2024-02-02T00:22:00.737Z | Downloaded num-iter v0.1.43 |
1395 | 2024-02-02T00:22:00.737Z | Downloaded memoffset v0.9.0 |
1396 | 2024-02-02T00:22:00.737Z | Downloaded macaddr v1.0.1 |
1397 | 2024-02-02T00:22:00.737Z | Downloaded sec1 v0.7.3 |
1398 | 2024-02-02T00:22:00.737Z | Downloaded nibble_vec v0.1.0 |
1399 | 2024-02-02T00:22:00.737Z | Downloaded memoffset v0.7.1 |
1400 | 2024-02-02T00:22:00.737Z | Downloaded md-5 v0.10.5 |
1401 | 2024-02-02T00:22:00.737Z | Downloaded managed v0.8.0 |
1402 | 2024-02-02T00:22:00.737Z | Downloaded lru v0.12.1 |
1403 | 2024-02-02T00:22:00.737Z | Downloaded linked-hash-map v0.5.6 |
1404 | 2024-02-02T00:22:00.737Z | Downloaded ciborium v0.2.2 |
1405 | 2024-02-02T00:22:00.737Z | Downloaded cfg-expr v0.15.5 |
1406 | 2024-02-02T00:22:00.737Z | Downloaded crunchy v0.2.2 |
1407 | 2024-02-02T00:22:00.737Z | Downloaded crucible-workspace-hack v0.1.0 |
1408 | 2024-02-02T00:22:00.737Z | Downloaded usdt-macro v0.5.0 |
1409 | 2024-02-02T00:22:00.737Z | Downloaded serde-big-array v0.5.1 |
1410 | 2024-02-02T00:22:00.737Z | Downloaded linear-map v1.2.0 |
1411 | 2024-02-02T00:22:00.737Z | Downloaded inout v0.1.3 |
1412 | 2024-02-02T00:22:00.737Z | Downloaded indoc v1.0.9 |
1413 | 2024-02-02T00:22:00.737Z | Downloaded impl-trait-for-tuples v0.2.2 |
1414 | 2024-02-02T00:22:00.737Z | Downloaded crossbeam v0.8.2 |
1415 | 2024-02-02T00:22:00.737Z | Downloaded crc v3.0.1 |
1416 | 2024-02-02T00:22:00.737Z | Downloaded corncobs v0.1.3 |
1417 | 2024-02-02T00:22:00.738Z | Downloaded maybe-uninit v2.0.0 |
1418 | 2024-02-02T00:22:00.738Z | Downloaded rustls-pki-types v1.1.0 |
1419 | 2024-02-02T00:22:00.738Z | Downloaded log v0.4.20 |
1420 | 2024-02-02T00:22:00.738Z | Downloaded ascii-canvas v3.0.0 |
1421 | 2024-02-02T00:22:00.738Z | Downloaded rustc-demangle v0.1.23 |
1422 | 2024-02-02T00:22:00.738Z | Downloaded cpufeatures v0.2.12 |
1423 | 2024-02-02T00:22:00.738Z | Downloaded cipher v0.4.4 |
1424 | 2024-02-02T00:22:00.738Z | Downloaded async-stream v0.3.5 |
1425 | 2024-02-02T00:22:00.738Z | Downloaded assert_cmd v2.0.13 |
1426 | 2024-02-02T00:22:00.738Z | Downloaded anes v0.1.6 |
1427 | 2024-02-02T00:22:00.738Z | Downloaded approx v0.5.1 |
1428 | 2024-02-02T00:22:00.738Z | Downloaded aead v0.5.2 |
1429 | 2024-02-02T00:22:00.738Z | Downloaded arrayref v0.3.7 |
1430 | 2024-02-02T00:22:00.738Z | Downloaded ipnetwork v0.20.0 |
1431 | 2024-02-02T00:22:00.738Z | Downloaded hyper-tls v0.5.0 |
1432 | 2024-02-02T00:22:00.738Z | Downloaded criterion-plot v0.5.0 |
1433 | 2024-02-02T00:22:00.738Z | Downloaded colored v2.0.4 |
1434 | 2024-02-02T00:22:00.738Z | Downloaded libtest-mimic v0.6.1 |
1435 | 2024-02-02T00:22:00.738Z | Downloaded newline-converter v0.3.0 |
1436 | 2024-02-02T00:22:00.738Z | Downloaded base16ct v0.2.0 |
1437 | 2024-02-02T00:22:00.738Z | Downloaded bcs v0.1.6 |
1438 | 2024-02-02T00:22:00.738Z | Downloaded autocfg v1.1.0 |
1439 | 2024-02-02T00:22:00.738Z | Downloaded libsw v3.3.1 |
1440 | 2024-02-02T00:22:00.739Z | Downloaded num-bigint v0.4.4 |
1441 | 2024-02-02T00:22:00.739Z | Downloaded indexmap v1.9.3 |
1442 | 2024-02-02T00:22:00.739Z | Downloaded hyper-staticfile v0.9.5 |
1443 | 2024-02-02T00:22:00.739Z | Downloaded convert_case v0.4.0 |
1444 | 2024-02-02T00:22:00.739Z | Downloaded constant_time_eq v0.2.6 |
1445 | 2024-02-02T00:22:00.739Z | Downloaded cexpr v0.6.0 |
1446 | 2024-02-02T00:22:01.644Z | Downloaded num-derive v0.4.0 |
1447 | 2024-02-02T00:22:01.644Z | Downloaded num-complex v0.4.4 |
1448 | 2024-02-02T00:22:01.644Z | Downloaded is-terminal v0.4.9 |
1449 | 2024-02-02T00:22:01.644Z | Downloaded ident_case v1.0.1 |
1450 | 2024-02-02T00:22:01.644Z | Downloaded ciborium-ll v0.2.2 |
1451 | 2024-02-02T00:22:01.644Z | Downloaded chacha20 v0.9.1 |
1452 | 2024-02-02T00:22:01.644Z | Downloaded match_cfg v0.1.0 |
1453 | 2024-02-02T00:22:01.644Z | Downloaded lazycell v1.3.0 |
1454 | 2024-02-02T00:22:01.644Z | Downloaded kstat-rs v0.2.3 |
1455 | 2024-02-02T00:22:01.644Z | Downloaded async-stream-impl v0.3.5 |
1456 | 2024-02-02T00:22:01.644Z | Downloaded assert_matches v1.5.0 |
1457 | 2024-02-02T00:22:01.644Z | Downloaded nu-ansi-term v0.49.0 |
1458 | 2024-02-02T00:22:01.644Z | Downloaded httptest v0.15.5 |
1459 | 2024-02-02T00:22:01.644Z | Downloaded httpdate v1.0.3 |
1460 | 2024-02-02T00:22:01.644Z | Downloaded httparse v1.8.0 |
1461 | 2024-02-02T00:22:01.644Z | Downloaded blake2 v0.10.6 |
1462 | 2024-02-02T00:22:01.645Z | Downloaded iana-time-zone v0.1.57 |
1463 | 2024-02-02T00:22:01.645Z | Downloaded cast v0.3.0 |
1464 | 2024-02-02T00:22:01.645Z | Downloaded byteorder v1.5.0 |
1465 | 2024-02-02T00:22:01.645Z | Downloaded is_ci v1.1.1 |
1466 | 2024-02-02T00:22:01.645Z | Downloaded http-body v1.0.0 |
1467 | 2024-02-02T00:22:01.645Z | Downloaded ciborium-io v0.2.2 |
1468 | 2024-02-02T00:22:01.645Z | Downloaded cancel-safe-futures v0.1.5 |
1469 | 2024-02-02T00:22:01.645Z | Downloaded http-range v0.1.5 |
1470 | 2024-02-02T00:22:01.645Z | Downloaded darling_core v0.14.4 |
1471 | 2024-02-02T00:22:01.645Z | Downloaded bitflags v2.4.0 |
1472 | 2024-02-02T00:22:01.645Z | Downloaded http-body v0.4.5 |
1473 | 2024-02-02T00:22:01.645Z | Downloaded home v0.5.5 |
1474 | 2024-02-02T00:22:01.645Z | Downloaded cfg-if v1.0.0 |
1475 | 2024-02-02T00:22:01.645Z | Downloaded cassowary v0.3.0 |
1476 | 2024-02-02T00:22:01.645Z | Downloaded camino-tempfile v1.1.1 |
1477 | 2024-02-02T00:22:01.645Z | Downloaded bit-vec v0.6.3 |
1478 | 2024-02-02T00:22:01.645Z | Downloaded atomicwrites v0.4.3 |
1479 | 2024-02-02T00:22:01.645Z | Downloaded blake2b_simd v1.0.1 |
1480 | 2024-02-02T00:22:01.645Z | Downloaded buf-list v1.0.3 |
1481 | 2024-02-02T00:22:01.645Z | Downloaded block-padding v0.3.3 |
1482 | 2024-02-02T00:22:01.645Z | Downloaded bit-set v0.5.3 |
1483 | 2024-02-02T00:22:01.645Z | Downloaded block-buffer v0.10.4 |
1484 | 2024-02-02T00:22:01.646Z | Compiling serde v1.0.195 |
1485 | 2024-02-02T00:22:01.646Z | Compiling autocfg v1.1.0 |
1486 | 2024-02-02T00:22:01.646Z | Compiling version_check v0.9.4 |
1487 | 2024-02-02T00:22:01.646Z | Checking cfg-if v1.0.0 |
1488 | 2024-02-02T00:22:01.646Z | Compiling syn v1.0.109 |
1489 | 2024-02-02T00:22:01.646Z | Checking libc v0.2.153 |
1490 | 2024-02-02T00:22:01.646Z | Compiling syn v2.0.48 |
1491 | 2024-02-02T00:22:01.646Z | Compiling parking_lot_core v0.9.8 |
1492 | 2024-02-02T00:22:01.646Z | Compiling once_cell v1.19.0 |
1493 | 2024-02-02T00:22:01.646Z | Compiling memchr v2.6.3 |
1494 | 2024-02-02T00:22:01.646Z | Compiling libm v0.2.7 |
1495 | 2024-02-02T00:22:01.646Z | Compiling cc v1.0.83 |
1496 | 2024-02-02T00:22:01.646Z | Compiling ahash v0.8.6 |
1497 | 2024-02-02T00:22:01.646Z | Compiling lock_api v0.4.10 |
1498 | 2024-02-02T00:22:01.646Z | Compiling num-traits v0.2.16 |
1499 | 2024-02-02T00:22:01.646Z | Compiling getrandom v0.2.10 |
1500 | 2024-02-02T00:22:01.646Z | Compiling byteorder v1.5.0 |
1501 | 2024-02-02T00:22:01.646Z | Compiling serde_json v1.0.113 |
1502 | 2024-02-02T00:22:01.646Z | Checking log v0.4.20 |
1503 | 2024-02-02T00:22:01.646Z | Compiling slab v0.4.9 |
1504 | 2024-02-02T00:22:01.646Z | Checking scopeguard v1.2.0 |
1505 | 2024-02-02T00:22:01.647Z | Compiling typenum v1.16.0 |
1506 | 2024-02-02T00:22:01.647Z | Compiling generic-array v0.14.7 |
1507 | 2024-02-02T00:22:01.647Z | Checking itoa v1.0.9 |
1508 | 2024-02-02T00:22:01.647Z | Checking smallvec v1.11.2 |
1509 | 2024-02-02T00:22:01.647Z | Compiling pkg-config v0.3.27 |
1510 | 2024-02-02T00:22:01.647Z | Compiling allocator-api2 v0.2.16 |
1511 | 2024-02-02T00:22:01.647Z | Compiling schemars v0.8.16 |
1512 | 2024-02-02T00:22:01.647Z | Compiling rustix v0.38.30 |
1513 | 2024-02-02T00:22:01.647Z | Compiling httparse v1.8.0 |
1514 | 2024-02-02T00:22:01.647Z | Compiling ring v0.17.7 |
1515 | 2024-02-02T00:22:01.647Z | Compiling fnv v1.0.7 |
1516 | 2024-02-02T00:22:01.647Z | Checking pin-project-lite v0.2.13 |
1517 | 2024-02-02T00:22:01.647Z | Compiling vcpkg v0.2.15 |
1518 | 2024-02-02T00:22:01.647Z | Compiling aho-corasick v1.0.4 |
1519 | 2024-02-02T00:22:01.647Z | Checking parking_lot v0.12.1 |
1520 | 2024-02-02T00:22:01.799Z | Compiling regex-syntax v0.8.2 |
1521 | 2024-02-02T00:22:19.702Z | Compiling openssl-sys v0.9.96 |
1522 | 2024-02-02T00:22:20.479Z | Checking signal-hook-registry v1.4.1 |
1523 | 2024-02-02T00:22:20.480Z | Compiling ucd-trie v0.1.6 |
1524 | 2024-02-02T00:22:20.480Z | Checking mio v0.8.9 |
1525 | 2024-02-02T00:22:20.480Z | Checking rand_core v0.6.4 |
1526 | 2024-02-02T00:22:20.480Z | Compiling ring v0.16.20 |
1527 | 2024-02-02T00:22:20.480Z | Checking num_cpus v1.16.0 |
1528 | 2024-02-02T00:22:20.480Z | Checking futures-core v0.3.30 |
1529 | 2024-02-02T00:22:20.480Z | Compiling serde_derive_internals v0.26.0 |
1530 | 2024-02-02T00:22:20.480Z | Compiling regex-automata v0.4.4 |
1531 | 2024-02-02T00:22:20.480Z | Compiling openssl v0.10.60 |
1532 | 2024-02-02T00:22:20.480Z | Compiling iana-time-zone v0.1.57 |
1533 | 2024-02-02T00:22:20.480Z | Checking socket2 v0.5.5 |
1534 | 2024-02-02T00:22:20.480Z | Checking ryu v1.0.15 |
1535 | 2024-02-02T00:22:20.480Z | Compiling native-tls v0.2.11 |
1536 | 2024-02-02T00:22:20.481Z | Compiling rustls v0.21.9 |
1537 | 2024-02-02T00:22:20.481Z | Checking spin v0.5.2 |
1538 | 2024-02-02T00:22:20.481Z | Compiling dyn-clone v1.0.13 |
1539 | 2024-02-02T00:22:20.481Z | Compiling async-trait v0.1.77 |
1540 | 2024-02-02T00:22:20.481Z | Checking futures-sink v0.3.30 |
1541 | 2024-02-02T00:22:20.481Z | Compiling backtrace v0.3.69 |
1542 | 2024-02-02T00:22:20.481Z | Compiling errno v0.3.8 |
1543 | 2024-02-02T00:22:20.481Z | Compiling tinyvec_macros v0.1.1 |
1544 | 2024-02-02T00:22:20.481Z | Compiling crossbeam-utils v0.8.16 |
1545 | 2024-02-02T00:22:20.482Z | Compiling crc32fast v1.3.2 |
1546 | 2024-02-02T00:22:20.482Z | Checking pin-utils v0.1.0 |
1547 | 2024-02-02T00:22:20.484Z | Compiling unicode-xid v0.2.4 |
1548 | 2024-02-02T00:22:20.485Z | Compiling tinyvec v1.6.0 |
1549 | 2024-02-02T00:22:20.485Z | Compiling futures-channel v0.3.30 |
1550 | 2024-02-02T00:22:20.485Z | Compiling regex v1.10.3 |
1551 | 2024-02-02T00:22:20.485Z | Compiling unicode-width v0.1.11 |
1552 | 2024-02-02T00:22:20.485Z | Checking futures-task v0.3.30 |
1553 | 2024-02-02T00:22:20.485Z | Compiling futures-io v0.3.30 |
1554 | 2024-02-02T00:22:20.485Z | Compiling anyhow v1.0.75 |
1555 | 2024-02-02T00:22:20.485Z | Checking subtle v2.5.0 |
1556 | 2024-02-02T00:22:20.485Z | Compiling spin v0.9.8 |
1557 | 2024-02-02T00:22:20.485Z | Compiling unicode-normalization v0.1.22 |
1558 | 2024-02-02T00:22:20.485Z | Compiling tracing-core v0.1.31 |
1559 | 2024-02-02T00:22:20.485Z | Compiling unicode-bidi v0.3.13 |
1560 | 2024-02-02T00:22:20.486Z | Compiling num-integer v0.1.45 |
1561 | 2024-02-02T00:22:20.486Z | Compiling slog v2.7.0 |
1562 | 2024-02-02T00:22:20.486Z | Compiling lazy_static v1.4.0 |
1563 | 2024-02-02T00:22:20.486Z | Compiling serde_derive v1.0.195 |
1564 | 2024-02-02T00:22:20.486Z | Compiling zerocopy-derive v0.7.32 |
1565 | 2024-02-02T00:22:20.486Z | Compiling thiserror-impl v1.0.56 |
1566 | 2024-02-02T00:22:20.486Z | Compiling zeroize_derive v1.4.2 |
1567 | 2024-02-02T00:22:20.486Z | Compiling tokio-macros v2.2.0 |
1568 | 2024-02-02T00:22:20.486Z | Compiling futures-macro v0.3.30 |
1569 | 2024-02-02T00:22:20.486Z | Compiling tracing-attributes v0.1.26 |
1570 | 2024-02-02T00:22:21.735Z | Compiling schemars_derive v0.8.16 |
1571 | 2024-02-02T00:22:21.916Z | Checking zeroize v1.7.0 |
1572 | 2024-02-02T00:22:22.285Z | Compiling openssl-macros v0.1.1 |
1573 | 2024-02-02T00:22:22.854Z | Compiling zerocopy v0.7.32 |
1574 | 2024-02-02T00:22:24.444Z | Compiling thiserror v1.0.56 |
1575 | 2024-02-02T00:22:24.630Z | Compiling pest v2.7.6 |
1576 | 2024-02-02T00:22:24.725Z | Compiling futures-util v0.3.30 |
1577 | 2024-02-02T00:22:26.449Z | Compiling hashbrown v0.14.2 |
1578 | 2024-02-02T00:22:26.763Z | Compiling hashbrown v0.13.2 |
1579 | 2024-02-02T00:22:27.723Z | Compiling tracing v0.1.37 |
1580 | 2024-02-02T00:22:28.524Z | Compiling der_derive v0.7.2 |
1581 | 2024-02-02T00:22:28.720Z | Compiling pest_meta v2.7.6 |
1582 | 2024-02-02T00:22:29.522Z | Compiling percent-encoding v2.3.1 |
1583 | 2024-02-02T00:22:30.107Z | Compiling untrusted v0.9.0 |
1584 | 2024-02-02T00:22:30.333Z | Compiling foreign-types-shared v0.1.1 |
1585 | 2024-02-02T00:22:30.487Z | Compiling untrusted v0.7.1 |
1586 | 2024-02-02T00:22:30.922Z | Compiling pest_generator v2.7.6 |
1587 | 2024-02-02T00:22:31.110Z | Compiling time-core v0.1.1 |
1588 | 2024-02-02T00:22:31.429Z | Compiling rustversion v1.0.14 |
1589 | 2024-02-02T00:22:33.083Z | Compiling time-macros v0.2.13 |
1590 | 2024-02-02T00:22:33.430Z | Compiling foreign-types v0.3.2 |
1591 | 2024-02-02T00:22:34.930Z | Compiling scroll_derive v0.12.0 |
1592 | 2024-02-02T00:22:35.177Z | Compiling synstructure v0.12.6 |
1593 | 2024-02-02T00:22:37.629Z | Compiling pest_derive v2.7.6 |
1594 | 2024-02-02T00:22:38.208Z | Compiling thread-id v4.2.0 |
1595 | 2024-02-02T00:22:38.231Z | Compiling base64 v0.21.7 |
1596 | 2024-02-02T00:22:38.417Z | Compiling try-lock v0.2.4 |
1597 | 2024-02-02T00:22:38.661Z | Compiling want v0.3.1 |
1598 | 2024-02-02T00:22:38.979Z | Compiling zerocopy-derive v0.2.0 |
1599 | 2024-02-02T00:22:39.114Z | Compiling rustls-webpki v0.101.7 |
1600 | 2024-02-02T00:22:39.277Z | Compiling sct v0.7.0 |
1601 | 2024-02-02T00:22:39.747Z | Compiling form_urlencoded v1.2.1 |
1602 | 2024-02-02T00:22:39.916Z | Compiling socket2 v0.4.9 |
1603 | 2024-02-02T00:22:40.294Z | Compiling httpdate v1.0.3 |
1604 | 2024-02-02T00:22:40.911Z | Compiling const-oid v0.9.5 |
1605 | 2024-02-02T00:22:41.303Z | Compiling openssl-probe v0.1.5 |
1606 | 2024-02-02T00:22:41.387Z | Compiling tower-service v0.3.2 |
1607 | 2024-02-02T00:22:41.797Z | Compiling idna v0.5.0 |
1608 | 2024-02-02T00:22:41.984Z | Compiling memoffset v0.9.0 |
1609 | 2024-02-02T00:22:42.199Z | Compiling adler v1.0.2 |
1610 | 2024-02-02T00:22:42.271Z | Checking crypto-common v0.1.6 |
1611 | 2024-02-02T00:22:42.636Z | Compiling miniz_oxide v0.7.1 |
1612 | 2024-02-02T00:22:42.641Z | Compiling ipnet v2.9.0 |
1613 | 2024-02-02T00:22:42.641Z | Checking bytes v1.5.0 |
1614 | 2024-02-02T00:22:43.822Z | Checking tokio v1.35.1 |
1615 | 2024-02-02T00:22:44.067Z | Checking bitflags v2.4.0 |
1616 | 2024-02-02T00:22:44.546Z | Compiling indexmap v2.2.2 |
1617 | 2024-02-02T00:22:45.111Z | Compiling chrono v0.4.31 |
1618 | 2024-02-02T00:22:45.506Z | Compiling uuid v1.7.0 |
1619 | 2024-02-02T00:22:45.526Z | Compiling semver v1.0.21 |
1620 | 2024-02-02T00:22:46.721Z | Compiling http v0.2.11 |
1621 | 2024-02-02T00:22:46.820Z | Compiling toml_datetime v0.6.5 |
1622 | 2024-02-02T00:22:47.533Z | Compiling serde_spanned v0.6.4 |
1623 | 2024-02-02T00:22:47.883Z | Compiling openapiv3 v2.0.0 |
1624 | 2024-02-02T00:22:48.143Z | Compiling rustc_version v0.4.0 |
1625 | 2024-02-02T00:22:49.672Z | Compiling toml_edit v0.19.15 |
1626 | 2024-02-02T00:22:51.794Z | Compiling http-body v0.4.5 |
1627 | 2024-02-02T00:22:55.073Z | Compiling url v2.5.0 |
1628 | 2024-02-02T00:22:56.143Z | Checking equivalent v1.0.1 |
1629 | 2024-02-02T00:22:56.163Z | Compiling either v1.9.0 |
1630 | 2024-02-02T00:22:56.730Z | Compiling signal-hook v0.3.17 |
1631 | 2024-02-02T00:22:56.959Z | Compiling serde_urlencoded v0.7.1 |
1632 | 2024-02-02T00:22:58.108Z | Compiling rustls-pemfile v1.0.3 |
1633 | 2024-02-02T00:22:58.342Z | Compiling clap_derive v4.4.2 |
1634 | 2024-02-02T00:22:58.423Z | Compiling zerocopy-derive v0.6.4 |
1635 | 2024-02-02T00:22:59.399Z | Compiling tokio-util v0.7.10 |
1636 | 2024-02-02T00:23:00.129Z | Compiling tokio-rustls v0.24.1 |
1637 | 2024-02-02T00:23:00.140Z | Compiling crossbeam-epoch v0.9.15 |
1638 | 2024-02-02T00:23:00.757Z | Compiling usdt-impl v0.3.5 |
1639 | 2024-02-02T00:23:01.247Z | Compiling encoding_rs v0.8.33 |
1640 | 2024-02-02T00:23:01.371Z | Compiling h2 v0.3.24 |
1641 | 2024-02-02T00:23:01.907Z | Compiling siphasher v0.3.11 |
1642 | 2024-02-02T00:23:02.152Z | Compiling mime v0.3.17 |
1643 | 2024-02-02T00:23:03.110Z | Compiling webpki-roots v0.25.2 |
1644 | 2024-02-02T00:23:03.152Z | Compiling tokio-native-tls v0.3.1 |
1645 | 2024-02-02T00:23:03.342Z | Compiling gimli v0.28.0 |
1646 | 2024-02-02T00:23:03.769Z | Compiling zerocopy v0.3.0 |
1647 | 2024-02-02T00:23:04.261Z | Compiling strum_macros v0.25.2 |
1648 | 2024-02-02T00:23:05.067Z | Compiling scroll v0.12.0 |
1649 | 2024-02-02T00:23:05.954Z | Compiling block-buffer v0.10.4 |
1650 | 2024-02-02T00:23:06.889Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1651 | 2024-02-02T00:23:06.962Z | Compiling object v0.32.1 |
1652 | 2024-02-02T00:23:07.164Z | Compiling num-iter v0.1.43 |
1653 | 2024-02-02T00:23:07.628Z | Compiling usdt-impl v0.5.0 |
1654 | 2024-02-02T00:23:07.751Z | Compiling rustc-demangle v0.1.23 |
1655 | 2024-02-02T00:23:15.533Z | Compiling plain v0.2.3 |
1656 | 2024-02-02T00:23:15.879Z | Compiling goblin v0.8.0 |
1657 | 2024-02-02T00:23:15.976Z | Compiling addr2line v0.21.0 |
1658 | 2024-02-02T00:23:15.976Z | Compiling flate2 v1.0.28 |
1659 | 2024-02-02T00:23:15.976Z | Compiling digest v0.10.7 |
1660 | 2024-02-02T00:23:15.977Z | Compiling dof v0.1.5 |
1661 | 2024-02-02T00:23:15.977Z | Compiling heapless v0.7.16 |
1662 | 2024-02-02T00:23:15.977Z | Compiling dtrace-parser v0.1.14 |
1663 | 2024-02-02T00:23:15.977Z | Compiling ppv-lite86 v0.2.17 |
1664 | 2024-02-02T00:23:15.977Z | Compiling pretty-hex v0.4.1 |
1665 | 2024-02-02T00:23:15.977Z | Compiling hyper v0.14.27 |
1666 | 2024-02-02T00:23:15.977Z | Compiling toml v0.7.8 |
1667 | 2024-02-02T00:23:15.977Z | Compiling rand_chacha v0.3.1 |
1668 | 2024-02-02T00:23:15.977Z | Compiling toml_edit v0.21.0 |
1669 | 2024-02-02T00:23:16.141Z | Compiling serde_tokenstream v0.1.7 |
1670 | 2024-02-02T00:23:16.203Z | Compiling hex v0.4.3 |
1671 | 2024-02-02T00:23:17.194Z | Compiling dtrace-parser v0.2.0 |
1672 | 2024-02-02T00:23:17.982Z | Compiling dof v0.3.0 |
1673 | 2024-02-02T00:23:20.403Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1674 | 2024-02-02T00:23:20.721Z | Compiling bit-vec v0.6.3 |
1675 | 2024-02-02T00:23:21.624Z | Compiling rand v0.8.5 |
1676 | 2024-02-02T00:23:22.099Z | Compiling phf_shared v0.10.0 |
1677 | 2024-02-02T00:23:22.728Z | Compiling num-bigint v0.4.4 |
1678 | 2024-02-02T00:23:23.187Z | Compiling new_debug_unreachable v1.0.4 |
1679 | 2024-02-02T00:23:23.307Z | Compiling fixedbitset v0.4.2 |
1680 | 2024-02-02T00:23:23.330Z | Compiling minimal-lexical v0.2.1 |
1681 | 2024-02-02T00:23:24.038Z | Compiling smoltcp v0.9.1 |
1682 | 2024-02-02T00:23:24.056Z | Compiling precomputed-hash v0.1.1 |
1683 | 2024-02-02T00:23:24.160Z | Compiling base64ct v1.6.0 |
1684 | 2024-02-02T00:23:24.194Z | Compiling string_cache v0.8.7 |
1685 | 2024-02-02T00:23:24.785Z | Compiling hyper-rustls v0.24.2 |
1686 | 2024-02-02T00:23:24.890Z | Compiling hyper-tls v0.5.0 |
1687 | 2024-02-02T00:23:25.577Z | Compiling pem-rfc7468 v0.7.0 |
1688 | 2024-02-02T00:23:25.580Z | Compiling nom v7.1.3 |
1689 | 2024-02-02T00:23:25.580Z | Compiling petgraph v0.6.4 |
1690 | 2024-02-02T00:23:25.580Z | Compiling reqwest v0.11.22 |
1691 | 2024-02-02T00:23:26.808Z | Compiling bit-set v0.5.3 |
1692 | 2024-02-02T00:23:26.816Z | Compiling usdt-macro v0.3.5 |
1693 | 2024-02-02T00:23:26.824Z | Compiling usdt-attr-macro v0.3.5 |
1694 | 2024-02-02T00:23:27.414Z | Compiling hmac v0.12.1 |
1695 | 2024-02-02T00:23:27.778Z | Compiling itertools v0.10.5 |
1696 | 2024-02-02T00:23:28.933Z | Compiling enum-as-inner v0.5.1 |
1697 | 2024-02-02T00:23:29.268Z | Compiling hubpack_derive v0.1.1 |
1698 | 2024-02-02T00:23:29.316Z | Compiling diesel_table_macro_syntax v0.1.0 |
1699 | 2024-02-02T00:23:29.787Z | Compiling lalrpop-util v0.19.12 |
1700 | 2024-02-02T00:23:29.952Z | Compiling flagset v0.4.3 |
1701 | 2024-02-02T00:23:30.253Z | Compiling unicode-segmentation v1.10.1 |
1702 | 2024-02-02T00:23:30.601Z | Checking unicode-ident v1.0.12 |
1703 | 2024-02-02T00:23:30.697Z | Compiling der v0.7.8 |
1704 | 2024-02-02T00:23:30.839Z | Compiling diesel_derives v2.1.2 |
1705 | 2024-02-02T00:23:31.699Z | Compiling cpufeatures v0.2.12 |
1706 | 2024-02-02T00:23:31.841Z | Compiling sha2 v0.10.8 |
1707 | 2024-02-02T00:23:31.964Z | Compiling rustix v0.37.23 |
1708 | 2024-02-02T00:23:31.986Z | Compiling md-5 v0.10.5 |
1709 | 2024-02-02T00:23:32.397Z | Compiling serde_repr v0.1.16 |
1710 | 2024-02-02T00:23:33.656Z | Compiling stringprep v0.1.3 |
1711 | 2024-02-02T00:23:33.964Z | Compiling hash32 v0.2.1 |
1712 | 2024-02-02T00:23:34.321Z | Compiling spki v0.7.2 |
1713 | 2024-02-02T00:23:34.350Z | Checking bitflags v1.3.2 |
1714 | 2024-02-02T00:23:34.483Z | Compiling fallible-iterator v0.2.0 |
1715 | 2024-02-02T00:23:34.785Z | Compiling stable_deref_trait v1.2.0 |
1716 | 2024-02-02T00:23:34.873Z | Compiling pkcs8 v0.10.2 |
1717 | 2024-02-02T00:23:35.299Z | Compiling terminal_size v0.2.6 |
1718 | 2024-02-02T00:23:35.646Z | Compiling postgres-protocol v0.6.6 |
1719 | 2024-02-02T00:23:35.826Z | Checking proc-macro2 v1.0.78 |
1720 | 2024-02-02T00:23:36.054Z | Compiling phf_shared v0.11.2 |
1721 | 2024-02-02T00:23:36.643Z | Compiling ff v0.13.0 |
1722 | 2024-02-02T00:23:36.892Z | Compiling block-padding v0.3.3 |
1723 | 2024-02-02T00:23:36.913Z | Compiling scheduled-thread-pool v0.2.7 |
1724 | 2024-02-02T00:23:37.322Z | Compiling regex-automata v0.1.10 |
1725 | 2024-02-02T00:23:37.646Z | Compiling base16ct v0.2.0 |
1726 | 2024-02-02T00:23:37.853Z | Compiling matches v0.1.10 |
1727 | 2024-02-02T00:23:37.907Z | Compiling deranged v0.3.8 |
1728 | 2024-02-02T00:23:37.978Z | Compiling managed v0.8.0 |
1729 | 2024-02-02T00:23:38.055Z | Compiling num_threads v0.1.6 |
1730 | 2024-02-02T00:23:38.226Z | Compiling clap_builder v4.4.2 |
1731 | 2024-02-02T00:23:38.317Z | Compiling idna v0.2.3 |
1732 | 2024-02-02T00:23:38.333Z | Compiling bstr v0.2.17 |
1733 | 2024-02-02T00:23:40.794Z | Compiling sec1 v0.7.3 |
1734 | 2024-02-02T00:23:40.973Z | Compiling time v0.3.27 |
1735 | 2024-02-02T00:23:41.011Z | Compiling r2d2 v0.8.10 |
1736 | 2024-02-02T00:23:41.620Z | Compiling inout v0.1.3 |
1737 | 2024-02-02T00:23:42.125Z | Compiling signal-hook-mio v0.2.3 |
1738 | 2024-02-02T00:23:42.131Z | Compiling group v0.13.0 |
1739 | 2024-02-02T00:23:42.131Z | Checking quote v1.0.35 |
1740 | 2024-02-02T00:23:42.353Z | Compiling postgres-types v0.2.6 |
1741 | 2024-02-02T00:23:42.447Z | Compiling phf v0.11.2 |
1742 | 2024-02-02T00:23:42.585Z | Compiling bzip2 v0.4.4 |
1743 | 2024-02-02T00:23:43.214Z | Compiling hubpack v0.1.2 |
1744 | 2024-02-02T00:23:43.529Z | Compiling hkdf v0.12.4 |
1745 | 2024-02-02T00:23:43.943Z | Compiling zerocopy v0.6.4 |
1746 | 2024-02-02T00:23:44.846Z | Compiling ipnetwork v0.20.0 |
1747 | 2024-02-02T00:23:45.574Z | Compiling crypto-bigint v0.5.2 |
1748 | 2024-02-02T00:23:46.285Z | Compiling futures-executor v0.3.30 |
1749 | 2024-02-02T00:23:47.863Z | Compiling float-cmp v0.9.0 |
1750 | 2024-02-02T00:23:48.188Z | Compiling data-encoding v2.4.0 |
1751 | 2024-02-02T00:23:49.244Z | Compiling whoami v1.4.1 |
1752 | 2024-02-02T00:23:50.133Z | Compiling difflib v0.4.0 |
1753 | 2024-02-02T00:23:50.231Z | Compiling normalize-line-endings v0.3.0 |
1754 | 2024-02-02T00:23:50.402Z | Compiling predicates-core v1.0.6 |
1755 | 2024-02-02T00:23:50.420Z | Compiling static_assertions v1.1.0 |
1756 | 2024-02-02T00:23:50.791Z | Compiling regex-automata v0.3.8 |
1757 | 2024-02-02T00:23:51.333Z | Compiling predicates v3.1.0 |
1758 | 2024-02-02T00:23:52.206Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1759 | 2024-02-02T00:23:52.885Z | Compiling tokio-postgres v0.7.10 |
1760 | 2024-02-02T00:23:54.007Z | Compiling bstr v1.6.0 |
1761 | 2024-02-02T00:23:54.143Z | Compiling trust-dns-proto v0.22.0 |
1762 | 2024-02-02T00:23:54.936Z | Compiling elliptic-curve v0.13.8 |
1763 | 2024-02-02T00:23:56.195Z | Compiling yasna v0.5.2 |
1764 | 2024-02-02T00:23:56.253Z | Compiling futures v0.3.30 |
1765 | 2024-02-02T00:23:56.421Z | Compiling clap v4.4.3 |
1766 | 2024-02-02T00:23:56.575Z | Compiling zip v0.6.6 |
1767 | 2024-02-02T00:23:56.596Z | Compiling cipher v0.4.4 |
1768 | 2024-02-02T00:23:57.421Z | Compiling crossterm v0.27.0 |
1769 | 2024-02-02T00:23:58.675Z | Compiling diesel v2.1.4 |
1770 | 2024-02-02T00:23:58.890Z | Compiling similar v2.3.0 |
1771 | 2024-02-02T00:24:01.296Z | Compiling usdt v0.3.5 |
1772 | 2024-02-02T00:24:01.493Z | Compiling camino v1.1.6 |
1773 | 2024-02-02T00:24:01.700Z | Compiling tokio-stream v0.1.14 |
1774 | 2024-02-02T00:24:02.338Z | Compiling console v0.15.8 |
1775 | 2024-02-02T00:24:06.404Z | Checking utf8parse v0.2.1 |
1776 | 2024-02-02T00:24:09.309Z | Checking anstyle v1.0.2 |
1777 | 2024-02-02T00:24:11.254Z | Compiling serde_tokenstream v0.2.0 |
1778 | 2024-02-02T00:24:12.443Z | Checking io-lifetimes v1.0.11 |
1779 | 2024-02-02T00:24:17.251Z | Checking anstyle-parse v0.2.1 |
1780 | 2024-02-02T00:24:17.988Z | Checking colorchoice v1.0.0 |
1781 | 2024-02-02T00:24:18.841Z | Checking anstyle-query v1.0.0 |
1782 | 2024-02-02T00:24:19.011Z | Checking anstream v0.5.0 |
1783 | 2024-02-02T00:24:19.516Z | Checking strsim v0.10.0 |
1784 | 2024-02-02T00:24:19.534Z | Checking clap_lex v0.5.1 |
1785 | 2024-02-02T00:24:20.348Z | Checking winnow v0.5.15 |
1786 | 2024-02-02T00:24:28.742Z | Compiling regress v0.7.1 |
1787 | 2024-02-02T00:24:34.899Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1788 | 2024-02-02T00:24:45.146Z | Compiling getopts v0.2.21 |
1789 | 2024-02-02T00:24:45.403Z | Compiling unsafe-libyaml v0.2.10 |
1790 | 2024-02-02T00:24:45.787Z | Checking heck v0.4.1 |
1791 | 2024-02-02T00:24:47.335Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1792 | 2024-02-02T00:24:47.808Z | Compiling serde_yaml v0.9.25 |
1793 | 2024-02-02T00:24:48.683Z | Compiling ident_case v1.0.1 |
1794 | 2024-02-02T00:24:48.722Z | Checking rustls-pki-types v1.1.0 |
1795 | 2024-02-02T00:24:48.806Z | Checking match_cfg v0.1.0 |
1796 | 2024-02-02T00:24:48.928Z | Checking fastrand v2.0.0 |
1797 | 2024-02-02T00:24:48.931Z | Checking hostname v0.3.1 |
1798 | 2024-02-02T00:24:49.117Z | Checking http v1.0.0 |
1799 | 2024-02-02T00:24:49.292Z | Checking atty v0.2.14 |
1800 | 2024-02-02T00:24:49.421Z | Checking tempfile v3.9.0 |
1801 | 2024-02-02T00:24:49.447Z | Compiling paste v1.0.14 |
1802 | 2024-02-02T00:24:49.958Z | Checking quick-error v1.2.3 |
1803 | 2024-02-02T00:24:50.309Z | Checking crossbeam-channel v0.5.8 |
1804 | 2024-02-02T00:24:50.330Z | Checking sha1 v0.10.6 |
1805 | 2024-02-02T00:24:50.713Z | Checking dirs-sys-next v0.1.2 |
1806 | 2024-02-02T00:24:50.949Z | Compiling rustls v0.22.2 |
1807 | 2024-02-02T00:24:51.251Z | Checking dirs-next v2.0.0 |
1808 | 2024-02-02T00:24:51.383Z | Checking rustls-webpki v0.102.1 |
1809 | 2024-02-02T00:24:51.429Z | Checking thread_local v1.1.7 |
1810 | 2024-02-02T00:24:51.874Z | Checking instant v0.1.12 |
1811 | 2024-02-02T00:24:52.017Z | Compiling slog-async v2.8.0 |
1812 | 2024-02-02T00:24:52.880Z | Checking term v0.7.0 |
1813 | 2024-02-02T00:24:53.256Z | Checking rustls-pemfile v2.0.0 |
1814 | 2024-02-02T00:24:53.533Z | Compiling multer v3.0.0 |
1815 | 2024-02-02T00:24:53.593Z | Checking debug-ignore v1.0.5 |
1816 | 2024-02-02T00:24:53.781Z | Checking take_mut v0.2.2 |
1817 | 2024-02-02T00:24:54.045Z | Checking slog-term v2.9.0 |
1818 | 2024-02-02T00:24:54.409Z | Compiling darling_core v0.20.3 |
1819 | 2024-02-02T00:24:54.721Z | Checking slog-json v2.6.1 |
1820 | 2024-02-02T00:24:54.827Z | Compiling async-stream-impl v0.3.5 |
1821 | 2024-02-02T00:24:54.908Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1822 | 2024-02-02T00:24:55.083Z | Checking atomic-waker v1.1.1 |
1823 | 2024-02-02T00:24:55.263Z | Checking waitgroup v0.1.2 |
1824 | 2024-02-02T00:24:55.431Z | Checking slog-bunyan v2.5.0 |
1825 | 2024-02-02T00:24:55.662Z | Checking toml v0.8.8 |
1826 | 2024-02-02T00:24:56.050Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1827 | 2024-02-02T00:24:56.930Z | Checking serde_path_to_error v0.1.15 |
1828 | 2024-02-02T00:24:58.172Z | Checking async-stream v0.3.5 |
1829 | 2024-02-02T00:24:58.175Z | Checking strum v0.25.0 |
1830 | 2024-02-02T00:24:58.175Z | Compiling structmeta-derive v0.2.0 |
1831 | 2024-02-02T00:24:58.175Z | Checking wait-timeout v0.2.0 |
1832 | 2024-02-02T00:24:58.240Z | Checking rusty-fork v0.3.0 |
1833 | 2024-02-02T00:24:58.706Z | Checking rand_xorshift v0.3.0 |
1834 | 2024-02-02T00:24:58.741Z | Checking tokio-rustls v0.25.0 |
1835 | 2024-02-02T00:24:58.941Z | Compiling regex-syntax v0.7.5 |
1836 | 2024-02-02T00:24:59.330Z | Checking unarray v0.1.4 |
1837 | 2024-02-02T00:24:59.558Z | Checking proptest v1.4.0 |
1838 | 2024-02-02T00:25:02.882Z | Compiling structmeta v0.2.0 |
1839 | 2024-02-02T00:25:03.589Z | Checking backoff v0.4.0 |
1840 | 2024-02-02T00:25:04.059Z | Compiling test-strategy v0.3.1 |
1841 | 2024-02-02T00:25:04.786Z | Compiling darling_macro v0.20.3 |
1842 | 2024-02-02T00:25:05.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1843 | 2024-02-02T00:25:06.315Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1844 | 2024-02-02T00:25:06.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1845 | 2024-02-02T00:25:06.457Z | Compiling darling v0.20.3 |
1846 | 2024-02-02T00:25:06.527Z | Checking macaddr v1.0.1 |
1847 | 2024-02-02T00:25:06.613Z | Compiling serde_with_macros v3.5.1 |
1848 | 2024-02-02T00:25:06.791Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1849 | 2024-02-02T00:25:07.056Z | Checking camino-tempfile v1.1.1 |
1850 | 2024-02-02T00:25:07.060Z | Checking is-terminal v0.4.9 |
1851 | 2024-02-02T00:25:07.280Z | Compiling proc-macro-error-attr v1.0.4 |
1852 | 2024-02-02T00:25:07.597Z | Compiling proc-macro-error v1.0.4 |
1853 | 2024-02-02T00:25:07.698Z | Compiling proc-macro-crate v1.3.1 |
1854 | 2024-02-02T00:25:08.260Z | Checking termtree v0.4.1 |
1855 | 2024-02-02T00:25:08.566Z | Compiling heapless v0.8.0 |
1856 | 2024-02-02T00:25:09.521Z | Compiling num_enum_derive v0.5.11 |
1857 | 2024-02-02T00:25:09.896Z | Checking predicates-tree v1.0.9 |
1858 | 2024-02-02T00:25:10.118Z | Checking hash32 v0.3.1 |
1859 | 2024-02-02T00:25:10.342Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1860 | 2024-02-02T00:25:10.381Z | Compiling smoltcp v0.11.0 |
1861 | 2024-02-02T00:25:10.837Z | Compiling parse-display-derive v0.8.2 |
1862 | 2024-02-02T00:25:10.999Z | Checking cobs v0.2.3 |
1863 | 2024-02-02T00:25:11.256Z | Compiling crucible-workspace-hack v0.1.0 |
1864 | 2024-02-02T00:25:11.515Z | Checking embedded-io v0.4.0 |
1865 | 2024-02-02T00:25:11.683Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-02-02T00:25:11.826Z | Checking postcard v1.0.8 |
1867 | 2024-02-02T00:25:11.994Z | Checking serde_with v3.5.1 |
1868 | 2024-02-02T00:25:12.270Z | Compiling foreign-types-macros v0.2.3 |
1869 | 2024-02-02T00:25:13.222Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1870 | 2024-02-02T00:25:13.542Z | Checking foreign-types-shared v0.3.1 |
1871 | 2024-02-02T00:25:13.700Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1872 | 2024-02-02T00:25:13.910Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-02-02T00:25:14.280Z | Checking num_enum v0.5.11 |
1874 | 2024-02-02T00:25:14.413Z | Checking foreign-types v0.5.0 |
1875 | 2024-02-02T00:25:15.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1876 | 2024-02-02T00:25:15.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1877 | 2024-02-02T00:25:15.047Z | Checking cstr-argument v0.1.2 |
1878 | 2024-02-02T00:25:15.087Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1879 | 2024-02-02T00:25:15.516Z | Checking pretty-hex v0.2.1 |
1880 | 2024-02-02T00:25:15.600Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1881 | 2024-02-02T00:25:15.794Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1882 | 2024-02-02T00:25:16.150Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1883 | 2024-02-02T00:25:16.407Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1884 | 2024-02-02T00:25:16.530Z | Checking colored v2.0.4 |
1885 | 2024-02-02T00:25:16.683Z | Compiling usdt-attr-macro v0.5.0 |
1886 | 2024-02-02T00:25:16.968Z | Compiling usdt-macro v0.5.0 |
1887 | 2024-02-02T00:25:17.615Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1888 | 2024-02-02T00:25:18.011Z | Checking memmap v0.7.0 |
1889 | 2024-02-02T00:25:18.301Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1890 | 2024-02-02T00:25:18.438Z | Checking parse-display v0.8.2 |
1891 | 2024-02-02T00:25:18.667Z | Compiling zone_cfg_derive v0.3.0 |
1892 | 2024-02-02T00:25:19.009Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1893 | 2024-02-02T00:25:19.419Z | Compiling mockall_derive v0.12.0 |
1894 | 2024-02-02T00:25:19.508Z | Compiling num-derive v0.4.0 |
1895 | 2024-02-02T00:25:19.537Z | Checking usdt v0.5.0 |
1896 | 2024-02-02T00:25:19.726Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-02T00:25:19.944Z | Checking fragile v2.0.0 |
1898 | 2024-02-02T00:25:20.289Z | Checking downcast v0.11.0 |
1899 | 2024-02-02T00:25:20.627Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1900 | 2024-02-02T00:25:20.948Z | Checking smf v0.2.2 |
1901 | 2024-02-02T00:25:21.106Z | Checking zone v0.3.0 |
1902 | 2024-02-02T00:25:21.564Z | Checking filetime v0.2.23 |
1903 | 2024-02-02T00:25:21.667Z | Checking xattr v1.0.1 |
1904 | 2024-02-02T00:25:21.865Z | Checking same-file v1.0.6 |
1905 | 2024-02-02T00:25:21.937Z | Checking tar v0.4.40 |
1906 | 2024-02-02T00:25:22.116Z | Checking walkdir v2.4.0 |
1907 | 2024-02-02T00:25:22.125Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1908 | 2024-02-02T00:25:22.455Z | Checking pem v3.0.2 |
1909 | 2024-02-02T00:25:22.586Z | Checking linked-hash-map v0.5.6 |
1910 | 2024-02-02T00:25:22.615Z | Checking itertools v0.12.1 |
1911 | 2024-02-02T00:25:22.827Z | Checking headers-core v0.2.0 |
1912 | 2024-02-02T00:25:23.018Z | Checking headers v0.3.9 |
1913 | 2024-02-02T00:25:23.089Z | Checking lru-cache v0.1.2 |
1914 | 2024-02-02T00:25:23.203Z | Checking swrite v0.1.0 |
1915 | 2024-02-02T00:25:23.349Z | Checking password-hash v0.5.0 |
1916 | 2024-02-02T00:25:23.366Z | Checking blake2 v0.10.6 |
1917 | 2024-02-02T00:25:23.529Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1918 | 2024-02-02T00:25:24.041Z | Checking rcgen v0.12.1 |
1919 | 2024-02-02T00:25:24.052Z | Checking argon2 v0.5.3 |
1920 | 2024-02-02T00:25:24.237Z | Checking atomicwrites v0.4.3 |
1921 | 2024-02-02T00:25:24.508Z | Checking subprocess v0.2.9 |
1922 | 2024-02-02T00:25:24.786Z | Checking arc-swap v1.6.0 |
1923 | 2024-02-02T00:25:25.009Z | Compiling cancel-safe-futures v0.1.5 |
1924 | 2024-02-02T00:25:25.110Z | Checking half v2.3.1 |
1925 | 2024-02-02T00:25:25.376Z | Checking ciborium-io v0.2.2 |
1926 | 2024-02-02T00:25:25.474Z | Checking slog-scope v4.4.0 |
1927 | 2024-02-02T00:25:25.543Z | Checking resolv-conf v0.7.0 |
1928 | 2024-02-02T00:25:25.749Z | Checking slog-stdlog v4.1.1 |
1929 | 2024-02-02T00:25:25.865Z | Checking ciborium-ll v0.2.2 |
1930 | 2024-02-02T00:25:25.988Z | Checking slog-envlogger v2.2.0 |
1931 | 2024-02-02T00:25:26.070Z | Checking trust-dns-resolver v0.22.0 |
1932 | 2024-02-02T00:25:35.667Z | Checking libsw v3.3.1 |
1933 | 2024-02-02T00:25:35.867Z | Compiling derive-where v1.2.7 |
1934 | 2024-02-02T00:25:35.867Z | Checking ciborium v0.2.2 |
1935 | 2024-02-02T00:25:35.867Z | Checking owo-colors v4.0.0 |
1936 | 2024-02-02T00:25:35.868Z | Checking linear-map v1.2.0 |
1937 | 2024-02-02T00:25:35.868Z | Checking textwrap v0.11.0 |
1938 | 2024-02-02T00:25:35.868Z | Compiling heck v0.3.3 |
1939 | 2024-02-02T00:25:35.868Z | Checking ansi_term v0.12.1 |
1940 | 2024-02-02T00:25:35.868Z | Checking strsim v0.8.0 |
1941 | 2024-02-02T00:25:35.868Z | Checking vec_map v0.8.2 |
1942 | 2024-02-02T00:25:35.868Z | Compiling libefi-sys v0.1.0 |
1943 | 2024-02-02T00:25:35.868Z | Compiling structopt-derive v0.4.18 |
1944 | 2024-02-02T00:25:35.868Z | Checking clap v2.34.0 |
1945 | 2024-02-02T00:25:35.868Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1946 | 2024-02-02T00:25:35.868Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1947 | 2024-02-02T00:25:35.868Z | Compiling slog-dtrace v0.3.0 |
1948 | 2024-02-02T00:25:36.015Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1949 | 2024-02-02T00:25:36.015Z | Checking termcolor v1.2.0 |
1950 | 2024-02-02T00:25:36.015Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1951 | 2024-02-02T00:25:36.016Z | Checking nibble_vec v0.1.0 |
1952 | 2024-02-02T00:25:36.016Z | Checking gethostname v0.4.3 |
1953 | 2024-02-02T00:25:36.016Z | Compiling radium v0.7.0 |
1954 | 2024-02-02T00:25:36.016Z | Checking endian-type v0.1.2 |
1955 | 2024-02-02T00:25:36.016Z | Checking radix_trie v0.2.1 |
1956 | 2024-02-02T00:25:36.016Z | Compiling maybe-uninit v2.0.0 |
1957 | 2024-02-02T00:25:36.016Z | Checking tap v1.0.1 |
1958 | 2024-02-02T00:25:36.016Z | Checking wyz v0.5.1 |
1959 | 2024-02-02T00:25:36.016Z | Checking fxhash v0.2.1 |
1960 | 2024-02-02T00:25:36.016Z | Checking crc-catalog v2.2.0 |
1961 | 2024-02-02T00:25:36.016Z | Compiling num-bigint-dig v0.8.4 |
1962 | 2024-02-02T00:25:36.016Z | Checking funty v2.0.0 |
1963 | 2024-02-02T00:25:36.016Z | Compiling packed_struct v0.10.1 |
1964 | 2024-02-02T00:25:36.016Z | Checking mockall v0.12.0 |
1965 | 2024-02-02T00:25:36.016Z | Checking crc v3.0.1 |
1966 | 2024-02-02T00:25:36.016Z | Checking structopt v0.3.26 |
1967 | 2024-02-02T00:25:36.441Z | Compiling packed_struct_codegen v0.10.1 |
1968 | 2024-02-02T00:25:36.441Z | Compiling indexmap v1.9.3 |
1969 | 2024-02-02T00:25:36.441Z | Checking nodrop v0.1.14 |
1970 | 2024-02-02T00:25:36.442Z | Compiling semver v0.1.20 |
1971 | 2024-02-02T00:25:36.442Z | Checking array-init v0.0.4 |
1972 | 2024-02-02T00:25:36.442Z | Checking smallvec v0.6.14 |
1973 | 2024-02-02T00:25:36.442Z | Compiling rustc_version v0.1.7 |
1974 | 2024-02-02T00:25:36.442Z | Checking pkcs1 v0.7.5 |
1975 | 2024-02-02T00:25:36.443Z | Checking bitvec v1.0.1 |
1976 | 2024-02-02T00:25:36.443Z | Checking signature v2.1.0 |
1977 | 2024-02-02T00:25:36.443Z | Checking bitfield v0.14.0 |
1978 | 2024-02-02T00:25:36.461Z | Checking hashbrown v0.12.3 |
1979 | 2024-02-02T00:25:36.461Z | Checking serde-hex v0.1.0 |
1980 | 2024-02-02T00:25:37.616Z | Compiling newtype_derive v0.1.6 |
1981 | 2024-02-02T00:25:37.757Z | Checking rsa v0.9.2 |
1982 | 2024-02-02T00:25:37.977Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1983 | 2024-02-02T00:25:38.051Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1984 | 2024-02-02T00:25:38.421Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1985 | 2024-02-02T00:25:38.552Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1986 | 2024-02-02T00:25:38.936Z | Checking env_logger v0.10.0 |
1987 | 2024-02-02T00:25:38.954Z | Checking x509-cert v0.2.4 |
1988 | 2024-02-02T00:25:38.982Z | Checking ron v0.8.1 |
1989 | 2024-02-02T00:25:39.226Z | Compiling semver-parser v0.10.2 |
1990 | 2024-02-02T00:25:39.575Z | Checking crc-any v2.4.3 |
1991 | 2024-02-02T00:25:41.116Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1992 | 2024-02-02T00:25:41.502Z | Compiling semver v0.11.0 |
1993 | 2024-02-02T00:25:41.693Z | Checking object v0.30.4 |
1994 | 2024-02-02T00:25:42.491Z | Compiling num-rational v0.4.1 |
1995 | 2024-02-02T00:25:43.102Z | Checking path-slash v0.1.5 |
1996 | 2024-02-02T00:25:43.293Z | Compiling home v0.5.5 |
1997 | 2024-02-02T00:25:43.566Z | Compiling toolchain_find v0.2.0 |
1998 | 2024-02-02T00:25:43.822Z | Compiling toml v0.5.11 |
1999 | 2024-02-02T00:25:44.386Z | Compiling convert_case v0.4.0 |
2000 | 2024-02-02T00:25:44.497Z | Compiling topological-sort v0.2.2 |
2001 | 2024-02-02T00:25:44.811Z | Compiling omicron-zone-package v0.10.1 |
2002 | 2024-02-02T00:25:45.949Z | Compiling derive_more v0.99.17 |
2003 | 2024-02-02T00:25:46.382Z | Checking steno v0.4.0 |
2004 | 2024-02-02T00:25:46.591Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2005 | 2024-02-02T00:25:46.824Z | Compiling rustfmt-wrapper v0.2.0 |
2006 | 2024-02-02T00:25:50.113Z | Checking num-complex v0.4.4 |
2007 | 2024-02-02T00:25:50.244Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2008 | 2024-02-02T00:25:51.610Z | Checking num v0.4.1 |
2009 | 2024-02-02T00:25:51.770Z | Checking newline-converter v0.3.0 |
2010 | 2024-02-02T00:25:51.797Z | Checking utf-8 v0.7.6 |
2011 | 2024-02-02T00:25:51.971Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2012 | 2024-02-02T00:25:51.989Z | Checking expectorate v1.1.0 |
2013 | 2024-02-02T00:25:52.152Z | Checking tungstenite v0.20.1 |
2014 | 2024-02-02T00:25:52.218Z | Compiling buf-list v1.0.3 |
2015 | 2024-02-02T00:25:52.235Z | Checking display-error-chain v0.2.0 |
2016 | 2024-02-02T00:25:52.441Z | Compiling parking_lot_core v0.8.6 |
2017 | 2024-02-02T00:25:52.546Z | Checking keccak v0.1.4 |
2018 | 2024-02-02T00:25:52.837Z | Checking trust-dns-client v0.22.0 |
2019 | 2024-02-02T00:25:52.963Z | Checking sha3 v0.10.8 |
2020 | 2024-02-02T00:25:53.532Z | Checking tokio-tungstenite v0.20.1 |
2021 | 2024-02-02T00:25:53.686Z | Checking parking_lot v0.11.2 |
2022 | 2024-02-02T00:25:53.726Z | Checking secrecy v0.8.0 |
2023 | 2024-02-02T00:25:54.038Z | Compiling pin-project-internal v1.1.3 |
2024 | 2024-02-02T00:25:54.209Z | Compiling doc-comment v0.3.3 |
2025 | 2024-02-02T00:25:54.226Z | Checking sled v0.34.7 |
2026 | 2024-02-02T00:25:54.917Z | Checking glob v0.3.1 |
2027 | 2024-02-02T00:25:55.372Z | Compiling vte_generate_state_changes v0.1.1 |
2028 | 2024-02-02T00:25:55.423Z | Compiling unicase v2.7.0 |
2029 | 2024-02-02T00:25:55.876Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2030 | 2024-02-02T00:25:55.953Z | Checking trust-dns-server v0.22.1 |
2031 | 2024-02-02T00:25:56.322Z | Compiling platforms v3.0.2 |
2032 | 2024-02-02T00:25:56.400Z | Checking vte v0.11.1 |
2033 | 2024-02-02T00:25:57.146Z | Checking crossbeam-deque v0.8.3 |
2034 | 2024-02-02T00:25:57.674Z | Checking fd-lock v3.0.13 |
2035 | 2024-02-02T00:25:57.939Z | Compiling snafu-derive v0.7.5 |
2036 | 2024-02-02T00:25:58.918Z | Compiling fs-err v2.11.0 |
2037 | 2024-02-02T00:25:58.963Z | Checking strip-ansi-escapes v0.2.0 |
2038 | 2024-02-02T00:25:59.185Z | Checking nu-ansi-term v0.49.0 |
2039 | 2024-02-02T00:25:59.373Z | Compiling rayon-core v1.12.0 |
2040 | 2024-02-02T00:25:59.488Z | Checking pin-project v1.1.3 |
2041 | 2024-02-02T00:25:59.847Z | Checking globset v0.4.13 |
2042 | 2024-02-02T00:25:59.871Z | Checking reedline v0.28.0 |
2043 | 2024-02-02T00:26:00.465Z | Checking olpc-cjson v0.1.3 |
2044 | 2024-02-02T00:26:00.555Z | Checking serde_plain v1.0.2 |
2045 | 2024-02-02T00:26:00.632Z | Compiling async-recursion v1.0.5 |
2046 | 2024-02-02T00:26:00.709Z | Checking typed-path v0.7.0 |
2047 | 2024-02-02T00:26:00.788Z | Compiling curve25519-dalek v4.1.1 |
2048 | 2024-02-02T00:26:01.246Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2049 | 2024-02-02T00:26:01.553Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2050 | 2024-02-02T00:26:01.720Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2051 | 2024-02-02T00:26:01.779Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2052 | 2024-02-02T00:26:02.479Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2053 | 2024-02-02T00:26:03.364Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-02-02T00:26:03.684Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2055 | 2024-02-02T00:26:05.708Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2056 | 2024-02-02T00:26:06.742Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2057 | 2024-02-02T00:26:06.847Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2058 | 2024-02-02T00:26:07.463Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-02-02T00:26:08.114Z | Checking snafu v0.7.5 |
2060 | 2024-02-02T00:26:08.161Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2061 | 2024-02-02T00:26:08.677Z | Compiling memoffset v0.7.1 |
2062 | 2024-02-02T00:26:08.829Z | Checking tough v0.16.0 |
2063 | 2024-02-02T00:26:09.017Z | Checking parse-size v1.0.0 |
2064 | 2024-02-02T00:26:09.269Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2024-02-02T00:26:09.333Z | Compiling mime_guess v2.0.4 |
2066 | 2024-02-02T00:26:09.467Z | Checking rayon v1.8.0 |
2067 | 2024-02-02T00:26:16.594Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2068 | 2024-02-02T00:26:16.784Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2069 | 2024-02-02T00:26:16.784Z | Checking universal-hash v0.5.1 |
2070 | 2024-02-02T00:26:16.784Z | Compiling thiserror-impl-no-std v2.0.2 |
2071 | 2024-02-02T00:26:16.785Z | Compiling curve25519-dalek-derive v0.1.0 |
2072 | 2024-02-02T00:26:16.785Z | Checking opaque-debug v0.3.0 |
2073 | 2024-02-02T00:26:16.785Z | Checking poly1305 v0.8.0 |
2074 | 2024-02-02T00:26:18.007Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2024-02-02T00:26:18.471Z | Checking chacha20 v0.9.1 |
2076 | 2024-02-02T00:26:19.016Z | Checking aead v0.5.2 |
2077 | 2024-02-02T00:26:19.322Z | Checking kstat-rs v0.2.3 |
2078 | 2024-02-02T00:26:19.483Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2079 | 2024-02-02T00:26:19.841Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2080 | 2024-02-02T00:26:20.284Z | Checking signature v1.6.4 |
2081 | 2024-02-02T00:26:20.469Z | Compiling salty v0.2.0 |
2082 | 2024-02-02T00:26:21.261Z | Checking ed25519 v1.5.3 |
2083 | 2024-02-02T00:26:21.488Z | Checking thiserror-no-std v2.0.2 |
2084 | 2024-02-02T00:26:21.575Z | Checking chacha20poly1305 v0.10.1 |
2085 | 2024-02-02T00:26:21.698Z | Checking vsss-rs v3.3.4 |
2086 | 2024-02-02T00:26:21.843Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2087 | 2024-02-02T00:26:22.878Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2088 | 2024-02-02T00:26:23.585Z | Checking serde-big-array v0.5.1 |
2089 | 2024-02-02T00:26:23.605Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2090 | 2024-02-02T00:26:24.212Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-02-02T00:26:25.032Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2092 | 2024-02-02T00:26:27.658Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2024-02-02T00:26:28.005Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2094 | 2024-02-02T00:26:28.183Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2095 | 2024-02-02T00:26:33.309Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2096 | 2024-02-02T00:26:33.401Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2097 | 2024-02-02T00:26:33.401Z | Checking humantime v2.1.0 |
2098 | 2024-02-02T00:26:33.401Z | Checking bytecount v0.6.3 |
2099 | 2024-02-02T00:26:33.438Z | Checking papergrid v0.11.0 |
2100 | 2024-02-02T00:26:35.450Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2101 | 2024-02-02T00:26:35.813Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2102 | 2024-02-02T00:26:37.315Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2103 | 2024-02-02T00:26:37.396Z | Compiling tabled_derive v0.7.0 |
2104 | 2024-02-02T00:26:37.603Z | Checking signal-hook-tokio v0.3.1 |
2105 | 2024-02-02T00:26:37.855Z | Checking fd-lock v4.0.2 |
2106 | 2024-02-02T00:26:37.926Z | Checking nix v0.27.1 |
2107 | 2024-02-02T00:26:38.134Z | Checking serde-big-array v0.4.1 |
2108 | 2024-02-02T00:26:38.368Z | Compiling sqlparser_derive v0.2.2 |
2109 | 2024-02-02T00:26:38.875Z | Checking unicode_categories v0.1.1 |
2110 | 2024-02-02T00:26:39.554Z | Checking sqlformat v0.2.3 |
2111 | 2024-02-02T00:26:40.188Z | Checking sqlparser v0.43.1 |
2112 | 2024-02-02T00:26:41.483Z | Checking tabled v0.15.0 |
2113 | 2024-02-02T00:26:42.247Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2114 | 2024-02-02T00:26:42.253Z | Checking rustyline v13.0.0 |
2115 | 2024-02-02T00:26:43.518Z | Checking bcs v0.1.6 |
2116 | 2024-02-02T00:26:44.292Z | Checking corncobs v0.1.3 |
2117 | 2024-02-02T00:26:44.566Z | Checking highway v1.1.0 |
2118 | 2024-02-02T00:26:44.762Z | Compiling prettyplease v0.2.16 |
2119 | 2024-02-02T00:26:45.223Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2024-02-02T00:26:45.242Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2121 | 2024-02-02T00:26:45.490Z | Checking http-range v0.1.5 |
2122 | 2024-02-02T00:26:45.739Z | Checking hyper-staticfile v0.9.5 |
2123 | 2024-02-02T00:26:46.355Z | Compiling crunchy v0.2.2 |
2124 | 2024-02-02T00:26:46.484Z | Compiling portable-atomic v1.4.3 |
2125 | 2024-02-02T00:26:46.894Z | Compiling clang-sys v1.6.1 |
2126 | 2024-02-02T00:26:47.111Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2024-02-02T00:26:47.997Z | Checking assert_matches v1.5.0 |
2128 | 2024-02-02T00:26:48.045Z | Compiling tiny-keccak v2.0.2 |
2129 | 2024-02-02T00:26:48.910Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2130 | 2024-02-02T00:26:50.122Z | Compiling darling_core v0.14.4 |
2131 | 2024-02-02T00:26:50.850Z | Checking number_prefix v0.4.0 |
2132 | 2024-02-02T00:26:50.857Z | Checking indicatif v0.17.7 |
2133 | 2024-02-02T00:26:51.003Z | Compiling ascii-canvas v3.0.0 |
2134 | 2024-02-02T00:26:51.457Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2135 | 2024-02-02T00:26:51.765Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2136 | 2024-02-02T00:26:51.890Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2137 | 2024-02-02T00:26:51.988Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2138 | 2024-02-02T00:26:52.983Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2139 | 2024-02-02T00:26:54.003Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2140 | 2024-02-02T00:26:54.476Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2141 | 2024-02-02T00:26:55.711Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2142 | 2024-02-02T00:26:55.841Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2143 | 2024-02-02T00:26:57.769Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-02-02T00:26:59.065Z | Compiling ena v0.14.2 |
2145 | 2024-02-02T00:26:59.706Z | Compiling libloading v0.7.4 |
2146 | 2024-02-02T00:27:00.010Z | Compiling darling_macro v0.14.4 |
2147 | 2024-02-02T00:27:00.325Z | Compiling bindgen v0.69.2 |
2148 | 2024-02-02T00:27:01.406Z | Compiling regex-syntax v0.6.29 |
2149 | 2024-02-02T00:27:01.711Z | Compiling diff v0.1.13 |
2150 | 2024-02-02T00:27:04.242Z | Compiling darling v0.14.4 |
2151 | 2024-02-02T00:27:04.258Z | Compiling cexpr v0.6.0 |
2152 | 2024-02-02T00:27:04.258Z | Compiling which v4.4.0 |
2153 | 2024-02-02T00:27:05.165Z | Compiling shlex v1.3.0 |
2154 | 2024-02-02T00:27:05.866Z | Compiling lazycell v1.3.0 |
2155 | 2024-02-02T00:27:06.116Z | Checking maplit v1.0.2 |
2156 | 2024-02-02T00:27:06.670Z | Compiling peeking_take_while v0.1.2 |
2157 | 2024-02-02T00:27:06.677Z | Compiling rustc-hash v1.1.0 |
2158 | 2024-02-02T00:27:06.677Z | Compiling ref-cast v1.0.20 |
2159 | 2024-02-02T00:27:06.677Z | Compiling derive_builder_core v0.12.0 |
2160 | 2024-02-02T00:27:06.917Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2161 | 2024-02-02T00:27:07.027Z | Compiling lalrpop v0.19.12 |
2162 | 2024-02-02T00:27:07.349Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2163 | 2024-02-02T00:27:07.765Z | Compiling ref-cast-impl v1.0.20 |
2164 | 2024-02-02T00:27:08.898Z | Compiling libxml v0.3.3 |
2165 | 2024-02-02T00:27:09.075Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2166 | 2024-02-02T00:27:09.979Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2167 | 2024-02-02T00:27:10.686Z | Compiling derive_builder_macro v0.12.0 |
2168 | 2024-02-02T00:27:11.702Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-02-02T00:27:12.017Z | Compiling strum_macros v0.24.3 |
2170 | 2024-02-02T00:27:12.189Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2171 | 2024-02-02T00:27:12.583Z | Compiling cookie v0.18.0 |
2172 | 2024-02-02T00:27:13.021Z | Compiling indoc v1.0.9 |
2173 | 2024-02-02T00:27:13.349Z | Checking derive_builder v0.12.0 |
2174 | 2024-02-02T00:27:14.656Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2175 | 2024-02-02T00:27:17.207Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2176 | 2024-02-02T00:27:17.728Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2177 | 2024-02-02T00:27:17.729Z | Checking bb8 v0.8.1 |
2178 | 2024-02-02T00:27:17.729Z | Checking quick-xml v0.30.0 |
2179 | 2024-02-02T00:27:17.729Z | Compiling oso-derive v0.27.0 |
2180 | 2024-02-02T00:27:18.632Z | Compiling impl-trait-for-tuples v0.2.2 |
2181 | 2024-02-02T00:27:18.802Z | Checking unicode-linebreak v0.1.5 |
2182 | 2024-02-02T00:27:19.288Z | Checking smawk v0.3.1 |
2183 | 2024-02-02T00:27:19.468Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2184 | 2024-02-02T00:27:19.591Z | Checking textwrap v0.16.0 |
2185 | 2024-02-02T00:27:20.435Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-02-02T00:27:20.766Z | Checking is_ci v1.1.1 |
2187 | 2024-02-02T00:27:20.936Z | Checking supports-color v2.1.0 |
2188 | 2024-02-02T00:27:21.052Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2189 | 2024-02-02T00:27:21.222Z | Checking lru v0.12.1 |
2190 | 2024-02-02T00:27:21.631Z | Compiling stability v0.1.1 |
2191 | 2024-02-02T00:27:23.078Z | Checking cassowary v0.3.0 |
2192 | 2024-02-02T00:27:23.249Z | Compiling indoc v2.0.3 |
2193 | 2024-02-02T00:27:23.725Z | Checking rtoolbox v0.0.1 |
2194 | 2024-02-02T00:27:24.010Z | Checking rpassword v7.3.1 |
2195 | 2024-02-02T00:27:24.223Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2196 | 2024-02-02T00:27:24.337Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2197 | 2024-02-02T00:27:25.001Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2198 | 2024-02-02T00:27:25.482Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2199 | 2024-02-02T00:27:26.136Z | Checking ratatui v0.25.0 |
2200 | 2024-02-02T00:27:26.570Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2201 | 2024-02-02T00:27:27.726Z | Checking shell-words v1.1.0 |
2202 | 2024-02-02T00:27:27.990Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2203 | 2024-02-02T00:27:29.760Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2204 | 2024-02-02T00:27:30.357Z | Checking tui-tree-widget v0.16.0 |
2205 | 2024-02-02T00:27:30.809Z | Checking fatfs v0.3.6 |
2206 | 2024-02-02T00:27:32.509Z | Checking yansi v0.5.1 |
2207 | 2024-02-02T00:27:32.543Z | Compiling target-lexicon v0.12.12 |
2208 | 2024-02-02T00:27:32.928Z | Checking pretty_assertions v1.4.0 |
2209 | 2024-02-02T00:27:33.438Z | Compiling guppy-workspace-hack v0.1.0 |
2210 | 2024-02-02T00:27:33.734Z | Checking plotters-backend v0.3.5 |
2211 | 2024-02-02T00:27:34.245Z | Checking plotters-svg v0.3.5 |
2212 | 2024-02-02T00:27:34.564Z | Checking http-body v1.0.0 |
2213 | 2024-02-02T00:27:34.865Z | Checking rand v0.4.6 |
2214 | 2024-02-02T00:27:34.995Z | Checking remove_dir_all v0.5.3 |
2215 | 2024-02-02T00:27:35.136Z | Compiling target-spec v3.0.1 |
2216 | 2024-02-02T00:27:35.965Z | Checking cast v0.3.0 |
2217 | 2024-02-02T00:27:36.413Z | Checking tower-layer v0.3.2 |
2218 | 2024-02-02T00:27:36.458Z | Checking criterion-plot v0.5.0 |
2219 | 2024-02-02T00:27:36.824Z | Checking tower v0.4.13 |
2220 | 2024-02-02T00:27:37.268Z | Checking tempdir v0.3.7 |
2221 | 2024-02-02T00:27:37.548Z | Checking cfg-expr v0.15.5 |
2222 | 2024-02-02T00:27:38.053Z | Checking hyper v1.1.0 |
2223 | 2024-02-02T00:27:38.451Z | Checking plotters v0.3.5 |
2224 | 2024-02-02T00:27:38.839Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2225 | 2024-02-02T00:27:40.085Z | Checking tinytemplate v1.2.1 |
2226 | 2024-02-02T00:27:40.255Z | Checking cargo-platform v0.1.3 |
2227 | 2024-02-02T00:27:40.446Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2228 | 2024-02-02T00:27:40.663Z | Checking oorandom v11.1.3 |
2229 | 2024-02-02T00:27:40.691Z | Checking anes v0.1.6 |
2230 | 2024-02-02T00:27:40.875Z | Checking cargo_metadata v0.18.1 |
2231 | 2024-02-02T00:27:41.220Z | Checking hyper-util v0.1.2 |
2232 | 2024-02-02T00:27:41.283Z | Checking criterion v0.5.1 |
2233 | 2024-02-02T00:27:43.689Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2234 | 2024-02-02T00:27:44.198Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2235 | 2024-02-02T00:27:46.209Z | Checking assert_cmd v2.0.13 |
2236 | 2024-02-02T00:27:46.912Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2237 | 2024-02-02T00:27:49.386Z | Checking rustls-native-certs v0.7.0 |
2238 | 2024-02-02T00:27:49.593Z | Checking pathdiff v0.2.1 |
2239 | 2024-02-02T00:27:50.097Z | Checking nested v0.1.1 |
2240 | 2024-02-02T00:27:50.389Z | Checking guppy v0.17.4 |
2241 | 2024-02-02T00:27:50.755Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2242 | 2024-02-02T00:27:50.798Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-02-02T00:27:52.228Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2244 | 2024-02-02T00:27:53.792Z | Checking hyper-rustls v0.26.0 |
2245 | 2024-02-02T00:27:54.222Z | Checking threadpool v1.8.1 |
2246 | 2024-02-02T00:27:54.336Z | Checking nanorand v0.7.0 |
2247 | 2024-02-02T00:27:54.856Z | Checking libtest-mimic v0.6.1 |
2248 | 2024-02-02T00:27:54.856Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2249 | 2024-02-02T00:27:54.918Z | Checking flume v0.11.0 |
2250 | 2024-02-02T00:27:55.153Z | Checking httptest v0.15.5 |
2251 | 2024-02-02T00:27:55.681Z | Checking similar-asserts v1.5.0 |
2252 | 2024-02-02T00:27:56.021Z | Compiling rstest_macros v0.18.2 |
2253 | 2024-02-02T00:27:56.318Z | Compiling crossbeam-queue v0.3.8 |
2254 | 2024-02-02T00:27:56.985Z | Checking datatest-stable v0.2.3 |
2255 | 2024-02-02T00:27:57.166Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2256 | 2024-02-02T00:27:57.327Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2257 | 2024-02-02T00:27:58.533Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2258 | 2024-02-02T00:27:58.999Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2259 | 2024-02-02T00:27:59.382Z | Checking arrayref v0.3.7 |
2260 | 2024-02-02T00:27:59.473Z | Compiling relative-path v1.9.0 |
2261 | 2024-02-02T00:27:59.586Z | Compiling trybuild v1.0.89 |
2262 | 2024-02-02T00:27:59.935Z | Checking arrayvec v0.7.4 |
2263 | 2024-02-02T00:28:00.178Z | Checking constant_time_eq v0.2.6 |
2264 | 2024-02-02T00:28:00.508Z | Checking blake2b_simd v1.0.1 |
2265 | 2024-02-02T00:28:00.799Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2266 | 2024-02-02T00:28:01.804Z | Checking basic-toml v0.1.8 |
2267 | 2024-02-02T00:28:03.233Z | Checking futures-timer v3.0.2 |
2268 | 2024-02-02T00:28:07.182Z | Checking constant_time_eq v0.3.0 |
2269 | 2024-02-02T00:28:07.281Z | Checking rust-argon2 v1.0.1 |
2270 | 2024-02-02T00:28:07.407Z | Checking crossbeam v0.8.2 |
2271 | 2024-02-02T00:28:08.704Z | Checking partial-io v0.5.4 |
2272 | 2024-02-02T00:28:09.276Z | Checking approx v0.5.1 |
2273 | 2024-02-02T00:28:09.598Z | Checking termios v0.3.3 |
2274 | 2024-02-02T00:28:09.914Z | Checking hex-literal v0.4.1 |
2275 | 2024-02-02T00:28:16.719Z | Checking rstest v0.18.2 |
2276 | 2024-02-02T00:28:18.706Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2277 | 2024-02-02T00:28:22.664Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2278 | 2024-02-02T00:29:35.526Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2279 | 2024-02-02T00:29:39.825Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2280 | 2024-02-02T00:29:40.790Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2281 | 2024-02-02T00:29:49.414Z | Compiling samael v0.0.14 |
2282 | 2024-02-02T00:29:53.373Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2283 | 2024-02-02T00:30:20.945Z | Compiling polar-core v0.27.0 |
2284 | 2024-02-02T00:30:31.958Z | Checking oso v0.27.0 |
2285 | 2024-02-02T00:31:13.011Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2286 | 2024-02-02T00:32:47.386Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 00s |
2287 | 2024-02-02T00:32:47.617Z | |
2288 | 2024-02-02T00:32:47.618Z | real 12:02.559157136 |
2289 | 2024-02-02T00:32:47.618Z | user 1:05:33.439135258 |
2290 | 2024-02-02T00:32:47.618Z | sys 8:26.823259236 |
2291 | 2024-02-02T00:32:47.618Z | trap 2.291509279 |
2292 | 2024-02-02T00:32:47.622Z | tflt 3.412348912 |
2293 | 2024-02-02T00:32:47.622Z | dflt 6.099123908 |
2294 | 2024-02-02T00:32:47.623Z | kflt 0.026016782 |
2295 | 2024-02-02T00:32:47.623Z | lock 1:44:22.858171540 |
2296 | 2024-02-02T00:32:47.623Z | slp 3:14:49.854078068 |
2297 | 2024-02-02T00:32:47.623Z | lat 2:12.849960083 |
2298 | 2024-02-02T00:32:47.623Z | stop 4:57.080024598 |
2299 | 2024-02-02T00:32:48.878Z | warning: output filename collision. |
2300 | 2024-02-02T00:32:48.878Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2301 | 2024-02-02T00:32:48.878Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2302 | 2024-02-02T00:32:48.879Z | The targets should have unique names. |
2303 | 2024-02-02T00:32:48.879Z | This is a known bug where multiple crates with the same name use |
2304 | 2024-02-02T00:32:48.879Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2024-02-02T00:32:48.886Z | warning: output filename collision. |
2306 | 2024-02-02T00:32:48.886Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2307 | 2024-02-02T00:32:48.886Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2308 | 2024-02-02T00:32:48.886Z | The targets should have unique names. |
2309 | 2024-02-02T00:32:48.887Z | This is a known bug where multiple crates with the same name use |
2310 | 2024-02-02T00:32:48.887Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2024-02-02T00:32:48.888Z | warning: output filename collision. |
2312 | 2024-02-02T00:32:48.888Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2313 | 2024-02-02T00:32:48.888Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2314 | 2024-02-02T00:32:48.888Z | The targets should have unique names. |
2315 | 2024-02-02T00:32:48.889Z | This is a known bug where multiple crates with the same name use |
2316 | 2024-02-02T00:32:48.890Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2024-02-02T00:32:48.890Z | warning: output filename collision. |
2318 | 2024-02-02T00:32:48.890Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2319 | 2024-02-02T00:32:48.890Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2320 | 2024-02-02T00:32:48.891Z | The targets should have unique names. |
2321 | 2024-02-02T00:32:48.891Z | This is a known bug where multiple crates with the same name use |
2322 | 2024-02-02T00:32:48.891Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2024-02-02T00:32:48.891Z | warning: output filename collision. |
2324 | 2024-02-02T00:32:48.892Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2325 | 2024-02-02T00:32:48.892Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2326 | 2024-02-02T00:32:48.892Z | The targets should have unique names. |
2327 | 2024-02-02T00:32:48.893Z | This is a known bug where multiple crates with the same name use |
2328 | 2024-02-02T00:32:48.893Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2024-02-02T00:32:48.893Z | warning: output filename collision. |
2330 | 2024-02-02T00:32:48.894Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2331 | 2024-02-02T00:32:48.894Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2332 | 2024-02-02T00:32:48.894Z | The targets should have unique names. |
2333 | 2024-02-02T00:32:48.894Z | This is a known bug where multiple crates with the same name use |
2334 | 2024-02-02T00:32:48.894Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2024-02-02T00:32:48.895Z | warning: output filename collision. |
2336 | 2024-02-02T00:32:48.895Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2337 | 2024-02-02T00:32:48.895Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2338 | 2024-02-02T00:32:48.895Z | The targets should have unique names. |
2339 | 2024-02-02T00:32:48.895Z | This is a known bug where multiple crates with the same name use |
2340 | 2024-02-02T00:32:48.896Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2024-02-02T00:32:49.538Z | Documenting libc v0.2.153 |
2342 | 2024-02-02T00:32:49.553Z | Documenting cfg-if v1.0.0 |
2343 | 2024-02-02T00:32:49.570Z | Documenting serde_derive v1.0.195 |
2344 | 2024-02-02T00:32:49.603Z | Documenting log v0.4.20 |
2345 | 2024-02-02T00:32:49.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2346 | 2024-02-02T00:32:49.643Z | Documenting memchr v2.6.3 |
2347 | 2024-02-02T00:32:49.651Z | Documenting scopeguard v1.2.0 |
2348 | 2024-02-02T00:32:49.669Z | Documenting byteorder v1.5.0 |
2349 | 2024-02-02T00:32:50.068Z | Documenting smallvec v1.11.2 |
2350 | 2024-02-02T00:32:53.461Z | Documenting itoa v1.0.9 |
2351 | 2024-02-02T00:32:53.537Z | Documenting lock_api v0.4.10 |
2352 | 2024-02-02T00:32:54.629Z | Documenting zeroize_derive v1.4.2 |
2353 | 2024-02-02T00:32:55.406Z | Documenting once_cell v1.19.0 |
2354 | 2024-02-02T00:32:55.549Z | Documenting pin-project-lite v0.2.13 |
2355 | 2024-02-02T00:32:55.972Z | Documenting getrandom v0.2.10 |
2356 | 2024-02-02T00:32:56.423Z | Documenting parking_lot_core v0.9.8 |
2357 | 2024-02-02T00:32:57.510Z | Documenting libm v0.2.7 |
2358 | 2024-02-02T00:32:58.021Z | Documenting signal-hook-registry v1.4.1 |
2359 | 2024-02-02T00:32:59.739Z | Documenting mio v0.8.9 |
2360 | 2024-02-02T00:33:00.226Z | Documenting serde v1.0.195 |
2361 | 2024-02-02T00:33:01.322Z | Documenting futures-core v0.3.30 |
2362 | 2024-02-02T00:33:01.540Z | Documenting rand_core v0.6.4 |
2363 | 2024-02-02T00:33:02.028Z | Documenting zeroize v1.7.0 |
2364 | 2024-02-02T00:33:02.145Z | Documenting parking_lot v0.12.1 |
2365 | 2024-02-02T00:33:02.415Z | Documenting num-traits v0.2.16 |
2366 | 2024-02-02T00:33:03.646Z | Documenting thiserror-impl v1.0.56 |
2367 | 2024-02-02T00:33:06.025Z | Documenting socket2 v0.5.5 |
2368 | 2024-02-02T00:33:06.992Z | Documenting num_cpus v1.16.0 |
2369 | 2024-02-02T00:33:07.202Z | Documenting tokio-macros v2.2.0 |
2370 | 2024-02-02T00:33:07.891Z | Documenting typenum v1.16.0 |
2371 | 2024-02-02T00:33:07.911Z | Documenting subtle v2.5.0 |
2372 | 2024-02-02T00:33:09.790Z | Documenting ryu v1.0.15 |
2373 | 2024-02-02T00:33:11.425Z | Documenting thiserror v1.0.56 |
2374 | 2024-02-02T00:33:12.486Z | Documenting zerocopy v0.7.32 |
2375 | 2024-02-02T00:33:12.587Z | Documenting futures-sink v0.3.30 |
2376 | 2024-02-02T00:33:13.354Z | Documenting pin-utils v0.1.0 |
2377 | 2024-02-02T00:33:13.551Z | Documenting slab v0.4.9 |
2378 | 2024-02-02T00:33:14.521Z | Documenting futures-macro v0.3.30 |
2379 | 2024-02-02T00:33:17.452Z | Documenting const-oid v0.9.5 |
2380 | 2024-02-02T00:33:18.625Z | Documenting futures-channel v0.3.30 |
2381 | 2024-02-02T00:33:19.620Z | Documenting futures-task v0.3.30 |
2382 | 2024-02-02T00:33:21.106Z | Documenting futures-io v0.3.30 |
2383 | 2024-02-02T00:33:22.177Z | Documenting iana-time-zone v0.1.57 |
2384 | 2024-02-02T00:33:24.196Z | Documenting ahash v0.8.6 |
2385 | 2024-02-02T00:33:25.176Z | Documenting allocator-api2 v0.2.16 |
2386 | 2024-02-02T00:33:32.283Z | Documenting tinyvec_macros v0.1.1 |
2387 | 2024-02-02T00:33:32.588Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2388 | 2024-02-02T00:33:32.588Z | Documenting futures-util v0.3.30 |
2389 | 2024-02-02T00:33:32.588Z | Documenting tracing-core v0.1.31 |
2390 | 2024-02-02T00:33:32.588Z | Documenting tracing-attributes v0.1.26 |
2391 | 2024-02-02T00:33:32.588Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2392 | 2024-02-02T00:33:32.588Z | Documenting tinyvec v1.6.0 |
2393 | 2024-02-02T00:33:32.588Z | Documenting hashbrown v0.14.2 |
2394 | 2024-02-02T00:33:36.593Z | Documenting unicode-normalization v0.1.22 |
2395 | 2024-02-02T00:33:37.524Z | Documenting bytes v1.5.0 |
2396 | 2024-02-02T00:33:38.399Z | Documenting bitflags v2.4.0 |
2397 | 2024-02-02T00:33:40.720Z | Documenting serde_json v1.0.113 |
2398 | 2024-02-02T00:33:42.747Z | Documenting chrono v0.4.31 |
2399 | 2024-02-02T00:33:44.527Z | Documenting uuid v1.7.0 |
2400 | 2024-02-02T00:33:44.615Z | Documenting tokio v1.35.1 |
2401 | 2024-02-02T00:33:45.025Z | Documenting ppv-lite86 v0.2.17 |
2402 | 2024-02-02T00:33:45.456Z | Documenting unicode-bidi v0.3.13 |
2403 | 2024-02-02T00:33:49.768Z | Documenting equivalent v1.0.1 |
2404 | 2024-02-02T00:33:49.911Z | Documenting rand_chacha v0.3.1 |
2405 | 2024-02-02T00:33:51.294Z | Documenting percent-encoding v2.3.1 |
2406 | 2024-02-02T00:33:51.584Z | Documenting base64 v0.21.7 |
2407 | 2024-02-02T00:33:52.735Z | Documenting lazy_static v1.4.0 |
2408 | 2024-02-02T00:33:53.463Z | Documenting generic-array v0.14.7 |
2409 | 2024-02-02T00:33:54.097Z | Documenting indexmap v2.2.2 |
2410 | 2024-02-02T00:33:56.029Z | Documenting rand v0.8.5 |
2411 | 2024-02-02T00:33:56.426Z | Documenting serde_derive_internals v0.26.0 |
2412 | 2024-02-02T00:33:57.296Z | Documenting form_urlencoded v1.2.1 |
2413 | 2024-02-02T00:33:58.094Z | Checking serde_derive_internals v0.26.0 |
2414 | 2024-02-02T00:33:59.063Z | Documenting fnv v1.0.7 |
2415 | 2024-02-02T00:34:00.182Z | Documenting tracing v0.1.37 |
2416 | 2024-02-02T00:34:00.384Z | Documenting crypto-common v0.1.6 |
2417 | 2024-02-02T00:34:01.156Z | Documenting block-buffer v0.10.4 |
2418 | 2024-02-02T00:34:02.969Z | Documenting dyn-clone v1.0.13 |
2419 | 2024-02-02T00:34:02.993Z | Documenting cpufeatures v0.2.12 |
2420 | 2024-02-02T00:34:03.292Z | Documenting idna v0.5.0 |
2421 | 2024-02-02T00:34:05.095Z | Documenting httparse v1.8.0 |
2422 | 2024-02-02T00:34:05.112Z | Documenting schemars_derive v0.8.16 |
2423 | 2024-02-02T00:34:08.140Z | Documenting errno v0.3.8 |
2424 | 2024-02-02T00:34:08.283Z | Documenting unicode-ident v1.0.12 |
2425 | 2024-02-02T00:34:08.283Z | Documenting digest v0.10.7 |
2426 | 2024-02-02T00:34:08.283Z | Documenting unicode-width v0.1.11 |
2427 | 2024-02-02T00:34:09.853Z | Documenting url v2.5.0 |
2428 | 2024-02-02T00:34:11.011Z | Documenting proc-macro2 v1.0.78 |
2429 | 2024-02-02T00:34:11.198Z | Documenting adler v1.0.2 |
2430 | 2024-02-02T00:34:11.240Z | Documenting httpdate v1.0.3 |
2431 | 2024-02-02T00:34:12.195Z | Documenting rustix v0.38.30 |
2432 | 2024-02-02T00:34:13.890Z | Documenting schemars v0.8.16 |
2433 | 2024-02-02T00:34:15.252Z | Documenting try-lock v0.2.4 |
2434 | 2024-02-02T00:34:15.599Z | Documenting miniz_oxide v0.7.1 |
2435 | 2024-02-02T00:34:16.595Z | Documenting http-body v0.4.5 |
2436 | 2024-02-02T00:34:17.335Z | Documenting openssl-sys v0.9.96 |
2437 | 2024-02-02T00:34:17.899Z | Documenting openssl-macros v0.1.1 |
2438 | 2024-02-02T00:34:19.923Z | Documenting want v0.3.1 |
2439 | 2024-02-02T00:34:20.836Z | Documenting base64ct v1.6.0 |
2440 | 2024-02-02T00:34:22.563Z | Documenting tower-service v0.3.2 |
2441 | 2024-02-02T00:34:24.281Z | Documenting mime v0.3.17 |
2442 | 2024-02-02T00:34:24.346Z | Documenting quote v1.0.35 |
2443 | 2024-02-02T00:34:25.406Z | Documenting aho-corasick v1.0.4 |
2444 | 2024-02-02T00:34:26.309Z | Documenting regex-syntax v0.8.2 |
2445 | 2024-02-02T00:34:27.591Z | Documenting openssl-probe v0.1.5 |
2446 | 2024-02-02T00:34:28.003Z | Documenting openssl v0.10.60 |
2447 | 2024-02-02T00:34:28.828Z | Documenting ipnet v2.9.0 |
2448 | 2024-02-02T00:34:30.480Z | Documenting slog v2.7.0 |
2449 | 2024-02-02T00:34:30.794Z | Documenting syn v2.0.48 |
2450 | 2024-02-02T00:34:31.361Z | Documenting tokio-util v0.7.10 |
2451 | 2024-02-02T00:34:33.135Z | Documenting async-trait v0.1.77 |
2452 | 2024-02-02T00:34:33.760Z | Documenting pem-rfc7468 v0.7.0 |
2453 | 2024-02-02T00:34:35.107Z | Documenting encoding_rs v0.8.33 |
2454 | 2024-02-02T00:34:36.929Z | Documenting regex-automata v0.4.4 |
2455 | 2024-02-02T00:34:36.945Z | Documenting der_derive v0.7.2 |
2456 | 2024-02-02T00:34:49.380Z | Documenting utf8parse v0.2.1 |
2457 | 2024-02-02T00:34:49.848Z | Documenting flagset v0.4.3 |
2458 | 2024-02-02T00:34:49.848Z | Documenting h2 v0.3.24 |
2459 | 2024-02-02T00:34:49.848Z | Documenting native-tls v0.2.11 |
2460 | 2024-02-02T00:34:49.848Z | Documenting serde_urlencoded v0.7.1 |
2461 | 2024-02-02T00:34:49.848Z | Documenting num-integer v0.1.45 |
2462 | 2024-02-02T00:34:49.848Z | Documenting time-macros v0.2.13 |
2463 | 2024-02-02T00:34:49.848Z | Documenting der v0.7.8 |
2464 | 2024-02-02T00:34:49.849Z | Documenting gimli v0.28.0 |
2465 | 2024-02-02T00:34:49.978Z | Documenting tokio-native-tls v0.3.1 |
2466 | 2024-02-02T00:34:50.046Z | Documenting regex v1.10.3 |
2467 | 2024-02-02T00:34:50.148Z | Documenting num_threads v0.1.6 |
2468 | 2024-02-02T00:34:51.931Z | Documenting time-core v0.1.1 |
2469 | 2024-02-02T00:34:53.202Z | Documenting deranged v0.3.8 |
2470 | 2024-02-02T00:34:56.094Z | Documenting spki v0.7.2 |
2471 | 2024-02-02T00:34:56.179Z | Documenting object v0.32.1 |
2472 | 2024-02-02T00:34:57.389Z | Documenting crossbeam-utils v0.8.16 |
2473 | 2024-02-02T00:34:57.525Z | Documenting hyper v0.14.27 |
2474 | 2024-02-02T00:34:58.342Z | Documenting webpki-roots v0.25.2 |
2475 | 2024-02-02T00:34:58.672Z | Documenting addr2line v0.21.0 |
2476 | 2024-02-02T00:35:00.593Z | Documenting time v0.3.27 |
2477 | 2024-02-02T00:35:03.011Z | Documenting rustc-demangle v0.1.23 |
2478 | 2024-02-02T00:35:03.161Z | Documenting spin v0.9.8 |
2479 | 2024-02-02T00:35:04.886Z | Documenting pkcs8 v0.10.2 |
2480 | 2024-02-02T00:35:04.900Z | Documenting openapiv3 v2.0.0 |
2481 | 2024-02-02T00:35:04.900Z | Checking pest_meta v2.7.6 |
2482 | 2024-02-02T00:35:06.224Z | Documenting data-encoding v2.4.0 |
2483 | 2024-02-02T00:35:07.259Z | Documenting anstyle v1.0.2 |
2484 | 2024-02-02T00:35:07.688Z | Documenting anstyle-parse v0.2.1 |
2485 | 2024-02-02T00:35:09.500Z | Documenting ipnetwork v0.20.0 |
2486 | 2024-02-02T00:35:11.079Z | Documenting sha2 v0.10.8 |
2487 | 2024-02-02T00:35:12.494Z | Documenting futures-executor v0.3.30 |
2488 | 2024-02-02T00:35:12.629Z | Documenting hex v0.4.3 |
2489 | 2024-02-02T00:35:13.558Z | Documenting crc32fast v1.3.2 |
2490 | 2024-02-02T00:35:15.004Z | Documenting backtrace v0.3.69 |
2491 | 2024-02-02T00:35:16.304Z | Documenting pest_meta v2.7.6 |
2492 | 2024-02-02T00:35:17.112Z | Documenting hyper-tls v0.5.0 |
2493 | 2024-02-02T00:35:18.475Z | Documenting hyper-rustls v0.24.2 |
2494 | 2024-02-02T00:35:18.530Z | Documenting scroll_derive v0.12.0 |
2495 | 2024-02-02T00:35:18.687Z | Documenting colorchoice v1.0.0 |
2496 | 2024-02-02T00:35:19.318Z | Documenting anstyle-query v1.0.0 |
2497 | 2024-02-02T00:35:19.635Z | Documenting either v1.9.0 |
2498 | 2024-02-02T00:35:22.118Z | Documenting untrusted v0.9.0 |
2499 | 2024-02-02T00:35:23.643Z | Documenting pest_generator v2.7.6 |
2500 | 2024-02-02T00:35:23.680Z | Documenting anyhow v1.0.75 |
2501 | 2024-02-02T00:35:25.246Z | Documenting anstream v0.5.0 |
2502 | 2024-02-02T00:35:25.496Z | Checking pest_generator v2.7.6 |
2503 | 2024-02-02T00:35:25.562Z | Documenting scroll v0.12.0 |
2504 | 2024-02-02T00:35:26.239Z | Documenting ring v0.17.7 |
2505 | 2024-02-02T00:35:26.743Z | Documenting num-iter v0.1.43 |
2506 | 2024-02-02T00:35:27.843Z | Documenting hmac v0.12.1 |
2507 | 2024-02-02T00:35:29.277Z | Documenting reqwest v0.11.22 |
2508 | 2024-02-02T00:35:29.613Z | Documenting signal-hook v0.3.17 |
2509 | 2024-02-02T00:35:30.668Z | Documenting terminal_size v0.2.6 |
2510 | 2024-02-02T00:35:31.528Z | Documenting memoffset v0.9.0 |
2511 | 2024-02-02T00:35:31.795Z | Documenting ucd-trie v0.1.6 |
2512 | 2024-02-02T00:35:32.886Z | Documenting plain v0.2.3 |
2513 | 2024-02-02T00:35:34.033Z | Documenting strsim v0.10.0 |
2514 | 2024-02-02T00:35:35.137Z | Documenting clap_lex v0.5.1 |
2515 | 2024-02-02T00:35:35.607Z | Documenting crossbeam-epoch v0.9.15 |
2516 | 2024-02-02T00:35:35.611Z | Documenting pest_derive v2.7.6 |
2517 | 2024-02-02T00:35:36.800Z | Documenting flate2 v1.0.28 |
2518 | 2024-02-02T00:35:36.967Z | Documenting goblin v0.8.0 |
2519 | 2024-02-02T00:35:37.761Z | Documenting pest v2.7.6 |
2520 | 2024-02-02T00:35:39.921Z | Documenting futures v0.3.30 |
2521 | 2024-02-02T00:35:41.232Z | Documenting clap_builder v4.4.2 |
2522 | 2024-02-02T00:35:42.097Z | Documenting clap_derive v4.4.2 |
2523 | 2024-02-02T00:35:42.135Z | Documenting unicode-segmentation v1.10.1 |
2524 | 2024-02-02T00:35:43.999Z | Documenting managed v0.8.0 |
2525 | 2024-02-02T00:35:45.376Z | Documenting pretty-hex v0.4.1 |
2526 | 2024-02-02T00:35:45.390Z | Documenting dtrace-parser v0.2.0 |
2527 | 2024-02-02T00:35:47.090Z | Documenting signal-hook-mio v0.2.3 |
2528 | 2024-02-02T00:35:49.067Z | Documenting block-padding v0.3.3 |
2529 | 2024-02-02T00:35:49.228Z | Documenting scheduled-thread-pool v0.2.7 |
2530 | 2024-02-02T00:35:49.971Z | Documenting dof v0.3.0 |
2531 | 2024-02-02T00:35:50.983Z | Documenting thread-id v4.2.0 |
2532 | 2024-02-02T00:35:51.185Z | Documenting clap v4.4.3 |
2533 | 2024-02-02T00:35:51.701Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2534 | 2024-02-02T00:35:51.842Z | Documenting enum-as-inner v0.5.1 |
2535 | 2024-02-02T00:35:53.226Z | Checking diesel_table_macro_syntax v0.1.0 |
2536 | 2024-02-02T00:35:53.472Z | Documenting diesel_table_macro_syntax v0.1.0 |
2537 | 2024-02-02T00:35:55.169Z | Documenting r2d2 v0.8.10 |
2538 | 2024-02-02T00:35:55.366Z | Documenting inout v0.1.3 |
2539 | 2024-02-02T00:35:56.651Z | Documenting crossterm v0.27.0 |
2540 | 2024-02-02T00:35:57.640Z | Documenting usdt-impl v0.5.0 |
2541 | 2024-02-02T00:35:58.033Z | Documenting bzip2 v0.4.4 |
2542 | 2024-02-02T00:35:58.401Z | Documenting md-5 v0.10.5 |
2543 | 2024-02-02T00:35:58.982Z | Documenting trust-dns-proto v0.22.0 |
2544 | 2024-02-02T00:36:00.705Z | Documenting diesel_derives v2.1.2 |
2545 | 2024-02-02T00:36:01.396Z | Documenting stringprep v0.1.3 |
2546 | 2024-02-02T00:36:02.059Z | Documenting toml_datetime v0.6.5 |
2547 | 2024-02-02T00:36:04.548Z | Documenting serde_spanned v0.6.4 |
2548 | 2024-02-02T00:36:04.750Z | Documenting ff v0.13.0 |
2549 | 2024-02-02T00:36:05.706Z | Documenting regress v0.7.1 |
2550 | 2024-02-02T00:36:07.146Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2551 | 2024-02-02T00:36:07.578Z | Documenting winnow v0.5.15 |
2552 | 2024-02-02T00:36:08.652Z | Documenting static_assertions v1.1.0 |
2553 | 2024-02-02T00:36:10.366Z | Documenting bit-vec v0.6.3 |
2554 | 2024-02-02T00:36:10.977Z | Documenting base16ct v0.2.0 |
2555 | 2024-02-02T00:36:12.364Z | Documenting siphasher v0.3.11 |
2556 | 2024-02-02T00:36:19.270Z | Documenting fallible-iterator v0.2.0 |
2557 | 2024-02-02T00:36:19.602Z | Documenting diesel v2.1.4 |
2558 | 2024-02-02T00:36:19.602Z | Documenting group v0.13.0 |
2559 | 2024-02-02T00:36:19.713Z | Documenting zip v0.6.6 |
2560 | 2024-02-02T00:36:19.713Z | Documenting sec1 v0.7.3 |
2561 | 2024-02-02T00:36:19.713Z | Documenting toml_edit v0.21.0 |
2562 | 2024-02-02T00:36:19.713Z | Documenting cipher v0.4.4 |
2563 | 2024-02-02T00:36:19.713Z | Documenting phf_shared v0.11.2 |
2564 | 2024-02-02T00:36:19.713Z | Documenting hkdf v0.12.4 |
2565 | 2024-02-02T00:36:20.451Z | Documenting postgres-protocol v0.6.6 |
2566 | 2024-02-02T00:36:21.847Z | Documenting num-bigint v0.4.4 |
2567 | 2024-02-02T00:36:22.905Z | Documenting crypto-bigint v0.5.2 |
2568 | 2024-02-02T00:36:24.552Z | Documenting hubpack v0.1.2 |
2569 | 2024-02-02T00:36:24.877Z | Documenting camino v1.1.6 |
2570 | 2024-02-02T00:36:26.524Z | Documenting bstr v1.6.0 |
2571 | 2024-02-02T00:36:26.821Z | Documenting serde_repr v0.1.16 |
2572 | 2024-02-02T00:36:30.209Z | Documenting lalrpop-util v0.19.12 |
2573 | 2024-02-02T00:36:31.273Z | Documenting new_debug_unreachable v1.0.4 |
2574 | 2024-02-02T00:36:32.269Z | Documenting minimal-lexical v0.2.1 |
2575 | 2024-02-02T00:36:32.330Z | Documenting precomputed-hash v0.1.1 |
2576 | 2024-02-02T00:36:34.438Z | Documenting fixedbitset v0.4.2 |
2577 | 2024-02-02T00:36:34.675Z | Documenting heck v0.4.1 |
2578 | 2024-02-02T00:36:34.776Z | Documenting elliptic-curve v0.13.8 |
2579 | 2024-02-02T00:36:35.621Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2580 | 2024-02-02T00:36:36.470Z | Documenting yasna v0.5.2 |
2581 | 2024-02-02T00:36:38.627Z | Documenting string_cache v0.8.7 |
2582 | 2024-02-02T00:36:38.785Z | Documenting nom v7.1.3 |
2583 | 2024-02-02T00:36:39.154Z | Documenting petgraph v0.6.4 |
2584 | 2024-02-02T00:36:41.027Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2585 | 2024-02-02T00:36:44.954Z | Documenting postgres-types v0.2.6 |
2586 | 2024-02-02T00:36:45.115Z | Documenting phf v0.11.2 |
2587 | 2024-02-02T00:36:45.693Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2588 | 2024-02-02T00:36:46.247Z | Documenting console v0.15.8 |
2589 | 2024-02-02T00:36:46.300Z | Documenting semver v1.0.21 |
2590 | 2024-02-02T00:36:50.451Z | Documenting float-cmp v0.9.0 |
2591 | 2024-02-02T00:36:51.437Z | Documenting whoami v1.4.1 |
2592 | 2024-02-02T00:36:51.778Z | Documenting difflib v0.4.0 |
2593 | 2024-02-02T00:36:52.863Z | Documenting predicates-core v1.0.6 |
2594 | 2024-02-02T00:36:53.132Z | Documenting normalize-line-endings v0.3.0 |
2595 | 2024-02-02T00:36:53.409Z | Documenting bit-set v0.5.3 |
2596 | 2024-02-02T00:36:56.833Z | Documenting similar v2.3.0 |
2597 | 2024-02-02T00:36:56.869Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2598 | 2024-02-02T00:36:57.122Z | Documenting getopts v0.2.21 |
2599 | 2024-02-02T00:36:57.638Z | Documenting tokio-postgres v0.7.10 |
2600 | 2024-02-02T00:36:58.047Z | Documenting tokio-stream v0.1.14 |
2601 | 2024-02-02T00:36:58.930Z | Checking ident_case v1.0.1 |
2602 | 2024-02-02T00:36:59.101Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2603 | 2024-02-02T00:36:59.258Z | Documenting predicates v3.1.0 |
2604 | 2024-02-02T00:36:59.546Z | Documenting match_cfg v0.1.0 |
2605 | 2024-02-02T00:37:02.090Z | Documenting sha1 v0.10.6 |
2606 | 2024-02-02T00:37:03.248Z | Documenting dirs-sys-next v0.1.2 |
2607 | 2024-02-02T00:37:03.541Z | Documenting hostname v0.3.1 |
2608 | 2024-02-02T00:37:05.474Z | Documenting rustls-pki-types v1.1.0 |
2609 | 2024-02-02T00:37:06.197Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2610 | 2024-02-02T00:37:06.680Z | Documenting paste v1.0.14 |
2611 | 2024-02-02T00:37:09.241Z | Documenting thread_local v1.1.7 |
2612 | 2024-02-02T00:37:09.327Z | Documenting crossbeam-channel v0.5.8 |
2613 | 2024-02-02T00:37:09.674Z | Documenting atty v0.2.14 |
2614 | 2024-02-02T00:37:09.686Z | Documenting dirs-next v2.0.0 |
2615 | 2024-02-02T00:37:11.807Z | Documenting rustls-webpki v0.102.1 |
2616 | 2024-02-02T00:37:12.119Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2617 | 2024-02-02T00:37:12.796Z | Documenting take_mut v0.2.2 |
2618 | 2024-02-02T00:37:14.127Z | Documenting slog-json v2.6.1 |
2619 | 2024-02-02T00:37:15.373Z | Documenting http v1.0.0 |
2620 | 2024-02-02T00:37:15.415Z | Documenting term v0.7.0 |
2621 | 2024-02-02T00:37:16.108Z | Documenting async-stream-impl v0.3.5 |
2622 | 2024-02-02T00:37:18.108Z | Documenting debug-ignore v1.0.5 |
2623 | 2024-02-02T00:37:18.728Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2624 | 2024-02-02T00:37:19.003Z | Documenting slog-async v2.8.0 |
2625 | 2024-02-02T00:37:19.026Z | Documenting rustls v0.22.2 |
2626 | 2024-02-02T00:37:21.464Z | Documenting atomic-waker v1.1.1 |
2627 | 2024-02-02T00:37:21.970Z | Documenting slog-term v2.9.0 |
2628 | 2024-02-02T00:37:22.161Z | Documenting slog-bunyan v2.5.0 |
2629 | 2024-02-02T00:37:23.360Z | Documenting async-stream v0.3.5 |
2630 | 2024-02-02T00:37:23.775Z | Documenting multer v3.0.0 |
2631 | 2024-02-02T00:37:25.458Z | Documenting rustls-pemfile v2.0.0 |
2632 | 2024-02-02T00:37:25.654Z | Documenting waitgroup v0.1.2 |
2633 | 2024-02-02T00:37:28.439Z | Checking darling_core v0.20.3 |
2634 | 2024-02-02T00:37:28.949Z | Documenting toml v0.8.8 |
2635 | 2024-02-02T00:37:29.408Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2636 | 2024-02-02T00:37:30.835Z | Documenting serde_path_to_error v0.1.15 |
2637 | 2024-02-02T00:37:31.437Z | Documenting strum v0.25.0 |
2638 | 2024-02-02T00:37:31.610Z | Checking darling v0.20.3 |
2639 | 2024-02-02T00:37:32.038Z | Documenting serde_with_macros v3.5.1 |
2640 | 2024-02-02T00:37:32.038Z | Documenting structmeta-derive v0.2.0 |
2641 | 2024-02-02T00:37:33.265Z | Documenting tokio-rustls v0.25.0 |
2642 | 2024-02-02T00:37:35.070Z | Checking structmeta v0.2.0 |
2643 | 2024-02-02T00:37:35.398Z | Documenting instant v0.1.12 |
2644 | 2024-02-02T00:37:37.417Z | Checking regex-syntax v0.7.5 |
2645 | 2024-02-02T00:37:37.857Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2646 | 2024-02-02T00:37:37.961Z | Documenting macaddr v1.0.1 |
2647 | 2024-02-02T00:37:38.183Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2648 | 2024-02-02T00:37:39.230Z | Documenting serde_with v3.5.1 |
2649 | 2024-02-02T00:37:40.094Z | Documenting structmeta v0.2.0 |
2650 | 2024-02-02T00:37:41.067Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2651 | 2024-02-02T00:37:41.427Z | Documenting backoff v0.4.0 |
2652 | 2024-02-02T00:37:42.722Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2653 | 2024-02-02T00:37:43.054Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-02-02T00:37:44.344Z | Documenting fastrand v2.0.0 |
2655 | 2024-02-02T00:37:44.666Z | Documenting proc-macro-error-attr v1.0.4 |
2656 | 2024-02-02T00:37:45.032Z | Documenting is-terminal v0.4.9 |
2657 | 2024-02-02T00:37:47.298Z | Documenting parse-display-derive v0.8.2 |
2658 | 2024-02-02T00:37:47.522Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-02-02T00:37:49.742Z | Checking proc-macro-error v1.0.4 |
2660 | 2024-02-02T00:37:50.174Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-02-02T00:37:50.596Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2662 | 2024-02-02T00:37:50.629Z | Documenting tempfile v3.9.0 |
2663 | 2024-02-02T00:37:50.871Z | Documenting proc-macro-error v1.0.4 |
2664 | 2024-02-02T00:37:51.015Z | Documenting proc-macro-crate v1.3.1 |
2665 | 2024-02-02T00:37:51.449Z | Checking proc-macro-crate v1.3.1 |
2666 | 2024-02-02T00:37:51.806Z | Documenting hash32 v0.3.1 |
2667 | 2024-02-02T00:37:52.036Z | Documenting stable_deref_trait v1.2.0 |
2668 | 2024-02-02T00:37:54.152Z | Documenting embedded-io v0.4.0 |
2669 | 2024-02-02T00:37:55.997Z | Documenting parse-display v0.8.2 |
2670 | 2024-02-02T00:37:56.170Z | Documenting cobs v0.2.3 |
2671 | 2024-02-02T00:37:57.761Z | Documenting camino-tempfile v1.1.1 |
2672 | 2024-02-02T00:37:57.957Z | Documenting heapless v0.8.0 |
2673 | 2024-02-02T00:37:58.157Z | Documenting foreign-types-macros v0.2.3 |
2674 | 2024-02-02T00:37:58.671Z | Documenting foreign-types-shared v0.3.1 |
2675 | 2024-02-02T00:37:58.952Z | Documenting num_enum_derive v0.5.11 |
2676 | 2024-02-02T00:38:00.311Z | Documenting postcard v1.0.8 |
2677 | 2024-02-02T00:38:02.002Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2678 | 2024-02-02T00:38:02.823Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2679 | 2024-02-02T00:38:04.402Z | Documenting crucible-workspace-hack v0.1.0 |
2680 | 2024-02-02T00:38:04.622Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2681 | 2024-02-02T00:38:05.233Z | Documenting smoltcp v0.11.0 |
2682 | 2024-02-02T00:38:05.616Z | Documenting foreign-types v0.5.0 |
2683 | 2024-02-02T00:38:06.461Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2684 | 2024-02-02T00:38:07.317Z | Documenting cstr-argument v0.1.2 |
2685 | 2024-02-02T00:38:07.988Z | Documenting num_enum v0.5.11 |
2686 | 2024-02-02T00:38:08.831Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2687 | 2024-02-02T00:38:10.508Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2688 | 2024-02-02T00:38:11.683Z | Documenting colored v2.0.4 |
2689 | 2024-02-02T00:38:12.710Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2690 | 2024-02-02T00:38:13.352Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2691 | 2024-02-02T00:38:14.106Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2692 | 2024-02-02T00:38:14.668Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2693 | 2024-02-02T00:38:15.818Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2694 | 2024-02-02T00:38:17.286Z | Documenting zone_cfg_derive v0.3.0 |
2695 | 2024-02-02T00:38:17.565Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2696 | 2024-02-02T00:38:18.371Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2697 | 2024-02-02T00:38:18.941Z | Documenting num-derive v0.4.0 |
2698 | 2024-02-02T00:38:20.990Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2699 | 2024-02-02T00:38:22.143Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2700 | 2024-02-02T00:38:23.865Z | Documenting zone v0.3.0 |
2701 | 2024-02-02T00:38:24.356Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2702 | 2024-02-02T00:38:24.599Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2703 | 2024-02-02T00:38:26.390Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2704 | 2024-02-02T00:38:29.247Z | Documenting smf v0.2.2 |
2705 | 2024-02-02T00:38:30.120Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2706 | 2024-02-02T00:38:30.980Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2707 | 2024-02-02T00:38:32.441Z | Documenting linked-hash-map v0.5.6 |
2708 | 2024-02-02T00:38:32.577Z | Documenting password-hash v0.5.0 |
2709 | 2024-02-02T00:38:34.190Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-02T00:38:34.268Z | Documenting blake2 v0.10.6 |
2711 | 2024-02-02T00:38:35.833Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2712 | 2024-02-02T00:38:37.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-02-02T00:38:38.597Z | Documenting itertools v0.12.1 |
2714 | 2024-02-02T00:38:38.977Z | Documenting lru-cache v0.1.2 |
2715 | 2024-02-02T00:38:40.821Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2716 | 2024-02-02T00:38:41.842Z | Documenting argon2 v0.5.3 |
2717 | 2024-02-02T00:38:42.620Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-02-02T00:38:43.117Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2719 | 2024-02-02T00:38:43.815Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2720 | 2024-02-02T00:38:45.047Z | Documenting memmap v0.7.0 |
2721 | 2024-02-02T00:38:45.451Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2722 | 2024-02-02T00:38:47.712Z | Documenting quick-error v1.2.3 |
2723 | 2024-02-02T00:38:49.773Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2724 | 2024-02-02T00:38:50.363Z | Documenting swrite v0.1.0 |
2725 | 2024-02-02T00:38:50.875Z | Documenting tap v1.0.1 |
2726 | 2024-02-02T00:38:52.042Z | Documenting usdt v0.5.0 |
2727 | 2024-02-02T00:38:52.452Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2728 | 2024-02-02T00:38:53.836Z | Documenting resolv-conf v0.7.0 |
2729 | 2024-02-02T00:38:54.272Z | Documenting radium v0.7.0 |
2730 | 2024-02-02T00:38:55.224Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2731 | 2024-02-02T00:38:55.289Z | Documenting wyz v0.5.1 |
2732 | 2024-02-02T00:38:56.440Z | Documenting newtype_derive v0.1.6 |
2733 | 2024-02-02T00:38:56.455Z | Documenting nibble_vec v0.1.0 |
2734 | 2024-02-02T00:38:58.527Z | Checking heck v0.3.3 |
2735 | 2024-02-02T00:38:58.768Z | Documenting crc-catalog v2.2.0 |
2736 | 2024-02-02T00:38:59.669Z | Documenting funty v2.0.0 |
2737 | 2024-02-02T00:38:59.991Z | Documenting endian-type v0.1.2 |
2738 | 2024-02-02T00:39:00.200Z | Documenting trust-dns-resolver v0.22.0 |
2739 | 2024-02-02T00:39:01.928Z | Documenting structopt-derive v0.4.18 |
2740 | 2024-02-02T00:39:02.349Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2741 | 2024-02-02T00:39:02.519Z | Documenting steno v0.4.0 |
2742 | 2024-02-02T00:39:03.162Z | Documenting crc v3.0.1 |
2743 | 2024-02-02T00:39:04.455Z | Documenting bitvec v1.0.1 |
2744 | 2024-02-02T00:39:06.272Z | Documenting radix_trie v0.2.1 |
2745 | 2024-02-02T00:39:07.756Z | Documenting cancel-safe-futures v0.1.5 |
2746 | 2024-02-02T00:39:09.741Z | Documenting filetime v0.2.23 |
2747 | 2024-02-02T00:39:13.312Z | Documenting xattr v1.0.1 |
2748 | 2024-02-02T00:39:13.364Z | Documenting packed_struct_codegen v0.10.1 |
2749 | 2024-02-02T00:39:14.058Z | Documenting nodrop v0.1.14 |
2750 | 2024-02-02T00:39:15.652Z | Documenting structopt v0.3.26 |
2751 | 2024-02-02T00:39:17.040Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2752 | 2024-02-02T00:39:18.382Z | Documenting array-init v0.0.4 |
2753 | 2024-02-02T00:39:18.400Z | Documenting num-bigint-dig v0.8.4 |
2754 | 2024-02-02T00:39:18.974Z | Documenting tar v0.4.40 |
2755 | 2024-02-02T00:39:19.090Z | Documenting libefi-sys v0.1.0 |
2756 | 2024-02-02T00:39:21.355Z | Documenting packed_struct v0.10.1 |
2757 | 2024-02-02T00:39:21.464Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2758 | 2024-02-02T00:39:23.092Z | Documenting pkcs1 v0.7.5 |
2759 | 2024-02-02T00:39:25.302Z | Documenting signature v2.1.0 |
2760 | 2024-02-02T00:39:25.745Z | Documenting termcolor v1.2.0 |
2761 | 2024-02-02T00:39:28.113Z | Documenting arc-swap v1.6.0 |
2762 | 2024-02-02T00:39:28.681Z | Documenting bitfield v0.14.0 |
2763 | 2024-02-02T00:39:30.004Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2764 | 2024-02-02T00:39:30.107Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2765 | 2024-02-02T00:39:32.153Z | Documenting env_logger v0.10.0 |
2766 | 2024-02-02T00:39:32.737Z | Documenting rsa v0.9.2 |
2767 | 2024-02-02T00:39:32.999Z | Documenting serde-hex v0.1.0 |
2768 | 2024-02-02T00:39:35.191Z | Documenting slog-scope v4.4.0 |
2769 | 2024-02-02T00:39:35.191Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2770 | 2024-02-02T00:39:36.489Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2771 | 2024-02-02T00:39:37.246Z | Documenting num-rational v0.4.1 |
2772 | 2024-02-02T00:39:39.042Z | Documenting x509-cert v0.2.4 |
2773 | 2024-02-02T00:39:40.600Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2774 | 2024-02-02T00:39:41.004Z | Documenting libsw v3.3.1 |
2775 | 2024-02-02T00:39:42.065Z | Documenting ron v0.8.1 |
2776 | 2024-02-02T00:39:42.320Z | Documenting num-complex v0.4.4 |
2777 | 2024-02-02T00:39:43.601Z | Documenting gethostname v0.4.3 |
2778 | 2024-02-02T00:39:44.166Z | Documenting half v2.3.1 |
2779 | 2024-02-02T00:39:47.092Z | Documenting derive-where v1.2.7 |
2780 | 2024-02-02T00:39:47.965Z | Documenting crc-any v2.4.3 |
2781 | 2024-02-02T00:39:47.979Z | Documenting same-file v1.0.6 |
2782 | 2024-02-02T00:39:48.695Z | Documenting linear-map v1.2.0 |
2783 | 2024-02-02T00:39:49.432Z | Documenting owo-colors v4.0.0 |
2784 | 2024-02-02T00:39:49.699Z | Documenting ciborium-io v0.2.2 |
2785 | 2024-02-02T00:39:49.750Z | Documenting num v0.4.1 |
2786 | 2024-02-02T00:39:52.346Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2787 | 2024-02-02T00:39:54.124Z | Documenting walkdir v2.4.0 |
2788 | 2024-02-02T00:39:55.158Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2789 | 2024-02-02T00:39:55.715Z | Documenting ciborium-ll v0.2.2 |
2790 | 2024-02-02T00:39:56.639Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2791 | 2024-02-02T00:39:56.927Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2792 | 2024-02-02T00:39:58.352Z | Documenting slog-stdlog v4.1.1 |
2793 | 2024-02-02T00:40:00.500Z | Documenting slog-dtrace v0.3.0 |
2794 | 2024-02-02T00:40:01.996Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2795 | 2024-02-02T00:40:03.872Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2796 | 2024-02-02T00:40:04.625Z | Documenting path-slash v0.1.5 |
2797 | 2024-02-02T00:40:08.422Z | Documenting slog-envlogger v2.2.0 |
2798 | 2024-02-02T00:40:10.529Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2799 | 2024-02-02T00:40:11.024Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2800 | 2024-02-02T00:40:11.380Z | Documenting ciborium v0.2.2 |
2801 | 2024-02-02T00:40:13.273Z | Documenting pem v3.0.2 |
2802 | 2024-02-02T00:40:16.776Z | Documenting fxhash v0.2.1 |
2803 | 2024-02-02T00:40:19.036Z | Documenting utf-8 v0.7.6 |
2804 | 2024-02-02T00:40:19.204Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2805 | 2024-02-02T00:40:20.376Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2806 | 2024-02-02T00:40:23.052Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2807 | 2024-02-02T00:40:24.276Z | Documenting vte_generate_state_changes v0.1.1 |
2808 | 2024-02-02T00:40:25.170Z | Documenting convert_case v0.4.0 |
2809 | 2024-02-02T00:40:25.238Z | Documenting tungstenite v0.20.1 |
2810 | 2024-02-02T00:40:27.592Z | Checking convert_case v0.4.0 |
2811 | 2024-02-02T00:40:27.906Z | Documenting display-error-chain v0.2.0 |
2812 | 2024-02-02T00:40:30.480Z | Documenting vte v0.11.1 |
2813 | 2024-02-02T00:40:31.310Z | Documenting derive_more v0.99.17 |
2814 | 2024-02-02T00:40:34.596Z | Documenting buf-list v1.0.3 |
2815 | 2024-02-02T00:40:35.356Z | Documenting tokio-tungstenite v0.20.1 |
2816 | 2024-02-02T00:40:36.946Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2817 | 2024-02-02T00:40:40.876Z | Documenting pin-project-internal v1.1.3 |
2818 | 2024-02-02T00:40:40.940Z | Documenting strip-ansi-escapes v0.2.0 |
2819 | 2024-02-02T00:40:41.955Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2820 | 2024-02-02T00:40:41.973Z | Documenting doc-comment v0.3.3 |
2821 | 2024-02-02T00:40:42.147Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2822 | 2024-02-02T00:40:46.394Z | Checking darling_core v0.14.4 |
2823 | 2024-02-02T00:40:46.907Z | Documenting snafu-derive v0.7.5 |
2824 | 2024-02-02T00:40:47.365Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2825 | 2024-02-02T00:40:47.802Z | Documenting nu-ansi-term v0.49.0 |
2826 | 2024-02-02T00:40:49.140Z | Documenting pin-project v1.1.3 |
2827 | 2024-02-02T00:40:49.446Z | Checking darling v0.14.4 |
2828 | 2024-02-02T00:40:49.871Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2829 | 2024-02-02T00:40:52.591Z | Documenting trust-dns-client v0.22.0 |
2830 | 2024-02-02T00:40:53.395Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2831 | 2024-02-02T00:40:54.174Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2832 | 2024-02-02T00:40:54.709Z | Documenting reedline v0.28.0 |
2833 | 2024-02-02T00:40:54.710Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2834 | 2024-02-02T00:40:56.836Z | Documenting globset v0.4.13 |
2835 | 2024-02-02T00:40:59.008Z | Documenting snafu v0.7.5 |
2836 | 2024-02-02T00:41:02.719Z | Documenting olpc-cjson v0.1.3 |
2837 | 2024-02-02T00:41:04.514Z | Documenting serde_plain v1.0.2 |
2838 | 2024-02-02T00:41:05.005Z | Documenting async-recursion v1.0.5 |
2839 | 2024-02-02T00:41:06.131Z | Documenting bytecount v0.6.3 |
2840 | 2024-02-02T00:41:06.329Z | Documenting keccak v0.1.4 |
2841 | 2024-02-02T00:41:07.014Z | Documenting typed-path v0.7.0 |
2842 | 2024-02-02T00:41:07.925Z | Documenting trust-dns-server v0.22.1 |
2843 | 2024-02-02T00:41:10.335Z | Documenting papergrid v0.11.0 |
2844 | 2024-02-02T00:41:10.609Z | Documenting sha3 v0.10.8 |
2845 | 2024-02-02T00:41:11.413Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2846 | 2024-02-02T00:41:12.565Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2847 | 2024-02-02T00:41:12.628Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2848 | 2024-02-02T00:41:14.541Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2849 | 2024-02-02T00:41:15.020Z | Documenting sled v0.34.7 |
2850 | 2024-02-02T00:41:15.480Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2851 | 2024-02-02T00:41:16.232Z | Documenting tough v0.16.0 |
2852 | 2024-02-02T00:41:16.716Z | Documenting fs-err v2.11.0 |
2853 | 2024-02-02T00:41:17.927Z | Documenting unicase v2.7.0 |
2854 | 2024-02-02T00:41:18.413Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2855 | 2024-02-02T00:41:18.852Z | Documenting tabled_derive v0.7.0 |
2856 | 2024-02-02T00:41:20.245Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2857 | 2024-02-02T00:41:21.384Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2858 | 2024-02-02T00:41:22.747Z | Documenting crossbeam-deque v0.8.3 |
2859 | 2024-02-02T00:41:23.373Z | Documenting fd-lock v4.0.2 |
2860 | 2024-02-02T00:41:23.791Z | Documenting nix v0.27.1 |
2861 | 2024-02-02T00:41:25.155Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2862 | 2024-02-02T00:41:25.898Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2024-02-02T00:41:26.418Z | Documenting secrecy v0.8.0 |
2864 | 2024-02-02T00:41:27.372Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2865 | 2024-02-02T00:41:29.229Z | Documenting headers-core v0.2.0 |
2866 | 2024-02-02T00:41:30.585Z | Documenting sqlparser_derive v0.2.2 |
2867 | 2024-02-02T00:41:32.003Z | Documenting unicode_categories v0.1.1 |
2868 | 2024-02-02T00:41:32.713Z | Documenting home v0.5.5 |
2869 | 2024-02-02T00:41:32.794Z | Documenting parse-size v1.0.0 |
2870 | 2024-02-02T00:41:33.066Z | Documenting rayon-core v1.12.0 |
2871 | 2024-02-02T00:41:33.137Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2872 | 2024-02-02T00:41:36.680Z | Documenting headers v0.3.9 |
2873 | 2024-02-02T00:41:37.359Z | Documenting tabled v0.15.0 |
2874 | 2024-02-02T00:41:37.798Z | Documenting sqlparser v0.43.1 |
2875 | 2024-02-02T00:41:38.050Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2876 | 2024-02-02T00:41:38.320Z | Documenting sqlformat v0.2.3 |
2877 | 2024-02-02T00:41:39.006Z | Documenting rustyline v13.0.0 |
2878 | 2024-02-02T00:41:40.185Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2879 | 2024-02-02T00:41:44.550Z | Documenting mime_guess v2.0.4 |
2880 | 2024-02-02T00:41:47.301Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2881 | 2024-02-02T00:41:48.442Z | Checking derive_builder_core v0.12.0 |
2882 | 2024-02-02T00:41:48.805Z | Documenting derive_builder_core v0.12.0 |
2883 | 2024-02-02T00:41:49.878Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2884 | 2024-02-02T00:41:50.391Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2885 | 2024-02-02T00:41:50.808Z | Documenting universal-hash v0.5.1 |
2886 | 2024-02-02T00:41:51.320Z | Documenting bcs v0.1.6 |
2887 | 2024-02-02T00:41:58.137Z | Documenting kstat-rs v0.2.3 |
2888 | 2024-02-02T00:41:58.500Z | Documenting thiserror-impl-no-std v2.0.2 |
2889 | 2024-02-02T00:41:59.277Z | Documenting curve25519-dalek-derive v0.1.0 |
2890 | 2024-02-02T00:41:59.969Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2891 | 2024-02-02T00:42:00.659Z | Documenting opaque-debug v0.3.0 |
2892 | 2024-02-02T00:42:05.046Z | Documenting highway v1.1.0 |
2893 | 2024-02-02T00:42:05.140Z | Documenting poly1305 v0.8.0 |
2894 | 2024-02-02T00:42:06.593Z | Documenting curve25519-dalek v4.1.1 |
2895 | 2024-02-02T00:42:06.975Z | Documenting thiserror-no-std v2.0.2 |
2896 | 2024-02-02T00:42:07.134Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2897 | 2024-02-02T00:42:09.455Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2898 | 2024-02-02T00:42:10.744Z | Documenting derive_builder_macro v0.12.0 |
2899 | 2024-02-02T00:42:11.154Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2900 | 2024-02-02T00:42:11.565Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2901 | 2024-02-02T00:42:12.723Z | Documenting rayon v1.8.0 |
2902 | 2024-02-02T00:42:13.447Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2903 | 2024-02-02T00:42:15.726Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2904 | 2024-02-02T00:42:17.366Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2905 | 2024-02-02T00:42:23.374Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2906 | 2024-02-02T00:42:25.675Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2907 | 2024-02-02T00:42:36.000Z | Documenting portable-atomic v1.4.3 |
2908 | 2024-02-02T00:42:40.296Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2909 | 2024-02-02T00:42:41.635Z | Documenting ed25519 v1.5.3 |
2910 | 2024-02-02T00:42:41.872Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2911 | 2024-02-02T00:42:45.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2912 | 2024-02-02T00:42:46.139Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2913 | 2024-02-02T00:42:46.328Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2914 | 2024-02-02T00:42:49.516Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2915 | 2024-02-02T00:42:49.935Z | Documenting chacha20 v0.9.1 |
2916 | 2024-02-02T00:42:56.396Z | Documenting aead v0.5.2 |
2917 | 2024-02-02T00:42:57.176Z | Documenting lru v0.12.1 |
2918 | 2024-02-02T00:42:57.784Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2919 | 2024-02-02T00:43:00.364Z | Documenting stability v0.1.1 |
2920 | 2024-02-02T00:43:03.157Z | Documenting ref-cast-impl v1.0.20 |
2921 | 2024-02-02T00:43:04.860Z | Documenting cassowary v0.3.0 |
2922 | 2024-02-02T00:43:05.772Z | Documenting number_prefix v0.4.0 |
2923 | 2024-02-02T00:43:07.029Z | Documenting glob v0.3.1 |
2924 | 2024-02-02T00:43:07.640Z | Documenting chacha20poly1305 v0.10.1 |
2925 | 2024-02-02T00:43:09.804Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2926 | 2024-02-02T00:43:11.040Z | Documenting ref-cast v1.0.20 |
2927 | 2024-02-02T00:43:11.453Z | Documenting ratatui v0.25.0 |
2928 | 2024-02-02T00:43:11.952Z | Documenting indicatif v0.17.7 |
2929 | 2024-02-02T00:43:13.422Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2930 | 2024-02-02T00:43:15.296Z | Documenting salty v0.2.0 |
2931 | 2024-02-02T00:43:15.758Z | Documenting derive_builder v0.12.0 |
2932 | 2024-02-02T00:43:17.539Z | Documenting vsss-rs v3.3.4 |
2933 | 2024-02-02T00:43:21.984Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2934 | 2024-02-02T00:43:23.718Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2935 | 2024-02-02T00:43:23.748Z | Documenting polar-core v0.27.0 |
2936 | 2024-02-02T00:43:23.954Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2937 | 2024-02-02T00:43:28.710Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2938 | 2024-02-02T00:43:29.440Z | Documenting libxml v0.3.3 |
2939 | 2024-02-02T00:43:30.634Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2940 | 2024-02-02T00:43:38.306Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2941 | 2024-02-02T00:43:39.326Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2942 | 2024-02-02T00:43:39.433Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2943 | 2024-02-02T00:43:39.773Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2944 | 2024-02-02T00:43:43.625Z | Documenting bb8 v0.8.1 |
2945 | 2024-02-02T00:43:44.265Z | Documenting serde-big-array v0.5.1 |
2946 | 2024-02-02T00:43:47.762Z | Documenting quick-xml v0.30.0 |
2947 | 2024-02-02T00:43:47.801Z | Documenting rtoolbox v0.0.1 |
2948 | 2024-02-02T00:43:48.938Z | Documenting impl-trait-for-tuples v0.2.2 |
2949 | 2024-02-02T00:43:50.728Z | Documenting oso-derive v0.27.0 |
2950 | 2024-02-02T00:43:51.924Z | Documenting humantime v2.1.0 |
2951 | 2024-02-02T00:43:52.666Z | Documenting unicode-linebreak v0.1.5 |
2952 | 2024-02-02T00:43:53.696Z | Documenting http-range v0.1.5 |
2953 | 2024-02-02T00:43:55.346Z | Documenting smawk v0.3.1 |
2954 | 2024-02-02T00:43:57.036Z | Documenting maplit v1.0.2 |
2955 | 2024-02-02T00:43:57.576Z | Documenting is_ci v1.1.1 |
2956 | 2024-02-02T00:43:57.999Z | Documenting samael v0.0.14 |
2957 | 2024-02-02T00:43:58.427Z | Documenting rpassword v7.3.1 |
2958 | 2024-02-02T00:43:59.835Z | Documenting hyper-staticfile v0.9.5 |
2959 | 2024-02-02T00:44:01.563Z | Documenting textwrap v0.16.0 |
2960 | 2024-02-02T00:44:03.208Z | Documenting oso v0.27.0 |
2961 | 2024-02-02T00:44:03.806Z | Documenting supports-color v2.1.0 |
2962 | 2024-02-02T00:44:04.390Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2963 | 2024-02-02T00:44:07.768Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2024-02-02T00:44:08.007Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2965 | 2024-02-02T00:44:10.287Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2966 | 2024-02-02T00:44:10.745Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2967 | 2024-02-02T00:44:11.277Z | Documenting tui-tree-widget v0.16.0 |
2968 | 2024-02-02T00:44:15.136Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2969 | 2024-02-02T00:44:16.411Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2970 | 2024-02-02T00:44:18.325Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2971 | 2024-02-02T00:44:19.318Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2972 | 2024-02-02T00:44:21.341Z | Documenting cookie v0.18.0 |
2973 | 2024-02-02T00:44:21.872Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2974 | 2024-02-02T00:44:25.498Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2975 | 2024-02-02T00:44:28.099Z | Documenting rcgen v0.12.1 |
2976 | 2024-02-02T00:44:35.633Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2977 | 2024-02-02T00:44:35.979Z | Documenting atomicwrites v0.4.3 |
2978 | 2024-02-02T00:44:36.241Z | Documenting signal-hook-tokio v0.3.1 |
2979 | 2024-02-02T00:44:39.833Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2980 | 2024-02-02T00:44:42.905Z | Documenting subprocess v0.2.9 |
2981 | 2024-02-02T00:44:43.376Z | Documenting shell-words v1.1.0 |
2982 | 2024-02-02T00:44:47.982Z | Documenting corncobs v0.1.3 |
2983 | 2024-02-02T00:44:49.840Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2984 | 2024-02-02T00:44:50.014Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2985 | 2024-02-02T00:44:51.850Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-02-02T00:44:52.611Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2987 | 2024-02-02T00:44:54.296Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2988 | 2024-02-02T00:44:58.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2989 | 2024-02-02T00:45:00.848Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2990 | 2024-02-02T00:45:01.094Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-02-02T00:45:03.527Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2992 | 2024-02-02T00:45:16.535Z | warning: unclosed HTML tag `usize` |
2993 | 2024-02-02T00:45:16.536Z | --> wicket/src/ui/panes/update.rs:153:19 |
2994 | 2024-02-02T00:45:16.536Z | | |
2995 | 2024-02-02T00:45:16.536Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2996 | 2024-02-02T00:45:16.536Z | | ^^^^^^^ |
2997 | 2024-02-02T00:45:16.536Z | | |
2998 | 2024-02-02T00:45:16.536Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2999 | 2024-02-02T00:45:16.536Z | |
3000 | 2024-02-02T00:45:18.515Z | warning: `wicket` (lib doc) generated 1 warning |
3001 | 2024-02-02T00:45:18.534Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3002 | 2024-02-02T00:45:21.322Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3003 | 2024-02-02T00:45:24.677Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3004 | 2024-02-02T00:45:29.819Z | Documenting fatfs v0.3.6 |
3005 | 2024-02-02T00:45:35.346Z | Documenting nanorand v0.7.0 |
3006 | 2024-02-02T00:45:35.920Z | Documenting assert_matches v1.5.0 |
3007 | 2024-02-02T00:45:38.122Z | Documenting topological-sort v0.2.2 |
3008 | 2024-02-02T00:45:40.143Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3009 | 2024-02-02T00:45:41.925Z | Documenting flume v0.11.0 |
3010 | 2024-02-02T00:45:44.446Z | Documenting omicron-zone-package v0.10.1 |
3011 | 2024-02-02T00:45:45.341Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3012 | 2024-02-02T00:45:49.117Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3013 | 2024-02-02T00:45:52.885Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3014 | 2024-02-02T00:45:54.515Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3015 | 2024-02-02T00:45:55.934Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3016 | 2024-02-02T00:46:03.583Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3017 | 2024-02-02T00:46:03.973Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3018 | 2024-02-02T00:46:04.816Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3019 | 2024-02-02T00:46:10.722Z | Documenting termios v0.3.3 |
3020 | 2024-02-02T00:46:17.587Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3021 | 2024-02-02T00:46:18.246Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3022 | 2024-02-02T00:46:18.246Z | --> sled-agent/src/sim/instance.rs:46:7 |
3023 | 2024-02-02T00:46:18.246Z | | |
3024 | 2024-02-02T00:46:18.246Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3025 | 2024-02-02T00:46:18.246Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3026 | 2024-02-02T00:46:18.246Z | | |
3027 | 2024-02-02T00:46:18.246Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3028 | 2024-02-02T00:46:18.246Z | |
3029 | 2024-02-02T00:46:23.531Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3030 | 2024-02-02T00:46:29.398Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3031 | 2024-02-02T00:46:33.723Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3032 | 2024-02-02T00:46:36.282Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3033 | 2024-02-02T00:46:59.234Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3034 | 2024-02-02T00:47:08.911Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3035 | 2024-02-02T00:47:18.595Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3036 | 2024-02-02T00:47:29.868Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3037 | 2024-02-02T00:47:29.868Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3038 | 2024-02-02T00:47:29.868Z | | |
3039 | 2024-02-02T00:47:29.868Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3040 | 2024-02-02T00:47:29.868Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3041 | 2024-02-02T00:47:29.868Z | | |
3042 | 2024-02-02T00:47:29.868Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3043 | 2024-02-02T00:47:29.868Z | |
3044 | 2024-02-02T00:47:33.240Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3045 | 2024-02-02T00:47:35.897Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3046 | 2024-02-02T00:47:36.409Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3047 | 2024-02-02T00:47:46.021Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3048 | 2024-02-02T00:47:46.408Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3049 | 2024-02-02T00:47:55.407Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3050 | 2024-02-02T00:47:55.411Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3051 | 2024-02-02T00:49:15.071Z | warning: unresolved link to `VolumeConstructionRequest` |
3052 | 2024-02-02T00:49:15.071Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3053 | 2024-02-02T00:49:15.071Z | | |
3054 | 2024-02-02T00:49:15.071Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3055 | 2024-02-02T00:49:15.072Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3056 | 2024-02-02T00:49:15.072Z | | |
3057 | 2024-02-02T00:49:15.072Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3058 | 2024-02-02T00:49:15.072Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3059 | 2024-02-02T00:49:15.072Z | |
3060 | 2024-02-02T00:49:15.076Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3061 | 2024-02-02T00:49:15.077Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3062 | 2024-02-02T00:49:15.077Z | | |
3063 | 2024-02-02T00:49:15.077Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3064 | 2024-02-02T00:49:15.077Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3065 | 2024-02-02T00:49:15.077Z | |
3066 | 2024-02-02T00:49:15.077Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3067 | 2024-02-02T00:49:15.077Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3068 | 2024-02-02T00:49:15.077Z | | |
3069 | 2024-02-02T00:49:15.077Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3070 | 2024-02-02T00:49:15.077Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3071 | 2024-02-02T00:49:15.077Z | |
3072 | 2024-02-02T00:49:15.077Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3073 | 2024-02-02T00:49:15.077Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3074 | 2024-02-02T00:49:15.077Z | | |
3075 | 2024-02-02T00:49:15.078Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3076 | 2024-02-02T00:49:15.078Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3077 | 2024-02-02T00:49:15.078Z | |
3078 | 2024-02-02T00:49:15.078Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3079 | 2024-02-02T00:49:15.078Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3080 | 2024-02-02T00:49:15.078Z | | |
3081 | 2024-02-02T00:49:15.078Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3082 | 2024-02-02T00:49:15.078Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3083 | 2024-02-02T00:49:15.078Z | |
3084 | 2024-02-02T00:49:15.078Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3085 | 2024-02-02T00:49:15.078Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3086 | 2024-02-02T00:49:15.078Z | | |
3087 | 2024-02-02T00:49:15.078Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3088 | 2024-02-02T00:49:15.079Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3089 | 2024-02-02T00:49:15.079Z | |
3090 | 2024-02-02T00:49:15.079Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3091 | 2024-02-02T00:49:15.079Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3092 | 2024-02-02T00:49:15.079Z | | |
3093 | 2024-02-02T00:49:15.079Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3094 | 2024-02-02T00:49:15.079Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3095 | 2024-02-02T00:49:15.079Z | |
3096 | 2024-02-02T00:49:19.969Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3097 | 2024-02-02T00:49:54.701Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 07s |
3098 | 2024-02-02T00:49:54.818Z | |
3099 | 2024-02-02T00:49:54.818Z | real 17:07.224439466 |
3100 | 2024-02-02T00:49:54.818Z | user 56:12.516158391 |
3101 | 2024-02-02T00:49:54.818Z | sys 1:04:47.195955149 |
3102 | 2024-02-02T00:49:54.818Z | trap 1.930765956 |
3103 | 2024-02-02T00:49:54.818Z | tflt 0.227983662 |
3104 | 2024-02-02T00:49:54.821Z | dflt 0.504501353 |
3105 | 2024-02-02T00:49:54.821Z | kflt 0.000241292 |
3106 | 2024-02-02T00:49:54.821Z | lock 3:24:45.787038241 |
3107 | 2024-02-02T00:49:54.821Z | slp 4:21:59.451044001 |
3108 | 2024-02-02T00:49:54.821Z | lat 5:42.812698574 |
3109 | 2024-02-02T00:49:54.821Z | stop 1:32.155854948 |
3110 | 2024-02-02T00:49:54.821Z | process exited: duration 1900963 ms, exit code 0 |
|
3111 | 2024-02-02T00:49:54.828Z | found 0 output files |