|
|
|
1 | 2024-08-29T16:20:40.740Z | job assigned to worker 01J6FEZE2ZYG59MJAQ2MG3BWXJ (queued for 53 s) |
|
2 | 2024-08-29T16:20:48.409Z | starting task 0: "setup" |
3 | 2024-08-29T16:20:48.418Z | ++ uname -s |
4 | 2024-08-29T16:20:48.420Z | + kern=SunOS |
5 | 2024-08-29T16:20:48.420Z | + case "$kern" in |
6 | 2024-08-29T16:20:48.420Z | + groupadd -g 12345 build |
7 | 2024-08-29T16:20:48.422Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T16:20:50.434Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T16:20:50.507Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T16:20:50.509Z | + home_fs=zfs |
11 | 2024-08-29T16:20:50.509Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T16:20:50.509Z | + mkdir -p /home/build |
13 | 2024-08-29T16:20:50.512Z | + chown build:build /home/build /work |
14 | 2024-08-29T16:20:52.514Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T16:20:52.517Z | process exited: duration 4108 ms, exit code 0 |
|
16 | 2024-08-29T16:20:52.522Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T16:20:52.528Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T16:20:52.528Z | ' 1.80.1 |
19 | 2024-08-29T16:20:52.528Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T16:20:52.530Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T16:20:52.530Z | * toolchain profile = "default" |
22 | 2024-08-29T16:20:52.530Z | ' default |
23 | 2024-08-29T16:20:52.530Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T16:20:52.530Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T16:20:52.644Z | info: downloading installer |
26 | 2024-08-29T16:20:53.975Z | info: profile set to 'default' |
27 | 2024-08-29T16:20:53.975Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T16:20:53.978Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T16:20:54.137Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T16:20:54.137Z | info: downloading component 'cargo' |
31 | 2024-08-29T16:20:54.984Z | info: downloading component 'clippy' |
32 | 2024-08-29T16:20:55.369Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T16:20:56.503Z | info: downloading component 'rust-std' |
34 | 2024-08-29T16:20:58.151Z | info: downloading component 'rustc' |
35 | 2024-08-29T16:21:02.746Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T16:21:02.989Z | info: installing component 'cargo' |
37 | 2024-08-29T16:21:03.814Z | info: installing component 'clippy' |
38 | 2024-08-29T16:21:04.187Z | info: installing component 'rust-docs' |
39 | 2024-08-29T16:21:05.845Z | info: installing component 'rust-std' |
40 | 2024-08-29T16:21:07.682Z | info: installing component 'rustc' |
41 | 2024-08-29T16:21:12.171Z | info: installing component 'rustfmt' |
42 | 2024-08-29T16:21:12.499Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T16:21:12.499Z | |
44 | 2024-08-29T16:21:12.746Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T16:21:12.746Z | |
46 | 2024-08-29T16:21:12.749Z | |
47 | 2024-08-29T16:21:12.749Z | Rust is installed now. Great! |
48 | 2024-08-29T16:21:12.749Z | |
49 | 2024-08-29T16:21:12.749Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T16:21:12.749Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T16:21:12.749Z | |
52 | 2024-08-29T16:21:12.749Z | To configure your current shell, you need to source |
53 | 2024-08-29T16:21:12.749Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T16:21:12.749Z | |
55 | 2024-08-29T16:21:12.749Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T16:21:12.749Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T16:21:12.749Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T16:21:12.797Z | + rustc --version |
59 | 2024-08-29T16:21:12.860Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T16:21:12.862Z | process exited: duration 20335 ms, exit code 0 |
|
61 | 2024-08-29T16:21:12.867Z | starting task 2: "authentication" |
62 | 2024-08-29T16:21:12.888Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-29T16:21:12.895Z | starting task 3: "clone repository" |
64 | 2024-08-29T16:21:12.898Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T16:21:12.900Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T16:21:12.950Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T16:21:20.014Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T16:21:20.014Z | + git fetch origin 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
69 | 2024-08-29T16:21:20.320Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T16:21:20.320Z | * branch 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 -> FETCH_HEAD |
71 | 2024-08-29T16:21:20.331Z | + [[ -n eliza/fix-zone-bundle-on-nixos ]] |
72 | 2024-08-29T16:21:20.333Z | ++ git branch --show-current |
73 | 2024-08-29T16:21:20.335Z | + current=main |
74 | 2024-08-29T16:21:20.335Z | + [[ main != eliza/fix-zone-bundle-on-nixos ]] |
75 | 2024-08-29T16:21:20.335Z | + git branch -f eliza/fix-zone-bundle-on-nixos 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
76 | 2024-08-29T16:21:20.339Z | + git checkout -f eliza/fix-zone-bundle-on-nixos |
77 | 2024-08-29T16:21:20.492Z | Switched to branch 'eliza/fix-zone-bundle-on-nixos' |
78 | 2024-08-29T16:21:20.494Z | + git reset --hard 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
79 | 2024-08-29T16:21:20.511Z | HEAD is now at 5c9ca44f8 Skip `test_disk_usage` if there's no `/usr/bin/du` |
80 | 2024-08-29T16:21:20.514Z | process exited: duration 7616 ms, exit code 0 |
|
81 | 2024-08-29T16:21:20.519Z | starting task 4: "build" |
82 | 2024-08-29T16:21:20.524Z | + cargo --version |
83 | 2024-08-29T16:21:20.578Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T16:21:20.580Z | + rustc --version |
85 | 2024-08-29T16:21:20.638Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T16:21:20.641Z | + source ./env.sh |
87 | 2024-08-29T16:21:20.641Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T16:21:20.641Z | ++ set -o xtrace |
89 | 2024-08-29T16:21:20.644Z | ++++ dirname ./env.sh |
90 | 2024-08-29T16:21:20.649Z | +++ readlink -f . |
91 | 2024-08-29T16:21:20.655Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ 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-29T16:21:20.658Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T16:21:20.658Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T16:21:20.658Z | + banner prerequisites |
103 | 2024-08-29T16:21:20.661Z | |
104 | 2024-08-29T16:21:20.661Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-29T16:21:20.661Z | # # # # # # # # # # # # # # # |
106 | 2024-08-29T16:21:20.661Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-29T16:21:20.661Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-29T16:21:20.661Z | # # # # # # # # # # # # # # # |
109 | 2024-08-29T16:21:20.661Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-29T16:21:20.661Z | |
111 | 2024-08-29T16:21:20.661Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-29T16:21:25.453Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-29T16:21:27.767Z | Startup: Caching catalogs ... Done |
114 | 2024-08-29T16:21:29.724Z | Planning: Solver setup ... Done (1.401s) |
115 | 2024-08-29T16:21:29.747Z | Planning: Running solver ... Done (0.023s) |
116 | 2024-08-29T16:21:29.789Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-08-29T16:21:29.803Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-29T16:21:30.018Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-29T16:21:30.120Z | Planning: Package planning ... Done (0.102s) |
120 | 2024-08-29T16:21:30.176Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-08-29T16:21:30.390Z | Planning: Checking for conflicting actions ... Done (0.214s) |
122 | 2024-08-29T16:21:31.937Z | Planning: Consolidating action changes ... Done (1.547s) |
123 | 2024-08-29T16:21:32.441Z | Planning: Evaluating mediators ... Done (0.503s) |
124 | 2024-08-29T16:21:32.522Z | Planning: Planning completed in 4.68 seconds |
125 | 2024-08-29T16:21:32.538Z | Packages to install: 4 |
126 | 2024-08-29T16:21:32.538Z | Packages to update: 1 |
127 | 2024-08-29T16:21:32.540Z | Mediators to change: 2 |
128 | 2024-08-29T16:21:32.540Z | Services to change: 1 |
129 | 2024-08-29T16:21:32.540Z | Estimated space available: 155.72 GB |
130 | 2024-08-29T16:21:32.540Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-29T16:21:32.540Z | Create boot environment: No |
132 | 2024-08-29T16:21:32.541Z | Create backup boot environment: Yes |
133 | 2024-08-29T16:21:32.541Z | Rebuild boot archive: No |
134 | 2024-08-29T16:21:32.541Z | |
135 | 2024-08-29T16:21:32.541Z | Changed mediators: |
136 | 2024-08-29T16:21:32.541Z | mediator clang: |
137 | 2024-08-29T16:21:32.541Z | version: None -> 15 (system default) |
138 | 2024-08-29T16:21:32.541Z | |
139 | 2024-08-29T16:21:32.541Z | mediator llvm: |
140 | 2024-08-29T16:21:32.541Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-29T16:21:32.541Z | |
142 | 2024-08-29T16:21:32.541Z | Changed packages: |
143 | 2024-08-29T16:21:32.541Z | helios-dev |
144 | 2024-08-29T16:21:32.541Z | developer/build-essential |
145 | 2024-08-29T16:21:32.541Z | None -> 11-2.0 |
146 | 2024-08-29T16:21:32.541Z | library/libxmlsec1 |
147 | 2024-08-29T16:21:32.541Z | None -> 1.2.35-2.0 |
148 | 2024-08-29T16:21:32.541Z | ooce/developer/clang-15 |
149 | 2024-08-29T16:21:32.541Z | None -> 15.0.7-2.0 |
150 | 2024-08-29T16:21:32.541Z | ooce/developer/llvm-15 |
151 | 2024-08-29T16:21:32.541Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T16:21:32.541Z | package/pkg |
153 | 2024-08-29T16:21:32.541Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-29T16:21:32.541Z | |
155 | 2024-08-29T16:21:32.541Z | Services: |
156 | 2024-08-29T16:21:32.541Z | restart_fmri: |
157 | 2024-08-29T16:21:32.541Z | svc:/system/update-man-index:default |
158 | 2024-08-29T16:21:32.541Z | |
159 | 2024-08-29T16:21:32.541Z | Editable files to change: |
160 | 2024-08-29T16:21:32.541Z | Update: |
161 | 2024-08-29T16:21:32.541Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-29T16:21:32.620Z | |
163 | 2024-08-29T16:21:32.620Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-29T16:21:37.695Z | Download: 1198/4281 items 83.4/220.6MB 37% complete (18.3M/s) |
165 | 2024-08-29T16:21:42.698Z | Download: 2856/4281 items 121.1/220.6MB 54% complete (12.1M/s) |
166 | 2024-08-29T16:21:47.706Z | Download: 3441/4281 items 215.2/220.6MB 97% complete (13.2M/s) |
167 | 2024-08-29T16:21:52.810Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
168 | 2024-08-29T16:21:52.923Z | Download: Completed 220.60 MB in 20.30 seconds (10.9M/s) |
169 | 2024-08-29T16:21:55.026Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-08-29T16:21:55.052Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-08-29T16:21:59.754Z | Actions: 4226/5063 actions (Updating modified actions) |
172 | 2024-08-29T16:22:00.065Z | Actions: Completed 5063 actions in 5.03 seconds. |
173 | 2024-08-29T16:22:00.341Z | Done (0.279s) |
174 | 2024-08-29T16:22:00.344Z | Done (0.000s) |
175 | 2024-08-29T16:22:00.736Z | Done (0.382s) |
176 | 2024-08-29T16:22:05.195Z | Done (4.287s) |
177 | 2024-08-29T16:22:05.280Z | Done (0.018s) |
178 | 2024-08-29T16:22:05.289Z | Done (0.000s) |
179 | 2024-08-29T16:22:05.455Z | Done (0.000s) |
180 | 2024-08-29T16:22:06.151Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-08-29T16:22:06.207Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-08-29T16:22:06.209Z | Planning: Consolidating action changes ... Done |
183 | 2024-08-29T16:22:06.473Z | Planning: Evaluating mediators ... Done |
184 | 2024-08-29T16:22:06.475Z | Planning: Planning completed in 0.43 seconds |
185 | 2024-08-29T16:22:06.511Z | Mediators to change: 2 |
186 | 2024-08-29T16:22:06.511Z | Create boot environment: No |
187 | 2024-08-29T16:22:06.514Z | Create backup boot environment: No |
188 | 2024-08-29T16:22:06.572Z | Done |
189 | 2024-08-29T16:22:06.572Z | Done |
190 | 2024-08-29T16:22:06.805Z | Done |
191 | 2024-08-29T16:22:10.430Z | Done |
192 | 2024-08-29T16:22:10.520Z | Done |
193 | 2024-08-29T16:22:10.522Z | Done |
194 | 2024-08-29T16:22:10.608Z | Done |
195 | 2024-08-29T16:22:11.215Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-08-29T16:22:11.217Z | Planning: Merging actions ... Done |
197 | 2024-08-29T16:22:11.404Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-08-29T16:22:11.406Z | Planning: Consolidating action changes ... Done |
199 | 2024-08-29T16:22:11.665Z | Planning: Evaluating mediators ... Done |
200 | 2024-08-29T16:22:11.718Z | Planning: Planning completed in 0.74 seconds |
201 | 2024-08-29T16:22:11.760Z | Packages to change: 1 |
202 | 2024-08-29T16:22:11.760Z | Mediators to change: 1 |
203 | 2024-08-29T16:22:11.762Z | Services to change: 1 |
204 | 2024-08-29T16:22:11.762Z | Create boot environment: No |
205 | 2024-08-29T16:22:11.762Z | Create backup boot environment: Yes |
206 | 2024-08-29T16:22:13.650Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2024-08-29T16:22:13.653Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2024-08-29T16:22:13.653Z | Done |
209 | 2024-08-29T16:22:13.653Z | Done |
210 | 2024-08-29T16:22:13.731Z | Done |
211 | 2024-08-29T16:22:17.353Z | Done |
212 | 2024-08-29T16:22:17.446Z | Done |
213 | 2024-08-29T16:22:17.449Z | Done |
214 | 2024-08-29T16:22:17.572Z | Done |
215 | 2024-08-29T16:22:17.993Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2024-08-29T16:22:17.993Z | clang system 15 system |
217 | 2024-08-29T16:22:17.993Z | csh system system illumos |
218 | 2024-08-29T16:22:17.993Z | ctags system system illumos |
219 | 2024-08-29T16:22:17.993Z | gcc vendor 12 vendor |
220 | 2024-08-29T16:22:17.993Z | gcc system 10 system |
221 | 2024-08-29T16:22:17.993Z | gcc system 7 system |
222 | 2024-08-29T16:22:17.993Z | go system 1.20 system |
223 | 2024-08-29T16:22:17.993Z | go system 1.19 system |
224 | 2024-08-29T16:22:17.993Z | llvm system 15 system |
225 | 2024-08-29T16:22:17.993Z | llvm system 14 system |
226 | 2024-08-29T16:22:17.993Z | mariadb system 10.6 system |
227 | 2024-08-29T16:22:17.993Z | mta vendor vendor dma |
228 | 2024-08-29T16:22:17.993Z | openjdk system 17 system |
229 | 2024-08-29T16:22:17.993Z | openjdk system 11 system |
230 | 2024-08-29T16:22:17.993Z | openjdk system 1.8 system |
231 | 2024-08-29T16:22:17.993Z | openssl vendor 3 vendor |
232 | 2024-08-29T16:22:17.993Z | perl system 5.36 system |
233 | 2024-08-29T16:22:17.993Z | postgresql system 15 system |
234 | 2024-08-29T16:22:17.994Z | postgresql system 13 system |
235 | 2024-08-29T16:22:17.994Z | python vendor 3 vendor |
236 | 2024-08-29T16:22:17.994Z | python system 2 system |
237 | 2024-08-29T16:22:17.994Z | python3 system 3.11 system |
238 | 2024-08-29T16:22:17.994Z | ruby system 3.0 system |
239 | 2024-08-29T16:22:17.994Z | words vendor vendor american-english |
240 | 2024-08-29T16:22:17.994Z | words system system australian-english |
241 | 2024-08-29T16:22:17.994Z | words system system british-english |
242 | 2024-08-29T16:22:17.994Z | words system system canadian-english |
243 | 2024-08-29T16:22:17.994Z | words system system french |
244 | 2024-08-29T16:22:17.994Z | words system system italian |
245 | 2024-08-29T16:22:17.994Z | words system system ngerman |
246 | 2024-08-29T16:22:17.994Z | words system system ogerman |
247 | 2024-08-29T16:22:17.994Z | words system system spanish |
248 | 2024-08-29T16:22:18.320Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2024-08-29T16:22:18.320Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2024-08-29T16:22:20.102Z | FMRI IFO |
251 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-08-29T16:22:20.102Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-08-29T16:22:20.729Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
265 | 2024-08-29T16:22:20.982Z | Updating git repository `https://github.com/oxidecomputer/zone` |
266 | 2024-08-29T16:22:21.266Z | Updating crates.io index |
267 | 2024-08-29T16:22:21.268Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
268 | 2024-08-29T16:22:22.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-08-29T16:22:22.805Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-08-29T16:22:23.060Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
271 | 2024-08-29T16:22:24.535Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-08-29T16:22:24.794Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-08-29T16:22:25.072Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-08-29T16:22:26.059Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-08-29T16:22:27.949Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-08-29T16:22:28.867Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-08-29T16:22:29.537Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-08-29T16:22:29.844Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-08-29T16:22:30.386Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
280 | 2024-08-29T16:22:30.646Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
281 | 2024-08-29T16:22:31.001Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-08-29T16:22:31.424Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-08-29T16:22:31.741Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-08-29T16:22:31.977Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-08-29T16:22:32.247Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-08-29T16:22:32.564Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-08-29T16:22:32.896Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-08-29T16:22:33.496Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-08-29T16:22:33.759Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-08-29T16:22:34.207Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-08-29T16:22:34.547Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-08-29T16:22:34.978Z | Updating git repository `https://github.com/oxidecomputer/typify` |
293 | 2024-08-29T16:22:37.129Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2024-08-29T16:22:37.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2024-08-29T16:22:37.674Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2024-08-29T16:22:38.038Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
297 | 2024-08-29T16:22:39.308Z | Downloading crates ... |
298 | 2024-08-29T16:22:39.382Z | Downloaded anstyle v1.0.8 |
299 | 2024-08-29T16:22:39.386Z | Downloaded anstream v0.6.14 |
300 | 2024-08-29T16:22:39.388Z | Downloaded autocfg v1.3.0 |
301 | 2024-08-29T16:22:39.399Z | Downloaded equivalent v1.0.1 |
302 | 2024-08-29T16:22:39.408Z | Downloaded swrite v0.1.0 |
303 | 2024-08-29T16:22:39.411Z | Downloaded scroll v0.12.0 |
304 | 2024-08-29T16:22:39.413Z | Downloaded heck v0.4.1 |
305 | 2024-08-29T16:22:39.415Z | Downloaded digest v0.10.7 |
306 | 2024-08-29T16:22:39.418Z | Downloaded byteorder v1.5.0 |
307 | 2024-08-29T16:22:39.420Z | Downloaded fs-err v2.11.0 |
308 | 2024-08-29T16:22:39.423Z | Downloaded anstyle-parse v0.2.4 |
309 | 2024-08-29T16:22:39.426Z | Downloaded cpufeatures v0.2.12 |
310 | 2024-08-29T16:22:39.426Z | Downloaded plain v0.2.3 |
311 | 2024-08-29T16:22:39.429Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-29T16:22:39.429Z | Downloaded terminal_size v0.3.0 |
313 | 2024-08-29T16:22:39.432Z | Downloaded unicode-linebreak v0.1.5 |
314 | 2024-08-29T16:22:39.432Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-08-29T16:22:39.432Z | Downloaded memmap v0.7.0 |
316 | 2024-08-29T16:22:39.435Z | Downloaded macaddr v1.0.1 |
317 | 2024-08-29T16:22:39.435Z | Downloaded thread-id v4.2.1 |
318 | 2024-08-29T16:22:39.435Z | Downloaded usdt v0.5.0 |
319 | 2024-08-29T16:22:39.437Z | Downloaded tabled_derive v0.7.0 |
320 | 2024-08-29T16:22:39.440Z | Downloaded thiserror v1.0.63 |
321 | 2024-08-29T16:22:39.442Z | Downloaded smawk v0.3.2 |
322 | 2024-08-29T16:22:39.444Z | Downloaded once_cell v1.19.0 |
323 | 2024-08-29T16:22:39.447Z | Downloaded utf8parse v0.2.1 |
324 | 2024-08-29T16:22:39.447Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-08-29T16:22:39.451Z | Downloaded camino-tempfile v1.1.1 |
326 | 2024-08-29T16:22:39.455Z | Downloaded zerocopy-derive v0.7.34 |
327 | 2024-08-29T16:22:39.459Z | Downloaded semver v1.0.23 |
328 | 2024-08-29T16:22:39.459Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-08-29T16:22:39.459Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-08-29T16:22:39.461Z | Downloaded is_terminal_polyfill v1.70.0 |
331 | 2024-08-29T16:22:39.461Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-08-29T16:22:39.461Z | Downloaded fastrand v2.1.0 |
333 | 2024-08-29T16:22:39.464Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-08-29T16:22:39.464Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-08-29T16:22:39.466Z | Downloaded usdt-macro v0.5.0 |
336 | 2024-08-29T16:22:39.468Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2024-08-29T16:22:39.468Z | Downloaded clap_lex v0.7.0 |
338 | 2024-08-29T16:22:39.470Z | Downloaded cfg-if v1.0.0 |
339 | 2024-08-29T16:22:39.470Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-08-29T16:22:39.473Z | Downloaded proc-macro2 v1.0.86 |
341 | 2024-08-29T16:22:39.475Z | Downloaded block-buffer v0.10.4 |
342 | 2024-08-29T16:22:39.475Z | Downloaded ucd-trie v0.1.6 |
343 | 2024-08-29T16:22:39.478Z | Downloaded bytecount v0.6.8 |
344 | 2024-08-29T16:22:39.478Z | Downloaded cargo-platform v0.1.8 |
345 | 2024-08-29T16:22:39.481Z | Downloaded fnv v1.0.7 |
346 | 2024-08-29T16:22:39.481Z | Downloaded errno v0.3.9 |
347 | 2024-08-29T16:22:39.483Z | Downloaded colorchoice v1.0.1 |
348 | 2024-08-29T16:22:39.483Z | Downloaded anstyle-query v1.0.3 |
349 | 2024-08-29T16:22:39.484Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-08-29T16:22:39.486Z | Downloaded generic-array v0.14.7 |
351 | 2024-08-29T16:22:39.486Z | Downloaded crypto-common v0.1.6 |
352 | 2024-08-29T16:22:39.489Z | Downloaded itoa v1.0.11 |
353 | 2024-08-29T16:22:39.489Z | Downloaded heck v0.5.0 |
354 | 2024-08-29T16:22:39.489Z | Downloaded dof v0.3.0 |
355 | 2024-08-29T16:22:39.491Z | Downloaded strsim v0.11.1 |
356 | 2024-08-29T16:22:39.496Z | Downloaded thiserror-impl v1.0.63 |
357 | 2024-08-29T16:22:39.499Z | Downloaded version_check v0.9.5 |
358 | 2024-08-29T16:22:39.505Z | Downloaded serde_derive v1.0.208 |
359 | 2024-08-29T16:22:39.509Z | Downloaded camino v1.1.9 |
360 | 2024-08-29T16:22:39.512Z | Downloaded cargo_toml v0.20.4 |
361 | 2024-08-29T16:22:39.514Z | Downloaded quote v1.0.36 |
362 | 2024-08-29T16:22:39.519Z | Downloaded pest_derive v2.7.10 |
363 | 2024-08-29T16:22:39.521Z | Downloaded toml_datetime v0.6.8 |
364 | 2024-08-29T16:22:39.524Z | Downloaded sha2 v0.10.8 |
365 | 2024-08-29T16:22:39.530Z | Downloaded tempfile v3.10.1 |
366 | 2024-08-29T16:22:39.533Z | Downloaded indexmap v2.4.0 |
367 | 2024-08-29T16:22:39.537Z | Downloaded bitflags v2.6.0 |
368 | 2024-08-29T16:22:39.541Z | Downloaded anyhow v1.0.86 |
369 | 2024-08-29T16:22:39.544Z | Downloaded ryu v1.0.18 |
370 | 2024-08-29T16:22:39.547Z | Downloaded unicode-ident v1.0.12 |
371 | 2024-08-29T16:22:39.549Z | Downloaded typenum v1.17.0 |
372 | 2024-08-29T16:22:39.552Z | Downloaded toml v0.8.19 |
373 | 2024-08-29T16:22:39.555Z | Downloaded clap_derive v4.5.13 |
374 | 2024-08-29T16:22:39.557Z | Downloaded pest_meta v2.7.10 |
375 | 2024-08-29T16:22:39.560Z | Downloaded log v0.4.21 |
376 | 2024-08-29T16:22:39.562Z | Downloaded textwrap v0.16.1 |
377 | 2024-08-29T16:22:39.565Z | Downloaded clap v4.5.16 |
378 | 2024-08-29T16:22:39.572Z | Downloaded toml_edit v0.22.20 |
379 | 2024-08-29T16:22:39.593Z | Downloaded serde v1.0.208 |
380 | 2024-08-29T16:22:39.596Z | Downloaded memchr v2.7.2 |
381 | 2024-08-29T16:22:39.601Z | Downloaded papergrid v0.11.0 |
382 | 2024-08-29T16:22:39.605Z | Downloaded pest v2.7.10 |
383 | 2024-08-29T16:22:39.613Z | Downloaded hashbrown v0.14.5 |
384 | 2024-08-29T16:22:39.618Z | Downloaded winnow v0.6.18 |
385 | 2024-08-29T16:22:39.626Z | Downloaded serde_json v1.0.125 |
386 | 2024-08-29T16:22:39.633Z | Downloaded clap_builder v4.5.15 |
387 | 2024-08-29T16:22:39.639Z | Downloaded zerocopy v0.7.34 |
388 | 2024-08-29T16:22:39.655Z | Downloaded goblin v0.8.2 |
389 | 2024-08-29T16:22:39.660Z | Downloaded tabled v0.15.0 |
390 | 2024-08-29T16:22:39.675Z | Downloaded syn v2.0.74 |
391 | 2024-08-29T16:22:39.685Z | Downloaded syn v1.0.109 |
392 | 2024-08-29T16:22:39.695Z | Downloaded rustix v0.38.34 |
393 | 2024-08-29T16:22:39.716Z | Downloaded unicode-width v0.1.13 |
394 | 2024-08-29T16:22:39.724Z | Downloaded libc v0.2.158 |
395 | 2024-08-29T16:22:40.031Z | Compiling proc-macro2 v1.0.86 |
396 | 2024-08-29T16:22:40.033Z | Compiling unicode-ident v1.0.12 |
397 | 2024-08-29T16:22:40.033Z | Compiling version_check v0.9.5 |
398 | 2024-08-29T16:22:40.033Z | Compiling serde v1.0.208 |
399 | 2024-08-29T16:22:40.033Z | Compiling memchr v2.7.2 |
400 | 2024-08-29T16:22:40.033Z | Compiling thiserror v1.0.63 |
401 | 2024-08-29T16:22:40.033Z | Compiling libc v0.2.158 |
402 | 2024-08-29T16:22:40.065Z | Compiling ucd-trie v0.1.6 |
403 | 2024-08-29T16:22:40.713Z | Compiling itoa v1.0.11 |
404 | 2024-08-29T16:22:40.740Z | Compiling ryu v1.0.18 |
405 | 2024-08-29T16:22:40.837Z | Compiling once_cell v1.19.0 |
406 | 2024-08-29T16:22:40.895Z | Compiling byteorder v1.5.0 |
407 | 2024-08-29T16:22:41.074Z | Compiling rustix v0.38.34 |
408 | 2024-08-29T16:22:41.236Z | Compiling serde_json v1.0.125 |
409 | 2024-08-29T16:22:41.508Z | Compiling bitflags v2.6.0 |
410 | 2024-08-29T16:22:41.629Z | Compiling usdt-impl v0.5.0 |
411 | 2024-08-29T16:22:41.713Z | Compiling quote v1.0.36 |
412 | 2024-08-29T16:22:41.798Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-08-29T16:22:41.913Z | Compiling syn v1.0.109 |
414 | 2024-08-29T16:22:41.998Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-08-29T16:22:42.090Z | Compiling syn v2.0.74 |
416 | 2024-08-29T16:22:42.184Z | Compiling errno v0.3.9 |
417 | 2024-08-29T16:22:42.295Z | Compiling plain v0.2.3 |
418 | 2024-08-29T16:22:42.430Z | Compiling camino v1.1.9 |
419 | 2024-08-29T16:22:42.453Z | Compiling utf8parse v0.2.1 |
420 | 2024-08-29T16:22:42.509Z | Compiling thread-id v4.2.1 |
421 | 2024-08-29T16:22:42.620Z | Compiling equivalent v1.0.1 |
422 | 2024-08-29T16:22:42.646Z | Compiling hashbrown v0.14.5 |
423 | 2024-08-29T16:22:42.671Z | Compiling log v0.4.21 |
424 | 2024-08-29T16:22:42.737Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-08-29T16:22:43.228Z | Compiling unicode-width v0.1.13 |
426 | 2024-08-29T16:22:43.252Z | Compiling semver v1.0.23 |
427 | 2024-08-29T16:22:43.473Z | Compiling colorchoice v1.0.1 |
428 | 2024-08-29T16:22:43.497Z | Compiling is_terminal_polyfill v1.70.0 |
429 | 2024-08-29T16:22:43.581Z | Compiling winnow v0.6.18 |
430 | 2024-08-29T16:22:43.622Z | Compiling anstyle-query v1.0.3 |
431 | 2024-08-29T16:22:43.647Z | Compiling anstyle v1.0.8 |
432 | 2024-08-29T16:22:43.772Z | Compiling pretty-hex v0.4.1 |
433 | 2024-08-29T16:22:43.822Z | Compiling autocfg v1.3.0 |
434 | 2024-08-29T16:22:44.003Z | Compiling indexmap v2.4.0 |
435 | 2024-08-29T16:22:44.045Z | Compiling anstream v0.6.14 |
436 | 2024-08-29T16:22:44.455Z | Compiling anyhow v1.0.86 |
437 | 2024-08-29T16:22:44.779Z | Compiling fs-err v2.11.0 |
438 | 2024-08-29T16:22:44.781Z | Compiling terminal_size v0.3.0 |
439 | 2024-08-29T16:22:45.005Z | Compiling heck v0.5.0 |
440 | 2024-08-29T16:22:45.091Z | Compiling cfg-if v1.0.0 |
441 | 2024-08-29T16:22:45.114Z | Compiling strsim v0.11.1 |
442 | 2024-08-29T16:22:45.190Z | Compiling heck v0.4.1 |
443 | 2024-08-29T16:22:45.294Z | Compiling clap_lex v0.7.0 |
444 | 2024-08-29T16:22:45.358Z | Compiling bytecount v0.6.8 |
445 | 2024-08-29T16:22:45.587Z | Compiling fnv v1.0.7 |
446 | 2024-08-29T16:22:45.669Z | Compiling fastrand v2.1.0 |
447 | 2024-08-29T16:22:45.730Z | Compiling papergrid v0.11.0 |
448 | 2024-08-29T16:22:45.820Z | Compiling clap_builder v4.5.15 |
449 | 2024-08-29T16:22:46.059Z | Compiling tempfile v3.10.1 |
450 | 2024-08-29T16:22:46.375Z | Compiling memmap v0.7.0 |
451 | 2024-08-29T16:22:46.400Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-08-29T16:22:46.716Z | Compiling smawk v0.3.2 |
453 | 2024-08-29T16:22:46.931Z | Compiling textwrap v0.16.1 |
454 | 2024-08-29T16:22:47.345Z | Compiling swrite v0.1.0 |
455 | 2024-08-29T16:22:48.596Z | Compiling tabled_derive v0.7.0 |
456 | 2024-08-29T16:22:50.275Z | Compiling tabled v0.15.0 |
457 | 2024-08-29T16:22:50.867Z | Compiling serde_derive v1.0.208 |
458 | 2024-08-29T16:22:50.867Z | Compiling thiserror-impl v1.0.63 |
459 | 2024-08-29T16:22:50.870Z | Compiling zerocopy-derive v0.7.34 |
460 | 2024-08-29T16:22:50.891Z | Compiling scroll_derive v0.12.0 |
461 | 2024-08-29T16:22:51.176Z | Compiling clap_derive v4.5.13 |
462 | 2024-08-29T16:22:52.392Z | Compiling scroll v0.12.0 |
463 | 2024-08-29T16:22:52.890Z | Compiling goblin v0.8.2 |
464 | 2024-08-29T16:22:52.980Z | Compiling zerocopy v0.7.34 |
465 | 2024-08-29T16:22:53.642Z | Compiling pest v2.7.10 |
466 | 2024-08-29T16:22:54.816Z | Compiling clap v4.5.16 |
467 | 2024-08-29T16:22:55.929Z | Compiling pest_meta v2.7.10 |
468 | 2024-08-29T16:22:56.717Z | Compiling pest_generator v2.7.10 |
469 | 2024-08-29T16:22:58.491Z | Compiling pest_derive v2.7.10 |
470 | 2024-08-29T16:22:59.202Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-08-29T16:23:01.085Z | Compiling serde_spanned v0.6.7 |
472 | 2024-08-29T16:23:01.088Z | Compiling toml_datetime v0.6.8 |
473 | 2024-08-29T16:23:01.088Z | Compiling cargo-platform v0.1.8 |
474 | 2024-08-29T16:23:01.464Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-08-29T16:23:01.575Z | Compiling toml_edit v0.22.20 |
476 | 2024-08-29T16:23:01.673Z | Compiling macaddr v1.0.1 |
477 | 2024-08-29T16:23:01.776Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-08-29T16:23:02.517Z | Compiling dof v0.3.0 |
479 | 2024-08-29T16:23:02.517Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-08-29T16:23:04.393Z | Compiling toml v0.8.19 |
481 | 2024-08-29T16:23:04.702Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-08-29T16:23:04.844Z | Compiling usdt-macro v0.5.0 |
483 | 2024-08-29T16:23:05.233Z | Compiling cargo_toml v0.20.4 |
484 | 2024-08-29T16:23:05.993Z | Compiling usdt v0.5.0 |
485 | 2024-08-29T16:23:09.072Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-08-29T16:23:13.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.78s |
487 | 2024-08-29T16:23:13.531Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-08-29T16:23:14.088Z | Downloading crates ... |
489 | 2024-08-29T16:23:14.208Z | Downloaded assert_matches v1.5.0 |
490 | 2024-08-29T16:23:14.217Z | Downloaded async-recursion v1.1.1 |
491 | 2024-08-29T16:23:14.223Z | Downloaded ident_case v1.0.1 |
492 | 2024-08-29T16:23:14.226Z | Downloaded argon2 v0.5.3 |
493 | 2024-08-29T16:23:14.229Z | Downloaded adler v1.0.2 |
494 | 2024-08-29T16:23:14.232Z | Downloaded impl-trait-for-tuples v0.2.2 |
495 | 2024-08-29T16:23:14.234Z | Downloaded hyper-tls v0.5.0 |
496 | 2024-08-29T16:23:14.236Z | Downloaded hyper-rustls v0.24.2 |
497 | 2024-08-29T16:23:14.240Z | Downloaded hubpack v0.1.2 |
498 | 2024-08-29T16:23:14.242Z | Downloaded num-conv v0.1.0 |
499 | 2024-08-29T16:23:14.244Z | Downloaded atomicwrites v0.4.3 |
500 | 2024-08-29T16:23:14.244Z | Downloaded instant v0.1.12 |
501 | 2024-08-29T16:23:14.246Z | Downloaded is_ci v1.2.0 |
502 | 2024-08-29T16:23:14.248Z | Downloaded async-trait v0.1.81 |
503 | 2024-08-29T16:23:14.250Z | Downloaded match_cfg v0.1.0 |
504 | 2024-08-29T16:23:14.252Z | Downloaded newtype_derive v0.1.6 |
505 | 2024-08-29T16:23:14.255Z | Downloaded number_prefix v0.4.0 |
506 | 2024-08-29T16:23:14.257Z | Downloaded num_threads v0.1.7 |
507 | 2024-08-29T16:23:14.259Z | Downloaded newline-converter v0.3.0 |
508 | 2024-08-29T16:23:14.259Z | Downloaded openssl-macros v0.1.1 |
509 | 2024-08-29T16:23:14.261Z | Downloaded async-stream-impl v0.3.5 |
510 | 2024-08-29T16:23:14.261Z | Downloaded hubpack_derive v0.1.1 |
511 | 2024-08-29T16:23:14.261Z | Downloaded bitstruct_derive v0.1.0 |
512 | 2024-08-29T16:23:14.264Z | Downloaded lalrpop-util v0.19.12 |
513 | 2024-08-29T16:23:14.264Z | Downloaded crunchy v0.2.2 |
514 | 2024-08-29T16:23:14.266Z | Downloaded arrayref v0.3.7 |
515 | 2024-08-29T16:23:14.266Z | Downloaded linked-hash-map v0.5.6 |
516 | 2024-08-29T16:23:14.268Z | Downloaded allocator-api2 v0.2.18 |
517 | 2024-08-29T16:23:14.270Z | Downloaded num_enum v0.5.11 |
518 | 2024-08-29T16:23:14.275Z | Downloaded ciborium-ll v0.2.2 |
519 | 2024-08-29T16:23:14.278Z | Downloaded num-integer v0.1.46 |
520 | 2024-08-29T16:23:14.282Z | Downloaded lazycell v1.3.0 |
521 | 2024-08-29T16:23:14.285Z | Downloaded defmt-macros v0.3.9 |
522 | 2024-08-29T16:23:14.285Z | Downloaded lru v0.12.3 |
523 | 2024-08-29T16:23:14.287Z | Downloaded hyper-staticfile v0.9.5 |
524 | 2024-08-29T16:23:14.289Z | Downloaded async-stream v0.3.5 |
525 | 2024-08-29T16:23:14.291Z | Downloaded mime_guess v2.0.4 |
526 | 2024-08-29T16:23:14.291Z | Downloaded indent_write v2.2.0 |
527 | 2024-08-29T16:23:14.294Z | Downloaded cassowary v0.3.0 |
528 | 2024-08-29T16:23:14.296Z | Downloaded constant_time_eq v0.3.0 |
529 | 2024-08-29T16:23:14.298Z | Downloaded nu-ansi-term v0.50.0 |
530 | 2024-08-29T16:23:14.303Z | Downloaded defmt v0.3.8 |
531 | 2024-08-29T16:23:14.306Z | Downloaded native-tls v0.2.11 |
532 | 2024-08-29T16:23:14.306Z | Downloaded backoff v0.4.0 |
533 | 2024-08-29T16:23:14.308Z | Downloaded iana-time-zone v0.1.60 |
534 | 2024-08-29T16:23:14.311Z | Downloaded is-terminal v0.4.12 |
535 | 2024-08-29T16:23:14.313Z | Downloaded ascii v1.1.0 |
536 | 2024-08-29T16:23:14.315Z | Downloaded ascii-canvas v3.0.0 |
537 | 2024-08-29T16:23:14.317Z | Downloaded nodrop v0.1.14 |
538 | 2024-08-29T16:23:14.317Z | Downloaded new_debug_unreachable v1.0.6 |
539 | 2024-08-29T16:23:14.320Z | Downloaded cookie v0.17.0 |
540 | 2024-08-29T16:23:14.323Z | Downloaded cbc v0.1.2 |
541 | 2024-08-29T16:23:14.323Z | Downloaded openssl-probe v0.1.5 |
542 | 2024-08-29T16:23:14.325Z | Downloaded termtree v0.4.1 |
543 | 2024-08-29T16:23:14.326Z | Downloaded normalize-line-endings v0.3.0 |
544 | 2024-08-29T16:23:14.326Z | Downloaded atty v0.2.14 |
545 | 2024-08-29T16:23:14.328Z | Downloaded opaque-debug v0.3.1 |
546 | 2024-08-29T16:23:14.328Z | Downloaded mockall_derive v0.13.0 |
547 | 2024-08-29T16:23:14.330Z | Downloaded indexmap v1.9.3 |
548 | 2024-08-29T16:23:14.336Z | Downloaded csv-core v0.1.11 |
549 | 2024-08-29T16:23:14.339Z | Downloaded num-rational v0.4.2 |
550 | 2024-08-29T16:23:14.339Z | Downloaded ciborium-io v0.2.2 |
551 | 2024-08-29T16:23:14.339Z | Downloaded cfg_aliases v0.1.1 |
552 | 2024-08-29T16:23:14.341Z | Downloaded strum v0.26.3 |
553 | 2024-08-29T16:23:14.341Z | Downloaded bitstruct v0.1.1 |
554 | 2024-08-29T16:23:14.344Z | Downloaded crc32fast v1.4.0 |
555 | 2024-08-29T16:23:14.346Z | Downloaded base64ct v1.6.0 |
556 | 2024-08-29T16:23:14.348Z | Downloaded diesel_table_macro_syntax v0.2.0 |
557 | 2024-08-29T16:23:14.348Z | Downloaded omicron-zone-package v0.11.0 |
558 | 2024-08-29T16:23:14.351Z | Downloaded darling_macro v0.20.9 |
559 | 2024-08-29T16:23:14.354Z | Downloaded string_cache v0.8.7 |
560 | 2024-08-29T16:23:14.356Z | Downloaded cstr-argument v0.1.2 |
561 | 2024-08-29T16:23:14.356Z | Downloaded clang-sys v1.7.0 |
562 | 2024-08-29T16:23:14.358Z | Downloaded lazy_static v1.5.0 |
563 | 2024-08-29T16:23:14.360Z | Downloaded maybe-uninit v2.0.0 |
564 | 2024-08-29T16:23:14.364Z | Downloaded keccak v0.1.5 |
565 | 2024-08-29T16:23:14.364Z | Downloaded num-iter v0.1.45 |
566 | 2024-08-29T16:23:14.366Z | Downloaded mime v0.3.17 |
567 | 2024-08-29T16:23:14.366Z | Downloaded foreign-types v0.5.0 |
568 | 2024-08-29T16:23:14.366Z | Downloaded crossbeam-utils v0.8.19 |
569 | 2024-08-29T16:23:14.369Z | Downloaded miniz_oxide v0.7.2 |
570 | 2024-08-29T16:23:14.371Z | Downloaded olpc-cjson v0.1.3 |
571 | 2024-08-29T16:23:14.374Z | Downloaded num_enum_derive v0.5.11 |
572 | 2024-08-29T16:23:14.376Z | Downloaded atomic-waker v1.1.2 |
573 | 2024-08-29T16:23:14.376Z | Downloaded termcolor v1.4.1 |
574 | 2024-08-29T16:23:14.378Z | Downloaded num-derive v0.4.2 |
575 | 2024-08-29T16:23:14.381Z | Downloaded nanorand v0.7.0 |
576 | 2024-08-29T16:23:14.384Z | Downloaded foreign-types v0.3.2 |
577 | 2024-08-29T16:23:14.384Z | Downloaded fxhash v0.2.1 |
578 | 2024-08-29T16:23:14.384Z | Downloaded bb8 v0.8.5 |
579 | 2024-08-29T16:23:14.386Z | Downloaded mockall v0.13.0 |
580 | 2024-08-29T16:23:14.388Z | Downloaded slog-envlogger v2.2.0 |
581 | 2024-08-29T16:23:14.388Z | Downloaded shlex v1.3.0 |
582 | 2024-08-29T16:23:14.391Z | Downloaded portpicker v0.1.1 |
583 | 2024-08-29T16:23:14.391Z | Downloaded buf-list v1.0.3 |
584 | 2024-08-29T16:23:14.393Z | Downloaded convert_case v0.4.0 |
585 | 2024-08-29T16:23:14.396Z | Downloaded bitflags v1.3.2 |
586 | 2024-08-29T16:23:14.398Z | Downloaded termios v0.3.3 |
587 | 2024-08-29T16:23:14.401Z | Downloaded universal-hash v0.5.1 |
588 | 2024-08-29T16:23:14.401Z | Downloaded uzers v0.11.3 |
589 | 2024-08-29T16:23:14.404Z | Downloaded crc-catalog v2.4.0 |
590 | 2024-08-29T16:23:14.404Z | Downloaded ipnet v2.9.0 |
591 | 2024-08-29T16:23:14.407Z | Downloaded serde_path_to_error v0.1.16 |
592 | 2024-08-29T16:23:14.409Z | Downloaded num v0.4.3 |
593 | 2024-08-29T16:23:14.409Z | Downloaded debug-ignore v1.0.5 |
594 | 2024-08-29T16:23:14.411Z | Downloaded libloading v0.8.3 |
595 | 2024-08-29T16:23:14.414Z | Downloaded const_format_proc_macros v0.2.32 |
596 | 2024-08-29T16:23:14.416Z | Downloaded slog-bunyan v2.5.0 |
597 | 2024-08-29T16:23:14.418Z | Downloaded gethostname v0.5.0 |
598 | 2024-08-29T16:23:14.418Z | Downloaded futures-io v0.3.30 |
599 | 2024-08-29T16:23:14.421Z | Downloaded multer v3.1.0 |
600 | 2024-08-29T16:23:14.423Z | Downloaded ahash v0.8.11 |
601 | 2024-08-29T16:23:14.425Z | Downloaded bytes v1.7.1 |
602 | 2024-08-29T16:23:14.429Z | Downloaded psl-types v2.0.11 |
603 | 2024-08-29T16:23:14.432Z | Downloaded same-file v1.0.6 |
604 | 2024-08-29T16:23:14.434Z | Downloaded hostname v0.3.1 |
605 | 2024-08-29T16:23:14.434Z | Downloaded xattr v1.3.1 |
606 | 2024-08-29T16:23:14.437Z | Downloaded bzip2 v0.4.4 |
607 | 2024-08-29T16:23:14.439Z | Downloaded tokio-tungstenite v0.21.0 |
608 | 2024-08-29T16:23:14.442Z | Downloaded sync_wrapper v0.1.2 |
609 | 2024-08-29T16:23:14.442Z | Downloaded bit-vec v0.6.3 |
610 | 2024-08-29T16:23:14.445Z | Downloaded predicates-core v1.0.6 |
611 | 2024-08-29T16:23:14.445Z | Downloaded tap v1.0.1 |
612 | 2024-08-29T16:23:14.445Z | Downloaded crc-any v2.5.0 |
613 | 2024-08-29T16:23:14.448Z | Downloaded addr2line v0.21.0 |
614 | 2024-08-29T16:23:14.450Z | Downloaded toolchain_find v0.4.0 |
615 | 2024-08-29T16:23:14.452Z | Downloaded darling_core v0.20.9 |
616 | 2024-08-29T16:23:14.456Z | Downloaded erased-serde v0.3.31 |
617 | 2024-08-29T16:23:14.458Z | Downloaded num-complex v0.4.6 |
618 | 2024-08-29T16:23:14.461Z | Downloaded cipher v0.4.4 |
619 | 2024-08-29T16:23:14.463Z | Downloaded subprocess v0.2.9 |
620 | 2024-08-29T16:23:14.465Z | Downloaded cancel-safe-futures v0.1.5 |
621 | 2024-08-29T16:23:14.468Z | Downloaded hashlink v0.9.1 |
622 | 2024-08-29T16:23:14.471Z | Downloaded rustc-hash v1.1.0 |
623 | 2024-08-29T16:23:14.473Z | Downloaded phf v0.11.2 |
624 | 2024-08-29T16:23:14.473Z | Downloaded packed_struct_codegen v0.10.1 |
625 | 2024-08-29T16:23:14.475Z | Downloaded shell-words v1.1.0 |
626 | 2024-08-29T16:23:14.483Z | Downloaded serde_plain v1.0.2 |
627 | 2024-08-29T16:23:14.483Z | Downloaded scopeguard v1.2.0 |
628 | 2024-08-29T16:23:14.483Z | Downloaded scheduled-thread-pool v0.2.7 |
629 | 2024-08-29T16:23:14.483Z | Downloaded peg-macros v0.8.4 |
630 | 2024-08-29T16:23:14.483Z | Downloaded quick-error v1.2.3 |
631 | 2024-08-29T16:23:14.487Z | Downloaded tokio-tungstenite v0.23.1 |
632 | 2024-08-29T16:23:14.487Z | Downloaded arc-swap v1.7.1 |
633 | 2024-08-29T16:23:14.490Z | Downloaded const_format v0.2.32 |
634 | 2024-08-29T16:23:14.495Z | Downloaded sigpipe v0.1.3 |
635 | 2024-08-29T16:23:14.497Z | Downloaded supports-color v3.0.0 |
636 | 2024-08-29T16:23:14.499Z | Downloaded diff v0.1.13 |
637 | 2024-08-29T16:23:14.502Z | Downloaded salsa20 v0.10.2 |
638 | 2024-08-29T16:23:14.504Z | Downloaded env_logger v0.9.3 |
639 | 2024-08-29T16:23:14.507Z | Downloaded indicatif v0.17.8 |
640 | 2024-08-29T16:23:14.509Z | Downloaded untrusted v0.7.1 |
641 | 2024-08-29T16:23:14.511Z | Downloaded tinyvec_macros v0.1.1 |
642 | 2024-08-29T16:23:14.511Z | Downloaded twox-hash v1.6.3 |
643 | 2024-08-29T16:23:14.515Z | Downloaded deranged v0.3.11 |
644 | 2024-08-29T16:23:14.515Z | Downloaded env_logger v0.10.2 |
645 | 2024-08-29T16:23:14.518Z | Downloaded waitgroup v0.1.2 |
646 | 2024-08-29T16:23:14.520Z | Downloaded smf v0.2.3 |
647 | 2024-08-29T16:23:14.522Z | Downloaded serde_urlencoded v0.7.1 |
648 | 2024-08-29T16:23:14.522Z | Downloaded try-lock v0.2.5 |
649 | 2024-08-29T16:23:14.525Z | Downloaded fallible-iterator v0.3.0 |
650 | 2024-08-29T16:23:14.525Z | Downloaded fallible-iterator v0.2.0 |
651 | 2024-08-29T16:23:14.527Z | Downloaded enum-as-inner v0.6.0 |
652 | 2024-08-29T16:23:14.529Z | Downloaded mio v1.0.2 |
653 | 2024-08-29T16:23:14.535Z | Downloaded subtle v2.5.0 |
654 | 2024-08-29T16:23:14.538Z | Downloaded endian-type v0.1.2 |
655 | 2024-08-29T16:23:14.538Z | Downloaded pkcs5 v0.7.1 |
656 | 2024-08-29T16:23:14.540Z | Downloaded pin-utils v0.1.0 |
657 | 2024-08-29T16:23:14.542Z | Downloaded zone_cfg_derive v0.1.2 |
658 | 2024-08-29T16:23:14.544Z | Downloaded derive_builder_macro v0.20.0 |
659 | 2024-08-29T16:23:14.544Z | Downloaded unicode-xid v0.2.4 |
660 | 2024-08-29T16:23:14.547Z | Downloaded foreign-types-macros v0.2.3 |
661 | 2024-08-29T16:23:14.547Z | Downloaded float-ord v0.3.2 |
662 | 2024-08-29T16:23:14.549Z | Downloaded tokio-rustls v0.24.1 |
663 | 2024-08-29T16:23:14.551Z | Downloaded uuid v1.10.0 |
664 | 2024-08-29T16:23:14.553Z | Downloaded tungstenite v0.21.0 |
665 | 2024-08-29T16:23:14.557Z | Downloaded base64 v0.21.7 |
666 | 2024-08-29T16:23:14.561Z | Downloaded oso-derive v0.27.3 |
667 | 2024-08-29T16:23:14.564Z | Downloaded pbkdf2 v0.12.2 |
668 | 2024-08-29T16:23:14.566Z | Downloaded packed_struct v0.10.1 |
669 | 2024-08-29T16:23:14.566Z | Downloaded smallvec v0.6.14 |
670 | 2024-08-29T16:23:14.569Z | Downloaded diesel_derives v2.2.2 |
671 | 2024-08-29T16:23:14.572Z | Downloaded thiserror-impl-no-std v2.0.2 |
672 | 2024-08-29T16:23:14.575Z | Downloaded rustc-demangle v0.1.24 |
673 | 2024-08-29T16:23:14.577Z | Downloaded rusty-fork v0.3.0 |
674 | 2024-08-29T16:23:14.577Z | Downloaded futures-core v0.3.30 |
675 | 2024-08-29T16:23:14.580Z | Downloaded structmeta v0.2.0 |
676 | 2024-08-29T16:23:14.582Z | Downloaded strip-ansi-escapes v0.2.0 |
677 | 2024-08-29T16:23:14.582Z | Downloaded rpassword v7.3.1 |
678 | 2024-08-29T16:23:14.584Z | Downloaded serde_with_macros v3.9.0 |
679 | 2024-08-29T16:23:14.586Z | Downloaded time-core v0.1.2 |
680 | 2024-08-29T16:23:14.586Z | Downloaded tls_codec v0.4.1 |
681 | 2024-08-29T16:23:14.589Z | Downloaded sqlparser_derive v0.2.2 |
682 | 2024-08-29T16:23:14.591Z | Downloaded pin-project-internal v1.1.5 |
683 | 2024-08-29T16:23:14.600Z | Downloaded getrandom v0.2.14 |
684 | 2024-08-29T16:23:14.604Z | Downloaded group v0.13.0 |
685 | 2024-08-29T16:23:14.606Z | Downloaded parking_lot v0.12.2 |
686 | 2024-08-29T16:23:14.608Z | Downloaded parking_lot v0.11.2 |
687 | 2024-08-29T16:23:14.611Z | Downloaded derive_builder v0.20.0 |
688 | 2024-08-29T16:23:14.616Z | Downloaded fragile v2.0.0 |
689 | 2024-08-29T16:23:14.618Z | Downloaded tui-tree-widget v0.22.0 |
690 | 2024-08-29T16:23:14.620Z | Downloaded downcast v0.11.0 |
691 | 2024-08-29T16:23:14.623Z | Downloaded hickory-client v0.24.1 |
692 | 2024-08-29T16:23:14.625Z | Downloaded foreign-types-shared v0.1.1 |
693 | 2024-08-29T16:23:14.627Z | Downloaded pem-rfc7468 v0.7.0 |
694 | 2024-08-29T16:23:14.629Z | Downloaded pem v3.0.4 |
695 | 2024-08-29T16:23:14.632Z | Downloaded http-range v0.1.5 |
696 | 2024-08-29T16:23:14.632Z | Downloaded itertools v0.12.1 |
697 | 2024-08-29T16:23:14.638Z | Downloaded ref-cast v1.0.23 |
698 | 2024-08-29T16:23:14.641Z | Downloaded want v0.3.1 |
699 | 2024-08-29T16:23:14.643Z | Downloaded pretty-hex v0.2.1 |
700 | 2024-08-29T16:23:14.645Z | Downloaded serde-big-array v0.5.1 |
701 | 2024-08-29T16:23:14.645Z | Downloaded sqlformat v0.2.4 |
702 | 2024-08-29T16:23:14.647Z | Downloaded serde_arrays v0.1.0 |
703 | 2024-08-29T16:23:14.650Z | Downloaded serde_repr v0.1.19 |
704 | 2024-08-29T16:23:14.652Z | Downloaded hmac v0.12.1 |
705 | 2024-08-29T16:23:14.654Z | Downloaded utf-8 v0.7.6 |
706 | 2024-08-29T16:23:14.654Z | Downloaded flume v0.11.0 |
707 | 2024-08-29T16:23:14.659Z | Downloaded compact_str v0.8.0 |
708 | 2024-08-29T16:23:14.662Z | Downloaded publicsuffix v2.2.3 |
709 | 2024-08-29T16:23:14.665Z | Downloaded tungstenite v0.23.0 |
710 | 2024-08-29T16:23:14.669Z | Downloaded predicates v3.1.2 |
711 | 2024-08-29T16:23:14.672Z | Downloaded zeroize v1.7.0 |
712 | 2024-08-29T16:23:14.674Z | Downloaded float-cmp v0.9.0 |
713 | 2024-08-29T16:23:14.676Z | Downloaded fd-lock v4.0.2 |
714 | 2024-08-29T16:23:14.679Z | Downloaded peg-runtime v0.8.3 |
715 | 2024-08-29T16:23:14.679Z | Downloaded phf_shared v0.10.0 |
716 | 2024-08-29T16:23:14.681Z | Downloaded highway v1.2.0 |
717 | 2024-08-29T16:23:14.684Z | Downloaded globset v0.4.14 |
718 | 2024-08-29T16:23:14.684Z | Downloaded parse-display v0.10.0 |
719 | 2024-08-29T16:23:14.686Z | Downloaded http v0.2.12 |
720 | 2024-08-29T16:23:14.689Z | Downloaded rustls-pemfile v1.0.4 |
721 | 2024-08-29T16:23:14.691Z | Downloaded sha1 v0.10.6 |
722 | 2024-08-29T16:23:14.693Z | Downloaded tower-service v0.3.2 |
723 | 2024-08-29T16:23:14.696Z | Downloaded time-macros v0.2.18 |
724 | 2024-08-29T16:23:14.698Z | Downloaded serde_derive_internals v0.29.1 |
725 | 2024-08-29T16:23:14.700Z | Downloaded tokio-macros v2.4.0 |
726 | 2024-08-29T16:23:14.700Z | Downloaded tokio-tungstenite v0.20.1 |
727 | 2024-08-29T16:23:14.702Z | Downloaded structmeta-derive v0.3.0 |
728 | 2024-08-29T16:23:14.704Z | Downloaded foreign-types-shared v0.3.1 |
729 | 2024-08-29T16:23:14.707Z | Downloaded tinyvec v1.6.0 |
730 | 2024-08-29T16:23:14.709Z | Downloaded tiny-keccak v2.0.2 |
731 | 2024-08-29T16:23:14.711Z | Downloaded libxml v0.3.3 |
732 | 2024-08-29T16:23:14.717Z | Downloaded itertools v0.10.5 |
733 | 2024-08-29T16:23:14.723Z | Downloaded precomputed-hash v0.1.1 |
734 | 2024-08-29T16:23:14.726Z | Downloaded heck v0.3.3 |
735 | 2024-08-29T16:23:14.728Z | Downloaded filetime v0.2.24 |
736 | 2024-08-29T16:23:14.728Z | Downloaded thiserror-no-std v2.0.2 |
737 | 2024-08-29T16:23:14.731Z | Downloaded signature v2.2.0 |
738 | 2024-08-29T16:23:14.734Z | Downloaded take_mut v0.2.2 |
739 | 2024-08-29T16:23:14.736Z | Downloaded signal-hook-tokio v0.3.1 |
740 | 2024-08-29T16:23:14.736Z | Downloaded poly1305 v0.8.0 |
741 | 2024-08-29T16:23:14.738Z | Downloaded resolv-conf v0.7.0 |
742 | 2024-08-29T16:23:14.740Z | Downloaded percent-encoding v2.3.1 |
743 | 2024-08-29T16:23:14.743Z | Downloaded peg v0.8.4 |
744 | 2024-08-29T16:23:14.747Z | Downloaded whoami v1.5.1 |
745 | 2024-08-29T16:23:14.750Z | Downloaded signal-hook-registry v1.4.2 |
746 | 2024-08-29T16:23:14.750Z | Downloaded funty v2.0.0 |
747 | 2024-08-29T16:23:14.750Z | Downloaded dirs-next v2.0.0 |
748 | 2024-08-29T16:23:14.752Z | Downloaded zone v0.1.8 |
749 | 2024-08-29T16:23:14.752Z | Downloaded wait-timeout v0.2.0 |
750 | 2024-08-29T16:23:14.755Z | Downloaded signal-hook-mio v0.2.4 |
751 | 2024-08-29T16:23:14.755Z | Downloaded ron v0.8.1 |
752 | 2024-08-29T16:23:14.761Z | Downloaded unicode_categories v0.1.1 |
753 | 2024-08-29T16:23:14.763Z | Downloaded headers-core v0.2.0 |
754 | 2024-08-29T16:23:14.765Z | Downloaded parse-display-derive v0.10.0 |
755 | 2024-08-29T16:23:14.766Z | Downloaded crossterm v0.28.1 |
756 | 2024-08-29T16:23:14.771Z | Downloaded flagset v0.4.5 |
757 | 2024-08-29T16:23:14.774Z | Downloaded hickory-server v0.24.1 |
758 | 2024-08-29T16:23:14.779Z | Downloaded parse-size v1.0.0 |
759 | 2024-08-29T16:23:14.782Z | Downloaded hex v0.4.3 |
760 | 2024-08-29T16:23:14.785Z | Downloaded rustc_version v0.1.7 |
761 | 2024-08-29T16:23:14.785Z | Downloaded postgres-types v0.2.7 |
762 | 2024-08-29T16:23:14.788Z | Downloaded rustls-pki-types v1.7.0 |
763 | 2024-08-29T16:23:14.788Z | Downloaded idna v0.4.0 |
764 | 2024-08-29T16:23:14.794Z | Downloaded tls_codec_derive v0.4.1 |
765 | 2024-08-29T16:23:14.798Z | Downloaded untrusted v0.9.0 |
766 | 2024-08-29T16:23:14.800Z | Downloaded unicode-truncate v1.0.0 |
767 | 2024-08-29T16:23:14.800Z | Downloaded vte_generate_state_changes v0.1.1 |
768 | 2024-08-29T16:23:14.800Z | Downloaded hash32 v0.3.1 |
769 | 2024-08-29T16:23:14.803Z | Downloaded dyn-clone v1.0.17 |
770 | 2024-08-29T16:23:14.803Z | Downloaded futures-channel v0.3.30 |
771 | 2024-08-29T16:23:14.806Z | Downloaded steno v0.4.1 |
772 | 2024-08-29T16:23:14.809Z | Downloaded half v2.4.1 |
773 | 2024-08-29T16:23:14.812Z | Downloaded tokio-rustls v0.25.0 |
774 | 2024-08-29T16:23:14.814Z | Downloaded rand_chacha v0.3.1 |
775 | 2024-08-29T16:23:14.817Z | Downloaded unicase v2.7.0 |
776 | 2024-08-29T16:23:14.819Z | Downloaded itertools v0.13.0 |
777 | 2024-08-29T16:23:14.824Z | Downloaded hyper v0.14.30 |
778 | 2024-08-29T16:23:14.833Z | Downloaded path-slash v0.1.5 |
779 | 2024-08-29T16:23:14.835Z | Downloaded fixedbitset v0.4.2 |
780 | 2024-08-29T16:23:14.835Z | Downloaded vsss-rs v3.3.4 |
781 | 2024-08-29T16:23:14.837Z | Downloaded rsa v0.9.6 |
782 | 2024-08-29T16:23:14.843Z | Downloaded siphasher v0.3.11 |
783 | 2024-08-29T16:23:14.846Z | Downloaded glob v0.3.1 |
784 | 2024-08-29T16:23:14.849Z | Downloaded futures-task v0.3.30 |
785 | 2024-08-29T16:23:14.849Z | Downloaded paste v1.0.15 |
786 | 2024-08-29T16:23:14.851Z | Downloaded der v0.7.9 |
787 | 2024-08-29T16:23:14.854Z | Downloaded slab v0.4.9 |
788 | 2024-08-29T16:23:14.858Z | Downloaded tokio-native-tls v0.3.1 |
789 | 2024-08-29T16:23:14.860Z | Downloaded strum_macros v0.24.3 |
790 | 2024-08-29T16:23:14.860Z | Downloaded blake3 v1.5.1 |
791 | 2024-08-29T16:23:14.867Z | Downloaded tokio-stream v0.1.15 |
792 | 2024-08-29T16:23:14.872Z | Downloaded powerfmt v0.2.0 |
793 | 2024-08-29T16:23:14.875Z | Downloaded slog-scope v4.4.0 |
794 | 2024-08-29T16:23:14.875Z | Downloaded zeroize_derive v1.4.2 |
795 | 2024-08-29T16:23:14.878Z | Downloaded rand_xorshift v0.3.0 |
796 | 2024-08-29T16:23:14.879Z | Downloaded ppv-lite86 v0.2.17 |
797 | 2024-08-29T16:23:14.879Z | Downloaded stable_deref_trait v1.2.0 |
798 | 2024-08-29T16:23:14.882Z | Downloaded embedded-io v0.4.0 |
799 | 2024-08-29T16:23:14.882Z | Downloaded structmeta v0.3.0 |
800 | 2024-08-29T16:23:14.884Z | Downloaded stringprep v0.1.4 |
801 | 2024-08-29T16:23:14.884Z | Downloaded futures-macro v0.3.30 |
802 | 2024-08-29T16:23:14.884Z | Downloaded rand v0.8.5 |
803 | 2024-08-29T16:23:14.888Z | Downloaded walkdir v2.5.0 |
804 | 2024-08-29T16:23:14.892Z | Downloaded ron v0.7.1 |
805 | 2024-08-29T16:23:14.894Z | Downloaded prettyplease v0.2.20 |
806 | 2024-08-29T16:23:14.898Z | Downloaded slog-term v2.9.1 |
807 | 2024-08-29T16:23:14.901Z | Downloaded httpdate v1.0.3 |
808 | 2024-08-29T16:23:14.904Z | Downloaded which v4.4.2 |
809 | 2024-08-29T16:23:14.904Z | Downloaded rustyline v14.0.0 |
810 | 2024-08-29T16:23:14.908Z | Downloaded x509-cert v0.2.5 |
811 | 2024-08-29T16:23:14.914Z | Downloaded pkcs8 v0.10.2 |
812 | 2024-08-29T16:23:14.917Z | Downloaded slog-async v2.8.0 |
813 | 2024-08-29T16:23:14.919Z | Downloaded test-strategy v0.3.1 |
814 | 2024-08-29T16:23:14.922Z | Downloaded sqlparser v0.45.0 |
815 | 2024-08-29T16:23:14.928Z | Downloaded pkg-config v0.3.30 |
816 | 2024-08-29T16:23:14.930Z | Downloaded toml v0.7.8 |
817 | 2024-08-29T16:23:14.933Z | Downloaded aho-corasick v1.1.3 |
818 | 2024-08-29T16:23:14.938Z | Downloaded oso v0.27.3 |
819 | 2024-08-29T16:23:14.942Z | Downloaded hickory-resolver v0.24.1 |
820 | 2024-08-29T16:23:14.946Z | Downloaded flate2 v1.0.31 |
821 | 2024-08-29T16:23:14.952Z | Downloaded socket2 v0.5.7 |
822 | 2024-08-29T16:23:14.954Z | Downloaded heapless v0.8.0 |
823 | 2024-08-29T16:23:14.958Z | Downloaded elliptic-curve v0.13.8 |
824 | 2024-08-29T16:23:14.961Z | Downloaded similar v2.6.0 |
825 | 2024-08-29T16:23:14.966Z | Downloaded openssl-sys v0.9.103 |
826 | 2024-08-29T16:23:14.971Z | Downloaded tokio-postgres v0.7.11 |
827 | 2024-08-29T16:23:14.976Z | Downloaded tokio-util v0.7.11 |
828 | 2024-08-29T16:23:14.983Z | Downloaded headers v0.3.9 |
829 | 2024-08-29T16:23:14.988Z | Downloaded h2 v0.3.26 |
830 | 2024-08-29T16:23:14.995Z | Downloaded zip v0.6.6 |
831 | 2024-08-29T16:23:14.999Z | Downloaded typed-path v0.7.1 |
832 | 2024-08-29T16:23:15.005Z | Downloaded rusqlite v0.31.0 |
833 | 2024-08-29T16:23:15.012Z | Downloaded portable-atomic v1.6.0 |
834 | 2024-08-29T16:23:15.018Z | Downloaded chrono v0.4.38 |
835 | 2024-08-29T16:23:15.025Z | Downloaded hashbrown v0.12.3 |
836 | 2024-08-29T16:23:15.029Z | Downloaded hkdf v0.12.4 |
837 | 2024-08-29T16:23:15.032Z | Downloaded quick-xml v0.31.0 |
838 | 2024-08-29T16:23:15.038Z | Downloaded futures-util v0.3.30 |
839 | 2024-08-29T16:23:15.050Z | Downloaded lalrpop v0.19.12 |
840 | 2024-08-29T16:23:15.061Z | Downloaded rustls-webpki v0.101.7 |
841 | 2024-08-29T16:23:15.076Z | Downloaded tough v0.17.1 |
842 | 2024-08-29T16:23:15.084Z | Downloaded openssl v0.10.66 |
843 | 2024-08-29T16:23:15.094Z | Downloaded bindgen v0.69.4 |
844 | 2024-08-29T16:23:15.101Z | Downloaded reedline v0.33.0 |
845 | 2024-08-29T16:23:15.109Z | Downloaded rustls-webpki v0.102.4 |
846 | 2024-08-29T16:23:15.127Z | Downloaded proptest v1.5.0 |
847 | 2024-08-29T16:23:15.136Z | Downloaded reqwest v0.11.27 |
848 | 2024-08-29T16:23:15.144Z | Downloaded object v0.30.4 |
849 | 2024-08-29T16:23:15.154Z | Downloaded rayon v1.10.0 |
850 | 2024-08-29T16:23:15.164Z | Downloaded smoltcp v0.9.1 |
851 | 2024-08-29T16:23:15.174Z | Downloaded regex-syntax v0.6.29 |
852 | 2024-08-29T16:23:15.182Z | Downloaded curve25519-dalek v4.1.3 |
853 | 2024-08-29T16:23:15.191Z | Downloaded git2 v0.19.0 |
854 | 2024-08-29T16:23:15.199Z | Downloaded regex-syntax v0.8.4 |
855 | 2024-08-29T16:23:15.208Z | Downloaded rustls v0.21.12 |
856 | 2024-08-29T16:23:15.220Z | Downloaded regex v1.10.6 |
857 | 2024-08-29T16:23:15.233Z | Downloaded webpki-roots v0.25.4 |
858 | 2024-08-29T16:23:15.237Z | Downloaded polar-core v0.27.3 |
859 | 2024-08-29T16:23:15.245Z | Downloaded smoltcp v0.11.0 |
860 | 2024-08-29T16:23:15.258Z | Downloaded rustls v0.22.4 |
861 | 2024-08-29T16:23:15.272Z | Downloaded regress v0.9.1 |
862 | 2024-08-29T16:23:15.281Z | Downloaded diesel v2.2.3 |
863 | 2024-08-29T16:23:15.299Z | Downloaded bstr v1.9.1 |
864 | 2024-08-29T16:23:15.310Z | Downloaded hickory-proto v0.24.1 |
865 | 2024-08-29T16:23:15.325Z | Downloaded sled v0.34.7 |
866 | 2024-08-29T16:23:15.335Z | Downloaded zerocopy-derive v0.6.6 |
867 | 2024-08-29T16:23:15.345Z | Downloaded openapiv3 v2.0.0 |
868 | 2024-08-29T16:23:15.357Z | Downloaded ratatui v0.28.0 |
869 | 2024-08-29T16:23:15.377Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
870 | 2024-08-29T16:23:15.389Z | Downloaded regex-automata v0.4.6 |
871 | 2024-08-29T16:23:15.406Z | Downloaded dropshot v0.10.1 |
872 | 2024-08-29T16:23:15.416Z | Downloaded petgraph v0.6.5 |
873 | 2024-08-29T16:23:15.434Z | Downloaded finl_unicode v1.2.0 |
874 | 2024-08-29T16:23:15.447Z | Downloaded radix_trie v0.2.1 |
875 | 2024-08-29T16:23:15.452Z | Downloaded csv v1.3.0 |
876 | 2024-08-29T16:23:15.473Z | Downloaded tokio v1.39.3 |
877 | 2024-08-29T16:23:15.511Z | Downloaded sha3 v0.10.8 |
878 | 2024-08-29T16:23:15.515Z | Downloaded gimli v0.28.1 |
879 | 2024-08-29T16:23:15.525Z | Downloaded object v0.32.2 |
880 | 2024-08-29T16:23:15.535Z | Downloaded nix v0.28.0 |
881 | 2024-08-29T16:23:15.546Z | Downloaded time v0.3.36 |
882 | 2024-08-29T16:23:15.553Z | Downloaded unicode-normalization v0.1.23 |
883 | 2024-08-29T16:23:15.556Z | Downloaded nix v0.27.1 |
884 | 2024-08-29T16:23:15.567Z | Downloaded vcpkg v0.2.15 |
885 | 2024-08-29T16:23:15.604Z | Downloaded idna v0.3.0 |
886 | 2024-08-29T16:23:15.611Z | Downloaded idna v0.5.0 |
887 | 2024-08-29T16:23:15.618Z | Downloaded bitvec v1.0.1 |
888 | 2024-08-29T16:23:15.632Z | Downloaded heapless v0.7.17 |
889 | 2024-08-29T16:23:15.636Z | Downloaded winnow v0.5.40 |
890 | 2024-08-29T16:23:15.644Z | Downloaded serde_with v3.9.0 |
891 | 2024-08-29T16:23:15.652Z | Downloaded unicode-segmentation v1.11.0 |
892 | 2024-08-29T16:23:15.655Z | Downloaded encoding_rs v0.8.34 |
893 | 2024-08-29T16:23:15.677Z | Downloaded http v1.1.0 |
894 | 2024-08-29T16:23:15.680Z | Downloaded schemars v0.8.21 |
895 | 2024-08-29T16:23:15.692Z | Downloaded url v2.5.2 |
896 | 2024-08-29T16:23:15.695Z | Downloaded futures-executor v0.3.30 |
897 | 2024-08-29T16:23:15.697Z | Downloaded pkcs1 v0.7.5 |
898 | 2024-08-29T16:23:15.700Z | Downloaded rustls-pemfile v2.1.3 |
899 | 2024-08-29T16:23:15.702Z | Downloaded snafu-derive v0.8.2 |
900 | 2024-08-29T16:23:15.704Z | Downloaded futures v0.3.30 |
901 | 2024-08-29T16:23:15.706Z | Downloaded scrypt v0.11.0 |
902 | 2024-08-29T16:23:15.709Z | Downloaded postgres-protocol v0.6.7 |
903 | 2024-08-29T16:23:15.711Z | Downloaded topological-sort v0.2.2 |
904 | 2024-08-29T16:23:15.711Z | Downloaded rand_seeder v0.3.0 |
905 | 2024-08-29T16:23:15.713Z | Downloaded dirs-sys-next v0.1.2 |
906 | 2024-08-29T16:23:15.713Z | Downloaded thread_local v1.1.8 |
907 | 2024-08-29T16:23:15.715Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
908 | 2024-08-29T16:23:15.774Z | Downloaded fatfs v0.3.6 |
909 | 2024-08-29T16:23:15.777Z | Downloaded sec1 v0.7.3 |
910 | 2024-08-29T16:23:15.779Z | Downloaded either v1.13.0 |
911 | 2024-08-29T16:23:15.782Z | Downloaded tabwriter v1.4.0 |
912 | 2024-08-29T16:23:15.782Z | Downloaded toml_edit v0.19.15 |
913 | 2024-08-29T16:23:15.797Z | Downloaded rustfmt-wrapper v0.2.1 |
914 | 2024-08-29T16:23:15.800Z | Downloaded rustc_version v0.4.0 |
915 | 2024-08-29T16:23:15.800Z | Downloaded rand_core v0.6.4 |
916 | 2024-08-29T16:23:15.802Z | Downloaded futures-sink v0.3.30 |
917 | 2024-08-29T16:23:15.802Z | Downloaded unarray v0.1.4 |
918 | 2024-08-29T16:23:15.804Z | Downloaded vte v0.11.1 |
919 | 2024-08-29T16:23:15.807Z | Downloaded parking_lot_core v0.9.10 |
920 | 2024-08-29T16:23:15.807Z | Downloaded owo-colors v4.0.0 |
921 | 2024-08-29T16:23:15.809Z | Downloaded rayon-core v1.12.1 |
922 | 2024-08-29T16:23:15.812Z | Downloaded dropshot_endpoint v0.10.1 |
923 | 2024-08-29T16:23:15.814Z | Downloaded display-error-chain v0.2.1 |
924 | 2024-08-29T16:23:15.814Z | Downloaded static_assertions v1.1.0 |
925 | 2024-08-29T16:23:15.817Z | Downloaded schemars_derive v0.8.21 |
926 | 2024-08-29T16:23:15.817Z | Downloaded unicode-bidi v0.3.15 |
927 | 2024-08-29T16:23:15.819Z | Downloaded tracing-core v0.1.32 |
928 | 2024-08-29T16:23:15.822Z | Downloaded serde_yaml v0.9.34+deprecated |
929 | 2024-08-29T16:23:15.825Z | Downloaded secrecy v0.8.0 |
930 | 2024-08-29T16:23:15.827Z | Downloaded httparse v1.8.0 |
931 | 2024-08-29T16:23:15.830Z | Downloaded rtoolbox v0.0.2 |
932 | 2024-08-29T16:23:15.830Z | Downloaded ff v0.13.0 |
933 | 2024-08-29T16:23:15.832Z | Downloaded ena v0.14.3 |
934 | 2024-08-29T16:23:15.832Z | Downloaded dsl_auto_type v0.1.2 |
935 | 2024-08-29T16:23:15.835Z | Downloaded difflib v0.4.0 |
936 | 2024-08-29T16:23:15.835Z | Downloaded spin v0.9.8 |
937 | 2024-08-29T16:23:15.837Z | Downloaded crypto-bigint v0.5.5 |
938 | 2024-08-29T16:23:15.843Z | Downloaded postcard v1.0.8 |
939 | 2024-08-29T16:23:15.846Z | Downloaded snafu v0.8.2 |
940 | 2024-08-29T16:23:15.851Z | Downloaded hashbrown v0.13.2 |
941 | 2024-08-29T16:23:15.855Z | Downloaded crossbeam-channel v0.5.12 |
942 | 2024-08-29T16:23:15.860Z | Downloaded crossterm v0.27.0 |
943 | 2024-08-29T16:23:15.866Z | Downloaded structmeta-derive v0.2.0 |
944 | 2024-08-29T16:23:15.868Z | Downloaded spin v0.5.2 |
945 | 2024-08-29T16:23:15.868Z | Downloaded predicates-tree v1.0.9 |
946 | 2024-08-29T16:23:15.871Z | Downloaded sct v0.7.1 |
947 | 2024-08-29T16:23:15.873Z | Downloaded slog v2.7.0 |
948 | 2024-08-29T16:23:15.875Z | Downloaded serde-hex v0.1.0 |
949 | 2024-08-29T16:23:15.877Z | Downloaded rcgen v0.12.1 |
950 | 2024-08-29T16:23:15.880Z | Downloaded backtrace v0.3.71 |
951 | 2024-08-29T16:23:15.883Z | Downloaded proc-macro-crate v1.3.1 |
952 | 2024-08-29T16:23:15.885Z | Downloaded http-body v0.4.6 |
953 | 2024-08-29T16:23:15.888Z | Downloaded hash32 v0.2.1 |
954 | 2024-08-29T16:23:15.888Z | Downloaded derive_builder_core v0.20.0 |
955 | 2024-08-29T16:23:15.890Z | Downloaded tracing v0.1.40 |
956 | 2024-08-29T16:23:15.893Z | Downloaded mio v0.8.11 |
957 | 2024-08-29T16:23:15.900Z | Downloaded spki v0.7.3 |
958 | 2024-08-29T16:23:15.902Z | Downloaded slog-stdlog v4.1.1 |
959 | 2024-08-29T16:23:15.904Z | Downloaded password-hash v0.5.0 |
960 | 2024-08-29T16:23:15.907Z | Downloaded unsafe-libyaml v0.2.11 |
961 | 2024-08-29T16:23:15.909Z | Downloaded expectorate v1.1.0 |
962 | 2024-08-29T16:23:15.911Z | Downloaded cc v1.0.97 |
963 | 2024-08-29T16:23:15.913Z | Downloaded tracing-attributes v0.1.27 |
964 | 2024-08-29T16:23:15.917Z | Downloaded pin-project v1.1.5 |
965 | 2024-08-29T16:23:15.926Z | Downloaded nom v7.1.3 |
966 | 2024-08-29T16:23:15.931Z | Downloaded getopts v0.2.21 |
967 | 2024-08-29T16:23:15.933Z | Downloaded parking_lot_core v0.8.6 |
968 | 2024-08-29T16:23:15.935Z | Downloaded derive-where v1.2.7 |
969 | 2024-08-29T16:23:15.939Z | Downloaded base64 v0.22.1 |
970 | 2024-08-29T16:23:15.941Z | Downloaded tungstenite v0.20.1 |
971 | 2024-08-29T16:23:15.944Z | Downloaded form_urlencoded v1.2.1 |
972 | 2024-08-29T16:23:15.946Z | Downloaded defmt-parser v0.3.4 |
973 | 2024-08-29T16:23:15.946Z | Downloaded samael v0.0.15 |
974 | 2024-08-29T16:23:15.950Z | Downloaded minimal-lexical v0.2.1 |
975 | 2024-08-29T16:23:15.955Z | Downloaded chacha20poly1305 v0.10.1 |
976 | 2024-08-29T16:23:15.957Z | Downloaded fallible-streaming-iterator v0.1.9 |
977 | 2024-08-29T16:23:15.959Z | Downloaded pin-project-lite v0.2.14 |
978 | 2024-08-29T16:23:15.962Z | Downloaded strum_macros v0.26.4 |
979 | 2024-08-29T16:23:15.964Z | Downloaded blake2 v0.10.6 |
980 | 2024-08-29T16:23:15.966Z | Downloaded rustversion v1.0.17 |
981 | 2024-08-29T16:23:15.969Z | Downloaded num-bigint-dig v0.8.4 |
982 | 2024-08-29T16:23:15.974Z | Downloaded libm v0.2.8 |
983 | 2024-08-29T16:23:15.981Z | Downloaded smallvec v1.13.2 |
984 | 2024-08-29T16:23:15.983Z | Downloaded derive_more v0.99.18 |
985 | 2024-08-29T16:23:15.988Z | Downloaded zerocopy v0.6.6 |
986 | 2024-08-29T16:23:15.990Z | Downloaded yasna v0.5.2 |
987 | 2024-08-29T16:23:15.993Z | Downloaded ref-cast-impl v1.0.23 |
988 | 2024-08-29T16:23:15.993Z | Downloaded der_derive v0.7.2 |
989 | 2024-08-29T16:23:15.995Z | Downloaded wyz v0.5.1 |
990 | 2024-08-29T16:23:15.997Z | Downloaded base64 v0.13.1 |
991 | 2024-08-29T16:23:15.999Z | Downloaded tar v0.4.41 |
992 | 2024-08-29T16:23:16.002Z | Downloaded darling v0.20.9 |
993 | 2024-08-29T16:23:16.005Z | Downloaded radium v0.7.0 |
994 | 2024-08-29T16:23:16.007Z | Downloaded libz-sys v1.1.16 |
995 | 2024-08-29T16:23:16.076Z | Downloaded r2d2 v0.8.10 |
996 | 2024-08-29T16:23:16.078Z | Downloaded phf_shared v0.11.2 |
997 | 2024-08-29T16:23:16.078Z | Downloaded home v0.5.9 |
998 | 2024-08-29T16:23:16.080Z | Downloaded crossbeam-epoch v0.9.18 |
999 | 2024-08-29T16:23:16.083Z | Downloaded cookie v0.18.1 |
1000 | 2024-08-29T16:23:16.085Z | Downloaded const-oid v0.9.6 |
1001 | 2024-08-29T16:23:16.087Z | Downloaded strum_macros v0.25.3 |
1002 | 2024-08-29T16:23:16.090Z | Downloaded num-traits v0.2.19 |
1003 | 2024-08-29T16:23:16.092Z | Downloaded vergen v8.3.2 |
1004 | 2024-08-29T16:23:16.094Z | Downloaded socket2 v0.4.10 |
1005 | 2024-08-29T16:23:16.097Z | Downloaded slog-json v2.6.1 |
1006 | 2024-08-29T16:23:16.097Z | Downloaded ring v0.17.8 |
1007 | 2024-08-29T16:23:16.169Z | Downloaded term v0.7.0 |
1008 | 2024-08-29T16:23:16.172Z | Downloaded aes v0.8.4 |
1009 | 2024-08-29T16:23:16.178Z | Downloaded hostname v0.4.0 |
1010 | 2024-08-29T16:23:16.178Z | Downloaded libsqlite3-sys v0.28.0 |
1011 | 2024-08-29T16:23:16.253Z | Downloaded signal-hook v0.3.17 |
1012 | 2024-08-29T16:23:16.256Z | Downloaded memmap2 v0.9.4 |
1013 | 2024-08-29T16:23:16.258Z | Downloaded lock_api v0.4.12 |
1014 | 2024-08-29T16:23:16.260Z | Downloaded crc v3.2.1 |
1015 | 2024-08-29T16:23:16.263Z | Downloaded cobs v0.2.3 |
1016 | 2024-08-29T16:23:16.263Z | Downloaded bitfield-struct v0.6.1 |
1017 | 2024-08-29T16:23:16.265Z | Downloaded slog-dtrace v0.3.0 |
1018 | 2024-08-29T16:23:16.265Z | Downloaded semver v0.1.20 |
1019 | 2024-08-29T16:23:16.267Z | Downloaded memoffset v0.9.1 |
1020 | 2024-08-29T16:23:16.267Z | Downloaded humantime v2.1.0 |
1021 | 2024-08-29T16:23:16.269Z | Downloaded cookie_store v0.20.0 |
1022 | 2024-08-29T16:23:16.272Z | Downloaded nibble_vec v0.1.0 |
1023 | 2024-08-29T16:23:16.272Z | Downloaded newtype-uuid v1.1.0 |
1024 | 2024-08-29T16:23:16.272Z | Downloaded ring v0.16.20 |
1025 | 2024-08-29T16:23:16.353Z | Downloaded maplit v1.0.2 |
1026 | 2024-08-29T16:23:16.355Z | Downloaded libefi-sys v0.1.0 |
1027 | 2024-08-29T16:23:16.355Z | Downloaded arrayvec v0.7.4 |
1028 | 2024-08-29T16:23:16.357Z | Downloaded indoc v1.0.9 |
1029 | 2024-08-29T16:23:16.359Z | Downloaded lru-cache v0.1.2 |
1030 | 2024-08-29T16:23:16.361Z | Downloaded linear-map v1.2.0 |
1031 | 2024-08-29T16:23:16.361Z | Downloaded async-bb8-diesel v0.2.1 |
1032 | 2024-08-29T16:23:16.363Z | Downloaded instability v0.3.2 |
1033 | 2024-08-29T16:23:16.366Z | Downloaded ciborium v0.2.2 |
1034 | 2024-08-29T16:23:16.368Z | Downloaded crucible-workspace-hack v0.1.0 |
1035 | 2024-08-29T16:23:16.368Z | Downloaded aead v0.5.2 |
1036 | 2024-08-29T16:23:16.368Z | Downloaded bcs v0.1.6 |
1037 | 2024-08-29T16:23:16.371Z | Downloaded console v0.15.8 |
1038 | 2024-08-29T16:23:16.373Z | Downloaded array-init v0.0.4 |
1039 | 2024-08-29T16:23:16.373Z | Downloaded data-encoding v2.6.0 |
1040 | 2024-08-29T16:23:16.373Z | Downloaded curve25519-dalek-derive v0.1.1 |
1041 | 2024-08-29T16:23:16.376Z | Downloaded managed v0.8.0 |
1042 | 2024-08-29T16:23:16.376Z | Downloaded jobserver v0.1.32 |
1043 | 2024-08-29T16:23:16.380Z | Downloaded colored v2.1.0 |
1044 | 2024-08-29T16:23:16.382Z | Downloaded chacha20 v0.9.1 |
1045 | 2024-08-29T16:23:16.382Z | Downloaded ipnetwork v0.20.0 |
1046 | 2024-08-29T16:23:16.382Z | Downloaded crossbeam-deque v0.8.5 |
1047 | 2024-08-29T16:23:16.384Z | Downloaded bitfield v0.14.0 |
1048 | 2024-08-29T16:23:16.384Z | Downloaded md-5 v0.10.6 |
1049 | 2024-08-29T16:23:16.387Z | Downloaded kstat-rs v0.2.4 |
1050 | 2024-08-29T16:23:16.387Z | Downloaded castaway v0.2.3 |
1051 | 2024-08-29T16:23:16.390Z | Downloaded block-padding v0.3.3 |
1052 | 2024-08-29T16:23:16.390Z | Downloaded cexpr v0.6.0 |
1053 | 2024-08-29T16:23:16.392Z | Downloaded bit-set v0.5.3 |
1054 | 2024-08-29T16:23:16.392Z | Downloaded base16ct v0.2.0 |
1055 | 2024-08-29T16:23:16.392Z | Downloaded multimap v0.10.0 |
1056 | 2024-08-29T16:23:16.395Z | Downloaded libsw v3.3.1 |
1057 | 2024-08-29T16:23:16.395Z | Downloaded inout v0.1.3 |
1058 | 2024-08-29T16:23:16.480Z | Compiling serde v1.0.208 |
1059 | 2024-08-29T16:23:16.482Z | Compiling typenum v1.17.0 |
1060 | 2024-08-29T16:23:16.482Z | Compiling lock_api v0.4.12 |
1061 | 2024-08-29T16:23:16.482Z | Compiling generic-array v0.14.7 |
1062 | 2024-08-29T16:23:16.482Z | Compiling scopeguard v1.2.0 |
1063 | 2024-08-29T16:23:16.627Z | Compiling log v0.4.21 |
1064 | 2024-08-29T16:23:16.666Z | Compiling syn v2.0.74 |
1065 | 2024-08-29T16:23:16.681Z | Compiling getrandom v0.2.14 |
1066 | 2024-08-29T16:23:16.751Z | Compiling jobserver v0.1.32 |
1067 | 2024-08-29T16:23:16.979Z | Compiling rand_core v0.6.4 |
1068 | 2024-08-29T16:23:17.112Z | Compiling cc v1.0.97 |
1069 | 2024-08-29T16:23:17.188Z | Compiling subtle v2.5.0 |
1070 | 2024-08-29T16:23:17.208Z | Compiling const-oid v0.9.6 |
1071 | 2024-08-29T16:23:17.526Z | Compiling pin-project-lite v0.2.14 |
1072 | 2024-08-29T16:23:17.658Z | Compiling smallvec v1.13.2 |
1073 | 2024-08-29T16:23:17.675Z | Compiling parking_lot_core v0.9.10 |
1074 | 2024-08-29T16:23:17.774Z | Compiling signal-hook-registry v1.4.2 |
1075 | 2024-08-29T16:23:17.811Z | Compiling spin v0.9.8 |
1076 | 2024-08-29T16:23:18.090Z | Compiling mio v1.0.2 |
1077 | 2024-08-29T16:23:18.207Z | Compiling ahash v0.8.11 |
1078 | 2024-08-29T16:23:18.581Z | Compiling parking_lot v0.12.2 |
1079 | 2024-08-29T16:23:18.606Z | Compiling tinyvec_macros v0.1.1 |
1080 | 2024-08-29T16:23:18.704Z | Compiling tinyvec v1.6.0 |
1081 | 2024-08-29T16:23:18.941Z | Compiling socket2 v0.5.7 |
1082 | 2024-08-29T16:23:19.358Z | Compiling futures-core v0.3.30 |
1083 | 2024-08-29T16:23:19.446Z | Compiling libm v0.2.8 |
1084 | 2024-08-29T16:23:19.618Z | Compiling cpufeatures v0.2.12 |
1085 | 2024-08-29T16:23:19.640Z | Compiling futures-sink v0.3.30 |
1086 | 2024-08-29T16:23:19.681Z | Compiling serde_json v1.0.125 |
1087 | 2024-08-29T16:23:19.717Z | Compiling num-traits v0.2.19 |
1088 | 2024-08-29T16:23:19.812Z | Compiling slab v0.4.9 |
1089 | 2024-08-29T16:23:19.833Z | Compiling allocator-api2 v0.2.18 |
1090 | 2024-08-29T16:23:19.991Z | Compiling unicode-bidi v0.3.15 |
1091 | 2024-08-29T16:23:20.235Z | Compiling futures-channel v0.3.30 |
1092 | 2024-08-29T16:23:20.377Z | Compiling unicode-normalization v0.1.23 |
1093 | 2024-08-29T16:23:20.546Z | Compiling futures-io v0.3.30 |
1094 | 2024-08-29T16:23:20.633Z | Compiling pkg-config v0.3.30 |
1095 | 2024-08-29T16:23:20.652Z | Compiling futures-task v0.3.30 |
1096 | 2024-08-29T16:23:20.877Z | Compiling vcpkg v0.2.15 |
1097 | 2024-08-29T16:23:20.956Z | Compiling pin-utils v0.1.0 |
1098 | 2024-08-29T16:23:21.482Z | Compiling base64ct v1.6.0 |
1099 | 2024-08-29T16:23:21.498Z | Compiling flagset v0.4.5 |
1100 | 2024-08-29T16:23:21.501Z | Compiling ppv-lite86 v0.2.17 |
1101 | 2024-08-29T16:23:21.532Z | Compiling ring v0.17.8 |
1102 | 2024-08-29T16:23:21.704Z | Compiling percent-encoding v2.3.1 |
1103 | 2024-08-29T16:23:22.066Z | Compiling pem-rfc7468 v0.7.0 |
1104 | 2024-08-29T16:23:22.082Z | Compiling tracing-core v0.1.32 |
1105 | 2024-08-29T16:23:22.125Z | Compiling rustix v0.38.34 |
1106 | 2024-08-29T16:23:22.268Z | Compiling rand_chacha v0.3.1 |
1107 | 2024-08-29T16:23:22.818Z | Compiling untrusted v0.9.0 |
1108 | 2024-08-29T16:23:22.994Z | Compiling rand v0.8.5 |
1109 | 2024-08-29T16:23:23.035Z | Compiling time-core v0.1.2 |
1110 | 2024-08-29T16:23:23.069Z | Compiling openssl-sys v0.9.103 |
1111 | 2024-08-29T16:23:23.105Z | Compiling openssl v0.10.66 |
1112 | 2024-08-29T16:23:23.207Z | Compiling powerfmt v0.2.0 |
1113 | 2024-08-29T16:23:23.448Z | Compiling rustversion v1.0.17 |
1114 | 2024-08-29T16:23:23.510Z | Compiling num-conv v0.1.0 |
1115 | 2024-08-29T16:23:23.591Z | Compiling httparse v1.8.0 |
1116 | 2024-08-29T16:23:23.781Z | Compiling foreign-types-shared v0.1.1 |
1117 | 2024-08-29T16:23:23.886Z | Compiling foreign-types v0.3.2 |
1118 | 2024-08-29T16:23:23.967Z | Compiling time-macros v0.2.18 |
1119 | 2024-08-29T16:23:24.046Z | Compiling deranged v0.3.11 |
1120 | 2024-08-29T16:23:24.226Z | Compiling form_urlencoded v1.2.1 |
1121 | 2024-08-29T16:23:24.553Z | Compiling aho-corasick v1.1.3 |
1122 | 2024-08-29T16:23:24.571Z | Compiling syn v1.0.109 |
1123 | 2024-08-29T16:23:24.859Z | Compiling regex-syntax v0.8.4 |
1124 | 2024-08-29T16:23:25.223Z | Compiling num_threads v0.1.7 |
1125 | 2024-08-29T16:23:25.357Z | Compiling siphasher v0.3.11 |
1126 | 2024-08-29T16:23:25.561Z | Compiling crossbeam-utils v0.8.19 |
1127 | 2024-08-29T16:23:25.750Z | Compiling rustls v0.21.12 |
1128 | 2024-08-29T16:23:25.828Z | Compiling native-tls v0.2.11 |
1129 | 2024-08-29T16:23:26.016Z | Compiling try-lock v0.2.5 |
1130 | 2024-08-29T16:23:26.181Z | Compiling want v0.3.1 |
1131 | 2024-08-29T16:23:26.470Z | Compiling idna v0.5.0 |
1132 | 2024-08-29T16:23:26.937Z | Compiling cookie v0.17.0 |
1133 | 2024-08-29T16:23:27.043Z | Compiling time v0.3.36 |
1134 | 2024-08-29T16:23:27.232Z | Compiling finl_unicode v1.2.0 |
1135 | 2024-08-29T16:23:27.565Z | Compiling slog v2.7.0 |
1136 | 2024-08-29T16:23:27.866Z | Compiling tower-service v0.3.2 |
1137 | 2024-08-29T16:23:27.990Z | Compiling httpdate v1.0.3 |
1138 | 2024-08-29T16:23:28.008Z | Compiling iana-time-zone v0.1.60 |
1139 | 2024-08-29T16:23:28.093Z | Compiling adler v1.0.2 |
1140 | 2024-08-29T16:23:28.325Z | Compiling regex-automata v0.4.6 |
1141 | 2024-08-29T16:23:28.434Z | Compiling openssl-probe v0.1.5 |
1142 | 2024-08-29T16:23:28.506Z | Compiling miniz_oxide v0.7.2 |
1143 | 2024-08-29T16:23:28.867Z | Compiling stringprep v0.1.4 |
1144 | 2024-08-29T16:23:29.798Z | Compiling url v2.5.2 |
1145 | 2024-08-29T16:23:31.139Z | Compiling serde_derive v1.0.208 |
1146 | 2024-08-29T16:23:31.231Z | Compiling zeroize_derive v1.4.2 |
1147 | 2024-08-29T16:23:31.327Z | Compiling zerocopy-derive v0.7.34 |
1148 | 2024-08-29T16:23:31.635Z | Compiling tokio-macros v2.4.0 |
1149 | 2024-08-29T16:23:32.270Z | Compiling thiserror-impl v1.0.63 |
1150 | 2024-08-29T16:23:32.286Z | Compiling futures-macro v0.3.30 |
1151 | 2024-08-29T16:23:32.923Z | Compiling zeroize v1.7.0 |
1152 | 2024-08-29T16:23:33.339Z | Compiling der_derive v0.7.2 |
1153 | 2024-08-29T16:23:33.575Z | Compiling zerocopy v0.7.34 |
1154 | 2024-08-29T16:23:34.372Z | Compiling futures-util v0.3.30 |
1155 | 2024-08-29T16:23:34.706Z | Compiling crypto-common v0.1.6 |
1156 | 2024-08-29T16:23:34.952Z | Compiling block-buffer v0.10.4 |
1157 | 2024-08-29T16:23:35.207Z | Compiling digest v0.10.7 |
1158 | 2024-08-29T16:23:35.660Z | Compiling hmac v0.12.1 |
1159 | 2024-08-29T16:23:35.720Z | Compiling block-padding v0.3.3 |
1160 | 2024-08-29T16:23:35.845Z | Compiling hashbrown v0.14.5 |
1161 | 2024-08-29T16:23:35.865Z | Compiling thiserror v1.0.63 |
1162 | 2024-08-29T16:23:35.902Z | Compiling sha2 v0.10.8 |
1163 | 2024-08-29T16:23:35.956Z | Compiling inout v0.1.3 |
1164 | 2024-08-29T16:23:36.017Z | Compiling pest v2.7.10 |
1165 | 2024-08-29T16:23:36.236Z | Compiling cipher v0.4.4 |
1166 | 2024-08-29T16:23:36.770Z | Compiling salsa20 v0.10.2 |
1167 | 2024-08-29T16:23:36.999Z | Compiling pbkdf2 v0.12.2 |
1168 | 2024-08-29T16:23:37.172Z | Compiling der v0.7.9 |
1169 | 2024-08-29T16:23:37.191Z | Compiling tracing-attributes v0.1.27 |
1170 | 2024-08-29T16:23:39.069Z | Compiling pest_meta v2.7.10 |
1171 | 2024-08-29T16:23:39.567Z | Compiling scroll_derive v0.12.0 |
1172 | 2024-08-29T16:23:40.503Z | Compiling pest_generator v2.7.10 |
1173 | 2024-08-29T16:23:40.526Z | Compiling spki v0.7.3 |
1174 | 2024-08-29T16:23:40.917Z | Compiling scrypt v0.11.0 |
1175 | 2024-08-29T16:23:41.062Z | Compiling tracing v0.1.40 |
1176 | 2024-08-29T16:23:41.082Z | Compiling scroll v0.12.0 |
1177 | 2024-08-29T16:23:41.103Z | Compiling cbc v0.1.2 |
1178 | 2024-08-29T16:23:41.340Z | Compiling aes v0.8.4 |
1179 | 2024-08-29T16:23:41.477Z | Compiling openssl-macros v0.1.1 |
1180 | 2024-08-29T16:23:41.582Z | Compiling goblin v0.8.2 |
1181 | 2024-08-29T16:23:41.651Z | Compiling rustls-webpki v0.101.7 |
1182 | 2024-08-29T16:23:42.267Z | Compiling pkcs5 v0.7.1 |
1183 | 2024-08-29T16:23:42.485Z | Compiling sct v0.7.1 |
1184 | 2024-08-29T16:23:43.528Z | Compiling pkcs8 v0.10.2 |
1185 | 2024-08-29T16:23:43.617Z | Compiling md-5 v0.10.6 |
1186 | 2024-08-29T16:23:43.898Z | Compiling num-integer v0.1.46 |
1187 | 2024-08-29T16:23:44.092Z | Compiling backtrace v0.3.71 |
1188 | 2024-08-29T16:23:44.203Z | Compiling pest_derive v2.7.10 |
1189 | 2024-08-29T16:23:44.225Z | Compiling idna v0.3.0 |
1190 | 2024-08-29T16:23:44.232Z | Compiling lazy_static v1.5.0 |
1191 | 2024-08-29T16:23:44.357Z | Compiling hash32 v0.2.1 |
1192 | 2024-08-29T16:23:44.583Z | Compiling base64 v0.22.1 |
1193 | 2024-08-29T16:23:44.704Z | Compiling signal-hook v0.3.17 |
1194 | 2024-08-29T16:23:44.708Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-08-29T16:23:44.825Z | Compiling gimli v0.28.1 |
1196 | 2024-08-29T16:23:44.977Z | Compiling psl-types v2.0.11 |
1197 | 2024-08-29T16:23:44.997Z | Compiling dtrace-parser v0.2.0 |
1198 | 2024-08-29T16:23:45.164Z | Compiling crc32fast v1.4.0 |
1199 | 2024-08-29T16:23:45.322Z | Compiling bytes v1.7.1 |
1200 | 2024-08-29T16:23:45.681Z | Compiling bitflags v2.6.0 |
1201 | 2024-08-29T16:23:45.768Z | Compiling indexmap v2.4.0 |
1202 | 2024-08-29T16:23:46.120Z | Compiling semver v1.0.23 |
1203 | 2024-08-29T16:23:46.568Z | Compiling tokio v1.39.3 |
1204 | 2024-08-29T16:23:46.858Z | Compiling http v0.2.12 |
1205 | 2024-08-29T16:23:47.185Z | Compiling rustc_version v0.4.0 |
1206 | 2024-08-29T16:23:47.973Z | Compiling heapless v0.7.17 |
1207 | 2024-08-29T16:23:48.416Z | Compiling dof v0.3.0 |
1208 | 2024-08-29T16:23:48.875Z | Compiling http-body v0.4.6 |
1209 | 2024-08-29T16:23:49.435Z | Compiling uuid v1.10.0 |
1210 | 2024-08-29T16:23:49.750Z | Compiling usdt-impl v0.5.0 |
1211 | 2024-08-29T16:23:50.441Z | Compiling serde_spanned v0.6.7 |
1212 | 2024-08-29T16:23:50.609Z | Compiling serde_tokenstream v0.2.2 |
1213 | 2024-08-29T16:23:50.668Z | Compiling chrono v0.4.38 |
1214 | 2024-08-29T16:23:50.897Z | Compiling toml_datetime v0.6.8 |
1215 | 2024-08-29T16:23:51.218Z | Compiling cfg_aliases v0.1.1 |
1216 | 2024-08-29T16:23:51.323Z | Compiling fallible-iterator v0.2.0 |
1217 | 2024-08-29T16:23:51.342Z | Compiling num-bigint-dig v0.8.4 |
1218 | 2024-08-29T16:23:51.414Z | Compiling smoltcp v0.9.1 |
1219 | 2024-08-29T16:23:51.685Z | Compiling nix v0.28.0 |
1220 | 2024-08-29T16:23:52.025Z | Compiling postgres-protocol v0.6.7 |
1221 | 2024-08-29T16:23:52.045Z | Compiling terminal_size v0.3.0 |
1222 | 2024-08-29T16:23:52.173Z | Compiling addr2line v0.21.0 |
1223 | 2024-08-29T16:23:52.331Z | Compiling publicsuffix v2.2.3 |
1224 | 2024-08-29T16:23:52.594Z | Compiling num-iter v0.1.45 |
1225 | 2024-08-29T16:23:52.616Z | Compiling hubpack_derive v0.1.1 |
1226 | 2024-08-29T16:23:52.773Z | Compiling zerocopy-derive v0.6.6 |
1227 | 2024-08-29T16:23:52.867Z | Compiling async-trait v0.1.81 |
1228 | 2024-08-29T16:23:53.535Z | Compiling phf_shared v0.11.2 |
1229 | 2024-08-29T16:23:53.923Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-08-29T16:23:54.180Z | Compiling ff v0.13.0 |
1231 | 2024-08-29T16:23:54.201Z | Compiling object v0.32.2 |
1232 | 2024-08-29T16:23:54.363Z | Compiling fs-err v2.11.0 |
1233 | 2024-08-29T16:23:54.403Z | Compiling ipnet v2.9.0 |
1234 | 2024-08-29T16:23:54.667Z | Compiling tokio-util v0.7.11 |
1235 | 2024-08-29T16:23:54.911Z | Compiling tokio-rustls v0.24.1 |
1236 | 2024-08-29T16:23:55.627Z | Compiling h2 v0.3.26 |
1237 | 2024-08-29T16:23:55.705Z | Compiling tokio-native-tls v0.3.1 |
1238 | 2024-08-29T16:23:55.930Z | Compiling anyhow v1.0.86 |
1239 | 2024-08-29T16:23:55.982Z | Compiling rustc-demangle v0.1.24 |
1240 | 2024-08-29T16:23:56.059Z | Compiling schemars v0.8.21 |
1241 | 2024-08-29T16:23:56.429Z | Compiling base16ct v0.2.0 |
1242 | 2024-08-29T16:23:56.589Z | Compiling managed v0.8.0 |
1243 | 2024-08-29T16:23:56.632Z | Compiling winnow v0.5.40 |
1244 | 2024-08-29T16:23:56.762Z | Compiling bitflags v1.3.2 |
1245 | 2024-08-29T16:23:56.876Z | Compiling base64 v0.21.7 |
1246 | 2024-08-29T16:23:56.974Z | Compiling either v1.13.0 |
1247 | 2024-08-29T16:23:57.017Z | Compiling clap_builder v4.5.15 |
1248 | 2024-08-29T16:23:57.395Z | Compiling rustls-pemfile v1.0.4 |
1249 | 2024-08-29T16:23:57.906Z | Compiling schemars_derive v0.8.21 |
1250 | 2024-08-29T16:23:57.983Z | Compiling sec1 v0.7.3 |
1251 | 2024-08-29T16:23:58.794Z | Compiling zerocopy v0.6.6 |
1252 | 2024-08-29T16:23:59.774Z | Compiling group v0.13.0 |
1253 | 2024-08-29T16:23:59.825Z | Compiling phf v0.11.2 |
1254 | 2024-08-29T16:24:00.098Z | Compiling toml_edit v0.19.15 |
1255 | 2024-08-29T16:24:00.113Z | Compiling hubpack v0.1.2 |
1256 | 2024-08-29T16:24:00.464Z | Compiling cookie_store v0.20.0 |
1257 | 2024-08-29T16:24:00.561Z | Compiling postgres-types v0.2.7 |
1258 | 2024-08-29T16:24:02.032Z | Compiling usdt-attr-macro v0.5.0 |
1259 | 2024-08-29T16:24:02.342Z | Compiling usdt-macro v0.5.0 |
1260 | 2024-08-29T16:24:02.746Z | Compiling hyper v0.14.30 |
1261 | 2024-08-29T16:24:03.710Z | Compiling serde_urlencoded v0.7.1 |
1262 | 2024-08-29T16:24:03.913Z | Compiling pkcs1 v0.7.5 |
1263 | 2024-08-29T16:24:04.234Z | Compiling futures-executor v0.3.30 |
1264 | 2024-08-29T16:24:04.809Z | Compiling hkdf v0.12.4 |
1265 | 2024-08-29T16:24:04.844Z | Compiling signature v2.2.0 |
1266 | 2024-08-29T16:24:04.917Z | Compiling crypto-bigint v0.5.5 |
1267 | 2024-08-29T16:24:05.070Z | Compiling regex v1.10.6 |
1268 | 2024-08-29T16:24:05.137Z | Compiling bstr v1.9.1 |
1269 | 2024-08-29T16:24:06.185Z | Compiling clap_derive v4.5.13 |
1270 | 2024-08-29T16:24:06.213Z | Compiling strum_macros v0.25.3 |
1271 | 2024-08-29T16:24:06.283Z | Compiling enum-as-inner v0.6.0 |
1272 | 2024-08-29T16:24:06.962Z | Compiling serde_repr v0.1.19 |
1273 | 2024-08-29T16:24:07.397Z | Compiling phf_shared v0.10.0 |
1274 | 2024-08-29T16:24:07.850Z | Compiling float-cmp v0.9.0 |
1275 | 2024-08-29T16:24:08.042Z | Compiling idna v0.4.0 |
1276 | 2024-08-29T16:24:08.069Z | Compiling mio v0.8.11 |
1277 | 2024-08-29T16:24:08.165Z | Compiling encoding_rs v0.8.34 |
1278 | 2024-08-29T16:24:09.374Z | Compiling bit-vec v0.6.3 |
1279 | 2024-08-29T16:24:09.638Z | Compiling predicates-core v1.0.6 |
1280 | 2024-08-29T16:24:09.850Z | Compiling hyper-tls v0.5.0 |
1281 | 2024-08-29T16:24:10.001Z | Compiling hyper-rustls v0.24.2 |
1282 | 2024-08-29T16:24:10.212Z | Compiling difflib v0.4.0 |
1283 | 2024-08-29T16:24:10.338Z | Compiling new_debug_unreachable v1.0.6 |
1284 | 2024-08-29T16:24:10.364Z | Compiling normalize-line-endings v0.3.0 |
1285 | 2024-08-29T16:24:10.440Z | Compiling fixedbitset v0.4.2 |
1286 | 2024-08-29T16:24:10.482Z | Compiling mime v0.3.17 |
1287 | 2024-08-29T16:24:10.827Z | Compiling whoami v1.5.1 |
1288 | 2024-08-29T16:24:10.899Z | Compiling webpki-roots v0.25.4 |
1289 | 2024-08-29T16:24:11.081Z | Compiling static_assertions v1.1.0 |
1290 | 2024-08-29T16:24:11.081Z | Compiling precomputed-hash v0.1.1 |
1291 | 2024-08-29T16:24:11.198Z | Compiling data-encoding v2.6.0 |
1292 | 2024-08-29T16:24:11.208Z | Compiling minimal-lexical v0.2.1 |
1293 | 2024-08-29T16:24:11.226Z | Compiling sync_wrapper v0.1.2 |
1294 | 2024-08-29T16:24:11.360Z | Compiling dyn-clone v1.0.17 |
1295 | 2024-08-29T16:24:11.440Z | Compiling unicode-segmentation v1.11.0 |
1296 | 2024-08-29T16:24:11.746Z | Compiling nom v7.1.3 |
1297 | 2024-08-29T16:24:11.769Z | Compiling reqwest v0.11.27 |
1298 | 2024-08-29T16:24:15.476Z | Compiling similar v2.6.0 |
1299 | 2024-08-29T16:24:15.504Z | Compiling hickory-proto v0.24.1 |
1300 | 2024-08-29T16:24:15.504Z | Compiling clap v4.5.16 |
1301 | 2024-08-29T16:24:15.504Z | Compiling console v0.15.8 |
1302 | 2024-08-29T16:24:15.526Z | Compiling string_cache v0.8.7 |
1303 | 2024-08-29T16:24:15.526Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1304 | 2024-08-29T16:24:15.526Z | Compiling tokio-postgres v0.7.11 |
1305 | 2024-08-29T16:24:15.526Z | Compiling toml_edit v0.22.20 |
1306 | 2024-08-29T16:24:15.526Z | Compiling petgraph v0.6.5 |
1307 | 2024-08-29T16:24:15.526Z | Compiling predicates v3.1.2 |
1308 | 2024-08-29T16:24:16.082Z | Compiling bit-set v0.5.3 |
1309 | 2024-08-29T16:24:16.371Z | Compiling signal-hook-mio v0.2.4 |
1310 | 2024-08-29T16:24:16.555Z | Compiling usdt v0.5.0 |
1311 | 2024-08-29T16:24:17.077Z | Compiling elliptic-curve v0.13.8 |
1312 | 2024-08-29T16:24:17.208Z | Compiling rsa v0.9.6 |
1313 | 2024-08-29T16:24:17.941Z | Compiling futures v0.3.30 |
1314 | 2024-08-29T16:24:18.064Z | Compiling toml v0.7.8 |
1315 | 2024-08-29T16:24:19.398Z | Compiling flate2 v1.0.31 |
1316 | 2024-08-29T16:24:20.563Z | Compiling itertools v0.12.1 |
1317 | 2024-08-29T16:24:20.646Z | Compiling itertools v0.10.5 |
1318 | 2024-08-29T16:24:21.210Z | Compiling tokio-stream v0.1.15 |
1319 | 2024-08-29T16:24:22.263Z | Compiling openapiv3 v2.0.0 |
1320 | 2024-08-29T16:24:22.891Z | Compiling hex v0.4.3 |
1321 | 2024-08-29T16:24:23.109Z | Compiling sha1 v0.10.6 |
1322 | 2024-08-29T16:24:23.473Z | Compiling crossbeam-epoch v0.9.18 |
1323 | 2024-08-29T16:24:23.505Z | Compiling dirs-sys-next v0.1.2 |
1324 | 2024-08-29T16:24:23.532Z | Compiling lalrpop-util v0.19.12 |
1325 | 2024-08-29T16:24:23.654Z | Compiling unicode-xid v0.2.4 |
1326 | 2024-08-29T16:24:23.840Z | Compiling peg-runtime v0.8.3 |
1327 | 2024-08-29T16:24:23.890Z | Compiling dirs-next v2.0.0 |
1328 | 2024-08-29T16:24:24.082Z | Compiling thread_local v1.1.8 |
1329 | 2024-08-29T16:24:24.100Z | Compiling slog-async v2.8.0 |
1330 | 2024-08-29T16:24:24.185Z | Compiling term v0.7.0 |
1331 | 2024-08-29T16:24:24.207Z | Compiling xattr v1.3.1 |
1332 | 2024-08-29T16:24:24.483Z | Compiling strum_macros v0.26.4 |
1333 | 2024-08-29T16:24:24.487Z | Compiling crossbeam-channel v0.5.12 |
1334 | 2024-08-29T16:24:24.619Z | Compiling is-terminal v0.4.12 |
1335 | 2024-08-29T16:24:24.706Z | Compiling filetime v0.2.24 |
1336 | 2024-08-29T16:24:24.748Z | Compiling take_mut v0.2.2 |
1337 | 2024-08-29T16:24:24.904Z | Compiling tar v0.4.41 |
1338 | 2024-08-29T16:24:25.007Z | Compiling slog-term v2.9.1 |
1339 | 2024-08-29T16:24:25.587Z | Compiling camino v1.1.9 |
1340 | 2024-08-29T16:24:26.646Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1341 | 2024-08-29T16:24:27.570Z | Compiling strum v0.26.3 |
1342 | 2024-08-29T16:24:27.622Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1343 | 2024-08-29T16:24:32.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1344 | 2024-08-29T16:24:33.056Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1345 | 2024-08-29T16:24:33.104Z | Aug 29 16:24:31.671 INFO Starting download, target: Console |
1346 | 2024-08-29T16:24:33.104Z | Aug 29 16:24:31.672 INFO Starting download, target: Cockroach |
1347 | 2024-08-29T16:24:33.104Z | Aug 29 16:24:31.672 INFO Starting download, target: Clickhouse |
1348 | 2024-08-29T16:24:33.104Z | Aug 29 16:24:31.672 INFO Starting download, target: DendriteOpenapi |
1349 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Starting download, target: DendriteStub |
1350 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Starting download, target: MaghemiteMgd |
1351 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Starting download, target: TransceiverControl |
1352 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1353 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1354 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1355 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1356 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.673 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1357 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1358 | 2024-08-29T16:24:33.107Z | Aug 29 16:24:31.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1359 | 2024-08-29T16:24:33.224Z | Aug 29 16:24:31.792 INFO Download complete, target: DendriteOpenapi |
1360 | 2024-08-29T16:24:33.429Z | Aug 29 16:24:31.987 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1361 | 2024-08-29T16:24:33.640Z | Aug 29 16:24:32.207 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1362 | 2024-08-29T16:24:33.819Z | Aug 29 16:24:32.388 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1363 | 2024-08-29T16:24:33.852Z | Aug 29 16:24:32.421 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1364 | 2024-08-29T16:24:34.044Z | Aug 29 16:24:32.613 INFO Download complete, target: Console |
1365 | 2024-08-29T16:24:34.213Z | Aug 29 16:24:32.781 INFO Download complete, target: TransceiverControl |
1366 | 2024-08-29T16:24:34.593Z | Aug 29 16:24:33.160 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1367 | 2024-08-29T16:24:34.593Z | Aug 29 16:24:33.160 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1368 | 2024-08-29T16:24:35.518Z | Aug 29 16:24:34.086 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1369 | 2024-08-29T16:24:36.977Z | Aug 29 16:24:35.544 INFO Download complete, target: DendriteStub |
1370 | 2024-08-29T16:24:37.108Z | Aug 29 16:24:35.676 INFO Download complete, target: MaghemiteMgd |
1371 | 2024-08-29T16:24:43.177Z | Aug 29 16:24:41.743 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1372 | 2024-08-29T16:24:43.476Z | Aug 29 16:24:42.042 INFO Checking that binary works, target: Cockroach |
1373 | 2024-08-29T16:24:43.646Z | Aug 29 16:24:42.212 INFO Download complete, target: Cockroach |
1374 | 2024-08-29T16:24:50.019Z | Aug 29 16:24:48.581 INFO Checking that binary works, target: Clickhouse |
1375 | 2024-08-29T16:24:50.202Z | Aug 29 16:24:48.766 INFO Download complete, target: Clickhouse |
1376 | 2024-08-29T16:24:50.223Z | All builder prerequisites installed successfully, and PATH looks valid |
1377 | 2024-08-29T16:24:50.227Z | |
1378 | 2024-08-29T16:24:50.227Z | real 3:29.501409168 |
1379 | 2024-08-29T16:24:50.227Z | user 11:24.456084026 |
1380 | 2024-08-29T16:24:50.227Z | sys 2:26.484674272 |
1381 | 2024-08-29T16:24:50.227Z | trap 0.417711332 |
1382 | 2024-08-29T16:24:50.227Z | tflt 1.479225488 |
1383 | 2024-08-29T16:24:50.227Z | dflt 1.674406779 |
1384 | 2024-08-29T16:24:50.227Z | kflt 0.024164739 |
1385 | 2024-08-29T16:24:50.227Z | lock 22:40.375445040 |
1386 | 2024-08-29T16:24:50.227Z | slp 43:29.625505629 |
1387 | 2024-08-29T16:24:50.227Z | lat 43.738064241 |
1388 | 2024-08-29T16:24:50.227Z | stop 1:49.417940226 |
1389 | 2024-08-29T16:24:50.227Z | + banner clippy |
1390 | 2024-08-29T16:24:50.230Z | |
1391 | 2024-08-29T16:24:50.230Z | #### # # ##### ##### # # |
1392 | 2024-08-29T16:24:50.230Z | # # # # # # # # # # |
1393 | 2024-08-29T16:24:50.230Z | # # # # # # # # |
1394 | 2024-08-29T16:24:50.230Z | # # # ##### ##### # |
1395 | 2024-08-29T16:24:50.230Z | # # # # # # # |
1396 | 2024-08-29T16:24:50.230Z | #### ###### # # # # |
1397 | 2024-08-29T16:24:50.230Z | |
1398 | 2024-08-29T16:24:50.230Z | + export CARGO_INCREMENTAL=0 |
1399 | 2024-08-29T16:24:50.230Z | + CARGO_INCREMENTAL=0 |
1400 | 2024-08-29T16:24:50.230Z | + ptime -m cargo xtask clippy |
1401 | 2024-08-29T16:24:50.806Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1402 | 2024-08-29T16:24:54.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
1403 | 2024-08-29T16:24:54.705Z | Running `target/debug/xtask clippy` |
1404 | 2024-08-29T16:24:54.724Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1405 | 2024-08-29T16:24:55.426Z | Downloading crates ... |
1406 | 2024-08-29T16:24:55.708Z | Downloaded escape8259 v0.5.2 |
1407 | 2024-08-29T16:24:55.711Z | Downloaded nested v0.1.1 |
1408 | 2024-08-29T16:24:55.714Z | Downloaded dhcproto-macros v0.1.0 |
1409 | 2024-08-29T16:24:55.714Z | Downloaded option-ext v0.2.0 |
1410 | 2024-08-29T16:24:55.714Z | Downloaded num_cpus v1.16.0 |
1411 | 2024-08-29T16:24:55.717Z | Downloaded criterion-plot v0.5.0 |
1412 | 2024-08-29T16:24:55.728Z | Downloaded pathdiff v0.2.1 |
1413 | 2024-08-29T16:24:55.730Z | Downloaded tower-layer v0.3.2 |
1414 | 2024-08-29T16:24:55.732Z | Downloaded futures-timer v3.0.3 |
1415 | 2024-08-29T16:24:55.735Z | Downloaded dirs-sys v0.4.1 |
1416 | 2024-08-29T16:24:55.738Z | Downloaded hex-literal v0.4.1 |
1417 | 2024-08-29T16:24:55.740Z | Downloaded approx v0.5.1 |
1418 | 2024-08-29T16:24:55.743Z | Downloaded datatest-stable v0.2.9 |
1419 | 2024-08-29T16:24:55.745Z | Downloaded relative-path v1.9.3 |
1420 | 2024-08-29T16:24:55.747Z | Downloaded polyval v0.6.2 |
1421 | 2024-08-29T16:24:55.750Z | Downloaded plotters-backend v0.3.5 |
1422 | 2024-08-29T16:24:55.750Z | Downloaded ecdsa v0.16.9 |
1423 | 2024-08-29T16:24:55.752Z | Downloaded bcrypt-pbkdf v0.10.0 |
1424 | 2024-08-29T16:24:55.755Z | Downloaded threadpool v1.8.1 |
1425 | 2024-08-29T16:24:55.755Z | Downloaded ssh-cipher v0.2.0 |
1426 | 2024-08-29T16:24:55.758Z | Downloaded libtest-mimic v0.7.3 |
1427 | 2024-08-29T16:24:55.758Z | Downloaded hyper-rustls v0.26.0 |
1428 | 2024-08-29T16:24:55.760Z | Downloaded primeorder v0.13.6 |
1429 | 2024-08-29T16:24:55.763Z | Downloaded partial-io v0.5.4 |
1430 | 2024-08-29T16:24:55.765Z | Downloaded httptest v0.15.5 |
1431 | 2024-08-29T16:24:55.767Z | Downloaded target-lexicon v0.12.16 |
1432 | 2024-08-29T16:24:55.770Z | Downloaded rustls-native-certs v0.7.0 |
1433 | 2024-08-29T16:24:55.772Z | Downloaded cfg-expr v0.16.0 |
1434 | 2024-08-29T16:24:55.779Z | Downloaded guppy-workspace-hack v0.1.0 |
1435 | 2024-08-29T16:24:55.782Z | Downloaded doc-comment v0.3.3 |
1436 | 2024-08-29T16:24:55.785Z | Downloaded md5 v0.7.0 |
1437 | 2024-08-29T16:24:55.788Z | Downloaded ghash v0.5.1 |
1438 | 2024-08-29T16:24:55.788Z | Downloaded matches v0.1.10 |
1439 | 2024-08-29T16:24:55.788Z | Downloaded http-body v1.0.0 |
1440 | 2024-08-29T16:24:55.790Z | Downloaded plotters-svg v0.3.5 |
1441 | 2024-08-29T16:24:55.794Z | Downloaded russh-cryptovec v0.7.2 |
1442 | 2024-08-29T16:24:55.797Z | Downloaded russh-keys v0.44.0 |
1443 | 2024-08-29T16:24:55.799Z | Downloaded trybuild v1.0.99 |
1444 | 2024-08-29T16:24:55.803Z | Downloaded cast v0.3.0 |
1445 | 2024-08-29T16:24:55.805Z | Downloaded dirs v5.0.1 |
1446 | 2024-08-29T16:24:55.808Z | Downloaded ctr v0.9.2 |
1447 | 2024-08-29T16:24:55.824Z | Downloaded yansi v0.5.1 |
1448 | 2024-08-29T16:24:55.827Z | Downloaded rstest v0.22.0 |
1449 | 2024-08-29T16:24:55.830Z | Downloaded rfc6979 v0.4.0 |
1450 | 2024-08-29T16:24:55.833Z | Downloaded rstest_macros v0.22.0 |
1451 | 2024-08-29T16:24:55.835Z | Downloaded rand_distr v0.4.3 |
1452 | 2024-08-29T16:24:55.838Z | Downloaded target-spec v3.2.1 |
1453 | 2024-08-29T16:24:55.840Z | Downloaded similar-asserts v1.5.0 |
1454 | 2024-08-29T16:24:55.843Z | Downloaded proc-macro-crate v3.1.0 |
1455 | 2024-08-29T16:24:55.843Z | Downloaded enum-as-inner v0.5.1 |
1456 | 2024-08-29T16:24:55.845Z | Downloaded ed25519 v2.2.3 |
1457 | 2024-08-29T16:24:55.845Z | Downloaded blake2b_simd v1.0.2 |
1458 | 2024-08-29T16:24:55.848Z | Downloaded assert_cmd v2.0.16 |
1459 | 2024-08-29T16:24:55.850Z | Downloaded anes v0.1.6 |
1460 | 2024-08-29T16:24:55.854Z | Downloaded tinytemplate v1.2.1 |
1461 | 2024-08-29T16:24:55.854Z | Downloaded pbkdf2 v0.11.0 |
1462 | 2024-08-29T16:24:55.856Z | Downloaded oorandom v11.1.3 |
1463 | 2024-08-29T16:24:55.856Z | Downloaded ssh-encoding v0.2.0 |
1464 | 2024-08-29T16:24:55.859Z | Downloaded rust-argon2 v2.1.0 |
1465 | 2024-08-29T16:24:55.859Z | Downloaded password-hash v0.4.2 |
1466 | 2024-08-29T16:24:55.862Z | Downloaded dhcproto v0.12.0 |
1467 | 2024-08-29T16:24:55.864Z | Downloaded internet-checksum v0.2.1 |
1468 | 2024-08-29T16:24:55.864Z | Downloaded toml_edit v0.21.1 |
1469 | 2024-08-29T16:24:55.884Z | Downloaded ed25519-dalek v2.1.1 |
1470 | 2024-08-29T16:24:55.887Z | Downloaded blowfish v0.9.1 |
1471 | 2024-08-29T16:24:55.891Z | Downloaded p256 v0.13.2 |
1472 | 2024-08-29T16:24:55.898Z | Downloaded aes-gcm v0.10.3 |
1473 | 2024-08-29T16:24:55.901Z | Downloaded hyper-util v0.1.3 |
1474 | 2024-08-29T16:24:55.904Z | Downloaded guppy v0.17.7 |
1475 | 2024-08-29T16:24:55.910Z | Downloaded pretty_assertions v1.4.0 |
1476 | 2024-08-29T16:24:55.912Z | Downloaded fancy-regex v0.13.0 |
1477 | 2024-08-29T16:24:55.916Z | Downloaded russh v0.44.1 |
1478 | 2024-08-29T16:24:55.922Z | Downloaded num-bigint v0.4.5 |
1479 | 2024-08-29T16:24:55.926Z | Downloaded tower v0.4.13 |
1480 | 2024-08-29T16:24:55.934Z | Downloaded ssh-key v0.6.6 |
1481 | 2024-08-29T16:24:55.940Z | Downloaded plotters v0.3.5 |
1482 | 2024-08-29T16:24:55.948Z | Downloaded regex-automata v0.1.10 |
1483 | 2024-08-29T16:24:55.953Z | Downloaded p521 v0.13.3 |
1484 | 2024-08-29T16:24:55.957Z | Downloaded p384 v0.13.0 |
1485 | 2024-08-29T16:24:55.962Z | Downloaded idna v0.2.3 |
1486 | 2024-08-29T16:24:55.968Z | Downloaded trust-dns-proto v0.22.0 |
1487 | 2024-08-29T16:24:55.979Z | Downloaded bstr v0.2.17 |
1488 | 2024-08-29T16:24:55.987Z | Downloaded hyper v1.3.1 |
1489 | 2024-08-29T16:24:55.993Z | Downloaded criterion v0.5.1 |
1490 | 2024-08-29T16:24:56.643Z | Checking cfg-if v1.0.0 |
1491 | 2024-08-29T16:24:56.709Z | Checking libc v0.2.158 |
1492 | 2024-08-29T16:24:56.731Z | Checking serde v1.0.208 |
1493 | 2024-08-29T16:24:56.747Z | Checking memchr v2.7.2 |
1494 | 2024-08-29T16:24:56.762Z | Checking scopeguard v1.2.0 |
1495 | 2024-08-29T16:24:56.776Z | Checking log v0.4.21 |
1496 | 2024-08-29T16:24:56.798Z | Checking byteorder v1.5.0 |
1497 | 2024-08-29T16:24:56.816Z | Checking itoa v1.0.11 |
1498 | 2024-08-29T16:24:56.838Z | Checking smallvec v1.13.2 |
1499 | 2024-08-29T16:24:56.883Z | Checking lock_api v0.4.12 |
1500 | 2024-08-29T16:24:57.020Z | Checking zeroize v1.7.0 |
1501 | 2024-08-29T16:24:57.061Z | Checking once_cell v1.19.0 |
1502 | 2024-08-29T16:24:57.184Z | Checking pin-project-lite v0.2.14 |
1503 | 2024-08-29T16:24:57.210Z | Checking typenum v1.17.0 |
1504 | 2024-08-29T16:24:57.274Z | Checking libm v0.2.8 |
1505 | 2024-08-29T16:24:57.277Z | Checking subtle v2.5.0 |
1506 | 2024-08-29T16:24:57.321Z | Checking ryu v1.0.18 |
1507 | 2024-08-29T16:24:57.358Z | Checking spin v0.9.8 |
1508 | 2024-08-29T16:24:57.543Z | Checking thiserror v1.0.63 |
1509 | 2024-08-29T16:24:57.564Z | Checking futures-core v0.3.30 |
1510 | 2024-08-29T16:24:57.592Z | Checking zerocopy v0.7.34 |
1511 | 2024-08-29T16:24:57.676Z | Checking const-oid v0.9.6 |
1512 | 2024-08-29T16:24:57.703Z | Checking futures-sink v0.3.30 |
1513 | 2024-08-29T16:24:57.749Z | Checking slab v0.4.9 |
1514 | 2024-08-29T16:24:57.800Z | Checking getrandom v0.2.14 |
1515 | 2024-08-29T16:24:57.834Z | Checking parking_lot_core v0.9.10 |
1516 | 2024-08-29T16:24:58.018Z | Checking signal-hook-registry v1.4.2 |
1517 | 2024-08-29T16:24:58.076Z | Checking rand_core v0.6.4 |
1518 | 2024-08-29T16:24:58.183Z | Checking parking_lot v0.12.2 |
1519 | 2024-08-29T16:24:58.208Z | Checking mio v1.0.2 |
1520 | 2024-08-29T16:24:58.260Z | Checking num-traits v0.2.19 |
1521 | 2024-08-29T16:24:58.371Z | Checking socket2 v0.5.7 |
1522 | 2024-08-29T16:24:58.515Z | Checking futures-channel v0.3.30 |
1523 | 2024-08-29T16:24:58.540Z | Checking generic-array v0.14.7 |
1524 | 2024-08-29T16:24:58.819Z | Checking pin-utils v0.1.0 |
1525 | 2024-08-29T16:24:58.853Z | Checking futures-io v0.3.30 |
1526 | 2024-08-29T16:24:58.881Z | Checking futures-task v0.3.30 |
1527 | 2024-08-29T16:24:58.914Z | Checking cpufeatures v0.2.12 |
1528 | 2024-08-29T16:24:58.986Z | Checking ahash v0.8.11 |
1529 | 2024-08-29T16:24:59.018Z | Checking allocator-api2 v0.2.18 |
1530 | 2024-08-29T16:24:59.052Z | Checking fnv v1.0.7 |
1531 | 2024-08-29T16:24:59.118Z | Checking futures-util v0.3.30 |
1532 | 2024-08-29T16:24:59.189Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2024-08-29T16:24:59.463Z | Checking iana-time-zone v0.1.60 |
1534 | 2024-08-29T16:24:59.514Z | Checking equivalent v1.0.1 |
1535 | 2024-08-29T16:24:59.535Z | Checking ppv-lite86 v0.2.17 |
1536 | 2024-08-29T16:24:59.612Z | Checking tinyvec_macros v0.1.1 |
1537 | 2024-08-29T16:24:59.616Z | Checking tracing-core v0.1.32 |
1538 | 2024-08-29T16:24:59.660Z | Checking hashbrown v0.14.5 |
1539 | 2024-08-29T16:24:59.695Z | Checking crypto-common v0.1.6 |
1540 | 2024-08-29T16:24:59.717Z | Checking block-buffer v0.10.4 |
1541 | 2024-08-29T16:24:59.875Z | Checking tinyvec v1.6.0 |
1542 | 2024-08-29T16:24:59.928Z | Checking digest v0.10.7 |
1543 | 2024-08-29T16:24:59.952Z | Checking unicode-bidi v0.3.15 |
1544 | 2024-08-29T16:25:00.239Z | Checking rand_chacha v0.3.1 |
1545 | 2024-08-29T16:25:00.291Z | Checking tracing v0.1.40 |
1546 | 2024-08-29T16:25:00.326Z | Checking percent-encoding v2.3.1 |
1547 | 2024-08-29T16:25:00.553Z | Checking dyn-clone v1.0.17 |
1548 | 2024-08-29T16:25:00.635Z | Checking regex-syntax v0.8.4 |
1549 | 2024-08-29T16:25:00.639Z | Checking rand v0.8.5 |
1550 | 2024-08-29T16:25:00.679Z | Checking errno v0.3.9 |
1551 | 2024-08-29T16:25:00.702Z | Checking form_urlencoded v1.2.1 |
1552 | 2024-08-29T16:25:00.840Z | Checking block-padding v0.3.3 |
1553 | 2024-08-29T16:25:00.863Z | Checking lazy_static v1.5.0 |
1554 | 2024-08-29T16:25:00.892Z | Checking aho-corasick v1.1.3 |
1555 | 2024-08-29T16:25:00.981Z | Checking httparse v1.8.0 |
1556 | 2024-08-29T16:25:01.047Z | Checking inout v0.1.3 |
1557 | 2024-08-29T16:25:01.246Z | Checking unicode-normalization v0.1.23 |
1558 | 2024-08-29T16:25:01.278Z | Checking cipher v0.4.4 |
1559 | 2024-08-29T16:25:01.381Z | Checking unicode-ident v1.0.12 |
1560 | 2024-08-29T16:25:01.550Z | Checking base64ct v1.6.0 |
1561 | 2024-08-29T16:25:01.679Z | Checking hmac v0.12.1 |
1562 | 2024-08-29T16:25:01.812Z | Checking bytes v1.7.1 |
1563 | 2024-08-29T16:25:01.841Z | Checking bitflags v2.6.0 |
1564 | 2024-08-29T16:25:01.908Z | Checking serde_json v1.0.125 |
1565 | 2024-08-29T16:25:02.001Z | Checking chrono v0.4.38 |
1566 | 2024-08-29T16:25:02.142Z | Checking indexmap v2.4.0 |
1567 | 2024-08-29T16:25:02.168Z | Checking uuid v1.10.0 |
1568 | 2024-08-29T16:25:02.415Z | Checking rustix v0.38.34 |
1569 | 2024-08-29T16:25:02.581Z | Checking tokio v1.39.3 |
1570 | 2024-08-29T16:25:02.801Z | Checking http v0.2.12 |
1571 | 2024-08-29T16:25:03.413Z | Checking powerfmt v0.2.0 |
1572 | 2024-08-29T16:25:03.542Z | Checking unicode-width v0.1.13 |
1573 | 2024-08-29T16:25:03.677Z | Checking adler v1.0.2 |
1574 | 2024-08-29T16:25:03.735Z | Checking deranged v0.3.11 |
1575 | 2024-08-29T16:25:03.845Z | Checking miniz_oxide v0.7.2 |
1576 | 2024-08-29T16:25:03.864Z | Checking regex-automata v0.4.6 |
1577 | 2024-08-29T16:25:04.067Z | Checking schemars v0.8.21 |
1578 | 2024-08-29T16:25:04.115Z | Checking idna v0.5.0 |
1579 | 2024-08-29T16:25:04.215Z | Checking proc-macro2 v1.0.86 |
1580 | 2024-08-29T16:25:04.439Z | Checking sha2 v0.10.8 |
1581 | 2024-08-29T16:25:04.557Z | Checking num_threads v0.1.7 |
1582 | 2024-08-29T16:25:04.683Z | Checking untrusted v0.9.0 |
1583 | 2024-08-29T16:25:04.846Z | Checking time-core v0.1.2 |
1584 | 2024-08-29T16:25:04.849Z | Checking num-conv v0.1.0 |
1585 | 2024-08-29T16:25:05.002Z | Checking quote v1.0.36 |
1586 | 2024-08-29T16:25:05.005Z | Checking url v2.5.2 |
1587 | 2024-08-29T16:25:05.048Z | Checking ring v0.17.8 |
1588 | 2024-08-29T16:25:05.106Z | Checking try-lock v0.2.5 |
1589 | 2024-08-29T16:25:05.246Z | Checking want v0.3.1 |
1590 | 2024-08-29T16:25:05.367Z | Checking syn v2.0.74 |
1591 | 2024-08-29T16:25:05.430Z | Checking pem-rfc7468 v0.7.0 |
1592 | 2024-08-29T16:25:05.505Z | Checking time v0.3.36 |
1593 | 2024-08-29T16:25:05.678Z | Checking slog v2.7.0 |
1594 | 2024-08-29T16:25:05.703Z | Checking tower-service v0.3.2 |
1595 | 2024-08-29T16:25:05.835Z | Checking futures-executor v0.3.30 |
1596 | 2024-08-29T16:25:05.860Z | Checking httpdate v1.0.3 |
1597 | 2024-08-29T16:25:06.076Z | Checking futures v0.3.30 |
1598 | 2024-08-29T16:25:06.109Z | Checking gimli v0.28.1 |
1599 | 2024-08-29T16:25:06.135Z | Checking flagset v0.4.5 |
1600 | 2024-08-29T16:25:06.188Z | Checking http-body v0.4.6 |
1601 | 2024-08-29T16:25:06.338Z | Checking der v0.7.9 |
1602 | 2024-08-29T16:25:06.606Z | Checking pbkdf2 v0.12.2 |
1603 | 2024-08-29T16:25:06.776Z | Checking aes v0.8.4 |
1604 | 2024-08-29T16:25:06.848Z | Checking object v0.32.2 |
1605 | 2024-08-29T16:25:07.707Z | Checking rustc-demangle v0.1.24 |
1606 | 2024-08-29T16:25:08.049Z | Checking salsa20 v0.10.2 |
1607 | 2024-08-29T16:25:08.121Z | Checking cbc v0.1.2 |
1608 | 2024-08-29T16:25:08.146Z | Checking spki v0.7.3 |
1609 | 2024-08-29T16:25:08.258Z | Checking base64 v0.21.7 |
1610 | 2024-08-29T16:25:08.337Z | Checking regex v1.10.6 |
1611 | 2024-08-29T16:25:08.343Z | Checking mime v0.3.17 |
1612 | 2024-08-29T16:25:08.413Z | Checking scrypt v0.11.0 |
1613 | 2024-08-29T16:25:08.633Z | Checking data-encoding v2.6.0 |
1614 | 2024-08-29T16:25:08.658Z | Checking ipnet v2.9.0 |
1615 | 2024-08-29T16:25:08.750Z | Checking utf8parse v0.2.1 |
1616 | 2024-08-29T16:25:08.901Z | Checking pkcs5 v0.7.1 |
1617 | 2024-08-29T16:25:08.946Z | Checking serde_spanned v0.6.7 |
1618 | 2024-08-29T16:25:09.106Z | Checking toml_datetime v0.6.8 |
1619 | 2024-08-29T16:25:09.134Z | Checking crossbeam-utils v0.8.19 |
1620 | 2024-08-29T16:25:09.324Z | Checking foreign-types-shared v0.1.1 |
1621 | 2024-08-29T16:25:09.375Z | Checking openssl-probe v0.1.5 |
1622 | 2024-08-29T16:25:09.402Z | Checking pkcs8 v0.10.2 |
1623 | 2024-08-29T16:25:09.430Z | Checking foreign-types v0.3.2 |
1624 | 2024-08-29T16:25:09.495Z | Checking tokio-util v0.7.11 |
1625 | 2024-08-29T16:25:09.525Z | Checking serde_urlencoded v0.7.1 |
1626 | 2024-08-29T16:25:09.530Z | Checking openssl-sys v0.9.103 |
1627 | 2024-08-29T16:25:09.703Z | Checking encoding_rs v0.8.34 |
1628 | 2024-08-29T16:25:09.850Z | Checking anstyle v1.0.8 |
1629 | 2024-08-29T16:25:09.959Z | Checking sct v0.7.1 |
1630 | 2024-08-29T16:25:09.962Z | Checking addr2line v0.21.0 |
1631 | 2024-08-29T16:25:10.181Z | Checking rustls-webpki v0.101.7 |
1632 | 2024-08-29T16:25:10.210Z | Checking semver v1.0.23 |
1633 | 2024-08-29T16:25:10.316Z | Checking h2 v0.3.26 |
1634 | 2024-08-29T16:25:10.471Z | Checking sha1 v0.10.6 |
1635 | 2024-08-29T16:25:10.623Z | Checking either v1.13.0 |
1636 | 2024-08-29T16:25:10.744Z | Checking scroll v0.12.0 |
1637 | 2024-08-29T16:25:10.798Z | Checking openssl v0.10.66 |
1638 | 2024-08-29T16:25:10.866Z | Checking rustls v0.21.12 |
1639 | 2024-08-29T16:25:11.013Z | Checking plain v0.2.3 |
1640 | 2024-08-29T16:25:11.163Z | Checking ucd-trie v0.1.6 |
1641 | 2024-08-29T16:25:11.192Z | Checking goblin v0.8.2 |
1642 | 2024-08-29T16:25:11.379Z | Checking pest v2.7.10 |
1643 | 2024-08-29T16:25:11.577Z | Checking anstyle-parse v0.2.4 |
1644 | 2024-08-29T16:25:11.837Z | Checking openapiv3 v2.0.0 |
1645 | 2024-08-29T16:25:12.047Z | Checking idna v0.3.0 |
1646 | 2024-08-29T16:25:12.783Z | Checking backtrace v0.3.71 |
1647 | 2024-08-29T16:25:12.844Z | Checking colorchoice v1.0.1 |
1648 | 2024-08-29T16:25:12.974Z | Checking psl-types v2.0.11 |
1649 | 2024-08-29T16:25:13.168Z | Checking pretty-hex v0.4.1 |
1650 | 2024-08-29T16:25:13.338Z | Checking bitflags v1.3.2 |
1651 | 2024-08-29T16:25:13.341Z | Checking anyhow v1.0.86 |
1652 | 2024-08-29T16:25:13.453Z | Checking base64 v0.22.1 |
1653 | 2024-08-29T16:25:13.752Z | Checking is_terminal_polyfill v1.70.0 |
1654 | 2024-08-29T16:25:13.872Z | Checking anstyle-query v1.0.3 |
1655 | 2024-08-29T16:25:13.897Z | Checking dtrace-parser v0.2.0 |
1656 | 2024-08-29T16:25:13.942Z | Checking publicsuffix v2.2.3 |
1657 | 2024-08-29T16:25:13.983Z | Checking tokio-rustls v0.24.1 |
1658 | 2024-08-29T16:25:14.006Z | Checking anstream v0.6.14 |
1659 | 2024-08-29T16:25:14.176Z | Checking rustls-pemfile v1.0.4 |
1660 | 2024-08-29T16:25:14.358Z | Checking cookie v0.17.0 |
1661 | 2024-08-29T16:25:14.383Z | Checking terminal_size v0.3.0 |
1662 | 2024-08-29T16:25:14.387Z | Checking thread-id v4.2.1 |
1663 | 2024-08-29T16:25:14.387Z | Checking clap_lex v0.7.0 |
1664 | 2024-08-29T16:25:14.539Z | Checking strsim v0.11.1 |
1665 | 2024-08-29T16:25:14.574Z | Checking signature v2.2.0 |
1666 | 2024-08-29T16:25:14.670Z | Checking memmap v0.7.0 |
1667 | 2024-08-29T16:25:14.763Z | Checking sync_wrapper v0.1.2 |
1668 | 2024-08-29T16:25:14.766Z | Checking cookie_store v0.20.0 |
1669 | 2024-08-29T16:25:14.843Z | Checking clap_builder v4.5.15 |
1670 | 2024-08-29T16:25:14.867Z | Checking webpki-roots v0.25.4 |
1671 | 2024-08-29T16:25:14.892Z | Checking num-integer v0.1.46 |
1672 | 2024-08-29T16:25:15.035Z | Checking base16ct v0.2.0 |
1673 | 2024-08-29T16:25:15.240Z | Checking winnow v0.6.18 |
1674 | 2024-08-29T16:25:15.315Z | Checking sec1 v0.7.3 |
1675 | 2024-08-29T16:25:15.391Z | Checking ff v0.13.0 |
1676 | 2024-08-29T16:25:15.428Z | Checking stable_deref_trait v1.2.0 |
1677 | 2024-08-29T16:25:15.537Z | Checking num-iter v0.1.45 |
1678 | 2024-08-29T16:25:15.601Z | Checking group v0.13.0 |
1679 | 2024-08-29T16:25:15.684Z | Checking hkdf v0.12.4 |
1680 | 2024-08-29T16:25:15.713Z | Checking crypto-bigint v0.5.5 |
1681 | 2024-08-29T16:25:15.850Z | Checking crc32fast v1.4.0 |
1682 | 2024-08-29T16:25:15.891Z | Checking crossbeam-epoch v0.9.18 |
1683 | 2024-08-29T16:25:16.070Z | Checking dof v0.3.0 |
1684 | 2024-08-29T16:25:16.091Z | Checking hex v0.4.3 |
1685 | 2024-08-29T16:25:16.093Z | Checking native-tls v0.2.11 |
1686 | 2024-08-29T16:25:16.306Z | Checking managed v0.8.0 |
1687 | 2024-08-29T16:25:16.364Z | Checking hyper v0.14.30 |
1688 | 2024-08-29T16:25:16.423Z | Checking tokio-native-tls v0.3.1 |
1689 | 2024-08-29T16:25:16.606Z | Checking static_assertions v1.1.0 |
1690 | 2024-08-29T16:25:16.646Z | Checking usdt-impl v0.5.0 |
1691 | 2024-08-29T16:25:16.687Z | Checking unicode-segmentation v1.11.0 |
1692 | 2024-08-29T16:25:16.690Z | Checking winnow v0.5.40 |
1693 | 2024-08-29T16:25:16.731Z | Checking num-bigint-dig v0.8.4 |
1694 | 2024-08-29T16:25:17.192Z | Checking usdt v0.5.0 |
1695 | 2024-08-29T16:25:17.329Z | Checking pkcs1 v0.7.5 |
1696 | 2024-08-29T16:25:17.451Z | Checking signal-hook v0.3.17 |
1697 | 2024-08-29T16:25:17.739Z | Checking zerocopy v0.6.6 |
1698 | 2024-08-29T16:25:17.807Z | Checking flate2 v1.0.31 |
1699 | 2024-08-29T16:25:17.828Z | Checking clap v4.5.16 |
1700 | 2024-08-29T16:25:17.955Z | Checking bstr v1.9.1 |
1701 | 2024-08-29T16:25:18.164Z | Checking toml_edit v0.22.20 |
1702 | 2024-08-29T16:25:18.409Z | Checking mio v0.8.11 |
1703 | 2024-08-29T16:25:18.492Z | Checking siphasher v0.3.11 |
1704 | 2024-08-29T16:25:18.522Z | Checking elliptic-curve v0.13.8 |
1705 | 2024-08-29T16:25:18.815Z | Checking itertools v0.10.5 |
1706 | 2024-08-29T16:25:18.840Z | Checking rsa v0.9.6 |
1707 | 2024-08-29T16:25:18.868Z | Checking idna v0.4.0 |
1708 | 2024-08-29T16:25:19.031Z | Checking signal-hook-mio v0.2.4 |
1709 | 2024-08-29T16:25:19.184Z | Checking bit-vec v0.6.3 |
1710 | 2024-08-29T16:25:19.207Z | Checking itertools v0.12.1 |
1711 | 2024-08-29T16:25:19.536Z | Checking bit-set v0.5.3 |
1712 | 2024-08-29T16:25:19.659Z | Checking toml_edit v0.19.15 |
1713 | 2024-08-29T16:25:19.722Z | Checking hickory-proto v0.24.1 |
1714 | 2024-08-29T16:25:19.808Z | Checking hash32 v0.2.1 |
1715 | 2024-08-29T16:25:19.852Z | Checking finl_unicode v1.2.0 |
1716 | 2024-08-29T16:25:20.148Z | Checking predicates-core v1.0.6 |
1717 | 2024-08-29T16:25:20.355Z | Checking heapless v0.7.17 |
1718 | 2024-08-29T16:25:20.463Z | Checking stringprep v0.1.4 |
1719 | 2024-08-29T16:25:20.744Z | Checking tokio-stream v0.1.15 |
1720 | 2024-08-29T16:25:20.769Z | Checking console v0.15.8 |
1721 | 2024-08-29T16:25:20.983Z | Checking md-5 v0.10.6 |
1722 | 2024-08-29T16:25:21.205Z | Checking float-cmp v0.9.0 |
1723 | 2024-08-29T16:25:21.330Z | Checking normalize-line-endings v0.3.0 |
1724 | 2024-08-29T16:25:21.354Z | Checking fallible-iterator v0.2.0 |
1725 | 2024-08-29T16:25:21.395Z | Checking fixedbitset v0.4.2 |
1726 | 2024-08-29T16:25:21.456Z | Checking difflib v0.4.0 |
1727 | 2024-08-29T16:25:21.579Z | Checking smoltcp v0.9.1 |
1728 | 2024-08-29T16:25:21.671Z | Checking petgraph v0.6.5 |
1729 | 2024-08-29T16:25:21.782Z | Checking predicates v3.1.2 |
1730 | 2024-08-29T16:25:21.805Z | Checking similar v2.6.0 |
1731 | 2024-08-29T16:25:21.960Z | Checking postgres-protocol v0.6.7 |
1732 | 2024-08-29T16:25:22.030Z | Checking toml v0.7.8 |
1733 | 2024-08-29T16:25:22.426Z | Checking hyper-tls v0.5.0 |
1734 | 2024-08-29T16:25:22.451Z | Checking hyper-rustls v0.24.2 |
1735 | 2024-08-29T16:25:22.621Z | Checking phf_shared v0.10.0 |
1736 | 2024-08-29T16:25:22.643Z | Checking phf_shared v0.11.2 |
1737 | 2024-08-29T16:25:22.719Z | Checking fs-err v2.11.0 |
1738 | 2024-08-29T16:25:22.744Z | Checking reqwest v0.11.27 |
1739 | 2024-08-29T16:25:22.781Z | Checking nix v0.28.0 |
1740 | 2024-08-29T16:25:22.886Z | Checking hubpack v0.1.2 |
1741 | 2024-08-29T16:25:22.913Z | Checking minimal-lexical v0.2.1 |
1742 | 2024-08-29T16:25:23.023Z | Checking precomputed-hash v0.1.1 |
1743 | 2024-08-29T16:25:23.144Z | Checking new_debug_unreachable v1.0.6 |
1744 | 2024-08-29T16:25:23.205Z | Checking lalrpop-util v0.19.12 |
1745 | 2024-08-29T16:25:23.242Z | Checking string_cache v0.8.7 |
1746 | 2024-08-29T16:25:23.264Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1747 | 2024-08-29T16:25:23.295Z | Checking nom v7.1.3 |
1748 | 2024-08-29T16:25:23.492Z | Checking phf v0.11.2 |
1749 | 2024-08-29T16:25:23.523Z | Checking postgres-types v0.2.7 |
1750 | 2024-08-29T16:25:23.769Z | Checking whoami v1.5.1 |
1751 | 2024-08-29T16:25:24.070Z | Checking peg-runtime v0.8.3 |
1752 | 2024-08-29T16:25:24.251Z | Checking tokio-postgres v0.7.11 |
1753 | 2024-08-29T16:25:24.355Z | Compiling regress v0.9.1 |
1754 | 2024-08-29T16:25:24.379Z | Compiling getopts v0.2.21 |
1755 | 2024-08-29T16:25:24.405Z | Compiling unsafe-libyaml v0.2.11 |
1756 | 2024-08-29T16:25:25.002Z | Checking camino v1.1.9 |
1757 | 2024-08-29T16:25:25.316Z | Checking heck v0.5.0 |
1758 | 2024-08-29T16:25:25.517Z | Checking is-terminal v0.4.12 |
1759 | 2024-08-29T16:25:25.584Z | Compiling paste v1.0.15 |
1760 | 2024-08-29T16:25:25.650Z | Compiling ident_case v1.0.1 |
1761 | 2024-08-29T16:25:25.848Z | Compiling serde_yaml v0.9.34+deprecated |
1762 | 2024-08-29T16:25:26.235Z | Compiling darling_core v0.20.9 |
1763 | 2024-08-29T16:25:26.316Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-08-29T16:25:26.980Z | Checking http v1.1.0 |
1765 | 2024-08-29T16:25:27.209Z | Compiling rustls v0.22.4 |
1766 | 2024-08-29T16:25:27.456Z | Checking dirs-sys-next v0.1.2 |
1767 | 2024-08-29T16:25:27.549Z | Checking crossbeam-channel v0.5.12 |
1768 | 2024-08-29T16:25:27.634Z | Checking dirs-next v2.0.0 |
1769 | 2024-08-29T16:25:27.768Z | Checking thread_local v1.1.8 |
1770 | 2024-08-29T16:25:28.064Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1771 | 2024-08-29T16:25:28.277Z | Compiling multer v3.1.0 |
1772 | 2024-08-29T16:25:28.309Z | Checking term v0.7.0 |
1773 | 2024-08-29T16:25:28.334Z | Compiling async-stream-impl v0.3.5 |
1774 | 2024-08-29T16:25:28.667Z | Checking take_mut v0.2.2 |
1775 | 2024-08-29T16:25:28.747Z | Checking slog-term v2.9.1 |
1776 | 2024-08-29T16:25:28.827Z | Checking slog-async v2.8.0 |
1777 | 2024-08-29T16:25:29.134Z | Checking rustls-pki-types v1.7.0 |
1778 | 2024-08-29T16:25:29.240Z | Checking match_cfg v0.1.0 |
1779 | 2024-08-29T16:25:29.340Z | Checking hostname v0.3.1 |
1780 | 2024-08-29T16:25:29.363Z | Checking strum v0.26.3 |
1781 | 2024-08-29T16:25:29.481Z | Checking toml v0.8.19 |
1782 | 2024-08-29T16:25:29.515Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1783 | 2024-08-29T16:25:29.545Z | Checking rustls-webpki v0.102.4 |
1784 | 2024-08-29T16:25:29.720Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1785 | 2024-08-29T16:25:29.855Z | Checking rustls-pemfile v2.1.3 |
1786 | 2024-08-29T16:25:29.906Z | Checking debug-ignore v1.0.5 |
1787 | 2024-08-29T16:25:30.055Z | Checking slog-json v2.6.1 |
1788 | 2024-08-29T16:25:30.123Z | Checking atomic-waker v1.1.2 |
1789 | 2024-08-29T16:25:30.237Z | Checking async-stream v0.3.5 |
1790 | 2024-08-29T16:25:30.270Z | Checking waitgroup v0.1.2 |
1791 | 2024-08-29T16:25:30.367Z | Checking slog-bunyan v2.5.0 |
1792 | 2024-08-29T16:25:30.438Z | Checking serde_path_to_error v0.1.16 |
1793 | 2024-08-29T16:25:30.532Z | Checking hostname v0.4.0 |
1794 | 2024-08-29T16:25:30.678Z | Checking fastrand v2.1.0 |
1795 | 2024-08-29T16:25:30.826Z | Checking ipnetwork v0.20.0 |
1796 | 2024-08-29T16:25:31.001Z | Checking tempfile v3.10.1 |
1797 | 2024-08-29T16:25:31.044Z | Checking instant v0.1.12 |
1798 | 2024-08-29T16:25:31.175Z | Compiling structmeta-derive v0.3.0 |
1799 | 2024-08-29T16:25:31.212Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1800 | 2024-08-29T16:25:31.305Z | Checking quick-error v1.2.3 |
1801 | 2024-08-29T16:25:31.374Z | Checking newtype-uuid v1.1.0 |
1802 | 2024-08-29T16:25:31.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1803 | 2024-08-29T16:25:31.629Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1804 | 2024-08-29T16:25:31.931Z | Checking macaddr v1.0.1 |
1805 | 2024-08-29T16:25:31.980Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1806 | 2024-08-29T16:25:32.135Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1807 | 2024-08-29T16:25:32.263Z | Checking backoff v0.4.0 |
1808 | 2024-08-29T16:25:32.289Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1809 | 2024-08-29T16:25:32.449Z | Checking wait-timeout v0.2.0 |
1810 | 2024-08-29T16:25:32.500Z | Checking rand_xorshift v0.3.0 |
1811 | 2024-08-29T16:25:32.564Z | Compiling structmeta-derive v0.2.0 |
1812 | 2024-08-29T16:25:32.623Z | Checking rusty-fork v0.3.0 |
1813 | 2024-08-29T16:25:32.679Z | Checking unarray v0.1.4 |
1814 | 2024-08-29T16:25:32.846Z | Checking camino-tempfile v1.1.1 |
1815 | 2024-08-29T16:25:32.932Z | Checking proptest v1.5.0 |
1816 | 2024-08-29T16:25:33.135Z | Compiling proc-macro-error v1.0.4 |
1817 | 2024-08-29T16:25:33.162Z | Compiling darling_macro v0.20.9 |
1818 | 2024-08-29T16:25:33.842Z | Compiling proc-macro-crate v1.3.1 |
1819 | 2024-08-29T16:25:33.987Z | Checking tokio-rustls v0.25.0 |
1820 | 2024-08-29T16:25:34.139Z | Compiling darling v0.20.9 |
1821 | 2024-08-29T16:25:34.163Z | Compiling structmeta v0.3.0 |
1822 | 2024-08-29T16:25:34.273Z | Compiling serde_with_macros v3.9.0 |
1823 | 2024-08-29T16:25:34.304Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-08-29T16:25:34.627Z | Compiling parse-display-derive v0.10.0 |
1825 | 2024-08-29T16:25:34.720Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2024-08-29T16:25:34.919Z | Compiling num_enum_derive v0.5.11 |
1827 | 2024-08-29T16:25:35.058Z | Compiling foreign-types-macros v0.2.3 |
1828 | 2024-08-29T16:25:35.473Z | Compiling structmeta v0.2.0 |
1829 | 2024-08-29T16:25:35.936Z | Compiling test-strategy v0.3.1 |
1830 | 2024-08-29T16:25:36.355Z | Checking foreign-types-shared v0.3.1 |
1831 | 2024-08-29T16:25:36.480Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1832 | 2024-08-29T16:25:36.817Z | Checking foreign-types v0.5.0 |
1833 | 2024-08-29T16:25:37.279Z | Checking cstr-argument v0.1.2 |
1834 | 2024-08-29T16:25:37.350Z | Checking serde_with v3.9.0 |
1835 | 2024-08-29T16:25:37.455Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1836 | 2024-08-29T16:25:37.538Z | Checking pretty-hex v0.2.1 |
1837 | 2024-08-29T16:25:37.641Z | Checking num_enum v0.5.11 |
1838 | 2024-08-29T16:25:37.712Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1839 | 2024-08-29T16:25:37.792Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1840 | 2024-08-29T16:25:38.026Z | Checking tabwriter v1.4.0 |
1841 | 2024-08-29T16:25:38.071Z | Checking colored v2.1.0 |
1842 | 2024-08-29T16:25:38.265Z | Checking socket2 v0.4.10 |
1843 | 2024-08-29T16:25:38.323Z | Checking smf v0.2.3 |
1844 | 2024-08-29T16:25:38.346Z | Compiling heapless v0.8.0 |
1845 | 2024-08-29T16:25:38.456Z | Checking termtree v0.4.1 |
1846 | 2024-08-29T16:25:38.675Z | Checking predicates-tree v1.0.9 |
1847 | 2024-08-29T16:25:38.716Z | Checking hash32 v0.3.1 |
1848 | 2024-08-29T16:25:38.762Z | Compiling smoltcp v0.11.0 |
1849 | 2024-08-29T16:25:38.834Z | Compiling crucible-workspace-hack v0.1.0 |
1850 | 2024-08-29T16:25:38.903Z | Checking embedded-io v0.4.0 |
1851 | 2024-08-29T16:25:39.142Z | Checking cobs v0.2.3 |
1852 | 2024-08-29T16:25:39.225Z | Checking parse-display v0.10.0 |
1853 | 2024-08-29T16:25:39.273Z | Checking sigpipe v0.1.3 |
1854 | 2024-08-29T16:25:39.327Z | Checking postcard v1.0.8 |
1855 | 2024-08-29T16:25:39.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1856 | 2024-08-29T16:25:39.447Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1857 | 2024-08-29T16:25:39.538Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1858 | 2024-08-29T16:25:39.613Z | Compiling mockall_derive v0.13.0 |
1859 | 2024-08-29T16:25:39.779Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1860 | 2024-08-29T16:25:39.844Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1861 | 2024-08-29T16:25:39.944Z | Checking humantime v2.1.0 |
1862 | 2024-08-29T16:25:39.978Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1863 | 2024-08-29T16:25:40.218Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1864 | 2024-08-29T16:25:40.281Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1865 | 2024-08-29T16:25:40.461Z | Compiling num-derive v0.4.2 |
1866 | 2024-08-29T16:25:40.638Z | Checking fragile v2.0.0 |
1867 | 2024-08-29T16:25:40.662Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1868 | 2024-08-29T16:25:40.901Z | Checking downcast v0.11.0 |
1869 | 2024-08-29T16:25:41.017Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1870 | 2024-08-29T16:25:41.117Z | Checking newline-converter v0.3.0 |
1871 | 2024-08-29T16:25:41.258Z | Checking utf-8 v0.7.6 |
1872 | 2024-08-29T16:25:41.278Z | Checking expectorate v1.1.0 |
1873 | 2024-08-29T16:25:41.441Z | Checking arc-swap v1.7.1 |
1874 | 2024-08-29T16:25:41.464Z | Checking xattr v1.3.1 |
1875 | 2024-08-29T16:25:41.649Z | Checking filetime v0.2.24 |
1876 | 2024-08-29T16:25:41.786Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1877 | 2024-08-29T16:25:41.855Z | Checking termcolor v1.4.1 |
1878 | 2024-08-29T16:25:41.879Z | Checking slog-scope v4.4.0 |
1879 | 2024-08-29T16:25:41.972Z | Checking tar v0.4.41 |
1880 | 2024-08-29T16:25:42.082Z | Checking slog-stdlog v4.1.1 |
1881 | 2024-08-29T16:25:42.254Z | Checking slog-envlogger v2.2.0 |
1882 | 2024-08-29T16:25:42.294Z | Compiling derive-where v1.2.7 |
1883 | 2024-08-29T16:25:42.479Z | Checking same-file v1.0.6 |
1884 | 2024-08-29T16:25:42.535Z | Checking tungstenite v0.21.0 |
1885 | 2024-08-29T16:25:42.650Z | Checking walkdir v2.5.0 |
1886 | 2024-08-29T16:25:42.715Z | Checking password-hash v0.5.0 |
1887 | 2024-08-29T16:25:42.838Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1888 | 2024-08-29T16:25:42.925Z | Checking blake2 v0.10.6 |
1889 | 2024-08-29T16:25:43.088Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1890 | 2024-08-29T16:25:43.165Z | Checking num-rational v0.4.2 |
1891 | 2024-08-29T16:25:43.282Z | Checking num-complex v0.4.6 |
1892 | 2024-08-29T16:25:43.388Z | Checking argon2 v0.5.3 |
1893 | 2024-08-29T16:25:43.410Z | Checking tokio-tungstenite v0.21.0 |
1894 | 2024-08-29T16:25:43.817Z | Checking float-ord v0.3.2 |
1895 | 2024-08-29T16:25:43.880Z | Compiling convert_case v0.4.0 |
1896 | 2024-08-29T16:25:43.974Z | Checking atty v0.2.14 |
1897 | 2024-08-29T16:25:44.097Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1898 | 2024-08-29T16:25:44.119Z | Checking pem v3.0.4 |
1899 | 2024-08-29T16:25:44.181Z | Checking num v0.4.3 |
1900 | 2024-08-29T16:25:44.438Z | Checking tungstenite v0.20.1 |
1901 | 2024-08-29T16:25:44.507Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1902 | 2024-08-29T16:25:44.823Z | Checking env_logger v0.9.3 |
1903 | 2024-08-29T16:25:44.854Z | Compiling derive_more v0.99.18 |
1904 | 2024-08-29T16:25:45.285Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-29T16:25:45.330Z | Checking tokio-tungstenite v0.20.1 |
1906 | 2024-08-29T16:25:45.665Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1907 | 2024-08-29T16:25:45.828Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-08-29T16:25:45.832Z | Compiling bitstruct_derive v0.1.0 |
1909 | 2024-08-29T16:25:45.970Z | Checking ascii v1.1.0 |
1910 | 2024-08-29T16:25:46.015Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-29T16:25:46.063Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-29T16:25:46.169Z | Checking atomicwrites v0.4.3 |
1913 | 2024-08-29T16:25:46.281Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1914 | 2024-08-29T16:25:46.305Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1915 | 2024-08-29T16:25:46.326Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-29T16:25:46.347Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1917 | 2024-08-29T16:25:46.374Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-29T16:25:46.574Z | Checking serde_arrays v0.1.0 |
1919 | 2024-08-29T16:25:46.616Z | Checking erased-serde v0.3.31 |
1920 | 2024-08-29T16:25:46.638Z | Compiling heck v0.3.3 |
1921 | 2024-08-29T16:25:46.725Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1922 | 2024-08-29T16:25:47.067Z | Checking yasna v0.5.2 |
1923 | 2024-08-29T16:25:47.090Z | Compiling zone_cfg_derive v0.1.2 |
1924 | 2024-08-29T16:25:47.227Z | Checking bitstruct v0.1.1 |
1925 | 2024-08-29T16:25:47.250Z | Checking headers-core v0.2.0 |
1926 | 2024-08-29T16:25:47.343Z | Checking base64 v0.13.1 |
1927 | 2024-08-29T16:25:47.402Z | Checking headers v0.3.9 |
1928 | 2024-08-29T16:25:47.630Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-08-29T16:25:47.758Z | Checking ron v0.7.1 |
1930 | 2024-08-29T16:25:47.974Z | Checking rcgen v0.12.1 |
1931 | 2024-08-29T16:25:48.385Z | Checking mockall v0.13.0 |
1932 | 2024-08-29T16:25:48.611Z | Checking portpicker v0.1.1 |
1933 | 2024-08-29T16:25:48.613Z | Checking zone v0.1.8 |
1934 | 2024-08-29T16:25:48.655Z | Checking subprocess v0.2.9 |
1935 | 2024-08-29T16:25:48.754Z | Checking highway v1.2.0 |
1936 | 2024-08-29T16:25:48.864Z | Compiling semver v0.1.20 |
1937 | 2024-08-29T16:25:49.166Z | Compiling prettyplease v0.2.20 |
1938 | 2024-08-29T16:25:49.186Z | Compiling cookie v0.18.1 |
1939 | 2024-08-29T16:25:49.276Z | Compiling rustc_version v0.1.7 |
1940 | 2024-08-29T16:25:49.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1941 | 2024-08-29T16:25:49.534Z | Checking half v2.4.1 |
1942 | 2024-08-29T16:25:49.785Z | Compiling newtype_derive v0.1.6 |
1943 | 2024-08-29T16:25:50.007Z | Checking ciborium-io v0.2.2 |
1944 | 2024-08-29T16:25:50.010Z | Checking linked-hash-map v0.5.6 |
1945 | 2024-08-29T16:25:50.185Z | Checking ciborium-ll v0.2.2 |
1946 | 2024-08-29T16:25:50.231Z | Compiling rayon-core v1.12.1 |
1947 | 2024-08-29T16:25:50.320Z | Checking steno v0.4.1 |
1948 | 2024-08-29T16:25:50.375Z | Checking lru-cache v0.1.2 |
1949 | 2024-08-29T16:25:50.470Z | Checking resolv-conf v0.7.0 |
1950 | 2024-08-29T16:25:50.500Z | Checking ciborium v0.2.2 |
1951 | 2024-08-29T16:25:50.566Z | Checking swrite v0.1.0 |
1952 | 2024-08-29T16:25:50.651Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1953 | 2024-08-29T16:25:50.798Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1954 | 2024-08-29T16:25:50.823Z | Checking hickory-resolver v0.24.1 |
1955 | 2024-08-29T16:25:52.336Z | Compiling home v0.5.9 |
1956 | 2024-08-29T16:25:53.170Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1957 | 2024-08-29T16:25:56.173Z | Compiling slog-dtrace v0.3.0 |
1958 | 2024-08-29T16:25:56.474Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-08-29T16:25:56.649Z | Compiling blake3 v1.5.1 |
1960 | 2024-08-29T16:25:56.685Z | Compiling ring v0.16.20 |
1961 | 2024-08-29T16:25:56.687Z | Compiling cancel-safe-futures v0.1.5 |
1962 | 2024-08-29T16:25:56.782Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-08-29T16:25:57.389Z | Checking itertools v0.13.0 |
1964 | 2024-08-29T16:25:57.478Z | Checking libsw v3.3.1 |
1965 | 2024-08-29T16:25:57.731Z | Checking owo-colors v4.0.0 |
1966 | 2024-08-29T16:25:57.930Z | Checking linear-map v1.2.0 |
1967 | 2024-08-29T16:25:58.244Z | Compiling crossbeam-deque v0.8.5 |
1968 | 2024-08-29T16:25:58.930Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1969 | 2024-08-29T16:25:59.561Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1970 | 2024-08-29T16:25:59.941Z | Compiling memmap2 v0.9.4 |
1971 | 2024-08-29T16:26:00.077Z | Compiling constant_time_eq v0.3.0 |
1972 | 2024-08-29T16:26:00.276Z | Compiling spin v0.5.2 |
1973 | 2024-08-29T16:26:00.420Z | Compiling arrayref v0.3.7 |
1974 | 2024-08-29T16:26:00.442Z | Compiling untrusted v0.7.1 |
1975 | 2024-08-29T16:26:00.518Z | Compiling rayon v1.10.0 |
1976 | 2024-08-29T16:26:00.539Z | Compiling arrayvec v0.7.4 |
1977 | 2024-08-29T16:26:01.426Z | Compiling toolchain_find v0.4.0 |
1978 | 2024-08-29T16:26:01.448Z | Compiling topological-sort v0.2.2 |
1979 | 2024-08-29T16:26:01.673Z | Compiling rustfmt-wrapper v0.2.1 |
1980 | 2024-08-29T16:26:02.142Z | Checking display-error-chain v0.2.1 |
1981 | 2024-08-29T16:26:02.292Z | Checking nibble_vec v0.1.0 |
1982 | 2024-08-29T16:26:02.314Z | Checking endian-type v0.1.2 |
1983 | 2024-08-29T16:26:02.480Z | Checking fxhash v0.2.1 |
1984 | 2024-08-29T16:26:02.518Z | Checking radix_trie v0.2.1 |
1985 | 2024-08-29T16:26:02.670Z | Checking keccak v0.1.5 |
1986 | 2024-08-29T16:26:02.935Z | Checking secrecy v0.8.0 |
1987 | 2024-08-29T16:26:03.008Z | Checking sha3 v0.10.8 |
1988 | 2024-08-29T16:26:03.143Z | Checking universal-hash v0.5.1 |
1989 | 2024-08-29T16:26:03.342Z | Checking opaque-debug v0.3.1 |
1990 | 2024-08-29T16:26:03.410Z | Checking maplit v1.0.2 |
1991 | 2024-08-29T16:26:03.445Z | Compiling curve25519-dalek v4.1.3 |
1992 | 2024-08-29T16:26:03.531Z | Compiling radium v0.7.0 |
1993 | 2024-08-29T16:26:03.554Z | Checking aead v0.5.2 |
1994 | 2024-08-29T16:26:03.775Z | Compiling curve25519-dalek-derive v0.1.1 |
1995 | 2024-08-29T16:26:04.033Z | Checking tap v1.0.1 |
1996 | 2024-08-29T16:26:04.055Z | Compiling maybe-uninit v2.0.0 |
1997 | 2024-08-29T16:26:04.196Z | Checking wyz v0.5.1 |
1998 | 2024-08-29T16:26:04.238Z | Checking poly1305 v0.8.0 |
1999 | 2024-08-29T16:26:04.606Z | Checking chacha20 v0.9.1 |
2000 | 2024-08-29T16:26:04.644Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2001 | 2024-08-29T16:26:04.679Z | Compiling packed_struct v0.10.1 |
2002 | 2024-08-29T16:26:04.747Z | Checking funty v2.0.0 |
2003 | 2024-08-29T16:26:05.153Z | Checking crc-catalog v2.4.0 |
2004 | 2024-08-29T16:26:05.314Z | Checking crc v3.2.1 |
2005 | 2024-08-29T16:26:05.368Z | Checking gethostname v0.5.0 |
2006 | 2024-08-29T16:26:05.505Z | Checking kstat-rs v0.2.4 |
2007 | 2024-08-29T16:26:05.674Z | Compiling omicron-zone-package v0.11.0 |
2008 | 2024-08-29T16:26:05.701Z | Checking bitvec v1.0.1 |
2009 | 2024-08-29T16:26:05.846Z | Compiling packed_struct_codegen v0.10.1 |
2010 | 2024-08-29T16:26:06.195Z | Compiling indexmap v1.9.3 |
2011 | 2024-08-29T16:26:06.490Z | Checking nodrop v0.1.14 |
2012 | 2024-08-29T16:26:06.591Z | Compiling libefi-sys v0.1.0 |
2013 | 2024-08-29T16:26:06.619Z | Checking array-init v0.0.4 |
2014 | 2024-08-29T16:26:06.975Z | Checking smallvec v0.6.14 |
2015 | 2024-08-29T16:26:06.999Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2016 | 2024-08-29T16:26:07.184Z | Compiling bitfield-struct v0.6.1 |
2017 | 2024-08-29T16:26:07.398Z | Checking hashbrown v0.12.3 |
2018 | 2024-08-29T16:26:07.426Z | Checking bitfield v0.14.0 |
2019 | 2024-08-29T16:26:07.577Z | Checking serde-hex v0.1.0 |
2020 | 2024-08-29T16:26:07.847Z | Checking bzip2 v0.4.4 |
2021 | 2024-08-29T16:26:08.538Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2022 | 2024-08-29T16:26:08.577Z | Checking env_logger v0.10.2 |
2023 | 2024-08-29T16:26:08.656Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2024 | 2024-08-29T16:26:08.805Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2025 | 2024-08-29T16:26:08.997Z | Checking ron v0.8.1 |
2026 | 2024-08-29T16:26:09.093Z | Checking x509-cert v0.2.5 |
2027 | 2024-08-29T16:26:09.115Z | Checking hashbrown v0.13.2 |
2028 | 2024-08-29T16:26:09.221Z | Compiling thiserror-impl-no-std v2.0.2 |
2029 | 2024-08-29T16:26:10.183Z | Compiling async-recursion v1.1.1 |
2030 | 2024-08-29T16:26:10.321Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2031 | 2024-08-29T16:26:10.446Z | Checking crc-any v2.5.0 |
2032 | 2024-08-29T16:26:10.756Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2033 | 2024-08-29T16:26:10.849Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2034 | 2024-08-29T16:26:11.131Z | Checking object v0.30.4 |
2035 | 2024-08-29T16:26:11.495Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2036 | 2024-08-29T16:26:11.608Z | Checking zip v0.6.6 |
2037 | 2024-08-29T16:26:11.752Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2038 | 2024-08-29T16:26:11.856Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2039 | 2024-08-29T16:26:12.019Z | Checking path-slash v0.1.5 |
2040 | 2024-08-29T16:26:12.074Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-08-29T16:26:12.192Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2042 | 2024-08-29T16:26:12.221Z | Checking chacha20poly1305 v0.10.1 |
2043 | 2024-08-29T16:26:12.253Z | Checking glob v0.3.1 |
2044 | 2024-08-29T16:26:12.419Z | Checking hickory-client v0.24.1 |
2045 | 2024-08-29T16:26:12.484Z | Checking thiserror-no-std v2.0.2 |
2046 | 2024-08-29T16:26:12.574Z | Checking hickory-server v0.24.1 |
2047 | 2024-08-29T16:26:12.595Z | Checking vsss-rs v3.3.4 |
2048 | 2024-08-29T16:26:12.654Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2049 | 2024-08-29T16:26:12.961Z | Checking parking_lot v0.11.2 |
2050 | 2024-08-29T16:26:13.009Z | Checking crossterm v0.28.1 |
2051 | 2024-08-29T16:26:13.059Z | Compiling buf-list v1.0.3 |
2052 | 2024-08-29T16:26:13.296Z | Checking sled v0.34.7 |
2053 | 2024-08-29T16:26:13.792Z | Compiling unicase v2.7.0 |
2054 | 2024-08-29T16:26:14.859Z | Checking nanorand v0.7.0 |
2055 | 2024-08-29T16:26:15.176Z | Compiling vte_generate_state_changes v0.1.1 |
2056 | 2024-08-29T16:26:15.266Z | Checking flume v0.11.0 |
2057 | 2024-08-29T16:26:15.558Z | Compiling mime_guess v2.0.4 |
2058 | 2024-08-29T16:26:15.763Z | Checking fd-lock v4.0.2 |
2059 | 2024-08-29T16:26:15.895Z | Checking vte v0.11.1 |
2060 | 2024-08-29T16:26:15.967Z | Compiling dsl_auto_type v0.1.2 |
2061 | 2024-08-29T16:26:16.002Z | Checking crossterm v0.27.0 |
2062 | 2024-08-29T16:26:16.103Z | Checking scheduled-thread-pool v0.2.7 |
2063 | 2024-08-29T16:26:16.341Z | Compiling diesel_table_macro_syntax v0.2.0 |
2064 | 2024-08-29T16:26:16.815Z | Checking nu-ansi-term v0.50.0 |
2065 | 2024-08-29T16:26:16.922Z | Compiling crunchy v0.2.2 |
2066 | 2024-08-29T16:26:17.214Z | Checking r2d2 v0.8.10 |
2067 | 2024-08-29T16:26:17.236Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2068 | 2024-08-29T16:26:17.466Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2069 | 2024-08-29T16:26:17.490Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2070 | 2024-08-29T16:26:17.513Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2071 | 2024-08-29T16:26:17.533Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2072 | 2024-08-29T16:26:17.706Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2073 | 2024-08-29T16:26:17.830Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-08-29T16:26:18.743Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2075 | 2024-08-29T16:26:19.951Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2076 | 2024-08-29T16:26:21.491Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2077 | 2024-08-29T16:26:21.633Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2078 | 2024-08-29T16:26:22.124Z | Checking strip-ansi-escapes v0.2.0 |
2079 | 2024-08-29T16:26:22.287Z | Checking reedline v0.33.0 |
2080 | 2024-08-29T16:26:22.311Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2081 | 2024-08-29T16:26:22.490Z | Compiling diesel_derives v2.2.2 |
2082 | 2024-08-29T16:26:23.835Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2083 | 2024-08-29T16:26:24.006Z | Compiling clang-sys v1.7.0 |
2084 | 2024-08-29T16:26:24.760Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2085 | 2024-08-29T16:26:24.889Z | Compiling pin-project-internal v1.1.5 |
2086 | 2024-08-29T16:26:25.045Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-08-29T16:26:25.389Z | Checking http-range v0.1.5 |
2088 | 2024-08-29T16:26:25.566Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2089 | 2024-08-29T16:26:25.588Z | Checking hyper-staticfile v0.9.5 |
2090 | 2024-08-29T16:26:25.964Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2091 | 2024-08-29T16:26:26.145Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2092 | 2024-08-29T16:26:26.417Z | Compiling ref-cast v1.0.23 |
2093 | 2024-08-29T16:26:27.065Z | Compiling ascii-canvas v3.0.0 |
2094 | 2024-08-29T16:26:27.304Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2095 | 2024-08-29T16:26:27.628Z | Compiling ena v0.14.3 |
2096 | 2024-08-29T16:26:27.631Z | Compiling ref-cast-impl v1.0.23 |
2097 | 2024-08-29T16:26:28.002Z | Compiling libloading v0.8.3 |
2098 | 2024-08-29T16:26:28.029Z | Checking pin-project v1.1.5 |
2099 | 2024-08-29T16:26:28.172Z | Checking bytecount v0.6.8 |
2100 | 2024-08-29T16:26:28.340Z | Compiling regex-syntax v0.6.29 |
2101 | 2024-08-29T16:26:28.398Z | Compiling diff v0.1.13 |
2102 | 2024-08-29T16:26:28.870Z | Compiling bindgen v0.69.4 |
2103 | 2024-08-29T16:26:29.265Z | Checking papergrid v0.11.0 |
2104 | 2024-08-29T16:26:29.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2105 | 2024-08-29T16:26:30.823Z | Compiling which v4.4.2 |
2106 | 2024-08-29T16:26:31.436Z | Compiling tabled_derive v0.7.0 |
2107 | 2024-08-29T16:26:33.789Z | Compiling lalrpop v0.19.12 |
2108 | 2024-08-29T16:26:34.262Z | Compiling cexpr v0.6.0 |
2109 | 2024-08-29T16:26:34.291Z | Compiling shlex v1.3.0 |
2110 | 2024-08-29T16:26:34.732Z | Compiling lazycell v1.3.0 |
2111 | 2024-08-29T16:26:34.914Z | Compiling rustc-hash v1.1.0 |
2112 | 2024-08-29T16:26:35.405Z | Checking diesel v2.2.3 |
2113 | 2024-08-29T16:26:36.774Z | Checking tabled v0.15.0 |
2114 | 2024-08-29T16:26:39.836Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2115 | 2024-08-29T16:26:41.897Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2116 | 2024-08-29T16:26:43.247Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2024-08-29T16:26:45.225Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2118 | 2024-08-29T16:26:46.173Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2119 | 2024-08-29T16:26:46.893Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2120 | 2024-08-29T16:26:46.915Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2121 | 2024-08-29T16:26:47.075Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2122 | 2024-08-29T16:26:47.644Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2123 | 2024-08-29T16:26:48.372Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2124 | 2024-08-29T16:26:48.770Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2125 | 2024-08-29T16:26:49.011Z | Compiling derive_builder_core v0.20.0 |
2126 | 2024-08-29T16:26:49.085Z | Checking signal-hook-tokio v0.3.1 |
2127 | 2024-08-29T16:26:49.284Z | Compiling libxml v0.3.3 |
2128 | 2024-08-29T16:26:52.193Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2129 | 2024-08-29T16:26:53.464Z | Compiling derive_builder_macro v0.20.0 |
2130 | 2024-08-29T16:26:53.645Z | Compiling strum_macros v0.24.3 |
2131 | 2024-08-29T16:26:54.460Z | Compiling memoffset v0.9.1 |
2132 | 2024-08-29T16:26:54.502Z | Compiling indoc v1.0.9 |
2133 | 2024-08-29T16:26:54.594Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2134 | 2024-08-29T16:26:54.723Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2135 | 2024-08-29T16:26:55.499Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2136 | 2024-08-29T16:26:55.522Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-08-29T16:26:56.413Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2138 | 2024-08-29T16:26:57.396Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-08-29T16:26:57.419Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2140 | 2024-08-29T16:26:57.493Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2141 | 2024-08-29T16:26:58.230Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2142 | 2024-08-29T16:26:59.873Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2143 | 2024-08-29T16:27:01.150Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2144 | 2024-08-29T16:27:01.287Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2145 | 2024-08-29T16:27:01.595Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2146 | 2024-08-29T16:27:03.592Z | Checking derive_builder v0.20.0 |
2147 | 2024-08-29T16:27:03.955Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2148 | 2024-08-29T16:27:04.277Z | Checking quick-xml v0.31.0 |
2149 | 2024-08-29T16:27:05.174Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2150 | 2024-08-29T16:27:05.566Z | Compiling peg-macros v0.8.4 |
2151 | 2024-08-29T16:27:06.491Z | Compiling snafu-derive v0.8.2 |
2152 | 2024-08-29T16:27:06.705Z | Compiling oso-derive v0.27.3 |
2153 | 2024-08-29T16:27:07.817Z | Compiling impl-trait-for-tuples v0.2.2 |
2154 | 2024-08-29T16:27:09.325Z | Compiling sqlparser_derive v0.2.2 |
2155 | 2024-08-29T16:27:10.442Z | Compiling dropshot v0.10.1 |
2156 | 2024-08-29T16:27:10.615Z | Checking unicode_categories v0.1.1 |
2157 | 2024-08-29T16:27:10.859Z | Checking rustyline v14.0.0 |
2158 | 2024-08-29T16:27:10.940Z | Checking sqlformat v0.2.4 |
2159 | 2024-08-29T16:27:12.089Z | Checking snafu v0.8.2 |
2160 | 2024-08-29T16:27:12.242Z | Checking sqlparser v0.45.0 |
2161 | 2024-08-29T16:27:12.605Z | Checking peg v0.8.4 |
2162 | 2024-08-29T16:27:12.712Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2163 | 2024-08-29T16:27:12.787Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2164 | 2024-08-29T16:27:13.326Z | Checking tungstenite v0.23.0 |
2165 | 2024-08-29T16:27:14.212Z | Checking globset v0.4.14 |
2166 | 2024-08-29T16:27:14.540Z | Checking olpc-cjson v0.1.3 |
2167 | 2024-08-29T16:27:14.689Z | Checking serde_plain v1.0.2 |
2168 | 2024-08-29T16:27:14.764Z | Checking bcs v0.1.6 |
2169 | 2024-08-29T16:27:14.929Z | Compiling dropshot_endpoint v0.10.1 |
2170 | 2024-08-29T16:27:15.260Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2171 | 2024-08-29T16:27:15.583Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2172 | 2024-08-29T16:27:15.583Z | Checking typed-path v0.7.1 |
2173 | 2024-08-29T16:27:16.091Z | Checking tokio-tungstenite v0.23.1 |
2174 | 2024-08-29T16:27:16.154Z | Checking nix v0.27.1 |
2175 | 2024-08-29T16:27:16.598Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2176 | 2024-08-29T16:27:16.854Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2177 | 2024-08-29T16:27:17.155Z | Checking bb8 v0.8.5 |
2178 | 2024-08-29T16:27:17.440Z | Checking tough v0.17.1 |
2179 | 2024-08-29T16:27:17.480Z | Checking serde-big-array v0.5.1 |
2180 | 2024-08-29T16:27:17.609Z | Compiling const_format_proc_macros v0.2.32 |
2181 | 2024-08-29T16:27:17.725Z | Checking parse-size v1.0.0 |
2182 | 2024-08-29T16:27:19.802Z | Checking const_format v0.2.32 |
2183 | 2024-08-29T16:27:20.033Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2184 | 2024-08-29T16:27:20.309Z | Checking async-bb8-diesel v0.2.1 |
2185 | 2024-08-29T16:27:20.743Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2186 | 2024-08-29T16:27:21.403Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2187 | 2024-08-29T16:27:21.510Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2188 | 2024-08-29T16:27:22.261Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2189 | 2024-08-29T16:27:23.005Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2190 | 2024-08-29T16:27:24.247Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2191 | 2024-08-29T16:27:24.627Z | Checking assert_matches v1.5.0 |
2192 | 2024-08-29T16:27:24.728Z | Checking heck v0.4.1 |
2193 | 2024-08-29T16:27:24.750Z | Compiling portable-atomic v1.6.0 |
2194 | 2024-08-29T16:27:24.964Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2195 | 2024-08-29T16:27:24.986Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2196 | 2024-08-29T16:27:25.407Z | Checking rand_seeder v0.3.0 |
2197 | 2024-08-29T16:27:25.556Z | Compiling libz-sys v1.1.16 |
2198 | 2024-08-29T16:27:25.665Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2199 | 2024-08-29T16:27:26.398Z | Checking number_prefix v0.4.0 |
2200 | 2024-08-29T16:27:26.597Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2201 | 2024-08-29T16:27:26.847Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2202 | 2024-08-29T16:27:26.910Z | Checking indicatif v0.17.8 |
2203 | 2024-08-29T16:27:27.833Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2204 | 2024-08-29T16:27:28.005Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2205 | 2024-08-29T16:27:29.044Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2206 | 2024-08-29T16:27:29.068Z | Compiling vergen v8.3.2 |
2207 | 2024-08-29T16:27:29.385Z | Compiling cargo-platform v0.1.8 |
2208 | 2024-08-29T16:27:29.978Z | Checking smawk v0.3.2 |
2209 | 2024-08-29T16:27:30.202Z | Checking unicode-linebreak v0.1.5 |
2210 | 2024-08-29T16:27:30.377Z | Checking is_ci v1.2.0 |
2211 | 2024-08-29T16:27:30.526Z | Checking supports-color v3.0.0 |
2212 | 2024-08-29T16:27:30.618Z | Checking textwrap v0.16.1 |
2213 | 2024-08-29T16:27:30.727Z | Compiling cargo_metadata v0.18.1 |
2214 | 2024-08-29T16:27:31.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2215 | 2024-08-29T16:27:32.782Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2216 | 2024-08-29T16:27:33.286Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2217 | 2024-08-29T16:27:33.344Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2218 | 2024-08-29T16:27:34.158Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2219 | 2024-08-29T16:27:34.304Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2220 | 2024-08-29T16:27:34.390Z | Checking castaway v0.2.3 |
2221 | 2024-08-29T16:27:34.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2222 | 2024-08-29T16:27:34.555Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-08-29T16:27:34.599Z | Compiling libsqlite3-sys v0.28.0 |
2224 | 2024-08-29T16:27:35.166Z | Checking compact_str v0.8.0 |
2225 | 2024-08-29T16:27:36.126Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2226 | 2024-08-29T16:27:36.620Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2227 | 2024-08-29T16:27:36.907Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2228 | 2024-08-29T16:27:37.244Z | Checking unicode-truncate v1.0.0 |
2229 | 2024-08-29T16:27:37.491Z | Checking lru v0.12.3 |
2230 | 2024-08-29T16:27:37.798Z | Compiling instability v0.3.2 |
2231 | 2024-08-29T16:27:37.885Z | Checking cassowary v0.3.0 |
2232 | 2024-08-29T16:27:38.785Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2233 | 2024-08-29T16:27:38.866Z | Checking ratatui v0.28.0 |
2234 | 2024-08-29T16:27:39.076Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2235 | 2024-08-29T16:27:39.962Z | Checking hashlink v0.9.1 |
2236 | 2024-08-29T16:27:40.129Z | Checking fallible-streaming-iterator v0.1.9 |
2237 | 2024-08-29T16:27:40.378Z | Checking fallible-iterator v0.3.0 |
2238 | 2024-08-29T16:27:40.633Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2239 | 2024-08-29T16:27:40.953Z | Checking rusqlite v0.31.0 |
2240 | 2024-08-29T16:27:40.976Z | Checking twox-hash v1.6.3 |
2241 | 2024-08-29T16:27:41.489Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2242 | 2024-08-29T16:27:41.843Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2243 | 2024-08-29T16:27:42.468Z | Checking fatfs v0.3.6 |
2244 | 2024-08-29T16:27:43.478Z | Checking csv-core v0.1.11 |
2245 | 2024-08-29T16:27:43.609Z | Checking shell-words v1.1.0 |
2246 | 2024-08-29T16:27:43.791Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2247 | 2024-08-29T16:27:43.818Z | Checking csv v1.3.0 |
2248 | 2024-08-29T16:27:44.997Z | Checking rtoolbox v0.0.2 |
2249 | 2024-08-29T16:27:45.224Z | Checking rpassword v7.3.1 |
2250 | 2024-08-29T16:27:47.118Z | Checking tui-tree-widget v0.22.0 |
2251 | 2024-08-29T16:27:47.475Z | Checking polyval v0.6.2 |
2252 | 2024-08-29T16:27:47.766Z | Checking rfc6979 v0.4.0 |
2253 | 2024-08-29T16:27:47.953Z | Checking plotters-backend v0.3.5 |
2254 | 2024-08-29T16:27:48.295Z | Checking plotters-svg v0.3.5 |
2255 | 2024-08-29T16:27:48.527Z | Checking ecdsa v0.16.9 |
2256 | 2024-08-29T16:27:49.295Z | Checking ghash v0.5.1 |
2257 | 2024-08-29T16:27:49.484Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2258 | 2024-08-29T16:27:50.635Z | Checking primeorder v0.13.6 |
2259 | 2024-08-29T16:27:51.109Z | Checking ctr v0.9.2 |
2260 | 2024-08-29T16:27:51.140Z | Checking cast v0.3.0 |
2261 | 2024-08-29T16:27:51.690Z | Checking yansi v0.5.1 |
2262 | 2024-08-29T16:27:51.960Z | Checking criterion-plot v0.5.0 |
2263 | 2024-08-29T16:27:52.001Z | Checking pretty_assertions v1.4.0 |
2264 | 2024-08-29T16:27:52.218Z | Checking aes-gcm v0.10.3 |
2265 | 2024-08-29T16:27:52.447Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2266 | 2024-08-29T16:27:52.493Z | Checking plotters v0.3.5 |
2267 | 2024-08-29T16:27:54.225Z | Checking ed25519 v2.2.3 |
2268 | 2024-08-29T16:27:54.548Z | Checking ssh-encoding v0.2.0 |
2269 | 2024-08-29T16:27:54.925Z | Checking tinytemplate v1.2.1 |
2270 | 2024-08-29T16:27:55.353Z | Checking blowfish v0.9.1 |
2271 | 2024-08-29T16:27:55.625Z | Checking oorandom v11.1.3 |
2272 | 2024-08-29T16:27:55.766Z | Checking option-ext v0.2.0 |
2273 | 2024-08-29T16:27:55.907Z | Checking anes v0.1.6 |
2274 | 2024-08-29T16:27:56.286Z | Checking criterion v0.5.1 |
2275 | 2024-08-29T16:27:59.019Z | Checking dirs-sys v0.4.1 |
2276 | 2024-08-29T16:27:59.165Z | Checking bcrypt-pbkdf v0.10.0 |
2277 | 2024-08-29T16:27:59.398Z | Checking ssh-cipher v0.2.0 |
2278 | 2024-08-29T16:27:59.566Z | Checking ed25519-dalek v2.1.1 |
2279 | 2024-08-29T16:27:59.685Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2280 | 2024-08-29T16:27:59.882Z | Checking password-hash v0.4.2 |
2281 | 2024-08-29T16:27:59.920Z | Checking hex-literal v0.4.1 |
2282 | 2024-08-29T16:28:00.059Z | Checking matches v0.1.10 |
2283 | 2024-08-29T16:28:00.183Z | Checking idna v0.2.3 |
2284 | 2024-08-29T16:28:00.305Z | Checking pbkdf2 v0.11.0 |
2285 | 2024-08-29T16:28:00.597Z | Checking ssh-key v0.6.6 |
2286 | 2024-08-29T16:28:00.940Z | Checking dirs v5.0.1 |
2287 | 2024-08-29T16:28:01.095Z | Checking p521 v0.13.3 |
2288 | 2024-08-29T16:28:01.197Z | Checking p256 v0.13.2 |
2289 | 2024-08-29T16:28:01.608Z | Checking p384 v0.13.0 |
2290 | 2024-08-29T16:28:02.269Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2291 | 2024-08-29T16:28:02.475Z | Checking russh-cryptovec v0.7.2 |
2292 | 2024-08-29T16:28:02.669Z | Compiling enum-as-inner v0.5.1 |
2293 | 2024-08-29T16:28:02.729Z | Checking md5 v0.7.0 |
2294 | 2024-08-29T16:28:03.042Z | Compiling doc-comment v0.3.3 |
2295 | 2024-08-29T16:28:03.108Z | Compiling target-lexicon v0.12.16 |
2296 | 2024-08-29T16:28:03.731Z | Checking trust-dns-proto v0.22.0 |
2297 | 2024-08-29T16:28:03.861Z | Checking russh-keys v0.44.0 |
2298 | 2024-08-29T16:28:04.209Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2299 | 2024-08-29T16:28:05.119Z | Compiling samael v0.0.15 |
2300 | 2024-08-29T16:28:05.287Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2301 | 2024-08-29T16:28:06.021Z | Checking http-body v1.0.0 |
2302 | 2024-08-29T16:28:06.090Z | Checking num-bigint v0.4.5 |
2303 | 2024-08-29T16:28:06.241Z | Checking tower-layer v0.3.2 |
2304 | 2024-08-29T16:28:06.520Z | Checking regex-automata v0.1.10 |
2305 | 2024-08-29T16:28:06.892Z | Compiling guppy-workspace-hack v0.1.0 |
2306 | 2024-08-29T16:28:07.186Z | Compiling dhcproto-macros v0.1.0 |
2307 | 2024-08-29T16:28:07.373Z | Compiling assert_cmd v2.0.16 |
2308 | 2024-08-29T16:28:07.884Z | Checking bstr v0.2.17 |
2309 | 2024-08-29T16:28:08.132Z | Checking dhcproto v0.12.0 |
2310 | 2024-08-29T16:28:08.629Z | Checking russh v0.44.1 |
2311 | 2024-08-29T16:28:08.694Z | Checking tower v0.4.13 |
2312 | 2024-08-29T16:28:09.518Z | Checking hyper v1.3.1 |
2313 | 2024-08-29T16:28:10.142Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2314 | 2024-08-29T16:28:10.767Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2315 | 2024-08-29T16:28:10.770Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2316 | 2024-08-29T16:28:11.470Z | Compiling target-spec v3.2.1 |
2317 | 2024-08-29T16:28:11.642Z | Checking internet-checksum v0.2.1 |
2318 | 2024-08-29T16:28:12.673Z | Checking hyper-util v0.1.3 |
2319 | 2024-08-29T16:28:13.401Z | Checking cfg-expr v0.16.0 |
2320 | 2024-08-29T16:28:13.542Z | Checking httptest v0.15.5 |
2321 | 2024-08-29T16:28:14.223Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2322 | 2024-08-29T16:28:14.284Z | Checking rustls-native-certs v0.7.0 |
2323 | 2024-08-29T16:28:14.305Z | Checking num_cpus v1.16.0 |
2324 | 2024-08-29T16:28:14.430Z | Checking hyper-rustls v0.26.0 |
2325 | 2024-08-29T16:28:14.779Z | Checking threadpool v1.8.1 |
2326 | 2024-08-29T16:28:15.062Z | Checking pathdiff v0.2.1 |
2327 | 2024-08-29T16:28:15.244Z | Compiling toml_edit v0.21.1 |
2328 | 2024-08-29T16:28:15.353Z | Compiling rstest_macros v0.22.0 |
2329 | 2024-08-29T16:28:15.871Z | Checking escape8259 v0.5.2 |
2330 | 2024-08-29T16:28:16.051Z | Checking nested v0.1.1 |
2331 | 2024-08-29T16:28:16.280Z | Checking guppy v0.17.7 |
2332 | 2024-08-29T16:28:16.336Z | Checking libtest-mimic v0.7.3 |
2333 | 2024-08-29T16:28:16.909Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2334 | 2024-08-29T16:28:17.236Z | Checking similar-asserts v1.5.0 |
2335 | 2024-08-29T16:28:17.481Z | Checking fancy-regex v0.13.0 |
2336 | 2024-08-29T16:28:18.270Z | Compiling proc-macro-crate v3.1.0 |
2337 | 2024-08-29T16:28:18.360Z | Compiling trybuild v1.0.99 |
2338 | 2024-08-29T16:28:18.612Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2339 | 2024-08-29T16:28:18.863Z | Compiling relative-path v1.9.3 |
2340 | 2024-08-29T16:28:19.607Z | Checking datatest-stable v0.2.9 |
2341 | 2024-08-29T16:28:19.786Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2342 | 2024-08-29T16:28:19.907Z | Checking blake2b_simd v1.0.2 |
2343 | 2024-08-29T16:28:20.316Z | Compiling git2 v0.19.0 |
2344 | 2024-08-29T16:28:20.795Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2345 | 2024-08-29T16:28:21.184Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-08-29T16:28:21.758Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2347 | 2024-08-29T16:28:22.089Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2348 | 2024-08-29T16:28:22.424Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2349 | 2024-08-29T16:28:22.747Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2350 | 2024-08-29T16:28:23.062Z | Checking serde_tokenstream v0.2.2 |
2351 | 2024-08-29T16:28:23.096Z | Checking uzers v0.11.3 |
2352 | 2024-08-29T16:28:23.434Z | Checking futures-timer v3.0.3 |
2353 | 2024-08-29T16:28:23.473Z | Checking indent_write v2.2.0 |
2354 | 2024-08-29T16:28:23.813Z | Checking rust-argon2 v2.1.0 |
2355 | 2024-08-29T16:28:24.241Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2356 | 2024-08-29T16:28:25.292Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2357 | 2024-08-29T16:28:27.925Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2358 | 2024-08-29T16:28:28.269Z | Checking rand_distr v0.4.3 |
2359 | 2024-08-29T16:28:28.478Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2360 | 2024-08-29T16:28:29.047Z | Checking multimap v0.10.0 |
2361 | 2024-08-29T16:28:29.366Z | Checking approx v0.5.1 |
2362 | 2024-08-29T16:28:29.640Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2363 | 2024-08-29T16:28:29.955Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2364 | 2024-08-29T16:28:30.089Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2365 | 2024-08-29T16:28:30.572Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2366 | 2024-08-29T16:28:31.242Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2367 | 2024-08-29T16:28:31.289Z | Checking partial-io v0.5.4 |
2368 | 2024-08-29T16:28:31.652Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2369 | 2024-08-29T16:28:31.972Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2370 | 2024-08-29T16:28:32.142Z | Checking cargo_toml v0.20.4 |
2371 | 2024-08-29T16:28:32.145Z | Checking termios v0.3.3 |
2372 | 2024-08-29T16:28:32.421Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2373 | 2024-08-29T16:28:32.861Z | Checking rstest v0.22.0 |
2374 | 2024-08-29T16:28:33.537Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2375 | 2024-08-29T16:28:34.108Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2376 | 2024-08-29T16:28:49.463Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2377 | 2024-08-29T16:28:54.074Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2378 | 2024-08-29T16:28:55.223Z | Compiling polar-core v0.27.3 |
2379 | 2024-08-29T16:29:05.988Z | Checking oso v0.27.3 |
2380 | 2024-08-29T16:29:21.875Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2381 | 2024-08-29T16:29:23.007Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2382 | 2024-08-29T16:29:23.267Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2383 | 2024-08-29T16:29:52.952Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2384 | 2024-08-29T16:29:52.952Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2385 | 2024-08-29T16:29:52.955Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2386 | 2024-08-29T16:31:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2387 | 2024-08-29T16:31:07.727Z | |
2388 | 2024-08-29T16:31:07.728Z | real 6:17.394919449 |
2389 | 2024-08-29T16:31:07.728Z | user 35:07.235573205 |
2390 | 2024-08-29T16:31:07.728Z | sys 6:13.621141325 |
2391 | 2024-08-29T16:31:07.728Z | trap 0.971858442 |
2392 | 2024-08-29T16:31:07.728Z | tflt 3.041854795 |
2393 | 2024-08-29T16:31:07.728Z | dflt 0.553191021 |
2394 | 2024-08-29T16:31:07.728Z | kflt 0.002970944 |
2395 | 2024-08-29T16:31:07.728Z | lock 53:44.272208588 |
2396 | 2024-08-29T16:31:07.730Z | slp 2:04:21.199906619 |
2397 | 2024-08-29T16:31:07.730Z | lat 1:38.697431941 |
2398 | 2024-08-29T16:31:07.730Z | stop 5:43.630031406 |
2399 | 2024-08-29T16:31:07.730Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2400 | 2024-08-29T16:31:07.730Z | + ptime -m cargo doc --workspace --no-deps |
2401 | 2024-08-29T16:31:08.933Z | warning: output filename collision. |
2402 | 2024-08-29T16:31:08.933Z | 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)`. |
2403 | 2024-08-29T16:31:08.933Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2404 | 2024-08-29T16:31:08.933Z | The targets should have unique names. |
2405 | 2024-08-29T16:31:08.933Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-08-29T16:31:08.933Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-08-29T16:31:09.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2408 | 2024-08-29T16:31:09.373Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2409 | 2024-08-29T16:31:09.390Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2410 | 2024-08-29T16:31:09.431Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2411 | 2024-08-29T16:31:09.453Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2412 | 2024-08-29T16:31:09.478Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2413 | 2024-08-29T16:31:09.478Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2414 | 2024-08-29T16:31:09.696Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2415 | 2024-08-29T16:31:09.722Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2416 | 2024-08-29T16:31:09.741Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2417 | 2024-08-29T16:31:09.763Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2418 | 2024-08-29T16:31:09.786Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2419 | 2024-08-29T16:31:09.959Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2420 | 2024-08-29T16:31:10.022Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2421 | 2024-08-29T16:31:10.025Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2422 | 2024-08-29T16:31:10.253Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2423 | 2024-08-29T16:31:10.522Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2424 | 2024-08-29T16:31:11.440Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2425 | 2024-08-29T16:31:14.380Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2426 | 2024-08-29T16:31:14.472Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2427 | 2024-08-29T16:31:14.527Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2428 | 2024-08-29T16:31:14.715Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2429 | 2024-08-29T16:31:14.862Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2430 | 2024-08-29T16:31:15.083Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2431 | 2024-08-29T16:31:15.222Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2432 | 2024-08-29T16:31:15.594Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2433 | 2024-08-29T16:31:15.758Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-08-29T16:31:15.969Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-08-29T16:31:16.264Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2436 | 2024-08-29T16:31:16.291Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-08-29T16:31:16.605Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2024-08-29T16:31:16.804Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2439 | 2024-08-29T16:31:16.983Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2440 | 2024-08-29T16:31:17.002Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2441 | 2024-08-29T16:31:17.303Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2442 | 2024-08-29T16:31:17.442Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2443 | 2024-08-29T16:31:17.789Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2444 | 2024-08-29T16:31:17.909Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2445 | 2024-08-29T16:31:17.967Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2446 | 2024-08-29T16:31:17.970Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2447 | 2024-08-29T16:31:18.341Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2448 | 2024-08-29T16:31:18.364Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2449 | 2024-08-29T16:31:18.405Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2450 | 2024-08-29T16:31:22.960Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2451 | 2024-08-29T16:31:23.017Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2452 | 2024-08-29T16:31:23.712Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2453 | 2024-08-29T16:31:24.562Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2454 | 2024-08-29T16:31:25.148Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2455 | 2024-08-29T16:31:26.077Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2456 | 2024-08-29T16:31:26.374Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2457 | 2024-08-29T16:31:27.082Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2458 | 2024-08-29T16:31:27.880Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2459 | 2024-08-29T16:31:28.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2460 | 2024-08-29T16:31:32.723Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2461 | 2024-08-29T16:31:33.268Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2462 | 2024-08-29T16:31:33.369Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2463 | 2024-08-29T16:31:34.416Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2464 | 2024-08-29T16:31:35.157Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2465 | 2024-08-29T16:31:35.852Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2466 | 2024-08-29T16:31:36.305Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2467 | 2024-08-29T16:31:37.239Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2468 | 2024-08-29T16:31:37.872Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2469 | 2024-08-29T16:31:37.997Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2470 | 2024-08-29T16:31:38.414Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2471 | 2024-08-29T16:31:38.545Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2472 | 2024-08-29T16:31:38.600Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2473 | 2024-08-29T16:31:38.620Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2474 | 2024-08-29T16:31:39.625Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2475 | 2024-08-29T16:31:39.707Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2476 | 2024-08-29T16:31:39.866Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2477 | 2024-08-29T16:31:40.407Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2478 | 2024-08-29T16:31:41.000Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2024-08-29T16:31:41.389Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2480 | 2024-08-29T16:31:41.573Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2481 | 2024-08-29T16:31:41.630Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2482 | 2024-08-29T16:31:41.951Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2483 | 2024-08-29T16:31:41.985Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2484 | 2024-08-29T16:31:42.162Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2485 | 2024-08-29T16:31:42.503Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2486 | 2024-08-29T16:31:42.561Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2024-08-29T16:31:43.110Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2488 | 2024-08-29T16:31:43.445Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-08-29T16:31:43.827Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2490 | 2024-08-29T16:31:44.161Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-08-29T16:31:45.159Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2492 | 2024-08-29T16:31:45.276Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2493 | 2024-08-29T16:31:45.588Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2494 | 2024-08-29T16:31:45.607Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2495 | 2024-08-29T16:31:46.295Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2496 | 2024-08-29T16:31:46.500Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2497 | 2024-08-29T16:31:46.900Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2024-08-29T16:31:47.492Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2499 | 2024-08-29T16:31:47.560Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2500 | 2024-08-29T16:31:47.987Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2501 | 2024-08-29T16:31:48.722Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2502 | 2024-08-29T16:31:50.683Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2503 | 2024-08-29T16:31:50.798Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-08-29T16:31:51.882Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2505 | 2024-08-29T16:31:52.573Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2506 | 2024-08-29T16:31:53.274Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2024-08-29T16:31:56.738Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2024-08-29T16:31:58.783Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2509 | 2024-08-29T16:31:59.634Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-08-29T16:31:59.752Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2511 | 2024-08-29T16:32:00.855Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2512 | 2024-08-29T16:32:04.969Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-08-29T16:32:09.888Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2514 | 2024-08-29T16:32:11.066Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2515 | 2024-08-29T16:32:23.122Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2516 | 2024-08-29T16:32:50.368Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2517 | 2024-08-29T16:32:52.243Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2518 | 2024-08-29T16:32:56.114Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2519 | 2024-08-29T16:32:56.254Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2520 | 2024-08-29T16:33:04.361Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2024-08-29T16:33:11.367Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2522 | 2024-08-29T16:33:14.091Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2024-08-29T16:33:21.181Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2524 | 2024-08-29T16:33:26.824Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2525 | 2024-08-29T16:33:30.189Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2526 | 2024-08-29T16:33:32.632Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2527 | 2024-08-29T16:33:34.124Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2528 | 2024-08-29T16:33:36.895Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2529 | 2024-08-29T16:33:41.315Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2530 | 2024-08-29T16:33:42.609Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-08-29T16:33:46.174Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-08-29T16:33:50.962Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2533 | 2024-08-29T16:34:19.387Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2534 | 2024-08-29T16:34:19.816Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2535 | 2024-08-29T16:34:20.922Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2536 | 2024-08-29T16:34:21.466Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2537 | 2024-08-29T16:34:25.946Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2538 | 2024-08-29T16:34:28.840Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2539 | 2024-08-29T16:34:36.641Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2540 | 2024-08-29T16:34:44.856Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2541 | 2024-08-29T16:34:46.775Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2542 | 2024-08-29T16:34:49.781Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2543 | 2024-08-29T16:34:53.027Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2544 | 2024-08-29T16:34:57.700Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2545 | 2024-08-29T16:34:59.936Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2546 | 2024-08-29T16:35:03.582Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2547 | 2024-08-29T16:35:05.451Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2548 | 2024-08-29T16:35:08.361Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2549 | 2024-08-29T16:35:10.254Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2550 | 2024-08-29T16:35:20.937Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2551 | 2024-08-29T16:35:22.152Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2552 | 2024-08-29T16:35:26.405Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2553 | 2024-08-29T16:35:27.349Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2554 | 2024-08-29T16:35:33.925Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2555 | 2024-08-29T16:35:35.371Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2024-08-29T16:35:35.510Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2557 | 2024-08-29T16:35:40.108Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2558 | 2024-08-29T16:35:48.554Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2559 | 2024-08-29T16:35:49.225Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2560 | 2024-08-29T16:35:50.377Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2561 | 2024-08-29T16:35:54.545Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2562 | 2024-08-29T16:35:55.547Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2563 | 2024-08-29T16:36:00.810Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2564 | 2024-08-29T16:36:02.221Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2565 | 2024-08-29T16:36:09.672Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2566 | 2024-08-29T16:36:12.908Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2567 | 2024-08-29T16:36:14.514Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2568 | 2024-08-29T16:36:14.925Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2569 | 2024-08-29T16:36:16.168Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2570 | 2024-08-29T16:36:19.720Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2571 | 2024-08-29T16:36:20.488Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2572 | 2024-08-29T16:36:25.884Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2573 | 2024-08-29T16:36:26.757Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2574 | 2024-08-29T16:36:32.928Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2575 | 2024-08-29T16:36:32.948Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2576 | 2024-08-29T16:36:33.023Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2577 | 2024-08-29T16:36:34.514Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-08-29T16:36:42.140Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2579 | 2024-08-29T16:36:43.996Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2580 | 2024-08-29T16:36:45.055Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2581 | 2024-08-29T16:36:45.682Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2582 | 2024-08-29T16:36:52.671Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2583 | 2024-08-29T16:36:53.604Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2584 | 2024-08-29T16:36:54.255Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2585 | 2024-08-29T16:36:56.475Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2586 | 2024-08-29T16:36:56.966Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2587 | 2024-08-29T16:37:00.453Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2588 | 2024-08-29T16:37:04.129Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2589 | 2024-08-29T16:37:04.657Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2590 | 2024-08-29T16:37:05.345Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2591 | 2024-08-29T16:37:07.071Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2592 | 2024-08-29T16:37:10.085Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2593 | 2024-08-29T16:37:11.163Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2594 | 2024-08-29T16:37:14.282Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2595 | 2024-08-29T16:37:15.120Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2596 | 2024-08-29T16:37:15.763Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2597 | 2024-08-29T16:37:20.833Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2598 | 2024-08-29T16:37:21.136Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2599 | 2024-08-29T16:37:22.680Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2600 | 2024-08-29T16:37:23.494Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2601 | 2024-08-29T16:37:26.138Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2602 | 2024-08-29T16:37:26.872Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2603 | 2024-08-29T16:37:27.047Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2604 | 2024-08-29T16:37:28.735Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2605 | 2024-08-29T16:37:30.628Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2606 | 2024-08-29T16:37:31.783Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2607 | 2024-08-29T16:37:32.123Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2608 | 2024-08-29T16:37:32.329Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2609 | 2024-08-29T16:37:33.438Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2610 | 2024-08-29T16:37:36.013Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-08-29T16:37:36.212Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-08-29T16:37:36.980Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2613 | 2024-08-29T16:37:39.019Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2614 | 2024-08-29T16:37:40.753Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2615 | 2024-08-29T16:38:10.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
2616 | 2024-08-29T16:38:11.032Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2617 | 2024-08-29T16:38:11.091Z | |
2618 | 2024-08-29T16:38:11.094Z | real 7:03.208904781 |
2619 | 2024-08-29T16:38:11.094Z | user 21:26.987757479 |
2620 | 2024-08-29T16:38:11.094Z | sys 30:57.399027946 |
2621 | 2024-08-29T16:38:11.094Z | trap 0.349730721 |
2622 | 2024-08-29T16:38:11.094Z | tflt 0.349053542 |
2623 | 2024-08-29T16:38:11.094Z | dflt 0.139692683 |
2624 | 2024-08-29T16:38:11.094Z | kflt 0.000006348 |
2625 | 2024-08-29T16:38:11.094Z | lock 1:04:04.532517052 |
2626 | 2024-08-29T16:38:11.094Z | slp 1:58:47.156687330 |
2627 | 2024-08-29T16:38:11.094Z | lat 1:05.134408131 |
2628 | 2024-08-29T16:38:11.094Z | stop 57.312641033 |
2629 | 2024-08-29T16:38:11.094Z | process exited: duration 1010297 ms, exit code 0 |
|
2630 | 2024-08-29T16:38:11.100Z | found 0 output files |