|
|
|
1 | 2024-05-29T19:56:54.544Z | job assigned to worker 01HZ2YRWYPGWDWA1QJ3DHZKYDJ (queued for 58 s) |
|
2 | 2024-05-29T19:57:01.783Z | starting task 0: "setup" |
3 | 2024-05-29T19:57:01.838Z | ++ uname -s |
4 | 2024-05-29T19:57:01.846Z | + kern=SunOS |
5 | 2024-05-29T19:57:01.846Z | + case "$kern" in |
6 | 2024-05-29T19:57:01.846Z | + groupadd -g 12345 build |
7 | 2024-05-29T19:57:01.847Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T19:57:03.853Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T19:57:03.972Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T19:57:03.978Z | + home_fs=zfs |
11 | 2024-05-29T19:57:03.978Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T19:57:03.978Z | + mkdir -p /home/build |
13 | 2024-05-29T19:57:03.978Z | + chown build:build /home/build /work |
14 | 2024-05-29T19:57:05.983Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T19:57:05.989Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-05-29T19:57:06.002Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T19:57:06.011Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T19:57:06.024Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-29T19:57:06.169Z | info: downloading installer |
20 | 2024-05-29T19:57:07.683Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T19:57:07.683Z | warning: /opt/ooce/bin |
22 | 2024-05-29T19:57:07.683Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T19:57:07.683Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T19:57:07.683Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T19:57:07.683Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T19:57:07.683Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T19:57:07.683Z | error: cannot install while Rust is installed |
28 | 2024-05-29T19:57:07.683Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T19:57:07.815Z | info: profile set to 'default' |
30 | 2024-05-29T19:57:07.815Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T19:57:07.890Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-29T19:57:08.112Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-29T19:57:08.112Z | info: downloading component 'cargo' |
34 | 2024-05-29T19:57:09.019Z | info: downloading component 'clippy' |
35 | 2024-05-29T19:57:09.362Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T19:57:10.849Z | info: downloading component 'rust-std' |
37 | 2024-05-29T19:57:12.929Z | info: downloading component 'rustc' |
38 | 2024-05-29T19:57:22.368Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T19:57:22.368Z | info: installing component 'cargo' |
40 | 2024-05-29T19:57:22.474Z | info: installing component 'clippy' |
41 | 2024-05-29T19:57:22.475Z | info: installing component 'rust-docs' |
42 | 2024-05-29T19:57:22.475Z | info: installing component 'rust-std' |
43 | 2024-05-29T19:57:23.416Z | info: installing component 'rustc' |
44 | 2024-05-29T19:57:27.568Z | info: installing component 'rustfmt' |
45 | 2024-05-29T19:57:27.913Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-29T19:57:27.913Z | |
47 | 2024-05-29T19:57:28.208Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-29T19:57:28.208Z | |
49 | 2024-05-29T19:57:28.231Z | |
50 | 2024-05-29T19:57:28.232Z | Rust is installed now. Great! |
51 | 2024-05-29T19:57:28.233Z | |
52 | 2024-05-29T19:57:28.233Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T19:57:28.233Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T19:57:28.233Z | |
55 | 2024-05-29T19:57:28.234Z | To configure your current shell, you need to source |
56 | 2024-05-29T19:57:28.234Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T19:57:28.235Z | |
58 | 2024-05-29T19:57:28.235Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T19:57:28.235Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T19:57:28.236Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T19:57:28.274Z | + rustc --version |
62 | 2024-05-29T19:57:28.339Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-29T19:57:28.354Z | process exited: duration 22332 ms, exit code 0 |
|
64 | 2024-05-29T19:57:28.372Z | starting task 2: "authentication" |
65 | 2024-05-29T19:57:28.405Z | process exited: duration 29 ms, exit code 0 |
|
66 | 2024-05-29T19:57:28.432Z | starting task 3: "clone repository" |
67 | 2024-05-29T19:57:28.443Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T19:57:28.443Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T19:57:28.580Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T19:57:35.074Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T19:57:35.074Z | + git fetch origin a155af9134db2bcbdb1add772f94f4da5dd009f8 |
72 | 2024-05-29T19:57:35.659Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T19:57:35.660Z | * branch a155af9134db2bcbdb1add772f94f4da5dd009f8 -> FETCH_HEAD |
74 | 2024-05-29T19:57:35.665Z | + [[ -n '' ]] |
75 | 2024-05-29T19:57:35.666Z | + git reset --hard a155af9134db2bcbdb1add772f94f4da5dd009f8 |
76 | 2024-05-29T19:57:35.796Z | HEAD is now at a155af913 Move some queries into DataStore impls |
77 | 2024-05-29T19:57:35.803Z | process exited: duration 7369 ms, exit code 0 |
|
78 | 2024-05-29T19:57:35.825Z | starting task 4: "build" |
79 | 2024-05-29T19:57:35.833Z | + cargo --version |
80 | 2024-05-29T19:57:35.872Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-05-29T19:57:35.876Z | + rustc --version |
82 | 2024-05-29T19:57:35.929Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-05-29T19:57:35.933Z | + source ./env.sh |
84 | 2024-05-29T19:57:35.933Z | ++ set -o xtrace |
85 | 2024-05-29T19:57:35.936Z | ++++ dirname ./env.sh |
86 | 2024-05-29T19:57:35.936Z | +++ readlink -f . |
87 | 2024-05-29T19:57:36.028Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-05-29T19:57:36.040Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-05-29T19:57:36.040Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-05-29T19:57:36.040Z | ++ 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 |
91 | 2024-05-29T19:57:36.040Z | ++ 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 |
92 | 2024-05-29T19:57:36.040Z | ++ 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 |
93 | 2024-05-29T19:57:36.040Z | ++ 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 |
94 | 2024-05-29T19:57:36.041Z | ++ 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 |
95 | 2024-05-29T19:57:36.041Z | ++ 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 |
96 | 2024-05-29T19:57:36.041Z | ++ unset OMICRON_WS |
97 | 2024-05-29T19:57:36.042Z | ++ set +o xtrace |
98 | 2024-05-29T19:57:36.125Z | |
99 | 2024-05-29T19:57:36.125Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2024-05-29T19:57:36.125Z | # # # # # # # # # # # # # # # |
101 | 2024-05-29T19:57:36.125Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2024-05-29T19:57:36.125Z | ##### ##### # ##### # # # # # # # # # |
103 | 2024-05-29T19:57:36.126Z | # # # # # # # # # # # # # # # |
104 | 2024-05-29T19:57:36.126Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2024-05-29T19:57:36.126Z | |
106 | 2024-05-29T19:57:47.449Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-05-29T19:57:49.761Z | Startup: Caching catalogs ... Done |
108 | 2024-05-29T19:57:51.935Z | Planning: Solver setup ... Done (1.484s) |
109 | 2024-05-29T19:57:51.962Z | Planning: Running solver ... Done (0.028s) |
110 | 2024-05-29T19:57:51.962Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-05-29T19:57:51.963Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-05-29T19:57:51.963Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-05-29T19:57:51.963Z | Planning: Package planning ... Done (0.047s) |
114 | 2024-05-29T19:57:51.963Z | Planning: Merging actions ... Done (0.051s) |
115 | 2024-05-29T19:57:52.687Z | Planning: Checking for conflicting actions ... Done (0.970s) |
116 | 2024-05-29T19:57:52.700Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-05-29T19:57:57.057Z | Planning: Evaluating mediators ... Done (4.357s) |
118 | 2024-05-29T19:57:57.067Z | Planning: Planning completed in 7.67 seconds |
119 | 2024-05-29T19:57:57.619Z | Packages to install: 4 |
120 | 2024-05-29T19:57:57.619Z | Mediators to change: 2 |
121 | 2024-05-29T19:57:58.070Z | Services to change: 1 |
122 | 2024-05-29T19:57:58.071Z | Estimated space available: 155.78 GB |
123 | 2024-05-29T19:57:58.071Z | Estimated space to be consumed: 1.45 GB |
124 | 2024-05-29T19:57:58.071Z | Create boot environment: No |
125 | 2024-05-29T19:57:58.071Z | Create backup boot environment: No |
126 | 2024-05-29T19:57:58.072Z | Rebuild boot archive: No |
127 | 2024-05-29T19:57:58.072Z | |
128 | 2024-05-29T19:57:58.072Z | Changed mediators: |
129 | 2024-05-29T19:57:58.072Z | mediator clang: |
130 | 2024-05-29T19:57:58.073Z | version: None -> 15 (system default) |
131 | 2024-05-29T19:57:58.073Z | |
132 | 2024-05-29T19:57:58.073Z | mediator llvm: |
133 | 2024-05-29T19:57:58.074Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-05-29T19:57:58.074Z | |
135 | 2024-05-29T19:57:58.074Z | Changed packages: |
136 | 2024-05-29T19:57:58.074Z | helios-dev |
137 | 2024-05-29T19:57:58.075Z | developer/build-essential |
138 | 2024-05-29T19:57:58.075Z | None -> 11-2.0 |
139 | 2024-05-29T19:57:58.075Z | library/libxmlsec1 |
140 | 2024-05-29T19:57:58.075Z | None -> 1.2.35-2.0 |
141 | 2024-05-29T19:57:58.075Z | ooce/developer/clang-15 |
142 | 2024-05-29T19:57:58.075Z | None -> 15.0.7-2.0 |
143 | 2024-05-29T19:57:58.076Z | ooce/developer/llvm-15 |
144 | 2024-05-29T19:57:58.076Z | None -> 15.0.7-2.0 |
145 | 2024-05-29T19:57:58.076Z | |
146 | 2024-05-29T19:57:58.076Z | Services: |
147 | 2024-05-29T19:57:58.076Z | restart_fmri: |
148 | 2024-05-29T19:57:58.077Z | svc:/system/update-man-index:default |
149 | 2024-05-29T19:57:58.521Z | |
150 | 2024-05-29T19:57:58.522Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-05-29T19:58:02.756Z | Download: 951/3290 items 19.3/212.6MB 9% complete (3.9M/s) |
152 | 2024-05-29T19:58:09.818Z | Download: 1344/3290 items 116.1/212.6MB 54% complete (11.8M/s) |
153 | 2024-05-29T19:58:12.772Z | Download: 2210/3290 items 119.1/212.6MB 56% complete (10.0M/s) |
154 | 2024-05-29T19:58:19.259Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.8M/s) |
155 | 2024-05-29T19:58:23.866Z | Download: 2899/3290 items 121.2/212.6MB 56% complete (208k/s) |
156 | 2024-05-29T19:58:33.601Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (9.2M/s) |
157 | 2024-05-29T19:58:34.428Z | Download: Completed 212.60 MB in 36.67 seconds (5.8M/s) |
158 | 2024-05-29T19:58:34.631Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-05-29T19:58:39.631Z | Actions: Completed 3689 actions in 5.00 seconds. |
160 | 2024-05-29T19:58:39.855Z | Done (0.219s) |
161 | 2024-05-29T19:58:39.855Z | Done (0.000s) |
162 | 2024-05-29T19:58:40.159Z | Done (0.304s) |
163 | 2024-05-29T19:58:45.236Z | Done (4.922s) |
164 | 2024-05-29T19:58:45.427Z | Done (0.120s) |
165 | 2024-05-29T19:58:45.435Z | Done (0.000s) |
166 | 2024-05-29T19:58:45.585Z | Done (0.000s) |
167 | 2024-05-29T19:58:46.154Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-05-29T19:58:46.285Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-05-29T19:58:46.289Z | Planning: Consolidating action changes ... Done |
170 | 2024-05-29T19:58:46.555Z | Planning: Evaluating mediators ... Done |
171 | 2024-05-29T19:58:46.559Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-05-29T19:58:46.591Z | Mediators to change: 2 |
173 | 2024-05-29T19:58:46.591Z | Create boot environment: No |
174 | 2024-05-29T19:58:46.595Z | Create backup boot environment: No |
175 | 2024-05-29T19:58:46.664Z | Done |
176 | 2024-05-29T19:58:46.664Z | Done |
177 | 2024-05-29T19:58:46.862Z | Done |
178 | 2024-05-29T19:58:50.376Z | Done |
179 | 2024-05-29T19:58:50.461Z | Done |
180 | 2024-05-29T19:58:50.465Z | Done |
181 | 2024-05-29T19:58:50.580Z | Done |
182 | 2024-05-29T19:58:51.172Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-05-29T19:58:51.176Z | Planning: Merging actions ... Done |
184 | 2024-05-29T19:58:51.362Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-05-29T19:58:51.369Z | Planning: Consolidating action changes ... Done |
186 | 2024-05-29T19:58:51.633Z | Planning: Evaluating mediators ... Done |
187 | 2024-05-29T19:58:51.683Z | Planning: Planning completed in 0.75 seconds |
188 | 2024-05-29T19:58:51.717Z | Packages to change: 1 |
189 | 2024-05-29T19:58:51.717Z | Mediators to change: 1 |
190 | 2024-05-29T19:58:51.722Z | Services to change: 1 |
191 | 2024-05-29T19:58:51.722Z | Create boot environment: No |
192 | 2024-05-29T19:58:51.722Z | Create backup boot environment: Yes |
193 | 2024-05-29T19:58:53.582Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-05-29T19:58:53.630Z | Actions: Completed 6 actions in 0.05 seconds. |
195 | 2024-05-29T19:58:53.646Z | Done |
196 | 2024-05-29T19:58:53.646Z | Done |
197 | 2024-05-29T19:58:53.691Z | Done |
198 | 2024-05-29T19:58:57.217Z | Done |
199 | 2024-05-29T19:58:57.679Z | Done |
200 | 2024-05-29T19:58:57.692Z | Done |
201 | 2024-05-29T19:58:57.692Z | Done |
202 | 2024-05-29T19:58:57.815Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-05-29T19:58:57.816Z | clang system 15 system |
204 | 2024-05-29T19:58:57.816Z | csh system system illumos |
205 | 2024-05-29T19:58:57.816Z | ctags system system illumos |
206 | 2024-05-29T19:58:57.816Z | gcc vendor 12 vendor |
207 | 2024-05-29T19:58:57.816Z | gcc system 10 system |
208 | 2024-05-29T19:58:57.816Z | gcc system 7 system |
209 | 2024-05-29T19:58:57.817Z | go system 1.20 system |
210 | 2024-05-29T19:58:57.817Z | go system 1.19 system |
211 | 2024-05-29T19:58:57.817Z | llvm system 15 system |
212 | 2024-05-29T19:58:57.817Z | llvm system 14 system |
213 | 2024-05-29T19:58:57.817Z | mariadb system 10.6 system |
214 | 2024-05-29T19:58:57.818Z | mta vendor vendor dma |
215 | 2024-05-29T19:58:57.818Z | openjdk system 17 system |
216 | 2024-05-29T19:58:57.818Z | openjdk system 11 system |
217 | 2024-05-29T19:58:57.818Z | openjdk system 1.8 system |
218 | 2024-05-29T19:58:57.819Z | openssl vendor 3 vendor |
219 | 2024-05-29T19:58:57.819Z | perl system 5.36 system |
220 | 2024-05-29T19:58:57.819Z | postgresql system 15 system |
221 | 2024-05-29T19:58:57.819Z | postgresql system 13 system |
222 | 2024-05-29T19:58:57.819Z | python vendor 3 vendor |
223 | 2024-05-29T19:58:57.819Z | python system 2 system |
224 | 2024-05-29T19:58:57.820Z | python3 system 3.11 system |
225 | 2024-05-29T19:58:57.820Z | ruby system 3.0 system |
226 | 2024-05-29T19:58:57.820Z | words vendor vendor american-english |
227 | 2024-05-29T19:58:57.820Z | words system system australian-english |
228 | 2024-05-29T19:58:57.820Z | words system system british-english |
229 | 2024-05-29T19:58:57.820Z | words system system canadian-english |
230 | 2024-05-29T19:58:57.821Z | words system system french |
231 | 2024-05-29T19:58:57.821Z | words system system italian |
232 | 2024-05-29T19:58:57.821Z | words system system ngerman |
233 | 2024-05-29T19:58:57.821Z | words system system ogerman |
234 | 2024-05-29T19:58:57.821Z | words system system spanish |
235 | 2024-05-29T19:58:58.142Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-05-29T19:58:58.142Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-05-29T19:58:59.572Z | FMRI IFO |
238 | 2024-05-29T19:58:59.573Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-05-29T19:58:59.573Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-05-29T19:58:59.574Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-05-29T19:58:59.574Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-05-29T19:58:59.574Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-05-29T19:58:59.574Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-05-29T19:58:59.574Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-05-29T19:58:59.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-05-29T19:58:59.575Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-05-29T19:58:59.575Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-05-29T19:58:59.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-05-29T19:58:59.576Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-05-29T19:58:59.840Z | + set -o errexit |
251 | 2024-05-29T19:58:59.844Z | +++ dirname ./tools/ci_download_cockroachdb |
252 | 2024-05-29T19:58:59.844Z | ++ cd ./tools |
253 | 2024-05-29T19:58:59.844Z | ++ pwd |
254 | 2024-05-29T19:58:59.848Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
255 | 2024-05-29T19:58:59.848Z | ++ basename ./tools/ci_download_cockroachdb |
256 | 2024-05-29T19:58:59.848Z | + ARG0=ci_download_cockroachdb |
257 | 2024-05-29T19:58:59.848Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
258 | 2024-05-29T19:58:59.851Z | + CIDL_VERSION=v22.1.9 |
259 | 2024-05-29T19:58:59.851Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
260 | 2024-05-29T19:58:59.852Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
261 | 2024-05-29T19:58:59.852Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
262 | 2024-05-29T19:58:59.852Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-05-29T19:58:59.852Z | + TARGET_DIR=out |
264 | 2024-05-29T19:58:59.852Z | + DOWNLOAD_DIR=out/downloads |
265 | 2024-05-29T19:58:59.852Z | + DEST_DIR=./out/cockroachdb |
266 | 2024-05-29T19:58:59.852Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
267 | 2024-05-29T19:58:59.852Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
268 | 2024-05-29T19:58:59.852Z | + main |
269 | 2024-05-29T19:58:59.852Z | + [[ 0 != 0 ]] |
270 | 2024-05-29T19:58:59.852Z | + CIDL_OS=solaris2.11 |
271 | 2024-05-29T19:58:59.852Z | + [[ 0 != 0 ]] |
272 | 2024-05-29T19:58:59.852Z | + configure_os solaris2.11 |
273 | 2024-05-29T19:58:59.852Z | + echo 'current directory: /work/oxidecomputer/omicron' |
274 | 2024-05-29T19:58:59.852Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-05-29T19:58:59.852Z | + echo 'configuring based on OS: "solaris2.11"' |
276 | 2024-05-29T19:58:59.852Z | + case "$1" in |
277 | 2024-05-29T19:58:59.852Z | configuring based on OS: "solaris2.11" |
278 | 2024-05-29T19:58:59.852Z | + CIDL_BUILD=illumos |
279 | 2024-05-29T19:58:59.852Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-05-29T19:58:59.852Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-05-29T19:58:59.852Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2024-05-29T19:58:59.853Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2024-05-29T19:58:59.853Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2024-05-29T19:58:59.853Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-05-29T19:58:59.853Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-29T19:58:59.853Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2024-05-29T19:58:59.853Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-29T19:58:59.853Z | + CIDL_SHA256FUNC=do_sha256sum |
289 | 2024-05-29T19:58:59.853Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-29T19:58:59.853Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-29T19:58:59.853Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-05-29T19:58:59.853Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2024-05-29T19:58:59.853Z | + mkdir -p out/downloads |
294 | 2024-05-29T19:58:59.856Z | + mkdir -p ./out/cockroachdb |
295 | 2024-05-29T19:58:59.856Z | + local DO_DOWNLOAD=true |
296 | 2024-05-29T19:58:59.856Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2024-05-29T19:58:59.856Z | + '[' true == true ']' |
298 | 2024-05-29T19:58:59.857Z | + echo Downloading... |
299 | 2024-05-29T19:58:59.857Z | Downloading... |
300 | 2024-05-29T19:58:59.857Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-29T19:58:59.857Z | + 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 |
302 | 2024-05-29T19:59:02.521Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-05-29T19:59:02.525Z | ++ sha256sum |
304 | 2024-05-29T19:59:02.525Z | ++ awk '{print $1}' |
305 | 2024-05-29T19:59:02.584Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-05-29T19:59:02.584Z | + [[ 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 ]] |
307 | 2024-05-29T19:59:02.588Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-29T19:59:02.589Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-05-29T19:59:04.754Z | + do_assemble_illumos |
310 | 2024-05-29T19:59:04.754Z | + rm -r ./out/cockroachdb |
311 | 2024-05-29T19:59:04.758Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-05-29T19:59:05.157Z | + ./out/cockroachdb/bin/cockroach version |
313 | 2024-05-29T19:59:05.392Z | Build Tag: v22.1.9-dirty |
314 | 2024-05-29T19:59:05.392Z | Build Time: 2022/10/26 21:17:46 |
315 | 2024-05-29T19:59:05.392Z | Distribution: OSS |
316 | 2024-05-29T19:59:05.392Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
317 | 2024-05-29T19:59:05.392Z | Go Version: go1.17.13 |
318 | 2024-05-29T19:59:05.392Z | C Compiler: gcc 10.3.0 |
319 | 2024-05-29T19:59:05.392Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
320 | 2024-05-29T19:59:05.392Z | Build Type: release |
321 | 2024-05-29T19:59:05.409Z | + set -o errexit |
322 | 2024-05-29T19:59:05.414Z | +++ dirname ./tools/ci_download_clickhouse |
323 | 2024-05-29T19:59:05.414Z | ++ cd ./tools |
324 | 2024-05-29T19:59:05.414Z | ++ pwd |
325 | 2024-05-29T19:59:05.424Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
326 | 2024-05-29T19:59:05.424Z | ++ basename ./tools/ci_download_clickhouse |
327 | 2024-05-29T19:59:05.424Z | + ARG0=ci_download_clickhouse |
328 | 2024-05-29T19:59:05.424Z | + TARGET_DIR=out |
329 | 2024-05-29T19:59:05.424Z | + DOWNLOAD_DIR=out/downloads |
330 | 2024-05-29T19:59:05.425Z | + DEST_DIR=./out/clickhouse |
331 | 2024-05-29T19:59:05.425Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
332 | 2024-05-29T19:59:05.425Z | + CIDL_VERSION=v23.8.7.24 |
333 | 2024-05-29T19:59:05.425Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2024-05-29T19:59:05.425Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
335 | 2024-05-29T19:59:05.425Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
336 | 2024-05-29T19:59:05.426Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-05-29T19:59:05.426Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2024-05-29T19:59:05.426Z | + main |
339 | 2024-05-29T19:59:05.426Z | + [[ 0 != 0 ]] |
340 | 2024-05-29T19:59:05.427Z | + CIDL_OS=solaris2.11 |
341 | 2024-05-29T19:59:05.427Z | + [[ 0 != 0 ]] |
342 | 2024-05-29T19:59:05.427Z | + configure_os solaris2.11 |
343 | 2024-05-29T19:59:05.427Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-05-29T19:59:05.427Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-05-29T19:59:05.427Z | current directory: /work/oxidecomputer/omicron |
346 | 2024-05-29T19:59:05.427Z | configuring based on OS: "solaris2.11" |
347 | 2024-05-29T19:59:05.427Z | + CIDL_DASHREV= |
348 | 2024-05-29T19:59:05.427Z | + case "$1" in |
349 | 2024-05-29T19:59:05.427Z | + CIDL_PLATFORM=illumos |
350 | 2024-05-29T19:59:05.427Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-05-29T19:59:05.427Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2024-05-29T19:59:05.428Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
353 | 2024-05-29T19:59:05.428Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-29T19:59:05.428Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-29T19:59:05.428Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-29T19:59:05.428Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-05-29T19:59:05.428Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-29T19:59:05.429Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-29T19:59:05.429Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-05-29T19:59:05.429Z | + mkdir -p out/downloads |
361 | 2024-05-29T19:59:05.452Z | + mkdir -p ./out/clickhouse |
362 | 2024-05-29T19:59:05.453Z | + local DO_DOWNLOAD=true |
363 | 2024-05-29T19:59:05.454Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
364 | 2024-05-29T19:59:05.455Z | + '[' true == true ']' |
365 | 2024-05-29T19:59:05.455Z | + echo Downloading... |
366 | 2024-05-29T19:59:05.455Z | Downloading... |
367 | 2024-05-29T19:59:05.455Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-29T19:59:05.455Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-05-29T19:59:07.228Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-29T19:59:07.231Z | ++ md5sum |
371 | 2024-05-29T19:59:07.231Z | ++ awk '{print $1}' |
372 | 2024-05-29T19:59:07.526Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-05-29T19:59:07.526Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
374 | 2024-05-29T19:59:07.536Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
375 | 2024-05-29T19:59:07.536Z | + mkdir -p ./out/clickhouse |
376 | 2024-05-29T19:59:07.536Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
377 | 2024-05-29T19:59:11.360Z | + [[ solaris2.11 == darwin* ]] |
378 | 2024-05-29T19:59:11.361Z | + ./out/clickhouse/clickhouse server --version |
379 | 2024-05-29T19:59:11.643Z | ClickHouse server version 23.8.7.1. |
380 | 2024-05-29T19:59:11.653Z | + set -o errexit |
381 | 2024-05-29T19:59:11.658Z | +++ dirname ./tools/ci_download_console |
382 | 2024-05-29T19:59:11.658Z | ++ cd ./tools |
383 | 2024-05-29T19:59:11.658Z | ++ pwd |
384 | 2024-05-29T19:59:11.658Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2024-05-29T19:59:11.658Z | ++ basename ./tools/ci_download_console |
386 | 2024-05-29T19:59:11.667Z | + ARG0=ci_download_console |
387 | 2024-05-29T19:59:11.667Z | + TARGET_DIR=out |
388 | 2024-05-29T19:59:11.667Z | + DOWNLOAD_DIR=out/downloads |
389 | 2024-05-29T19:59:11.667Z | + DEST_DIR=./out/console-assets |
390 | 2024-05-29T19:59:11.668Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2024-05-29T19:59:11.668Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
392 | 2024-05-29T19:59:11.668Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
393 | 2024-05-29T19:59:11.668Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
394 | 2024-05-29T19:59:11.668Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2024-05-29T19:59:11.668Z | + main |
396 | 2024-05-29T19:59:11.668Z | + [[ 0 != 0 ]] |
397 | 2024-05-29T19:59:11.668Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
398 | 2024-05-29T19:59:11.668Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-05-29T19:59:11.668Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
400 | 2024-05-29T19:59:11.669Z | Local file: out/downloads/console.tar.gz |
401 | 2024-05-29T19:59:11.669Z | + local DO_DOWNLOAD=true |
402 | 2024-05-29T19:59:11.669Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2024-05-29T19:59:11.669Z | + mkdir -p out/downloads |
404 | 2024-05-29T19:59:11.669Z | + '[' true == true ']' |
405 | 2024-05-29T19:59:11.669Z | + echo Downloading... |
406 | 2024-05-29T19:59:11.669Z | Downloading... |
407 | 2024-05-29T19:59:11.669Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
408 | 2024-05-29T19:59:11.669Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
409 | 2024-05-29T19:59:12.297Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2024-05-29T19:59:12.305Z | ++ case "$OSTYPE" in |
411 | 2024-05-29T19:59:12.305Z | ++ SHA=sha256sum |
412 | 2024-05-29T19:59:12.306Z | ++ sha256sum |
413 | 2024-05-29T19:59:12.306Z | ++ awk '{print $1}' |
414 | 2024-05-29T19:59:12.317Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
415 | 2024-05-29T19:59:12.317Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
416 | 2024-05-29T19:59:12.317Z | + rm -rf ./out/console-assets |
417 | 2024-05-29T19:59:12.318Z | + mkdir -p ./out/console-assets |
418 | 2024-05-29T19:59:12.318Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2024-05-29T19:59:12.318Z | + mkdir -p ./out/console-assets |
420 | 2024-05-29T19:59:12.318Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2024-05-29T19:59:12.409Z | + set -o errexit |
422 | 2024-05-29T19:59:12.414Z | +++ dirname ./tools/ci_download_dendrite_openapi |
423 | 2024-05-29T19:59:12.414Z | ++ cd ./tools |
424 | 2024-05-29T19:59:12.415Z | ++ pwd |
425 | 2024-05-29T19:59:12.415Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2024-05-29T19:59:12.415Z | ++ basename ./tools/ci_download_dendrite_openapi |
427 | 2024-05-29T19:59:12.415Z | + ARG0=ci_download_dendrite_openapi |
428 | 2024-05-29T19:59:12.415Z | + TARGET_DIR=out |
429 | 2024-05-29T19:59:12.415Z | + DOWNLOAD_DIR=out/downloads |
430 | 2024-05-29T19:59:12.416Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
431 | 2024-05-29T19:59:12.416Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
432 | 2024-05-29T19:59:12.416Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
433 | 2024-05-29T19:59:12.416Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
434 | 2024-05-29T19:59:12.416Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
435 | 2024-05-29T19:59:12.417Z | + main |
436 | 2024-05-29T19:59:12.417Z | + [[ 0 != 0 ]] |
437 | 2024-05-29T19:59:12.417Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
438 | 2024-05-29T19:59:12.417Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
439 | 2024-05-29T19:59:12.417Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
440 | 2024-05-29T19:59:12.417Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
441 | 2024-05-29T19:59:12.417Z | + local DO_DOWNLOAD=true |
442 | 2024-05-29T19:59:12.417Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
443 | 2024-05-29T19:59:12.418Z | + mkdir -p out/downloads |
444 | 2024-05-29T19:59:12.418Z | + '[' true == true ']' |
445 | 2024-05-29T19:59:12.418Z | + echo Downloading... |
446 | 2024-05-29T19:59:12.418Z | Downloading... |
447 | 2024-05-29T19:59:12.418Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
448 | 2024-05-29T19:59:12.418Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
449 | 2024-05-29T19:59:12.662Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
450 | 2024-05-29T19:59:12.662Z | ++ case "$OSTYPE" in |
451 | 2024-05-29T19:59:12.666Z | ++ SHA=sha256sum |
452 | 2024-05-29T19:59:12.666Z | ++ sha256sum |
453 | 2024-05-29T19:59:12.667Z | ++ awk '{print $1}' |
454 | 2024-05-29T19:59:12.671Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
455 | 2024-05-29T19:59:12.671Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
456 | 2024-05-29T19:59:12.676Z | + set -o errexit |
457 | 2024-05-29T19:59:12.681Z | +++ dirname ./tools/ci_download_dendrite_stub |
458 | 2024-05-29T19:59:12.681Z | ++ cd ./tools |
459 | 2024-05-29T19:59:12.681Z | ++ pwd |
460 | 2024-05-29T19:59:12.681Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2024-05-29T19:59:12.681Z | ++ basename ./tools/ci_download_dendrite_stub |
462 | 2024-05-29T19:59:12.686Z | + ARG0=ci_download_dendrite_stub |
463 | 2024-05-29T19:59:12.687Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
464 | 2024-05-29T19:59:12.687Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
465 | 2024-05-29T19:59:12.687Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
466 | 2024-05-29T19:59:12.687Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
467 | 2024-05-29T19:59:12.687Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2024-05-29T19:59:12.687Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
469 | 2024-05-29T19:59:12.687Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
470 | 2024-05-29T19:59:12.688Z | + TARGET_DIR=out |
471 | 2024-05-29T19:59:12.688Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-05-29T19:59:12.688Z | + DEST_DIR=./out/dendrite-stub |
473 | 2024-05-29T19:59:12.688Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
474 | 2024-05-29T19:59:12.688Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
475 | 2024-05-29T19:59:12.688Z | + REPO=oxidecomputer/dendrite |
476 | 2024-05-29T19:59:12.689Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
477 | 2024-05-29T19:59:12.689Z | + main |
478 | 2024-05-29T19:59:12.689Z | + [[ 0 != 0 ]] |
479 | 2024-05-29T19:59:12.689Z | + CIDL_OS=solaris2.11 |
480 | 2024-05-29T19:59:12.689Z | + [[ 0 != 0 ]] |
481 | 2024-05-29T19:59:12.689Z | + configure_os solaris2.11 |
482 | 2024-05-29T19:59:12.689Z | + echo 'current directory: /work/oxidecomputer/omicron' |
483 | 2024-05-29T19:59:12.689Z | current directory: /work/oxidecomputer/omicron |
484 | 2024-05-29T19:59:12.690Z | + echo 'configuring based on OS: "solaris2.11"' |
485 | 2024-05-29T19:59:12.690Z | + case "$1" in |
486 | 2024-05-29T19:59:12.690Z | + SET_BINARIES= |
487 | 2024-05-29T19:59:12.690Z | configuring based on OS: "solaris2.11" |
488 | 2024-05-29T19:59:12.690Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
489 | 2024-05-29T19:59:12.690Z | + CIDL_SHA256FUNC=do_sha256sum |
490 | 2024-05-29T19:59:12.690Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
491 | 2024-05-29T19:59:12.690Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
492 | 2024-05-29T19:59:12.691Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-29T19:59:12.691Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
494 | 2024-05-29T19:59:12.691Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
495 | 2024-05-29T19:59:12.691Z | Local file: out/downloads/dendrite-stub.tar.gz |
496 | 2024-05-29T19:59:12.691Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
497 | 2024-05-29T19:59:12.691Z | + mkdir -p out/downloads |
498 | 2024-05-29T19:59:12.691Z | + mkdir -p ./out/dendrite-stub |
499 | 2024-05-29T19:59:12.692Z | + fetch_and_verify |
500 | 2024-05-29T19:59:12.692Z | + local DO_DOWNLOAD=true |
501 | 2024-05-29T19:59:12.692Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
502 | 2024-05-29T19:59:12.692Z | + '[' true == true ']' |
503 | 2024-05-29T19:59:12.692Z | + echo Downloading... |
504 | 2024-05-29T19:59:12.692Z | Downloading... |
505 | 2024-05-29T19:59:12.693Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-29T19:59:12.693Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
507 | 2024-05-29T19:59:23.671Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2024-05-29T19:59:23.686Z | ++ sha256sum |
509 | 2024-05-29T19:59:23.686Z | ++ awk '{print $1}' |
510 | 2024-05-29T19:59:23.696Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
511 | 2024-05-29T19:59:23.696Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
512 | 2024-05-29T19:59:23.696Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-29T19:59:23.696Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2024-05-29T19:59:24.325Z | + do_assemble |
515 | 2024-05-29T19:59:24.325Z | + rm -r ./out/dendrite-stub |
516 | 2024-05-29T19:59:24.328Z | + mkdir ./out/dendrite-stub |
517 | 2024-05-29T19:59:24.331Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2024-05-29T19:59:24.415Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2024-05-29T19:59:24.425Z | + set -o errexit |
520 | 2024-05-29T19:59:24.429Z | +++ dirname ./tools/ci_download_maghemite_mgd |
521 | 2024-05-29T19:59:24.429Z | ++ cd ./tools |
522 | 2024-05-29T19:59:24.429Z | ++ pwd |
523 | 2024-05-29T19:59:24.433Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2024-05-29T19:59:24.433Z | ++ basename ./tools/ci_download_maghemite_mgd |
525 | 2024-05-29T19:59:24.433Z | + ARG0=ci_download_maghemite_mgd |
526 | 2024-05-29T19:59:24.433Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
527 | 2024-05-29T19:59:24.433Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
528 | 2024-05-29T19:59:24.433Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
529 | 2024-05-29T19:59:24.433Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
530 | 2024-05-29T19:59:24.433Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
531 | 2024-05-29T19:59:24.433Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
532 | 2024-05-29T19:59:24.433Z | + TARGET_DIR=out |
533 | 2024-05-29T19:59:24.433Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-05-29T19:59:24.433Z | + DEST_DIR=./out/mgd |
535 | 2024-05-29T19:59:24.433Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
536 | 2024-05-29T19:59:24.433Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-05-29T19:59:24.433Z | + REPO=oxidecomputer/maghemite |
538 | 2024-05-29T19:59:24.433Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
539 | 2024-05-29T19:59:24.434Z | + main |
540 | 2024-05-29T19:59:24.434Z | + rm -rf out/downloads/root |
541 | 2024-05-29T19:59:24.439Z | + [[ 0 != 0 ]] |
542 | 2024-05-29T19:59:24.439Z | + CIDL_OS=solaris2.11 |
543 | 2024-05-29T19:59:24.443Z | + [[ 0 != 0 ]] |
544 | 2024-05-29T19:59:24.443Z | + configure_os solaris2.11 |
545 | 2024-05-29T19:59:24.443Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2024-05-29T19:59:24.443Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-05-29T19:59:24.443Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-05-29T19:59:24.443Z | + case "$1" in |
549 | 2024-05-29T19:59:24.443Z | configuring based on OS: "solaris2.11" |
550 | 2024-05-29T19:59:24.443Z | + SET_BINARIES= |
551 | 2024-05-29T19:59:24.444Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-05-29T19:59:24.444Z | + TARBALL_FILENAME=mgd.tar.gz |
553 | 2024-05-29T19:59:24.444Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
554 | 2024-05-29T19:59:24.444Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
555 | 2024-05-29T19:59:24.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
556 | 2024-05-29T19:59:24.444Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
557 | 2024-05-29T19:59:24.444Z | Local file: out/downloads/mgd.tar.gz |
558 | 2024-05-29T19:59:24.444Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
559 | 2024-05-29T19:59:24.444Z | + mkdir -p out/downloads |
560 | 2024-05-29T19:59:24.444Z | + mkdir -p ./out/mgd |
561 | 2024-05-29T19:59:24.450Z | + fetch_and_verify |
562 | 2024-05-29T19:59:24.450Z | + local DO_DOWNLOAD=true |
563 | 2024-05-29T19:59:24.450Z | + [[ -f out/downloads/mgd.tar.gz ]] |
564 | 2024-05-29T19:59:24.451Z | + '[' true == true ']' |
565 | 2024-05-29T19:59:24.451Z | + echo Downloading... |
566 | 2024-05-29T19:59:24.451Z | Downloading... |
567 | 2024-05-29T19:59:24.451Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
568 | 2024-05-29T19:59:24.451Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
569 | 2024-05-29T19:59:32.854Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
570 | 2024-05-29T19:59:32.857Z | ++ sha256sum |
571 | 2024-05-29T19:59:32.857Z | ++ awk '{print $1}' |
572 | 2024-05-29T19:59:32.912Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
573 | 2024-05-29T19:59:32.927Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
574 | 2024-05-29T19:59:32.927Z | + do_untar out/downloads/mgd.tar.gz |
575 | 2024-05-29T19:59:32.927Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
576 | 2024-05-29T19:59:33.470Z | + do_assemble |
577 | 2024-05-29T19:59:33.470Z | + rm -r ./out/mgd |
578 | 2024-05-29T19:59:33.490Z | + mkdir ./out/mgd |
579 | 2024-05-29T19:59:33.490Z | + cp -r out/downloads/root ./out/mgd/root |
580 | 2024-05-29T19:59:33.910Z | + set -o errexit |
581 | 2024-05-29T19:59:33.910Z | +++ dirname ./tools/ci_download_transceiver_control |
582 | 2024-05-29T19:59:33.910Z | ++ cd ./tools |
583 | 2024-05-29T19:59:33.910Z | ++ pwd |
584 | 2024-05-29T19:59:33.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2024-05-29T19:59:33.910Z | ++ basename ./tools/ci_download_transceiver_control |
586 | 2024-05-29T19:59:33.910Z | + ARG0=ci_download_transceiver_control |
587 | 2024-05-29T19:59:33.910Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
588 | 2024-05-29T19:59:33.910Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
589 | 2024-05-29T19:59:33.910Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
590 | 2024-05-29T19:59:33.910Z | + TARGET_DIR=out |
591 | 2024-05-29T19:59:33.911Z | + DOWNLOAD_DIR=out/downloads |
592 | 2024-05-29T19:59:33.911Z | + DEST_DIR=./out/transceiver-control |
593 | 2024-05-29T19:59:33.911Z | + BIN_DIR=/opt/oxide/bin |
594 | 2024-05-29T19:59:33.911Z | + BINARY=xcvradm |
595 | 2024-05-29T19:59:33.911Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2024-05-29T19:59:33.911Z | + REPO=oxidecomputer/transceiver-control |
597 | 2024-05-29T19:59:33.911Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
598 | 2024-05-29T19:59:33.911Z | + main |
599 | 2024-05-29T19:59:33.911Z | + [[ 0 != 0 ]] |
600 | 2024-05-29T19:59:33.911Z | + CIDL_OS=solaris2.11 |
601 | 2024-05-29T19:59:33.911Z | + [[ 0 != 0 ]] |
602 | 2024-05-29T19:59:33.911Z | + configure_os solaris2.11 |
603 | 2024-05-29T19:59:33.911Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2024-05-29T19:59:33.911Z | current directory: /work/oxidecomputer/omicron |
605 | 2024-05-29T19:59:33.911Z | + echo 'configuring based on OS: "solaris2.11"' |
606 | 2024-05-29T19:59:33.911Z | + case "$1" in |
607 | 2024-05-29T19:59:33.911Z | configuring based on OS: "solaris2.11" |
608 | 2024-05-29T19:59:33.911Z | + SET_BINARIES= |
609 | 2024-05-29T19:59:33.911Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
610 | 2024-05-29T19:59:33.911Z | + CIDL_SHA256FUNC=do_sha256sum |
611 | 2024-05-29T19:59:33.911Z | + ARCHIVE_FILENAME=xcvradm.gz |
612 | 2024-05-29T19:59:33.911Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
613 | 2024-05-29T19:59:33.911Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
614 | 2024-05-29T19:59:33.912Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
615 | 2024-05-29T19:59:33.912Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
616 | 2024-05-29T19:59:33.912Z | + echo 'Local file: out/downloads/xcvradm.gz' |
617 | 2024-05-29T19:59:33.912Z | + mkdir -p out/downloads |
618 | 2024-05-29T19:59:33.912Z | Local file: out/downloads/xcvradm.gz |
619 | 2024-05-29T19:59:33.912Z | + mkdir -p ./out/transceiver-control |
620 | 2024-05-29T19:59:33.912Z | + fetch_and_verify |
621 | 2024-05-29T19:59:33.912Z | + local DO_DOWNLOAD=true |
622 | 2024-05-29T19:59:33.912Z | + [[ -f out/downloads/xcvradm.gz ]] |
623 | 2024-05-29T19:59:33.912Z | + '[' true == true ']' |
624 | 2024-05-29T19:59:33.912Z | + echo Downloading... |
625 | 2024-05-29T19:59:33.912Z | Downloading... |
626 | 2024-05-29T19:59:33.912Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
627 | 2024-05-29T19:59:33.912Z | + 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 |
628 | 2024-05-29T19:59:36.856Z | ++ do_sha256sum out/downloads/xcvradm.gz |
629 | 2024-05-29T19:59:36.882Z | ++ sha256sum |
630 | 2024-05-29T19:59:36.882Z | ++ awk '{print $1}' |
631 | 2024-05-29T19:59:36.882Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-05-29T19:59:36.882Z | + [[ 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 ]] |
633 | 2024-05-29T19:59:36.882Z | + do_unpack out/downloads/xcvradm.gz |
634 | 2024-05-29T19:59:36.882Z | + mkdir -p out/downloads/root//opt/oxide/bin |
635 | 2024-05-29T19:59:36.882Z | + gzip -dc out/downloads/xcvradm.gz |
636 | 2024-05-29T19:59:36.883Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
637 | 2024-05-29T19:59:36.883Z | + do_assemble |
638 | 2024-05-29T19:59:36.883Z | + rm -r ./out/transceiver-control |
639 | 2024-05-29T19:59:36.883Z | + mkdir ./out/transceiver-control |
640 | 2024-05-29T19:59:36.883Z | + cp -r out/downloads/root ./out/transceiver-control/root |
641 | 2024-05-29T19:59:36.883Z | + set -o errexit |
642 | 2024-05-29T19:59:36.883Z | +++ dirname ./tools/ci_download_thundermuffin |
643 | 2024-05-29T19:59:36.883Z | ++ cd ./tools |
644 | 2024-05-29T19:59:36.884Z | ++ pwd |
645 | 2024-05-29T19:59:36.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2024-05-29T19:59:36.884Z | ++ basename ./tools/ci_download_thundermuffin |
647 | 2024-05-29T19:59:36.884Z | + ARG0=ci_download_thundermuffin |
648 | 2024-05-29T19:59:36.884Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
649 | 2024-05-29T19:59:36.884Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
650 | 2024-05-29T19:59:36.884Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
651 | 2024-05-29T19:59:36.884Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
652 | 2024-05-29T19:59:36.884Z | + TARGET_DIR=out |
653 | 2024-05-29T19:59:36.884Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-05-29T19:59:36.884Z | + DEST_DIR=./out/thundermuffin |
655 | 2024-05-29T19:59:36.884Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
656 | 2024-05-29T19:59:36.885Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2024-05-29T19:59:36.885Z | + REPO=oxidecomputer/thundermuffin |
658 | 2024-05-29T19:59:36.885Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
659 | 2024-05-29T19:59:36.885Z | + main |
660 | 2024-05-29T19:59:36.885Z | + rm -rf out/downloads/root |
661 | 2024-05-29T19:59:36.885Z | + [[ 0 != 0 ]] |
662 | 2024-05-29T19:59:36.885Z | + CIDL_OS=solaris2.11 |
663 | 2024-05-29T19:59:36.885Z | + [[ 0 != 0 ]] |
664 | 2024-05-29T19:59:36.885Z | + configure_os solaris2.11 |
665 | 2024-05-29T19:59:36.885Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-05-29T19:59:36.885Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-05-29T19:59:36.885Z | configuring based on OS: "solaris2.11" |
668 | 2024-05-29T19:59:36.885Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2024-05-29T19:59:36.885Z | + case "$1" in |
670 | 2024-05-29T19:59:36.885Z | + SET_BINARIES= |
671 | 2024-05-29T19:59:36.885Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2024-05-29T19:59:36.885Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
673 | 2024-05-29T19:59:36.885Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
674 | 2024-05-29T19:59:36.885Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
675 | 2024-05-29T19:59:36.886Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
676 | 2024-05-29T19:59:36.886Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
677 | 2024-05-29T19:59:36.886Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
678 | 2024-05-29T19:59:36.886Z | Local file: out/downloads/thundermuffin.tar.gz |
679 | 2024-05-29T19:59:36.886Z | + mkdir -p out/downloads |
680 | 2024-05-29T19:59:36.886Z | + mkdir -p ./out/thundermuffin |
681 | 2024-05-29T19:59:36.886Z | + fetch_and_verify |
682 | 2024-05-29T19:59:36.886Z | + local DO_DOWNLOAD=true |
683 | 2024-05-29T19:59:36.886Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
684 | 2024-05-29T19:59:36.886Z | + '[' true == true ']' |
685 | 2024-05-29T19:59:36.886Z | + echo Downloading... |
686 | 2024-05-29T19:59:36.886Z | Downloading... |
687 | 2024-05-29T19:59:36.886Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
688 | 2024-05-29T19:59:36.886Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
689 | 2024-05-29T19:59:38.583Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
690 | 2024-05-29T19:59:38.586Z | ++ sha256sum |
691 | 2024-05-29T19:59:38.586Z | ++ awk '{print $1}' |
692 | 2024-05-29T19:59:38.589Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
693 | 2024-05-29T19:59:38.593Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
694 | 2024-05-29T19:59:38.593Z | + do_untar out/downloads/thundermuffin.tar.gz |
695 | 2024-05-29T19:59:38.593Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
696 | 2024-05-29T19:59:38.653Z | + do_assemble |
697 | 2024-05-29T19:59:38.653Z | + rm -r ./out/thundermuffin |
698 | 2024-05-29T19:59:38.657Z | + mkdir ./out/thundermuffin |
699 | 2024-05-29T19:59:38.661Z | + cp -r out/downloads/root ./out/thundermuffin/root |
700 | 2024-05-29T19:59:38.792Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-05-29T19:59:38.799Z | |
702 | 2024-05-29T19:59:38.799Z | real 2:02.579603173 |
703 | 2024-05-29T19:59:38.799Z | user 37.412931905 |
704 | 2024-05-29T19:59:38.799Z | sys 6.773154703 |
705 | 2024-05-29T19:59:38.799Z | trap 0.008759992 |
706 | 2024-05-29T19:59:38.800Z | tflt 0.361741863 |
707 | 2024-05-29T19:59:38.800Z | dflt 0.315641254 |
708 | 2024-05-29T19:59:38.800Z | kflt 0.186004429 |
709 | 2024-05-29T19:59:38.800Z | lock 1.689774495 |
710 | 2024-05-29T19:59:38.800Z | slp 4:06.138975359 |
711 | 2024-05-29T19:59:38.800Z | lat 1.958942452 |
712 | 2024-05-29T19:59:38.800Z | stop 0.133348919 |
713 | 2024-05-29T19:59:38.800Z | |
714 | 2024-05-29T19:59:38.800Z | #### # # ##### ##### # # |
715 | 2024-05-29T19:59:38.800Z | # # # # # # # # # # |
716 | 2024-05-29T19:59:38.800Z | # # # # # # # # |
717 | 2024-05-29T19:59:38.800Z | # # # ##### ##### # |
718 | 2024-05-29T19:59:38.800Z | # # # # # # # |
719 | 2024-05-29T19:59:38.800Z | #### ###### # # # # |
720 | 2024-05-29T19:59:38.800Z | |
721 | 2024-05-29T19:59:39.018Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-05-29T19:59:39.365Z | Updating git repository `https://github.com/oxidecomputer/zone` |
723 | 2024-05-29T19:59:39.630Z | Updating crates.io index |
724 | 2024-05-29T19:59:39.641Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-05-29T19:59:40.376Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-05-29T19:59:41.052Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-05-29T19:59:42.901Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2024-05-29T19:59:43.418Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-05-29T19:59:43.722Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-05-29T19:59:44.737Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-05-29T19:59:46.576Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-05-29T19:59:47.587Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
733 | 2024-05-29T19:59:48.272Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-05-29T19:59:48.829Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-05-29T19:59:49.182Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-05-29T19:59:49.508Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-05-29T19:59:49.879Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-05-29T19:59:51.769Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-05-29T19:59:51.779Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-05-29T19:59:51.981Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-05-29T19:59:52.255Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
742 | 2024-05-29T19:59:52.555Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2024-05-29T19:59:52.843Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
744 | 2024-05-29T19:59:53.280Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-05-29T19:59:53.522Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-05-29T19:59:54.128Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-05-29T19:59:55.125Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-05-29T19:59:55.612Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
749 | 2024-05-29T19:59:55.898Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-05-29T19:59:56.753Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-05-29T19:59:58.330Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-05-29T19:59:59.119Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-05-29T19:59:59.124Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-05-29T19:59:59.416Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
755 | 2024-05-29T20:00:00.939Z | Downloading crates ... |
756 | 2024-05-29T20:00:01.004Z | Downloaded anstream v0.6.14 |
757 | 2024-05-29T20:00:01.010Z | Downloaded anstyle v1.0.7 |
758 | 2024-05-29T20:00:01.014Z | Downloaded anstyle-parse v0.2.4 |
759 | 2024-05-29T20:00:01.014Z | Downloaded anstyle-query v1.0.3 |
760 | 2024-05-29T20:00:01.019Z | Downloaded anyhow v1.0.83 |
761 | 2024-05-29T20:00:01.019Z | Downloaded bitflags v2.5.0 |
762 | 2024-05-29T20:00:01.023Z | Downloaded cargo_metadata v0.18.1 |
763 | 2024-05-29T20:00:01.026Z | Downloaded cargo_toml v0.20.2 |
764 | 2024-05-29T20:00:01.026Z | Downloaded camino v1.1.7 |
765 | 2024-05-29T20:00:01.030Z | Downloaded clap v4.5.4 |
766 | 2024-05-29T20:00:01.034Z | Downloaded autocfg v1.3.0 |
767 | 2024-05-29T20:00:01.038Z | Downloaded indexmap v2.2.6 |
768 | 2024-05-29T20:00:01.041Z | Downloaded heck v0.5.0 |
769 | 2024-05-29T20:00:01.042Z | Downloaded fs-err v2.11.0 |
770 | 2024-05-29T20:00:01.045Z | Downloaded errno v0.3.9 |
771 | 2024-05-29T20:00:01.045Z | Downloaded equivalent v1.0.1 |
772 | 2024-05-29T20:00:01.045Z | Downloaded colorchoice v1.0.1 |
773 | 2024-05-29T20:00:01.045Z | Downloaded clap_lex v0.7.0 |
774 | 2024-05-29T20:00:01.049Z | Downloaded clap_derive v4.5.4 |
775 | 2024-05-29T20:00:01.061Z | Downloaded is_terminal_polyfill v1.70.0 |
776 | 2024-05-29T20:00:01.064Z | Downloaded itoa v1.0.11 |
777 | 2024-05-29T20:00:01.170Z | Downloaded quote v1.0.36 |
778 | 2024-05-29T20:00:01.174Z | Downloaded proc-macro2 v1.0.82 |
779 | 2024-05-29T20:00:01.178Z | Downloaded memchr v2.7.2 |
780 | 2024-05-29T20:00:01.182Z | Downloaded winnow v0.6.8 |
781 | 2024-05-29T20:00:01.187Z | Downloaded syn v2.0.64 |
782 | 2024-05-29T20:00:01.197Z | Downloaded utf8parse v0.2.1 |
783 | 2024-05-29T20:00:01.200Z | Downloaded unicode-ident v1.0.12 |
784 | 2024-05-29T20:00:01.200Z | Downloaded toml_edit v0.22.13 |
785 | 2024-05-29T20:00:01.220Z | Downloaded toml_datetime v0.6.6 |
786 | 2024-05-29T20:00:01.223Z | Downloaded toml v0.8.13 |
787 | 2024-05-29T20:00:01.227Z | Downloaded thiserror-impl v1.0.60 |
788 | 2024-05-29T20:00:01.227Z | Downloaded thiserror v1.0.60 |
789 | 2024-05-29T20:00:01.232Z | Downloaded terminal_size v0.3.0 |
790 | 2024-05-29T20:00:01.232Z | Downloaded swrite v0.1.0 |
791 | 2024-05-29T20:00:01.232Z | Downloaded strsim v0.11.1 |
792 | 2024-05-29T20:00:01.235Z | Downloaded serde_spanned v0.6.6 |
793 | 2024-05-29T20:00:01.235Z | Downloaded serde_json v1.0.117 |
794 | 2024-05-29T20:00:01.238Z | Downloaded serde_derive v1.0.202 |
795 | 2024-05-29T20:00:01.242Z | Downloaded serde v1.0.202 |
796 | 2024-05-29T20:00:01.247Z | Downloaded semver v1.0.23 |
797 | 2024-05-29T20:00:01.247Z | Downloaded ryu v1.0.18 |
798 | 2024-05-29T20:00:01.250Z | Downloaded rustix v0.38.34 |
799 | 2024-05-29T20:00:01.268Z | Downloaded libc v0.2.153 |
800 | 2024-05-29T20:00:01.295Z | Downloaded hashbrown v0.14.5 |
801 | 2024-05-29T20:00:01.305Z | Downloaded clap_builder v4.5.2 |
802 | 2024-05-29T20:00:01.318Z | Downloaded cargo-platform v0.1.8 |
803 | 2024-05-29T20:00:01.319Z | Downloaded macaddr v1.0.1 |
804 | 2024-05-29T20:00:01.554Z | Compiling proc-macro2 v1.0.82 |
805 | 2024-05-29T20:00:01.554Z | Compiling unicode-ident v1.0.12 |
806 | 2024-05-29T20:00:01.559Z | Compiling serde v1.0.202 |
807 | 2024-05-29T20:00:01.559Z | Compiling libc v0.2.153 |
808 | 2024-05-29T20:00:01.559Z | Compiling rustix v0.38.34 |
809 | 2024-05-29T20:00:01.559Z | Compiling bitflags v2.5.0 |
810 | 2024-05-29T20:00:01.579Z | Compiling hashbrown v0.14.5 |
811 | 2024-05-29T20:00:01.583Z | Compiling equivalent v1.0.1 |
812 | 2024-05-29T20:00:01.709Z | Compiling utf8parse v0.2.1 |
813 | 2024-05-29T20:00:01.774Z | Compiling anstyle-query v1.0.3 |
814 | 2024-05-29T20:00:01.881Z | Compiling anstyle-parse v0.2.4 |
815 | 2024-05-29T20:00:01.928Z | Compiling autocfg v1.3.0 |
816 | 2024-05-29T20:00:02.037Z | Compiling thiserror v1.0.60 |
817 | 2024-05-29T20:00:02.175Z | Compiling semver v1.0.23 |
818 | 2024-05-29T20:00:02.689Z | Compiling indexmap v2.2.6 |
819 | 2024-05-29T20:00:02.718Z | Compiling anstyle v1.0.7 |
820 | 2024-05-29T20:00:02.965Z | Compiling camino v1.1.7 |
821 | 2024-05-29T20:00:03.216Z | Compiling is_terminal_polyfill v1.70.0 |
822 | 2024-05-29T20:00:03.221Z | Compiling winnow v0.6.8 |
823 | 2024-05-29T20:00:03.295Z | Compiling serde_json v1.0.117 |
824 | 2024-05-29T20:00:03.353Z | Compiling colorchoice v1.0.1 |
825 | 2024-05-29T20:00:03.502Z | Compiling anstream v0.6.14 |
826 | 2024-05-29T20:00:03.547Z | Compiling fs-err v2.11.0 |
827 | 2024-05-29T20:00:03.566Z | Compiling clap_lex v0.7.0 |
828 | 2024-05-29T20:00:03.626Z | Compiling strsim v0.11.1 |
829 | 2024-05-29T20:00:03.687Z | Compiling ryu v1.0.18 |
830 | 2024-05-29T20:00:03.806Z | Compiling heck v0.5.0 |
831 | 2024-05-29T20:00:04.061Z | Compiling anyhow v1.0.83 |
832 | 2024-05-29T20:00:04.091Z | Compiling itoa v1.0.11 |
833 | 2024-05-29T20:00:04.237Z | Compiling quote v1.0.36 |
834 | 2024-05-29T20:00:04.325Z | Compiling swrite v0.1.0 |
835 | 2024-05-29T20:00:04.450Z | Compiling errno v0.3.9 |
836 | 2024-05-29T20:00:04.610Z | Compiling syn v2.0.64 |
837 | 2024-05-29T20:00:05.572Z | Compiling terminal_size v0.3.0 |
838 | 2024-05-29T20:00:05.688Z | Compiling clap_builder v4.5.2 |
839 | 2024-05-29T20:00:10.140Z | Compiling serde_derive v1.0.202 |
840 | 2024-05-29T20:00:10.152Z | Compiling thiserror-impl v1.0.60 |
841 | 2024-05-29T20:00:10.152Z | Compiling clap_derive v4.5.4 |
842 | 2024-05-29T20:00:12.651Z | Compiling clap v4.5.4 |
843 | 2024-05-29T20:00:17.792Z | Compiling toml_datetime v0.6.6 |
844 | 2024-05-29T20:00:17.796Z | Compiling serde_spanned v0.6.6 |
845 | 2024-05-29T20:00:17.796Z | Compiling cargo-platform v0.1.8 |
846 | 2024-05-29T20:00:17.796Z | Compiling macaddr v1.0.1 |
847 | 2024-05-29T20:00:18.078Z | Compiling toml_edit v0.22.13 |
848 | 2024-05-29T20:00:19.066Z | Compiling cargo_metadata v0.18.1 |
849 | 2024-05-29T20:00:20.131Z | Compiling toml v0.8.13 |
850 | 2024-05-29T20:00:20.861Z | Compiling cargo_toml v0.20.2 |
851 | 2024-05-29T20:00:24.756Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
852 | 2024-05-29T20:00:27.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s |
853 | 2024-05-29T20:00:27.813Z | Running `target/debug/xtask clippy` |
854 | 2024-05-29T20:00:27.858Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
855 | 2024-05-29T20:00:28.454Z | Downloading crates ... |
856 | 2024-05-29T20:00:28.569Z | Downloaded adler v1.0.2 |
857 | 2024-05-29T20:00:28.575Z | Downloaded aead v0.5.2 |
858 | 2024-05-29T20:00:28.580Z | Downloaded ahash v0.8.11 |
859 | 2024-05-29T20:00:28.587Z | Downloaded anes v0.1.6 |
860 | 2024-05-29T20:00:28.591Z | Downloaded aho-corasick v1.1.3 |
861 | 2024-05-29T20:00:28.596Z | Downloaded approx v0.5.1 |
862 | 2024-05-29T20:00:28.600Z | Downloaded argon2 v0.5.3 |
863 | 2024-05-29T20:00:28.604Z | Downloaded ascii-canvas v3.0.0 |
864 | 2024-05-29T20:00:28.604Z | Downloaded async-recursion v1.1.1 |
865 | 2024-05-29T20:00:28.608Z | Downloaded assert_matches v1.5.0 |
866 | 2024-05-29T20:00:28.612Z | Downloaded heapless v0.7.17 |
867 | 2024-05-29T20:00:28.615Z | Downloaded backtrace v0.3.71 |
868 | 2024-05-29T20:00:28.618Z | Downloaded highway v1.1.0 |
869 | 2024-05-29T20:00:28.624Z | Downloaded base64 v0.21.7 |
870 | 2024-05-29T20:00:28.628Z | Downloaded bcs v0.1.6 |
871 | 2024-05-29T20:00:28.632Z | Downloaded hkdf v0.12.4 |
872 | 2024-05-29T20:00:28.632Z | Downloaded hostname v0.4.0 |
873 | 2024-05-29T20:00:28.650Z | Downloaded hostname v0.3.1 |
874 | 2024-05-29T20:00:28.650Z | Downloaded bindgen v0.69.4 |
875 | 2024-05-29T20:00:28.655Z | Downloaded http v1.1.0 |
876 | 2024-05-29T20:00:28.655Z | Downloaded humantime v2.1.0 |
877 | 2024-05-29T20:00:28.655Z | Downloaded hubpack_derive v0.1.1 |
878 | 2024-05-29T20:00:28.655Z | Downloaded hyper-rustls v0.24.2 |
879 | 2024-05-29T20:00:28.659Z | Downloaded hyper-rustls v0.26.0 |
880 | 2024-05-29T20:00:28.663Z | Downloaded hyper-tls v0.5.0 |
881 | 2024-05-29T20:00:28.664Z | Downloaded hyper-util v0.1.3 |
882 | 2024-05-29T20:00:28.667Z | Downloaded ident_case v1.0.1 |
883 | 2024-05-29T20:00:28.667Z | Downloaded iana-time-zone v0.1.60 |
884 | 2024-05-29T20:00:28.672Z | Downloaded hyper-staticfile v0.9.5 |
885 | 2024-05-29T20:00:28.676Z | Downloaded hyper v1.3.1 |
886 | 2024-05-29T20:00:28.681Z | Downloaded hubpack v0.1.2 |
887 | 2024-05-29T20:00:28.685Z | Downloaded httpdate v1.0.3 |
888 | 2024-05-29T20:00:28.685Z | Downloaded httparse v1.8.0 |
889 | 2024-05-29T20:00:28.689Z | Downloaded http-range v0.1.5 |
890 | 2024-05-29T20:00:28.689Z | Downloaded http-body v1.0.0 |
891 | 2024-05-29T20:00:28.693Z | Downloaded http-body v0.4.6 |
892 | 2024-05-29T20:00:28.693Z | Downloaded bitstruct_derive v0.1.0 |
893 | 2024-05-29T20:00:28.694Z | Downloaded http v0.2.12 |
894 | 2024-05-29T20:00:28.697Z | Downloaded bitstruct v0.1.1 |
895 | 2024-05-29T20:00:28.700Z | Downloaded bitflags v1.3.2 |
896 | 2024-05-29T20:00:28.704Z | Downloaded bitfield v0.14.0 |
897 | 2024-05-29T20:00:28.704Z | Downloaded home v0.5.9 |
898 | 2024-05-29T20:00:28.707Z | Downloaded hmac v0.12.1 |
899 | 2024-05-29T20:00:28.711Z | Downloaded base64ct v1.6.0 |
900 | 2024-05-29T20:00:28.711Z | Downloaded base64 v0.13.1 |
901 | 2024-05-29T20:00:28.714Z | Downloaded hex v0.4.3 |
902 | 2024-05-29T20:00:28.717Z | Downloaded heck v0.4.1 |
903 | 2024-05-29T20:00:28.721Z | Downloaded heck v0.3.3 |
904 | 2024-05-29T20:00:28.722Z | Downloaded heapless v0.8.0 |
905 | 2024-05-29T20:00:28.725Z | Downloaded crypto-common v0.1.6 |
906 | 2024-05-29T20:00:28.725Z | Downloaded base16ct v0.2.0 |
907 | 2024-05-29T20:00:28.728Z | Downloaded atty v0.2.14 |
908 | 2024-05-29T20:00:28.731Z | Downloaded atomicwrites v0.4.3 |
909 | 2024-05-29T20:00:28.731Z | Downloaded atomic-waker v1.1.2 |
910 | 2024-05-29T20:00:28.731Z | Downloaded async-stream-impl v0.3.5 |
911 | 2024-05-29T20:00:28.736Z | Downloaded async-stream v0.3.5 |
912 | 2024-05-29T20:00:28.736Z | Downloaded assert_cmd v2.0.14 |
913 | 2024-05-29T20:00:28.739Z | Downloaded ascii v1.1.0 |
914 | 2024-05-29T20:00:28.739Z | Downloaded arrayvec v0.7.4 |
915 | 2024-05-29T20:00:28.743Z | Downloaded arc-swap v1.7.1 |
916 | 2024-05-29T20:00:28.746Z | Downloaded allocator-api2 v0.2.18 |
917 | 2024-05-29T20:00:28.803Z | Downloaded buf-list v1.0.3 |
918 | 2024-05-29T20:00:28.808Z | Downloaded block-padding v0.3.3 |
919 | 2024-05-29T20:00:28.808Z | Downloaded block-buffer v0.10.4 |
920 | 2024-05-29T20:00:28.813Z | Downloaded blake3 v1.5.1 |
921 | 2024-05-29T20:00:28.819Z | Downloaded blake2b_simd v1.0.2 |
922 | 2024-05-29T20:00:28.823Z | Downloaded blake2 v0.10.6 |
923 | 2024-05-29T20:00:28.824Z | Downloaded bitvec v1.0.1 |
924 | 2024-05-29T20:00:28.840Z | Downloaded itertools v0.10.5 |
925 | 2024-05-29T20:00:28.847Z | Downloaded mio v0.8.11 |
926 | 2024-05-29T20:00:28.853Z | Downloaded miniz_oxide v0.7.2 |
927 | 2024-05-29T20:00:28.858Z | Downloaded minimal-lexical v0.2.1 |
928 | 2024-05-29T20:00:28.863Z | Downloaded mime_guess v2.0.4 |
929 | 2024-05-29T20:00:28.867Z | Downloaded memoffset v0.7.1 |
930 | 2024-05-29T20:00:28.867Z | Downloaded memmap2 v0.9.4 |
931 | 2024-05-29T20:00:28.871Z | Downloaded memmap v0.7.0 |
932 | 2024-05-29T20:00:28.871Z | Downloaded maybe-uninit v2.0.0 |
933 | 2024-05-29T20:00:28.871Z | Downloaded matches v0.1.10 |
934 | 2024-05-29T20:00:28.875Z | Downloaded match_cfg v0.1.0 |
935 | 2024-05-29T20:00:28.875Z | Downloaded lru-cache v0.1.2 |
936 | 2024-05-29T20:00:28.875Z | Downloaded lru v0.12.3 |
937 | 2024-05-29T20:00:28.875Z | Downloaded log v0.4.21 |
938 | 2024-05-29T20:00:28.879Z | Downloaded linked-hash-map v0.5.6 |
939 | 2024-05-29T20:00:28.880Z | Downloaded linear-map v1.2.0 |
940 | 2024-05-29T20:00:28.884Z | Downloaded libxml v0.3.3 |
941 | 2024-05-29T20:00:28.901Z | Downloaded libsw v3.3.1 |
942 | 2024-05-29T20:00:28.906Z | Downloaded libm v0.2.8 |
943 | 2024-05-29T20:00:28.907Z | Downloaded libloading v0.8.3 |
944 | 2024-05-29T20:00:28.907Z | Downloaded num-bigint v0.4.5 |
945 | 2024-05-29T20:00:28.912Z | Downloaded guppy-workspace-hack v0.1.0 |
946 | 2024-05-29T20:00:28.916Z | Downloaded nix v0.28.0 |
947 | 2024-05-29T20:00:28.926Z | Downloaded idna v0.5.0 |
948 | 2024-05-29T20:00:28.933Z | Downloaded hashbrown v0.12.3 |
949 | 2024-05-29T20:00:28.938Z | Downloaded hashbrown v0.13.2 |
950 | 2024-05-29T20:00:28.943Z | Downloaded pem-rfc7468 v0.7.0 |
951 | 2024-05-29T20:00:28.953Z | Downloaded headers-core v0.2.0 |
952 | 2024-05-29T20:00:28.958Z | Downloaded pest_meta v2.7.10 |
953 | 2024-05-29T20:00:28.961Z | Downloaded pest_generator v2.7.10 |
954 | 2024-05-29T20:00:28.962Z | Downloaded pest_derive v2.7.10 |
955 | 2024-05-29T20:00:28.966Z | Downloaded pest v2.7.10 |
956 | 2024-05-29T20:00:28.972Z | Downloaded percent-encoding v2.3.1 |
957 | 2024-05-29T20:00:28.976Z | Downloaded crossbeam-deque v0.8.5 |
958 | 2024-05-29T20:00:28.977Z | Downloaded crossbeam-channel v0.5.12 |
959 | 2024-05-29T20:00:28.981Z | Downloaded criterion-plot v0.5.0 |
960 | 2024-05-29T20:00:28.981Z | Downloaded crc32fast v1.4.0 |
961 | 2024-05-29T20:00:28.988Z | Downloaded crc-catalog v2.4.0 |
962 | 2024-05-29T20:00:28.988Z | Downloaded phf v0.11.2 |
963 | 2024-05-29T20:00:28.988Z | Downloaded phf_shared v0.11.2 |
964 | 2024-05-29T20:00:28.988Z | Downloaded pin-project v1.1.5 |
965 | 2024-05-29T20:00:29.000Z | Downloaded ref-cast-impl v1.0.23 |
966 | 2024-05-29T20:00:29.004Z | Downloaded pkcs8 v0.10.2 |
967 | 2024-05-29T20:00:29.005Z | Downloaded pkcs1 v0.7.5 |
968 | 2024-05-29T20:00:29.008Z | Downloaded rayon v1.10.0 |
969 | 2024-05-29T20:00:29.017Z | Downloaded smf v0.2.3 |
970 | 2024-05-29T20:00:29.021Z | Downloaded spki v0.7.3 |
971 | 2024-05-29T20:00:29.022Z | Downloaded pin-utils v0.1.0 |
972 | 2024-05-29T20:00:29.026Z | Downloaded pin-project-lite v0.2.14 |
973 | 2024-05-29T20:00:29.030Z | Downloaded shlex v1.3.0 |
974 | 2024-05-29T20:00:29.034Z | Downloaded shell-words v1.1.0 |
975 | 2024-05-29T20:00:29.034Z | Downloaded sha2 v0.10.8 |
976 | 2024-05-29T20:00:29.034Z | Downloaded smoltcp v0.9.1 |
977 | 2024-05-29T20:00:29.047Z | Downloaded sqlformat v0.2.3 |
978 | 2024-05-29T20:00:29.051Z | Downloaded static_assertions v1.1.0 |
979 | 2024-05-29T20:00:29.051Z | Downloaded sqlparser v0.45.0 |
980 | 2024-05-29T20:00:29.057Z | Downloaded stable_deref_trait v1.2.0 |
981 | 2024-05-29T20:00:29.063Z | Downloaded steno v0.4.0 |
982 | 2024-05-29T20:00:29.075Z | Downloaded smawk v0.3.2 |
983 | 2024-05-29T20:00:29.075Z | Downloaded tracing-core v0.1.32 |
984 | 2024-05-29T20:00:29.075Z | Downloaded tracing v0.1.40 |
985 | 2024-05-29T20:00:29.076Z | Downloaded trust-dns-client v0.22.0 |
986 | 2024-05-29T20:00:29.088Z | Downloaded tokio-util v0.7.11 |
987 | 2024-05-29T20:00:29.096Z | Downloaded target-spec v3.1.0 |
988 | 2024-05-29T20:00:29.096Z | Downloaded target-lexicon v0.12.14 |
989 | 2024-05-29T20:00:29.096Z | Downloaded sync_wrapper v0.1.2 |
990 | 2024-05-29T20:00:29.101Z | Downloaded syn v1.0.109 |
991 | 2024-05-29T20:00:29.108Z | Downloaded unicase v2.7.0 |
992 | 2024-05-29T20:00:29.112Z | Downloaded tower v0.4.13 |
993 | 2024-05-29T20:00:29.118Z | Downloaded tough v0.17.1 |
994 | 2024-05-29T20:00:29.128Z | Downloaded topological-sort v0.2.2 |
995 | 2024-05-29T20:00:29.132Z | Downloaded regex-syntax v0.8.3 |
996 | 2024-05-29T20:00:29.139Z | Downloaded filetime v0.2.23 |
997 | 2024-05-29T20:00:29.143Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2024-05-29T20:00:29.156Z | Downloaded flume v0.11.0 |
999 | 2024-05-29T20:00:29.160Z | Downloaded float-cmp v0.9.0 |
1000 | 2024-05-29T20:00:29.160Z | Downloaded flate2 v1.0.30 |
1001 | 2024-05-29T20:00:29.165Z | Downloaded flagset v0.4.5 |
1002 | 2024-05-29T20:00:29.169Z | Downloaded fixedbitset v0.4.2 |
1003 | 2024-05-29T20:00:29.169Z | Downloaded group v0.13.0 |
1004 | 2024-05-29T20:00:29.173Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-05-29T20:00:29.191Z | Downloaded bstr v0.2.17 |
1006 | 2024-05-29T20:00:29.196Z | Downloaded smallvec v0.6.14 |
1007 | 2024-05-29T20:00:29.201Z | Downloaded signal-hook v0.3.17 |
1008 | 2024-05-29T20:00:29.201Z | Downloaded toolchain_find v0.4.0 |
1009 | 2024-05-29T20:00:29.205Z | Downloaded sqlparser_derive v0.2.2 |
1010 | 2024-05-29T20:00:29.205Z | Downloaded smallvec v1.13.2 |
1011 | 2024-05-29T20:00:29.210Z | Downloaded slog-term v2.9.1 |
1012 | 2024-05-29T20:00:29.210Z | Downloaded slog-stdlog v4.1.1 |
1013 | 2024-05-29T20:00:29.214Z | Downloaded slog-scope v4.4.0 |
1014 | 2024-05-29T20:00:29.214Z | Downloaded slog-json v2.6.1 |
1015 | 2024-05-29T20:00:29.215Z | Downloaded platforms v3.4.0 |
1016 | 2024-05-29T20:00:29.220Z | Downloaded plain v0.2.3 |
1017 | 2024-05-29T20:00:29.220Z | Downloaded pkg-config v0.3.30 |
1018 | 2024-05-29T20:00:29.224Z | Downloaded peg-macros v0.8.3 |
1019 | 2024-05-29T20:00:29.224Z | Downloaded peg v0.8.3 |
1020 | 2024-05-29T20:00:29.228Z | Downloaded pathdiff v0.2.1 |
1021 | 2024-05-29T20:00:29.228Z | Downloaded path-slash v0.1.5 |
1022 | 2024-05-29T20:00:29.233Z | Downloaded paste v1.0.15 |
1023 | 2024-05-29T20:00:29.238Z | Downloaded password-hash v0.5.0 |
1024 | 2024-05-29T20:00:29.238Z | Downloaded partial-io v0.5.4 |
1025 | 2024-05-29T20:00:29.238Z | Downloaded parse-size v1.0.0 |
1026 | 2024-05-29T20:00:29.242Z | Downloaded guppy v0.17.5 |
1027 | 2024-05-29T20:00:29.247Z | Downloaded goblin v0.8.2 |
1028 | 2024-05-29T20:00:29.254Z | Downloaded phf_shared v0.10.0 |
1029 | 2024-05-29T20:00:29.258Z | Downloaded petgraph v0.6.5 |
1030 | 2024-05-29T20:00:29.274Z | Downloaded serde_arrays v0.1.0 |
1031 | 2024-05-29T20:00:29.278Z | Downloaded serde-hex v0.1.0 |
1032 | 2024-05-29T20:00:29.279Z | Downloaded serde-big-array v0.5.1 |
1033 | 2024-05-29T20:00:29.279Z | Downloaded scheduled-thread-pool v0.2.7 |
1034 | 2024-05-29T20:00:29.282Z | Downloaded same-file v1.0.6 |
1035 | 2024-05-29T20:00:29.283Z | Downloaded samael v0.0.15 |
1036 | 2024-05-29T20:00:29.288Z | Downloaded utf-8 v0.7.6 |
1037 | 2024-05-29T20:00:29.293Z | Downloaded usdt-macro v0.5.0 |
1038 | 2024-05-29T20:00:29.293Z | Downloaded usdt-macro v0.3.5 |
1039 | 2024-05-29T20:00:29.293Z | Downloaded usdt-impl v0.5.0 |
1040 | 2024-05-29T20:00:29.297Z | Downloaded usdt-impl v0.3.5 |
1041 | 2024-05-29T20:00:29.297Z | Downloaded usdt-attr-macro v0.5.0 |
1042 | 2024-05-29T20:00:29.298Z | Downloaded usdt-attr-macro v0.3.5 |
1043 | 2024-05-29T20:00:29.298Z | Downloaded usdt v0.5.0 |
1044 | 2024-05-29T20:00:29.298Z | Downloaded usdt v0.3.5 |
1045 | 2024-05-29T20:00:29.302Z | Downloaded untrusted v0.9.0 |
1046 | 2024-05-29T20:00:29.303Z | Downloaded whoami v1.5.1 |
1047 | 2024-05-29T20:00:29.307Z | Downloaded which v4.4.2 |
1048 | 2024-05-29T20:00:29.307Z | Downloaded webpki-roots v0.25.4 |
1049 | 2024-05-29T20:00:29.311Z | Downloaded want v0.3.1 |
1050 | 2024-05-29T20:00:29.312Z | Downloaded walkdir v2.5.0 |
1051 | 2024-05-29T20:00:29.316Z | Downloaded waitgroup v0.1.2 |
1052 | 2024-05-29T20:00:29.316Z | Downloaded wait-timeout v0.2.0 |
1053 | 2024-05-29T20:00:29.320Z | Downloaded vte_generate_state_changes v0.1.1 |
1054 | 2024-05-29T20:00:29.321Z | Downloaded vte v0.11.1 |
1055 | 2024-05-29T20:00:29.321Z | Downloaded vsss-rs v3.3.4 |
1056 | 2024-05-29T20:00:29.326Z | Downloaded version_check v0.9.4 |
1057 | 2024-05-29T20:00:29.326Z | Downloaded vcpkg v0.2.15 |
1058 | 2024-05-29T20:00:29.368Z | Downloaded uzers v0.11.3 |
1059 | 2024-05-29T20:00:29.383Z | Downloaded uuid v1.8.0 |
1060 | 2024-05-29T20:00:29.383Z | Downloaded untrusted v0.7.1 |
1061 | 2024-05-29T20:00:29.384Z | Downloaded unsafe-libyaml v0.2.11 |
1062 | 2024-05-29T20:00:29.392Z | Downloaded zerocopy v0.6.6 |
1063 | 2024-05-29T20:00:29.392Z | Downloaded zerocopy v0.3.2 |
1064 | 2024-05-29T20:00:29.393Z | Downloaded yasna v0.5.2 |
1065 | 2024-05-29T20:00:29.393Z | Downloaded yansi v0.5.1 |
1066 | 2024-05-29T20:00:29.393Z | Downloaded wyz v0.5.1 |
1067 | 2024-05-29T20:00:29.393Z | Downloaded ref-cast v1.0.23 |
1068 | 2024-05-29T20:00:29.416Z | Downloaded reedline v0.31.0 |
1069 | 2024-05-29T20:00:29.416Z | Downloaded zerocopy v0.7.34 |
1070 | 2024-05-29T20:00:29.423Z | Downloaded rand_xorshift v0.3.0 |
1071 | 2024-05-29T20:00:29.423Z | Downloaded quick-error v1.2.3 |
1072 | 2024-05-29T20:00:29.423Z | Downloaded publicsuffix v2.2.3 |
1073 | 2024-05-29T20:00:29.427Z | Downloaded prettyplease v0.2.20 |
1074 | 2024-05-29T20:00:29.427Z | Downloaded postgres-protocol v0.6.6 |
1075 | 2024-05-29T20:00:29.431Z | Downloaded rustc-hash v1.1.0 |
1076 | 2024-05-29T20:00:29.431Z | Downloaded rayon-core v1.12.1 |
1077 | 2024-05-29T20:00:29.435Z | Downloaded gimli v0.28.1 |
1078 | 2024-05-29T20:00:29.445Z | Downloaded ratatui v0.26.2 |
1079 | 2024-05-29T20:00:29.465Z | Downloaded structmeta-derive v0.2.0 |
1080 | 2024-05-29T20:00:29.469Z | Downloaded structmeta v0.3.0 |
1081 | 2024-05-29T20:00:29.469Z | Downloaded structmeta v0.2.0 |
1082 | 2024-05-29T20:00:29.469Z | Downloaded strip-ansi-escapes v0.2.0 |
1083 | 2024-05-29T20:00:29.469Z | Downloaded stringprep v0.1.4 |
1084 | 2024-05-29T20:00:29.474Z | Downloaded string_cache v0.8.7 |
1085 | 2024-05-29T20:00:29.474Z | Downloaded slog-envlogger v2.2.0 |
1086 | 2024-05-29T20:00:29.478Z | Downloaded slog-dtrace v0.3.0 |
1087 | 2024-05-29T20:00:29.478Z | Downloaded slog-bunyan v2.5.0 |
1088 | 2024-05-29T20:00:29.478Z | Downloaded slog-async v2.8.0 |
1089 | 2024-05-29T20:00:29.482Z | Downloaded slog v2.7.0 |
1090 | 2024-05-29T20:00:29.486Z | Downloaded slab v0.4.9 |
1091 | 2024-05-29T20:00:29.486Z | Downloaded similar-asserts v1.5.0 |
1092 | 2024-05-29T20:00:29.486Z | Downloaded zerocopy-derive v0.6.6 |
1093 | 2024-05-29T20:00:29.497Z | Downloaded zerocopy-derive v0.2.0 |
1094 | 2024-05-29T20:00:29.506Z | Downloaded tabled_derive v0.7.0 |
1095 | 2024-05-29T20:00:29.510Z | Downloaded tabled v0.15.0 |
1096 | 2024-05-29T20:00:29.526Z | Downloaded synstructure v0.12.6 |
1097 | 2024-05-29T20:00:29.530Z | Downloaded supports-color v3.0.0 |
1098 | 2024-05-29T20:00:29.530Z | Downloaded subtle v2.5.0 |
1099 | 2024-05-29T20:00:29.530Z | Downloaded subprocess v0.2.9 |
1100 | 2024-05-29T20:00:29.534Z | Downloaded strum_macros v0.26.2 |
1101 | 2024-05-29T20:00:29.538Z | Downloaded strum_macros v0.25.3 |
1102 | 2024-05-29T20:00:29.538Z | Downloaded strum_macros v0.24.3 |
1103 | 2024-05-29T20:00:29.542Z | Downloaded strum v0.26.2 |
1104 | 2024-05-29T20:00:29.543Z | Downloaded structmeta-derive v0.3.0 |
1105 | 2024-05-29T20:00:29.543Z | Downloaded siphasher v0.3.11 |
1106 | 2024-05-29T20:00:29.547Z | Downloaded postcard v1.0.8 |
1107 | 2024-05-29T20:00:29.551Z | Downloaded oorandom v11.1.3 |
1108 | 2024-05-29T20:00:29.551Z | Downloaded once_cell v1.19.0 |
1109 | 2024-05-29T20:00:29.556Z | Downloaded openssl-macros v0.1.1 |
1110 | 2024-05-29T20:00:29.557Z | Downloaded opaque-debug v0.3.1 |
1111 | 2024-05-29T20:00:29.557Z | Downloaded omicron-zone-package v0.11.0 |
1112 | 2024-05-29T20:00:29.562Z | Downloaded olpc-cjson v0.1.3 |
1113 | 2024-05-29T20:00:29.562Z | Downloaded zone v0.1.8 |
1114 | 2024-05-29T20:00:29.563Z | Downloaded zeroize_derive v1.4.2 |
1115 | 2024-05-29T20:00:29.563Z | Downloaded zeroize v1.7.0 |
1116 | 2024-05-29T20:00:29.568Z | Downloaded toml_edit v0.19.15 |
1117 | 2024-05-29T20:00:29.592Z | Downloaded deranged v0.3.11 |
1118 | 2024-05-29T20:00:29.596Z | Downloaded der_derive v0.7.2 |
1119 | 2024-05-29T20:00:29.597Z | Downloaded defmt-macros v0.3.9 |
1120 | 2024-05-29T20:00:29.597Z | Downloaded defmt v0.3.8 |
1121 | 2024-05-29T20:00:29.597Z | Downloaded debug-ignore v1.0.5 |
1122 | 2024-05-29T20:00:29.597Z | Downloaded datatest-stable v0.2.9 |
1123 | 2024-05-29T20:00:29.597Z | Downloaded darling_macro v0.20.9 |
1124 | 2024-05-29T20:00:29.597Z | Downloaded darling_core v0.20.9 |
1125 | 2024-05-29T20:00:29.602Z | Downloaded zip v0.6.6 |
1126 | 2024-05-29T20:00:29.606Z | Downloaded darling v0.20.9 |
1127 | 2024-05-29T20:00:29.610Z | Downloaded csv-core v0.1.11 |
1128 | 2024-05-29T20:00:29.614Z | Downloaded curve25519-dalek-derive v0.1.1 |
1129 | 2024-05-29T20:00:29.615Z | Downloaded toml v0.7.8 |
1130 | 2024-05-29T20:00:29.619Z | Downloaded rusty-fork v0.3.0 |
1131 | 2024-05-29T20:00:29.623Z | Downloaded rustversion v1.0.17 |
1132 | 2024-05-29T20:00:29.623Z | Downloaded rustls-webpki v0.102.4 |
1133 | 2024-05-29T20:00:29.641Z | Downloaded rustls-webpki v0.101.7 |
1134 | 2024-05-29T20:00:29.656Z | Downloaded predicates-core v1.0.6 |
1135 | 2024-05-29T20:00:29.661Z | Downloaded predicates v3.1.0 |
1136 | 2024-05-29T20:00:29.662Z | Downloaded precomputed-hash v0.1.1 |
1137 | 2024-05-29T20:00:29.662Z | Downloaded ppv-lite86 v0.2.17 |
1138 | 2024-05-29T20:00:29.666Z | Downloaded powerfmt v0.2.0 |
1139 | 2024-05-29T20:00:29.666Z | Downloaded postgres-types v0.2.6 |
1140 | 2024-05-29T20:00:29.666Z | Downloaded portable-atomic v1.6.0 |
1141 | 2024-05-29T20:00:29.673Z | Downloaded rustls v0.22.4 |
1142 | 2024-05-29T20:00:29.687Z | Downloaded curve25519-dalek v4.1.2 |
1143 | 2024-05-29T20:00:29.696Z | Downloaded poly1305 v0.8.0 |
1144 | 2024-05-29T20:00:29.701Z | Downloaded plotters-svg v0.3.5 |
1145 | 2024-05-29T20:00:29.701Z | Downloaded futures-timer v3.0.3 |
1146 | 2024-05-29T20:00:29.705Z | Downloaded futures-task v0.3.30 |
1147 | 2024-05-29T20:00:29.705Z | Downloaded elliptic-curve v0.13.8 |
1148 | 2024-05-29T20:00:29.710Z | Downloaded either v1.12.0 |
1149 | 2024-05-29T20:00:29.710Z | Downloaded ed25519 v1.5.3 |
1150 | 2024-05-29T20:00:29.715Z | Downloaded dyn-clone v1.0.17 |
1151 | 2024-05-29T20:00:29.715Z | Downloaded dtrace-parser v0.2.0 |
1152 | 2024-05-29T20:00:29.715Z | Downloaded display-error-chain v0.2.0 |
1153 | 2024-05-29T20:00:29.719Z | Downloaded tokio-native-tls v0.3.1 |
1154 | 2024-05-29T20:00:29.719Z | Downloaded tokio-macros v2.2.0 |
1155 | 2024-05-29T20:00:29.720Z | Downloaded tls_codec_derive v0.4.1 |
1156 | 2024-05-29T20:00:29.724Z | Downloaded rustfmt-wrapper v0.2.1 |
1157 | 2024-05-29T20:00:29.724Z | Downloaded num-iter v0.1.45 |
1158 | 2024-05-29T20:00:29.724Z | Downloaded num-integer v0.1.46 |
1159 | 2024-05-29T20:00:29.728Z | Downloaded num-derive v0.4.2 |
1160 | 2024-05-29T20:00:29.728Z | Downloaded num-complex v0.4.6 |
1161 | 2024-05-29T20:00:29.732Z | Downloaded regex-automata v0.1.10 |
1162 | 2024-05-29T20:00:29.737Z | Downloaded embedded-io v0.4.0 |
1163 | 2024-05-29T20:00:29.741Z | Downloaded dtrace-parser v0.1.14 |
1164 | 2024-05-29T20:00:29.741Z | Downloaded downcast v0.11.0 |
1165 | 2024-05-29T20:00:29.742Z | Downloaded dof v0.3.0 |
1166 | 2024-05-29T20:00:29.742Z | Downloaded dof v0.1.5 |
1167 | 2024-05-29T20:00:29.746Z | Downloaded doc-comment v0.3.3 |
1168 | 2024-05-29T20:00:29.746Z | Downloaded dirs-sys-next v0.1.2 |
1169 | 2024-05-29T20:00:29.746Z | Downloaded digest v0.10.7 |
1170 | 2024-05-29T20:00:29.750Z | Downloaded signature v2.2.0 |
1171 | 2024-05-29T20:00:29.750Z | Downloaded proc-macro-error-attr v1.0.4 |
1172 | 2024-05-29T20:00:29.750Z | Downloaded proc-macro-error v1.0.4 |
1173 | 2024-05-29T20:00:29.755Z | Downloaded psl-types v2.0.11 |
1174 | 2024-05-29T20:00:29.755Z | Downloaded pretty-hex v0.2.1 |
1175 | 2024-05-29T20:00:29.755Z | Downloaded proc-macro-crate v1.3.1 |
1176 | 2024-05-29T20:00:29.760Z | Downloaded pretty_assertions v1.4.0 |
1177 | 2024-05-29T20:00:29.760Z | Downloaded pretty-hex v0.4.1 |
1178 | 2024-05-29T20:00:29.760Z | Downloaded parse-display-derive v0.9.0 |
1179 | 2024-05-29T20:00:29.764Z | Downloaded parse-display v0.9.0 |
1180 | 2024-05-29T20:00:29.764Z | Downloaded parking_lot_core v0.9.10 |
1181 | 2024-05-29T20:00:29.768Z | Downloaded parking_lot_core v0.8.6 |
1182 | 2024-05-29T20:00:29.768Z | Downloaded signature v1.6.4 |
1183 | 2024-05-29T20:00:29.769Z | Downloaded signal-hook-registry v1.4.2 |
1184 | 2024-05-29T20:00:29.772Z | Downloaded polar-core v0.27.3 |
1185 | 2024-05-29T20:00:29.781Z | Downloaded parking_lot v0.12.2 |
1186 | 2024-05-29T20:00:29.800Z | Downloaded parking_lot v0.11.2 |
1187 | 2024-05-29T20:00:29.800Z | Downloaded num-rational v0.4.2 |
1188 | 2024-05-29T20:00:29.805Z | Downloaded glob v0.3.1 |
1189 | 2024-05-29T20:00:29.805Z | Downloaded getrandom v0.2.14 |
1190 | 2024-05-29T20:00:29.805Z | Downloaded getopts v0.2.21 |
1191 | 2024-05-29T20:00:29.805Z | Downloaded encoding_rs v0.8.34 |
1192 | 2024-05-29T20:00:29.814Z | Downloaded sha1 v0.10.6 |
1193 | 2024-05-29T20:00:29.818Z | Downloaded serde_yaml v0.9.34+deprecated |
1194 | 2024-05-29T20:00:29.824Z | Downloaded serde_with_macros v3.8.1 |
1195 | 2024-05-29T20:00:29.824Z | Downloaded serde_urlencoded v0.7.1 |
1196 | 2024-05-29T20:00:29.824Z | Downloaded serde_tokenstream v0.2.0 |
1197 | 2024-05-29T20:00:29.828Z | Downloaded serde_tokenstream v0.1.7 |
1198 | 2024-05-29T20:00:29.828Z | Downloaded scroll_derive v0.12.0 |
1199 | 2024-05-29T20:00:29.835Z | Downloaded predicates-tree v1.0.9 |
1200 | 2024-05-29T20:00:29.835Z | Downloaded plotters-backend v0.3.5 |
1201 | 2024-05-29T20:00:29.836Z | Downloaded plotters v0.3.5 |
1202 | 2024-05-29T20:00:29.840Z | Downloaded diesel_derives v2.1.4 |
1203 | 2024-05-29T20:00:29.844Z | Downloaded derive_more v0.99.17 |
1204 | 2024-05-29T20:00:29.849Z | Downloaded derive-where v1.2.7 |
1205 | 2024-05-29T20:00:29.853Z | Downloaded derive_builder_macro v0.20.0 |
1206 | 2024-05-29T20:00:29.853Z | Downloaded derive_builder_core v0.20.0 |
1207 | 2024-05-29T20:00:29.856Z | Downloaded derive_builder v0.20.0 |
1208 | 2024-05-29T20:00:29.859Z | Downloaded serde_with v3.8.1 |
1209 | 2024-05-29T20:00:29.869Z | Downloaded csv v1.3.0 |
1210 | 2024-05-29T20:00:29.889Z | Downloaded diesel v2.1.6 |
1211 | 2024-05-29T20:00:29.907Z | Downloaded scroll v0.12.0 |
1212 | 2024-05-29T20:00:29.910Z | Downloaded scopeguard v1.2.0 |
1213 | 2024-05-29T20:00:29.910Z | Downloaded schemars_derive v0.8.19 |
1214 | 2024-05-29T20:00:29.914Z | Downloaded rand v0.8.5 |
1215 | 2024-05-29T20:00:29.918Z | Downloaded radix_trie v0.2.1 |
1216 | 2024-05-29T20:00:29.922Z | Downloaded radium v0.7.0 |
1217 | 2024-05-29T20:00:29.922Z | Downloaded r2d2 v0.8.10 |
1218 | 2024-05-29T20:00:29.926Z | Downloaded quick-xml v0.31.0 |
1219 | 2024-05-29T20:00:29.930Z | Downloaded proptest v1.4.0 |
1220 | 2024-05-29T20:00:29.940Z | Downloaded gethostname v0.4.3 |
1221 | 2024-05-29T20:00:29.943Z | Downloaded generic-array v0.14.7 |
1222 | 2024-05-29T20:00:29.943Z | Downloaded futures-util v0.3.30 |
1223 | 2024-05-29T20:00:29.954Z | Downloaded futures-sink v0.3.30 |
1224 | 2024-05-29T20:00:29.958Z | Downloaded futures-macro v0.3.30 |
1225 | 2024-05-29T20:00:29.958Z | Downloaded futures-io v0.3.30 |
1226 | 2024-05-29T20:00:29.958Z | Downloaded futures-executor v0.3.30 |
1227 | 2024-05-29T20:00:30.055Z | Downloaded futures-core v0.3.30 |
1228 | 2024-05-29T20:00:30.055Z | Downloaded futures-channel v0.3.30 |
1229 | 2024-05-29T20:00:30.055Z | Downloaded futures v0.3.30 |
1230 | 2024-05-29T20:00:30.055Z | Downloaded fatfs v0.3.6 |
1231 | 2024-05-29T20:00:30.055Z | Downloaded fastrand v2.1.0 |
1232 | 2024-05-29T20:00:30.055Z | Downloaded fancy-regex v0.13.0 |
1233 | 2024-05-29T20:00:30.055Z | Downloaded fallible-iterator v0.2.0 |
1234 | 2024-05-29T20:00:30.055Z | Downloaded escape8259 v0.5.2 |
1235 | 2024-05-29T20:00:30.055Z | Downloaded erased-serde v0.3.31 |
1236 | 2024-05-29T20:00:30.056Z | Downloaded env_logger v0.10.2 |
1237 | 2024-05-29T20:00:30.056Z | Downloaded env_logger v0.9.3 |
1238 | 2024-05-29T20:00:30.056Z | Downloaded enum-as-inner v0.5.1 |
1239 | 2024-05-29T20:00:30.056Z | Downloaded endian-type v0.1.2 |
1240 | 2024-05-29T20:00:30.056Z | Downloaded ena v0.14.3 |
1241 | 2024-05-29T20:00:30.056Z | Downloaded dirs-next v2.0.0 |
1242 | 2024-05-29T20:00:30.056Z | Downloaded diff v0.1.13 |
1243 | 2024-05-29T20:00:30.056Z | Downloaded rustls v0.21.12 |
1244 | 2024-05-29T20:00:30.056Z | Downloaded regex-automata v0.4.6 |
1245 | 2024-05-29T20:00:30.056Z | Downloaded difflib v0.4.0 |
1246 | 2024-05-29T20:00:30.057Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1247 | 2024-05-29T20:00:30.057Z | Downloaded regress v0.9.1 |
1248 | 2024-05-29T20:00:30.057Z | Downloaded regex-syntax v0.6.29 |
1249 | 2024-05-29T20:00:30.057Z | Downloaded regex v1.10.4 |
1250 | 2024-05-29T20:00:30.070Z | Downloaded rcgen v0.12.1 |
1251 | 2024-05-29T20:00:30.096Z | Downloaded rand_seeder v0.2.3 |
1252 | 2024-05-29T20:00:30.097Z | Downloaded rand_core v0.6.4 |
1253 | 2024-05-29T20:00:30.097Z | Downloaded rand_chacha v0.3.1 |
1254 | 2024-05-29T20:00:30.097Z | Downloaded num-bigint-dig v0.8.4 |
1255 | 2024-05-29T20:00:30.097Z | Downloaded ring v0.17.8 |
1256 | 2024-05-29T20:00:30.189Z | Downloaded globset v0.4.14 |
1257 | 2024-05-29T20:00:30.200Z | Downloaded salty v0.2.0 |
1258 | 2024-05-29T20:00:30.200Z | Downloaded rustyline v14.0.0 |
1259 | 2024-05-29T20:00:30.200Z | Downloaded rtoolbox v0.0.2 |
1260 | 2024-05-29T20:00:30.201Z | Downloaded rstest_macros v0.19.0 |
1261 | 2024-05-29T20:00:30.201Z | Downloaded relative-path v1.9.3 |
1262 | 2024-05-29T20:00:30.201Z | Downloaded rustc_version v0.4.0 |
1263 | 2024-05-29T20:00:30.201Z | Downloaded rustc_version v0.1.7 |
1264 | 2024-05-29T20:00:30.201Z | Downloaded resolv-conf v0.7.0 |
1265 | 2024-05-29T20:00:30.201Z | Downloaded reqwest v0.11.27 |
1266 | 2024-05-29T20:00:30.201Z | Downloaded tls_codec v0.4.1 |
1267 | 2024-05-29T20:00:30.201Z | Downloaded tinyvec_macros v0.1.1 |
1268 | 2024-05-29T20:00:30.201Z | Downloaded tinyvec v1.6.0 |
1269 | 2024-05-29T20:00:30.201Z | Downloaded threadpool v1.8.1 |
1270 | 2024-05-29T20:00:30.201Z | Downloaded openssl v0.10.64 |
1271 | 2024-05-29T20:00:30.206Z | Downloaded openapiv3 v2.0.0 |
1272 | 2024-05-29T20:00:30.211Z | Downloaded object v0.32.2 |
1273 | 2024-05-29T20:00:30.220Z | Downloaded rustls-pki-types v1.7.0 |
1274 | 2024-05-29T20:00:30.226Z | Downloaded rustls-native-certs v0.7.0 |
1275 | 2024-05-29T20:00:30.232Z | Downloaded sled v0.34.7 |
1276 | 2024-05-29T20:00:30.237Z | Downloaded finl_unicode v1.2.0 |
1277 | 2024-05-29T20:00:30.247Z | Downloaded ring v0.16.20 |
1278 | 2024-05-29T20:00:30.326Z | Downloaded sha3 v0.10.8 |
1279 | 2024-05-29T20:00:30.331Z | Downloaded tokio-stream v0.1.15 |
1280 | 2024-05-29T20:00:30.337Z | Downloaded tokio-rustls v0.25.0 |
1281 | 2024-05-29T20:00:30.337Z | Downloaded tokio-rustls v0.24.1 |
1282 | 2024-05-29T20:00:30.341Z | Downloaded tokio-postgres v0.7.10 |
1283 | 2024-05-29T20:00:30.345Z | Downloaded thread_local v1.1.8 |
1284 | 2024-05-29T20:00:30.346Z | Downloaded thread-id v4.2.1 |
1285 | 2024-05-29T20:00:30.346Z | Downloaded thiserror-no-std v2.0.2 |
1286 | 2024-05-29T20:00:30.350Z | Downloaded test-strategy v0.3.1 |
1287 | 2024-05-29T20:00:30.350Z | Downloaded termtree v0.4.1 |
1288 | 2024-05-29T20:00:30.355Z | Downloaded termios v0.3.3 |
1289 | 2024-05-29T20:00:30.355Z | Downloaded termcolor v1.4.1 |
1290 | 2024-05-29T20:00:30.355Z | Downloaded term v0.7.0 |
1291 | 2024-05-29T20:00:30.361Z | Downloaded similar v2.5.0 |
1292 | 2024-05-29T20:00:30.364Z | Downloaded sigpipe v0.1.3 |
1293 | 2024-05-29T20:00:30.364Z | Downloaded tokio v1.37.0 |
1294 | 2024-05-29T20:00:30.398Z | Downloaded toml v0.5.11 |
1295 | 2024-05-29T20:00:30.401Z | Downloaded tokio-tungstenite v0.21.0 |
1296 | 2024-05-29T20:00:30.402Z | Downloaded tokio-tungstenite v0.20.1 |
1297 | 2024-05-29T20:00:30.406Z | Downloaded textwrap v0.16.1 |
1298 | 2024-05-29T20:00:30.406Z | Downloaded papergrid v0.11.0 |
1299 | 2024-05-29T20:00:30.411Z | Downloaded packed_struct_codegen v0.10.1 |
1300 | 2024-05-29T20:00:30.416Z | Downloaded packed_struct v0.10.1 |
1301 | 2024-05-29T20:00:30.416Z | Downloaded owo-colors v4.0.0 |
1302 | 2024-05-29T20:00:30.416Z | Downloaded oso-derive v0.27.3 |
1303 | 2024-05-29T20:00:30.421Z | Downloaded oso v0.27.3 |
1304 | 2024-05-29T20:00:30.421Z | Downloaded openssl-sys v0.9.102 |
1305 | 2024-05-29T20:00:30.425Z | Downloaded openssl-probe v0.1.5 |
1306 | 2024-05-29T20:00:30.426Z | Downloaded object v0.30.4 |
1307 | 2024-05-29T20:00:30.433Z | Downloaded num_enum_derive v0.5.11 |
1308 | 2024-05-29T20:00:30.438Z | Downloaded num_cpus v1.16.0 |
1309 | 2024-05-29T20:00:30.438Z | Downloaded num-traits v0.2.19 |
1310 | 2024-05-29T20:00:30.443Z | Downloaded number_prefix v0.4.0 |
1311 | 2024-05-29T20:00:30.443Z | Downloaded num_threads v0.1.7 |
1312 | 2024-05-29T20:00:30.443Z | Downloaded num_enum v0.5.11 |
1313 | 2024-05-29T20:00:30.448Z | Downloaded portpicker v0.1.1 |
1314 | 2024-05-29T20:00:30.449Z | Downloaded funty v2.0.0 |
1315 | 2024-05-29T20:00:30.449Z | Downloaded fragile v2.0.0 |
1316 | 2024-05-29T20:00:30.455Z | Downloaded form_urlencoded v1.2.1 |
1317 | 2024-05-29T20:00:30.455Z | Downloaded foreign-types-shared v0.3.1 |
1318 | 2024-05-29T20:00:30.455Z | Downloaded foreign-types-shared v0.1.1 |
1319 | 2024-05-29T20:00:30.456Z | Downloaded foreign-types-macros v0.2.3 |
1320 | 2024-05-29T20:00:30.456Z | Downloaded foreign-types v0.5.0 |
1321 | 2024-05-29T20:00:30.456Z | Downloaded foreign-types v0.3.2 |
1322 | 2024-05-29T20:00:30.456Z | Downloaded fnv v1.0.7 |
1323 | 2024-05-29T20:00:30.456Z | Downloaded ff v0.13.0 |
1324 | 2024-05-29T20:00:30.460Z | Downloaded fd-lock v4.0.2 |
1325 | 2024-05-29T20:00:30.460Z | Downloaded expectorate v1.1.0 |
1326 | 2024-05-29T20:00:30.460Z | Downloaded tinytemplate v1.2.1 |
1327 | 2024-05-29T20:00:30.465Z | Downloaded serde_repr v0.1.19 |
1328 | 2024-05-29T20:00:30.465Z | Downloaded serde_plain v1.0.2 |
1329 | 2024-05-29T20:00:30.465Z | Downloaded serde_path_to_error v0.1.16 |
1330 | 2024-05-29T20:00:30.466Z | Downloaded serde_derive_internals v0.29.1 |
1331 | 2024-05-29T20:00:30.470Z | Downloaded serde-big-array v0.4.1 |
1332 | 2024-05-29T20:00:30.470Z | Downloaded num-conv v0.1.0 |
1333 | 2024-05-29T20:00:30.471Z | Downloaded fxhash v0.2.1 |
1334 | 2024-05-29T20:00:30.471Z | Downloaded tempfile v3.10.1 |
1335 | 2024-05-29T20:00:30.475Z | Downloaded tar v0.4.40 |
1336 | 2024-05-29T20:00:30.476Z | Downloaded tap v1.0.1 |
1337 | 2024-05-29T20:00:30.476Z | Downloaded take_mut v0.2.2 |
1338 | 2024-05-29T20:00:30.476Z | Downloaded tabwriter v1.4.0 |
1339 | 2024-05-29T20:00:30.483Z | Downloaded signal-hook-tokio v0.3.1 |
1340 | 2024-05-29T20:00:30.483Z | Downloaded semver v0.1.20 |
1341 | 2024-05-29T20:00:30.483Z | Downloaded secrecy v0.8.0 |
1342 | 2024-05-29T20:00:30.483Z | Downloaded sec1 v0.7.3 |
1343 | 2024-05-29T20:00:30.483Z | Downloaded sct v0.7.1 |
1344 | 2024-05-29T20:00:30.488Z | Downloaded schemars v0.8.19 |
1345 | 2024-05-29T20:00:30.496Z | Downloaded rstest v0.19.0 |
1346 | 2024-05-29T20:00:30.500Z | Downloaded rsa v0.9.6 |
1347 | 2024-05-29T20:00:30.505Z | Downloaded rpassword v7.3.1 |
1348 | 2024-05-29T20:00:30.505Z | Downloaded ron v0.8.1 |
1349 | 2024-05-29T20:00:30.509Z | Downloaded ron v0.7.1 |
1350 | 2024-05-29T20:00:30.513Z | Downloaded trust-dns-proto v0.22.0 |
1351 | 2024-05-29T20:00:30.525Z | Downloaded url v2.5.0 |
1352 | 2024-05-29T20:00:30.529Z | Downloaded try-lock v0.2.5 |
1353 | 2024-05-29T20:00:30.530Z | Downloaded tracing-attributes v0.1.27 |
1354 | 2024-05-29T20:00:30.534Z | Downloaded winnow v0.5.40 |
1355 | 2024-05-29T20:00:30.550Z | Downloaded unarray v0.1.4 |
1356 | 2024-05-29T20:00:30.963Z | Downloaded ucd-trie v0.1.6 |
1357 | 2024-05-29T20:00:30.963Z | Downloaded typenum v1.17.0 |
1358 | 2024-05-29T20:00:30.963Z | Downloaded typed-path v0.7.1 |
1359 | 2024-05-29T20:00:30.963Z | Downloaded tungstenite v0.21.0 |
1360 | 2024-05-29T20:00:30.963Z | Downloaded tungstenite v0.20.1 |
1361 | 2024-05-29T20:00:30.963Z | Downloaded tui-tree-widget v0.19.0 |
1362 | 2024-05-29T20:00:30.963Z | Downloaded trybuild v1.0.96 |
1363 | 2024-05-29T20:00:30.963Z | Downloaded trust-dns-server v0.22.1 |
1364 | 2024-05-29T20:00:30.964Z | Downloaded trust-dns-resolver v0.22.0 |
1365 | 2024-05-29T20:00:30.964Z | Downloaded stability v0.2.0 |
1366 | 2024-05-29T20:00:30.964Z | Downloaded rustls-pemfile v2.1.2 |
1367 | 2024-05-29T20:00:30.964Z | Downloaded rustls-pemfile v1.0.4 |
1368 | 2024-05-29T20:00:30.964Z | Downloaded rustc-demangle v0.1.24 |
1369 | 2024-05-29T20:00:30.964Z | Downloaded rust-argon2 v2.1.0 |
1370 | 2024-05-29T20:00:30.964Z | Downloaded pin-project-internal v1.1.5 |
1371 | 2024-05-29T20:00:30.964Z | Downloaded crypto-bigint v0.5.5 |
1372 | 2024-05-29T20:00:30.964Z | Downloaded crunchy v0.2.2 |
1373 | 2024-05-29T20:00:30.964Z | Downloaded crucible-workspace-hack v0.1.0 |
1374 | 2024-05-29T20:00:30.964Z | Downloaded crossterm v0.27.0 |
1375 | 2024-05-29T20:00:30.964Z | Downloaded crossbeam-utils v0.8.19 |
1376 | 2024-05-29T20:00:30.964Z | Downloaded crossbeam-epoch v0.9.18 |
1377 | 2024-05-29T20:00:30.964Z | Downloaded criterion v0.5.1 |
1378 | 2024-05-29T20:00:30.964Z | Downloaded cookie v0.17.0 |
1379 | 2024-05-29T20:00:30.964Z | Downloaded constant_time_eq v0.3.0 |
1380 | 2024-05-29T20:00:30.964Z | Downloaded cipher v0.4.4 |
1381 | 2024-05-29T20:00:30.964Z | Downloaded ciborium-io v0.2.2 |
1382 | 2024-05-29T20:00:30.964Z | Downloaded cfg-if v1.0.0 |
1383 | 2024-05-29T20:00:30.964Z | Downloaded cc v1.0.97 |
1384 | 2024-05-29T20:00:30.964Z | Downloaded cassowary v0.3.0 |
1385 | 2024-05-29T20:00:30.964Z | Downloaded camino-tempfile v1.1.1 |
1386 | 2024-05-29T20:00:30.965Z | Downloaded bzip2 v0.4.4 |
1387 | 2024-05-29T20:00:30.965Z | Downloaded bstr v1.9.1 |
1388 | 2024-05-29T20:00:30.965Z | Downloaded bit-vec v0.6.3 |
1389 | 2024-05-29T20:00:30.965Z | Downloaded bit-set v0.5.3 |
1390 | 2024-05-29T20:00:30.965Z | Downloaded bb8 v0.8.3 |
1391 | 2024-05-29T20:00:30.965Z | Downloaded base64 v0.22.1 |
1392 | 2024-05-29T20:00:30.965Z | Downloaded backoff v0.4.0 |
1393 | 2024-05-29T20:00:30.965Z | Downloaded async-trait v0.1.80 |
1394 | 2024-05-29T20:00:30.965Z | Downloaded crc-any v2.5.0 |
1395 | 2024-05-29T20:00:30.965Z | Downloaded crc v3.2.1 |
1396 | 2024-05-29T20:00:30.965Z | Downloaded cpufeatures v0.2.12 |
1397 | 2024-05-29T20:00:30.966Z | Downloaded corncobs v0.1.3 |
1398 | 2024-05-29T20:00:30.966Z | Downloaded cookie_store v0.20.0 |
1399 | 2024-05-29T20:00:30.966Z | Downloaded cookie v0.18.1 |
1400 | 2024-05-29T20:00:30.966Z | Downloaded convert_case v0.4.0 |
1401 | 2024-05-29T20:00:30.966Z | Downloaded const_format_proc_macros v0.2.32 |
1402 | 2024-05-29T20:00:30.966Z | Downloaded const_format v0.2.32 |
1403 | 2024-05-29T20:00:30.966Z | Downloaded const-oid v0.9.6 |
1404 | 2024-05-29T20:00:30.966Z | Downloaded console v0.15.8 |
1405 | 2024-05-29T20:00:30.966Z | Downloaded compact_str v0.7.1 |
1406 | 2024-05-29T20:00:30.966Z | Downloaded colored v2.1.0 |
1407 | 2024-05-29T20:00:30.966Z | Downloaded cobs v0.2.3 |
1408 | 2024-05-29T20:00:30.966Z | Downloaded clang-sys v1.7.0 |
1409 | 2024-05-29T20:00:30.966Z | Downloaded ciborium-ll v0.2.2 |
1410 | 2024-05-29T20:00:30.966Z | Downloaded ciborium v0.2.2 |
1411 | 2024-05-29T20:00:30.966Z | Downloaded chrono v0.4.38 |
1412 | 2024-05-29T20:00:30.966Z | Downloaded arrayref v0.3.7 |
1413 | 2024-05-29T20:00:30.966Z | Downloaded array-init v0.0.4 |
1414 | 2024-05-29T20:00:30.966Z | Downloaded addr2line v0.21.0 |
1415 | 2024-05-29T20:00:30.966Z | Downloaded pem v3.0.4 |
1416 | 2024-05-29T20:00:30.966Z | Downloaded peg-runtime v0.8.3 |
1417 | 2024-05-29T20:00:30.966Z | Downloaded headers v0.3.9 |
1418 | 2024-05-29T20:00:30.967Z | Downloaded hash32 v0.3.1 |
1419 | 2024-05-29T20:00:30.967Z | Downloaded hash32 v0.2.1 |
1420 | 2024-05-29T20:00:30.967Z | Downloaded half v2.4.1 |
1421 | 2024-05-29T20:00:30.967Z | Downloaded h2 v0.3.26 |
1422 | 2024-05-29T20:00:30.967Z | Downloaded der v0.7.9 |
1423 | 2024-05-29T20:00:30.967Z | Downloaded defmt-parser v0.3.4 |
1424 | 2024-05-29T20:00:30.967Z | Downloaded data-encoding v2.6.0 |
1425 | 2024-05-29T20:00:30.967Z | Downloaded cstr-argument v0.1.2 |
1426 | 2024-05-29T20:00:30.967Z | Downloaded zone_cfg_derive v0.1.2 |
1427 | 2024-05-29T20:00:30.967Z | Downloaded zerocopy-derive v0.7.34 |
1428 | 2024-05-29T20:00:30.967Z | Downloaded xattr v1.3.1 |
1429 | 2024-05-29T20:00:30.967Z | Downloaded x509-cert v0.2.5 |
1430 | 2024-05-29T20:00:30.967Z | Downloaded universal-hash v0.5.1 |
1431 | 2024-05-29T20:00:30.967Z | Downloaded unicode_categories v0.1.1 |
1432 | 2024-05-29T20:00:30.967Z | Downloaded unicode-xid v0.2.4 |
1433 | 2024-05-29T20:00:30.967Z | Downloaded unicode-width v0.1.12 |
1434 | 2024-05-29T20:00:30.967Z | Downloaded unicode-segmentation v1.11.0 |
1435 | 2024-05-29T20:00:30.967Z | Downloaded unicode-normalization v0.1.23 |
1436 | 2024-05-29T20:00:30.967Z | Downloaded unicode-linebreak v0.1.5 |
1437 | 2024-05-29T20:00:30.967Z | Downloaded unicode-bidi v0.3.15 |
1438 | 2024-05-29T20:00:30.967Z | Downloaded tower-service v0.3.2 |
1439 | 2024-05-29T20:00:30.967Z | Downloaded tower-layer v0.3.2 |
1440 | 2024-05-29T20:00:30.967Z | Downloaded tiny-keccak v2.0.2 |
1441 | 2024-05-29T20:00:30.968Z | Downloaded time-macros v0.2.18 |
1442 | 2024-05-29T20:00:30.968Z | Downloaded time-core v0.1.2 |
1443 | 2024-05-29T20:00:30.968Z | Downloaded time v0.3.36 |
1444 | 2024-05-29T20:00:30.968Z | Downloaded thiserror-impl-no-std v2.0.2 |
1445 | 2024-05-29T20:00:30.968Z | Downloaded spin v0.9.8 |
1446 | 2024-05-29T20:00:30.968Z | Downloaded spin v0.5.2 |
1447 | 2024-05-29T20:00:30.968Z | Downloaded socket2 v0.5.7 |
1448 | 2024-05-29T20:00:30.968Z | Downloaded socket2 v0.4.10 |
1449 | 2024-05-29T20:00:30.968Z | Downloaded snafu-derive v0.8.2 |
1450 | 2024-05-29T20:00:30.968Z | Downloaded snafu v0.8.2 |
1451 | 2024-05-29T20:00:30.968Z | Downloaded signal-hook-mio v0.2.3 |
1452 | 2024-05-29T20:00:30.968Z | Downloaded nu-ansi-term v0.50.0 |
1453 | 2024-05-29T20:00:30.968Z | Downloaded nested v0.1.1 |
1454 | 2024-05-29T20:00:30.968Z | Downloaded native-tls v0.2.11 |
1455 | 2024-05-29T20:00:30.968Z | Downloaded nanorand v0.7.0 |
1456 | 2024-05-29T20:00:30.976Z | Downloaded multer v3.1.0 |
1457 | 2024-05-29T20:00:30.976Z | Downloaded mime v0.3.17 |
1458 | 2024-05-29T20:00:30.976Z | Downloaded md-5 v0.10.6 |
1459 | 2024-05-29T20:00:30.976Z | Downloaded maplit v1.0.2 |
1460 | 2024-05-29T20:00:30.976Z | Downloaded managed v0.8.0 |
1461 | 2024-05-29T20:00:30.976Z | Downloaded lock_api v0.4.12 |
1462 | 2024-05-29T20:00:30.976Z | Downloaded libtest-mimic v0.7.3 |
1463 | 2024-05-29T20:00:30.976Z | Downloaded libefi-sys v0.1.0 |
1464 | 2024-05-29T20:00:30.976Z | Downloaded lazycell v1.3.0 |
1465 | 2024-05-29T20:00:30.976Z | Downloaded lazy_static v1.4.0 |
1466 | 2024-05-29T20:00:30.976Z | Downloaded lalrpop-util v0.19.12 |
1467 | 2024-05-29T20:00:30.976Z | Downloaded lalrpop v0.19.12 |
1468 | 2024-05-29T20:00:30.977Z | Downloaded keccak v0.1.5 |
1469 | 2024-05-29T20:00:30.977Z | Downloaded inout v0.1.3 |
1470 | 2024-05-29T20:00:30.977Z | Downloaded indoc v2.0.5 |
1471 | 2024-05-29T20:00:30.977Z | Downloaded impl-trait-for-tuples v0.2.2 |
1472 | 2024-05-29T20:00:30.977Z | Downloaded idna v0.3.0 |
1473 | 2024-05-29T20:00:30.977Z | Downloaded idna v0.2.3 |
1474 | 2024-05-29T20:00:30.977Z | Downloaded num v0.4.3 |
1475 | 2024-05-29T20:00:30.977Z | Downloaded normalize-line-endings v0.3.0 |
1476 | 2024-05-29T20:00:30.977Z | Downloaded nom v7.1.3 |
1477 | 2024-05-29T20:00:30.977Z | Downloaded nodrop v0.1.14 |
1478 | 2024-05-29T20:00:30.978Z | Downloaded nibble_vec v0.1.0 |
1479 | 2024-05-29T20:00:30.978Z | Downloaded newtype_derive v0.1.6 |
1480 | 2024-05-29T20:00:30.978Z | Downloaded newtype-uuid v1.1.0 |
1481 | 2024-05-29T20:00:30.978Z | Downloaded newline-converter v0.3.0 |
1482 | 2024-05-29T20:00:30.978Z | Downloaded new_debug_unreachable v1.0.6 |
1483 | 2024-05-29T20:00:30.978Z | Downloaded multimap v0.10.0 |
1484 | 2024-05-29T20:00:30.978Z | Downloaded mockall_derive v0.12.1 |
1485 | 2024-05-29T20:00:30.978Z | Downloaded mockall v0.12.1 |
1486 | 2024-05-29T20:00:30.978Z | Downloaded hyper v0.14.28 |
1487 | 2024-05-29T20:00:30.978Z | Downloaded httptest v0.15.5 |
1488 | 2024-05-29T20:00:30.978Z | Downloaded hex-literal v0.4.1 |
1489 | 2024-05-29T20:00:30.978Z | Downloaded kstat-rs v0.2.3 |
1490 | 2024-05-29T20:00:30.978Z | Downloaded itertools v0.12.1 |
1491 | 2024-05-29T20:00:30.978Z | Downloaded chacha20poly1305 v0.10.1 |
1492 | 2024-05-29T20:00:30.978Z | Downloaded chacha20 v0.9.1 |
1493 | 2024-05-29T20:00:30.978Z | Downloaded cfg_aliases v0.1.1 |
1494 | 2024-05-29T20:00:30.978Z | Downloaded cfg-expr v0.15.8 |
1495 | 2024-05-29T20:00:30.978Z | Downloaded cexpr v0.6.0 |
1496 | 2024-05-29T20:00:30.978Z | Downloaded castaway v0.2.2 |
1497 | 2024-05-29T20:00:30.979Z | Downloaded cast v0.3.0 |
1498 | 2024-05-29T20:00:30.979Z | Downloaded cancel-safe-futures v0.1.5 |
1499 | 2024-05-29T20:00:30.979Z | Downloaded is_ci v1.2.0 |
1500 | 2024-05-29T20:00:30.979Z | Downloaded is-terminal v0.4.12 |
1501 | 2024-05-29T20:00:30.979Z | Downloaded ipnetwork v0.20.0 |
1502 | 2024-05-29T20:00:30.979Z | Downloaded ipnet v2.9.0 |
1503 | 2024-05-29T20:00:30.979Z | Downloaded instant v0.1.12 |
1504 | 2024-05-29T20:00:30.979Z | Downloaded indoc v1.0.9 |
1505 | 2024-05-29T20:00:30.979Z | Downloaded indicatif v0.17.8 |
1506 | 2024-05-29T20:00:30.979Z | Downloaded indexmap v1.9.3 |
1507 | 2024-05-29T20:00:30.979Z | Downloaded bytes v1.6.0 |
1508 | 2024-05-29T20:00:30.979Z | Downloaded byteorder v1.5.0 |
1509 | 2024-05-29T20:00:30.979Z | Downloaded bytecount v0.6.8 |
1510 | 2024-05-29T20:00:31.466Z | Compiling libc v0.2.153 |
1511 | 2024-05-29T20:00:31.466Z | Compiling serde v1.0.202 |
1512 | 2024-05-29T20:00:31.478Z | Compiling version_check v0.9.4 |
1513 | 2024-05-29T20:00:31.478Z | Checking cfg-if v1.0.0 |
1514 | 2024-05-29T20:00:31.528Z | Compiling lock_api v0.4.12 |
1515 | 2024-05-29T20:00:31.535Z | Compiling parking_lot_core v0.9.10 |
1516 | 2024-05-29T20:00:31.577Z | Compiling syn v2.0.64 |
1517 | 2024-05-29T20:00:31.608Z | Compiling libm v0.2.8 |
1518 | 2024-05-29T20:00:31.623Z | Compiling cc v1.0.97 |
1519 | 2024-05-29T20:00:31.935Z | Compiling num-traits v0.2.19 |
1520 | 2024-05-29T20:00:31.957Z | Compiling once_cell v1.19.0 |
1521 | 2024-05-29T20:00:32.040Z | Compiling memchr v2.7.2 |
1522 | 2024-05-29T20:00:32.066Z | Compiling serde_json v1.0.117 |
1523 | 2024-05-29T20:00:32.335Z | Compiling ahash v0.8.11 |
1524 | 2024-05-29T20:00:32.413Z | Compiling byteorder v1.5.0 |
1525 | 2024-05-29T20:00:32.427Z | Compiling syn v1.0.109 |
1526 | 2024-05-29T20:00:32.833Z | Checking log v0.4.21 |
1527 | 2024-05-29T20:00:33.446Z | Checking getrandom v0.2.14 |
1528 | 2024-05-29T20:00:33.618Z | Compiling slab v0.4.9 |
1529 | 2024-05-29T20:00:33.673Z | Compiling typenum v1.17.0 |
1530 | 2024-05-29T20:00:33.715Z | Checking itoa v1.0.11 |
1531 | 2024-05-29T20:00:33.828Z | Compiling generic-array v0.14.7 |
1532 | 2024-05-29T20:00:34.010Z | Checking scopeguard v1.2.0 |
1533 | 2024-05-29T20:00:34.010Z | Checking smallvec v1.13.2 |
1534 | 2024-05-29T20:00:34.185Z | Compiling allocator-api2 v0.2.18 |
1535 | 2024-05-29T20:00:34.276Z | Compiling pkg-config v0.3.30 |
1536 | 2024-05-29T20:00:34.343Z | Compiling rustix v0.38.34 |
1537 | 2024-05-29T20:00:34.573Z | Compiling schemars v0.8.19 |
1538 | 2024-05-29T20:00:34.975Z | Checking pin-project-lite v0.2.14 |
1539 | 2024-05-29T20:00:35.179Z | Compiling httparse v1.8.0 |
1540 | 2024-05-29T20:00:35.205Z | Compiling ring v0.17.8 |
1541 | 2024-05-29T20:00:35.288Z | Compiling num-conv v0.1.0 |
1542 | 2024-05-29T20:00:35.342Z | Checking parking_lot v0.12.2 |
1543 | 2024-05-29T20:00:35.590Z | Compiling time-core v0.1.2 |
1544 | 2024-05-29T20:00:35.640Z | Checking signal-hook-registry v1.4.2 |
1545 | 2024-05-29T20:00:35.778Z | Compiling time-macros v0.2.18 |
1546 | 2024-05-29T20:00:35.895Z | Compiling fnv v1.0.7 |
1547 | 2024-05-29T20:00:35.914Z | Checking mio v0.8.11 |
1548 | 2024-05-29T20:00:35.947Z | Compiling vcpkg v0.2.15 |
1549 | 2024-05-29T20:00:36.003Z | Checking ryu v1.0.18 |
1550 | 2024-05-29T20:00:36.257Z | Compiling heck v0.4.1 |
1551 | 2024-05-29T20:00:36.524Z | Checking num_cpus v1.16.0 |
1552 | 2024-05-29T20:00:36.644Z | Compiling aho-corasick v1.1.3 |
1553 | 2024-05-29T20:00:38.041Z | Compiling regex-syntax v0.8.3 |
1554 | 2024-05-29T20:00:38.190Z | Compiling openssl-sys v0.9.102 |
1555 | 2024-05-29T20:00:39.035Z | Compiling serde_derive_internals v0.29.1 |
1556 | 2024-05-29T20:00:39.752Z | Checking rand_core v0.6.4 |
1557 | 2024-05-29T20:00:39.762Z | Checking futures-core v0.3.30 |
1558 | 2024-05-29T20:00:39.772Z | Checking socket2 v0.5.7 |
1559 | 2024-05-29T20:00:40.309Z | Compiling openssl v0.10.64 |
1560 | 2024-05-29T20:00:40.720Z | Compiling rustversion v1.0.17 |
1561 | 2024-05-29T20:00:41.247Z | Compiling regex-automata v0.4.6 |
1562 | 2024-05-29T20:00:41.713Z | Compiling slog v2.7.0 |
1563 | 2024-05-29T20:00:42.109Z | Compiling ucd-trie v0.1.6 |
1564 | 2024-05-29T20:00:42.312Z | Compiling crossbeam-utils v0.8.19 |
1565 | 2024-05-29T20:00:42.741Z | Compiling rustls v0.21.12 |
1566 | 2024-05-29T20:00:42.931Z | Compiling iana-time-zone v0.1.60 |
1567 | 2024-05-29T20:00:42.976Z | Compiling native-tls v0.2.11 |
1568 | 2024-05-29T20:00:43.253Z | Compiling cookie v0.17.0 |
1569 | 2024-05-29T20:00:43.302Z | Compiling backtrace v0.3.71 |
1570 | 2024-05-29T20:00:43.508Z | Checking futures-sink v0.3.30 |
1571 | 2024-05-29T20:00:43.594Z | Compiling dyn-clone v1.0.17 |
1572 | 2024-05-29T20:00:43.735Z | Compiling anyhow v1.0.83 |
1573 | 2024-05-29T20:00:43.882Z | Checking pin-utils v0.1.0 |
1574 | 2024-05-29T20:00:43.970Z | Checking futures-channel v0.3.30 |
1575 | 2024-05-29T20:00:44.466Z | Checking futures-task v0.3.30 |
1576 | 2024-05-29T20:00:44.488Z | Checking futures-io v0.3.30 |
1577 | 2024-05-29T20:00:44.553Z | Compiling tinyvec_macros v0.1.1 |
1578 | 2024-05-29T20:00:44.668Z | Compiling tinyvec v1.6.0 |
1579 | 2024-05-29T20:00:44.690Z | Compiling thread-id v4.2.1 |
1580 | 2024-05-29T20:00:45.013Z | Compiling errno v0.3.9 |
1581 | 2024-05-29T20:00:45.120Z | Compiling either v1.12.0 |
1582 | 2024-05-29T20:00:45.428Z | Compiling unicode-bidi v0.3.15 |
1583 | 2024-05-29T20:00:45.555Z | Compiling unicode-width v0.1.12 |
1584 | 2024-05-29T20:00:45.773Z | Checking subtle v2.5.0 |
1585 | 2024-05-29T20:00:45.926Z | Compiling serde_derive v1.0.202 |
1586 | 2024-05-29T20:00:46.024Z | Compiling zerocopy-derive v0.7.34 |
1587 | 2024-05-29T20:00:46.055Z | Compiling thiserror-impl v1.0.60 |
1588 | 2024-05-29T20:00:46.241Z | Compiling zeroize_derive v1.4.2 |
1589 | 2024-05-29T20:00:46.497Z | Compiling tokio-macros v2.2.0 |
1590 | 2024-05-29T20:00:46.917Z | Compiling futures-macro v0.3.30 |
1591 | 2024-05-29T20:00:47.490Z | Compiling tracing-attributes v0.1.27 |
1592 | 2024-05-29T20:00:47.883Z | Compiling schemars_derive v0.8.19 |
1593 | 2024-05-29T20:00:48.163Z | Compiling regex v1.10.4 |
1594 | 2024-05-29T20:00:48.413Z | Compiling zerocopy v0.7.34 |
1595 | 2024-05-29T20:00:49.013Z | Checking zeroize v1.7.0 |
1596 | 2024-05-29T20:00:49.227Z | Compiling openssl-macros v0.1.1 |
1597 | 2024-05-29T20:00:49.436Z | Compiling thiserror v1.0.60 |
1598 | 2024-05-29T20:00:49.696Z | Compiling pest v2.7.10 |
1599 | 2024-05-29T20:00:49.975Z | Compiling async-trait v0.1.80 |
1600 | 2024-05-29T20:00:50.817Z | Compiling hashbrown v0.14.5 |
1601 | 2024-05-29T20:00:51.206Z | Compiling scroll_derive v0.12.0 |
1602 | 2024-05-29T20:00:51.411Z | Checking futures-util v0.3.30 |
1603 | 2024-05-29T20:00:51.937Z | Compiling unicode-normalization v0.1.23 |
1604 | 2024-05-29T20:00:52.288Z | Compiling pest_meta v2.7.10 |
1605 | 2024-05-29T20:00:52.603Z | Compiling der_derive v0.7.2 |
1606 | 2024-05-29T20:00:52.853Z | Compiling scroll v0.12.0 |
1607 | 2024-05-29T20:00:52.992Z | Compiling spin v0.9.8 |
1608 | 2024-05-29T20:00:53.697Z | Compiling pest_generator v2.7.10 |
1609 | 2024-05-29T20:00:54.238Z | Compiling usdt-impl v0.5.0 |
1610 | 2024-05-29T20:00:54.603Z | Compiling winnow v0.5.40 |
1611 | 2024-05-29T20:00:55.180Z | Compiling crc32fast v1.4.0 |
1612 | 2024-05-29T20:00:55.262Z | Compiling plain v0.2.3 |
1613 | 2024-05-29T20:00:55.817Z | Compiling goblin v0.8.2 |
1614 | 2024-05-29T20:00:57.247Z | Compiling pretty-hex v0.4.1 |
1615 | 2024-05-29T20:00:57.470Z | Compiling percent-encoding v2.3.1 |
1616 | 2024-05-29T20:00:57.707Z | Compiling pest_derive v2.7.10 |
1617 | 2024-05-29T20:00:57.846Z | Compiling const-oid v0.9.6 |
1618 | 2024-05-29T20:00:58.202Z | Compiling tracing-core v0.1.32 |
1619 | 2024-05-29T20:00:58.403Z | Compiling untrusted v0.9.0 |
1620 | 2024-05-29T20:00:58.495Z | Compiling dtrace-parser v0.2.0 |
1621 | 2024-05-29T20:00:59.645Z | Checking bytes v1.6.0 |
1622 | 2024-05-29T20:00:59.871Z | Checking bitflags v2.5.0 |
1623 | 2024-05-29T20:01:00.181Z | Checking chrono v0.4.38 |
1624 | 2024-05-29T20:01:00.768Z | Compiling indexmap v2.2.6 |
1625 | 2024-05-29T20:01:01.359Z | Compiling semver v1.0.23 |
1626 | 2024-05-29T20:01:02.103Z | Checking tokio v1.37.0 |
1627 | 2024-05-29T20:01:02.618Z | Compiling serde_tokenstream v0.2.0 |
1628 | 2024-05-29T20:01:02.618Z | Compiling uuid v1.8.0 |
1629 | 2024-05-29T20:01:02.619Z | Compiling http v0.2.12 |
1630 | 2024-05-29T20:01:02.619Z | Compiling toml_datetime v0.6.6 |
1631 | 2024-05-29T20:01:02.641Z | Compiling serde_spanned v0.6.6 |
1632 | 2024-05-29T20:01:02.848Z | Compiling rustc_version v0.4.0 |
1633 | 2024-05-29T20:01:03.611Z | Compiling toml_edit v0.19.15 |
1634 | 2024-05-29T20:01:03.627Z | Compiling openapiv3 v2.0.0 |
1635 | 2024-05-29T20:01:06.440Z | Compiling dof v0.3.0 |
1636 | 2024-05-29T20:01:06.617Z | Compiling tracing v0.1.40 |
1637 | 2024-05-29T20:01:06.668Z | Compiling clap_derive v4.5.4 |
1638 | 2024-05-29T20:01:08.027Z | Compiling signal-hook v0.3.17 |
1639 | 2024-05-29T20:01:08.285Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-05-29T20:01:08.383Z | Compiling spin v0.5.2 |
1641 | 2024-05-29T20:01:08.605Z | Compiling powerfmt v0.2.0 |
1642 | 2024-05-29T20:01:08.701Z | Compiling foreign-types v0.3.2 |
1643 | 2024-05-29T20:01:08.909Z | Compiling form_urlencoded v1.2.1 |
1644 | 2024-05-29T20:01:08.957Z | Compiling usdt-macro v0.5.0 |
1645 | 2024-05-29T20:01:08.957Z | Compiling deranged v0.3.11 |
1646 | 2024-05-29T20:01:08.996Z | Compiling usdt-attr-macro v0.5.0 |
1647 | 2024-05-29T20:01:09.411Z | Compiling crypto-common v0.1.6 |
1648 | 2024-05-29T20:01:09.411Z | Compiling zerocopy-derive v0.6.6 |
1649 | 2024-05-29T20:01:10.345Z | Compiling try-lock v0.2.5 |
1650 | 2024-05-29T20:01:10.543Z | Compiling siphasher v0.3.11 |
1651 | 2024-05-29T20:01:10.680Z | Compiling base64 v0.21.7 |
1652 | 2024-05-29T20:01:10.760Z | Compiling num_threads v0.1.7 |
1653 | 2024-05-29T20:01:10.864Z | Compiling tokio-util v0.7.11 |
1654 | 2024-05-29T20:01:10.885Z | Compiling time v0.3.36 |
1655 | 2024-05-29T20:01:11.375Z | Compiling want v0.3.1 |
1656 | 2024-05-29T20:01:11.444Z | Compiling http-body v0.4.6 |
1657 | 2024-05-29T20:01:11.676Z | Compiling sct v0.7.1 |
1658 | 2024-05-29T20:01:12.193Z | Compiling rustls-webpki v0.101.7 |
1659 | 2024-05-29T20:01:12.198Z | Compiling h2 v0.3.26 |
1660 | 2024-05-29T20:01:12.198Z | Compiling block-buffer v0.10.4 |
1661 | 2024-05-29T20:01:12.233Z | Compiling idna v0.5.0 |
1662 | 2024-05-29T20:01:12.394Z | Compiling tower-service v0.3.2 |
1663 | 2024-05-29T20:01:12.610Z | Compiling httpdate v1.0.3 |
1664 | 2024-05-29T20:01:12.944Z | Compiling openssl-probe v0.1.5 |
1665 | 2024-05-29T20:01:13.091Z | Compiling url v2.5.0 |
1666 | 2024-05-29T20:01:13.775Z | Compiling digest v0.10.7 |
1667 | 2024-05-29T20:01:14.277Z | Compiling heapless v0.7.17 |
1668 | 2024-05-29T20:01:14.710Z | Compiling idna v0.3.0 |
1669 | 2024-05-29T20:01:15.259Z | Checking equivalent v1.0.1 |
1670 | 2024-05-29T20:01:16.179Z | Compiling psl-types v2.0.11 |
1671 | 2024-05-29T20:01:16.337Z | Compiling ppv-lite86 v0.2.17 |
1672 | 2024-05-29T20:01:16.381Z | Compiling publicsuffix v2.2.3 |
1673 | 2024-05-29T20:01:16.399Z | Compiling crossbeam-epoch v0.9.18 |
1674 | 2024-05-29T20:01:17.155Z | Compiling rand_chacha v0.3.1 |
1675 | 2024-05-29T20:01:17.737Z | Compiling tokio-native-tls v0.3.1 |
1676 | 2024-05-29T20:01:17.843Z | Compiling tokio-rustls v0.24.1 |
1677 | 2024-05-29T20:01:18.020Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1678 | 2024-05-29T20:01:18.209Z | Compiling bit-vec v0.6.3 |
1679 | 2024-05-29T20:01:18.250Z | Compiling ipnet v2.9.0 |
1680 | 2024-05-29T20:01:18.354Z | Compiling adler v1.0.2 |
1681 | 2024-05-29T20:01:18.584Z | Compiling hyper v0.14.28 |
1682 | 2024-05-29T20:01:18.663Z | Compiling miniz_oxide v0.7.2 |
1683 | 2024-05-29T20:01:19.045Z | Compiling cookie_store v0.20.0 |
1684 | 2024-05-29T20:01:19.437Z | Compiling rand v0.8.5 |
1685 | 2024-05-29T20:01:19.630Z | Compiling rustls-pemfile v1.0.4 |
1686 | 2024-05-29T20:01:20.084Z | Compiling phf_shared v0.10.0 |
1687 | 2024-05-29T20:01:20.182Z | Compiling serde_urlencoded v0.7.1 |
1688 | 2024-05-29T20:01:20.384Z | Compiling lazy_static v1.4.0 |
1689 | 2024-05-29T20:01:20.504Z | Compiling encoding_rs v0.8.34 |
1690 | 2024-05-29T20:01:20.530Z | Compiling minimal-lexical v0.2.1 |
1691 | 2024-05-29T20:01:20.652Z | Compiling sync_wrapper v0.1.2 |
1692 | 2024-05-29T20:01:20.701Z | Compiling base64ct v1.6.0 |
1693 | 2024-05-29T20:01:20.783Z | Compiling mime v0.3.17 |
1694 | 2024-05-29T20:01:21.044Z | Compiling webpki-roots v0.25.4 |
1695 | 2024-05-29T20:01:21.202Z | Compiling fixedbitset v0.4.2 |
1696 | 2024-05-29T20:01:21.277Z | Compiling precomputed-hash v0.1.1 |
1697 | 2024-05-29T20:01:21.395Z | Compiling new_debug_unreachable v1.0.6 |
1698 | 2024-05-29T20:01:21.415Z | Compiling smoltcp v0.9.1 |
1699 | 2024-05-29T20:01:21.506Z | Compiling gimli v0.28.1 |
1700 | 2024-05-29T20:01:21.941Z | Compiling string_cache v0.8.7 |
1701 | 2024-05-29T20:01:21.947Z | Compiling petgraph v0.6.5 |
1702 | 2024-05-29T20:01:22.003Z | Compiling pem-rfc7468 v0.7.0 |
1703 | 2024-05-29T20:01:22.553Z | Compiling nom v7.1.3 |
1704 | 2024-05-29T20:01:22.556Z | Compiling bit-set v0.5.3 |
1705 | 2024-05-29T20:01:22.773Z | Compiling hmac v0.12.1 |
1706 | 2024-05-29T20:01:22.879Z | Compiling enum-as-inner v0.5.1 |
1707 | 2024-05-29T20:01:22.956Z | Compiling hubpack_derive v0.1.1 |
1708 | 2024-05-29T20:01:22.999Z | Compiling itertools v0.10.5 |
1709 | 2024-05-29T20:01:23.858Z | Compiling diesel_table_macro_syntax v0.1.0 |
1710 | 2024-05-29T20:01:23.909Z | Compiling object v0.32.2 |
1711 | 2024-05-29T20:01:24.297Z | Compiling unicode-segmentation v1.11.0 |
1712 | 2024-05-29T20:01:25.137Z | Compiling lalrpop-util v0.19.12 |
1713 | 2024-05-29T20:01:25.221Z | Compiling hyper-tls v0.5.0 |
1714 | 2024-05-29T20:01:25.498Z | Compiling hyper-rustls v0.24.2 |
1715 | 2024-05-29T20:01:25.537Z | Compiling addr2line v0.21.0 |
1716 | 2024-05-29T20:01:25.565Z | Compiling flagset v0.4.5 |
1717 | 2024-05-29T20:01:25.766Z | Compiling reqwest v0.11.27 |
1718 | 2024-05-29T20:01:25.820Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-05-29T20:01:26.188Z | Compiling toml_edit v0.22.13 |
1720 | 2024-05-29T20:01:26.315Z | Compiling der v0.7.9 |
1721 | 2024-05-29T20:01:26.362Z | Compiling diesel_derives v2.1.4 |
1722 | 2024-05-29T20:01:26.779Z | Compiling futures-executor v0.3.30 |
1723 | 2024-05-29T20:01:27.341Z | Compiling itertools v0.12.1 |
1724 | 2024-05-29T20:01:28.031Z | Compiling finl_unicode v1.2.0 |
1725 | 2024-05-29T20:01:28.736Z | Compiling cpufeatures v0.2.12 |
1726 | 2024-05-29T20:01:28.835Z | Compiling sha2 v0.10.8 |
1727 | 2024-05-29T20:01:29.845Z | Compiling stringprep v0.1.4 |
1728 | 2024-05-29T20:01:30.358Z | Compiling spki v0.7.3 |
1729 | 2024-05-29T20:01:31.205Z | Compiling flate2 v1.0.30 |
1730 | 2024-05-29T20:01:31.453Z | Compiling futures v0.3.30 |
1731 | 2024-05-29T20:01:32.143Z | Compiling md-5 v0.10.6 |
1732 | 2024-05-29T20:01:32.272Z | Compiling toml v0.7.8 |
1733 | 2024-05-29T20:01:32.412Z | Compiling hex v0.4.3 |
1734 | 2024-05-29T20:01:32.531Z | Compiling serde_repr v0.1.19 |
1735 | 2024-05-29T20:01:32.974Z | Compiling strum_macros v0.25.3 |
1736 | 2024-05-29T20:01:33.738Z | Compiling num-integer v0.1.46 |
1737 | 2024-05-29T20:01:33.984Z | Compiling hash32 v0.2.1 |
1738 | 2024-05-29T20:01:34.207Z | Compiling fs-err v2.11.0 |
1739 | 2024-05-29T20:01:34.348Z | Checking unicode-ident v1.0.12 |
1740 | 2024-05-29T20:01:34.463Z | Compiling stable_deref_trait v1.2.0 |
1741 | 2024-05-29T20:01:34.496Z | Compiling fallible-iterator v0.2.0 |
1742 | 2024-05-29T20:01:34.592Z | Compiling pkcs8 v0.10.2 |
1743 | 2024-05-29T20:01:34.864Z | Compiling phf_shared v0.11.2 |
1744 | 2024-05-29T20:01:35.142Z | Compiling postgres-protocol v0.6.6 |
1745 | 2024-05-29T20:01:35.263Z | Compiling terminal_size v0.3.0 |
1746 | 2024-05-29T20:01:35.492Z | Compiling ff v0.13.0 |
1747 | 2024-05-29T20:01:35.845Z | Compiling block-padding v0.3.3 |
1748 | 2024-05-29T20:01:35.919Z | Compiling scheduled-thread-pool v0.2.7 |
1749 | 2024-05-29T20:01:36.239Z | Compiling matches v0.1.10 |
1750 | 2024-05-29T20:01:36.316Z | Compiling base16ct v0.2.0 |
1751 | 2024-05-29T20:01:36.335Z | Compiling peg-runtime v0.8.3 |
1752 | 2024-05-29T20:01:36.487Z | Compiling managed v0.8.0 |
1753 | 2024-05-29T20:01:36.536Z | Compiling bitflags v1.3.2 |
1754 | 2024-05-29T20:01:36.642Z | Compiling clap_builder v4.5.2 |
1755 | 2024-05-29T20:01:36.685Z | Compiling sec1 v0.7.3 |
1756 | 2024-05-29T20:01:37.011Z | Compiling idna v0.2.3 |
1757 | 2024-05-29T20:01:37.239Z | Compiling r2d2 v0.8.10 |
1758 | 2024-05-29T20:01:37.428Z | Compiling inout v0.1.3 |
1759 | 2024-05-29T20:01:37.701Z | Compiling postgres-types v0.2.6 |
1760 | 2024-05-29T20:01:37.971Z | Compiling group v0.13.0 |
1761 | 2024-05-29T20:01:38.313Z | Compiling signal-hook-mio v0.2.3 |
1762 | 2024-05-29T20:01:38.475Z | Compiling phf v0.11.2 |
1763 | 2024-05-29T20:01:38.618Z | Compiling num-bigint v0.4.5 |
1764 | 2024-05-29T20:01:38.764Z | Compiling hubpack v0.1.2 |
1765 | 2024-05-29T20:01:39.019Z | Compiling hkdf v0.12.4 |
1766 | 2024-05-29T20:01:39.250Z | Compiling zerocopy v0.6.6 |
1767 | 2024-05-29T20:01:39.283Z | Compiling ipnetwork v0.20.0 |
1768 | 2024-05-29T20:01:39.498Z | Compiling crypto-bigint v0.5.5 |
1769 | 2024-05-29T20:01:40.129Z | Compiling float-cmp v0.9.0 |
1770 | 2024-05-29T20:01:40.239Z | Compiling memmap v0.7.0 |
1771 | 2024-05-29T20:01:40.348Z | Compiling normalize-line-endings v0.3.0 |
1772 | 2024-05-29T20:01:40.478Z | Compiling whoami v1.5.1 |
1773 | 2024-05-29T20:01:40.598Z | Compiling static_assertions v1.1.0 |
1774 | 2024-05-29T20:01:41.012Z | Compiling difflib v0.4.0 |
1775 | 2024-05-29T20:01:41.122Z | Compiling data-encoding v2.6.0 |
1776 | 2024-05-29T20:01:41.227Z | Compiling predicates-core v1.0.6 |
1777 | 2024-05-29T20:01:41.601Z | Compiling predicates v3.1.0 |
1778 | 2024-05-29T20:01:42.287Z | Compiling trust-dns-proto v0.22.0 |
1779 | 2024-05-29T20:01:42.340Z | Compiling elliptic-curve v0.13.8 |
1780 | 2024-05-29T20:01:42.905Z | Compiling diesel v2.1.6 |
1781 | 2024-05-29T20:01:43.176Z | Compiling yasna v0.5.2 |
1782 | 2024-05-29T20:01:43.597Z | Compiling tokio-postgres v0.7.10 |
1783 | 2024-05-29T20:01:43.622Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1784 | 2024-05-29T20:01:45.168Z | Compiling usdt v0.5.0 |
1785 | 2024-05-29T20:01:45.353Z | Compiling clap v4.5.4 |
1786 | 2024-05-29T20:01:45.493Z | Compiling crossterm v0.27.0 |
1787 | 2024-05-29T20:01:45.678Z | Compiling cipher v0.4.4 |
1788 | 2024-05-29T20:01:46.742Z | Checking proc-macro2 v1.0.82 |
1789 | 2024-05-29T20:01:47.041Z | Compiling num-iter v0.1.45 |
1790 | 2024-05-29T20:01:47.223Z | Compiling similar v2.5.0 |
1791 | 2024-05-29T20:01:47.239Z | Compiling console v0.15.8 |
1792 | 2024-05-29T20:01:48.487Z | Compiling tokio-stream v0.1.15 |
1793 | 2024-05-29T20:01:48.766Z | Compiling bstr v1.9.1 |
1794 | 2024-05-29T20:01:49.208Z | Checking quote v1.0.36 |
1795 | 2024-05-29T20:01:52.985Z | Checking utf8parse v0.2.1 |
1796 | 2024-05-29T20:01:57.920Z | Checking anstyle v1.0.7 |
1797 | 2024-05-29T20:01:59.048Z | Checking anstyle-parse v0.2.4 |
1798 | 2024-05-29T20:01:59.309Z | Checking anstyle-query v1.0.3 |
1799 | 2024-05-29T20:01:59.397Z | Checking colorchoice v1.0.1 |
1800 | 2024-05-29T20:01:59.440Z | Checking is_terminal_polyfill v1.70.0 |
1801 | 2024-05-29T20:01:59.542Z | Checking anstream v0.6.14 |
1802 | 2024-05-29T20:01:59.731Z | Checking clap_lex v0.7.0 |
1803 | 2024-05-29T20:02:00.231Z | Checking strsim v0.11.1 |
1804 | 2024-05-29T20:02:03.494Z | Checking winnow v0.6.8 |
1805 | 2024-05-29T20:02:13.025Z | Compiling regress v0.9.1 |
1806 | 2024-05-29T20:02:13.454Z | Compiling getopts v0.2.21 |
1807 | 2024-05-29T20:02:13.498Z | Checking heck v0.5.0 |
1808 | 2024-05-29T20:02:13.628Z | Compiling unsafe-libyaml v0.2.11 |
1809 | 2024-05-29T20:02:14.470Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1810 | 2024-05-29T20:02:14.867Z | Checking camino v1.1.7 |
1811 | 2024-05-29T20:02:15.091Z | Compiling serde_yaml v0.9.34+deprecated |
1812 | 2024-05-29T20:02:15.223Z | Checking base64 v0.22.1 |
1813 | 2024-05-29T20:02:15.440Z | Checking is-terminal v0.4.12 |
1814 | 2024-05-29T20:02:15.573Z | Compiling ident_case v1.0.1 |
1815 | 2024-05-29T20:02:15.600Z | Checking sha1 v0.10.6 |
1816 | 2024-05-29T20:02:15.720Z | Checking http v1.1.0 |
1817 | 2024-05-29T20:02:15.755Z | Compiling darling_core v0.20.9 |
1818 | 2024-05-29T20:02:15.878Z | Compiling paste v1.0.15 |
1819 | 2024-05-29T20:02:16.435Z | Compiling strum_macros v0.26.2 |
1820 | 2024-05-29T20:02:17.026Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1821 | 2024-05-29T20:02:18.178Z | Checking rustls-pki-types v1.7.0 |
1822 | 2024-05-29T20:02:18.622Z | Checking fastrand v2.1.0 |
1823 | 2024-05-29T20:02:18.947Z | Checking match_cfg v0.1.0 |
1824 | 2024-05-29T20:02:19.046Z | Checking hostname v0.3.1 |
1825 | 2024-05-29T20:02:19.179Z | Checking tempfile v3.10.1 |
1826 | 2024-05-29T20:02:19.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1827 | 2024-05-29T20:02:19.431Z | Checking dirs-sys-next v0.1.2 |
1828 | 2024-05-29T20:02:19.510Z | Checking quick-error v1.2.3 |
1829 | 2024-05-29T20:02:19.593Z | Checking dirs-next v2.0.0 |
1830 | 2024-05-29T20:02:19.668Z | Checking crossbeam-channel v0.5.12 |
1831 | 2024-05-29T20:02:19.730Z | Checking thread_local v1.1.8 |
1832 | 2024-05-29T20:02:19.844Z | Compiling rustls v0.22.4 |
1833 | 2024-05-29T20:02:20.010Z | Compiling slog-async v2.8.0 |
1834 | 2024-05-29T20:02:20.126Z | Checking term v0.7.0 |
1835 | 2024-05-29T20:02:20.432Z | Checking rustls-webpki v0.102.4 |
1836 | 2024-05-29T20:02:20.538Z | Checking instant v0.1.12 |
1837 | 2024-05-29T20:02:20.629Z | Checking take_mut v0.2.2 |
1838 | 2024-05-29T20:02:20.650Z | Checking slog-term v2.9.1 |
1839 | 2024-05-29T20:02:20.668Z | Checking rustls-pemfile v2.1.2 |
1840 | 2024-05-29T20:02:20.918Z | Compiling multer v3.1.0 |
1841 | 2024-05-29T20:02:21.065Z | Checking debug-ignore v1.0.5 |
1842 | 2024-05-29T20:02:21.140Z | Checking toml v0.8.13 |
1843 | 2024-05-29T20:02:21.185Z | Checking slog-json v2.6.1 |
1844 | 2024-05-29T20:02:21.283Z | Compiling async-stream-impl v0.3.5 |
1845 | 2024-05-29T20:02:21.458Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1846 | 2024-05-29T20:02:21.716Z | Checking strum v0.26.2 |
1847 | 2024-05-29T20:02:21.742Z | Checking atomic-waker v1.1.2 |
1848 | 2024-05-29T20:02:21.870Z | Checking waitgroup v0.1.2 |
1849 | 2024-05-29T20:02:21.914Z | Checking slog-bunyan v2.5.0 |
1850 | 2024-05-29T20:02:22.391Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1851 | 2024-05-29T20:02:22.391Z | Checking serde_path_to_error v0.1.16 |
1852 | 2024-05-29T20:02:22.392Z | Checking hostname v0.4.0 |
1853 | 2024-05-29T20:02:22.475Z | Checking newtype-uuid v1.1.0 |
1854 | 2024-05-29T20:02:23.084Z | Checking wait-timeout v0.2.0 |
1855 | 2024-05-29T20:02:23.099Z | Compiling structmeta-derive v0.3.0 |
1856 | 2024-05-29T20:02:23.099Z | Checking async-stream v0.3.5 |
1857 | 2024-05-29T20:02:23.100Z | Checking rusty-fork v0.3.0 |
1858 | 2024-05-29T20:02:23.100Z | Compiling structmeta-derive v0.2.0 |
1859 | 2024-05-29T20:02:23.148Z | Compiling darling_macro v0.20.9 |
1860 | 2024-05-29T20:02:23.165Z | Checking rand_xorshift v0.3.0 |
1861 | 2024-05-29T20:02:23.347Z | Checking unarray v0.1.4 |
1862 | 2024-05-29T20:02:23.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1863 | 2024-05-29T20:02:23.784Z | Checking proptest v1.4.0 |
1864 | 2024-05-29T20:02:24.133Z | Compiling darling v0.20.9 |
1865 | 2024-05-29T20:02:24.248Z | Compiling serde_with_macros v3.8.1 |
1866 | 2024-05-29T20:02:24.252Z | Checking backoff v0.4.0 |
1867 | 2024-05-29T20:02:24.537Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1868 | 2024-05-29T20:02:24.650Z | Checking tokio-rustls v0.25.0 |
1869 | 2024-05-29T20:02:25.313Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1870 | 2024-05-29T20:02:25.459Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1871 | 2024-05-29T20:02:25.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1872 | 2024-05-29T20:02:25.875Z | Compiling structmeta v0.3.0 |
1873 | 2024-05-29T20:02:26.046Z | Compiling structmeta v0.2.0 |
1874 | 2024-05-29T20:02:26.329Z | Compiling parse-display-derive v0.9.0 |
1875 | 2024-05-29T20:02:26.502Z | Compiling test-strategy v0.3.1 |
1876 | 2024-05-29T20:02:26.525Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1877 | 2024-05-29T20:02:26.689Z | Checking macaddr v1.0.1 |
1878 | 2024-05-29T20:02:27.015Z | Compiling proc-macro-error-attr v1.0.4 |
1879 | 2024-05-29T20:02:27.339Z | Compiling proc-macro-error v1.0.4 |
1880 | 2024-05-29T20:02:27.522Z | Checking serde_with v3.8.1 |
1881 | 2024-05-29T20:02:28.236Z | Checking camino-tempfile v1.1.1 |
1882 | 2024-05-29T20:02:28.497Z | Compiling proc-macro-crate v1.3.1 |
1883 | 2024-05-29T20:02:28.793Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1884 | 2024-05-29T20:02:29.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-05-29T20:02:29.299Z | Compiling foreign-types-macros v0.2.3 |
1886 | 2024-05-29T20:02:29.431Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1887 | 2024-05-29T20:02:29.701Z | Compiling num_enum_derive v0.5.11 |
1888 | 2024-05-29T20:02:29.727Z | Checking foreign-types-shared v0.3.1 |
1889 | 2024-05-29T20:02:30.254Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-05-29T20:02:30.590Z | Checking foreign-types v0.5.0 |
1891 | 2024-05-29T20:02:30.602Z | Checking cstr-argument v0.1.2 |
1892 | 2024-05-29T20:02:31.107Z | Checking pretty-hex v0.2.1 |
1893 | 2024-05-29T20:02:31.110Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1894 | 2024-05-29T20:02:31.110Z | Checking tabwriter v1.4.0 |
1895 | 2024-05-29T20:02:31.110Z | Checking colored v2.1.0 |
1896 | 2024-05-29T20:02:31.110Z | Checking socket2 v0.4.10 |
1897 | 2024-05-29T20:02:31.111Z | Checking smf v0.2.3 |
1898 | 2024-05-29T20:02:31.190Z | Checking humantime v2.1.0 |
1899 | 2024-05-29T20:02:31.289Z | Checking termcolor v1.4.1 |
1900 | 2024-05-29T20:02:31.335Z | Checking parse-display v0.9.0 |
1901 | 2024-05-29T20:02:31.470Z | Checking arc-swap v1.7.1 |
1902 | 2024-05-29T20:02:31.491Z | Checking xattr v1.3.1 |
1903 | 2024-05-29T20:02:31.522Z | Checking filetime v0.2.23 |
1904 | 2024-05-29T20:02:31.556Z | Checking utf-8 v0.7.6 |
1905 | 2024-05-29T20:02:32.083Z | Checking same-file v1.0.6 |
1906 | 2024-05-29T20:02:32.101Z | Checking newline-converter v0.3.0 |
1907 | 2024-05-29T20:02:32.101Z | Checking tar v0.4.40 |
1908 | 2024-05-29T20:02:32.101Z | Checking tungstenite v0.20.1 |
1909 | 2024-05-29T20:02:32.102Z | Checking walkdir v2.5.0 |
1910 | 2024-05-29T20:02:32.102Z | Checking expectorate v1.1.0 |
1911 | 2024-05-29T20:02:32.102Z | Checking slog-scope v4.4.0 |
1912 | 2024-05-29T20:02:32.102Z | Checking termtree v0.4.1 |
1913 | 2024-05-29T20:02:32.102Z | Checking slog-stdlog v4.1.1 |
1914 | 2024-05-29T20:02:32.102Z | Compiling heapless v0.8.0 |
1915 | 2024-05-29T20:02:32.215Z | Checking predicates-tree v1.0.9 |
1916 | 2024-05-29T20:02:32.258Z | Checking slog-envlogger v2.2.0 |
1917 | 2024-05-29T20:02:32.375Z | Checking hash32 v0.3.1 |
1918 | 2024-05-29T20:02:32.424Z | Compiling smoltcp v0.11.0 |
1919 | 2024-05-29T20:02:32.461Z | Checking embedded-io v0.4.0 |
1920 | 2024-05-29T20:02:32.483Z | Checking num_enum v0.5.11 |
1921 | 2024-05-29T20:02:32.569Z | Checking cobs v0.2.3 |
1922 | 2024-05-29T20:02:32.591Z | Checking tokio-tungstenite v0.20.1 |
1923 | 2024-05-29T20:02:32.630Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1924 | 2024-05-29T20:02:32.680Z | Compiling crucible-workspace-hack v0.1.0 |
1925 | 2024-05-29T20:02:33.163Z | Checking postcard v1.0.8 |
1926 | 2024-05-29T20:02:33.178Z | Checking sigpipe v0.1.3 |
1927 | 2024-05-29T20:02:33.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1928 | 2024-05-29T20:02:33.178Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1929 | 2024-05-29T20:02:33.179Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1930 | 2024-05-29T20:02:33.179Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1931 | 2024-05-29T20:02:33.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1932 | 2024-05-29T20:02:33.262Z | Checking pem v3.0.4 |
1933 | 2024-05-29T20:02:33.467Z | Checking atty v0.2.14 |
1934 | 2024-05-29T20:02:33.488Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1935 | 2024-05-29T20:02:33.597Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1936 | 2024-05-29T20:02:33.704Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1937 | 2024-05-29T20:02:34.195Z | Compiling mockall_derive v0.12.1 |
1938 | 2024-05-29T20:02:34.388Z | Compiling num-derive v0.4.2 |
1939 | 2024-05-29T20:02:34.388Z | Checking fragile v2.0.0 |
1940 | 2024-05-29T20:02:34.826Z | Checking downcast v0.11.0 |
1941 | 2024-05-29T20:02:34.842Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1942 | 2024-05-29T20:02:34.850Z | Compiling derive-where v1.2.7 |
1943 | 2024-05-29T20:02:35.066Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1944 | 2024-05-29T20:02:35.241Z | Checking env_logger v0.9.3 |
1945 | 2024-05-29T20:02:35.704Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-05-29T20:02:35.880Z | Compiling bitstruct_derive v0.1.0 |
1947 | 2024-05-29T20:02:36.039Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-05-29T20:02:36.169Z | Checking ascii v1.1.0 |
1949 | 2024-05-29T20:02:36.558Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1950 | 2024-05-29T20:02:36.578Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1951 | 2024-05-29T20:02:36.706Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1952 | 2024-05-29T20:02:37.012Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-05-29T20:02:37.159Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-05-29T20:02:37.213Z | Checking bitstruct v0.1.1 |
1955 | 2024-05-29T20:02:37.249Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1956 | 2024-05-29T20:02:37.339Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-05-29T20:02:37.396Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-05-29T20:02:37.442Z | Checking serde_arrays v0.1.0 |
1959 | 2024-05-29T20:02:37.589Z | Checking erased-serde v0.3.31 |
1960 | 2024-05-29T20:02:37.622Z | Compiling heck v0.3.3 |
1961 | 2024-05-29T20:02:37.637Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1962 | 2024-05-29T20:02:37.938Z | Checking tungstenite v0.21.0 |
1963 | 2024-05-29T20:02:38.023Z | Compiling zone_cfg_derive v0.1.2 |
1964 | 2024-05-29T20:02:38.095Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1965 | 2024-05-29T20:02:38.545Z | Checking base64 v0.13.1 |
1966 | 2024-05-29T20:02:38.678Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-05-29T20:02:38.783Z | Checking tokio-tungstenite v0.21.0 |
1968 | 2024-05-29T20:02:38.936Z | Checking ron v0.7.1 |
1969 | 2024-05-29T20:02:39.545Z | Checking zone v0.1.8 |
1970 | 2024-05-29T20:02:39.658Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1971 | 2024-05-29T20:02:39.907Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1972 | 2024-05-29T20:02:40.339Z | Checking headers-core v0.2.0 |
1973 | 2024-05-29T20:02:40.347Z | Checking portpicker v0.1.1 |
1974 | 2024-05-29T20:02:40.347Z | Checking headers v0.3.9 |
1975 | 2024-05-29T20:02:40.348Z | Checking rcgen v0.12.1 |
1976 | 2024-05-29T20:02:40.348Z | Checking atomicwrites v0.4.3 |
1977 | 2024-05-29T20:02:40.348Z | Checking subprocess v0.2.9 |
1978 | 2024-05-29T20:02:40.423Z | Compiling convert_case v0.4.0 |
1979 | 2024-05-29T20:02:40.779Z | Checking linked-hash-map v0.5.6 |
1980 | 2024-05-29T20:02:40.820Z | Checking password-hash v0.5.0 |
1981 | 2024-05-29T20:02:41.077Z | Checking blake2 v0.10.6 |
1982 | 2024-05-29T20:02:41.092Z | Checking lru-cache v0.1.2 |
1983 | 2024-05-29T20:02:41.221Z | Checking swrite v0.1.0 |
1984 | 2024-05-29T20:02:41.281Z | Compiling rayon-core v1.12.1 |
1985 | 2024-05-29T20:02:41.297Z | Checking resolv-conf v0.7.0 |
1986 | 2024-05-29T20:02:41.336Z | Checking half v2.4.1 |
1987 | 2024-05-29T20:02:41.370Z | Compiling derive_more v0.99.17 |
1988 | 2024-05-29T20:02:41.514Z | Checking argon2 v0.5.3 |
1989 | 2024-05-29T20:02:41.561Z | Compiling cancel-safe-futures v0.1.5 |
1990 | 2024-05-29T20:02:41.659Z | Checking trust-dns-resolver v0.22.0 |
1991 | 2024-05-29T20:02:41.758Z | Checking ciborium-io v0.2.2 |
1992 | 2024-05-29T20:02:41.843Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1993 | 2024-05-29T20:02:41.915Z | Checking ciborium-ll v0.2.2 |
1994 | 2024-05-29T20:02:41.989Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1995 | 2024-05-29T20:02:42.162Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-05-29T20:02:42.196Z | Checking ciborium v0.2.2 |
1997 | 2024-05-29T20:02:42.379Z | Checking mockall v0.12.1 |
1998 | 2024-05-29T20:02:42.587Z | Compiling slog-dtrace v0.3.0 |
1999 | 2024-05-29T20:02:42.861Z | Compiling semver v0.1.20 |
2000 | 2024-05-29T20:02:43.023Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2001 | 2024-05-29T20:02:43.167Z | Checking libsw v3.3.1 |
2002 | 2024-05-29T20:02:43.196Z | Compiling rustc_version v0.1.7 |
2003 | 2024-05-29T20:02:43.373Z | Checking owo-colors v4.0.0 |
2004 | 2024-05-29T20:02:43.443Z | Checking linear-map v1.2.0 |
2005 | 2024-05-29T20:02:43.723Z | Compiling newtype_derive v0.1.6 |
2006 | 2024-05-29T20:02:43.760Z | Compiling unicode-xid v0.2.4 |
2007 | 2024-05-29T20:02:43.873Z | Compiling radium v0.7.0 |
2008 | 2024-05-29T20:02:43.915Z | Checking num-rational v0.4.2 |
2009 | 2024-05-29T20:02:43.942Z | Checking num-complex v0.4.6 |
2010 | 2024-05-29T20:02:44.182Z | Checking steno v0.4.0 |
2011 | 2024-05-29T20:02:44.344Z | Checking nibble_vec v0.1.0 |
2012 | 2024-05-29T20:02:44.539Z | Checking tap v1.0.1 |
2013 | 2024-05-29T20:02:44.561Z | Compiling maybe-uninit v2.0.0 |
2014 | 2024-05-29T20:02:44.699Z | Checking endian-type v0.1.2 |
2015 | 2024-05-29T20:02:44.847Z | Checking num v0.4.3 |
2016 | 2024-05-29T20:02:44.920Z | Checking radix_trie v0.2.1 |
2017 | 2024-05-29T20:02:45.357Z | Checking wyz v0.5.1 |
2018 | 2024-05-29T20:02:45.361Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2024-05-29T20:02:45.361Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2020 | 2024-05-29T20:02:45.385Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2021 | 2024-05-29T20:02:45.534Z | Checking fxhash v0.2.1 |
2022 | 2024-05-29T20:02:45.705Z | Compiling packed_struct v0.10.1 |
2023 | 2024-05-29T20:02:45.829Z | Checking crc-catalog v2.4.0 |
2024 | 2024-05-29T20:02:45.962Z | Checking funty v2.0.0 |
2025 | 2024-05-29T20:02:46.117Z | Compiling num-bigint-dig v0.8.4 |
2026 | 2024-05-29T20:02:46.447Z | Checking crc v3.2.1 |
2027 | 2024-05-29T20:02:46.646Z | Compiling packed_struct_codegen v0.10.1 |
2028 | 2024-05-29T20:02:46.852Z | Compiling indexmap v1.9.3 |
2029 | 2024-05-29T20:02:46.945Z | Checking bitvec v1.0.1 |
2030 | 2024-05-29T20:02:47.547Z | Checking nodrop v0.1.14 |
2031 | 2024-05-29T20:02:47.986Z | Checking array-init v0.0.4 |
2032 | 2024-05-29T20:02:47.986Z | Checking smallvec v0.6.14 |
2033 | 2024-05-29T20:02:47.986Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2034 | 2024-05-29T20:02:47.994Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2035 | 2024-05-29T20:02:48.179Z | Checking pkcs1 v0.7.5 |
2036 | 2024-05-29T20:02:48.655Z | Checking signature v2.2.0 |
2037 | 2024-05-29T20:02:48.663Z | Checking hashbrown v0.12.3 |
2038 | 2024-05-29T20:02:48.663Z | Checking bitfield v0.14.0 |
2039 | 2024-05-29T20:02:48.853Z | Checking serde-hex v0.1.0 |
2040 | 2024-05-29T20:02:49.599Z | Checking bzip2 v0.4.4 |
2041 | 2024-05-29T20:02:50.016Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2042 | 2024-05-29T20:02:50.028Z | Checking rsa v0.9.6 |
2043 | 2024-05-29T20:02:50.028Z | Checking env_logger v0.10.2 |
2044 | 2024-05-29T20:02:50.029Z | Checking x509-cert v0.2.5 |
2045 | 2024-05-29T20:02:50.029Z | Checking ron v0.8.1 |
2046 | 2024-05-29T20:02:50.064Z | Checking hashbrown v0.13.2 |
2047 | 2024-05-29T20:02:50.274Z | Compiling home v0.5.9 |
2048 | 2024-05-29T20:02:50.467Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-05-29T20:02:50.539Z | Checking crc-any v2.5.0 |
2050 | 2024-05-29T20:02:50.887Z | Checking zip v0.6.6 |
2051 | 2024-05-29T20:02:50.930Z | Checking path-slash v0.1.5 |
2052 | 2024-05-29T20:02:51.061Z | Checking display-error-chain v0.2.0 |
2053 | 2024-05-29T20:02:51.099Z | Checking object v0.30.4 |
2054 | 2024-05-29T20:02:51.214Z | Compiling async-recursion v1.1.1 |
2055 | 2024-05-29T20:02:51.227Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2056 | 2024-05-29T20:02:51.477Z | Compiling buf-list v1.0.3 |
2057 | 2024-05-29T20:02:51.499Z | Compiling ring v0.16.20 |
2058 | 2024-05-29T20:02:51.532Z | Compiling blake3 v1.5.1 |
2059 | 2024-05-29T20:02:52.508Z | Checking maplit v1.0.2 |
2060 | 2024-05-29T20:02:52.527Z | Checking gethostname v0.4.3 |
2061 | 2024-05-29T20:02:52.622Z | Compiling parking_lot_core v0.8.6 |
2062 | 2024-05-29T20:02:52.668Z | Compiling libefi-sys v0.1.0 |
2063 | 2024-05-29T20:02:52.719Z | Compiling pin-project-internal v1.1.5 |
2064 | 2024-05-29T20:02:52.877Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2065 | 2024-05-29T20:02:53.290Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2066 | 2024-05-29T20:02:53.317Z | Compiling crossbeam-deque v0.8.5 |
2067 | 2024-05-29T20:02:53.420Z | Checking keccak v0.1.5 |
2068 | 2024-05-29T20:02:53.439Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2069 | 2024-05-29T20:02:53.632Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2070 | 2024-05-29T20:02:53.772Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2071 | 2024-05-29T20:02:54.183Z | Checking sha3 v0.10.8 |
2072 | 2024-05-29T20:02:54.806Z | Checking parking_lot v0.11.2 |
2073 | 2024-05-29T20:02:54.986Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2074 | 2024-05-29T20:02:55.585Z | Checking trust-dns-client v0.22.0 |
2075 | 2024-05-29T20:02:55.598Z | Compiling synstructure v0.12.6 |
2076 | 2024-05-29T20:02:55.598Z | Checking toml v0.5.11 |
2077 | 2024-05-29T20:02:56.068Z | Checking pin-project v1.1.5 |
2078 | 2024-05-29T20:02:56.202Z | Checking secrecy v0.8.0 |
2079 | 2024-05-29T20:02:56.826Z | Compiling rayon v1.10.0 |
2080 | 2024-05-29T20:02:56.944Z | Checking sled v0.34.7 |
2081 | 2024-05-29T20:02:56.944Z | Checking trust-dns-server v0.22.1 |
2082 | 2024-05-29T20:02:57.265Z | Compiling zerocopy-derive v0.2.0 |
2083 | 2024-05-29T20:02:57.577Z | Compiling memmap2 v0.9.4 |
2084 | 2024-05-29T20:02:58.043Z | Compiling arrayref v0.3.7 |
2085 | 2024-05-29T20:02:58.049Z | Compiling constant_time_eq v0.3.0 |
2086 | 2024-05-29T20:02:58.113Z | Compiling arrayvec v0.7.4 |
2087 | 2024-05-29T20:02:58.230Z | Compiling untrusted v0.7.1 |
2088 | 2024-05-29T20:02:59.106Z | Compiling toolchain_find v0.4.0 |
2089 | 2024-05-29T20:02:59.838Z | Compiling vte_generate_state_changes v0.1.1 |
2090 | 2024-05-29T20:03:00.000Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2091 | 2024-05-29T20:03:00.300Z | Compiling topological-sort v0.2.2 |
2092 | 2024-05-29T20:03:00.490Z | Checking vte v0.11.1 |
2093 | 2024-05-29T20:03:00.559Z | Compiling rustfmt-wrapper v0.2.1 |
2094 | 2024-05-29T20:03:00.784Z | Checking fd-lock v4.0.2 |
2095 | 2024-05-29T20:03:00.972Z | Compiling glob v0.3.1 |
2096 | 2024-05-29T20:03:01.246Z | Compiling snafu-derive v0.8.2 |
2097 | 2024-05-29T20:03:01.459Z | Compiling usdt-impl v0.3.5 |
2098 | 2024-05-29T20:03:01.780Z | Compiling omicron-zone-package v0.11.0 |
2099 | 2024-05-29T20:03:01.829Z | Checking strip-ansi-escapes v0.2.0 |
2100 | 2024-05-29T20:03:01.951Z | Checking nu-ansi-term v0.50.0 |
2101 | 2024-05-29T20:03:01.998Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2102 | 2024-05-29T20:03:02.295Z | Compiling zerocopy v0.3.2 |
2103 | 2024-05-29T20:03:02.350Z | Checking globset v0.4.14 |
2104 | 2024-05-29T20:03:02.370Z | Checking reedline v0.31.0 |
2105 | 2024-05-29T20:03:02.855Z | Checking olpc-cjson v0.1.3 |
2106 | 2024-05-29T20:03:02.873Z | Checking serde_plain v1.0.2 |
2107 | 2024-05-29T20:03:02.978Z | Compiling prettyplease v0.2.20 |
2108 | 2024-05-29T20:03:03.065Z | Checking typed-path v0.7.1 |
2109 | 2024-05-29T20:03:03.245Z | Compiling dof v0.1.5 |
2110 | 2024-05-29T20:03:03.777Z | Compiling dtrace-parser v0.1.14 |
2111 | 2024-05-29T20:03:04.145Z | Checking parse-size v1.0.0 |
2112 | 2024-05-29T20:03:04.410Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2113 | 2024-05-29T20:03:05.603Z | Compiling serde_tokenstream v0.1.7 |
2114 | 2024-05-29T20:03:06.132Z | Compiling memoffset v0.7.1 |
2115 | 2024-05-29T20:03:06.418Z | Compiling platforms v3.4.0 |
2116 | 2024-05-29T20:03:06.618Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2117 | 2024-05-29T20:03:06.677Z | Compiling crunchy v0.2.2 |
2118 | 2024-05-29T20:03:07.466Z | Compiling curve25519-dalek v4.1.2 |
2119 | 2024-05-29T20:03:07.472Z | Compiling clang-sys v1.7.0 |
2120 | 2024-05-29T20:03:07.472Z | Checking snafu v0.8.2 |
2121 | 2024-05-29T20:03:07.597Z | Compiling unicase v2.7.0 |
2122 | 2024-05-29T20:03:07.658Z | Compiling tiny-keccak v2.0.2 |
2123 | 2024-05-29T20:03:07.757Z | Checking tough v0.17.1 |
2124 | 2024-05-29T20:03:08.063Z | Compiling usdt-attr-macro v0.3.5 |
2125 | 2024-05-29T20:03:08.148Z | Compiling usdt-macro v0.3.5 |
2126 | 2024-05-29T20:03:08.169Z | Checking universal-hash v0.5.1 |
2127 | 2024-05-29T20:03:08.205Z | Compiling thiserror-impl-no-std v2.0.2 |
2128 | 2024-05-29T20:03:08.345Z | Compiling curve25519-dalek-derive v0.1.1 |
2129 | 2024-05-29T20:03:08.546Z | Checking nanorand v0.7.0 |
2130 | 2024-05-29T20:03:08.914Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2131 | 2024-05-29T20:03:08.948Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2132 | 2024-05-29T20:03:09.206Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-05-29T20:03:09.498Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2134 | 2024-05-29T20:03:09.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2135 | 2024-05-29T20:03:09.818Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2136 | 2024-05-29T20:03:10.881Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2137 | 2024-05-29T20:03:11.092Z | Compiling cfg_aliases v0.1.1 |
2138 | 2024-05-29T20:03:11.203Z | Compiling salty v0.2.0 |
2139 | 2024-05-29T20:03:11.470Z | Checking opaque-debug v0.3.1 |
2140 | 2024-05-29T20:03:11.553Z | Checking bytecount v0.6.8 |
2141 | 2024-05-29T20:03:11.703Z | Checking signature v1.6.4 |
2142 | 2024-05-29T20:03:11.708Z | Checking papergrid v0.11.0 |
2143 | 2024-05-29T20:03:11.848Z | Checking ed25519 v1.5.3 |
2144 | 2024-05-29T20:03:12.040Z | Checking poly1305 v0.8.0 |
2145 | 2024-05-29T20:03:12.471Z | Checking thiserror-no-std v2.0.2 |
2146 | 2024-05-29T20:03:12.534Z | Compiling nix v0.28.0 |
2147 | 2024-05-29T20:03:12.831Z | Checking usdt v0.3.5 |
2148 | 2024-05-29T20:03:13.510Z | Checking flume v0.11.0 |
2149 | 2024-05-29T20:03:13.523Z | Compiling ascii-canvas v3.0.0 |
2150 | 2024-05-29T20:03:13.523Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2151 | 2024-05-29T20:03:13.523Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2152 | 2024-05-29T20:03:13.704Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2153 | 2024-05-29T20:03:13.789Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2154 | 2024-05-29T20:03:13.935Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2155 | 2024-05-29T20:03:14.193Z | Compiling tabled_derive v0.7.0 |
2156 | 2024-05-29T20:03:14.217Z | Checking chacha20 v0.9.1 |
2157 | 2024-05-29T20:03:14.316Z | Checking aead v0.5.2 |
2158 | 2024-05-29T20:03:14.542Z | Checking serde-big-array v0.5.1 |
2159 | 2024-05-29T20:03:14.567Z | Checking kstat-rs v0.2.3 |
2160 | 2024-05-29T20:03:14.764Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2161 | 2024-05-29T20:03:15.011Z | Compiling ena v0.14.3 |
2162 | 2024-05-29T20:03:15.360Z | Compiling libloading v0.8.3 |
2163 | 2024-05-29T20:03:15.454Z | Compiling bindgen v0.69.4 |
2164 | 2024-05-29T20:03:15.572Z | Compiling regex-syntax v0.6.29 |
2165 | 2024-05-29T20:03:15.619Z | Compiling diff v0.1.13 |
2166 | 2024-05-29T20:03:15.990Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2167 | 2024-05-29T20:03:16.158Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2168 | 2024-05-29T20:03:16.376Z | Checking chacha20poly1305 v0.10.1 |
2169 | 2024-05-29T20:03:16.467Z | Checking vsss-rs v3.3.4 |
2170 | 2024-05-29T20:03:16.847Z | Checking tabled v0.15.0 |
2171 | 2024-05-29T20:03:17.201Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2172 | 2024-05-29T20:03:19.084Z | Compiling lalrpop v0.19.12 |
2173 | 2024-05-29T20:03:19.792Z | Compiling which v4.4.2 |
2174 | 2024-05-29T20:03:19.941Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2175 | 2024-05-29T20:03:20.234Z | Checking signal-hook-tokio v0.3.1 |
2176 | 2024-05-29T20:03:20.422Z | Compiling cexpr v0.6.0 |
2177 | 2024-05-29T20:03:20.468Z | Checking serde-big-array v0.4.1 |
2178 | 2024-05-29T20:03:20.643Z | Compiling rustc-hash v1.1.0 |
2179 | 2024-05-29T20:03:20.795Z | Compiling ref-cast v1.0.23 |
2180 | 2024-05-29T20:03:21.310Z | Compiling shlex v1.3.0 |
2181 | 2024-05-29T20:03:21.661Z | Compiling lazycell v1.3.0 |
2182 | 2024-05-29T20:03:21.796Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2183 | 2024-05-29T20:03:21.948Z | Compiling mime_guess v2.0.4 |
2184 | 2024-05-29T20:03:23.138Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2185 | 2024-05-29T20:03:23.312Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2186 | 2024-05-29T20:03:23.593Z | Compiling derive_builder_core v0.20.0 |
2187 | 2024-05-29T20:03:24.791Z | Compiling peg-macros v0.8.3 |
2188 | 2024-05-29T20:03:26.331Z | Compiling ref-cast-impl v1.0.23 |
2189 | 2024-05-29T20:03:26.501Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2190 | 2024-05-29T20:03:26.865Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2191 | 2024-05-29T20:03:27.557Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2192 | 2024-05-29T20:03:28.608Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2193 | 2024-05-29T20:03:29.352Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2194 | 2024-05-29T20:03:29.392Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2195 | 2024-05-29T20:03:30.479Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2196 | 2024-05-29T20:03:31.261Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2197 | 2024-05-29T20:03:31.844Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2198 | 2024-05-29T20:03:31.984Z | Compiling sqlparser_derive v0.2.2 |
2199 | 2024-05-29T20:03:33.138Z | Compiling libxml v0.3.3 |
2200 | 2024-05-29T20:03:33.142Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2201 | 2024-05-29T20:03:33.470Z | Checking corncobs v0.1.3 |
2202 | 2024-05-29T20:03:33.835Z | Checking unicode_categories v0.1.1 |
2203 | 2024-05-29T20:03:34.121Z | Checking sqlformat v0.2.3 |
2204 | 2024-05-29T20:03:34.253Z | Checking rustyline v14.0.0 |
2205 | 2024-05-29T20:03:34.669Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2206 | 2024-05-29T20:03:34.905Z | Checking sqlparser v0.45.0 |
2207 | 2024-05-29T20:03:35.898Z | Checking peg v0.8.3 |
2208 | 2024-05-29T20:03:36.147Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2209 | 2024-05-29T20:03:36.533Z | Compiling derive_builder_macro v0.20.0 |
2210 | 2024-05-29T20:03:37.484Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2211 | 2024-05-29T20:03:39.061Z | Checking bcs v0.1.6 |
2212 | 2024-05-29T20:03:39.067Z | Compiling strum_macros v0.24.3 |
2213 | 2024-05-29T20:03:39.111Z | Compiling cookie v0.18.1 |
2214 | 2024-05-29T20:03:39.393Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2215 | 2024-05-29T20:03:39.672Z | Compiling indoc v1.0.9 |
2216 | 2024-05-29T20:03:39.720Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2024-05-29T20:03:40.759Z | Checking highway v1.1.0 |
2218 | 2024-05-29T20:03:41.789Z | Checking derive_builder v0.20.0 |
2219 | 2024-05-29T20:03:42.203Z | Compiling const_format_proc_macros v0.2.32 |
2220 | 2024-05-29T20:03:42.751Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2221 | 2024-05-29T20:03:43.013Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2222 | 2024-05-29T20:03:43.274Z | Checking bb8 v0.8.3 |
2223 | 2024-05-29T20:03:43.570Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2224 | 2024-05-29T20:03:43.744Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2225 | 2024-05-29T20:03:43.749Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2226 | 2024-05-29T20:03:44.086Z | Checking quick-xml v0.31.0 |
2227 | 2024-05-29T20:03:44.153Z | Compiling impl-trait-for-tuples v0.2.2 |
2228 | 2024-05-29T20:03:44.402Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2229 | 2024-05-29T20:03:45.382Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2230 | 2024-05-29T20:03:46.603Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2231 | 2024-05-29T20:03:46.632Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2232 | 2024-05-29T20:03:49.145Z | Compiling oso-derive v0.27.3 |
2233 | 2024-05-29T20:03:49.601Z | Checking http-range v0.1.5 |
2234 | 2024-05-29T20:03:49.787Z | Checking hyper-staticfile v0.9.5 |
2235 | 2024-05-29T20:03:49.912Z | Checking const_format v0.2.32 |
2236 | 2024-05-29T20:03:50.190Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-05-29T20:03:50.217Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2238 | 2024-05-29T20:03:50.361Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2239 | 2024-05-29T20:03:51.499Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2240 | 2024-05-29T20:03:51.673Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2241 | 2024-05-29T20:03:52.943Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2242 | 2024-05-29T20:03:54.437Z | Checking assert_matches v1.5.0 |
2243 | 2024-05-29T20:03:54.518Z | Compiling portable-atomic v1.6.0 |
2244 | 2024-05-29T20:03:54.539Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2245 | 2024-05-29T20:03:54.818Z | Checking rand_seeder v0.2.3 |
2246 | 2024-05-29T20:03:55.056Z | Checking number_prefix v0.4.0 |
2247 | 2024-05-29T20:03:55.269Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2248 | 2024-05-29T20:03:55.445Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2249 | 2024-05-29T20:03:55.498Z | Checking castaway v0.2.2 |
2250 | 2024-05-29T20:03:55.650Z | Checking compact_str v0.7.1 |
2251 | 2024-05-29T20:03:55.654Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2252 | 2024-05-29T20:03:55.950Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2253 | 2024-05-29T20:03:56.227Z | Checking lru v0.12.3 |
2254 | 2024-05-29T20:03:56.380Z | Compiling stability v0.2.0 |
2255 | 2024-05-29T20:03:56.507Z | Checking cassowary v0.3.0 |
2256 | 2024-05-29T20:03:56.576Z | Checking indicatif v0.17.8 |
2257 | 2024-05-29T20:03:56.789Z | Compiling indoc v2.0.5 |
2258 | 2024-05-29T20:03:56.973Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2259 | 2024-05-29T20:03:57.306Z | Checking unicode-linebreak v0.1.5 |
2260 | 2024-05-29T20:03:57.380Z | Checking smawk v0.3.2 |
2261 | 2024-05-29T20:03:57.601Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2262 | 2024-05-29T20:03:57.694Z | Checking textwrap v0.16.1 |
2263 | 2024-05-29T20:03:57.859Z | Checking is_ci v1.2.0 |
2264 | 2024-05-29T20:03:57.876Z | Checking ratatui v0.26.2 |
2265 | 2024-05-29T20:03:58.005Z | Checking supports-color v3.0.0 |
2266 | 2024-05-29T20:03:58.086Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2267 | 2024-05-29T20:03:58.193Z | Checking fatfs v0.3.6 |
2268 | 2024-05-29T20:03:59.190Z | Checking shell-words v1.1.0 |
2269 | 2024-05-29T20:03:59.359Z | Checking rtoolbox v0.0.2 |
2270 | 2024-05-29T20:03:59.569Z | Checking rpassword v7.3.1 |
2271 | 2024-05-29T20:03:59.575Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2272 | 2024-05-29T20:03:59.709Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2273 | 2024-05-29T20:03:59.725Z | Checking yansi v0.5.1 |
2274 | 2024-05-29T20:04:00.103Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2275 | 2024-05-29T20:04:00.801Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2276 | 2024-05-29T20:04:00.970Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2277 | 2024-05-29T20:04:01.391Z | Checking tui-tree-widget v0.19.0 |
2278 | 2024-05-29T20:04:01.725Z | Checking pretty_assertions v1.4.0 |
2279 | 2024-05-29T20:04:01.935Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2280 | 2024-05-29T20:04:02.039Z | Compiling target-lexicon v0.12.14 |
2281 | 2024-05-29T20:04:02.243Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2282 | 2024-05-29T20:04:03.115Z | Checking cargo-platform v0.1.8 |
2283 | 2024-05-29T20:04:03.411Z | Compiling guppy-workspace-hack v0.1.0 |
2284 | 2024-05-29T20:04:03.414Z | Checking plotters-backend v0.3.5 |
2285 | 2024-05-29T20:04:03.674Z | Compiling doc-comment v0.3.3 |
2286 | 2024-05-29T20:04:03.756Z | Checking plotters-svg v0.3.5 |
2287 | 2024-05-29T20:04:03.779Z | Checking cargo_metadata v0.18.1 |
2288 | 2024-05-29T20:04:04.393Z | Checking http-body v1.0.0 |
2289 | 2024-05-29T20:04:04.412Z | Checking tower-layer v0.3.2 |
2290 | 2024-05-29T20:04:04.598Z | Compiling assert_cmd v2.0.14 |
2291 | 2024-05-29T20:04:04.689Z | Checking cast v0.3.0 |
2292 | 2024-05-29T20:04:04.994Z | Compiling target-spec v3.1.0 |
2293 | 2024-05-29T20:04:05.023Z | Checking regex-automata v0.1.10 |
2294 | 2024-05-29T20:04:05.425Z | Checking criterion-plot v0.5.0 |
2295 | 2024-05-29T20:04:05.464Z | Checking bstr v0.2.17 |
2296 | 2024-05-29T20:04:05.623Z | Checking tower v0.4.13 |
2297 | 2024-05-29T20:04:05.916Z | Checking hyper v1.3.1 |
2298 | 2024-05-29T20:04:06.347Z | Checking cfg-expr v0.15.8 |
2299 | 2024-05-29T20:04:06.490Z | Checking plotters v0.3.5 |
2300 | 2024-05-29T20:04:07.107Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2301 | 2024-05-29T20:04:07.182Z | Checking tinytemplate v1.2.1 |
2302 | 2024-05-29T20:04:07.808Z | Checking oorandom v11.1.3 |
2303 | 2024-05-29T20:04:07.966Z | Checking anes v0.1.6 |
2304 | 2024-05-29T20:04:08.309Z | Checking criterion v0.5.1 |
2305 | 2024-05-29T20:04:09.126Z | Checking hyper-util v0.1.3 |
2306 | 2024-05-29T20:04:09.421Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2307 | 2024-05-29T20:04:10.382Z | Checking httptest v0.15.5 |
2308 | 2024-05-29T20:04:10.708Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2309 | 2024-05-29T20:04:11.104Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2310 | 2024-05-29T20:04:11.121Z | Checking rustls-native-certs v0.7.0 |
2311 | 2024-05-29T20:04:11.264Z | Checking pathdiff v0.2.1 |
2312 | 2024-05-29T20:04:11.409Z | Checking nested v0.1.1 |
2313 | 2024-05-29T20:04:12.073Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2314 | 2024-05-29T20:04:13.169Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2315 | 2024-05-29T20:04:13.567Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2316 | 2024-05-29T20:04:15.384Z | Checking guppy v0.17.5 |
2317 | 2024-05-29T20:04:15.994Z | Checking hyper-rustls v0.26.0 |
2318 | 2024-05-29T20:04:16.023Z | Checking escape8259 v0.5.2 |
2319 | 2024-05-29T20:04:16.200Z | Checking threadpool v1.8.1 |
2320 | 2024-05-29T20:04:16.324Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2321 | 2024-05-29T20:04:16.812Z | Checking libtest-mimic v0.7.3 |
2322 | 2024-05-29T20:04:16.862Z | Checking similar-asserts v1.5.0 |
2323 | 2024-05-29T20:04:17.094Z | Checking fancy-regex v0.13.0 |
2324 | 2024-05-29T20:04:17.399Z | Compiling rstest_macros v0.19.0 |
2325 | 2024-05-29T20:04:17.832Z | Checking datatest-stable v0.2.9 |
2326 | 2024-05-29T20:04:18.040Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2327 | 2024-05-29T20:04:18.108Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2328 | 2024-05-29T20:04:18.499Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2329 | 2024-05-29T20:04:18.667Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2330 | 2024-05-29T20:04:19.323Z | Checking csv-core v0.1.11 |
2331 | 2024-05-29T20:04:19.409Z | Compiling trybuild v1.0.96 |
2332 | 2024-05-29T20:04:19.549Z | Compiling relative-path v1.9.3 |
2333 | 2024-05-29T20:04:19.682Z | Checking csv v1.3.0 |
2334 | 2024-05-29T20:04:20.030Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2335 | 2024-05-29T20:04:20.562Z | Checking blake2b_simd v1.0.2 |
2336 | 2024-05-29T20:04:21.369Z | Checking multimap v0.10.0 |
2337 | 2024-05-29T20:04:21.687Z | Checking futures-timer v3.0.3 |
2338 | 2024-05-29T20:04:21.983Z | Checking rust-argon2 v2.1.0 |
2339 | 2024-05-29T20:04:23.914Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2340 | 2024-05-29T20:04:25.950Z | Checking partial-io v0.5.4 |
2341 | 2024-05-29T20:04:26.355Z | Checking approx v0.5.1 |
2342 | 2024-05-29T20:04:26.584Z | Checking termios v0.3.3 |
2343 | 2024-05-29T20:04:26.804Z | Checking uzers v0.11.3 |
2344 | 2024-05-29T20:04:27.151Z | Checking hex-literal v0.4.1 |
2345 | 2024-05-29T20:04:30.081Z | Checking rstest v0.19.0 |
2346 | 2024-05-29T20:04:32.028Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2347 | 2024-05-29T20:04:33.070Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2348 | 2024-05-29T20:04:50.639Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2349 | 2024-05-29T20:04:52.850Z | Compiling samael v0.0.15 |
2350 | 2024-05-29T20:05:17.220Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2351 | 2024-05-29T20:05:20.235Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2352 | 2024-05-29T20:05:37.568Z | Compiling polar-core v0.27.3 |
2353 | 2024-05-29T20:05:45.051Z | Checking oso v0.27.3 |
2354 | 2024-05-29T20:06:13.514Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2355 | 2024-05-29T20:06:13.517Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2356 | 2024-05-29T20:06:13.517Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2357 | 2024-05-29T20:07:22.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s |
2358 | 2024-05-29T20:07:22.078Z | |
2359 | 2024-05-29T20:07:22.078Z | real 7:43.098755074 |
2360 | 2024-05-29T20:07:22.078Z | user 38:54.371044469 |
2361 | 2024-05-29T20:07:22.078Z | sys 7:01.562927328 |
2362 | 2024-05-29T20:07:22.078Z | trap 1.022944534 |
2363 | 2024-05-29T20:07:22.078Z | tflt 3.565374303 |
2364 | 2024-05-29T20:07:22.078Z | dflt 4.623584166 |
2365 | 2024-05-29T20:07:22.078Z | kflt 0.017927881 |
2366 | 2024-05-29T20:07:22.078Z | lock 1:05:38.476596778 |
2367 | 2024-05-29T20:07:22.078Z | slp 1:57:13.981025229 |
2368 | 2024-05-29T20:07:22.078Z | lat 1:56.305378690 |
2369 | 2024-05-29T20:07:22.078Z | stop 5:49.733572365 |
2370 | 2024-05-29T20:07:22.947Z | warning: output filename collision. |
2371 | 2024-05-29T20:07:22.947Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2372 | 2024-05-29T20:07:22.947Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2373 | 2024-05-29T20:07:22.947Z | The targets should have unique names. |
2374 | 2024-05-29T20:07:22.947Z | This is a known bug where multiple crates with the same name use |
2375 | 2024-05-29T20:07:22.947Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2376 | 2024-05-29T20:07:22.947Z | warning: output filename collision. |
2377 | 2024-05-29T20:07:22.947Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2378 | 2024-05-29T20:07:22.948Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2379 | 2024-05-29T20:07:22.948Z | The targets should have unique names. |
2380 | 2024-05-29T20:07:22.948Z | This is a known bug where multiple crates with the same name use |
2381 | 2024-05-29T20:07:22.948Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2382 | 2024-05-29T20:07:22.952Z | warning: output filename collision. |
2383 | 2024-05-29T20:07:22.953Z | 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2384 | 2024-05-29T20:07:22.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2385 | 2024-05-29T20:07:22.953Z | The targets should have unique names. |
2386 | 2024-05-29T20:07:22.953Z | This is a known bug where multiple crates with the same name use |
2387 | 2024-05-29T20:07:22.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2388 | 2024-05-29T20:07:22.953Z | warning: output filename collision. |
2389 | 2024-05-29T20:07:22.953Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2390 | 2024-05-29T20:07:22.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2391 | 2024-05-29T20:07:22.953Z | The targets should have unique names. |
2392 | 2024-05-29T20:07:22.953Z | This is a known bug where multiple crates with the same name use |
2393 | 2024-05-29T20:07:22.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2394 | 2024-05-29T20:07:22.953Z | warning: output filename collision. |
2395 | 2024-05-29T20:07:22.953Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2396 | 2024-05-29T20:07:22.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2397 | 2024-05-29T20:07:22.953Z | The targets should have unique names. |
2398 | 2024-05-29T20:07:22.953Z | This is a known bug where multiple crates with the same name use |
2399 | 2024-05-29T20:07:22.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2400 | 2024-05-29T20:07:22.953Z | warning: output filename collision. |
2401 | 2024-05-29T20:07:22.953Z | 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)`. |
2402 | 2024-05-29T20:07:22.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2403 | 2024-05-29T20:07:22.954Z | The targets should have unique names. |
2404 | 2024-05-29T20:07:22.954Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-05-29T20:07:22.954Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-05-29T20:07:22.954Z | warning: output filename collision. |
2407 | 2024-05-29T20:07:22.954Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2408 | 2024-05-29T20:07:22.954Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2409 | 2024-05-29T20:07:22.954Z | The targets should have unique names. |
2410 | 2024-05-29T20:07:22.954Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-05-29T20:07:22.954Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-05-29T20:07:22.954Z | warning: output filename collision. |
2413 | 2024-05-29T20:07:22.954Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`. |
2414 | 2024-05-29T20:07:22.954Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2415 | 2024-05-29T20:07:22.954Z | The targets should have unique names. |
2416 | 2024-05-29T20:07:22.954Z | This is a known bug where multiple crates with the same name use |
2417 | 2024-05-29T20:07:22.954Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2418 | 2024-05-29T20:07:22.954Z | warning: output filename collision. |
2419 | 2024-05-29T20:07:22.954Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2420 | 2024-05-29T20:07:22.954Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2421 | 2024-05-29T20:07:22.954Z | The targets should have unique names. |
2422 | 2024-05-29T20:07:22.955Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-05-29T20:07:22.955Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-05-29T20:07:23.459Z | Documenting libc v0.2.153 |
2425 | 2024-05-29T20:07:23.524Z | Documenting cfg-if v1.0.0 |
2426 | 2024-05-29T20:07:23.533Z | Documenting serde_derive v1.0.202 |
2427 | 2024-05-29T20:07:23.558Z | Documenting log v0.4.21 |
2428 | 2024-05-29T20:07:23.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2429 | 2024-05-29T20:07:23.588Z | Documenting memchr v2.7.2 |
2430 | 2024-05-29T20:07:23.601Z | Documenting byteorder v1.5.0 |
2431 | 2024-05-29T20:07:23.618Z | Documenting scopeguard v1.2.0 |
2432 | 2024-05-29T20:07:23.828Z | Documenting itoa v1.0.11 |
2433 | 2024-05-29T20:07:26.640Z | Documenting smallvec v1.13.2 |
2434 | 2024-05-29T20:07:27.094Z | Documenting pin-project-lite v0.2.14 |
2435 | 2024-05-29T20:07:27.724Z | Documenting libm v0.2.8 |
2436 | 2024-05-29T20:07:27.782Z | Documenting once_cell v1.19.0 |
2437 | 2024-05-29T20:07:28.257Z | Documenting getrandom v0.2.14 |
2438 | 2024-05-29T20:07:28.362Z | Documenting lock_api v0.4.12 |
2439 | 2024-05-29T20:07:28.827Z | Documenting signal-hook-registry v1.4.2 |
2440 | 2024-05-29T20:07:29.761Z | Documenting parking_lot_core v0.9.10 |
2441 | 2024-05-29T20:07:29.927Z | Documenting mio v0.8.11 |
2442 | 2024-05-29T20:07:31.549Z | Documenting serde v1.0.202 |
2443 | 2024-05-29T20:07:31.576Z | Documenting num-traits v0.2.19 |
2444 | 2024-05-29T20:07:32.104Z | Documenting thiserror-impl v1.0.60 |
2445 | 2024-05-29T20:07:32.960Z | Documenting rand_core v0.6.4 |
2446 | 2024-05-29T20:07:33.301Z | Documenting zeroize_derive v1.4.2 |
2447 | 2024-05-29T20:07:33.520Z | Documenting ryu v1.0.18 |
2448 | 2024-05-29T20:07:34.979Z | Documenting parking_lot v0.12.2 |
2449 | 2024-05-29T20:07:35.370Z | Documenting futures-core v0.3.30 |
2450 | 2024-05-29T20:07:36.421Z | Documenting socket2 v0.5.7 |
2451 | 2024-05-29T20:07:37.212Z | Documenting num_cpus v1.16.0 |
2452 | 2024-05-29T20:07:37.815Z | Documenting tokio-macros v2.2.0 |
2453 | 2024-05-29T20:07:38.437Z | Documenting thiserror v1.0.60 |
2454 | 2024-05-29T20:07:38.493Z | Documenting zeroize v1.7.0 |
2455 | 2024-05-29T20:07:40.080Z | Documenting zerocopy v0.7.34 |
2456 | 2024-05-29T20:07:40.184Z | Documenting futures-sink v0.3.30 |
2457 | 2024-05-29T20:07:41.423Z | Documenting typenum v1.17.0 |
2458 | 2024-05-29T20:07:41.530Z | Documenting pin-utils v0.1.0 |
2459 | 2024-05-29T20:07:43.089Z | Documenting subtle v2.5.0 |
2460 | 2024-05-29T20:07:43.153Z | Documenting slab v0.4.9 |
2461 | 2024-05-29T20:07:43.679Z | Documenting futures-macro v0.3.30 |
2462 | 2024-05-29T20:07:45.739Z | Documenting futures-channel v0.3.30 |
2463 | 2024-05-29T20:07:52.302Z | Documenting bytes v1.6.0 |
2464 | 2024-05-29T20:07:54.379Z | Documenting bitflags v2.5.0 |
2465 | 2024-05-29T20:07:54.383Z | Documenting serde_json v1.0.117 |
2466 | 2024-05-29T20:07:54.457Z | Documenting iana-time-zone v0.1.60 |
2467 | 2024-05-29T20:07:55.075Z | Documenting futures-task v0.3.30 |
2468 | 2024-05-29T20:07:55.079Z | Documenting futures-io v0.3.30 |
2469 | 2024-05-29T20:07:55.079Z | Documenting uuid v1.8.0 |
2470 | 2024-05-29T20:07:55.698Z | Documenting generic-array v0.14.7 |
2471 | 2024-05-29T20:07:57.162Z | Documenting tokio v1.37.0 |
2472 | 2024-05-29T20:07:59.546Z | Documenting ahash v0.8.11 |
2473 | 2024-05-29T20:07:59.574Z | Documenting chrono v0.4.38 |
2474 | 2024-05-29T20:07:59.627Z | Documenting futures-util v0.3.30 |
2475 | 2024-05-29T20:07:59.726Z | Documenting allocator-api2 v0.2.18 |
2476 | 2024-05-29T20:07:59.834Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2477 | 2024-05-29T20:08:00.030Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2478 | 2024-05-29T20:08:00.757Z | Documenting const-oid v0.9.6 |
2479 | 2024-05-29T20:08:01.123Z | Documenting tinyvec_macros v0.1.1 |
2480 | 2024-05-29T20:08:01.246Z | Documenting crypto-common v0.1.6 |
2481 | 2024-05-29T20:08:03.217Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2482 | 2024-05-29T20:08:04.296Z | Documenting hashbrown v0.14.5 |
2483 | 2024-05-29T20:08:04.356Z | Documenting tinyvec v1.6.0 |
2484 | 2024-05-29T20:08:06.292Z | Documenting serde_derive_internals v0.29.1 |
2485 | 2024-05-29T20:08:07.035Z | Checking serde_derive_internals v0.29.1 |
2486 | 2024-05-29T20:08:07.080Z | Documenting dyn-clone v1.0.17 |
2487 | 2024-05-29T20:08:07.392Z | Documenting ppv-lite86 v0.2.17 |
2488 | 2024-05-29T20:08:08.313Z | Documenting unicode-normalization v0.1.23 |
2489 | 2024-05-29T20:08:08.824Z | Documenting tracing-core v0.1.32 |
2490 | 2024-05-29T20:08:10.133Z | Documenting tracing-attributes v0.1.27 |
2491 | 2024-05-29T20:08:10.322Z | Documenting unicode-bidi v0.3.15 |
2492 | 2024-05-29T20:08:11.210Z | Documenting rand_chacha v0.3.1 |
2493 | 2024-05-29T20:08:11.398Z | Documenting lazy_static v1.4.0 |
2494 | 2024-05-29T20:08:11.446Z | Documenting percent-encoding v2.3.1 |
2495 | 2024-05-29T20:08:13.199Z | Documenting block-buffer v0.10.4 |
2496 | 2024-05-29T20:08:13.494Z | Documenting schemars_derive v0.8.19 |
2497 | 2024-05-29T20:08:14.201Z | Documenting equivalent v1.0.1 |
2498 | 2024-05-29T20:08:15.266Z | Documenting powerfmt v0.2.0 |
2499 | 2024-05-29T20:08:15.940Z | Documenting form_urlencoded v1.2.1 |
2500 | 2024-05-29T20:08:16.046Z | Documenting time-macros v0.2.18 |
2501 | 2024-05-29T20:08:16.244Z | Documenting rand v0.8.5 |
2502 | 2024-05-29T20:08:17.450Z | Documenting indexmap v2.2.6 |
2503 | 2024-05-29T20:08:17.908Z | Documenting digest v0.10.7 |
2504 | 2024-05-29T20:08:18.166Z | Documenting deranged v0.3.11 |
2505 | 2024-05-29T20:08:21.048Z | Documenting schemars v0.8.19 |
2506 | 2024-05-29T20:08:21.107Z | Documenting time-core v0.1.2 |
2507 | 2024-05-29T20:08:21.223Z | Documenting fnv v1.0.7 |
2508 | 2024-05-29T20:08:21.584Z | Documenting num-conv v0.1.0 |
2509 | 2024-05-29T20:08:26.912Z | Documenting tracing v0.1.40 |
2510 | 2024-05-29T20:08:36.369Z | Documenting unicode-width v0.1.12 |
2511 | 2024-05-29T20:08:36.433Z | Documenting num_threads v0.1.7 |
2512 | 2024-05-29T20:08:36.433Z | Documenting idna v0.5.0 |
2513 | 2024-05-29T20:08:36.433Z | Documenting adler v1.0.2 |
2514 | 2024-05-29T20:08:36.433Z | Documenting unicode-ident v1.0.12 |
2515 | 2024-05-29T20:08:36.433Z | Documenting slog v2.7.0 |
2516 | 2024-05-29T20:08:36.519Z | Documenting httparse v1.8.0 |
2517 | 2024-05-29T20:08:36.520Z | Documenting cpufeatures v0.2.12 |
2518 | 2024-05-29T20:08:36.520Z | Documenting miniz_oxide v0.7.2 |
2519 | 2024-05-29T20:08:36.520Z | Documenting proc-macro2 v1.0.82 |
2520 | 2024-05-29T20:08:36.846Z | Documenting time v0.3.36 |
2521 | 2024-05-29T20:08:36.862Z | Documenting url v2.5.0 |
2522 | 2024-05-29T20:08:37.002Z | Documenting tokio-util v0.7.11 |
2523 | 2024-05-29T20:08:37.021Z | Documenting errno v0.3.9 |
2524 | 2024-05-29T20:08:37.047Z | Documenting async-trait v0.1.80 |
2525 | 2024-05-29T20:08:38.086Z | Documenting try-lock v0.2.5 |
2526 | 2024-05-29T20:08:39.844Z | Documenting quote v1.0.36 |
2527 | 2024-05-29T20:08:41.575Z | Documenting rustix v0.38.34 |
2528 | 2024-05-29T20:08:42.062Z | Documenting httpdate v1.0.3 |
2529 | 2024-05-29T20:08:42.062Z | Documenting want v0.3.1 |
2530 | 2024-05-29T20:08:43.182Z | Documenting http-body v0.4.6 |
2531 | 2024-05-29T20:08:43.460Z | Documenting aho-corasick v1.1.3 |
2532 | 2024-05-29T20:08:43.682Z | Documenting openssl-sys v0.9.102 |
2533 | 2024-05-29T20:08:43.979Z | Documenting h2 v0.3.26 |
2534 | 2024-05-29T20:08:44.924Z | Documenting syn v2.0.64 |
2535 | 2024-05-29T20:08:46.402Z | Documenting openssl-macros v0.1.1 |
2536 | 2024-05-29T20:08:46.585Z | Documenting tower-service v0.3.2 |
2537 | 2024-05-29T20:08:48.171Z | Documenting mime v0.3.17 |
2538 | 2024-05-29T20:08:49.062Z | Documenting gimli v0.28.1 |
2539 | 2024-05-29T20:08:49.347Z | Documenting regex-syntax v0.8.3 |
2540 | 2024-05-29T20:08:51.022Z | Documenting object v0.32.2 |
2541 | 2024-05-29T20:08:51.556Z | Documenting openssl-probe v0.1.5 |
2542 | 2024-05-29T20:08:52.167Z | Documenting openssl v0.10.64 |
2543 | 2024-05-29T20:08:52.762Z | Documenting rustc-demangle v0.1.24 |
2544 | 2024-05-29T20:08:54.244Z | Documenting hyper v0.14.28 |
2545 | 2024-05-29T20:08:55.721Z | Documenting addr2line v0.21.0 |
2546 | 2024-05-29T20:08:56.255Z | Documenting ipnet v2.9.0 |
2547 | 2024-05-29T20:08:56.417Z | Documenting regex-automata v0.4.6 |
2548 | 2024-05-29T20:08:56.646Z | Documenting base64ct v1.6.0 |
2549 | 2024-05-29T20:08:59.707Z | Documenting futures-executor v0.3.30 |
2550 | 2024-05-29T20:09:00.702Z | Documenting encoding_rs v0.8.34 |
2551 | 2024-05-29T20:09:01.151Z | Documenting native-tls v0.2.11 |
2552 | 2024-05-29T20:09:01.657Z | Documenting psl-types v2.0.11 |
2553 | 2024-05-29T20:09:04.508Z | Documenting backtrace v0.3.71 |
2554 | 2024-05-29T20:09:04.727Z | Documenting serde_urlencoded v0.7.1 |
2555 | 2024-05-29T20:09:04.753Z | Documenting publicsuffix v2.2.3 |
2556 | 2024-05-29T20:09:05.520Z | Documenting semver v1.0.23 |
2557 | 2024-05-29T20:09:05.542Z | Checking pest_meta v2.7.10 |
2558 | 2024-05-29T20:09:06.446Z | Documenting crossbeam-utils v0.8.19 |
2559 | 2024-05-29T20:09:06.738Z | Documenting tokio-native-tls v0.3.1 |
2560 | 2024-05-29T20:09:06.916Z | Documenting utf8parse v0.2.1 |
2561 | 2024-05-29T20:09:08.855Z | Documenting hyper-rustls v0.24.2 |
2562 | 2024-05-29T20:09:09.847Z | Documenting regex v1.10.4 |
2563 | 2024-05-29T20:09:10.033Z | Documenting cookie_store v0.20.0 |
2564 | 2024-05-29T20:09:10.323Z | Documenting futures v0.3.30 |
2565 | 2024-05-29T20:09:10.977Z | Documenting pem-rfc7468 v0.7.0 |
2566 | 2024-05-29T20:09:11.233Z | Documenting anyhow v1.0.83 |
2567 | 2024-05-29T20:09:11.853Z | Documenting pest_meta v2.7.10 |
2568 | 2024-05-29T20:09:12.728Z | Documenting hyper-tls v0.5.0 |
2569 | 2024-05-29T20:09:15.825Z | Documenting der_derive v0.7.2 |
2570 | 2024-05-29T20:09:15.895Z | Documenting scroll_derive v0.12.0 |
2571 | 2024-05-29T20:09:16.281Z | Documenting sync_wrapper v0.1.2 |
2572 | 2024-05-29T20:09:16.319Z | Documenting webpki-roots v0.25.4 |
2573 | 2024-05-29T20:09:16.704Z | Documenting flagset v0.4.5 |
2574 | 2024-05-29T20:09:17.118Z | Documenting pest_generator v2.7.10 |
2575 | 2024-05-29T20:09:18.209Z | Checking pest_generator v2.7.10 |
2576 | 2024-05-29T20:09:18.935Z | Documenting num-integer v0.1.46 |
2577 | 2024-05-29T20:09:19.159Z | Documenting plain v0.2.3 |
2578 | 2024-05-29T20:09:19.572Z | Documenting ucd-trie v0.1.6 |
2579 | 2024-05-29T20:09:19.904Z | Documenting openapiv3 v2.0.0 |
2580 | 2024-05-29T20:09:22.290Z | Documenting reqwest v0.11.27 |
2581 | 2024-05-29T20:09:22.477Z | Documenting scroll v0.12.0 |
2582 | 2024-05-29T20:09:22.559Z | Documenting pest_derive v2.7.10 |
2583 | 2024-05-29T20:09:22.578Z | Documenting der v0.7.9 |
2584 | 2024-05-29T20:09:22.578Z | Documenting pretty-hex v0.4.1 |
2585 | 2024-05-29T20:09:23.822Z | Documenting pest v2.7.10 |
2586 | 2024-05-29T20:09:24.191Z | Documenting spin v0.9.8 |
2587 | 2024-05-29T20:09:25.698Z | Documenting thread-id v4.2.1 |
2588 | 2024-05-29T20:09:26.662Z | Documenting goblin v0.8.2 |
2589 | 2024-05-29T20:09:27.192Z | Documenting anstyle v1.0.7 |
2590 | 2024-05-29T20:09:28.040Z | Documenting either v1.12.0 |
2591 | 2024-05-29T20:09:28.549Z | Documenting spki v0.7.3 |
2592 | 2024-05-29T20:09:29.275Z | Documenting anstyle-parse v0.2.4 |
2593 | 2024-05-29T20:09:30.181Z | Documenting dtrace-parser v0.2.0 |
2594 | 2024-05-29T20:09:30.715Z | Documenting memmap v0.7.0 |
2595 | 2024-05-29T20:09:32.017Z | Documenting colorchoice v1.0.1 |
2596 | 2024-05-29T20:09:32.138Z | Documenting anstyle-query v1.0.3 |
2597 | 2024-05-29T20:09:32.842Z | Documenting is_terminal_polyfill v1.70.0 |
2598 | 2024-05-29T20:09:32.958Z | Documenting data-encoding v2.6.0 |
2599 | 2024-05-29T20:09:33.643Z | Documenting pkcs8 v0.10.2 |
2600 | 2024-05-29T20:09:34.485Z | Documenting dof v0.3.0 |
2601 | 2024-05-29T20:09:35.005Z | Documenting crossbeam-epoch v0.9.18 |
2602 | 2024-05-29T20:09:35.304Z | Documenting terminal_size v0.3.0 |
2603 | 2024-05-29T20:09:35.850Z | Documenting sha2 v0.10.8 |
2604 | 2024-05-29T20:09:37.031Z | Documenting ipnetwork v0.20.0 |
2605 | 2024-05-29T20:09:38.480Z | Documenting anstream v0.6.14 |
2606 | 2024-05-29T20:09:38.511Z | Documenting hex v0.4.3 |
2607 | 2024-05-29T20:09:38.794Z | Documenting crc32fast v1.4.0 |
2608 | 2024-05-29T20:09:40.135Z | Documenting usdt-impl v0.5.0 |
2609 | 2024-05-29T20:09:40.283Z | Documenting unicode-segmentation v1.11.0 |
2610 | 2024-05-29T20:09:40.616Z | Documenting clap_lex v0.7.0 |
2611 | 2024-05-29T20:09:40.760Z | Documenting strsim v0.11.1 |
2612 | 2024-05-29T20:09:43.145Z | Documenting untrusted v0.9.0 |
2613 | 2024-05-29T20:09:43.151Z | Documenting num-iter v0.1.45 |
2614 | 2024-05-29T20:09:43.152Z | Documenting hmac v0.12.1 |
2615 | 2024-05-29T20:09:43.633Z | Documenting signal-hook v0.3.17 |
2616 | 2024-05-29T20:09:44.121Z | Documenting clap_derive v4.5.4 |
2617 | 2024-05-29T20:09:44.838Z | Documenting static_assertions v1.1.0 |
2618 | 2024-05-29T20:09:45.096Z | Documenting clap_builder v4.5.2 |
2619 | 2024-05-29T20:09:45.693Z | Documenting ring v0.17.8 |
2620 | 2024-05-29T20:09:47.503Z | Documenting flate2 v1.0.30 |
2621 | 2024-05-29T20:09:47.761Z | Documenting managed v0.8.0 |
2622 | 2024-05-29T20:09:47.968Z | Documenting usdt v0.5.0 |
2623 | 2024-05-29T20:09:48.219Z | Documenting itertools v0.12.1 |
2624 | 2024-05-29T20:09:48.993Z | Documenting signal-hook-mio v0.2.3 |
2625 | 2024-05-29T20:09:50.896Z | Documenting enum-as-inner v0.5.1 |
2626 | 2024-05-29T20:09:51.512Z | Documenting regress v0.9.1 |
2627 | 2024-05-29T20:09:51.641Z | Documenting block-padding v0.3.3 |
2628 | 2024-05-29T20:09:51.991Z | Documenting clap v4.5.4 |
2629 | 2024-05-29T20:09:52.507Z | Documenting scheduled-thread-pool v0.2.7 |
2630 | 2024-05-29T20:09:53.589Z | Checking diesel_table_macro_syntax v0.1.0 |
2631 | 2024-05-29T20:09:53.761Z | Documenting diesel_table_macro_syntax v0.1.0 |
2632 | 2024-05-29T20:09:53.994Z | Documenting finl_unicode v1.2.0 |
2633 | 2024-05-29T20:09:56.528Z | Documenting crossterm v0.27.0 |
2634 | 2024-05-29T20:09:56.569Z | Documenting trust-dns-proto v0.22.0 |
2635 | 2024-05-29T20:09:57.090Z | Documenting inout v0.1.3 |
2636 | 2024-05-29T20:09:57.760Z | Documenting r2d2 v0.8.10 |
2637 | 2024-05-29T20:09:57.852Z | Documenting md-5 v0.10.6 |
2638 | 2024-05-29T20:09:58.887Z | Documenting ff v0.13.0 |
2639 | 2024-05-29T20:09:59.214Z | Documenting stringprep v0.1.4 |
2640 | 2024-05-29T20:09:59.649Z | Documenting diesel_derives v2.1.4 |
2641 | 2024-05-29T20:10:01.953Z | Documenting serde_spanned v0.6.6 |
2642 | 2024-05-29T20:10:02.057Z | Documenting toml_datetime v0.6.6 |
2643 | 2024-05-29T20:10:02.542Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2644 | 2024-05-29T20:10:02.669Z | Documenting winnow v0.6.8 |
2645 | 2024-05-29T20:10:03.911Z | Documenting fallible-iterator v0.2.0 |
2646 | 2024-05-29T20:10:04.315Z | Checking unsafe-libyaml v0.2.11 |
2647 | 2024-05-29T20:10:05.522Z | Documenting bit-vec v0.6.3 |
2648 | 2024-05-29T20:10:05.994Z | Checking ident_case v1.0.1 |
2649 | 2024-05-29T20:10:06.145Z | Documenting heck v0.5.0 |
2650 | 2024-05-29T20:10:07.090Z | Documenting siphasher v0.3.11 |
2651 | 2024-05-29T20:10:07.345Z | Documenting base16ct v0.2.0 |
2652 | 2024-05-29T20:10:07.508Z | Documenting group v0.13.0 |
2653 | 2024-05-29T20:10:07.934Z | Documenting diesel v2.1.6 |
2654 | 2024-05-29T20:10:08.846Z | Documenting toml_edit v0.22.13 |
2655 | 2024-05-29T20:10:09.175Z | Documenting postgres-protocol v0.6.6 |
2656 | 2024-05-29T20:10:09.344Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2657 | 2024-05-29T20:10:10.218Z | Documenting cipher v0.4.4 |
2658 | 2024-05-29T20:10:10.520Z | Documenting phf_shared v0.11.2 |
2659 | 2024-05-29T20:10:10.619Z | Documenting sec1 v0.7.3 |
2660 | 2024-05-29T20:10:12.102Z | Documenting hkdf v0.12.4 |
2661 | 2024-05-29T20:10:15.514Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2662 | 2024-05-29T20:10:15.753Z | Documenting num-bigint v0.4.5 |
2663 | 2024-05-29T20:10:23.734Z | Documenting bstr v1.9.1 |
2664 | 2024-05-29T20:10:24.190Z | Documenting console v0.15.8 |
2665 | 2024-05-29T20:10:31.734Z | Documenting crypto-bigint v0.5.5 |
2666 | 2024-05-29T20:10:31.956Z | Documenting hubpack v0.1.2 |
2667 | 2024-05-29T20:10:31.962Z | Documenting serde_repr v0.1.19 |
2668 | 2024-05-29T20:10:32.347Z | Documenting fixedbitset v0.4.2 |
2669 | 2024-05-29T20:10:32.758Z | Documenting minimal-lexical v0.2.1 |
2670 | 2024-05-29T20:10:32.803Z | Documenting unsafe-libyaml v0.2.11 |
2671 | 2024-05-29T20:10:32.993Z | Documenting lalrpop-util v0.19.12 |
2672 | 2024-05-29T20:10:34.406Z | Documenting precomputed-hash v0.1.1 |
2673 | 2024-05-29T20:10:36.254Z | Documenting new_debug_unreachable v1.0.6 |
2674 | 2024-05-29T20:10:36.666Z | Documenting petgraph v0.6.5 |
2675 | 2024-05-29T20:10:37.325Z | Documenting serde_yaml v0.9.34+deprecated |
2676 | 2024-05-29T20:10:37.420Z | Documenting yasna v0.5.2 |
2677 | 2024-05-29T20:10:37.597Z | Documenting nom v7.1.3 |
2678 | 2024-05-29T20:10:37.762Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2679 | 2024-05-29T20:10:47.956Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2680 | 2024-05-29T20:10:47.988Z | Documenting string_cache v0.8.7 |
2681 | 2024-05-29T20:10:48.448Z | Documenting postgres-types v0.2.6 |
2682 | 2024-05-29T20:10:48.585Z | Documenting phf v0.11.2 |
2683 | 2024-05-29T20:10:48.724Z | Checking darling_core v0.20.9 |
2684 | 2024-05-29T20:10:49.009Z | Checking serde_yaml v0.9.34+deprecated |
2685 | 2024-05-29T20:10:49.172Z | Documenting elliptic-curve v0.13.8 |
2686 | 2024-05-29T20:10:49.987Z | Documenting similar v2.5.0 |
2687 | 2024-05-29T20:10:50.947Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2688 | 2024-05-29T20:10:51.025Z | Documenting getopts v0.2.21 |
2689 | 2024-05-29T20:10:53.219Z | Documenting float-cmp v0.9.0 |
2690 | 2024-05-29T20:10:53.962Z | Documenting predicates-core v1.0.6 |
2691 | 2024-05-29T20:10:55.060Z | Documenting difflib v0.4.0 |
2692 | 2024-05-29T20:10:55.322Z | Documenting peg-runtime v0.8.3 |
2693 | 2024-05-29T20:10:55.365Z | Documenting whoami v1.5.1 |
2694 | 2024-05-29T20:11:04.990Z | Documenting normalize-line-endings v0.3.0 |
2695 | 2024-05-29T20:11:05.070Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2696 | 2024-05-29T20:11:05.189Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2697 | 2024-05-29T20:11:05.234Z | Documenting bit-set v0.5.3 |
2698 | 2024-05-29T20:11:05.351Z | Documenting fs-err v2.11.0 |
2699 | 2024-05-29T20:11:05.461Z | Documenting tokio-stream v0.1.15 |
2700 | 2024-05-29T20:11:05.642Z | Documenting tokio-postgres v0.7.10 |
2701 | 2024-05-29T20:11:05.853Z | Documenting ident_case v1.0.1 |
2702 | 2024-05-29T20:11:09.760Z | Documenting predicates v3.1.0 |
2703 | 2024-05-29T20:11:09.991Z | Documenting darling_core v0.20.9 |
2704 | 2024-05-29T20:11:10.181Z | Checking darling v0.20.9 |
2705 | 2024-05-29T20:11:10.295Z | Documenting is-terminal v0.4.12 |
2706 | 2024-05-29T20:11:10.799Z | Documenting strum v0.26.2 |
2707 | 2024-05-29T20:11:11.216Z | Documenting base64 v0.22.1 |
2708 | 2024-05-29T20:11:13.425Z | Documenting camino v1.1.7 |
2709 | 2024-05-29T20:11:13.661Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2710 | 2024-05-29T20:11:14.552Z | Documenting dirs-sys-next v0.1.2 |
2711 | 2024-05-29T20:11:14.664Z | Documenting sha1 v0.10.6 |
2712 | 2024-05-29T20:11:15.579Z | Documenting http v1.1.0 |
2713 | 2024-05-29T20:11:16.228Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2714 | 2024-05-29T20:11:16.253Z | Documenting paste v1.0.15 |
2715 | 2024-05-29T20:11:18.236Z | Documenting thread_local v1.1.8 |
2716 | 2024-05-29T20:11:19.603Z | Documenting rustls-pki-types v1.7.0 |
2717 | 2024-05-29T20:11:19.676Z | Documenting dirs-next v2.0.0 |
2718 | 2024-05-29T20:11:20.238Z | Documenting darling_macro v0.20.9 |
2719 | 2024-05-29T20:11:20.696Z | Documenting crossbeam-channel v0.5.12 |
2720 | 2024-05-29T20:11:21.058Z | Documenting take_mut v0.2.2 |
2721 | 2024-05-29T20:11:21.364Z | Documenting slog-json v2.6.1 |
2722 | 2024-05-29T20:11:22.569Z | Documenting async-stream-impl v0.3.5 |
2723 | 2024-05-29T20:11:24.019Z | Documenting atomic-waker v1.1.2 |
2724 | 2024-05-29T20:11:24.640Z | Documenting rustls-webpki v0.102.4 |
2725 | 2024-05-29T20:11:24.683Z | Documenting term v0.7.0 |
2726 | 2024-05-29T20:11:25.331Z | Documenting debug-ignore v1.0.5 |
2727 | 2024-05-29T20:11:25.925Z | Documenting slog-async v2.8.0 |
2728 | 2024-05-29T20:11:26.013Z | Documenting darling v0.20.9 |
2729 | 2024-05-29T20:11:26.548Z | Documenting slog-bunyan v2.5.0 |
2730 | 2024-05-29T20:11:27.654Z | Documenting waitgroup v0.1.2 |
2731 | 2024-05-29T20:11:28.367Z | Documenting async-stream v0.3.5 |
2732 | 2024-05-29T20:11:34.824Z | Documenting rustls-pemfile v2.1.2 |
2733 | 2024-05-29T20:11:34.824Z | Documenting rustls v0.22.4 |
2734 | 2024-05-29T20:11:34.824Z | Documenting slog-term v2.9.1 |
2735 | 2024-05-29T20:11:34.824Z | Documenting multer v3.1.0 |
2736 | 2024-05-29T20:11:34.824Z | Documenting toml v0.8.13 |
2737 | 2024-05-29T20:11:34.824Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2738 | 2024-05-29T20:11:34.824Z | Documenting serde_path_to_error v0.1.16 |
2739 | 2024-05-29T20:11:34.910Z | Documenting hostname v0.4.0 |
2740 | 2024-05-29T20:11:34.910Z | Documenting serde_with_macros v3.8.1 |
2741 | 2024-05-29T20:11:34.910Z | Documenting structmeta-derive v0.3.0 |
2742 | 2024-05-29T20:11:35.898Z | Documenting newtype-uuid v1.1.0 |
2743 | 2024-05-29T20:11:37.240Z | Checking structmeta v0.3.0 |
2744 | 2024-05-29T20:11:37.295Z | Documenting instant v0.1.12 |
2745 | 2024-05-29T20:11:37.470Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2746 | 2024-05-29T20:11:38.514Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2747 | 2024-05-29T20:11:38.660Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2748 | 2024-05-29T20:11:38.787Z | Documenting serde_with v3.8.1 |
2749 | 2024-05-29T20:11:39.334Z | Documenting tokio-rustls v0.25.0 |
2750 | 2024-05-29T20:11:41.303Z | Documenting structmeta v0.3.0 |
2751 | 2024-05-29T20:11:41.485Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2752 | 2024-05-29T20:11:42.193Z | Documenting backoff v0.4.0 |
2753 | 2024-05-29T20:11:43.112Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2754 | 2024-05-29T20:11:43.336Z | Documenting macaddr v1.0.1 |
2755 | 2024-05-29T20:11:45.299Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2756 | 2024-05-29T20:11:46.940Z | Documenting parse-display-derive v0.9.0 |
2757 | 2024-05-29T20:11:47.155Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2758 | 2024-05-29T20:11:47.585Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2759 | 2024-05-29T20:11:47.783Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2760 | 2024-05-29T20:11:48.005Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2761 | 2024-05-29T20:11:48.105Z | Documenting fastrand v2.1.0 |
2762 | 2024-05-29T20:11:48.541Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2763 | 2024-05-29T20:11:48.901Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2764 | 2024-05-29T20:11:49.179Z | Checking proc-macro-crate v1.3.1 |
2765 | 2024-05-29T20:11:49.425Z | Documenting proc-macro-crate v1.3.1 |
2766 | 2024-05-29T20:11:51.046Z | Documenting foreign-types-macros v0.2.3 |
2767 | 2024-05-29T20:11:51.554Z | Documenting foreign-types-shared v0.3.1 |
2768 | 2024-05-29T20:11:52.174Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2769 | 2024-05-29T20:11:52.741Z | Documenting tempfile v3.10.1 |
2770 | 2024-05-29T20:11:52.894Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2771 | 2024-05-29T20:11:53.664Z | Documenting parse-display v0.9.0 |
2772 | 2024-05-29T20:11:54.471Z | Documenting cstr-argument v0.1.2 |
2773 | 2024-05-29T20:11:55.155Z | Documenting num_enum_derive v0.5.11 |
2774 | 2024-05-29T20:11:56.455Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2775 | 2024-05-29T20:11:56.924Z | Documenting foreign-types v0.5.0 |
2776 | 2024-05-29T20:11:57.660Z | Documenting camino-tempfile v1.1.1 |
2777 | 2024-05-29T20:11:57.755Z | Documenting tabwriter v1.4.0 |
2778 | 2024-05-29T20:11:59.184Z | Documenting colored v2.1.0 |
2779 | 2024-05-29T20:11:59.324Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2780 | 2024-05-29T20:11:59.441Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2781 | 2024-05-29T20:12:01.562Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2782 | 2024-05-29T20:12:02.248Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2783 | 2024-05-29T20:12:02.633Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2784 | 2024-05-29T20:12:02.935Z | Documenting hash32 v0.3.1 |
2785 | 2024-05-29T20:12:02.953Z | Documenting stable_deref_trait v1.2.0 |
2786 | 2024-05-29T20:12:03.064Z | Documenting num_enum v0.5.11 |
2787 | 2024-05-29T20:12:03.516Z | Documenting smf v0.2.3 |
2788 | 2024-05-29T20:12:05.718Z | Documenting cobs v0.2.3 |
2789 | 2024-05-29T20:12:06.352Z | Documenting embedded-io v0.4.0 |
2790 | 2024-05-29T20:12:06.628Z | Documenting derive-where v1.2.7 |
2791 | 2024-05-29T20:12:07.157Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2792 | 2024-05-29T20:12:07.803Z | Documenting heapless v0.8.0 |
2793 | 2024-05-29T20:12:08.159Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2794 | 2024-05-29T20:12:08.538Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2795 | 2024-05-29T20:12:08.770Z | Documenting crucible-workspace-hack v0.1.0 |
2796 | 2024-05-29T20:12:09.939Z | Documenting postcard v1.0.8 |
2797 | 2024-05-29T20:12:11.614Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2798 | 2024-05-29T20:12:13.001Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2799 | 2024-05-29T20:12:13.474Z | Documenting newline-converter v0.3.0 |
2800 | 2024-05-29T20:12:13.593Z | Documenting smoltcp v0.11.0 |
2801 | 2024-05-29T20:12:13.901Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2802 | 2024-05-29T20:12:15.672Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2803 | 2024-05-29T20:12:15.856Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2804 | 2024-05-29T20:12:16.777Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2805 | 2024-05-29T20:12:17.008Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2806 | 2024-05-29T20:12:17.189Z | Documenting sigpipe v0.1.3 |
2807 | 2024-05-29T20:12:18.505Z | Documenting expectorate v1.1.0 |
2808 | 2024-05-29T20:12:18.836Z | Documenting num-derive v0.4.2 |
2809 | 2024-05-29T20:12:19.773Z | Documenting convert_case v0.4.0 |
2810 | 2024-05-29T20:12:19.921Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2811 | 2024-05-29T20:12:19.970Z | Checking convert_case v0.4.0 |
2812 | 2024-05-29T20:12:20.192Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-05-29T20:12:22.235Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2814 | 2024-05-29T20:12:22.521Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2815 | 2024-05-29T20:12:22.957Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2816 | 2024-05-29T20:12:23.622Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2817 | 2024-05-29T20:12:23.741Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2818 | 2024-05-29T20:12:24.623Z | Documenting derive_more v0.99.17 |
2819 | 2024-05-29T20:12:24.827Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2820 | 2024-05-29T20:12:26.662Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2821 | 2024-05-29T20:12:27.353Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2822 | 2024-05-29T20:12:27.708Z | Documenting password-hash v0.5.0 |
2823 | 2024-05-29T20:12:27.977Z | Documenting blake2 v0.10.6 |
2824 | 2024-05-29T20:12:29.792Z | Documenting linked-hash-map v0.5.6 |
2825 | 2024-05-29T20:12:30.856Z | Documenting humantime v2.1.0 |
2826 | 2024-05-29T20:12:31.818Z | Documenting swrite v0.1.0 |
2827 | 2024-05-29T20:12:32.317Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2828 | 2024-05-29T20:12:32.842Z | Documenting argon2 v0.5.3 |
2829 | 2024-05-29T20:12:34.127Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2830 | 2024-05-29T20:12:34.244Z | Documenting lru-cache v0.1.2 |
2831 | 2024-05-29T20:12:34.448Z | Documenting newtype_derive v0.1.6 |
2832 | 2024-05-29T20:12:35.036Z | Documenting arc-swap v1.7.1 |
2833 | 2024-05-29T20:12:35.750Z | Documenting quick-error v1.2.3 |
2834 | 2024-05-29T20:12:36.585Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2835 | 2024-05-29T20:12:37.681Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2836 | 2024-05-29T20:12:38.448Z | Documenting xattr v1.3.1 |
2837 | 2024-05-29T20:12:39.096Z | Documenting filetime v0.2.23 |
2838 | 2024-05-29T20:12:39.301Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2839 | 2024-05-29T20:12:39.320Z | Documenting steno v0.4.0 |
2840 | 2024-05-29T20:12:40.371Z | Documenting slog-scope v4.4.0 |
2841 | 2024-05-29T20:12:40.535Z | Documenting resolv-conf v0.7.0 |
2842 | 2024-05-29T20:12:41.415Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2843 | 2024-05-29T20:12:44.087Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2844 | 2024-05-29T20:12:44.199Z | Documenting tar v0.4.40 |
2845 | 2024-05-29T20:12:45.357Z | Documenting slog-stdlog v4.1.1 |
2846 | 2024-05-29T20:12:45.677Z | Documenting trust-dns-resolver v0.22.0 |
2847 | 2024-05-29T20:12:46.144Z | Documenting num-rational v0.4.2 |
2848 | 2024-05-29T20:12:48.257Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2849 | 2024-05-29T20:12:48.635Z | Documenting num-complex v0.4.6 |
2850 | 2024-05-29T20:12:49.361Z | Documenting tap v1.0.1 |
2851 | 2024-05-29T20:12:50.360Z | Documenting slog-envlogger v2.2.0 |
2852 | 2024-05-29T20:12:51.535Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2853 | 2024-05-29T20:12:52.418Z | Documenting wyz v0.5.1 |
2854 | 2024-05-29T20:12:52.695Z | Documenting radium v0.7.0 |
2855 | 2024-05-29T20:12:53.879Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2024-05-29T20:12:54.168Z | Documenting num v0.4.3 |
2857 | 2024-05-29T20:12:54.638Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2858 | 2024-05-29T20:12:54.855Z | Documenting nibble_vec v0.1.0 |
2859 | 2024-05-29T20:12:55.906Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2860 | 2024-05-29T20:12:56.131Z | Documenting same-file v1.0.6 |
2861 | 2024-05-29T20:12:56.332Z | Documenting endian-type v0.1.2 |
2862 | 2024-05-29T20:12:58.606Z | Documenting crc-catalog v2.4.0 |
2863 | 2024-05-29T20:12:59.132Z | Documenting funty v2.0.0 |
2864 | 2024-05-29T20:13:00.017Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2865 | 2024-05-29T20:13:00.540Z | Documenting cancel-safe-futures v0.1.5 |
2866 | 2024-05-29T20:13:00.578Z | Documenting walkdir v2.5.0 |
2867 | 2024-05-29T20:13:01.144Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2868 | 2024-05-29T20:13:01.662Z | Documenting radix_trie v0.2.1 |
2869 | 2024-05-29T20:13:01.998Z | Documenting crc v3.2.1 |
2870 | 2024-05-29T20:13:03.012Z | Documenting bitvec v1.0.1 |
2871 | 2024-05-29T20:13:04.626Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2872 | 2024-05-29T20:13:04.989Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2873 | 2024-05-29T20:13:05.255Z | Documenting packed_struct_codegen v0.10.1 |
2874 | 2024-05-29T20:13:05.271Z | Documenting nodrop v0.1.14 |
2875 | 2024-05-29T20:13:06.577Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2876 | 2024-05-29T20:13:06.772Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2877 | 2024-05-29T20:13:08.217Z | Documenting array-init v0.0.4 |
2878 | 2024-05-29T20:13:08.618Z | Documenting num-bigint-dig v0.8.4 |
2879 | 2024-05-29T20:13:10.066Z | Documenting pem v3.0.4 |
2880 | 2024-05-29T20:13:10.899Z | Documenting packed_struct v0.10.1 |
2881 | 2024-05-29T20:13:11.916Z | Documenting pkcs1 v0.7.5 |
2882 | 2024-05-29T20:13:12.143Z | Documenting signature v2.2.0 |
2883 | 2024-05-29T20:13:14.801Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2884 | 2024-05-29T20:13:15.152Z | Documenting termcolor v1.4.1 |
2885 | 2024-05-29T20:13:15.190Z | Documenting bitfield v0.14.0 |
2886 | 2024-05-29T20:13:15.830Z | warning: unresolved link to `Blueprints` |
2887 | 2024-05-29T20:13:15.830Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2888 | 2024-05-29T20:13:15.831Z | | |
2889 | 2024-05-29T20:13:15.831Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2890 | 2024-05-29T20:13:15.831Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2891 | 2024-05-29T20:13:15.831Z | | |
2892 | 2024-05-29T20:13:15.831Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2893 | 2024-05-29T20:13:15.831Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2894 | 2024-05-29T20:13:15.831Z | |
2895 | 2024-05-29T20:13:15.835Z | warning: unresolved link to `Blueprints` |
2896 | 2024-05-29T20:13:15.835Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2897 | 2024-05-29T20:13:15.835Z | | |
2898 | 2024-05-29T20:13:15.835Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2899 | 2024-05-29T20:13:15.835Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2900 | 2024-05-29T20:13:15.835Z | | |
2901 | 2024-05-29T20:13:15.835Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2902 | 2024-05-29T20:13:15.835Z | |
2903 | 2024-05-29T20:13:15.835Z | warning: unresolved link to `BpSledTable` |
2904 | 2024-05-29T20:13:15.835Z | --> nexus/types/src/deployment/blueprint_display.rs:174:49 |
2905 | 2024-05-29T20:13:15.835Z | | |
2906 | 2024-05-29T20:13:15.835Z | 174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2907 | 2024-05-29T20:13:15.835Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2908 | 2024-05-29T20:13:15.835Z | | |
2909 | 2024-05-29T20:13:15.835Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2910 | 2024-05-29T20:13:15.835Z | |
2911 | 2024-05-29T20:13:16.673Z | Documenting display-error-chain v0.2.0 |
2912 | 2024-05-29T20:13:16.987Z | Documenting rsa v0.9.6 |
2913 | 2024-05-29T20:13:18.127Z | Documenting serde-hex v0.1.0 |
2914 | 2024-05-29T20:13:18.243Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2915 | 2024-05-29T20:13:18.246Z | Documenting bzip2 v0.4.4 |
2916 | 2024-05-29T20:13:19.275Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2917 | 2024-05-29T20:13:19.311Z | Documenting slog-dtrace v0.3.0 |
2918 | 2024-05-29T20:13:19.677Z | Documenting env_logger v0.10.2 |
2919 | 2024-05-29T20:13:19.886Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2920 | 2024-05-29T20:13:21.601Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2921 | 2024-05-29T20:13:21.850Z | Documenting x509-cert v0.2.5 |
2922 | 2024-05-29T20:13:23.837Z | Documenting libsw v3.3.1 |
2923 | 2024-05-29T20:13:24.359Z | Documenting ron v0.8.1 |
2924 | 2024-05-29T20:13:24.396Z | Documenting half v2.4.1 |
2925 | 2024-05-29T20:13:25.063Z | Documenting owo-colors v4.0.0 |
2926 | 2024-05-29T20:13:25.829Z | Documenting ciborium-io v0.2.2 |
2927 | 2024-05-29T20:13:26.737Z | Documenting linear-map v1.2.0 |
2928 | 2024-05-29T20:13:27.671Z | Documenting crc-any v2.5.0 |
2929 | 2024-05-29T20:13:27.736Z | Documenting maplit v1.0.2 |
2930 | 2024-05-29T20:13:28.133Z | Documenting zip v0.6.6 |
2931 | 2024-05-29T20:13:30.188Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2932 | 2024-05-29T20:13:30.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2933 | 2024-05-29T20:13:30.642Z | Documenting ciborium-ll v0.2.2 |
2934 | 2024-05-29T20:13:31.331Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2935 | 2024-05-29T20:13:31.465Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2936 | 2024-05-29T20:13:32.155Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2937 | 2024-05-29T20:13:32.745Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2024-05-29T20:13:33.733Z | Documenting headers-core v0.2.0 |
2939 | 2024-05-29T20:13:34.915Z | Documenting async-recursion v1.1.1 |
2940 | 2024-05-29T20:13:35.699Z | Documenting path-slash v0.1.5 |
2941 | 2024-05-29T20:13:38.834Z | Documenting headers v0.3.9 |
2942 | 2024-05-29T20:13:40.686Z | Documenting ciborium v0.2.2 |
2943 | 2024-05-29T20:13:40.787Z | Documenting fxhash v0.2.1 |
2944 | 2024-05-29T20:13:40.842Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2945 | 2024-05-29T20:13:41.132Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2946 | 2024-05-29T20:13:42.146Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2947 | 2024-05-29T20:13:45.388Z | Documenting buf-list v1.0.3 |
2948 | 2024-05-29T20:13:45.961Z | Documenting pin-project-internal v1.1.5 |
2949 | 2024-05-29T20:13:45.969Z | Documenting vte_generate_state_changes v0.1.1 |
2950 | 2024-05-29T20:13:46.726Z | Documenting derive_builder_core v0.20.0 |
2951 | 2024-05-29T20:13:51.322Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2952 | 2024-05-29T20:13:51.337Z | Documenting vte v0.11.1 |
2953 | 2024-05-29T20:13:52.022Z | Checking derive_builder_core v0.20.0 |
2954 | 2024-05-29T20:13:52.280Z | Documenting pin-project v1.1.5 |
2955 | 2024-05-29T20:13:53.331Z | Documenting crossbeam-deque v0.8.5 |
2956 | 2024-05-29T20:13:53.343Z | Documenting snafu-derive v0.8.2 |
2957 | 2024-05-29T20:13:55.154Z | Documenting fd-lock v4.0.2 |
2958 | 2024-05-29T20:13:55.934Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2959 | 2024-05-29T20:13:55.948Z | Documenting bitstruct_derive v0.1.0 |
2960 | 2024-05-29T20:13:56.450Z | Documenting ascii v1.1.0 |
2961 | 2024-05-29T20:13:58.182Z | Documenting rayon-core v1.12.1 |
2962 | 2024-05-29T20:13:59.541Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2963 | 2024-05-29T20:14:00.411Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2964 | 2024-05-29T20:14:00.913Z | Documenting snafu v0.8.2 |
2965 | 2024-05-29T20:14:01.156Z | Documenting bitstruct v0.1.1 |
2966 | 2024-05-29T20:14:01.307Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-29T20:14:02.905Z | Documenting strip-ansi-escapes v0.2.0 |
2968 | 2024-05-29T20:14:03.787Z | Documenting derive_builder_macro v0.20.0 |
2969 | 2024-05-29T20:14:04.395Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2970 | 2024-05-29T20:14:05.541Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2971 | 2024-05-29T20:14:05.774Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2972 | 2024-05-29T20:14:05.992Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-29T20:14:06.106Z | Documenting proc-macro-error-attr v1.0.4 |
2974 | 2024-05-29T20:14:06.431Z | Documenting globset v0.4.14 |
2975 | 2024-05-29T20:14:07.812Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2976 | 2024-05-29T20:14:08.880Z | Documenting olpc-cjson v0.1.3 |
2977 | 2024-05-29T20:14:11.223Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2978 | 2024-05-29T20:14:11.381Z | Documenting erased-serde v0.3.31 |
2979 | 2024-05-29T20:14:12.214Z | Documenting serde_plain v1.0.2 |
2980 | 2024-05-29T20:14:13.035Z | Documenting serde_arrays v0.1.0 |
2981 | 2024-05-29T20:14:13.568Z | Documenting ref-cast-impl v1.0.23 |
2982 | 2024-05-29T20:14:13.758Z | Documenting nu-ansi-term v0.50.0 |
2983 | 2024-05-29T20:14:17.660Z | Checking unicode-xid v0.2.4 |
2984 | 2024-05-29T20:14:17.813Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2985 | 2024-05-29T20:14:17.858Z | Documenting unicode-xid v0.2.4 |
2986 | 2024-05-29T20:14:17.909Z | Documenting typed-path v0.7.1 |
2987 | 2024-05-29T20:14:18.102Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2988 | 2024-05-29T20:14:18.727Z | Documenting reedline v0.31.0 |
2989 | 2024-05-29T20:14:18.846Z | Documenting ref-cast v1.0.23 |
2990 | 2024-05-29T20:14:19.372Z | Documenting proc-macro-error v1.0.4 |
2991 | 2024-05-29T20:14:20.838Z | Documenting const_format_proc_macros v0.2.32 |
2992 | 2024-05-29T20:14:21.860Z | Documenting derive_builder v0.20.0 |
2993 | 2024-05-29T20:14:24.104Z | Documenting rayon v1.10.0 |
2994 | 2024-05-29T20:14:24.496Z | Documenting tough v0.17.1 |
2995 | 2024-05-29T20:14:25.798Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2996 | 2024-05-29T20:14:26.656Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2997 | 2024-05-29T20:14:26.928Z | Documenting libefi-sys v0.1.0 |
2998 | 2024-05-29T20:14:31.464Z | Documenting trust-dns-client v0.22.0 |
2999 | 2024-05-29T20:14:32.234Z | Documenting polar-core v0.27.3 |
3000 | 2024-05-29T20:14:32.356Z | Documenting libxml v0.3.3 |
3001 | 2024-05-29T20:14:32.699Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3002 | 2024-05-29T20:14:34.623Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3003 | 2024-05-29T20:14:34.720Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3004 | 2024-05-29T20:14:35.725Z | Checking proc-macro-error v1.0.4 |
3005 | 2024-05-29T20:14:35.994Z | Documenting bb8 v0.8.3 |
3006 | 2024-05-29T20:14:39.649Z | Documenting quick-xml v0.31.0 |
3007 | 2024-05-29T20:14:40.473Z | Documenting impl-trait-for-tuples v0.2.2 |
3008 | 2024-05-29T20:14:40.706Z | Documenting oso-derive v0.27.3 |
3009 | 2024-05-29T20:14:40.945Z | Documenting utf-8 v0.7.6 |
3010 | 2024-05-29T20:14:42.784Z | Documenting parse-size v1.0.0 |
3011 | 2024-05-29T20:14:43.163Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3012 | 2024-05-29T20:14:46.046Z | Documenting keccak v0.1.5 |
3013 | 2024-05-29T20:14:46.390Z | Documenting bytecount v0.6.8 |
3014 | 2024-05-29T20:14:46.564Z | Documenting samael v0.0.15 |
3015 | 2024-05-29T20:14:46.661Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3016 | 2024-05-29T20:14:46.741Z | Documenting oso v0.27.3 |
3017 | 2024-05-29T20:14:48.448Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-29T20:14:48.856Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3019 | 2024-05-29T20:14:49.051Z | Documenting sha3 v0.10.8 |
3020 | 2024-05-29T20:14:49.617Z | Documenting papergrid v0.11.0 |
3021 | 2024-05-29T20:14:53.048Z | Documenting tungstenite v0.21.0 |
3022 | 2024-05-29T20:14:53.465Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3023 | 2024-05-29T20:14:54.082Z | Documenting trust-dns-server v0.22.1 |
3024 | 2024-05-29T20:14:55.732Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3025 | 2024-05-29T20:14:56.588Z | Documenting tabled_derive v0.7.0 |
3026 | 2024-05-29T20:14:58.448Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3027 | 2024-05-29T20:14:59.836Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3028 | 2024-05-29T20:15:00.459Z | Documenting const_format v0.2.32 |
3029 | 2024-05-29T20:15:02.111Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3030 | 2024-05-29T20:15:02.223Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3031 | 2024-05-29T20:15:02.777Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3032 | 2024-05-29T20:15:02.961Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3033 | 2024-05-29T20:15:03.316Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3034 | 2024-05-29T20:15:03.792Z | Documenting sled v0.34.7 |
3035 | 2024-05-29T20:15:04.042Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3036 | 2024-05-29T20:15:04.308Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3037 | 2024-05-29T20:15:04.635Z | Documenting nix v0.28.0 |
3038 | 2024-05-29T20:15:04.907Z | Documenting cookie v0.18.1 |
3039 | 2024-05-29T20:15:05.215Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3040 | 2024-05-29T20:15:09.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3041 | 2024-05-29T20:15:09.349Z | Documenting secrecy v0.8.0 |
3042 | 2024-05-29T20:15:09.629Z | Documenting gethostname v0.4.3 |
3043 | 2024-05-29T20:15:10.315Z | Documenting peg-macros v0.8.3 |
3044 | 2024-05-29T20:15:10.378Z | Documenting rustversion v1.0.17 |
3045 | 2024-05-29T20:15:11.643Z | Documenting sqlparser_derive v0.2.2 |
3046 | 2024-05-29T20:15:14.156Z | Documenting home v0.5.9 |
3047 | 2024-05-29T20:15:14.387Z | Documenting unicode_categories v0.1.1 |
3048 | 2024-05-29T20:15:14.405Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3049 | 2024-05-29T20:15:14.621Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3050 | 2024-05-29T20:15:15.423Z | Documenting castaway v0.2.2 |
3051 | 2024-05-29T20:15:16.254Z | Documenting peg v0.8.3 |
3052 | 2024-05-29T20:15:17.293Z | Documenting sqlparser v0.45.0 |
3053 | 2024-05-29T20:15:19.268Z | Documenting rustyline v14.0.0 |
3054 | 2024-05-29T20:15:19.375Z | Documenting sqlformat v0.2.3 |
3055 | 2024-05-29T20:15:20.424Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3056 | 2024-05-29T20:15:21.363Z | Documenting tabled v0.15.0 |
3057 | 2024-05-29T20:15:24.817Z | Documenting tokio-tungstenite v0.21.0 |
3058 | 2024-05-29T20:15:26.443Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3059 | 2024-05-29T20:15:27.037Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3060 | 2024-05-29T20:15:28.341Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3061 | 2024-05-29T20:15:28.949Z | Documenting zone v0.1.8 |
3062 | 2024-05-29T20:15:29.440Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3063 | 2024-05-29T20:15:29.586Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3064 | 2024-05-29T20:15:32.593Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3065 | 2024-05-29T20:15:33.070Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3066 | 2024-05-29T20:15:34.412Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3067 | 2024-05-29T20:15:34.555Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3068 | 2024-05-29T20:15:34.676Z | Documenting portpicker v0.1.1 |
3069 | 2024-05-29T20:15:34.807Z | Documenting universal-hash v0.5.1 |
3070 | 2024-05-29T20:15:36.369Z | Documenting bcs v0.1.6 |
3071 | 2024-05-29T20:15:39.957Z | Documenting kstat-rs v0.2.3 |
3072 | 2024-05-29T20:15:40.531Z | Documenting thiserror-impl-no-std v2.0.2 |
3073 | 2024-05-29T20:15:49.943Z | Documenting curve25519-dalek-derive v0.1.1 |
3074 | 2024-05-29T20:15:50.108Z | Documenting highway v1.1.0 |
3075 | 2024-05-29T20:15:50.125Z | Documenting opaque-debug v0.3.1 |
3076 | 2024-05-29T20:15:50.249Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3077 | 2024-05-29T20:15:50.463Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3078 | 2024-05-29T20:15:50.688Z | Documenting thiserror-no-std v2.0.2 |
3079 | 2024-05-29T20:15:50.939Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3080 | 2024-05-29T20:15:53.084Z | Documenting poly1305 v0.8.0 |
3081 | 2024-05-29T20:15:54.034Z | Documenting compact_str v0.7.1 |
3082 | 2024-05-29T20:15:55.101Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3083 | 2024-05-29T20:15:55.637Z | Documenting curve25519-dalek v4.1.2 |
3084 | 2024-05-29T20:15:58.982Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3085 | 2024-05-29T20:15:59.367Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3086 | 2024-05-29T20:16:00.976Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3087 | 2024-05-29T20:16:01.369Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3088 | 2024-05-29T20:16:01.828Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3089 | 2024-05-29T20:16:02.255Z | Documenting portable-atomic v1.6.0 |
3090 | 2024-05-29T20:16:04.536Z | Documenting ed25519 v1.5.3 |
3091 | 2024-05-29T20:16:04.771Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3092 | 2024-05-29T20:16:05.736Z | Documenting memoffset v0.7.1 |
3093 | 2024-05-29T20:16:06.194Z | Documenting unicase v2.7.0 |
3094 | 2024-05-29T20:16:07.299Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3095 | 2024-05-29T20:16:07.571Z | Documenting rcgen v0.12.1 |
3096 | 2024-05-29T20:16:09.038Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3097 | 2024-05-29T20:16:09.490Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3098 | 2024-05-29T20:16:11.741Z | warning: could not parse code block as Rust code |
3099 | 2024-05-29T20:16:11.741Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3100 | 2024-05-29T20:16:11.741Z | | |
3101 | 2024-05-29T20:16:11.741Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3102 | 2024-05-29T20:16:11.742Z | 247 | | /// |
3103 | 2024-05-29T20:16:11.742Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3104 | 2024-05-29T20:16:11.742Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3105 | 2024-05-29T20:16:11.742Z | ... | |
3106 | 2024-05-29T20:16:11.743Z | 277 | | /// |
3107 | 2024-05-29T20:16:11.743Z | 278 | | /// Will be parsed as `this string has " in it`. |
3108 | 2024-05-29T20:16:11.743Z | | |________________________________________________________^ |
3109 | 2024-05-29T20:16:11.743Z | | |
3110 | 2024-05-29T20:16:11.743Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3111 | 2024-05-29T20:16:11.744Z | = note: error from rustc: unknown start of token: \ |
3112 | 2024-05-29T20:16:11.744Z | = note: error from rustc: unknown start of token: \ |
3113 | 2024-05-29T20:16:11.744Z | = note: error from rustc: unknown start of token: \ |
3114 | 2024-05-29T20:16:11.744Z | = note: error from rustc: unknown start of token: \ |
3115 | 2024-05-29T20:16:11.744Z | = note: error from rustc: unknown start of token: \ |
3116 | 2024-05-29T20:16:11.744Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3117 | 2024-05-29T20:16:11.744Z | |
3118 | 2024-05-29T20:16:12.297Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3119 | 2024-05-29T20:16:13.018Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3120 | 2024-05-29T20:16:13.022Z | Documenting atomicwrites v0.4.3 |
3121 | 2024-05-29T20:16:16.084Z | Documenting chacha20 v0.9.1 |
3122 | 2024-05-29T20:16:16.738Z | Documenting lru v0.12.3 |
3123 | 2024-05-29T20:16:18.025Z | Documenting aead v0.5.2 |
3124 | 2024-05-29T20:16:19.129Z | Documenting rand_seeder v0.2.3 |
3125 | 2024-05-29T20:16:20.970Z | Documenting nanorand v0.7.0 |
3126 | 2024-05-29T20:16:22.312Z | Documenting subprocess v0.2.9 |
3127 | 2024-05-29T20:16:23.710Z | Documenting stability v0.2.0 |
3128 | 2024-05-29T20:16:31.960Z | Documenting number_prefix v0.4.0 |
3129 | 2024-05-29T20:16:32.292Z | Documenting glob v0.3.1 |
3130 | 2024-05-29T20:16:32.438Z | Documenting cassowary v0.3.0 |
3131 | 2024-05-29T20:16:32.522Z | Documenting flume v0.11.0 |
3132 | 2024-05-29T20:16:32.699Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3133 | 2024-05-29T20:16:32.807Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3134 | 2024-05-29T20:16:32.912Z | Documenting chacha20poly1305 v0.10.1 |
3135 | 2024-05-29T20:16:37.140Z | Documenting indicatif v0.17.8 |
3136 | 2024-05-29T20:16:37.160Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3137 | 2024-05-29T20:16:37.507Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3138 | 2024-05-29T20:16:37.692Z | Documenting ratatui v0.26.2 |
3139 | 2024-05-29T20:16:49.574Z | Documenting mime_guess v2.0.4 |
3140 | 2024-05-29T20:16:49.985Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3141 | 2024-05-29T20:16:49.985Z | Documenting salty v0.2.0 |
3142 | 2024-05-29T20:16:50.307Z | Documenting vsss-rs v3.3.4 |
3143 | 2024-05-29T20:16:50.599Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3144 | 2024-05-29T20:16:51.914Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3145 | 2024-05-29T20:16:53.385Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3146 | 2024-05-29T20:16:54.413Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3147 | 2024-05-29T20:16:54.938Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3148 | 2024-05-29T20:16:55.682Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3149 | 2024-05-29T20:16:55.710Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3150 | 2024-05-29T20:16:55.760Z | Documenting serde-big-array v0.5.1 |
3151 | 2024-05-29T20:16:56.694Z | Documenting memmap2 v0.9.4 |
3152 | 2024-05-29T20:16:58.158Z | Documenting rtoolbox v0.0.2 |
3153 | 2024-05-29T20:16:58.277Z | Documenting arrayref v0.3.7 |
3154 | 2024-05-29T20:17:00.223Z | Documenting is_ci v1.2.0 |
3155 | 2024-05-29T20:17:00.462Z | Documenting unicode-linebreak v0.1.5 |
3156 | 2024-05-29T20:17:01.289Z | Documenting shell-words v1.1.0 |
3157 | 2024-05-29T20:17:01.673Z | Documenting arrayvec v0.7.4 |
3158 | 2024-05-29T20:17:03.377Z | Documenting smawk v0.3.2 |
3159 | 2024-05-29T20:17:03.549Z | Documenting http-range v0.1.5 |
3160 | 2024-05-29T20:17:05.321Z | Documenting constant_time_eq v0.3.0 |
3161 | 2024-05-29T20:17:05.499Z | Documenting supports-color v3.0.0 |
3162 | 2024-05-29T20:17:06.195Z | Documenting rpassword v7.3.1 |
3163 | 2024-05-29T20:17:06.219Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3164 | 2024-05-29T20:17:06.242Z | warning: unresolved link to `test_sled_transitions` |
3165 | 2024-05-29T20:17:06.242Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3166 | 2024-05-29T20:17:06.242Z | | |
3167 | 2024-05-29T20:17:06.242Z | 698 | /// [`test_sled_transitions`]. |
3168 | 2024-05-29T20:17:06.242Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3169 | 2024-05-29T20:17:06.243Z | | |
3170 | 2024-05-29T20:17:06.243Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3171 | 2024-05-29T20:17:06.243Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3172 | 2024-05-29T20:17:06.243Z | |
3173 | 2024-05-29T20:17:06.251Z | warning: unresolved link to `test_sled_transitions` |
3174 | 2024-05-29T20:17:06.251Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3175 | 2024-05-29T20:17:06.251Z | | |
3176 | 2024-05-29T20:17:06.251Z | 734 | /// [`test_sled_transitions`]. |
3177 | 2024-05-29T20:17:06.251Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3178 | 2024-05-29T20:17:06.251Z | | |
3179 | 2024-05-29T20:17:06.251Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3180 | 2024-05-29T20:17:06.251Z | |
3181 | 2024-05-29T20:17:06.252Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3182 | 2024-05-29T20:17:06.252Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3183 | 2024-05-29T20:17:06.252Z | | |
3184 | 2024-05-29T20:17:06.252Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3185 | 2024-05-29T20:17:06.252Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3186 | 2024-05-29T20:17:06.252Z | |
3187 | 2024-05-29T20:17:11.848Z | Documenting textwrap v0.16.1 |
3188 | 2024-05-29T20:17:11.848Z | Documenting blake3 v1.5.1 |
3189 | 2024-05-29T20:17:11.848Z | Documenting hyper-staticfile v0.9.5 |
3190 | 2024-05-29T20:17:11.848Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3191 | 2024-05-29T20:17:11.848Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3192 | 2024-05-29T20:17:11.849Z | Documenting tui-tree-widget v0.19.0 |
3193 | 2024-05-29T20:17:12.808Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3194 | 2024-05-29T20:17:14.366Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3195 | 2024-05-29T20:17:16.746Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3196 | 2024-05-29T20:17:16.782Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3197 | 2024-05-29T20:17:17.828Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3198 | 2024-05-29T20:17:17.927Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3199 | 2024-05-29T20:17:18.778Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3200 | 2024-05-29T20:17:19.252Z | Documenting signal-hook-tokio v0.3.1 |
3201 | 2024-05-29T20:17:19.570Z | Documenting topological-sort v0.2.2 |
3202 | 2024-05-29T20:17:20.037Z | Documenting corncobs v0.1.3 |
3203 | 2024-05-29T20:17:21.358Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3204 | 2024-05-29T20:17:23.615Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3205 | 2024-05-29T20:17:24.121Z | Documenting omicron-zone-package v0.11.0 |
3206 | 2024-05-29T20:17:24.866Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3207 | 2024-05-29T20:17:24.968Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3208 | 2024-05-29T20:17:24.985Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3209 | 2024-05-29T20:17:27.898Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3210 | 2024-05-29T20:17:28.206Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3211 | 2024-05-29T20:17:29.801Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3212 | 2024-05-29T20:17:37.047Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3213 | 2024-05-29T20:17:37.169Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3214 | 2024-05-29T20:17:40.460Z | warning: unclosed HTML tag `usize` |
3215 | 2024-05-29T20:17:40.460Z | --> wicket/src/ui/panes/update.rs:153:19 |
3216 | 2024-05-29T20:17:40.461Z | | |
3217 | 2024-05-29T20:17:40.461Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3218 | 2024-05-29T20:17:40.461Z | | ^^^^^^^ |
3219 | 2024-05-29T20:17:40.461Z | | |
3220 | 2024-05-29T20:17:40.461Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3221 | 2024-05-29T20:17:40.461Z | |
3222 | 2024-05-29T20:17:41.924Z | warning: `wicket` (lib doc) generated 1 warning |
3223 | 2024-05-29T20:17:41.928Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3224 | 2024-05-29T20:17:45.738Z | warning: unresolved link to `BlueprintDisksConfig` |
3225 | 2024-05-29T20:17:45.738Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55 |
3226 | 2024-05-29T20:17:45.738Z | | |
3227 | 2024-05-29T20:17:45.739Z | 959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3228 | 2024-05-29T20:17:45.739Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3229 | 2024-05-29T20:17:45.739Z | | |
3230 | 2024-05-29T20:17:45.739Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3231 | 2024-05-29T20:17:45.739Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3232 | 2024-05-29T20:17:45.739Z | |
3233 | 2024-05-29T20:17:46.830Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3234 | 2024-05-29T20:17:46.843Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3235 | 2024-05-29T20:17:47.304Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3236 | 2024-05-29T20:17:48.647Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3237 | 2024-05-29T20:17:55.440Z | Documenting fatfs v0.3.6 |
3238 | 2024-05-29T20:17:58.414Z | Documenting cargo-platform v0.1.8 |
3239 | 2024-05-29T20:17:59.754Z | Documenting assert_matches v1.5.0 |
3240 | 2024-05-29T20:18:00.133Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3241 | 2024-05-29T20:18:01.099Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3242 | 2024-05-29T20:18:01.191Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3243 | 2024-05-29T20:18:03.701Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3244 | 2024-05-29T20:18:03.750Z | Documenting cargo_metadata v0.18.1 |
3245 | 2024-05-29T20:18:04.735Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3246 | 2024-05-29T20:18:05.068Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3247 | 2024-05-29T20:18:05.068Z | --> sled-agent/src/sim/instance.rs:46:7 |
3248 | 2024-05-29T20:18:05.068Z | | |
3249 | 2024-05-29T20:18:05.068Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3250 | 2024-05-29T20:18:05.068Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3251 | 2024-05-29T20:18:05.068Z | | |
3252 | 2024-05-29T20:18:05.068Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3253 | 2024-05-29T20:18:05.068Z | |
3254 | 2024-05-29T20:18:06.976Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3255 | 2024-05-29T20:18:08.652Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3256 | 2024-05-29T20:18:08.655Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3257 | 2024-05-29T20:18:09.315Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3258 | 2024-05-29T20:18:10.043Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3259 | 2024-05-29T20:18:13.183Z | Documenting uzers v0.11.3 |
3260 | 2024-05-29T20:18:13.849Z | Documenting termios v0.3.3 |
3261 | 2024-05-29T20:18:18.549Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3262 | 2024-05-29T20:18:18.998Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3263 | 2024-05-29T20:18:21.375Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3264 | 2024-05-29T20:18:22.135Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3265 | 2024-05-29T20:18:26.215Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3266 | 2024-05-29T20:18:27.250Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3267 | 2024-05-29T20:18:33.935Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3268 | 2024-05-29T20:18:52.736Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3269 | 2024-05-29T20:19:00.738Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3270 | 2024-05-29T20:19:08.095Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3271 | 2024-05-29T20:19:10.079Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3272 | 2024-05-29T20:19:15.303Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3273 | 2024-05-29T20:19:16.493Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3274 | 2024-05-29T20:19:17.960Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3275 | 2024-05-29T20:19:23.917Z | warning: unresolved link to `Nexus` |
3276 | 2024-05-29T20:19:23.917Z | --> nexus/src/app/instance_network.rs:242:34 |
3277 | 2024-05-29T20:19:23.918Z | | |
3278 | 2024-05-29T20:19:23.918Z | 242 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3279 | 2024-05-29T20:19:23.918Z | | ^^^^^ no item named `Nexus` in scope |
3280 | 2024-05-29T20:19:23.918Z | | |
3281 | 2024-05-29T20:19:23.918Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3282 | 2024-05-29T20:19:23.918Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3283 | 2024-05-29T20:19:23.918Z | |
3284 | 2024-05-29T20:19:23.941Z | warning: unresolved link to `Nexus` |
3285 | 2024-05-29T20:19:23.941Z | --> nexus/src/app/instance_network.rs:420:34 |
3286 | 2024-05-29T20:19:23.941Z | | |
3287 | 2024-05-29T20:19:23.941Z | 420 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3288 | 2024-05-29T20:19:23.941Z | | ^^^^^ no item named `Nexus` in scope |
3289 | 2024-05-29T20:19:23.941Z | | |
3290 | 2024-05-29T20:19:23.942Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3291 | 2024-05-29T20:19:23.942Z | |
3292 | 2024-05-29T20:19:23.942Z | warning: unresolved link to `VolumeConstructionRequest` |
3293 | 2024-05-29T20:19:23.942Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3294 | 2024-05-29T20:19:23.942Z | | |
3295 | 2024-05-29T20:19:23.942Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3296 | 2024-05-29T20:19:23.943Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3297 | 2024-05-29T20:19:23.943Z | | |
3298 | 2024-05-29T20:19:23.943Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3299 | 2024-05-29T20:19:23.943Z | |
3300 | 2024-05-29T20:19:23.944Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3301 | 2024-05-29T20:19:23.944Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3302 | 2024-05-29T20:19:23.944Z | | |
3303 | 2024-05-29T20:19:23.944Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3304 | 2024-05-29T20:19:23.944Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3305 | 2024-05-29T20:19:23.944Z | |
3306 | 2024-05-29T20:19:23.944Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3307 | 2024-05-29T20:19:23.944Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3308 | 2024-05-29T20:19:23.944Z | | |
3309 | 2024-05-29T20:19:23.944Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3310 | 2024-05-29T20:19:23.944Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3311 | 2024-05-29T20:19:23.945Z | |
3312 | 2024-05-29T20:19:23.945Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3313 | 2024-05-29T20:19:23.945Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3314 | 2024-05-29T20:19:23.945Z | | |
3315 | 2024-05-29T20:19:23.945Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3316 | 2024-05-29T20:19:23.945Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3317 | 2024-05-29T20:19:23.945Z | |
3318 | 2024-05-29T20:19:23.945Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3319 | 2024-05-29T20:19:23.945Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3320 | 2024-05-29T20:19:23.946Z | | |
3321 | 2024-05-29T20:19:23.946Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3322 | 2024-05-29T20:19:23.946Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3323 | 2024-05-29T20:19:23.946Z | |
3324 | 2024-05-29T20:19:23.946Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3325 | 2024-05-29T20:19:23.946Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3326 | 2024-05-29T20:19:23.946Z | | |
3327 | 2024-05-29T20:19:23.946Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3328 | 2024-05-29T20:19:23.946Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3329 | 2024-05-29T20:19:23.947Z | |
3330 | 2024-05-29T20:19:23.947Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3331 | 2024-05-29T20:19:23.947Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3332 | 2024-05-29T20:19:23.947Z | | |
3333 | 2024-05-29T20:19:23.947Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3334 | 2024-05-29T20:19:23.947Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3335 | 2024-05-29T20:19:23.947Z | |
3336 | 2024-05-29T20:19:27.055Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3337 | 2024-05-29T20:19:44.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 22s |
3338 | 2024-05-29T20:19:44.375Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 80 other files |
3339 | 2024-05-29T20:19:44.453Z | |
3340 | 2024-05-29T20:19:44.471Z | real 12:22.393126428 |
3341 | 2024-05-29T20:19:44.472Z | user 35:58.505353981 |
3342 | 2024-05-29T20:19:44.472Z | sys 52:55.637608616 |
3343 | 2024-05-29T20:19:44.472Z | trap 0.906865283 |
3344 | 2024-05-29T20:19:44.472Z | tflt 0.104129656 |
3345 | 2024-05-29T20:19:44.472Z | dflt 0.546204618 |
3346 | 2024-05-29T20:19:44.472Z | kflt 0.000104596 |
3347 | 2024-05-29T20:19:44.472Z | lock 3:14:26.726374617 |
3348 | 2024-05-29T20:19:44.473Z | slp 3:27:38.202567410 |
3349 | 2024-05-29T20:19:44.473Z | lat 4:25.554844670 |
3350 | 2024-05-29T20:19:44.473Z | stop 2:23.777057735 |
3351 | 2024-05-29T20:19:44.473Z | process exited: duration 1328496 ms, exit code 0 |
|
3352 | 2024-05-29T20:19:44.904Z | found 0 output files |