|
|
|
1 | 2024-02-13T16:28:03.579Z | job assigned to worker 01HPHMP34Q0KREGNHYV2TR4PWC (queued for 1 m 7 s) |
|
2 | 2024-02-13T16:28:04.578Z | starting task 0: "setup" |
3 | 2024-02-13T16:28:04.659Z | ++ uname -s |
4 | 2024-02-13T16:28:04.664Z | + kern=SunOS |
5 | 2024-02-13T16:28:04.664Z | + case "$kern" in |
6 | 2024-02-13T16:28:04.664Z | + groupadd -g 12345 build |
7 | 2024-02-13T16:28:04.664Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-13T16:28:06.672Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-13T16:28:06.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-13T16:28:06.766Z | + home_fs=zfs |
11 | 2024-02-13T16:28:06.767Z | + [[ zfs == autofs ]] |
12 | 2024-02-13T16:28:06.767Z | + mkdir -p /home/build |
13 | 2024-02-13T16:28:06.767Z | + chown build:build /home/build /work |
14 | 2024-02-13T16:28:08.762Z | + chmod 0700 /home/build /work |
15 | 2024-02-13T16:28:08.778Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2024-02-13T16:28:08.796Z | starting task 1: "rust-toolchain" |
17 | 2024-02-13T16:28:08.808Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-13T16:28:08.808Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-13T16:28:08.922Z | info: downloading installer |
20 | 2024-02-13T16:28:10.853Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-13T16:28:10.853Z | warning: /opt/ooce/bin |
22 | 2024-02-13T16:28:10.854Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-13T16:28:10.854Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-13T16:28:10.854Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-13T16:28:10.854Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-13T16:28:10.854Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-13T16:28:10.865Z | error: cannot install while Rust is installed |
28 | 2024-02-13T16:28:10.866Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-13T16:28:10.866Z | info: profile set to 'default' |
30 | 2024-02-13T16:28:10.866Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-13T16:28:10.866Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-13T16:28:10.866Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-13T16:28:10.866Z | info: downloading component 'cargo' |
34 | 2024-02-13T16:28:11.539Z | info: downloading component 'clippy' |
35 | 2024-02-13T16:28:11.836Z | info: downloading component 'rust-docs' |
36 | 2024-02-13T16:28:14.333Z | info: downloading component 'rust-std' |
37 | 2024-02-13T16:28:16.221Z | info: downloading component 'rustc' |
38 | 2024-02-13T16:28:21.027Z | info: downloading component 'rustfmt' |
39 | 2024-02-13T16:28:22.533Z | info: installing component 'cargo' |
40 | 2024-02-13T16:28:23.417Z | info: installing component 'clippy' |
41 | 2024-02-13T16:28:23.813Z | info: installing component 'rust-docs' |
42 | 2024-02-13T16:28:25.328Z | info: installing component 'rust-std' |
43 | 2024-02-13T16:28:27.260Z | info: installing component 'rustc' |
44 | 2024-02-13T16:28:31.842Z | info: installing component 'rustfmt' |
45 | 2024-02-13T16:28:32.182Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-13T16:28:32.182Z | |
47 | 2024-02-13T16:28:32.465Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-13T16:28:32.465Z | |
49 | 2024-02-13T16:28:32.468Z | |
50 | 2024-02-13T16:28:32.468Z | Rust is installed now. Great! |
51 | 2024-02-13T16:28:32.468Z | |
52 | 2024-02-13T16:28:32.469Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-13T16:28:32.469Z | environment variable. This has not been done automatically. |
54 | 2024-02-13T16:28:32.469Z | |
55 | 2024-02-13T16:28:32.469Z | To configure your current shell, run: |
56 | 2024-02-13T16:28:32.469Z | source "$HOME/.cargo/env" |
57 | 2024-02-13T16:28:32.522Z | + rustc --version |
58 | 2024-02-13T16:28:32.588Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-13T16:28:32.591Z | process exited: duration 23787 ms, exit code 0 |
|
60 | 2024-02-13T16:28:32.597Z | starting task 2: "authentication" |
61 | 2024-02-13T16:28:32.618Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-13T16:28:32.624Z | starting task 3: "clone repository" |
63 | 2024-02-13T16:28:32.629Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-13T16:28:32.632Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-13T16:28:32.856Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-13T16:28:39.990Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-13T16:28:39.990Z | + git fetch origin f245a9283f02873fe116f9e4fd498ea99fd65429 |
68 | 2024-02-13T16:28:40.313Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-13T16:28:40.313Z | * branch f245a9283f02873fe116f9e4fd498ea99fd65429 -> FETCH_HEAD |
70 | 2024-02-13T16:28:40.322Z | + [[ -n bootstore-omdb-hook ]] |
71 | 2024-02-13T16:28:40.326Z | ++ git branch --show-current |
72 | 2024-02-13T16:28:40.326Z | + current=main |
73 | 2024-02-13T16:28:40.330Z | + [[ main != bootstore-omdb-hook ]] |
74 | 2024-02-13T16:28:40.330Z | + git branch -f bootstore-omdb-hook f245a9283f02873fe116f9e4fd498ea99fd65429 |
75 | 2024-02-13T16:28:40.330Z | + git checkout -f bootstore-omdb-hook |
76 | 2024-02-13T16:28:40.439Z | Switched to branch 'bootstore-omdb-hook' |
77 | 2024-02-13T16:28:40.442Z | + git reset --hard f245a9283f02873fe116f9e4fd498ea99fd65429 |
78 | 2024-02-13T16:28:40.452Z | HEAD is now at f245a9283 review comment |
79 | 2024-02-13T16:28:40.459Z | process exited: duration 7825 ms, exit code 0 |
|
80 | 2024-02-13T16:28:40.465Z | starting task 4: "build" |
81 | 2024-02-13T16:28:40.470Z | + cargo --version |
82 | 2024-02-13T16:28:40.474Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-13T16:28:40.669Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-13T16:28:40.677Z | info: downloading component 'cargo' |
85 | 2024-02-13T16:28:41.760Z | info: downloading component 'clippy' |
86 | 2024-02-13T16:28:42.038Z | info: downloading component 'rust-docs' |
87 | 2024-02-13T16:28:43.069Z | info: downloading component 'rust-std' |
88 | 2024-02-13T16:28:44.597Z | info: downloading component 'rustc' |
89 | 2024-02-13T16:28:49.019Z | info: downloading component 'rustfmt' |
90 | 2024-02-13T16:28:49.253Z | info: installing component 'cargo' |
91 | 2024-02-13T16:28:50.145Z | info: installing component 'clippy' |
92 | 2024-02-13T16:28:50.475Z | info: installing component 'rust-docs' |
93 | 2024-02-13T16:28:52.039Z | info: installing component 'rust-std' |
94 | 2024-02-13T16:28:53.682Z | info: installing component 'rustc' |
95 | 2024-02-13T16:28:57.665Z | info: installing component 'rustfmt' |
96 | 2024-02-13T16:28:58.039Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-13T16:28:58.043Z | + rustc --version |
98 | 2024-02-13T16:28:58.108Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-13T16:28:58.112Z | + source ./env.sh |
100 | 2024-02-13T16:28:58.115Z | ++ set -o xtrace |
101 | 2024-02-13T16:28:58.115Z | ++++ dirname ./env.sh |
102 | 2024-02-13T16:28:58.147Z | +++ cd . |
103 | 2024-02-13T16:28:58.150Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-13T16:28:58.150Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.150Z | ++ 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-13T16:28:58.151Z | ++ unset OMICRON_WS |
114 | 2024-02-13T16:28:58.151Z | ++ set +o xtrace |
115 | 2024-02-13T16:28:58.182Z | |
116 | 2024-02-13T16:28:58.182Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-13T16:28:58.182Z | # # # # # # # # # # # # # # # |
118 | 2024-02-13T16:28:58.182Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-13T16:28:58.182Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-13T16:28:58.182Z | # # # # # # # # # # # # # # # |
121 | 2024-02-13T16:28:58.182Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-13T16:28:58.182Z | |
123 | 2024-02-13T16:29:07.134Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-13T16:29:08.312Z | Startup: Caching catalogs ... Done |
125 | 2024-02-13T16:29:09.433Z | Planning: Solver setup ... Done (0.802s) |
126 | 2024-02-13T16:29:09.451Z | Planning: Running solver ... Done (0.018s) |
127 | 2024-02-13T16:29:09.621Z | Planning: Finding local manifests ... Done (0.151s) |
128 | 2024-02-13T16:29:09.632Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-13T16:29:10.327Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-13T16:29:10.369Z | Planning: Package planning ... Done (0.047s) |
131 | 2024-02-13T16:29:10.419Z | Planning: Merging actions ... Done (0.053s) |
132 | 2024-02-13T16:29:11.375Z | Planning: Checking for conflicting actions ... Done (0.955s) |
133 | 2024-02-13T16:29:11.386Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-13T16:29:14.731Z | Planning: Evaluating mediators ... Done (3.342s) |
135 | 2024-02-13T16:29:14.745Z | Planning: Planning completed in 6.37 seconds |
136 | 2024-02-13T16:29:15.165Z | Packages to install: 4 |
137 | 2024-02-13T16:29:15.165Z | Mediators to change: 2 |
138 | 2024-02-13T16:29:15.169Z | Services to change: 1 |
139 | 2024-02-13T16:29:15.169Z | Estimated space available: 148.87 GB |
140 | 2024-02-13T16:29:15.169Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-13T16:29:15.169Z | Create boot environment: No |
142 | 2024-02-13T16:29:15.169Z | Create backup boot environment: No |
143 | 2024-02-13T16:29:15.169Z | Rebuild boot archive: No |
144 | 2024-02-13T16:29:15.169Z | |
145 | 2024-02-13T16:29:15.169Z | Changed mediators: |
146 | 2024-02-13T16:29:15.169Z | mediator clang: |
147 | 2024-02-13T16:29:15.169Z | version: None -> 15 (system default) |
148 | 2024-02-13T16:29:15.169Z | |
149 | 2024-02-13T16:29:15.169Z | mediator llvm: |
150 | 2024-02-13T16:29:15.169Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-13T16:29:15.169Z | |
152 | 2024-02-13T16:29:15.169Z | Changed packages: |
153 | 2024-02-13T16:29:15.169Z | helios-dev |
154 | 2024-02-13T16:29:15.169Z | developer/build-essential |
155 | 2024-02-13T16:29:15.170Z | None -> 11-2.0 |
156 | 2024-02-13T16:29:15.170Z | library/libxmlsec1 |
157 | 2024-02-13T16:29:15.170Z | None -> 1.2.35-2.0 |
158 | 2024-02-13T16:29:15.170Z | ooce/developer/clang-15 |
159 | 2024-02-13T16:29:15.170Z | None -> 15.0.7-2.0 |
160 | 2024-02-13T16:29:15.170Z | ooce/developer/llvm-15 |
161 | 2024-02-13T16:29:15.170Z | None -> 15.0.7-2.0 |
162 | 2024-02-13T16:29:15.170Z | |
163 | 2024-02-13T16:29:15.170Z | Services: |
164 | 2024-02-13T16:29:15.170Z | restart_fmri: |
165 | 2024-02-13T16:29:15.170Z | svc:/system/update-man-index:default |
166 | 2024-02-13T16:29:15.170Z | |
167 | 2024-02-13T16:29:15.170Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-13T16:29:20.024Z | Download: 684/3290 items 3.7/212.6MB 1% complete (768k/s) |
169 | 2024-02-13T16:29:29.721Z | Download: 1196/3290 items 83.4/212.6MB 39% complete (9.9M/s) |
170 | 2024-02-13T16:29:34.724Z | Download: 2874/3290 items 121.1/212.6MB 56% complete (7.6M/s) |
171 | 2024-02-13T16:29:37.755Z | Download: Completed 212.60 MB in 22.72 seconds (9.4M/s) |
172 | 2024-02-13T16:29:38.038Z | Actions: 1/3689 actions (Installing new actions) |
173 | 2024-02-13T16:29:43.107Z | Actions: 3617/3689 actions (Installing new actions) |
174 | 2024-02-13T16:29:43.142Z | Actions: Completed 3689 actions in 5.10 seconds. |
175 | 2024-02-13T16:29:43.306Z | Done (0.158s) |
176 | 2024-02-13T16:29:43.306Z | Done (0.000s) |
177 | 2024-02-13T16:29:43.508Z | Done (0.205s) |
178 | 2024-02-13T16:29:48.829Z | Done (5.195s) |
179 | 2024-02-13T16:29:48.986Z | Done (0.081s) |
180 | 2024-02-13T16:29:48.989Z | Done (0.000s) |
181 | 2024-02-13T16:29:49.149Z | Done (0.000s) |
182 | 2024-02-13T16:29:49.657Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-02-13T16:29:49.818Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-13T16:29:49.821Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-13T16:29:50.084Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-13T16:29:50.087Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-02-13T16:29:50.117Z | Mediators to change: 2 |
188 | 2024-02-13T16:29:50.117Z | Create boot environment: No |
189 | 2024-02-13T16:29:50.122Z | Create backup boot environment: No |
190 | 2024-02-13T16:29:50.178Z | Done |
191 | 2024-02-13T16:29:50.178Z | Done |
192 | 2024-02-13T16:29:50.300Z | Done |
193 | 2024-02-13T16:29:53.905Z | Done |
194 | 2024-02-13T16:29:53.996Z | Done |
195 | 2024-02-13T16:29:53.998Z | Done |
196 | 2024-02-13T16:29:54.107Z | Done |
197 | 2024-02-13T16:29:54.742Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-02-13T16:29:54.745Z | Planning: Merging actions ... Done |
199 | 2024-02-13T16:29:54.934Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-02-13T16:29:54.937Z | Planning: Consolidating action changes ... Done |
201 | 2024-02-13T16:29:55.202Z | Planning: Evaluating mediators ... Done |
202 | 2024-02-13T16:29:55.258Z | Planning: Planning completed in 0.79 seconds |
203 | 2024-02-13T16:29:55.292Z | Packages to change: 1 |
204 | 2024-02-13T16:29:55.292Z | Mediators to change: 1 |
205 | 2024-02-13T16:29:55.295Z | Services to change: 1 |
206 | 2024-02-13T16:29:55.295Z | Create boot environment: No |
207 | 2024-02-13T16:29:55.295Z | Create backup boot environment: Yes |
208 | 2024-02-13T16:29:56.986Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-02-13T16:29:57.015Z | Actions: Completed 6 actions in 0.03 seconds. |
210 | 2024-02-13T16:29:57.021Z | Done |
211 | 2024-02-13T16:29:57.021Z | Done |
212 | 2024-02-13T16:29:57.061Z | Done |
213 | 2024-02-13T16:30:00.680Z | Done |
214 | 2024-02-13T16:30:00.772Z | Done |
215 | 2024-02-13T16:30:00.775Z | Done |
216 | 2024-02-13T16:30:00.866Z | Done |
217 | 2024-02-13T16:30:01.307Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-02-13T16:30:01.307Z | clang system 15 system |
219 | 2024-02-13T16:30:01.307Z | csh system system illumos |
220 | 2024-02-13T16:30:01.307Z | ctags system system illumos |
221 | 2024-02-13T16:30:01.307Z | gcc vendor 12 vendor |
222 | 2024-02-13T16:30:01.308Z | gcc system 10 system |
223 | 2024-02-13T16:30:01.308Z | gcc system 7 system |
224 | 2024-02-13T16:30:01.308Z | go system 1.20 system |
225 | 2024-02-13T16:30:01.308Z | go system 1.19 system |
226 | 2024-02-13T16:30:01.308Z | llvm system 15 system |
227 | 2024-02-13T16:30:01.308Z | llvm system 14 system |
228 | 2024-02-13T16:30:01.308Z | mariadb system 10.6 system |
229 | 2024-02-13T16:30:01.308Z | mta vendor vendor dma |
230 | 2024-02-13T16:30:01.308Z | openjdk system 17 system |
231 | 2024-02-13T16:30:01.308Z | openjdk system 11 system |
232 | 2024-02-13T16:30:01.308Z | openjdk system 1.8 system |
233 | 2024-02-13T16:30:01.308Z | openssl vendor 3 vendor |
234 | 2024-02-13T16:30:01.308Z | perl system 5.36 system |
235 | 2024-02-13T16:30:01.308Z | postgresql system 15 system |
236 | 2024-02-13T16:30:01.308Z | postgresql system 13 system |
237 | 2024-02-13T16:30:01.308Z | python vendor 3 vendor |
238 | 2024-02-13T16:30:01.308Z | python system 2 system |
239 | 2024-02-13T16:30:01.308Z | python3 system 3.11 system |
240 | 2024-02-13T16:30:01.308Z | ruby system 3.0 system |
241 | 2024-02-13T16:30:01.308Z | words vendor vendor american-english |
242 | 2024-02-13T16:30:01.309Z | words system system australian-english |
243 | 2024-02-13T16:30:01.309Z | words system system british-english |
244 | 2024-02-13T16:30:01.309Z | words system system canadian-english |
245 | 2024-02-13T16:30:01.309Z | words system system french |
246 | 2024-02-13T16:30:01.309Z | words system system italian |
247 | 2024-02-13T16:30:01.309Z | words system system ngerman |
248 | 2024-02-13T16:30:01.309Z | words system system ogerman |
249 | 2024-02-13T16:30:01.309Z | words system system spanish |
250 | 2024-02-13T16:30:01.640Z | FMRI IFO |
251 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-02-13T16:30:01.641Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-02-13T16:30:01.642Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-02-13T16:30:01.642Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-02-13T16:30:01.691Z | + set -o errexit |
260 | 2024-02-13T16:30:01.702Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2024-02-13T16:30:01.702Z | ++ cd ./tools |
262 | 2024-02-13T16:30:01.703Z | ++ pwd |
263 | 2024-02-13T16:30:01.704Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2024-02-13T16:30:01.704Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2024-02-13T16:30:01.704Z | + ARG0=ci_download_cockroachdb |
266 | 2024-02-13T16:30:01.704Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2024-02-13T16:30:01.705Z | + CIDL_VERSION=v22.1.9 |
268 | 2024-02-13T16:30:01.705Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2024-02-13T16:30:01.705Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
270 | 2024-02-13T16:30:01.705Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
271 | 2024-02-13T16:30:01.705Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-02-13T16:30:01.706Z | + TARGET_DIR=out |
273 | 2024-02-13T16:30:01.706Z | + DOWNLOAD_DIR=out/downloads |
274 | 2024-02-13T16:30:01.706Z | + DEST_DIR=./out/cockroachdb |
275 | 2024-02-13T16:30:01.706Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2024-02-13T16:30:01.707Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2024-02-13T16:30:01.707Z | + main |
278 | 2024-02-13T16:30:01.707Z | + [[ 0 != 0 ]] |
279 | 2024-02-13T16:30:01.707Z | + CIDL_OS=solaris2.11 |
280 | 2024-02-13T16:30:01.707Z | + [[ 0 != 0 ]] |
281 | 2024-02-13T16:30:01.707Z | + configure_os solaris2.11 |
282 | 2024-02-13T16:30:01.708Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2024-02-13T16:30:01.708Z | current directory: /work/oxidecomputer/omicron |
284 | 2024-02-13T16:30:01.708Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2024-02-13T16:30:01.708Z | + case "$1" in |
286 | 2024-02-13T16:30:01.708Z | configuring based on OS: "solaris2.11" |
287 | 2024-02-13T16:30:01.708Z | + CIDL_BUILD=illumos |
288 | 2024-02-13T16:30:01.708Z | + CIDL_SUFFIX=tar.gz |
289 | 2024-02-13T16:30:01.709Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
290 | 2024-02-13T16:30:01.710Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-02-13T16:30:01.710Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-02-13T16:30:01.710Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-02-13T16:30:01.710Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-13T16:30:01.711Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-13T16:30:01.711Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-02-13T16:30:01.711Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-13T16:30:01.711Z | + CIDL_SHA256FUNC=do_sha256sum |
298 | 2024-02-13T16:30:01.711Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2024-02-13T16:30:01.711Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-13T16:30:01.711Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-13T16:30:01.711Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-13T16:30:01.712Z | + mkdir -p out/downloads |
303 | 2024-02-13T16:30:01.712Z | + mkdir -p ./out/cockroachdb |
304 | 2024-02-13T16:30:01.749Z | + local DO_DOWNLOAD=true |
305 | 2024-02-13T16:30:01.750Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2024-02-13T16:30:01.750Z | + '[' true == true ']' |
307 | 2024-02-13T16:30:01.750Z | + echo Downloading... |
308 | 2024-02-13T16:30:01.750Z | Downloading... |
309 | 2024-02-13T16:30:01.750Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-02-13T16:30:01.751Z | + 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 |
311 | 2024-02-13T16:30:05.225Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-13T16:30:05.233Z | ++ sha256sum |
313 | 2024-02-13T16:30:05.233Z | ++ awk '{print $1}' |
314 | 2024-02-13T16:30:05.340Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
315 | 2024-02-13T16:30:05.340Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
316 | 2024-02-13T16:30:05.340Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-02-13T16:30:05.347Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2024-02-13T16:30:07.515Z | + do_assemble_illumos |
319 | 2024-02-13T16:30:07.515Z | + rm -r ./out/cockroachdb |
320 | 2024-02-13T16:30:07.519Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2024-02-13T16:30:07.921Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2024-02-13T16:30:08.159Z | Build Tag: v22.1.9-dirty |
323 | 2024-02-13T16:30:08.160Z | Build Time: 2022/10/26 21:17:46 |
324 | 2024-02-13T16:30:08.160Z | Distribution: OSS |
325 | 2024-02-13T16:30:08.160Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2024-02-13T16:30:08.160Z | Go Version: go1.17.13 |
327 | 2024-02-13T16:30:08.160Z | C Compiler: gcc 10.3.0 |
328 | 2024-02-13T16:30:08.160Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2024-02-13T16:30:08.160Z | Build Type: release |
330 | 2024-02-13T16:30:08.177Z | + set -o errexit |
331 | 2024-02-13T16:30:08.207Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2024-02-13T16:30:08.207Z | ++ cd ./tools |
333 | 2024-02-13T16:30:08.208Z | ++ pwd |
334 | 2024-02-13T16:30:08.208Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2024-02-13T16:30:08.208Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2024-02-13T16:30:08.208Z | + ARG0=ci_download_clickhouse |
337 | 2024-02-13T16:30:08.208Z | + TARGET_DIR=out |
338 | 2024-02-13T16:30:08.208Z | + DOWNLOAD_DIR=out/downloads |
339 | 2024-02-13T16:30:08.208Z | + DEST_DIR=./out/clickhouse |
340 | 2024-02-13T16:30:08.208Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
341 | 2024-02-13T16:30:08.208Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2024-02-13T16:30:08.208Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2024-02-13T16:30:08.208Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2024-02-13T16:30:08.208Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2024-02-13T16:30:08.208Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2024-02-13T16:30:08.208Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2024-02-13T16:30:08.208Z | + main |
348 | 2024-02-13T16:30:08.208Z | + [[ 0 != 0 ]] |
349 | 2024-02-13T16:30:08.208Z | + CIDL_OS=solaris2.11 |
350 | 2024-02-13T16:30:08.208Z | + [[ 0 != 0 ]] |
351 | 2024-02-13T16:30:08.208Z | + configure_os solaris2.11 |
352 | 2024-02-13T16:30:08.208Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2024-02-13T16:30:08.208Z | current directory: /work/oxidecomputer/omicron |
354 | 2024-02-13T16:30:08.208Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2024-02-13T16:30:08.208Z | + CIDL_DASHREV= |
356 | 2024-02-13T16:30:08.209Z | configuring based on OS: "solaris2.11" |
357 | 2024-02-13T16:30:08.209Z | + case "$1" in |
358 | 2024-02-13T16:30:08.209Z | + CIDL_PLATFORM=illumos |
359 | 2024-02-13T16:30:08.209Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2024-02-13T16:30:08.209Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2024-02-13T16:30:08.209Z | + CIDL_DASHREV=-1 |
362 | 2024-02-13T16:30:08.209Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2024-02-13T16:30:08.209Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-13T16:30:08.209Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-13T16:30:08.209Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-13T16:30:08.209Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-02-13T16:30:08.209Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2024-02-13T16:30:08.209Z | + mkdir -p out/downloads |
369 | 2024-02-13T16:30:08.209Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-13T16:30:08.209Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-13T16:30:08.210Z | + mkdir -p ./out/clickhouse |
372 | 2024-02-13T16:30:08.210Z | + local DO_DOWNLOAD=true |
373 | 2024-02-13T16:30:08.210Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2024-02-13T16:30:08.210Z | + '[' true == true ']' |
375 | 2024-02-13T16:30:08.210Z | + echo Downloading... |
376 | 2024-02-13T16:30:08.210Z | Downloading... |
377 | 2024-02-13T16:30:08.210Z | + 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 |
378 | 2024-02-13T16:30:08.210Z | + 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 |
379 | 2024-02-13T16:30:09.646Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2024-02-13T16:30:09.649Z | ++ md5sum |
381 | 2024-02-13T16:30:09.649Z | ++ awk '{print $1}' |
382 | 2024-02-13T16:30:09.826Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2024-02-13T16:30:09.829Z | + [[ 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 ]] |
384 | 2024-02-13T16:30:09.829Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2024-02-13T16:30:09.829Z | + mkdir -p ./out/clickhouse |
386 | 2024-02-13T16:30:09.829Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2024-02-13T16:30:12.878Z | + ./out/clickhouse/clickhouse server --version |
388 | 2024-02-13T16:30:12.906Z | ClickHouse server version 22.8.9.1. |
389 | 2024-02-13T16:30:12.931Z | + set -o errexit |
390 | 2024-02-13T16:30:12.935Z | +++ dirname ./tools/ci_download_console |
391 | 2024-02-13T16:30:12.937Z | ++ cd ./tools |
392 | 2024-02-13T16:30:12.938Z | ++ pwd |
393 | 2024-02-13T16:30:12.938Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2024-02-13T16:30:12.942Z | ++ basename ./tools/ci_download_console |
395 | 2024-02-13T16:30:12.942Z | + ARG0=ci_download_console |
396 | 2024-02-13T16:30:12.943Z | + TARGET_DIR=out |
397 | 2024-02-13T16:30:12.943Z | + DOWNLOAD_DIR=out/downloads |
398 | 2024-02-13T16:30:12.943Z | + DEST_DIR=./out/console-assets |
399 | 2024-02-13T16:30:12.943Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2024-02-13T16:30:12.943Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
401 | 2024-02-13T16:30:12.943Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
402 | 2024-02-13T16:30:12.943Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
403 | 2024-02-13T16:30:12.943Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2024-02-13T16:30:12.943Z | + main |
405 | 2024-02-13T16:30:12.943Z | + [[ 0 != 0 ]] |
406 | 2024-02-13T16:30:12.943Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
407 | 2024-02-13T16:30:12.943Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
408 | 2024-02-13T16:30:12.943Z | Local file: out/downloads/console.tar.gz |
409 | 2024-02-13T16:30:12.943Z | + echo 'Local file: out/downloads/console.tar.gz' |
410 | 2024-02-13T16:30:12.943Z | + local DO_DOWNLOAD=true |
411 | 2024-02-13T16:30:12.943Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2024-02-13T16:30:12.943Z | + mkdir -p out/downloads |
413 | 2024-02-13T16:30:12.949Z | + '[' true == true ']' |
414 | 2024-02-13T16:30:12.949Z | + echo Downloading... |
415 | 2024-02-13T16:30:12.949Z | Downloading... |
416 | 2024-02-13T16:30:12.949Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
417 | 2024-02-13T16:30:12.949Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
418 | 2024-02-13T16:30:13.453Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2024-02-13T16:30:13.453Z | ++ case "$OSTYPE" in |
420 | 2024-02-13T16:30:13.453Z | ++ SHA=sha256sum |
421 | 2024-02-13T16:30:13.456Z | ++ sha256sum |
422 | 2024-02-13T16:30:13.456Z | ++ awk '{print $1}' |
423 | 2024-02-13T16:30:13.461Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
424 | 2024-02-13T16:30:13.461Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
425 | 2024-02-13T16:30:13.462Z | + rm -rf ./out/console-assets |
426 | 2024-02-13T16:30:13.465Z | + mkdir -p ./out/console-assets |
427 | 2024-02-13T16:30:13.469Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2024-02-13T16:30:13.469Z | + mkdir -p ./out/console-assets |
429 | 2024-02-13T16:30:13.469Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2024-02-13T16:30:13.561Z | + set -o errexit |
431 | 2024-02-13T16:30:13.575Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2024-02-13T16:30:13.575Z | ++ cd ./tools |
433 | 2024-02-13T16:30:13.575Z | ++ pwd |
434 | 2024-02-13T16:30:13.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2024-02-13T16:30:13.575Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2024-02-13T16:30:13.575Z | + ARG0=ci_download_maghemite_openapi |
437 | 2024-02-13T16:30:13.575Z | + TARGET_DIR=out |
438 | 2024-02-13T16:30:13.575Z | + DOWNLOAD_DIR=out/downloads |
439 | 2024-02-13T16:30:13.575Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2024-02-13T16:30:13.575Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
441 | 2024-02-13T16:30:13.575Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
442 | 2024-02-13T16:30:13.575Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
443 | 2024-02-13T16:30:13.575Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
444 | 2024-02-13T16:30:13.576Z | + main |
445 | 2024-02-13T16:30:13.576Z | + [[ 0 != 0 ]] |
446 | 2024-02-13T16:30:13.576Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
447 | 2024-02-13T16:30:13.576Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
448 | 2024-02-13T16:30:13.576Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
449 | 2024-02-13T16:30:13.576Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-13T16:30:13.576Z | + local DO_DOWNLOAD=true |
451 | 2024-02-13T16:30:13.576Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
452 | 2024-02-13T16:30:13.576Z | + mkdir -p out/downloads |
453 | 2024-02-13T16:30:13.576Z | + '[' true == true ']' |
454 | 2024-02-13T16:30:13.576Z | + echo Downloading... |
455 | 2024-02-13T16:30:13.576Z | Downloading... |
456 | 2024-02-13T16:30:13.576Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-13T16:30:13.576Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
458 | 2024-02-13T16:30:13.789Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-13T16:30:13.789Z | ++ case "$OSTYPE" in |
460 | 2024-02-13T16:30:13.800Z | ++ SHA=sha256sum |
461 | 2024-02-13T16:30:13.800Z | ++ sha256sum |
462 | 2024-02-13T16:30:13.800Z | ++ awk '{print $1}' |
463 | 2024-02-13T16:30:13.800Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
464 | 2024-02-13T16:30:13.800Z | + [[ 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 ]] |
465 | 2024-02-13T16:30:13.800Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2024-02-13T16:30:13.800Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
467 | 2024-02-13T16:30:13.800Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
468 | 2024-02-13T16:30:13.800Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
469 | 2024-02-13T16:30:13.800Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
470 | 2024-02-13T16:30:13.800Z | + main |
471 | 2024-02-13T16:30:13.800Z | + [[ 0 != 0 ]] |
472 | 2024-02-13T16:30:13.800Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
473 | 2024-02-13T16:30:13.801Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
474 | 2024-02-13T16:30:13.801Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
475 | 2024-02-13T16:30:13.801Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
476 | 2024-02-13T16:30:13.801Z | + local DO_DOWNLOAD=true |
477 | 2024-02-13T16:30:13.801Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
478 | 2024-02-13T16:30:13.801Z | + mkdir -p out/downloads |
479 | 2024-02-13T16:30:13.801Z | + '[' true == true ']' |
480 | 2024-02-13T16:30:13.801Z | + echo Downloading... |
481 | 2024-02-13T16:30:13.801Z | Downloading... |
482 | 2024-02-13T16:30:13.801Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
483 | 2024-02-13T16:30:13.801Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
484 | 2024-02-13T16:30:13.911Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
485 | 2024-02-13T16:30:13.915Z | ++ case "$OSTYPE" in |
486 | 2024-02-13T16:30:13.915Z | ++ SHA=sha256sum |
487 | 2024-02-13T16:30:13.915Z | ++ sha256sum |
488 | 2024-02-13T16:30:13.915Z | ++ awk '{print $1}' |
489 | 2024-02-13T16:30:13.918Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
490 | 2024-02-13T16:30:13.918Z | + [[ 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 ]] |
491 | 2024-02-13T16:30:13.923Z | + set -o errexit |
492 | 2024-02-13T16:30:13.928Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2024-02-13T16:30:13.932Z | ++ cd ./tools |
494 | 2024-02-13T16:30:13.932Z | ++ pwd |
495 | 2024-02-13T16:30:13.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2024-02-13T16:30:13.932Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2024-02-13T16:30:13.932Z | + ARG0=ci_download_dendrite_openapi |
498 | 2024-02-13T16:30:13.932Z | + TARGET_DIR=out |
499 | 2024-02-13T16:30:13.932Z | + DOWNLOAD_DIR=out/downloads |
500 | 2024-02-13T16:30:13.933Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2024-02-13T16:30:13.933Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
502 | 2024-02-13T16:30:13.933Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
503 | 2024-02-13T16:30:13.933Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
504 | 2024-02-13T16:30:13.933Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
505 | 2024-02-13T16:30:13.933Z | + main |
506 | 2024-02-13T16:30:13.933Z | + [[ 0 != 0 ]] |
507 | 2024-02-13T16:30:13.933Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
508 | 2024-02-13T16:30:13.933Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
509 | 2024-02-13T16:30:13.933Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
510 | 2024-02-13T16:30:13.933Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
511 | 2024-02-13T16:30:13.933Z | + local DO_DOWNLOAD=true |
512 | 2024-02-13T16:30:13.933Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
513 | 2024-02-13T16:30:13.933Z | + mkdir -p out/downloads |
514 | 2024-02-13T16:30:13.952Z | Downloading... |
515 | 2024-02-13T16:30:13.952Z | + '[' true == true ']' |
516 | 2024-02-13T16:30:13.952Z | + echo Downloading... |
517 | 2024-02-13T16:30:13.952Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-13T16:30:13.952Z | + 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 |
519 | 2024-02-13T16:30:14.112Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
520 | 2024-02-13T16:30:14.117Z | ++ case "$OSTYPE" in |
521 | 2024-02-13T16:30:14.118Z | ++ SHA=sha256sum |
522 | 2024-02-13T16:30:14.118Z | ++ sha256sum |
523 | 2024-02-13T16:30:14.118Z | ++ awk '{print $1}' |
524 | 2024-02-13T16:30:14.118Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
525 | 2024-02-13T16:30:14.118Z | + [[ 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 ]] |
526 | 2024-02-13T16:30:14.118Z | + set -o errexit |
527 | 2024-02-13T16:30:14.135Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2024-02-13T16:30:14.136Z | ++ cd ./tools |
529 | 2024-02-13T16:30:14.136Z | ++ pwd |
530 | 2024-02-13T16:30:14.136Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2024-02-13T16:30:14.136Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2024-02-13T16:30:14.143Z | + ARG0=ci_download_dendrite_stub |
533 | 2024-02-13T16:30:14.143Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2024-02-13T16:30:14.143Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
535 | 2024-02-13T16:30:14.143Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
536 | 2024-02-13T16:30:14.143Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
537 | 2024-02-13T16:30:14.143Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2024-02-13T16:30:14.143Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
539 | 2024-02-13T16:30:14.144Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
540 | 2024-02-13T16:30:14.144Z | + TARGET_DIR=out |
541 | 2024-02-13T16:30:14.144Z | + DOWNLOAD_DIR=out/downloads |
542 | 2024-02-13T16:30:14.144Z | + DEST_DIR=./out/dendrite-stub |
543 | 2024-02-13T16:30:14.144Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2024-02-13T16:30:14.144Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2024-02-13T16:30:14.144Z | + REPO=oxidecomputer/dendrite |
546 | 2024-02-13T16:30:14.144Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
547 | 2024-02-13T16:30:14.144Z | + main |
548 | 2024-02-13T16:30:14.144Z | + [[ 0 != 0 ]] |
549 | 2024-02-13T16:30:14.145Z | + CIDL_OS=solaris2.11 |
550 | 2024-02-13T16:30:14.145Z | + [[ 0 != 0 ]] |
551 | 2024-02-13T16:30:14.145Z | + configure_os solaris2.11 |
552 | 2024-02-13T16:30:14.145Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2024-02-13T16:30:14.145Z | current directory: /work/oxidecomputer/omicron |
554 | 2024-02-13T16:30:14.145Z | configuring based on OS: "solaris2.11" |
555 | 2024-02-13T16:30:14.145Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2024-02-13T16:30:14.145Z | + case "$1" in |
557 | 2024-02-13T16:30:14.145Z | + SET_BINARIES= |
558 | 2024-02-13T16:30:14.145Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
559 | 2024-02-13T16:30:14.145Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2024-02-13T16:30:14.145Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2024-02-13T16:30:14.146Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
562 | 2024-02-13T16:30:14.146Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-13T16:30:14.146Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
564 | 2024-02-13T16:30:14.146Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
565 | 2024-02-13T16:30:14.146Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-02-13T16:30:14.146Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-02-13T16:30:14.146Z | + mkdir -p out/downloads |
568 | 2024-02-13T16:30:14.146Z | + mkdir -p ./out/dendrite-stub |
569 | 2024-02-13T16:30:14.146Z | + fetch_and_verify |
570 | 2024-02-13T16:30:14.146Z | + local DO_DOWNLOAD=true |
571 | 2024-02-13T16:30:14.147Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2024-02-13T16:30:14.147Z | + '[' true == true ']' |
573 | 2024-02-13T16:30:14.147Z | + echo Downloading... |
574 | 2024-02-13T16:30:14.147Z | Downloading... |
575 | 2024-02-13T16:30:14.147Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-13T16:30:14.147Z | + 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 |
577 | 2024-02-13T16:30:21.443Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-13T16:30:21.446Z | ++ sha256sum |
579 | 2024-02-13T16:30:21.446Z | ++ awk '{print $1}' |
580 | 2024-02-13T16:30:21.468Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
581 | 2024-02-13T16:30:21.471Z | + [[ 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 ]] |
582 | 2024-02-13T16:30:21.471Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2024-02-13T16:30:21.471Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2024-02-13T16:30:22.165Z | + do_assemble |
585 | 2024-02-13T16:30:22.165Z | + rm -r ./out/dendrite-stub |
586 | 2024-02-13T16:30:22.168Z | + mkdir ./out/dendrite-stub |
587 | 2024-02-13T16:30:22.168Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2024-02-13T16:30:22.259Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2024-02-13T16:30:22.272Z | + set -o errexit |
590 | 2024-02-13T16:30:22.275Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2024-02-13T16:30:22.275Z | ++ cd ./tools |
592 | 2024-02-13T16:30:22.275Z | ++ pwd |
593 | 2024-02-13T16:30:22.276Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2024-02-13T16:30:22.276Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2024-02-13T16:30:22.279Z | + ARG0=ci_download_maghemite_mgd |
596 | 2024-02-13T16:30:22.279Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2024-02-13T16:30:22.279Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
598 | 2024-02-13T16:30:22.280Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
599 | 2024-02-13T16:30:22.280Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2024-02-13T16:30:22.280Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
601 | 2024-02-13T16:30:22.280Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
602 | 2024-02-13T16:30:22.280Z | + TARGET_DIR=out |
603 | 2024-02-13T16:30:22.280Z | + DOWNLOAD_DIR=out/downloads |
604 | 2024-02-13T16:30:22.280Z | + DEST_DIR=./out/mgd |
605 | 2024-02-13T16:30:22.280Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2024-02-13T16:30:22.280Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2024-02-13T16:30:22.280Z | + REPO=oxidecomputer/maghemite |
608 | 2024-02-13T16:30:22.280Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
609 | 2024-02-13T16:30:22.280Z | + main |
610 | 2024-02-13T16:30:22.280Z | + [[ 0 != 0 ]] |
611 | 2024-02-13T16:30:22.280Z | + CIDL_OS=solaris2.11 |
612 | 2024-02-13T16:30:22.280Z | + [[ 0 != 0 ]] |
613 | 2024-02-13T16:30:22.280Z | + configure_os solaris2.11 |
614 | 2024-02-13T16:30:22.280Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-02-13T16:30:22.280Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-02-13T16:30:22.280Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2024-02-13T16:30:22.280Z | + case "$1" in |
618 | 2024-02-13T16:30:22.280Z | + SET_BINARIES= |
619 | 2024-02-13T16:30:22.281Z | configuring based on OS: "solaris2.11" |
620 | 2024-02-13T16:30:22.281Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-02-13T16:30:22.281Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-02-13T16:30:22.281Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
623 | 2024-02-13T16:30:22.281Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-02-13T16:30:22.281Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
625 | 2024-02-13T16:30:22.281Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
626 | 2024-02-13T16:30:22.281Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2024-02-13T16:30:22.281Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-02-13T16:30:22.281Z | + mkdir -p out/downloads |
629 | 2024-02-13T16:30:22.281Z | + mkdir -p ./out/mgd |
630 | 2024-02-13T16:30:22.284Z | + fetch_and_verify |
631 | 2024-02-13T16:30:22.285Z | + local DO_DOWNLOAD=true |
632 | 2024-02-13T16:30:22.285Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-02-13T16:30:22.285Z | + '[' true == true ']' |
634 | 2024-02-13T16:30:22.285Z | + echo Downloading... |
635 | 2024-02-13T16:30:22.285Z | Downloading... |
636 | 2024-02-13T16:30:22.285Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2024-02-13T16:30:22.285Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
638 | 2024-02-13T16:30:27.306Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-02-13T16:30:27.309Z | ++ sha256sum |
640 | 2024-02-13T16:30:27.309Z | ++ awk '{print $1}' |
641 | 2024-02-13T16:30:27.327Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
642 | 2024-02-13T16:30:27.330Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
643 | 2024-02-13T16:30:27.330Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-02-13T16:30:27.330Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-02-13T16:30:27.780Z | + do_assemble |
646 | 2024-02-13T16:30:27.780Z | + rm -r ./out/mgd |
647 | 2024-02-13T16:30:27.783Z | + mkdir ./out/mgd |
648 | 2024-02-13T16:30:27.786Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-02-13T16:30:27.950Z | + set -o errexit |
650 | 2024-02-13T16:30:27.953Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-02-13T16:30:27.957Z | ++ cd ./tools |
652 | 2024-02-13T16:30:27.957Z | ++ pwd |
653 | 2024-02-13T16:30:27.957Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-02-13T16:30:27.960Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-02-13T16:30:27.960Z | + ARG0=ci_download_transceiver_control |
656 | 2024-02-13T16:30:27.960Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-02-13T16:30:27.960Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-02-13T16:30:27.960Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-13T16:30:27.960Z | + TARGET_DIR=out |
660 | 2024-02-13T16:30:27.961Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-02-13T16:30:27.961Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-02-13T16:30:27.961Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-02-13T16:30:27.961Z | + BINARY=xcvradm |
664 | 2024-02-13T16:30:27.961Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-02-13T16:30:27.961Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-02-13T16:30:27.961Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-02-13T16:30:27.961Z | + main |
668 | 2024-02-13T16:30:27.961Z | + [[ 0 != 0 ]] |
669 | 2024-02-13T16:30:27.961Z | + CIDL_OS=solaris2.11 |
670 | 2024-02-13T16:30:27.961Z | + [[ 0 != 0 ]] |
671 | 2024-02-13T16:30:27.961Z | + configure_os solaris2.11 |
672 | 2024-02-13T16:30:27.961Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-02-13T16:30:27.961Z | current directory: /work/oxidecomputer/omicron |
674 | 2024-02-13T16:30:27.961Z | configuring based on OS: "solaris2.11" |
675 | 2024-02-13T16:30:27.961Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2024-02-13T16:30:27.961Z | + case "$1" in |
677 | 2024-02-13T16:30:27.961Z | + SET_BINARIES= |
678 | 2024-02-13T16:30:27.961Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-02-13T16:30:27.961Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-02-13T16:30:27.961Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-02-13T16:30:27.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-02-13T16:30:27.961Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-02-13T16:30:27.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-02-13T16:30:27.961Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-02-13T16:30:27.962Z | + mkdir -p out/downloads |
686 | 2024-02-13T16:30:27.962Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-13T16:30:27.962Z | Local file: out/downloads/xcvradm.gz |
688 | 2024-02-13T16:30:27.965Z | + mkdir -p ./out/transceiver-control |
689 | 2024-02-13T16:30:27.968Z | + fetch_and_verify |
690 | 2024-02-13T16:30:27.968Z | + local DO_DOWNLOAD=true |
691 | 2024-02-13T16:30:27.968Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-02-13T16:30:27.968Z | + '[' true == true ']' |
693 | 2024-02-13T16:30:27.968Z | + echo Downloading... |
694 | 2024-02-13T16:30:27.968Z | Downloading... |
695 | 2024-02-13T16:30:27.968Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2024-02-13T16:30:27.968Z | + 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 |
697 | 2024-02-13T16:30:29.510Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-02-13T16:30:29.514Z | ++ sha256sum |
699 | 2024-02-13T16:30:29.514Z | ++ awk '{print $1}' |
700 | 2024-02-13T16:30:29.519Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-02-13T16:30:29.519Z | + [[ 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 ]] |
702 | 2024-02-13T16:30:29.522Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-02-13T16:30:29.522Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-02-13T16:30:29.523Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-02-13T16:30:29.639Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-02-13T16:30:29.642Z | + do_assemble |
707 | 2024-02-13T16:30:29.642Z | + rm -r ./out/transceiver-control |
708 | 2024-02-13T16:30:29.645Z | + mkdir ./out/transceiver-control |
709 | 2024-02-13T16:30:29.645Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-02-13T16:30:30.015Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2024-02-13T16:30:30.018Z | |
712 | 2024-02-13T16:30:30.018Z | real 1:31.758063927 |
713 | 2024-02-13T16:30:30.018Z | user 33.135803149 |
714 | 2024-02-13T16:30:30.019Z | sys 6.289977011 |
715 | 2024-02-13T16:30:30.019Z | trap 0.007157311 |
716 | 2024-02-13T16:30:30.019Z | tflt 0.148204410 |
717 | 2024-02-13T16:30:30.019Z | dflt 0.479661104 |
718 | 2024-02-13T16:30:30.019Z | kflt 0.213700606 |
719 | 2024-02-13T16:30:30.019Z | lock 1.324748073 |
720 | 2024-02-13T16:30:30.019Z | slp 2:57.735071626 |
721 | 2024-02-13T16:30:30.019Z | lat 1.809239035 |
722 | 2024-02-13T16:30:30.019Z | stop 0.118178686 |
723 | 2024-02-13T16:30:30.019Z | |
724 | 2024-02-13T16:30:30.019Z | #### # # ##### ##### # # |
725 | 2024-02-13T16:30:30.019Z | # # # # # # # # # # |
726 | 2024-02-13T16:30:30.019Z | # # # # # # # # |
727 | 2024-02-13T16:30:30.019Z | # # # ##### ##### # |
728 | 2024-02-13T16:30:30.019Z | # # # # # # # |
729 | 2024-02-13T16:30:30.019Z | #### ###### # # # # |
730 | 2024-02-13T16:30:30.019Z | |
731 | 2024-02-13T16:30:30.231Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2024-02-13T16:30:30.546Z | Updating git repository `https://github.com/oxidecomputer/samael` |
733 | 2024-02-13T16:30:30.938Z | Updating crates.io index |
734 | 2024-02-13T16:30:31.095Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-02-13T16:30:31.737Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-02-13T16:30:33.355Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-02-13T16:30:33.964Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-02-13T16:30:34.269Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-02-13T16:30:34.555Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-02-13T16:30:34.821Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2024-02-13T16:30:35.685Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2024-02-13T16:30:37.837Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2024-02-13T16:30:38.759Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-02-13T16:30:39.059Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2024-02-13T16:30:39.602Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2024-02-13T16:30:39.902Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
747 | 2024-02-13T16:30:40.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-02-13T16:30:40.529Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-02-13T16:30:40.904Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-02-13T16:30:41.462Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-02-13T16:30:41.737Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-02-13T16:30:42.235Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-02-13T16:30:42.586Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-02-13T16:30:43.058Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-02-13T16:30:44.114Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-02-13T16:30:44.473Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-02-13T16:30:45.724Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-02-13T16:30:46.265Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-02-13T16:30:46.535Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-02-13T16:30:47.673Z | Downloading crates ... |
761 | 2024-02-13T16:30:47.849Z | Downloaded cargo-platform v0.1.3 |
762 | 2024-02-13T16:30:47.853Z | Downloaded anstream v0.5.0 |
763 | 2024-02-13T16:30:47.853Z | Downloaded errno v0.3.8 |
764 | 2024-02-13T16:30:47.856Z | Downloaded equivalent v1.0.1 |
765 | 2024-02-13T16:30:47.860Z | Downloaded colorchoice v1.0.0 |
766 | 2024-02-13T16:30:47.863Z | Downloaded camino v1.1.6 |
767 | 2024-02-13T16:30:47.866Z | Downloaded io-lifetimes v1.0.11 |
768 | 2024-02-13T16:30:47.869Z | Downloaded terminal_size v0.2.6 |
769 | 2024-02-13T16:30:47.894Z | Downloaded anstyle v1.0.2 |
770 | 2024-02-13T16:30:47.898Z | Downloaded clap_lex v0.5.1 |
771 | 2024-02-13T16:30:47.903Z | Downloaded strsim v0.10.0 |
772 | 2024-02-13T16:30:47.905Z | Downloaded serde_spanned v0.6.5 |
773 | 2024-02-13T16:30:47.909Z | Downloaded thiserror v1.0.56 |
774 | 2024-02-13T16:30:47.915Z | Downloaded cargo_metadata v0.18.1 |
775 | 2024-02-13T16:30:47.918Z | Downloaded utf8parse v0.2.1 |
776 | 2024-02-13T16:30:47.918Z | Downloaded heck v0.4.1 |
777 | 2024-02-13T16:30:47.927Z | Downloaded cargo_toml v0.19.0 |
778 | 2024-02-13T16:30:47.931Z | Downloaded anstyle-query v1.0.0 |
779 | 2024-02-13T16:30:47.941Z | Downloaded thiserror-impl v1.0.56 |
780 | 2024-02-13T16:30:47.941Z | Downloaded semver v1.0.21 |
781 | 2024-02-13T16:30:47.941Z | Downloaded itoa v1.0.9 |
782 | 2024-02-13T16:30:47.944Z | Downloaded quote v1.0.35 |
783 | 2024-02-13T16:30:47.947Z | Downloaded bitflags v1.3.2 |
784 | 2024-02-13T16:30:47.954Z | Downloaded anstyle-parse v0.2.1 |
785 | 2024-02-13T16:30:47.957Z | Downloaded ryu v1.0.15 |
786 | 2024-02-13T16:30:47.960Z | Downloaded serde_derive v1.0.196 |
787 | 2024-02-13T16:30:47.963Z | Downloaded toml_datetime v0.6.5 |
788 | 2024-02-13T16:30:47.970Z | Downloaded unicode-ident v1.0.12 |
789 | 2024-02-13T16:30:47.970Z | Downloaded anyhow v1.0.75 |
790 | 2024-02-13T16:30:47.973Z | Downloaded clap v4.4.3 |
791 | 2024-02-13T16:30:47.978Z | Downloaded memchr v2.6.3 |
792 | 2024-02-13T16:30:47.984Z | Downloaded indexmap v2.2.2 |
793 | 2024-02-13T16:30:47.988Z | Downloaded toml v0.8.9 |
794 | 2024-02-13T16:30:47.991Z | Downloaded clap_derive v4.4.2 |
795 | 2024-02-13T16:30:47.991Z | Downloaded proc-macro2 v1.0.78 |
796 | 2024-02-13T16:30:47.994Z | Downloaded serde v1.0.196 |
797 | 2024-02-13T16:30:47.997Z | Downloaded toml_edit v0.21.1 |
798 | 2024-02-13T16:30:48.019Z | Downloaded hashbrown v0.14.2 |
799 | 2024-02-13T16:30:48.031Z | Downloaded serde_json v1.0.113 |
800 | 2024-02-13T16:30:48.036Z | Downloaded winnow v0.5.15 |
801 | 2024-02-13T16:30:48.045Z | Downloaded clap_builder v4.4.2 |
802 | 2024-02-13T16:30:48.057Z | Downloaded syn v2.0.48 |
803 | 2024-02-13T16:30:48.068Z | Downloaded rustix v0.37.23 |
804 | 2024-02-13T16:30:48.097Z | Downloaded libc v0.2.153 |
805 | 2024-02-13T16:30:48.316Z | Compiling proc-macro2 v1.0.78 |
806 | 2024-02-13T16:30:48.316Z | Compiling unicode-ident v1.0.12 |
807 | 2024-02-13T16:30:48.319Z | Compiling serde v1.0.196 |
808 | 2024-02-13T16:30:48.319Z | Compiling libc v0.2.153 |
809 | 2024-02-13T16:30:48.319Z | Compiling io-lifetimes v1.0.11 |
810 | 2024-02-13T16:30:48.319Z | Compiling rustix v0.37.23 |
811 | 2024-02-13T16:30:48.341Z | Compiling utf8parse v0.2.1 |
812 | 2024-02-13T16:30:48.344Z | Compiling equivalent v1.0.1 |
813 | 2024-02-13T16:30:48.496Z | Compiling bitflags v1.3.2 |
814 | 2024-02-13T16:30:48.530Z | Compiling hashbrown v0.14.2 |
815 | 2024-02-13T16:30:48.535Z | Compiling anstyle-parse v0.2.1 |
816 | 2024-02-13T16:30:48.587Z | Compiling serde_json v1.0.113 |
817 | 2024-02-13T16:30:48.847Z | Compiling colorchoice v1.0.0 |
818 | 2024-02-13T16:30:48.949Z | Compiling camino v1.1.6 |
819 | 2024-02-13T16:30:49.456Z | Compiling indexmap v2.2.2 |
820 | 2024-02-13T16:30:50.104Z | Compiling winnow v0.5.15 |
821 | 2024-02-13T16:30:50.118Z | Compiling anstyle v1.0.2 |
822 | 2024-02-13T16:30:50.290Z | Compiling thiserror v1.0.56 |
823 | 2024-02-13T16:30:50.325Z | Compiling anstyle-query v1.0.0 |
824 | 2024-02-13T16:30:50.408Z | Compiling semver v1.0.21 |
825 | 2024-02-13T16:30:50.435Z | Compiling anstream v0.5.0 |
826 | 2024-02-13T16:30:50.530Z | Compiling clap_lex v0.5.1 |
827 | 2024-02-13T16:30:50.551Z | Compiling itoa v1.0.9 |
828 | 2024-02-13T16:30:50.754Z | Compiling anyhow v1.0.75 |
829 | 2024-02-13T16:30:50.929Z | Compiling strsim v0.10.0 |
830 | 2024-02-13T16:30:50.972Z | Compiling ryu v1.0.15 |
831 | 2024-02-13T16:30:51.015Z | Compiling heck v0.4.1 |
832 | 2024-02-13T16:30:51.110Z | Compiling quote v1.0.35 |
833 | 2024-02-13T16:30:51.557Z | Compiling syn v2.0.48 |
834 | 2024-02-13T16:30:51.612Z | Compiling errno v0.3.8 |
835 | 2024-02-13T16:30:52.587Z | Compiling terminal_size v0.2.6 |
836 | 2024-02-13T16:30:52.679Z | Compiling clap_builder v4.4.2 |
837 | 2024-02-13T16:30:56.243Z | Compiling serde_derive v1.0.196 |
838 | 2024-02-13T16:30:56.243Z | Compiling thiserror-impl v1.0.56 |
839 | 2024-02-13T16:30:56.246Z | Compiling clap_derive v4.4.2 |
840 | 2024-02-13T16:30:59.079Z | Compiling clap v4.4.3 |
841 | 2024-02-13T16:31:04.163Z | Compiling serde_spanned v0.6.5 |
842 | 2024-02-13T16:31:04.167Z | Compiling toml_datetime v0.6.5 |
843 | 2024-02-13T16:31:04.167Z | Compiling cargo-platform v0.1.3 |
844 | 2024-02-13T16:31:04.411Z | Compiling toml_edit v0.21.1 |
845 | 2024-02-13T16:31:05.460Z | Compiling cargo_metadata v0.18.1 |
846 | 2024-02-13T16:31:06.316Z | Compiling toml v0.8.9 |
847 | 2024-02-13T16:31:06.862Z | Compiling cargo_toml v0.19.0 |
848 | 2024-02-13T16:31:10.799Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
849 | 2024-02-13T16:31:11.709Z | Finished dev [unoptimized + debuginfo] target(s) in 41.62s |
850 | 2024-02-13T16:31:11.874Z | Running `target/debug/xtask clippy` |
851 | 2024-02-13T16:31:11.909Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
852 | 2024-02-13T16:31:12.423Z | Downloading crates ... |
853 | 2024-02-13T16:31:12.603Z | Downloaded adler v1.0.2 |
854 | 2024-02-13T16:31:12.606Z | Downloaded base16ct v0.2.0 |
855 | 2024-02-13T16:31:12.609Z | Downloaded async-recursion v1.0.5 |
856 | 2024-02-13T16:31:12.611Z | Downloaded arrayvec v0.7.4 |
857 | 2024-02-13T16:31:12.615Z | Downloaded http-body v1.0.0 |
858 | 2024-02-13T16:31:12.618Z | Downloaded hostname v0.3.1 |
859 | 2024-02-13T16:31:12.620Z | Downloaded byteorder v1.5.0 |
860 | 2024-02-13T16:31:12.626Z | Downloaded bytecount v0.6.3 |
861 | 2024-02-13T16:31:12.629Z | Downloaded httparse v1.8.0 |
862 | 2024-02-13T16:31:12.631Z | Downloaded bitfield v0.14.0 |
863 | 2024-02-13T16:31:12.637Z | Downloaded http-range v0.1.5 |
864 | 2024-02-13T16:31:12.640Z | Downloaded buf-list v1.0.3 |
865 | 2024-02-13T16:31:12.643Z | Downloaded home v0.5.5 |
866 | 2024-02-13T16:31:12.646Z | Downloaded hmac v0.12.1 |
867 | 2024-02-13T16:31:12.646Z | Downloaded bit-set v0.5.3 |
868 | 2024-02-13T16:31:12.649Z | Downloaded http-body v0.4.5 |
869 | 2024-02-13T16:31:12.652Z | Downloaded hex v0.4.3 |
870 | 2024-02-13T16:31:12.652Z | Downloaded csv-core v0.1.11 |
871 | 2024-02-13T16:31:12.655Z | Downloaded bb8 v0.8.3 |
872 | 2024-02-13T16:31:12.658Z | Downloaded chacha20 v0.9.1 |
873 | 2024-02-13T16:31:12.661Z | Downloaded bcs v0.1.6 |
874 | 2024-02-13T16:31:12.664Z | Downloaded constant_time_eq v0.2.6 |
875 | 2024-02-13T16:31:12.664Z | Downloaded num-integer v0.1.45 |
876 | 2024-02-13T16:31:12.668Z | Downloaded ciborium-io v0.2.2 |
877 | 2024-02-13T16:31:12.668Z | Downloaded num-complex v0.4.4 |
878 | 2024-02-13T16:31:12.672Z | Downloaded hyper-rustls v0.26.0 |
879 | 2024-02-13T16:31:12.674Z | Downloaded bytes v1.5.0 |
880 | 2024-02-13T16:31:12.682Z | Downloaded normalize-line-endings v0.3.0 |
881 | 2024-02-13T16:31:12.685Z | Downloaded num-iter v0.1.43 |
882 | 2024-02-13T16:31:12.686Z | Downloaded num-bigint v0.4.4 |
883 | 2024-02-13T16:31:12.691Z | Downloaded mockall_derive v0.12.0 |
884 | 2024-02-13T16:31:12.694Z | Downloaded hubpack_derive v0.1.1 |
885 | 2024-02-13T16:31:12.697Z | Downloaded macaddr v1.0.1 |
886 | 2024-02-13T16:31:12.701Z | Downloaded ron v0.8.1 |
887 | 2024-02-13T16:31:12.705Z | Downloaded log v0.4.20 |
888 | 2024-02-13T16:31:12.709Z | Downloaded async-stream-impl v0.3.5 |
889 | 2024-02-13T16:31:12.712Z | Downloaded rustc_version v0.4.0 |
890 | 2024-02-13T16:31:12.712Z | Downloaded atomicwrites v0.4.3 |
891 | 2024-02-13T16:31:12.715Z | Downloaded hyper-rustls v0.24.2 |
892 | 2024-02-13T16:31:12.720Z | Downloaded crucible-workspace-hack v0.1.0 |
893 | 2024-02-13T16:31:12.723Z | Downloaded cfg-if v1.0.0 |
894 | 2024-02-13T16:31:12.723Z | Downloaded cassowary v0.3.0 |
895 | 2024-02-13T16:31:12.726Z | Downloaded num-bigint-dig v0.8.4 |
896 | 2024-02-13T16:31:12.732Z | Downloaded atty v0.2.14 |
897 | 2024-02-13T16:31:12.739Z | Downloaded libtest-mimic v0.6.1 |
898 | 2024-02-13T16:31:12.743Z | Downloaded iana-time-zone v0.1.57 |
899 | 2024-02-13T16:31:12.745Z | Downloaded matches v0.1.10 |
900 | 2024-02-13T16:31:12.750Z | Downloaded autocfg v1.1.0 |
901 | 2024-02-13T16:31:12.752Z | Downloaded ascii-canvas v3.0.0 |
902 | 2024-02-13T16:31:12.753Z | Downloaded arrayref v0.3.7 |
903 | 2024-02-13T16:31:12.753Z | Downloaded ipnetwork v0.20.0 |
904 | 2024-02-13T16:31:12.756Z | Downloaded match_cfg v0.1.0 |
905 | 2024-02-13T16:31:12.761Z | Downloaded memoffset v0.9.0 |
906 | 2024-02-13T16:31:12.761Z | Downloaded block-buffer v0.10.4 |
907 | 2024-02-13T16:31:12.764Z | Downloaded ahash v0.8.7 |
908 | 2024-02-13T16:31:12.767Z | Downloaded nodrop v0.1.14 |
909 | 2024-02-13T16:31:12.767Z | Downloaded crc-catalog v2.2.0 |
910 | 2024-02-13T16:31:12.770Z | Downloaded crossbeam v0.8.2 |
911 | 2024-02-13T16:31:12.773Z | Downloaded mime v0.3.17 |
912 | 2024-02-13T16:31:12.773Z | Downloaded tiny-keccak v2.0.2 |
913 | 2024-02-13T16:31:12.780Z | Downloaded usdt-attr-macro v0.3.5 |
914 | 2024-02-13T16:31:12.783Z | Downloaded pretty-hex v0.4.1 |
915 | 2024-02-13T16:31:12.783Z | Downloaded predicates-core v1.0.6 |
916 | 2024-02-13T16:31:12.783Z | Downloaded termtree v0.4.1 |
917 | 2024-02-13T16:31:12.786Z | Downloaded newline-converter v0.3.0 |
918 | 2024-02-13T16:31:12.786Z | Downloaded nibble_vec v0.1.0 |
919 | 2024-02-13T16:31:12.788Z | Downloaded assert_cmd v2.0.13 |
920 | 2024-02-13T16:31:12.791Z | Downloaded num v0.4.1 |
921 | 2024-02-13T16:31:12.794Z | Downloaded num-derive v0.4.0 |
922 | 2024-02-13T16:31:12.797Z | Downloaded ansi_term v0.12.1 |
923 | 2024-02-13T16:31:12.799Z | Downloaded crossbeam-deque v0.8.3 |
924 | 2024-02-13T16:31:12.802Z | Downloaded ipnet v2.9.0 |
925 | 2024-02-13T16:31:12.802Z | Downloaded base64ct v1.6.0 |
926 | 2024-02-13T16:31:12.806Z | Downloaded take_mut v0.2.2 |
927 | 2024-02-13T16:31:12.809Z | Downloaded bzip2 v0.4.4 |
928 | 2024-02-13T16:31:12.812Z | Downloaded bitflags v2.4.0 |
929 | 2024-02-13T16:31:12.815Z | Downloaded libefi-sys v0.1.0 |
930 | 2024-02-13T16:31:12.820Z | Downloaded whoami v1.4.1 |
931 | 2024-02-13T16:31:12.823Z | Downloaded oorandom v11.1.3 |
932 | 2024-02-13T16:31:12.823Z | Downloaded wyz v0.5.1 |
933 | 2024-02-13T16:31:12.823Z | Downloaded native-tls v0.2.11 |
934 | 2024-02-13T16:31:12.826Z | Downloaded curve25519-dalek-derive v0.1.0 |
935 | 2024-02-13T16:31:12.826Z | Downloaded predicates-tree v1.0.9 |
936 | 2024-02-13T16:31:12.829Z | Downloaded fs-err v2.11.0 |
937 | 2024-02-13T16:31:12.832Z | Downloaded darling_macro v0.20.3 |
938 | 2024-02-13T16:31:12.834Z | Downloaded headers-core v0.2.0 |
939 | 2024-02-13T16:31:12.835Z | Downloaded usdt v0.5.0 |
940 | 2024-02-13T16:31:12.837Z | Downloaded mime_guess v2.0.4 |
941 | 2024-02-13T16:31:12.840Z | Downloaded textwrap v0.16.0 |
942 | 2024-02-13T16:31:12.844Z | Downloaded async-trait v0.1.77 |
943 | 2024-02-13T16:31:12.847Z | Downloaded strum v0.26.1 |
944 | 2024-02-13T16:31:12.850Z | Downloaded blake2 v0.10.6 |
945 | 2024-02-13T16:31:12.853Z | Downloaded form_urlencoded v1.2.1 |
946 | 2024-02-13T16:31:12.853Z | Downloaded guppy-workspace-hack v0.1.0 |
947 | 2024-02-13T16:31:12.853Z | Downloaded nu-ansi-term v0.49.0 |
948 | 2024-02-13T16:31:12.856Z | Downloaded untrusted v0.7.1 |
949 | 2024-02-13T16:31:12.859Z | Downloaded semver v0.11.0 |
950 | 2024-02-13T16:31:12.865Z | Downloaded indexmap v1.9.3 |
951 | 2024-02-13T16:31:12.868Z | Downloaded once_cell v1.19.0 |
952 | 2024-02-13T16:31:12.868Z | Downloaded hash32 v0.3.1 |
953 | 2024-02-13T16:31:12.871Z | Downloaded precomputed-hash v0.1.1 |
954 | 2024-02-13T16:31:12.871Z | Downloaded parse-size v1.0.0 |
955 | 2024-02-13T16:31:12.874Z | Downloaded zone v0.3.0 |
956 | 2024-02-13T16:31:12.874Z | Downloaded scopeguard v1.2.0 |
957 | 2024-02-13T16:31:12.877Z | Downloaded heck v0.3.3 |
958 | 2024-02-13T16:31:12.877Z | Downloaded serde_tokenstream v0.1.7 |
959 | 2024-02-13T16:31:12.881Z | Downloaded crc-any v2.4.3 |
960 | 2024-02-13T16:31:12.884Z | Downloaded crypto-bigint v0.5.2 |
961 | 2024-02-13T16:31:12.891Z | Downloaded structmeta v0.2.0 |
962 | 2024-02-13T16:31:12.894Z | Downloaded want v0.3.1 |
963 | 2024-02-13T16:31:12.897Z | Downloaded new_debug_unreachable v1.0.4 |
964 | 2024-02-13T16:31:12.897Z | Downloaded toolchain_find v0.2.0 |
965 | 2024-02-13T16:31:12.900Z | Downloaded time-core v0.1.1 |
966 | 2024-02-13T16:31:12.900Z | Downloaded plotters-svg v0.3.5 |
967 | 2024-02-13T16:31:12.900Z | Downloaded dof v0.1.5 |
968 | 2024-02-13T16:31:12.904Z | Downloaded strum_macros v0.25.2 |
969 | 2024-02-13T16:31:12.907Z | Downloaded tabled_derive v0.7.0 |
970 | 2024-02-13T16:31:12.907Z | Downloaded defmt-macros v0.3.6 |
971 | 2024-02-13T16:31:12.910Z | Downloaded ppv-lite86 v0.2.17 |
972 | 2024-02-13T16:31:12.913Z | Downloaded futures v0.3.30 |
973 | 2024-02-13T16:31:12.917Z | Downloaded pathdiff v0.2.1 |
974 | 2024-02-13T16:31:12.923Z | Downloaded predicates v3.1.0 |
975 | 2024-02-13T16:31:12.927Z | Downloaded zerocopy v0.3.0 |
976 | 2024-02-13T16:31:12.927Z | Downloaded rstest_macros v0.18.2 |
977 | 2024-02-13T16:31:12.930Z | Downloaded slab v0.4.9 |
978 | 2024-02-13T16:31:12.930Z | Downloaded universal-hash v0.5.1 |
979 | 2024-02-13T16:31:12.930Z | Downloaded unicode-width v0.1.11 |
980 | 2024-02-13T16:31:12.935Z | Downloaded serde-big-array v0.4.1 |
981 | 2024-02-13T16:31:12.935Z | Downloaded rpassword v7.3.1 |
982 | 2024-02-13T16:31:12.939Z | Downloaded structopt-derive v0.4.18 |
983 | 2024-02-13T16:31:12.939Z | Downloaded spki v0.7.2 |
984 | 2024-02-13T16:31:12.942Z | Downloaded try-lock v0.2.4 |
985 | 2024-02-13T16:31:12.945Z | Downloaded serde_tokenstream v0.2.0 |
986 | 2024-02-13T16:31:12.948Z | Downloaded is_ci v1.1.1 |
987 | 2024-02-13T16:31:12.951Z | Downloaded unicode-linebreak v0.1.5 |
988 | 2024-02-13T16:31:12.953Z | Downloaded tempfile v3.10.0 |
989 | 2024-02-13T16:31:12.956Z | Downloaded futures-macro v0.3.30 |
990 | 2024-02-13T16:31:12.959Z | Downloaded num_threads v0.1.6 |
991 | 2024-02-13T16:31:12.962Z | Downloaded diesel_derives v2.1.2 |
992 | 2024-02-13T16:31:12.968Z | Downloaded darling_core v0.14.4 |
993 | 2024-02-13T16:31:12.970Z | Downloaded shlex v1.3.0 |
994 | 2024-02-13T16:31:12.970Z | Downloaded derive_builder_core v0.12.0 |
995 | 2024-02-13T16:31:12.973Z | Downloaded threadpool v1.8.1 |
996 | 2024-02-13T16:31:12.976Z | Downloaded endian-type v0.1.2 |
997 | 2024-02-13T16:31:12.976Z | Downloaded dtrace-parser v0.2.0 |
998 | 2024-02-13T16:31:12.979Z | Downloaded futures-executor v0.3.30 |
999 | 2024-02-13T16:31:12.979Z | Downloaded thread-id v4.2.0 |
1000 | 2024-02-13T16:31:12.983Z | Downloaded oso-derive v0.27.0 |
1001 | 2024-02-13T16:31:12.983Z | Downloaded openssl-probe v0.1.5 |
1002 | 2024-02-13T16:31:12.983Z | Downloaded unicode-bidi v0.3.13 |
1003 | 2024-02-13T16:31:12.986Z | Downloaded openssl-macros v0.1.1 |
1004 | 2024-02-13T16:31:12.989Z | Downloaded crossterm v0.27.0 |
1005 | 2024-02-13T16:31:12.993Z | Downloaded fxhash v0.2.1 |
1006 | 2024-02-13T16:31:12.996Z | Downloaded zone_cfg_derive v0.3.0 |
1007 | 2024-02-13T16:31:12.996Z | Downloaded pkcs8 v0.10.2 |
1008 | 2024-02-13T16:31:12.999Z | Downloaded target-lexicon v0.12.13 |
1009 | 2024-02-13T16:31:13.002Z | Downloaded slog-dtrace v0.3.0 |
1010 | 2024-02-13T16:31:13.005Z | Downloaded darling_macro v0.14.4 |
1011 | 2024-02-13T16:31:13.005Z | Downloaded pest_derive v2.7.6 |
1012 | 2024-02-13T16:31:13.008Z | Downloaded downcast v0.11.0 |
1013 | 2024-02-13T16:31:13.008Z | Downloaded mio v0.8.9 |
1014 | 2024-02-13T16:31:13.014Z | Downloaded num_cpus v1.16.0 |
1015 | 2024-02-13T16:31:13.017Z | Downloaded doc-comment v0.3.3 |
1016 | 2024-02-13T16:31:13.023Z | Downloaded path-slash v0.1.5 |
1017 | 2024-02-13T16:31:13.023Z | Downloaded trust-dns-client v0.22.0 |
1018 | 2024-02-13T16:31:13.028Z | Downloaded pin-utils v0.1.0 |
1019 | 2024-02-13T16:31:13.031Z | Downloaded fastrand v2.0.1 |
1020 | 2024-02-13T16:31:13.031Z | Downloaded plotters-backend v0.3.5 |
1021 | 2024-02-13T16:31:13.031Z | Downloaded display-error-chain v0.2.0 |
1022 | 2024-02-13T16:31:13.034Z | Downloaded paste v1.0.14 |
1023 | 2024-02-13T16:31:13.039Z | Downloaded scroll v0.12.0 |
1024 | 2024-02-13T16:31:13.042Z | Downloaded slog-stdlog v4.1.1 |
1025 | 2024-02-13T16:31:13.045Z | Downloaded toml_edit v0.19.15 |
1026 | 2024-02-13T16:31:13.062Z | Downloaded swrite v0.1.0 |
1027 | 2024-02-13T16:31:13.064Z | Downloaded vte_generate_state_changes v0.1.1 |
1028 | 2024-02-13T16:31:13.065Z | Downloaded dtrace-parser v0.1.14 |
1029 | 2024-02-13T16:31:13.065Z | Downloaded walkdir v2.4.0 |
1030 | 2024-02-13T16:31:13.068Z | Downloaded pkg-config v0.3.27 |
1031 | 2024-02-13T16:31:13.071Z | Downloaded foreign-types v0.3.2 |
1032 | 2024-02-13T16:31:13.071Z | Downloaded slog-envlogger v2.2.0 |
1033 | 2024-02-13T16:31:13.071Z | Downloaded unicase v2.7.0 |
1034 | 2024-02-13T16:31:13.074Z | Downloaded rustls-native-certs v0.7.0 |
1035 | 2024-02-13T16:31:13.077Z | Downloaded openssl-sys v0.9.96 |
1036 | 2024-02-13T16:31:13.083Z | Downloaded parking_lot_core v0.9.8 |
1037 | 2024-02-13T16:31:13.086Z | Downloaded scroll_derive v0.12.0 |
1038 | 2024-02-13T16:31:13.086Z | Downloaded peeking_take_while v0.1.2 |
1039 | 2024-02-13T16:31:13.086Z | Downloaded string_cache v0.8.7 |
1040 | 2024-02-13T16:31:13.086Z | Downloaded libm v0.2.7 |
1041 | 2024-02-13T16:31:13.095Z | Downloaded difflib v0.4.0 |
1042 | 2024-02-13T16:31:13.098Z | Downloaded subtle v2.5.0 |
1043 | 2024-02-13T16:31:13.098Z | Downloaded num_enum_derive v0.5.11 |
1044 | 2024-02-13T16:31:13.101Z | Downloaded usdt-macro v0.5.0 |
1045 | 2024-02-13T16:31:13.101Z | Downloaded debug-ignore v1.0.5 |
1046 | 2024-02-13T16:31:13.104Z | Downloaded flagset v0.4.3 |
1047 | 2024-02-13T16:31:13.104Z | Downloaded filetime v0.2.23 |
1048 | 2024-02-13T16:31:13.107Z | Downloaded ena v0.14.2 |
1049 | 2024-02-13T16:31:13.111Z | Downloaded password-hash v0.5.0 |
1050 | 2024-02-13T16:31:13.111Z | Downloaded heapless v0.8.0 |
1051 | 2024-02-13T16:31:13.114Z | Downloaded foreign-types-macros v0.2.3 |
1052 | 2024-02-13T16:31:13.117Z | Downloaded highway v1.1.0 |
1053 | 2024-02-13T16:31:13.120Z | Downloaded defmt-parser v0.3.3 |
1054 | 2024-02-13T16:31:13.120Z | Downloaded percent-encoding v2.3.1 |
1055 | 2024-02-13T16:31:13.120Z | Downloaded fatfs v0.3.6 |
1056 | 2024-02-13T16:31:13.123Z | Downloaded lalrpop v0.19.12 |
1057 | 2024-02-13T16:31:13.135Z | Downloaded resolv-conf v0.7.0 |
1058 | 2024-02-13T16:31:13.143Z | Downloaded dirs-next v2.0.0 |
1059 | 2024-02-13T16:31:13.143Z | Downloaded data-encoding v2.4.0 |
1060 | 2024-02-13T16:31:13.143Z | Downloaded sha1 v0.10.6 |
1061 | 2024-02-13T16:31:13.143Z | Downloaded strum_macros v0.26.1 |
1062 | 2024-02-13T16:31:13.150Z | Downloaded hashbrown v0.12.3 |
1063 | 2024-02-13T16:31:13.153Z | Downloaded lalrpop-util v0.19.12 |
1064 | 2024-02-13T16:31:13.153Z | Downloaded trust-dns-server v0.22.1 |
1065 | 2024-02-13T16:31:13.156Z | Downloaded yasna v0.5.2 |
1066 | 2024-02-13T16:31:13.159Z | Downloaded darling_core v0.20.3 |
1067 | 2024-02-13T16:31:13.163Z | Downloaded vsss-rs v3.3.4 |
1068 | 2024-02-13T16:31:13.165Z | Downloaded typenum v1.16.0 |
1069 | 2024-02-13T16:31:13.168Z | Downloaded nom v7.1.3 |
1070 | 2024-02-13T16:31:13.175Z | Downloaded num-traits v0.2.16 |
1071 | 2024-02-13T16:31:13.178Z | Downloaded parking_lot v0.12.1 |
1072 | 2024-02-13T16:31:13.181Z | Downloaded heapless v0.7.16 |
1073 | 2024-02-13T16:31:13.185Z | Downloaded test-strategy v0.3.1 |
1074 | 2024-02-13T16:31:13.188Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-02-13T16:31:13.192Z | Downloaded half v2.3.1 |
1076 | 2024-02-13T16:31:13.195Z | Downloaded pin-project v1.1.3 |
1077 | 2024-02-13T16:31:13.208Z | Downloaded headers v0.3.9 |
1078 | 2024-02-13T16:31:13.216Z | Downloaded hashbrown v0.13.2 |
1079 | 2024-02-13T16:31:13.220Z | Downloaded hyper v0.14.27 |
1080 | 2024-02-13T16:31:13.229Z | Downloaded time v0.3.27 |
1081 | 2024-02-13T16:31:13.238Z | Downloaded portable-atomic v1.4.3 |
1082 | 2024-02-13T16:31:13.244Z | Downloaded clap v2.34.0 |
1083 | 2024-02-13T16:31:13.251Z | Downloaded expectorate v1.1.0 |
1084 | 2024-02-13T16:31:13.254Z | Downloaded minimal-lexical v0.2.1 |
1085 | 2024-02-13T16:31:13.259Z | Downloaded reedline v0.28.0 |
1086 | 2024-02-13T16:31:13.266Z | Downloaded pest v2.7.6 |
1087 | 2024-02-13T16:31:13.272Z | Downloaded chrono v0.4.31 |
1088 | 2024-02-13T16:31:13.280Z | Downloaded reqwest v0.11.22 |
1089 | 2024-02-13T16:31:13.288Z | Downloaded bindgen v0.69.2 |
1090 | 2024-02-13T16:31:13.295Z | Downloaded plotters v0.3.5 |
1091 | 2024-02-13T16:31:13.307Z | Downloaded tabled v0.15.0 |
1092 | 2024-02-13T16:31:13.321Z | Downloaded float-cmp v0.9.0 |
1093 | 2024-02-13T16:31:13.324Z | Downloaded bstr v0.2.17 |
1094 | 2024-02-13T16:31:13.331Z | Downloaded quick-error v1.2.3 |
1095 | 2024-02-13T16:31:13.334Z | Downloaded fnv v1.0.7 |
1096 | 2024-02-13T16:31:13.334Z | Downloaded yansi v0.5.1 |
1097 | 2024-02-13T16:31:13.337Z | Downloaded h2 v0.3.24 |
1098 | 2024-02-13T16:31:13.341Z | Downloaded either v1.9.0 |
1099 | 2024-02-13T16:31:13.345Z | Downloaded dyn-clone v1.0.16 |
1100 | 2024-02-13T16:31:13.345Z | Downloaded radium v0.7.0 |
1101 | 2024-02-13T16:31:13.345Z | Downloaded futures-core v0.3.30 |
1102 | 2024-02-13T16:31:13.348Z | Downloaded idna v0.5.0 |
1103 | 2024-02-13T16:31:13.353Z | Downloaded signature v1.6.4 |
1104 | 2024-02-13T16:31:13.356Z | Downloaded phf v0.11.2 |
1105 | 2024-02-13T16:31:13.356Z | Downloaded phf_shared v0.11.2 |
1106 | 2024-02-13T16:31:13.359Z | Downloaded pest_generator v2.7.6 |
1107 | 2024-02-13T16:31:13.359Z | Downloaded nix v0.27.1 |
1108 | 2024-02-13T16:31:13.370Z | Downloaded rusty-fork v0.3.0 |
1109 | 2024-02-13T16:31:13.373Z | Downloaded polar-core v0.27.0 |
1110 | 2024-02-13T16:31:13.385Z | Downloaded rand_xorshift v0.3.0 |
1111 | 2024-02-13T16:31:13.389Z | Downloaded sqlformat v0.2.3 |
1112 | 2024-02-13T16:31:13.389Z | Downloaded syn v1.0.109 |
1113 | 2024-02-13T16:31:13.395Z | Downloaded group v0.13.0 |
1114 | 2024-02-13T16:31:13.398Z | Downloaded gethostname v0.4.3 |
1115 | 2024-02-13T16:31:13.398Z | Downloaded tokio-native-tls v0.3.1 |
1116 | 2024-02-13T16:31:13.401Z | Downloaded futures-timer v3.0.2 |
1117 | 2024-02-13T16:31:13.401Z | Downloaded smallvec v0.6.14 |
1118 | 2024-02-13T16:31:13.411Z | Downloaded smoltcp v0.11.0 |
1119 | 2024-02-13T16:31:13.416Z | Downloaded rustls v0.22.2 |
1120 | 2024-02-13T16:31:13.431Z | Downloaded signature v2.1.0 |
1121 | 2024-02-13T16:31:13.434Z | Downloaded owo-colors v4.0.0 |
1122 | 2024-02-13T16:31:13.437Z | Downloaded rustversion v1.0.14 |
1123 | 2024-02-13T16:31:13.440Z | Downloaded smallvec v1.13.1 |
1124 | 2024-02-13T16:31:13.440Z | Downloaded r2d2 v0.8.10 |
1125 | 2024-02-13T16:31:13.442Z | Downloaded tracing-attributes v0.1.26 |
1126 | 2024-02-13T16:31:13.446Z | Downloaded rand_core v0.6.4 |
1127 | 2024-02-13T16:31:13.447Z | Downloaded ratatui v0.26.0 |
1128 | 2024-02-13T16:31:13.464Z | Downloaded wait-timeout v0.2.0 |
1129 | 2024-02-13T16:31:13.469Z | Downloaded env_logger v0.10.0 |
1130 | 2024-02-13T16:31:13.469Z | Downloaded getrandom v0.2.10 |
1131 | 2024-02-13T16:31:13.472Z | Downloaded zerocopy-derive v0.7.32 |
1132 | 2024-02-13T16:31:13.475Z | Downloaded vcpkg v0.2.15 |
1133 | 2024-02-13T16:31:13.516Z | Downloaded spin v0.9.8 |
1134 | 2024-02-13T16:31:13.519Z | Downloaded socket2 v0.4.9 |
1135 | 2024-02-13T16:31:13.522Z | Downloaded snafu-derive v0.7.5 |
1136 | 2024-02-13T16:31:13.522Z | Downloaded pest_meta v2.7.6 |
1137 | 2024-02-13T16:31:13.525Z | Downloaded proptest v1.4.0 |
1138 | 2024-02-13T16:31:13.533Z | Downloaded vte v0.11.1 |
1139 | 2024-02-13T16:31:13.537Z | Downloaded regex-automata v0.3.8 |
1140 | 2024-02-13T16:31:13.554Z | Downloaded similar v2.3.0 |
1141 | 2024-02-13T16:31:13.559Z | Downloaded zerocopy-derive v0.6.4 |
1142 | 2024-02-13T16:31:13.570Z | Downloaded schemars v0.8.16 |
1143 | 2024-02-13T16:31:13.582Z | Downloaded oso v0.27.0 |
1144 | 2024-02-13T16:31:13.585Z | Downloaded tracing v0.1.37 |
1145 | 2024-02-13T16:31:13.590Z | Downloaded object v0.30.4 |
1146 | 2024-02-13T16:31:13.604Z | Downloaded rand v0.4.6 |
1147 | 2024-02-13T16:31:13.606Z | Downloaded rsa v0.9.2 |
1148 | 2024-02-13T16:31:13.610Z | Downloaded trust-dns-resolver v0.22.0 |
1149 | 2024-02-13T16:31:13.614Z | Downloaded tungstenite v0.20.1 |
1150 | 2024-02-13T16:31:13.620Z | Downloaded tokio-postgres v0.7.10 |
1151 | 2024-02-13T16:31:13.625Z | Downloaded salty v0.2.0 |
1152 | 2024-02-13T16:31:13.630Z | Downloaded tokio-util v0.7.10 |
1153 | 2024-02-13T16:31:13.638Z | Downloaded gimli v0.28.0 |
1154 | 2024-02-13T16:31:13.647Z | Downloaded tower v0.4.13 |
1155 | 2024-02-13T16:31:13.658Z | Downloaded object v0.32.1 |
1156 | 2024-02-13T16:31:13.670Z | Downloaded curve25519-dalek v4.1.1 |
1157 | 2024-02-13T16:31:13.679Z | Downloaded tough v0.16.0 |
1158 | 2024-02-13T16:31:13.700Z | Downloaded rustyline v13.0.0 |
1159 | 2024-02-13T16:31:13.704Z | Downloaded zerocopy v0.7.32 |
1160 | 2024-02-13T16:31:13.712Z | Downloaded futures-util v0.3.30 |
1161 | 2024-02-13T16:31:13.726Z | Downloaded goblin v0.8.0 |
1162 | 2024-02-13T16:31:13.736Z | Downloaded rustls-webpki v0.101.7 |
1163 | 2024-02-13T16:31:13.751Z | Downloaded rustls-webpki v0.102.1 |
1164 | 2024-02-13T16:31:13.770Z | Downloaded quick-xml v0.30.0 |
1165 | 2024-02-13T16:31:13.775Z | Downloaded sqlparser v0.43.1 |
1166 | 2024-02-13T16:31:13.782Z | Downloaded petgraph v0.6.4 |
1167 | 2024-02-13T16:31:13.798Z | Downloaded smoltcp v0.9.1 |
1168 | 2024-02-13T16:31:13.809Z | Downloaded radix_trie v0.2.1 |
1169 | 2024-02-13T16:31:13.815Z | Downloaded sled v0.34.7 |
1170 | 2024-02-13T16:31:13.826Z | Downloaded trust-dns-proto v0.22.0 |
1171 | 2024-02-13T16:31:13.839Z | Downloaded ring v0.16.20 |
1172 | 2024-02-13T16:31:13.923Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1173 | 2024-02-13T16:31:13.934Z | Downloaded steno v0.4.0 |
1174 | 2024-02-13T16:31:13.938Z | Downloaded csv v1.3.0 |
1175 | 2024-02-13T16:31:13.958Z | Downloaded regex-automata v0.4.4 |
1176 | 2024-02-13T16:31:13.976Z | Downloaded zerocopy-derive v0.2.0 |
1177 | 2024-02-13T16:31:13.987Z | Downloaded tracing-core v0.1.31 |
1178 | 2024-02-13T16:31:13.991Z | Downloaded bstr v1.6.0 |
1179 | 2024-02-13T16:31:13.999Z | Downloaded uuid v1.7.0 |
1180 | 2024-02-13T16:31:14.003Z | Downloaded generic-array v0.14.7 |
1181 | 2024-02-13T16:31:14.018Z | Downloaded flume v0.11.0 |
1182 | 2024-02-13T16:31:14.021Z | Downloaded toml v0.5.11 |
1183 | 2024-02-13T16:31:14.021Z | Downloaded openapiv3 v2.0.0 |
1184 | 2024-02-13T16:31:14.025Z | Downloaded tokio v1.36.0 |
1185 | 2024-02-13T16:31:14.061Z | Downloaded sha3 v0.10.8 |
1186 | 2024-02-13T16:31:14.065Z | Downloaded rustls v0.21.9 |
1187 | 2024-02-13T16:31:14.077Z | Downloaded ed25519 v1.5.3 |
1188 | 2024-02-13T16:31:14.083Z | Downloaded packed_struct v0.10.1 |
1189 | 2024-02-13T16:31:14.083Z | Downloaded serde_urlencoded v0.7.1 |
1190 | 2024-02-13T16:31:14.086Z | Downloaded schemars_derive v0.8.16 |
1191 | 2024-02-13T16:31:14.086Z | Downloaded rustls-pemfile v1.0.3 |
1192 | 2024-02-13T16:31:14.086Z | Downloaded enum-as-inner v0.5.1 |
1193 | 2024-02-13T16:31:14.089Z | Downloaded static_assertions v1.1.0 |
1194 | 2024-02-13T16:31:14.089Z | Downloaded tokio-rustls v0.24.1 |
1195 | 2024-02-13T16:31:14.092Z | Downloaded regex-syntax v0.8.2 |
1196 | 2024-02-13T16:31:14.098Z | Downloaded regex-syntax v0.6.29 |
1197 | 2024-02-13T16:31:14.106Z | Downloaded idna v0.2.3 |
1198 | 2024-02-13T16:31:14.113Z | Downloaded getopts v0.2.21 |
1199 | 2024-02-13T16:31:14.117Z | Downloaded encoding_rs v0.8.33 |
1200 | 2024-02-13T16:31:14.136Z | Downloaded tokio-tungstenite v0.20.1 |
1201 | 2024-02-13T16:31:14.139Z | Downloaded tokio-rustls v0.25.0 |
1202 | 2024-02-13T16:31:14.142Z | Downloaded spin v0.5.2 |
1203 | 2024-02-13T16:31:14.142Z | Downloaded diesel v2.1.4 |
1204 | 2024-02-13T16:31:14.159Z | Downloaded rustix v0.38.31 |
1205 | 2024-02-13T16:31:14.181Z | Downloaded futures-task v0.3.30 |
1206 | 2024-02-13T16:31:14.184Z | Downloaded openssl v0.10.60 |
1207 | 2024-02-13T16:31:14.191Z | Downloaded regress v0.7.1 |
1208 | 2024-02-13T16:31:14.198Z | Downloaded zeroize_derive v1.4.2 |
1209 | 2024-02-13T16:31:14.205Z | Downloaded zeroize v1.7.0 |
1210 | 2024-02-13T16:31:14.205Z | Downloaded stable_deref_trait v1.2.0 |
1211 | 2024-02-13T16:31:14.205Z | Downloaded webpki-roots v0.25.2 |
1212 | 2024-02-13T16:31:14.208Z | Downloaded regex v1.10.3 |
1213 | 2024-02-13T16:31:14.219Z | Downloaded phf_shared v0.10.0 |
1214 | 2024-02-13T16:31:14.222Z | Downloaded tower-service v0.3.2 |
1215 | 2024-02-13T16:31:14.222Z | Downloaded tinyvec_macros v0.1.1 |
1216 | 2024-02-13T16:31:14.222Z | Downloaded guppy v0.17.5 |
1217 | 2024-02-13T16:31:14.226Z | Downloaded rayon v1.8.0 |
1218 | 2024-02-13T16:31:14.235Z | Downloaded der v0.7.8 |
1219 | 2024-02-13T16:31:14.240Z | Downloaded regex-automata v0.1.10 |
1220 | 2024-02-13T16:31:14.245Z | Downloaded aho-corasick v1.0.4 |
1221 | 2024-02-13T16:31:14.251Z | Downloaded unicode_categories v0.1.1 |
1222 | 2024-02-13T16:31:14.254Z | Downloaded rand v0.8.5 |
1223 | 2024-02-13T16:31:14.257Z | Downloaded rcgen v0.12.1 |
1224 | 2024-02-13T16:31:14.259Z | Downloaded unicode-normalization v0.1.22 |
1225 | 2024-02-13T16:31:14.263Z | Downloaded fd-lock v4.0.2 |
1226 | 2024-02-13T16:31:14.266Z | Downloaded postcard v1.0.8 |
1227 | 2024-02-13T16:31:14.271Z | Downloaded papergrid v0.11.0 |
1228 | 2024-02-13T16:31:14.274Z | Downloaded x509-cert v0.2.4 |
1229 | 2024-02-13T16:31:14.279Z | Downloaded hyper v1.1.0 |
1230 | 2024-02-13T16:31:14.285Z | Downloaded num-rational v0.4.1 |
1231 | 2024-02-13T16:31:14.288Z | Downloaded tinyvec v1.6.0 |
1232 | 2024-02-13T16:31:14.291Z | Downloaded time-macros v0.2.13 |
1233 | 2024-02-13T16:31:14.294Z | Downloaded packed_struct_codegen v0.10.1 |
1234 | 2024-02-13T16:31:14.294Z | Downloaded structmeta-derive v0.2.0 |
1235 | 2024-02-13T16:31:14.294Z | Downloaded der_derive v0.7.2 |
1236 | 2024-02-13T16:31:14.297Z | Downloaded postgres-protocol v0.6.6 |
1237 | 2024-02-13T16:31:14.298Z | Downloaded rayon-core v1.12.0 |
1238 | 2024-02-13T16:31:14.301Z | Downloaded ring v0.17.7 |
1239 | 2024-02-13T16:31:14.369Z | Downloaded flate2 v1.0.28 |
1240 | 2024-02-13T16:31:14.374Z | Downloaded typed-path v0.7.0 |
1241 | 2024-02-13T16:31:14.380Z | Downloaded itertools v0.12.1 |
1242 | 2024-02-13T16:31:14.387Z | Downloaded zerocopy v0.6.4 |
1243 | 2024-02-13T16:31:14.393Z | Downloaded url v2.5.0 |
1244 | 2024-02-13T16:31:14.396Z | Downloaded prettyplease v0.2.16 |
1245 | 2024-02-13T16:31:14.396Z | Downloaded derive_more v0.99.17 |
1246 | 2024-02-13T16:31:14.402Z | Downloaded parse-display-derive v0.9.0 |
1247 | 2024-02-13T16:31:14.405Z | Downloaded proc-macro-crate v1.3.1 |
1248 | 2024-02-13T16:31:14.405Z | Downloaded deranged v0.3.8 |
1249 | 2024-02-13T16:31:14.405Z | Downloaded rustls-pemfile v2.0.0 |
1250 | 2024-02-13T16:31:14.405Z | Downloaded snafu v0.7.5 |
1251 | 2024-02-13T16:31:14.410Z | Downloaded futures-io v0.3.30 |
1252 | 2024-02-13T16:31:14.413Z | Downloaded dirs-sys-next v0.1.2 |
1253 | 2024-02-13T16:31:14.413Z | Downloaded strip-ansi-escapes v0.2.0 |
1254 | 2024-02-13T16:31:14.413Z | Downloaded sct v0.7.0 |
1255 | 2024-02-13T16:31:14.416Z | Downloaded stringprep v0.1.3 |
1256 | 2024-02-13T16:31:14.419Z | Downloaded slog-term v2.9.0 |
1257 | 2024-02-13T16:31:14.422Z | Downloaded miniz_oxide v0.7.1 |
1258 | 2024-02-13T16:31:14.422Z | Downloaded socket2 v0.5.5 |
1259 | 2024-02-13T16:31:14.425Z | Downloaded plain v0.2.3 |
1260 | 2024-02-13T16:31:14.425Z | Downloaded itertools v0.10.5 |
1261 | 2024-02-13T16:31:14.430Z | Downloaded pin-project-lite v0.2.13 |
1262 | 2024-02-13T16:31:14.438Z | Downloaded termios v0.3.3 |
1263 | 2024-02-13T16:31:14.441Z | Downloaded sha2 v0.10.8 |
1264 | 2024-02-13T16:31:14.441Z | Downloaded unicode-segmentation v1.10.1 |
1265 | 2024-02-13T16:31:14.444Z | Downloaded termcolor v1.2.0 |
1266 | 2024-02-13T16:31:14.444Z | Downloaded signal-hook v0.3.17 |
1267 | 2024-02-13T16:31:14.447Z | Downloaded postgres-types v0.2.6 |
1268 | 2024-02-13T16:31:14.450Z | Downloaded structopt v0.3.26 |
1269 | 2024-02-13T16:31:14.454Z | Downloaded serde_yaml v0.9.25 |
1270 | 2024-02-13T16:31:14.458Z | Downloaded hkdf v0.12.4 |
1271 | 2024-02-13T16:31:14.461Z | Downloaded version_check v0.9.4 |
1272 | 2024-02-13T16:31:14.464Z | Downloaded strsim v0.8.0 |
1273 | 2024-02-13T16:31:14.464Z | Downloaded embedded-io v0.4.0 |
1274 | 2024-02-13T16:31:14.467Z | Downloaded hash32 v0.2.1 |
1275 | 2024-02-13T16:31:14.467Z | Downloaded utf-8 v0.7.6 |
1276 | 2024-02-13T16:31:14.467Z | Downloaded usdt-macro v0.3.5 |
1277 | 2024-02-13T16:31:14.467Z | Downloaded crossbeam-channel v0.5.8 |
1278 | 2024-02-13T16:31:14.471Z | Downloaded bitvec v1.0.1 |
1279 | 2024-02-13T16:31:14.485Z | Downloaded pin-project-internal v1.1.3 |
1280 | 2024-02-13T16:31:14.488Z | Downloaded datatest-stable v0.2.3 |
1281 | 2024-02-13T16:31:14.488Z | Downloaded zip v0.6.6 |
1282 | 2024-02-13T16:31:14.492Z | Downloaded unsafe-libyaml v0.2.10 |
1283 | 2024-02-13T16:31:14.495Z | Downloaded pretty_assertions v1.4.0 |
1284 | 2024-02-13T16:31:14.498Z | Downloaded pem-rfc7468 v0.7.0 |
1285 | 2024-02-13T16:31:14.501Z | Downloaded tinytemplate v1.2.1 |
1286 | 2024-02-13T16:31:14.501Z | Downloaded globset v0.4.13 |
1287 | 2024-02-13T16:31:14.504Z | Downloaded platforms v3.0.2 |
1288 | 2024-02-13T16:31:14.504Z | Downloaded relative-path v1.9.0 |
1289 | 2024-02-13T16:31:14.509Z | Downloaded ref-cast-impl v1.0.20 |
1290 | 2024-02-13T16:31:14.509Z | Downloaded parking_lot v0.11.2 |
1291 | 2024-02-13T16:31:14.513Z | Downloaded tui-tree-widget v0.17.0 |
1292 | 2024-02-13T16:31:14.513Z | Downloaded fixedbitset v0.4.2 |
1293 | 2024-02-13T16:31:14.513Z | Downloaded diff v0.1.13 |
1294 | 2024-02-13T16:31:14.513Z | Downloaded maybe-uninit v2.0.0 |
1295 | 2024-02-13T16:31:14.516Z | Downloaded serde-big-array v0.5.1 |
1296 | 2024-02-13T16:31:14.516Z | Downloaded ref-cast v1.0.20 |
1297 | 2024-02-13T16:31:14.519Z | Downloaded fd-lock v3.0.13 |
1298 | 2024-02-13T16:31:14.519Z | Downloaded thiserror-impl-no-std v2.0.2 |
1299 | 2024-02-13T16:31:14.521Z | Downloaded vec_map v0.8.2 |
1300 | 2024-02-13T16:31:14.522Z | Downloaded slog-bunyan v2.5.0 |
1301 | 2024-02-13T16:31:14.525Z | Downloaded slog-async v2.8.0 |
1302 | 2024-02-13T16:31:14.525Z | Downloaded scheduled-thread-pool v0.2.7 |
1303 | 2024-02-13T16:31:14.525Z | Downloaded same-file v1.0.6 |
1304 | 2024-02-13T16:31:14.528Z | Downloaded glob v0.3.1 |
1305 | 2024-02-13T16:31:14.528Z | Downloaded pkcs1 v0.7.5 |
1306 | 2024-02-13T16:31:14.531Z | Downloaded defmt v0.3.5 |
1307 | 2024-02-13T16:31:14.534Z | Downloaded tap v1.0.1 |
1308 | 2024-02-13T16:31:14.534Z | Downloaded unicode-xid v0.2.4 |
1309 | 2024-02-13T16:31:14.534Z | Downloaded target-spec v3.1.0 |
1310 | 2024-02-13T16:31:14.537Z | Downloaded poly1305 v0.8.0 |
1311 | 2024-02-13T16:31:14.537Z | Downloaded omicron-zone-package v0.11.0 |
1312 | 2024-02-13T16:31:14.540Z | Downloaded rand_chacha v0.3.1 |
1313 | 2024-02-13T16:31:14.543Z | Downloaded futures-sink v0.3.30 |
1314 | 2024-02-13T16:31:14.543Z | Downloaded pem v3.0.2 |
1315 | 2024-02-13T16:31:14.544Z | Downloaded toml v0.7.8 |
1316 | 2024-02-13T16:31:14.547Z | Downloaded tar v0.4.40 |
1317 | 2024-02-13T16:31:14.552Z | Downloaded signal-hook-tokio v0.3.1 |
1318 | 2024-02-13T16:31:14.552Z | Downloaded thread_local v1.1.7 |
1319 | 2024-02-13T16:31:14.555Z | Downloaded remove_dir_all v0.5.3 |
1320 | 2024-02-13T16:31:14.555Z | Downloaded multimap v0.8.3 |
1321 | 2024-02-13T16:31:14.555Z | Downloaded proc-macro-error-attr v1.0.4 |
1322 | 2024-02-13T16:31:14.555Z | Downloaded ff v0.13.0 |
1323 | 2024-02-13T16:31:14.555Z | Downloaded thiserror-no-std v2.0.2 |
1324 | 2024-02-13T16:31:14.558Z | Downloaded proc-macro-error v1.0.4 |
1325 | 2024-02-13T16:31:14.561Z | Downloaded fallible-iterator v0.2.0 |
1326 | 2024-02-13T16:31:14.564Z | Downloaded xattr v1.0.1 |
1327 | 2024-02-13T16:31:14.564Z | Downloaded parking_lot_core v0.8.6 |
1328 | 2024-02-13T16:31:14.567Z | Downloaded serde_derive_internals v0.26.0 |
1329 | 2024-02-13T16:31:14.567Z | Downloaded structmeta-derive v0.3.0 |
1330 | 2024-02-13T16:31:14.569Z | Downloaded usdt-attr-macro v0.5.0 |
1331 | 2024-02-13T16:31:14.570Z | Downloaded chacha20poly1305 v0.10.1 |
1332 | 2024-02-13T16:31:14.570Z | Downloaded siphasher v0.3.11 |
1333 | 2024-02-13T16:31:14.573Z | Downloaded partial-io v0.5.4 |
1334 | 2024-02-13T16:31:14.573Z | Downloaded rustls-pki-types v1.1.0 |
1335 | 2024-02-13T16:31:14.580Z | Downloaded derive-where v1.2.7 |
1336 | 2024-02-13T16:31:14.583Z | Downloaded ucd-trie v0.1.6 |
1337 | 2024-02-13T16:31:14.583Z | Downloaded trybuild v1.0.89 |
1338 | 2024-02-13T16:31:14.583Z | Downloaded term v0.7.0 |
1339 | 2024-02-13T16:31:14.586Z | Downloaded topological-sort v0.2.2 |
1340 | 2024-02-13T16:31:14.587Z | Downloaded darling v0.14.4 |
1341 | 2024-02-13T16:31:14.590Z | Downloaded subprocess v0.2.9 |
1342 | 2024-02-13T16:31:14.593Z | Downloaded crossbeam-epoch v0.9.15 |
1343 | 2024-02-13T16:31:14.596Z | Downloaded tempdir v0.3.7 |
1344 | 2024-02-13T16:31:14.596Z | Downloaded foreign-types v0.5.0 |
1345 | 2024-02-13T16:31:14.596Z | Downloaded usdt-impl v0.5.0 |
1346 | 2024-02-13T16:31:14.599Z | Downloaded unarray v0.1.4 |
1347 | 2024-02-13T16:31:14.599Z | Downloaded supports-color v2.1.0 |
1348 | 2024-02-13T16:31:14.599Z | Downloaded strum_macros v0.24.3 |
1349 | 2024-02-13T16:31:14.602Z | Downloaded parse-display v0.9.0 |
1350 | 2024-02-13T16:31:14.602Z | Downloaded http v1.0.0 |
1351 | 2024-02-13T16:31:14.605Z | Downloaded waitgroup v0.1.2 |
1352 | 2024-02-13T16:31:14.608Z | Downloaded semver-parser v0.10.2 |
1353 | 2024-02-13T16:31:14.608Z | Downloaded serde_repr v0.1.16 |
1354 | 2024-02-13T16:31:14.614Z | Downloaded derive_builder v0.12.0 |
1355 | 2024-02-13T16:31:14.619Z | Downloaded libsw v3.3.1 |
1356 | 2024-02-13T16:31:14.619Z | Downloaded kstat-rs v0.2.3 |
1357 | 2024-02-13T16:31:14.619Z | Downloaded arc-swap v1.6.0 |
1358 | 2024-02-13T16:31:14.622Z | Downloaded allocator-api2 v0.2.16 |
1359 | 2024-02-13T16:31:14.623Z | Downloaded newtype_derive v0.1.6 |
1360 | 2024-02-13T16:31:14.623Z | Downloaded cookie v0.18.0 |
1361 | 2024-02-13T16:31:14.625Z | Downloaded untrusted v0.9.0 |
1362 | 2024-02-13T16:31:14.628Z | Downloaded memmap2 v0.7.1 |
1363 | 2024-02-13T16:31:14.628Z | Downloaded dof v0.3.0 |
1364 | 2024-02-13T16:31:14.628Z | Downloaded usdt-impl v0.3.5 |
1365 | 2024-02-13T16:31:14.631Z | Downloaded inout v0.1.3 |
1366 | 2024-02-13T16:31:14.631Z | Downloaded darling v0.20.3 |
1367 | 2024-02-13T16:31:14.634Z | Downloaded constant_time_eq v0.3.0 |
1368 | 2024-02-13T16:31:14.637Z | Downloaded digest v0.10.7 |
1369 | 2024-02-13T16:31:14.637Z | Downloaded futures-channel v0.3.30 |
1370 | 2024-02-13T16:31:14.640Z | Downloaded rustc-hash v1.1.0 |
1371 | 2024-02-13T16:31:14.640Z | Downloaded num_enum v0.5.11 |
1372 | 2024-02-13T16:31:14.643Z | Downloaded smf v0.2.2 |
1373 | 2024-02-13T16:31:14.646Z | Downloaded impl-trait-for-tuples v0.2.2 |
1374 | 2024-02-13T16:31:14.649Z | Downloaded hyper-tls v0.5.0 |
1375 | 2024-02-13T16:31:14.649Z | Downloaded convert_case v0.4.0 |
1376 | 2024-02-13T16:31:14.649Z | Downloaded serde-hex v0.1.0 |
1377 | 2024-02-13T16:31:14.652Z | Downloaded olpc-cjson v0.1.3 |
1378 | 2024-02-13T16:31:14.652Z | Downloaded blake3 v1.5.0 |
1379 | 2024-02-13T16:31:14.661Z | Downloaded tokio-stream v0.1.14 |
1380 | 2024-02-13T16:31:14.664Z | Downloaded serde_with v3.6.0 |
1381 | 2024-02-13T16:31:14.672Z | Downloaded cfg-expr v0.15.6 |
1382 | 2024-02-13T16:31:14.675Z | Downloaded which v4.4.0 |
1383 | 2024-02-13T16:31:14.675Z | Downloaded rust-argon2 v1.0.1 |
1384 | 2024-02-13T16:31:14.675Z | Downloaded rtoolbox v0.0.1 |
1385 | 2024-02-13T16:31:14.677Z | Downloaded funty v2.0.0 |
1386 | 2024-02-13T16:31:14.678Z | Downloaded const-oid v0.9.5 |
1387 | 2024-02-13T16:31:14.680Z | Downloaded compact_str v0.7.1 |
1388 | 2024-02-13T16:31:14.683Z | Downloaded clang-sys v1.6.1 |
1389 | 2024-02-13T16:31:14.683Z | Downloaded cc v1.0.83 |
1390 | 2024-02-13T16:31:14.686Z | Downloaded addr2line v0.21.0 |
1391 | 2024-02-13T16:31:14.689Z | Downloaded hyper-util v0.1.2 |
1392 | 2024-02-13T16:31:14.692Z | Downloaded multer v3.0.0 |
1393 | 2024-02-13T16:31:14.695Z | Downloaded md-5 v0.10.5 |
1394 | 2024-02-13T16:31:14.695Z | Downloaded lock_api v0.4.10 |
1395 | 2024-02-13T16:31:14.698Z | Downloaded pretty-hex v0.2.1 |
1396 | 2024-02-13T16:31:14.698Z | Downloaded usdt v0.3.5 |
1397 | 2024-02-13T16:31:14.698Z | Downloaded textwrap v0.11.0 |
1398 | 2024-02-13T16:31:14.698Z | Downloaded structmeta v0.3.0 |
1399 | 2024-02-13T16:31:14.701Z | Downloaded signal-hook-registry v1.4.1 |
1400 | 2024-02-13T16:31:14.701Z | Downloaded signal-hook-mio v0.2.3 |
1401 | 2024-02-13T16:31:14.701Z | Downloaded shell-words v1.1.0 |
1402 | 2024-02-13T16:31:14.704Z | Downloaded semver v0.1.20 |
1403 | 2024-02-13T16:31:14.704Z | Downloaded rustc-demangle v0.1.23 |
1404 | 2024-02-13T16:31:14.704Z | Downloaded fragile v2.0.0 |
1405 | 2024-02-13T16:31:14.707Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1406 | 2024-02-13T16:31:14.707Z | Downloaded smawk v0.3.1 |
1407 | 2024-02-13T16:31:14.709Z | Downloaded similar-asserts v1.5.0 |
1408 | 2024-02-13T16:31:14.709Z | Downloaded slog-json v2.6.1 |
1409 | 2024-02-13T16:31:14.712Z | Downloaded http v0.2.11 |
1410 | 2024-02-13T16:31:14.715Z | Downloaded tokio-macros v2.2.0 |
1411 | 2024-02-13T16:31:14.715Z | Downloaded slog-scope v4.4.0 |
1412 | 2024-02-13T16:31:14.721Z | Downloaded serde_plain v1.0.2 |
1413 | 2024-02-13T16:31:14.721Z | Downloaded criterion-plot v0.5.0 |
1414 | 2024-02-13T16:31:14.723Z | Downloaded blake2b_simd v1.0.1 |
1415 | 2024-02-13T16:31:14.724Z | Downloaded backoff v0.4.0 |
1416 | 2024-02-13T16:31:14.724Z | Downloaded foreign-types-shared v0.3.1 |
1417 | 2024-02-13T16:31:14.724Z | Downloaded derive_builder_macro v0.12.0 |
1418 | 2024-02-13T16:31:14.724Z | Downloaded libloading v0.7.4 |
1419 | 2024-02-13T16:31:14.726Z | Downloaded crc32fast v1.3.2 |
1420 | 2024-02-13T16:31:14.726Z | Downloaded argon2 v0.5.3 |
1421 | 2024-02-13T16:31:14.730Z | Downloaded ciborium v0.2.2 |
1422 | 2024-02-13T16:31:14.733Z | Downloaded linear-map v1.2.0 |
1423 | 2024-02-13T16:31:14.733Z | Downloaded sec1 v0.7.3 |
1424 | 2024-02-13T16:31:14.733Z | Downloaded nanorand v0.7.0 |
1425 | 2024-02-13T16:31:14.736Z | Downloaded mockall v0.12.0 |
1426 | 2024-02-13T16:31:14.738Z | Downloaded serde_path_to_error v0.1.15 |
1427 | 2024-02-13T16:31:14.738Z | Downloaded rustc_version v0.1.7 |
1428 | 2024-02-13T16:31:14.738Z | Downloaded lru-cache v0.1.2 |
1429 | 2024-02-13T16:31:14.741Z | Downloaded httptest v0.15.5 |
1430 | 2024-02-13T16:31:14.741Z | Downloaded base64 v0.21.7 |
1431 | 2024-02-13T16:31:14.744Z | Downloaded number_prefix v0.4.0 |
1432 | 2024-02-13T16:31:14.747Z | Downloaded foreign-types-shared v0.1.1 |
1433 | 2024-02-13T16:31:14.747Z | Downloaded opaque-debug v0.3.0 |
1434 | 2024-02-13T16:31:14.747Z | Downloaded memmap v0.7.0 |
1435 | 2024-02-13T16:31:14.750Z | Downloaded crypto-common v0.1.6 |
1436 | 2024-02-13T16:31:14.750Z | Downloaded strum v0.25.0 |
1437 | 2024-02-13T16:31:14.750Z | Downloaded sqlparser_derive v0.2.2 |
1438 | 2024-02-13T16:31:14.750Z | Downloaded secrecy v0.8.0 |
1439 | 2024-02-13T16:31:14.753Z | Downloaded cancel-safe-futures v0.1.5 |
1440 | 2024-02-13T16:31:14.753Z | Downloaded tower-layer v0.3.2 |
1441 | 2024-02-13T16:31:14.759Z | Downloaded synstructure v0.12.6 |
1442 | 2024-02-13T16:31:14.759Z | Downloaded memoffset v0.7.1 |
1443 | 2024-02-13T16:31:14.759Z | Downloaded linked-hash-map v0.5.6 |
1444 | 2024-02-13T16:31:14.763Z | Downloaded lazycell v1.3.0 |
1445 | 2024-02-13T16:31:14.763Z | Downloaded lazy_static v1.4.0 |
1446 | 2024-02-13T16:31:14.763Z | Downloaded keccak v0.1.4 |
1447 | 2024-02-13T16:31:14.763Z | Downloaded hex-literal v0.4.1 |
1448 | 2024-02-13T16:31:14.763Z | Downloaded atomic-waker v1.1.1 |
1449 | 2024-02-13T16:31:14.763Z | Downloaded serde_with_macros v3.6.0 |
1450 | 2024-02-13T16:31:14.763Z | Downloaded rustfmt-wrapper v0.2.0 |
1451 | 2024-02-13T16:31:14.766Z | Downloaded approx v0.5.1 |
1452 | 2024-02-13T16:31:14.766Z | Downloaded async-stream v0.3.5 |
1453 | 2024-02-13T16:31:14.766Z | Downloaded is-terminal v0.4.9 |
1454 | 2024-02-13T16:31:14.769Z | Downloaded indoc v1.0.9 |
1455 | 2024-02-13T16:31:14.772Z | Downloaded colored v2.0.4 |
1456 | 2024-02-13T16:31:14.772Z | Downloaded array-init v0.0.4 |
1457 | 2024-02-13T16:31:14.772Z | Downloaded rstest v0.18.2 |
1458 | 2024-02-13T16:31:14.777Z | Downloaded cstr-argument v0.1.2 |
1459 | 2024-02-13T16:31:14.780Z | Downloaded crossbeam-utils v0.8.16 |
1460 | 2024-02-13T16:31:14.780Z | Downloaded criterion v0.5.1 |
1461 | 2024-02-13T16:31:14.785Z | Downloaded assert_matches v1.5.0 |
1462 | 2024-02-13T16:31:14.788Z | Downloaded anes v0.1.6 |
1463 | 2024-02-13T16:31:14.791Z | Downloaded aead v0.5.2 |
1464 | 2024-02-13T16:31:14.791Z | Downloaded indoc v2.0.3 |
1465 | 2024-02-13T16:31:14.795Z | Downloaded humantime v2.1.0 |
1466 | 2024-02-13T16:31:14.795Z | Downloaded cobs v0.2.3 |
1467 | 2024-02-13T16:31:14.795Z | Downloaded console v0.15.8 |
1468 | 2024-02-13T16:31:14.798Z | Downloaded cipher v0.4.4 |
1469 | 2024-02-13T16:31:14.798Z | Downloaded maplit v1.0.2 |
1470 | 2024-02-13T16:31:14.800Z | Downloaded managed v0.8.0 |
1471 | 2024-02-13T16:31:14.801Z | Downloaded crossbeam-queue v0.3.8 |
1472 | 2024-02-13T16:31:14.801Z | Downloaded stability v0.1.1 |
1473 | 2024-02-13T16:31:14.804Z | Downloaded slog v2.7.0 |
1474 | 2024-02-13T16:31:14.808Z | Downloaded crunchy v0.2.2 |
1475 | 2024-02-13T16:31:14.809Z | Downloaded libxml v0.3.3 |
1476 | 2024-02-13T16:31:14.811Z | Downloaded castaway v0.2.2 |
1477 | 2024-02-13T16:31:14.812Z | Downloaded corncobs v0.1.3 |
1478 | 2024-02-13T16:31:14.814Z | Downloaded indicatif v0.17.7 |
1479 | 2024-02-13T16:31:14.817Z | Downloaded instant v0.1.12 |
1480 | 2024-02-13T16:31:14.817Z | Downloaded lru v0.12.1 |
1481 | 2024-02-13T16:31:14.820Z | Downloaded crc v3.0.1 |
1482 | 2024-02-13T16:31:14.820Z | Downloaded cpufeatures v0.2.12 |
1483 | 2024-02-13T16:31:14.820Z | Downloaded ident_case v1.0.1 |
1484 | 2024-02-13T16:31:14.823Z | Downloaded ciborium-ll v0.2.2 |
1485 | 2024-02-13T16:31:14.823Z | Downloaded block-padding v0.3.3 |
1486 | 2024-02-13T16:31:14.823Z | Downloaded cast v0.3.0 |
1487 | 2024-02-13T16:31:14.826Z | Downloaded camino-tempfile v1.1.1 |
1488 | 2024-02-13T16:31:14.826Z | Downloaded backtrace v0.3.69 |
1489 | 2024-02-13T16:31:14.829Z | Downloaded hyper-staticfile v0.9.5 |
1490 | 2024-02-13T16:31:14.832Z | Downloaded cexpr v0.6.0 |
1491 | 2024-02-13T16:31:14.835Z | Downloaded bit-vec v0.6.3 |
1492 | 2024-02-13T16:31:14.835Z | Downloaded httpdate v1.0.3 |
1493 | 2024-02-13T16:31:14.835Z | Downloaded nested v0.1.1 |
1494 | 2024-02-13T16:31:14.838Z | Downloaded hubpack v0.1.2 |
1495 | 2024-02-13T16:31:14.838Z | Downloaded basic-toml v0.1.8 |
1496 | 2024-02-13T16:31:15.333Z | Compiling serde v1.0.196 |
1497 | 2024-02-13T16:31:15.333Z | Compiling autocfg v1.1.0 |
1498 | 2024-02-13T16:31:15.333Z | Compiling version_check v0.9.4 |
1499 | 2024-02-13T16:31:15.336Z | Checking cfg-if v1.0.0 |
1500 | 2024-02-13T16:31:15.336Z | Compiling syn v1.0.109 |
1501 | 2024-02-13T16:31:15.394Z | Checking libc v0.2.153 |
1502 | 2024-02-13T16:31:15.409Z | Compiling syn v2.0.48 |
1503 | 2024-02-13T16:31:15.450Z | Compiling parking_lot_core v0.9.8 |
1504 | 2024-02-13T16:31:15.491Z | Compiling cc v1.0.83 |
1505 | 2024-02-13T16:31:15.920Z | Compiling once_cell v1.19.0 |
1506 | 2024-02-13T16:31:15.944Z | Compiling memchr v2.6.3 |
1507 | 2024-02-13T16:31:16.115Z | Compiling ahash v0.8.7 |
1508 | 2024-02-13T16:31:16.207Z | Compiling lock_api v0.4.10 |
1509 | 2024-02-13T16:31:16.310Z | Compiling libm v0.2.7 |
1510 | 2024-02-13T16:31:16.546Z | Compiling num-traits v0.2.16 |
1511 | 2024-02-13T16:31:16.582Z | Checking getrandom v0.2.10 |
1512 | 2024-02-13T16:31:16.692Z | Compiling byteorder v1.5.0 |
1513 | 2024-02-13T16:31:16.802Z | Compiling serde_json v1.0.113 |
1514 | 2024-02-13T16:31:17.144Z | Compiling log v0.4.20 |
1515 | 2024-02-13T16:31:17.181Z | Compiling slab v0.4.9 |
1516 | 2024-02-13T16:31:17.648Z | Compiling typenum v1.16.0 |
1517 | 2024-02-13T16:31:17.666Z | Checking scopeguard v1.2.0 |
1518 | 2024-02-13T16:31:17.792Z | Compiling generic-array v0.14.7 |
1519 | 2024-02-13T16:31:17.877Z | Checking itoa v1.0.9 |
1520 | 2024-02-13T16:31:18.150Z | Compiling pkg-config v0.3.27 |
1521 | 2024-02-13T16:31:18.219Z | Checking smallvec v1.13.1 |
1522 | 2024-02-13T16:31:18.581Z | Compiling allocator-api2 v0.2.16 |
1523 | 2024-02-13T16:31:18.636Z | Compiling rustix v0.38.31 |
1524 | 2024-02-13T16:31:18.656Z | Compiling ring v0.17.7 |
1525 | 2024-02-13T16:31:18.744Z | Compiling schemars v0.8.16 |
1526 | 2024-02-13T16:31:19.172Z | Compiling httparse v1.8.0 |
1527 | 2024-02-13T16:31:19.488Z | Compiling fnv v1.0.7 |
1528 | 2024-02-13T16:31:19.638Z | Compiling vcpkg v0.2.15 |
1529 | 2024-02-13T16:31:19.736Z | Compiling aho-corasick v1.0.4 |
1530 | 2024-02-13T16:31:19.751Z | Checking pin-project-lite v0.2.13 |
1531 | 2024-02-13T16:31:19.868Z | Compiling regex-syntax v0.8.2 |
1532 | 2024-02-13T16:31:19.986Z | Checking parking_lot v0.12.1 |
1533 | 2024-02-13T16:31:20.330Z | Compiling ucd-trie v0.1.6 |
1534 | 2024-02-13T16:31:21.883Z | Compiling openssl-sys v0.9.96 |
1535 | 2024-02-13T16:31:22.197Z | Compiling crossbeam-utils v0.8.16 |
1536 | 2024-02-13T16:31:23.014Z | Compiling ring v0.16.20 |
1537 | 2024-02-13T16:31:23.311Z | Compiling serde_derive_internals v0.26.0 |
1538 | 2024-02-13T16:31:24.102Z | Compiling regex-automata v0.4.4 |
1539 | 2024-02-13T16:31:24.145Z | Checking signal-hook-registry v1.4.1 |
1540 | 2024-02-13T16:31:25.419Z | Checking mio v0.8.9 |
1541 | 2024-02-13T16:31:26.008Z | Checking rand_core v0.6.4 |
1542 | 2024-02-13T16:31:26.074Z | Compiling openssl v0.10.60 |
1543 | 2024-02-13T16:31:26.305Z | Compiling iana-time-zone v0.1.57 |
1544 | 2024-02-13T16:31:26.496Z | Checking ryu v1.0.15 |
1545 | 2024-02-13T16:31:26.525Z | Checking num_cpus v1.16.0 |
1546 | 2024-02-13T16:31:26.548Z | Checking futures-core v0.3.30 |
1547 | 2024-02-13T16:31:26.632Z | Compiling rustls v0.21.9 |
1548 | 2024-02-13T16:31:26.710Z | Compiling native-tls v0.2.11 |
1549 | 2024-02-13T16:31:26.727Z | Checking socket2 v0.5.5 |
1550 | 2024-02-13T16:31:26.745Z | Compiling spin v0.5.2 |
1551 | 2024-02-13T16:31:26.933Z | Compiling dyn-clone v1.0.16 |
1552 | 2024-02-13T16:31:27.093Z | Compiling memoffset v0.9.0 |
1553 | 2024-02-13T16:31:27.110Z | Compiling async-trait v0.1.77 |
1554 | 2024-02-13T16:31:27.172Z | Compiling slog v2.7.0 |
1555 | 2024-02-13T16:31:27.677Z | Compiling crossbeam-epoch v0.9.15 |
1556 | 2024-02-13T16:31:27.778Z | Compiling backtrace v0.3.69 |
1557 | 2024-02-13T16:31:27.955Z | Compiling errno v0.3.8 |
1558 | 2024-02-13T16:31:28.298Z | Compiling futures-sink v0.3.30 |
1559 | 2024-02-13T16:31:28.332Z | Compiling regex v1.10.3 |
1560 | 2024-02-13T16:31:28.454Z | Compiling unicode-xid v0.2.4 |
1561 | 2024-02-13T16:31:28.508Z | Compiling tinyvec_macros v0.1.1 |
1562 | 2024-02-13T16:31:28.602Z | Compiling either v1.9.0 |
1563 | 2024-02-13T16:31:28.623Z | Compiling crc32fast v1.3.2 |
1564 | 2024-02-13T16:31:28.864Z | Compiling tinyvec v1.6.0 |
1565 | 2024-02-13T16:31:28.947Z | Compiling futures-channel v0.3.30 |
1566 | 2024-02-13T16:31:29.394Z | Compiling futures-task v0.3.30 |
1567 | 2024-02-13T16:31:29.460Z | Compiling pin-utils v0.1.0 |
1568 | 2024-02-13T16:31:29.505Z | Compiling futures-io v0.3.30 |
1569 | 2024-02-13T16:31:29.556Z | Compiling unicode-width v0.1.11 |
1570 | 2024-02-13T16:31:29.696Z | Compiling rustversion v1.0.14 |
1571 | 2024-02-13T16:31:29.719Z | Compiling anyhow v1.0.75 |
1572 | 2024-02-13T16:31:29.792Z | Compiling spin v0.9.8 |
1573 | 2024-02-13T16:31:29.792Z | Compiling tracing-core v0.1.31 |
1574 | 2024-02-13T16:31:30.190Z | Compiling unicode-bidi v0.3.13 |
1575 | 2024-02-13T16:31:30.351Z | Compiling serde_derive v1.0.196 |
1576 | 2024-02-13T16:31:30.379Z | Compiling zerocopy-derive v0.7.32 |
1577 | 2024-02-13T16:31:30.415Z | Compiling thiserror-impl v1.0.56 |
1578 | 2024-02-13T16:31:30.459Z | Compiling zeroize_derive v1.4.2 |
1579 | 2024-02-13T16:31:31.247Z | Compiling tokio-macros v2.2.0 |
1580 | 2024-02-13T16:31:31.326Z | Compiling futures-macro v0.3.30 |
1581 | 2024-02-13T16:31:31.785Z | Compiling tracing-attributes v0.1.26 |
1582 | 2024-02-13T16:31:32.227Z | Compiling schemars_derive v0.8.16 |
1583 | 2024-02-13T16:31:32.932Z | Compiling zerocopy v0.7.32 |
1584 | 2024-02-13T16:31:33.107Z | Compiling openssl-macros v0.1.1 |
1585 | 2024-02-13T16:31:33.642Z | Checking zeroize v1.7.0 |
1586 | 2024-02-13T16:31:34.074Z | Compiling thiserror v1.0.56 |
1587 | 2024-02-13T16:31:34.217Z | Compiling pest v2.7.6 |
1588 | 2024-02-13T16:31:34.672Z | Compiling futures-util v0.3.30 |
1589 | 2024-02-13T16:31:35.295Z | Compiling hashbrown v0.14.2 |
1590 | 2024-02-13T16:31:35.439Z | Compiling hashbrown v0.13.2 |
1591 | 2024-02-13T16:31:36.034Z | Compiling unicode-normalization v0.1.22 |
1592 | 2024-02-13T16:31:36.555Z | Compiling pest_meta v2.7.6 |
1593 | 2024-02-13T16:31:36.761Z | Compiling tracing v0.1.37 |
1594 | 2024-02-13T16:31:37.008Z | Compiling der_derive v0.7.2 |
1595 | 2024-02-13T16:31:37.442Z | Compiling num-integer v0.1.45 |
1596 | 2024-02-13T16:31:37.527Z | Checking subtle v2.5.0 |
1597 | 2024-02-13T16:31:37.772Z | Compiling pest_generator v2.7.6 |
1598 | 2024-02-13T16:31:38.306Z | Compiling lazy_static v1.4.0 |
1599 | 2024-02-13T16:31:39.830Z | Compiling untrusted v0.9.0 |
1600 | 2024-02-13T16:31:40.011Z | Compiling foreign-types-shared v0.1.1 |
1601 | 2024-02-13T16:31:40.252Z | Compiling untrusted v0.7.1 |
1602 | 2024-02-13T16:31:40.291Z | Compiling percent-encoding v2.3.1 |
1603 | 2024-02-13T16:31:40.446Z | Compiling time-core v0.1.1 |
1604 | 2024-02-13T16:31:40.618Z | Compiling time-macros v0.2.13 |
1605 | 2024-02-13T16:31:41.055Z | Compiling foreign-types v0.3.2 |
1606 | 2024-02-13T16:31:41.251Z | Compiling scroll_derive v0.12.0 |
1607 | 2024-02-13T16:31:41.792Z | Compiling pest_derive v2.7.6 |
1608 | 2024-02-13T16:31:42.689Z | Compiling synstructure v0.12.6 |
1609 | 2024-02-13T16:31:43.808Z | Compiling thread-id v4.2.0 |
1610 | 2024-02-13T16:31:43.928Z | Compiling try-lock v0.2.4 |
1611 | 2024-02-13T16:31:44.078Z | Compiling base64 v0.21.7 |
1612 | 2024-02-13T16:31:44.282Z | Compiling want v0.3.1 |
1613 | 2024-02-13T16:31:44.376Z | Compiling rustls-webpki v0.101.7 |
1614 | 2024-02-13T16:31:44.527Z | Compiling sct v0.7.0 |
1615 | 2024-02-13T16:31:44.551Z | Compiling form_urlencoded v1.2.1 |
1616 | 2024-02-13T16:31:44.574Z | Compiling zerocopy-derive v0.2.0 |
1617 | 2024-02-13T16:31:44.845Z | Compiling socket2 v0.4.9 |
1618 | 2024-02-13T16:31:44.864Z | Compiling const-oid v0.9.5 |
1619 | 2024-02-13T16:31:44.999Z | Checking bytes v1.5.0 |
1620 | 2024-02-13T16:31:45.489Z | Checking bitflags v2.4.0 |
1621 | 2024-02-13T16:31:45.777Z | Compiling tower-service v0.3.2 |
1622 | 2024-02-13T16:31:45.797Z | Checking tokio v1.36.0 |
1623 | 2024-02-13T16:31:45.905Z | Compiling openssl-probe v0.1.5 |
1624 | 2024-02-13T16:31:46.347Z | Compiling indexmap v2.2.2 |
1625 | 2024-02-13T16:31:46.681Z | Compiling chrono v0.4.31 |
1626 | 2024-02-13T16:31:46.752Z | Compiling uuid v1.7.0 |
1627 | 2024-02-13T16:31:46.798Z | Compiling semver v1.0.21 |
1628 | 2024-02-13T16:31:46.926Z | Compiling toml_datetime v0.6.5 |
1629 | 2024-02-13T16:31:47.359Z | Compiling http v0.2.11 |
1630 | 2024-02-13T16:31:47.692Z | Compiling serde_spanned v0.6.5 |
1631 | 2024-02-13T16:31:47.782Z | Compiling rustc_version v0.4.0 |
1632 | 2024-02-13T16:31:47.947Z | Compiling toml_edit v0.19.15 |
1633 | 2024-02-13T16:31:48.438Z | Compiling openapiv3 v2.0.0 |
1634 | 2024-02-13T16:31:50.008Z | Compiling http-body v0.4.5 |
1635 | 2024-02-13T16:31:50.766Z | Compiling httpdate v1.0.3 |
1636 | 2024-02-13T16:31:52.811Z | Compiling idna v0.5.0 |
1637 | 2024-02-13T16:31:53.522Z | Compiling adler v1.0.2 |
1638 | 2024-02-13T16:31:53.668Z | Compiling miniz_oxide v0.7.1 |
1639 | 2024-02-13T16:31:53.743Z | Compiling url v2.5.0 |
1640 | 2024-02-13T16:31:54.504Z | Compiling signal-hook v0.3.17 |
1641 | 2024-02-13T16:31:54.803Z | Compiling ipnet v2.9.0 |
1642 | 2024-02-13T16:31:55.141Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-02-13T16:31:55.304Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2024-02-13T16:31:55.674Z | Compiling crypto-common v0.1.6 |
1645 | 2024-02-13T16:31:55.690Z | Compiling tokio-util v0.7.10 |
1646 | 2024-02-13T16:31:55.777Z | Compiling tokio-rustls v0.24.1 |
1647 | 2024-02-13T16:31:55.896Z | Compiling zerocopy-derive v0.6.4 |
1648 | 2024-02-13T16:31:56.083Z | Compiling clap_derive v4.4.2 |
1649 | 2024-02-13T16:31:56.176Z | Compiling usdt-impl v0.3.5 |
1650 | 2024-02-13T16:31:56.188Z | Compiling encoding_rs v0.8.33 |
1651 | 2024-02-13T16:31:56.533Z | Compiling webpki-roots v0.25.2 |
1652 | 2024-02-13T16:31:57.291Z | Compiling h2 v0.3.24 |
1653 | 2024-02-13T16:31:57.310Z | Compiling tokio-native-tls v0.3.1 |
1654 | 2024-02-13T16:31:57.570Z | Compiling gimli v0.28.0 |
1655 | 2024-02-13T16:31:58.334Z | Compiling mime v0.3.17 |
1656 | 2024-02-13T16:31:58.958Z | Compiling siphasher v0.3.11 |
1657 | 2024-02-13T16:31:59.467Z | Compiling zerocopy v0.3.0 |
1658 | 2024-02-13T16:31:59.541Z | Compiling scroll v0.12.0 |
1659 | 2024-02-13T16:32:00.266Z | Compiling block-buffer v0.10.4 |
1660 | 2024-02-13T16:32:00.545Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1661 | 2024-02-13T16:32:00.632Z | Compiling object v0.32.1 |
1662 | 2024-02-13T16:32:00.956Z | Compiling num-iter v0.1.43 |
1663 | 2024-02-13T16:32:00.959Z | Compiling usdt-impl v0.5.0 |
1664 | 2024-02-13T16:32:01.326Z | Checking equivalent v1.0.1 |
1665 | 2024-02-13T16:32:01.419Z | Compiling rustc-demangle v0.1.23 |
1666 | 2024-02-13T16:32:01.436Z | Compiling plain v0.2.3 |
1667 | 2024-02-13T16:32:01.601Z | Compiling goblin v0.8.0 |
1668 | 2024-02-13T16:32:02.407Z | Compiling addr2line v0.21.0 |
1669 | 2024-02-13T16:32:03.006Z | Compiling flate2 v1.0.28 |
1670 | 2024-02-13T16:32:03.053Z | Compiling digest v0.10.7 |
1671 | 2024-02-13T16:32:03.484Z | Compiling dof v0.1.5 |
1672 | 2024-02-13T16:32:03.565Z | Compiling heapless v0.7.16 |
1673 | 2024-02-13T16:32:03.791Z | Compiling dtrace-parser v0.1.14 |
1674 | 2024-02-13T16:32:04.054Z | Compiling futures-executor v0.3.30 |
1675 | 2024-02-13T16:32:04.499Z | Compiling hyper v0.14.27 |
1676 | 2024-02-13T16:32:04.858Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-02-13T16:32:04.874Z | Compiling pretty-hex v0.4.1 |
1678 | 2024-02-13T16:32:05.250Z | Compiling futures v0.3.30 |
1679 | 2024-02-13T16:32:05.428Z | Compiling toml v0.7.8 |
1680 | 2024-02-13T16:32:05.655Z | Compiling rand_chacha v0.3.1 |
1681 | 2024-02-13T16:32:05.876Z | Compiling toml_edit v0.21.1 |
1682 | 2024-02-13T16:32:07.173Z | Compiling hex v0.4.3 |
1683 | 2024-02-13T16:32:07.471Z | Compiling dof v0.3.0 |
1684 | 2024-02-13T16:32:07.658Z | Compiling serde_tokenstream v0.1.7 |
1685 | 2024-02-13T16:32:08.224Z | Compiling dtrace-parser v0.2.0 |
1686 | 2024-02-13T16:32:08.619Z | Compiling strum_macros v0.25.2 |
1687 | 2024-02-13T16:32:09.775Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1688 | 2024-02-13T16:32:09.865Z | Compiling bit-vec v0.6.3 |
1689 | 2024-02-13T16:32:10.692Z | Compiling rand v0.8.5 |
1690 | 2024-02-13T16:32:10.730Z | Compiling phf_shared v0.10.0 |
1691 | 2024-02-13T16:32:11.141Z | Compiling num-bigint v0.4.4 |
1692 | 2024-02-13T16:32:11.723Z | Compiling hyper-tls v0.5.0 |
1693 | 2024-02-13T16:32:12.025Z | Compiling hyper-rustls v0.24.2 |
1694 | 2024-02-13T16:32:12.059Z | Compiling fixedbitset v0.4.2 |
1695 | 2024-02-13T16:32:12.079Z | Compiling minimal-lexical v0.2.1 |
1696 | 2024-02-13T16:32:12.368Z | Compiling reqwest v0.11.22 |
1697 | 2024-02-13T16:32:12.383Z | Compiling new_debug_unreachable v1.0.4 |
1698 | 2024-02-13T16:32:12.471Z | Compiling base64ct v1.6.0 |
1699 | 2024-02-13T16:32:12.488Z | Compiling smoltcp v0.9.1 |
1700 | 2024-02-13T16:32:12.608Z | Compiling precomputed-hash v0.1.1 |
1701 | 2024-02-13T16:32:12.731Z | Compiling string_cache v0.8.7 |
1702 | 2024-02-13T16:32:12.954Z | Compiling pem-rfc7468 v0.7.0 |
1703 | 2024-02-13T16:32:13.068Z | Compiling nom v7.1.3 |
1704 | 2024-02-13T16:32:13.106Z | Compiling petgraph v0.6.4 |
1705 | 2024-02-13T16:32:13.319Z | Compiling bit-set v0.5.3 |
1706 | 2024-02-13T16:32:13.588Z | Compiling usdt-attr-macro v0.3.5 |
1707 | 2024-02-13T16:32:13.603Z | Compiling usdt-macro v0.3.5 |
1708 | 2024-02-13T16:32:13.725Z | Compiling hmac v0.12.1 |
1709 | 2024-02-13T16:32:14.047Z | Compiling hubpack_derive v0.1.1 |
1710 | 2024-02-13T16:32:14.452Z | Compiling enum-as-inner v0.5.1 |
1711 | 2024-02-13T16:32:14.944Z | Compiling itertools v0.10.5 |
1712 | 2024-02-13T16:32:14.987Z | Compiling diesel_table_macro_syntax v0.1.0 |
1713 | 2024-02-13T16:32:15.217Z | Compiling unicode-segmentation v1.10.1 |
1714 | 2024-02-13T16:32:15.546Z | Compiling lalrpop-util v0.19.12 |
1715 | 2024-02-13T16:32:15.803Z | Compiling flagset v0.4.3 |
1716 | 2024-02-13T16:32:15.906Z | Compiling diesel_derives v2.1.2 |
1717 | 2024-02-13T16:32:16.019Z | Compiling der v0.7.8 |
1718 | 2024-02-13T16:32:16.478Z | Compiling cpufeatures v0.2.12 |
1719 | 2024-02-13T16:32:16.582Z | Compiling sha2 v0.10.8 |
1720 | 2024-02-13T16:32:16.879Z | Compiling rustix v0.37.23 |
1721 | 2024-02-13T16:32:17.226Z | Compiling md-5 v0.10.5 |
1722 | 2024-02-13T16:32:17.705Z | Compiling stringprep v0.1.3 |
1723 | 2024-02-13T16:32:18.251Z | Compiling spki v0.7.2 |
1724 | 2024-02-13T16:32:18.346Z | Compiling serde_repr v0.1.16 |
1725 | 2024-02-13T16:32:18.502Z | Compiling hash32 v0.2.1 |
1726 | 2024-02-13T16:32:18.633Z | Checking unicode-ident v1.0.12 |
1727 | 2024-02-13T16:32:18.793Z | Compiling stable_deref_trait v1.2.0 |
1728 | 2024-02-13T16:32:18.882Z | Compiling fallible-iterator v0.2.0 |
1729 | 2024-02-13T16:32:19.252Z | Compiling pkcs8 v0.10.2 |
1730 | 2024-02-13T16:32:19.391Z | Compiling terminal_size v0.2.6 |
1731 | 2024-02-13T16:32:19.560Z | Compiling postgres-protocol v0.6.6 |
1732 | 2024-02-13T16:32:19.732Z | Compiling phf_shared v0.11.2 |
1733 | 2024-02-13T16:32:19.939Z | Compiling ff v0.13.0 |
1734 | 2024-02-13T16:32:20.086Z | Compiling block-padding v0.3.3 |
1735 | 2024-02-13T16:32:20.153Z | Compiling scheduled-thread-pool v0.2.7 |
1736 | 2024-02-13T16:32:20.271Z | Compiling base16ct v0.2.0 |
1737 | 2024-02-13T16:32:20.331Z | Compiling matches v0.1.10 |
1738 | 2024-02-13T16:32:20.428Z | Compiling deranged v0.3.8 |
1739 | 2024-02-13T16:32:20.601Z | Compiling num_threads v0.1.6 |
1740 | 2024-02-13T16:32:20.724Z | Compiling managed v0.8.0 |
1741 | 2024-02-13T16:32:20.746Z | Compiling regex-automata v0.1.10 |
1742 | 2024-02-13T16:32:20.864Z | Compiling clap_builder v4.4.2 |
1743 | 2024-02-13T16:32:20.977Z | Compiling sec1 v0.7.3 |
1744 | 2024-02-13T16:32:21.172Z | Compiling bstr v0.2.17 |
1745 | 2024-02-13T16:32:21.501Z | Compiling idna v0.2.3 |
1746 | 2024-02-13T16:32:21.532Z | Compiling r2d2 v0.8.10 |
1747 | 2024-02-13T16:32:21.918Z | Compiling inout v0.1.3 |
1748 | 2024-02-13T16:32:22.202Z | Compiling time v0.3.27 |
1749 | 2024-02-13T16:32:22.278Z | Compiling postgres-types v0.2.6 |
1750 | 2024-02-13T16:32:22.627Z | Compiling signal-hook-mio v0.2.3 |
1751 | 2024-02-13T16:32:22.780Z | Compiling group v0.13.0 |
1752 | 2024-02-13T16:32:23.112Z | Compiling phf v0.11.2 |
1753 | 2024-02-13T16:32:23.128Z | Compiling bzip2 v0.4.4 |
1754 | 2024-02-13T16:32:23.936Z | Compiling hubpack v0.1.2 |
1755 | 2024-02-13T16:32:23.939Z | Compiling hkdf v0.12.4 |
1756 | 2024-02-13T16:32:23.939Z | Compiling zerocopy v0.6.4 |
1757 | 2024-02-13T16:32:23.993Z | Compiling crypto-bigint v0.5.2 |
1758 | 2024-02-13T16:32:24.123Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-02-13T16:32:24.739Z | Compiling float-cmp v0.9.0 |
1760 | 2024-02-13T16:32:24.974Z | Compiling regex-automata v0.3.8 |
1761 | 2024-02-13T16:32:25.051Z | Compiling difflib v0.4.0 |
1762 | 2024-02-13T16:32:26.713Z | Compiling normalize-line-endings v0.3.0 |
1763 | 2024-02-13T16:32:26.837Z | Checking bitflags v1.3.2 |
1764 | 2024-02-13T16:32:26.931Z | Compiling predicates-core v1.0.6 |
1765 | 2024-02-13T16:32:27.293Z | Compiling data-encoding v2.4.0 |
1766 | 2024-02-13T16:32:27.310Z | Compiling whoami v1.4.1 |
1767 | 2024-02-13T16:32:27.468Z | Compiling static_assertions v1.1.0 |
1768 | 2024-02-13T16:32:27.573Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1769 | 2024-02-13T16:32:27.656Z | Compiling tokio-postgres v0.7.10 |
1770 | 2024-02-13T16:32:27.698Z | Compiling predicates v3.1.0 |
1771 | 2024-02-13T16:32:27.948Z | Compiling trust-dns-proto v0.22.0 |
1772 | 2024-02-13T16:32:29.469Z | Compiling bstr v1.6.0 |
1773 | 2024-02-13T16:32:29.700Z | Compiling yasna v0.5.2 |
1774 | 2024-02-13T16:32:30.577Z | Compiling elliptic-curve v0.13.8 |
1775 | 2024-02-13T16:32:31.083Z | Compiling clap v4.4.3 |
1776 | 2024-02-13T16:32:31.201Z | Compiling zip v0.6.6 |
1777 | 2024-02-13T16:32:31.395Z | Compiling crossterm v0.27.0 |
1778 | 2024-02-13T16:32:31.659Z | Compiling cipher v0.4.4 |
1779 | 2024-02-13T16:32:32.170Z | Compiling similar v2.3.0 |
1780 | 2024-02-13T16:32:32.509Z | Compiling diesel v2.1.4 |
1781 | 2024-02-13T16:32:32.817Z | Checking proc-macro2 v1.0.78 |
1782 | 2024-02-13T16:32:33.070Z | Compiling usdt v0.3.5 |
1783 | 2024-02-13T16:32:33.362Z | Compiling tokio-stream v0.1.14 |
1784 | 2024-02-13T16:32:33.519Z | Compiling console v0.15.8 |
1785 | 2024-02-13T16:32:34.389Z | Checking quote v1.0.35 |
1786 | 2024-02-13T16:32:37.248Z | Checking utf8parse v0.2.1 |
1787 | 2024-02-13T16:32:39.297Z | Checking anstyle v1.0.2 |
1788 | 2024-02-13T16:32:40.319Z | Compiling serde_tokenstream v0.2.0 |
1789 | 2024-02-13T16:32:40.836Z | Checking io-lifetimes v1.0.11 |
1790 | 2024-02-13T16:32:44.633Z | Checking anstyle-parse v0.2.1 |
1791 | 2024-02-13T16:32:45.133Z | Checking anstyle-query v1.0.0 |
1792 | 2024-02-13T16:32:45.162Z | Checking colorchoice v1.0.0 |
1793 | 2024-02-13T16:32:45.284Z | Checking anstream v0.5.0 |
1794 | 2024-02-13T16:32:45.616Z | Checking strsim v0.10.0 |
1795 | 2024-02-13T16:32:45.659Z | Checking clap_lex v0.5.1 |
1796 | 2024-02-13T16:32:46.202Z | Checking winnow v0.5.15 |
1797 | 2024-02-13T16:32:51.252Z | Compiling regress v0.7.1 |
1798 | 2024-02-13T16:32:54.922Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1799 | 2024-02-13T16:33:01.784Z | Compiling getopts v0.2.21 |
1800 | 2024-02-13T16:33:02.034Z | Compiling unsafe-libyaml v0.2.10 |
1801 | 2024-02-13T16:33:02.185Z | Checking heck v0.4.1 |
1802 | 2024-02-13T16:33:03.247Z | Checking camino v1.1.6 |
1803 | 2024-02-13T16:33:03.757Z | Compiling serde_yaml v0.9.25 |
1804 | 2024-02-13T16:33:04.033Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1805 | 2024-02-13T16:33:04.049Z | Compiling ident_case v1.0.1 |
1806 | 2024-02-13T16:33:04.113Z | Checking fastrand v2.0.1 |
1807 | 2024-02-13T16:33:04.236Z | Checking match_cfg v0.1.0 |
1808 | 2024-02-13T16:33:04.330Z | Checking rustls-pki-types v1.1.0 |
1809 | 2024-02-13T16:33:04.356Z | Checking hostname v0.3.1 |
1810 | 2024-02-13T16:33:04.447Z | Checking tempfile v3.10.0 |
1811 | 2024-02-13T16:33:04.480Z | Checking http v1.0.0 |
1812 | 2024-02-13T16:33:04.723Z | Checking atty v0.2.14 |
1813 | 2024-02-13T16:33:04.809Z | Checking quick-error v1.2.3 |
1814 | 2024-02-13T16:33:04.836Z | Compiling paste v1.0.14 |
1815 | 2024-02-13T16:33:04.945Z | Checking crossbeam-channel v0.5.8 |
1816 | 2024-02-13T16:33:05.434Z | Checking sha1 v0.10.6 |
1817 | 2024-02-13T16:33:05.649Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-02-13T16:33:05.710Z | Compiling rustls v0.22.2 |
1819 | 2024-02-13T16:33:05.823Z | Checking dirs-next v2.0.0 |
1820 | 2024-02-13T16:33:05.945Z | Checking rustls-webpki v0.102.1 |
1821 | 2024-02-13T16:33:06.036Z | Checking thread_local v1.1.7 |
1822 | 2024-02-13T16:33:06.326Z | Checking instant v0.1.12 |
1823 | 2024-02-13T16:33:06.443Z | Compiling slog-async v2.8.0 |
1824 | 2024-02-13T16:33:07.065Z | Checking term v0.7.0 |
1825 | 2024-02-13T16:33:07.130Z | Checking rustls-pemfile v2.0.0 |
1826 | 2024-02-13T16:33:07.359Z | Compiling multer v3.0.0 |
1827 | 2024-02-13T16:33:07.475Z | Checking debug-ignore v1.0.5 |
1828 | 2024-02-13T16:33:07.617Z | Checking take_mut v0.2.2 |
1829 | 2024-02-13T16:33:07.654Z | Checking slog-term v2.9.0 |
1830 | 2024-02-13T16:33:07.753Z | Compiling darling_core v0.20.3 |
1831 | 2024-02-13T16:33:08.015Z | Checking slog-json v2.6.1 |
1832 | 2024-02-13T16:33:08.084Z | Compiling async-stream-impl v0.3.5 |
1833 | 2024-02-13T16:33:08.177Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1834 | 2024-02-13T16:33:08.261Z | Checking atomic-waker v1.1.1 |
1835 | 2024-02-13T16:33:08.396Z | Checking waitgroup v0.1.2 |
1836 | 2024-02-13T16:33:08.543Z | Checking slog-bunyan v2.5.0 |
1837 | 2024-02-13T16:33:08.700Z | Checking toml v0.8.9 |
1838 | 2024-02-13T16:33:08.999Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1839 | 2024-02-13T16:33:09.521Z | Checking serde_path_to_error v0.1.15 |
1840 | 2024-02-13T16:33:09.555Z | Checking async-stream v0.3.5 |
1841 | 2024-02-13T16:33:09.749Z | Checking wait-timeout v0.2.0 |
1842 | 2024-02-13T16:33:09.930Z | Checking strum v0.25.0 |
1843 | 2024-02-13T16:33:10.079Z | Compiling structmeta-derive v0.3.0 |
1844 | 2024-02-13T16:33:10.157Z | Checking rusty-fork v0.3.0 |
1845 | 2024-02-13T16:33:10.393Z | Checking tokio-rustls v0.25.0 |
1846 | 2024-02-13T16:33:10.444Z | Compiling structmeta-derive v0.2.0 |
1847 | 2024-02-13T16:33:10.762Z | Checking rand_xorshift v0.3.0 |
1848 | 2024-02-13T16:33:10.933Z | Checking unarray v0.1.4 |
1849 | 2024-02-13T16:33:11.075Z | Checking proptest v1.4.0 |
1850 | 2024-02-13T16:33:13.336Z | Compiling structmeta v0.3.0 |
1851 | 2024-02-13T16:33:13.640Z | Compiling structmeta v0.2.0 |
1852 | 2024-02-13T16:33:13.732Z | Compiling parse-display-derive v0.9.0 |
1853 | 2024-02-13T16:33:14.092Z | Compiling darling_macro v0.20.3 |
1854 | 2024-02-13T16:33:14.112Z | Checking backoff v0.4.0 |
1855 | 2024-02-13T16:33:14.358Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1856 | 2024-02-13T16:33:14.418Z | Compiling test-strategy v0.3.1 |
1857 | 2024-02-13T16:33:14.664Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1858 | 2024-02-13T16:33:15.140Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1859 | 2024-02-13T16:33:15.216Z | Compiling darling v0.20.3 |
1860 | 2024-02-13T16:33:15.270Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1861 | 2024-02-13T16:33:15.328Z | Compiling serde_with_macros v3.6.0 |
1862 | 2024-02-13T16:33:15.423Z | Checking macaddr v1.0.1 |
1863 | 2024-02-13T16:33:15.588Z | Checking camino-tempfile v1.1.1 |
1864 | 2024-02-13T16:33:15.727Z | Checking is-terminal v0.4.9 |
1865 | 2024-02-13T16:33:15.850Z | Compiling proc-macro-error-attr v1.0.4 |
1866 | 2024-02-13T16:33:15.857Z | Compiling proc-macro-error v1.0.4 |
1867 | 2024-02-13T16:33:16.008Z | Compiling proc-macro-crate v1.3.1 |
1868 | 2024-02-13T16:33:16.346Z | Checking termtree v0.4.1 |
1869 | 2024-02-13T16:33:16.551Z | Compiling heapless v0.8.0 |
1870 | 2024-02-13T16:33:17.127Z | Compiling num_enum_derive v0.5.11 |
1871 | 2024-02-13T16:33:17.473Z | Checking predicates-tree v1.0.9 |
1872 | 2024-02-13T16:33:17.623Z | Checking hash32 v0.3.1 |
1873 | 2024-02-13T16:33:17.801Z | Compiling smoltcp v0.11.0 |
1874 | 2024-02-13T16:33:17.904Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1875 | 2024-02-13T16:33:18.623Z | Compiling crucible-workspace-hack v0.1.0 |
1876 | 2024-02-13T16:33:18.708Z | Checking embedded-io v0.4.0 |
1877 | 2024-02-13T16:33:18.744Z | Checking parse-display v0.9.0 |
1878 | 2024-02-13T16:33:18.808Z | Checking serde_with v3.6.0 |
1879 | 2024-02-13T16:33:18.909Z | Checking cobs v0.2.3 |
1880 | 2024-02-13T16:33:18.943Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1881 | 2024-02-13T16:33:18.991Z | Compiling foreign-types-macros v0.2.3 |
1882 | 2024-02-13T16:33:19.090Z | Checking postcard v1.0.8 |
1883 | 2024-02-13T16:33:19.290Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-13T16:33:19.614Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1885 | 2024-02-13T16:33:19.755Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1886 | 2024-02-13T16:33:19.804Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1887 | 2024-02-13T16:33:19.948Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1888 | 2024-02-13T16:33:20.101Z | Checking num_enum v0.5.11 |
1889 | 2024-02-13T16:33:20.236Z | Checking foreign-types-shared v0.3.1 |
1890 | 2024-02-13T16:33:20.341Z | Checking foreign-types v0.5.0 |
1891 | 2024-02-13T16:33:20.426Z | Compiling usdt-attr-macro v0.5.0 |
1892 | 2024-02-13T16:33:20.446Z | Compiling usdt-macro v0.5.0 |
1893 | 2024-02-13T16:33:20.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1894 | 2024-02-13T16:33:21.495Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1895 | 2024-02-13T16:33:21.643Z | Checking cstr-argument v0.1.2 |
1896 | 2024-02-13T16:33:21.816Z | Checking memmap v0.7.0 |
1897 | 2024-02-13T16:33:22.001Z | Checking pretty-hex v0.2.1 |
1898 | 2024-02-13T16:33:22.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1899 | 2024-02-13T16:33:22.156Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-02-13T16:33:22.159Z | Checking usdt v0.5.0 |
1901 | 2024-02-13T16:33:22.303Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1902 | 2024-02-13T16:33:22.414Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1903 | 2024-02-13T16:33:22.427Z | Checking colored v2.0.4 |
1904 | 2024-02-13T16:33:22.433Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1905 | 2024-02-13T16:33:22.433Z | Compiling zone_cfg_derive v0.3.0 |
1906 | 2024-02-13T16:33:22.499Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1907 | 2024-02-13T16:33:22.602Z | Compiling num-derive v0.4.0 |
1908 | 2024-02-13T16:33:22.652Z | Compiling mockall_derive v0.12.0 |
1909 | 2024-02-13T16:33:22.841Z | Checking downcast v0.11.0 |
1910 | 2024-02-13T16:33:23.140Z | Checking fragile v2.0.0 |
1911 | 2024-02-13T16:33:23.436Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1912 | 2024-02-13T16:33:23.690Z | Checking smf v0.2.2 |
1913 | 2024-02-13T16:33:23.902Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1914 | 2024-02-13T16:33:24.144Z | Checking zone v0.3.0 |
1915 | 2024-02-13T16:33:24.161Z | Checking filetime v0.2.23 |
1916 | 2024-02-13T16:33:24.365Z | Checking xattr v1.0.1 |
1917 | 2024-02-13T16:33:24.539Z | Checking same-file v1.0.6 |
1918 | 2024-02-13T16:33:24.583Z | Checking tar v0.4.40 |
1919 | 2024-02-13T16:33:24.699Z | Checking walkdir v2.4.0 |
1920 | 2024-02-13T16:33:24.924Z | Compiling rayon-core v1.12.0 |
1921 | 2024-02-13T16:33:24.978Z | Checking pem v3.0.2 |
1922 | 2024-02-13T16:33:25.201Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1923 | 2024-02-13T16:33:25.249Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-02-13T16:33:25.268Z | Checking itertools v0.12.1 |
1925 | 2024-02-13T16:33:25.290Z | Checking headers-core v0.2.0 |
1926 | 2024-02-13T16:33:25.325Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1927 | 2024-02-13T16:33:25.433Z | Checking headers v0.3.9 |
1928 | 2024-02-13T16:33:25.576Z | Checking lru-cache v0.1.2 |
1929 | 2024-02-13T16:33:25.602Z | Checking swrite v0.1.0 |
1930 | 2024-02-13T16:33:25.637Z | Checking password-hash v0.5.0 |
1931 | 2024-02-13T16:33:25.712Z | Checking blake2 v0.10.6 |
1932 | 2024-02-13T16:33:25.747Z | Checking rcgen v0.12.1 |
1933 | 2024-02-13T16:33:26.080Z | Checking atomicwrites v0.4.3 |
1934 | 2024-02-13T16:33:26.144Z | Checking argon2 v0.5.3 |
1935 | 2024-02-13T16:33:26.274Z | Checking subprocess v0.2.9 |
1936 | 2024-02-13T16:33:26.448Z | Checking arc-swap v1.6.0 |
1937 | 2024-02-13T16:33:26.568Z | Compiling cancel-safe-futures v0.1.5 |
1938 | 2024-02-13T16:33:26.765Z | Checking half v2.3.1 |
1939 | 2024-02-13T16:33:26.810Z | Checking ciborium-io v0.2.2 |
1940 | 2024-02-13T16:33:26.906Z | Checking slog-scope v4.4.0 |
1941 | 2024-02-13T16:33:26.933Z | Checking resolv-conf v0.7.0 |
1942 | 2024-02-13T16:33:27.099Z | Checking slog-stdlog v4.1.1 |
1943 | 2024-02-13T16:33:27.248Z | Checking ciborium-ll v0.2.2 |
1944 | 2024-02-13T16:33:27.269Z | Checking slog-envlogger v2.2.0 |
1945 | 2024-02-13T16:33:27.287Z | Checking trust-dns-resolver v0.22.0 |
1946 | 2024-02-13T16:33:27.413Z | Checking libsw v3.3.1 |
1947 | 2024-02-13T16:33:27.474Z | Compiling derive-where v1.2.7 |
1948 | 2024-02-13T16:33:27.538Z | Checking ciborium v0.2.2 |
1949 | 2024-02-13T16:33:27.668Z | Checking linear-map v1.2.0 |
1950 | 2024-02-13T16:33:27.891Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1951 | 2024-02-13T16:33:27.930Z | Checking owo-colors v4.0.0 |
1952 | 2024-02-13T16:33:27.977Z | Checking textwrap v0.11.0 |
1953 | 2024-02-13T16:33:28.225Z | Compiling heck v0.3.3 |
1954 | 2024-02-13T16:33:28.559Z | Compiling blake3 v1.5.0 |
1955 | 2024-02-13T16:33:28.643Z | Checking vec_map v0.8.2 |
1956 | 2024-02-13T16:33:28.873Z | Compiling libefi-sys v0.1.0 |
1957 | 2024-02-13T16:33:28.915Z | Checking strsim v0.8.0 |
1958 | 2024-02-13T16:33:29.096Z | Checking ansi_term v0.12.1 |
1959 | 2024-02-13T16:33:29.216Z | Compiling structopt-derive v0.4.18 |
1960 | 2024-02-13T16:33:29.395Z | Checking clap v2.34.0 |
1961 | 2024-02-13T16:33:29.579Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1962 | 2024-02-13T16:33:29.959Z | Compiling slog-dtrace v0.3.0 |
1963 | 2024-02-13T16:33:30.316Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1964 | 2024-02-13T16:33:30.613Z | Checking termcolor v1.2.0 |
1965 | 2024-02-13T16:33:30.680Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1966 | 2024-02-13T16:33:31.006Z | Checking nibble_vec v0.1.0 |
1967 | 2024-02-13T16:33:31.202Z | Checking gethostname v0.4.3 |
1968 | 2024-02-13T16:33:31.284Z | Checking mockall v0.12.0 |
1969 | 2024-02-13T16:33:31.304Z | Checking endian-type v0.1.2 |
1970 | 2024-02-13T16:33:31.338Z | Compiling radium v0.7.0 |
1971 | 2024-02-13T16:33:31.365Z | Checking tap v1.0.1 |
1972 | 2024-02-13T16:33:31.497Z | Checking radix_trie v0.2.1 |
1973 | 2024-02-13T16:33:31.517Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-02-13T16:33:31.531Z | Checking wyz v0.5.1 |
1975 | 2024-02-13T16:33:31.902Z | Checking fxhash v0.2.1 |
1976 | 2024-02-13T16:33:31.924Z | Compiling packed_struct v0.10.1 |
1977 | 2024-02-13T16:33:32.061Z | Checking crc-catalog v2.2.0 |
1978 | 2024-02-13T16:33:32.099Z | Compiling num-bigint-dig v0.8.4 |
1979 | 2024-02-13T16:33:32.187Z | Compiling semver v0.1.20 |
1980 | 2024-02-13T16:33:32.220Z | Checking funty v2.0.0 |
1981 | 2024-02-13T16:33:32.234Z | Checking crc v3.0.1 |
1982 | 2024-02-13T16:33:32.310Z | Checking structopt v0.3.26 |
1983 | 2024-02-13T16:33:32.445Z | Compiling packed_struct_codegen v0.10.1 |
1984 | 2024-02-13T16:33:32.475Z | Compiling indexmap v1.9.3 |
1985 | 2024-02-13T16:33:32.499Z | Checking nodrop v0.1.14 |
1986 | 2024-02-13T16:33:32.611Z | Compiling rustc_version v0.1.7 |
1987 | 2024-02-13T16:33:32.690Z | Checking array-init v0.0.4 |
1988 | 2024-02-13T16:33:32.821Z | Checking smallvec v0.6.14 |
1989 | 2024-02-13T16:33:33.153Z | Compiling newtype_derive v0.1.6 |
1990 | 2024-02-13T16:33:33.264Z | Checking pkcs1 v0.7.5 |
1991 | 2024-02-13T16:33:33.363Z | Checking bitvec v1.0.1 |
1992 | 2024-02-13T16:33:33.508Z | Checking signature v2.1.0 |
1993 | 2024-02-13T16:33:33.701Z | Compiling crossbeam-deque v0.8.3 |
1994 | 2024-02-13T16:33:33.716Z | Checking bitfield v0.14.0 |
1995 | 2024-02-13T16:33:33.793Z | Checking hashbrown v0.12.3 |
1996 | 2024-02-13T16:33:34.885Z | Checking rsa v0.9.2 |
1997 | 2024-02-13T16:33:35.005Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1998 | 2024-02-13T16:33:35.067Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1999 | 2024-02-13T16:33:35.307Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2000 | 2024-02-13T16:33:35.420Z | Checking serde-hex v0.1.0 |
2001 | 2024-02-13T16:33:35.590Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2002 | 2024-02-13T16:33:35.606Z | Checking env_logger v0.10.0 |
2003 | 2024-02-13T16:33:35.773Z | Checking x509-cert v0.2.4 |
2004 | 2024-02-13T16:33:35.818Z | Checking ron v0.8.1 |
2005 | 2024-02-13T16:33:36.035Z | Compiling semver-parser v0.10.2 |
2006 | 2024-02-13T16:33:37.080Z | Compiling num-rational v0.4.1 |
2007 | 2024-02-13T16:33:37.288Z | Checking crc-any v2.4.3 |
2008 | 2024-02-13T16:33:37.478Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2009 | 2024-02-13T16:33:37.659Z | Compiling semver v0.11.0 |
2010 | 2024-02-13T16:33:37.689Z | Compiling rayon v1.8.0 |
2011 | 2024-02-13T16:33:37.848Z | Checking object v0.30.4 |
2012 | 2024-02-13T16:33:38.861Z | Compiling memmap2 v0.7.1 |
2013 | 2024-02-13T16:33:39.433Z | Compiling arrayref v0.3.7 |
2014 | 2024-02-13T16:33:39.530Z | Compiling constant_time_eq v0.3.0 |
2015 | 2024-02-13T16:33:39.552Z | Checking path-slash v0.1.5 |
2016 | 2024-02-13T16:33:39.692Z | Compiling arrayvec v0.7.4 |
2017 | 2024-02-13T16:33:39.696Z | Compiling home v0.5.5 |
2018 | 2024-02-13T16:33:39.970Z | Compiling toolchain_find v0.2.0 |
2019 | 2024-02-13T16:33:40.182Z | Checking steno v0.4.0 |
2020 | 2024-02-13T16:33:40.270Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2021 | 2024-02-13T16:33:40.589Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2022 | 2024-02-13T16:33:41.254Z | Compiling toml v0.5.11 |
2023 | 2024-02-13T16:33:41.348Z | Checking num-complex v0.4.4 |
2024 | 2024-02-13T16:33:41.841Z | Compiling convert_case v0.4.0 |
2025 | 2024-02-13T16:33:42.558Z | Compiling topological-sort v0.2.2 |
2026 | 2024-02-13T16:33:42.596Z | Checking num v0.4.1 |
2027 | 2024-02-13T16:33:42.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2028 | 2024-02-13T16:33:42.791Z | Checking newline-converter v0.3.0 |
2029 | 2024-02-13T16:33:42.808Z | Compiling derive_more v0.99.17 |
2030 | 2024-02-13T16:33:42.951Z | Compiling omicron-zone-package v0.11.0 |
2031 | 2024-02-13T16:33:44.031Z | Compiling rustfmt-wrapper v0.2.0 |
2032 | 2024-02-13T16:33:44.543Z | Checking expectorate v1.1.0 |
2033 | 2024-02-13T16:33:44.671Z | Checking utf-8 v0.7.6 |
2034 | 2024-02-13T16:33:44.696Z | Compiling buf-list v1.0.3 |
2035 | 2024-02-13T16:33:44.855Z | Checking tungstenite v0.20.1 |
2036 | 2024-02-13T16:33:45.192Z | Checking display-error-chain v0.2.0 |
2037 | 2024-02-13T16:33:45.331Z | Compiling parking_lot_core v0.8.6 |
2038 | 2024-02-13T16:33:45.728Z | Checking keccak v0.1.4 |
2039 | 2024-02-13T16:33:45.792Z | Checking tokio-tungstenite v0.20.1 |
2040 | 2024-02-13T16:33:45.805Z | Checking trust-dns-client v0.22.0 |
2041 | 2024-02-13T16:33:46.012Z | Checking sha3 v0.10.8 |
2042 | 2024-02-13T16:33:46.202Z | Checking parking_lot v0.11.2 |
2043 | 2024-02-13T16:33:46.393Z | Checking secrecy v0.8.0 |
2044 | 2024-02-13T16:33:46.544Z | Compiling pin-project-internal v1.1.3 |
2045 | 2024-02-13T16:33:46.648Z | Compiling doc-comment v0.3.3 |
2046 | 2024-02-13T16:33:47.119Z | Checking sled v0.34.7 |
2047 | 2024-02-13T16:33:47.208Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2048 | 2024-02-13T16:33:47.422Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2049 | 2024-02-13T16:33:47.506Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2050 | 2024-02-13T16:33:47.717Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2051 | 2024-02-13T16:33:48.938Z | Checking trust-dns-server v0.22.1 |
2052 | 2024-02-13T16:33:49.949Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2053 | 2024-02-13T16:33:49.986Z | Checking pin-project v1.1.3 |
2054 | 2024-02-13T16:33:50.052Z | Checking glob v0.3.1 |
2055 | 2024-02-13T16:33:50.102Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2056 | 2024-02-13T16:33:50.337Z | Compiling vte_generate_state_changes v0.1.1 |
2057 | 2024-02-13T16:33:51.054Z | Checking vte v0.11.1 |
2058 | 2024-02-13T16:33:51.566Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2059 | 2024-02-13T16:33:51.595Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2060 | 2024-02-13T16:33:52.127Z | Compiling unicase v2.7.0 |
2061 | 2024-02-13T16:33:52.471Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2062 | 2024-02-13T16:33:52.487Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2063 | 2024-02-13T16:33:52.555Z | Compiling platforms v3.0.2 |
2064 | 2024-02-13T16:33:52.847Z | Checking strip-ansi-escapes v0.2.0 |
2065 | 2024-02-13T16:33:52.992Z | Checking fd-lock v3.0.13 |
2066 | 2024-02-13T16:33:53.028Z | Compiling snafu-derive v0.7.5 |
2067 | 2024-02-13T16:33:53.141Z | Compiling fs-err v2.11.0 |
2068 | 2024-02-13T16:33:53.191Z | Checking nu-ansi-term v0.49.0 |
2069 | 2024-02-13T16:33:53.597Z | Checking reedline v0.28.0 |
2070 | 2024-02-13T16:33:54.067Z | Checking globset v0.4.13 |
2071 | 2024-02-13T16:33:54.213Z | Checking olpc-cjson v0.1.3 |
2072 | 2024-02-13T16:33:54.337Z | Checking serde_plain v1.0.2 |
2073 | 2024-02-13T16:33:54.440Z | Compiling async-recursion v1.0.5 |
2074 | 2024-02-13T16:33:54.549Z | Checking typed-path v0.7.0 |
2075 | 2024-02-13T16:33:55.631Z | Compiling curve25519-dalek v4.1.1 |
2076 | 2024-02-13T16:33:56.236Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2077 | 2024-02-13T16:33:56.468Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2024-02-13T16:33:56.488Z | Compiling memoffset v0.7.1 |
2079 | 2024-02-13T16:33:56.820Z | Checking parse-size v1.0.0 |
2080 | 2024-02-13T16:33:57.149Z | Compiling mime_guess v2.0.4 |
2081 | 2024-02-13T16:33:57.339Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2082 | 2024-02-13T16:33:57.600Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2083 | 2024-02-13T16:33:58.596Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2084 | 2024-02-13T16:33:59.010Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2085 | 2024-02-13T16:33:59.189Z | Checking snafu v0.7.5 |
2086 | 2024-02-13T16:33:59.342Z | Checking universal-hash v0.5.1 |
2087 | 2024-02-13T16:33:59.532Z | Compiling thiserror-impl-no-std v2.0.2 |
2088 | 2024-02-13T16:33:59.700Z | Checking tough v0.16.0 |
2089 | 2024-02-13T16:34:00.431Z | Compiling curve25519-dalek-derive v0.1.0 |
2090 | 2024-02-13T16:34:01.286Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2091 | 2024-02-13T16:34:02.068Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2092 | 2024-02-13T16:34:03.062Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2024-02-13T16:34:03.982Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2094 | 2024-02-13T16:34:04.404Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2095 | 2024-02-13T16:34:04.829Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2096 | 2024-02-13T16:34:05.520Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2097 | 2024-02-13T16:34:06.167Z | Checking opaque-debug v0.3.0 |
2098 | 2024-02-13T16:34:06.257Z | Checking poly1305 v0.8.0 |
2099 | 2024-02-13T16:34:06.660Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2100 | 2024-02-13T16:34:06.713Z | Checking thiserror-no-std v2.0.2 |
2101 | 2024-02-13T16:34:08.728Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2102 | 2024-02-13T16:34:08.791Z | Checking chacha20 v0.9.1 |
2103 | 2024-02-13T16:34:09.083Z | Checking aead v0.5.2 |
2104 | 2024-02-13T16:34:09.144Z | Checking kstat-rs v0.2.3 |
2105 | 2024-02-13T16:34:09.253Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2106 | 2024-02-13T16:34:09.313Z | Compiling salty v0.2.0 |
2107 | 2024-02-13T16:34:09.591Z | Checking signature v1.6.4 |
2108 | 2024-02-13T16:34:09.726Z | Checking ed25519 v1.5.3 |
2109 | 2024-02-13T16:34:09.913Z | Checking chacha20poly1305 v0.10.1 |
2110 | 2024-02-13T16:34:10.113Z | Checking vsss-rs v3.3.4 |
2111 | 2024-02-13T16:34:10.507Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2112 | 2024-02-13T16:34:10.688Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2113 | 2024-02-13T16:34:10.964Z | Checking serde-big-array v0.5.1 |
2114 | 2024-02-13T16:34:11.194Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-13T16:34:12.176Z | Checking bytecount v0.6.3 |
2116 | 2024-02-13T16:34:12.322Z | Checking papergrid v0.11.0 |
2117 | 2024-02-13T16:34:13.851Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2118 | 2024-02-13T16:34:14.173Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2119 | 2024-02-13T16:34:14.288Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2120 | 2024-02-13T16:34:14.454Z | Compiling tabled_derive v0.7.0 |
2121 | 2024-02-13T16:34:15.275Z | Checking signal-hook-tokio v0.3.1 |
2122 | 2024-02-13T16:34:15.472Z | Checking fd-lock v4.0.2 |
2123 | 2024-02-13T16:34:15.656Z | Checking nix v0.27.1 |
2124 | 2024-02-13T16:34:15.719Z | Checking serde-big-array v0.4.1 |
2125 | 2024-02-13T16:34:15.886Z | Compiling sqlparser_derive v0.2.2 |
2126 | 2024-02-13T16:34:16.399Z | Checking humantime v2.1.0 |
2127 | 2024-02-13T16:34:16.694Z | Compiling prettyplease v0.2.16 |
2128 | 2024-02-13T16:34:17.085Z | Checking unicode_categories v0.1.1 |
2129 | 2024-02-13T16:34:17.141Z | Checking tabled v0.15.0 |
2130 | 2024-02-13T16:34:17.176Z | Checking sqlparser v0.43.1 |
2131 | 2024-02-13T16:34:17.371Z | Checking sqlformat v0.2.3 |
2132 | 2024-02-13T16:34:18.395Z | Checking rustyline v13.0.0 |
2133 | 2024-02-13T16:34:18.793Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2134 | 2024-02-13T16:34:18.904Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2135 | 2024-02-13T16:34:20.116Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2136 | 2024-02-13T16:34:20.215Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2137 | 2024-02-13T16:34:20.604Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2138 | 2024-02-13T16:34:21.227Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-02-13T16:34:21.395Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2140 | 2024-02-13T16:34:22.553Z | Checking bcs v0.1.6 |
2141 | 2024-02-13T16:34:23.028Z | Checking highway v1.1.0 |
2142 | 2024-02-13T16:34:23.476Z | Checking corncobs v0.1.3 |
2143 | 2024-02-13T16:34:23.684Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2144 | 2024-02-13T16:34:23.872Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2145 | 2024-02-13T16:34:24.584Z | Compiling crunchy v0.2.2 |
2146 | 2024-02-13T16:34:24.587Z | Checking http-range v0.1.5 |
2147 | 2024-02-13T16:34:24.779Z | Checking hyper-staticfile v0.9.5 |
2148 | 2024-02-13T16:34:25.004Z | Compiling clang-sys v1.6.1 |
2149 | 2024-02-13T16:34:25.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2150 | 2024-02-13T16:34:25.193Z | Compiling tiny-keccak v2.0.2 |
2151 | 2024-02-13T16:34:25.267Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2152 | 2024-02-13T16:34:25.470Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2153 | 2024-02-13T16:34:25.498Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2154 | 2024-02-13T16:34:25.783Z | Compiling darling_core v0.14.4 |
2155 | 2024-02-13T16:34:25.812Z | Checking assert_matches v1.5.0 |
2156 | 2024-02-13T16:34:25.905Z | Compiling portable-atomic v1.4.3 |
2157 | 2024-02-13T16:34:25.996Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2158 | 2024-02-13T16:34:27.025Z | Compiling ascii-canvas v3.0.0 |
2159 | 2024-02-13T16:34:27.560Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2160 | 2024-02-13T16:34:28.153Z | Compiling ena v0.14.2 |
2161 | 2024-02-13T16:34:28.262Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2162 | 2024-02-13T16:34:28.575Z | Compiling libloading v0.7.4 |
2163 | 2024-02-13T16:34:28.898Z | Compiling bindgen v0.69.2 |
2164 | 2024-02-13T16:34:28.940Z | Compiling diff v0.1.13 |
2165 | 2024-02-13T16:34:29.636Z | Compiling regex-syntax v0.6.29 |
2166 | 2024-02-13T16:34:30.723Z | Compiling cexpr v0.6.0 |
2167 | 2024-02-13T16:34:31.264Z | Compiling which v4.4.0 |
2168 | 2024-02-13T16:34:31.874Z | Compiling ref-cast v1.0.20 |
2169 | 2024-02-13T16:34:31.913Z | Compiling darling_macro v0.14.4 |
2170 | 2024-02-13T16:34:32.414Z | Compiling lazycell v1.3.0 |
2171 | 2024-02-13T16:34:32.492Z | Checking maplit v1.0.2 |
2172 | 2024-02-13T16:34:32.575Z | Compiling rustc-hash v1.1.0 |
2173 | 2024-02-13T16:34:32.599Z | Checking number_prefix v0.4.0 |
2174 | 2024-02-13T16:34:32.732Z | Compiling shlex v1.3.0 |
2175 | 2024-02-13T16:34:32.791Z | Compiling peeking_take_while v0.1.2 |
2176 | 2024-02-13T16:34:32.833Z | Checking indicatif v0.17.7 |
2177 | 2024-02-13T16:34:32.928Z | Compiling lalrpop v0.19.12 |
2178 | 2024-02-13T16:34:33.021Z | Compiling darling v0.14.4 |
2179 | 2024-02-13T16:34:33.181Z | Compiling derive_builder_core v0.12.0 |
2180 | 2024-02-13T16:34:33.205Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2181 | 2024-02-13T16:34:33.580Z | Compiling ref-cast-impl v1.0.20 |
2182 | 2024-02-13T16:34:33.821Z | Compiling libxml v0.3.3 |
2183 | 2024-02-13T16:34:34.281Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2184 | 2024-02-13T16:34:35.037Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2185 | 2024-02-13T16:34:35.238Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-02-13T16:34:35.452Z | Compiling strum_macros v0.24.3 |
2187 | 2024-02-13T16:34:35.604Z | Compiling derive_builder_macro v0.12.0 |
2188 | 2024-02-13T16:34:35.906Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2189 | 2024-02-13T16:34:36.230Z | Compiling cookie v0.18.0 |
2190 | 2024-02-13T16:34:36.544Z | Compiling indoc v1.0.9 |
2191 | 2024-02-13T16:34:36.635Z | Checking derive_builder v0.12.0 |
2192 | 2024-02-13T16:34:37.646Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2193 | 2024-02-13T16:34:37.978Z | Checking bb8 v0.8.3 |
2194 | 2024-02-13T16:34:38.254Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2195 | 2024-02-13T16:34:38.488Z | Checking quick-xml v0.30.0 |
2196 | 2024-02-13T16:34:38.667Z | Compiling strum_macros v0.26.1 |
2197 | 2024-02-13T16:34:39.433Z | Checking castaway v0.2.2 |
2198 | 2024-02-13T16:34:39.458Z | Compiling impl-trait-for-tuples v0.2.2 |
2199 | 2024-02-13T16:34:39.589Z | Compiling oso-derive v0.27.0 |
2200 | 2024-02-13T16:34:40.506Z | Checking compact_str v0.7.1 |
2201 | 2024-02-13T16:34:41.271Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2202 | 2024-02-13T16:34:42.782Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2203 | 2024-02-13T16:34:43.313Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2204 | 2024-02-13T16:34:44.178Z | Checking lru v0.12.1 |
2205 | 2024-02-13T16:34:44.275Z | Checking strum v0.26.1 |
2206 | 2024-02-13T16:34:44.435Z | Compiling stability v0.1.1 |
2207 | 2024-02-13T16:34:44.464Z | Checking cassowary v0.3.0 |
2208 | 2024-02-13T16:34:44.891Z | Compiling indoc v2.0.3 |
2209 | 2024-02-13T16:34:45.079Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2210 | 2024-02-13T16:34:45.478Z | Checking unicode-linebreak v0.1.5 |
2211 | 2024-02-13T16:34:45.895Z | Checking smawk v0.3.1 |
2212 | 2024-02-13T16:34:46.031Z | Checking ratatui v0.26.0 |
2213 | 2024-02-13T16:34:46.106Z | Checking textwrap v0.16.0 |
2214 | 2024-02-13T16:34:46.490Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2215 | 2024-02-13T16:34:46.768Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2216 | 2024-02-13T16:34:47.176Z | Checking is_ci v1.1.1 |
2217 | 2024-02-13T16:34:47.320Z | Checking supports-color v2.1.0 |
2218 | 2024-02-13T16:34:47.502Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2219 | 2024-02-13T16:34:47.533Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2220 | 2024-02-13T16:34:47.887Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2221 | 2024-02-13T16:34:48.913Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2222 | 2024-02-13T16:34:49.167Z | Checking rtoolbox v0.0.1 |
2223 | 2024-02-13T16:34:49.251Z | Checking tui-tree-widget v0.17.0 |
2224 | 2024-02-13T16:34:49.370Z | Checking rpassword v7.3.1 |
2225 | 2024-02-13T16:34:49.527Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2226 | 2024-02-13T16:34:49.556Z | Checking fatfs v0.3.6 |
2227 | 2024-02-13T16:34:50.650Z | Checking shell-words v1.1.0 |
2228 | 2024-02-13T16:34:50.835Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2229 | 2024-02-13T16:34:51.237Z | Checking yansi v0.5.1 |
2230 | 2024-02-13T16:34:51.523Z | Checking pretty_assertions v1.4.0 |
2231 | 2024-02-13T16:34:51.894Z | Compiling target-lexicon v0.12.13 |
2232 | 2024-02-13T16:34:51.939Z | Compiling guppy-workspace-hack v0.1.0 |
2233 | 2024-02-13T16:34:51.975Z | Checking plotters-backend v0.3.5 |
2234 | 2024-02-13T16:34:52.283Z | Checking http-body v1.0.0 |
2235 | 2024-02-13T16:34:52.354Z | Checking plotters-svg v0.3.5 |
2236 | 2024-02-13T16:34:52.493Z | Checking rand v0.4.6 |
2237 | 2024-02-13T16:34:52.588Z | Checking remove_dir_all v0.5.3 |
2238 | 2024-02-13T16:34:52.687Z | Compiling target-spec v3.1.0 |
2239 | 2024-02-13T16:34:53.337Z | Checking tower-layer v0.3.2 |
2240 | 2024-02-13T16:34:53.453Z | Checking cast v0.3.0 |
2241 | 2024-02-13T16:34:53.483Z | Checking tempdir v0.3.7 |
2242 | 2024-02-13T16:34:53.606Z | Checking tower v0.4.13 |
2243 | 2024-02-13T16:34:53.652Z | Checking cfg-expr v0.15.6 |
2244 | 2024-02-13T16:34:53.771Z | Checking criterion-plot v0.5.0 |
2245 | 2024-02-13T16:34:54.243Z | Checking plotters v0.3.5 |
2246 | 2024-02-13T16:34:54.416Z | Checking hyper v1.1.0 |
2247 | 2024-02-13T16:34:54.571Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2248 | 2024-02-13T16:34:54.788Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-02-13T16:34:55.527Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2250 | 2024-02-13T16:34:55.742Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2251 | 2024-02-13T16:34:55.761Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2024-02-13T16:34:56.023Z | Checking tinytemplate v1.2.1 |
2253 | 2024-02-13T16:34:56.417Z | Checking cargo-platform v0.1.3 |
2254 | 2024-02-13T16:34:56.975Z | Checking oorandom v11.1.3 |
2255 | 2024-02-13T16:34:57.136Z | Checking anes v0.1.6 |
2256 | 2024-02-13T16:34:57.528Z | Checking criterion v0.5.1 |
2257 | 2024-02-13T16:34:57.805Z | Checking cargo_metadata v0.18.1 |
2258 | 2024-02-13T16:34:57.889Z | Checking hyper-util v0.1.2 |
2259 | 2024-02-13T16:34:59.473Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2024-02-13T16:34:59.522Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2261 | 2024-02-13T16:34:59.774Z | Checking assert_cmd v2.0.13 |
2262 | 2024-02-13T16:35:00.226Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2263 | 2024-02-13T16:35:00.571Z | Checking rustls-native-certs v0.7.0 |
2264 | 2024-02-13T16:35:00.714Z | Checking pathdiff v0.2.1 |
2265 | 2024-02-13T16:35:01.106Z | Checking nested v0.1.1 |
2266 | 2024-02-13T16:35:01.324Z | Checking guppy v0.17.5 |
2267 | 2024-02-13T16:35:05.037Z | Checking hyper-rustls v0.26.0 |
2268 | 2024-02-13T16:35:05.385Z | Checking httptest v0.15.5 |
2269 | 2024-02-13T16:35:05.465Z | Checking threadpool v1.8.1 |
2270 | 2024-02-13T16:35:05.681Z | Checking nanorand v0.7.0 |
2271 | 2024-02-13T16:35:06.021Z | Checking libtest-mimic v0.6.1 |
2272 | 2024-02-13T16:35:06.081Z | Checking flume v0.11.0 |
2273 | 2024-02-13T16:35:06.161Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2274 | 2024-02-13T16:35:06.472Z | Checking similar-asserts v1.5.0 |
2275 | 2024-02-13T16:35:06.573Z | Compiling rstest_macros v0.18.2 |
2276 | 2024-02-13T16:35:06.707Z | Compiling crossbeam-queue v0.3.8 |
2277 | 2024-02-13T16:35:07.254Z | Checking datatest-stable v0.2.3 |
2278 | 2024-02-13T16:35:07.292Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2279 | 2024-02-13T16:35:07.476Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-02-13T16:35:08.360Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2281 | 2024-02-13T16:35:08.508Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2282 | 2024-02-13T16:35:08.848Z | Checking csv-core v0.1.11 |
2283 | 2024-02-13T16:35:09.096Z | Compiling trybuild v1.0.89 |
2284 | 2024-02-13T16:35:09.116Z | Compiling relative-path v1.9.0 |
2285 | 2024-02-13T16:35:09.154Z | Checking constant_time_eq v0.2.6 |
2286 | 2024-02-13T16:35:09.285Z | Checking blake2b_simd v1.0.1 |
2287 | 2024-02-13T16:35:09.607Z | Checking csv v1.3.0 |
2288 | 2024-02-13T16:35:10.389Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2289 | 2024-02-13T16:35:10.505Z | Checking multimap v0.8.3 |
2290 | 2024-02-13T16:35:10.793Z | Checking basic-toml v0.1.8 |
2291 | 2024-02-13T16:35:11.639Z | Checking futures-timer v3.0.2 |
2292 | 2024-02-13T16:35:13.390Z | Checking crossbeam v0.8.2 |
2293 | 2024-02-13T16:35:13.500Z | Checking rust-argon2 v1.0.1 |
2294 | 2024-02-13T16:35:15.022Z | Checking partial-io v0.5.4 |
2295 | 2024-02-13T16:35:15.418Z | Checking approx v0.5.1 |
2296 | 2024-02-13T16:35:15.641Z | Checking termios v0.3.3 |
2297 | 2024-02-13T16:35:15.854Z | Checking hex-literal v0.4.1 |
2298 | 2024-02-13T16:35:19.809Z | Checking rstest v0.18.2 |
2299 | 2024-02-13T16:35:21.669Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2300 | 2024-02-13T16:35:24.847Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2301 | 2024-02-13T16:36:08.490Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2302 | 2024-02-13T16:36:09.247Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2303 | 2024-02-13T16:36:10.622Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2304 | 2024-02-13T16:36:12.703Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2305 | 2024-02-13T16:36:16.267Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2306 | 2024-02-13T16:36:35.028Z | Compiling polar-core v0.27.0 |
2307 | 2024-02-13T16:36:41.973Z | Checking oso v0.27.0 |
2308 | 2024-02-13T16:37:08.957Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2309 | 2024-02-13T16:38:10.714Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 58s |
2310 | 2024-02-13T16:38:10.906Z | |
2311 | 2024-02-13T16:38:10.906Z | real 7:40.694579003 |
2312 | 2024-02-13T16:38:10.906Z | user 39:56.288521580 |
2313 | 2024-02-13T16:38:10.906Z | sys 6:38.312291979 |
2314 | 2024-02-13T16:38:10.906Z | trap 1.076080641 |
2315 | 2024-02-13T16:38:10.906Z | tflt 4.485324587 |
2316 | 2024-02-13T16:38:10.906Z | dflt 3.290078744 |
2317 | 2024-02-13T16:38:10.906Z | kflt 0.095080206 |
2318 | 2024-02-13T16:38:10.906Z | lock 1:01:25.128318040 |
2319 | 2024-02-13T16:38:10.907Z | slp 2:02:10.665012544 |
2320 | 2024-02-13T16:38:10.909Z | lat 1:46.070975716 |
2321 | 2024-02-13T16:38:10.910Z | stop 4:04.810841894 |
2322 | 2024-02-13T16:38:11.738Z | warning: output filename collision. |
2323 | 2024-02-13T16:38:11.738Z | 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)`. |
2324 | 2024-02-13T16:38:11.738Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2325 | 2024-02-13T16:38:11.738Z | The targets should have unique names. |
2326 | 2024-02-13T16:38:11.738Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-13T16:38:11.738Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-13T16:38:11.742Z | warning: output filename collision. |
2329 | 2024-02-13T16:38:11.742Z | 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)`. |
2330 | 2024-02-13T16:38:11.742Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2331 | 2024-02-13T16:38:11.742Z | The targets should have unique names. |
2332 | 2024-02-13T16:38:11.742Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-13T16:38:11.742Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-13T16:38:11.742Z | warning: output filename collision. |
2335 | 2024-02-13T16:38:11.743Z | 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)`. |
2336 | 2024-02-13T16:38:11.743Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2337 | 2024-02-13T16:38:11.743Z | The targets should have unique names. |
2338 | 2024-02-13T16:38:11.743Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-13T16:38:11.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-13T16:38:11.743Z | warning: output filename collision. |
2341 | 2024-02-13T16:38:11.743Z | 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)`. |
2342 | 2024-02-13T16:38:11.743Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2343 | 2024-02-13T16:38:11.743Z | The targets should have unique names. |
2344 | 2024-02-13T16:38:11.743Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-13T16:38:11.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-13T16:38:11.743Z | warning: output filename collision. |
2347 | 2024-02-13T16:38:11.743Z | 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)`. |
2348 | 2024-02-13T16:38:11.743Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2349 | 2024-02-13T16:38:11.743Z | The targets should have unique names. |
2350 | 2024-02-13T16:38:11.743Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-13T16:38:11.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-13T16:38:11.743Z | warning: output filename collision. |
2353 | 2024-02-13T16:38:11.743Z | 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)`. |
2354 | 2024-02-13T16:38:11.743Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2355 | 2024-02-13T16:38:11.743Z | The targets should have unique names. |
2356 | 2024-02-13T16:38:11.743Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-13T16:38:11.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-13T16:38:11.743Z | warning: output filename collision. |
2359 | 2024-02-13T16:38:11.743Z | 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)`. |
2360 | 2024-02-13T16:38:11.743Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2361 | 2024-02-13T16:38:11.744Z | The targets should have unique names. |
2362 | 2024-02-13T16:38:11.744Z | This is a known bug where multiple crates with the same name use |
2363 | 2024-02-13T16:38:11.744Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2364 | 2024-02-13T16:38:12.166Z | Documenting libc v0.2.153 |
2365 | 2024-02-13T16:38:12.206Z | Documenting cfg-if v1.0.0 |
2366 | 2024-02-13T16:38:12.231Z | Documenting serde_derive v1.0.196 |
2367 | 2024-02-13T16:38:12.246Z | Documenting log v0.4.20 |
2368 | 2024-02-13T16:38:12.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-13T16:38:12.275Z | Documenting memchr v2.6.3 |
2370 | 2024-02-13T16:38:12.277Z | Documenting scopeguard v1.2.0 |
2371 | 2024-02-13T16:38:12.298Z | Documenting byteorder v1.5.0 |
2372 | 2024-02-13T16:38:12.572Z | Documenting smallvec v1.13.1 |
2373 | 2024-02-13T16:38:14.966Z | Documenting itoa v1.0.9 |
2374 | 2024-02-13T16:38:15.025Z | Documenting lock_api v0.4.10 |
2375 | 2024-02-13T16:38:15.760Z | Documenting zeroize_derive v1.4.2 |
2376 | 2024-02-13T16:38:16.332Z | Documenting getrandom v0.2.10 |
2377 | 2024-02-13T16:38:16.620Z | Documenting parking_lot_core v0.9.8 |
2378 | 2024-02-13T16:38:16.734Z | Documenting once_cell v1.19.0 |
2379 | 2024-02-13T16:38:16.785Z | Documenting pin-project-lite v0.2.13 |
2380 | 2024-02-13T16:38:17.737Z | Documenting libm v0.2.7 |
2381 | 2024-02-13T16:38:17.975Z | Documenting signal-hook-registry v1.4.1 |
2382 | 2024-02-13T16:38:18.620Z | Documenting serde v1.0.196 |
2383 | 2024-02-13T16:38:19.541Z | Documenting mio v0.8.9 |
2384 | 2024-02-13T16:38:20.145Z | Documenting rand_core v0.6.4 |
2385 | 2024-02-13T16:38:20.538Z | Documenting parking_lot v0.12.1 |
2386 | 2024-02-13T16:38:21.082Z | Documenting num-traits v0.2.16 |
2387 | 2024-02-13T16:38:21.261Z | Documenting futures-core v0.3.30 |
2388 | 2024-02-13T16:38:21.309Z | Documenting zeroize v1.7.0 |
2389 | 2024-02-13T16:38:21.974Z | Documenting thiserror-impl v1.0.56 |
2390 | 2024-02-13T16:38:23.653Z | Documenting num_cpus v1.16.0 |
2391 | 2024-02-13T16:38:24.083Z | Documenting socket2 v0.5.5 |
2392 | 2024-02-13T16:38:24.500Z | Documenting tokio-macros v2.2.0 |
2393 | 2024-02-13T16:38:24.862Z | Documenting ryu v1.0.15 |
2394 | 2024-02-13T16:38:25.204Z | Documenting typenum v1.16.0 |
2395 | 2024-02-13T16:38:25.821Z | Documenting subtle v2.5.0 |
2396 | 2024-02-13T16:38:26.815Z | Documenting thiserror v1.0.56 |
2397 | 2024-02-13T16:38:27.556Z | Documenting zerocopy v0.7.32 |
2398 | 2024-02-13T16:38:27.664Z | Documenting futures-sink v0.3.30 |
2399 | 2024-02-13T16:38:28.072Z | Documenting pin-utils v0.1.0 |
2400 | 2024-02-13T16:38:29.020Z | Documenting slab v0.4.9 |
2401 | 2024-02-13T16:38:29.763Z | Documenting futures-macro v0.3.30 |
2402 | 2024-02-13T16:38:30.498Z | Documenting futures-io v0.3.30 |
2403 | 2024-02-13T16:38:31.399Z | Documenting futures-channel v0.3.30 |
2404 | 2024-02-13T16:38:33.128Z | Documenting futures-task v0.3.30 |
2405 | 2024-02-13T16:38:33.643Z | Documenting const-oid v0.9.5 |
2406 | 2024-02-13T16:38:34.595Z | Documenting iana-time-zone v0.1.57 |
2407 | 2024-02-13T16:38:34.720Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2408 | 2024-02-13T16:38:35.214Z | Documenting ahash v0.8.7 |
2409 | 2024-02-13T16:38:35.513Z | Documenting allocator-api2 v0.2.16 |
2410 | 2024-02-13T16:38:35.516Z | Documenting tinyvec_macros v0.1.1 |
2411 | 2024-02-13T16:38:37.087Z | Documenting futures-util v0.3.30 |
2412 | 2024-02-13T16:38:38.469Z | Documenting tinyvec v1.6.0 |
2413 | 2024-02-13T16:38:38.575Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-02-13T16:38:39.465Z | Documenting tracing-core v0.1.31 |
2415 | 2024-02-13T16:38:39.804Z | Documenting tracing-attributes v0.1.26 |
2416 | 2024-02-13T16:38:40.226Z | Documenting hashbrown v0.14.2 |
2417 | 2024-02-13T16:38:40.546Z | Documenting bytes v1.5.0 |
2418 | 2024-02-13T16:38:42.170Z | Documenting bitflags v2.4.0 |
2419 | 2024-02-13T16:38:45.659Z | Documenting tokio v1.36.0 |
2420 | 2024-02-13T16:38:46.256Z | Documenting serde_json v1.0.113 |
2421 | 2024-02-13T16:38:46.891Z | Documenting chrono v0.4.31 |
2422 | 2024-02-13T16:38:47.028Z | Documenting uuid v1.7.0 |
2423 | 2024-02-13T16:38:47.808Z | Documenting unicode-normalization v0.1.22 |
2424 | 2024-02-13T16:38:48.187Z | Documenting ppv-lite86 v0.2.17 |
2425 | 2024-02-13T16:38:51.516Z | Documenting unicode-bidi v0.3.13 |
2426 | 2024-02-13T16:38:51.668Z | Documenting rand_chacha v0.3.1 |
2427 | 2024-02-13T16:38:51.709Z | Documenting equivalent v1.0.1 |
2428 | 2024-02-13T16:38:52.248Z | Documenting generic-array v0.14.7 |
2429 | 2024-02-13T16:38:52.449Z | Documenting base64 v0.21.7 |
2430 | 2024-02-13T16:38:53.059Z | Documenting percent-encoding v2.3.1 |
2431 | 2024-02-13T16:38:54.486Z | Documenting indexmap v2.2.2 |
2432 | 2024-02-13T16:38:55.670Z | Documenting lazy_static v1.4.0 |
2433 | 2024-02-13T16:38:56.012Z | Documenting rand v0.8.5 |
2434 | 2024-02-13T16:38:56.393Z | Documenting serde_derive_internals v0.26.0 |
2435 | 2024-02-13T16:38:56.830Z | Checking serde_derive_internals v0.26.0 |
2436 | 2024-02-13T16:38:57.129Z | Documenting crypto-common v0.1.6 |
2437 | 2024-02-13T16:38:57.281Z | Documenting block-buffer v0.10.4 |
2438 | 2024-02-13T16:38:57.396Z | Documenting form_urlencoded v1.2.1 |
2439 | 2024-02-13T16:38:57.898Z | Documenting tracing v0.1.37 |
2440 | 2024-02-13T16:38:58.546Z | Documenting fnv v1.0.7 |
2441 | 2024-02-13T16:38:59.956Z | Documenting dyn-clone v1.0.16 |
2442 | 2024-02-13T16:39:01.356Z | Documenting cpufeatures v0.2.12 |
2443 | 2024-02-13T16:39:01.403Z | Documenting idna v0.5.0 |
2444 | 2024-02-13T16:39:01.659Z | Documenting httparse v1.8.0 |
2445 | 2024-02-13T16:39:01.733Z | Documenting schemars_derive v0.8.16 |
2446 | 2024-02-13T16:39:01.777Z | Documenting digest v0.10.7 |
2447 | 2024-02-13T16:39:02.272Z | Documenting errno v0.3.8 |
2448 | 2024-02-13T16:39:03.054Z | Documenting unicode-ident v1.0.12 |
2449 | 2024-02-13T16:39:04.169Z | Documenting unicode-width v0.1.11 |
2450 | 2024-02-13T16:39:05.398Z | Documenting url v2.5.0 |
2451 | 2024-02-13T16:39:05.869Z | Documenting proc-macro2 v1.0.78 |
2452 | 2024-02-13T16:39:06.147Z | Documenting adler v1.0.2 |
2453 | 2024-02-13T16:39:06.199Z | Documenting rustix v0.38.31 |
2454 | 2024-02-13T16:39:06.977Z | Documenting httpdate v1.0.3 |
2455 | 2024-02-13T16:39:07.864Z | Documenting try-lock v0.2.4 |
2456 | 2024-02-13T16:39:08.232Z | Documenting schemars v0.8.16 |
2457 | 2024-02-13T16:39:09.021Z | Documenting miniz_oxide v0.7.1 |
2458 | 2024-02-13T16:39:09.910Z | Documenting http-body v0.4.5 |
2459 | 2024-02-13T16:39:09.959Z | Documenting openssl-sys v0.9.96 |
2460 | 2024-02-13T16:39:10.699Z | Documenting want v0.3.1 |
2461 | 2024-02-13T16:39:10.811Z | Documenting openssl-macros v0.1.1 |
2462 | 2024-02-13T16:39:12.655Z | Documenting mime v0.3.17 |
2463 | 2024-02-13T16:39:12.847Z | Documenting tower-service v0.3.2 |
2464 | 2024-02-13T16:39:14.422Z | Documenting base64ct v1.6.0 |
2465 | 2024-02-13T16:39:14.586Z | Documenting quote v1.0.35 |
2466 | 2024-02-13T16:39:15.251Z | Documenting aho-corasick v1.0.4 |
2467 | 2024-02-13T16:39:15.706Z | Documenting slog v2.7.0 |
2468 | 2024-02-13T16:39:16.017Z | Documenting openssl v0.10.60 |
2469 | 2024-02-13T16:39:16.736Z | Documenting ipnet v2.9.0 |
2470 | 2024-02-13T16:39:17.341Z | Documenting openssl-probe v0.1.5 |
2471 | 2024-02-13T16:39:18.518Z | Documenting tokio-util v0.7.10 |
2472 | 2024-02-13T16:39:18.596Z | Documenting regex-syntax v0.8.2 |
2473 | 2024-02-13T16:39:18.743Z | Documenting syn v2.0.48 |
2474 | 2024-02-13T16:39:20.129Z | Documenting async-trait v0.1.77 |
2475 | 2024-02-13T16:39:20.344Z | Documenting pem-rfc7468 v0.7.0 |
2476 | 2024-02-13T16:39:21.017Z | Documenting crossbeam-utils v0.8.16 |
2477 | 2024-02-13T16:39:21.136Z | Documenting encoding_rs v0.8.33 |
2478 | 2024-02-13T16:39:24.257Z | Documenting native-tls v0.2.11 |
2479 | 2024-02-13T16:39:24.334Z | Documenting h2 v0.3.24 |
2480 | 2024-02-13T16:39:24.413Z | Documenting der_derive v0.7.2 |
2481 | 2024-02-13T16:39:24.763Z | Documenting utf8parse v0.2.1 |
2482 | 2024-02-13T16:39:25.075Z | Documenting flagset v0.4.3 |
2483 | 2024-02-13T16:39:25.338Z | Documenting regex-automata v0.4.4 |
2484 | 2024-02-13T16:39:25.642Z | Documenting serde_urlencoded v0.7.1 |
2485 | 2024-02-13T16:39:27.602Z | Documenting num-integer v0.1.45 |
2486 | 2024-02-13T16:39:27.884Z | Documenting time-macros v0.2.13 |
2487 | 2024-02-13T16:39:29.268Z | Documenting tokio-native-tls v0.3.1 |
2488 | 2024-02-13T16:39:29.716Z | Documenting der v0.7.8 |
2489 | 2024-02-13T16:39:29.818Z | Documenting deranged v0.3.8 |
2490 | 2024-02-13T16:39:31.691Z | Documenting time-core v0.1.1 |
2491 | 2024-02-13T16:39:33.057Z | Documenting num_threads v0.1.6 |
2492 | 2024-02-13T16:39:34.195Z | Documenting gimli v0.28.0 |
2493 | 2024-02-13T16:39:34.361Z | Documenting regex v1.10.3 |
2494 | 2024-02-13T16:39:34.489Z | Documenting object v0.32.1 |
2495 | 2024-02-13T16:39:34.524Z | Documenting webpki-roots v0.25.2 |
2496 | 2024-02-13T16:39:34.625Z | Documenting spki v0.7.2 |
2497 | 2024-02-13T16:39:35.551Z | Documenting hyper v0.14.27 |
2498 | 2024-02-13T16:39:36.827Z | Documenting time v0.3.27 |
2499 | 2024-02-13T16:39:37.533Z | Documenting rustc-demangle v0.1.23 |
2500 | 2024-02-13T16:39:38.485Z | Documenting spin v0.9.8 |
2501 | 2024-02-13T16:39:39.167Z | Documenting either v1.9.0 |
2502 | 2024-02-13T16:39:39.917Z | Documenting pkcs8 v0.10.2 |
2503 | 2024-02-13T16:39:40.462Z | Documenting addr2line v0.21.0 |
2504 | 2024-02-13T16:39:40.519Z | Documenting openapiv3 v2.0.0 |
2505 | 2024-02-13T16:39:41.684Z | Documenting futures-executor v0.3.30 |
2506 | 2024-02-13T16:39:42.276Z | Checking pest_meta v2.7.6 |
2507 | 2024-02-13T16:39:43.242Z | Documenting memoffset v0.9.0 |
2508 | 2024-02-13T16:39:43.253Z | Documenting data-encoding v2.4.0 |
2509 | 2024-02-13T16:39:44.246Z | Documenting anstyle v1.0.2 |
2510 | 2024-02-13T16:39:44.479Z | Documenting anstyle-parse v0.2.1 |
2511 | 2024-02-13T16:39:46.073Z | Documenting ipnetwork v0.20.0 |
2512 | 2024-02-13T16:39:46.233Z | Documenting crossbeam-epoch v0.9.15 |
2513 | 2024-02-13T16:39:47.294Z | Documenting backtrace v0.3.69 |
2514 | 2024-02-13T16:39:47.574Z | Documenting sha2 v0.10.8 |
2515 | 2024-02-13T16:39:47.612Z | Documenting hex v0.4.3 |
2516 | 2024-02-13T16:39:47.761Z | Documenting crc32fast v1.3.2 |
2517 | 2024-02-13T16:39:48.032Z | Documenting hyper-rustls v0.24.2 |
2518 | 2024-02-13T16:39:48.308Z | Documenting hyper-tls v0.5.0 |
2519 | 2024-02-13T16:39:50.275Z | Documenting pest_meta v2.7.6 |
2520 | 2024-02-13T16:39:51.100Z | Documenting scroll_derive v0.12.0 |
2521 | 2024-02-13T16:39:51.514Z | Documenting anstyle-query v1.0.0 |
2522 | 2024-02-13T16:39:51.731Z | Documenting untrusted v0.9.0 |
2523 | 2024-02-13T16:39:52.449Z | Documenting colorchoice v1.0.0 |
2524 | 2024-02-13T16:39:53.536Z | Documenting anyhow v1.0.75 |
2525 | 2024-02-13T16:39:54.553Z | Documenting ring v0.17.7 |
2526 | 2024-02-13T16:39:55.104Z | Documenting pest_generator v2.7.6 |
2527 | 2024-02-13T16:39:55.159Z | Documenting futures v0.3.30 |
2528 | 2024-02-13T16:39:55.259Z | Documenting anstream v0.5.0 |
2529 | 2024-02-13T16:39:55.547Z | Documenting scroll v0.12.0 |
2530 | 2024-02-13T16:39:55.563Z | Checking pest_generator v2.7.6 |
2531 | 2024-02-13T16:39:56.056Z | Documenting reqwest v0.11.22 |
2532 | 2024-02-13T16:39:56.331Z | Documenting num-iter v0.1.43 |
2533 | 2024-02-13T16:39:58.439Z | Documenting hmac v0.12.1 |
2534 | 2024-02-13T16:39:59.144Z | Documenting signal-hook v0.3.17 |
2535 | 2024-02-13T16:39:59.420Z | Documenting terminal_size v0.2.6 |
2536 | 2024-02-13T16:39:59.789Z | Documenting static_assertions v1.1.0 |
2537 | 2024-02-13T16:39:59.838Z | Documenting clap_lex v0.5.1 |
2538 | 2024-02-13T16:40:00.580Z | Documenting plain v0.2.3 |
2539 | 2024-02-13T16:40:02.796Z | Documenting ucd-trie v0.1.6 |
2540 | 2024-02-13T16:40:03.241Z | Documenting strsim v0.10.0 |
2541 | 2024-02-13T16:40:03.307Z | Documenting pest_derive v2.7.6 |
2542 | 2024-02-13T16:40:03.553Z | Documenting flate2 v1.0.28 |
2543 | 2024-02-13T16:40:03.630Z | Documenting goblin v0.8.0 |
2544 | 2024-02-13T16:40:03.861Z | Documenting clap_derive v4.4.2 |
2545 | 2024-02-13T16:40:04.405Z | Documenting unicode-segmentation v1.10.1 |
2546 | 2024-02-13T16:40:07.166Z | Documenting pest v2.7.6 |
2547 | 2024-02-13T16:40:07.748Z | Documenting clap_builder v4.4.2 |
2548 | 2024-02-13T16:40:07.827Z | Documenting pretty-hex v0.4.1 |
2549 | 2024-02-13T16:40:07.850Z | Documenting managed v0.8.0 |
2550 | 2024-02-13T16:40:07.868Z | Documenting signal-hook-mio v0.2.3 |
2551 | 2024-02-13T16:40:08.727Z | Documenting block-padding v0.3.3 |
2552 | 2024-02-13T16:40:09.072Z | Documenting scheduled-thread-pool v0.2.7 |
2553 | 2024-02-13T16:40:10.926Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2554 | 2024-02-13T16:40:11.021Z | Documenting dof v0.3.0 |
2555 | 2024-02-13T16:40:11.248Z | Documenting thread-id v4.2.0 |
2556 | 2024-02-13T16:40:12.140Z | Documenting dtrace-parser v0.2.0 |
2557 | 2024-02-13T16:40:12.203Z | Documenting enum-as-inner v0.5.1 |
2558 | 2024-02-13T16:40:12.896Z | Documenting diesel_table_macro_syntax v0.1.0 |
2559 | 2024-02-13T16:40:13.093Z | Checking diesel_table_macro_syntax v0.1.0 |
2560 | 2024-02-13T16:40:13.268Z | Documenting r2d2 v0.8.10 |
2561 | 2024-02-13T16:40:14.081Z | Documenting clap v4.4.3 |
2562 | 2024-02-13T16:40:14.838Z | Documenting bzip2 v0.4.4 |
2563 | 2024-02-13T16:40:15.088Z | Documenting inout v0.1.3 |
2564 | 2024-02-13T16:40:16.107Z | Documenting crossterm v0.27.0 |
2565 | 2024-02-13T16:40:16.554Z | Documenting usdt-impl v0.5.0 |
2566 | 2024-02-13T16:40:16.566Z | Documenting trust-dns-proto v0.22.0 |
2567 | 2024-02-13T16:40:17.459Z | Documenting md-5 v0.10.5 |
2568 | 2024-02-13T16:40:17.537Z | Documenting diesel_derives v2.1.2 |
2569 | 2024-02-13T16:40:18.848Z | Documenting stringprep v0.1.3 |
2570 | 2024-02-13T16:40:18.979Z | Documenting toml_datetime v0.6.5 |
2571 | 2024-02-13T16:40:19.280Z | Documenting serde_spanned v0.6.5 |
2572 | 2024-02-13T16:40:21.350Z | Documenting ff v0.13.0 |
2573 | 2024-02-13T16:40:22.235Z | Documenting regress v0.7.1 |
2574 | 2024-02-13T16:40:22.699Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2575 | 2024-02-13T16:40:22.952Z | Documenting winnow v0.5.15 |
2576 | 2024-02-13T16:40:23.233Z | Documenting fallible-iterator v0.2.0 |
2577 | 2024-02-13T16:40:24.350Z | Documenting siphasher v0.3.11 |
2578 | 2024-02-13T16:40:24.542Z | Documenting base16ct v0.2.0 |
2579 | 2024-02-13T16:40:25.282Z | Documenting bit-vec v0.6.3 |
2580 | 2024-02-13T16:40:25.580Z | Documenting group v0.13.0 |
2581 | 2024-02-13T16:40:26.524Z | Documenting diesel v2.1.4 |
2582 | 2024-02-13T16:40:27.310Z | Documenting phf_shared v0.11.2 |
2583 | 2024-02-13T16:40:27.761Z | Documenting sec1 v0.7.3 |
2584 | 2024-02-13T16:40:28.089Z | Documenting cipher v0.4.4 |
2585 | 2024-02-13T16:40:28.281Z | Documenting postgres-protocol v0.6.6 |
2586 | 2024-02-13T16:40:28.294Z | Documenting toml_edit v0.21.1 |
2587 | 2024-02-13T16:40:29.383Z | Documenting zip v0.6.6 |
2588 | 2024-02-13T16:40:29.643Z | Documenting hkdf v0.12.4 |
2589 | 2024-02-13T16:40:31.090Z | Documenting num-bigint v0.4.4 |
2590 | 2024-02-13T16:40:33.793Z | Documenting crypto-bigint v0.5.2 |
2591 | 2024-02-13T16:40:33.937Z | Documenting hubpack v0.1.2 |
2592 | 2024-02-13T16:40:34.350Z | Documenting bstr v1.6.0 |
2593 | 2024-02-13T16:40:34.576Z | Documenting serde_repr v0.1.16 |
2594 | 2024-02-13T16:40:34.874Z | Documenting fixedbitset v0.4.2 |
2595 | 2024-02-13T16:40:35.247Z | Documenting lalrpop-util v0.19.12 |
2596 | 2024-02-13T16:40:38.212Z | Documenting minimal-lexical v0.2.1 |
2597 | 2024-02-13T16:40:38.484Z | Documenting heck v0.4.1 |
2598 | 2024-02-13T16:40:38.770Z | Documenting new_debug_unreachable v1.0.4 |
2599 | 2024-02-13T16:40:39.139Z | Documenting precomputed-hash v0.1.1 |
2600 | 2024-02-13T16:40:39.457Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2601 | 2024-02-13T16:40:40.053Z | Documenting yasna v0.5.2 |
2602 | 2024-02-13T16:40:40.753Z | Documenting elliptic-curve v0.13.8 |
2603 | 2024-02-13T16:40:41.753Z | Documenting petgraph v0.6.4 |
2604 | 2024-02-13T16:40:42.146Z | Documenting nom v7.1.3 |
2605 | 2024-02-13T16:40:43.026Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2606 | 2024-02-13T16:40:43.089Z | Documenting string_cache v0.8.7 |
2607 | 2024-02-13T16:40:46.206Z | Documenting postgres-types v0.2.6 |
2608 | 2024-02-13T16:40:46.903Z | Documenting phf v0.11.2 |
2609 | 2024-02-13T16:40:47.043Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2610 | 2024-02-13T16:40:47.336Z | Documenting console v0.15.8 |
2611 | 2024-02-13T16:40:47.798Z | Documenting semver v1.0.21 |
2612 | 2024-02-13T16:40:49.236Z | Documenting float-cmp v0.9.0 |
2613 | 2024-02-13T16:40:50.961Z | Documenting whoami v1.4.1 |
2614 | 2024-02-13T16:40:50.990Z | Documenting predicates-core v1.0.6 |
2615 | 2024-02-13T16:40:51.070Z | Documenting difflib v0.4.0 |
2616 | 2024-02-13T16:40:51.642Z | Documenting normalize-line-endings v0.3.0 |
2617 | 2024-02-13T16:40:52.285Z | Documenting bit-set v0.5.3 |
2618 | 2024-02-13T16:40:53.975Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2619 | 2024-02-13T16:40:53.995Z | Documenting similar v2.3.0 |
2620 | 2024-02-13T16:40:54.306Z | Documenting getopts v0.2.21 |
2621 | 2024-02-13T16:40:54.720Z | Documenting tokio-postgres v0.7.10 |
2622 | 2024-02-13T16:40:54.833Z | Documenting tokio-stream v0.1.14 |
2623 | 2024-02-13T16:40:54.943Z | Checking ident_case v1.0.1 |
2624 | 2024-02-13T16:40:55.104Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2625 | 2024-02-13T16:40:55.293Z | Documenting predicates v3.1.0 |
2626 | 2024-02-13T16:40:56.411Z | Documenting match_cfg v0.1.0 |
2627 | 2024-02-13T16:40:58.321Z | Documenting sha1 v0.10.6 |
2628 | 2024-02-13T16:40:58.809Z | Documenting dirs-sys-next v0.1.2 |
2629 | 2024-02-13T16:40:59.225Z | Documenting hostname v0.3.1 |
2630 | 2024-02-13T16:41:00.028Z | Documenting rustls-pki-types v1.1.0 |
2631 | 2024-02-13T16:41:00.281Z | Documenting camino v1.1.6 |
2632 | 2024-02-13T16:41:01.673Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2633 | 2024-02-13T16:41:02.235Z | Documenting paste v1.0.14 |
2634 | 2024-02-13T16:41:02.731Z | Documenting dirs-next v2.0.0 |
2635 | 2024-02-13T16:41:03.157Z | Documenting thread_local v1.1.7 |
2636 | 2024-02-13T16:41:03.316Z | Documenting crossbeam-channel v0.5.8 |
2637 | 2024-02-13T16:41:04.048Z | Documenting rustls-webpki v0.102.1 |
2638 | 2024-02-13T16:41:04.323Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2639 | 2024-02-13T16:41:05.300Z | Documenting atty v0.2.14 |
2640 | 2024-02-13T16:41:06.569Z | Documenting term v0.7.0 |
2641 | 2024-02-13T16:41:06.753Z | Documenting take_mut v0.2.2 |
2642 | 2024-02-13T16:41:07.530Z | Documenting slog-json v2.6.1 |
2643 | 2024-02-13T16:41:07.685Z | Documenting http v1.0.0 |
2644 | 2024-02-13T16:41:08.027Z | Documenting async-stream-impl v0.3.5 |
2645 | 2024-02-13T16:41:08.471Z | Documenting atomic-waker v1.1.1 |
2646 | 2024-02-13T16:41:08.482Z | Documenting rustls v0.22.2 |
2647 | 2024-02-13T16:41:09.898Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2648 | 2024-02-13T16:41:10.438Z | Documenting slog-async v2.8.0 |
2649 | 2024-02-13T16:41:10.619Z | Documenting slog-term v2.9.0 |
2650 | 2024-02-13T16:41:11.548Z | Documenting debug-ignore v1.0.5 |
2651 | 2024-02-13T16:41:12.161Z | Documenting slog-bunyan v2.5.0 |
2652 | 2024-02-13T16:41:12.547Z | Documenting async-stream v0.3.5 |
2653 | 2024-02-13T16:41:13.695Z | Documenting multer v3.0.0 |
2654 | 2024-02-13T16:41:14.473Z | Documenting waitgroup v0.1.2 |
2655 | 2024-02-13T16:41:15.024Z | Documenting rustls-pemfile v2.0.0 |
2656 | 2024-02-13T16:41:15.169Z | Checking darling_core v0.20.3 |
2657 | 2024-02-13T16:41:16.316Z | Documenting toml v0.8.9 |
2658 | 2024-02-13T16:41:17.101Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2659 | 2024-02-13T16:41:17.207Z | Documenting serde_path_to_error v0.1.15 |
2660 | 2024-02-13T16:41:17.591Z | Documenting tokio-rustls v0.25.0 |
2661 | 2024-02-13T16:41:18.262Z | Checking darling v0.20.3 |
2662 | 2024-02-13T16:41:18.372Z | Documenting serde_with_macros v3.6.0 |
2663 | 2024-02-13T16:41:18.639Z | Documenting structmeta-derive v0.3.0 |
2664 | 2024-02-13T16:41:19.268Z | Checking structmeta v0.3.0 |
2665 | 2024-02-13T16:41:19.497Z | Documenting instant v0.1.12 |
2666 | 2024-02-13T16:41:20.877Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2667 | 2024-02-13T16:41:21.510Z | Documenting macaddr v1.0.1 |
2668 | 2024-02-13T16:41:22.218Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2669 | 2024-02-13T16:41:22.936Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2670 | 2024-02-13T16:41:23.109Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2671 | 2024-02-13T16:41:23.175Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2024-02-13T16:41:23.285Z | Documenting backoff v0.4.0 |
2673 | 2024-02-13T16:41:23.414Z | Documenting serde_with v3.6.0 |
2674 | 2024-02-13T16:41:23.719Z | Documenting structmeta v0.3.0 |
2675 | 2024-02-13T16:41:25.444Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2676 | 2024-02-13T16:41:25.622Z | Documenting fastrand v2.0.1 |
2677 | 2024-02-13T16:41:25.893Z | Documenting proc-macro-error-attr v1.0.4 |
2678 | 2024-02-13T16:41:26.533Z | Documenting is-terminal v0.4.9 |
2679 | 2024-02-13T16:41:28.145Z | Documenting parse-display-derive v0.9.0 |
2680 | 2024-02-13T16:41:29.481Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2681 | 2024-02-13T16:41:29.580Z | Checking proc-macro-error v1.0.4 |
2682 | 2024-02-13T16:41:29.859Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2024-02-13T16:41:29.880Z | Documenting proc-macro-error v1.0.4 |
2684 | 2024-02-13T16:41:30.043Z | Documenting tempfile v3.10.0 |
2685 | 2024-02-13T16:41:30.134Z | Checking proc-macro-crate v1.3.1 |
2686 | 2024-02-13T16:41:30.325Z | Documenting proc-macro-crate v1.3.1 |
2687 | 2024-02-13T16:41:30.372Z | Documenting hash32 v0.3.1 |
2688 | 2024-02-13T16:41:30.867Z | Documenting stable_deref_trait v1.2.0 |
2689 | 2024-02-13T16:41:31.898Z | Documenting embedded-io v0.4.0 |
2690 | 2024-02-13T16:41:33.716Z | Documenting cobs v0.2.3 |
2691 | 2024-02-13T16:41:34.080Z | Documenting parse-display v0.9.0 |
2692 | 2024-02-13T16:41:34.475Z | Documenting camino-tempfile v1.1.1 |
2693 | 2024-02-13T16:41:34.576Z | Documenting heapless v0.8.0 |
2694 | 2024-02-13T16:41:35.037Z | Documenting foreign-types-macros v0.2.3 |
2695 | 2024-02-13T16:41:35.206Z | Documenting foreign-types-shared v0.3.1 |
2696 | 2024-02-13T16:41:35.657Z | Documenting num_enum_derive v0.5.11 |
2697 | 2024-02-13T16:41:36.636Z | Documenting postcard v1.0.8 |
2698 | 2024-02-13T16:41:38.098Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2699 | 2024-02-13T16:41:38.110Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2024-02-13T16:41:38.310Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2024-02-13T16:41:38.901Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2024-02-13T16:41:39.473Z | Documenting smoltcp v0.11.0 |
2703 | 2024-02-13T16:41:39.634Z | Documenting foreign-types v0.5.0 |
2704 | 2024-02-13T16:41:41.022Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2705 | 2024-02-13T16:41:41.440Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-02-13T16:41:41.910Z | Documenting num_enum v0.5.11 |
2707 | 2024-02-13T16:41:41.952Z | Documenting cstr-argument v0.1.2 |
2708 | 2024-02-13T16:41:43.355Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2709 | 2024-02-13T16:41:43.686Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-13T16:41:44.778Z | Documenting colored v2.0.4 |
2711 | 2024-02-13T16:41:45.613Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2712 | 2024-02-13T16:41:45.627Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2713 | 2024-02-13T16:41:46.628Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2714 | 2024-02-13T16:41:47.674Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-13T16:41:48.043Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2024-02-13T16:41:49.272Z | Documenting zone_cfg_derive v0.3.0 |
2717 | 2024-02-13T16:41:50.378Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2718 | 2024-02-13T16:41:51.226Z | Documenting num-derive v0.4.0 |
2719 | 2024-02-13T16:41:51.408Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-13T16:41:52.056Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2721 | 2024-02-13T16:41:52.139Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2722 | 2024-02-13T16:41:53.413Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-02-13T16:41:54.726Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2724 | 2024-02-13T16:41:54.874Z | Documenting zone v0.3.0 |
2725 | 2024-02-13T16:41:55.925Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2726 | 2024-02-13T16:41:57.115Z | Documenting smf v0.2.2 |
2727 | 2024-02-13T16:41:58.390Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-02-13T16:41:59.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2729 | 2024-02-13T16:41:59.311Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-02-13T16:42:00.424Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2731 | 2024-02-13T16:42:00.542Z | Documenting password-hash v0.5.0 |
2732 | 2024-02-13T16:42:00.750Z | Documenting blake2 v0.10.6 |
2733 | 2024-02-13T16:42:01.112Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2734 | 2024-02-13T16:42:01.335Z | Documenting linked-hash-map v0.5.6 |
2735 | 2024-02-13T16:42:02.369Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-02-13T16:42:04.653Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-13T16:42:05.249Z | Documenting itertools v0.12.1 |
2738 | 2024-02-13T16:42:05.511Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2739 | 2024-02-13T16:42:05.549Z | Documenting memmap v0.7.0 |
2740 | 2024-02-13T16:42:05.821Z | Documenting argon2 v0.5.3 |
2741 | 2024-02-13T16:42:06.028Z | Documenting lru-cache v0.1.2 |
2742 | 2024-02-13T16:42:07.690Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2743 | 2024-02-13T16:42:08.996Z | Documenting quick-error v1.2.3 |
2744 | 2024-02-13T16:42:09.480Z | Documenting usdt v0.5.0 |
2745 | 2024-02-13T16:42:09.822Z | Documenting swrite v0.1.0 |
2746 | 2024-02-13T16:42:09.858Z | Documenting newtype_derive v0.1.6 |
2747 | 2024-02-13T16:42:10.379Z | Documenting tap v1.0.1 |
2748 | 2024-02-13T16:42:10.792Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2749 | 2024-02-13T16:42:12.547Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2024-02-13T16:42:12.787Z | Documenting resolv-conf v0.7.0 |
2751 | 2024-02-13T16:42:13.409Z | Documenting wyz v0.5.1 |
2752 | 2024-02-13T16:42:13.531Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2753 | 2024-02-13T16:42:13.750Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2754 | 2024-02-13T16:42:13.798Z | Documenting steno v0.4.0 |
2755 | 2024-02-13T16:42:13.836Z | Documenting radium v0.7.0 |
2756 | 2024-02-13T16:42:16.549Z | Documenting nibble_vec v0.1.0 |
2757 | 2024-02-13T16:42:16.797Z | Documenting trust-dns-resolver v0.22.0 |
2758 | 2024-02-13T16:42:16.948Z | Checking heck v0.3.3 |
2759 | 2024-02-13T16:42:17.036Z | Documenting funty v2.0.0 |
2760 | 2024-02-13T16:42:17.117Z | Documenting crc-catalog v2.2.0 |
2761 | 2024-02-13T16:42:17.538Z | Documenting endian-type v0.1.2 |
2762 | 2024-02-13T16:42:20.069Z | Documenting crc v3.0.1 |
2763 | 2024-02-13T16:42:20.285Z | Documenting bitvec v1.0.1 |
2764 | 2024-02-13T16:42:21.146Z | Documenting structopt-derive v0.4.18 |
2765 | 2024-02-13T16:42:21.366Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-13T16:42:23.099Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-13T16:42:24.529Z | Documenting xattr v1.0.1 |
2768 | 2024-02-13T16:42:25.513Z | Documenting filetime v0.2.23 |
2769 | 2024-02-13T16:42:25.537Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-13T16:42:25.690Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-13T16:42:27.368Z | Documenting structopt v0.3.26 |
2772 | 2024-02-13T16:42:29.280Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2773 | 2024-02-13T16:42:29.288Z | Documenting array-init v0.0.4 |
2774 | 2024-02-13T16:42:29.392Z | Documenting libefi-sys v0.1.0 |
2775 | 2024-02-13T16:42:29.429Z | Documenting tar v0.4.40 |
2776 | 2024-02-13T16:42:29.753Z | Documenting num-bigint-dig v0.8.4 |
2777 | 2024-02-13T16:42:31.633Z | Documenting packed_struct v0.10.1 |
2778 | 2024-02-13T16:42:31.741Z | Documenting num-rational v0.4.1 |
2779 | 2024-02-13T16:42:31.942Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2780 | 2024-02-13T16:42:33.481Z | Documenting pkcs1 v0.7.5 |
2781 | 2024-02-13T16:42:33.630Z | Documenting signature v2.1.0 |
2782 | 2024-02-13T16:42:35.419Z | Documenting num-complex v0.4.4 |
2783 | 2024-02-13T16:42:36.133Z | Documenting arc-swap v1.6.0 |
2784 | 2024-02-13T16:42:36.238Z | Documenting termcolor v1.2.0 |
2785 | 2024-02-13T16:42:37.067Z | Documenting bitfield v0.14.0 |
2786 | 2024-02-13T16:42:37.096Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2787 | 2024-02-13T16:42:38.140Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2788 | 2024-02-13T16:42:38.641Z | Documenting rsa v0.9.2 |
2789 | 2024-02-13T16:42:39.961Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2790 | 2024-02-13T16:42:40.197Z | Documenting slog-scope v4.4.0 |
2791 | 2024-02-13T16:42:40.512Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2792 | 2024-02-13T16:42:40.945Z | Documenting num v0.4.1 |
2793 | 2024-02-13T16:42:41.052Z | Documenting env_logger v0.10.0 |
2794 | 2024-02-13T16:42:43.249Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-13T16:42:44.026Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2796 | 2024-02-13T16:42:45.423Z | Documenting x509-cert v0.2.4 |
2797 | 2024-02-13T16:42:45.640Z | Documenting libsw v3.3.1 |
2798 | 2024-02-13T16:42:47.124Z | Documenting ron v0.8.1 |
2799 | 2024-02-13T16:42:47.200Z | Documenting gethostname v0.4.3 |
2800 | 2024-02-13T16:42:48.013Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-13T16:42:48.365Z | Documenting half v2.3.1 |
2802 | 2024-02-13T16:42:49.709Z | Documenting derive-where v1.2.7 |
2803 | 2024-02-13T16:42:50.537Z | Documenting same-file v1.0.6 |
2804 | 2024-02-13T16:42:51.076Z | Documenting owo-colors v4.0.0 |
2805 | 2024-02-13T16:42:51.206Z | Documenting ciborium-io v0.2.2 |
2806 | 2024-02-13T16:42:51.462Z | Documenting crc-any v2.4.3 |
2807 | 2024-02-13T16:42:51.706Z | Documenting linear-map v1.2.0 |
2808 | 2024-02-13T16:42:53.349Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2809 | 2024-02-13T16:42:54.554Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2810 | 2024-02-13T16:42:54.979Z | Documenting ciborium-ll v0.2.2 |
2811 | 2024-02-13T16:42:55.147Z | Documenting walkdir v2.4.0 |
2812 | 2024-02-13T16:42:55.815Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2813 | 2024-02-13T16:42:56.586Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2814 | 2024-02-13T16:42:56.782Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2815 | 2024-02-13T16:42:59.149Z | Documenting slog-stdlog v4.1.1 |
2816 | 2024-02-13T16:42:59.898Z | Documenting slog-dtrace v0.3.0 |
2817 | 2024-02-13T16:43:00.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2818 | 2024-02-13T16:43:03.829Z | Documenting path-slash v0.1.5 |
2819 | 2024-02-13T16:43:03.967Z | Documenting slog-envlogger v2.2.0 |
2820 | 2024-02-13T16:43:06.028Z | Documenting ciborium v0.2.2 |
2821 | 2024-02-13T16:43:06.989Z | Documenting pem v3.0.2 |
2822 | 2024-02-13T16:43:07.571Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2823 | 2024-02-13T16:43:07.594Z | Documenting fxhash v0.2.1 |
2824 | 2024-02-13T16:43:08.171Z | Documenting display-error-chain v0.2.0 |
2825 | 2024-02-13T16:43:09.398Z | Documenting utf-8 v0.7.6 |
2826 | 2024-02-13T16:43:10.697Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2827 | 2024-02-13T16:43:10.863Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2828 | 2024-02-13T16:43:11.606Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-02-13T16:43:11.981Z | Documenting vte_generate_state_changes v0.1.1 |
2830 | 2024-02-13T16:43:12.278Z | Checking convert_case v0.4.0 |
2831 | 2024-02-13T16:43:12.491Z | Documenting convert_case v0.4.0 |
2832 | 2024-02-13T16:43:13.175Z | Documenting tungstenite v0.20.1 |
2833 | 2024-02-13T16:43:16.272Z | Documenting vte v0.11.1 |
2834 | 2024-02-13T16:43:16.284Z | Documenting derive_more v0.99.17 |
2835 | 2024-02-13T16:43:16.747Z | Documenting buf-list v1.0.3 |
2836 | 2024-02-13T16:43:19.809Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-02-13T16:43:20.251Z | Documenting tokio-tungstenite v0.20.1 |
2838 | 2024-02-13T16:43:20.332Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2839 | 2024-02-13T16:43:20.721Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2840 | 2024-02-13T16:43:21.048Z | Checking darling_core v0.14.4 |
2841 | 2024-02-13T16:43:21.749Z | Documenting pin-project-internal v1.1.3 |
2842 | 2024-02-13T16:43:22.188Z | Documenting strip-ansi-escapes v0.2.0 |
2843 | 2024-02-13T16:43:22.922Z | Checking darling v0.14.4 |
2844 | 2024-02-13T16:43:23.043Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2024-02-13T16:43:26.276Z | Documenting doc-comment v0.3.3 |
2846 | 2024-02-13T16:43:27.061Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-13T16:43:28.315Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2848 | 2024-02-13T16:43:28.411Z | Documenting crossbeam-deque v0.8.3 |
2849 | 2024-02-13T16:43:29.339Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-02-13T16:43:29.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2024-02-13T16:43:29.774Z | Documenting snafu-derive v0.7.5 |
2852 | 2024-02-13T16:43:30.059Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-02-13T16:43:30.399Z | Documenting nu-ansi-term v0.49.0 |
2854 | 2024-02-13T16:43:32.511Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-13T16:43:33.089Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-02-13T16:43:34.533Z | Documenting reedline v0.28.0 |
2857 | 2024-02-13T16:43:34.971Z | Documenting trust-dns-client v0.22.0 |
2858 | 2024-02-13T16:43:36.571Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2024-02-13T16:43:36.854Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-13T16:43:37.180Z | Documenting globset v0.4.13 |
2861 | 2024-02-13T16:43:37.856Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-13T16:43:38.561Z | Documenting snafu v0.7.5 |
2863 | 2024-02-13T16:43:41.737Z | Documenting serde_plain v1.0.2 |
2864 | 2024-02-13T16:43:42.208Z | Documenting headers-core v0.2.0 |
2865 | 2024-02-13T16:43:42.268Z | Documenting async-recursion v1.0.5 |
2866 | 2024-02-13T16:43:42.454Z | Documenting bytecount v0.6.3 |
2867 | 2024-02-13T16:43:43.449Z | Documenting typed-path v0.7.0 |
2868 | 2024-02-13T16:43:44.737Z | Documenting keccak v0.1.4 |
2869 | 2024-02-13T16:43:44.879Z | Documenting trust-dns-server v0.22.1 |
2870 | 2024-02-13T16:43:45.374Z | Documenting papergrid v0.11.0 |
2871 | 2024-02-13T16:43:45.995Z | Documenting rayon v1.8.0 |
2872 | 2024-02-13T16:43:47.124Z | Documenting headers v0.3.9 |
2873 | 2024-02-13T16:43:47.717Z | Documenting sha3 v0.10.8 |
2874 | 2024-02-13T16:43:48.909Z | Documenting tough v0.16.0 |
2875 | 2024-02-13T16:43:49.127Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-02-13T16:43:50.197Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-02-13T16:43:51.419Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-02-13T16:43:52.864Z | Checking derive_builder_core v0.12.0 |
2879 | 2024-02-13T16:43:52.890Z | Documenting derive_builder_core v0.12.0 |
2880 | 2024-02-13T16:43:53.620Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2881 | 2024-02-13T16:43:53.747Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2882 | 2024-02-13T16:43:53.954Z | Documenting sled v0.34.7 |
2883 | 2024-02-13T16:43:54.316Z | Documenting fs-err v2.11.0 |
2884 | 2024-02-13T16:43:54.419Z | Documenting unicase v2.7.0 |
2885 | 2024-02-13T16:43:54.451Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2886 | 2024-02-13T16:43:54.515Z | Documenting tabled_derive v0.7.0 |
2887 | 2024-02-13T16:43:54.777Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2888 | 2024-02-13T16:43:57.868Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2889 | 2024-02-13T16:43:58.152Z | Documenting fd-lock v4.0.2 |
2890 | 2024-02-13T16:43:59.422Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-02-13T16:43:59.620Z | Documenting nix v0.27.1 |
2892 | 2024-02-13T16:44:00.424Z | Documenting secrecy v0.8.0 |
2893 | 2024-02-13T16:44:00.457Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2894 | 2024-02-13T16:44:01.984Z | Documenting rustversion v1.0.14 |
2895 | 2024-02-13T16:44:02.527Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-13T16:44:02.847Z | Documenting parse-size v1.0.0 |
2897 | 2024-02-13T16:44:03.182Z | Documenting home v0.5.5 |
2898 | 2024-02-13T16:44:05.037Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-13T16:44:05.311Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2900 | 2024-02-13T16:44:05.768Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2901 | 2024-02-13T16:44:06.054Z | Documenting castaway v0.2.2 |
2902 | 2024-02-13T16:44:06.701Z | Documenting derive_builder_macro v0.12.0 |
2903 | 2024-02-13T16:44:07.028Z | Documenting rustyline v13.0.0 |
2904 | 2024-02-13T16:44:07.949Z | Documenting sqlparser v0.43.1 |
2905 | 2024-02-13T16:44:09.002Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-13T16:44:09.869Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2907 | 2024-02-13T16:44:11.184Z | Documenting tabled v0.15.0 |
2908 | 2024-02-13T16:44:13.869Z | Documenting mime_guess v2.0.4 |
2909 | 2024-02-13T16:44:15.728Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2910 | 2024-02-13T16:44:17.516Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2911 | 2024-02-13T16:44:17.786Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2024-02-13T16:44:18.966Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2913 | 2024-02-13T16:44:19.271Z | Documenting universal-hash v0.5.1 |
2914 | 2024-02-13T16:44:20.869Z | Documenting bcs v0.1.6 |
2915 | 2024-02-13T16:44:23.597Z | Documenting kstat-rs v0.2.3 |
2916 | 2024-02-13T16:44:25.567Z | Documenting thiserror-impl-no-std v2.0.2 |
2917 | 2024-02-13T16:44:25.641Z | Documenting ref-cast-impl v1.0.20 |
2918 | 2024-02-13T16:44:27.953Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2919 | 2024-02-13T16:44:29.166Z | Documenting curve25519-dalek-derive v0.1.0 |
2920 | 2024-02-13T16:44:30.796Z | Documenting opaque-debug v0.3.0 |
2921 | 2024-02-13T16:44:30.921Z | Documenting highway v1.1.0 |
2922 | 2024-02-13T16:44:31.459Z | Documenting ref-cast v1.0.20 |
2923 | 2024-02-13T16:44:32.466Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2924 | 2024-02-13T16:44:32.803Z | Documenting thiserror-no-std v2.0.2 |
2925 | 2024-02-13T16:44:33.688Z | Documenting curve25519-dalek v4.1.1 |
2926 | 2024-02-13T16:44:33.772Z | Documenting poly1305 v0.8.0 |
2927 | 2024-02-13T16:44:34.482Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2928 | 2024-02-13T16:44:34.952Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2929 | 2024-02-13T16:44:35.794Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2930 | 2024-02-13T16:44:35.858Z | Documenting derive_builder v0.12.0 |
2931 | 2024-02-13T16:44:36.326Z | Documenting compact_str v0.7.1 |
2932 | 2024-02-13T16:44:38.897Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2933 | 2024-02-13T16:44:39.423Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2934 | 2024-02-13T16:44:40.375Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2024-02-13T16:44:40.931Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-02-13T16:44:43.454Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2024-02-13T16:44:48.706Z | Documenting portable-atomic v1.4.3 |
2938 | 2024-02-13T16:44:51.425Z | Documenting ed25519 v1.5.3 |
2939 | 2024-02-13T16:44:52.517Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-13T16:44:54.403Z | Documenting strum v0.26.1 |
2941 | 2024-02-13T16:44:57.013Z | Documenting libxml v0.3.3 |
2942 | 2024-02-13T16:44:57.569Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-02-13T16:44:58.197Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-13T16:45:00.713Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-02-13T16:45:01.313Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2946 | 2024-02-13T16:45:01.498Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2947 | 2024-02-13T16:45:01.596Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2948 | 2024-02-13T16:45:02.284Z | Documenting chacha20 v0.9.1 |
2949 | 2024-02-13T16:45:03.218Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2950 | 2024-02-13T16:45:03.411Z | Documenting bb8 v0.8.3 |
2951 | 2024-02-13T16:45:07.425Z | Documenting aead v0.5.2 |
2952 | 2024-02-13T16:45:09.734Z | Documenting lru v0.12.1 |
2953 | 2024-02-13T16:45:10.415Z | Documenting quick-xml v0.30.0 |
2954 | 2024-02-13T16:45:12.910Z | Documenting stability v0.1.1 |
2955 | 2024-02-13T16:45:13.006Z | Documenting oso-derive v0.27.0 |
2956 | 2024-02-13T16:45:13.890Z | Documenting impl-trait-for-tuples v0.2.2 |
2957 | 2024-02-13T16:45:15.030Z | Documenting maplit v1.0.2 |
2958 | 2024-02-13T16:45:15.269Z | Documenting glob v0.3.1 |
2959 | 2024-02-13T16:45:16.826Z | Documenting number_prefix v0.4.0 |
2960 | 2024-02-13T16:45:17.507Z | Documenting cassowary v0.3.0 |
2961 | 2024-02-13T16:45:17.705Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2962 | 2024-02-13T16:45:18.851Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2963 | 2024-02-13T16:45:19.348Z | Documenting chacha20poly1305 v0.10.1 |
2964 | 2024-02-13T16:45:20.003Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-02-13T16:45:20.391Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2966 | 2024-02-13T16:45:20.424Z | Documenting oso v0.27.0 |
2967 | 2024-02-13T16:45:20.569Z | Documenting indicatif v0.17.7 |
2968 | 2024-02-13T16:45:21.585Z | Documenting ratatui v0.26.0 |
2969 | 2024-02-13T16:45:25.670Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2970 | 2024-02-13T16:45:25.903Z | Documenting salty v0.2.0 |
2971 | 2024-02-13T16:45:26.205Z | Documenting vsss-rs v3.3.4 |
2972 | 2024-02-13T16:45:29.898Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2024-02-13T16:45:30.461Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2024-02-13T16:45:31.035Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2975 | 2024-02-13T16:45:32.111Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2976 | 2024-02-13T16:45:33.178Z | Documenting cookie v0.18.0 |
2977 | 2024-02-13T16:45:33.673Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2978 | 2024-02-13T16:45:35.506Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-02-13T16:45:37.684Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2980 | 2024-02-13T16:45:39.553Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2981 | 2024-02-13T16:45:39.711Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2982 | 2024-02-13T16:45:39.872Z | Documenting serde-big-array v0.5.1 |
2983 | 2024-02-13T16:45:40.702Z | Documenting rtoolbox v0.0.1 |
2984 | 2024-02-13T16:45:41.801Z | Documenting http-range v0.1.5 |
2985 | 2024-02-13T16:45:42.647Z | Documenting humantime v2.1.0 |
2986 | 2024-02-13T16:45:44.456Z | Documenting unicode-linebreak v0.1.5 |
2987 | 2024-02-13T16:45:44.804Z | Documenting smawk v0.3.1 |
2988 | 2024-02-13T16:45:45.645Z | Documenting is_ci v1.1.1 |
2989 | 2024-02-13T16:45:45.883Z | Documenting hyper-staticfile v0.9.5 |
2990 | 2024-02-13T16:45:46.557Z | Documenting rpassword v7.3.1 |
2991 | 2024-02-13T16:45:47.559Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2992 | 2024-02-13T16:45:48.209Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2993 | 2024-02-13T16:45:49.302Z | Documenting textwrap v0.16.0 |
2994 | 2024-02-13T16:45:49.482Z | Documenting supports-color v2.1.0 |
2995 | 2024-02-13T16:45:50.997Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2996 | 2024-02-13T16:45:51.159Z | Documenting tui-tree-widget v0.17.0 |
2997 | 2024-02-13T16:45:53.637Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2024-02-13T16:45:53.892Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2999 | 2024-02-13T16:45:53.985Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3000 | 2024-02-13T16:45:54.282Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3001 | 2024-02-13T16:45:54.746Z | Documenting rcgen v0.12.1 |
3002 | 2024-02-13T16:45:57.339Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3003 | 2024-02-13T16:45:57.991Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3004 | 2024-02-13T16:45:58.404Z | Documenting atomicwrites v0.4.3 |
3005 | 2024-02-13T16:45:59.493Z | Documenting signal-hook-tokio v0.3.1 |
3006 | 2024-02-13T16:46:02.816Z | Documenting memmap2 v0.7.1 |
3007 | 2024-02-13T16:46:02.881Z | Documenting subprocess v0.2.9 |
3008 | 2024-02-13T16:46:04.248Z | Documenting constant_time_eq v0.3.0 |
3009 | 2024-02-13T16:46:04.415Z | Documenting arrayref v0.3.7 |
3010 | 2024-02-13T16:46:07.032Z | Documenting shell-words v1.1.0 |
3011 | 2024-02-13T16:46:07.256Z | Documenting arrayvec v0.7.4 |
3012 | 2024-02-13T16:46:07.316Z | Documenting corncobs v0.1.3 |
3013 | 2024-02-13T16:46:07.449Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3014 | 2024-02-13T16:46:10.491Z | Documenting blake3 v1.5.0 |
3015 | 2024-02-13T16:46:10.602Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3016 | 2024-02-13T16:46:11.541Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3017 | 2024-02-13T16:46:14.553Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-02-13T16:46:15.027Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3019 | 2024-02-13T16:46:15.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-13T16:46:17.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-13T16:46:18.600Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3022 | 2024-02-13T16:46:21.887Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3023 | 2024-02-13T16:46:28.339Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3024 | 2024-02-13T16:46:30.045Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3025 | 2024-02-13T16:46:35.267Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3026 | 2024-02-13T16:46:36.290Z | Documenting fatfs v0.3.6 |
3027 | 2024-02-13T16:46:36.748Z | warning: unclosed HTML tag `usize` |
3028 | 2024-02-13T16:46:36.748Z | --> wicket/src/ui/panes/update.rs:153:19 |
3029 | 2024-02-13T16:46:36.748Z | | |
3030 | 2024-02-13T16:46:36.748Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3031 | 2024-02-13T16:46:36.748Z | | ^^^^^^^ |
3032 | 2024-02-13T16:46:36.748Z | | |
3033 | 2024-02-13T16:46:36.748Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3034 | 2024-02-13T16:46:36.748Z | |
3035 | 2024-02-13T16:46:37.742Z | Documenting nanorand v0.7.0 |
3036 | 2024-02-13T16:46:38.039Z | warning: `wicket` (lib doc) generated 1 warning |
3037 | 2024-02-13T16:46:38.042Z | Documenting topological-sort v0.2.2 |
3038 | 2024-02-13T16:46:41.484Z | Documenting assert_matches v1.5.0 |
3039 | 2024-02-13T16:46:41.888Z | Documenting flume v0.11.0 |
3040 | 2024-02-13T16:46:42.648Z | Documenting omicron-zone-package v0.11.0 |
3041 | 2024-02-13T16:46:44.490Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3042 | 2024-02-13T16:46:45.179Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3043 | 2024-02-13T16:46:46.737Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3044 | 2024-02-13T16:46:47.286Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3045 | 2024-02-13T16:46:49.320Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3046 | 2024-02-13T16:46:50.364Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3047 | 2024-02-13T16:46:51.200Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3048 | 2024-02-13T16:46:56.840Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3049 | 2024-02-13T16:47:00.215Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3050 | 2024-02-13T16:47:01.079Z | Documenting termios v0.3.3 |
3051 | 2024-02-13T16:47:03.141Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3052 | 2024-02-13T16:47:03.141Z | --> sled-agent/src/sim/instance.rs:46:7 |
3053 | 2024-02-13T16:47:03.141Z | | |
3054 | 2024-02-13T16:47:03.141Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3055 | 2024-02-13T16:47:03.141Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3056 | 2024-02-13T16:47:03.141Z | | |
3057 | 2024-02-13T16:47:03.141Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3058 | 2024-02-13T16:47:03.142Z | |
3059 | 2024-02-13T16:47:05.574Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3060 | 2024-02-13T16:47:06.294Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3061 | 2024-02-13T16:47:07.381Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3062 | 2024-02-13T16:47:11.788Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3063 | 2024-02-13T16:47:13.465Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3064 | 2024-02-13T16:47:32.511Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3065 | 2024-02-13T16:47:40.619Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3066 | 2024-02-13T16:47:42.901Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3067 | 2024-02-13T16:47:51.606Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3068 | 2024-02-13T16:47:53.640Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3069 | 2024-02-13T16:47:53.640Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3070 | 2024-02-13T16:47:53.640Z | | |
3071 | 2024-02-13T16:47:53.640Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3072 | 2024-02-13T16:47:53.640Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3073 | 2024-02-13T16:47:53.640Z | | |
3074 | 2024-02-13T16:47:53.640Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3075 | 2024-02-13T16:47:53.641Z | |
3076 | 2024-02-13T16:47:59.177Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3077 | 2024-02-13T16:48:00.788Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3078 | 2024-02-13T16:48:01.972Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3079 | 2024-02-13T16:48:02.900Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3080 | 2024-02-13T16:48:09.284Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3081 | 2024-02-13T16:48:09.287Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3082 | 2024-02-13T16:48:31.498Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3083 | 2024-02-13T16:49:02.059Z | warning: unresolved link to `VolumeConstructionRequest` |
3084 | 2024-02-13T16:49:02.059Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3085 | 2024-02-13T16:49:02.059Z | | |
3086 | 2024-02-13T16:49:02.059Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3087 | 2024-02-13T16:49:02.059Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3088 | 2024-02-13T16:49:02.059Z | | |
3089 | 2024-02-13T16:49:02.059Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3090 | 2024-02-13T16:49:02.059Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3091 | 2024-02-13T16:49:02.059Z | |
3092 | 2024-02-13T16:49:02.065Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3093 | 2024-02-13T16:49:02.065Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3094 | 2024-02-13T16:49:02.066Z | | |
3095 | 2024-02-13T16:49:02.066Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3096 | 2024-02-13T16:49:02.066Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3097 | 2024-02-13T16:49:02.066Z | |
3098 | 2024-02-13T16:49:02.066Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3099 | 2024-02-13T16:49:02.066Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3100 | 2024-02-13T16:49:02.066Z | | |
3101 | 2024-02-13T16:49:02.066Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3102 | 2024-02-13T16:49:02.066Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3103 | 2024-02-13T16:49:02.066Z | |
3104 | 2024-02-13T16:49:02.066Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3105 | 2024-02-13T16:49:02.066Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3106 | 2024-02-13T16:49:02.066Z | | |
3107 | 2024-02-13T16:49:02.066Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3108 | 2024-02-13T16:49:02.066Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3109 | 2024-02-13T16:49:02.066Z | |
3110 | 2024-02-13T16:49:02.066Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3111 | 2024-02-13T16:49:02.066Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3112 | 2024-02-13T16:49:02.066Z | | |
3113 | 2024-02-13T16:49:02.066Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3114 | 2024-02-13T16:49:02.066Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3115 | 2024-02-13T16:49:02.066Z | |
3116 | 2024-02-13T16:49:02.066Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3117 | 2024-02-13T16:49:02.066Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3118 | 2024-02-13T16:49:02.066Z | | |
3119 | 2024-02-13T16:49:02.067Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3120 | 2024-02-13T16:49:02.067Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3121 | 2024-02-13T16:49:02.067Z | |
3122 | 2024-02-13T16:49:02.067Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3123 | 2024-02-13T16:49:02.067Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3124 | 2024-02-13T16:49:02.067Z | | |
3125 | 2024-02-13T16:49:02.067Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3126 | 2024-02-13T16:49:02.067Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3127 | 2024-02-13T16:49:02.067Z | |
3128 | 2024-02-13T16:49:04.564Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3129 | 2024-02-13T16:49:26.622Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 15s |
3130 | 2024-02-13T16:49:26.719Z | |
3131 | 2024-02-13T16:49:26.722Z | real 11:15.508215619 |
3132 | 2024-02-13T16:49:26.722Z | user 30:56.158940383 |
3133 | 2024-02-13T16:49:26.722Z | sys 48:41.785995894 |
3134 | 2024-02-13T16:49:26.722Z | trap 0.945108951 |
3135 | 2024-02-13T16:49:26.722Z | tflt 0.146068464 |
3136 | 2024-02-13T16:49:26.722Z | dflt 0.611639099 |
3137 | 2024-02-13T16:49:26.722Z | kflt 0.000091682 |
3138 | 2024-02-13T16:49:26.722Z | lock 2:06:32.337962279 |
3139 | 2024-02-13T16:49:26.722Z | slp 2:51:26.796222750 |
3140 | 2024-02-13T16:49:26.722Z | lat 5:01.252352696 |
3141 | 2024-02-13T16:49:26.722Z | stop 1:33.888917156 |
3142 | 2024-02-13T16:49:26.722Z | process exited: duration 1245738 ms, exit code 0 |
|
3143 | 2024-02-13T16:49:26.729Z | found 0 output files |