|
|
|
1 | 2024-06-06T20:17:44.210Z | job assigned to worker 01HZQK54G6X19Q0CD293PFCFRN (queued for 46 s) |
|
2 | 2024-06-06T20:17:44.794Z | starting task 0: "setup" |
3 | 2024-06-06T20:17:44.820Z | ++ uname -s |
4 | 2024-06-06T20:17:44.820Z | + kern=SunOS |
5 | 2024-06-06T20:17:44.820Z | + case "$kern" in |
6 | 2024-06-06T20:17:44.820Z | + groupadd -g 12345 build |
7 | 2024-06-06T20:17:44.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-06T20:17:46.825Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-06T20:17:46.869Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-06T20:17:46.905Z | + home_fs=zfs |
11 | 2024-06-06T20:17:46.905Z | + [[ zfs == autofs ]] |
12 | 2024-06-06T20:17:46.905Z | + mkdir -p /home/build |
13 | 2024-06-06T20:17:46.905Z | + chown build:build /home/build /work |
14 | 2024-06-06T20:17:48.889Z | + chmod 0700 /home/build /work |
15 | 2024-06-06T20:17:48.986Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-06-06T20:17:49.047Z | starting task 1: "rust-toolchain" |
17 | 2024-06-06T20:17:49.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-06T20:17:49.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-06T20:17:49.194Z | info: downloading installer |
20 | 2024-06-06T20:17:49.679Z | info: profile set to 'default' |
21 | 2024-06-06T20:17:49.680Z | info: default host triple is x86_64-unknown-illumos |
22 | 2024-06-06T20:17:49.710Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
23 | 2024-06-06T20:17:49.787Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
24 | 2024-06-06T20:17:49.787Z | info: downloading component 'cargo' |
25 | 2024-06-06T20:17:50.275Z | info: downloading component 'clippy' |
26 | 2024-06-06T20:17:50.275Z | info: downloading component 'rust-docs' |
27 | 2024-06-06T20:17:50.276Z | info: downloading component 'rust-std' |
28 | 2024-06-06T20:17:50.584Z | info: downloading component 'rustc' |
29 | 2024-06-06T20:17:51.305Z | info: downloading component 'rustfmt' |
30 | 2024-06-06T20:17:51.338Z | info: installing component 'cargo' |
31 | 2024-06-06T20:17:52.366Z | info: installing component 'clippy' |
32 | 2024-06-06T20:17:52.762Z | info: installing component 'rust-docs' |
33 | 2024-06-06T20:17:55.464Z | info: installing component 'rust-std' |
34 | 2024-06-06T20:17:57.400Z | info: installing component 'rustc' |
35 | 2024-06-06T20:18:02.583Z | info: installing component 'rustfmt' |
36 | 2024-06-06T20:18:02.945Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
37 | 2024-06-06T20:18:02.945Z | |
38 | 2024-06-06T20:18:03.076Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
39 | 2024-06-06T20:18:03.076Z | |
40 | 2024-06-06T20:18:03.076Z | |
41 | 2024-06-06T20:18:03.076Z | Rust is installed now. Great! |
42 | 2024-06-06T20:18:03.076Z | |
43 | 2024-06-06T20:18:03.076Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
44 | 2024-06-06T20:18:03.076Z | environment variable. This has not been done automatically. |
45 | 2024-06-06T20:18:03.076Z | |
46 | 2024-06-06T20:18:03.077Z | To configure your current shell, you need to source |
47 | 2024-06-06T20:18:03.077Z | the corresponding env file under $HOME/.cargo. |
48 | 2024-06-06T20:18:03.077Z | |
49 | 2024-06-06T20:18:03.077Z | This is usually done by running one of the following (note the leading DOT): |
50 | 2024-06-06T20:18:03.077Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
51 | 2024-06-06T20:18:03.077Z | source "$HOME/.cargo/env.fish" # For fish |
52 | 2024-06-06T20:18:03.156Z | + rustc --version |
53 | 2024-06-06T20:18:03.268Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
54 | 2024-06-06T20:18:03.304Z | process exited: duration 14223 ms, exit code 0 |
|
55 | 2024-06-06T20:18:03.768Z | starting task 2: "authentication" |
56 | 2024-06-06T20:18:03.838Z | process exited: duration 68 ms, exit code 0 |
|
57 | 2024-06-06T20:18:03.897Z | starting task 3: "clone repository" |
58 | 2024-06-06T20:18:03.927Z | + mkdir -p /work/oxidecomputer/omicron |
59 | 2024-06-06T20:18:03.927Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
60 | 2024-06-06T20:18:03.955Z | Cloning into '/work/oxidecomputer/omicron'... |
61 | 2024-06-06T20:18:10.692Z | + cd /work/oxidecomputer/omicron |
62 | 2024-06-06T20:18:10.693Z | + git fetch origin 4a87ebc3acdede7e109014aded1e45ded33f020d |
63 | 2024-06-06T20:18:11.136Z | From https://github.com/oxidecomputer/omicron |
64 | 2024-06-06T20:18:11.136Z | * branch 4a87ebc3acdede7e109014aded1e45ded33f020d -> FETCH_HEAD |
65 | 2024-06-06T20:18:11.174Z | + [[ -n bump_gimlet-v1.0.20 ]] |
66 | 2024-06-06T20:18:11.174Z | ++ git branch --show-current |
67 | 2024-06-06T20:18:11.174Z | + current=main |
68 | 2024-06-06T20:18:11.174Z | + [[ main != bump_gimlet-v1.0.20 ]] |
69 | 2024-06-06T20:18:11.174Z | + git branch -f bump_gimlet-v1.0.20 4a87ebc3acdede7e109014aded1e45ded33f020d |
70 | 2024-06-06T20:18:11.174Z | + git checkout -f bump_gimlet-v1.0.20 |
71 | 2024-06-06T20:18:11.673Z | Switched to branch 'bump_gimlet-v1.0.20' |
72 | 2024-06-06T20:18:11.674Z | + git reset --hard 4a87ebc3acdede7e109014aded1e45ded33f020d |
73 | 2024-06-06T20:18:11.674Z | HEAD is now at 4a87ebc3a Bump SP versions |
74 | 2024-06-06T20:18:11.674Z | process exited: duration 7466 ms, exit code 0 |
|
75 | 2024-06-06T20:18:12.149Z | starting task 4: "build" |
76 | 2024-06-06T20:18:12.309Z | + cargo --version |
77 | 2024-06-06T20:18:12.309Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-06-06T20:18:12.309Z | + rustc --version |
79 | 2024-06-06T20:18:12.309Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-06-06T20:18:12.309Z | + source ./env.sh |
81 | 2024-06-06T20:18:12.309Z | ++ set -o xtrace |
82 | 2024-06-06T20:18:12.309Z | ++++ dirname ./env.sh |
83 | 2024-06-06T20:18:12.310Z | +++ readlink -f . |
84 | 2024-06-06T20:18:12.310Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
85 | 2024-06-06T20:18:12.310Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2024-06-06T20:18:12.310Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-06-06T20:18:12.310Z | ++ 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 |
88 | 2024-06-06T20:18:12.310Z | ++ 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 |
89 | 2024-06-06T20:18:12.310Z | ++ 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 |
90 | 2024-06-06T20:18:12.310Z | ++ 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 |
91 | 2024-06-06T20:18:12.310Z | ++ 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 |
92 | 2024-06-06T20:18:12.310Z | ++ 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 |
93 | 2024-06-06T20:18:12.310Z | ++ unset OMICRON_WS |
94 | 2024-06-06T20:18:12.311Z | ++ set +o xtrace |
95 | 2024-06-06T20:18:12.311Z | |
96 | 2024-06-06T20:18:12.311Z | ##### ##### ###### ##### ###### #### # # # #### # |
97 | 2024-06-06T20:18:12.311Z | # # # # # # # # # # # # # # # |
98 | 2024-06-06T20:18:12.311Z | # # # # ##### # # ##### # # # # # #### # |
99 | 2024-06-06T20:18:12.311Z | ##### ##### # ##### # # # # # # # # # |
100 | 2024-06-06T20:18:12.311Z | # # # # # # # # # # # # # # # |
101 | 2024-06-06T20:18:12.311Z | # # # ###### # # ###### ### # #### # #### # |
102 | 2024-06-06T20:18:12.312Z | |
103 | 2024-06-06T20:18:16.966Z | Startup: Refreshing catalog 'helios-dev' ... Done |
104 | 2024-06-06T20:18:19.110Z | Startup: Caching catalogs ... Done |
105 | 2024-06-06T20:18:21.669Z | Planning: Solver setup ... Done (1.982s) |
106 | 2024-06-06T20:18:21.715Z | Planning: Running solver ... Done (0.038s) |
107 | 2024-06-06T20:18:21.744Z | Planning: Finding local manifests ... Done (0.001s) |
108 | 2024-06-06T20:18:21.839Z | Planning: Fetching manifests: 0/4 0% complete |
109 | 2024-06-06T20:18:22.234Z | Planning: Fetching manifests: 4/4 100% complete |
110 | 2024-06-06T20:18:22.690Z | Planning: Package planning ... Done (0.065s) |
111 | 2024-06-06T20:18:22.725Z | Planning: Merging actions ... Done (0.059s) |
112 | 2024-06-06T20:18:22.725Z | Planning: Checking for conflicting actions ... Done (0.356s) |
113 | 2024-06-06T20:18:22.726Z | Planning: Consolidating action changes ... Done (0.013s) |
114 | 2024-06-06T20:18:23.370Z | Planning: Evaluating mediators ... Done (0.649s) |
115 | 2024-06-06T20:18:23.522Z | Planning: Planning completed in 4.21 seconds |
116 | 2024-06-06T20:18:23.523Z | Packages to install: 4 |
117 | 2024-06-06T20:18:23.523Z | Mediators to change: 2 |
118 | 2024-06-06T20:18:23.523Z | Services to change: 1 |
119 | 2024-06-06T20:18:23.523Z | Estimated space available: 148.90 GB |
120 | 2024-06-06T20:18:23.523Z | Estimated space to be consumed: 1.45 GB |
121 | 2024-06-06T20:18:23.523Z | Create boot environment: No |
122 | 2024-06-06T20:18:23.523Z | Create backup boot environment: No |
123 | 2024-06-06T20:18:23.523Z | Rebuild boot archive: No |
124 | 2024-06-06T20:18:23.523Z | |
125 | 2024-06-06T20:18:23.523Z | Changed mediators: |
126 | 2024-06-06T20:18:23.523Z | mediator clang: |
127 | 2024-06-06T20:18:23.523Z | version: None -> 15 (system default) |
128 | 2024-06-06T20:18:23.523Z | |
129 | 2024-06-06T20:18:23.523Z | mediator llvm: |
130 | 2024-06-06T20:18:23.523Z | version: 14 (system default) -> 15 (system default) |
131 | 2024-06-06T20:18:23.523Z | |
132 | 2024-06-06T20:18:23.523Z | Changed packages: |
133 | 2024-06-06T20:18:23.523Z | helios-dev |
134 | 2024-06-06T20:18:23.523Z | developer/build-essential |
135 | 2024-06-06T20:18:23.523Z | None -> 11-2.0 |
136 | 2024-06-06T20:18:23.524Z | library/libxmlsec1 |
137 | 2024-06-06T20:18:23.524Z | None -> 1.2.35-2.0 |
138 | 2024-06-06T20:18:23.524Z | ooce/developer/clang-15 |
139 | 2024-06-06T20:18:23.524Z | None -> 15.0.7-2.0 |
140 | 2024-06-06T20:18:23.524Z | ooce/developer/llvm-15 |
141 | 2024-06-06T20:18:23.524Z | None -> 15.0.7-2.0 |
142 | 2024-06-06T20:18:23.524Z | |
143 | 2024-06-06T20:18:23.524Z | Services: |
144 | 2024-06-06T20:18:23.524Z | restart_fmri: |
145 | 2024-06-06T20:18:23.524Z | svc:/system/update-man-index:default |
146 | 2024-06-06T20:18:23.550Z | |
147 | 2024-06-06T20:18:23.550Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
148 | 2024-06-06T20:18:28.451Z | Download: 938/3290 items 19.0/212.6MB 8% complete (3.9M/s) |
149 | 2024-06-06T20:18:33.444Z | Download: 1848/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
150 | 2024-06-06T20:18:38.447Z | Download: 3247/3290 items 189.7/212.6MB 89% complete (17.0M/s) |
151 | 2024-06-06T20:18:40.040Z | Download: Completed 212.60 MB in 16.59 seconds (12.8M/s) |
152 | 2024-06-06T20:18:40.285Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-06-06T20:18:45.635Z | Actions: 3469/3689 actions (Installing new actions) |
154 | 2024-06-06T20:18:46.089Z | Actions: Completed 3689 actions in 5.81 seconds. |
155 | 2024-06-06T20:18:46.429Z | Done (0.335s) |
156 | 2024-06-06T20:18:46.430Z | Done (0.000s) |
157 | 2024-06-06T20:18:46.820Z | Done (0.383s) |
158 | 2024-06-06T20:18:52.043Z | Done (5.097s) |
159 | 2024-06-06T20:18:52.142Z | Done (0.018s) |
160 | 2024-06-06T20:18:52.168Z | Done (0.000s) |
161 | 2024-06-06T20:18:52.294Z | Done (0.000s) |
162 | 2024-06-06T20:18:52.917Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-06-06T20:18:53.115Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-06-06T20:18:53.140Z | Planning: Consolidating action changes ... Done |
165 | 2024-06-06T20:18:53.447Z | Planning: Evaluating mediators ... Done |
166 | 2024-06-06T20:18:53.472Z | Planning: Planning completed in 0.53 seconds |
167 | 2024-06-06T20:18:53.497Z | Mediators to change: 2 |
168 | 2024-06-06T20:18:53.497Z | Create boot environment: No |
169 | 2024-06-06T20:18:53.497Z | Create backup boot environment: No |
170 | 2024-06-06T20:18:53.553Z | Done |
171 | 2024-06-06T20:18:53.553Z | Done |
172 | 2024-06-06T20:18:53.831Z | Done |
173 | 2024-06-06T20:18:58.341Z | Done |
174 | 2024-06-06T20:18:58.447Z | Done |
175 | 2024-06-06T20:18:58.447Z | Done |
176 | 2024-06-06T20:18:58.526Z | Done |
177 | 2024-06-06T20:18:59.323Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-06-06T20:18:59.348Z | Planning: Merging actions ... Done |
179 | 2024-06-06T20:18:59.563Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-06-06T20:18:59.588Z | Planning: Consolidating action changes ... Done |
181 | 2024-06-06T20:18:59.933Z | Planning: Evaluating mediators ... Done |
182 | 2024-06-06T20:18:59.974Z | Planning: Planning completed in 0.96 seconds |
183 | 2024-06-06T20:19:00.017Z | Packages to change: 1 |
184 | 2024-06-06T20:19:00.018Z | Mediators to change: 1 |
185 | 2024-06-06T20:19:00.018Z | Services to change: 1 |
186 | 2024-06-06T20:19:00.018Z | Create boot environment: No |
187 | 2024-06-06T20:19:00.018Z | Create backup boot environment: Yes |
188 | 2024-06-06T20:19:01.564Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-06-06T20:19:01.590Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-06-06T20:19:01.590Z | Done |
191 | 2024-06-06T20:19:01.590Z | Done |
192 | 2024-06-06T20:19:01.644Z | Done |
193 | 2024-06-06T20:19:06.035Z | Done |
194 | 2024-06-06T20:19:06.135Z | Done |
195 | 2024-06-06T20:19:06.160Z | Done |
196 | 2024-06-06T20:19:06.209Z | Done |
197 | 2024-06-06T20:19:06.722Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-06-06T20:19:06.723Z | clang system 15 system |
199 | 2024-06-06T20:19:06.723Z | csh system system illumos |
200 | 2024-06-06T20:19:06.723Z | ctags system system illumos |
201 | 2024-06-06T20:19:06.723Z | gcc vendor 12 vendor |
202 | 2024-06-06T20:19:06.723Z | gcc system 10 system |
203 | 2024-06-06T20:19:06.723Z | gcc system 7 system |
204 | 2024-06-06T20:19:06.723Z | go system 1.20 system |
205 | 2024-06-06T20:19:06.723Z | go system 1.19 system |
206 | 2024-06-06T20:19:06.723Z | llvm system 15 system |
207 | 2024-06-06T20:19:06.723Z | llvm system 14 system |
208 | 2024-06-06T20:19:06.723Z | mariadb system 10.6 system |
209 | 2024-06-06T20:19:06.723Z | mta vendor vendor dma |
210 | 2024-06-06T20:19:06.723Z | openjdk system 17 system |
211 | 2024-06-06T20:19:06.723Z | openjdk system 11 system |
212 | 2024-06-06T20:19:06.723Z | openjdk system 1.8 system |
213 | 2024-06-06T20:19:06.723Z | openssl vendor 3 vendor |
214 | 2024-06-06T20:19:06.723Z | perl system 5.36 system |
215 | 2024-06-06T20:19:06.723Z | postgresql system 15 system |
216 | 2024-06-06T20:19:06.723Z | postgresql system 13 system |
217 | 2024-06-06T20:19:06.723Z | python vendor 3 vendor |
218 | 2024-06-06T20:19:06.723Z | python system 2 system |
219 | 2024-06-06T20:19:06.723Z | python3 system 3.11 system |
220 | 2024-06-06T20:19:06.724Z | ruby system 3.0 system |
221 | 2024-06-06T20:19:06.724Z | words vendor vendor american-english |
222 | 2024-06-06T20:19:06.724Z | words system system australian-english |
223 | 2024-06-06T20:19:06.724Z | words system system british-english |
224 | 2024-06-06T20:19:06.724Z | words system system canadian-english |
225 | 2024-06-06T20:19:06.724Z | words system system french |
226 | 2024-06-06T20:19:06.724Z | words system system italian |
227 | 2024-06-06T20:19:06.724Z | words system system ngerman |
228 | 2024-06-06T20:19:06.724Z | words system system ogerman |
229 | 2024-06-06T20:19:06.724Z | words system system spanish |
230 | 2024-06-06T20:19:07.124Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-06-06T20:19:07.124Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-06-06T20:19:08.913Z | FMRI IFO |
233 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-06-06T20:19:08.913Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-06-06T20:19:09.460Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-06-06T20:19:09.920Z | Updating git repository `https://github.com/oxidecomputer/zone` |
247 | 2024-06-06T20:19:10.359Z | Updating crates.io index |
248 | 2024-06-06T20:19:10.392Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
249 | 2024-06-06T20:19:11.547Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-06-06T20:19:11.994Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-06-06T20:19:12.561Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
252 | 2024-06-06T20:19:14.786Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-06-06T20:19:15.199Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-06-06T20:19:15.594Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-06-06T20:19:16.748Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-06-06T20:19:18.530Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-06-06T20:19:19.665Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-06-06T20:19:20.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-06-06T20:19:21.479Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-06-06T20:19:21.900Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
261 | 2024-06-06T20:19:22.470Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
262 | 2024-06-06T20:19:22.988Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
263 | 2024-06-06T20:19:23.733Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
264 | 2024-06-06T20:19:24.185Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-06-06T20:19:25.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-06-06T20:19:26.102Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-06-06T20:19:26.506Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-06-06T20:19:26.950Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-06-06T20:19:27.431Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-06-06T20:19:27.777Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-06-06T20:19:28.368Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-06-06T20:19:28.741Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
273 | 2024-06-06T20:19:29.173Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-06-06T20:19:29.775Z | Updating git repository `https://github.com/oxidecomputer/typify` |
275 | 2024-06-06T20:19:32.111Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-06-06T20:19:32.493Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-06-06T20:19:32.898Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-06-06T20:19:33.561Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
279 | 2024-06-06T20:19:35.189Z | Downloading crates ... |
280 | 2024-06-06T20:19:35.267Z | Downloaded scopeguard v1.2.0 |
281 | 2024-06-06T20:19:35.811Z | Downloaded semver v1.0.23 |
282 | 2024-06-06T20:19:35.811Z | Downloaded sha2 v0.10.8 |
283 | 2024-06-06T20:19:35.811Z | Downloaded strum_macros v0.26.2 |
284 | 2024-06-06T20:19:35.811Z | Downloaded socket2 v0.5.7 |
285 | 2024-06-06T20:19:35.811Z | Downloaded slog-term v2.9.1 |
286 | 2024-06-06T20:19:35.811Z | Downloaded bytes v1.6.0 |
287 | 2024-06-06T20:19:35.811Z | Downloaded base64 v0.21.7 |
288 | 2024-06-06T20:19:35.811Z | Downloaded version_check v0.9.4 |
289 | 2024-06-06T20:19:35.811Z | Downloaded xattr v1.3.1 |
290 | 2024-06-06T20:19:35.811Z | Downloaded url v2.5.0 |
291 | 2024-06-06T20:19:35.811Z | Downloaded winnow v0.6.8 |
292 | 2024-06-06T20:19:35.811Z | Downloaded vcpkg v0.2.15 |
293 | 2024-06-06T20:19:35.811Z | Downloaded rustls-pemfile v1.0.4 |
294 | 2024-06-06T20:19:35.811Z | Downloaded rustversion v1.0.17 |
295 | 2024-06-06T20:19:35.812Z | Downloaded tokio v1.37.0 |
296 | 2024-06-06T20:19:35.812Z | Downloaded indexmap v2.2.6 |
297 | 2024-06-06T20:19:35.812Z | Downloaded proc-macro2 v1.0.82 |
298 | 2024-06-06T20:19:35.812Z | Downloaded mio v0.8.11 |
299 | 2024-06-06T20:19:35.812Z | Downloaded memchr v2.7.2 |
300 | 2024-06-06T20:19:35.812Z | Downloaded futures-util v0.3.30 |
301 | 2024-06-06T20:19:35.812Z | Downloaded reqwest v0.11.27 |
302 | 2024-06-06T20:19:35.812Z | Downloaded rustix v0.38.34 |
303 | 2024-06-06T20:19:35.812Z | Downloaded idna v0.5.0 |
304 | 2024-06-06T20:19:35.812Z | Downloaded hyper v0.14.28 |
305 | 2024-06-06T20:19:35.812Z | Downloaded libc v0.2.155 |
306 | 2024-06-06T20:19:35.812Z | Downloaded hashbrown v0.14.5 |
307 | 2024-06-06T20:19:35.812Z | Downloaded h2 v0.3.26 |
308 | 2024-06-06T20:19:35.812Z | Downloaded encoding_rs v0.8.34 |
309 | 2024-06-06T20:19:35.812Z | Downloaded openssl v0.10.64 |
310 | 2024-06-06T20:19:35.812Z | Downloaded clap_builder v4.5.2 |
311 | 2024-06-06T20:19:35.812Z | Downloaded http v0.2.12 |
312 | 2024-06-06T20:19:35.812Z | Downloaded pin-project-lite v0.2.14 |
313 | 2024-06-06T20:19:35.812Z | Downloaded parking_lot v0.12.2 |
314 | 2024-06-06T20:19:35.812Z | Downloaded openssl-sys v0.9.102 |
315 | 2024-06-06T20:19:35.812Z | Downloaded native-tls v0.2.11 |
316 | 2024-06-06T20:19:35.812Z | Downloaded miniz_oxide v0.7.2 |
317 | 2024-06-06T20:19:35.812Z | Downloaded log v0.4.21 |
318 | 2024-06-06T20:19:35.813Z | Downloaded httparse v1.8.0 |
319 | 2024-06-06T20:19:35.813Z | Downloaded futures v0.3.30 |
320 | 2024-06-06T20:19:35.813Z | Downloaded flate2 v1.0.30 |
321 | 2024-06-06T20:19:35.813Z | Downloaded deranged v0.3.11 |
322 | 2024-06-06T20:19:35.813Z | Downloaded crossbeam-channel v0.5.12 |
323 | 2024-06-06T20:19:35.813Z | Downloaded clap v4.5.4 |
324 | 2024-06-06T20:19:35.813Z | Downloaded cc v1.0.97 |
325 | 2024-06-06T20:19:35.813Z | Downloaded anyhow v1.0.86 |
326 | 2024-06-06T20:19:35.813Z | Downloaded camino v1.1.7 |
327 | 2024-06-06T20:19:35.813Z | Downloaded powerfmt v0.2.0 |
328 | 2024-06-06T20:19:35.813Z | Downloaded once_cell v1.19.0 |
329 | 2024-06-06T20:19:35.813Z | Downloaded pin-utils v0.1.0 |
330 | 2024-06-06T20:19:35.813Z | Downloaded percent-encoding v2.3.1 |
331 | 2024-06-06T20:19:35.813Z | Downloaded parking_lot_core v0.9.10 |
332 | 2024-06-06T20:19:35.813Z | Downloaded num_threads v0.1.7 |
333 | 2024-06-06T20:19:35.813Z | Downloaded num_cpus v1.16.0 |
334 | 2024-06-06T20:19:35.813Z | Downloaded mime v0.3.17 |
335 | 2024-06-06T20:19:35.813Z | Downloaded macaddr v1.0.1 |
336 | 2024-06-06T20:19:35.813Z | Downloaded lock_api v0.4.12 |
337 | 2024-06-06T20:19:35.813Z | Downloaded itoa v1.0.11 |
338 | 2024-06-06T20:19:35.813Z | Downloaded is_terminal_polyfill v1.70.0 |
339 | 2024-06-06T20:19:35.813Z | Downloaded hyper-tls v0.5.0 |
340 | 2024-06-06T20:19:35.814Z | Downloaded httpdate v1.0.3 |
341 | 2024-06-06T20:19:35.814Z | Downloaded http-body v0.4.6 |
342 | 2024-06-06T20:19:35.814Z | Downloaded hostname v0.3.1 |
343 | 2024-06-06T20:19:35.814Z | Downloaded heck v0.5.0 |
344 | 2024-06-06T20:19:35.814Z | Downloaded heck v0.4.1 |
345 | 2024-06-06T20:19:35.814Z | Downloaded generic-array v0.14.7 |
346 | 2024-06-06T20:19:35.814Z | Downloaded futures-task v0.3.30 |
347 | 2024-06-06T20:19:35.814Z | Downloaded futures-sink v0.3.30 |
348 | 2024-06-06T20:19:35.814Z | Downloaded futures-macro v0.3.30 |
349 | 2024-06-06T20:19:35.814Z | Downloaded futures-io v0.3.30 |
350 | 2024-06-06T20:19:35.814Z | Downloaded futures-executor v0.3.30 |
351 | 2024-06-06T20:19:35.814Z | Downloaded futures-core v0.3.30 |
352 | 2024-06-06T20:19:35.814Z | Downloaded futures-channel v0.3.30 |
353 | 2024-06-06T20:19:35.814Z | Downloaded fs-err v2.11.0 |
354 | 2024-06-06T20:19:35.814Z | Downloaded form_urlencoded v1.2.1 |
355 | 2024-06-06T20:19:35.814Z | Downloaded foreign-types-shared v0.1.1 |
356 | 2024-06-06T20:19:35.814Z | Downloaded errno v0.3.9 |
357 | 2024-06-06T20:19:35.814Z | Downloaded equivalent v1.0.1 |
358 | 2024-06-06T20:19:35.814Z | Downloaded dirs-sys-next v0.1.2 |
359 | 2024-06-06T20:19:35.814Z | Downloaded colorchoice v1.0.1 |
360 | 2024-06-06T20:19:35.814Z | Downloaded cargo_toml v0.20.2 |
361 | 2024-06-06T20:19:35.814Z | Downloaded bitflags v2.5.0 |
362 | 2024-06-06T20:19:35.814Z | Downloaded pkg-config v0.3.30 |
363 | 2024-06-06T20:19:35.815Z | Downloaded openssl-macros v0.1.1 |
364 | 2024-06-06T20:19:35.815Z | Downloaded num-conv v0.1.0 |
365 | 2024-06-06T20:19:35.815Z | Downloaded md5 v0.7.0 |
366 | 2024-06-06T20:19:35.815Z | Downloaded ipnet v2.9.0 |
367 | 2024-06-06T20:19:35.815Z | Downloaded foreign-types v0.3.2 |
368 | 2024-06-06T20:19:35.815Z | Downloaded digest v0.10.7 |
369 | 2024-06-06T20:19:35.815Z | Downloaded dirs-next v2.0.0 |
370 | 2024-06-06T20:19:35.815Z | Downloaded cpufeatures v0.2.12 |
371 | 2024-06-06T20:19:35.815Z | Downloaded cfg-if v1.0.0 |
372 | 2024-06-06T20:19:35.815Z | Downloaded anstyle-parse v0.2.4 |
373 | 2024-06-06T20:19:35.815Z | Downloaded unicode-normalization v0.1.23 |
374 | 2024-06-06T20:19:35.815Z | Downloaded tokio-util v0.7.11 |
375 | 2024-06-06T20:19:35.815Z | Downloaded unicode-ident v1.0.12 |
376 | 2024-06-06T20:19:35.815Z | Downloaded unicode-bidi v0.3.15 |
377 | 2024-06-06T20:19:35.815Z | Downloaded tracing-core v0.1.32 |
378 | 2024-06-06T20:19:35.815Z | Downloaded toml_edit v0.22.13 |
379 | 2024-06-06T20:19:35.840Z | Downloaded match_cfg v0.1.0 |
380 | 2024-06-06T20:19:35.840Z | Downloaded filetime v0.2.23 |
381 | 2024-06-06T20:19:35.840Z | Downloaded want v0.3.1 |
382 | 2024-06-06T20:19:35.840Z | Downloaded utf8parse v0.2.1 |
383 | 2024-06-06T20:19:35.840Z | Downloaded toml v0.8.13 |
384 | 2024-06-06T20:19:35.841Z | Downloaded tokio-macros v2.2.0 |
385 | 2024-06-06T20:19:35.841Z | Downloaded time v0.3.36 |
386 | 2024-06-06T20:19:35.841Z | Downloaded thiserror-impl v1.0.60 |
387 | 2024-06-06T20:19:35.841Z | Downloaded thiserror v1.0.60 |
388 | 2024-06-06T20:19:35.841Z | Downloaded tar v0.4.40 |
389 | 2024-06-06T20:19:35.841Z | Downloaded openssl-probe v0.1.5 |
390 | 2024-06-06T20:19:35.841Z | Downloaded crypto-common v0.1.6 |
391 | 2024-06-06T20:19:35.841Z | Downloaded crossbeam-utils v0.8.19 |
392 | 2024-06-06T20:19:35.841Z | Downloaded typenum v1.17.0 |
393 | 2024-06-06T20:19:35.866Z | Downloaded try-lock v0.2.5 |
394 | 2024-06-06T20:19:35.866Z | Downloaded tracing v0.1.40 |
395 | 2024-06-06T20:19:35.866Z | Downloaded tower-service v0.3.2 |
396 | 2024-06-06T20:19:35.866Z | Downloaded toml_datetime v0.6.6 |
397 | 2024-06-06T20:19:35.866Z | Downloaded tokio-native-tls v0.3.1 |
398 | 2024-06-06T20:19:35.866Z | Downloaded tinyvec_macros v0.1.1 |
399 | 2024-06-06T20:19:35.866Z | Downloaded tinyvec v1.6.0 |
400 | 2024-06-06T20:19:35.866Z | Downloaded time-macros v0.2.18 |
401 | 2024-06-06T20:19:35.866Z | Downloaded time-core v0.1.2 |
402 | 2024-06-06T20:19:35.866Z | Downloaded thread_local v1.1.8 |
403 | 2024-06-06T20:19:35.866Z | Downloaded terminal_size v0.3.0 |
404 | 2024-06-06T20:19:35.867Z | Downloaded term v0.7.0 |
405 | 2024-06-06T20:19:35.892Z | Downloaded take_mut v0.2.2 |
406 | 2024-06-06T20:19:35.892Z | Downloaded sync_wrapper v0.1.2 |
407 | 2024-06-06T20:19:35.892Z | Downloaded syn v2.0.64 |
408 | 2024-06-06T20:19:35.892Z | Downloaded swrite v0.1.0 |
409 | 2024-06-06T20:19:35.892Z | Downloaded serde_derive v1.0.203 |
410 | 2024-06-06T20:19:35.892Z | Downloaded quote v1.0.36 |
411 | 2024-06-06T20:19:35.917Z | Downloaded is-terminal v0.4.12 |
412 | 2024-06-06T20:19:35.917Z | Downloaded fnv v1.0.7 |
413 | 2024-06-06T20:19:35.917Z | Downloaded crc32fast v1.4.0 |
414 | 2024-06-06T20:19:35.917Z | Downloaded cargo-platform v0.1.8 |
415 | 2024-06-06T20:19:35.917Z | Downloaded block-buffer v0.10.4 |
416 | 2024-06-06T20:19:35.917Z | Downloaded adler v1.0.2 |
417 | 2024-06-06T20:19:35.917Z | Downloaded slab v0.4.9 |
418 | 2024-06-06T20:19:35.917Z | Downloaded signal-hook-registry v1.4.2 |
419 | 2024-06-06T20:19:35.917Z | Downloaded serde_spanned v0.6.6 |
420 | 2024-06-06T20:19:35.917Z | Downloaded clap_lex v0.7.0 |
421 | 2024-06-06T20:19:35.918Z | Downloaded clap_derive v4.5.4 |
422 | 2024-06-06T20:19:35.918Z | Downloaded anstream v0.6.14 |
423 | 2024-06-06T20:19:35.918Z | Downloaded smallvec v1.13.2 |
424 | 2024-06-06T20:19:35.918Z | Downloaded slog-async v2.8.0 |
425 | 2024-06-06T20:19:35.918Z | Downloaded slog v2.7.0 |
426 | 2024-06-06T20:19:35.945Z | Downloaded serde v1.0.203 |
427 | 2024-06-06T20:19:35.945Z | Downloaded cargo_metadata v0.18.1 |
428 | 2024-06-06T20:19:35.945Z | Downloaded autocfg v1.3.0 |
429 | 2024-06-06T20:19:35.945Z | Downloaded anstyle-query v1.0.3 |
430 | 2024-06-06T20:19:35.945Z | Downloaded anstyle v1.0.7 |
431 | 2024-06-06T20:19:35.945Z | Downloaded strum v0.26.2 |
432 | 2024-06-06T20:19:35.945Z | Downloaded strsim v0.11.1 |
433 | 2024-06-06T20:19:35.946Z | Downloaded slog-json v2.6.1 |
434 | 2024-06-06T20:19:35.946Z | Downloaded slog-bunyan v2.5.0 |
435 | 2024-06-06T20:19:35.946Z | Downloaded serde_urlencoded v0.7.1 |
436 | 2024-06-06T20:19:35.946Z | Downloaded serde_json v1.0.117 |
437 | 2024-06-06T20:19:35.973Z | Downloaded ryu v1.0.18 |
438 | 2024-06-06T20:19:36.093Z | Compiling proc-macro2 v1.0.82 |
439 | 2024-06-06T20:19:36.093Z | Compiling unicode-ident v1.0.12 |
440 | 2024-06-06T20:19:36.093Z | Compiling libc v0.2.155 |
441 | 2024-06-06T20:19:36.093Z | Compiling cfg-if v1.0.0 |
442 | 2024-06-06T20:19:36.118Z | Compiling autocfg v1.3.0 |
443 | 2024-06-06T20:19:36.118Z | Compiling serde v1.0.203 |
444 | 2024-06-06T20:19:36.118Z | Compiling itoa v1.0.11 |
445 | 2024-06-06T20:19:36.118Z | Compiling pin-project-lite v0.2.14 |
446 | 2024-06-06T20:19:36.389Z | Compiling once_cell v1.19.0 |
447 | 2024-06-06T20:19:36.419Z | Compiling bitflags v2.5.0 |
448 | 2024-06-06T20:19:36.471Z | Compiling cc v1.0.97 |
449 | 2024-06-06T20:19:36.521Z | Compiling vcpkg v0.2.15 |
450 | 2024-06-06T20:19:36.782Z | Compiling pkg-config v0.3.30 |
451 | 2024-06-06T20:19:36.836Z | Compiling parking_lot_core v0.9.10 |
452 | 2024-06-06T20:19:36.942Z | Compiling scopeguard v1.2.0 |
453 | 2024-06-06T20:19:37.089Z | Compiling smallvec v1.13.2 |
454 | 2024-06-06T20:19:37.156Z | Compiling lock_api v0.4.12 |
455 | 2024-06-06T20:19:37.252Z | Compiling slab v0.4.9 |
456 | 2024-06-06T20:19:37.488Z | Compiling futures-sink v0.3.30 |
457 | 2024-06-06T20:19:37.521Z | Compiling bytes v1.6.0 |
458 | 2024-06-06T20:19:37.551Z | Compiling futures-core v0.3.30 |
459 | 2024-06-06T20:19:37.790Z | Compiling quote v1.0.36 |
460 | 2024-06-06T20:19:38.154Z | Compiling syn v2.0.64 |
461 | 2024-06-06T20:19:38.413Z | Compiling hashbrown v0.14.5 |
462 | 2024-06-06T20:19:38.439Z | Compiling equivalent v1.0.1 |
463 | 2024-06-06T20:19:38.552Z | Compiling parking_lot v0.12.2 |
464 | 2024-06-06T20:19:38.607Z | Compiling mio v0.8.11 |
465 | 2024-06-06T20:19:38.632Z | Compiling signal-hook-registry v1.4.2 |
466 | 2024-06-06T20:19:38.660Z | Compiling socket2 v0.5.7 |
467 | 2024-06-06T20:19:38.718Z | Compiling num_cpus v1.16.0 |
468 | 2024-06-06T20:19:39.245Z | Compiling futures-channel v0.3.30 |
469 | 2024-06-06T20:19:39.283Z | Compiling memchr v2.7.2 |
470 | 2024-06-06T20:19:39.388Z | Compiling futures-io v0.3.30 |
471 | 2024-06-06T20:19:39.412Z | Compiling version_check v0.9.4 |
472 | 2024-06-06T20:19:39.543Z | Compiling openssl-sys v0.9.102 |
473 | 2024-06-06T20:19:39.567Z | Compiling indexmap v2.2.6 |
474 | 2024-06-06T20:19:39.568Z | Compiling typenum v1.17.0 |
475 | 2024-06-06T20:19:39.674Z | Compiling pin-utils v0.1.0 |
476 | 2024-06-06T20:19:39.761Z | Compiling futures-task v0.3.30 |
477 | 2024-06-06T20:19:39.789Z | Compiling rustix v0.38.34 |
478 | 2024-06-06T20:19:40.011Z | Compiling errno v0.3.9 |
479 | 2024-06-06T20:19:40.116Z | Compiling generic-array v0.14.7 |
480 | 2024-06-06T20:19:40.219Z | Compiling ryu v1.0.18 |
481 | 2024-06-06T20:19:40.412Z | Compiling foreign-types-shared v0.1.1 |
482 | 2024-06-06T20:19:40.526Z | Compiling slog v2.7.0 |
483 | 2024-06-06T20:19:40.552Z | Compiling openssl v0.10.64 |
484 | 2024-06-06T20:19:40.585Z | Compiling fnv v1.0.7 |
485 | 2024-06-06T20:19:40.695Z | Compiling http v0.2.12 |
486 | 2024-06-06T20:19:40.750Z | Compiling foreign-types v0.3.2 |
487 | 2024-06-06T20:19:40.918Z | Compiling tracing-core v0.1.32 |
488 | 2024-06-06T20:19:40.950Z | Compiling num-conv v0.1.0 |
489 | 2024-06-06T20:19:41.049Z | Compiling native-tls v0.2.11 |
490 | 2024-06-06T20:19:41.306Z | Compiling tinyvec_macros v0.1.1 |
491 | 2024-06-06T20:19:41.389Z | Compiling time-core v0.1.2 |
492 | 2024-06-06T20:19:41.422Z | Compiling serde_json v1.0.117 |
493 | 2024-06-06T20:19:41.574Z | Compiling httparse v1.8.0 |
494 | 2024-06-06T20:19:41.742Z | Compiling powerfmt v0.2.0 |
495 | 2024-06-06T20:19:42.043Z | Compiling deranged v0.3.11 |
496 | 2024-06-06T20:19:42.068Z | Compiling tracing v0.1.40 |
497 | 2024-06-06T20:19:42.166Z | Compiling time-macros v0.2.18 |
498 | 2024-06-06T20:19:42.349Z | Compiling tinyvec v1.6.0 |
499 | 2024-06-06T20:19:43.078Z | Compiling log v0.4.21 |
500 | 2024-06-06T20:19:43.146Z | Compiling num_threads v0.1.7 |
501 | 2024-06-06T20:19:43.684Z | Compiling openssl-probe v0.1.5 |
502 | 2024-06-06T20:19:43.709Z | Compiling percent-encoding v2.3.1 |
503 | 2024-06-06T20:19:43.709Z | Compiling crossbeam-utils v0.8.19 |
504 | 2024-06-06T20:19:43.709Z | Compiling utf8parse v0.2.1 |
505 | 2024-06-06T20:19:43.709Z | Compiling rustversion v1.0.17 |
506 | 2024-06-06T20:19:43.709Z | Compiling try-lock v0.2.5 |
507 | 2024-06-06T20:19:43.709Z | Compiling anstyle-parse v0.2.4 |
508 | 2024-06-06T20:19:43.709Z | Compiling unicode-normalization v0.1.23 |
509 | 2024-06-06T20:19:43.709Z | Compiling form_urlencoded v1.2.1 |
510 | 2024-06-06T20:19:43.777Z | Compiling want v0.3.1 |
511 | 2024-06-06T20:19:43.974Z | Compiling http-body v0.4.6 |
512 | 2024-06-06T20:19:44.025Z | Compiling dirs-sys-next v0.1.2 |
513 | 2024-06-06T20:19:44.051Z | Compiling camino v1.1.7 |
514 | 2024-06-06T20:19:44.277Z | Compiling winnow v0.6.8 |
515 | 2024-06-06T20:19:44.366Z | Compiling anstyle-query v1.0.3 |
516 | 2024-06-06T20:19:44.492Z | Compiling crc32fast v1.4.0 |
517 | 2024-06-06T20:19:44.614Z | Compiling tower-service v0.3.2 |
518 | 2024-06-06T20:19:44.639Z | Compiling unicode-bidi v0.3.15 |
519 | 2024-06-06T20:19:44.639Z | Compiling thiserror v1.0.60 |
520 | 2024-06-06T20:19:44.639Z | Compiling anstyle v1.0.7 |
521 | 2024-06-06T20:19:44.733Z | Compiling semver v1.0.23 |
522 | 2024-06-06T20:19:44.939Z | Compiling colorchoice v1.0.1 |
523 | 2024-06-06T20:19:44.979Z | Compiling time v0.3.36 |
524 | 2024-06-06T20:19:45.092Z | Compiling is_terminal_polyfill v1.70.0 |
525 | 2024-06-06T20:19:45.117Z | Compiling httpdate v1.0.3 |
526 | 2024-06-06T20:19:45.214Z | Compiling anstream v0.6.14 |
527 | 2024-06-06T20:19:45.250Z | Compiling idna v0.5.0 |
528 | 2024-06-06T20:19:45.544Z | Compiling dirs-next v2.0.0 |
529 | 2024-06-06T20:19:45.840Z | Compiling crypto-common v0.1.6 |
530 | 2024-06-06T20:19:45.947Z | Compiling block-buffer v0.10.4 |
531 | 2024-06-06T20:19:46.044Z | Compiling terminal_size v0.3.0 |
532 | 2024-06-06T20:19:46.175Z | Compiling fs-err v2.11.0 |
533 | 2024-06-06T20:19:46.287Z | Compiling thread_local v1.1.8 |
534 | 2024-06-06T20:19:46.446Z | Compiling clap_lex v0.7.0 |
535 | 2024-06-06T20:19:46.596Z | Compiling anyhow v1.0.86 |
536 | 2024-06-06T20:19:46.785Z | Compiling adler v1.0.2 |
537 | 2024-06-06T20:19:46.810Z | Compiling match_cfg v0.1.0 |
538 | 2024-06-06T20:19:46.844Z | Compiling heck v0.4.1 |
539 | 2024-06-06T20:19:46.900Z | Compiling heck v0.5.0 |
540 | 2024-06-06T20:19:46.925Z | Compiling base64 v0.21.7 |
541 | 2024-06-06T20:19:47.009Z | Compiling slog-async v2.8.0 |
542 | 2024-06-06T20:19:47.097Z | Compiling strsim v0.11.1 |
543 | 2024-06-06T20:19:47.359Z | Compiling rustls-pemfile v1.0.4 |
544 | 2024-06-06T20:19:47.389Z | Compiling clap_builder v4.5.2 |
545 | 2024-06-06T20:19:47.453Z | Compiling miniz_oxide v0.7.2 |
546 | 2024-06-06T20:19:47.500Z | Compiling hostname v0.3.1 |
547 | 2024-06-06T20:19:47.714Z | Compiling crossbeam-channel v0.5.12 |
548 | 2024-06-06T20:19:47.739Z | Compiling digest v0.10.7 |
549 | 2024-06-06T20:19:47.765Z | Compiling url v2.5.0 |
550 | 2024-06-06T20:19:47.911Z | Compiling term v0.7.0 |
551 | 2024-06-06T20:19:48.301Z | Compiling xattr v1.3.1 |
552 | 2024-06-06T20:19:48.415Z | Compiling is-terminal v0.4.12 |
553 | 2024-06-06T20:19:48.523Z | Compiling filetime v0.2.23 |
554 | 2024-06-06T20:19:48.548Z | Compiling encoding_rs v0.8.34 |
555 | 2024-06-06T20:19:48.697Z | Compiling ipnet v2.9.0 |
556 | 2024-06-06T20:19:48.759Z | Compiling mime v0.3.17 |
557 | 2024-06-06T20:19:48.850Z | Compiling sync_wrapper v0.1.2 |
558 | 2024-06-06T20:19:48.973Z | Compiling cpufeatures v0.2.12 |
559 | 2024-06-06T20:19:49.068Z | Compiling take_mut v0.2.2 |
560 | 2024-06-06T20:19:49.189Z | Compiling serde_derive v1.0.203 |
561 | 2024-06-06T20:19:49.214Z | Compiling futures-macro v0.3.30 |
562 | 2024-06-06T20:19:49.301Z | Compiling tokio-macros v2.2.0 |
563 | 2024-06-06T20:19:49.328Z | Compiling openssl-macros v0.1.1 |
564 | 2024-06-06T20:19:49.422Z | Compiling thiserror-impl v1.0.60 |
565 | 2024-06-06T20:19:49.824Z | Compiling strum_macros v0.26.2 |
566 | 2024-06-06T20:19:50.669Z | Compiling tokio v1.37.0 |
567 | 2024-06-06T20:19:50.909Z | Compiling futures-util v0.3.30 |
568 | 2024-06-06T20:19:52.321Z | Compiling clap_derive v4.5.4 |
569 | 2024-06-06T20:19:53.431Z | Compiling sha2 v0.10.8 |
570 | 2024-06-06T20:19:54.105Z | Compiling strum v0.26.2 |
571 | 2024-06-06T20:19:54.659Z | Compiling tar v0.4.40 |
572 | 2024-06-06T20:19:55.932Z | Compiling futures-executor v0.3.30 |
573 | 2024-06-06T20:19:55.984Z | Compiling slog-term v2.9.1 |
574 | 2024-06-06T20:19:56.066Z | Compiling flate2 v1.0.30 |
575 | 2024-06-06T20:19:56.195Z | Compiling futures v0.3.30 |
576 | 2024-06-06T20:19:56.459Z | Compiling clap v4.5.4 |
577 | 2024-06-06T20:19:56.565Z | Compiling swrite v0.1.0 |
578 | 2024-06-06T20:19:56.691Z | Compiling md5 v0.7.0 |
579 | 2024-06-06T20:19:57.352Z | Compiling tokio-util v0.7.11 |
580 | 2024-06-06T20:19:57.352Z | Compiling tokio-native-tls v0.3.1 |
581 | 2024-06-06T20:19:58.046Z | Compiling h2 v0.3.26 |
582 | 2024-06-06T20:20:00.630Z | Compiling serde_spanned v0.6.6 |
583 | 2024-06-06T20:20:00.654Z | Compiling toml_datetime v0.6.6 |
584 | 2024-06-06T20:20:01.005Z | Compiling toml_edit v0.22.13 |
585 | 2024-06-06T20:20:01.110Z | Compiling cargo-platform v0.1.8 |
586 | 2024-06-06T20:20:01.140Z | Compiling serde_urlencoded v0.7.1 |
587 | 2024-06-06T20:20:01.506Z | Compiling macaddr v1.0.1 |
588 | 2024-06-06T20:20:01.624Z | Compiling hyper v0.14.28 |
589 | 2024-06-06T20:20:02.055Z | Compiling slog-json v2.6.1 |
590 | 2024-06-06T20:20:02.091Z | Compiling cargo_metadata v0.18.1 |
591 | 2024-06-06T20:20:02.373Z | Compiling slog-bunyan v2.5.0 |
592 | 2024-06-06T20:20:03.653Z | Compiling toml v0.8.13 |
593 | 2024-06-06T20:20:04.491Z | Compiling cargo_toml v0.20.2 |
594 | 2024-06-06T20:20:04.697Z | Compiling hyper-tls v0.5.0 |
595 | 2024-06-06T20:20:04.967Z | Compiling reqwest v0.11.27 |
596 | 2024-06-06T20:20:10.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
597 | 2024-06-06T20:20:20.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
598 | 2024-06-06T20:20:20.344Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
599 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.158 INFO Starting download, target: Clickhouse |
600 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.158 INFO Starting download, target: Cockroach |
601 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.158 INFO Starting download, target: Console |
602 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.158 INFO Starting download, target: DendriteOpenapi |
603 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.158 INFO Starting download, target: DendriteStub |
604 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.159 INFO Starting download, target: MaghemiteMgd |
605 | 2024-06-06T20:20:20.417Z | Jun 06 20:20:20.159 INFO Starting download, target: TransceiverControl |
606 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/console.tar.gz, target: Console |
607 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi |
608 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
609 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
610 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
611 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.160 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
612 | 2024-06-06T20:20:20.442Z | Jun 06 20:20:20.161 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
613 | 2024-06-06T20:20:21.243Z | Jun 06 20:20:20.984 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
614 | 2024-06-06T20:20:21.580Z | Jun 06 20:20:21.315 INFO Download complete, target: DendriteOpenapi |
615 | 2024-06-06T20:20:21.611Z | Jun 06 20:20:21.348 INFO Download complete, target: Console |
616 | 2024-06-06T20:20:23.368Z | Jun 06 20:20:23.109 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
617 | 2024-06-06T20:20:24.140Z | Jun 06 20:20:23.882 INFO Download complete, target: TransceiverControl |
618 | 2024-06-06T20:20:29.690Z | Jun 06 20:20:28.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
619 | 2024-06-06T20:20:31.127Z | Jun 06 20:20:30.867 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
620 | 2024-06-06T20:20:31.127Z | Jun 06 20:20:30.867 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
621 | 2024-06-06T20:20:32.970Z | Jun 06 20:20:32.713 INFO Download complete, target: DendriteStub |
622 | 2024-06-06T20:20:34.139Z | Jun 06 20:20:33.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
623 | 2024-06-06T20:20:37.839Z | Jun 06 20:20:37.582 INFO Download complete, target: MaghemiteMgd |
624 | 2024-06-06T20:20:39.811Z | Jun 06 20:20:39.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
625 | 2024-06-06T20:20:42.401Z | Jun 06 20:20:42.144 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
626 | 2024-06-06T20:20:42.876Z | Jun 06 20:20:42.619 INFO Checking that binary works, target: Cockroach |
627 | 2024-06-06T20:20:43.076Z | Jun 06 20:20:42.814 INFO Download complete, target: Cockroach |
628 | 2024-06-06T20:20:57.675Z | Jun 06 20:20:57.420 INFO Checking that binary works, target: Clickhouse |
629 | 2024-06-06T20:20:57.882Z | Jun 06 20:20:57.627 INFO Download complete, target: Clickhouse |
630 | 2024-06-06T20:20:57.913Z | All builder prerequisites installed successfully, and PATH looks valid |
631 | 2024-06-06T20:20:57.938Z | |
632 | 2024-06-06T20:20:57.938Z | real 2:45.953629899 |
633 | 2024-06-06T20:20:57.938Z | user 4:39.770570785 |
634 | 2024-06-06T20:20:57.938Z | sys 1:09.624017677 |
635 | 2024-06-06T20:20:57.938Z | trap 0.145313777 |
636 | 2024-06-06T20:20:57.938Z | tflt 0.150213417 |
637 | 2024-06-06T20:20:57.938Z | dflt 1.079491329 |
638 | 2024-06-06T20:20:57.938Z | kflt 0.007511205 |
639 | 2024-06-06T20:20:57.938Z | lock 15:28.963141285 |
640 | 2024-06-06T20:20:57.938Z | slp 11:51.287391670 |
641 | 2024-06-06T20:20:57.938Z | lat 19.710517956 |
642 | 2024-06-06T20:20:57.938Z | stop 48.380060109 |
643 | 2024-06-06T20:20:57.938Z | |
644 | 2024-06-06T20:20:57.938Z | #### # # ##### ##### # # |
645 | 2024-06-06T20:20:57.938Z | # # # # # # # # # # |
646 | 2024-06-06T20:20:57.938Z | # # # # # # # # |
647 | 2024-06-06T20:20:57.938Z | # # # ##### ##### # |
648 | 2024-06-06T20:20:57.939Z | # # # # # # # |
649 | 2024-06-06T20:20:57.939Z | #### ###### # # # # |
650 | 2024-06-06T20:20:57.939Z | |
651 | 2024-06-06T20:20:58.723Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
652 | 2024-06-06T20:21:07.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s |
653 | 2024-06-06T20:21:07.974Z | Running `target/debug/xtask clippy` |
654 | 2024-06-06T20:21:08.004Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
655 | 2024-06-06T20:21:08.878Z | Downloading crates ... |
656 | 2024-06-06T20:21:09.049Z | Downloaded anes v0.1.6 |
657 | 2024-06-06T20:21:09.073Z | Downloaded arrayref v0.3.7 |
658 | 2024-06-06T20:21:09.074Z | Downloaded assert_cmd v2.0.14 |
659 | 2024-06-06T20:21:09.074Z | Downloaded ascii-canvas v3.0.0 |
660 | 2024-06-06T20:21:09.074Z | Downloaded array-init v0.0.4 |
661 | 2024-06-06T20:21:09.074Z | Downloaded ascii v1.1.0 |
662 | 2024-06-06T20:21:09.074Z | Downloaded arrayvec v0.7.4 |
663 | 2024-06-06T20:21:09.101Z | Downloaded lazy_static v1.4.0 |
664 | 2024-06-06T20:21:09.101Z | Downloaded lazycell v1.3.0 |
665 | 2024-06-06T20:21:09.101Z | Downloaded linked-hash-map v0.5.6 |
666 | 2024-06-06T20:21:09.101Z | Downloaded linear-map v1.2.0 |
667 | 2024-06-06T20:21:09.101Z | Downloaded libtest-mimic v0.7.3 |
668 | 2024-06-06T20:21:09.101Z | Downloaded libsw v3.3.1 |
669 | 2024-06-06T20:21:09.127Z | Downloaded libxml v0.3.3 |
670 | 2024-06-06T20:21:09.152Z | Downloaded normalize-line-endings v0.3.0 |
671 | 2024-06-06T20:21:09.152Z | Downloaded dtrace-parser v0.2.0 |
672 | 2024-06-06T20:21:09.152Z | Downloaded socket2 v0.4.10 |
673 | 2024-06-06T20:21:09.177Z | Downloaded ipnetwork v0.20.0 |
674 | 2024-06-06T20:21:09.177Z | Downloaded rand_seeder v0.2.3 |
675 | 2024-06-06T20:21:09.177Z | Downloaded rand_core v0.6.4 |
676 | 2024-06-06T20:21:09.177Z | Downloaded sqlparser_derive v0.2.2 |
677 | 2024-06-06T20:21:09.204Z | Downloaded static_assertions v1.1.0 |
678 | 2024-06-06T20:21:09.204Z | Downloaded structmeta v0.3.0 |
679 | 2024-06-06T20:21:09.204Z | Downloaded hubpack_derive v0.1.1 |
680 | 2024-06-06T20:21:09.204Z | Downloaded hubpack v0.1.2 |
681 | 2024-06-06T20:21:09.204Z | Downloaded indexmap v1.9.3 |
682 | 2024-06-06T20:21:09.236Z | Downloaded http-range v0.1.5 |
683 | 2024-06-06T20:21:09.236Z | Downloaded escape8259 v0.5.2 |
684 | 2024-06-06T20:21:09.236Z | Downloaded doc-comment v0.3.3 |
685 | 2024-06-06T20:21:09.262Z | Downloaded zone_cfg_derive v0.1.2 |
686 | 2024-06-06T20:21:09.262Z | Downloaded yansi v0.5.1 |
687 | 2024-06-06T20:21:09.263Z | Downloaded vte v0.11.1 |
688 | 2024-06-06T20:21:09.263Z | Downloaded wyz v0.5.1 |
689 | 2024-06-06T20:21:09.263Z | Downloaded usdt-attr-macro v0.5.0 |
690 | 2024-06-06T20:21:09.263Z | Downloaded untrusted v0.9.0 |
691 | 2024-06-06T20:21:09.263Z | Downloaded fxhash v0.2.1 |
692 | 2024-06-06T20:21:09.263Z | Downloaded foreign-types-shared v0.3.1 |
693 | 2024-06-06T20:21:09.288Z | Downloaded precomputed-hash v0.1.1 |
694 | 2024-06-06T20:21:09.288Z | Downloaded futures-timer v3.0.3 |
695 | 2024-06-06T20:21:09.288Z | Downloaded difflib v0.4.0 |
696 | 2024-06-06T20:21:09.288Z | Downloaded rtoolbox v0.0.2 |
697 | 2024-06-06T20:21:09.288Z | Downloaded rpassword v7.3.1 |
698 | 2024-06-06T20:21:09.288Z | Downloaded derive_builder v0.20.0 |
699 | 2024-06-06T20:21:09.288Z | Downloaded rustc-demangle v0.1.24 |
700 | 2024-06-06T20:21:09.316Z | Downloaded rust-argon2 v2.1.0 |
701 | 2024-06-06T20:21:09.316Z | Downloaded defmt-parser v0.3.4 |
702 | 2024-06-06T20:21:09.316Z | Downloaded utf-8 v0.7.6 |
703 | 2024-06-06T20:21:09.316Z | Downloaded rustls v0.21.12 |
704 | 2024-06-06T20:21:09.342Z | Downloaded rusty-fork v0.3.0 |
705 | 2024-06-06T20:21:09.343Z | Downloaded diesel v2.1.6 |
706 | 2024-06-06T20:21:09.370Z | Downloaded headers v0.3.9 |
707 | 2024-06-06T20:21:09.370Z | Downloaded rustc-hash v1.1.0 |
708 | 2024-06-06T20:21:09.370Z | Downloaded fancy-regex v0.13.0 |
709 | 2024-06-06T20:21:09.370Z | Downloaded toml_edit v0.19.15 |
710 | 2024-06-06T20:21:09.398Z | Downloaded expectorate v1.1.0 |
711 | 2024-06-06T20:21:09.399Z | Downloaded heapless v0.7.17 |
712 | 2024-06-06T20:21:09.399Z | Downloaded rustyline v14.0.0 |
713 | 2024-06-06T20:21:09.431Z | Downloaded rustls-webpki v0.101.7 |
714 | 2024-06-06T20:21:09.431Z | Downloaded webpki-roots v0.25.4 |
715 | 2024-06-06T20:21:09.431Z | Downloaded rustls-webpki v0.102.4 |
716 | 2024-06-06T20:21:09.459Z | Downloaded gimli v0.28.1 |
717 | 2024-06-06T20:21:09.487Z | Downloaded finl_unicode v1.2.0 |
718 | 2024-06-06T20:21:09.512Z | Downloaded petgraph v0.6.5 |
719 | 2024-06-06T20:21:09.512Z | Downloaded openapiv3 v2.0.0 |
720 | 2024-06-06T20:21:09.538Z | Downloaded smoltcp v0.9.1 |
721 | 2024-06-06T20:21:09.538Z | Downloaded polar-core v0.27.3 |
722 | 2024-06-06T20:21:09.565Z | Downloaded regex v1.10.4 |
723 | 2024-06-06T20:21:09.565Z | Downloaded object v0.32.2 |
724 | 2024-06-06T20:21:09.590Z | Downloaded object v0.30.4 |
725 | 2024-06-06T20:21:09.590Z | Downloaded nix v0.28.0 |
726 | 2024-06-06T20:21:09.616Z | Downloaded nix v0.27.1 |
727 | 2024-06-06T20:21:09.616Z | Downloaded der v0.7.9 |
728 | 2024-06-06T20:21:09.641Z | Downloaded ring v0.17.8 |
729 | 2024-06-06T20:21:09.698Z | Downloaded reedline v0.31.0 |
730 | 2024-06-06T20:21:09.723Z | Downloaded plotters v0.3.5 |
731 | 2024-06-06T20:21:09.723Z | Downloaded tower v0.4.13 |
732 | 2024-06-06T20:21:09.748Z | Downloaded tough v0.17.1 |
733 | 2024-06-06T20:21:09.748Z | Downloaded portable-atomic v1.6.0 |
734 | 2024-06-06T20:21:09.748Z | Downloaded pest v2.7.10 |
735 | 2024-06-06T20:21:09.774Z | Downloaded derive-where v1.2.7 |
736 | 2024-06-06T20:21:09.774Z | Downloaded der_derive v0.7.2 |
737 | 2024-06-06T20:21:09.774Z | Downloaded regex-automata v0.4.6 |
738 | 2024-06-06T20:21:09.803Z | Downloaded toml v0.7.8 |
739 | 2024-06-06T20:21:09.803Z | Downloaded sha3 v0.10.8 |
740 | 2024-06-06T20:21:09.803Z | Downloaded hashbrown v0.12.3 |
741 | 2024-06-06T20:21:09.803Z | Downloaded unicode_categories v0.1.1 |
742 | 2024-06-06T20:21:09.803Z | Downloaded trust-dns-server v0.22.1 |
743 | 2024-06-06T20:21:09.803Z | Downloaded ring v0.16.20 |
744 | 2024-06-06T20:21:09.895Z | Downloaded num-bigint-dig v0.8.4 |
745 | 2024-06-06T20:21:09.921Z | Downloaded nom v7.1.3 |
746 | 2024-06-06T20:21:09.921Z | Downloaded getrandom v0.2.14 |
747 | 2024-06-06T20:21:09.921Z | Downloaded gethostname v0.4.3 |
748 | 2024-06-06T20:21:09.921Z | Downloaded uuid v1.8.0 |
749 | 2024-06-06T20:21:09.921Z | Downloaded textwrap v0.16.1 |
750 | 2024-06-06T20:21:09.921Z | Downloaded test-strategy v0.3.1 |
751 | 2024-06-06T20:21:09.921Z | Downloaded hashbrown v0.13.2 |
752 | 2024-06-06T20:21:09.947Z | Downloaded unsafe-libyaml v0.2.11 |
753 | 2024-06-06T20:21:09.947Z | Downloaded num-bigint v0.4.5 |
754 | 2024-06-06T20:21:09.947Z | Downloaded csv v1.3.0 |
755 | 2024-06-06T20:21:09.972Z | Downloaded trust-dns-proto v0.22.0 |
756 | 2024-06-06T20:21:09.972Z | Downloaded defmt-macros v0.3.9 |
757 | 2024-06-06T20:21:09.972Z | Downloaded defmt v0.3.8 |
758 | 2024-06-06T20:21:09.998Z | Downloaded fatfs v0.3.6 |
759 | 2024-06-06T20:21:09.998Z | Downloaded postcard v1.0.8 |
760 | 2024-06-06T20:21:09.998Z | Downloaded toml v0.5.11 |
761 | 2024-06-06T20:21:09.998Z | Downloaded tokio-tungstenite v0.21.0 |
762 | 2024-06-06T20:21:09.998Z | Downloaded sled v0.34.7 |
763 | 2024-06-06T20:21:09.998Z | Downloaded rustc_version v0.4.0 |
764 | 2024-06-06T20:21:10.023Z | Downloaded rustc_version v0.1.7 |
765 | 2024-06-06T20:21:10.023Z | Downloaded getopts v0.2.21 |
766 | 2024-06-06T20:21:10.023Z | Downloaded regress v0.9.1 |
767 | 2024-06-06T20:21:10.023Z | Downloaded regex-syntax v0.8.3 |
768 | 2024-06-06T20:21:10.023Z | Downloaded regex-syntax v0.6.29 |
769 | 2024-06-06T20:21:10.049Z | Downloaded walkdir v2.5.0 |
770 | 2024-06-06T20:21:10.049Z | Downloaded rustls v0.22.4 |
771 | 2024-06-06T20:21:10.049Z | Downloaded tracing-attributes v0.1.27 |
772 | 2024-06-06T20:21:10.049Z | Downloaded pin-project v1.1.5 |
773 | 2024-06-06T20:21:10.074Z | Downloaded rstest_macros v0.19.0 |
774 | 2024-06-06T20:21:10.075Z | Downloaded rsa v0.9.6 |
775 | 2024-06-06T20:21:10.075Z | Downloaded ron v0.8.1 |
776 | 2024-06-06T20:21:10.075Z | Downloaded ron v0.7.1 |
777 | 2024-06-06T20:21:10.100Z | Downloaded heapless v0.8.0 |
778 | 2024-06-06T20:21:10.100Z | Downloaded diesel_derives v2.1.4 |
779 | 2024-06-06T20:21:10.100Z | Downloaded resolv-conf v0.7.0 |
780 | 2024-06-06T20:21:10.100Z | Downloaded relative-path v1.9.3 |
781 | 2024-06-06T20:21:10.100Z | Downloaded foreign-types-macros v0.2.3 |
782 | 2024-06-06T20:21:10.100Z | Downloaded postgres-types v0.2.6 |
783 | 2024-06-06T20:21:10.100Z | Downloaded postgres-protocol v0.6.6 |
784 | 2024-06-06T20:21:10.100Z | Downloaded tokio-tungstenite v0.20.1 |
785 | 2024-06-06T20:21:10.100Z | Downloaded rstest v0.19.0 |
786 | 2024-06-06T20:21:10.125Z | Downloaded diff v0.1.13 |
787 | 2024-06-06T20:21:10.125Z | Downloaded typed-path v0.7.1 |
788 | 2024-06-06T20:21:10.125Z | Downloaded trust-dns-client v0.22.0 |
789 | 2024-06-06T20:21:10.125Z | Downloaded zerocopy v0.7.34 |
790 | 2024-06-06T20:21:10.151Z | Downloaded winnow v0.5.40 |
791 | 2024-06-06T20:21:10.151Z | Downloaded ratatui v0.26.2 |
792 | 2024-06-06T20:21:10.176Z | Downloaded tungstenite v0.20.1 |
793 | 2024-06-06T20:21:10.176Z | Downloaded poly1305 v0.8.0 |
794 | 2024-06-06T20:21:10.176Z | Downloaded idna v0.2.3 |
795 | 2024-06-06T20:21:10.202Z | Downloaded predicates v3.1.0 |
796 | 2024-06-06T20:21:10.202Z | Downloaded ppv-lite86 v0.2.17 |
797 | 2024-06-06T20:21:10.202Z | Downloaded hex v0.4.3 |
798 | 2024-06-06T20:21:10.202Z | Downloaded heck v0.3.3 |
799 | 2024-06-06T20:21:10.202Z | Downloaded headers-core v0.2.0 |
800 | 2024-06-06T20:21:10.202Z | Downloaded derive_more v0.99.17 |
801 | 2024-06-06T20:21:10.202Z | Downloaded derive_builder_core v0.20.0 |
802 | 2024-06-06T20:21:10.202Z | Downloaded tungstenite v0.21.0 |
803 | 2024-06-06T20:21:10.202Z | Downloaded salty v0.2.0 |
804 | 2024-06-06T20:21:10.227Z | Downloaded fd-lock v4.0.2 |
805 | 2024-06-06T20:21:10.227Z | Downloaded parking_lot v0.11.2 |
806 | 2024-06-06T20:21:10.227Z | Downloaded predicates-core v1.0.6 |
807 | 2024-06-06T20:21:10.227Z | Downloaded trybuild v1.0.96 |
808 | 2024-06-06T20:21:10.227Z | Downloaded schemars v0.8.20 |
809 | 2024-06-06T20:21:10.254Z | Downloaded flagset v0.4.5 |
810 | 2024-06-06T20:21:10.254Z | Downloaded fastrand v2.1.0 |
811 | 2024-06-06T20:21:10.254Z | Downloaded idna v0.3.0 |
812 | 2024-06-06T20:21:10.254Z | Downloaded smoltcp v0.11.0 |
813 | 2024-06-06T20:21:10.280Z | Downloaded whoami v1.5.1 |
814 | 2024-06-06T20:21:10.280Z | Downloaded unarray v0.1.4 |
815 | 2024-06-06T20:21:10.280Z | Downloaded ucd-trie v0.1.6 |
816 | 2024-06-06T20:21:10.280Z | Downloaded tinytemplate v1.2.1 |
817 | 2024-06-06T20:21:10.280Z | Downloaded tiny-keccak v2.0.2 |
818 | 2024-06-06T20:21:10.280Z | Downloaded funty v2.0.0 |
819 | 2024-06-06T20:21:10.280Z | Downloaded diesel_table_macro_syntax v0.1.0 |
820 | 2024-06-06T20:21:10.280Z | Downloaded which v4.4.2 |
821 | 2024-06-06T20:21:10.280Z | Downloaded usdt-macro v0.5.0 |
822 | 2024-06-06T20:21:10.280Z | Downloaded usdt-impl v0.5.0 |
823 | 2024-06-06T20:21:10.280Z | Downloaded regex-automata v0.1.10 |
824 | 2024-06-06T20:21:10.280Z | Downloaded fallible-iterator v0.2.0 |
825 | 2024-06-06T20:21:10.280Z | Downloaded tls_codec v0.4.1 |
826 | 2024-06-06T20:21:10.281Z | Downloaded fragile v2.0.0 |
827 | 2024-06-06T20:21:10.281Z | Downloaded fixedbitset v0.4.2 |
828 | 2024-06-06T20:21:10.307Z | Downloaded ff v0.13.0 |
829 | 2024-06-06T20:21:10.307Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
830 | 2024-06-06T20:21:10.307Z | Downloaded derive_builder_macro v0.20.0 |
831 | 2024-06-06T20:21:10.307Z | Downloaded usdt v0.5.0 |
832 | 2024-06-06T20:21:10.307Z | Downloaded tui-tree-widget v0.19.0 |
833 | 2024-06-06T20:21:10.307Z | Downloaded samael v0.0.15 |
834 | 2024-06-06T20:21:10.307Z | Downloaded x509-cert v0.2.5 |
835 | 2024-06-06T20:21:10.333Z | Downloaded topological-sort v0.2.2 |
836 | 2024-06-06T20:21:10.333Z | Downloaded serde-hex v0.1.0 |
837 | 2024-06-06T20:21:10.333Z | Downloaded zerocopy-derive v0.6.6 |
838 | 2024-06-06T20:21:10.333Z | Downloaded pretty_assertions v1.4.0 |
839 | 2024-06-06T20:21:10.333Z | Downloaded serde_arrays v0.1.0 |
840 | 2024-06-06T20:21:10.333Z | Downloaded hkdf v0.12.4 |
841 | 2024-06-06T20:21:10.333Z | Downloaded untrusted v0.7.1 |
842 | 2024-06-06T20:21:10.358Z | Downloaded scheduled-thread-pool v0.2.7 |
843 | 2024-06-06T20:21:10.358Z | Downloaded same-file v1.0.6 |
844 | 2024-06-06T20:21:10.358Z | Downloaded zerocopy v0.6.6 |
845 | 2024-06-06T20:21:10.359Z | Downloaded prettyplease v0.2.20 |
846 | 2024-06-06T20:21:10.359Z | Downloaded tokio-rustls v0.25.0 |
847 | 2024-06-06T20:21:10.359Z | Downloaded tokio-rustls v0.24.1 |
848 | 2024-06-06T20:21:10.359Z | Downloaded schemars_derive v0.8.20 |
849 | 2024-06-06T20:21:10.359Z | Downloaded yasna v0.5.2 |
850 | 2024-06-06T20:21:10.359Z | Downloaded flume v0.11.0 |
851 | 2024-06-06T20:21:10.359Z | Downloaded tls_codec_derive v0.4.1 |
852 | 2024-06-06T20:21:10.359Z | Downloaded syn v1.0.109 |
853 | 2024-06-06T20:21:10.384Z | Downloaded serde_with v3.8.1 |
854 | 2024-06-06T20:21:10.384Z | Downloaded pest_meta v2.7.10 |
855 | 2024-06-06T20:21:10.384Z | Downloaded papergrid v0.11.0 |
856 | 2024-06-06T20:21:10.410Z | Downloaded oso v0.27.3 |
857 | 2024-06-06T20:21:10.410Z | Downloaded predicates-tree v1.0.9 |
858 | 2024-06-06T20:21:10.410Z | Downloaded foreign-types v0.5.0 |
859 | 2024-06-06T20:21:10.410Z | Downloaded vsss-rs v3.3.4 |
860 | 2024-06-06T20:21:10.410Z | Downloaded rustls-pki-types v1.7.0 |
861 | 2024-06-06T20:21:10.410Z | Downloaded http v1.1.0 |
862 | 2024-06-06T20:21:10.410Z | Downloaded inout v0.1.3 |
863 | 2024-06-06T20:21:10.410Z | Downloaded indoc v2.0.5 |
864 | 2024-06-06T20:21:10.410Z | Downloaded indoc v1.0.9 |
865 | 2024-06-06T20:21:10.439Z | Downloaded tokio-stream v0.1.15 |
866 | 2024-06-06T20:21:10.439Z | Downloaded pretty-hex v0.4.1 |
867 | 2024-06-06T20:21:10.439Z | Downloaded pretty-hex v0.2.1 |
868 | 2024-06-06T20:21:10.439Z | Downloaded float-cmp v0.9.0 |
869 | 2024-06-06T20:21:10.439Z | Downloaded waitgroup v0.1.2 |
870 | 2024-06-06T20:21:10.439Z | Downloaded wait-timeout v0.2.0 |
871 | 2024-06-06T20:21:10.439Z | Downloaded vte_generate_state_changes v0.1.1 |
872 | 2024-06-06T20:21:10.439Z | Downloaded uzers v0.11.3 |
873 | 2024-06-06T20:21:10.439Z | Downloaded rustls-pemfile v2.1.2 |
874 | 2024-06-06T20:21:10.439Z | Downloaded rustls-native-certs v0.7.0 |
875 | 2024-06-06T20:21:10.439Z | Downloaded sct v0.7.1 |
876 | 2024-06-06T20:21:10.440Z | Downloaded hyper v1.3.1 |
877 | 2024-06-06T20:21:10.468Z | Downloaded threadpool v1.8.1 |
878 | 2024-06-06T20:21:10.468Z | Downloaded thread-id v4.2.1 |
879 | 2024-06-06T20:21:10.468Z | Downloaded thiserror-impl-no-std v2.0.2 |
880 | 2024-06-06T20:21:10.468Z | Downloaded platforms v3.4.0 |
881 | 2024-06-06T20:21:10.468Z | Downloaded display-error-chain v0.2.0 |
882 | 2024-06-06T20:21:10.468Z | Downloaded rustfmt-wrapper v0.2.1 |
883 | 2024-06-06T20:21:10.468Z | Downloaded erased-serde v0.3.31 |
884 | 2024-06-06T20:21:10.468Z | Downloaded env_logger v0.10.2 |
885 | 2024-06-06T20:21:10.468Z | Downloaded env_logger v0.9.3 |
886 | 2024-06-06T20:21:10.468Z | Downloaded enum-as-inner v0.5.1 |
887 | 2024-06-06T20:21:10.468Z | Downloaded tower-layer v0.3.2 |
888 | 2024-06-06T20:21:10.468Z | Downloaded toolchain_find v0.4.0 |
889 | 2024-06-06T20:21:10.469Z | Downloaded semver v0.1.20 |
890 | 2024-06-06T20:21:10.469Z | Downloaded secrecy v0.8.0 |
891 | 2024-06-06T20:21:10.469Z | Downloaded sec1 v0.7.3 |
892 | 2024-06-06T20:21:10.469Z | Downloaded scroll v0.12.0 |
893 | 2024-06-06T20:21:10.494Z | Downloaded httptest v0.15.5 |
894 | 2024-06-06T20:21:10.494Z | Downloaded hmac v0.12.1 |
895 | 2024-06-06T20:21:10.494Z | Downloaded slog-dtrace v0.3.0 |
896 | 2024-06-06T20:21:10.494Z | Downloaded signal-hook v0.3.17 |
897 | 2024-06-06T20:21:10.494Z | Downloaded serde_yaml v0.9.34+deprecated |
898 | 2024-06-06T20:21:10.494Z | Downloaded serde_derive_internals v0.29.1 |
899 | 2024-06-06T20:21:10.494Z | Downloaded termios v0.3.3 |
900 | 2024-06-06T20:21:10.494Z | Downloaded termcolor v1.4.1 |
901 | 2024-06-06T20:21:10.494Z | Downloaded pkcs8 v0.10.2 |
902 | 2024-06-06T20:21:10.494Z | Downloaded pkcs1 v0.7.5 |
903 | 2024-06-06T20:21:10.494Z | Downloaded pest_derive v2.7.10 |
904 | 2024-06-06T20:21:10.494Z | Downloaded parking_lot_core v0.8.6 |
905 | 2024-06-06T20:21:10.520Z | Downloaded mockall_derive v0.12.1 |
906 | 2024-06-06T20:21:10.520Z | Downloaded dof v0.3.0 |
907 | 2024-06-06T20:21:10.520Z | Downloaded serde-big-array v0.5.1 |
908 | 2024-06-06T20:21:10.520Z | Downloaded serde-big-array v0.4.1 |
909 | 2024-06-06T20:21:10.520Z | Downloaded scroll_derive v0.12.0 |
910 | 2024-06-06T20:21:10.520Z | Downloaded portpicker v0.1.1 |
911 | 2024-06-06T20:21:10.520Z | Downloaded hostname v0.4.0 |
912 | 2024-06-06T20:21:10.520Z | Downloaded home v0.5.9 |
913 | 2024-06-06T20:21:10.520Z | Downloaded slog-envlogger v2.2.0 |
914 | 2024-06-06T20:21:10.520Z | Downloaded siphasher v0.3.11 |
915 | 2024-06-06T20:21:10.520Z | Downloaded signature v1.6.4 |
916 | 2024-06-06T20:21:10.520Z | Downloaded signal-hook-tokio v0.3.1 |
917 | 2024-06-06T20:21:10.520Z | Downloaded signal-hook-mio v0.2.3 |
918 | 2024-06-06T20:21:10.520Z | Downloaded shlex v1.3.0 |
919 | 2024-06-06T20:21:10.521Z | Downloaded shell-words v1.1.0 |
920 | 2024-06-06T20:21:10.521Z | Downloaded sha1 v0.10.6 |
921 | 2024-06-06T20:21:10.521Z | Downloaded indicatif v0.17.8 |
922 | 2024-06-06T20:21:10.550Z | Downloaded sqlparser v0.45.0 |
923 | 2024-06-06T20:21:10.550Z | Downloaded radix_trie v0.2.1 |
924 | 2024-06-06T20:21:10.550Z | Downloaded pem-rfc7468 v0.7.0 |
925 | 2024-06-06T20:21:10.551Z | Downloaded peg-macros v0.8.3 |
926 | 2024-06-06T20:21:10.551Z | Downloaded password-hash v0.5.0 |
927 | 2024-06-06T20:21:10.551Z | Downloaded omicron-zone-package v0.11.0 |
928 | 2024-06-06T20:21:10.551Z | Downloaded http-body v1.0.0 |
929 | 2024-06-06T20:21:10.551Z | Downloaded highway v1.1.0 |
930 | 2024-06-06T20:21:10.551Z | Downloaded hex-literal v0.4.1 |
931 | 2024-06-06T20:21:10.551Z | Downloaded smf v0.2.3 |
932 | 2024-06-06T20:21:10.581Z | Downloaded smawk v0.3.2 |
933 | 2024-06-06T20:21:10.582Z | Downloaded smallvec v0.6.14 |
934 | 2024-06-06T20:21:10.582Z | Downloaded slog-stdlog v4.1.1 |
935 | 2024-06-06T20:21:10.582Z | Downloaded slog-scope v4.4.0 |
936 | 2024-06-06T20:21:10.582Z | Downloaded serde_with_macros v3.8.1 |
937 | 2024-06-06T20:21:10.582Z | Downloaded serde_tokenstream v0.2.0 |
938 | 2024-06-06T20:21:10.582Z | Downloaded serde_repr v0.1.19 |
939 | 2024-06-06T20:21:10.582Z | Downloaded serde_plain v1.0.2 |
940 | 2024-06-06T20:21:10.582Z | Downloaded serde_path_to_error v0.1.16 |
941 | 2024-06-06T20:21:10.582Z | Downloaded iana-time-zone v0.1.60 |
942 | 2024-06-06T20:21:10.582Z | Downloaded hyper-util v0.1.3 |
943 | 2024-06-06T20:21:10.582Z | Downloaded hyper-rustls v0.26.0 |
944 | 2024-06-06T20:21:10.582Z | Downloaded hyper-rustls v0.24.2 |
945 | 2024-06-06T20:21:10.582Z | Downloaded tempfile v3.10.1 |
946 | 2024-06-06T20:21:10.582Z | Downloaded subprocess v0.2.9 |
947 | 2024-06-06T20:21:10.608Z | Downloaded ref-cast-impl v1.0.23 |
948 | 2024-06-06T20:21:10.608Z | Downloaded ref-cast v1.0.23 |
949 | 2024-06-06T20:21:10.608Z | Downloaded universal-hash v0.5.1 |
950 | 2024-06-06T20:21:10.609Z | Downloaded impl-trait-for-tuples v0.2.2 |
951 | 2024-06-06T20:21:10.609Z | Downloaded ident_case v1.0.1 |
952 | 2024-06-06T20:21:10.609Z | Downloaded hyper-staticfile v0.9.5 |
953 | 2024-06-06T20:21:10.609Z | Downloaded humantime v2.1.0 |
954 | 2024-06-06T20:21:10.609Z | Downloaded termtree v0.4.1 |
955 | 2024-06-06T20:21:10.609Z | Downloaded supports-color v3.0.0 |
956 | 2024-06-06T20:21:10.609Z | Downloaded structmeta v0.2.0 |
957 | 2024-06-06T20:21:10.609Z | Downloaded steno v0.4.0 |
958 | 2024-06-06T20:21:10.609Z | Downloaded keccak v0.1.5 |
959 | 2024-06-06T20:21:10.609Z | Downloaded hash32 v0.3.1 |
960 | 2024-06-06T20:21:10.609Z | Downloaded hash32 v0.2.1 |
961 | 2024-06-06T20:21:10.609Z | Downloaded zone v0.1.8 |
962 | 2024-06-06T20:21:10.609Z | Downloaded pin-project-internal v1.1.5 |
963 | 2024-06-06T20:21:10.609Z | Downloaded subtle v2.5.0 |
964 | 2024-06-06T20:21:10.642Z | Downloaded strum_macros v0.24.3 |
965 | 2024-06-06T20:21:10.642Z | Downloaded structmeta-derive v0.3.0 |
966 | 2024-06-06T20:21:10.642Z | Downloaded structmeta-derive v0.2.0 |
967 | 2024-06-06T20:21:10.642Z | Downloaded string_cache v0.8.7 |
968 | 2024-06-06T20:21:10.643Z | Downloaded snafu v0.8.2 |
969 | 2024-06-06T20:21:10.643Z | Downloaded rayon v1.10.0 |
970 | 2024-06-06T20:21:10.643Z | Downloaded quick-xml v0.31.0 |
971 | 2024-06-06T20:21:10.670Z | Downloaded proptest v1.4.0 |
972 | 2024-06-06T20:21:10.670Z | Downloaded phf_shared v0.11.2 |
973 | 2024-06-06T20:21:10.670Z | Downloaded parse-display v0.9.0 |
974 | 2024-06-06T20:21:10.670Z | Downloaded owo-colors v4.0.0 |
975 | 2024-06-06T20:21:10.670Z | Downloaded target-spec v3.1.0 |
976 | 2024-06-06T20:21:10.670Z | Downloaded target-lexicon v0.12.14 |
977 | 2024-06-06T20:21:10.670Z | Downloaded tap v1.0.1 |
978 | 2024-06-06T20:21:10.670Z | Downloaded strum_macros v0.25.3 |
979 | 2024-06-06T20:21:10.670Z | Downloaded partial-io v0.5.4 |
980 | 2024-06-06T20:21:10.670Z | Downloaded strip-ansi-escapes v0.2.0 |
981 | 2024-06-06T20:21:10.670Z | Downloaded stringprep v0.1.4 |
982 | 2024-06-06T20:21:10.695Z | Downloaded stability v0.2.0 |
983 | 2024-06-06T20:21:10.695Z | Downloaded rand v0.8.5 |
984 | 2024-06-06T20:21:10.695Z | Downloaded num-rational v0.4.2 |
985 | 2024-06-06T20:21:10.696Z | Downloaded num-complex v0.4.6 |
986 | 2024-06-06T20:21:10.696Z | Downloaded bstr v1.9.1 |
987 | 2024-06-06T20:21:10.696Z | Downloaded stable_deref_trait v1.2.0 |
988 | 2024-06-06T20:21:10.696Z | Downloaded rcgen v0.12.1 |
989 | 2024-06-06T20:21:10.721Z | Downloaded rayon-core v1.12.1 |
990 | 2024-06-06T20:21:10.721Z | Downloaded publicsuffix v2.2.3 |
991 | 2024-06-06T20:21:10.721Z | Downloaded goblin v0.8.2 |
992 | 2024-06-06T20:21:10.721Z | Downloaded plotters-backend v0.3.5 |
993 | 2024-06-06T20:21:10.721Z | Downloaded plain v0.2.3 |
994 | 2024-06-06T20:21:10.721Z | Downloaded rand_xorshift v0.3.0 |
995 | 2024-06-06T20:21:10.721Z | Downloaded rand_chacha v0.3.1 |
996 | 2024-06-06T20:21:10.721Z | Downloaded itertools v0.10.5 |
997 | 2024-06-06T20:21:10.746Z | Downloaded guppy v0.17.5 |
998 | 2024-06-06T20:21:10.746Z | Downloaded endian-type v0.1.2 |
999 | 2024-06-06T20:21:10.746Z | Downloaded tabled v0.15.0 |
1000 | 2024-06-06T20:21:10.771Z | Downloaded phf v0.11.2 |
1001 | 2024-06-06T20:21:10.771Z | Downloaded pest_generator v2.7.10 |
1002 | 2024-06-06T20:21:10.771Z | Downloaded peg-runtime v0.8.3 |
1003 | 2024-06-06T20:21:10.771Z | Downloaded peg v0.8.3 |
1004 | 2024-06-06T20:21:10.771Z | Downloaded paste v1.0.15 |
1005 | 2024-06-06T20:21:10.772Z | Downloaded packed_struct v0.10.1 |
1006 | 2024-06-06T20:21:10.772Z | Downloaded newtype-uuid v1.1.0 |
1007 | 2024-06-06T20:21:10.772Z | Downloaded multer v3.1.0 |
1008 | 2024-06-06T20:21:10.772Z | Downloaded mockall v0.12.1 |
1009 | 2024-06-06T20:21:10.772Z | Downloaded quick-error v1.2.3 |
1010 | 2024-06-06T20:21:10.772Z | Downloaded proc-macro-error-attr v1.0.4 |
1011 | 2024-06-06T20:21:10.772Z | Downloaded proc-macro-error v1.0.4 |
1012 | 2024-06-06T20:21:10.798Z | Downloaded itertools v0.12.1 |
1013 | 2024-06-06T20:21:10.798Z | Downloaded phf_shared v0.10.0 |
1014 | 2024-06-06T20:21:10.798Z | Downloaded pem v3.0.4 |
1015 | 2024-06-06T20:21:10.798Z | Downloaded parse-display-derive v0.9.0 |
1016 | 2024-06-06T20:21:10.798Z | Downloaded packed_struct_codegen v0.10.1 |
1017 | 2024-06-06T20:21:10.798Z | Downloaded oorandom v11.1.3 |
1018 | 2024-06-06T20:21:10.798Z | Downloaded olpc-cjson v0.1.3 |
1019 | 2024-06-06T20:21:10.798Z | Downloaded num-derive v0.4.2 |
1020 | 2024-06-06T20:21:10.798Z | Downloaded newline-converter v0.3.0 |
1021 | 2024-06-06T20:21:10.798Z | Downloaded mime_guess v2.0.4 |
1022 | 2024-06-06T20:21:10.798Z | Downloaded memoffset v0.9.1 |
1023 | 2024-06-06T20:21:10.798Z | Downloaded memmap2 v0.9.4 |
1024 | 2024-06-06T20:21:10.798Z | Downloaded curve25519-dalek v4.1.2 |
1025 | 2024-06-06T20:21:10.824Z | Downloaded radium v0.7.0 |
1026 | 2024-06-06T20:21:10.825Z | Downloaded r2d2 v0.8.10 |
1027 | 2024-06-06T20:21:10.825Z | Downloaded psl-types v2.0.11 |
1028 | 2024-06-06T20:21:10.825Z | Downloaded proc-macro-crate v1.3.1 |
1029 | 2024-06-06T20:21:10.825Z | Downloaded zip v0.6.6 |
1030 | 2024-06-06T20:21:10.825Z | Downloaded unicode-segmentation v1.11.0 |
1031 | 2024-06-06T20:21:10.825Z | Downloaded trust-dns-resolver v0.22.0 |
1032 | 2024-06-06T20:21:10.851Z | Downloaded tokio-postgres v0.7.10 |
1033 | 2024-06-06T20:21:10.851Z | Downloaded num_enum_derive v0.5.11 |
1034 | 2024-06-06T20:21:10.851Z | Downloaded num_enum v0.5.11 |
1035 | 2024-06-06T20:21:10.851Z | Downloaded num v0.4.3 |
1036 | 2024-06-06T20:21:10.851Z | Downloaded nibble_vec v0.1.0 |
1037 | 2024-06-06T20:21:10.851Z | Downloaded md-5 v0.10.6 |
1038 | 2024-06-06T20:21:10.851Z | Downloaded bstr v0.2.17 |
1039 | 2024-06-06T20:21:10.878Z | Downloaded instant v0.1.12 |
1040 | 2024-06-06T20:21:10.878Z | Downloaded half v2.4.1 |
1041 | 2024-06-06T20:21:10.878Z | Downloaded guppy-workspace-hack v0.1.0 |
1042 | 2024-06-06T20:21:10.879Z | Downloaded group v0.13.0 |
1043 | 2024-06-06T20:21:10.879Z | Downloaded globset v0.4.14 |
1044 | 2024-06-06T20:21:10.879Z | Downloaded glob v0.3.1 |
1045 | 2024-06-06T20:21:10.879Z | Downloaded ena v0.14.3 |
1046 | 2024-06-06T20:21:10.879Z | Downloaded embedded-io v0.4.0 |
1047 | 2024-06-06T20:21:10.879Z | Downloaded elliptic-curve v0.13.8 |
1048 | 2024-06-06T20:21:10.879Z | Downloaded either v1.12.0 |
1049 | 2024-06-06T20:21:10.879Z | Downloaded ed25519 v1.5.3 |
1050 | 2024-06-06T20:21:10.879Z | Downloaded dyn-clone v1.0.17 |
1051 | 2024-06-06T20:21:10.917Z | Downloaded zeroize_derive v1.4.2 |
1052 | 2024-06-06T20:21:10.917Z | Downloaded zeroize v1.7.0 |
1053 | 2024-06-06T20:21:10.917Z | Downloaded zerocopy-derive v0.7.34 |
1054 | 2024-06-06T20:21:10.917Z | Downloaded unicode-width v0.1.12 |
1055 | 2024-06-06T20:21:10.917Z | Downloaded unicode-linebreak v0.1.5 |
1056 | 2024-06-06T20:21:10.917Z | Downloaded unicase v2.7.0 |
1057 | 2024-06-06T20:21:10.917Z | Downloaded thiserror-no-std v2.0.2 |
1058 | 2024-06-06T20:21:10.917Z | Downloaded tabwriter v1.4.0 |
1059 | 2024-06-06T20:21:10.917Z | Downloaded tabled_derive v0.7.0 |
1060 | 2024-06-06T20:21:10.917Z | Downloaded pathdiff v0.2.1 |
1061 | 2024-06-06T20:21:10.917Z | Downloaded path-slash v0.1.5 |
1062 | 2024-06-06T20:21:10.917Z | Downloaded parse-size v1.0.0 |
1063 | 2024-06-06T20:21:10.917Z | Downloaded oso-derive v0.27.3 |
1064 | 2024-06-06T20:21:10.917Z | Downloaded num-iter v0.1.45 |
1065 | 2024-06-06T20:21:10.917Z | Downloaded num-integer v0.1.46 |
1066 | 2024-06-06T20:21:10.917Z | Downloaded crossterm v0.27.0 |
1067 | 2024-06-06T20:21:10.917Z | Downloaded criterion v0.5.1 |
1068 | 2024-06-06T20:21:10.943Z | Downloaded chrono v0.4.38 |
1069 | 2024-06-06T20:21:10.943Z | Downloaded snafu-derive v0.8.2 |
1070 | 2024-06-06T20:21:10.943Z | Downloaded similar v2.5.0 |
1071 | 2024-06-06T20:21:10.943Z | Downloaded nodrop v0.1.14 |
1072 | 2024-06-06T20:21:10.943Z | Downloaded multimap v0.10.0 |
1073 | 2024-06-06T20:21:10.943Z | Downloaded memmap v0.7.0 |
1074 | 2024-06-06T20:21:10.943Z | Downloaded managed v0.8.0 |
1075 | 2024-06-06T20:21:10.943Z | Downloaded lru-cache v0.1.2 |
1076 | 2024-06-06T20:21:10.943Z | Downloaded data-encoding v2.6.0 |
1077 | 2024-06-06T20:21:10.943Z | Downloaded darling_core v0.20.9 |
1078 | 2024-06-06T20:21:10.969Z | Downloaded crypto-bigint v0.5.5 |
1079 | 2024-06-06T20:21:10.970Z | Downloaded crc-catalog v2.4.0 |
1080 | 2024-06-06T20:21:10.970Z | Downloaded crc-any v2.5.0 |
1081 | 2024-06-06T20:21:10.970Z | Downloaded cookie v0.17.0 |
1082 | 2024-06-06T20:21:10.970Z | Downloaded const_format_proc_macros v0.2.32 |
1083 | 2024-06-06T20:21:10.970Z | Downloaded const-oid v0.9.6 |
1084 | 2024-06-06T20:21:10.970Z | Downloaded compact_str v0.7.1 |
1085 | 2024-06-06T20:21:10.995Z | Downloaded colored v2.1.0 |
1086 | 2024-06-06T20:21:10.995Z | Downloaded bzip2 v0.4.4 |
1087 | 2024-06-06T20:21:10.995Z | Downloaded blake3 v1.5.1 |
1088 | 2024-06-06T20:21:10.995Z | Downloaded downcast v0.11.0 |
1089 | 2024-06-06T20:21:10.995Z | Downloaded unicode-xid v0.2.4 |
1090 | 2024-06-06T20:21:10.995Z | Downloaded sqlformat v0.2.3 |
1091 | 2024-06-06T20:21:10.995Z | Downloaded spki v0.7.3 |
1092 | 2024-06-06T20:21:10.995Z | Downloaded spin v0.9.8 |
1093 | 2024-06-06T20:21:10.995Z | Downloaded spin v0.5.2 |
1094 | 2024-06-06T20:21:10.996Z | Downloaded similar-asserts v1.5.0 |
1095 | 2024-06-06T20:21:10.996Z | Downloaded sigpipe v0.1.3 |
1096 | 2024-06-06T20:21:10.996Z | Downloaded signature v2.2.0 |
1097 | 2024-06-06T20:21:11.021Z | Downloaded plotters-svg v0.3.5 |
1098 | 2024-06-06T20:21:11.021Z | Downloaded opaque-debug v0.3.1 |
1099 | 2024-06-06T20:21:11.021Z | Downloaded number_prefix v0.4.0 |
1100 | 2024-06-06T20:21:11.021Z | Downloaded num-traits v0.2.19 |
1101 | 2024-06-06T20:21:11.021Z | Downloaded nu-ansi-term v0.50.0 |
1102 | 2024-06-06T20:21:11.021Z | Downloaded newtype_derive v0.1.6 |
1103 | 2024-06-06T20:21:11.021Z | Downloaded nanorand v0.7.0 |
1104 | 2024-06-06T20:21:11.021Z | Downloaded maybe-uninit v2.0.0 |
1105 | 2024-06-06T20:21:11.021Z | Downloaded matches v0.1.10 |
1106 | 2024-06-06T20:21:11.022Z | Downloaded maplit v1.0.2 |
1107 | 2024-06-06T20:21:11.022Z | Downloaded lru v0.12.3 |
1108 | 2024-06-06T20:21:11.022Z | Downloaded cstr-argument v0.1.2 |
1109 | 2024-06-06T20:21:11.022Z | Downloaded crc v3.2.1 |
1110 | 2024-06-06T20:21:11.022Z | Downloaded constant_time_eq v0.3.0 |
1111 | 2024-06-06T20:21:11.022Z | Downloaded console v0.15.8 |
1112 | 2024-06-06T20:21:11.051Z | Downloaded cipher v0.4.4 |
1113 | 2024-06-06T20:21:11.051Z | Downloaded ciborium-io v0.2.2 |
1114 | 2024-06-06T20:21:11.052Z | Downloaded ciborium v0.2.2 |
1115 | 2024-06-06T20:21:11.052Z | Downloaded chacha20poly1305 v0.10.1 |
1116 | 2024-06-06T20:21:11.052Z | Downloaded chacha20 v0.9.1 |
1117 | 2024-06-06T20:21:11.052Z | Downloaded cfg_aliases v0.1.1 |
1118 | 2024-06-06T20:21:11.052Z | Downloaded castaway v0.2.2 |
1119 | 2024-06-06T20:21:11.053Z | Downloaded cast v0.3.0 |
1120 | 2024-06-06T20:21:11.053Z | Downloaded cassowary v0.3.0 |
1121 | 2024-06-06T20:21:11.053Z | Downloaded byteorder v1.5.0 |
1122 | 2024-06-06T20:21:11.053Z | Downloaded bytecount v0.6.8 |
1123 | 2024-06-06T20:21:11.054Z | Downloaded new_debug_unreachable v1.0.6 |
1124 | 2024-06-06T20:21:11.054Z | Downloaded nested v0.1.1 |
1125 | 2024-06-06T20:21:11.054Z | Downloaded minimal-lexical v0.2.1 |
1126 | 2024-06-06T20:21:11.054Z | Downloaded is_ci v1.2.0 |
1127 | 2024-06-06T20:21:11.055Z | Downloaded datatest-stable v0.2.9 |
1128 | 2024-06-06T20:21:11.082Z | Downloaded darling_macro v0.20.9 |
1129 | 2024-06-06T20:21:11.082Z | Downloaded darling v0.20.9 |
1130 | 2024-06-06T20:21:11.082Z | Downloaded curve25519-dalek-derive v0.1.1 |
1131 | 2024-06-06T20:21:11.082Z | Downloaded csv-core v0.1.11 |
1132 | 2024-06-06T20:21:11.082Z | Downloaded crunchy v0.2.2 |
1133 | 2024-06-06T20:21:11.082Z | Downloaded crucible-workspace-hack v0.1.0 |
1134 | 2024-06-06T20:21:11.082Z | Downloaded crossbeam-epoch v0.9.18 |
1135 | 2024-06-06T20:21:11.082Z | Downloaded crossbeam-deque v0.8.5 |
1136 | 2024-06-06T20:21:11.082Z | Downloaded criterion-plot v0.5.0 |
1137 | 2024-06-06T20:21:11.082Z | Downloaded cookie_store v0.20.0 |
1138 | 2024-06-06T20:21:11.082Z | Downloaded convert_case v0.4.0 |
1139 | 2024-06-06T20:21:11.082Z | Downloaded cobs v0.2.3 |
1140 | 2024-06-06T20:21:11.082Z | Downloaded ciborium-ll v0.2.2 |
1141 | 2024-06-06T20:21:11.082Z | Downloaded cfg-expr v0.15.8 |
1142 | 2024-06-06T20:21:11.082Z | Downloaded cexpr v0.6.0 |
1143 | 2024-06-06T20:21:11.082Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2024-06-06T20:21:11.083Z | Downloaded camino-tempfile v1.1.1 |
1145 | 2024-06-06T20:21:11.083Z | Downloaded buf-list v1.0.3 |
1146 | 2024-06-06T20:21:11.108Z | Downloaded corncobs v0.1.3 |
1147 | 2024-06-06T20:21:11.108Z | Downloaded clang-sys v1.7.0 |
1148 | 2024-06-06T20:21:11.108Z | Downloaded bitvec v1.0.1 |
1149 | 2024-06-06T20:21:11.108Z | Downloaded bindgen v0.69.4 |
1150 | 2024-06-06T20:21:11.133Z | Downloaded libefi-sys v0.1.0 |
1151 | 2024-06-06T20:21:11.133Z | Downloaded lalrpop-util v0.19.12 |
1152 | 2024-06-06T20:21:11.133Z | Downloaded lalrpop v0.19.12 |
1153 | 2024-06-06T20:21:11.133Z | Downloaded cookie v0.18.1 |
1154 | 2024-06-06T20:21:11.159Z | Downloaded const_format v0.2.32 |
1155 | 2024-06-06T20:21:11.159Z | Downloaded block-padding v0.3.3 |
1156 | 2024-06-06T20:21:11.159Z | Downloaded bitstruct_derive v0.1.0 |
1157 | 2024-06-06T20:21:11.159Z | Downloaded bitstruct v0.1.1 |
1158 | 2024-06-06T20:21:11.159Z | Downloaded bitfield v0.14.0 |
1159 | 2024-06-06T20:21:11.159Z | Downloaded bit-set v0.5.3 |
1160 | 2024-06-06T20:21:11.159Z | Downloaded bitflags v1.3.2 |
1161 | 2024-06-06T20:21:11.159Z | Downloaded bit-vec v0.6.3 |
1162 | 2024-06-06T20:21:11.159Z | Downloaded base64 v0.22.1 |
1163 | 2024-06-06T20:21:11.159Z | Downloaded base16ct v0.2.0 |
1164 | 2024-06-06T20:21:11.159Z | Downloaded backtrace v0.3.71 |
1165 | 2024-06-06T20:21:11.187Z | Downloaded backoff v0.4.0 |
1166 | 2024-06-06T20:21:11.187Z | Downloaded atomicwrites v0.4.3 |
1167 | 2024-06-06T20:21:11.187Z | Downloaded atomic-waker v1.1.2 |
1168 | 2024-06-06T20:21:11.187Z | Downloaded blake2b_simd v1.0.2 |
1169 | 2024-06-06T20:21:11.187Z | Downloaded blake2 v0.10.6 |
1170 | 2024-06-06T20:21:11.187Z | Downloaded base64 v0.13.1 |
1171 | 2024-06-06T20:21:11.187Z | Downloaded async-stream v0.3.5 |
1172 | 2024-06-06T20:21:11.187Z | Downloaded async-recursion v1.1.1 |
1173 | 2024-06-06T20:21:11.213Z | Downloaded libm v0.2.8 |
1174 | 2024-06-06T20:21:11.213Z | Downloaded libloading v0.8.3 |
1175 | 2024-06-06T20:21:11.213Z | Downloaded bcs v0.1.6 |
1176 | 2024-06-06T20:21:11.238Z | Downloaded bb8 v0.8.3 |
1177 | 2024-06-06T20:21:11.238Z | Downloaded base64ct v1.6.0 |
1178 | 2024-06-06T20:21:11.238Z | Downloaded async-trait v0.1.80 |
1179 | 2024-06-06T20:21:11.239Z | Downloaded async-stream-impl v0.3.5 |
1180 | 2024-06-06T20:21:11.239Z | Downloaded atty v0.2.14 |
1181 | 2024-06-06T20:21:11.239Z | Downloaded kstat-rs v0.2.3 |
1182 | 2024-06-06T20:21:11.239Z | Downloaded debug-ignore v1.0.5 |
1183 | 2024-06-06T20:21:11.264Z | Downloaded assert_matches v1.5.0 |
1184 | 2024-06-06T20:21:11.264Z | Downloaded argon2 v0.5.3 |
1185 | 2024-06-06T20:21:11.264Z | Downloaded arc-swap v1.7.1 |
1186 | 2024-06-06T20:21:11.264Z | Downloaded allocator-api2 v0.2.18 |
1187 | 2024-06-06T20:21:11.265Z | Downloaded aho-corasick v1.1.3 |
1188 | 2024-06-06T20:21:11.265Z | Downloaded addr2line v0.21.0 |
1189 | 2024-06-06T20:21:11.265Z | Downloaded approx v0.5.1 |
1190 | 2024-06-06T20:21:11.290Z | Downloaded ahash v0.8.11 |
1191 | 2024-06-06T20:21:11.290Z | Downloaded aead v0.5.2 |
1192 | 2024-06-06T20:21:12.095Z | Compiling serde v1.0.203 |
1193 | 2024-06-06T20:21:12.096Z | Checking cfg-if v1.0.0 |
1194 | 2024-06-06T20:21:12.122Z | Compiling libm v0.2.8 |
1195 | 2024-06-06T20:21:12.153Z | Checking libc v0.2.155 |
1196 | 2024-06-06T20:21:12.182Z | Compiling syn v2.0.64 |
1197 | 2024-06-06T20:21:12.183Z | Compiling num-traits v0.2.19 |
1198 | 2024-06-06T20:21:12.183Z | Compiling ahash v0.8.11 |
1199 | 2024-06-06T20:21:12.183Z | Compiling getrandom v0.2.14 |
1200 | 2024-06-06T20:21:12.256Z | Compiling serde_json v1.0.117 |
1201 | 2024-06-06T20:21:12.454Z | Compiling byteorder v1.5.0 |
1202 | 2024-06-06T20:21:12.624Z | Compiling log v0.4.21 |
1203 | 2024-06-06T20:21:12.653Z | Compiling generic-array v0.14.7 |
1204 | 2024-06-06T20:21:12.688Z | Checking memchr v2.7.2 |
1205 | 2024-06-06T20:21:12.730Z | Checking itoa v1.0.11 |
1206 | 2024-06-06T20:21:12.913Z | Compiling syn v1.0.109 |
1207 | 2024-06-06T20:21:12.960Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-06-06T20:21:13.423Z | Checking scopeguard v1.2.0 |
1209 | 2024-06-06T20:21:13.460Z | Checking smallvec v1.13.2 |
1210 | 2024-06-06T20:21:13.460Z | Checking lock_api v0.4.12 |
1211 | 2024-06-06T20:21:13.460Z | Compiling schemars v0.8.20 |
1212 | 2024-06-06T20:21:13.460Z | Compiling ring v0.17.8 |
1213 | 2024-06-06T20:21:13.526Z | Compiling time-macros v0.2.18 |
1214 | 2024-06-06T20:21:13.563Z | Checking once_cell v1.19.0 |
1215 | 2024-06-06T20:21:14.163Z | Checking parking_lot_core v0.9.10 |
1216 | 2024-06-06T20:21:14.195Z | Compiling aho-corasick v1.1.3 |
1217 | 2024-06-06T20:21:14.195Z | Checking parking_lot v0.12.2 |
1218 | 2024-06-06T20:21:14.195Z | Compiling regex-syntax v0.8.3 |
1219 | 2024-06-06T20:21:14.417Z | Checking pin-project-lite v0.2.14 |
1220 | 2024-06-06T20:21:16.560Z | Checking signal-hook-registry v1.4.2 |
1221 | 2024-06-06T20:21:16.768Z | Checking mio v0.8.11 |
1222 | 2024-06-06T20:21:16.920Z | Compiling slog v2.7.0 |
1223 | 2024-06-06T20:21:17.081Z | Compiling regex-automata v0.4.6 |
1224 | 2024-06-06T20:21:17.297Z | Checking num_cpus v1.16.0 |
1225 | 2024-06-06T20:21:17.399Z | Compiling crossbeam-utils v0.8.19 |
1226 | 2024-06-06T20:21:17.667Z | Checking ryu v1.0.18 |
1227 | 2024-06-06T20:21:17.859Z | Checking rand_core v0.6.4 |
1228 | 2024-06-06T20:21:17.942Z | Compiling rustls v0.21.12 |
1229 | 2024-06-06T20:21:18.128Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-06-06T20:21:18.179Z | Checking futures-core v0.3.30 |
1231 | 2024-06-06T20:21:18.714Z | Checking socket2 v0.5.7 |
1232 | 2024-06-06T20:21:18.714Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-06-06T20:21:18.714Z | Compiling cookie v0.17.0 |
1234 | 2024-06-06T20:21:18.714Z | Compiling backtrace v0.3.71 |
1235 | 2024-06-06T20:21:18.715Z | Compiling dyn-clone v1.0.17 |
1236 | 2024-06-06T20:21:18.832Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-06-06T20:21:18.874Z | Compiling anyhow v1.0.86 |
1238 | 2024-06-06T20:21:19.558Z | Compiling unicode-normalization v0.1.23 |
1239 | 2024-06-06T20:21:19.835Z | Compiling either v1.12.0 |
1240 | 2024-06-06T20:21:19.864Z | Compiling unicode-bidi v0.3.15 |
1241 | 2024-06-06T20:21:20.128Z | Compiling usdt-impl v0.5.0 |
1242 | 2024-06-06T20:21:20.158Z | Checking futures-sink v0.3.30 |
1243 | 2024-06-06T20:21:20.278Z | Compiling unicode-width v0.1.12 |
1244 | 2024-06-06T20:21:20.388Z | Compiling plain v0.2.3 |
1245 | 2024-06-06T20:21:20.472Z | Compiling spin v0.9.8 |
1246 | 2024-06-06T20:21:20.535Z | Compiling pretty-hex v0.4.1 |
1247 | 2024-06-06T20:21:20.574Z | Compiling winnow v0.5.40 |
1248 | 2024-06-06T20:21:20.727Z | Compiling thread-id v4.2.1 |
1249 | 2024-06-06T20:21:20.770Z | Checking futures-channel v0.3.30 |
1250 | 2024-06-06T20:21:20.828Z | Checking slab v0.4.9 |
1251 | 2024-06-06T20:21:20.861Z | Compiling subtle v2.5.0 |
1252 | 2024-06-06T20:21:21.081Z | Checking futures-io v0.3.30 |
1253 | 2024-06-06T20:21:21.107Z | Compiling const-oid v0.9.6 |
1254 | 2024-06-06T20:21:21.154Z | Checking pin-utils v0.1.0 |
1255 | 2024-06-06T20:21:21.180Z | Checking futures-task v0.3.30 |
1256 | 2024-06-06T20:21:21.268Z | Compiling untrusted v0.9.0 |
1257 | 2024-06-06T20:21:21.293Z | Compiling spin v0.5.2 |
1258 | 2024-06-06T20:21:21.445Z | Compiling signal-hook v0.3.17 |
1259 | 2024-06-06T20:21:21.515Z | Compiling siphasher v0.3.11 |
1260 | 2024-06-06T20:21:21.671Z | Compiling regex v1.10.4 |
1261 | 2024-06-06T20:21:22.113Z | Compiling time v0.3.36 |
1262 | 2024-06-06T20:21:22.651Z | Compiling idna v0.5.0 |
1263 | 2024-06-06T20:21:22.677Z | Checking typenum v1.17.0 |
1264 | 2024-06-06T20:21:23.825Z | Compiling rustls-webpki v0.101.7 |
1265 | 2024-06-06T20:21:23.932Z | Compiling sct v0.7.1 |
1266 | 2024-06-06T20:21:24.254Z | Compiling url v2.5.0 |
1267 | 2024-06-06T20:21:24.736Z | Compiling serde_derive v1.0.203 |
1268 | 2024-06-06T20:21:25.174Z | Compiling zerocopy-derive v0.7.34 |
1269 | 2024-06-06T20:21:25.527Z | Compiling zeroize_derive v1.4.2 |
1270 | 2024-06-06T20:21:25.966Z | Compiling thiserror-impl v1.0.60 |
1271 | 2024-06-06T20:21:26.006Z | Compiling tokio-macros v2.2.0 |
1272 | 2024-06-06T20:21:26.822Z | Compiling futures-macro v0.3.30 |
1273 | 2024-06-06T20:21:26.869Z | Compiling zerocopy v0.7.34 |
1274 | 2024-06-06T20:21:26.930Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-06-06T20:21:27.450Z | Compiling schemars_derive v0.8.20 |
1276 | 2024-06-06T20:21:28.456Z | Compiling openssl-macros v0.1.1 |
1277 | 2024-06-06T20:21:28.562Z | Compiling async-trait v0.1.80 |
1278 | 2024-06-06T20:21:28.728Z | Compiling hashbrown v0.14.5 |
1279 | 2024-06-06T20:21:28.878Z | Compiling thiserror v1.0.60 |
1280 | 2024-06-06T20:21:29.314Z | Checking zeroize v1.7.0 |
1281 | 2024-06-06T20:21:29.314Z | Compiling scroll_derive v0.12.0 |
1282 | 2024-06-06T20:21:29.314Z | Compiling pest v2.7.10 |
1283 | 2024-06-06T20:21:30.301Z | Compiling der_derive v0.7.2 |
1284 | 2024-06-06T20:21:30.474Z | Compiling scroll v0.12.0 |
1285 | 2024-06-06T20:21:30.945Z | Compiling goblin v0.8.2 |
1286 | 2024-06-06T20:21:30.971Z | Compiling futures-util v0.3.30 |
1287 | 2024-06-06T20:21:31.491Z | Compiling pest_meta v2.7.10 |
1288 | 2024-06-06T20:21:32.502Z | Compiling pest_generator v2.7.10 |
1289 | 2024-06-06T20:21:33.010Z | Compiling tracing v0.1.40 |
1290 | 2024-06-06T20:21:33.442Z | Compiling clap_derive v4.5.4 |
1291 | 2024-06-06T20:21:34.169Z | Compiling crypto-common v0.1.6 |
1292 | 2024-06-06T20:21:34.379Z | Compiling zerocopy-derive v0.6.6 |
1293 | 2024-06-06T20:21:35.929Z | Compiling pest_derive v2.7.10 |
1294 | 2024-06-06T20:21:35.961Z | Compiling block-buffer v0.10.4 |
1295 | 2024-06-06T20:21:35.990Z | Checking bytes v1.6.0 |
1296 | 2024-06-06T20:21:36.252Z | Checking bitflags v2.5.0 |
1297 | 2024-06-06T20:21:36.409Z | Compiling digest v0.10.7 |
1298 | 2024-06-06T20:21:36.527Z | Compiling indexmap v2.2.6 |
1299 | 2024-06-06T20:21:36.840Z | Compiling semver v1.0.23 |
1300 | 2024-06-06T20:21:36.904Z | Compiling serde_tokenstream v0.2.0 |
1301 | 2024-06-06T20:21:37.477Z | Compiling uuid v1.8.0 |
1302 | 2024-06-06T20:21:37.610Z | Compiling chrono v0.4.38 |
1303 | 2024-06-06T20:21:37.645Z | Checking tokio v1.37.0 |
1304 | 2024-06-06T20:21:37.734Z | Compiling http v0.2.12 |
1305 | 2024-06-06T20:21:37.758Z | Compiling serde_spanned v0.6.6 |
1306 | 2024-06-06T20:21:37.835Z | Compiling toml_datetime v0.6.6 |
1307 | 2024-06-06T20:21:38.283Z | Compiling rustc_version v0.4.0 |
1308 | 2024-06-06T20:21:38.671Z | Compiling rustix v0.38.34 |
1309 | 2024-06-06T20:21:38.955Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-06-06T20:21:39.293Z | Compiling dof v0.3.0 |
1311 | 2024-06-06T20:21:40.000Z | Compiling toml_edit v0.19.15 |
1312 | 2024-06-06T20:21:40.795Z | Compiling dtrace-parser v0.2.0 |
1313 | 2024-06-06T20:21:41.073Z | Compiling http-body v0.4.6 |
1314 | 2024-06-06T20:21:41.263Z | Compiling openssl v0.10.64 |
1315 | 2024-06-06T20:21:42.571Z | Compiling heapless v0.7.17 |
1316 | 2024-06-06T20:21:42.964Z | Compiling usdt-macro v0.5.0 |
1317 | 2024-06-06T20:21:43.185Z | Compiling usdt-attr-macro v0.5.0 |
1318 | 2024-06-06T20:21:43.594Z | Compiling idna v0.3.0 |
1319 | 2024-06-06T20:21:43.894Z | Compiling psl-types v2.0.11 |
1320 | 2024-06-06T20:21:44.065Z | Compiling ppv-lite86 v0.2.17 |
1321 | 2024-06-06T20:21:44.301Z | Compiling publicsuffix v2.2.3 |
1322 | 2024-06-06T20:21:44.514Z | Compiling tokio-util v0.7.11 |
1323 | 2024-06-06T20:21:44.570Z | Compiling tokio-rustls v0.24.1 |
1324 | 2024-06-06T20:21:44.683Z | Compiling rand_chacha v0.3.1 |
1325 | 2024-06-06T20:21:44.816Z | Compiling crossbeam-epoch v0.9.18 |
1326 | 2024-06-06T20:21:44.913Z | Compiling unicode-xid v0.2.4 |
1327 | 2024-06-06T20:21:45.072Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1328 | 2024-06-06T20:21:45.508Z | Compiling h2 v0.3.26 |
1329 | 2024-06-06T20:21:45.694Z | Compiling bit-vec v0.6.3 |
1330 | 2024-06-06T20:21:45.943Z | Compiling cookie_store v0.20.0 |
1331 | 2024-06-06T20:21:46.088Z | Compiling native-tls v0.2.11 |
1332 | 2024-06-06T20:21:46.511Z | Compiling tokio-native-tls v0.3.1 |
1333 | 2024-06-06T20:21:46.656Z | Compiling rand v0.8.5 |
1334 | 2024-06-06T20:21:46.751Z | Compiling serde_urlencoded v0.7.1 |
1335 | 2024-06-06T20:21:46.895Z | Compiling phf_shared v0.10.0 |
1336 | 2024-06-06T20:21:47.209Z | Compiling lazy_static v1.4.0 |
1337 | 2024-06-06T20:21:47.238Z | Compiling smoltcp v0.9.1 |
1338 | 2024-06-06T20:21:47.311Z | Compiling minimal-lexical v0.2.1 |
1339 | 2024-06-06T20:21:47.380Z | Compiling gimli v0.28.1 |
1340 | 2024-06-06T20:21:47.679Z | Compiling new_debug_unreachable v1.0.6 |
1341 | 2024-06-06T20:21:47.760Z | Compiling base64ct v1.6.0 |
1342 | 2024-06-06T20:21:47.785Z | Compiling webpki-roots v0.25.4 |
1343 | 2024-06-06T20:21:47.855Z | Compiling precomputed-hash v0.1.1 |
1344 | 2024-06-06T20:21:47.923Z | Compiling fixedbitset v0.4.2 |
1345 | 2024-06-06T20:21:47.970Z | Checking fnv v1.0.7 |
1346 | 2024-06-06T20:21:48.086Z | Compiling string_cache v0.8.7 |
1347 | 2024-06-06T20:21:48.293Z | Compiling petgraph v0.6.5 |
1348 | 2024-06-06T20:21:48.328Z | Compiling pem-rfc7468 v0.7.0 |
1349 | 2024-06-06T20:21:48.446Z | Compiling nom v7.1.3 |
1350 | 2024-06-06T20:21:48.523Z | Compiling bit-set v0.5.3 |
1351 | 2024-06-06T20:21:48.556Z | Compiling hmac v0.12.1 |
1352 | 2024-06-06T20:21:48.774Z | Compiling hubpack_derive v0.1.1 |
1353 | 2024-06-06T20:21:48.805Z | Compiling enum-as-inner v0.5.1 |
1354 | 2024-06-06T20:21:49.026Z | Compiling itertools v0.10.5 |
1355 | 2024-06-06T20:21:49.523Z | Compiling diesel_table_macro_syntax v0.1.0 |
1356 | 2024-06-06T20:21:49.636Z | Compiling object v0.32.2 |
1357 | 2024-06-06T20:21:49.883Z | Compiling lalrpop-util v0.19.12 |
1358 | 2024-06-06T20:21:50.179Z | Compiling unicode-segmentation v1.11.0 |
1359 | 2024-06-06T20:21:50.829Z | Compiling addr2line v0.21.0 |
1360 | 2024-06-06T20:21:50.864Z | Compiling flagset v0.4.5 |
1361 | 2024-06-06T20:21:51.049Z | Compiling hyper v0.14.28 |
1362 | 2024-06-06T20:21:51.433Z | Compiling rustc-demangle v0.1.24 |
1363 | 2024-06-06T20:21:51.458Z | Compiling der v0.7.9 |
1364 | 2024-06-06T20:21:51.485Z | Compiling toml_edit v0.22.13 |
1365 | 2024-06-06T20:21:51.539Z | Compiling diesel_derives v2.1.4 |
1366 | 2024-06-06T20:21:52.213Z | Compiling futures-executor v0.3.30 |
1367 | 2024-06-06T20:21:52.333Z | Compiling itertools v0.12.1 |
1368 | 2024-06-06T20:21:52.741Z | Compiling finl_unicode v1.2.0 |
1369 | 2024-06-06T20:21:53.236Z | Compiling spki v0.7.3 |
1370 | 2024-06-06T20:21:53.566Z | Compiling stringprep v0.1.4 |
1371 | 2024-06-06T20:21:54.355Z | Compiling sha2 v0.10.8 |
1372 | 2024-06-06T20:21:54.381Z | Compiling futures v0.3.30 |
1373 | 2024-06-06T20:21:54.489Z | Compiling toml v0.7.8 |
1374 | 2024-06-06T20:21:54.630Z | Compiling md-5 v0.10.6 |
1375 | 2024-06-06T20:21:54.867Z | Compiling hex v0.4.3 |
1376 | 2024-06-06T20:21:54.979Z | Compiling strum_macros v0.25.3 |
1377 | 2024-06-06T20:21:55.802Z | Compiling serde_repr v0.1.19 |
1378 | 2024-06-06T20:21:56.772Z | Compiling hyper-tls v0.5.0 |
1379 | 2024-06-06T20:21:56.800Z | Compiling hyper-rustls v0.24.2 |
1380 | 2024-06-06T20:21:57.090Z | Compiling reqwest v0.11.27 |
1381 | 2024-06-06T20:21:57.117Z | Compiling num-integer v0.1.46 |
1382 | 2024-06-06T20:21:57.595Z | Compiling hash32 v0.2.1 |
1383 | 2024-06-06T20:21:57.797Z | Compiling fs-err v2.11.0 |
1384 | 2024-06-06T20:21:57.916Z | Compiling fallible-iterator v0.2.0 |
1385 | 2024-06-06T20:21:58.021Z | Compiling stable_deref_trait v1.2.0 |
1386 | 2024-06-06T20:21:58.122Z | Checking tinyvec_macros v0.1.1 |
1387 | 2024-06-06T20:21:58.199Z | Checking tinyvec v1.6.0 |
1388 | 2024-06-06T20:21:58.536Z | Compiling postgres-protocol v0.6.6 |
1389 | 2024-06-06T20:21:58.684Z | Compiling pkcs8 v0.10.2 |
1390 | 2024-06-06T20:21:58.896Z | Compiling terminal_size v0.3.0 |
1391 | 2024-06-06T20:21:59.064Z | Compiling block-padding v0.3.3 |
1392 | 2024-06-06T20:21:59.255Z | Compiling phf_shared v0.11.2 |
1393 | 2024-06-06T20:21:59.296Z | Compiling ff v0.13.0 |
1394 | 2024-06-06T20:21:59.374Z | Compiling scheduled-thread-pool v0.2.7 |
1395 | 2024-06-06T20:21:59.466Z | Compiling base16ct v0.2.0 |
1396 | 2024-06-06T20:21:59.516Z | Compiling matches v0.1.10 |
1397 | 2024-06-06T20:21:59.589Z | Compiling peg-runtime v0.8.3 |
1398 | 2024-06-06T20:21:59.615Z | Compiling managed v0.8.0 |
1399 | 2024-06-06T20:21:59.761Z | Compiling bitflags v1.3.2 |
1400 | 2024-06-06T20:21:59.913Z | Checking equivalent v1.0.1 |
1401 | 2024-06-06T20:21:59.937Z | Compiling clap_builder v4.5.2 |
1402 | 2024-06-06T20:22:00.049Z | Compiling sec1 v0.7.3 |
1403 | 2024-06-06T20:22:00.179Z | Compiling idna v0.2.3 |
1404 | 2024-06-06T20:22:00.535Z | Compiling r2d2 v0.8.10 |
1405 | 2024-06-06T20:22:00.847Z | Compiling signal-hook-mio v0.2.3 |
1406 | 2024-06-06T20:22:00.991Z | Compiling phf v0.11.2 |
1407 | 2024-06-06T20:22:01.082Z | Compiling group v0.13.0 |
1408 | 2024-06-06T20:22:01.309Z | Compiling inout v0.1.3 |
1409 | 2024-06-06T20:22:01.334Z | Compiling postgres-types v0.2.6 |
1410 | 2024-06-06T20:22:01.429Z | Compiling num-bigint v0.4.5 |
1411 | 2024-06-06T20:22:01.502Z | Compiling hubpack v0.1.2 |
1412 | 2024-06-06T20:22:01.570Z | Compiling hkdf v0.12.4 |
1413 | 2024-06-06T20:22:01.863Z | Compiling ipnetwork v0.20.0 |
1414 | 2024-06-06T20:22:01.920Z | Compiling zerocopy v0.6.6 |
1415 | 2024-06-06T20:22:02.050Z | Compiling crypto-bigint v0.5.5 |
1416 | 2024-06-06T20:22:02.625Z | Compiling float-cmp v0.9.0 |
1417 | 2024-06-06T20:22:02.651Z | Compiling memmap v0.7.0 |
1418 | 2024-06-06T20:22:02.683Z | Compiling difflib v0.4.0 |
1419 | 2024-06-06T20:22:02.841Z | Compiling data-encoding v2.6.0 |
1420 | 2024-06-06T20:22:02.965Z | Compiling static_assertions v1.1.0 |
1421 | 2024-06-06T20:22:03.067Z | Compiling normalize-line-endings v0.3.0 |
1422 | 2024-06-06T20:22:03.185Z | Compiling predicates-core v1.0.6 |
1423 | 2024-06-06T20:22:03.535Z | Compiling whoami v1.5.1 |
1424 | 2024-06-06T20:22:04.072Z | Compiling diesel v2.1.6 |
1425 | 2024-06-06T20:22:04.124Z | Compiling tokio-postgres v0.7.10 |
1426 | 2024-06-06T20:22:04.165Z | Compiling yasna v0.5.2 |
1427 | 2024-06-06T20:22:04.847Z | Compiling elliptic-curve v0.13.8 |
1428 | 2024-06-06T20:22:05.516Z | Compiling predicates v3.1.0 |
1429 | 2024-06-06T20:22:05.808Z | Compiling trust-dns-proto v0.22.0 |
1430 | 2024-06-06T20:22:06.928Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1431 | 2024-06-06T20:22:07.113Z | Compiling clap v4.5.4 |
1432 | 2024-06-06T20:22:07.233Z | Compiling usdt v0.5.0 |
1433 | 2024-06-06T20:22:07.653Z | Compiling cipher v0.4.4 |
1434 | 2024-06-06T20:22:08.157Z | Compiling crossterm v0.27.0 |
1435 | 2024-06-06T20:22:09.012Z | Compiling num-iter v0.1.45 |
1436 | 2024-06-06T20:22:09.205Z | Compiling similar v2.5.0 |
1437 | 2024-06-06T20:22:09.345Z | Compiling console v0.15.8 |
1438 | 2024-06-06T20:22:10.130Z | Compiling tokio-stream v0.1.15 |
1439 | 2024-06-06T20:22:10.254Z | Compiling bstr v1.9.1 |
1440 | 2024-06-06T20:22:11.334Z | Checking tracing-core v0.1.32 |
1441 | 2024-06-06T20:22:12.118Z | Checking percent-encoding v2.3.1 |
1442 | 2024-06-06T20:22:12.318Z | Checking form_urlencoded v1.2.1 |
1443 | 2024-06-06T20:22:12.505Z | Checking unicode-ident v1.0.12 |
1444 | 2024-06-06T20:22:12.647Z | Checking httparse v1.8.0 |
1445 | 2024-06-06T20:22:12.738Z | Checking powerfmt v0.2.0 |
1446 | 2024-06-06T20:22:12.986Z | Checking deranged v0.3.11 |
1447 | 2024-06-06T20:22:13.012Z | Checking errno v0.3.9 |
1448 | 2024-06-06T20:22:13.103Z | Checking time-core v0.1.2 |
1449 | 2024-06-06T20:22:13.173Z | Checking num_threads v0.1.7 |
1450 | 2024-06-06T20:22:13.245Z | Checking num-conv v0.1.0 |
1451 | 2024-06-06T20:22:13.302Z | Checking proc-macro2 v1.0.82 |
1452 | 2024-06-06T20:22:13.801Z | Checking cpufeatures v0.2.12 |
1453 | 2024-06-06T20:22:13.895Z | Checking quote v1.0.36 |
1454 | 2024-06-06T20:22:14.083Z | Checking adler v1.0.2 |
1455 | 2024-06-06T20:22:14.230Z | Checking base64 v0.21.7 |
1456 | 2024-06-06T20:22:14.646Z | Checking try-lock v0.2.5 |
1457 | 2024-06-06T20:22:14.796Z | Checking want v0.3.1 |
1458 | 2024-06-06T20:22:14.824Z | Checking miniz_oxide v0.7.2 |
1459 | 2024-06-06T20:22:14.933Z | Checking tower-service v0.3.2 |
1460 | 2024-06-06T20:22:15.305Z | Checking httpdate v1.0.3 |
1461 | 2024-06-06T20:22:15.521Z | Checking foreign-types-shared v0.1.1 |
1462 | 2024-06-06T20:22:15.620Z | Checking openssl-probe v0.1.5 |
1463 | 2024-06-06T20:22:15.675Z | Checking foreign-types v0.3.2 |
1464 | 2024-06-06T20:22:15.750Z | Checking openssl-sys v0.9.102 |
1465 | 2024-06-06T20:22:16.209Z | Checking mime v0.3.17 |
1466 | 2024-06-06T20:22:16.573Z | Checking utf8parse v0.2.1 |
1467 | 2024-06-06T20:22:17.059Z | Checking ipnet v2.9.0 |
1468 | 2024-06-06T20:22:19.533Z | Checking encoding_rs v0.8.34 |
1469 | 2024-06-06T20:22:19.981Z | Checking anstyle v1.0.7 |
1470 | 2024-06-06T20:22:20.451Z | Checking rustls-pemfile v1.0.4 |
1471 | 2024-06-06T20:22:21.190Z | Checking sync_wrapper v0.1.2 |
1472 | 2024-06-06T20:22:21.847Z | Checking anstyle-parse v0.2.4 |
1473 | 2024-06-06T20:22:21.995Z | Checking is_terminal_polyfill v1.70.0 |
1474 | 2024-06-06T20:22:22.019Z | Checking anstyle-query v1.0.3 |
1475 | 2024-06-06T20:22:22.116Z | Checking colorchoice v1.0.1 |
1476 | 2024-06-06T20:22:22.244Z | Checking anstream v0.6.14 |
1477 | 2024-06-06T20:22:22.661Z | Checking strsim v0.11.1 |
1478 | 2024-06-06T20:22:22.818Z | Checking clap_lex v0.7.0 |
1479 | 2024-06-06T20:22:24.222Z | Checking crc32fast v1.4.0 |
1480 | 2024-06-06T20:22:25.525Z | Checking flate2 v1.0.30 |
1481 | 2024-06-06T20:22:25.822Z | Checking winnow v0.6.8 |
1482 | 2024-06-06T20:22:33.287Z | Compiling regress v0.9.1 |
1483 | 2024-06-06T20:22:33.528Z | Compiling getopts v0.2.21 |
1484 | 2024-06-06T20:22:33.736Z | Compiling unsafe-libyaml v0.2.11 |
1485 | 2024-06-06T20:22:33.761Z | Checking heck v0.5.0 |
1486 | 2024-06-06T20:22:34.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1487 | 2024-06-06T20:22:34.419Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1488 | 2024-06-06T20:22:34.574Z | Checking camino v1.1.7 |
1489 | 2024-06-06T20:22:34.689Z | Checking base64 v0.22.1 |
1490 | 2024-06-06T20:22:34.830Z | Compiling serde_yaml v0.9.34+deprecated |
1491 | 2024-06-06T20:22:35.048Z | Checking is-terminal v0.4.12 |
1492 | 2024-06-06T20:22:35.117Z | Checking sha1 v0.10.6 |
1493 | 2024-06-06T20:22:35.164Z | Checking http v1.1.0 |
1494 | 2024-06-06T20:22:35.356Z | Compiling paste v1.0.15 |
1495 | 2024-06-06T20:22:35.381Z | Compiling strum_macros v0.26.2 |
1496 | 2024-06-06T20:22:35.467Z | Checking rustls-pki-types v1.7.0 |
1497 | 2024-06-06T20:22:35.826Z | Compiling ident_case v1.0.1 |
1498 | 2024-06-06T20:22:35.859Z | Checking match_cfg v0.1.0 |
1499 | 2024-06-06T20:22:35.956Z | Checking fastrand v2.1.0 |
1500 | 2024-06-06T20:22:35.986Z | Checking hostname v0.3.1 |
1501 | 2024-06-06T20:22:36.096Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1502 | 2024-06-06T20:22:36.294Z | Checking tempfile v3.10.1 |
1503 | 2024-06-06T20:22:36.339Z | Compiling darling_core v0.20.9 |
1504 | 2024-06-06T20:22:37.474Z | Checking dirs-sys-next v0.1.2 |
1505 | 2024-06-06T20:22:37.628Z | Checking quick-error v1.2.3 |
1506 | 2024-06-06T20:22:37.652Z | Checking dirs-next v2.0.0 |
1507 | 2024-06-06T20:22:37.749Z | Checking crossbeam-channel v0.5.12 |
1508 | 2024-06-06T20:22:37.774Z | Checking thread_local v1.1.8 |
1509 | 2024-06-06T20:22:38.032Z | Compiling rustls v0.22.4 |
1510 | 2024-06-06T20:22:38.273Z | Checking term v0.7.0 |
1511 | 2024-06-06T20:22:38.377Z | Checking rustls-webpki v0.102.4 |
1512 | 2024-06-06T20:22:38.517Z | Checking instant v0.1.12 |
1513 | 2024-06-06T20:22:38.541Z | Checking take_mut v0.2.2 |
1514 | 2024-06-06T20:22:38.630Z | Checking rustls-pemfile v2.1.2 |
1515 | 2024-06-06T20:22:38.659Z | Checking slog-term v2.9.1 |
1516 | 2024-06-06T20:22:38.685Z | Checking slog-async v2.8.0 |
1517 | 2024-06-06T20:22:38.857Z | Compiling multer v3.1.0 |
1518 | 2024-06-06T20:22:39.341Z | Checking debug-ignore v1.0.5 |
1519 | 2024-06-06T20:22:39.375Z | Checking toml v0.8.13 |
1520 | 2024-06-06T20:22:39.375Z | Checking slog-json v2.6.1 |
1521 | 2024-06-06T20:22:39.375Z | Compiling async-stream-impl v0.3.5 |
1522 | 2024-06-06T20:22:39.375Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1523 | 2024-06-06T20:22:39.596Z | Checking atomic-waker v1.1.2 |
1524 | 2024-06-06T20:22:39.693Z | Checking strum v0.26.2 |
1525 | 2024-06-06T20:22:39.736Z | Checking waitgroup v0.1.2 |
1526 | 2024-06-06T20:22:39.832Z | Checking slog-bunyan v2.5.0 |
1527 | 2024-06-06T20:22:39.882Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1528 | 2024-06-06T20:22:39.997Z | Checking serde_path_to_error v0.1.16 |
1529 | 2024-06-06T20:22:40.214Z | Checking hostname v0.4.0 |
1530 | 2024-06-06T20:22:40.348Z | Checking newtype-uuid v1.1.0 |
1531 | 2024-06-06T20:22:40.439Z | Checking async-stream v0.3.5 |
1532 | 2024-06-06T20:22:40.531Z | Checking wait-timeout v0.2.0 |
1533 | 2024-06-06T20:22:40.570Z | Compiling structmeta-derive v0.3.0 |
1534 | 2024-06-06T20:22:40.613Z | Compiling structmeta-derive v0.2.0 |
1535 | 2024-06-06T20:22:40.704Z | Checking rusty-fork v0.3.0 |
1536 | 2024-06-06T20:22:40.962Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1537 | 2024-06-06T20:22:41.640Z | Checking rand_xorshift v0.3.0 |
1538 | 2024-06-06T20:22:41.790Z | Checking unarray v0.1.4 |
1539 | 2024-06-06T20:22:41.873Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1540 | 2024-06-06T20:22:41.937Z | Checking proptest v1.4.0 |
1541 | 2024-06-06T20:22:42.137Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1542 | 2024-06-06T20:22:42.249Z | Checking tokio-rustls v0.25.0 |
1543 | 2024-06-06T20:22:42.279Z | Checking backoff v0.4.0 |
1544 | 2024-06-06T20:22:42.551Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1545 | 2024-06-06T20:22:42.586Z | Compiling darling_macro v0.20.9 |
1546 | 2024-06-06T20:22:42.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1547 | 2024-06-06T20:22:43.203Z | Compiling structmeta v0.2.0 |
1548 | 2024-06-06T20:22:43.244Z | Compiling structmeta v0.3.0 |
1549 | 2024-06-06T20:22:43.467Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1550 | 2024-06-06T20:22:43.492Z | Compiling darling v0.20.9 |
1551 | 2024-06-06T20:22:43.601Z | Compiling serde_with_macros v3.8.1 |
1552 | 2024-06-06T20:22:43.626Z | Compiling test-strategy v0.3.1 |
1553 | 2024-06-06T20:22:43.626Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1554 | 2024-06-06T20:22:43.665Z | Compiling parse-display-derive v0.9.0 |
1555 | 2024-06-06T20:22:43.977Z | Checking macaddr v1.0.1 |
1556 | 2024-06-06T20:22:44.267Z | Compiling proc-macro-error-attr v1.0.4 |
1557 | 2024-06-06T20:22:44.556Z | Compiling proc-macro-error v1.0.4 |
1558 | 2024-06-06T20:22:45.589Z | Checking camino-tempfile v1.1.1 |
1559 | 2024-06-06T20:22:45.846Z | Compiling proc-macro-crate v1.3.1 |
1560 | 2024-06-06T20:22:45.870Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1561 | 2024-06-06T20:22:46.221Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1562 | 2024-06-06T20:22:46.269Z | Compiling foreign-types-macros v0.2.3 |
1563 | 2024-06-06T20:22:46.334Z | Checking serde_with v3.8.1 |
1564 | 2024-06-06T20:22:46.492Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1565 | 2024-06-06T20:22:46.718Z | Checking foreign-types-shared v0.3.1 |
1566 | 2024-06-06T20:22:46.917Z | Compiling num_enum_derive v0.5.11 |
1567 | 2024-06-06T20:22:47.089Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1568 | 2024-06-06T20:22:47.148Z | Checking cstr-argument v0.1.2 |
1569 | 2024-06-06T20:22:47.304Z | Checking pretty-hex v0.2.1 |
1570 | 2024-06-06T20:22:47.350Z | Checking foreign-types v0.5.0 |
1571 | 2024-06-06T20:22:47.453Z | Checking tabwriter v1.4.0 |
1572 | 2024-06-06T20:22:47.478Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1573 | 2024-06-06T20:22:47.673Z | Checking colored v2.1.0 |
1574 | 2024-06-06T20:22:47.758Z | Checking socket2 v0.4.10 |
1575 | 2024-06-06T20:22:47.846Z | Checking parse-display v0.9.0 |
1576 | 2024-06-06T20:22:47.961Z | Checking smf v0.2.3 |
1577 | 2024-06-06T20:22:47.985Z | Checking humantime v2.1.0 |
1578 | 2024-06-06T20:22:48.076Z | Checking termcolor v1.4.1 |
1579 | 2024-06-06T20:22:48.180Z | Checking arc-swap v1.7.1 |
1580 | 2024-06-06T20:22:48.277Z | Checking newline-converter v0.3.0 |
1581 | 2024-06-06T20:22:48.407Z | Checking xattr v1.3.1 |
1582 | 2024-06-06T20:22:48.432Z | Checking expectorate v1.1.0 |
1583 | 2024-06-06T20:22:48.477Z | Checking filetime v0.2.23 |
1584 | 2024-06-06T20:22:48.585Z | Checking utf-8 v0.7.6 |
1585 | 2024-06-06T20:22:48.610Z | Checking same-file v1.0.6 |
1586 | 2024-06-06T20:22:48.610Z | Checking slog-scope v4.4.0 |
1587 | 2024-06-06T20:22:48.693Z | Checking tar v0.4.40 |
1588 | 2024-06-06T20:22:48.804Z | Checking tungstenite v0.20.1 |
1589 | 2024-06-06T20:22:48.828Z | Checking walkdir v2.5.0 |
1590 | 2024-06-06T20:22:48.858Z | Checking slog-stdlog v4.1.1 |
1591 | 2024-06-06T20:22:49.026Z | Checking slog-envlogger v2.2.0 |
1592 | 2024-06-06T20:22:49.100Z | Compiling heapless v0.8.0 |
1593 | 2024-06-06T20:22:49.251Z | Checking termtree v0.4.1 |
1594 | 2024-06-06T20:22:49.279Z | Checking hash32 v0.3.1 |
1595 | 2024-06-06T20:22:49.429Z | Compiling smoltcp v0.11.0 |
1596 | 2024-06-06T20:22:49.454Z | Checking num_enum v0.5.11 |
1597 | 2024-06-06T20:22:49.479Z | Checking predicates-tree v1.0.9 |
1598 | 2024-06-06T20:22:49.479Z | Compiling crucible-workspace-hack v0.1.0 |
1599 | 2024-06-06T20:22:49.601Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1600 | 2024-06-06T20:22:49.628Z | Checking cobs v0.2.3 |
1601 | 2024-06-06T20:22:49.671Z | Checking tokio-tungstenite v0.20.1 |
1602 | 2024-06-06T20:22:49.748Z | Checking embedded-io v0.4.0 |
1603 | 2024-06-06T20:22:49.835Z | Checking sigpipe v0.1.3 |
1604 | 2024-06-06T20:22:49.865Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1605 | 2024-06-06T20:22:49.947Z | Checking postcard v1.0.8 |
1606 | 2024-06-06T20:22:49.976Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1607 | 2024-06-06T20:22:50.122Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1608 | 2024-06-06T20:22:50.163Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1609 | 2024-06-06T20:22:50.192Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1610 | 2024-06-06T20:22:50.222Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1611 | 2024-06-06T20:22:50.399Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1612 | 2024-06-06T20:22:50.547Z | Checking pem v3.0.4 |
1613 | 2024-06-06T20:22:50.691Z | Compiling num-derive v0.4.2 |
1614 | 2024-06-06T20:22:50.786Z | Compiling mockall_derive v0.12.1 |
1615 | 2024-06-06T20:22:50.908Z | Checking atty v0.2.14 |
1616 | 2024-06-06T20:22:51.010Z | Checking fragile v2.0.0 |
1617 | 2024-06-06T20:22:51.336Z | Checking downcast v0.11.0 |
1618 | 2024-06-06T20:22:51.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1619 | 2024-06-06T20:22:51.543Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1620 | 2024-06-06T20:22:51.728Z | Compiling derive-where v1.2.7 |
1621 | 2024-06-06T20:22:51.888Z | Checking env_logger v0.9.3 |
1622 | 2024-06-06T20:22:52.173Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1623 | 2024-06-06T20:22:52.282Z | Compiling bitstruct_derive v0.1.0 |
1624 | 2024-06-06T20:22:52.481Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1625 | 2024-06-06T20:22:52.507Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1626 | 2024-06-06T20:22:52.607Z | Checking ascii v1.1.0 |
1627 | 2024-06-06T20:22:52.725Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1628 | 2024-06-06T20:22:52.963Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1629 | 2024-06-06T20:22:53.127Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1630 | 2024-06-06T20:22:53.267Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1631 | 2024-06-06T20:22:53.388Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1632 | 2024-06-06T20:22:53.464Z | Checking bitstruct v0.1.1 |
1633 | 2024-06-06T20:22:53.489Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1634 | 2024-06-06T20:22:53.575Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1635 | 2024-06-06T20:22:53.736Z | Checking serde_arrays v0.1.0 |
1636 | 2024-06-06T20:22:53.761Z | Checking erased-serde v0.3.31 |
1637 | 2024-06-06T20:22:53.828Z | Compiling heck v0.3.3 |
1638 | 2024-06-06T20:22:53.891Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1639 | 2024-06-06T20:22:54.149Z | Checking tungstenite v0.21.0 |
1640 | 2024-06-06T20:22:54.205Z | Compiling zone_cfg_derive v0.1.2 |
1641 | 2024-06-06T20:22:54.585Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1642 | 2024-06-06T20:22:54.687Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1643 | 2024-06-06T20:22:54.855Z | Checking headers-core v0.2.0 |
1644 | 2024-06-06T20:22:54.897Z | Checking base64 v0.13.1 |
1645 | 2024-06-06T20:22:55.020Z | Checking headers v0.3.9 |
1646 | 2024-06-06T20:22:55.247Z | Checking ron v0.7.1 |
1647 | 2024-06-06T20:22:55.488Z | Checking zone v0.1.8 |
1648 | 2024-06-06T20:22:55.949Z | Checking tokio-tungstenite v0.21.0 |
1649 | 2024-06-06T20:22:55.987Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1650 | 2024-06-06T20:22:56.298Z | Checking portpicker v0.1.1 |
1651 | 2024-06-06T20:22:56.325Z | Checking rcgen v0.12.1 |
1652 | 2024-06-06T20:22:56.391Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1653 | 2024-06-06T20:22:56.841Z | Checking atomicwrites v0.4.3 |
1654 | 2024-06-06T20:22:56.870Z | Checking subprocess v0.2.9 |
1655 | 2024-06-06T20:22:56.870Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1656 | 2024-06-06T20:22:56.870Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1657 | 2024-06-06T20:22:56.870Z | Compiling convert_case v0.4.0 |
1658 | 2024-06-06T20:22:56.901Z | Checking password-hash v0.5.0 |
1659 | 2024-06-06T20:22:56.928Z | Checking blake2 v0.10.6 |
1660 | 2024-06-06T20:22:57.287Z | Checking linked-hash-map v0.5.6 |
1661 | 2024-06-06T20:22:57.312Z | Checking argon2 v0.5.3 |
1662 | 2024-06-06T20:22:57.504Z | Checking swrite v0.1.0 |
1663 | 2024-06-06T20:22:57.535Z | Compiling derive_more v0.99.17 |
1664 | 2024-06-06T20:22:57.561Z | Checking lru-cache v0.1.2 |
1665 | 2024-06-06T20:22:57.598Z | Checking mockall v0.12.1 |
1666 | 2024-06-06T20:22:57.636Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1667 | 2024-06-06T20:22:57.731Z | Compiling rayon-core v1.12.1 |
1668 | 2024-06-06T20:22:57.807Z | Checking resolv-conf v0.7.0 |
1669 | 2024-06-06T20:22:57.889Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1670 | 2024-06-06T20:22:57.965Z | Checking half v2.4.1 |
1671 | 2024-06-06T20:22:58.020Z | Checking ciborium-io v0.2.2 |
1672 | 2024-06-06T20:22:58.121Z | Checking trust-dns-resolver v0.22.0 |
1673 | 2024-06-06T20:22:58.146Z | Compiling cancel-safe-futures v0.1.5 |
1674 | 2024-06-06T20:22:58.206Z | Compiling semver v0.1.20 |
1675 | 2024-06-06T20:22:58.259Z | Compiling slog-dtrace v0.3.0 |
1676 | 2024-06-06T20:22:58.378Z | Checking ciborium-ll v0.2.2 |
1677 | 2024-06-06T20:22:58.503Z | Compiling rustc_version v0.1.7 |
1678 | 2024-06-06T20:22:58.642Z | Checking ciborium v0.2.2 |
1679 | 2024-06-06T20:22:58.862Z | Checking libsw v3.3.1 |
1680 | 2024-06-06T20:22:58.976Z | Compiling newtype_derive v0.1.6 |
1681 | 2024-06-06T20:22:59.103Z | Checking linear-map v1.2.0 |
1682 | 2024-06-06T20:22:59.240Z | Checking owo-colors v4.0.0 |
1683 | 2024-06-06T20:22:59.390Z | Compiling radium v0.7.0 |
1684 | 2024-06-06T20:22:59.416Z | Checking steno v0.4.0 |
1685 | 2024-06-06T20:22:59.441Z | Checking num-rational v0.4.2 |
1686 | 2024-06-06T20:22:59.517Z | Checking num-complex v0.4.6 |
1687 | 2024-06-06T20:22:59.794Z | Checking nibble_vec v0.1.0 |
1688 | 2024-06-06T20:22:59.955Z | Checking tap v1.0.1 |
1689 | 2024-06-06T20:23:00.001Z | Compiling maybe-uninit v2.0.0 |
1690 | 2024-06-06T20:23:00.102Z | Checking endian-type v0.1.2 |
1691 | 2024-06-06T20:23:00.259Z | Checking num v0.4.3 |
1692 | 2024-06-06T20:23:00.294Z | Checking radix_trie v0.2.1 |
1693 | 2024-06-06T20:23:00.367Z | Checking wyz v0.5.1 |
1694 | 2024-06-06T20:23:00.664Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1695 | 2024-06-06T20:23:00.689Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1696 | 2024-06-06T20:23:00.714Z | Checking fxhash v0.2.1 |
1697 | 2024-06-06T20:23:00.833Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1698 | 2024-06-06T20:23:00.880Z | Checking crc-catalog v2.4.0 |
1699 | 2024-06-06T20:23:01.009Z | Compiling num-bigint-dig v0.8.4 |
1700 | 2024-06-06T20:23:01.267Z | Checking display-error-chain v0.2.0 |
1701 | 2024-06-06T20:23:01.293Z | Checking funty v2.0.0 |
1702 | 2024-06-06T20:23:01.321Z | Compiling packed_struct v0.10.1 |
1703 | 2024-06-06T20:23:01.720Z | Checking crc v3.2.1 |
1704 | 2024-06-06T20:23:01.867Z | Compiling packed_struct_codegen v0.10.1 |
1705 | 2024-06-06T20:23:02.086Z | Compiling indexmap v1.9.3 |
1706 | 2024-06-06T20:23:02.116Z | Checking bitvec v1.0.1 |
1707 | 2024-06-06T20:23:02.116Z | Compiling home v0.5.9 |
1708 | 2024-06-06T20:23:02.330Z | Checking nodrop v0.1.14 |
1709 | 2024-06-06T20:23:02.358Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-06T20:23:02.849Z | Checking array-init v0.0.4 |
1711 | 2024-06-06T20:23:02.876Z | Checking smallvec v0.6.14 |
1712 | 2024-06-06T20:23:02.876Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-06-06T20:23:03.058Z | Checking pkcs1 v0.7.5 |
1714 | 2024-06-06T20:23:03.280Z | Checking signature v2.2.0 |
1715 | 2024-06-06T20:23:03.386Z | Checking bitfield v0.14.0 |
1716 | 2024-06-06T20:23:03.457Z | Checking hashbrown v0.12.3 |
1717 | 2024-06-06T20:23:03.608Z | Checking serde-hex v0.1.0 |
1718 | 2024-06-06T20:23:03.731Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1719 | 2024-06-06T20:23:04.372Z | Checking bzip2 v0.4.4 |
1720 | 2024-06-06T20:23:04.459Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1721 | 2024-06-06T20:23:04.650Z | Checking env_logger v0.10.2 |
1722 | 2024-06-06T20:23:05.089Z | Checking rsa v0.9.6 |
1723 | 2024-06-06T20:23:05.115Z | Checking x509-cert v0.2.5 |
1724 | 2024-06-06T20:23:05.115Z | Checking ron v0.8.1 |
1725 | 2024-06-06T20:23:05.116Z | Checking hashbrown v0.13.2 |
1726 | 2024-06-06T20:23:05.116Z | Checking crc-any v2.5.0 |
1727 | 2024-06-06T20:23:05.373Z | Checking zip v0.6.6 |
1728 | 2024-06-06T20:23:05.569Z | Checking path-slash v0.1.5 |
1729 | 2024-06-06T20:23:05.687Z | Compiling async-recursion v1.1.1 |
1730 | 2024-06-06T20:23:05.845Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1731 | 2024-06-06T20:23:05.922Z | Checking object v0.30.4 |
1732 | 2024-06-06T20:23:05.976Z | Checking maplit v1.0.2 |
1733 | 2024-06-06T20:23:06.058Z | Compiling blake3 v1.5.1 |
1734 | 2024-06-06T20:23:06.084Z | Compiling ring v0.16.20 |
1735 | 2024-06-06T20:23:06.109Z | Compiling buf-list v1.0.3 |
1736 | 2024-06-06T20:23:06.897Z | Checking gethostname v0.4.3 |
1737 | 2024-06-06T20:23:06.970Z | Compiling parking_lot_core v0.8.6 |
1738 | 2024-06-06T20:23:07.018Z | Compiling libefi-sys v0.1.0 |
1739 | 2024-06-06T20:23:07.043Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1740 | 2024-06-06T20:23:07.180Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2024-06-06T20:23:07.447Z | Compiling crossbeam-deque v0.8.5 |
1742 | 2024-06-06T20:23:07.509Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1743 | 2024-06-06T20:23:07.629Z | Checking keccak v0.1.5 |
1744 | 2024-06-06T20:23:07.732Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1745 | 2024-06-06T20:23:07.860Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1746 | 2024-06-06T20:23:07.911Z | Checking sha3 v0.10.8 |
1747 | 2024-06-06T20:23:08.160Z | Checking parking_lot v0.11.2 |
1748 | 2024-06-06T20:23:08.463Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1749 | 2024-06-06T20:23:08.673Z | Checking trust-dns-client v0.22.0 |
1750 | 2024-06-06T20:23:08.786Z | Checking toml v0.5.11 |
1751 | 2024-06-06T20:23:08.862Z | Checking secrecy v0.8.0 |
1752 | 2024-06-06T20:23:09.050Z | Compiling pin-project-internal v1.1.5 |
1753 | 2024-06-06T20:23:09.719Z | Compiling rayon v1.10.0 |
1754 | 2024-06-06T20:23:09.749Z | Checking sled v0.34.7 |
1755 | 2024-06-06T20:23:10.021Z | Checking trust-dns-server v0.22.1 |
1756 | 2024-06-06T20:23:10.980Z | Compiling memmap2 v0.9.4 |
1757 | 2024-06-06T20:23:11.006Z | Compiling arrayvec v0.7.4 |
1758 | 2024-06-06T20:23:11.360Z | Compiling constant_time_eq v0.3.0 |
1759 | 2024-06-06T20:23:11.452Z | Compiling arrayref v0.3.7 |
1760 | 2024-06-06T20:23:11.520Z | Compiling glob v0.3.1 |
1761 | 2024-06-06T20:23:11.563Z | Compiling untrusted v0.7.1 |
1762 | 2024-06-06T20:23:11.783Z | Checking pin-project v1.1.5 |
1763 | 2024-06-06T20:23:12.229Z | Compiling toolchain_find v0.4.0 |
1764 | 2024-06-06T20:23:12.793Z | Compiling vte_generate_state_changes v0.1.1 |
1765 | 2024-06-06T20:23:12.984Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1766 | 2024-06-06T20:23:13.779Z | Compiling topological-sort v0.2.2 |
1767 | 2024-06-06T20:23:13.805Z | Checking vte v0.11.1 |
1768 | 2024-06-06T20:23:13.805Z | Compiling rustfmt-wrapper v0.2.1 |
1769 | 2024-06-06T20:23:13.805Z | Compiling omicron-zone-package v0.11.0 |
1770 | 2024-06-06T20:23:14.077Z | Checking fd-lock v4.0.2 |
1771 | 2024-06-06T20:23:14.250Z | Compiling prettyplease v0.2.20 |
1772 | 2024-06-06T20:23:14.375Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1773 | 2024-06-06T20:23:14.517Z | Checking strip-ansi-escapes v0.2.0 |
1774 | 2024-06-06T20:23:14.544Z | Checking nu-ansi-term v0.50.0 |
1775 | 2024-06-06T20:23:14.592Z | Compiling crunchy v0.2.2 |
1776 | 2024-06-06T20:23:14.646Z | Compiling clang-sys v1.7.0 |
1777 | 2024-06-06T20:23:14.672Z | Compiling snafu-derive v0.8.2 |
1778 | 2024-06-06T20:23:14.899Z | Checking reedline v0.31.0 |
1779 | 2024-06-06T20:23:14.969Z | Compiling tiny-keccak v2.0.2 |
1780 | 2024-06-06T20:23:15.154Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1781 | 2024-06-06T20:23:15.256Z | Checking globset v0.4.14 |
1782 | 2024-06-06T20:23:15.397Z | Checking olpc-cjson v0.1.3 |
1783 | 2024-06-06T20:23:15.589Z | Checking serde_plain v1.0.2 |
1784 | 2024-06-06T20:23:15.621Z | Compiling memoffset v0.9.1 |
1785 | 2024-06-06T20:23:15.692Z | Checking typed-path v0.7.1 |
1786 | 2024-06-06T20:23:15.811Z | Compiling platforms v3.4.0 |
1787 | 2024-06-06T20:23:15.867Z | Compiling ref-cast v1.0.23 |
1788 | 2024-06-06T20:23:16.388Z | Compiling curve25519-dalek v4.1.2 |
1789 | 2024-06-06T20:23:16.904Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1790 | 2024-06-06T20:23:17.091Z | Compiling ascii-canvas v3.0.0 |
1791 | 2024-06-06T20:23:17.155Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1792 | 2024-06-06T20:23:17.333Z | Compiling ref-cast-impl v1.0.23 |
1793 | 2024-06-06T20:23:17.396Z | Compiling ena v0.14.3 |
1794 | 2024-06-06T20:23:17.476Z | Compiling unicase v2.7.0 |
1795 | 2024-06-06T20:23:17.582Z | Compiling libloading v0.8.3 |
1796 | 2024-06-06T20:23:17.715Z | Compiling diff v0.1.13 |
1797 | 2024-06-06T20:23:17.742Z | Checking parse-size v1.0.0 |
1798 | 2024-06-06T20:23:17.893Z | Compiling regex-syntax v0.6.29 |
1799 | 2024-06-06T20:23:17.961Z | Compiling bindgen v0.69.4 |
1800 | 2024-06-06T20:23:18.579Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1801 | 2024-06-06T20:23:18.909Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1802 | 2024-06-06T20:23:19.565Z | Compiling which v4.4.2 |
1803 | 2024-06-06T20:23:19.590Z | Checking snafu v0.8.2 |
1804 | 2024-06-06T20:23:19.797Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1805 | 2024-06-06T20:23:20.001Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1806 | 2024-06-06T20:23:20.131Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1807 | 2024-06-06T20:23:21.866Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1808 | 2024-06-06T20:23:22.182Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1809 | 2024-06-06T20:23:22.918Z | Checking tough v0.17.1 |
1810 | 2024-06-06T20:23:22.945Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1811 | 2024-06-06T20:23:23.402Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1812 | 2024-06-06T20:23:23.489Z | Compiling lalrpop v0.19.12 |
1813 | 2024-06-06T20:23:23.938Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1814 | 2024-06-06T20:23:24.588Z | Checking universal-hash v0.5.1 |
1815 | 2024-06-06T20:23:24.752Z | Compiling cexpr v0.6.0 |
1816 | 2024-06-06T20:23:25.211Z | Compiling thiserror-impl-no-std v2.0.2 |
1817 | 2024-06-06T20:23:25.388Z | Compiling curve25519-dalek-derive v0.1.1 |
1818 | 2024-06-06T20:23:26.325Z | Checking nanorand v0.7.0 |
1819 | 2024-06-06T20:23:26.662Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1820 | 2024-06-06T20:23:26.687Z | Compiling cfg_aliases v0.1.1 |
1821 | 2024-06-06T20:23:26.789Z | Checking signature v1.6.4 |
1822 | 2024-06-06T20:23:26.827Z | Compiling rustc-hash v1.1.0 |
1823 | 2024-06-06T20:23:26.915Z | Compiling lazycell v1.3.0 |
1824 | 2024-06-06T20:23:26.948Z | Checking bytecount v0.6.8 |
1825 | 2024-06-06T20:23:26.978Z | Compiling shlex v1.3.0 |
1826 | 2024-06-06T20:23:27.079Z | Compiling salty v0.2.0 |
1827 | 2024-06-06T20:23:27.104Z | Checking opaque-debug v0.3.1 |
1828 | 2024-06-06T20:23:27.195Z | Checking poly1305 v0.8.0 |
1829 | 2024-06-06T20:23:27.538Z | Checking papergrid v0.11.0 |
1830 | 2024-06-06T20:23:27.616Z | Checking ed25519 v1.5.3 |
1831 | 2024-06-06T20:23:27.834Z | Compiling nix v0.28.0 |
1832 | 2024-06-06T20:23:28.021Z | Checking thiserror-no-std v2.0.2 |
1833 | 2024-06-06T20:23:28.128Z | Checking flume v0.11.0 |
1834 | 2024-06-06T20:23:28.539Z | Checking nix v0.27.1 |
1835 | 2024-06-06T20:23:28.764Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1836 | 2024-06-06T20:23:28.999Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1837 | 2024-06-06T20:23:29.254Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1838 | 2024-06-06T20:23:29.334Z | Compiling tabled_derive v0.7.0 |
1839 | 2024-06-06T20:23:29.479Z | Compiling derive_builder_core v0.20.0 |
1840 | 2024-06-06T20:23:29.611Z | Checking chacha20 v0.9.1 |
1841 | 2024-06-06T20:23:29.924Z | Checking aead v0.5.2 |
1842 | 2024-06-06T20:23:30.032Z | Checking serde-big-array v0.5.1 |
1843 | 2024-06-06T20:23:30.134Z | Checking kstat-rs v0.2.3 |
1844 | 2024-06-06T20:23:30.230Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1845 | 2024-06-06T20:23:30.428Z | Compiling libxml v0.3.3 |
1846 | 2024-06-06T20:23:30.992Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1847 | 2024-06-06T20:23:31.340Z | Checking chacha20poly1305 v0.10.1 |
1848 | 2024-06-06T20:23:31.515Z | Checking vsss-rs v3.3.4 |
1849 | 2024-06-06T20:23:31.581Z | Checking tabled v0.15.0 |
1850 | 2024-06-06T20:23:31.728Z | Compiling derive_builder_macro v0.20.0 |
1851 | 2024-06-06T20:23:32.714Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1852 | 2024-06-06T20:23:33.641Z | Checking signal-hook-tokio v0.3.1 |
1853 | 2024-06-06T20:23:33.672Z | Checking serde-big-array v0.4.1 |
1854 | 2024-06-06T20:23:33.822Z | Compiling strum_macros v0.24.3 |
1855 | 2024-06-06T20:23:33.847Z | Compiling cookie v0.18.1 |
1856 | 2024-06-06T20:23:34.101Z | Compiling indoc v1.0.9 |
1857 | 2024-06-06T20:23:34.359Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1858 | 2024-06-06T20:23:34.429Z | Compiling mime_guess v2.0.4 |
1859 | 2024-06-06T20:23:34.590Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1860 | 2024-06-06T20:23:34.616Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1861 | 2024-06-06T20:23:34.970Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1862 | 2024-06-06T20:23:35.245Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1863 | 2024-06-06T20:23:35.547Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1864 | 2024-06-06T20:23:36.474Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1865 | 2024-06-06T20:23:37.095Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1866 | 2024-06-06T20:23:37.120Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1867 | 2024-06-06T20:23:38.254Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1868 | 2024-06-06T20:23:38.579Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1869 | 2024-06-06T20:23:38.867Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1870 | 2024-06-06T20:23:40.202Z | Checking derive_builder v0.20.0 |
1871 | 2024-06-06T20:23:40.625Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1872 | 2024-06-06T20:23:40.778Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1873 | 2024-06-06T20:23:41.012Z | Compiling peg-macros v0.8.3 |
1874 | 2024-06-06T20:23:41.721Z | Checking quick-xml v0.31.0 |
1875 | 2024-06-06T20:23:43.461Z | Compiling oso-derive v0.27.3 |
1876 | 2024-06-06T20:23:43.994Z | Compiling impl-trait-for-tuples v0.2.2 |
1877 | 2024-06-06T20:23:44.135Z | Compiling sqlparser_derive v0.2.2 |
1878 | 2024-06-06T20:23:44.486Z | Checking heck v0.4.1 |
1879 | 2024-06-06T20:23:44.592Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1880 | 2024-06-06T20:23:44.849Z | Checking corncobs v0.1.3 |
1881 | 2024-06-06T20:23:45.042Z | Checking unicode_categories v0.1.1 |
1882 | 2024-06-06T20:23:45.193Z | Checking sqlparser v0.45.0 |
1883 | 2024-06-06T20:23:45.756Z | Checking sqlformat v0.2.3 |
1884 | 2024-06-06T20:23:48.363Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1885 | 2024-06-06T20:23:48.520Z | Checking rustyline v14.0.0 |
1886 | 2024-06-06T20:23:48.707Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1887 | 2024-06-06T20:23:48.988Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1888 | 2024-06-06T20:23:49.396Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1889 | 2024-06-06T20:23:49.900Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1890 | 2024-06-06T20:23:50.303Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1891 | 2024-06-06T20:23:50.547Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1892 | 2024-06-06T20:23:50.836Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1893 | 2024-06-06T20:23:53.047Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1894 | 2024-06-06T20:23:53.112Z | Checking peg v0.8.3 |
1895 | 2024-06-06T20:23:53.393Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1896 | 2024-06-06T20:23:53.566Z | Checking bcs v0.1.6 |
1897 | 2024-06-06T20:23:53.655Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1898 | 2024-06-06T20:23:53.883Z | Checking highway v1.1.0 |
1899 | 2024-06-06T20:23:54.233Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1900 | 2024-06-06T20:23:54.454Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1901 | 2024-06-06T20:23:54.512Z | Compiling const_format_proc_macros v0.2.32 |
1902 | 2024-06-06T20:23:54.682Z | Checking bb8 v0.8.3 |
1903 | 2024-06-06T20:23:54.864Z | Checking http-range v0.1.5 |
1904 | 2024-06-06T20:23:55.011Z | Checking hyper-staticfile v0.9.5 |
1905 | 2024-06-06T20:23:55.060Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1906 | 2024-06-06T20:23:55.243Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1907 | 2024-06-06T20:23:55.382Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1908 | 2024-06-06T20:23:55.858Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1909 | 2024-06-06T20:23:56.426Z | Checking const_format v0.2.32 |
1910 | 2024-06-06T20:23:56.812Z | Checking assert_matches v1.5.0 |
1911 | 2024-06-06T20:23:56.874Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1912 | 2024-06-06T20:23:56.906Z | Compiling portable-atomic v1.6.0 |
1913 | 2024-06-06T20:23:56.931Z | Checking rand_seeder v0.2.3 |
1914 | 2024-06-06T20:23:57.137Z | Checking number_prefix v0.4.0 |
1915 | 2024-06-06T20:23:57.306Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1916 | 2024-06-06T20:23:57.504Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1917 | 2024-06-06T20:23:58.471Z | Checking castaway v0.2.2 |
1918 | 2024-06-06T20:23:58.626Z | Checking compact_str v0.7.1 |
1919 | 2024-06-06T20:23:58.684Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1920 | 2024-06-06T20:23:58.711Z | Checking indicatif v0.17.8 |
1921 | 2024-06-06T20:23:58.910Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1922 | 2024-06-06T20:23:59.130Z | Checking lru v0.12.3 |
1923 | 2024-06-06T20:23:59.247Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1924 | 2024-06-06T20:23:59.272Z | Compiling stability v0.2.0 |
1925 | 2024-06-06T20:23:59.310Z | Compiling indoc v2.0.5 |
1926 | 2024-06-06T20:23:59.371Z | Checking cassowary v0.3.0 |
1927 | 2024-06-06T20:23:59.788Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1928 | 2024-06-06T20:23:59.963Z | Checking unicode-linebreak v0.1.5 |
1929 | 2024-06-06T20:24:00.135Z | Checking smawk v0.3.2 |
1930 | 2024-06-06T20:24:00.232Z | Checking ratatui v0.26.2 |
1931 | 2024-06-06T20:24:00.297Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1932 | 2024-06-06T20:24:00.324Z | Checking textwrap v0.16.1 |
1933 | 2024-06-06T20:24:00.524Z | Checking is_ci v1.2.0 |
1934 | 2024-06-06T20:24:00.654Z | Checking supports-color v3.0.0 |
1935 | 2024-06-06T20:24:00.680Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1936 | 2024-06-06T20:24:00.815Z | Checking fatfs v0.3.6 |
1937 | 2024-06-06T20:24:01.096Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1938 | 2024-06-06T20:24:01.936Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1939 | 2024-06-06T20:24:02.023Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1940 | 2024-06-06T20:24:02.329Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1941 | 2024-06-06T20:24:02.551Z | Checking shell-words v1.1.0 |
1942 | 2024-06-06T20:24:02.697Z | Checking rtoolbox v0.0.2 |
1943 | 2024-06-06T20:24:02.864Z | Checking rpassword v7.3.1 |
1944 | 2024-06-06T20:24:02.902Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1945 | 2024-06-06T20:24:02.990Z | Checking tui-tree-widget v0.19.0 |
1946 | 2024-06-06T20:24:03.257Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1947 | 2024-06-06T20:24:04.140Z | Checking yansi v0.5.1 |
1948 | 2024-06-06T20:24:04.387Z | Checking pretty_assertions v1.4.0 |
1949 | 2024-06-06T20:24:04.565Z | Compiling target-lexicon v0.12.14 |
1950 | 2024-06-06T20:24:04.590Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1951 | 2024-06-06T20:24:04.836Z | Checking cargo-platform v0.1.8 |
1952 | 2024-06-06T20:24:05.090Z | Compiling guppy-workspace-hack v0.1.0 |
1953 | 2024-06-06T20:24:05.293Z | Compiling doc-comment v0.3.3 |
1954 | 2024-06-06T20:24:05.385Z | Checking plotters-backend v0.3.5 |
1955 | 2024-06-06T20:24:05.684Z | Checking plotters-svg v0.3.5 |
1956 | 2024-06-06T20:24:05.894Z | Checking cargo_metadata v0.18.1 |
1957 | 2024-06-06T20:24:05.919Z | Checking http-body v1.0.0 |
1958 | 2024-06-06T20:24:06.089Z | Compiling target-spec v3.1.0 |
1959 | 2024-06-06T20:24:06.187Z | Checking regex-automata v0.1.10 |
1960 | 2024-06-06T20:24:06.522Z | Checking tower-layer v0.3.2 |
1961 | 2024-06-06T20:24:06.580Z | Checking cast v0.3.0 |
1962 | 2024-06-06T20:24:06.743Z | Compiling assert_cmd v2.0.14 |
1963 | 2024-06-06T20:24:06.844Z | Checking criterion-plot v0.5.0 |
1964 | 2024-06-06T20:24:07.094Z | Checking tower v0.4.13 |
1965 | 2024-06-06T20:24:07.197Z | Checking bstr v0.2.17 |
1966 | 2024-06-06T20:24:07.252Z | Checking cfg-expr v0.15.8 |
1967 | 2024-06-06T20:24:07.716Z | Checking hyper v1.3.1 |
1968 | 2024-06-06T20:24:07.950Z | Checking plotters v0.3.5 |
1969 | 2024-06-06T20:24:07.978Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1970 | 2024-06-06T20:24:08.653Z | Checking tinytemplate v1.2.1 |
1971 | 2024-06-06T20:24:08.688Z | Checking csv-core v0.1.11 |
1972 | 2024-06-06T20:24:09.161Z | Checking anes v0.1.6 |
1973 | 2024-06-06T20:24:09.206Z | Checking oorandom v11.1.3 |
1974 | 2024-06-06T20:24:09.466Z | Checking criterion v0.5.1 |
1975 | 2024-06-06T20:24:09.788Z | Checking csv v1.3.0 |
1976 | 2024-06-06T20:24:10.152Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1977 | 2024-06-06T20:24:10.488Z | Checking hyper-util v0.1.3 |
1978 | 2024-06-06T20:24:10.520Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1979 | 2024-06-06T20:24:10.866Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1980 | 2024-06-06T20:24:11.409Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1981 | 2024-06-06T20:24:12.033Z | Checking httptest v0.15.5 |
1982 | 2024-06-06T20:24:12.134Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
1983 | 2024-06-06T20:24:12.631Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1984 | 2024-06-06T20:24:12.821Z | Checking rustls-native-certs v0.7.0 |
1985 | 2024-06-06T20:24:12.956Z | Checking pathdiff v0.2.1 |
1986 | 2024-06-06T20:24:13.098Z | Checking nested v0.1.1 |
1987 | 2024-06-06T20:24:14.826Z | Checking guppy v0.17.5 |
1988 | 2024-06-06T20:24:15.481Z | Checking hyper-rustls v0.26.0 |
1989 | 2024-06-06T20:24:15.663Z | Checking escape8259 v0.5.2 |
1990 | 2024-06-06T20:24:15.762Z | Checking threadpool v1.8.1 |
1991 | 2024-06-06T20:24:15.813Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
1992 | 2024-06-06T20:24:15.933Z | Checking libtest-mimic v0.7.3 |
1993 | 2024-06-06T20:24:16.315Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1994 | 2024-06-06T20:24:16.526Z | Checking similar-asserts v1.5.0 |
1995 | 2024-06-06T20:24:16.550Z | Checking fancy-regex v0.13.0 |
1996 | 2024-06-06T20:24:16.723Z | Compiling rstest_macros v0.19.0 |
1997 | 2024-06-06T20:24:17.175Z | Checking datatest-stable v0.2.9 |
1998 | 2024-06-06T20:24:17.309Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
1999 | 2024-06-06T20:24:17.454Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2000 | 2024-06-06T20:24:17.673Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2001 | 2024-06-06T20:24:17.898Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2002 | 2024-06-06T20:24:18.364Z | Compiling relative-path v1.9.3 |
2003 | 2024-06-06T20:24:18.438Z | Compiling trybuild v1.0.96 |
2004 | 2024-06-06T20:24:18.636Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2005 | 2024-06-06T20:24:18.924Z | Checking blake2b_simd v1.0.2 |
2006 | 2024-06-06T20:24:19.669Z | Checking multimap v0.10.0 |
2007 | 2024-06-06T20:24:19.947Z | Checking futures-timer v3.0.3 |
2008 | 2024-06-06T20:24:20.217Z | Checking rust-argon2 v2.1.0 |
2009 | 2024-06-06T20:24:22.746Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2010 | 2024-06-06T20:24:24.304Z | Checking partial-io v0.5.4 |
2011 | 2024-06-06T20:24:24.588Z | Checking approx v0.5.1 |
2012 | 2024-06-06T20:24:25.156Z | Checking termios v0.3.3 |
2013 | 2024-06-06T20:24:25.156Z | Checking uzers v0.11.3 |
2014 | 2024-06-06T20:24:25.221Z | Checking hex-literal v0.4.1 |
2015 | 2024-06-06T20:24:26.845Z | Checking rstest v0.19.0 |
2016 | 2024-06-06T20:24:27.615Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2017 | 2024-06-06T20:24:29.353Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2018 | 2024-06-06T20:24:41.590Z | Compiling samael v0.0.15 |
2019 | 2024-06-06T20:24:41.801Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2020 | 2024-06-06T20:25:06.337Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2021 | 2024-06-06T20:25:07.842Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2022 | 2024-06-06T20:25:16.717Z | Compiling polar-core v0.27.3 |
2023 | 2024-06-06T20:25:31.017Z | Checking oso v0.27.3 |
2024 | 2024-06-06T20:26:03.627Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2025 | 2024-06-06T20:26:03.627Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2026 | 2024-06-06T20:26:03.627Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2027 | 2024-06-06T20:27:33.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2028 | 2024-06-06T20:27:33.450Z | |
2029 | 2024-06-06T20:27:33.478Z | real 6:35.558131490 |
2030 | 2024-06-06T20:27:33.479Z | user 32:09.540444089 |
2031 | 2024-06-06T20:27:33.479Z | sys 5:53.710917875 |
2032 | 2024-06-06T20:27:33.479Z | trap 0.912110286 |
2033 | 2024-06-06T20:27:33.479Z | tflt 0.356264014 |
2034 | 2024-06-06T20:27:33.479Z | dflt 0.583883795 |
2035 | 2024-06-06T20:27:33.479Z | kflt 0.001364245 |
2036 | 2024-06-06T20:27:33.479Z | lock 1:40:04.520765920 |
2037 | 2024-06-06T20:27:33.479Z | slp 1:43:55.239644085 |
2038 | 2024-06-06T20:27:33.479Z | lat 1:41.858595793 |
2039 | 2024-06-06T20:27:33.479Z | stop 5:19.800319177 |
2040 | 2024-06-06T20:27:34.712Z | warning: output filename collision. |
2041 | 2024-06-06T20:27:34.713Z | 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)`. |
2042 | 2024-06-06T20:27:34.713Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2043 | 2024-06-06T20:27:34.713Z | The targets should have unique names. |
2044 | 2024-06-06T20:27:34.713Z | This is a known bug where multiple crates with the same name use |
2045 | 2024-06-06T20:27:34.713Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2046 | 2024-06-06T20:27:34.713Z | warning: output filename collision. |
2047 | 2024-06-06T20:27:34.713Z | 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)`. |
2048 | 2024-06-06T20:27:34.713Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2049 | 2024-06-06T20:27:34.713Z | The targets should have unique names. |
2050 | 2024-06-06T20:27:34.713Z | This is a known bug where multiple crates with the same name use |
2051 | 2024-06-06T20:27:34.713Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2052 | 2024-06-06T20:27:34.738Z | warning: output filename collision. |
2053 | 2024-06-06T20:27:34.738Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2054 | 2024-06-06T20:27:34.738Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2055 | 2024-06-06T20:27:34.738Z | The targets should have unique names. |
2056 | 2024-06-06T20:27:34.738Z | This is a known bug where multiple crates with the same name use |
2057 | 2024-06-06T20:27:34.738Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2058 | 2024-06-06T20:27:34.739Z | warning: output filename collision. |
2059 | 2024-06-06T20:27:34.739Z | 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)`. |
2060 | 2024-06-06T20:27:34.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2061 | 2024-06-06T20:27:34.739Z | The targets should have unique names. |
2062 | 2024-06-06T20:27:34.739Z | This is a known bug where multiple crates with the same name use |
2063 | 2024-06-06T20:27:34.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2064 | 2024-06-06T20:27:34.739Z | warning: output filename collision. |
2065 | 2024-06-06T20:27:34.739Z | 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)`. |
2066 | 2024-06-06T20:27:34.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2067 | 2024-06-06T20:27:34.739Z | The targets should have unique names. |
2068 | 2024-06-06T20:27:34.739Z | This is a known bug where multiple crates with the same name use |
2069 | 2024-06-06T20:27:34.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2070 | 2024-06-06T20:27:34.739Z | warning: output filename collision. |
2071 | 2024-06-06T20:27:34.739Z | 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)`. |
2072 | 2024-06-06T20:27:34.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2073 | 2024-06-06T20:27:34.739Z | The targets should have unique names. |
2074 | 2024-06-06T20:27:34.739Z | This is a known bug where multiple crates with the same name use |
2075 | 2024-06-06T20:27:34.739Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2076 | 2024-06-06T20:27:34.739Z | warning: output filename collision. |
2077 | 2024-06-06T20:27:34.739Z | 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)`. |
2078 | 2024-06-06T20:27:34.739Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2079 | 2024-06-06T20:27:34.739Z | The targets should have unique names. |
2080 | 2024-06-06T20:27:34.740Z | This is a known bug where multiple crates with the same name use |
2081 | 2024-06-06T20:27:34.740Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2082 | 2024-06-06T20:27:34.740Z | warning: output filename collision. |
2083 | 2024-06-06T20:27:34.740Z | 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`. |
2084 | 2024-06-06T20:27:34.740Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2085 | 2024-06-06T20:27:34.740Z | The targets should have unique names. |
2086 | 2024-06-06T20:27:34.740Z | This is a known bug where multiple crates with the same name use |
2087 | 2024-06-06T20:27:34.740Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2088 | 2024-06-06T20:27:35.385Z | Documenting libc v0.2.155 |
2089 | 2024-06-06T20:27:35.410Z | Documenting cfg-if v1.0.0 |
2090 | 2024-06-06T20:27:35.435Z | Documenting serde_derive v1.0.203 |
2091 | 2024-06-06T20:27:35.463Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2024-06-06T20:27:35.487Z | Documenting log v0.4.21 |
2093 | 2024-06-06T20:27:35.512Z | Documenting memchr v2.7.2 |
2094 | 2024-06-06T20:27:35.537Z | Documenting itoa v1.0.11 |
2095 | 2024-06-06T20:27:35.538Z | Documenting byteorder v1.5.0 |
2096 | 2024-06-06T20:27:35.722Z | Documenting scopeguard v1.2.0 |
2097 | 2024-06-06T20:27:37.972Z | Documenting smallvec v1.13.2 |
2098 | 2024-06-06T20:27:38.470Z | Documenting pin-project-lite v0.2.14 |
2099 | 2024-06-06T20:27:39.370Z | Documenting getrandom v0.2.14 |
2100 | 2024-06-06T20:27:39.395Z | Documenting libm v0.2.8 |
2101 | 2024-06-06T20:27:39.419Z | Documenting signal-hook-registry v1.4.2 |
2102 | 2024-06-06T20:27:39.498Z | Documenting lock_api v0.4.12 |
2103 | 2024-06-06T20:27:39.809Z | Documenting mio v0.8.11 |
2104 | 2024-06-06T20:27:40.894Z | Documenting parking_lot_core v0.9.10 |
2105 | 2024-06-06T20:27:41.094Z | Documenting once_cell v1.19.0 |
2106 | 2024-06-06T20:27:41.628Z | Documenting serde v1.0.203 |
2107 | 2024-06-06T20:27:42.474Z | Documenting num-traits v0.2.19 |
2108 | 2024-06-06T20:27:43.508Z | Documenting rand_core v0.6.4 |
2109 | 2024-06-06T20:27:43.558Z | Documenting thiserror-impl v1.0.60 |
2110 | 2024-06-06T20:27:43.598Z | Documenting ryu v1.0.18 |
2111 | 2024-06-06T20:27:44.173Z | Documenting zeroize_derive v1.4.2 |
2112 | 2024-06-06T20:27:44.987Z | Documenting futures-core v0.3.30 |
2113 | 2024-06-06T20:27:45.075Z | Documenting parking_lot v0.12.2 |
2114 | 2024-06-06T20:27:46.316Z | Documenting socket2 v0.5.7 |
2115 | 2024-06-06T20:27:47.318Z | Documenting num_cpus v1.16.0 |
2116 | 2024-06-06T20:27:47.707Z | Documenting tokio-macros v2.2.0 |
2117 | 2024-06-06T20:27:48.724Z | Documenting thiserror v1.0.60 |
2118 | 2024-06-06T20:27:49.003Z | Documenting zeroize v1.7.0 |
2119 | 2024-06-06T20:27:49.028Z | Documenting zerocopy v0.7.34 |
2120 | 2024-06-06T20:27:49.188Z | Checking syn v1.0.109 |
2121 | 2024-06-06T20:27:50.578Z | Documenting futures-sink v0.3.30 |
2122 | 2024-06-06T20:27:51.312Z | Documenting typenum v1.17.0 |
2123 | 2024-06-06T20:27:53.226Z | Documenting subtle v2.5.0 |
2124 | 2024-06-06T20:27:53.251Z | Documenting iana-time-zone v0.1.60 |
2125 | 2024-06-06T20:27:53.276Z | Documenting slab v0.4.9 |
2126 | 2024-06-06T20:27:54.095Z | Documenting futures-macro v0.3.30 |
2127 | 2024-06-06T20:27:54.378Z | Documenting futures-channel v0.3.30 |
2128 | 2024-06-06T20:28:01.025Z | Documenting bytes v1.6.0 |
2129 | 2024-06-06T20:28:05.076Z | Documenting bitflags v2.5.0 |
2130 | 2024-06-06T20:28:05.102Z | Documenting serde_json v1.0.117 |
2131 | 2024-06-06T20:28:05.128Z | Documenting chrono v0.4.38 |
2132 | 2024-06-06T20:28:05.179Z | Documenting futures-task v0.3.30 |
2133 | 2024-06-06T20:28:05.205Z | Documenting pin-utils v0.1.0 |
2134 | 2024-06-06T20:28:05.381Z | Documenting tokio v1.37.0 |
2135 | 2024-06-06T20:28:05.417Z | Documenting futures-io v0.3.30 |
2136 | 2024-06-06T20:28:06.309Z | Documenting generic-array v0.14.7 |
2137 | 2024-06-06T20:28:09.219Z | Documenting uuid v1.8.0 |
2138 | 2024-06-06T20:28:09.390Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2139 | 2024-06-06T20:28:09.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2024-06-06T20:28:09.588Z | Documenting ahash v0.8.11 |
2141 | 2024-06-06T20:28:09.999Z | Documenting futures-util v0.3.30 |
2142 | 2024-06-06T20:28:10.219Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2143 | 2024-06-06T20:28:10.362Z | Documenting allocator-api2 v0.2.18 |
2144 | 2024-06-06T20:28:10.592Z | Documenting crypto-common v0.1.6 |
2145 | 2024-06-06T20:28:10.899Z | Documenting const-oid v0.9.6 |
2146 | 2024-06-06T20:28:13.496Z | Documenting tinyvec_macros v0.1.1 |
2147 | 2024-06-06T20:28:13.618Z | Documenting serde_derive_internals v0.29.1 |
2148 | 2024-06-06T20:28:14.006Z | Documenting hashbrown v0.14.5 |
2149 | 2024-06-06T20:28:14.997Z | Checking serde_derive_internals v0.29.1 |
2150 | 2024-06-06T20:28:15.536Z | Documenting dyn-clone v1.0.17 |
2151 | 2024-06-06T20:28:15.931Z | Documenting ppv-lite86 v0.2.17 |
2152 | 2024-06-06T20:28:15.969Z | Documenting tinyvec v1.6.0 |
2153 | 2024-06-06T20:28:16.253Z | Documenting tracing-core v0.1.32 |
2154 | 2024-06-06T20:28:17.391Z | Documenting tracing-attributes v0.1.27 |
2155 | 2024-06-06T20:28:18.446Z | Documenting unicode-bidi v0.3.15 |
2156 | 2024-06-06T20:28:18.869Z | Documenting lazy_static v1.4.0 |
2157 | 2024-06-06T20:28:19.113Z | Documenting rand_chacha v0.3.1 |
2158 | 2024-06-06T20:28:19.215Z | Documenting schemars_derive v0.8.20 |
2159 | 2024-06-06T20:28:19.404Z | Documenting unicode-normalization v0.1.23 |
2160 | 2024-06-06T20:28:19.817Z | Documenting percent-encoding v2.3.1 |
2161 | 2024-06-06T20:28:21.638Z | Documenting block-buffer v0.10.4 |
2162 | 2024-06-06T20:28:22.751Z | Documenting serde_tokenstream v0.2.0 |
2163 | 2024-06-06T20:28:23.025Z | Documenting equivalent v1.0.1 |
2164 | 2024-06-06T20:28:23.593Z | Documenting rand v0.8.5 |
2165 | 2024-06-06T20:28:23.834Z | Documenting powerfmt v0.2.0 |
2166 | 2024-06-06T20:28:24.090Z | Documenting form_urlencoded v1.2.1 |
2167 | 2024-06-06T20:28:26.233Z | Documenting indexmap v2.2.6 |
2168 | 2024-06-06T20:28:26.271Z | Documenting schemars v0.8.20 |
2169 | 2024-06-06T20:28:26.427Z | Documenting digest v0.10.7 |
2170 | 2024-06-06T20:28:26.518Z | Documenting deranged v0.3.11 |
2171 | 2024-06-06T20:28:27.788Z | Documenting time-macros v0.2.18 |
2172 | 2024-06-06T20:28:28.036Z | Documenting num_threads v0.1.7 |
2173 | 2024-06-06T20:28:28.114Z | Documenting fnv v1.0.7 |
2174 | 2024-06-06T20:28:31.433Z | Documenting time-core v0.1.2 |
2175 | 2024-06-06T20:28:32.129Z | Documenting num-conv v0.1.0 |
2176 | 2024-06-06T20:28:32.930Z | Documenting tracing v0.1.40 |
2177 | 2024-06-06T20:28:41.661Z | Documenting unicode-width v0.1.12 |
2178 | 2024-06-06T20:28:41.712Z | Documenting unicode-ident v1.0.12 |
2179 | 2024-06-06T20:28:41.928Z | Documenting idna v0.5.0 |
2180 | 2024-06-06T20:28:41.976Z | Documenting adler v1.0.2 |
2181 | 2024-06-06T20:28:42.004Z | Documenting slog v2.7.0 |
2182 | 2024-06-06T20:28:42.030Z | Documenting time v0.3.36 |
2183 | 2024-06-06T20:28:42.682Z | Documenting httparse v1.8.0 |
2184 | 2024-06-06T20:28:44.445Z | Documenting proc-macro2 v1.0.82 |
2185 | 2024-06-06T20:28:44.511Z | Documenting cpufeatures v0.2.12 |
2186 | 2024-06-06T20:28:44.670Z | Documenting miniz_oxide v0.7.2 |
2187 | 2024-06-06T20:28:46.251Z | Documenting tokio-util v0.7.11 |
2188 | 2024-06-06T20:28:46.405Z | Documenting url v2.5.0 |
2189 | 2024-06-06T20:28:46.876Z | Documenting errno v0.3.9 |
2190 | 2024-06-06T20:28:47.534Z | Documenting async-trait v0.1.80 |
2191 | 2024-06-06T20:28:47.773Z | Documenting try-lock v0.2.5 |
2192 | 2024-06-06T20:28:48.261Z | Documenting httpdate v1.0.3 |
2193 | 2024-06-06T20:28:48.934Z | Documenting quote v1.0.36 |
2194 | 2024-06-06T20:28:50.668Z | Documenting want v0.3.1 |
2195 | 2024-06-06T20:28:50.784Z | Documenting http-body v0.4.6 |
2196 | 2024-06-06T20:28:50.912Z | Documenting aho-corasick v1.1.3 |
2197 | 2024-06-06T20:28:51.322Z | Documenting rustix v0.38.34 |
2198 | 2024-06-06T20:28:52.350Z | Documenting openssl-sys v0.9.102 |
2199 | 2024-06-06T20:28:52.520Z | Documenting h2 v0.3.26 |
2200 | 2024-06-06T20:28:52.730Z | Documenting openssl-macros v0.1.1 |
2201 | 2024-06-06T20:28:53.228Z | Documenting syn v2.0.64 |
2202 | 2024-06-06T20:28:54.774Z | Documenting regex-syntax v0.8.3 |
2203 | 2024-06-06T20:28:55.439Z | Documenting tower-service v0.3.2 |
2204 | 2024-06-06T20:28:55.764Z | Documenting mime v0.3.17 |
2205 | 2024-06-06T20:28:57.319Z | Documenting gimli v0.28.1 |
2206 | 2024-06-06T20:28:57.938Z | Documenting object v0.32.2 |
2207 | 2024-06-06T20:28:58.054Z | Documenting openssl v0.10.64 |
2208 | 2024-06-06T20:28:59.197Z | Documenting openssl-probe v0.1.5 |
2209 | 2024-06-06T20:28:59.780Z | Documenting ipnet v2.9.0 |
2210 | 2024-06-06T20:29:01.010Z | Documenting regex-automata v0.4.6 |
2211 | 2024-06-06T20:29:02.193Z | Documenting hyper v0.14.28 |
2212 | 2024-06-06T20:29:03.156Z | Documenting addr2line v0.21.0 |
2213 | 2024-06-06T20:29:03.291Z | Documenting rustc-demangle v0.1.24 |
2214 | 2024-06-06T20:29:03.959Z | Documenting base64ct v1.6.0 |
2215 | 2024-06-06T20:29:06.116Z | Documenting futures-executor v0.3.30 |
2216 | 2024-06-06T20:29:06.164Z | Documenting native-tls v0.2.11 |
2217 | 2024-06-06T20:29:06.776Z | Documenting encoding_rs v0.8.34 |
2218 | 2024-06-06T20:29:08.250Z | Checking pest_meta v2.7.10 |
2219 | 2024-06-06T20:29:09.161Z | Documenting psl-types v2.0.11 |
2220 | 2024-06-06T20:29:09.977Z | Documenting serde_urlencoded v0.7.1 |
2221 | 2024-06-06T20:29:10.408Z | Documenting backtrace v0.3.71 |
2222 | 2024-06-06T20:29:10.946Z | Documenting semver v1.0.23 |
2223 | 2024-06-06T20:29:11.227Z | Documenting pest_meta v2.7.10 |
2224 | 2024-06-06T20:29:11.735Z | Documenting tokio-native-tls v0.3.1 |
2225 | 2024-06-06T20:29:11.975Z | Documenting crossbeam-utils v0.8.19 |
2226 | 2024-06-06T20:29:12.308Z | Documenting publicsuffix v2.2.3 |
2227 | 2024-06-06T20:29:14.460Z | Documenting scroll_derive v0.12.0 |
2228 | 2024-06-06T20:29:14.797Z | Documenting utf8parse v0.2.1 |
2229 | 2024-06-06T20:29:15.612Z | Documenting hyper-rustls v0.24.2 |
2230 | 2024-06-06T20:29:15.684Z | Documenting pest_generator v2.7.10 |
2231 | 2024-06-06T20:29:15.903Z | Documenting anyhow v1.0.86 |
2232 | 2024-06-06T20:29:16.602Z | Documenting cookie_store v0.20.0 |
2233 | 2024-06-06T20:29:16.821Z | Documenting futures v0.3.30 |
2234 | 2024-06-06T20:29:16.939Z | Documenting hyper-tls v0.5.0 |
2235 | 2024-06-06T20:29:17.676Z | Documenting regex v1.10.4 |
2236 | 2024-06-06T20:29:19.430Z | Documenting scroll v0.12.0 |
2237 | 2024-06-06T20:29:20.248Z | Checking pest_generator v2.7.10 |
2238 | 2024-06-06T20:29:20.873Z | Documenting pem-rfc7468 v0.7.0 |
2239 | 2024-06-06T20:29:20.898Z | Documenting der_derive v0.7.2 |
2240 | 2024-06-06T20:29:21.997Z | Documenting sync_wrapper v0.1.2 |
2241 | 2024-06-06T20:29:22.177Z | Documenting webpki-roots v0.25.4 |
2242 | 2024-06-06T20:29:23.170Z | Documenting flagset v0.4.5 |
2243 | 2024-06-06T20:29:23.721Z | Documenting plain v0.2.3 |
2244 | 2024-06-06T20:29:23.979Z | Documenting ucd-trie v0.1.6 |
2245 | 2024-06-06T20:29:24.280Z | Documenting pest_derive v2.7.10 |
2246 | 2024-06-06T20:29:25.197Z | Documenting num-integer v0.1.46 |
2247 | 2024-06-06T20:29:25.198Z | Documenting pretty-hex v0.4.1 |
2248 | 2024-06-06T20:29:25.910Z | Documenting openapiv3 v2.0.0 |
2249 | 2024-06-06T20:29:26.448Z | Documenting reqwest v0.11.27 |
2250 | 2024-06-06T20:29:27.020Z | Documenting der v0.7.9 |
2251 | 2024-06-06T20:29:27.020Z | Documenting goblin v0.8.2 |
2252 | 2024-06-06T20:29:27.959Z | Documenting thread-id v4.2.1 |
2253 | 2024-06-06T20:29:28.086Z | Documenting pest v2.7.10 |
2254 | 2024-06-06T20:29:29.046Z | Documenting usdt-attr-macro v0.5.0 |
2255 | 2024-06-06T20:29:29.444Z | Documenting usdt-macro v0.5.0 |
2256 | 2024-06-06T20:29:31.991Z | Documenting spki v0.7.3 |
2257 | 2024-06-06T20:29:32.325Z | Documenting spin v0.9.8 |
2258 | 2024-06-06T20:29:32.953Z | Documenting memmap v0.7.0 |
2259 | 2024-06-06T20:29:33.087Z | Documenting dtrace-parser v0.2.0 |
2260 | 2024-06-06T20:29:34.290Z | Documenting dof v0.3.0 |
2261 | 2024-06-06T20:29:35.340Z | Documenting anstyle v1.0.7 |
2262 | 2024-06-06T20:29:35.901Z | Documenting either v1.12.0 |
2263 | 2024-06-06T20:29:36.054Z | Documenting pkcs8 v0.10.2 |
2264 | 2024-06-06T20:29:36.594Z | Documenting anstyle-parse v0.2.4 |
2265 | 2024-06-06T20:29:36.938Z | Documenting ipnetwork v0.20.0 |
2266 | 2024-06-06T20:29:37.090Z | Documenting colorchoice v1.0.1 |
2267 | 2024-06-06T20:29:37.347Z | Documenting data-encoding v2.6.0 |
2268 | 2024-06-06T20:29:39.523Z | Documenting is_terminal_polyfill v1.70.0 |
2269 | 2024-06-06T20:29:39.593Z | Documenting anstyle-query v1.0.3 |
2270 | 2024-06-06T20:29:39.687Z | Documenting crossbeam-epoch v0.9.18 |
2271 | 2024-06-06T20:29:39.922Z | Documenting terminal_size v0.3.0 |
2272 | 2024-06-06T20:29:39.960Z | Documenting usdt-impl v0.5.0 |
2273 | 2024-06-06T20:29:40.283Z | Documenting sha2 v0.10.8 |
2274 | 2024-06-06T20:29:41.481Z | Documenting hex v0.4.3 |
2275 | 2024-06-06T20:29:42.276Z | Documenting crc32fast v1.4.0 |
2276 | 2024-06-06T20:29:43.610Z | Documenting strsim v0.11.1 |
2277 | 2024-06-06T20:29:43.702Z | Documenting anstream v0.6.14 |
2278 | 2024-06-06T20:29:44.019Z | Documenting untrusted v0.9.0 |
2279 | 2024-06-06T20:29:44.570Z | Documenting clap_lex v0.7.0 |
2280 | 2024-06-06T20:29:45.222Z | Documenting unicode-segmentation v1.11.0 |
2281 | 2024-06-06T20:29:46.102Z | Documenting num-iter v0.1.45 |
2282 | 2024-06-06T20:29:46.212Z | Documenting usdt v0.5.0 |
2283 | 2024-06-06T20:29:46.572Z | Documenting hmac v0.12.1 |
2284 | 2024-06-06T20:29:46.903Z | Documenting ring v0.17.8 |
2285 | 2024-06-06T20:29:47.601Z | Documenting signal-hook v0.3.17 |
2286 | 2024-06-06T20:29:47.937Z | Documenting clap_derive v4.5.4 |
2287 | 2024-06-06T20:29:48.327Z | Documenting flate2 v1.0.30 |
2288 | 2024-06-06T20:29:48.413Z | Documenting clap_builder v4.5.2 |
2289 | 2024-06-06T20:29:50.419Z | Documenting static_assertions v1.1.0 |
2290 | 2024-06-06T20:29:51.458Z | Documenting managed v0.8.0 |
2291 | 2024-06-06T20:29:52.616Z | Documenting signal-hook-mio v0.2.3 |
2292 | 2024-06-06T20:29:52.663Z | Documenting itertools v0.12.1 |
2293 | 2024-06-06T20:29:52.663Z | Documenting enum-as-inner v0.5.1 |
2294 | 2024-06-06T20:29:52.947Z | Documenting regress v0.9.1 |
2295 | 2024-06-06T20:29:53.386Z | Documenting block-padding v0.3.3 |
2296 | 2024-06-06T20:29:53.414Z | Documenting scheduled-thread-pool v0.2.7 |
2297 | 2024-06-06T20:29:54.643Z | Documenting diesel_table_macro_syntax v0.1.0 |
2298 | 2024-06-06T20:29:54.889Z | Documenting clap v4.5.4 |
2299 | 2024-06-06T20:29:56.646Z | Checking diesel_table_macro_syntax v0.1.0 |
2300 | 2024-06-06T20:29:56.819Z | Documenting finl_unicode v1.2.0 |
2301 | 2024-06-06T20:29:56.970Z | Documenting trust-dns-proto v0.22.0 |
2302 | 2024-06-06T20:29:57.897Z | Documenting r2d2 v0.8.10 |
2303 | 2024-06-06T20:29:58.115Z | Documenting inout v0.1.3 |
2304 | 2024-06-06T20:29:59.062Z | Documenting crossterm v0.27.0 |
2305 | 2024-06-06T20:29:59.152Z | Documenting md-5 v0.10.6 |
2306 | 2024-06-06T20:29:59.422Z | Documenting diesel_derives v2.1.4 |
2307 | 2024-06-06T20:30:00.302Z | Documenting ff v0.13.0 |
2308 | 2024-06-06T20:30:01.137Z | Documenting stringprep v0.1.4 |
2309 | 2024-06-06T20:30:02.343Z | Documenting toml_datetime v0.6.6 |
2310 | 2024-06-06T20:30:02.609Z | Documenting serde_spanned v0.6.6 |
2311 | 2024-06-06T20:30:04.074Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2312 | 2024-06-06T20:30:04.491Z | Documenting winnow v0.6.8 |
2313 | 2024-06-06T20:30:04.941Z | Documenting base16ct v0.2.0 |
2314 | 2024-06-06T20:30:05.432Z | Documenting siphasher v0.3.11 |
2315 | 2024-06-06T20:30:05.606Z | Documenting bit-vec v0.6.3 |
2316 | 2024-06-06T20:30:06.666Z | Documenting heck v0.5.0 |
2317 | 2024-06-06T20:30:06.691Z | Documenting fallible-iterator v0.2.0 |
2318 | 2024-06-06T20:30:07.066Z | Checking unsafe-libyaml v0.2.11 |
2319 | 2024-06-06T20:30:07.928Z | Documenting sec1 v0.7.3 |
2320 | 2024-06-06T20:30:08.063Z | Documenting group v0.13.0 |
2321 | 2024-06-06T20:30:08.310Z | Documenting phf_shared v0.11.2 |
2322 | 2024-06-06T20:30:08.501Z | Documenting diesel v2.1.6 |
2323 | 2024-06-06T20:30:09.715Z | Documenting cipher v0.4.4 |
2324 | 2024-06-06T20:30:09.821Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2325 | 2024-06-06T20:30:10.261Z | Documenting toml_edit v0.22.13 |
2326 | 2024-06-06T20:30:11.483Z | Documenting postgres-protocol v0.6.6 |
2327 | 2024-06-06T20:30:12.325Z | Documenting hkdf v0.12.4 |
2328 | 2024-06-06T20:30:12.439Z | Documenting num-bigint v0.4.5 |
2329 | 2024-06-06T20:30:23.932Z | Documenting bstr v1.9.1 |
2330 | 2024-06-06T20:30:33.569Z | Documenting console v0.15.8 |
2331 | 2024-06-06T20:30:33.594Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2332 | 2024-06-06T20:30:33.619Z | Documenting crypto-bigint v0.5.5 |
2333 | 2024-06-06T20:30:33.819Z | Documenting hubpack v0.1.2 |
2334 | 2024-06-06T20:30:33.911Z | Documenting serde_repr v0.1.19 |
2335 | 2024-06-06T20:30:34.569Z | Documenting unsafe-libyaml v0.2.11 |
2336 | 2024-06-06T20:30:34.702Z | Documenting fixedbitset v0.4.2 |
2337 | 2024-06-06T20:30:36.091Z | Documenting precomputed-hash v0.1.1 |
2338 | 2024-06-06T20:30:38.085Z | Documenting minimal-lexical v0.2.1 |
2339 | 2024-06-06T20:30:38.160Z | Documenting lalrpop-util v0.19.12 |
2340 | 2024-06-06T20:30:38.345Z | Documenting new_debug_unreachable v1.0.6 |
2341 | 2024-06-06T20:30:38.559Z | Documenting serde_yaml v0.9.34+deprecated |
2342 | 2024-06-06T20:30:38.785Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2343 | 2024-06-06T20:30:40.289Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2344 | 2024-06-06T20:30:50.848Z | Documenting petgraph v0.6.5 |
2345 | 2024-06-06T20:30:50.920Z | Documenting string_cache v0.8.7 |
2346 | 2024-06-06T20:30:51.067Z | Documenting nom v7.1.3 |
2347 | 2024-06-06T20:30:51.256Z | Documenting yasna v0.5.2 |
2348 | 2024-06-06T20:30:51.794Z | Documenting postgres-types v0.2.6 |
2349 | 2024-06-06T20:30:51.844Z | Documenting phf v0.11.2 |
2350 | 2024-06-06T20:30:51.953Z | Checking serde_yaml v0.9.34+deprecated |
2351 | 2024-06-06T20:30:52.128Z | Documenting elliptic-curve v0.13.8 |
2352 | 2024-06-06T20:30:53.646Z | Documenting similar v2.5.0 |
2353 | 2024-06-06T20:30:55.591Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2354 | 2024-06-06T20:30:56.139Z | Documenting getopts v0.2.21 |
2355 | 2024-06-06T20:30:56.549Z | Documenting float-cmp v0.9.0 |
2356 | 2024-06-06T20:30:57.503Z | Documenting whoami v1.5.1 |
2357 | 2024-06-06T20:30:58.136Z | Documenting predicates-core v1.0.6 |
2358 | 2024-06-06T20:30:58.472Z | Documenting peg-runtime v0.8.3 |
2359 | 2024-06-06T20:30:58.599Z | Documenting difflib v0.4.0 |
2360 | 2024-06-06T20:31:09.634Z | Documenting normalize-line-endings v0.3.0 |
2361 | 2024-06-06T20:31:09.796Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2362 | 2024-06-06T20:31:10.016Z | Documenting tokio-postgres v0.7.10 |
2363 | 2024-06-06T20:31:10.163Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2364 | 2024-06-06T20:31:10.300Z | Documenting bit-set v0.5.3 |
2365 | 2024-06-06T20:31:10.460Z | Documenting fs-err v2.11.0 |
2366 | 2024-06-06T20:31:10.707Z | Documenting tokio-stream v0.1.15 |
2367 | 2024-06-06T20:31:10.746Z | Checking ident_case v1.0.1 |
2368 | 2024-06-06T20:31:10.901Z | Checking darling_core v0.20.9 |
2369 | 2024-06-06T20:31:12.672Z | Documenting is-terminal v0.4.12 |
2370 | 2024-06-06T20:31:13.860Z | Documenting predicates v3.1.0 |
2371 | 2024-06-06T20:31:14.715Z | Documenting strum v0.26.2 |
2372 | 2024-06-06T20:31:15.879Z | Documenting base64 v0.22.1 |
2373 | 2024-06-06T20:31:16.166Z | Documenting ident_case v1.0.1 |
2374 | 2024-06-06T20:31:16.944Z | Documenting camino v1.1.7 |
2375 | 2024-06-06T20:31:17.304Z | Documenting dirs-sys-next v0.1.2 |
2376 | 2024-06-06T20:31:18.091Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2377 | 2024-06-06T20:31:18.569Z | Checking darling v0.20.9 |
2378 | 2024-06-06T20:31:18.680Z | Documenting sha1 v0.10.6 |
2379 | 2024-06-06T20:31:18.885Z | Documenting http v1.1.0 |
2380 | 2024-06-06T20:31:19.382Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2024-06-06T20:31:20.074Z | Documenting thread_local v1.1.8 |
2382 | 2024-06-06T20:31:20.207Z | Documenting darling_core v0.20.9 |
2383 | 2024-06-06T20:31:21.808Z | Documenting dirs-next v2.0.0 |
2384 | 2024-06-06T20:31:21.832Z | Documenting paste v1.0.15 |
2385 | 2024-06-06T20:31:23.527Z | Documenting rustls-pki-types v1.7.0 |
2386 | 2024-06-06T20:31:23.607Z | Documenting crossbeam-channel v0.5.12 |
2387 | 2024-06-06T20:31:24.252Z | Documenting take_mut v0.2.2 |
2388 | 2024-06-06T20:31:24.411Z | Documenting slog-json v2.6.1 |
2389 | 2024-06-06T20:31:26.005Z | Documenting term v0.7.0 |
2390 | 2024-06-06T20:31:26.177Z | Documenting async-stream-impl v0.3.5 |
2391 | 2024-06-06T20:31:27.885Z | Documenting rustls-webpki v0.102.4 |
2392 | 2024-06-06T20:31:28.161Z | Documenting debug-ignore v1.0.5 |
2393 | 2024-06-06T20:31:28.488Z | Documenting slog-async v2.8.0 |
2394 | 2024-06-06T20:31:28.630Z | Documenting darling_macro v0.20.9 |
2395 | 2024-06-06T20:31:29.170Z | Documenting atomic-waker v1.1.2 |
2396 | 2024-06-06T20:31:29.376Z | Documenting slog-bunyan v2.5.0 |
2397 | 2024-06-06T20:31:30.253Z | Documenting slog-term v2.9.1 |
2398 | 2024-06-06T20:31:30.915Z | Documenting rustls-pemfile v2.1.2 |
2399 | 2024-06-06T20:31:31.096Z | Documenting async-stream v0.3.5 |
2400 | 2024-06-06T20:31:31.918Z | Documenting waitgroup v0.1.2 |
2401 | 2024-06-06T20:31:32.607Z | Documenting rustls v0.22.4 |
2402 | 2024-06-06T20:31:32.652Z | Documenting multer v3.1.0 |
2403 | 2024-06-06T20:31:33.284Z | Documenting darling v0.20.9 |
2404 | 2024-06-06T20:31:34.268Z | Documenting toml v0.8.13 |
2405 | 2024-06-06T20:31:35.142Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2406 | 2024-06-06T20:31:35.301Z | Documenting serde_path_to_error v0.1.16 |
2407 | 2024-06-06T20:31:35.410Z | Documenting hostname v0.4.0 |
2408 | 2024-06-06T20:31:35.949Z | Documenting structmeta-derive v0.3.0 |
2409 | 2024-06-06T20:31:37.453Z | Documenting newtype-uuid v1.1.0 |
2410 | 2024-06-06T20:31:38.593Z | Documenting serde_with_macros v3.8.1 |
2411 | 2024-06-06T20:31:39.957Z | Checking structmeta v0.3.0 |
2412 | 2024-06-06T20:31:39.990Z | Documenting instant v0.1.12 |
2413 | 2024-06-06T20:31:40.025Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2414 | 2024-06-06T20:31:40.400Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2415 | 2024-06-06T20:31:40.431Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2416 | 2024-06-06T20:31:41.341Z | Documenting structmeta v0.3.0 |
2417 | 2024-06-06T20:31:41.779Z | Documenting tokio-rustls v0.25.0 |
2418 | 2024-06-06T20:31:42.966Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2419 | 2024-06-06T20:31:44.047Z | Documenting serde_with v3.8.1 |
2420 | 2024-06-06T20:31:44.191Z | Documenting backoff v0.4.0 |
2421 | 2024-06-06T20:31:44.792Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2422 | 2024-06-06T20:31:44.856Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2423 | 2024-06-06T20:31:46.093Z | Documenting parse-display-derive v0.9.0 |
2424 | 2024-06-06T20:31:47.433Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2425 | 2024-06-06T20:31:48.424Z | Documenting macaddr v1.0.1 |
2426 | 2024-06-06T20:31:49.001Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2427 | 2024-06-06T20:31:49.208Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2428 | 2024-06-06T20:31:50.089Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2429 | 2024-06-06T20:31:50.305Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2430 | 2024-06-06T20:31:51.111Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2431 | 2024-06-06T20:31:51.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2432 | 2024-06-06T20:31:51.830Z | Documenting fastrand v2.1.0 |
2433 | 2024-06-06T20:31:52.202Z | Documenting parse-display v0.9.0 |
2434 | 2024-06-06T20:31:52.618Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2435 | 2024-06-06T20:31:52.870Z | Documenting proc-macro-crate v1.3.1 |
2436 | 2024-06-06T20:31:52.895Z | Checking proc-macro-crate v1.3.1 |
2437 | 2024-06-06T20:31:53.044Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2438 | 2024-06-06T20:31:53.131Z | Documenting foreign-types-macros v0.2.3 |
2439 | 2024-06-06T20:31:53.341Z | Documenting foreign-types-shared v0.3.1 |
2440 | 2024-06-06T20:31:53.701Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2441 | 2024-06-06T20:31:55.794Z | Documenting tempfile v3.10.1 |
2442 | 2024-06-06T20:31:56.048Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2443 | 2024-06-06T20:31:56.587Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2444 | 2024-06-06T20:31:57.610Z | Documenting cstr-argument v0.1.2 |
2445 | 2024-06-06T20:31:57.912Z | Documenting num_enum_derive v0.5.11 |
2446 | 2024-06-06T20:31:58.049Z | Documenting foreign-types v0.5.0 |
2447 | 2024-06-06T20:31:59.460Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2448 | 2024-06-06T20:32:00.059Z | Documenting tabwriter v1.4.0 |
2449 | 2024-06-06T20:32:00.092Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2450 | 2024-06-06T20:32:00.315Z | Documenting camino-tempfile v1.1.1 |
2451 | 2024-06-06T20:32:01.310Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2452 | 2024-06-06T20:32:01.747Z | Documenting colored v2.1.0 |
2453 | 2024-06-06T20:32:02.043Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2454 | 2024-06-06T20:32:04.166Z | Documenting hash32 v0.3.1 |
2455 | 2024-06-06T20:32:04.341Z | Documenting num_enum v0.5.11 |
2456 | 2024-06-06T20:32:05.193Z | Documenting stable_deref_trait v1.2.0 |
2457 | 2024-06-06T20:32:05.449Z | Documenting smf v0.2.3 |
2458 | 2024-06-06T20:32:05.724Z | Documenting cobs v0.2.3 |
2459 | 2024-06-06T20:32:06.001Z | Documenting embedded-io v0.4.0 |
2460 | 2024-06-06T20:32:07.884Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2461 | 2024-06-06T20:32:08.209Z | Documenting heapless v0.8.0 |
2462 | 2024-06-06T20:32:08.355Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2463 | 2024-06-06T20:32:08.484Z | Documenting derive-where v1.2.7 |
2464 | 2024-06-06T20:32:08.991Z | Documenting postcard v1.0.8 |
2465 | 2024-06-06T20:32:09.478Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2466 | 2024-06-06T20:32:09.618Z | Documenting crucible-workspace-hack v0.1.0 |
2467 | 2024-06-06T20:32:10.525Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2468 | 2024-06-06T20:32:12.312Z | Documenting newline-converter v0.3.0 |
2469 | 2024-06-06T20:32:12.962Z | Documenting smoltcp v0.11.0 |
2470 | 2024-06-06T20:32:13.228Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2471 | 2024-06-06T20:32:13.615Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2472 | 2024-06-06T20:32:13.694Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2473 | 2024-06-06T20:32:14.267Z | Documenting sigpipe v0.1.3 |
2474 | 2024-06-06T20:32:15.198Z | Documenting num-derive v0.4.2 |
2475 | 2024-06-06T20:32:15.875Z | Documenting convert_case v0.4.0 |
2476 | 2024-06-06T20:32:16.426Z | Checking convert_case v0.4.0 |
2477 | 2024-06-06T20:32:16.557Z | Documenting expectorate v1.1.0 |
2478 | 2024-06-06T20:32:16.645Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2479 | 2024-06-06T20:32:18.399Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2480 | 2024-06-06T20:32:18.744Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2481 | 2024-06-06T20:32:19.174Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2482 | 2024-06-06T20:32:19.645Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2483 | 2024-06-06T20:32:19.959Z | Documenting derive_more v0.99.17 |
2484 | 2024-06-06T20:32:20.260Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2485 | 2024-06-06T20:32:20.779Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2486 | 2024-06-06T20:32:21.706Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2487 | 2024-06-06T20:32:22.685Z | Documenting password-hash v0.5.0 |
2488 | 2024-06-06T20:32:23.006Z | Documenting blake2 v0.10.6 |
2489 | 2024-06-06T20:32:23.778Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2490 | 2024-06-06T20:32:25.229Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2491 | 2024-06-06T20:32:25.614Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2492 | 2024-06-06T20:32:25.851Z | Documenting humantime v2.1.0 |
2493 | 2024-06-06T20:32:25.935Z | Documenting linked-hash-map v0.5.6 |
2494 | 2024-06-06T20:32:26.266Z | Documenting newtype_derive v0.1.6 |
2495 | 2024-06-06T20:32:27.130Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2496 | 2024-06-06T20:32:27.998Z | Documenting argon2 v0.5.3 |
2497 | 2024-06-06T20:32:29.998Z | Documenting lru-cache v0.1.2 |
2498 | 2024-06-06T20:32:30.163Z | Documenting swrite v0.1.0 |
2499 | 2024-06-06T20:32:30.239Z | Documenting steno v0.4.0 |
2500 | 2024-06-06T20:32:30.884Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2501 | 2024-06-06T20:32:31.801Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2502 | 2024-06-06T20:32:31.988Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2503 | 2024-06-06T20:32:32.209Z | Documenting quick-error v1.2.3 |
2504 | 2024-06-06T20:32:33.043Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2505 | 2024-06-06T20:32:33.336Z | Documenting arc-swap v1.7.1 |
2506 | 2024-06-06T20:32:34.087Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2507 | 2024-06-06T20:32:34.191Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2508 | 2024-06-06T20:32:34.540Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2509 | 2024-06-06T20:32:34.852Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2510 | 2024-06-06T20:32:36.275Z | Documenting resolv-conf v0.7.0 |
2511 | 2024-06-06T20:32:37.746Z | Documenting slog-scope v4.4.0 |
2512 | 2024-06-06T20:32:37.934Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2513 | 2024-06-06T20:32:38.524Z | Documenting xattr v1.3.1 |
2514 | 2024-06-06T20:32:38.689Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2515 | 2024-06-06T20:32:38.714Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2516 | 2024-06-06T20:32:39.096Z | Documenting filetime v0.2.23 |
2517 | 2024-06-06T20:32:39.307Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2518 | 2024-06-06T20:32:39.565Z | Documenting num-rational v0.4.2 |
2519 | 2024-06-06T20:32:40.770Z | Documenting trust-dns-resolver v0.22.0 |
2520 | 2024-06-06T20:32:42.367Z | Documenting slog-stdlog v4.1.1 |
2521 | 2024-06-06T20:32:42.794Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2522 | 2024-06-06T20:32:43.445Z | Documenting num-complex v0.4.6 |
2523 | 2024-06-06T20:32:43.567Z | Documenting tar v0.4.40 |
2524 | 2024-06-06T20:32:44.044Z | Documenting tap v1.0.1 |
2525 | 2024-06-06T20:32:45.230Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2526 | 2024-06-06T20:32:46.667Z | Documenting slog-envlogger v2.2.0 |
2527 | 2024-06-06T20:32:46.914Z | Documenting wyz v0.5.1 |
2528 | 2024-06-06T20:32:48.001Z | Documenting num v0.4.3 |
2529 | 2024-06-06T20:32:48.396Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2530 | 2024-06-06T20:32:49.164Z | Documenting radium v0.7.0 |
2531 | 2024-06-06T20:32:49.491Z | Documenting nibble_vec v0.1.0 |
2532 | 2024-06-06T20:32:49.821Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2533 | 2024-06-06T20:32:51.900Z | Documenting display-error-chain v0.2.0 |
2534 | 2024-06-06T20:32:52.167Z | Documenting funty v2.0.0 |
2535 | 2024-06-06T20:32:53.481Z | Documenting crc-catalog v2.4.0 |
2536 | 2024-06-06T20:32:53.698Z | Documenting same-file v1.0.6 |
2537 | 2024-06-06T20:32:54.661Z | Documenting endian-type v0.1.2 |
2538 | 2024-06-06T20:32:55.339Z | Documenting bitvec v1.0.1 |
2539 | 2024-06-06T20:32:55.921Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2540 | 2024-06-06T20:32:56.256Z | Documenting crc v3.2.1 |
2541 | 2024-06-06T20:32:57.777Z | Documenting walkdir v2.5.0 |
2542 | 2024-06-06T20:32:58.701Z | Documenting radix_trie v0.2.1 |
2543 | 2024-06-06T20:32:59.134Z | Documenting slog-dtrace v0.3.0 |
2544 | 2024-06-06T20:33:00.080Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2545 | 2024-06-06T20:33:00.550Z | Documenting cancel-safe-futures v0.1.5 |
2546 | 2024-06-06T20:33:02.038Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2547 | 2024-06-06T20:33:02.293Z | Documenting packed_struct_codegen v0.10.1 |
2548 | 2024-06-06T20:33:02.703Z | warning: unresolved link to `Blueprints` |
2549 | 2024-06-06T20:33:02.703Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2550 | 2024-06-06T20:33:02.703Z | | |
2551 | 2024-06-06T20:33:02.703Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2552 | 2024-06-06T20:33:02.703Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2553 | 2024-06-06T20:33:02.703Z | | |
2554 | 2024-06-06T20:33:02.703Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2555 | 2024-06-06T20:33:02.704Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2556 | 2024-06-06T20:33:02.704Z | |
2557 | 2024-06-06T20:33:02.704Z | warning: unresolved link to `Blueprints` |
2558 | 2024-06-06T20:33:02.704Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2559 | 2024-06-06T20:33:02.704Z | | |
2560 | 2024-06-06T20:33:02.704Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2561 | 2024-06-06T20:33:02.704Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2562 | 2024-06-06T20:33:02.704Z | | |
2563 | 2024-06-06T20:33:02.704Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2564 | 2024-06-06T20:33:02.704Z | |
2565 | 2024-06-06T20:33:02.729Z | warning: unresolved link to `BpSledTable` |
2566 | 2024-06-06T20:33:02.729Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2567 | 2024-06-06T20:33:02.729Z | | |
2568 | 2024-06-06T20:33:02.729Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2569 | 2024-06-06T20:33:02.729Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2570 | 2024-06-06T20:33:02.729Z | | |
2571 | 2024-06-06T20:33:02.729Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2572 | 2024-06-06T20:33:02.729Z | |
2573 | 2024-06-06T20:33:03.128Z | Documenting nodrop v0.1.14 |
2574 | 2024-06-06T20:33:04.803Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2575 | 2024-06-06T20:33:04.833Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2576 | 2024-06-06T20:33:05.866Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2577 | 2024-06-06T20:33:06.142Z | Documenting num-bigint-dig v0.8.4 |
2578 | 2024-06-06T20:33:06.174Z | Documenting array-init v0.0.4 |
2579 | 2024-06-06T20:33:06.353Z | Documenting pem v3.0.4 |
2580 | 2024-06-06T20:33:07.429Z | Documenting packed_struct v0.10.1 |
2581 | 2024-06-06T20:33:09.301Z | Documenting pkcs1 v0.7.5 |
2582 | 2024-06-06T20:33:10.102Z | Documenting signature v2.2.0 |
2583 | 2024-06-06T20:33:10.402Z | Documenting bitfield v0.14.0 |
2584 | 2024-06-06T20:33:12.058Z | Documenting maplit v1.0.2 |
2585 | 2024-06-06T20:33:12.364Z | Documenting termcolor v1.4.1 |
2586 | 2024-06-06T20:33:13.170Z | Documenting bzip2 v0.4.4 |
2587 | 2024-06-06T20:33:13.662Z | Documenting serde-hex v0.1.0 |
2588 | 2024-06-06T20:33:14.336Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2589 | 2024-06-06T20:33:15.008Z | Documenting rsa v0.9.6 |
2590 | 2024-06-06T20:33:16.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2591 | 2024-06-06T20:33:16.326Z | Documenting x509-cert v0.2.5 |
2592 | 2024-06-06T20:33:16.467Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2593 | 2024-06-06T20:33:16.614Z | Documenting env_logger v0.10.2 |
2594 | 2024-06-06T20:33:17.504Z | Documenting libsw v3.3.1 |
2595 | 2024-06-06T20:33:18.337Z | Documenting ron v0.8.1 |
2596 | 2024-06-06T20:33:19.394Z | Documenting half v2.4.1 |
2597 | 2024-06-06T20:33:20.996Z | Documenting headers-core v0.2.0 |
2598 | 2024-06-06T20:33:21.476Z | Documenting owo-colors v4.0.0 |
2599 | 2024-06-06T20:33:22.142Z | Documenting linear-map v1.2.0 |
2600 | 2024-06-06T20:33:22.449Z | Documenting crc-any v2.5.0 |
2601 | 2024-06-06T20:33:22.637Z | Documenting ciborium-io v0.2.2 |
2602 | 2024-06-06T20:33:23.266Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2603 | 2024-06-06T20:33:23.937Z | Documenting zip v0.6.6 |
2604 | 2024-06-06T20:33:25.483Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2605 | 2024-06-06T20:33:25.814Z | Documenting headers v0.3.9 |
2606 | 2024-06-06T20:33:25.999Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2607 | 2024-06-06T20:33:26.495Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2608 | 2024-06-06T20:33:26.725Z | Documenting ciborium-ll v0.2.2 |
2609 | 2024-06-06T20:33:27.404Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2610 | 2024-06-06T20:33:28.667Z | Documenting async-recursion v1.1.1 |
2611 | 2024-06-06T20:33:30.953Z | Documenting path-slash v0.1.5 |
2612 | 2024-06-06T20:33:31.907Z | Documenting ciborium v0.2.2 |
2613 | 2024-06-06T20:33:33.390Z | Documenting fxhash v0.2.1 |
2614 | 2024-06-06T20:33:34.066Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2615 | 2024-06-06T20:33:34.289Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2616 | 2024-06-06T20:33:34.941Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2617 | 2024-06-06T20:33:36.137Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2618 | 2024-06-06T20:33:36.814Z | Documenting buf-list v1.0.3 |
2619 | 2024-06-06T20:33:37.449Z | Documenting derive_builder_core v0.20.0 |
2620 | 2024-06-06T20:33:41.616Z | Checking derive_builder_core v0.20.0 |
2621 | 2024-06-06T20:33:41.819Z | Documenting pin-project-internal v1.1.5 |
2622 | 2024-06-06T20:33:42.371Z | Documenting ref-cast-impl v1.0.23 |
2623 | 2024-06-06T20:33:43.543Z | Documenting vte_generate_state_changes v0.1.1 |
2624 | 2024-06-06T20:33:45.809Z | Documenting derive_builder_macro v0.20.0 |
2625 | 2024-06-06T20:33:46.276Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2626 | 2024-06-06T20:33:46.980Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2627 | 2024-06-06T20:33:47.146Z | Documenting pin-project v1.1.5 |
2628 | 2024-06-06T20:33:47.267Z | Documenting ref-cast v1.0.23 |
2629 | 2024-06-06T20:33:47.714Z | Documenting vte v0.11.1 |
2630 | 2024-06-06T20:33:49.894Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2631 | 2024-06-06T20:33:50.040Z | Documenting crossbeam-deque v0.8.5 |
2632 | 2024-06-06T20:33:50.644Z | Documenting snafu-derive v0.8.2 |
2633 | 2024-06-06T20:33:51.951Z | Documenting fd-lock v4.0.2 |
2634 | 2024-06-06T20:33:52.157Z | Documenting bitstruct_derive v0.1.0 |
2635 | 2024-06-06T20:33:54.071Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-06-06T20:33:54.188Z | Documenting ascii v1.1.0 |
2637 | 2024-06-06T20:33:54.528Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2638 | 2024-06-06T20:33:56.734Z | Documenting rayon-core v1.12.1 |
2639 | 2024-06-06T20:33:57.263Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2640 | 2024-06-06T20:33:57.414Z | Documenting bitstruct v0.1.1 |
2641 | 2024-06-06T20:33:57.779Z | Documenting snafu v0.8.2 |
2642 | 2024-06-06T20:33:58.231Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2643 | 2024-06-06T20:33:59.181Z | Documenting strip-ansi-escapes v0.2.0 |
2644 | 2024-06-06T20:33:59.412Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2645 | 2024-06-06T20:34:00.141Z | Documenting derive_builder v0.20.0 |
2646 | 2024-06-06T20:34:01.174Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2647 | 2024-06-06T20:34:02.116Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2648 | 2024-06-06T20:34:02.400Z | Documenting polar-core v0.27.3 |
2649 | 2024-06-06T20:34:02.724Z | Documenting libxml v0.3.3 |
2650 | 2024-06-06T20:34:02.749Z | Documenting proc-macro-error-attr v1.0.4 |
2651 | 2024-06-06T20:34:03.109Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2652 | 2024-06-06T20:34:06.985Z | Documenting globset v0.4.14 |
2653 | 2024-06-06T20:34:07.551Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2654 | 2024-06-06T20:34:08.026Z | Documenting olpc-cjson v0.1.3 |
2655 | 2024-06-06T20:34:09.584Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2656 | 2024-06-06T20:34:10.527Z | Documenting quick-xml v0.31.0 |
2657 | 2024-06-06T20:34:11.190Z | Documenting serde_plain v1.0.2 |
2658 | 2024-06-06T20:34:11.259Z | Documenting serde_arrays v0.1.0 |
2659 | 2024-06-06T20:34:12.359Z | Documenting erased-serde v0.3.31 |
2660 | 2024-06-06T20:34:12.928Z | Documenting oso-derive v0.27.3 |
2661 | 2024-06-06T20:34:13.106Z | Documenting impl-trait-for-tuples v0.2.2 |
2662 | 2024-06-06T20:34:15.682Z | Documenting nu-ansi-term v0.50.0 |
2663 | 2024-06-06T20:34:15.896Z | Documenting typed-path v0.7.1 |
2664 | 2024-06-06T20:34:16.422Z | Checking unicode-xid v0.2.4 |
2665 | 2024-06-06T20:34:16.580Z | Documenting unicode-xid v0.2.4 |
2666 | 2024-06-06T20:34:17.591Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2667 | 2024-06-06T20:34:17.710Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2668 | 2024-06-06T20:34:17.879Z | Documenting samael v0.0.15 |
2669 | 2024-06-06T20:34:18.610Z | Documenting oso v0.27.3 |
2670 | 2024-06-06T20:34:19.314Z | Documenting const_format_proc_macros v0.2.32 |
2671 | 2024-06-06T20:34:19.916Z | Documenting reedline v0.31.0 |
2672 | 2024-06-06T20:34:20.831Z | Documenting proc-macro-error v1.0.4 |
2673 | 2024-06-06T20:34:21.319Z | Documenting tough v0.17.1 |
2674 | 2024-06-06T20:34:24.040Z | Documenting rayon v1.10.0 |
2675 | 2024-06-06T20:34:24.427Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2676 | 2024-06-06T20:34:25.658Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2677 | 2024-06-06T20:34:27.016Z | Documenting libefi-sys v0.1.0 |
2678 | 2024-06-06T20:34:28.637Z | Documenting trust-dns-client v0.22.0 |
2679 | 2024-06-06T20:34:31.389Z | Documenting cookie v0.18.1 |
2680 | 2024-06-06T20:34:31.787Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2681 | 2024-06-06T20:34:32.223Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2682 | 2024-06-06T20:34:32.763Z | Checking proc-macro-error v1.0.4 |
2683 | 2024-06-06T20:34:33.031Z | Documenting bb8 v0.8.3 |
2684 | 2024-06-06T20:34:33.548Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2685 | 2024-06-06T20:34:33.683Z | Documenting bytecount v0.6.8 |
2686 | 2024-06-06T20:34:35.129Z | Documenting utf-8 v0.7.6 |
2687 | 2024-06-06T20:34:36.024Z | Documenting parse-size v1.0.0 |
2688 | 2024-06-06T20:34:36.193Z | Documenting keccak v0.1.5 |
2689 | 2024-06-06T20:34:36.652Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2690 | 2024-06-06T20:34:36.715Z | Documenting papergrid v0.11.0 |
2691 | 2024-06-06T20:34:37.820Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2692 | 2024-06-06T20:34:38.595Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2693 | 2024-06-06T20:34:38.952Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2694 | 2024-06-06T20:34:39.112Z | Documenting sha3 v0.10.8 |
2695 | 2024-06-06T20:34:39.345Z | Documenting tungstenite v0.21.0 |
2696 | 2024-06-06T20:34:40.992Z | Documenting trust-dns-server v0.22.1 |
2697 | 2024-06-06T20:34:41.598Z | Documenting tabled_derive v0.7.0 |
2698 | 2024-06-06T20:34:42.247Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2699 | 2024-06-06T20:34:44.337Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2700 | 2024-06-06T20:34:45.860Z | Documenting const_format v0.2.32 |
2701 | 2024-06-06T20:34:46.498Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2702 | 2024-06-06T20:34:46.645Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2703 | 2024-06-06T20:34:47.525Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2704 | 2024-06-06T20:34:47.675Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2705 | 2024-06-06T20:34:47.721Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2706 | 2024-06-06T20:34:48.253Z | Documenting sled v0.34.7 |
2707 | 2024-06-06T20:34:48.980Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2708 | 2024-06-06T20:34:49.070Z | Documenting nix v0.28.0 |
2709 | 2024-06-06T20:34:49.096Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2710 | 2024-06-06T20:34:49.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2711 | 2024-06-06T20:34:49.575Z | Documenting secrecy v0.8.0 |
2712 | 2024-06-06T20:34:49.801Z | Documenting gethostname v0.4.3 |
2713 | 2024-06-06T20:34:52.978Z | Documenting peg-macros v0.8.3 |
2714 | 2024-06-06T20:34:53.729Z | Documenting rustversion v1.0.17 |
2715 | 2024-06-06T20:34:54.283Z | Documenting sqlparser_derive v0.2.2 |
2716 | 2024-06-06T20:34:54.452Z | Documenting home v0.5.9 |
2717 | 2024-06-06T20:34:55.080Z | Documenting unicode_categories v0.1.1 |
2718 | 2024-06-06T20:34:57.888Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-06-06T20:34:58.067Z | Documenting peg v0.8.3 |
2720 | 2024-06-06T20:34:58.331Z | Documenting castaway v0.2.2 |
2721 | 2024-06-06T20:34:58.702Z | Documenting rustyline v14.0.0 |
2722 | 2024-06-06T20:34:59.291Z | Documenting sqlparser v0.45.0 |
2723 | 2024-06-06T20:34:59.442Z | Documenting sqlformat v0.2.3 |
2724 | 2024-06-06T20:35:02.223Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-06-06T20:35:02.415Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2726 | 2024-06-06T20:35:02.491Z | Documenting tabled v0.15.0 |
2727 | 2024-06-06T20:35:03.959Z | Documenting tokio-tungstenite v0.21.0 |
2728 | 2024-06-06T20:35:04.552Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2729 | 2024-06-06T20:35:08.089Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2730 | 2024-06-06T20:35:09.340Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2024-06-06T20:35:09.491Z | Documenting zone v0.1.8 |
2732 | 2024-06-06T20:35:10.419Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2733 | 2024-06-06T20:35:10.456Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2734 | 2024-06-06T20:35:11.181Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2735 | 2024-06-06T20:35:13.154Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2736 | 2024-06-06T20:35:14.098Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2737 | 2024-06-06T20:35:14.341Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2738 | 2024-06-06T20:35:14.592Z | Documenting portpicker v0.1.1 |
2739 | 2024-06-06T20:35:16.902Z | Documenting universal-hash v0.5.1 |
2740 | 2024-06-06T20:35:17.100Z | Documenting bcs v0.1.6 |
2741 | 2024-06-06T20:35:19.133Z | Documenting thiserror-impl-no-std v2.0.2 |
2742 | 2024-06-06T20:35:21.150Z | Documenting kstat-rs v0.2.3 |
2743 | 2024-06-06T20:35:21.897Z | Documenting curve25519-dalek-derive v0.1.1 |
2744 | 2024-06-06T20:35:26.181Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2745 | 2024-06-06T20:35:34.054Z | Documenting highway v1.1.0 |
2746 | 2024-06-06T20:35:34.144Z | Documenting opaque-debug v0.3.1 |
2747 | 2024-06-06T20:35:34.254Z | Documenting thiserror-no-std v2.0.2 |
2748 | 2024-06-06T20:35:34.698Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2024-06-06T20:35:34.781Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2750 | 2024-06-06T20:35:35.187Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2024-06-06T20:35:35.230Z | Documenting curve25519-dalek v4.1.2 |
2752 | 2024-06-06T20:35:37.105Z | Documenting poly1305 v0.8.0 |
2753 | 2024-06-06T20:35:37.334Z | Documenting compact_str v0.7.1 |
2754 | 2024-06-06T20:35:38.406Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2755 | 2024-06-06T20:35:41.000Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2756 | 2024-06-06T20:35:41.756Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2757 | 2024-06-06T20:35:41.939Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2758 | 2024-06-06T20:35:42.751Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2759 | 2024-06-06T20:35:42.873Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2760 | 2024-06-06T20:35:43.728Z | Documenting portable-atomic v1.6.0 |
2761 | 2024-06-06T20:35:47.410Z | Documenting ed25519 v1.5.3 |
2762 | 2024-06-06T20:35:47.860Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2763 | 2024-06-06T20:35:48.399Z | Documenting unicase v2.7.0 |
2764 | 2024-06-06T20:35:50.403Z | Documenting rcgen v0.12.1 |
2765 | 2024-06-06T20:35:51.605Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2766 | 2024-06-06T20:35:53.061Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2767 | 2024-06-06T20:35:54.181Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2768 | 2024-06-06T20:35:54.529Z | warning: could not parse code block as Rust code |
2769 | 2024-06-06T20:35:54.529Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
2770 | 2024-06-06T20:35:54.529Z | | |
2771 | 2024-06-06T20:35:54.529Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
2772 | 2024-06-06T20:35:54.529Z | 247 | | /// |
2773 | 2024-06-06T20:35:54.529Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
2774 | 2024-06-06T20:35:54.529Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
2775 | 2024-06-06T20:35:54.529Z | ... | |
2776 | 2024-06-06T20:35:54.529Z | 277 | | /// |
2777 | 2024-06-06T20:35:54.529Z | 278 | | /// Will be parsed as `this string has " in it`. |
2778 | 2024-06-06T20:35:54.529Z | | |________________________________________________________^ |
2779 | 2024-06-06T20:35:54.529Z | | |
2780 | 2024-06-06T20:35:54.529Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
2781 | 2024-06-06T20:35:54.529Z | = note: error from rustc: unknown start of token: \ |
2782 | 2024-06-06T20:35:54.529Z | = note: error from rustc: unknown start of token: \ |
2783 | 2024-06-06T20:35:54.530Z | = note: error from rustc: unknown start of token: \ |
2784 | 2024-06-06T20:35:54.530Z | = note: error from rustc: unknown start of token: \ |
2785 | 2024-06-06T20:35:54.530Z | = note: error from rustc: unknown start of token: \ |
2786 | 2024-06-06T20:35:54.530Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
2787 | 2024-06-06T20:35:54.530Z | |
2788 | 2024-06-06T20:35:54.749Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2789 | 2024-06-06T20:35:55.361Z | Documenting atomicwrites v0.4.3 |
2790 | 2024-06-06T20:35:55.973Z | warning: `oximeter-db` (lib doc) generated 1 warning |
2791 | 2024-06-06T20:35:55.998Z | Documenting chacha20 v0.9.1 |
2792 | 2024-06-06T20:35:57.432Z | Documenting lru v0.12.3 |
2793 | 2024-06-06T20:35:59.125Z | Documenting aead v0.5.2 |
2794 | 2024-06-06T20:36:00.083Z | Documenting rand_seeder v0.2.3 |
2795 | 2024-06-06T20:36:00.806Z | Documenting nanorand v0.7.0 |
2796 | 2024-06-06T20:36:02.462Z | Documenting subprocess v0.2.9 |
2797 | 2024-06-06T20:36:14.295Z | Documenting stability v0.2.0 |
2798 | 2024-06-06T20:36:14.565Z | Documenting cassowary v0.3.0 |
2799 | 2024-06-06T20:36:14.938Z | Documenting glob v0.3.1 |
2800 | 2024-06-06T20:36:15.008Z | Documenting number_prefix v0.4.0 |
2801 | 2024-06-06T20:36:15.474Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2802 | 2024-06-06T20:36:15.552Z | Documenting chacha20poly1305 v0.10.1 |
2803 | 2024-06-06T20:36:16.078Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2804 | 2024-06-06T20:36:17.494Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
2805 | 2024-06-06T20:36:17.494Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
2806 | 2024-06-06T20:36:17.494Z | | |
2807 | 2024-06-06T20:36:17.494Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
2808 | 2024-06-06T20:36:17.494Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
2809 | 2024-06-06T20:36:17.494Z | | |
2810 | 2024-06-06T20:36:17.494Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2811 | 2024-06-06T20:36:17.494Z | |
2812 | 2024-06-06T20:36:18.975Z | warning: `nexus-auth` (lib doc) generated 1 warning |
2813 | 2024-06-06T20:36:19.001Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2814 | 2024-06-06T20:36:19.095Z | Documenting flume v0.11.0 |
2815 | 2024-06-06T20:36:19.376Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-06-06T20:36:19.604Z | Documenting ratatui v0.26.2 |
2817 | 2024-06-06T20:36:19.829Z | Documenting indicatif v0.17.8 |
2818 | 2024-06-06T20:36:31.477Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2819 | 2024-06-06T20:36:31.837Z | Documenting mime_guess v2.0.4 |
2820 | 2024-06-06T20:36:32.083Z | Documenting salty v0.2.0 |
2821 | 2024-06-06T20:36:32.508Z | Documenting vsss-rs v3.3.4 |
2822 | 2024-06-06T20:36:32.593Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2823 | 2024-06-06T20:36:33.518Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2824 | 2024-06-06T20:36:33.868Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2825 | 2024-06-06T20:36:35.326Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2826 | 2024-06-06T20:36:36.124Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2827 | 2024-06-06T20:36:36.301Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2828 | 2024-06-06T20:36:36.496Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2829 | 2024-06-06T20:36:36.771Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2830 | 2024-06-06T20:36:37.017Z | Documenting serde-big-array v0.5.1 |
2831 | 2024-06-06T20:36:37.129Z | Documenting memmap2 v0.9.4 |
2832 | 2024-06-06T20:36:38.300Z | Documenting rtoolbox v0.0.2 |
2833 | 2024-06-06T20:36:39.698Z | Documenting http-range v0.1.5 |
2834 | 2024-06-06T20:36:40.285Z | Documenting arrayvec v0.7.4 |
2835 | 2024-06-06T20:36:41.300Z | Documenting shell-words v1.1.0 |
2836 | 2024-06-06T20:36:41.590Z | Documenting smawk v0.3.2 |
2837 | 2024-06-06T20:36:42.615Z | Documenting is_ci v1.2.0 |
2838 | 2024-06-06T20:36:43.273Z | Documenting unicode-linebreak v0.1.5 |
2839 | 2024-06-06T20:36:43.822Z | Documenting arrayref v0.3.7 |
2840 | 2024-06-06T20:36:45.302Z | Documenting constant_time_eq v0.3.0 |
2841 | 2024-06-06T20:36:45.642Z | Documenting hyper-staticfile v0.9.5 |
2842 | 2024-06-06T20:36:46.310Z | Documenting textwrap v0.16.1 |
2843 | 2024-06-06T20:36:46.559Z | Documenting rpassword v7.3.1 |
2844 | 2024-06-06T20:36:46.757Z | Documenting supports-color v3.0.0 |
2845 | 2024-06-06T20:36:48.071Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2846 | 2024-06-06T20:36:48.095Z | Documenting blake3 v1.5.1 |
2847 | 2024-06-06T20:36:50.420Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2848 | 2024-06-06T20:36:50.779Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2849 | 2024-06-06T20:36:50.973Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2850 | 2024-06-06T20:36:51.634Z | Documenting tui-tree-widget v0.19.0 |
2851 | 2024-06-06T20:36:52.726Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2852 | 2024-06-06T20:36:55.361Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2853 | 2024-06-06T20:36:55.476Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2854 | 2024-06-06T20:36:57.159Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2855 | 2024-06-06T20:36:57.183Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2856 | 2024-06-06T20:36:57.274Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2857 | 2024-06-06T20:36:57.672Z | Documenting signal-hook-tokio v0.3.1 |
2858 | 2024-06-06T20:36:57.888Z | Documenting csv-core v0.1.11 |
2859 | 2024-06-06T20:36:59.255Z | Documenting topological-sort v0.2.2 |
2860 | 2024-06-06T20:37:01.151Z | Documenting corncobs v0.1.3 |
2861 | 2024-06-06T20:37:02.009Z | Documenting csv v1.3.0 |
2862 | 2024-06-06T20:37:02.559Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2863 | 2024-06-06T20:37:03.301Z | Documenting omicron-zone-package v0.11.0 |
2864 | 2024-06-06T20:37:04.071Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2865 | 2024-06-06T20:37:05.799Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2866 | 2024-06-06T20:37:06.165Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2867 | 2024-06-06T20:37:06.630Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2868 | 2024-06-06T20:37:08.157Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2869 | 2024-06-06T20:37:12.828Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2870 | 2024-06-06T20:37:15.289Z | warning: unresolved link to `test_sled_transitions` |
2871 | 2024-06-06T20:37:15.289Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
2872 | 2024-06-06T20:37:15.289Z | | |
2873 | 2024-06-06T20:37:15.289Z | 698 | /// [`test_sled_transitions`]. |
2874 | 2024-06-06T20:37:15.289Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2875 | 2024-06-06T20:37:15.289Z | | |
2876 | 2024-06-06T20:37:15.289Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2877 | 2024-06-06T20:37:15.289Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2878 | 2024-06-06T20:37:15.290Z | |
2879 | 2024-06-06T20:37:15.290Z | warning: unresolved link to `test_sled_transitions` |
2880 | 2024-06-06T20:37:15.290Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
2881 | 2024-06-06T20:37:15.290Z | | |
2882 | 2024-06-06T20:37:15.290Z | 734 | /// [`test_sled_transitions`]. |
2883 | 2024-06-06T20:37:15.290Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2884 | 2024-06-06T20:37:15.290Z | | |
2885 | 2024-06-06T20:37:15.290Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2886 | 2024-06-06T20:37:15.290Z | |
2887 | 2024-06-06T20:37:15.315Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
2888 | 2024-06-06T20:37:15.315Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
2889 | 2024-06-06T20:37:15.315Z | | |
2890 | 2024-06-06T20:37:15.315Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
2891 | 2024-06-06T20:37:15.315Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
2892 | 2024-06-06T20:37:15.315Z | |
2893 | 2024-06-06T20:37:19.178Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2894 | 2024-06-06T20:37:19.905Z | warning: unresolved link to `BlueprintDisksConfig` |
2895 | 2024-06-06T20:37:19.905Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55 |
2896 | 2024-06-06T20:37:19.905Z | | |
2897 | 2024-06-06T20:37:19.905Z | 1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
2898 | 2024-06-06T20:37:19.905Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
2899 | 2024-06-06T20:37:19.905Z | | |
2900 | 2024-06-06T20:37:19.905Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2901 | 2024-06-06T20:37:19.905Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2902 | 2024-06-06T20:37:19.905Z | |
2903 | 2024-06-06T20:37:20.841Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2904 | 2024-06-06T20:37:20.867Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
2905 | 2024-06-06T20:37:20.891Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2906 | 2024-06-06T20:37:21.596Z | Documenting fatfs v0.3.6 |
2907 | 2024-06-06T20:37:26.828Z | Documenting cargo-platform v0.1.8 |
2908 | 2024-06-06T20:37:26.962Z | Documenting assert_matches v1.5.0 |
2909 | 2024-06-06T20:37:29.072Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2910 | 2024-06-06T20:37:29.603Z | warning: unclosed HTML tag `usize` |
2911 | 2024-06-06T20:37:29.603Z | --> wicket/src/ui/panes/update.rs:153:19 |
2912 | 2024-06-06T20:37:29.604Z | | |
2913 | 2024-06-06T20:37:29.604Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2914 | 2024-06-06T20:37:29.604Z | | ^^^^^^^ |
2915 | 2024-06-06T20:37:29.604Z | | |
2916 | 2024-06-06T20:37:29.604Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2917 | 2024-06-06T20:37:29.604Z | |
2918 | 2024-06-06T20:37:29.827Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2919 | 2024-06-06T20:37:31.037Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
2920 | 2024-06-06T20:37:31.062Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2921 | 2024-06-06T20:37:31.062Z | warning: `wicket` (lib doc) generated 1 warning |
2922 | 2024-06-06T20:37:31.062Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2923 | 2024-06-06T20:37:31.423Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2924 | 2024-06-06T20:37:32.078Z | Documenting cargo_metadata v0.18.1 |
2925 | 2024-06-06T20:37:35.862Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2926 | 2024-06-06T20:37:37.947Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2927 | 2024-06-06T20:37:37.947Z | --> sled-agent/src/sim/instance.rs:45:7 |
2928 | 2024-06-06T20:37:37.947Z | | |
2929 | 2024-06-06T20:37:37.947Z | 45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2930 | 2024-06-06T20:37:37.947Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2931 | 2024-06-06T20:37:37.947Z | | |
2932 | 2024-06-06T20:37:37.947Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2933 | 2024-06-06T20:37:37.947Z | |
2934 | 2024-06-06T20:37:41.033Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2935 | 2024-06-06T20:37:41.058Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2936 | 2024-06-06T20:37:41.970Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2937 | 2024-06-06T20:37:43.900Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2938 | 2024-06-06T20:37:44.577Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2939 | 2024-06-06T20:37:46.970Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2940 | 2024-06-06T20:37:47.683Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2941 | 2024-06-06T20:37:50.372Z | Documenting uzers v0.11.3 |
2942 | 2024-06-06T20:37:51.947Z | Documenting termios v0.3.3 |
2943 | 2024-06-06T20:37:54.665Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2944 | 2024-06-06T20:37:56.279Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2945 | 2024-06-06T20:37:57.578Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2946 | 2024-06-06T20:38:02.331Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2947 | 2024-06-06T20:38:02.523Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2948 | 2024-06-06T20:38:03.333Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2949 | 2024-06-06T20:38:12.731Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2950 | 2024-06-06T20:38:25.620Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2951 | 2024-06-06T20:38:26.034Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2952 | 2024-06-06T20:38:34.479Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2953 | 2024-06-06T20:38:39.553Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2954 | 2024-06-06T20:38:41.154Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2955 | 2024-06-06T20:38:41.729Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2956 | 2024-06-06T20:38:42.175Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2957 | 2024-06-06T20:38:46.174Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2958 | 2024-06-06T20:39:22.613Z | warning: unresolved link to `Nexus` |
2959 | 2024-06-06T20:39:22.613Z | --> nexus/src/app/instance_network.rs:241:34 |
2960 | 2024-06-06T20:39:22.613Z | | |
2961 | 2024-06-06T20:39:22.613Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2962 | 2024-06-06T20:39:22.613Z | | ^^^^^ no item named `Nexus` in scope |
2963 | 2024-06-06T20:39:22.613Z | | |
2964 | 2024-06-06T20:39:22.613Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2965 | 2024-06-06T20:39:22.613Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2966 | 2024-06-06T20:39:22.613Z | |
2967 | 2024-06-06T20:39:22.613Z | warning: unresolved link to `Nexus` |
2968 | 2024-06-06T20:39:22.613Z | --> nexus/src/app/instance_network.rs:419:34 |
2969 | 2024-06-06T20:39:22.613Z | | |
2970 | 2024-06-06T20:39:22.613Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2971 | 2024-06-06T20:39:22.614Z | | ^^^^^ no item named `Nexus` in scope |
2972 | 2024-06-06T20:39:22.614Z | | |
2973 | 2024-06-06T20:39:22.614Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2974 | 2024-06-06T20:39:22.614Z | |
2975 | 2024-06-06T20:39:22.639Z | warning: unresolved link to `VolumeConstructionRequest` |
2976 | 2024-06-06T20:39:22.639Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
2977 | 2024-06-06T20:39:22.639Z | | |
2978 | 2024-06-06T20:39:22.639Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
2979 | 2024-06-06T20:39:22.639Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2980 | 2024-06-06T20:39:22.639Z | | |
2981 | 2024-06-06T20:39:22.639Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2982 | 2024-06-06T20:39:22.639Z | |
2983 | 2024-06-06T20:39:22.639Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2984 | 2024-06-06T20:39:22.639Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
2985 | 2024-06-06T20:39:22.639Z | | |
2986 | 2024-06-06T20:39:22.639Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
2987 | 2024-06-06T20:39:22.639Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2988 | 2024-06-06T20:39:22.639Z | |
2989 | 2024-06-06T20:39:22.639Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2990 | 2024-06-06T20:39:22.640Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
2991 | 2024-06-06T20:39:22.640Z | | |
2992 | 2024-06-06T20:39:22.640Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
2993 | 2024-06-06T20:39:22.640Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2994 | 2024-06-06T20:39:22.640Z | |
2995 | 2024-06-06T20:39:22.640Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2996 | 2024-06-06T20:39:22.640Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
2997 | 2024-06-06T20:39:22.640Z | | |
2998 | 2024-06-06T20:39:22.640Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
2999 | 2024-06-06T20:39:22.640Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3000 | 2024-06-06T20:39:22.640Z | |
3001 | 2024-06-06T20:39:22.640Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3002 | 2024-06-06T20:39:22.640Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3003 | 2024-06-06T20:39:22.640Z | | |
3004 | 2024-06-06T20:39:22.640Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3005 | 2024-06-06T20:39:22.640Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3006 | 2024-06-06T20:39:22.640Z | |
3007 | 2024-06-06T20:39:22.640Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3008 | 2024-06-06T20:39:22.640Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3009 | 2024-06-06T20:39:22.640Z | | |
3010 | 2024-06-06T20:39:22.640Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3011 | 2024-06-06T20:39:22.640Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3012 | 2024-06-06T20:39:22.640Z | |
3013 | 2024-06-06T20:39:22.641Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3014 | 2024-06-06T20:39:22.641Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3015 | 2024-06-06T20:39:22.641Z | | |
3016 | 2024-06-06T20:39:22.641Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3017 | 2024-06-06T20:39:22.641Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3018 | 2024-06-06T20:39:22.641Z | |
3019 | 2024-06-06T20:39:26.585Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3020 | 2024-06-06T20:39:46.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 12s |
3021 | 2024-06-06T20:39:46.243Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files |
3022 | 2024-06-06T20:39:46.306Z | |
3023 | 2024-06-06T20:39:46.306Z | real 12:12.859861989 |
3024 | 2024-06-06T20:39:46.306Z | user 33:28.361510012 |
3025 | 2024-06-06T20:39:46.306Z | sys 47:59.546739371 |
3026 | 2024-06-06T20:39:46.306Z | trap 0.892352138 |
3027 | 2024-06-06T20:39:46.306Z | tflt 0.125821589 |
3028 | 2024-06-06T20:39:46.306Z | dflt 1.102754403 |
3029 | 2024-06-06T20:39:46.306Z | kflt 0.001258514 |
3030 | 2024-06-06T20:39:46.306Z | lock 3:28:12.458334773 |
3031 | 2024-06-06T20:39:46.306Z | slp 3:18:16.925022932 |
3032 | 2024-06-06T20:39:46.331Z | lat 4:29.608457773 |
3033 | 2024-06-06T20:39:46.331Z | stop 2:45.057562509 |
3034 | 2024-06-06T20:39:46.331Z | process exited: duration 1294676 ms, exit code 0 |
|
3035 | 2024-06-06T20:39:46.380Z | found 0 output files |