|
|
|
1 | 2024-08-22T01:40:42.520Z | job assigned to worker 01J5VVTZS7YXJQF9ASDXKBM67T (queued for 59 s) |
|
2 | 2024-08-22T01:40:49.715Z | starting task 0: "setup" |
3 | 2024-08-22T01:40:49.722Z | ++ uname -s |
4 | 2024-08-22T01:40:49.724Z | + kern=SunOS |
5 | 2024-08-22T01:40:49.724Z | + case "$kern" in |
6 | 2024-08-22T01:40:49.724Z | + groupadd -g 12345 build |
7 | 2024-08-22T01:40:49.726Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T01:40:51.735Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T01:40:51.840Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T01:40:51.843Z | + home_fs=zfs |
11 | 2024-08-22T01:40:51.843Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T01:40:51.843Z | + mkdir -p /home/build |
13 | 2024-08-22T01:40:51.846Z | + chown build:build /home/build /work |
14 | 2024-08-22T01:40:53.846Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T01:40:53.848Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-08-22T01:40:53.854Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T01:40:53.860Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T01:40:53.860Z | ' 1.80.1 |
19 | 2024-08-22T01:40:53.860Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-22T01:40:53.860Z | ' default |
21 | 2024-08-22T01:40:53.860Z | * toolchain channel = "1.80.1" |
22 | 2024-08-22T01:40:53.860Z | * toolchain profile = "default" |
23 | 2024-08-22T01:40:53.863Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T01:40:53.863Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T01:40:54.038Z | info: downloading installer |
26 | 2024-08-22T01:40:55.555Z | info: profile set to 'default' |
27 | 2024-08-22T01:40:55.555Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T01:40:55.557Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T01:40:55.718Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T01:40:55.718Z | info: downloading component 'cargo' |
31 | 2024-08-22T01:40:56.641Z | info: downloading component 'clippy' |
32 | 2024-08-22T01:40:56.966Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T01:40:58.248Z | info: downloading component 'rust-std' |
34 | 2024-08-22T01:41:00.012Z | info: downloading component 'rustc' |
35 | 2024-08-22T01:41:04.969Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T01:41:05.276Z | info: installing component 'cargo' |
37 | 2024-08-22T01:41:06.138Z | info: installing component 'clippy' |
38 | 2024-08-22T01:41:06.533Z | info: installing component 'rust-docs' |
39 | 2024-08-22T01:41:08.213Z | info: installing component 'rust-std' |
40 | 2024-08-22T01:41:09.954Z | info: installing component 'rustc' |
41 | 2024-08-22T01:41:14.208Z | info: installing component 'rustfmt' |
42 | 2024-08-22T01:41:14.599Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-22T01:41:14.599Z | |
44 | 2024-08-22T01:41:14.857Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T01:41:14.857Z | |
46 | 2024-08-22T01:41:14.859Z | |
47 | 2024-08-22T01:41:14.859Z | Rust is installed now. Great! |
48 | 2024-08-22T01:41:14.859Z | |
49 | 2024-08-22T01:41:14.859Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T01:41:14.859Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T01:41:14.859Z | |
52 | 2024-08-22T01:41:14.859Z | To configure your current shell, you need to source |
53 | 2024-08-22T01:41:14.859Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T01:41:14.859Z | |
55 | 2024-08-22T01:41:14.859Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T01:41:14.860Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T01:41:14.860Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T01:41:14.912Z | + rustc --version |
59 | 2024-08-22T01:41:14.975Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T01:41:14.978Z | process exited: duration 21138 ms, exit code 0 |
|
61 | 2024-08-22T01:41:14.983Z | starting task 2: "authentication" |
62 | 2024-08-22T01:41:15.004Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-22T01:41:15.009Z | starting task 3: "clone repository" |
64 | 2024-08-22T01:41:15.014Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T01:41:15.016Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T01:41:15.392Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T01:41:22.400Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T01:41:22.400Z | + git fetch origin 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
69 | 2024-08-22T01:41:22.648Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T01:41:22.649Z | * branch 9f09cb82a13dee32d6443037467c6b18aa5e9585 -> FETCH_HEAD |
71 | 2024-08-22T01:41:22.657Z | + [[ -n iliana/crdb-prev ]] |
72 | 2024-08-22T01:41:22.659Z | ++ git branch --show-current |
73 | 2024-08-22T01:41:22.661Z | + current=main |
74 | 2024-08-22T01:41:22.662Z | + [[ main != iliana/crdb-prev ]] |
75 | 2024-08-22T01:41:22.662Z | + git branch -f iliana/crdb-prev 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
76 | 2024-08-22T01:41:22.664Z | + git checkout -f iliana/crdb-prev |
77 | 2024-08-22T01:41:22.814Z | Switched to branch 'iliana/crdb-prev' |
78 | 2024-08-22T01:41:22.817Z | + git reset --hard 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
79 | 2024-08-22T01:41:22.852Z | HEAD is now at 9f09cb82a review nits |
80 | 2024-08-22T01:41:22.854Z | process exited: duration 7849 ms, exit code 0 |
|
81 | 2024-08-22T01:41:22.862Z | starting task 4: "build" |
82 | 2024-08-22T01:41:22.865Z | + cargo --version |
83 | 2024-08-22T01:41:22.920Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T01:41:22.923Z | + rustc --version |
85 | 2024-08-22T01:41:22.980Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T01:41:22.982Z | + source ./env.sh |
87 | 2024-08-22T01:41:22.985Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-22T01:41:22.985Z | ++ set -o xtrace |
89 | 2024-08-22T01:41:22.987Z | ++++ dirname ./env.sh |
90 | 2024-08-22T01:41:22.987Z | +++ readlink -f . |
91 | 2024-08-22T01:41:23.010Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-22T01:41:23.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-22T01:41:23.012Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-22T01:41:23.012Z | ++ 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 |
95 | 2024-08-22T01:41:23.012Z | ++ 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 |
96 | 2024-08-22T01:41:23.012Z | ++ 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 |
97 | 2024-08-22T01:41:23.012Z | ++ 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 |
98 | 2024-08-22T01:41:23.012Z | ++ 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 |
99 | 2024-08-22T01:41:23.012Z | ++ 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 |
100 | 2024-08-22T01:41:23.012Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-22T01:41:23.012Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-22T01:41:23.012Z | + banner prerequisites |
103 | 2024-08-22T01:41:23.029Z | |
104 | 2024-08-22T01:41:23.029Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-22T01:41:23.029Z | # # # # # # # # # # # # # # # |
106 | 2024-08-22T01:41:23.029Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-22T01:41:23.029Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-22T01:41:23.029Z | # # # # # # # # # # # # # # # |
109 | 2024-08-22T01:41:23.029Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-22T01:41:23.029Z | |
111 | 2024-08-22T01:41:23.032Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-22T01:41:34.561Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-22T01:41:37.079Z | Startup: Caching catalogs ... Done |
114 | 2024-08-22T01:41:38.805Z | Planning: Solver setup ... Done (1.069s) |
115 | 2024-08-22T01:41:38.822Z | Planning: Running solver ... Done (0.018s) |
116 | 2024-08-22T01:41:38.860Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-08-22T01:41:38.873Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-22T01:41:39.016Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-22T01:41:39.170Z | Planning: Package planning ... Done (0.153s) |
120 | 2024-08-22T01:41:39.221Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-22T01:41:40.621Z | Planning: Checking for conflicting actions ... Done (1.401s) |
122 | 2024-08-22T01:41:40.632Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-22T01:41:48.351Z | Planning: Evaluating mediators ... Done (7.723s) |
124 | 2024-08-22T01:41:48.360Z | Planning: Planning completed in 11.22 seconds |
125 | 2024-08-22T01:41:50.033Z | Packages to install: 4 |
126 | 2024-08-22T01:41:50.033Z | Mediators to change: 2 |
127 | 2024-08-22T01:41:50.037Z | Services to change: 1 |
128 | 2024-08-22T01:41:50.037Z | Estimated space available: 155.72 GB |
129 | 2024-08-22T01:41:50.037Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-22T01:41:50.037Z | Create boot environment: No |
131 | 2024-08-22T01:41:50.037Z | Create backup boot environment: No |
132 | 2024-08-22T01:41:50.037Z | Rebuild boot archive: No |
133 | 2024-08-22T01:41:50.037Z | |
134 | 2024-08-22T01:41:50.037Z | Changed mediators: |
135 | 2024-08-22T01:41:50.037Z | mediator clang: |
136 | 2024-08-22T01:41:50.037Z | version: None -> 15 (system default) |
137 | 2024-08-22T01:41:50.037Z | |
138 | 2024-08-22T01:41:50.038Z | mediator llvm: |
139 | 2024-08-22T01:41:50.038Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-22T01:41:50.038Z | |
141 | 2024-08-22T01:41:50.038Z | Changed packages: |
142 | 2024-08-22T01:41:50.038Z | helios-dev |
143 | 2024-08-22T01:41:50.038Z | developer/build-essential |
144 | 2024-08-22T01:41:50.038Z | None -> 11-2.0 |
145 | 2024-08-22T01:41:50.038Z | library/libxmlsec1 |
146 | 2024-08-22T01:41:50.038Z | None -> 1.2.35-2.0 |
147 | 2024-08-22T01:41:50.038Z | ooce/developer/clang-15 |
148 | 2024-08-22T01:41:50.038Z | None -> 15.0.7-2.0 |
149 | 2024-08-22T01:41:50.038Z | ooce/developer/llvm-15 |
150 | 2024-08-22T01:41:50.038Z | None -> 15.0.7-2.0 |
151 | 2024-08-22T01:41:50.038Z | |
152 | 2024-08-22T01:41:50.038Z | Services: |
153 | 2024-08-22T01:41:50.038Z | restart_fmri: |
154 | 2024-08-22T01:41:50.038Z | svc:/system/update-man-index:default |
155 | 2024-08-22T01:41:50.503Z | |
156 | 2024-08-22T01:41:50.503Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-22T01:41:55.513Z | Download: 1000/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
158 | 2024-08-22T01:42:00.501Z | Download: 1399/3290 items 116.6/212.6MB 54% complete (11.8M/s) |
159 | 2024-08-22T01:42:05.508Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
160 | 2024-08-22T01:42:10.505Z | Download: 3040/3290 items 121.4/212.6MB 57% complete (493k/s) |
161 | 2024-08-22T01:42:19.123Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
162 | 2024-08-22T01:42:25.440Z | Download: 3285/3290 items 211.1/212.6MB 99% complete (8.5M/s) |
163 | 2024-08-22T01:42:25.488Z | Download: Completed 212.60 MB in 35.01 seconds (6.1M/s) |
164 | 2024-08-22T01:42:25.655Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-08-22T01:42:30.763Z | Actions: 3567/3689 actions (Installing new actions) |
166 | 2024-08-22T01:42:30.772Z | Actions: Completed 3689 actions in 5.12 seconds. |
167 | 2024-08-22T01:42:31.056Z | Done (0.279s) |
168 | 2024-08-22T01:42:31.056Z | Done (0.000s) |
169 | 2024-08-22T01:42:31.431Z | Done (0.375s) |
170 | 2024-08-22T01:42:37.098Z | Done (5.496s) |
171 | 2024-08-22T01:42:37.418Z | Done (0.247s) |
172 | 2024-08-22T01:42:37.421Z | Done (0.000s) |
173 | 2024-08-22T01:42:37.598Z | Done (0.000s) |
174 | 2024-08-22T01:42:38.182Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-22T01:42:38.345Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-22T01:42:38.349Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-22T01:42:38.619Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-22T01:42:38.622Z | Planning: Planning completed in 0.44 seconds |
179 | 2024-08-22T01:42:38.653Z | Mediators to change: 2 |
180 | 2024-08-22T01:42:38.653Z | Create boot environment: No |
181 | 2024-08-22T01:42:38.655Z | Create backup boot environment: No |
182 | 2024-08-22T01:42:38.944Z | Done |
183 | 2024-08-22T01:42:38.944Z | Done |
184 | 2024-08-22T01:42:39.177Z | Done |
185 | 2024-08-22T01:42:42.904Z | Done |
186 | 2024-08-22T01:42:42.986Z | Done |
187 | 2024-08-22T01:42:42.989Z | Done |
188 | 2024-08-22T01:42:43.142Z | Done |
189 | 2024-08-22T01:42:43.772Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-22T01:42:43.774Z | Planning: Merging actions ... Done |
191 | 2024-08-22T01:42:43.969Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-22T01:42:43.971Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-22T01:42:44.243Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-22T01:42:44.301Z | Planning: Planning completed in 0.78 seconds |
195 | 2024-08-22T01:42:44.336Z | Packages to change: 1 |
196 | 2024-08-22T01:42:44.336Z | Mediators to change: 1 |
197 | 2024-08-22T01:42:44.339Z | Services to change: 1 |
198 | 2024-08-22T01:42:44.339Z | Create boot environment: No |
199 | 2024-08-22T01:42:44.339Z | Create backup boot environment: Yes |
200 | 2024-08-22T01:42:46.425Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-22T01:42:46.427Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-22T01:42:46.427Z | Done |
203 | 2024-08-22T01:42:46.427Z | Done |
204 | 2024-08-22T01:42:46.504Z | Done |
205 | 2024-08-22T01:42:50.141Z | Done |
206 | 2024-08-22T01:42:50.231Z | Done |
207 | 2024-08-22T01:42:50.234Z | Done |
208 | 2024-08-22T01:42:50.400Z | Done |
209 | 2024-08-22T01:42:50.837Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-22T01:42:50.837Z | clang system 15 system |
211 | 2024-08-22T01:42:50.837Z | csh system system illumos |
212 | 2024-08-22T01:42:50.837Z | ctags system system illumos |
213 | 2024-08-22T01:42:50.837Z | gcc vendor 12 vendor |
214 | 2024-08-22T01:42:50.837Z | gcc system 10 system |
215 | 2024-08-22T01:42:50.837Z | gcc system 7 system |
216 | 2024-08-22T01:42:50.837Z | go system 1.20 system |
217 | 2024-08-22T01:42:50.837Z | go system 1.19 system |
218 | 2024-08-22T01:42:50.837Z | llvm system 15 system |
219 | 2024-08-22T01:42:50.837Z | llvm system 14 system |
220 | 2024-08-22T01:42:50.837Z | mariadb system 10.6 system |
221 | 2024-08-22T01:42:50.837Z | mta vendor vendor dma |
222 | 2024-08-22T01:42:50.837Z | openjdk system 17 system |
223 | 2024-08-22T01:42:50.837Z | openjdk system 11 system |
224 | 2024-08-22T01:42:50.837Z | openjdk system 1.8 system |
225 | 2024-08-22T01:42:50.837Z | openssl vendor 3 vendor |
226 | 2024-08-22T01:42:50.837Z | perl system 5.36 system |
227 | 2024-08-22T01:42:50.837Z | postgresql system 15 system |
228 | 2024-08-22T01:42:50.837Z | postgresql system 13 system |
229 | 2024-08-22T01:42:50.837Z | python vendor 3 vendor |
230 | 2024-08-22T01:42:50.837Z | python system 2 system |
231 | 2024-08-22T01:42:50.837Z | python3 system 3.11 system |
232 | 2024-08-22T01:42:50.837Z | ruby system 3.0 system |
233 | 2024-08-22T01:42:50.837Z | words vendor vendor american-english |
234 | 2024-08-22T01:42:50.837Z | words system system australian-english |
235 | 2024-08-22T01:42:50.838Z | words system system british-english |
236 | 2024-08-22T01:42:50.838Z | words system system canadian-english |
237 | 2024-08-22T01:42:50.838Z | words system system french |
238 | 2024-08-22T01:42:50.838Z | words system system italian |
239 | 2024-08-22T01:42:50.838Z | words system system ngerman |
240 | 2024-08-22T01:42:50.838Z | words system system ogerman |
241 | 2024-08-22T01:42:50.838Z | words system system spanish |
242 | 2024-08-22T01:42:51.168Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-22T01:42:51.168Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-22T01:42:52.918Z | FMRI IFO |
245 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-22T01:42:52.918Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-22T01:42:53.517Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-22T01:42:53.761Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-22T01:42:54.008Z | Updating crates.io index |
260 | 2024-08-22T01:42:54.011Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-22T01:42:54.825Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-22T01:42:55.533Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-22T01:42:55.826Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-22T01:42:57.267Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-22T01:42:57.508Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-22T01:42:57.758Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-22T01:42:58.889Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-22T01:43:00.747Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-22T01:43:01.723Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-22T01:43:02.474Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-22T01:43:02.756Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-22T01:43:03.270Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-22T01:43:03.551Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-22T01:43:03.835Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-22T01:43:04.143Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-22T01:43:04.399Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-22T01:43:04.629Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-22T01:43:04.913Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-22T01:43:05.214Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-22T01:43:05.482Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-22T01:43:05.755Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-22T01:43:06.121Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-22T01:43:06.539Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-22T01:43:06.849Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-22T01:43:07.258Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-22T01:43:09.616Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-22T01:43:09.880Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-22T01:43:10.116Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-22T01:43:10.417Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-22T01:43:11.711Z | Downloading crates ... |
291 | 2024-08-22T01:43:11.764Z | Downloaded anstream v0.6.14 |
292 | 2024-08-22T01:43:11.768Z | Downloaded crypto-common v0.1.6 |
293 | 2024-08-22T01:43:11.789Z | Downloaded proc-macro2 v1.0.86 |
294 | 2024-08-22T01:43:11.792Z | Downloaded equivalent v1.0.1 |
295 | 2024-08-22T01:43:11.795Z | Downloaded cargo_toml v0.20.4 |
296 | 2024-08-22T01:43:11.798Z | Downloaded swrite v0.1.0 |
297 | 2024-08-22T01:43:11.801Z | Downloaded heck v0.4.1 |
298 | 2024-08-22T01:43:11.803Z | Downloaded pest_generator v2.7.10 |
299 | 2024-08-22T01:43:11.806Z | Downloaded block-buffer v0.10.4 |
300 | 2024-08-22T01:43:11.806Z | Downloaded plain v0.2.3 |
301 | 2024-08-22T01:43:11.808Z | Downloaded itoa v1.0.11 |
302 | 2024-08-22T01:43:11.808Z | Downloaded fs-err v2.11.0 |
303 | 2024-08-22T01:43:11.811Z | Downloaded autocfg v1.3.0 |
304 | 2024-08-22T01:43:11.813Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-22T01:43:11.813Z | Downloaded thread-id v4.2.1 |
306 | 2024-08-22T01:43:11.816Z | Downloaded errno v0.3.9 |
307 | 2024-08-22T01:43:11.816Z | Downloaded dof v0.3.0 |
308 | 2024-08-22T01:43:11.818Z | Downloaded thiserror v1.0.63 |
309 | 2024-08-22T01:43:11.821Z | Downloaded tabled_derive v0.7.0 |
310 | 2024-08-22T01:43:11.824Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-08-22T01:43:11.824Z | Downloaded clap_derive v4.5.13 |
312 | 2024-08-22T01:43:11.826Z | Downloaded usdt v0.5.0 |
313 | 2024-08-22T01:43:11.826Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-08-22T01:43:11.829Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-08-22T01:43:11.829Z | Downloaded colorchoice v1.0.1 |
316 | 2024-08-22T01:43:11.831Z | Downloaded once_cell v1.19.0 |
317 | 2024-08-22T01:43:11.834Z | Downloaded byteorder v1.5.0 |
318 | 2024-08-22T01:43:11.836Z | Downloaded utf8parse v0.2.1 |
319 | 2024-08-22T01:43:11.836Z | Downloaded anstyle v1.0.8 |
320 | 2024-08-22T01:43:11.838Z | Downloaded sha2 v0.10.8 |
321 | 2024-08-22T01:43:11.840Z | Downloaded semver v1.0.23 |
322 | 2024-08-22T01:43:11.843Z | Downloaded is_terminal_polyfill v1.70.0 |
323 | 2024-08-22T01:43:11.845Z | Downloaded dtrace-parser v0.2.0 |
324 | 2024-08-22T01:43:11.848Z | Downloaded pretty-hex v0.4.1 |
325 | 2024-08-22T01:43:11.855Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-08-22T01:43:11.857Z | Downloaded scroll_derive v0.12.0 |
327 | 2024-08-22T01:43:11.857Z | Downloaded scroll v0.12.0 |
328 | 2024-08-22T01:43:11.860Z | Downloaded zerocopy-derive v0.7.34 |
329 | 2024-08-22T01:43:11.865Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-08-22T01:43:11.869Z | Downloaded clap v4.5.16 |
331 | 2024-08-22T01:43:11.879Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-08-22T01:43:11.882Z | Downloaded digest v0.10.7 |
333 | 2024-08-22T01:43:11.884Z | Downloaded version_check v0.9.5 |
334 | 2024-08-22T01:43:11.886Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-08-22T01:43:11.886Z | Downloaded macaddr v1.0.1 |
336 | 2024-08-22T01:43:11.886Z | Downloaded heck v0.5.0 |
337 | 2024-08-22T01:43:11.889Z | Downloaded fnv v1.0.7 |
338 | 2024-08-22T01:43:11.889Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-08-22T01:43:11.891Z | Downloaded generic-array v0.14.7 |
340 | 2024-08-22T01:43:11.892Z | Downloaded memmap v0.7.0 |
341 | 2024-08-22T01:43:11.894Z | Downloaded clap_lex v0.7.0 |
342 | 2024-08-22T01:43:11.894Z | Downloaded cfg-if v1.0.0 |
343 | 2024-08-22T01:43:11.897Z | Downloaded serde_tokenstream v0.2.2 |
344 | 2024-08-22T01:43:11.897Z | Downloaded bytecount v0.6.8 |
345 | 2024-08-22T01:43:11.899Z | Downloaded thiserror-impl v1.0.63 |
346 | 2024-08-22T01:43:11.899Z | Downloaded anstyle-parse v0.2.4 |
347 | 2024-08-22T01:43:11.901Z | Downloaded unicode-ident v1.0.12 |
348 | 2024-08-22T01:43:11.904Z | Downloaded log v0.4.21 |
349 | 2024-08-22T01:43:11.906Z | Downloaded terminal_size v0.3.0 |
350 | 2024-08-22T01:43:11.909Z | Downloaded strsim v0.11.1 |
351 | 2024-08-22T01:43:11.909Z | Downloaded cpufeatures v0.2.12 |
352 | 2024-08-22T01:43:11.912Z | Downloaded pest_derive v2.7.10 |
353 | 2024-08-22T01:43:11.914Z | Downloaded cargo_metadata v0.18.1 |
354 | 2024-08-22T01:43:11.923Z | Downloaded quote v1.0.36 |
355 | 2024-08-22T01:43:11.926Z | Downloaded serde_derive v1.0.208 |
356 | 2024-08-22T01:43:11.928Z | Downloaded typenum v1.17.0 |
357 | 2024-08-22T01:43:11.930Z | Downloaded indexmap v2.4.0 |
358 | 2024-08-22T01:43:11.934Z | Downloaded anyhow v1.0.86 |
359 | 2024-08-22T01:43:11.938Z | Downloaded bitflags v2.6.0 |
360 | 2024-08-22T01:43:11.942Z | Downloaded ucd-trie v0.1.6 |
361 | 2024-08-22T01:43:11.944Z | Downloaded pest_meta v2.7.10 |
362 | 2024-08-22T01:43:11.947Z | Downloaded papergrid v0.11.0 |
363 | 2024-08-22T01:43:11.950Z | Downloaded camino v1.1.9 |
364 | 2024-08-22T01:43:11.956Z | Downloaded toml v0.8.19 |
365 | 2024-08-22T01:43:11.962Z | Downloaded ryu v1.0.18 |
366 | 2024-08-22T01:43:11.965Z | Downloaded memchr v2.7.2 |
367 | 2024-08-22T01:43:11.973Z | Downloaded pest v2.7.10 |
368 | 2024-08-22T01:43:11.979Z | Downloaded serde v1.0.208 |
369 | 2024-08-22T01:43:12.007Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-22T01:43:12.027Z | Downloaded winnow v0.6.18 |
371 | 2024-08-22T01:43:12.036Z | Downloaded hashbrown v0.14.5 |
372 | 2024-08-22T01:43:12.041Z | Downloaded zerocopy v0.7.34 |
373 | 2024-08-22T01:43:12.055Z | Downloaded serde_json v1.0.125 |
374 | 2024-08-22T01:43:12.061Z | Downloaded goblin v0.8.2 |
375 | 2024-08-22T01:43:12.066Z | Downloaded clap_builder v4.5.15 |
376 | 2024-08-22T01:43:12.076Z | Downloaded tabled v0.15.0 |
377 | 2024-08-22T01:43:12.091Z | Downloaded syn v2.0.74 |
378 | 2024-08-22T01:43:12.101Z | Downloaded syn v1.0.109 |
379 | 2024-08-22T01:43:12.110Z | Downloaded rustix v0.38.34 |
380 | 2024-08-22T01:43:12.131Z | Downloaded unicode-width v0.1.13 |
381 | 2024-08-22T01:43:12.141Z | Downloaded libc v0.2.156 |
382 | 2024-08-22T01:43:12.443Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-22T01:43:12.443Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-22T01:43:12.446Z | Compiling version_check v0.9.5 |
385 | 2024-08-22T01:43:12.446Z | Compiling serde v1.0.208 |
386 | 2024-08-22T01:43:12.446Z | Compiling thiserror v1.0.63 |
387 | 2024-08-22T01:43:12.446Z | Compiling memchr v2.7.2 |
388 | 2024-08-22T01:43:12.446Z | Compiling libc v0.2.156 |
389 | 2024-08-22T01:43:12.446Z | Compiling itoa v1.0.11 |
390 | 2024-08-22T01:43:12.706Z | Compiling ryu v1.0.18 |
391 | 2024-08-22T01:43:12.730Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-22T01:43:13.235Z | Compiling once_cell v1.19.0 |
393 | 2024-08-22T01:43:13.271Z | Compiling byteorder v1.5.0 |
394 | 2024-08-22T01:43:13.605Z | Compiling serde_json v1.0.125 |
395 | 2024-08-22T01:43:13.966Z | Compiling usdt-impl v0.5.0 |
396 | 2024-08-22T01:43:13.971Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-22T01:43:13.971Z | Compiling rustix v0.38.34 |
398 | 2024-08-22T01:43:13.971Z | Compiling syn v1.0.109 |
399 | 2024-08-22T01:43:14.303Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-08-22T01:43:14.353Z | Compiling plain v0.2.3 |
401 | 2024-08-22T01:43:14.501Z | Compiling equivalent v1.0.1 |
402 | 2024-08-22T01:43:14.526Z | Compiling utf8parse v0.2.1 |
403 | 2024-08-22T01:43:14.590Z | Compiling bitflags v2.6.0 |
404 | 2024-08-22T01:43:14.623Z | Compiling hashbrown v0.14.5 |
405 | 2024-08-22T01:43:14.673Z | Compiling quote v1.0.36 |
406 | 2024-08-22T01:43:14.769Z | Compiling log v0.4.21 |
407 | 2024-08-22T01:43:14.931Z | Compiling anstyle-parse v0.2.4 |
408 | 2024-08-22T01:43:15.009Z | Compiling thread-id v4.2.1 |
409 | 2024-08-22T01:43:15.079Z | Compiling syn v2.0.74 |
410 | 2024-08-22T01:43:15.130Z | Compiling errno v0.3.9 |
411 | 2024-08-22T01:43:15.454Z | Compiling winnow v0.6.18 |
412 | 2024-08-22T01:43:15.454Z | Compiling autocfg v1.3.0 |
413 | 2024-08-22T01:43:15.783Z | Compiling semver v1.0.23 |
414 | 2024-08-22T01:43:16.010Z | Compiling indexmap v2.4.0 |
415 | 2024-08-22T01:43:16.387Z | Compiling camino v1.1.9 |
416 | 2024-08-22T01:43:16.566Z | Compiling anstyle v1.0.8 |
417 | 2024-08-22T01:43:16.863Z | Compiling is_terminal_polyfill v1.70.0 |
418 | 2024-08-22T01:43:17.003Z | Compiling colorchoice v1.0.1 |
419 | 2024-08-22T01:43:17.121Z | Compiling anstyle-query v1.0.3 |
420 | 2024-08-22T01:43:17.146Z | Compiling pretty-hex v0.4.1 |
421 | 2024-08-22T01:43:17.190Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-22T01:43:17.237Z | Compiling anstream v0.6.14 |
423 | 2024-08-22T01:43:17.260Z | Compiling fs-err v2.11.0 |
424 | 2024-08-22T01:43:17.466Z | Compiling fnv v1.0.7 |
425 | 2024-08-22T01:43:17.520Z | Compiling clap_lex v0.7.0 |
426 | 2024-08-22T01:43:17.566Z | Compiling bytecount v0.6.8 |
427 | 2024-08-22T01:43:17.589Z | Compiling heck v0.5.0 |
428 | 2024-08-22T01:43:17.611Z | Compiling strsim v0.11.1 |
429 | 2024-08-22T01:43:17.797Z | Compiling anyhow v1.0.86 |
430 | 2024-08-22T01:43:17.968Z | Compiling heck v0.4.1 |
431 | 2024-08-22T01:43:18.061Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-22T01:43:18.101Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-22T01:43:18.483Z | Compiling papergrid v0.11.0 |
434 | 2024-08-22T01:43:18.601Z | Compiling memmap v0.7.0 |
435 | 2024-08-22T01:43:19.000Z | Compiling swrite v0.1.0 |
436 | 2024-08-22T01:43:20.514Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-22T01:43:22.145Z | Compiling tabled v0.15.0 |
438 | 2024-08-22T01:43:23.746Z | Compiling serde_derive v1.0.208 |
439 | 2024-08-22T01:43:23.746Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-22T01:43:23.749Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-22T01:43:23.749Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-22T01:43:23.993Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-22T01:43:25.067Z | Compiling scroll v0.12.0 |
444 | 2024-08-22T01:43:25.577Z | Compiling goblin v0.8.2 |
445 | 2024-08-22T01:43:25.656Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-22T01:43:26.326Z | Compiling pest v2.7.10 |
447 | 2024-08-22T01:43:27.909Z | Compiling clap v4.5.16 |
448 | 2024-08-22T01:43:28.562Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-22T01:43:29.405Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-22T01:43:31.058Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-22T01:43:31.777Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-22T01:43:33.832Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-08-22T01:43:33.930Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-22T01:43:33.932Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-22T01:43:34.127Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-22T01:43:34.323Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-22T01:43:34.407Z | Compiling macaddr v1.0.1 |
458 | 2024-08-22T01:43:35.226Z | Compiling dof v0.3.0 |
459 | 2024-08-22T01:43:35.384Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-22T01:43:37.041Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-22T01:43:37.041Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-22T01:43:37.172Z | Compiling toml v0.8.19 |
463 | 2024-08-22T01:43:37.986Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-22T01:43:38.421Z | Compiling usdt v0.5.0 |
465 | 2024-08-22T01:43:41.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-22T01:43:45.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.38s |
467 | 2024-08-22T01:43:45.876Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-22T01:43:46.434Z | Downloading crates ... |
469 | 2024-08-22T01:43:46.605Z | Downloaded aead v0.5.2 |
470 | 2024-08-22T01:43:46.608Z | Downloaded addr2line v0.21.0 |
471 | 2024-08-22T01:43:46.613Z | Downloaded async-stream-impl v0.3.5 |
472 | 2024-08-22T01:43:46.615Z | Downloaded crunchy v0.2.2 |
473 | 2024-08-22T01:43:46.622Z | Downloaded async-recursion v1.1.1 |
474 | 2024-08-22T01:43:46.625Z | Downloaded ascii-canvas v3.0.0 |
475 | 2024-08-22T01:43:46.628Z | Downloaded atomic-waker v1.1.2 |
476 | 2024-08-22T01:43:46.631Z | Downloaded hubpack_derive v0.1.1 |
477 | 2024-08-22T01:43:46.634Z | Downloaded normalize-line-endings v0.3.0 |
478 | 2024-08-22T01:43:46.636Z | Downloaded bitstruct_derive v0.1.0 |
479 | 2024-08-22T01:43:46.638Z | Downloaded is-terminal v0.4.12 |
480 | 2024-08-22T01:43:46.638Z | Downloaded instant v0.1.12 |
481 | 2024-08-22T01:43:46.641Z | Downloaded newline-converter v0.3.0 |
482 | 2024-08-22T01:43:46.643Z | Downloaded adler v1.0.2 |
483 | 2024-08-22T01:43:46.646Z | Downloaded crc-catalog v2.4.0 |
484 | 2024-08-22T01:43:46.649Z | Downloaded chacha20 v0.9.1 |
485 | 2024-08-22T01:43:46.651Z | Downloaded bitflags v1.3.2 |
486 | 2024-08-22T01:43:46.655Z | Downloaded cexpr v0.6.0 |
487 | 2024-08-22T01:43:46.657Z | Downloaded crc v3.2.1 |
488 | 2024-08-22T01:43:46.660Z | Downloaded convert_case v0.4.0 |
489 | 2024-08-22T01:43:46.662Z | Downloaded arrayvec v0.7.4 |
490 | 2024-08-22T01:43:46.667Z | Downloaded argon2 v0.5.3 |
491 | 2024-08-22T01:43:46.667Z | Downloaded block-padding v0.3.3 |
492 | 2024-08-22T01:43:46.667Z | Downloaded num-integer v0.1.46 |
493 | 2024-08-22T01:43:46.671Z | Downloaded num v0.4.3 |
494 | 2024-08-22T01:43:46.672Z | Downloaded num_enum_derive v0.5.11 |
495 | 2024-08-22T01:43:46.674Z | Downloaded maplit v1.0.2 |
496 | 2024-08-22T01:43:46.674Z | Downloaded linked-hash-map v0.5.6 |
497 | 2024-08-22T01:43:46.674Z | Downloaded ciborium-ll v0.2.2 |
498 | 2024-08-22T01:43:46.674Z | Downloaded openssl-macros v0.1.1 |
499 | 2024-08-22T01:43:46.677Z | Downloaded mime v0.3.17 |
500 | 2024-08-22T01:43:46.677Z | Downloaded lalrpop-util v0.19.12 |
501 | 2024-08-22T01:43:46.679Z | Downloaded humantime v2.1.0 |
502 | 2024-08-22T01:43:46.680Z | Downloaded base64ct v1.6.0 |
503 | 2024-08-22T01:43:46.682Z | Downloaded data-encoding v2.6.0 |
504 | 2024-08-22T01:43:46.684Z | Downloaded inout v0.1.3 |
505 | 2024-08-22T01:43:46.684Z | Downloaded const_format_proc_macros v0.2.32 |
506 | 2024-08-22T01:43:46.687Z | Downloaded nibble_vec v0.1.0 |
507 | 2024-08-22T01:43:46.690Z | Downloaded lock_api v0.4.12 |
508 | 2024-08-22T01:43:46.690Z | Downloaded olpc-cjson v0.1.3 |
509 | 2024-08-22T01:43:46.692Z | Downloaded kstat-rs v0.2.4 |
510 | 2024-08-22T01:43:46.695Z | Downloaded backoff v0.4.0 |
511 | 2024-08-22T01:43:46.698Z | Downloaded libsw v3.3.1 |
512 | 2024-08-22T01:43:46.698Z | Downloaded serde-big-array v0.5.1 |
513 | 2024-08-22T01:43:46.701Z | Downloaded atomicwrites v0.4.3 |
514 | 2024-08-22T01:43:46.701Z | Downloaded curve25519-dalek-derive v0.1.1 |
515 | 2024-08-22T01:43:46.703Z | Downloaded buf-list v1.0.3 |
516 | 2024-08-22T01:43:46.706Z | Downloaded num-rational v0.4.2 |
517 | 2024-08-22T01:43:46.708Z | Downloaded mime_guess v2.0.4 |
518 | 2024-08-22T01:43:46.708Z | Downloaded defmt v0.3.8 |
519 | 2024-08-22T01:43:46.712Z | Downloaded jobserver v0.1.32 |
520 | 2024-08-22T01:43:46.714Z | Downloaded blake2 v0.10.6 |
521 | 2024-08-22T01:43:46.717Z | Downloaded match_cfg v0.1.0 |
522 | 2024-08-22T01:43:46.719Z | Downloaded cookie v0.18.1 |
523 | 2024-08-22T01:43:46.722Z | Downloaded multimap v0.10.0 |
524 | 2024-08-22T01:43:46.722Z | Downloaded num-derive v0.4.2 |
525 | 2024-08-22T01:43:46.725Z | Downloaded num-complex v0.4.6 |
526 | 2024-08-22T01:43:46.727Z | Downloaded ciborium-io v0.2.2 |
527 | 2024-08-22T01:43:46.728Z | Downloaded bytes v1.7.1 |
528 | 2024-08-22T01:43:46.731Z | Downloaded memmap2 v0.9.4 |
529 | 2024-08-22T01:43:46.733Z | Downloaded iana-time-zone v0.1.60 |
530 | 2024-08-22T01:43:46.736Z | Downloaded native-tls v0.2.11 |
531 | 2024-08-22T01:43:46.739Z | Downloaded num-conv v0.1.0 |
532 | 2024-08-22T01:43:46.739Z | Downloaded is_ci v1.2.0 |
533 | 2024-08-22T01:43:46.742Z | Downloaded cstr-argument v0.1.2 |
534 | 2024-08-22T01:43:46.742Z | Downloaded num_threads v0.1.7 |
535 | 2024-08-22T01:43:46.744Z | Downloaded darling_macro v0.20.9 |
536 | 2024-08-22T01:43:46.744Z | Downloaded openssl-probe v0.1.5 |
537 | 2024-08-22T01:43:46.744Z | Downloaded opaque-debug v0.3.1 |
538 | 2024-08-22T01:43:46.747Z | Downloaded bitstruct v0.1.1 |
539 | 2024-08-22T01:43:46.747Z | Downloaded crucible-workspace-hack v0.1.0 |
540 | 2024-08-22T01:43:46.750Z | Downloaded newtype_derive v0.1.6 |
541 | 2024-08-22T01:43:46.750Z | Downloaded new_debug_unreachable v1.0.6 |
542 | 2024-08-22T01:43:46.750Z | Downloaded ident_case v1.0.1 |
543 | 2024-08-22T01:43:46.753Z | Downloaded cfg_aliases v0.1.1 |
544 | 2024-08-22T01:43:46.753Z | Downloaded multer v3.1.0 |
545 | 2024-08-22T01:43:46.755Z | Downloaded libloading v0.8.3 |
546 | 2024-08-22T01:43:46.758Z | Downloaded same-file v1.0.6 |
547 | 2024-08-22T01:43:46.760Z | Downloaded stable_deref_trait v1.2.0 |
548 | 2024-08-22T01:43:46.760Z | Downloaded scrypt v0.11.0 |
549 | 2024-08-22T01:43:46.765Z | Downloaded zone_cfg_derive v0.1.2 |
550 | 2024-08-22T01:43:46.765Z | Downloaded try-lock v0.2.5 |
551 | 2024-08-22T01:43:46.765Z | Downloaded mockall v0.13.0 |
552 | 2024-08-22T01:43:46.767Z | Downloaded crossbeam-epoch v0.9.18 |
553 | 2024-08-22T01:43:46.767Z | Downloaded num-iter v0.1.45 |
554 | 2024-08-22T01:43:46.770Z | Downloaded keccak v0.1.5 |
555 | 2024-08-22T01:43:46.770Z | Downloaded strum v0.26.3 |
556 | 2024-08-22T01:43:46.772Z | Downloaded nodrop v0.1.14 |
557 | 2024-08-22T01:43:46.772Z | Downloaded ipnetwork v0.20.0 |
558 | 2024-08-22T01:43:46.777Z | Downloaded display-error-chain v0.2.0 |
559 | 2024-08-22T01:43:46.777Z | Downloaded thiserror-impl-no-std v2.0.2 |
560 | 2024-08-22T01:43:46.779Z | Downloaded omicron-zone-package v0.11.0 |
561 | 2024-08-22T01:43:46.782Z | Downloaded mockall_derive v0.13.0 |
562 | 2024-08-22T01:43:46.782Z | Downloaded clang-sys v1.7.0 |
563 | 2024-08-22T01:43:46.785Z | Downloaded lru v0.12.3 |
564 | 2024-08-22T01:43:46.787Z | Downloaded headers-core v0.2.0 |
565 | 2024-08-22T01:43:46.787Z | Downloaded indexmap v1.9.3 |
566 | 2024-08-22T01:43:46.790Z | Downloaded instability v0.3.2 |
567 | 2024-08-22T01:43:46.793Z | Downloaded newtype-uuid v1.1.0 |
568 | 2024-08-22T01:43:46.795Z | Downloaded nanorand v0.7.0 |
569 | 2024-08-22T01:43:46.799Z | Downloaded num_enum v0.5.11 |
570 | 2024-08-22T01:43:46.803Z | Downloaded constant_time_eq v0.3.0 |
571 | 2024-08-22T01:43:46.804Z | Downloaded crossbeam-deque v0.8.5 |
572 | 2024-08-22T01:43:46.806Z | Downloaded slog-json v2.6.1 |
573 | 2024-08-22T01:43:46.806Z | Downloaded bb8 v0.8.5 |
574 | 2024-08-22T01:43:46.809Z | Downloaded cassowary v0.3.0 |
575 | 2024-08-22T01:43:46.809Z | Downloaded memoffset v0.9.1 |
576 | 2024-08-22T01:43:46.812Z | Downloaded cobs v0.2.3 |
577 | 2024-08-22T01:43:46.812Z | Downloaded unicode-xid v0.2.4 |
578 | 2024-08-22T01:43:46.815Z | Downloaded unicode-linebreak v0.1.5 |
579 | 2024-08-22T01:43:46.815Z | Downloaded cipher v0.4.4 |
580 | 2024-08-22T01:43:46.817Z | Downloaded camino-tempfile v1.1.1 |
581 | 2024-08-22T01:43:46.818Z | Downloaded snafu-derive v0.8.2 |
582 | 2024-08-22T01:43:46.820Z | Downloaded debug-ignore v1.0.5 |
583 | 2024-08-22T01:43:46.822Z | Downloaded nu-ansi-term v0.50.0 |
584 | 2024-08-22T01:43:46.826Z | Downloaded bitfield-struct v0.6.1 |
585 | 2024-08-22T01:43:46.826Z | Downloaded signature v2.2.0 |
586 | 2024-08-22T01:43:46.829Z | Downloaded sha1 v0.10.6 |
587 | 2024-08-22T01:43:46.829Z | Downloaded miniz_oxide v0.7.2 |
588 | 2024-08-22T01:43:46.831Z | Downloaded cbc v0.1.2 |
589 | 2024-08-22T01:43:46.833Z | Downloaded ahash v0.8.11 |
590 | 2024-08-22T01:43:46.836Z | Downloaded flagset v0.4.5 |
591 | 2024-08-22T01:43:46.838Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-08-22T01:43:46.841Z | Downloaded downcast v0.11.0 |
593 | 2024-08-22T01:43:46.843Z | Downloaded thread_local v1.1.8 |
594 | 2024-08-22T01:43:46.843Z | Downloaded defmt-parser v0.3.4 |
595 | 2024-08-22T01:43:46.846Z | Downloaded zone v0.1.8 |
596 | 2024-08-22T01:43:46.846Z | Downloaded either v1.13.0 |
597 | 2024-08-22T01:43:46.848Z | Downloaded which v4.4.2 |
598 | 2024-08-22T01:43:46.849Z | Downloaded thiserror-no-std v2.0.2 |
599 | 2024-08-22T01:43:46.852Z | Downloaded termcolor v1.4.1 |
600 | 2024-08-22T01:43:46.855Z | Downloaded termtree v0.4.1 |
601 | 2024-08-22T01:43:46.857Z | Downloaded salsa20 v0.10.2 |
602 | 2024-08-22T01:43:46.857Z | Downloaded darling_core v0.20.9 |
603 | 2024-08-22T01:43:46.861Z | Downloaded async-trait v0.1.81 |
604 | 2024-08-22T01:43:46.864Z | Downloaded packed_struct v0.10.1 |
605 | 2024-08-22T01:43:46.867Z | Downloaded console v0.15.8 |
606 | 2024-08-22T01:43:46.869Z | Downloaded bit-vec v0.6.3 |
607 | 2024-08-22T01:43:46.872Z | Downloaded unicode-truncate v1.0.0 |
608 | 2024-08-22T01:43:46.874Z | Downloaded cookie_store v0.20.0 |
609 | 2024-08-22T01:43:46.876Z | Downloaded darling v0.20.9 |
610 | 2024-08-22T01:43:46.879Z | Downloaded enum-as-inner v0.6.0 |
611 | 2024-08-22T01:43:46.882Z | Downloaded cookie v0.17.0 |
612 | 2024-08-22T01:43:46.884Z | Downloaded whoami v1.5.1 |
613 | 2024-08-22T01:43:46.886Z | Downloaded psl-types v2.0.11 |
614 | 2024-08-22T01:43:46.889Z | Downloaded proc-macro-crate v1.3.1 |
615 | 2024-08-22T01:43:46.889Z | Downloaded funty v2.0.0 |
616 | 2024-08-22T01:43:46.891Z | Downloaded dsl_auto_type v0.1.2 |
617 | 2024-08-22T01:43:46.891Z | Downloaded strum_macros v0.24.3 |
618 | 2024-08-22T01:43:46.894Z | Downloaded hostname v0.3.1 |
619 | 2024-08-22T01:43:46.896Z | Downloaded home v0.5.9 |
620 | 2024-08-22T01:43:46.896Z | Downloaded openssl-sys v0.9.103 |
621 | 2024-08-22T01:43:46.900Z | Downloaded fragile v2.0.0 |
622 | 2024-08-22T01:43:46.903Z | Downloaded dyn-clone v1.0.17 |
623 | 2024-08-22T01:43:46.906Z | Downloaded parse-size v1.0.0 |
624 | 2024-08-22T01:43:46.906Z | Downloaded endian-type v0.1.2 |
625 | 2024-08-22T01:43:46.909Z | Downloaded shlex v1.3.0 |
626 | 2024-08-22T01:43:46.909Z | Downloaded smallvec v1.13.2 |
627 | 2024-08-22T01:43:46.911Z | Downloaded pkg-config v0.3.30 |
628 | 2024-08-22T01:43:46.913Z | Downloaded phf v0.11.2 |
629 | 2024-08-22T01:43:46.913Z | Downloaded pretty-hex v0.2.1 |
630 | 2024-08-22T01:43:46.916Z | Downloaded peg-runtime v0.8.3 |
631 | 2024-08-22T01:43:46.916Z | Downloaded getrandom v0.2.14 |
632 | 2024-08-22T01:43:46.918Z | Downloaded csv-core v0.1.11 |
633 | 2024-08-22T01:43:46.920Z | Downloaded structmeta v0.3.0 |
634 | 2024-08-22T01:43:46.923Z | Downloaded shell-words v1.1.0 |
635 | 2024-08-22T01:43:46.923Z | Downloaded rpassword v7.3.1 |
636 | 2024-08-22T01:43:46.925Z | Downloaded rand_xorshift v0.3.0 |
637 | 2024-08-22T01:43:46.925Z | Downloaded ascii v1.1.0 |
638 | 2024-08-22T01:43:46.928Z | Downloaded snafu v0.8.2 |
639 | 2024-08-22T01:43:46.932Z | Downloaded scheduled-thread-pool v0.2.7 |
640 | 2024-08-22T01:43:46.935Z | Downloaded universal-hash v0.5.1 |
641 | 2024-08-22T01:43:46.944Z | Downloaded owo-colors v4.0.0 |
642 | 2024-08-22T01:43:46.946Z | Downloaded futures v0.3.30 |
643 | 2024-08-22T01:43:46.957Z | Downloaded ena v0.14.3 |
644 | 2024-08-22T01:43:46.960Z | Downloaded unicase v2.7.0 |
645 | 2024-08-22T01:43:46.960Z | Downloaded unarray v0.1.4 |
646 | 2024-08-22T01:43:46.960Z | Downloaded tokio-rustls v0.25.0 |
647 | 2024-08-22T01:43:46.961Z | Downloaded ciborium v0.2.2 |
648 | 2024-08-22T01:43:46.963Z | Downloaded tabwriter v1.4.0 |
649 | 2024-08-22T01:43:46.963Z | Downloaded crossbeam-channel v0.5.12 |
650 | 2024-08-22T01:43:46.967Z | Downloaded mio v1.0.2 |
651 | 2024-08-22T01:43:46.972Z | Downloaded derive_builder_macro v0.20.0 |
652 | 2024-08-22T01:43:46.975Z | Downloaded hash32 v0.2.1 |
653 | 2024-08-22T01:43:46.977Z | Downloaded form_urlencoded v1.2.1 |
654 | 2024-08-22T01:43:46.977Z | Downloaded pkcs8 v0.10.2 |
655 | 2024-08-22T01:43:46.980Z | Downloaded getopts v0.2.21 |
656 | 2024-08-22T01:43:46.982Z | Downloaded slog-term v2.9.1 |
657 | 2024-08-22T01:43:46.985Z | Downloaded num-traits v0.2.19 |
658 | 2024-08-22T01:43:46.987Z | Downloaded linear-map v1.2.0 |
659 | 2024-08-22T01:43:46.990Z | Downloaded rustc_version v0.4.0 |
660 | 2024-08-22T01:43:46.990Z | Downloaded quick-error v1.2.3 |
661 | 2024-08-22T01:43:46.992Z | Downloaded pem v3.0.4 |
662 | 2024-08-22T01:43:46.992Z | Downloaded peg v0.8.4 |
663 | 2024-08-22T01:43:46.996Z | Downloaded hyper v0.14.30 |
664 | 2024-08-22T01:43:47.003Z | Downloaded password-hash v0.5.0 |
665 | 2024-08-22T01:43:47.006Z | Downloaded stringprep v0.1.4 |
666 | 2024-08-22T01:43:47.008Z | Downloaded string_cache v0.8.7 |
667 | 2024-08-22T01:43:47.011Z | Downloaded tokio-tungstenite v0.20.1 |
668 | 2024-08-22T01:43:47.013Z | Downloaded tracing-core v0.1.32 |
669 | 2024-08-22T01:43:47.015Z | Downloaded base64 v0.13.1 |
670 | 2024-08-22T01:43:47.018Z | Downloaded heck v0.3.3 |
671 | 2024-08-22T01:43:47.021Z | Downloaded crc-any v2.5.0 |
672 | 2024-08-22T01:43:47.023Z | Downloaded futures-channel v0.3.30 |
673 | 2024-08-22T01:43:47.023Z | Downloaded indicatif v0.17.8 |
674 | 2024-08-22T01:43:47.027Z | Downloaded structmeta-derive v0.2.0 |
675 | 2024-08-22T01:43:47.030Z | Downloaded toml v0.7.8 |
676 | 2024-08-22T01:43:47.032Z | Downloaded arc-swap v1.7.1 |
677 | 2024-08-22T01:43:47.036Z | Downloaded tls_codec_derive v0.4.1 |
678 | 2024-08-22T01:43:47.038Z | Downloaded aes v0.8.4 |
679 | 2024-08-22T01:43:47.041Z | Downloaded static_assertions v1.1.0 |
680 | 2024-08-22T01:43:47.044Z | Downloaded cc v1.0.97 |
681 | 2024-08-22T01:43:47.047Z | Downloaded float-cmp v0.9.0 |
682 | 2024-08-22T01:43:47.050Z | Downloaded untrusted v0.7.1 |
683 | 2024-08-22T01:43:47.050Z | Downloaded highway v1.2.0 |
684 | 2024-08-22T01:43:47.052Z | Downloaded env_logger v0.9.3 |
685 | 2024-08-22T01:43:47.054Z | Downloaded tui-tree-widget v0.22.0 |
686 | 2024-08-22T01:43:47.054Z | Downloaded itertools v0.10.5 |
687 | 2024-08-22T01:43:47.061Z | Downloaded fixedbitset v0.4.2 |
688 | 2024-08-22T01:43:47.063Z | Downloaded filetime v0.2.24 |
689 | 2024-08-22T01:43:47.066Z | Downloaded portpicker v0.1.1 |
690 | 2024-08-22T01:43:47.066Z | Downloaded rustfmt-wrapper v0.2.1 |
691 | 2024-08-22T01:43:47.068Z | Downloaded rustc_version v0.1.7 |
692 | 2024-08-22T01:43:47.068Z | Downloaded fxhash v0.2.1 |
693 | 2024-08-22T01:43:47.071Z | Downloaded glob v0.3.1 |
694 | 2024-08-22T01:43:47.071Z | Downloaded hostname v0.4.0 |
695 | 2024-08-22T01:43:47.073Z | Downloaded group v0.13.0 |
696 | 2024-08-22T01:43:47.073Z | Downloaded slab v0.4.9 |
697 | 2024-08-22T01:43:47.076Z | Downloaded minimal-lexical v0.2.1 |
698 | 2024-08-22T01:43:47.079Z | Downloaded radium v0.7.0 |
699 | 2024-08-22T01:43:47.081Z | Downloaded signal-hook-mio v0.2.4 |
700 | 2024-08-22T01:43:47.084Z | Downloaded scopeguard v1.2.0 |
701 | 2024-08-22T01:43:47.084Z | Downloaded sigpipe v0.1.3 |
702 | 2024-08-22T01:43:47.087Z | Downloaded mio v0.8.11 |
703 | 2024-08-22T01:43:47.090Z | Downloaded env_logger v0.10.2 |
704 | 2024-08-22T01:43:47.094Z | Downloaded untrusted v0.9.0 |
705 | 2024-08-22T01:43:47.096Z | Downloaded tiny-keccak v2.0.2 |
706 | 2024-08-22T01:43:47.098Z | Downloaded rayon-core v1.12.1 |
707 | 2024-08-22T01:43:47.101Z | Downloaded parking_lot_core v0.9.10 |
708 | 2024-08-22T01:43:47.103Z | Downloaded slog-stdlog v4.1.1 |
709 | 2024-08-22T01:43:47.106Z | Downloaded zeroize_derive v1.4.2 |
710 | 2024-08-22T01:43:47.108Z | Downloaded slog-scope v4.4.0 |
711 | 2024-08-22T01:43:47.108Z | Downloaded futures-executor v0.3.30 |
712 | 2024-08-22T01:43:47.111Z | Downloaded tokio-tungstenite v0.21.0 |
713 | 2024-08-22T01:43:47.113Z | Downloaded parking_lot v0.12.2 |
714 | 2024-08-22T01:43:47.115Z | Downloaded schemars v0.8.21 |
715 | 2024-08-22T01:43:47.125Z | Downloaded samael v0.0.15 |
716 | 2024-08-22T01:43:47.130Z | Downloaded tinyvec_macros v0.1.1 |
717 | 2024-08-22T01:43:47.133Z | Downloaded vte v0.11.1 |
718 | 2024-08-22T01:43:47.135Z | Downloaded half v2.4.1 |
719 | 2024-08-22T01:43:47.139Z | Downloaded der v0.7.9 |
720 | 2024-08-22T01:43:47.141Z | Downloaded ron v0.8.1 |
721 | 2024-08-22T01:43:47.147Z | Downloaded path-slash v0.1.5 |
722 | 2024-08-22T01:43:47.150Z | Downloaded subtle v2.5.0 |
723 | 2024-08-22T01:43:47.150Z | Downloaded rustls-pemfile v1.0.4 |
724 | 2024-08-22T01:43:47.153Z | Downloaded predicates-tree v1.0.9 |
725 | 2024-08-22T01:43:47.155Z | Downloaded predicates-core v1.0.6 |
726 | 2024-08-22T01:43:47.155Z | Downloaded libm v0.2.8 |
727 | 2024-08-22T01:43:47.163Z | Downloaded vte_generate_state_changes v0.1.1 |
728 | 2024-08-22T01:43:47.165Z | Downloaded der_derive v0.7.2 |
729 | 2024-08-22T01:43:47.167Z | Downloaded twox-hash v1.6.3 |
730 | 2024-08-22T01:43:47.169Z | Downloaded take_mut v0.2.2 |
731 | 2024-08-22T01:43:47.169Z | Downloaded signal-hook-registry v1.4.2 |
732 | 2024-08-22T01:43:47.169Z | Downloaded tls_codec v0.4.1 |
733 | 2024-08-22T01:43:47.172Z | Downloaded slog v2.7.0 |
734 | 2024-08-22T01:43:47.174Z | Downloaded deranged v0.3.11 |
735 | 2024-08-22T01:43:47.176Z | Downloaded foreign-types-shared v0.3.1 |
736 | 2024-08-22T01:43:47.179Z | Downloaded foreign-types-shared v0.1.1 |
737 | 2024-08-22T01:43:47.179Z | Downloaded crypto-bigint v0.5.5 |
738 | 2024-08-22T01:43:47.184Z | Downloaded hickory-resolver v0.24.1 |
739 | 2024-08-22T01:43:47.189Z | Downloaded term v0.7.0 |
740 | 2024-08-22T01:43:47.192Z | Downloaded foreign-types v0.5.0 |
741 | 2024-08-22T01:43:47.194Z | Downloaded waitgroup v0.1.2 |
742 | 2024-08-22T01:43:47.194Z | Downloaded foreign-types v0.3.2 |
743 | 2024-08-22T01:43:47.197Z | Downloaded want v0.3.1 |
744 | 2024-08-22T01:43:47.197Z | Downloaded rtoolbox v0.0.2 |
745 | 2024-08-22T01:43:47.199Z | Downloaded derive_more v0.99.18 |
746 | 2024-08-22T01:43:47.202Z | Downloaded unicode-segmentation v1.11.0 |
747 | 2024-08-22T01:43:47.206Z | Downloaded ref-cast-impl v1.0.23 |
748 | 2024-08-22T01:43:47.208Z | Downloaded oso-derive v0.27.3 |
749 | 2024-08-22T01:43:47.208Z | Downloaded http-range v0.1.5 |
750 | 2024-08-22T01:43:47.211Z | Downloaded hashlink v0.9.1 |
751 | 2024-08-22T01:43:47.211Z | Downloaded futures-task v0.3.30 |
752 | 2024-08-22T01:43:47.213Z | Downloaded rustls-pemfile v2.1.3 |
753 | 2024-08-22T01:43:47.216Z | Downloaded prettyplease v0.2.20 |
754 | 2024-08-22T01:43:47.219Z | Downloaded sync_wrapper v0.1.2 |
755 | 2024-08-22T01:43:47.219Z | Downloaded pkcs1 v0.7.5 |
756 | 2024-08-22T01:43:47.222Z | Downloaded sqlparser_derive v0.2.2 |
757 | 2024-08-22T01:43:47.222Z | Downloaded resolv-conf v0.7.0 |
758 | 2024-08-22T01:43:47.224Z | Downloaded num-bigint-dig v0.8.4 |
759 | 2024-08-22T01:43:47.228Z | Downloaded rand_core v0.6.4 |
760 | 2024-08-22T01:43:47.231Z | Downloaded uzers v0.11.3 |
761 | 2024-08-22T01:43:47.233Z | Downloaded diesel_derives v2.2.2 |
762 | 2024-08-22T01:43:47.235Z | Downloaded itertools v0.12.1 |
763 | 2024-08-22T01:43:47.242Z | Downloaded erased-serde v0.3.31 |
764 | 2024-08-22T01:43:47.245Z | Downloaded pin-utils v0.1.0 |
765 | 2024-08-22T01:43:47.247Z | Downloaded utf-8 v0.7.6 |
766 | 2024-08-22T01:43:47.247Z | Downloaded float-ord v0.3.2 |
767 | 2024-08-22T01:43:47.249Z | Downloaded rand_seeder v0.3.0 |
768 | 2024-08-22T01:43:47.249Z | Downloaded rand_chacha v0.3.1 |
769 | 2024-08-22T01:43:47.251Z | Downloaded signal-hook-tokio v0.3.1 |
770 | 2024-08-22T01:43:47.251Z | Downloaded serde_derive_internals v0.29.1 |
771 | 2024-08-22T01:43:47.255Z | Downloaded predicates v3.1.2 |
772 | 2024-08-22T01:43:47.257Z | Downloaded crossterm v0.28.1 |
773 | 2024-08-22T01:43:47.262Z | Downloaded strum_macros v0.25.3 |
774 | 2024-08-22T01:43:47.265Z | Downloaded serde_repr v0.1.19 |
775 | 2024-08-22T01:43:47.268Z | Downloaded time-core v0.1.2 |
776 | 2024-08-22T01:43:47.268Z | Downloaded subprocess v0.2.9 |
777 | 2024-08-22T01:43:47.271Z | Downloaded serde_path_to_error v0.1.16 |
778 | 2024-08-22T01:43:47.273Z | Downloaded fastrand v2.1.0 |
779 | 2024-08-22T01:43:47.273Z | Downloaded httpdate v1.0.3 |
780 | 2024-08-22T01:43:47.276Z | Downloaded unicode_categories v0.1.1 |
781 | 2024-08-22T01:43:47.276Z | Downloaded httparse v1.8.0 |
782 | 2024-08-22T01:43:47.278Z | Downloaded futures-sink v0.3.30 |
783 | 2024-08-22T01:43:47.281Z | Downloaded libxml v0.3.3 |
784 | 2024-08-22T01:43:47.284Z | Downloaded difflib v0.4.0 |
785 | 2024-08-22T01:43:47.287Z | Downloaded diesel_table_macro_syntax v0.2.0 |
786 | 2024-08-22T01:43:47.287Z | Downloaded precomputed-hash v0.1.1 |
787 | 2024-08-22T01:43:47.287Z | Downloaded tower-service v0.3.2 |
788 | 2024-08-22T01:43:47.289Z | Downloaded time-macros v0.2.18 |
789 | 2024-08-22T01:43:47.291Z | Downloaded walkdir v2.5.0 |
790 | 2024-08-22T01:43:47.292Z | Downloaded yasna v0.5.2 |
791 | 2024-08-22T01:43:47.294Z | Downloaded publicsuffix v2.2.3 |
792 | 2024-08-22T01:43:47.296Z | Downloaded structmeta-derive v0.3.0 |
793 | 2024-08-22T01:43:47.298Z | Downloaded serde_urlencoded v0.7.1 |
794 | 2024-08-22T01:43:47.301Z | Downloaded zip v0.6.6 |
795 | 2024-08-22T01:43:47.303Z | Downloaded crossterm v0.27.0 |
796 | 2024-08-22T01:43:47.309Z | Downloaded hex v0.4.3 |
797 | 2024-08-22T01:43:47.311Z | Downloaded rusty-fork v0.3.0 |
798 | 2024-08-22T01:43:47.313Z | Downloaded rustc-hash v1.1.0 |
799 | 2024-08-22T01:43:47.313Z | Downloaded ron v0.7.1 |
800 | 2024-08-22T01:43:47.317Z | Downloaded rustversion v1.0.17 |
801 | 2024-08-22T01:43:47.320Z | Downloaded slog-dtrace v0.3.0 |
802 | 2024-08-22T01:43:47.322Z | Downloaded signal-hook v0.3.17 |
803 | 2024-08-22T01:43:47.325Z | Downloaded itertools v0.13.0 |
804 | 2024-08-22T01:43:47.331Z | Downloaded wyz v0.5.1 |
805 | 2024-08-22T01:43:47.334Z | Downloaded http-body v0.4.6 |
806 | 2024-08-22T01:43:47.336Z | Downloaded ff v0.13.0 |
807 | 2024-08-22T01:43:47.336Z | Downloaded http v1.1.0 |
808 | 2024-08-22T01:43:47.339Z | Downloaded fd-lock v4.0.2 |
809 | 2024-08-22T01:43:47.342Z | Downloaded dirs-next v2.0.0 |
810 | 2024-08-22T01:43:47.344Z | Downloaded tokio-native-tls v0.3.1 |
811 | 2024-08-22T01:43:47.347Z | Downloaded topological-sort v0.2.2 |
812 | 2024-08-22T01:43:47.347Z | Downloaded slog-async v2.8.0 |
813 | 2024-08-22T01:43:47.349Z | Downloaded tokio-macros v2.4.0 |
814 | 2024-08-22T01:43:47.349Z | Downloaded uuid v1.10.0 |
815 | 2024-08-22T01:43:47.351Z | Downloaded tokio-util v0.7.11 |
816 | 2024-08-22T01:43:47.357Z | Downloaded tungstenite v0.21.0 |
817 | 2024-08-22T01:43:47.361Z | Downloaded termios v0.3.3 |
818 | 2024-08-22T01:43:47.363Z | Downloaded slog-bunyan v2.5.0 |
819 | 2024-08-22T01:43:47.365Z | Downloaded powerfmt v0.2.0 |
820 | 2024-08-22T01:43:47.365Z | Downloaded rustls-pki-types v1.7.0 |
821 | 2024-08-22T01:43:47.368Z | Downloaded ref-cast v1.0.23 |
822 | 2024-08-22T01:43:47.371Z | Downloaded xattr v1.3.1 |
823 | 2024-08-22T01:43:47.373Z | Downloaded siphasher v0.3.11 |
824 | 2024-08-22T01:43:47.373Z | Downloaded steno v0.4.1 |
825 | 2024-08-22T01:43:47.376Z | Downloaded sqlformat v0.2.4 |
826 | 2024-08-22T01:43:47.378Z | Downloaded smf v0.2.3 |
827 | 2024-08-22T01:43:47.381Z | Downloaded rsa v0.9.6 |
828 | 2024-08-22T01:43:47.384Z | Downloaded fatfs v0.3.6 |
829 | 2024-08-22T01:43:47.386Z | Downloaded paste v1.0.15 |
830 | 2024-08-22T01:43:47.389Z | Downloaded rustc-demangle v0.1.24 |
831 | 2024-08-22T01:43:47.392Z | Downloaded strum_macros v0.26.4 |
832 | 2024-08-22T01:43:47.395Z | Downloaded tokio-postgres v0.7.11 |
833 | 2024-08-22T01:43:47.398Z | Downloaded oso v0.27.3 |
834 | 2024-08-22T01:43:47.401Z | Downloaded slog-envlogger v2.2.0 |
835 | 2024-08-22T01:43:47.403Z | Downloaded parse-display-derive v0.10.0 |
836 | 2024-08-22T01:43:47.406Z | Downloaded serde_arrays v0.1.0 |
837 | 2024-08-22T01:43:47.406Z | Downloaded parking_lot v0.11.2 |
838 | 2024-08-22T01:43:47.408Z | Downloaded similar v2.6.0 |
839 | 2024-08-22T01:43:47.412Z | Downloaded hickory-client v0.24.1 |
840 | 2024-08-22T01:43:47.415Z | Downloaded headers v0.3.9 |
841 | 2024-08-22T01:43:47.419Z | Downloaded elliptic-curve v0.13.8 |
842 | 2024-08-22T01:43:47.423Z | Downloaded http v0.2.12 |
843 | 2024-08-22T01:43:47.427Z | Downloaded tempfile v3.10.1 |
844 | 2024-08-22T01:43:47.429Z | Downloaded pin-project-internal v1.1.5 |
845 | 2024-08-22T01:43:47.431Z | Downloaded derive_builder_core v0.20.0 |
846 | 2024-08-22T01:43:47.434Z | Downloaded schemars_derive v0.8.21 |
847 | 2024-08-22T01:43:47.437Z | Downloaded tar v0.4.41 |
848 | 2024-08-22T01:43:47.437Z | Downloaded rcgen v0.12.1 |
849 | 2024-08-22T01:43:47.440Z | Downloaded spin v0.5.2 |
850 | 2024-08-22T01:43:47.443Z | Downloaded socket2 v0.5.7 |
851 | 2024-08-22T01:43:47.443Z | Downloaded poly1305 v0.8.0 |
852 | 2024-08-22T01:43:47.446Z | Downloaded textwrap v0.16.1 |
853 | 2024-08-22T01:43:47.450Z | Downloaded toml_edit v0.19.15 |
854 | 2024-08-22T01:43:47.463Z | Downloaded futures-io v0.3.30 |
855 | 2024-08-22T01:43:47.465Z | Downloaded hmac v0.12.1 |
856 | 2024-08-22T01:43:47.469Z | Downloaded hashbrown v0.12.3 |
857 | 2024-08-22T01:43:47.472Z | Downloaded test-strategy v0.3.1 |
858 | 2024-08-22T01:43:47.474Z | Downloaded diff v0.1.13 |
859 | 2024-08-22T01:43:47.476Z | Downloaded postcard v1.0.8 |
860 | 2024-08-22T01:43:47.479Z | Downloaded derive_builder v0.20.0 |
861 | 2024-08-22T01:43:47.483Z | Downloaded derive-where v1.2.7 |
862 | 2024-08-22T01:43:47.486Z | Downloaded blake3 v1.5.1 |
863 | 2024-08-22T01:43:47.493Z | Downloaded tungstenite v0.20.1 |
864 | 2024-08-22T01:43:47.496Z | Downloaded expectorate v1.1.0 |
865 | 2024-08-22T01:43:47.499Z | Downloaded time v0.3.36 |
866 | 2024-08-22T01:43:47.505Z | Downloaded wait-timeout v0.2.0 |
867 | 2024-08-22T01:43:47.507Z | Downloaded url v2.5.2 |
868 | 2024-08-22T01:43:47.510Z | Downloaded pin-project v1.1.5 |
869 | 2024-08-22T01:43:47.520Z | Downloaded pin-project-lite v0.2.14 |
870 | 2024-08-22T01:43:47.524Z | Downloaded rand v0.8.5 |
871 | 2024-08-22T01:43:47.528Z | Downloaded flume v0.11.0 |
872 | 2024-08-22T01:43:47.531Z | Downloaded chrono v0.4.38 |
873 | 2024-08-22T01:43:47.538Z | Downloaded hashbrown v0.13.2 |
874 | 2024-08-22T01:43:47.543Z | Downloaded tracing v0.1.40 |
875 | 2024-08-22T01:43:47.547Z | Downloaded heapless v0.7.17 |
876 | 2024-08-22T01:43:47.550Z | Downloaded x509-cert v0.2.5 |
877 | 2024-08-22T01:43:47.556Z | Downloaded rayon v1.10.0 |
878 | 2024-08-22T01:43:47.564Z | Downloaded typed-path v0.7.1 |
879 | 2024-08-22T01:43:47.570Z | Downloaded heapless v0.8.0 |
880 | 2024-08-22T01:43:47.574Z | Downloaded hickory-server v0.24.1 |
881 | 2024-08-22T01:43:47.579Z | Downloaded lalrpop v0.19.12 |
882 | 2024-08-22T01:43:47.589Z | Downloaded h2 v0.3.26 |
883 | 2024-08-22T01:43:47.596Z | Downloaded bindgen v0.69.4 |
884 | 2024-08-22T01:43:47.603Z | Downloaded idna v0.5.0 |
885 | 2024-08-22T01:43:47.609Z | Downloaded proptest v1.5.0 |
886 | 2024-08-22T01:43:47.618Z | Downloaded git2 v0.19.0 |
887 | 2024-08-22T01:43:47.626Z | Downloaded tough v0.17.1 |
888 | 2024-08-22T01:43:47.634Z | Downloaded serde_with v3.9.0 |
889 | 2024-08-22T01:43:47.642Z | Downloaded futures-util v0.3.30 |
890 | 2024-08-22T01:43:47.653Z | Downloaded portable-atomic v1.6.0 |
891 | 2024-08-22T01:43:47.658Z | Downloaded winnow v0.5.40 |
892 | 2024-08-22T01:43:47.666Z | Downloaded object v0.32.2 |
893 | 2024-08-22T01:43:47.676Z | Downloaded webpki-roots v0.25.4 |
894 | 2024-08-22T01:43:47.680Z | Downloaded idna v0.4.0 |
895 | 2024-08-22T01:43:47.686Z | Downloaded rusqlite v0.31.0 |
896 | 2024-08-22T01:43:47.692Z | Downloaded gimli v0.28.1 |
897 | 2024-08-22T01:43:47.700Z | Downloaded quick-xml v0.31.0 |
898 | 2024-08-22T01:43:47.706Z | Downloaded openssl v0.10.66 |
899 | 2024-08-22T01:43:47.715Z | Downloaded hkdf v0.12.4 |
900 | 2024-08-22T01:43:47.718Z | Downloaded vcpkg v0.2.15 |
901 | 2024-08-22T01:43:47.755Z | Downloaded rustls v0.21.12 |
902 | 2024-08-22T01:43:47.766Z | Downloaded radix_trie v0.2.1 |
903 | 2024-08-22T01:43:47.771Z | Downloaded nix v0.27.1 |
904 | 2024-08-22T01:43:47.782Z | Downloaded openapiv3 v2.0.0 |
905 | 2024-08-22T01:43:47.794Z | Downloaded polar-core v0.27.3 |
906 | 2024-08-22T01:43:47.802Z | Downloaded nix v0.28.0 |
907 | 2024-08-22T01:43:47.814Z | Downloaded rustls v0.22.4 |
908 | 2024-08-22T01:43:47.827Z | Downloaded regex v1.10.6 |
909 | 2024-08-22T01:43:47.841Z | Downloaded bstr v1.9.1 |
910 | 2024-08-22T01:43:47.850Z | Downloaded smoltcp v0.9.1 |
911 | 2024-08-22T01:43:47.861Z | Downloaded diesel v2.2.2 |
912 | 2024-08-22T01:43:47.880Z | Downloaded regex-syntax v0.6.29 |
913 | 2024-08-22T01:43:47.887Z | Downloaded smoltcp v0.11.0 |
914 | 2024-08-22T01:43:47.900Z | Downloaded sled v0.34.7 |
915 | 2024-08-22T01:43:47.910Z | Downloaded regress v0.9.1 |
916 | 2024-08-22T01:43:47.919Z | Downloaded hickory-proto v0.24.1 |
917 | 2024-08-22T01:43:47.934Z | Downloaded zerocopy-derive v0.6.6 |
918 | 2024-08-22T01:43:47.944Z | Downloaded regex-syntax v0.8.4 |
919 | 2024-08-22T01:43:47.952Z | Downloaded ratatui v0.28.0 |
920 | 2024-08-22T01:43:47.971Z | Downloaded sqlparser v0.45.0 |
921 | 2024-08-22T01:43:47.976Z | Downloaded reqwest v0.11.27 |
922 | 2024-08-22T01:43:47.984Z | Downloaded rustls-webpki v0.101.7 |
923 | 2024-08-22T01:43:47.997Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
924 | 2024-08-22T01:43:48.009Z | Downloaded idna v0.3.0 |
925 | 2024-08-22T01:43:48.016Z | Downloaded curve25519-dalek v4.1.3 |
926 | 2024-08-22T01:43:48.025Z | Downloaded reedline v0.33.0 |
927 | 2024-08-22T01:43:48.032Z | Downloaded object v0.30.4 |
928 | 2024-08-22T01:43:48.041Z | Downloaded regex-automata v0.4.6 |
929 | 2024-08-22T01:43:48.060Z | Downloaded bitvec v1.0.1 |
930 | 2024-08-22T01:43:48.073Z | Downloaded finl_unicode v1.2.0 |
931 | 2024-08-22T01:43:48.086Z | Downloaded tokio v1.39.2 |
932 | 2024-08-22T01:43:48.124Z | Downloaded csv v1.3.0 |
933 | 2024-08-22T01:43:48.145Z | Downloaded sha3 v0.10.8 |
934 | 2024-08-22T01:43:48.148Z | Downloaded petgraph v0.6.5 |
935 | 2024-08-22T01:43:48.166Z | Downloaded rustls-webpki v0.102.4 |
936 | 2024-08-22T01:43:48.186Z | Downloaded rustyline v14.0.0 |
937 | 2024-08-22T01:43:48.189Z | Downloaded unicode-normalization v0.1.23 |
938 | 2024-08-22T01:43:48.193Z | Downloaded aho-corasick v1.1.3 |
939 | 2024-08-22T01:43:48.199Z | Downloaded futures-macro v0.3.30 |
940 | 2024-08-22T01:43:48.202Z | Downloaded futures-core v0.3.30 |
941 | 2024-08-22T01:43:48.202Z | Downloaded embedded-io v0.4.0 |
942 | 2024-08-22T01:43:48.202Z | Downloaded flate2 v1.0.31 |
943 | 2024-08-22T01:43:48.209Z | Downloaded ppv-lite86 v0.2.17 |
944 | 2024-08-22T01:43:48.211Z | Downloaded phf_shared v0.11.2 |
945 | 2024-08-22T01:43:48.211Z | Downloaded toolchain_find v0.4.0 |
946 | 2024-08-22T01:43:48.211Z | Downloaded foreign-types-macros v0.2.3 |
947 | 2024-08-22T01:43:48.212Z | Downloaded vergen v8.3.2 |
948 | 2024-08-22T01:43:48.216Z | Downloaded backtrace v0.3.71 |
949 | 2024-08-22T01:43:48.219Z | Downloaded r2d2 v0.8.10 |
950 | 2024-08-22T01:43:48.223Z | Downloaded percent-encoding v2.3.1 |
951 | 2024-08-22T01:43:48.223Z | Downloaded gethostname v0.5.0 |
952 | 2024-08-22T01:43:48.223Z | Downloaded fallible-streaming-iterator v0.1.9 |
953 | 2024-08-22T01:43:48.223Z | Downloaded smawk v0.3.2 |
954 | 2024-08-22T01:43:48.226Z | Downloaded postgres-types v0.2.7 |
955 | 2024-08-22T01:43:48.226Z | Downloaded postgres-protocol v0.6.7 |
956 | 2024-08-22T01:43:48.230Z | Downloaded parking_lot_core v0.8.6 |
957 | 2024-08-22T01:43:48.236Z | Downloaded globset v0.4.14 |
958 | 2024-08-22T01:43:48.236Z | Downloaded socket2 v0.4.10 |
959 | 2024-08-22T01:43:48.236Z | Downloaded unicode-bidi v0.3.15 |
960 | 2024-08-22T01:43:48.239Z | Downloaded unsafe-libyaml v0.2.11 |
961 | 2024-08-22T01:43:48.239Z | Downloaded phf_shared v0.10.0 |
962 | 2024-08-22T01:43:48.239Z | Downloaded packed_struct_codegen v0.10.1 |
963 | 2024-08-22T01:43:48.243Z | Downloaded hash32 v0.3.1 |
964 | 2024-08-22T01:43:48.243Z | Downloaded fallible-iterator v0.3.0 |
965 | 2024-08-22T01:43:48.243Z | Downloaded fallible-iterator v0.2.0 |
966 | 2024-08-22T01:43:48.246Z | Downloaded vsss-rs v3.3.4 |
967 | 2024-08-22T01:43:48.246Z | Downloaded tracing-attributes v0.1.27 |
968 | 2024-08-22T01:43:48.249Z | Downloaded tinyvec v1.6.0 |
969 | 2024-08-22T01:43:48.252Z | Downloaded zeroize v1.7.0 |
970 | 2024-08-22T01:43:48.252Z | Downloaded serde-hex v0.1.0 |
971 | 2024-08-22T01:43:48.256Z | Downloaded tokio-rustls v0.24.1 |
972 | 2024-08-22T01:43:48.256Z | Downloaded chacha20poly1305 v0.10.1 |
973 | 2024-08-22T01:43:48.259Z | Downloaded supports-color v3.0.0 |
974 | 2024-08-22T01:43:48.259Z | Downloaded nom v7.1.3 |
975 | 2024-08-22T01:43:48.262Z | Downloaded const_format v0.2.32 |
976 | 2024-08-22T01:43:48.268Z | Downloaded base64 v0.22.1 |
977 | 2024-08-22T01:43:48.270Z | Downloaded zerocopy v0.6.6 |
978 | 2024-08-22T01:43:48.277Z | Downloaded parse-display v0.10.0 |
979 | 2024-08-22T01:43:48.277Z | Downloaded sct v0.7.1 |
980 | 2024-08-22T01:43:48.279Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2024-08-22T01:43:48.279Z | Downloaded encoding_rs v0.8.34 |
982 | 2024-08-22T01:43:48.299Z | Downloaded peg-macros v0.8.4 |
983 | 2024-08-22T01:43:48.304Z | Downloaded pbkdf2 v0.12.2 |
984 | 2024-08-22T01:43:48.305Z | Downloaded hubpack v0.1.2 |
985 | 2024-08-22T01:43:48.305Z | Downloaded pkcs5 v0.7.1 |
986 | 2024-08-22T01:43:48.309Z | Downloaded tokio-stream v0.1.15 |
987 | 2024-08-22T01:43:48.318Z | Downloaded spin v0.9.8 |
988 | 2024-08-22T01:43:48.321Z | Downloaded serde_with_macros v3.9.0 |
989 | 2024-08-22T01:43:48.321Z | Downloaded semver v0.1.20 |
990 | 2024-08-22T01:43:48.321Z | Downloaded secrecy v0.8.0 |
991 | 2024-08-22T01:43:48.321Z | Downloaded sec1 v0.7.3 |
992 | 2024-08-22T01:43:48.321Z | Downloaded serde_yaml v0.9.34+deprecated |
993 | 2024-08-22T01:43:48.325Z | Downloaded structmeta v0.2.0 |
994 | 2024-08-22T01:43:48.328Z | Downloaded spki v0.7.3 |
995 | 2024-08-22T01:43:48.328Z | Downloaded smallvec v0.6.14 |
996 | 2024-08-22T01:43:48.330Z | Downloaded crc32fast v1.4.0 |
997 | 2024-08-22T01:43:48.330Z | Downloaded colored v2.1.0 |
998 | 2024-08-22T01:43:48.333Z | Downloaded dirs-sys-next v0.1.2 |
999 | 2024-08-22T01:43:48.333Z | Downloaded bzip2 v0.4.4 |
1000 | 2024-08-22T01:43:48.336Z | Downloaded base64 v0.21.7 |
1001 | 2024-08-22T01:43:48.339Z | Downloaded tap v1.0.1 |
1002 | 2024-08-22T01:43:48.339Z | Downloaded strip-ansi-escapes v0.2.0 |
1003 | 2024-08-22T01:43:48.342Z | Downloaded serde_plain v1.0.2 |
1004 | 2024-08-22T01:43:48.342Z | Downloaded managed v0.8.0 |
1005 | 2024-08-22T01:43:48.342Z | Downloaded libefi-sys v0.1.0 |
1006 | 2024-08-22T01:43:48.346Z | Downloaded lazy_static v1.5.0 |
1007 | 2024-08-22T01:43:48.346Z | Downloaded indoc v1.0.9 |
1008 | 2024-08-22T01:43:48.349Z | Downloaded hyper-tls v0.5.0 |
1009 | 2024-08-22T01:43:48.349Z | Downloaded hyper-staticfile v0.9.5 |
1010 | 2024-08-22T01:43:48.351Z | Downloaded compact_str v0.8.0 |
1011 | 2024-08-22T01:43:48.355Z | Downloaded md-5 v0.10.6 |
1012 | 2024-08-22T01:43:48.355Z | Downloaded indent_write v2.2.0 |
1013 | 2024-08-22T01:43:48.358Z | Downloaded async-stream v0.3.5 |
1014 | 2024-08-22T01:43:48.358Z | Downloaded crossbeam-utils v0.8.19 |
1015 | 2024-08-22T01:43:48.361Z | Downloaded arrayref v0.3.7 |
1016 | 2024-08-22T01:43:48.361Z | Downloaded array-init v0.0.4 |
1017 | 2024-08-22T01:43:48.361Z | Downloaded hyper-rustls v0.24.2 |
1018 | 2024-08-22T01:43:48.364Z | Downloaded const-oid v0.9.6 |
1019 | 2024-08-22T01:43:48.366Z | Downloaded atty v0.2.14 |
1020 | 2024-08-22T01:43:48.366Z | Downloaded ipnet v2.9.0 |
1021 | 2024-08-22T01:43:48.369Z | Downloaded defmt-macros v0.3.9 |
1022 | 2024-08-22T01:43:48.371Z | Downloaded assert_matches v1.5.0 |
1023 | 2024-08-22T01:43:48.371Z | Downloaded allocator-api2 v0.2.18 |
1024 | 2024-08-22T01:43:48.374Z | Downloaded bcs v0.1.6 |
1025 | 2024-08-22T01:43:48.376Z | Downloaded bitfield v0.14.0 |
1026 | 2024-08-22T01:43:48.377Z | Downloaded number_prefix v0.4.0 |
1027 | 2024-08-22T01:43:48.379Z | Downloaded maybe-uninit v2.0.0 |
1028 | 2024-08-22T01:43:48.379Z | Downloaded lru-cache v0.1.2 |
1029 | 2024-08-22T01:43:48.379Z | Downloaded castaway v0.2.3 |
1030 | 2024-08-22T01:43:48.382Z | Downloaded base16ct v0.2.0 |
1031 | 2024-08-22T01:43:48.382Z | Downloaded lazycell v1.3.0 |
1032 | 2024-08-22T01:43:48.384Z | Downloaded impl-trait-for-tuples v0.2.2 |
1033 | 2024-08-22T01:43:48.384Z | Downloaded bit-set v0.5.3 |
1034 | 2024-08-22T01:43:48.387Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1035 | 2024-08-22T01:43:48.511Z | Downloaded ring v0.16.20 |
1036 | 2024-08-22T01:43:48.922Z | Downloaded libz-sys v1.1.16 |
1037 | 2024-08-22T01:43:49.016Z | Downloaded ring v0.17.8 |
1038 | 2024-08-22T01:43:49.128Z | Downloaded libsqlite3-sys v0.28.0 |
1039 | 2024-08-22T01:43:49.290Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-22T01:43:49.290Z | Compiling serde v1.0.208 |
1041 | 2024-08-22T01:43:49.292Z | Compiling typenum v1.17.0 |
1042 | 2024-08-22T01:43:49.292Z | Compiling generic-array v0.14.7 |
1043 | 2024-08-22T01:43:49.292Z | Compiling lock_api v0.4.12 |
1044 | 2024-08-22T01:43:49.444Z | Compiling syn v2.0.74 |
1045 | 2024-08-22T01:43:49.455Z | Compiling scopeguard v1.2.0 |
1046 | 2024-08-22T01:43:49.458Z | Compiling log v0.4.21 |
1047 | 2024-08-22T01:43:49.532Z | Compiling getrandom v0.2.14 |
1048 | 2024-08-22T01:43:49.655Z | Compiling jobserver v0.1.32 |
1049 | 2024-08-22T01:43:49.754Z | Compiling rand_core v0.6.4 |
1050 | 2024-08-22T01:43:49.943Z | Compiling subtle v2.5.0 |
1051 | 2024-08-22T01:43:49.994Z | Compiling cc v1.0.97 |
1052 | 2024-08-22T01:43:50.024Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-22T01:43:50.387Z | Compiling pin-project-lite v0.2.14 |
1054 | 2024-08-22T01:43:50.425Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-22T01:43:50.476Z | Compiling parking_lot_core v0.9.10 |
1056 | 2024-08-22T01:43:50.516Z | Compiling signal-hook-registry v1.4.2 |
1057 | 2024-08-22T01:43:50.692Z | Compiling spin v0.9.8 |
1058 | 2024-08-22T01:43:50.850Z | Compiling mio v1.0.2 |
1059 | 2024-08-22T01:43:51.101Z | Compiling ahash v0.8.11 |
1060 | 2024-08-22T01:43:51.398Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2024-08-22T01:43:51.491Z | Compiling parking_lot v0.12.2 |
1062 | 2024-08-22T01:43:51.579Z | Compiling tinyvec v1.6.0 |
1063 | 2024-08-22T01:43:51.788Z | Compiling socket2 v0.5.7 |
1064 | 2024-08-22T01:43:52.173Z | Compiling libm v0.2.8 |
1065 | 2024-08-22T01:43:52.193Z | Compiling cpufeatures v0.2.12 |
1066 | 2024-08-22T01:43:52.301Z | Compiling serde_json v1.0.125 |
1067 | 2024-08-22T01:43:52.332Z | Compiling futures-core v0.3.30 |
1068 | 2024-08-22T01:43:52.481Z | Compiling slab v0.4.9 |
1069 | 2024-08-22T01:43:52.565Z | Compiling num-traits v0.2.19 |
1070 | 2024-08-22T01:43:52.583Z | Compiling futures-sink v0.3.30 |
1071 | 2024-08-22T01:43:52.674Z | Compiling unicode-bidi v0.3.15 |
1072 | 2024-08-22T01:43:52.745Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-22T01:43:53.104Z | Compiling unicode-normalization v0.1.23 |
1074 | 2024-08-22T01:43:53.168Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-22T01:43:53.253Z | Compiling pin-utils v0.1.0 |
1076 | 2024-08-22T01:43:53.355Z | Compiling pkg-config v0.3.30 |
1077 | 2024-08-22T01:43:53.531Z | Compiling futures-task v0.3.30 |
1078 | 2024-08-22T01:43:53.593Z | Compiling futures-io v0.3.30 |
1079 | 2024-08-22T01:43:53.916Z | Compiling vcpkg v0.2.15 |
1080 | 2024-08-22T01:43:54.149Z | Compiling base64ct v1.6.0 |
1081 | 2024-08-22T01:43:54.184Z | Compiling percent-encoding v2.3.1 |
1082 | 2024-08-22T01:43:54.203Z | Compiling flagset v0.4.5 |
1083 | 2024-08-22T01:43:54.361Z | Compiling ring v0.17.8 |
1084 | 2024-08-22T01:43:54.402Z | Compiling ppv-lite86 v0.2.17 |
1085 | 2024-08-22T01:43:54.541Z | Compiling tracing-core v0.1.32 |
1086 | 2024-08-22T01:43:54.715Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-08-22T01:43:54.893Z | Compiling untrusted v0.9.0 |
1088 | 2024-08-22T01:43:55.077Z | Compiling rustix v0.38.34 |
1089 | 2024-08-22T01:43:55.166Z | Compiling rand_chacha v0.3.1 |
1090 | 2024-08-22T01:43:55.478Z | Compiling rustversion v1.0.17 |
1091 | 2024-08-22T01:43:55.924Z | Compiling rand v0.8.5 |
1092 | 2024-08-22T01:43:55.941Z | Compiling httparse v1.8.0 |
1093 | 2024-08-22T01:43:56.065Z | Compiling powerfmt v0.2.0 |
1094 | 2024-08-22T01:43:56.082Z | Compiling openssl-sys v0.9.103 |
1095 | 2024-08-22T01:43:56.152Z | Compiling time-core v0.1.2 |
1096 | 2024-08-22T01:43:56.322Z | Compiling openssl v0.10.66 |
1097 | 2024-08-22T01:43:56.352Z | Compiling foreign-types-shared v0.1.1 |
1098 | 2024-08-22T01:43:56.419Z | Compiling num-conv v0.1.0 |
1099 | 2024-08-22T01:43:56.455Z | Compiling foreign-types v0.3.2 |
1100 | 2024-08-22T01:43:56.577Z | Compiling deranged v0.3.11 |
1101 | 2024-08-22T01:43:56.682Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-22T01:43:56.796Z | Compiling form_urlencoded v1.2.1 |
1103 | 2024-08-22T01:43:57.084Z | Compiling aho-corasick v1.1.3 |
1104 | 2024-08-22T01:43:57.421Z | Compiling siphasher v0.3.11 |
1105 | 2024-08-22T01:43:57.621Z | Compiling regex-syntax v0.8.4 |
1106 | 2024-08-22T01:43:57.764Z | Compiling crossbeam-utils v0.8.19 |
1107 | 2024-08-22T01:43:58.196Z | Compiling syn v1.0.109 |
1108 | 2024-08-22T01:43:58.354Z | Compiling num_threads v0.1.7 |
1109 | 2024-08-22T01:43:58.479Z | Compiling rustls v0.21.12 |
1110 | 2024-08-22T01:43:58.736Z | Compiling native-tls v0.2.11 |
1111 | 2024-08-22T01:43:58.816Z | Compiling try-lock v0.2.5 |
1112 | 2024-08-22T01:43:58.962Z | Compiling want v0.3.1 |
1113 | 2024-08-22T01:43:59.502Z | Compiling idna v0.5.0 |
1114 | 2024-08-22T01:43:59.812Z | Compiling time v0.3.36 |
1115 | 2024-08-22T01:43:59.860Z | Compiling socket2 v0.4.10 |
1116 | 2024-08-22T01:44:00.559Z | Compiling cookie v0.17.0 |
1117 | 2024-08-22T01:44:00.785Z | Compiling regex-automata v0.4.6 |
1118 | 2024-08-22T01:44:00.853Z | Compiling tower-service v0.3.2 |
1119 | 2024-08-22T01:44:00.967Z | Compiling slog v2.7.0 |
1120 | 2024-08-22T01:44:01.099Z | Compiling openssl-probe v0.1.5 |
1121 | 2024-08-22T01:44:01.459Z | Compiling iana-time-zone v0.1.60 |
1122 | 2024-08-22T01:44:01.498Z | Compiling adler v1.0.2 |
1123 | 2024-08-22T01:44:01.722Z | Compiling httpdate v1.0.3 |
1124 | 2024-08-22T01:44:01.885Z | Compiling finl_unicode v1.2.0 |
1125 | 2024-08-22T01:44:02.147Z | Compiling miniz_oxide v0.7.2 |
1126 | 2024-08-22T01:44:02.308Z | Compiling url v2.5.2 |
1127 | 2024-08-22T01:44:02.455Z | Compiling stringprep v0.1.4 |
1128 | 2024-08-22T01:44:03.593Z | Compiling serde_derive v1.0.208 |
1129 | 2024-08-22T01:44:03.672Z | Compiling zeroize_derive v1.4.2 |
1130 | 2024-08-22T01:44:03.759Z | Compiling zerocopy-derive v0.7.34 |
1131 | 2024-08-22T01:44:04.162Z | Compiling tokio-macros v2.4.0 |
1132 | 2024-08-22T01:44:04.754Z | Compiling thiserror-impl v1.0.63 |
1133 | 2024-08-22T01:44:04.905Z | Compiling futures-macro v0.3.30 |
1134 | 2024-08-22T01:44:05.186Z | Compiling zeroize v1.7.0 |
1135 | 2024-08-22T01:44:05.827Z | Compiling der_derive v0.7.2 |
1136 | 2024-08-22T01:44:05.915Z | Compiling scroll_derive v0.12.0 |
1137 | 2024-08-22T01:44:05.933Z | Compiling zerocopy v0.7.34 |
1138 | 2024-08-22T01:44:06.895Z | Compiling crypto-common v0.1.6 |
1139 | 2024-08-22T01:44:06.945Z | Compiling block-buffer v0.10.4 |
1140 | 2024-08-22T01:44:07.135Z | Compiling block-padding v0.3.3 |
1141 | 2024-08-22T01:44:07.197Z | Compiling digest v0.10.7 |
1142 | 2024-08-22T01:44:07.408Z | Compiling inout v0.1.3 |
1143 | 2024-08-22T01:44:07.416Z | Compiling futures-util v0.3.30 |
1144 | 2024-08-22T01:44:07.664Z | Compiling hmac v0.12.1 |
1145 | 2024-08-22T01:44:07.701Z | Compiling sha2 v0.10.8 |
1146 | 2024-08-22T01:44:07.914Z | Compiling cipher v0.4.4 |
1147 | 2024-08-22T01:44:07.979Z | Compiling thiserror v1.0.63 |
1148 | 2024-08-22T01:44:08.120Z | Compiling hashbrown v0.14.5 |
1149 | 2024-08-22T01:44:08.174Z | Compiling pest v2.7.10 |
1150 | 2024-08-22T01:44:08.264Z | Compiling der v0.7.9 |
1151 | 2024-08-22T01:44:08.413Z | Compiling salsa20 v0.10.2 |
1152 | 2024-08-22T01:44:08.646Z | Compiling pbkdf2 v0.12.2 |
1153 | 2024-08-22T01:44:08.832Z | Compiling tracing-attributes v0.1.27 |
1154 | 2024-08-22T01:44:09.493Z | Compiling scrypt v0.11.0 |
1155 | 2024-08-22T01:44:10.057Z | Compiling cbc v0.1.2 |
1156 | 2024-08-22T01:44:10.310Z | Compiling spki v0.7.3 |
1157 | 2024-08-22T01:44:10.681Z | Compiling aes v0.8.4 |
1158 | 2024-08-22T01:44:11.256Z | Compiling pest_meta v2.7.10 |
1159 | 2024-08-22T01:44:11.347Z | Compiling scroll v0.12.0 |
1160 | 2024-08-22T01:44:11.895Z | Compiling goblin v0.8.2 |
1161 | 2024-08-22T01:44:12.762Z | Compiling tracing v0.1.40 |
1162 | 2024-08-22T01:44:13.286Z | Compiling pest_generator v2.7.10 |
1163 | 2024-08-22T01:44:13.403Z | Compiling pkcs5 v0.7.1 |
1164 | 2024-08-22T01:44:13.523Z | Compiling openssl-macros v0.1.1 |
1165 | 2024-08-22T01:44:13.604Z | Compiling md-5 v0.10.6 |
1166 | 2024-08-22T01:44:13.881Z | Compiling rustls-webpki v0.101.7 |
1167 | 2024-08-22T01:44:14.323Z | Compiling pkcs8 v0.10.2 |
1168 | 2024-08-22T01:44:14.633Z | Compiling sct v0.7.1 |
1169 | 2024-08-22T01:44:15.368Z | Compiling num-integer v0.1.46 |
1170 | 2024-08-22T01:44:15.444Z | Compiling backtrace v0.3.71 |
1171 | 2024-08-22T01:44:15.852Z | Compiling idna v0.3.0 |
1172 | 2024-08-22T01:44:15.918Z | Compiling lazy_static v1.5.0 |
1173 | 2024-08-22T01:44:16.045Z | Compiling hash32 v0.2.1 |
1174 | 2024-08-22T01:44:16.154Z | Compiling smoltcp v0.9.1 |
1175 | 2024-08-22T01:44:16.356Z | Compiling pest_derive v2.7.10 |
1176 | 2024-08-22T01:44:16.433Z | Compiling signal-hook v0.3.17 |
1177 | 2024-08-22T01:44:16.718Z | Compiling cfg_aliases v0.1.1 |
1178 | 2024-08-22T01:44:16.820Z | Compiling stable_deref_trait v1.2.0 |
1179 | 2024-08-22T01:44:16.916Z | Compiling crc32fast v1.4.0 |
1180 | 2024-08-22T01:44:16.931Z | Compiling base64 v0.22.1 |
1181 | 2024-08-22T01:44:17.151Z | Compiling dtrace-parser v0.2.0 |
1182 | 2024-08-22T01:44:17.407Z | Compiling fallible-iterator v0.2.0 |
1183 | 2024-08-22T01:44:17.430Z | Compiling num-bigint-dig v0.8.4 |
1184 | 2024-08-22T01:44:17.691Z | Compiling bytes v1.7.1 |
1185 | 2024-08-22T01:44:17.735Z | Compiling bitflags v2.6.0 |
1186 | 2024-08-22T01:44:18.112Z | Compiling indexmap v2.4.0 |
1187 | 2024-08-22T01:44:18.202Z | Compiling semver v1.0.23 |
1188 | 2024-08-22T01:44:18.956Z | Compiling tokio v1.39.2 |
1189 | 2024-08-22T01:44:18.975Z | Compiling http v0.2.12 |
1190 | 2024-08-22T01:44:19.340Z | Compiling rustc_version v0.4.0 |
1191 | 2024-08-22T01:44:20.113Z | Compiling heapless v0.7.17 |
1192 | 2024-08-22T01:44:20.628Z | Compiling http-body v0.4.6 |
1193 | 2024-08-22T01:44:21.122Z | Compiling dof v0.3.0 |
1194 | 2024-08-22T01:44:21.549Z | Compiling uuid v1.10.0 |
1195 | 2024-08-22T01:44:22.134Z | Compiling usdt-impl v0.5.0 |
1196 | 2024-08-22T01:44:22.640Z | Compiling toml_datetime v0.6.8 |
1197 | 2024-08-22T01:44:22.971Z | Compiling chrono v0.4.38 |
1198 | 2024-08-22T01:44:23.168Z | Compiling serde_tokenstream v0.2.2 |
1199 | 2024-08-22T01:44:23.318Z | Compiling serde_spanned v0.6.7 |
1200 | 2024-08-22T01:44:23.561Z | Compiling psl-types v2.0.11 |
1201 | 2024-08-22T01:44:23.762Z | Compiling gimli v0.28.1 |
1202 | 2024-08-22T01:44:23.781Z | Compiling publicsuffix v2.2.3 |
1203 | 2024-08-22T01:44:24.005Z | Compiling terminal_size v0.3.0 |
1204 | 2024-08-22T01:44:24.033Z | Compiling postgres-protocol v0.6.7 |
1205 | 2024-08-22T01:44:24.333Z | Compiling nix v0.28.0 |
1206 | 2024-08-22T01:44:25.038Z | Compiling num-iter v0.1.45 |
1207 | 2024-08-22T01:44:25.187Z | Compiling async-trait v0.1.81 |
1208 | 2024-08-22T01:44:25.259Z | Compiling zerocopy-derive v0.6.6 |
1209 | 2024-08-22T01:44:26.815Z | Compiling phf_shared v0.11.2 |
1210 | 2024-08-22T01:44:27.197Z | Compiling tokio-util v0.7.11 |
1211 | 2024-08-22T01:44:27.474Z | Compiling tokio-rustls v0.24.1 |
1212 | 2024-08-22T01:44:27.875Z | Compiling tokio-native-tls v0.3.1 |
1213 | 2024-08-22T01:44:27.951Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-08-22T01:44:28.037Z | Compiling ff v0.13.0 |
1215 | 2024-08-22T01:44:28.146Z | Compiling h2 v0.3.26 |
1216 | 2024-08-22T01:44:28.265Z | Compiling addr2line v0.21.0 |
1217 | 2024-08-22T01:44:28.559Z | Compiling object v0.32.2 |
1218 | 2024-08-22T01:44:28.833Z | Compiling fs-err v2.11.0 |
1219 | 2024-08-22T01:44:28.955Z | Compiling either v1.13.0 |
1220 | 2024-08-22T01:44:29.131Z | Compiling managed v0.8.0 |
1221 | 2024-08-22T01:44:29.386Z | Compiling winnow v0.5.40 |
1222 | 2024-08-22T01:44:29.471Z | Compiling hubpack_derive v0.1.1 |
1223 | 2024-08-22T01:44:29.575Z | Compiling ipnet v2.9.0 |
1224 | 2024-08-22T01:44:29.908Z | Compiling anyhow v1.0.86 |
1225 | 2024-08-22T01:44:30.450Z | Compiling base16ct v0.2.0 |
1226 | 2024-08-22T01:44:30.616Z | Compiling rustc-demangle v0.1.24 |
1227 | 2024-08-22T01:44:30.752Z | Compiling schemars v0.8.21 |
1228 | 2024-08-22T01:44:30.800Z | Compiling bitflags v1.3.2 |
1229 | 2024-08-22T01:44:30.837Z | Compiling base64 v0.21.7 |
1230 | 2024-08-22T01:44:30.913Z | Compiling clap_builder v4.5.15 |
1231 | 2024-08-22T01:44:31.607Z | Compiling rustls-pemfile v1.0.4 |
1232 | 2024-08-22T01:44:31.625Z | Compiling schemars_derive v0.8.21 |
1233 | 2024-08-22T01:44:32.066Z | Compiling sec1 v0.7.3 |
1234 | 2024-08-22T01:44:32.826Z | Compiling hubpack v0.1.2 |
1235 | 2024-08-22T01:44:33.265Z | Compiling toml_edit v0.19.15 |
1236 | 2024-08-22T01:44:33.311Z | Compiling group v0.13.0 |
1237 | 2024-08-22T01:44:33.421Z | Compiling zerocopy v0.6.6 |
1238 | 2024-08-22T01:44:33.639Z | Compiling phf v0.11.2 |
1239 | 2024-08-22T01:44:33.931Z | Compiling cookie_store v0.20.0 |
1240 | 2024-08-22T01:44:34.101Z | Compiling postgres-types v0.2.7 |
1241 | 2024-08-22T01:44:34.989Z | Compiling hyper v0.14.30 |
1242 | 2024-08-22T01:44:36.142Z | Compiling usdt-macro v0.5.0 |
1243 | 2024-08-22T01:44:36.589Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-22T01:44:37.667Z | Compiling serde_urlencoded v0.7.1 |
1245 | 2024-08-22T01:44:38.203Z | Compiling pkcs1 v0.7.5 |
1246 | 2024-08-22T01:44:38.254Z | Compiling futures-executor v0.3.30 |
1247 | 2024-08-22T01:44:38.721Z | Compiling hkdf v0.12.4 |
1248 | 2024-08-22T01:44:38.824Z | Compiling signature v2.2.0 |
1249 | 2024-08-22T01:44:38.994Z | Compiling crypto-bigint v0.5.5 |
1250 | 2024-08-22T01:44:39.013Z | Compiling regex v1.10.6 |
1251 | 2024-08-22T01:44:39.106Z | Compiling bstr v1.9.1 |
1252 | 2024-08-22T01:44:39.217Z | Compiling clap_derive v4.5.13 |
1253 | 2024-08-22T01:44:40.126Z | Compiling enum-as-inner v0.6.0 |
1254 | 2024-08-22T01:44:40.279Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-22T01:44:41.047Z | Compiling serde_repr v0.1.19 |
1256 | 2024-08-22T01:44:41.190Z | Compiling phf_shared v0.10.0 |
1257 | 2024-08-22T01:44:41.285Z | Compiling float-cmp v0.9.0 |
1258 | 2024-08-22T01:44:41.515Z | Compiling idna v0.4.0 |
1259 | 2024-08-22T01:44:41.583Z | Compiling mio v0.8.11 |
1260 | 2024-08-22T01:44:42.151Z | Compiling hyper-tls v0.5.0 |
1261 | 2024-08-22T01:44:42.513Z | Compiling hyper-rustls v0.24.2 |
1262 | 2024-08-22T01:44:42.809Z | Compiling encoding_rs v0.8.34 |
1263 | 2024-08-22T01:44:42.884Z | Compiling sync_wrapper v0.1.2 |
1264 | 2024-08-22T01:44:43.019Z | Compiling unicode-segmentation v1.11.0 |
1265 | 2024-08-22T01:44:43.103Z | Compiling new_debug_unreachable v1.0.6 |
1266 | 2024-08-22T01:44:43.205Z | Compiling static_assertions v1.1.0 |
1267 | 2024-08-22T01:44:43.311Z | Compiling webpki-roots v0.25.4 |
1268 | 2024-08-22T01:44:43.481Z | Compiling difflib v0.4.0 |
1269 | 2024-08-22T01:44:43.852Z | Compiling dyn-clone v1.0.17 |
1270 | 2024-08-22T01:44:44.077Z | Compiling fixedbitset v0.4.2 |
1271 | 2024-08-22T01:44:44.358Z | Compiling minimal-lexical v0.2.1 |
1272 | 2024-08-22T01:44:44.389Z | Compiling predicates-core v1.0.6 |
1273 | 2024-08-22T01:44:44.548Z | Compiling normalize-line-endings v0.3.0 |
1274 | 2024-08-22T01:44:44.675Z | Compiling mime v0.3.17 |
1275 | 2024-08-22T01:44:44.743Z | Compiling whoami v1.5.1 |
1276 | 2024-08-22T01:44:44.886Z | Compiling precomputed-hash v0.1.1 |
1277 | 2024-08-22T01:44:44.945Z | Compiling data-encoding v2.6.0 |
1278 | 2024-08-22T01:44:44.993Z | Compiling bit-vec v0.6.3 |
1279 | 2024-08-22T01:44:45.013Z | Compiling string_cache v0.8.7 |
1280 | 2024-08-22T01:44:45.028Z | Compiling console v0.15.8 |
1281 | 2024-08-22T01:44:45.311Z | Compiling reqwest v0.11.27 |
1282 | 2024-08-22T01:44:45.404Z | Compiling bit-set v0.5.3 |
1283 | 2024-08-22T01:44:45.475Z | Compiling tokio-postgres v0.7.11 |
1284 | 2024-08-22T01:44:45.495Z | Compiling nom v7.1.3 |
1285 | 2024-08-22T01:44:45.687Z | Compiling hickory-proto v0.24.1 |
1286 | 2024-08-22T01:44:46.604Z | Compiling predicates v3.1.2 |
1287 | 2024-08-22T01:44:47.332Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1288 | 2024-08-22T01:44:47.421Z | Compiling clap v4.5.16 |
1289 | 2024-08-22T01:44:47.548Z | Compiling petgraph v0.6.5 |
1290 | 2024-08-22T01:44:48.940Z | Compiling similar v2.6.0 |
1291 | 2024-08-22T01:44:49.225Z | Compiling toml_edit v0.22.20 |
1292 | 2024-08-22T01:44:51.245Z | Compiling usdt v0.5.0 |
1293 | 2024-08-22T01:44:51.339Z | Compiling signal-hook-mio v0.2.4 |
1294 | 2024-08-22T01:44:51.521Z | Compiling elliptic-curve v0.13.8 |
1295 | 2024-08-22T01:44:51.552Z | Compiling rsa v0.9.6 |
1296 | 2024-08-22T01:44:51.758Z | Compiling futures v0.3.30 |
1297 | 2024-08-22T01:44:52.304Z | Compiling toml v0.7.8 |
1298 | 2024-08-22T01:44:52.331Z | Compiling flate2 v1.0.31 |
1299 | 2024-08-22T01:44:53.661Z | Compiling itertools v0.10.5 |
1300 | 2024-08-22T01:44:54.012Z | Compiling itertools v0.12.1 |
1301 | 2024-08-22T01:44:54.151Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-22T01:44:55.157Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-22T01:44:56.249Z | Compiling hex v0.4.3 |
1304 | 2024-08-22T01:44:56.553Z | Compiling sha1 v0.10.6 |
1305 | 2024-08-22T01:44:56.832Z | Compiling crossbeam-epoch v0.9.18 |
1306 | 2024-08-22T01:44:56.876Z | Compiling dirs-sys-next v0.1.2 |
1307 | 2024-08-22T01:44:56.985Z | Compiling unicode-xid v0.2.4 |
1308 | 2024-08-22T01:44:57.152Z | Compiling lalrpop-util v0.19.12 |
1309 | 2024-08-22T01:44:57.170Z | Compiling peg-runtime v0.8.3 |
1310 | 2024-08-22T01:44:57.512Z | Compiling dirs-next v2.0.0 |
1311 | 2024-08-22T01:44:57.544Z | Compiling thread_local v1.1.8 |
1312 | 2024-08-22T01:44:57.573Z | Compiling slog-async v2.8.0 |
1313 | 2024-08-22T01:44:57.624Z | Compiling xattr v1.3.1 |
1314 | 2024-08-22T01:44:57.715Z | Compiling term v0.7.0 |
1315 | 2024-08-22T01:44:57.825Z | Compiling crossbeam-channel v0.5.12 |
1316 | 2024-08-22T01:44:57.890Z | Compiling strum_macros v0.26.4 |
1317 | 2024-08-22T01:44:58.111Z | Compiling filetime v0.2.24 |
1318 | 2024-08-22T01:44:58.195Z | Compiling is-terminal v0.4.12 |
1319 | 2024-08-22T01:44:58.334Z | Compiling take_mut v0.2.2 |
1320 | 2024-08-22T01:44:58.415Z | Compiling slog-term v2.9.1 |
1321 | 2024-08-22T01:44:58.496Z | Compiling tar v0.4.41 |
1322 | 2024-08-22T01:44:59.230Z | Compiling camino v1.1.9 |
1323 | 2024-08-22T01:45:00.405Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1324 | 2024-08-22T01:45:01.114Z | Compiling strum v0.26.3 |
1325 | 2024-08-22T01:45:01.191Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1326 | 2024-08-22T01:45:06.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1327 | 2024-08-22T01:45:06.324Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1328 | 2024-08-22T01:45:06.370Z | Aug 22 01:45:06.023 INFO Starting download, target: Console |
1329 | 2024-08-22T01:45:06.370Z | Aug 22 01:45:06.024 INFO Starting download, target: Clickhouse |
1330 | 2024-08-22T01:45:06.370Z | Aug 22 01:45:06.024 INFO Starting download, target: Cockroach |
1331 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Starting download, target: DendriteOpenapi |
1332 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Starting download, target: DendriteStub |
1333 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Starting download, target: MaghemiteMgd |
1334 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Starting download, target: TransceiverControl |
1335 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1336 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1337 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1338 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1339 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1340 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1341 | 2024-08-22T01:45:06.373Z | Aug 22 01:45:06.024 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1342 | 2024-08-22T01:45:06.867Z | Aug 22 01:45:06.457 INFO Download complete, target: DendriteOpenapi |
1343 | 2024-08-22T01:45:06.973Z | Aug 22 01:45:06.563 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1344 | 2024-08-22T01:45:07.039Z | Aug 22 01:45:06.616 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-22T01:45:07.314Z | Aug 22 01:45:06.956 INFO Download complete, target: Console |
1346 | 2024-08-22T01:45:07.525Z | Aug 22 01:45:07.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1347 | 2024-08-22T01:45:07.536Z | Aug 22 01:45:07.190 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1348 | 2024-08-22T01:45:07.573Z | Aug 22 01:45:07.227 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1349 | 2024-08-22T01:45:07.573Z | Aug 22 01:45:07.227 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1350 | 2024-08-22T01:45:07.726Z | Aug 22 01:45:07.380 INFO Download complete, target: TransceiverControl |
1351 | 2024-08-22T01:45:08.225Z | Aug 22 01:45:07.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1352 | 2024-08-22T01:45:10.494Z | Aug 22 01:45:10.150 INFO Download complete, target: DendriteStub |
1353 | 2024-08-22T01:45:10.513Z | Aug 22 01:45:10.169 INFO Download complete, target: MaghemiteMgd |
1354 | 2024-08-22T01:45:15.671Z | Aug 22 01:45:15.329 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1355 | 2024-08-22T01:45:15.975Z | Aug 22 01:45:15.635 INFO Checking that binary works, target: Cockroach |
1356 | 2024-08-22T01:45:16.131Z | Aug 22 01:45:15.791 INFO Download complete, target: Cockroach |
1357 | 2024-08-22T01:45:21.746Z | Aug 22 01:45:21.410 INFO Checking that binary works, target: Clickhouse |
1358 | 2024-08-22T01:45:22.274Z | Aug 22 01:45:21.937 INFO Download complete, target: Clickhouse |
1359 | 2024-08-22T01:45:22.527Z | All builder prerequisites installed successfully, and PATH looks valid |
1360 | 2024-08-22T01:45:22.529Z | |
1361 | 2024-08-22T01:45:22.529Z | real 3:59.652083566 |
1362 | 2024-08-22T01:45:22.529Z | user 11:18.440633261 |
1363 | 2024-08-22T01:45:22.529Z | sys 2:24.577434125 |
1364 | 2024-08-22T01:45:22.529Z | trap 0.398034147 |
1365 | 2024-08-22T01:45:22.529Z | tflt 4.492694940 |
1366 | 2024-08-22T01:45:22.529Z | dflt 4.175350538 |
1367 | 2024-08-22T01:45:22.529Z | kflt 0.225618511 |
1368 | 2024-08-22T01:45:22.529Z | lock 21:57.940460099 |
1369 | 2024-08-22T01:45:22.529Z | slp 44:53.773937203 |
1370 | 2024-08-22T01:45:22.529Z | lat 40.097628914 |
1371 | 2024-08-22T01:45:22.529Z | stop 1:45.496440824 |
1372 | 2024-08-22T01:45:22.529Z | + banner clippy |
1373 | 2024-08-22T01:45:22.532Z | |
1374 | 2024-08-22T01:45:22.533Z | #### # # ##### ##### # # |
1375 | 2024-08-22T01:45:22.533Z | # # # # # # # # # # |
1376 | 2024-08-22T01:45:22.533Z | # # # # # # # # |
1377 | 2024-08-22T01:45:22.533Z | # # # ##### ##### # |
1378 | 2024-08-22T01:45:22.533Z | # # # # # # # |
1379 | 2024-08-22T01:45:22.533Z | #### ###### # # # # |
1380 | 2024-08-22T01:45:22.533Z | |
1381 | 2024-08-22T01:45:22.533Z | + export CARGO_INCREMENTAL=0 |
1382 | 2024-08-22T01:45:22.533Z | + CARGO_INCREMENTAL=0 |
1383 | 2024-08-22T01:45:22.533Z | + ptime -m cargo xtask clippy |
1384 | 2024-08-22T01:45:23.076Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1385 | 2024-08-22T01:45:26.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1386 | 2024-08-22T01:45:26.601Z | Running `target/debug/xtask clippy` |
1387 | 2024-08-22T01:45:26.620Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1388 | 2024-08-22T01:45:27.308Z | Downloading crates ... |
1389 | 2024-08-22T01:45:27.616Z | Downloaded anes v0.1.6 |
1390 | 2024-08-22T01:45:27.623Z | Downloaded assert_cmd v2.0.16 |
1391 | 2024-08-22T01:45:27.625Z | Downloaded dirs-sys v0.4.1 |
1392 | 2024-08-22T01:45:27.628Z | Downloaded ctr v0.9.2 |
1393 | 2024-08-22T01:45:27.636Z | Downloaded doc-comment v0.3.3 |
1394 | 2024-08-22T01:45:27.640Z | Downloaded matches v0.1.10 |
1395 | 2024-08-22T01:45:27.643Z | Downloaded nested v0.1.1 |
1396 | 2024-08-22T01:45:27.652Z | Downloaded futures-timer v3.0.3 |
1397 | 2024-08-22T01:45:27.654Z | Downloaded http-body v1.0.0 |
1398 | 2024-08-22T01:45:27.657Z | Downloaded option-ext v0.2.0 |
1399 | 2024-08-22T01:45:27.660Z | Downloaded approx v0.5.1 |
1400 | 2024-08-22T01:45:27.663Z | Downloaded ghash v0.5.1 |
1401 | 2024-08-22T01:45:27.663Z | Downloaded dirs v5.0.1 |
1402 | 2024-08-22T01:45:27.663Z | Downloaded yansi v0.5.1 |
1403 | 2024-08-22T01:45:27.665Z | Downloaded ssh-cipher v0.2.0 |
1404 | 2024-08-22T01:45:27.665Z | Downloaded threadpool v1.8.1 |
1405 | 2024-08-22T01:45:27.667Z | Downloaded ssh-encoding v0.2.0 |
1406 | 2024-08-22T01:45:27.667Z | Downloaded rfc6979 v0.4.0 |
1407 | 2024-08-22T01:45:27.670Z | Downloaded pbkdf2 v0.11.0 |
1408 | 2024-08-22T01:45:27.673Z | Downloaded proc-macro-crate v3.1.0 |
1409 | 2024-08-22T01:45:27.677Z | Downloaded rustls-native-certs v0.7.0 |
1410 | 2024-08-22T01:45:27.680Z | Downloaded plotters-backend v0.3.5 |
1411 | 2024-08-22T01:45:27.682Z | Downloaded ed25519 v2.2.3 |
1412 | 2024-08-22T01:45:27.684Z | Downloaded hyper-util v0.1.3 |
1413 | 2024-08-22T01:45:27.688Z | Downloaded num_cpus v1.16.0 |
1414 | 2024-08-22T01:45:27.690Z | Downloaded enum-as-inner v0.5.1 |
1415 | 2024-08-22T01:45:27.693Z | Downloaded dhcproto v0.12.0 |
1416 | 2024-08-22T01:45:27.695Z | Downloaded guppy-workspace-hack v0.1.0 |
1417 | 2024-08-22T01:45:27.698Z | Downloaded target-lexicon v0.12.16 |
1418 | 2024-08-22T01:45:27.700Z | Downloaded password-hash v0.4.2 |
1419 | 2024-08-22T01:45:27.702Z | Downloaded dhcproto-macros v0.1.0 |
1420 | 2024-08-22T01:45:27.720Z | Downloaded russh-keys v0.44.0 |
1421 | 2024-08-22T01:45:27.723Z | Downloaded tower-layer v0.3.2 |
1422 | 2024-08-22T01:45:27.725Z | Downloaded russh-cryptovec v0.7.2 |
1423 | 2024-08-22T01:45:27.725Z | Downloaded plotters-svg v0.3.5 |
1424 | 2024-08-22T01:45:27.728Z | Downloaded pathdiff v0.2.1 |
1425 | 2024-08-22T01:45:27.728Z | Downloaded md5 v0.7.0 |
1426 | 2024-08-22T01:45:27.728Z | Downloaded criterion v0.5.1 |
1427 | 2024-08-22T01:45:27.734Z | Downloaded cast v0.3.0 |
1428 | 2024-08-22T01:45:27.737Z | Downloaded internet-checksum v0.2.1 |
1429 | 2024-08-22T01:45:27.737Z | Downloaded criterion-plot v0.5.0 |
1430 | 2024-08-22T01:45:27.739Z | Downloaded tinytemplate v1.2.1 |
1431 | 2024-08-22T01:45:27.742Z | Downloaded rstest_macros v0.22.0 |
1432 | 2024-08-22T01:45:27.744Z | Downloaded escape8259 v0.5.2 |
1433 | 2024-08-22T01:45:27.744Z | Downloaded relative-path v1.9.3 |
1434 | 2024-08-22T01:45:27.746Z | Downloaded bcrypt-pbkdf v0.10.0 |
1435 | 2024-08-22T01:45:27.746Z | Downloaded oorandom v11.1.3 |
1436 | 2024-08-22T01:45:27.749Z | Downloaded datatest-stable v0.2.9 |
1437 | 2024-08-22T01:45:27.751Z | Downloaded blowfish v0.9.1 |
1438 | 2024-08-22T01:45:27.751Z | Downloaded pretty_assertions v1.4.0 |
1439 | 2024-08-22T01:45:27.755Z | Downloaded hex-literal v0.4.1 |
1440 | 2024-08-22T01:45:27.757Z | Downloaded target-spec v3.2.1 |
1441 | 2024-08-22T01:45:27.766Z | Downloaded ecdsa v0.16.9 |
1442 | 2024-08-22T01:45:27.768Z | Downloaded primeorder v0.13.6 |
1443 | 2024-08-22T01:45:27.772Z | Downloaded blake2b_simd v1.0.2 |
1444 | 2024-08-22T01:45:27.774Z | Downloaded similar-asserts v1.5.0 |
1445 | 2024-08-22T01:45:27.782Z | Downloaded partial-io v0.5.4 |
1446 | 2024-08-22T01:45:27.784Z | Downloaded libtest-mimic v0.7.3 |
1447 | 2024-08-22T01:45:27.797Z | Downloaded hyper-rustls v0.26.0 |
1448 | 2024-08-22T01:45:27.800Z | Downloaded rust-argon2 v2.1.0 |
1449 | 2024-08-22T01:45:27.802Z | Downloaded cfg-expr v0.16.0 |
1450 | 2024-08-22T01:45:27.806Z | Downloaded httptest v0.15.5 |
1451 | 2024-08-22T01:45:27.809Z | Downloaded tower v0.4.13 |
1452 | 2024-08-22T01:45:27.817Z | Downloaded rstest v0.22.0 |
1453 | 2024-08-22T01:45:27.822Z | Downloaded trybuild v1.0.99 |
1454 | 2024-08-22T01:45:27.827Z | Downloaded rand_distr v0.4.3 |
1455 | 2024-08-22T01:45:27.830Z | Downloaded polyval v0.6.2 |
1456 | 2024-08-22T01:45:27.832Z | Downloaded regex-automata v0.1.10 |
1457 | 2024-08-22T01:45:27.836Z | Downloaded ed25519-dalek v2.1.1 |
1458 | 2024-08-22T01:45:27.840Z | Downloaded aes-gcm v0.10.3 |
1459 | 2024-08-22T01:45:27.844Z | Downloaded num-bigint v0.4.5 |
1460 | 2024-08-22T01:45:27.848Z | Downloaded fancy-regex v0.13.0 |
1461 | 2024-08-22T01:45:27.852Z | Downloaded hyper v1.3.1 |
1462 | 2024-08-22T01:45:27.859Z | Downloaded toml_edit v0.21.1 |
1463 | 2024-08-22T01:45:27.881Z | Downloaded russh v0.44.1 |
1464 | 2024-08-22T01:45:27.886Z | Downloaded ssh-key v0.6.6 |
1465 | 2024-08-22T01:45:27.893Z | Downloaded p521 v0.13.3 |
1466 | 2024-08-22T01:45:27.897Z | Downloaded plotters v0.3.5 |
1467 | 2024-08-22T01:45:27.905Z | Downloaded guppy v0.17.7 |
1468 | 2024-08-22T01:45:27.911Z | Downloaded idna v0.2.3 |
1469 | 2024-08-22T01:45:27.918Z | Downloaded p384 v0.13.0 |
1470 | 2024-08-22T01:45:27.923Z | Downloaded trust-dns-proto v0.22.0 |
1471 | 2024-08-22T01:45:27.934Z | Downloaded bstr v0.2.17 |
1472 | 2024-08-22T01:45:29.952Z | Downloaded p256 v0.13.2 |
1473 | 2024-08-22T01:45:30.589Z | Checking cfg-if v1.0.0 |
1474 | 2024-08-22T01:45:30.653Z | Checking libc v0.2.156 |
1475 | 2024-08-22T01:45:30.671Z | Checking serde v1.0.208 |
1476 | 2024-08-22T01:45:30.688Z | Checking memchr v2.7.2 |
1477 | 2024-08-22T01:45:30.707Z | Checking scopeguard v1.2.0 |
1478 | 2024-08-22T01:45:30.724Z | Checking log v0.4.21 |
1479 | 2024-08-22T01:45:30.748Z | Checking byteorder v1.5.0 |
1480 | 2024-08-22T01:45:30.768Z | Checking smallvec v1.13.2 |
1481 | 2024-08-22T01:45:30.770Z | Checking itoa v1.0.11 |
1482 | 2024-08-22T01:45:30.832Z | Checking lock_api v0.4.12 |
1483 | 2024-08-22T01:45:30.998Z | Checking zeroize v1.7.0 |
1484 | 2024-08-22T01:45:31.022Z | Checking once_cell v1.19.0 |
1485 | 2024-08-22T01:45:31.114Z | Checking pin-project-lite v0.2.14 |
1486 | 2024-08-22T01:45:31.165Z | Checking typenum v1.17.0 |
1487 | 2024-08-22T01:45:31.250Z | Checking libm v0.2.8 |
1488 | 2024-08-22T01:45:31.276Z | Checking subtle v2.5.0 |
1489 | 2024-08-22T01:45:31.299Z | Checking ryu v1.0.18 |
1490 | 2024-08-22T01:45:31.302Z | Checking spin v0.9.8 |
1491 | 2024-08-22T01:45:31.515Z | Checking thiserror v1.0.63 |
1492 | 2024-08-22T01:45:31.541Z | Checking futures-core v0.3.30 |
1493 | 2024-08-22T01:45:31.567Z | Checking zerocopy v0.7.34 |
1494 | 2024-08-22T01:45:31.650Z | Checking const-oid v0.9.6 |
1495 | 2024-08-22T01:45:31.669Z | Checking futures-sink v0.3.30 |
1496 | 2024-08-22T01:45:31.725Z | Checking slab v0.4.9 |
1497 | 2024-08-22T01:45:31.751Z | Checking getrandom v0.2.14 |
1498 | 2024-08-22T01:45:31.805Z | Checking parking_lot_core v0.9.10 |
1499 | 2024-08-22T01:45:31.979Z | Checking signal-hook-registry v1.4.2 |
1500 | 2024-08-22T01:45:32.003Z | Checking rand_core v0.6.4 |
1501 | 2024-08-22T01:45:32.133Z | Checking parking_lot v0.12.2 |
1502 | 2024-08-22T01:45:32.166Z | Checking mio v1.0.2 |
1503 | 2024-08-22T01:45:32.231Z | Checking num-traits v0.2.19 |
1504 | 2024-08-22T01:45:32.288Z | Checking socket2 v0.5.7 |
1505 | 2024-08-22T01:45:32.443Z | Checking generic-array v0.14.7 |
1506 | 2024-08-22T01:45:32.483Z | Checking futures-channel v0.3.30 |
1507 | 2024-08-22T01:45:32.757Z | Checking futures-task v0.3.30 |
1508 | 2024-08-22T01:45:32.780Z | Checking pin-utils v0.1.0 |
1509 | 2024-08-22T01:45:32.867Z | Checking futures-io v0.3.30 |
1510 | 2024-08-22T01:45:32.895Z | Checking cpufeatures v0.2.12 |
1511 | 2024-08-22T01:45:33.004Z | Checking allocator-api2 v0.2.18 |
1512 | 2024-08-22T01:45:33.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2024-08-22T01:45:33.058Z | Checking futures-util v0.3.30 |
1514 | 2024-08-22T01:45:33.061Z | Checking ahash v0.8.11 |
1515 | 2024-08-22T01:45:33.341Z | Checking fnv v1.0.7 |
1516 | 2024-08-22T01:45:33.469Z | Checking iana-time-zone v0.1.60 |
1517 | 2024-08-22T01:45:33.492Z | Checking equivalent v1.0.1 |
1518 | 2024-08-22T01:45:33.594Z | Checking crypto-common v0.1.6 |
1519 | 2024-08-22T01:45:33.617Z | Checking block-buffer v0.10.4 |
1520 | 2024-08-22T01:45:33.620Z | Checking tinyvec_macros v0.1.1 |
1521 | 2024-08-22T01:45:33.620Z | Checking ppv-lite86 v0.2.17 |
1522 | 2024-08-22T01:45:33.674Z | Checking hashbrown v0.14.5 |
1523 | 2024-08-22T01:45:33.746Z | Checking tinyvec v1.6.0 |
1524 | 2024-08-22T01:45:33.778Z | Checking unicode-bidi v0.3.15 |
1525 | 2024-08-22T01:45:33.839Z | Checking digest v0.10.7 |
1526 | 2024-08-22T01:45:33.862Z | Checking tracing-core v0.1.32 |
1527 | 2024-08-22T01:45:34.198Z | Checking regex-syntax v0.8.4 |
1528 | 2024-08-22T01:45:34.347Z | Checking rand_chacha v0.3.1 |
1529 | 2024-08-22T01:45:34.403Z | Checking errno v0.3.9 |
1530 | 2024-08-22T01:45:34.498Z | Checking tracing v0.1.40 |
1531 | 2024-08-22T01:45:34.573Z | Checking percent-encoding v2.3.1 |
1532 | 2024-08-22T01:45:34.707Z | Checking rand v0.8.5 |
1533 | 2024-08-22T01:45:34.787Z | Checking dyn-clone v1.0.17 |
1534 | 2024-08-22T01:45:34.818Z | Checking block-padding v0.3.3 |
1535 | 2024-08-22T01:45:34.840Z | Checking lazy_static v1.5.0 |
1536 | 2024-08-22T01:45:34.929Z | Checking aho-corasick v1.1.3 |
1537 | 2024-08-22T01:45:34.960Z | Checking form_urlencoded v1.2.1 |
1538 | 2024-08-22T01:45:35.027Z | Checking inout v0.1.3 |
1539 | 2024-08-22T01:45:35.050Z | Checking unicode-normalization v0.1.23 |
1540 | 2024-08-22T01:45:35.142Z | Checking unicode-ident v1.0.12 |
1541 | 2024-08-22T01:45:35.264Z | Checking cipher v0.4.4 |
1542 | 2024-08-22T01:45:35.307Z | Checking base64ct v1.6.0 |
1543 | 2024-08-22T01:45:35.668Z | Checking bytes v1.7.1 |
1544 | 2024-08-22T01:45:35.697Z | Checking bitflags v2.6.0 |
1545 | 2024-08-22T01:45:35.770Z | Checking serde_json v1.0.125 |
1546 | 2024-08-22T01:45:35.915Z | Checking chrono v0.4.38 |
1547 | 2024-08-22T01:45:35.954Z | Checking uuid v1.10.0 |
1548 | 2024-08-22T01:45:35.997Z | Checking indexmap v2.4.0 |
1549 | 2024-08-22T01:45:36.458Z | Checking tokio v1.39.2 |
1550 | 2024-08-22T01:45:36.555Z | Checking rustix v0.38.34 |
1551 | 2024-08-22T01:45:36.578Z | Checking hmac v0.12.1 |
1552 | 2024-08-22T01:45:36.793Z | Checking unicode-width v0.1.13 |
1553 | 2024-08-22T01:45:36.994Z | Checking proc-macro2 v1.0.86 |
1554 | 2024-08-22T01:45:37.243Z | Checking sha2 v0.10.8 |
1555 | 2024-08-22T01:45:37.321Z | Checking regex-automata v0.4.6 |
1556 | 2024-08-22T01:45:37.418Z | Checking httparse v1.8.0 |
1557 | 2024-08-22T01:45:37.633Z | Checking adler v1.0.2 |
1558 | 2024-08-22T01:45:37.783Z | Checking quote v1.0.36 |
1559 | 2024-08-22T01:45:37.806Z | Checking miniz_oxide v0.7.2 |
1560 | 2024-08-22T01:45:37.839Z | Checking http v0.2.12 |
1561 | 2024-08-22T01:45:37.935Z | Checking schemars v0.8.21 |
1562 | 2024-08-22T01:45:38.106Z | Checking idna v0.5.0 |
1563 | 2024-08-22T01:45:38.155Z | Checking powerfmt v0.2.0 |
1564 | 2024-08-22T01:45:38.438Z | Checking deranged v0.3.11 |
1565 | 2024-08-22T01:45:38.540Z | Checking syn v2.0.74 |
1566 | 2024-08-22T01:45:38.576Z | Checking untrusted v0.9.0 |
1567 | 2024-08-22T01:45:38.739Z | Checking time-core v0.1.2 |
1568 | 2024-08-22T01:45:38.896Z | Checking num-conv v0.1.0 |
1569 | 2024-08-22T01:45:39.010Z | Checking url v2.5.2 |
1570 | 2024-08-22T01:45:39.143Z | Checking num_threads v0.1.7 |
1571 | 2024-08-22T01:45:39.177Z | Checking ring v0.17.8 |
1572 | 2024-08-22T01:45:39.269Z | Checking pem-rfc7468 v0.7.0 |
1573 | 2024-08-22T01:45:39.552Z | Checking try-lock v0.2.5 |
1574 | 2024-08-22T01:45:39.623Z | Checking socket2 v0.4.10 |
1575 | 2024-08-22T01:45:39.695Z | Checking want v0.3.1 |
1576 | 2024-08-22T01:45:39.807Z | Checking slog v2.7.0 |
1577 | 2024-08-22T01:45:39.868Z | Checking flagset v0.4.5 |
1578 | 2024-08-22T01:45:40.066Z | Checking tower-service v0.3.2 |
1579 | 2024-08-22T01:45:40.087Z | Checking der v0.7.9 |
1580 | 2024-08-22T01:45:40.191Z | Checking pbkdf2 v0.12.2 |
1581 | 2024-08-22T01:45:40.213Z | Checking time v0.3.36 |
1582 | 2024-08-22T01:45:40.262Z | Checking aes v0.8.4 |
1583 | 2024-08-22T01:45:40.351Z | Checking gimli v0.28.1 |
1584 | 2024-08-22T01:45:41.031Z | Checking futures-executor v0.3.30 |
1585 | 2024-08-22T01:45:41.167Z | Checking salsa20 v0.10.2 |
1586 | 2024-08-22T01:45:41.260Z | Checking cbc v0.1.2 |
1587 | 2024-08-22T01:45:41.388Z | Checking object v0.32.2 |
1588 | 2024-08-22T01:45:41.480Z | Checking httpdate v1.0.3 |
1589 | 2024-08-22T01:45:41.736Z | Checking base64 v0.21.7 |
1590 | 2024-08-22T01:45:41.918Z | Checking spki v0.7.3 |
1591 | 2024-08-22T01:45:41.974Z | Checking regex v1.10.6 |
1592 | 2024-08-22T01:45:42.190Z | Checking rustc-demangle v0.1.24 |
1593 | 2024-08-22T01:45:42.214Z | Checking scrypt v0.11.0 |
1594 | 2024-08-22T01:45:42.434Z | Checking futures v0.3.30 |
1595 | 2024-08-22T01:45:42.552Z | Checking http-body v0.4.6 |
1596 | 2024-08-22T01:45:42.603Z | Checking utf8parse v0.2.1 |
1597 | 2024-08-22T01:45:42.628Z | Checking pkcs5 v0.7.1 |
1598 | 2024-08-22T01:45:42.744Z | Checking openssl-probe v0.1.5 |
1599 | 2024-08-22T01:45:42.747Z | Checking mime v0.3.17 |
1600 | 2024-08-22T01:45:42.894Z | Checking ipnet v2.9.0 |
1601 | 2024-08-22T01:45:42.941Z | Checking foreign-types-shared v0.1.1 |
1602 | 2024-08-22T01:45:43.046Z | Checking foreign-types v0.3.2 |
1603 | 2024-08-22T01:45:43.073Z | Checking openssl-sys v0.9.103 |
1604 | 2024-08-22T01:45:43.145Z | Checking anstyle v1.0.8 |
1605 | 2024-08-22T01:45:43.147Z | Checking pkcs8 v0.10.2 |
1606 | 2024-08-22T01:45:43.356Z | Checking tokio-util v0.7.11 |
1607 | 2024-08-22T01:45:43.380Z | Checking sct v0.7.1 |
1608 | 2024-08-22T01:45:43.460Z | Checking rustls-webpki v0.101.7 |
1609 | 2024-08-22T01:45:43.528Z | Checking serde_spanned v0.6.7 |
1610 | 2024-08-22T01:45:43.598Z | Checking semver v1.0.23 |
1611 | 2024-08-22T01:45:43.726Z | Checking toml_datetime v0.6.8 |
1612 | 2024-08-22T01:45:43.989Z | Checking crossbeam-utils v0.8.19 |
1613 | 2024-08-22T01:45:44.020Z | Checking data-encoding v2.6.0 |
1614 | 2024-08-22T01:45:44.186Z | Checking either v1.13.0 |
1615 | 2024-08-22T01:45:44.213Z | Checking h2 v0.3.26 |
1616 | 2024-08-22T01:45:44.237Z | Checking addr2line v0.21.0 |
1617 | 2024-08-22T01:45:44.327Z | Checking openssl v0.10.66 |
1618 | 2024-08-22T01:45:44.583Z | Checking rustls v0.21.12 |
1619 | 2024-08-22T01:45:44.666Z | Checking serde_urlencoded v0.7.1 |
1620 | 2024-08-22T01:45:44.687Z | Checking scroll v0.12.0 |
1621 | 2024-08-22T01:45:44.718Z | Checking encoding_rs v0.8.34 |
1622 | 2024-08-22T01:45:44.799Z | Checking plain v0.2.3 |
1623 | 2024-08-22T01:45:44.956Z | Checking ucd-trie v0.1.6 |
1624 | 2024-08-22T01:45:45.061Z | Checking anstyle-parse v0.2.4 |
1625 | 2024-08-22T01:45:45.145Z | Checking goblin v0.8.2 |
1626 | 2024-08-22T01:45:45.169Z | Checking pest v2.7.10 |
1627 | 2024-08-22T01:45:45.327Z | Checking idna v0.3.0 |
1628 | 2024-08-22T01:45:46.123Z | Checking pretty-hex v0.4.1 |
1629 | 2024-08-22T01:45:46.308Z | Checking psl-types v2.0.11 |
1630 | 2024-08-22T01:45:46.512Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-22T01:45:46.640Z | Checking bitflags v1.3.2 |
1632 | 2024-08-22T01:45:46.750Z | Checking is_terminal_polyfill v1.70.0 |
1633 | 2024-08-22T01:45:46.881Z | Checking colorchoice v1.0.1 |
1634 | 2024-08-22T01:45:47.024Z | Checking anstream v0.6.14 |
1635 | 2024-08-22T01:45:47.063Z | Checking publicsuffix v2.2.3 |
1636 | 2024-08-22T01:45:47.294Z | Checking cookie v0.17.0 |
1637 | 2024-08-22T01:45:47.378Z | Checking rustls-pemfile v1.0.4 |
1638 | 2024-08-22T01:45:47.380Z | Checking backtrace v0.3.71 |
1639 | 2024-08-22T01:45:47.576Z | Checking terminal_size v0.3.0 |
1640 | 2024-08-22T01:45:47.578Z | Checking dtrace-parser v0.2.0 |
1641 | 2024-08-22T01:45:47.689Z | Checking thread-id v4.2.1 |
1642 | 2024-08-22T01:45:47.738Z | Checking strsim v0.11.1 |
1643 | 2024-08-22T01:45:47.796Z | Checking clap_lex v0.7.0 |
1644 | 2024-08-22T01:45:47.820Z | Checking tokio-rustls v0.24.1 |
1645 | 2024-08-22T01:45:47.955Z | Checking anyhow v1.0.86 |
1646 | 2024-08-22T01:45:48.016Z | Checking cookie_store v0.20.0 |
1647 | 2024-08-22T01:45:48.044Z | Checking clap_builder v4.5.15 |
1648 | 2024-08-22T01:45:48.068Z | Checking openapiv3 v2.0.0 |
1649 | 2024-08-22T01:45:48.170Z | Checking signature v2.2.0 |
1650 | 2024-08-22T01:45:48.343Z | Checking sha1 v0.10.6 |
1651 | 2024-08-22T01:45:48.367Z | Checking memmap v0.7.0 |
1652 | 2024-08-22T01:45:48.604Z | Checking webpki-roots v0.25.4 |
1653 | 2024-08-22T01:45:48.630Z | Checking sync_wrapper v0.1.2 |
1654 | 2024-08-22T01:45:48.650Z | Checking base64 v0.22.1 |
1655 | 2024-08-22T01:45:48.755Z | Checking num-integer v0.1.46 |
1656 | 2024-08-22T01:45:48.779Z | Checking base16ct v0.2.0 |
1657 | 2024-08-22T01:45:48.973Z | Checking sec1 v0.7.3 |
1658 | 2024-08-22T01:45:49.132Z | Checking ff v0.13.0 |
1659 | 2024-08-22T01:45:49.236Z | Checking stable_deref_trait v1.2.0 |
1660 | 2024-08-22T01:45:49.341Z | Checking group v0.13.0 |
1661 | 2024-08-22T01:45:49.344Z | Checking num-iter v0.1.45 |
1662 | 2024-08-22T01:45:49.380Z | Checking hkdf v0.12.4 |
1663 | 2024-08-22T01:45:49.500Z | Checking native-tls v0.2.11 |
1664 | 2024-08-22T01:45:49.537Z | Checking crypto-bigint v0.5.5 |
1665 | 2024-08-22T01:45:49.603Z | Checking crc32fast v1.4.0 |
1666 | 2024-08-22T01:45:49.606Z | Checking winnow v0.6.18 |
1667 | 2024-08-22T01:45:49.816Z | Checking tokio-native-tls v0.3.1 |
1668 | 2024-08-22T01:45:49.854Z | Checking crossbeam-epoch v0.9.18 |
1669 | 2024-08-22T01:45:50.068Z | Checking hex v0.4.3 |
1670 | 2024-08-22T01:45:50.070Z | Checking dof v0.3.0 |
1671 | 2024-08-22T01:45:50.293Z | Checking unicode-segmentation v1.11.0 |
1672 | 2024-08-22T01:45:50.533Z | Checking hyper v0.14.30 |
1673 | 2024-08-22T01:45:50.592Z | Checking static_assertions v1.1.0 |
1674 | 2024-08-22T01:45:50.691Z | Checking winnow v0.5.40 |
1675 | 2024-08-22T01:45:50.715Z | Checking usdt-impl v0.5.0 |
1676 | 2024-08-22T01:45:50.967Z | Checking managed v0.8.0 |
1677 | 2024-08-22T01:45:51.020Z | Checking clap v4.5.16 |
1678 | 2024-08-22T01:45:51.140Z | Checking num-bigint-dig v0.8.4 |
1679 | 2024-08-22T01:45:51.234Z | Checking usdt v0.5.0 |
1680 | 2024-08-22T01:45:51.344Z | Checking pkcs1 v0.7.5 |
1681 | 2024-08-22T01:45:51.489Z | Checking signal-hook v0.3.17 |
1682 | 2024-08-22T01:45:51.525Z | Checking zerocopy v0.6.6 |
1683 | 2024-08-22T01:45:51.755Z | Checking flate2 v1.0.31 |
1684 | 2024-08-22T01:45:51.815Z | Checking bstr v1.9.1 |
1685 | 2024-08-22T01:45:52.293Z | Checking mio v0.8.11 |
1686 | 2024-08-22T01:45:52.404Z | Checking siphasher v0.3.11 |
1687 | 2024-08-22T01:45:52.407Z | Checking elliptic-curve v0.13.8 |
1688 | 2024-08-22T01:45:52.614Z | Checking toml_edit v0.22.20 |
1689 | 2024-08-22T01:45:52.715Z | Checking itertools v0.10.5 |
1690 | 2024-08-22T01:45:52.746Z | Checking bit-vec v0.6.3 |
1691 | 2024-08-22T01:45:52.902Z | Checking signal-hook-mio v0.2.4 |
1692 | 2024-08-22T01:45:53.056Z | Checking itertools v0.12.1 |
1693 | 2024-08-22T01:45:53.058Z | Checking bit-set v0.5.3 |
1694 | 2024-08-22T01:45:53.099Z | Checking idna v0.4.0 |
1695 | 2024-08-22T01:45:53.266Z | Checking rsa v0.9.6 |
1696 | 2024-08-22T01:45:53.332Z | Checking hash32 v0.2.1 |
1697 | 2024-08-22T01:45:53.665Z | Checking predicates-core v1.0.6 |
1698 | 2024-08-22T01:45:53.668Z | Checking toml_edit v0.19.15 |
1699 | 2024-08-22T01:45:53.881Z | Checking finl_unicode v1.2.0 |
1700 | 2024-08-22T01:45:53.967Z | Checking hickory-proto v0.24.1 |
1701 | 2024-08-22T01:45:54.301Z | Checking heapless v0.7.17 |
1702 | 2024-08-22T01:45:54.438Z | Checking stringprep v0.1.4 |
1703 | 2024-08-22T01:45:54.717Z | Checking console v0.15.8 |
1704 | 2024-08-22T01:45:55.035Z | Checking md-5 v0.10.6 |
1705 | 2024-08-22T01:45:55.251Z | Checking float-cmp v0.9.0 |
1706 | 2024-08-22T01:45:55.253Z | Checking difflib v0.4.0 |
1707 | 2024-08-22T01:45:55.309Z | Checking fallible-iterator v0.2.0 |
1708 | 2024-08-22T01:45:55.364Z | Checking fixedbitset v0.4.2 |
1709 | 2024-08-22T01:45:55.451Z | Checking normalize-line-endings v0.3.0 |
1710 | 2024-08-22T01:45:55.569Z | Checking smoltcp v0.9.1 |
1711 | 2024-08-22T01:45:55.592Z | Checking predicates v3.1.2 |
1712 | 2024-08-22T01:45:55.634Z | Checking petgraph v0.6.5 |
1713 | 2024-08-22T01:45:55.757Z | Checking similar v2.6.0 |
1714 | 2024-08-22T01:45:55.905Z | Checking postgres-protocol v0.6.7 |
1715 | 2024-08-22T01:45:56.162Z | Checking toml v0.7.8 |
1716 | 2024-08-22T01:45:56.269Z | Checking phf_shared v0.10.0 |
1717 | 2024-08-22T01:45:56.544Z | Checking phf_shared v0.11.2 |
1718 | 2024-08-22T01:45:56.568Z | Checking fs-err v2.11.0 |
1719 | 2024-08-22T01:45:56.611Z | Checking hyper-tls v0.5.0 |
1720 | 2024-08-22T01:45:56.613Z | Checking hyper-rustls v0.24.2 |
1721 | 2024-08-22T01:45:56.840Z | Checking tokio-stream v0.1.15 |
1722 | 2024-08-22T01:45:56.903Z | Checking nix v0.28.0 |
1723 | 2024-08-22T01:45:56.905Z | Checking hubpack v0.1.2 |
1724 | 2024-08-22T01:45:56.946Z | Checking reqwest v0.11.27 |
1725 | 2024-08-22T01:45:57.009Z | Checking precomputed-hash v0.1.1 |
1726 | 2024-08-22T01:45:57.117Z | Checking minimal-lexical v0.2.1 |
1727 | 2024-08-22T01:45:57.140Z | Checking lalrpop-util v0.19.12 |
1728 | 2024-08-22T01:45:57.419Z | Checking new_debug_unreachable v1.0.6 |
1729 | 2024-08-22T01:45:57.496Z | Checking string_cache v0.8.7 |
1730 | 2024-08-22T01:45:57.519Z | Checking nom v7.1.3 |
1731 | 2024-08-22T01:45:57.597Z | Checking phf v0.11.2 |
1732 | 2024-08-22T01:45:57.788Z | Checking postgres-types v0.2.7 |
1733 | 2024-08-22T01:45:57.824Z | Checking whoami v1.5.1 |
1734 | 2024-08-22T01:45:58.140Z | Checking peg-runtime v0.8.3 |
1735 | 2024-08-22T01:45:58.390Z | Compiling regress v0.9.1 |
1736 | 2024-08-22T01:45:58.480Z | Compiling getopts v0.2.21 |
1737 | 2024-08-22T01:45:58.503Z | Checking tokio-postgres v0.7.11 |
1738 | 2024-08-22T01:45:58.529Z | Compiling unsafe-libyaml v0.2.11 |
1739 | 2024-08-22T01:45:58.716Z | Checking camino v1.1.9 |
1740 | 2024-08-22T01:45:59.228Z | Checking heck v0.5.0 |
1741 | 2024-08-22T01:45:59.375Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1742 | 2024-08-22T01:45:59.418Z | Checking is-terminal v0.4.12 |
1743 | 2024-08-22T01:45:59.438Z | Compiling paste v1.0.15 |
1744 | 2024-08-22T01:45:59.560Z | Compiling ident_case v1.0.1 |
1745 | 2024-08-22T01:45:59.741Z | Compiling serde_yaml v0.9.34+deprecated |
1746 | 2024-08-22T01:46:00.091Z | Compiling darling_core v0.20.9 |
1747 | 2024-08-22T01:46:00.336Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1748 | 2024-08-22T01:46:00.992Z | Compiling rustls v0.22.4 |
1749 | 2024-08-22T01:46:01.315Z | Checking http v1.1.0 |
1750 | 2024-08-22T01:46:01.493Z | Checking dirs-sys-next v0.1.2 |
1751 | 2024-08-22T01:46:01.623Z | Checking crossbeam-channel v0.5.12 |
1752 | 2024-08-22T01:46:01.673Z | Checking dirs-next v2.0.0 |
1753 | 2024-08-22T01:46:01.818Z | Checking thread_local v1.1.8 |
1754 | 2024-08-22T01:46:02.109Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1755 | 2024-08-22T01:46:02.335Z | Compiling multer v3.1.0 |
1756 | 2024-08-22T01:46:02.678Z | Checking term v0.7.0 |
1757 | 2024-08-22T01:46:02.716Z | Checking strum v0.26.3 |
1758 | 2024-08-22T01:46:02.881Z | Compiling async-stream-impl v0.3.5 |
1759 | 2024-08-22T01:46:03.095Z | Checking take_mut v0.2.2 |
1760 | 2024-08-22T01:46:03.251Z | Checking slog-async v2.8.0 |
1761 | 2024-08-22T01:46:03.454Z | Checking slog-term v2.9.1 |
1762 | 2024-08-22T01:46:03.584Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1763 | 2024-08-22T01:46:03.906Z | Checking match_cfg v0.1.0 |
1764 | 2024-08-22T01:46:03.932Z | Checking rustls-pki-types v1.7.0 |
1765 | 2024-08-22T01:46:04.015Z | Checking hostname v0.3.1 |
1766 | 2024-08-22T01:46:04.039Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1767 | 2024-08-22T01:46:04.160Z | Checking toml v0.8.19 |
1768 | 2024-08-22T01:46:04.315Z | Checking debug-ignore v1.0.5 |
1769 | 2024-08-22T01:46:04.346Z | Checking rustls-webpki v0.102.4 |
1770 | 2024-08-22T01:46:04.450Z | Checking rustls-pemfile v2.1.3 |
1771 | 2024-08-22T01:46:04.509Z | Checking slog-json v2.6.1 |
1772 | 2024-08-22T01:46:04.698Z | Checking atomic-waker v1.1.2 |
1773 | 2024-08-22T01:46:04.778Z | Checking slog-bunyan v2.5.0 |
1774 | 2024-08-22T01:46:04.837Z | Checking waitgroup v0.1.2 |
1775 | 2024-08-22T01:46:04.948Z | Checking async-stream v0.3.5 |
1776 | 2024-08-22T01:46:04.994Z | Checking ipnetwork v0.20.0 |
1777 | 2024-08-22T01:46:05.153Z | Checking serde_path_to_error v0.1.16 |
1778 | 2024-08-22T01:46:05.301Z | Checking hostname v0.4.0 |
1779 | 2024-08-22T01:46:05.347Z | Checking instant v0.1.12 |
1780 | 2024-08-22T01:46:05.370Z | Compiling structmeta-derive v0.3.0 |
1781 | 2024-08-22T01:46:05.450Z | Checking fastrand v2.1.0 |
1782 | 2024-08-22T01:46:05.473Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1783 | 2024-08-22T01:46:05.784Z | Checking tempfile v3.10.1 |
1784 | 2024-08-22T01:46:05.806Z | Checking newtype-uuid v1.1.0 |
1785 | 2024-08-22T01:46:06.047Z | Checking quick-error v1.2.3 |
1786 | 2024-08-22T01:46:06.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2024-08-22T01:46:06.205Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1788 | 2024-08-22T01:46:06.240Z | Checking macaddr v1.0.1 |
1789 | 2024-08-22T01:46:06.527Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1790 | 2024-08-22T01:46:06.577Z | Checking backoff v0.4.0 |
1791 | 2024-08-22T01:46:06.670Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1792 | 2024-08-22T01:46:06.876Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1793 | 2024-08-22T01:46:06.962Z | Checking wait-timeout v0.2.0 |
1794 | 2024-08-22T01:46:07.016Z | Checking rand_xorshift v0.3.0 |
1795 | 2024-08-22T01:46:07.037Z | Compiling structmeta-derive v0.2.0 |
1796 | 2024-08-22T01:46:07.143Z | Checking rusty-fork v0.3.0 |
1797 | 2024-08-22T01:46:07.191Z | Checking unarray v0.1.4 |
1798 | 2024-08-22T01:46:07.212Z | Compiling darling_macro v0.20.9 |
1799 | 2024-08-22T01:46:07.353Z | Compiling proc-macro-error v1.0.4 |
1800 | 2024-08-22T01:46:07.458Z | Checking proptest v1.5.0 |
1801 | 2024-08-22T01:46:08.005Z | Checking camino-tempfile v1.1.1 |
1802 | 2024-08-22T01:46:08.189Z | Compiling darling v0.20.9 |
1803 | 2024-08-22T01:46:08.287Z | Compiling proc-macro-crate v1.3.1 |
1804 | 2024-08-22T01:46:08.321Z | Compiling serde_with_macros v3.9.0 |
1805 | 2024-08-22T01:46:08.324Z | Compiling structmeta v0.3.0 |
1806 | 2024-08-22T01:46:08.624Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-08-22T01:46:08.822Z | Compiling parse-display-derive v0.10.0 |
1808 | 2024-08-22T01:46:08.825Z | Checking tokio-rustls v0.25.0 |
1809 | 2024-08-22T01:46:09.041Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1810 | 2024-08-22T01:46:09.380Z | Compiling foreign-types-macros v0.2.3 |
1811 | 2024-08-22T01:46:09.403Z | Compiling num_enum_derive v0.5.11 |
1812 | 2024-08-22T01:46:09.981Z | Compiling structmeta v0.2.0 |
1813 | 2024-08-22T01:46:10.437Z | Compiling test-strategy v0.3.1 |
1814 | 2024-08-22T01:46:10.729Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1815 | 2024-08-22T01:46:11.046Z | Checking foreign-types-shared v0.3.1 |
1816 | 2024-08-22T01:46:11.170Z | Checking foreign-types v0.5.0 |
1817 | 2024-08-22T01:46:11.308Z | Checking serde_with v3.9.0 |
1818 | 2024-08-22T01:46:11.659Z | Checking cstr-argument v0.1.2 |
1819 | 2024-08-22T01:46:11.850Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-08-22T01:46:12.013Z | Checking num_enum v0.5.11 |
1821 | 2024-08-22T01:46:12.165Z | Checking pretty-hex v0.2.1 |
1822 | 2024-08-22T01:46:12.188Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-08-22T01:46:12.332Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2024-08-22T01:46:12.492Z | Checking tabwriter v1.4.0 |
1825 | 2024-08-22T01:46:12.621Z | Checking colored v2.1.0 |
1826 | 2024-08-22T01:46:12.725Z | Checking smf v0.2.3 |
1827 | 2024-08-22T01:46:12.855Z | Compiling heapless v0.8.0 |
1828 | 2024-08-22T01:46:12.901Z | Checking termtree v0.4.1 |
1829 | 2024-08-22T01:46:13.122Z | Checking predicates-tree v1.0.9 |
1830 | 2024-08-22T01:46:13.146Z | Checking hash32 v0.3.1 |
1831 | 2024-08-22T01:46:13.171Z | Compiling smoltcp v0.11.0 |
1832 | 2024-08-22T01:46:13.268Z | Compiling crucible-workspace-hack v0.1.0 |
1833 | 2024-08-22T01:46:13.335Z | Checking embedded-io v0.4.0 |
1834 | 2024-08-22T01:46:13.585Z | Checking parse-display v0.10.0 |
1835 | 2024-08-22T01:46:13.613Z | Checking cobs v0.2.3 |
1836 | 2024-08-22T01:46:13.738Z | Checking sigpipe v0.1.3 |
1837 | 2024-08-22T01:46:13.798Z | Checking postcard v1.0.8 |
1838 | 2024-08-22T01:46:13.844Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1839 | 2024-08-22T01:46:13.863Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-22T01:46:14.015Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-22T01:46:14.042Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1842 | 2024-08-22T01:46:14.235Z | Compiling mockall_derive v0.13.0 |
1843 | 2024-08-22T01:46:14.372Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1844 | 2024-08-22T01:46:14.375Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1845 | 2024-08-22T01:46:14.597Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1846 | 2024-08-22T01:46:14.615Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-08-22T01:46:14.676Z | Compiling num-derive v0.4.2 |
1848 | 2024-08-22T01:46:14.900Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1849 | 2024-08-22T01:46:14.969Z | Checking fragile v2.0.0 |
1850 | 2024-08-22T01:46:15.226Z | Checking downcast v0.11.0 |
1851 | 2024-08-22T01:46:15.277Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1852 | 2024-08-22T01:46:15.422Z | Checking humantime v2.1.0 |
1853 | 2024-08-22T01:46:15.533Z | Checking arc-swap v1.7.1 |
1854 | 2024-08-22T01:46:15.720Z | Checking utf-8 v0.7.6 |
1855 | 2024-08-22T01:46:15.938Z | Checking xattr v1.3.1 |
1856 | 2024-08-22T01:46:15.979Z | Checking slog-scope v4.4.0 |
1857 | 2024-08-22T01:46:16.109Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1858 | 2024-08-22T01:46:16.151Z | Checking filetime v0.2.24 |
1859 | 2024-08-22T01:46:16.174Z | Checking slog-stdlog v4.1.1 |
1860 | 2024-08-22T01:46:16.225Z | Checking termcolor v1.4.1 |
1861 | 2024-08-22T01:46:16.338Z | Checking slog-envlogger v2.2.0 |
1862 | 2024-08-22T01:46:16.358Z | Checking tar v0.4.41 |
1863 | 2024-08-22T01:46:16.566Z | Checking same-file v1.0.6 |
1864 | 2024-08-22T01:46:16.670Z | Checking newline-converter v0.3.0 |
1865 | 2024-08-22T01:46:16.755Z | Checking walkdir v2.5.0 |
1866 | 2024-08-22T01:46:16.827Z | Checking expectorate v1.1.0 |
1867 | 2024-08-22T01:46:16.851Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-22T01:46:16.996Z | Checking atty v0.2.14 |
1869 | 2024-08-22T01:46:17.021Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1870 | 2024-08-22T01:46:17.043Z | Compiling derive-where v1.2.7 |
1871 | 2024-08-22T01:46:17.085Z | Checking pem v3.0.4 |
1872 | 2024-08-22T01:46:17.111Z | Checking password-hash v0.5.0 |
1873 | 2024-08-22T01:46:17.356Z | Checking blake2 v0.10.6 |
1874 | 2024-08-22T01:46:17.452Z | Checking tungstenite v0.20.1 |
1875 | 2024-08-22T01:46:17.548Z | Checking env_logger v0.9.3 |
1876 | 2024-08-22T01:46:17.633Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1877 | 2024-08-22T01:46:17.733Z | Checking tokio-tungstenite v0.21.0 |
1878 | 2024-08-22T01:46:17.796Z | Checking argon2 v0.5.3 |
1879 | 2024-08-22T01:46:17.964Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-22T01:46:18.238Z | Checking num-rational v0.4.2 |
1881 | 2024-08-22T01:46:18.300Z | Checking tokio-tungstenite v0.20.1 |
1882 | 2024-08-22T01:46:18.321Z | Checking num-complex v0.4.6 |
1883 | 2024-08-22T01:46:18.531Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1884 | 2024-08-22T01:46:18.817Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-22T01:46:18.909Z | Compiling bitstruct_derive v0.1.0 |
1886 | 2024-08-22T01:46:18.912Z | Checking ascii v1.1.0 |
1887 | 2024-08-22T01:46:18.952Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-22T01:46:19.128Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-22T01:46:19.176Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1890 | 2024-08-22T01:46:19.237Z | Checking num v0.4.3 |
1891 | 2024-08-22T01:46:19.325Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1892 | 2024-08-22T01:46:19.346Z | Checking atomicwrites v0.4.3 |
1893 | 2024-08-22T01:46:19.381Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-08-22T01:46:19.537Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-22T01:46:19.682Z | Checking erased-serde v0.3.31 |
1896 | 2024-08-22T01:46:19.793Z | Checking serde_arrays v0.1.0 |
1897 | 2024-08-22T01:46:19.961Z | Checking float-ord v0.3.2 |
1898 | 2024-08-22T01:46:20.102Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1899 | 2024-08-22T01:46:20.209Z | Compiling heck v0.3.3 |
1900 | 2024-08-22T01:46:20.315Z | Checking bitstruct v0.1.1 |
1901 | 2024-08-22T01:46:20.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1902 | 2024-08-22T01:46:20.458Z | Compiling convert_case v0.4.0 |
1903 | 2024-08-22T01:46:20.576Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1904 | 2024-08-22T01:46:20.642Z | Compiling zone_cfg_derive v0.1.2 |
1905 | 2024-08-22T01:46:20.722Z | Checking yasna v0.5.2 |
1906 | 2024-08-22T01:46:20.745Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-22T01:46:20.792Z | Checking headers-core v0.2.0 |
1908 | 2024-08-22T01:46:20.917Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1909 | 2024-08-22T01:46:20.941Z | Checking base64 v0.13.1 |
1910 | 2024-08-22T01:46:21.216Z | Checking headers v0.3.9 |
1911 | 2024-08-22T01:46:21.355Z | Checking ron v0.7.1 |
1912 | 2024-08-22T01:46:21.422Z | Compiling derive_more v0.99.18 |
1913 | 2024-08-22T01:46:21.606Z | Checking rcgen v0.12.1 |
1914 | 2024-08-22T01:46:22.180Z | Checking zone v0.1.8 |
1915 | 2024-08-22T01:46:22.281Z | Checking portpicker v0.1.1 |
1916 | 2024-08-22T01:46:22.741Z | Checking mockall v0.13.0 |
1917 | 2024-08-22T01:46:22.851Z | Checking subprocess v0.2.9 |
1918 | 2024-08-22T01:46:22.922Z | Checking half v2.4.1 |
1919 | 2024-08-22T01:46:22.979Z | Checking ciborium-io v0.2.2 |
1920 | 2024-08-22T01:46:23.119Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1921 | 2024-08-22T01:46:23.404Z | Compiling rayon-core v1.12.1 |
1922 | 2024-08-22T01:46:23.438Z | Checking ciborium-ll v0.2.2 |
1923 | 2024-08-22T01:46:23.766Z | Checking ciborium v0.2.2 |
1924 | 2024-08-22T01:46:23.792Z | Checking swrite v0.1.0 |
1925 | 2024-08-22T01:46:23.920Z | Compiling prettyplease v0.2.20 |
1926 | 2024-08-22T01:46:24.051Z | Checking highway v1.2.0 |
1927 | 2024-08-22T01:46:24.190Z | Compiling home v0.5.9 |
1928 | 2024-08-22T01:46:24.245Z | Checking linked-hash-map v0.5.6 |
1929 | 2024-08-22T01:46:24.425Z | Compiling semver v0.1.20 |
1930 | 2024-08-22T01:46:24.447Z | Compiling cookie v0.18.1 |
1931 | 2024-08-22T01:46:24.476Z | Compiling slog-dtrace v0.3.0 |
1932 | 2024-08-22T01:46:24.566Z | Checking lru-cache v0.1.2 |
1933 | 2024-08-22T01:46:24.706Z | Compiling blake3 v1.5.1 |
1934 | 2024-08-22T01:46:24.749Z | Compiling rustc_version v0.1.7 |
1935 | 2024-08-22T01:46:24.871Z | Compiling ring v0.16.20 |
1936 | 2024-08-22T01:46:25.069Z | Compiling cancel-safe-futures v0.1.5 |
1937 | 2024-08-22T01:46:25.091Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-08-22T01:46:25.245Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1939 | 2024-08-22T01:46:25.296Z | Compiling newtype_derive v0.1.6 |
1940 | 2024-08-22T01:46:25.771Z | Checking steno v0.4.1 |
1941 | 2024-08-22T01:46:26.116Z | Checking itertools v0.13.0 |
1942 | 2024-08-22T01:46:28.035Z | Checking resolv-conf v0.7.0 |
1943 | 2024-08-22T01:46:28.391Z | Checking hickory-resolver v0.24.1 |
1944 | 2024-08-22T01:46:28.775Z | Checking libsw v3.3.1 |
1945 | 2024-08-22T01:46:28.934Z | Checking owo-colors v4.0.0 |
1946 | 2024-08-22T01:46:28.937Z | Checking linear-map v1.2.0 |
1947 | 2024-08-22T01:46:29.691Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-22T01:46:29.991Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-22T01:46:30.476Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1950 | 2024-08-22T01:46:30.589Z | Compiling crossbeam-deque v0.8.5 |
1951 | 2024-08-22T01:46:30.825Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1952 | 2024-08-22T01:46:33.403Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-08-22T01:46:34.571Z | Compiling rayon v1.10.0 |
1954 | 2024-08-22T01:46:34.809Z | Compiling memmap2 v0.9.4 |
1955 | 2024-08-22T01:46:35.273Z | Compiling arrayref v0.3.7 |
1956 | 2024-08-22T01:46:35.295Z | Compiling constant_time_eq v0.3.0 |
1957 | 2024-08-22T01:46:35.335Z | Compiling arrayvec v0.7.4 |
1958 | 2024-08-22T01:46:35.383Z | Compiling untrusted v0.7.1 |
1959 | 2024-08-22T01:46:35.485Z | Compiling spin v0.5.2 |
1960 | 2024-08-22T01:46:35.766Z | Compiling toolchain_find v0.4.0 |
1961 | 2024-08-22T01:46:36.041Z | Compiling topological-sort v0.2.2 |
1962 | 2024-08-22T01:46:36.272Z | Compiling rustfmt-wrapper v0.2.1 |
1963 | 2024-08-22T01:46:36.432Z | Checking display-error-chain v0.2.0 |
1964 | 2024-08-22T01:46:36.586Z | Checking nibble_vec v0.1.0 |
1965 | 2024-08-22T01:46:36.783Z | Checking endian-type v0.1.2 |
1966 | 2024-08-22T01:46:36.824Z | Checking fxhash v0.2.1 |
1967 | 2024-08-22T01:46:36.880Z | Checking keccak v0.1.5 |
1968 | 2024-08-22T01:46:37.000Z | Checking radix_trie v0.2.1 |
1969 | 2024-08-22T01:46:37.002Z | Checking secrecy v0.8.0 |
1970 | 2024-08-22T01:46:37.182Z | Checking sha3 v0.10.8 |
1971 | 2024-08-22T01:46:37.224Z | Checking universal-hash v0.5.1 |
1972 | 2024-08-22T01:46:37.402Z | Checking opaque-debug v0.3.1 |
1973 | 2024-08-22T01:46:37.422Z | Compiling curve25519-dalek v4.1.3 |
1974 | 2024-08-22T01:46:37.498Z | Compiling radium v0.7.0 |
1975 | 2024-08-22T01:46:37.576Z | Checking maplit v1.0.2 |
1976 | 2024-08-22T01:46:37.691Z | Checking aead v0.5.2 |
1977 | 2024-08-22T01:46:37.903Z | Compiling curve25519-dalek-derive v0.1.1 |
1978 | 2024-08-22T01:46:38.001Z | Compiling maybe-uninit v2.0.0 |
1979 | 2024-08-22T01:46:38.181Z | Checking tap v1.0.1 |
1980 | 2024-08-22T01:46:38.354Z | Checking wyz v0.5.1 |
1981 | 2024-08-22T01:46:38.738Z | Checking poly1305 v0.8.0 |
1982 | 2024-08-22T01:46:39.239Z | Checking chacha20 v0.9.1 |
1983 | 2024-08-22T01:46:39.341Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1984 | 2024-08-22T01:46:39.399Z | Checking funty v2.0.0 |
1985 | 2024-08-22T01:46:39.539Z | Compiling packed_struct v0.10.1 |
1986 | 2024-08-22T01:46:39.588Z | Checking crc-catalog v2.4.0 |
1987 | 2024-08-22T01:46:39.739Z | Compiling omicron-zone-package v0.11.0 |
1988 | 2024-08-22T01:46:40.051Z | Checking crc v3.2.1 |
1989 | 2024-08-22T01:46:40.343Z | Checking bitvec v1.0.1 |
1990 | 2024-08-22T01:46:40.402Z | Checking gethostname v0.5.0 |
1991 | 2024-08-22T01:46:40.522Z | Compiling packed_struct_codegen v0.10.1 |
1992 | 2024-08-22T01:46:40.543Z | Compiling indexmap v1.9.3 |
1993 | 2024-08-22T01:46:40.805Z | Compiling libefi-sys v0.1.0 |
1994 | 2024-08-22T01:46:41.100Z | Checking nodrop v0.1.14 |
1995 | 2024-08-22T01:46:41.232Z | Checking array-init v0.0.4 |
1996 | 2024-08-22T01:46:41.288Z | Checking smallvec v0.6.14 |
1997 | 2024-08-22T01:46:41.604Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1998 | 2024-08-22T01:46:41.701Z | Compiling bitfield-struct v0.6.1 |
1999 | 2024-08-22T01:46:42.025Z | Checking hashbrown v0.12.3 |
2000 | 2024-08-22T01:46:42.267Z | Checking bitfield v0.14.0 |
2001 | 2024-08-22T01:46:42.559Z | Checking serde-hex v0.1.0 |
2002 | 2024-08-22T01:46:42.965Z | Checking bzip2 v0.4.4 |
2003 | 2024-08-22T01:46:43.190Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2004 | 2024-08-22T01:46:43.352Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2005 | 2024-08-22T01:46:43.637Z | Checking env_logger v0.10.2 |
2006 | 2024-08-22T01:46:43.684Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2007 | 2024-08-22T01:46:43.760Z | Checking x509-cert v0.2.5 |
2008 | 2024-08-22T01:46:43.827Z | Checking ron v0.8.1 |
2009 | 2024-08-22T01:46:44.005Z | Checking hashbrown v0.13.2 |
2010 | 2024-08-22T01:46:44.048Z | Compiling thiserror-impl-no-std v2.0.2 |
2011 | 2024-08-22T01:46:45.057Z | Compiling async-recursion v1.1.1 |
2012 | 2024-08-22T01:46:45.078Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2013 | 2024-08-22T01:46:45.198Z | Checking crc-any v2.5.0 |
2014 | 2024-08-22T01:46:45.366Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-22T01:46:45.580Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-22T01:46:45.841Z | Checking object v0.30.4 |
2017 | 2024-08-22T01:46:46.097Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2018 | 2024-08-22T01:46:46.265Z | Checking zip v0.6.6 |
2019 | 2024-08-22T01:46:46.344Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2020 | 2024-08-22T01:46:46.587Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2021 | 2024-08-22T01:46:46.660Z | Checking path-slash v0.1.5 |
2022 | 2024-08-22T01:46:46.782Z | Compiling parking_lot_core v0.8.6 |
2023 | 2024-08-22T01:46:46.830Z | Checking chacha20poly1305 v0.10.1 |
2024 | 2024-08-22T01:46:46.901Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-22T01:46:46.959Z | Checking glob v0.3.1 |
2026 | 2024-08-22T01:46:47.024Z | Checking hickory-client v0.24.1 |
2027 | 2024-08-22T01:46:47.276Z | Checking hickory-server v0.24.1 |
2028 | 2024-08-22T01:46:47.297Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-08-22T01:46:47.369Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2030 | 2024-08-22T01:46:47.405Z | Checking vsss-rs v3.3.4 |
2031 | 2024-08-22T01:46:47.618Z | Checking crossterm v0.28.1 |
2032 | 2024-08-22T01:46:47.641Z | Checking parking_lot v0.11.2 |
2033 | 2024-08-22T01:46:47.729Z | Compiling buf-list v1.0.3 |
2034 | 2024-08-22T01:46:47.991Z | Checking sled v0.34.7 |
2035 | 2024-08-22T01:46:48.486Z | Compiling unicase v2.7.0 |
2036 | 2024-08-22T01:46:49.050Z | Checking nanorand v0.7.0 |
2037 | 2024-08-22T01:46:49.434Z | Checking flume v0.11.0 |
2038 | 2024-08-22T01:46:49.908Z | Checking kstat-rs v0.2.4 |
2039 | 2024-08-22T01:46:50.248Z | Compiling vte_generate_state_changes v0.1.1 |
2040 | 2024-08-22T01:46:50.348Z | Checking fd-lock v4.0.2 |
2041 | 2024-08-22T01:46:50.350Z | Compiling mime_guess v2.0.4 |
2042 | 2024-08-22T01:46:50.653Z | Checking crossterm v0.27.0 |
2043 | 2024-08-22T01:46:50.782Z | Checking nu-ansi-term v0.50.0 |
2044 | 2024-08-22T01:46:50.808Z | Compiling dsl_auto_type v0.1.2 |
2045 | 2024-08-22T01:46:50.903Z | Checking vte v0.11.1 |
2046 | 2024-08-22T01:46:51.200Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2047 | 2024-08-22T01:46:51.478Z | Checking scheduled-thread-pool v0.2.7 |
2048 | 2024-08-22T01:46:51.509Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-08-22T01:46:51.730Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2050 | 2024-08-22T01:46:51.758Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2051 | 2024-08-22T01:46:51.858Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2052 | 2024-08-22T01:46:51.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2053 | 2024-08-22T01:46:52.387Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-08-22T01:46:52.509Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2055 | 2024-08-22T01:46:53.157Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2056 | 2024-08-22T01:46:54.367Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2057 | 2024-08-22T01:46:55.871Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2058 | 2024-08-22T01:46:56.047Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2059 | 2024-08-22T01:46:56.433Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2060 | 2024-08-22T01:46:56.777Z | Checking strip-ansi-escapes v0.2.0 |
2061 | 2024-08-22T01:46:56.948Z | Checking reedline v0.33.0 |
2062 | 2024-08-22T01:46:58.262Z | Compiling diesel_table_macro_syntax v0.2.0 |
2063 | 2024-08-22T01:46:58.265Z | Compiling pin-project-internal v1.1.5 |
2064 | 2024-08-22T01:46:58.302Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2065 | 2024-08-22T01:46:58.730Z | Checking http-range v0.1.5 |
2066 | 2024-08-22T01:46:58.912Z | Compiling crunchy v0.2.2 |
2067 | 2024-08-22T01:46:59.512Z | Checking hyper-staticfile v0.9.5 |
2068 | 2024-08-22T01:46:59.633Z | Compiling diesel_derives v2.2.2 |
2069 | 2024-08-22T01:46:59.951Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2070 | 2024-08-22T01:46:59.993Z | Checking r2d2 v0.8.10 |
2071 | 2024-08-22T01:47:00.334Z | Compiling clang-sys v1.7.0 |
2072 | 2024-08-22T01:47:00.554Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2073 | 2024-08-22T01:47:01.079Z | Compiling tiny-keccak v2.0.2 |
2074 | 2024-08-22T01:47:01.385Z | Checking pin-project v1.1.5 |
2075 | 2024-08-22T01:47:01.418Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2076 | 2024-08-22T01:47:01.437Z | Compiling ref-cast v1.0.23 |
2077 | 2024-08-22T01:47:01.533Z | Checking bytecount v0.6.8 |
2078 | 2024-08-22T01:47:01.695Z | Checking papergrid v0.11.0 |
2079 | 2024-08-22T01:47:02.036Z | Compiling ascii-canvas v3.0.0 |
2080 | 2024-08-22T01:47:02.388Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2081 | 2024-08-22T01:47:02.638Z | Compiling tabled_derive v0.7.0 |
2082 | 2024-08-22T01:47:03.044Z | Compiling ena v0.14.3 |
2083 | 2024-08-22T01:47:03.117Z | Compiling ref-cast-impl v1.0.23 |
2084 | 2024-08-22T01:47:03.487Z | Compiling libloading v0.8.3 |
2085 | 2024-08-22T01:47:03.937Z | Compiling regex-syntax v0.6.29 |
2086 | 2024-08-22T01:47:04.283Z | Compiling bindgen v0.69.4 |
2087 | 2024-08-22T01:47:04.305Z | Compiling diff v0.1.13 |
2088 | 2024-08-22T01:47:05.138Z | Checking tabled v0.15.0 |
2089 | 2024-08-22T01:47:05.848Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2090 | 2024-08-22T01:47:08.027Z | Compiling lalrpop v0.19.12 |
2091 | 2024-08-22T01:47:09.809Z | Compiling which v4.4.2 |
2092 | 2024-08-22T01:47:10.030Z | Checking signal-hook-tokio v0.3.1 |
2093 | 2024-08-22T01:47:10.228Z | Compiling cexpr v0.6.0 |
2094 | 2024-08-22T01:47:10.463Z | Compiling lazycell v1.3.0 |
2095 | 2024-08-22T01:47:10.651Z | Compiling shlex v1.3.0 |
2096 | 2024-08-22T01:47:11.060Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2097 | 2024-08-22T01:47:12.116Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2098 | 2024-08-22T01:47:14.555Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2099 | 2024-08-22T01:47:16.523Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2100 | 2024-08-22T01:47:17.262Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2101 | 2024-08-22T01:47:17.407Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2102 | 2024-08-22T01:47:17.560Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2103 | 2024-08-22T01:47:19.018Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2104 | 2024-08-22T01:47:19.078Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2105 | 2024-08-22T01:47:19.424Z | Checking diesel v2.2.2 |
2106 | 2024-08-22T01:47:19.572Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2107 | 2024-08-22T01:47:20.013Z | Compiling rustc-hash v1.1.0 |
2108 | 2024-08-22T01:47:21.844Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2109 | 2024-08-22T01:47:22.166Z | Compiling derive_builder_core v0.20.0 |
2110 | 2024-08-22T01:47:22.741Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2111 | 2024-08-22T01:47:23.411Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2112 | 2024-08-22T01:47:24.720Z | Compiling libxml v0.3.3 |
2113 | 2024-08-22T01:47:24.743Z | Compiling memoffset v0.9.1 |
2114 | 2024-08-22T01:47:24.950Z | Compiling derive_builder_macro v0.20.0 |
2115 | 2024-08-22T01:47:25.175Z | Compiling peg-macros v0.8.4 |
2116 | 2024-08-22T01:47:25.199Z | Compiling strum_macros v0.24.3 |
2117 | 2024-08-22T01:47:25.869Z | Compiling snafu-derive v0.8.2 |
2118 | 2024-08-22T01:47:27.481Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2119 | 2024-08-22T01:47:27.920Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2120 | 2024-08-22T01:47:27.943Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2121 | 2024-08-22T01:47:28.806Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2122 | 2024-08-22T01:47:28.942Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2123 | 2024-08-22T01:47:29.568Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2124 | 2024-08-22T01:47:30.758Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2125 | 2024-08-22T01:47:30.781Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2126 | 2024-08-22T01:47:31.576Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2127 | 2024-08-22T01:47:31.625Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2128 | 2024-08-22T01:47:32.667Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2129 | 2024-08-22T01:47:33.243Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2130 | 2024-08-22T01:47:34.267Z | Compiling sqlparser_derive v0.2.2 |
2131 | 2024-08-22T01:47:35.096Z | Compiling indoc v1.0.9 |
2132 | 2024-08-22T01:47:35.575Z | Checking unicode_categories v0.1.1 |
2133 | 2024-08-22T01:47:35.892Z | Checking sqlformat v0.2.4 |
2134 | 2024-08-22T01:47:36.177Z | Checking rustyline v14.0.0 |
2135 | 2024-08-22T01:47:37.932Z | Checking sqlparser v0.45.0 |
2136 | 2024-08-22T01:47:38.194Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2137 | 2024-08-22T01:47:39.665Z | Checking snafu v0.8.2 |
2138 | 2024-08-22T01:47:40.175Z | Checking peg v0.8.4 |
2139 | 2024-08-22T01:47:40.298Z | Checking derive_builder v0.20.0 |
2140 | 2024-08-22T01:47:40.573Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2141 | 2024-08-22T01:47:41.135Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2142 | 2024-08-22T01:47:41.460Z | Checking globset v0.4.14 |
2143 | 2024-08-22T01:47:41.987Z | Checking olpc-cjson v0.1.3 |
2144 | 2024-08-22T01:47:42.220Z | Checking quick-xml v0.31.0 |
2145 | 2024-08-22T01:47:42.408Z | Checking serde_plain v1.0.2 |
2146 | 2024-08-22T01:47:42.664Z | Checking bcs v0.1.6 |
2147 | 2024-08-22T01:47:42.929Z | Compiling oso-derive v0.27.3 |
2148 | 2024-08-22T01:47:43.157Z | Compiling impl-trait-for-tuples v0.2.2 |
2149 | 2024-08-22T01:47:44.067Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2150 | 2024-08-22T01:47:44.216Z | Checking typed-path v0.7.1 |
2151 | 2024-08-22T01:47:44.496Z | Checking nix v0.27.1 |
2152 | 2024-08-22T01:47:45.855Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2153 | 2024-08-22T01:47:46.134Z | Checking tough v0.17.1 |
2154 | 2024-08-22T01:47:47.362Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2155 | 2024-08-22T01:47:47.628Z | Checking serde-big-array v0.5.1 |
2156 | 2024-08-22T01:47:47.733Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2157 | 2024-08-22T01:47:47.850Z | Checking parse-size v1.0.0 |
2158 | 2024-08-22T01:47:48.141Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2159 | 2024-08-22T01:47:50.266Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2160 | 2024-08-22T01:47:50.862Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2161 | 2024-08-22T01:47:51.193Z | Checking bb8 v0.8.5 |
2162 | 2024-08-22T01:47:51.308Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2163 | 2024-08-22T01:47:51.611Z | Compiling const_format_proc_macros v0.2.32 |
2164 | 2024-08-22T01:47:51.724Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2165 | 2024-08-22T01:47:53.219Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2166 | 2024-08-22T01:47:53.896Z | Checking const_format v0.2.32 |
2167 | 2024-08-22T01:47:54.230Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2168 | 2024-08-22T01:47:54.419Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2169 | 2024-08-22T01:47:55.152Z | Checking assert_matches v1.5.0 |
2170 | 2024-08-22T01:47:55.266Z | Checking heck v0.4.1 |
2171 | 2024-08-22T01:47:55.492Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2172 | 2024-08-22T01:47:55.523Z | Compiling portable-atomic v1.6.0 |
2173 | 2024-08-22T01:47:55.923Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2174 | 2024-08-22T01:47:56.446Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2175 | 2024-08-22T01:47:56.536Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2176 | 2024-08-22T01:47:56.584Z | Compiling libz-sys v1.1.16 |
2177 | 2024-08-22T01:47:57.356Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2178 | 2024-08-22T01:47:57.432Z | Checking rand_seeder v0.3.0 |
2179 | 2024-08-22T01:47:57.681Z | Checking number_prefix v0.4.0 |
2180 | 2024-08-22T01:47:57.884Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2181 | 2024-08-22T01:47:58.157Z | Checking indicatif v0.17.8 |
2182 | 2024-08-22T01:47:58.962Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2183 | 2024-08-22T01:47:59.386Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2184 | 2024-08-22T01:47:59.648Z | Compiling vergen v8.3.2 |
2185 | 2024-08-22T01:47:59.968Z | Compiling cargo-platform v0.1.8 |
2186 | 2024-08-22T01:48:00.566Z | Checking is_ci v1.2.0 |
2187 | 2024-08-22T01:48:00.699Z | Checking supports-color v3.0.0 |
2188 | 2024-08-22T01:48:00.752Z | Compiling cargo_metadata v0.18.1 |
2189 | 2024-08-22T01:48:00.803Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2190 | 2024-08-22T01:48:00.898Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2191 | 2024-08-22T01:48:01.923Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2192 | 2024-08-22T01:48:02.242Z | Checking castaway v0.2.3 |
2193 | 2024-08-22T01:48:02.413Z | Compiling libsqlite3-sys v0.28.0 |
2194 | 2024-08-22T01:48:02.511Z | Checking compact_str v0.8.0 |
2195 | 2024-08-22T01:48:03.034Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2196 | 2024-08-22T01:48:03.322Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2197 | 2024-08-22T01:48:03.394Z | Checking unicode-truncate v1.0.0 |
2198 | 2024-08-22T01:48:03.625Z | Checking lru v0.12.3 |
2199 | 2024-08-22T01:48:03.651Z | Compiling instability v0.3.2 |
2200 | 2024-08-22T01:48:03.914Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2201 | 2024-08-22T01:48:03.935Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2202 | 2024-08-22T01:48:04.389Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2203 | 2024-08-22T01:48:04.618Z | Checking cassowary v0.3.0 |
2204 | 2024-08-22T01:48:05.019Z | Checking ratatui v0.28.0 |
2205 | 2024-08-22T01:48:05.096Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2206 | 2024-08-22T01:48:05.130Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2207 | 2024-08-22T01:48:06.942Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2208 | 2024-08-22T01:48:07.023Z | Checking hashlink v0.9.1 |
2209 | 2024-08-22T01:48:07.675Z | Checking smawk v0.3.2 |
2210 | 2024-08-22T01:48:07.897Z | Checking fallible-iterator v0.3.0 |
2211 | 2024-08-22T01:48:07.935Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-22T01:48:08.173Z | Checking fallible-streaming-iterator v0.1.9 |
2213 | 2024-08-22T01:48:08.344Z | Checking textwrap v0.16.1 |
2214 | 2024-08-22T01:48:08.420Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2215 | 2024-08-22T01:48:08.518Z | Checking rusqlite v0.31.0 |
2216 | 2024-08-22T01:48:08.731Z | Checking twox-hash v1.6.3 |
2217 | 2024-08-22T01:48:08.785Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2218 | 2024-08-22T01:48:09.242Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2219 | 2024-08-22T01:48:10.118Z | Checking fatfs v0.3.6 |
2220 | 2024-08-22T01:48:10.955Z | Checking csv-core v0.1.11 |
2221 | 2024-08-22T01:48:11.158Z | Checking shell-words v1.1.0 |
2222 | 2024-08-22T01:48:11.283Z | Checking csv v1.3.0 |
2223 | 2024-08-22T01:48:11.346Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2224 | 2024-08-22T01:48:12.357Z | Checking rtoolbox v0.0.2 |
2225 | 2024-08-22T01:48:12.568Z | Checking rpassword v7.3.1 |
2226 | 2024-08-22T01:48:14.463Z | Checking tui-tree-widget v0.22.0 |
2227 | 2024-08-22T01:48:14.796Z | Checking polyval v0.6.2 |
2228 | 2024-08-22T01:48:15.086Z | Checking rfc6979 v0.4.0 |
2229 | 2024-08-22T01:48:15.283Z | Checking plotters-backend v0.3.5 |
2230 | 2024-08-22T01:48:15.656Z | Checking plotters-svg v0.3.5 |
2231 | 2024-08-22T01:48:15.894Z | Checking ecdsa v0.16.9 |
2232 | 2024-08-22T01:48:16.557Z | Checking ghash v0.5.1 |
2233 | 2024-08-22T01:48:16.709Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2234 | 2024-08-22T01:48:17.806Z | Checking primeorder v0.13.6 |
2235 | 2024-08-22T01:48:18.289Z | Checking ctr v0.9.2 |
2236 | 2024-08-22T01:48:18.665Z | Checking yansi v0.5.1 |
2237 | 2024-08-22T01:48:18.937Z | Checking cast v0.3.0 |
2238 | 2024-08-22T01:48:19.076Z | Checking pretty_assertions v1.4.0 |
2239 | 2024-08-22T01:48:19.229Z | Checking criterion-plot v0.5.0 |
2240 | 2024-08-22T01:48:19.288Z | Checking aes-gcm v0.10.3 |
2241 | 2024-08-22T01:48:19.544Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2242 | 2024-08-22T01:48:19.758Z | Checking plotters v0.3.5 |
2243 | 2024-08-22T01:48:21.468Z | Checking ed25519 v2.2.3 |
2244 | 2024-08-22T01:48:21.787Z | Checking ssh-encoding v0.2.0 |
2245 | 2024-08-22T01:48:22.162Z | Checking tinytemplate v1.2.1 |
2246 | 2024-08-22T01:48:22.568Z | Checking blowfish v0.9.1 |
2247 | 2024-08-22T01:48:22.830Z | Checking oorandom v11.1.3 |
2248 | 2024-08-22T01:48:22.995Z | Checking anes v0.1.6 |
2249 | 2024-08-22T01:48:23.283Z | Checking option-ext v0.2.0 |
2250 | 2024-08-22T01:48:23.420Z | Checking dirs-sys v0.4.1 |
2251 | 2024-08-22T01:48:23.629Z | Checking criterion v0.5.1 |
2252 | 2024-08-22T01:48:26.473Z | Checking bcrypt-pbkdf v0.10.0 |
2253 | 2024-08-22T01:48:26.728Z | Checking ssh-cipher v0.2.0 |
2254 | 2024-08-22T01:48:26.731Z | Checking ed25519-dalek v2.1.1 |
2255 | 2024-08-22T01:48:27.007Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2256 | 2024-08-22T01:48:27.076Z | Checking password-hash v0.4.2 |
2257 | 2024-08-22T01:48:27.596Z | Checking matches v0.1.10 |
2258 | 2024-08-22T01:48:27.637Z | Checking hex-literal v0.4.1 |
2259 | 2024-08-22T01:48:27.786Z | Checking idna v0.2.3 |
2260 | 2024-08-22T01:48:28.567Z | Checking pbkdf2 v0.11.0 |
2261 | 2024-08-22T01:48:28.586Z | Checking ssh-key v0.6.6 |
2262 | 2024-08-22T01:48:28.851Z | Checking dirs v5.0.1 |
2263 | 2024-08-22T01:48:29.007Z | Checking p384 v0.13.0 |
2264 | 2024-08-22T01:48:30.026Z | Checking p256 v0.13.2 |
2265 | 2024-08-22T01:48:30.180Z | Checking p521 v0.13.3 |
2266 | 2024-08-22T01:48:30.249Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2267 | 2024-08-22T01:48:30.509Z | Checking russh-cryptovec v0.7.2 |
2268 | 2024-08-22T01:48:30.730Z | Compiling enum-as-inner v0.5.1 |
2269 | 2024-08-22T01:48:31.021Z | Checking md5 v0.7.0 |
2270 | 2024-08-22T01:48:31.277Z | Compiling doc-comment v0.3.3 |
2271 | 2024-08-22T01:48:31.608Z | Compiling target-lexicon v0.12.16 |
2272 | 2024-08-22T01:48:31.808Z | Checking trust-dns-proto v0.22.0 |
2273 | 2024-08-22T01:48:32.030Z | Checking russh-keys v0.44.0 |
2274 | 2024-08-22T01:48:32.657Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2275 | 2024-08-22T01:48:33.473Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2276 | 2024-08-22T01:48:34.329Z | Checking http-body v1.0.0 |
2277 | 2024-08-22T01:48:34.439Z | Checking num-bigint v0.4.5 |
2278 | 2024-08-22T01:48:34.543Z | Compiling guppy-workspace-hack v0.1.0 |
2279 | 2024-08-22T01:48:34.813Z | Compiling dhcproto-macros v0.1.0 |
2280 | 2024-08-22T01:48:35.802Z | Checking regex-automata v0.1.10 |
2281 | 2024-08-22T01:48:35.838Z | Checking tower-layer v0.3.2 |
2282 | 2024-08-22T01:48:36.127Z | Compiling assert_cmd v2.0.16 |
2283 | 2024-08-22T01:48:36.222Z | Checking bstr v0.2.17 |
2284 | 2024-08-22T01:48:36.636Z | Checking tower v0.4.13 |
2285 | 2024-08-22T01:48:36.954Z | Checking russh v0.44.1 |
2286 | 2024-08-22T01:48:37.051Z | Checking dhcproto v0.12.0 |
2287 | 2024-08-22T01:48:37.406Z | Checking hyper v1.3.1 |
2288 | 2024-08-22T01:48:38.718Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2289 | 2024-08-22T01:48:39.064Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2290 | 2024-08-22T01:48:39.317Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2291 | 2024-08-22T01:48:39.728Z | Checking internet-checksum v0.2.1 |
2292 | 2024-08-22T01:48:39.900Z | Compiling target-spec v3.2.1 |
2293 | 2024-08-22T01:48:41.082Z | Checking cfg-expr v0.16.0 |
2294 | 2024-08-22T01:48:41.586Z | Checking hyper-util v0.1.3 |
2295 | 2024-08-22T01:48:41.976Z | Checking httptest v0.15.5 |
2296 | 2024-08-22T01:48:42.032Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2297 | 2024-08-22T01:48:42.738Z | Checking rustls-native-certs v0.7.0 |
2298 | 2024-08-22T01:48:42.900Z | Checking num_cpus v1.16.0 |
2299 | 2024-08-22T01:48:43.111Z | Checking hyper-rustls v0.26.0 |
2300 | 2024-08-22T01:48:43.461Z | Checking threadpool v1.8.1 |
2301 | 2024-08-22T01:48:44.068Z | Checking pathdiff v0.2.1 |
2302 | 2024-08-22T01:48:44.239Z | Compiling toml_edit v0.21.1 |
2303 | 2024-08-22T01:48:45.039Z | Compiling rstest_macros v0.22.0 |
2304 | 2024-08-22T01:48:45.597Z | Checking escape8259 v0.5.2 |
2305 | 2024-08-22T01:48:45.796Z | Checking nested v0.1.1 |
2306 | 2024-08-22T01:48:46.030Z | Checking guppy v0.17.7 |
2307 | 2024-08-22T01:48:46.643Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2308 | 2024-08-22T01:48:48.118Z | Compiling proc-macro-crate v3.1.0 |
2309 | 2024-08-22T01:48:49.613Z | Checking libtest-mimic v0.7.3 |
2310 | 2024-08-22T01:48:49.788Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2311 | 2024-08-22T01:48:50.170Z | Checking similar-asserts v1.5.0 |
2312 | 2024-08-22T01:48:50.173Z | Checking fancy-regex v0.13.0 |
2313 | 2024-08-22T01:48:50.332Z | Compiling relative-path v1.9.3 |
2314 | 2024-08-22T01:48:50.865Z | Compiling trybuild v1.0.99 |
2315 | 2024-08-22T01:48:51.091Z | Compiling git2 v0.19.0 |
2316 | 2024-08-22T01:48:51.212Z | Checking datatest-stable v0.2.9 |
2317 | 2024-08-22T01:48:51.259Z | Compiling samael v0.0.15 |
2318 | 2024-08-22T01:48:51.419Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2319 | 2024-08-22T01:48:51.522Z | Checking blake2b_simd v1.0.2 |
2320 | 2024-08-22T01:48:52.389Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2321 | 2024-08-22T01:48:52.803Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2322 | 2024-08-22T01:48:53.122Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2323 | 2024-08-22T01:48:53.454Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2324 | 2024-08-22T01:48:53.760Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2325 | 2024-08-22T01:48:54.261Z | Checking serde_tokenstream v0.2.2 |
2326 | 2024-08-22T01:48:54.659Z | Checking uzers v0.11.3 |
2327 | 2024-08-22T01:48:54.994Z | Checking indent_write v2.2.0 |
2328 | 2024-08-22T01:48:55.209Z | Checking futures-timer v3.0.3 |
2329 | 2024-08-22T01:48:55.644Z | Checking rust-argon2 v2.1.0 |
2330 | 2024-08-22T01:48:56.137Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2331 | 2024-08-22T01:48:57.624Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2332 | 2024-08-22T01:48:59.511Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2333 | 2024-08-22T01:49:00.145Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2334 | 2024-08-22T01:49:00.474Z | Checking rand_distr v0.4.3 |
2335 | 2024-08-22T01:49:00.950Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2336 | 2024-08-22T01:49:01.267Z | Checking multimap v0.10.0 |
2337 | 2024-08-22T01:49:01.562Z | Checking approx v0.5.1 |
2338 | 2024-08-22T01:49:01.823Z | Checking rstest v0.22.0 |
2339 | 2024-08-22T01:49:01.849Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2340 | 2024-08-22T01:49:02.028Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2341 | 2024-08-22T01:49:02.584Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2342 | 2024-08-22T01:49:03.164Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2343 | 2024-08-22T01:49:03.212Z | Checking partial-io v0.5.4 |
2344 | 2024-08-22T01:49:03.449Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2345 | 2024-08-22T01:49:03.615Z | Checking cargo_toml v0.20.4 |
2346 | 2024-08-22T01:49:03.931Z | Checking termios v0.3.3 |
2347 | 2024-08-22T01:49:04.175Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2348 | 2024-08-22T01:49:05.558Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2349 | 2024-08-22T01:49:21.624Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2350 | 2024-08-22T01:49:30.172Z | Compiling polar-core v0.27.3 |
2351 | 2024-08-22T01:49:30.887Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2352 | 2024-08-22T01:49:41.067Z | Checking oso v0.27.3 |
2353 | 2024-08-22T01:49:52.178Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2354 | 2024-08-22T01:49:53.385Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2355 | 2024-08-22T01:49:53.704Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2356 | 2024-08-22T01:50:26.928Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2357 | 2024-08-22T01:50:26.928Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2358 | 2024-08-22T01:50:26.931Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2359 | 2024-08-22T01:51:52.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 26s |
2360 | 2024-08-22T01:51:52.859Z | |
2361 | 2024-08-22T01:51:52.859Z | real 6:30.583660109 |
2362 | 2024-08-22T01:51:52.859Z | user 35:02.674691121 |
2363 | 2024-08-22T01:51:52.859Z | sys 6:05.811568078 |
2364 | 2024-08-22T01:51:52.859Z | trap 0.915299690 |
2365 | 2024-08-22T01:51:52.862Z | tflt 2.922845439 |
2366 | 2024-08-22T01:51:52.862Z | dflt 0.621585670 |
2367 | 2024-08-22T01:51:52.862Z | kflt 0.002674668 |
2368 | 2024-08-22T01:51:52.862Z | lock 54:37.045130382 |
2369 | 2024-08-22T01:51:52.862Z | slp 2:04:31.428102115 |
2370 | 2024-08-22T01:51:52.862Z | lat 1:36.508457294 |
2371 | 2024-08-22T01:51:52.862Z | stop 5:32.816575408 |
2372 | 2024-08-22T01:51:52.862Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2373 | 2024-08-22T01:51:52.862Z | + ptime -m cargo doc --workspace --no-deps |
2374 | 2024-08-22T01:51:54.054Z | warning: output filename collision. |
2375 | 2024-08-22T01:51:54.054Z | 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)`. |
2376 | 2024-08-22T01:51:54.054Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2377 | 2024-08-22T01:51:54.054Z | The targets should have unique names. |
2378 | 2024-08-22T01:51:54.054Z | This is a known bug where multiple crates with the same name use |
2379 | 2024-08-22T01:51:54.054Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2380 | 2024-08-22T01:51:54.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2024-08-22T01:51:54.490Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2382 | 2024-08-22T01:51:54.507Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2383 | 2024-08-22T01:51:54.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2384 | 2024-08-22T01:51:54.565Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-08-22T01:51:54.592Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2386 | 2024-08-22T01:51:54.592Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-22T01:51:54.813Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2388 | 2024-08-22T01:51:54.830Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2389 | 2024-08-22T01:51:54.849Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2390 | 2024-08-22T01:51:54.866Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-08-22T01:51:54.886Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2392 | 2024-08-22T01:51:55.062Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2393 | 2024-08-22T01:51:55.114Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2394 | 2024-08-22T01:51:55.146Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2395 | 2024-08-22T01:51:55.343Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2396 | 2024-08-22T01:51:55.591Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2397 | 2024-08-22T01:51:56.520Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2398 | 2024-08-22T01:51:59.433Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2399 | 2024-08-22T01:51:59.579Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2400 | 2024-08-22T01:51:59.762Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2401 | 2024-08-22T01:52:00.035Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2402 | 2024-08-22T01:52:00.101Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2403 | 2024-08-22T01:52:00.388Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2404 | 2024-08-22T01:52:00.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2405 | 2024-08-22T01:52:00.714Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2406 | 2024-08-22T01:52:00.778Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2407 | 2024-08-22T01:52:00.981Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2408 | 2024-08-22T01:52:01.303Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2409 | 2024-08-22T01:52:01.363Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-08-22T01:52:01.613Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2411 | 2024-08-22T01:52:02.011Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2412 | 2024-08-22T01:52:02.159Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2413 | 2024-08-22T01:52:02.488Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2414 | 2024-08-22T01:52:02.641Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2415 | 2024-08-22T01:52:02.981Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2416 | 2024-08-22T01:52:02.996Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2417 | 2024-08-22T01:52:03.013Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2418 | 2024-08-22T01:52:03.303Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2419 | 2024-08-22T01:52:03.561Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2420 | 2024-08-22T01:52:03.643Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2421 | 2024-08-22T01:52:05.865Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2422 | 2024-08-22T01:52:07.377Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2423 | 2024-08-22T01:52:07.931Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2424 | 2024-08-22T01:52:08.107Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2425 | 2024-08-22T01:52:09.263Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2426 | 2024-08-22T01:52:09.534Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2427 | 2024-08-22T01:52:10.380Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2428 | 2024-08-22T01:52:10.591Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2429 | 2024-08-22T01:52:10.732Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2430 | 2024-08-22T01:52:11.433Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2431 | 2024-08-22T01:52:12.761Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2432 | 2024-08-22T01:52:12.781Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2433 | 2024-08-22T01:52:15.911Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2434 | 2024-08-22T01:52:17.331Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2435 | 2024-08-22T01:52:17.572Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2436 | 2024-08-22T01:52:18.130Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2437 | 2024-08-22T01:52:18.767Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2438 | 2024-08-22T01:52:19.562Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2439 | 2024-08-22T01:52:20.156Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2440 | 2024-08-22T01:52:20.176Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2441 | 2024-08-22T01:52:20.502Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2442 | 2024-08-22T01:52:20.877Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2443 | 2024-08-22T01:52:21.358Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2444 | 2024-08-22T01:52:21.828Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2445 | 2024-08-22T01:52:21.889Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2446 | 2024-08-22T01:52:22.074Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2447 | 2024-08-22T01:52:22.147Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2448 | 2024-08-22T01:52:22.497Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2449 | 2024-08-22T01:52:22.611Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2450 | 2024-08-22T01:52:22.755Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2024-08-22T01:52:23.047Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2452 | 2024-08-22T01:52:23.474Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2453 | 2024-08-22T01:52:23.543Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2454 | 2024-08-22T01:52:23.734Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2455 | 2024-08-22T01:52:24.103Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2456 | 2024-08-22T01:52:24.227Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-08-22T01:52:24.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2458 | 2024-08-22T01:52:24.541Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2459 | 2024-08-22T01:52:24.867Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2460 | 2024-08-22T01:52:25.316Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2461 | 2024-08-22T01:52:25.647Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2024-08-22T01:52:25.922Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2024-08-22T01:52:26.452Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2464 | 2024-08-22T01:52:26.627Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2465 | 2024-08-22T01:52:26.658Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2466 | 2024-08-22T01:52:27.467Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2467 | 2024-08-22T01:52:27.804Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2468 | 2024-08-22T01:52:28.040Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2469 | 2024-08-22T01:52:28.438Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2470 | 2024-08-22T01:52:30.617Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2471 | 2024-08-22T01:52:31.207Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2472 | 2024-08-22T01:52:32.834Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2473 | 2024-08-22T01:52:33.867Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2474 | 2024-08-22T01:52:34.380Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2475 | 2024-08-22T01:52:34.922Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2476 | 2024-08-22T01:52:35.056Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2024-08-22T01:52:35.115Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2478 | 2024-08-22T01:52:36.912Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2479 | 2024-08-22T01:52:41.142Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2480 | 2024-08-22T01:52:42.224Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-22T01:52:52.167Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2482 | 2024-08-22T01:52:53.307Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2483 | 2024-08-22T01:53:01.679Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2484 | 2024-08-22T01:53:30.314Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2485 | 2024-08-22T01:53:30.631Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2486 | 2024-08-22T01:53:33.384Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2487 | 2024-08-22T01:53:40.144Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2488 | 2024-08-22T01:53:41.512Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2489 | 2024-08-22T01:53:44.003Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2490 | 2024-08-22T01:53:50.208Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2491 | 2024-08-22T01:53:54.614Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2492 | 2024-08-22T01:54:04.004Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2493 | 2024-08-22T01:54:06.994Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2494 | 2024-08-22T01:54:08.433Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2495 | 2024-08-22T01:54:10.794Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2496 | 2024-08-22T01:54:12.829Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2497 | 2024-08-22T01:54:13.716Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2498 | 2024-08-22T01:54:13.764Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2499 | 2024-08-22T01:54:16.475Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2500 | 2024-08-22T01:54:25.855Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2501 | 2024-08-22T01:54:34.016Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2502 | 2024-08-22T01:54:34.626Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2503 | 2024-08-22T01:54:40.060Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2504 | 2024-08-22T01:54:41.383Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2505 | 2024-08-22T01:55:03.610Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2506 | 2024-08-22T01:55:07.566Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2507 | 2024-08-22T01:55:08.035Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2508 | 2024-08-22T01:55:15.004Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2509 | 2024-08-22T01:55:23.726Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2510 | 2024-08-22T01:55:24.942Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2511 | 2024-08-22T01:55:26.212Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2512 | 2024-08-22T01:55:31.502Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2513 | 2024-08-22T01:55:33.224Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2514 | 2024-08-22T01:55:41.214Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2515 | 2024-08-22T01:55:52.317Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2516 | 2024-08-22T01:55:52.683Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2517 | 2024-08-22T01:55:53.993Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2518 | 2024-08-22T01:55:56.649Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2519 | 2024-08-22T01:56:00.050Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2520 | 2024-08-22T01:56:07.899Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2521 | 2024-08-22T01:56:10.907Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2522 | 2024-08-22T01:56:11.084Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2523 | 2024-08-22T01:56:20.218Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2524 | 2024-08-22T01:56:26.134Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2525 | 2024-08-22T01:56:29.751Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2526 | 2024-08-22T01:56:30.594Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2527 | 2024-08-22T01:56:36.933Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2528 | 2024-08-22T01:56:37.740Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2529 | 2024-08-22T01:56:41.262Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2530 | 2024-08-22T01:56:42.756Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2531 | 2024-08-22T01:56:44.610Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2532 | 2024-08-22T01:56:45.705Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2533 | 2024-08-22T01:56:46.420Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2534 | 2024-08-22T01:56:51.839Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2535 | 2024-08-22T01:56:52.124Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2536 | 2024-08-22T01:56:53.061Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2537 | 2024-08-22T01:57:00.459Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2538 | 2024-08-22T01:57:02.087Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2539 | 2024-08-22T01:57:02.887Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2540 | 2024-08-22T01:57:03.570Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2541 | 2024-08-22T01:57:03.803Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2542 | 2024-08-22T01:57:05.598Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2543 | 2024-08-22T01:57:10.671Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2544 | 2024-08-22T01:57:12.004Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2545 | 2024-08-22T01:57:17.685Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2546 | 2024-08-22T01:57:17.771Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2547 | 2024-08-22T01:57:18.580Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2548 | 2024-08-22T01:57:19.294Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2549 | 2024-08-22T01:57:25.840Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2550 | 2024-08-22T01:57:25.942Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2551 | 2024-08-22T01:57:28.383Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2552 | 2024-08-22T01:57:30.123Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2553 | 2024-08-22T01:57:33.409Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2554 | 2024-08-22T01:57:37.214Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2555 | 2024-08-22T01:57:38.014Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2556 | 2024-08-22T01:57:38.464Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2557 | 2024-08-22T01:57:39.310Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2558 | 2024-08-22T01:57:43.795Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2559 | 2024-08-22T01:57:44.479Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2560 | 2024-08-22T01:57:45.085Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2561 | 2024-08-22T01:57:49.232Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2562 | 2024-08-22T01:57:51.165Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2563 | 2024-08-22T01:57:51.681Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2564 | 2024-08-22T01:57:51.807Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2565 | 2024-08-22T01:57:55.778Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2566 | 2024-08-22T01:58:00.759Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2567 | 2024-08-22T01:58:01.753Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2568 | 2024-08-22T01:58:03.524Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2569 | 2024-08-22T01:58:03.663Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2570 | 2024-08-22T01:58:04.249Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2571 | 2024-08-22T01:58:07.266Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2572 | 2024-08-22T01:58:07.345Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2573 | 2024-08-22T01:58:07.983Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2574 | 2024-08-22T01:58:08.237Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2575 | 2024-08-22T01:58:08.383Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2576 | 2024-08-22T01:58:12.356Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2577 | 2024-08-22T01:58:12.990Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2578 | 2024-08-22T01:58:13.733Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2024-08-22T01:58:13.747Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2580 | 2024-08-22T01:58:14.932Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2581 | 2024-08-22T01:58:42.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
2582 | 2024-08-22T01:58:42.829Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 122 other files |
2583 | 2024-08-22T01:58:42.888Z | |
2584 | 2024-08-22T01:58:42.891Z | real 6:50.259035648 |
2585 | 2024-08-22T01:58:42.891Z | user 21:07.454001119 |
2586 | 2024-08-22T01:58:42.891Z | sys 30:09.811696095 |
2587 | 2024-08-22T01:58:42.891Z | trap 0.352234916 |
2588 | 2024-08-22T01:58:42.891Z | tflt 0.327651590 |
2589 | 2024-08-22T01:58:42.891Z | dflt 0.243366036 |
2590 | 2024-08-22T01:58:42.891Z | kflt 0.000026647 |
2591 | 2024-08-22T01:58:42.891Z | lock 1:01:18.350472224 |
2592 | 2024-08-22T01:58:42.891Z | slp 1:56:29.608069440 |
2593 | 2024-08-22T01:58:42.891Z | lat 1:07.627479815 |
2594 | 2024-08-22T01:58:42.891Z | stop 54.525457232 |
2595 | 2024-08-22T01:58:42.891Z | process exited: duration 1040715 ms, exit code 0 |
|
2596 | 2024-08-22T01:58:42.896Z | found 0 output files |