|
|
|
1 | 2024-12-07T00:04:16.017Z | job assigned to worker 01JEF6VS789VS6DKYNQFNH83W6 [factory gimlet-EVT22200007-propolis, EVT22200007/20055] (queued for 33 s) |
|
2 | 2024-12-07T00:04:23.901Z | starting task 0: "setup" |
3 | 2024-12-07T00:04:23.927Z | ++ uname -s |
4 | 2024-12-07T00:04:23.927Z | + kern=SunOS |
5 | 2024-12-07T00:04:23.927Z | + case "$kern" in |
6 | 2024-12-07T00:04:23.927Z | + groupadd -g 12345 build |
7 | 2024-12-07T00:04:23.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-07T00:04:25.926Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-07T00:04:25.962Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-07T00:04:25.989Z | + home_fs=zfs |
11 | 2024-12-07T00:04:25.989Z | + [[ zfs == autofs ]] |
12 | 2024-12-07T00:04:25.990Z | + mkdir -p /home/build |
13 | 2024-12-07T00:04:25.990Z | + chown build:build /home/build /work |
14 | 2024-12-07T00:04:27.971Z | + chmod 0700 /home/build /work |
15 | 2024-12-07T00:04:27.997Z | process exited: duration 4077 ms, exit code 0 |
|
16 | 2024-12-07T00:04:28.055Z | starting task 1: "rust-toolchain" |
17 | 2024-12-07T00:04:28.082Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-07T00:04:28.082Z | * toolchain channel = "1.81.0" |
19 | 2024-12-07T00:04:28.082Z | * toolchain profile = "default" |
20 | 2024-12-07T00:04:28.082Z | ' 1.81.0 |
21 | 2024-12-07T00:04:28.082Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-07T00:04:28.082Z | ' default |
23 | 2024-12-07T00:04:28.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-07T00:04:28.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-07T00:04:28.194Z | info: downloading installer |
26 | 2024-12-07T00:04:28.580Z | info: profile set to 'default' |
27 | 2024-12-07T00:04:28.580Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-07T00:04:28.580Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-07T00:04:28.669Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-07T00:04:28.669Z | info: downloading component 'cargo' |
31 | 2024-12-07T00:04:28.782Z | info: downloading component 'clippy' |
32 | 2024-12-07T00:04:28.824Z | info: downloading component 'rust-docs' |
33 | 2024-12-07T00:04:28.984Z | info: downloading component 'rust-std' |
34 | 2024-12-07T00:04:29.213Z | info: downloading component 'rustc' |
35 | 2024-12-07T00:04:30.060Z | info: downloading component 'rustfmt' |
36 | 2024-12-07T00:04:30.096Z | info: installing component 'cargo' |
37 | 2024-12-07T00:04:31.182Z | info: installing component 'clippy' |
38 | 2024-12-07T00:04:31.624Z | info: installing component 'rust-docs' |
39 | 2024-12-07T00:04:34.299Z | info: installing component 'rust-std' |
40 | 2024-12-07T00:04:36.251Z | info: installing component 'rustc' |
41 | 2024-12-07T00:04:42.966Z | info: installing component 'rustfmt' |
42 | 2024-12-07T00:04:43.342Z | |
43 | 2024-12-07T00:04:43.342Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-07T00:04:43.514Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-07T00:04:43.514Z | |
46 | 2024-12-07T00:04:43.514Z | |
47 | 2024-12-07T00:04:43.514Z | Rust is installed now. Great! |
48 | 2024-12-07T00:04:43.514Z | |
49 | 2024-12-07T00:04:43.538Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-07T00:04:43.538Z | environment variable. This has not been done automatically. |
51 | 2024-12-07T00:04:43.539Z | |
52 | 2024-12-07T00:04:43.539Z | To configure your current shell, you need to source |
53 | 2024-12-07T00:04:43.539Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-07T00:04:43.539Z | |
55 | 2024-12-07T00:04:43.539Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-07T00:04:43.539Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-07T00:04:43.539Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-07T00:04:43.614Z | + rustc --version |
59 | 2024-12-07T00:04:43.724Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-07T00:04:43.749Z | process exited: duration 15680 ms, exit code 0 |
|
61 | 2024-12-07T00:04:43.800Z | starting task 2: "authentication" |
62 | 2024-12-07T00:04:43.856Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-12-07T00:04:43.904Z | starting task 3: "clone repository" |
64 | 2024-12-07T00:04:43.933Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-07T00:04:43.933Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-07T00:04:43.957Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-07T00:04:53.876Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-07T00:04:53.876Z | + git fetch origin 2c1412657e781815e3c7ffb86f5845227148ae48 |
69 | 2024-12-07T00:04:54.297Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-07T00:04:54.297Z | * branch 2c1412657e781815e3c7ffb86f5845227148ae48 -> FETCH_HEAD |
71 | 2024-12-07T00:04:54.321Z | + [[ -n oxql-query-planner ]] |
72 | 2024-12-07T00:04:54.321Z | ++ git branch --show-current |
73 | 2024-12-07T00:04:54.321Z | + current=main |
74 | 2024-12-07T00:04:54.321Z | + [[ main != oxql-query-planner ]] |
75 | 2024-12-07T00:04:54.321Z | + git branch -f oxql-query-planner 2c1412657e781815e3c7ffb86f5845227148ae48 |
76 | 2024-12-07T00:04:54.322Z | + git checkout -f oxql-query-planner |
77 | 2024-12-07T00:04:54.413Z | Switched to branch 'oxql-query-planner' |
78 | 2024-12-07T00:04:54.437Z | + git reset --hard 2c1412657e781815e3c7ffb86f5845227148ae48 |
79 | 2024-12-07T00:04:54.508Z | HEAD is now at 2c1412657 Fixup test for incomparable fields |
80 | 2024-12-07T00:04:54.531Z | process exited: duration 10605 ms, exit code 0 |
|
81 | 2024-12-07T00:04:54.580Z | starting task 4: "build" |
82 | 2024-12-07T00:04:54.605Z | + source ./env.sh |
83 | 2024-12-07T00:04:54.605Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-07T00:04:54.605Z | ++ set -o xtrace |
85 | 2024-12-07T00:04:54.605Z | ++++ dirname ./env.sh |
86 | 2024-12-07T00:04:54.605Z | +++ readlink -f . |
87 | 2024-12-07T00:04:54.605Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-07T00:04:54.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-07T00:04:54.605Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-07T00:04:54.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-07T00:04:54.605Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-07T00:04:54.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-07T00:04:54.606Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-07T00:04:54.606Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-07T00:04:54.606Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-07T00:04:54.606Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-07T00:04:54.606Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-07T00:04:54.606Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-07T00:04:54.606Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-07T00:04:54.606Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-07T00:04:54.606Z | + cargo --version |
102 | 2024-12-07T00:04:54.674Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-07T00:04:54.698Z | + rustc --version |
104 | 2024-12-07T00:04:54.749Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-07T00:04:54.773Z | + banner prerequisites |
106 | 2024-12-07T00:04:54.773Z | |
107 | 2024-12-07T00:04:54.773Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-07T00:04:54.773Z | # # # # # # # # # # # # # # # |
109 | 2024-12-07T00:04:54.773Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-07T00:04:54.773Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-07T00:04:54.773Z | # # # # # # # # # # # # # # # |
112 | 2024-12-07T00:04:54.774Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-07T00:04:54.774Z | |
114 | 2024-12-07T00:04:54.774Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-07T00:05:02.662Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-07T00:05:07.141Z | Startup: Caching catalogs ... Done |
117 | 2024-12-07T00:05:19.791Z | Planning: Solver setup ... Done (11.634s) |
118 | 2024-12-07T00:05:19.944Z | Planning: Running solver ... Done (0.154s) |
119 | 2024-12-07T00:05:20.050Z | Planning: Finding local manifests ... Done (0.002s) |
120 | 2024-12-07T00:05:20.142Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-07T00:05:20.613Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-07T00:05:20.731Z | Planning: Package planning ... Done (0.117s) |
123 | 2024-12-07T00:05:20.797Z | Planning: Merging actions ... Done (0.065s) |
124 | 2024-12-07T00:05:21.011Z | Planning: Checking for conflicting actions ... Done (0.214s) |
125 | 2024-12-07T00:05:22.089Z | Planning: Consolidating action changes ... Done (1.078s) |
126 | 2024-12-07T00:05:22.484Z | Planning: Evaluating mediators ... Done (0.395s) |
127 | 2024-12-07T00:05:22.581Z | Planning: Planning completed in 15.36 seconds |
128 | 2024-12-07T00:05:22.605Z | Packages to install: 4 |
129 | 2024-12-07T00:05:22.605Z | Packages to update: 1 |
130 | 2024-12-07T00:05:22.605Z | Mediators to change: 2 |
131 | 2024-12-07T00:05:22.605Z | Services to change: 1 |
132 | 2024-12-07T00:05:22.606Z | Estimated space available: 155.18 GB |
133 | 2024-12-07T00:05:22.606Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-07T00:05:22.606Z | Create boot environment: No |
135 | 2024-12-07T00:05:22.606Z | Create backup boot environment: Yes |
136 | 2024-12-07T00:05:22.606Z | Rebuild boot archive: No |
137 | 2024-12-07T00:05:22.606Z | |
138 | 2024-12-07T00:05:22.607Z | Changed mediators: |
139 | 2024-12-07T00:05:22.607Z | mediator clang: |
140 | 2024-12-07T00:05:22.607Z | version: None -> 15 (system default) |
141 | 2024-12-07T00:05:22.607Z | |
142 | 2024-12-07T00:05:22.607Z | mediator llvm: |
143 | 2024-12-07T00:05:22.607Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-07T00:05:22.607Z | |
145 | 2024-12-07T00:05:22.607Z | Changed packages: |
146 | 2024-12-07T00:05:22.607Z | helios-dev |
147 | 2024-12-07T00:05:22.607Z | developer/build-essential |
148 | 2024-12-07T00:05:22.607Z | None -> 11-2.0 |
149 | 2024-12-07T00:05:22.607Z | library/libxmlsec1 |
150 | 2024-12-07T00:05:22.607Z | None -> 1.2.35-2.0 |
151 | 2024-12-07T00:05:22.607Z | ooce/developer/clang-15 |
152 | 2024-12-07T00:05:22.607Z | None -> 15.0.7-2.0 |
153 | 2024-12-07T00:05:22.607Z | ooce/developer/llvm-15 |
154 | 2024-12-07T00:05:22.607Z | None -> 15.0.7-2.0 |
155 | 2024-12-07T00:05:22.607Z | package/pkg |
156 | 2024-12-07T00:05:22.607Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-07T00:05:22.607Z | |
158 | 2024-12-07T00:05:22.607Z | Services: |
159 | 2024-12-07T00:05:22.607Z | restart_fmri: |
160 | 2024-12-07T00:05:22.607Z | svc:/system/update-man-index:default |
161 | 2024-12-07T00:05:22.607Z | |
162 | 2024-12-07T00:05:22.607Z | Editable files to change: |
163 | 2024-12-07T00:05:22.607Z | Update: |
164 | 2024-12-07T00:05:22.607Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-07T00:05:22.670Z | |
166 | 2024-12-07T00:05:22.670Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-07T00:05:28.773Z | Download: 213/4281 items 1.3/220.6MB 0% complete (520k/s) |
168 | 2024-12-07T00:05:33.789Z | Download: 1096/4281 items 19.8/220.6MB 8% complete (2.0M/s) |
169 | 2024-12-07T00:05:38.790Z | Download: 1372/4281 items 111.7/220.6MB 50% complete (10.9M/s) |
170 | 2024-12-07T00:05:44.025Z | Download: 2214/4281 items 119.2/220.6MB 54% complete (9.9M/s) |
171 | 2024-12-07T00:05:49.046Z | Download: 2824/4281 items 121.0/220.6MB 54% complete (724k/s) |
172 | 2024-12-07T00:05:54.045Z | Download: 3236/4281 items 188.6/220.6MB 85% complete (6.9M/s) |
173 | 2024-12-07T00:05:59.771Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
174 | 2024-12-07T00:06:04.784Z | Download: 4197/4281 items 220.5/220.6MB 99% complete (2.3M/s) |
175 | 2024-12-07T00:06:07.725Z | Download: Completed 220.60 MB in 45.05 seconds (4.9M/s) |
176 | 2024-12-07T00:06:09.187Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-07T00:06:09.211Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-07T00:06:14.228Z | Actions: 2875/5063 actions (Installing new actions) |
179 | 2024-12-07T00:06:15.018Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-07T00:06:15.397Z | Actions: Completed 5063 actions in 6.21 seconds. |
181 | 2024-12-07T00:06:15.753Z | Done (0.347s) |
182 | 2024-12-07T00:06:15.777Z | Done (0.000s) |
183 | 2024-12-07T00:06:16.442Z | Done (0.687s) |
184 | 2024-12-07T00:06:21.255Z | Done (4.639s) |
185 | 2024-12-07T00:06:21.355Z | Done (0.019s) |
186 | 2024-12-07T00:06:21.379Z | Done (0.000s) |
187 | 2024-12-07T00:06:21.539Z | Done (0.000s) |
188 | 2024-12-07T00:06:22.312Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-07T00:06:22.565Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-07T00:06:22.590Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-07T00:06:22.901Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-07T00:06:22.925Z | Planning: Planning completed in 0.59 seconds |
193 | 2024-12-07T00:06:22.949Z | Mediators to change: 2 |
194 | 2024-12-07T00:06:22.949Z | Create boot environment: No |
195 | 2024-12-07T00:06:22.949Z | Create backup boot environment: No |
196 | 2024-12-07T00:06:23.012Z | Done |
197 | 2024-12-07T00:06:23.012Z | Done |
198 | 2024-12-07T00:06:23.501Z | Done |
199 | 2024-12-07T00:06:27.983Z | Done |
200 | 2024-12-07T00:06:28.088Z | Done |
201 | 2024-12-07T00:06:28.088Z | Done |
202 | 2024-12-07T00:06:28.135Z | Done |
203 | 2024-12-07T00:06:28.891Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-07T00:06:28.940Z | Planning: Merging actions ... Done |
205 | 2024-12-07T00:06:29.119Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-07T00:06:29.144Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-07T00:06:29.449Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-07T00:06:29.517Z | Planning: Planning completed in 0.93 seconds |
209 | 2024-12-07T00:06:29.563Z | Packages to change: 1 |
210 | 2024-12-07T00:06:29.563Z | Mediators to change: 1 |
211 | 2024-12-07T00:06:29.563Z | Services to change: 1 |
212 | 2024-12-07T00:06:29.563Z | Create boot environment: No |
213 | 2024-12-07T00:06:29.563Z | Create backup boot environment: Yes |
214 | 2024-12-07T00:06:31.180Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-07T00:06:31.205Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-12-07T00:06:31.205Z | Done |
217 | 2024-12-07T00:06:31.205Z | Done |
218 | 2024-12-07T00:06:31.329Z | Done |
219 | 2024-12-07T00:06:35.918Z | Done |
220 | 2024-12-07T00:06:36.011Z | Done |
221 | 2024-12-07T00:06:36.035Z | Done |
222 | 2024-12-07T00:06:36.105Z | Done |
223 | 2024-12-07T00:06:36.632Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-07T00:06:36.632Z | clang system 15 system |
225 | 2024-12-07T00:06:36.632Z | csh system system illumos |
226 | 2024-12-07T00:06:36.632Z | ctags system system illumos |
227 | 2024-12-07T00:06:36.632Z | gcc vendor 12 vendor |
228 | 2024-12-07T00:06:36.632Z | gcc system 10 system |
229 | 2024-12-07T00:06:36.632Z | gcc system 7 system |
230 | 2024-12-07T00:06:36.632Z | go system 1.20 system |
231 | 2024-12-07T00:06:36.632Z | go system 1.19 system |
232 | 2024-12-07T00:06:36.632Z | llvm system 15 system |
233 | 2024-12-07T00:06:36.632Z | llvm system 14 system |
234 | 2024-12-07T00:06:36.632Z | mariadb system 10.6 system |
235 | 2024-12-07T00:06:36.632Z | mta vendor vendor dma |
236 | 2024-12-07T00:06:36.632Z | openjdk system 17 system |
237 | 2024-12-07T00:06:36.632Z | openjdk system 11 system |
238 | 2024-12-07T00:06:36.632Z | openjdk system 1.8 system |
239 | 2024-12-07T00:06:36.632Z | openssl vendor 3 vendor |
240 | 2024-12-07T00:06:36.632Z | perl system 5.36 system |
241 | 2024-12-07T00:06:36.632Z | postgresql system 15 system |
242 | 2024-12-07T00:06:36.633Z | postgresql system 13 system |
243 | 2024-12-07T00:06:36.633Z | python vendor 3 vendor |
244 | 2024-12-07T00:06:36.633Z | python system 2 system |
245 | 2024-12-07T00:06:36.633Z | python3 system 3.11 system |
246 | 2024-12-07T00:06:36.634Z | ruby system 3.0 system |
247 | 2024-12-07T00:06:36.634Z | words vendor vendor american-english |
248 | 2024-12-07T00:06:36.634Z | words system system australian-english |
249 | 2024-12-07T00:06:36.634Z | words system system british-english |
250 | 2024-12-07T00:06:36.634Z | words system system canadian-english |
251 | 2024-12-07T00:06:36.634Z | words system system french |
252 | 2024-12-07T00:06:36.634Z | words system system italian |
253 | 2024-12-07T00:06:36.634Z | words system system ngerman |
254 | 2024-12-07T00:06:36.634Z | words system system ogerman |
255 | 2024-12-07T00:06:36.634Z | words system system spanish |
256 | 2024-12-07T00:06:37.036Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-07T00:06:37.036Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-07T00:06:40.303Z | FMRI IFO |
259 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-07T00:06:40.303Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-07T00:06:41.157Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-07T00:06:41.590Z | Updating crates.io index |
276 | 2024-12-07T00:06:41.655Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-07T00:06:42.269Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-07T00:06:42.578Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-07T00:06:42.930Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-07T00:06:43.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-07T00:06:44.160Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-07T00:06:46.889Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-07T00:06:48.152Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-07T00:06:48.984Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-07T00:06:49.317Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-07T00:06:49.751Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-07T00:06:50.410Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-07T00:06:50.824Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-07T00:06:51.221Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-07T00:06:51.595Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-07T00:06:51.898Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-07T00:06:52.250Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-07T00:06:52.685Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-07T00:06:53.075Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-07T00:06:53.470Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-07T00:06:53.779Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-07T00:06:54.409Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-07T00:06:54.749Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-07T00:06:55.223Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-07T00:06:55.730Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-07T00:06:56.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-07T00:06:56.388Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-07T00:06:56.809Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-07T00:06:58.162Z | Downloading crates ... |
305 | 2024-12-07T00:06:58.293Z | Downloaded anstream v0.6.15 |
306 | 2024-12-07T00:06:58.317Z | Downloaded anyhow v1.0.93 |
307 | 2024-12-07T00:06:58.317Z | Downloaded anstyle v1.0.10 |
308 | 2024-12-07T00:06:58.317Z | Downloaded fs-err v2.11.0 |
309 | 2024-12-07T00:06:58.317Z | Downloaded fnv v1.0.7 |
310 | 2024-12-07T00:06:58.317Z | Downloaded block-buffer v0.10.4 |
311 | 2024-12-07T00:06:58.317Z | Downloaded hashbrown v0.15.0 |
312 | 2024-12-07T00:06:58.342Z | Downloaded plain v0.2.3 |
313 | 2024-12-07T00:06:58.342Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-12-07T00:06:58.342Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-12-07T00:06:58.343Z | Downloaded camino v1.1.9 |
316 | 2024-12-07T00:06:58.343Z | Downloaded pest_derive v2.7.14 |
317 | 2024-12-07T00:06:58.343Z | Downloaded smawk v0.3.2 |
318 | 2024-12-07T00:06:58.343Z | Downloaded strsim v0.11.1 |
319 | 2024-12-07T00:06:58.343Z | Downloaded serde_json v1.0.132 |
320 | 2024-12-07T00:06:58.368Z | Downloaded usdt v0.5.0 |
321 | 2024-12-07T00:06:58.368Z | Downloaded thread-id v4.2.2 |
322 | 2024-12-07T00:06:58.368Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-12-07T00:06:58.368Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2024-12-07T00:06:58.368Z | Downloaded thiserror v1.0.69 |
325 | 2024-12-07T00:06:58.392Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-12-07T00:06:58.392Z | Downloaded version_check v0.9.5 |
327 | 2024-12-07T00:06:58.392Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-12-07T00:06:58.392Z | Downloaded usdt-impl v0.5.0 |
329 | 2024-12-07T00:06:58.392Z | Downloaded toml v0.8.19 |
330 | 2024-12-07T00:06:58.392Z | Downloaded zerocopy v0.7.35 |
331 | 2024-12-07T00:06:58.416Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-12-07T00:06:58.417Z | Downloaded rustix v0.38.37 |
333 | 2024-12-07T00:06:58.442Z | Downloaded ucd-trie v0.1.7 |
334 | 2024-12-07T00:06:58.442Z | Downloaded pest_meta v2.7.14 |
335 | 2024-12-07T00:06:58.442Z | Downloaded winnow v0.6.20 |
336 | 2024-12-07T00:06:58.442Z | Downloaded syn v2.0.87 |
337 | 2024-12-07T00:06:58.467Z | Downloaded unicode-ident v1.0.13 |
338 | 2024-12-07T00:06:58.467Z | Downloaded toml_edit v0.22.22 |
339 | 2024-12-07T00:06:58.491Z | Downloaded textwrap v0.16.1 |
340 | 2024-12-07T00:06:58.491Z | Downloaded unicode-width v0.1.14 |
341 | 2024-12-07T00:06:58.491Z | Downloaded libc v0.2.162 |
342 | 2024-12-07T00:06:58.516Z | Downloaded memmap v0.7.0 |
343 | 2024-12-07T00:06:58.541Z | Downloaded utf8parse v0.2.2 |
344 | 2024-12-07T00:06:58.541Z | Downloaded terminal_size v0.4.0 |
345 | 2024-12-07T00:06:58.541Z | Downloaded sha2 v0.10.8 |
346 | 2024-12-07T00:06:58.541Z | Downloaded scroll_derive v0.12.0 |
347 | 2024-12-07T00:06:58.541Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-12-07T00:06:58.541Z | Downloaded typenum v1.17.0 |
349 | 2024-12-07T00:06:58.541Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-12-07T00:06:58.541Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-12-07T00:06:58.541Z | Downloaded tabled v0.15.0 |
352 | 2024-12-07T00:06:58.566Z | Downloaded pretty-hex v0.4.1 |
353 | 2024-12-07T00:06:58.566Z | Downloaded pest v2.7.14 |
354 | 2024-12-07T00:06:58.566Z | Downloaded memchr v2.7.4 |
355 | 2024-12-07T00:06:58.566Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-12-07T00:06:58.566Z | Downloaded ryu v1.0.18 |
357 | 2024-12-07T00:06:58.566Z | Downloaded cpufeatures v0.2.14 |
358 | 2024-12-07T00:06:58.566Z | Downloaded clap_derive v4.5.18 |
359 | 2024-12-07T00:06:58.566Z | Downloaded camino-tempfile v1.1.1 |
360 | 2024-12-07T00:06:58.590Z | Downloaded tempfile v3.13.0 |
361 | 2024-12-07T00:06:58.590Z | Downloaded scroll v0.12.0 |
362 | 2024-12-07T00:06:58.590Z | Downloaded thiserror-impl v1.0.69 |
363 | 2024-12-07T00:06:58.590Z | Downloaded syn v1.0.109 |
364 | 2024-12-07T00:06:58.590Z | Downloaded swrite v0.1.0 |
365 | 2024-12-07T00:06:58.590Z | Downloaded serde_spanned v0.6.8 |
366 | 2024-12-07T00:06:58.590Z | Downloaded serde_derive v1.0.215 |
367 | 2024-12-07T00:06:58.590Z | Downloaded serde v1.0.215 |
368 | 2024-12-07T00:06:58.615Z | Downloaded semver v1.0.23 |
369 | 2024-12-07T00:06:58.615Z | Downloaded papergrid v0.11.0 |
370 | 2024-12-07T00:06:58.615Z | Downloaded once_cell v1.20.2 |
371 | 2024-12-07T00:06:58.615Z | Downloaded macaddr v1.0.1 |
372 | 2024-12-07T00:06:58.615Z | Downloaded log v0.4.22 |
373 | 2024-12-07T00:06:58.615Z | Downloaded goblin v0.8.2 |
374 | 2024-12-07T00:06:58.615Z | Downloaded dof v0.3.0 |
375 | 2024-12-07T00:06:58.615Z | Downloaded clap_lex v0.7.2 |
376 | 2024-12-07T00:06:58.639Z | Downloaded generic-array v0.14.7 |
377 | 2024-12-07T00:06:58.640Z | Downloaded colorchoice v1.0.2 |
378 | 2024-12-07T00:06:58.640Z | Downloaded clap v4.5.21 |
379 | 2024-12-07T00:06:58.640Z | Downloaded cargo_toml v0.20.5 |
380 | 2024-12-07T00:06:58.640Z | Downloaded cargo_metadata v0.18.1 |
381 | 2024-12-07T00:06:58.640Z | Downloaded pest_generator v2.7.14 |
382 | 2024-12-07T00:06:58.640Z | Downloaded dtrace-parser v0.2.0 |
383 | 2024-12-07T00:06:58.640Z | Downloaded clap_builder v4.5.21 |
384 | 2024-12-07T00:06:58.640Z | Downloaded proc-macro2 v1.0.89 |
385 | 2024-12-07T00:06:58.664Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-07T00:06:58.664Z | Downloaded equivalent v1.0.1 |
387 | 2024-12-07T00:06:58.664Z | Downloaded quote v1.0.37 |
388 | 2024-12-07T00:06:58.664Z | Downloaded proc-macro-error v1.0.4 |
389 | 2024-12-07T00:06:58.664Z | Downloaded bytecount v0.6.8 |
390 | 2024-12-07T00:06:58.664Z | Downloaded itoa v1.0.11 |
391 | 2024-12-07T00:06:58.664Z | Downloaded heck v0.5.0 |
392 | 2024-12-07T00:06:58.664Z | Downloaded heck v0.4.1 |
393 | 2024-12-07T00:06:58.664Z | Downloaded fastrand v2.1.1 |
394 | 2024-12-07T00:06:58.664Z | Downloaded errno v0.3.9 |
395 | 2024-12-07T00:06:58.664Z | Downloaded crypto-common v0.1.6 |
396 | 2024-12-07T00:06:58.664Z | Downloaded cfg-if v1.0.0 |
397 | 2024-12-07T00:06:58.664Z | Downloaded byteorder v1.5.0 |
398 | 2024-12-07T00:06:58.688Z | Downloaded digest v0.10.7 |
399 | 2024-12-07T00:06:58.689Z | Downloaded autocfg v1.4.0 |
400 | 2024-12-07T00:06:58.689Z | Downloaded bitflags v2.6.0 |
401 | 2024-12-07T00:06:58.689Z | Downloaded anstyle-parse v0.2.5 |
402 | 2024-12-07T00:06:58.803Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-12-07T00:06:58.803Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-07T00:06:58.803Z | Compiling serde v1.0.215 |
405 | 2024-12-07T00:06:58.828Z | Compiling version_check v0.9.5 |
406 | 2024-12-07T00:06:58.828Z | Compiling memchr v2.7.4 |
407 | 2024-12-07T00:06:58.828Z | Compiling thiserror v1.0.69 |
408 | 2024-12-07T00:06:58.828Z | Compiling libc v0.2.162 |
409 | 2024-12-07T00:06:58.828Z | Compiling itoa v1.0.11 |
410 | 2024-12-07T00:06:59.077Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-07T00:06:59.122Z | Compiling ryu v1.0.18 |
412 | 2024-12-07T00:06:59.435Z | Compiling once_cell v1.20.2 |
413 | 2024-12-07T00:06:59.651Z | Compiling byteorder v1.5.0 |
414 | 2024-12-07T00:06:59.651Z | Compiling serde_json v1.0.132 |
415 | 2024-12-07T00:06:59.836Z | Compiling rustix v0.38.37 |
416 | 2024-12-07T00:07:00.034Z | Compiling bitflags v2.6.0 |
417 | 2024-12-07T00:07:00.095Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-07T00:07:00.379Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-12-07T00:07:00.406Z | Compiling syn v1.0.109 |
420 | 2024-12-07T00:07:00.485Z | Compiling quote v1.0.37 |
421 | 2024-12-07T00:07:00.600Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-07T00:07:00.696Z | Compiling plain v0.2.3 |
423 | 2024-12-07T00:07:00.725Z | Compiling hashbrown v0.15.0 |
424 | 2024-12-07T00:07:00.858Z | Compiling syn v2.0.87 |
425 | 2024-12-07T00:07:00.882Z | Compiling errno v0.3.9 |
426 | 2024-12-07T00:07:01.025Z | Compiling log v0.4.22 |
427 | 2024-12-07T00:07:01.055Z | Compiling equivalent v1.0.1 |
428 | 2024-12-07T00:07:01.215Z | Compiling camino v1.1.9 |
429 | 2024-12-07T00:07:01.254Z | Compiling utf8parse v0.2.2 |
430 | 2024-12-07T00:07:01.345Z | Compiling thread-id v4.2.2 |
431 | 2024-12-07T00:07:01.412Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-07T00:07:01.786Z | Compiling unicode-width v0.1.14 |
433 | 2024-12-07T00:07:01.909Z | Compiling winnow v0.6.20 |
434 | 2024-12-07T00:07:02.025Z | Compiling indexmap v2.6.0 |
435 | 2024-12-07T00:07:02.057Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-12-07T00:07:02.186Z | Compiling anstyle v1.0.10 |
437 | 2024-12-07T00:07:02.259Z | Compiling semver v1.0.23 |
438 | 2024-12-07T00:07:02.324Z | Compiling autocfg v1.4.0 |
439 | 2024-12-07T00:07:02.634Z | Compiling anstyle-query v1.1.1 |
440 | 2024-12-07T00:07:02.764Z | Compiling colorchoice v1.0.2 |
441 | 2024-12-07T00:07:02.794Z | Compiling pretty-hex v0.4.1 |
442 | 2024-12-07T00:07:02.923Z | Compiling anstream v0.6.15 |
443 | 2024-12-07T00:07:03.217Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-07T00:07:03.395Z | Compiling fs-err v2.11.0 |
445 | 2024-12-07T00:07:03.424Z | Compiling strsim v0.11.1 |
446 | 2024-12-07T00:07:03.467Z | Compiling fastrand v2.1.1 |
447 | 2024-12-07T00:07:03.603Z | Compiling heck v0.5.0 |
448 | 2024-12-07T00:07:03.662Z | Compiling heck v0.4.1 |
449 | 2024-12-07T00:07:03.761Z | Compiling anyhow v1.0.93 |
450 | 2024-12-07T00:07:04.068Z | Compiling cfg-if v1.0.0 |
451 | 2024-12-07T00:07:04.108Z | Compiling fnv v1.0.7 |
452 | 2024-12-07T00:07:04.238Z | Compiling bytecount v0.6.8 |
453 | 2024-12-07T00:07:04.265Z | Compiling clap_lex v0.7.2 |
454 | 2024-12-07T00:07:04.459Z | Compiling tempfile v3.13.0 |
455 | 2024-12-07T00:07:04.553Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-07T00:07:04.622Z | Compiling papergrid v0.11.0 |
457 | 2024-12-07T00:07:04.796Z | Compiling memmap v0.7.0 |
458 | 2024-12-07T00:07:04.821Z | Compiling smawk v0.3.2 |
459 | 2024-12-07T00:07:05.026Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-07T00:07:05.263Z | Compiling swrite v0.1.0 |
461 | 2024-12-07T00:07:05.391Z | Compiling textwrap v0.16.1 |
462 | 2024-12-07T00:07:06.413Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-07T00:07:07.943Z | Compiling tabled v0.15.0 |
464 | 2024-12-07T00:07:09.341Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-07T00:07:09.341Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-07T00:07:09.366Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-07T00:07:09.366Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-07T00:07:09.577Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-07T00:07:10.562Z | Compiling scroll v0.12.0 |
470 | 2024-12-07T00:07:11.012Z | Compiling goblin v0.8.2 |
471 | 2024-12-07T00:07:11.160Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-07T00:07:11.683Z | Compiling pest v2.7.14 |
473 | 2024-12-07T00:07:12.570Z | Compiling clap v4.5.21 |
474 | 2024-12-07T00:07:13.766Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-07T00:07:14.828Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-07T00:07:16.967Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-07T00:07:17.631Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-07T00:07:19.497Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-07T00:07:19.604Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-07T00:07:19.604Z | Compiling serde_spanned v0.6.8 |
481 | 2024-12-07T00:07:19.870Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-07T00:07:19.953Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-07T00:07:20.123Z | Compiling macaddr v1.0.1 |
484 | 2024-12-07T00:07:20.386Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-07T00:07:21.135Z | Compiling dof v0.3.0 |
486 | 2024-12-07T00:07:21.249Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-07T00:07:22.683Z | Compiling toml v0.8.19 |
488 | 2024-12-07T00:07:22.733Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-07T00:07:22.733Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-07T00:07:23.428Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-07T00:07:23.921Z | Compiling usdt v0.5.0 |
492 | 2024-12-07T00:07:27.730Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-07T00:07:33.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.21s |
494 | 2024-12-07T00:07:33.359Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-07T00:07:34.054Z | Downloading crates ... |
496 | 2024-12-07T00:07:34.205Z | Downloaded headers-core v0.3.0 |
497 | 2024-12-07T00:07:34.230Z | Downloaded mime_guess v2.0.5 |
498 | 2024-12-07T00:07:34.230Z | Downloaded icu_properties_data v1.5.0 |
499 | 2024-12-07T00:07:34.255Z | Downloaded hex v0.4.3 |
500 | 2024-12-07T00:07:34.255Z | Downloaded http-body v1.0.1 |
501 | 2024-12-07T00:07:34.255Z | Downloaded heck v0.3.3 |
502 | 2024-12-07T00:07:34.255Z | Downloaded http-range v0.1.5 |
503 | 2024-12-07T00:07:34.255Z | Downloaded http v1.1.0 |
504 | 2024-12-07T00:07:34.281Z | Downloaded highway v1.2.0 |
505 | 2024-12-07T00:07:34.281Z | Downloaded icu_normalizer_data v1.5.0 |
506 | 2024-12-07T00:07:34.281Z | Downloaded memmap2 v0.9.5 |
507 | 2024-12-07T00:07:34.305Z | Downloaded memoffset v0.9.1 |
508 | 2024-12-07T00:07:34.305Z | Downloaded idna v0.4.0 |
509 | 2024-12-07T00:07:34.305Z | Downloaded md5 v0.7.0 |
510 | 2024-12-07T00:07:34.330Z | Downloaded minimal-lexical v0.2.1 |
511 | 2024-12-07T00:07:34.330Z | Downloaded maybe-uninit v2.0.0 |
512 | 2024-12-07T00:07:34.330Z | Downloaded mime v0.3.17 |
513 | 2024-12-07T00:07:34.330Z | Downloaded idna v1.0.3 |
514 | 2024-12-07T00:07:34.356Z | Downloaded prettyplease v0.2.25 |
515 | 2024-12-07T00:07:34.356Z | Downloaded sqlparser_derive v0.2.2 |
516 | 2024-12-07T00:07:34.356Z | Downloaded ssh-cipher v0.2.0 |
517 | 2024-12-07T00:07:34.356Z | Downloaded try-lock v0.2.5 |
518 | 2024-12-07T00:07:34.356Z | Downloaded rcgen v0.12.1 |
519 | 2024-12-07T00:07:34.380Z | Downloaded openssl-macros v0.1.1 |
520 | 2024-12-07T00:07:34.380Z | Downloaded openssl-probe v0.1.5 |
521 | 2024-12-07T00:07:34.381Z | Downloaded derive_more v0.99.18 |
522 | 2024-12-07T00:07:34.406Z | Downloaded scheduled-thread-pool v0.2.7 |
523 | 2024-12-07T00:07:34.406Z | Downloaded downcast v0.11.0 |
524 | 2024-12-07T00:07:34.406Z | Downloaded untrusted v0.9.0 |
525 | 2024-12-07T00:07:34.407Z | Downloaded dsl_auto_type v0.1.2 |
526 | 2024-12-07T00:07:34.432Z | Downloaded schemars v0.8.21 |
527 | 2024-12-07T00:07:34.457Z | Downloaded psl-types v2.0.11 |
528 | 2024-12-07T00:07:34.457Z | Downloaded quick-error v1.2.3 |
529 | 2024-12-07T00:07:34.481Z | Downloaded normalize-line-endings v0.3.0 |
530 | 2024-12-07T00:07:34.482Z | Downloaded dhcproto-macros v0.1.0 |
531 | 2024-12-07T00:07:34.482Z | Downloaded nodrop v0.1.14 |
532 | 2024-12-07T00:07:34.482Z | Downloaded predicates-tree v1.0.11 |
533 | 2024-12-07T00:07:34.482Z | Downloaded stable_deref_trait v1.2.0 |
534 | 2024-12-07T00:07:34.506Z | Downloaded ssh-encoding v0.2.0 |
535 | 2024-12-07T00:07:34.506Z | Downloaded fxhash v0.2.1 |
536 | 2024-12-07T00:07:34.507Z | Downloaded gethostname v0.5.0 |
537 | 2024-12-07T00:07:34.507Z | Downloaded structmeta-derive v0.2.0 |
538 | 2024-12-07T00:07:34.507Z | Downloaded strum v0.26.3 |
539 | 2024-12-07T00:07:34.532Z | Downloaded structmeta-derive v0.3.0 |
540 | 2024-12-07T00:07:34.532Z | Downloaded futures-io v0.3.31 |
541 | 2024-12-07T00:07:34.532Z | Downloaded primeorder v0.13.6 |
542 | 2024-12-07T00:07:34.532Z | Downloaded futures-channel v0.3.31 |
543 | 2024-12-07T00:07:34.532Z | Downloaded env_filter v0.1.2 |
544 | 2024-12-07T00:07:34.532Z | Downloaded progenitor-client v0.8.0 |
545 | 2024-12-07T00:07:34.532Z | Downloaded parking_lot v0.12.3 |
546 | 2024-12-07T00:07:34.557Z | Downloaded progenitor v0.8.0 |
547 | 2024-12-07T00:07:34.557Z | Downloaded serde-big-array v0.5.1 |
548 | 2024-12-07T00:07:34.557Z | Downloaded parse-size v1.1.0 |
549 | 2024-12-07T00:07:34.557Z | Downloaded secrecy v0.8.0 |
550 | 2024-12-07T00:07:34.557Z | Downloaded tinyvec_macros v0.1.1 |
551 | 2024-12-07T00:07:34.558Z | Downloaded shell-words v1.1.0 |
552 | 2024-12-07T00:07:34.558Z | Downloaded num-integer v0.1.46 |
553 | 2024-12-07T00:07:34.558Z | Downloaded embedded-io v0.6.1 |
554 | 2024-12-07T00:07:34.558Z | Downloaded utf8_iter v1.0.4 |
555 | 2024-12-07T00:07:34.582Z | Downloaded fallible-streaming-iterator v0.1.9 |
556 | 2024-12-07T00:07:34.582Z | Downloaded fallible-iterator v0.2.0 |
557 | 2024-12-07T00:07:34.582Z | Downloaded fixedbitset v0.4.2 |
558 | 2024-12-07T00:07:34.583Z | Downloaded ref-cast-impl v1.0.23 |
559 | 2024-12-07T00:07:34.583Z | Downloaded vte_generate_state_changes v0.1.2 |
560 | 2024-12-07T00:07:34.583Z | Downloaded serde_derive_internals v0.29.1 |
561 | 2024-12-07T00:07:34.583Z | Downloaded password-hash v0.4.2 |
562 | 2024-12-07T00:07:34.583Z | Downloaded env_logger v0.11.5 |
563 | 2024-12-07T00:07:34.608Z | Downloaded elliptic-curve v0.13.8 |
564 | 2024-12-07T00:07:34.608Z | Downloaded expectorate v1.1.0 |
565 | 2024-12-07T00:07:34.608Z | Downloaded vte v0.11.1 |
566 | 2024-12-07T00:07:34.608Z | Downloaded env_logger v0.10.2 |
567 | 2024-12-07T00:07:34.608Z | Downloaded value-bag v1.9.0 |
568 | 2024-12-07T00:07:34.633Z | Downloaded winnow v0.5.40 |
569 | 2024-12-07T00:07:34.633Z | Downloaded tls_codec v0.4.1 |
570 | 2024-12-07T00:07:34.633Z | Downloaded nix v0.27.1 |
571 | 2024-12-07T00:07:34.660Z | Downloaded radix_trie v0.2.1 |
572 | 2024-12-07T00:07:34.660Z | Downloaded webpki-roots v0.26.6 |
573 | 2024-12-07T00:07:34.660Z | Downloaded lzma-sys v0.1.20 |
574 | 2024-12-07T00:07:34.696Z | Downloaded git2 v0.19.0 |
575 | 2024-12-07T00:07:34.721Z | Downloaded vcpkg v0.2.15 |
576 | 2024-12-07T00:07:34.757Z | Downloaded diesel v2.2.4 |
577 | 2024-12-07T00:07:34.782Z | Downloaded zerocopy-derive v0.6.6 |
578 | 2024-12-07T00:07:34.806Z | Downloaded regex v1.11.1 |
579 | 2024-12-07T00:07:34.830Z | Downloaded object v0.36.5 |
580 | 2024-12-07T00:07:34.830Z | Downloaded libz-sys v1.1.20 |
581 | 2024-12-07T00:07:34.854Z | Downloaded regress v0.10.1 |
582 | 2024-12-07T00:07:34.878Z | Downloaded sha3 v0.10.8 |
583 | 2024-12-07T00:07:34.879Z | Downloaded regex-syntax v0.8.5 |
584 | 2024-12-07T00:07:34.904Z | Downloaded regress v0.9.1 |
585 | 2024-12-07T00:07:34.904Z | Downloaded regex-syntax v0.6.29 |
586 | 2024-12-07T00:07:34.904Z | Downloaded typify-impl v0.2.0 |
587 | 2024-12-07T00:07:34.929Z | Downloaded sled v0.34.7 |
588 | 2024-12-07T00:07:34.953Z | Downloaded flate2 v1.0.34 |
589 | 2024-12-07T00:07:34.953Z | Downloaded reqwest v0.12.9 |
590 | 2024-12-07T00:07:34.953Z | Downloaded num-bigint-dig v0.8.4 |
591 | 2024-12-07T00:07:34.978Z | Downloaded nix v0.29.0 |
592 | 2024-12-07T00:07:34.978Z | Downloaded nix v0.28.0 |
593 | 2024-12-07T00:07:35.003Z | Downloaded vsss-rs v3.3.4 |
594 | 2024-12-07T00:07:35.003Z | Downloaded num-bigint v0.4.6 |
595 | 2024-12-07T00:07:35.003Z | Downloaded petgraph v0.6.5 |
596 | 2024-12-07T00:07:35.027Z | Downloaded mio v1.0.2 |
597 | 2024-12-07T00:07:35.027Z | Downloaded regex-automata v0.4.8 |
598 | 2024-12-07T00:07:35.052Z | Downloaded vergen v8.3.2 |
599 | 2024-12-07T00:07:35.052Z | Downloaded uuid v1.11.0 |
600 | 2024-12-07T00:07:35.077Z | Downloaded unicode-bidi v0.3.17 |
601 | 2024-12-07T00:07:35.077Z | Downloaded typed-path v0.9.3 |
602 | 2024-12-07T00:07:35.077Z | Downloaded headers v0.4.0 |
603 | 2024-12-07T00:07:35.077Z | Downloaded tokio v1.40.0 |
604 | 2024-12-07T00:07:35.121Z | Downloaded petname v2.0.2 |
605 | 2024-12-07T00:07:35.145Z | Downloaded object v0.30.4 |
606 | 2024-12-07T00:07:35.145Z | Downloaded csv v1.3.0 |
607 | 2024-12-07T00:07:35.169Z | Downloaded ena v0.14.3 |
608 | 2024-12-07T00:07:35.169Z | Downloaded uzers v0.12.1 |
609 | 2024-12-07T00:07:35.193Z | Downloaded url v2.5.3 |
610 | 2024-12-07T00:07:35.193Z | Downloaded signal-hook v0.3.17 |
611 | 2024-12-07T00:07:35.194Z | Downloaded fatfs v0.3.6 |
612 | 2024-12-07T00:07:35.194Z | Downloaded reedline v0.35.0 |
613 | 2024-12-07T00:07:35.194Z | Downloaded zerocopy v0.8.10 |
614 | 2024-12-07T00:07:35.222Z | Downloaded smoltcp v0.11.0 |
615 | 2024-12-07T00:07:35.246Z | Downloaded unicase v2.7.0 |
616 | 2024-12-07T00:07:35.246Z | Downloaded parse-zoneinfo v0.3.1 |
617 | 2024-12-07T00:07:35.247Z | Downloaded dropshot v0.13.0 |
618 | 2024-12-07T00:07:35.271Z | Downloaded unarray v0.1.4 |
619 | 2024-12-07T00:07:35.296Z | Downloaded typify-macro v0.2.0 |
620 | 2024-12-07T00:07:35.296Z | Downloaded fd-lock v4.0.2 |
621 | 2024-12-07T00:07:35.296Z | Downloaded walkdir v2.5.0 |
622 | 2024-12-07T00:07:35.296Z | Downloaded trust-dns-proto v0.22.0 |
623 | 2024-12-07T00:07:35.321Z | Downloaded parse-display-derive v0.10.0 |
624 | 2024-12-07T00:07:35.321Z | Downloaded password-hash v0.5.0 |
625 | 2024-12-07T00:07:35.321Z | Downloaded p521 v0.13.3 |
626 | 2024-12-07T00:07:35.321Z | Downloaded typify v0.2.0 |
627 | 2024-12-07T00:07:35.321Z | Downloaded flagset v0.4.6 |
628 | 2024-12-07T00:07:35.321Z | Downloaded pbkdf2 v0.12.2 |
629 | 2024-12-07T00:07:35.321Z | Downloaded num-complex v0.4.6 |
630 | 2024-12-07T00:07:35.321Z | Downloaded gimli v0.31.1 |
631 | 2024-12-07T00:07:35.345Z | Downloaded dropshot v0.12.0 |
632 | 2024-12-07T00:07:35.370Z | Downloaded ref-cast v1.0.23 |
633 | 2024-12-07T00:07:35.370Z | Downloaded wait-timeout v0.2.0 |
634 | 2024-12-07T00:07:35.370Z | Downloaded filetime v0.2.25 |
635 | 2024-12-07T00:07:35.370Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
636 | 2024-12-07T00:07:35.438Z | Downloaded ff v0.13.0 |
637 | 2024-12-07T00:07:35.463Z | Downloaded globset v0.4.15 |
638 | 2024-12-07T00:07:35.463Z | Downloaded encoding_rs v0.8.34 |
639 | 2024-12-07T00:07:35.488Z | Downloaded strum_macros v0.24.3 |
640 | 2024-12-07T00:07:35.488Z | Downloaded unicode-width v0.2.0 |
641 | 2024-12-07T00:07:35.488Z | Downloaded openapiv3 v2.0.0 |
642 | 2024-12-07T00:07:35.512Z | Downloaded fallible-iterator v0.3.0 |
643 | 2024-12-07T00:07:35.512Z | Downloaded embedded-io v0.4.0 |
644 | 2024-12-07T00:07:35.512Z | Downloaded either v1.13.0 |
645 | 2024-12-07T00:07:35.513Z | Downloaded pbkdf2 v0.11.0 |
646 | 2024-12-07T00:07:35.513Z | Downloaded paste v1.0.15 |
647 | 2024-12-07T00:07:35.513Z | Downloaded enum-as-inner v0.5.1 |
648 | 2024-12-07T00:07:35.513Z | Downloaded utf16_iter v1.0.5 |
649 | 2024-12-07T00:07:35.513Z | Downloaded utf-8 v0.7.6 |
650 | 2024-12-07T00:07:35.513Z | Downloaded twox-hash v1.6.3 |
651 | 2024-12-07T00:07:35.539Z | Downloaded tls_codec_derive v0.4.1 |
652 | 2024-12-07T00:07:35.539Z | Downloaded strum_macros v0.26.4 |
653 | 2024-12-07T00:07:35.539Z | Downloaded strum_macros v0.25.3 |
654 | 2024-12-07T00:07:35.539Z | Downloaded signal-hook-tokio v0.3.1 |
655 | 2024-12-07T00:07:35.539Z | Downloaded signal-hook-registry v1.4.2 |
656 | 2024-12-07T00:07:35.539Z | Downloaded signal-hook-mio v0.2.4 |
657 | 2024-12-07T00:07:35.539Z | Downloaded miniz_oxide v0.8.0 |
658 | 2024-12-07T00:07:35.539Z | Downloaded similar v2.6.0 |
659 | 2024-12-07T00:07:35.539Z | Downloaded shlex v1.3.0 |
660 | 2024-12-07T00:07:35.539Z | Downloaded serde_path_to_error v0.1.16 |
661 | 2024-12-07T00:07:35.563Z | Downloaded want v0.3.1 |
662 | 2024-12-07T00:07:35.563Z | Downloaded waitgroup v0.1.2 |
663 | 2024-12-07T00:07:35.563Z | Downloaded endian-type v0.1.2 |
664 | 2024-12-07T00:07:35.563Z | Downloaded p384 v0.13.0 |
665 | 2024-12-07T00:07:35.563Z | Downloaded h2 v0.4.6 |
666 | 2024-12-07T00:07:35.563Z | Downloaded newtype-uuid v1.1.3 |
667 | 2024-12-07T00:07:35.563Z | Downloaded serde-hex v0.1.0 |
668 | 2024-12-07T00:07:35.587Z | Downloaded num-derive v0.4.2 |
669 | 2024-12-07T00:07:35.587Z | Downloaded group v0.13.0 |
670 | 2024-12-07T00:07:35.587Z | Downloaded ghash v0.5.1 |
671 | 2024-12-07T00:07:35.587Z | Downloaded quick-xml v0.33.0 |
672 | 2024-12-07T00:07:35.588Z | Downloaded whoami v1.5.2 |
673 | 2024-12-07T00:07:35.588Z | Downloaded path-slash v0.1.5 |
674 | 2024-12-07T00:07:35.588Z | Downloaded ratatui v0.28.1 |
675 | 2024-12-07T00:07:35.612Z | Downloaded semver v0.1.20 |
676 | 2024-12-07T00:07:35.612Z | Downloaded mockall v0.13.0 |
677 | 2024-12-07T00:07:35.612Z | Downloaded ssh-key v0.6.6 |
678 | 2024-12-07T00:07:35.636Z | Downloaded portable-atomic v1.9.0 |
679 | 2024-12-07T00:07:35.636Z | Downloaded proptest v1.5.0 |
680 | 2024-12-07T00:07:35.661Z | Downloaded rfc6979 v0.4.0 |
681 | 2024-12-07T00:07:35.661Z | Downloaded resolv-conf v0.7.0 |
682 | 2024-12-07T00:07:35.661Z | Downloaded which v4.4.2 |
683 | 2024-12-07T00:07:35.661Z | Downloaded pem-rfc7468 v0.7.0 |
684 | 2024-12-07T00:07:35.661Z | Downloaded peg-macros v0.8.4 |
685 | 2024-12-07T00:07:35.661Z | Downloaded num-iter v0.1.45 |
686 | 2024-12-07T00:07:35.661Z | Downloaded num-conv v0.1.0 |
687 | 2024-12-07T00:07:35.661Z | Downloaded mirai-annotations v1.12.0 |
688 | 2024-12-07T00:07:35.661Z | Downloaded glob v0.3.1 |
689 | 2024-12-07T00:07:35.661Z | Downloaded steno v0.4.1 |
690 | 2024-12-07T00:07:35.685Z | Downloaded slog-term v2.9.1 |
691 | 2024-12-07T00:07:35.685Z | Downloaded unicode-normalization v0.1.24 |
692 | 2024-12-07T00:07:35.685Z | Downloaded polar-core v0.27.3 |
693 | 2024-12-07T00:07:35.686Z | Downloaded proc-macro-crate v1.3.1 |
694 | 2024-12-07T00:07:35.686Z | Downloaded pem v3.0.4 |
695 | 2024-12-07T00:07:35.686Z | Downloaded peg v0.8.4 |
696 | 2024-12-07T00:07:35.710Z | Downloaded smallvec v0.6.14 |
697 | 2024-12-07T00:07:35.711Z | Downloaded slog-stdlog v4.1.1 |
698 | 2024-12-07T00:07:35.711Z | Downloaded slog-scope v4.4.0 |
699 | 2024-12-07T00:07:35.711Z | Downloaded simd-adler32 v0.3.7 |
700 | 2024-12-07T00:07:35.711Z | Downloaded signature v2.2.0 |
701 | 2024-12-07T00:07:35.711Z | Downloaded nom v7.1.3 |
702 | 2024-12-07T00:07:35.711Z | Downloaded rusqlite v0.32.1 |
703 | 2024-12-07T00:07:35.736Z | Downloaded peg-runtime v0.8.3 |
704 | 2024-12-07T00:07:35.736Z | Downloaded parking_lot_core v0.9.10 |
705 | 2024-12-07T00:07:35.736Z | Downloaded parking_lot_core v0.8.6 |
706 | 2024-12-07T00:07:35.736Z | Downloaded num-traits v0.2.19 |
707 | 2024-12-07T00:07:35.736Z | Downloaded sigpipe v0.1.3 |
708 | 2024-12-07T00:07:35.736Z | Downloaded flume v0.11.1 |
709 | 2024-12-07T00:07:35.736Z | Downloaded openssl v0.10.66 |
710 | 2024-12-07T00:07:35.760Z | Downloaded enum-as-inner v0.6.1 |
711 | 2024-12-07T00:07:35.760Z | Downloaded parse-display v0.10.0 |
712 | 2024-12-07T00:07:35.760Z | Downloaded parking_lot v0.11.2 |
713 | 2024-12-07T00:07:35.760Z | Downloaded packed_struct v0.10.1 |
714 | 2024-12-07T00:07:35.760Z | Downloaded num-rational v0.4.2 |
715 | 2024-12-07T00:07:35.760Z | Downloaded smallvec v1.13.2 |
716 | 2024-12-07T00:07:35.760Z | Downloaded futures v0.3.31 |
717 | 2024-12-07T00:07:35.760Z | Downloaded x509-cert v0.2.5 |
718 | 2024-12-07T00:07:35.786Z | Downloaded rustls v0.22.4 |
719 | 2024-12-07T00:07:35.786Z | Downloaded subprocess v0.2.9 |
720 | 2024-12-07T00:07:35.786Z | Downloaded packed_struct_codegen v0.10.1 |
721 | 2024-12-07T00:07:35.814Z | Downloaded tokio-postgres v0.7.12 |
722 | 2024-12-07T00:07:35.814Z | Downloaded russh v0.45.0 |
723 | 2024-12-07T00:07:35.814Z | Downloaded fs_extra v1.3.0 |
724 | 2024-12-07T00:07:35.814Z | Downloaded fragile v2.0.0 |
725 | 2024-12-07T00:07:35.814Z | Downloaded form_urlencoded v1.2.1 |
726 | 2024-12-07T00:07:35.814Z | Downloaded foreign-types v0.3.2 |
727 | 2024-12-07T00:07:35.814Z | Downloaded tinyvec v1.8.0 |
728 | 2024-12-07T00:07:35.840Z | Downloaded test-strategy v0.3.1 |
729 | 2024-12-07T00:07:35.840Z | Downloaded ed25519-dalek v2.1.1 |
730 | 2024-12-07T00:07:35.840Z | Downloaded futures-util v0.3.31 |
731 | 2024-12-07T00:07:35.840Z | Downloaded rustls-webpki v0.102.8 |
732 | 2024-12-07T00:07:35.865Z | Downloaded structmeta v0.3.0 |
733 | 2024-12-07T00:07:35.865Z | Downloaded structmeta v0.2.0 |
734 | 2024-12-07T00:07:35.865Z | Downloaded strip-ansi-escapes v0.2.0 |
735 | 2024-12-07T00:07:35.865Z | Downloaded stringprep v0.1.5 |
736 | 2024-12-07T00:07:35.889Z | Downloaded string_cache v0.8.7 |
737 | 2024-12-07T00:07:35.889Z | Downloaded static_assertions v1.1.0 |
738 | 2024-12-07T00:07:35.889Z | Downloaded futures-executor v0.3.31 |
739 | 2024-12-07T00:07:35.889Z | Downloaded futures-core v0.3.31 |
740 | 2024-12-07T00:07:35.889Z | Downloaded foldhash v0.1.3 |
741 | 2024-12-07T00:07:35.889Z | Downloaded float-ord v0.3.2 |
742 | 2024-12-07T00:07:35.889Z | Downloaded tungstenite v0.23.0 |
743 | 2024-12-07T00:07:35.889Z | Downloaded getrandom v0.2.15 |
744 | 2024-12-07T00:07:35.889Z | Downloaded funty v2.0.0 |
745 | 2024-12-07T00:07:35.889Z | Downloaded foreign-types v0.5.0 |
746 | 2024-12-07T00:07:35.889Z | Downloaded float-cmp v0.9.0 |
747 | 2024-12-07T00:07:35.889Z | Downloaded thiserror v2.0.3 |
748 | 2024-12-07T00:07:35.913Z | Downloaded termcolor v1.4.1 |
749 | 2024-12-07T00:07:35.914Z | Downloaded synstructure v0.13.1 |
750 | 2024-12-07T00:07:35.914Z | Downloaded supports-color v3.0.1 |
751 | 2024-12-07T00:07:35.914Z | Downloaded subtle v2.6.1 |
752 | 2024-12-07T00:07:35.914Z | Downloaded tungstenite v0.24.0 |
753 | 2024-12-07T00:07:35.914Z | Downloaded smoltcp v0.9.1 |
754 | 2024-12-07T00:07:35.938Z | Downloaded foreign-types-shared v0.3.1 |
755 | 2024-12-07T00:07:35.938Z | Downloaded foreign-types-shared v0.1.1 |
756 | 2024-12-07T00:07:35.938Z | Downloaded tinystr v0.7.6 |
757 | 2024-12-07T00:07:35.938Z | Downloaded predicates v3.1.2 |
758 | 2024-12-07T00:07:35.938Z | Downloaded tokio-native-tls v0.3.1 |
759 | 2024-12-07T00:07:35.938Z | Downloaded salty v0.3.0 |
760 | 2024-12-07T00:07:35.962Z | Downloaded zerovec v0.10.4 |
761 | 2024-12-07T00:07:35.962Z | Downloaded futures-task v0.3.31 |
762 | 2024-12-07T00:07:35.963Z | Downloaded futures-sink v0.3.31 |
763 | 2024-12-07T00:07:35.963Z | Downloaded futures-macro v0.3.31 |
764 | 2024-12-07T00:07:35.963Z | Downloaded thread_local v1.1.8 |
765 | 2024-12-07T00:07:35.963Z | Downloaded thiserror-impl-no-std v2.0.2 |
766 | 2024-12-07T00:07:35.963Z | Downloaded thiserror-impl v2.0.3 |
767 | 2024-12-07T00:07:35.963Z | Downloaded termtree v0.5.1 |
768 | 2024-12-07T00:07:35.963Z | Downloaded termtree v0.4.1 |
769 | 2024-12-07T00:07:35.963Z | Downloaded termios v0.3.3 |
770 | 2024-12-07T00:07:35.988Z | Downloaded dhcproto v0.12.0 |
771 | 2024-12-07T00:07:35.988Z | Downloaded des v0.8.1 |
772 | 2024-12-07T00:07:35.988Z | Downloaded zerocopy v0.6.6 |
773 | 2024-12-07T00:07:35.988Z | Downloaded openssl-sys v0.9.103 |
774 | 2024-12-07T00:07:35.988Z | Downloaded rustls-webpki v0.101.7 |
775 | 2024-12-07T00:07:36.012Z | Downloaded rsa v0.9.6 |
776 | 2024-12-07T00:07:36.012Z | Downloaded foreign-types-macros v0.2.3 |
777 | 2024-12-07T00:07:36.012Z | Downloaded thiserror-no-std v2.0.2 |
778 | 2024-12-07T00:07:36.012Z | Downloaded sync_wrapper v1.0.1 |
779 | 2024-12-07T00:07:36.012Z | Downloaded sync-ptr v0.1.1 |
780 | 2024-12-07T00:07:36.012Z | Downloaded smf v0.2.3 |
781 | 2024-12-07T00:07:36.037Z | Downloaded postgres-types v0.2.8 |
782 | 2024-12-07T00:07:36.037Z | Downloaded postgres-protocol v0.6.7 |
783 | 2024-12-07T00:07:36.037Z | Downloaded postcard v1.0.10 |
784 | 2024-12-07T00:07:36.037Z | Downloaded tar v0.4.42 |
785 | 2024-12-07T00:07:36.037Z | Downloaded hashbrown v0.12.3 |
786 | 2024-12-07T00:07:36.037Z | Downloaded half v2.4.1 |
787 | 2024-12-07T00:07:36.037Z | Downloaded ron v0.8.1 |
788 | 2024-12-07T00:07:36.062Z | Downloaded rustls v0.23.14 |
789 | 2024-12-07T00:07:36.087Z | Downloaded percent-encoding v2.3.1 |
790 | 2024-12-07T00:07:36.087Z | Downloaded nu-ansi-term v0.50.1 |
791 | 2024-12-07T00:07:36.087Z | Downloaded nibble_vec v0.1.0 |
792 | 2024-12-07T00:07:36.087Z | Downloaded ecdsa v0.16.9 |
793 | 2024-12-07T00:07:36.111Z | Downloaded ring v0.17.8 |
794 | 2024-12-07T00:07:36.198Z | Downloaded yoke v0.7.4 |
795 | 2024-12-07T00:07:36.222Z | Downloaded yasna v0.5.2 |
796 | 2024-12-07T00:07:36.222Z | Downloaded xz2 v0.1.7 |
797 | 2024-12-07T00:07:36.222Z | Downloaded wyz v0.5.1 |
798 | 2024-12-07T00:07:36.222Z | Downloaded writeable v0.5.5 |
799 | 2024-12-07T00:07:36.222Z | Downloaded tokio-rustls v0.25.0 |
800 | 2024-12-07T00:07:36.222Z | Downloaded tokio-rustls v0.24.1 |
801 | 2024-12-07T00:07:36.247Z | Downloaded tokio-macros v2.4.0 |
802 | 2024-12-07T00:07:36.247Z | Downloaded siphasher v0.3.11 |
803 | 2024-12-07T00:07:36.247Z | Downloaded quinn v0.11.5 |
804 | 2024-12-07T00:07:36.247Z | Downloaded qorb v0.2.1 |
805 | 2024-12-07T00:07:36.247Z | Downloaded ppv-lite86 v0.2.20 |
806 | 2024-12-07T00:07:36.247Z | Downloaded tokio-stream v0.1.16 |
807 | 2024-12-07T00:07:36.272Z | Downloaded unicode-properties v0.1.3 |
808 | 2024-12-07T00:07:36.272Z | Downloaded russh-keys v0.45.0 |
809 | 2024-12-07T00:07:36.272Z | Downloaded ron v0.7.1 |
810 | 2024-12-07T00:07:36.297Z | Downloaded tough v0.19.0 |
811 | 2024-12-07T00:07:36.298Z | Downloaded libsqlite3-sys v0.30.1 |
812 | 2024-12-07T00:07:36.386Z | Downloaded predicates-core v1.0.8 |
813 | 2024-12-07T00:07:36.411Z | Downloaded precomputed-hash v0.1.1 |
814 | 2024-12-07T00:07:36.411Z | Downloaded powerfmt v0.2.0 |
815 | 2024-12-07T00:07:36.411Z | Downloaded num v0.4.3 |
816 | 2024-12-07T00:07:36.411Z | Downloaded newtype_derive v0.1.6 |
817 | 2024-12-07T00:07:36.411Z | Downloaded ed25519 v2.2.3 |
818 | 2024-12-07T00:07:36.411Z | Downloaded dyn-clone v1.0.17 |
819 | 2024-12-07T00:07:36.411Z | Downloaded dunce v1.0.5 |
820 | 2024-12-07T00:07:36.411Z | Downloaded xattr v1.3.1 |
821 | 2024-12-07T00:07:36.411Z | Downloaded tokio-rustls v0.26.0 |
822 | 2024-12-07T00:07:36.411Z | Downloaded tabwriter v1.4.0 |
823 | 2024-12-07T00:07:36.411Z | Downloaded slab v0.4.9 |
824 | 2024-12-07T00:07:36.411Z | Downloaded hashbrown v0.13.2 |
825 | 2024-12-07T00:07:36.411Z | Downloaded rustc-demangle v0.1.24 |
826 | 2024-12-07T00:07:36.435Z | Downloaded pin-project v1.1.6 |
827 | 2024-12-07T00:07:36.436Z | Downloaded tokio-util v0.7.12 |
828 | 2024-12-07T00:07:36.436Z | Downloaded progenitor-macro v0.8.0 |
829 | 2024-12-07T00:07:36.436Z | Downloaded oso v0.27.3 |
830 | 2024-12-07T00:07:36.460Z | Downloaded zip v2.1.3 |
831 | 2024-12-07T00:07:36.460Z | Downloaded zip v0.6.6 |
832 | 2024-12-07T00:07:36.460Z | Downloaded yoke-derive v0.7.4 |
833 | 2024-12-07T00:07:36.460Z | Downloaded write16 v1.0.0 |
834 | 2024-12-07T00:07:36.460Z | Downloaded term v0.7.0 |
835 | 2024-12-07T00:07:36.460Z | Downloaded take_mut v0.2.2 |
836 | 2024-12-07T00:07:36.460Z | Downloaded slog-dtrace v0.3.0 |
837 | 2024-12-07T00:07:36.461Z | Downloaded slog v2.7.0 |
838 | 2024-12-07T00:07:36.461Z | Downloaded p256 v0.13.2 |
839 | 2024-12-07T00:07:36.484Z | Downloaded num_enum_derive v0.5.11 |
840 | 2024-12-07T00:07:36.485Z | Downloaded num_enum v0.5.11 |
841 | 2024-12-07T00:07:36.485Z | Downloaded hashbrown v0.14.5 |
842 | 2024-12-07T00:07:36.485Z | Downloaded hash32 v0.2.1 |
843 | 2024-12-07T00:07:36.485Z | Downloaded unicode_categories v0.1.1 |
844 | 2024-12-07T00:07:36.485Z | Downloaded ring v0.16.20 |
845 | 2024-12-07T00:07:36.574Z | Downloaded unicode-segmentation v1.12.0 |
846 | 2024-12-07T00:07:36.598Z | Downloaded rustc-hash v1.1.0 |
847 | 2024-12-07T00:07:36.598Z | Downloaded rtoolbox v0.0.2 |
848 | 2024-12-07T00:07:36.598Z | Downloaded pkcs1 v0.7.5 |
849 | 2024-12-07T00:07:36.599Z | Downloaded pin-project-lite v0.2.14 |
850 | 2024-12-07T00:07:36.600Z | Downloaded pin-project-internal v1.1.6 |
851 | 2024-12-07T00:07:36.600Z | Downloaded phf_shared v0.11.2 |
852 | 2024-12-07T00:07:36.600Z | Downloaded omicron-zone-package v0.11.1 |
853 | 2024-12-07T00:07:36.600Z | Downloaded mockall_derive v0.13.0 |
854 | 2024-12-07T00:07:36.600Z | Downloaded darling_core v0.20.10 |
855 | 2024-12-07T00:07:36.624Z | Downloaded zerocopy-derive v0.8.10 |
856 | 2024-12-07T00:07:36.624Z | Downloaded tracing v0.1.40 |
857 | 2024-12-07T00:07:36.624Z | Downloaded toml_edit v0.19.15 |
858 | 2024-12-07T00:07:36.649Z | Downloaded rustls v0.21.12 |
859 | 2024-12-07T00:07:36.649Z | Downloaded heapless v0.7.17 |
860 | 2024-12-07T00:07:36.674Z | Downloaded tap v1.0.1 |
861 | 2024-12-07T00:07:36.674Z | Downloaded slog-json v2.6.1 |
862 | 2024-12-07T00:07:36.674Z | Downloaded slog-envlogger v2.2.0 |
863 | 2024-12-07T00:07:36.674Z | Downloaded slog-bunyan v2.5.0 |
864 | 2024-12-07T00:07:36.674Z | Downloaded slog-async v2.8.0 |
865 | 2024-12-07T00:07:36.674Z | Downloaded radium v0.7.0 |
866 | 2024-12-07T00:07:36.674Z | Downloaded r2d2 v0.8.10 |
867 | 2024-12-07T00:07:36.675Z | Downloaded quinn-udp v0.5.5 |
868 | 2024-12-07T00:07:36.675Z | Downloaded owo-colors v4.1.0 |
869 | 2024-12-07T00:07:36.675Z | Downloaded rustyline v14.0.0 |
870 | 2024-12-07T00:07:36.675Z | Downloaded russh-cryptovec v0.7.3 |
871 | 2024-12-07T00:07:36.675Z | Downloaded rpassword v7.3.1 |
872 | 2024-12-07T00:07:36.699Z | Downloaded pin-utils v0.1.0 |
873 | 2024-12-07T00:07:36.699Z | Downloaded multer v3.1.0 |
874 | 2024-12-07T00:07:36.699Z | Downloaded defmt v0.3.8 |
875 | 2024-12-07T00:07:36.699Z | Downloaded zopfli v0.8.1 |
876 | 2024-12-07T00:07:36.700Z | Downloaded tracing-core v0.1.32 |
877 | 2024-12-07T00:07:36.700Z | Downloaded time v0.3.36 |
878 | 2024-12-07T00:07:36.700Z | Downloaded phf_generator v0.11.2 |
879 | 2024-12-07T00:07:36.700Z | Downloaded hashlink v0.9.1 |
880 | 2024-12-07T00:07:36.724Z | Downloaded dropshot_endpoint v0.13.0 |
881 | 2024-12-07T00:07:36.724Z | Downloaded diesel_derives v2.2.3 |
882 | 2024-12-07T00:07:36.725Z | Downloaded samael v0.0.17 |
883 | 2024-12-07T00:07:36.725Z | Downloaded phf_shared v0.10.0 |
884 | 2024-12-07T00:07:36.725Z | Downloaded olpc-cjson v0.1.4 |
885 | 2024-12-07T00:07:36.725Z | Downloaded number_prefix v0.4.0 |
886 | 2024-12-07T00:07:36.725Z | Downloaded num_threads v0.1.7 |
887 | 2024-12-07T00:07:36.725Z | Downloaded zone_cfg_derive v0.1.2 |
888 | 2024-12-07T00:07:36.725Z | Downloaded zone v0.3.0 |
889 | 2024-12-07T00:07:36.725Z | Downloaded zone v0.1.8 |
890 | 2024-12-07T00:07:36.725Z | Downloaded zerovec-derive v0.10.3 |
891 | 2024-12-07T00:07:36.725Z | Downloaded zeroize_derive v1.4.2 |
892 | 2024-12-07T00:07:36.725Z | Downloaded zerofrom-derive v0.1.4 |
893 | 2024-12-07T00:07:36.750Z | Downloaded tracing-attributes v0.1.27 |
894 | 2024-12-07T00:07:36.750Z | Downloaded topological-sort v0.2.2 |
895 | 2024-12-07T00:07:36.750Z | Downloaded toml v0.7.8 |
896 | 2024-12-07T00:07:36.750Z | Downloaded tokio-tungstenite v0.24.0 |
897 | 2024-12-07T00:07:36.750Z | Downloaded tokio-tungstenite v0.23.1 |
898 | 2024-12-07T00:07:36.750Z | Downloaded tokio-tungstenite v0.21.0 |
899 | 2024-12-07T00:07:36.750Z | Downloaded serde_with v3.11.0 |
900 | 2024-12-07T00:07:36.750Z | Downloaded cancel-safe-futures v0.1.5 |
901 | 2024-12-07T00:07:36.775Z | Downloaded pretty-hex v0.2.1 |
902 | 2024-12-07T00:07:36.775Z | Downloaded phf_codegen v0.11.2 |
903 | 2024-12-07T00:07:36.775Z | Downloaded phf v0.11.2 |
904 | 2024-12-07T00:07:36.775Z | Downloaded oso-derive v0.27.3 |
905 | 2024-12-07T00:07:36.775Z | Downloaded hash32 v0.3.1 |
906 | 2024-12-07T00:07:36.775Z | Downloaded dropshot_endpoint v0.12.0 |
907 | 2024-12-07T00:07:36.775Z | Downloaded displaydoc v0.2.5 |
908 | 2024-12-07T00:07:36.775Z | Downloaded diff v0.1.13 |
909 | 2024-12-07T00:07:36.775Z | Downloaded unsafe-libyaml v0.2.11 |
910 | 2024-12-07T00:07:36.799Z | Downloaded pkcs5 v0.7.1 |
911 | 2024-12-07T00:07:36.799Z | Downloaded debug-ignore v1.0.5 |
912 | 2024-12-07T00:07:36.800Z | Downloaded data-encoding v2.6.0 |
913 | 2024-12-07T00:07:36.800Z | Downloaded darling_macro v0.20.10 |
914 | 2024-12-07T00:07:36.800Z | Downloaded zone_cfg_derive v0.3.0 |
915 | 2024-12-07T00:07:36.800Z | Downloaded zeroize v1.8.1 |
916 | 2024-12-07T00:07:36.800Z | Downloaded zerofrom v0.1.4 |
917 | 2024-12-07T00:07:36.800Z | Downloaded toolchain_find v0.4.0 |
918 | 2024-12-07T00:07:36.800Z | Downloaded tower-service v0.3.3 |
919 | 2024-12-07T00:07:36.800Z | Downloaded serde_yaml v0.9.34+deprecated |
920 | 2024-12-07T00:07:36.800Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
921 | 2024-12-07T00:07:36.824Z | Downloaded display-error-chain v0.2.2 |
922 | 2024-12-07T00:07:36.824Z | Downloaded dirs-sys-next v0.1.2 |
923 | 2024-12-07T00:07:36.824Z | Downloaded dirs-next v2.0.0 |
924 | 2024-12-07T00:07:36.824Z | Downloaded difflib v0.4.0 |
925 | 2024-12-07T00:07:36.824Z | Downloaded diesel-dtrace v0.3.0 |
926 | 2024-12-07T00:07:36.825Z | Downloaded untrusted v0.7.1 |
927 | 2024-12-07T00:07:36.825Z | Downloaded universal-hash v0.5.1 |
928 | 2024-12-07T00:07:36.825Z | Downloaded unicode-truncate v1.1.0 |
929 | 2024-12-07T00:07:36.825Z | Downloaded scrypt v0.11.0 |
930 | 2024-12-07T00:07:36.825Z | Downloaded sqlparser v0.45.0 |
931 | 2024-12-07T00:07:36.849Z | Downloaded spin v0.9.8 |
932 | 2024-12-07T00:07:36.849Z | Downloaded socket2 v0.5.7 |
933 | 2024-12-07T00:07:36.849Z | Downloaded unicode-xid v0.2.6 |
934 | 2024-12-07T00:07:36.850Z | Downloaded sct v0.7.1 |
935 | 2024-12-07T00:07:36.850Z | Downloaded same-file v1.0.6 |
936 | 2024-12-07T00:07:36.850Z | Downloaded poly1305 v0.8.0 |
937 | 2024-12-07T00:07:36.850Z | Downloaded pkcs8 v0.10.2 |
938 | 2024-12-07T00:07:36.850Z | Downloaded time-core v0.1.2 |
939 | 2024-12-07T00:07:36.850Z | Downloaded spki v0.7.3 |
940 | 2024-12-07T00:07:36.850Z | Downloaded snafu v0.8.5 |
941 | 2024-12-07T00:07:36.875Z | Downloaded quinn-proto v0.11.8 |
942 | 2024-12-07T00:07:36.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
943 | 2024-12-07T00:07:36.875Z | Downloaded sec1 v0.7.3 |
944 | 2024-12-07T00:07:36.875Z | Downloaded scopeguard v1.2.0 |
945 | 2024-12-07T00:07:36.875Z | Downloaded schemars_derive v0.8.21 |
946 | 2024-12-07T00:07:36.875Z | Downloaded salsa20 v0.10.2 |
947 | 2024-12-07T00:07:36.875Z | Downloaded rusty-fork v0.3.0 |
948 | 2024-12-07T00:07:36.875Z | Downloaded rustversion v1.0.17 |
949 | 2024-12-07T00:07:36.875Z | Downloaded rustc_version v0.4.1 |
950 | 2024-12-07T00:07:36.875Z | Downloaded rustc_version v0.1.7 |
951 | 2024-12-07T00:07:36.875Z | Downloaded rustc-hash v2.0.0 |
952 | 2024-12-07T00:07:36.899Z | Downloaded polyval v0.6.2 |
953 | 2024-12-07T00:07:36.900Z | Downloaded pkg-config v0.3.31 |
954 | 2024-12-07T00:07:36.900Z | Downloaded der v0.7.9 |
955 | 2024-12-07T00:07:36.900Z | Downloaded tungstenite v0.21.0 |
956 | 2024-12-07T00:07:36.900Z | Downloaded spin v0.5.2 |
957 | 2024-12-07T00:07:36.900Z | Downloaded serde_with_macros v3.11.0 |
958 | 2024-12-07T00:07:36.900Z | Downloaded rayon v1.10.0 |
959 | 2024-12-07T00:07:36.924Z | Downloaded rand_seeder v0.3.0 |
960 | 2024-12-07T00:07:36.924Z | Downloaded derive-where v1.2.7 |
961 | 2024-12-07T00:07:36.924Z | Downloaded der_derive v0.7.3 |
962 | 2024-12-07T00:07:36.924Z | Downloaded snafu-derive v0.8.5 |
963 | 2024-12-07T00:07:36.924Z | Downloaded sha1 v0.10.6 |
964 | 2024-12-07T00:07:36.924Z | Downloaded serde_urlencoded v0.7.1 |
965 | 2024-12-07T00:07:36.924Z | Downloaded rand v0.8.5 |
966 | 2024-12-07T00:07:36.924Z | Downloaded lalrpop v0.19.12 |
967 | 2024-12-07T00:07:36.949Z | Downloaded aws-lc-sys v0.22.0 |
968 | 2024-12-07T00:07:37.186Z | Downloaded idna v0.5.0 |
969 | 2024-12-07T00:07:37.211Z | Downloaded derive_builder_core v0.20.2 |
970 | 2024-12-07T00:07:37.211Z | Downloaded derive_builder v0.20.2 |
971 | 2024-12-07T00:07:37.211Z | Downloaded serde_plain v1.0.2 |
972 | 2024-12-07T00:07:37.211Z | Downloaded rustfmt-wrapper v0.2.1 |
973 | 2024-12-07T00:07:37.211Z | Downloaded native-tls v0.2.12 |
974 | 2024-12-07T00:07:37.211Z | Downloaded nanorand v0.7.0 |
975 | 2024-12-07T00:07:37.211Z | Downloaded defmt-macros v0.3.9 |
976 | 2024-12-07T00:07:37.236Z | Downloaded tui-tree-widget v0.22.0 |
977 | 2024-12-07T00:07:37.236Z | Downloaded time-macros v0.2.18 |
978 | 2024-12-07T00:07:37.236Z | Downloaded serde_repr v0.1.19 |
979 | 2024-12-07T00:07:37.236Z | Downloaded rustls-pemfile v1.0.4 |
980 | 2024-12-07T00:07:37.236Z | Downloaded chrono-tz v0.10.0 |
981 | 2024-12-07T00:07:37.236Z | Downloaded opaque-debug v0.3.1 |
982 | 2024-12-07T00:07:37.236Z | Downloaded newline-converter v0.3.0 |
983 | 2024-12-07T00:07:37.237Z | Downloaded new_debug_unreachable v1.0.6 |
984 | 2024-12-07T00:07:37.237Z | Downloaded multimap v0.10.0 |
985 | 2024-12-07T00:07:37.237Z | Downloaded derive_builder_macro v0.20.2 |
986 | 2024-12-07T00:07:37.262Z | Downloaded deranged v0.3.11 |
987 | 2024-12-07T00:07:37.262Z | Downloaded defmt-parser v0.3.4 |
988 | 2024-12-07T00:07:37.262Z | Downloaded rayon-core v1.12.1 |
989 | 2024-12-07T00:07:37.262Z | Downloaded rand_xorshift v0.3.0 |
990 | 2024-12-07T00:07:37.262Z | Downloaded tiny-keccak v2.0.2 |
991 | 2024-12-07T00:07:37.262Z | Downloaded itertools v0.13.0 |
992 | 2024-12-07T00:07:37.262Z | Downloaded rustls-pki-types v1.9.0 |
993 | 2024-12-07T00:07:37.262Z | Downloaded rand_core v0.6.4 |
994 | 2024-12-07T00:07:37.286Z | Downloaded publicsuffix v2.2.3 |
995 | 2024-12-07T00:07:37.286Z | Downloaded progenitor-impl v0.8.0 |
996 | 2024-12-07T00:07:37.286Z | Downloaded itertools v0.12.1 |
997 | 2024-12-07T00:07:37.286Z | Downloaded curve25519-dalek v4.1.3 |
998 | 2024-12-07T00:07:37.286Z | Downloaded bstr v1.10.0 |
999 | 2024-12-07T00:07:37.311Z | Downloaded sqlformat v0.2.6 |
1000 | 2024-12-07T00:07:37.311Z | Downloaded rustls-pemfile v2.2.0 |
1001 | 2024-12-07T00:07:37.311Z | Downloaded rand_chacha v0.3.1 |
1002 | 2024-12-07T00:07:37.311Z | Downloaded libxml v0.3.3 |
1003 | 2024-12-07T00:07:37.335Z | Downloaded hyper v1.5.0 |
1004 | 2024-12-07T00:07:37.335Z | Downloaded bitvec v1.0.1 |
1005 | 2024-12-07T00:07:37.359Z | Downloaded bindgen v0.69.5 |
1006 | 2024-12-07T00:07:37.359Z | Downloaded managed v0.8.0 |
1007 | 2024-12-07T00:07:37.361Z | Downloaded libm v0.2.8 |
1008 | 2024-12-07T00:07:37.361Z | Downloaded libloading v0.8.5 |
1009 | 2024-12-07T00:07:37.361Z | Downloaded libefi-sys v0.1.0 |
1010 | 2024-12-07T00:07:37.386Z | Downloaded lazycell v1.3.0 |
1011 | 2024-12-07T00:07:37.386Z | Downloaded lazy_static v1.5.0 |
1012 | 2024-12-07T00:07:37.386Z | Downloaded jobserver v0.1.32 |
1013 | 2024-12-07T00:07:37.386Z | Downloaded itertools v0.10.5 |
1014 | 2024-12-07T00:07:37.386Z | Downloaded ipnet v2.10.1 |
1015 | 2024-12-07T00:07:37.386Z | Downloaded internet-checksum v0.2.1 |
1016 | 2024-12-07T00:07:37.386Z | Downloaded inout v0.1.3 |
1017 | 2024-12-07T00:07:37.386Z | Downloaded indent_write v2.2.0 |
1018 | 2024-12-07T00:07:37.386Z | Downloaded impl-trait-for-tuples v0.2.2 |
1019 | 2024-12-07T00:07:37.386Z | Downloaded httpdate v1.0.3 |
1020 | 2024-12-07T00:07:37.386Z | Downloaded crossterm v0.28.1 |
1021 | 2024-12-07T00:07:37.410Z | Downloaded match_cfg v0.1.0 |
1022 | 2024-12-07T00:07:37.410Z | Downloaded maplit v1.0.2 |
1023 | 2024-12-07T00:07:37.411Z | Downloaded lru-cache v0.1.2 |
1024 | 2024-12-07T00:07:37.411Z | Downloaded lockfree-object-pool v0.1.6 |
1025 | 2024-12-07T00:07:37.411Z | Downloaded lock_api v0.4.12 |
1026 | 2024-12-07T00:07:37.411Z | Downloaded linked-hash-map v0.5.6 |
1027 | 2024-12-07T00:07:37.411Z | Downloaded indicatif v0.17.9 |
1028 | 2024-12-07T00:07:37.411Z | Downloaded indexmap v1.9.3 |
1029 | 2024-12-07T00:07:37.411Z | Downloaded crypto-bigint v0.5.5 |
1030 | 2024-12-07T00:07:37.435Z | Downloaded blake3 v1.5.4 |
1031 | 2024-12-07T00:07:37.435Z | Downloaded md-5 v0.10.6 |
1032 | 2024-12-07T00:07:37.435Z | Downloaded matches v0.1.10 |
1033 | 2024-12-07T00:07:37.435Z | Downloaded lru v0.12.5 |
1034 | 2024-12-07T00:07:37.435Z | Downloaded litemap v0.7.3 |
1035 | 2024-12-07T00:07:37.435Z | Downloaded libsw v3.3.1 |
1036 | 2024-12-07T00:07:37.435Z | Downloaded lalrpop-util v0.19.12 |
1037 | 2024-12-07T00:07:37.460Z | Downloaded keccak v0.1.5 |
1038 | 2024-12-07T00:07:37.460Z | Downloaded is_ci v1.2.0 |
1039 | 2024-12-07T00:07:37.460Z | Downloaded is-terminal v0.4.13 |
1040 | 2024-12-07T00:07:37.460Z | Downloaded ipnetwork v0.20.0 |
1041 | 2024-12-07T00:07:37.460Z | Downloaded indoc v1.0.9 |
1042 | 2024-12-07T00:07:37.460Z | Downloaded idna v0.3.0 |
1043 | 2024-12-07T00:07:37.460Z | Downloaded icu_provider_macros v1.5.0 |
1044 | 2024-12-07T00:07:37.460Z | Downloaded icu_provider v1.5.0 |
1045 | 2024-12-07T00:07:37.485Z | Downloaded icu_collections v1.5.0 |
1046 | 2024-12-07T00:07:37.485Z | Downloaded hyper-staticfile v0.10.1 |
1047 | 2024-12-07T00:07:37.485Z | Downloaded hyper-rustls v0.27.3 |
1048 | 2024-12-07T00:07:37.485Z | Downloaded humantime v2.1.0 |
1049 | 2024-12-07T00:07:37.485Z | Downloaded ctr v0.9.2 |
1050 | 2024-12-07T00:07:37.485Z | Downloaded crossbeam-channel v0.5.13 |
1051 | 2024-12-07T00:07:37.509Z | Downloaded crc-any v2.5.0 |
1052 | 2024-12-07T00:07:37.509Z | Downloaded const_format v0.2.33 |
1053 | 2024-12-07T00:07:37.509Z | Downloaded compact_str v0.8.0 |
1054 | 2024-12-07T00:07:37.510Z | Downloaded chrono v0.4.38 |
1055 | 2024-12-07T00:07:37.534Z | Downloaded chacha20poly1305 v0.10.1 |
1056 | 2024-12-07T00:07:37.534Z | Downloaded cc v1.1.30 |
1057 | 2024-12-07T00:07:37.534Z | Downloaded bytes v1.8.0 |
1058 | 2024-12-07T00:07:37.534Z | Downloaded bumpalo v3.16.0 |
1059 | 2024-12-07T00:07:37.534Z | Downloaded base64 v0.21.7 |
1060 | 2024-12-07T00:07:37.534Z | Downloaded linear-map v1.2.0 |
1061 | 2024-12-07T00:07:37.534Z | Downloaded kstat-rs v0.2.4 |
1062 | 2024-12-07T00:07:37.534Z | Downloaded instant v0.1.13 |
1063 | 2024-12-07T00:07:37.534Z | Downloaded instability v0.3.2 |
1064 | 2024-12-07T00:07:37.558Z | Downloaded icu_properties v1.5.1 |
1065 | 2024-12-07T00:07:37.558Z | Downloaded cstr-argument v0.1.2 |
1066 | 2024-12-07T00:07:37.558Z | Downloaded crossbeam-utils v0.8.20 |
1067 | 2024-12-07T00:07:37.558Z | Downloaded crossbeam-epoch v0.9.18 |
1068 | 2024-12-07T00:07:37.558Z | Downloaded cookie v0.18.1 |
1069 | 2024-12-07T00:07:37.558Z | Downloaded const_format_proc_macros v0.2.33 |
1070 | 2024-12-07T00:07:37.558Z | Downloaded const-oid v0.9.6 |
1071 | 2024-12-07T00:07:37.558Z | Downloaded clang-sys v1.8.1 |
1072 | 2024-12-07T00:07:37.559Z | Downloaded idna v0.2.3 |
1073 | 2024-12-07T00:07:37.583Z | Downloaded ident_case v1.0.1 |
1074 | 2024-12-07T00:07:37.583Z | Downloaded icu_locid_transform v1.5.0 |
1075 | 2024-12-07T00:07:37.583Z | Downloaded hubpack_derive v0.1.1 |
1076 | 2024-12-07T00:07:37.583Z | Downloaded crc32fast v1.4.2 |
1077 | 2024-12-07T00:07:37.583Z | Downloaded cookie_store v0.21.0 |
1078 | 2024-12-07T00:07:37.584Z | Downloaded convert_case v0.4.0 |
1079 | 2024-12-07T00:07:37.584Z | Downloaded ciborium-ll v0.2.2 |
1080 | 2024-12-07T00:07:37.584Z | Downloaded buf-list v1.0.3 |
1081 | 2024-12-07T00:07:37.584Z | Downloaded bcrypt-pbkdf v0.10.0 |
1082 | 2024-12-07T00:07:37.584Z | Downloaded idna_adapter v1.2.0 |
1083 | 2024-12-07T00:07:37.584Z | Downloaded icu_locid v1.5.0 |
1084 | 2024-12-07T00:07:37.609Z | Downloaded hyper-util v0.1.10 |
1085 | 2024-12-07T00:07:37.609Z | Downloaded hubpack v0.1.2 |
1086 | 2024-12-07T00:07:37.609Z | Downloaded csv-core v0.1.11 |
1087 | 2024-12-07T00:07:37.610Z | Downloaded blowfish v0.9.1 |
1088 | 2024-12-07T00:07:37.610Z | Downloaded icu_normalizer v1.5.0 |
1089 | 2024-12-07T00:07:37.610Z | Downloaded icu_locid_transform_data v1.5.0 |
1090 | 2024-12-07T00:07:37.610Z | Downloaded iana-time-zone v0.1.61 |
1091 | 2024-12-07T00:07:37.610Z | Downloaded hyper-tls v0.6.0 |
1092 | 2024-12-07T00:07:37.610Z | Downloaded httparse v1.9.5 |
1093 | 2024-12-07T00:07:37.610Z | Downloaded http-body-util v0.1.2 |
1094 | 2024-12-07T00:07:37.634Z | Downloaded home v0.5.9 |
1095 | 2024-12-07T00:07:37.635Z | Downloaded hickory-proto v0.24.1 |
1096 | 2024-12-07T00:07:37.635Z | Downloaded hex-literal v0.4.1 |
1097 | 2024-12-07T00:07:37.635Z | Downloaded curve25519-dalek-derive v0.1.1 |
1098 | 2024-12-07T00:07:37.635Z | Downloaded crunchy v0.2.2 |
1099 | 2024-12-07T00:07:37.635Z | Downloaded crossbeam-deque v0.8.5 |
1100 | 2024-12-07T00:07:37.635Z | Downloaded crc v3.2.1 |
1101 | 2024-12-07T00:07:37.659Z | Downloaded constant_time_eq v0.3.1 |
1102 | 2024-12-07T00:07:37.659Z | Downloaded colored v2.1.0 |
1103 | 2024-12-07T00:07:37.659Z | Downloaded cmake v0.1.51 |
1104 | 2024-12-07T00:07:37.659Z | Downloaded ciborium-io v0.2.2 |
1105 | 2024-12-07T00:07:37.659Z | Downloaded chrono-tz-build v0.4.0 |
1106 | 2024-12-07T00:07:37.659Z | Downloaded chacha20 v0.9.1 |
1107 | 2024-12-07T00:07:37.659Z | Downloaded cfg_aliases v0.1.1 |
1108 | 2024-12-07T00:07:37.659Z | Downloaded cbc v0.1.2 |
1109 | 2024-12-07T00:07:37.659Z | Downloaded castaway v0.2.3 |
1110 | 2024-12-07T00:07:37.659Z | Downloaded bitflags v1.3.2 |
1111 | 2024-12-07T00:07:37.659Z | Downloaded bit-set v0.5.3 |
1112 | 2024-12-07T00:07:37.659Z | Downloaded bcs v0.1.6 |
1113 | 2024-12-07T00:07:37.659Z | Downloaded bb8 v0.8.5 |
1114 | 2024-12-07T00:07:37.659Z | Downloaded base64 v0.22.1 |
1115 | 2024-12-07T00:07:37.684Z | Downloaded aws-lc-rs v1.10.0 |
1116 | 2024-12-07T00:07:37.684Z | Downloaded assert_matches v1.5.0 |
1117 | 2024-12-07T00:07:37.684Z | Downloaded hostname v0.4.0 |
1118 | 2024-12-07T00:07:37.684Z | Downloaded hickory-server v0.24.1 |
1119 | 2024-12-07T00:07:37.684Z | Downloaded crucible-workspace-hack v0.1.0 |
1120 | 2024-12-07T00:07:37.684Z | Downloaded crc-catalog v2.4.0 |
1121 | 2024-12-07T00:07:37.684Z | Downloaded console v0.15.8 |
1122 | 2024-12-07T00:07:37.708Z | Downloaded cipher v0.4.4 |
1123 | 2024-12-07T00:07:37.708Z | Downloaded ciborium v0.2.2 |
1124 | 2024-12-07T00:07:37.708Z | Downloaded cexpr v0.6.0 |
1125 | 2024-12-07T00:07:37.708Z | Downloaded block-padding v0.3.3 |
1126 | 2024-12-07T00:07:37.708Z | Downloaded bitfield v0.14.0 |
1127 | 2024-12-07T00:07:37.708Z | Downloaded base64ct v1.6.0 |
1128 | 2024-12-07T00:07:37.708Z | Downloaded backtrace v0.3.74 |
1129 | 2024-12-07T00:07:37.708Z | Downloaded backoff v0.4.0 |
1130 | 2024-12-07T00:07:37.709Z | Downloaded async-recursion v1.1.1 |
1131 | 2024-12-07T00:07:37.733Z | Downloaded argon2 v0.5.3 |
1132 | 2024-12-07T00:07:37.733Z | Downloaded aho-corasick v1.1.3 |
1133 | 2024-12-07T00:07:37.733Z | Downloaded hickory-client v0.24.1 |
1134 | 2024-12-07T00:07:37.733Z | Downloaded cfg_aliases v0.2.1 |
1135 | 2024-12-07T00:07:37.733Z | Downloaded bit-vec v0.6.3 |
1136 | 2024-12-07T00:07:37.733Z | Downloaded hostname v0.3.1 |
1137 | 2024-12-07T00:07:37.733Z | Downloaded hmac v0.12.1 |
1138 | 2024-12-07T00:07:37.733Z | Downloaded hickory-resolver v0.24.1 |
1139 | 2024-12-07T00:07:37.758Z | Downloaded cobs v0.2.3 |
1140 | 2024-12-07T00:07:37.758Z | Downloaded cassowary v0.3.0 |
1141 | 2024-12-07T00:07:37.758Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-12-07T00:07:37.758Z | Downloaded blake2 v0.10.6 |
1143 | 2024-12-07T00:07:37.758Z | Downloaded bitfield-struct v0.6.2 |
1144 | 2024-12-07T00:07:37.758Z | Downloaded atomicwrites v0.4.4 |
1145 | 2024-12-07T00:07:37.758Z | Downloaded async-stream-impl v0.3.6 |
1146 | 2024-12-07T00:07:37.758Z | Downloaded array-init v0.0.4 |
1147 | 2024-12-07T00:07:37.758Z | Downloaded base64 v0.13.1 |
1148 | 2024-12-07T00:07:37.758Z | Downloaded atomic-waker v1.1.2 |
1149 | 2024-12-07T00:07:37.758Z | Downloaded async-stream v0.3.6 |
1150 | 2024-12-07T00:07:37.758Z | Downloaded async-bb8-diesel v0.2.1 |
1151 | 2024-12-07T00:07:37.758Z | Downloaded ascii-canvas v3.0.0 |
1152 | 2024-12-07T00:07:37.759Z | Downloaded arc-swap v1.7.1 |
1153 | 2024-12-07T00:07:37.783Z | Downloaded aes v0.8.4 |
1154 | 2024-12-07T00:07:37.783Z | Downloaded heapless v0.8.0 |
1155 | 2024-12-07T00:07:37.783Z | Downloaded base16ct v0.2.0 |
1156 | 2024-12-07T00:07:37.783Z | Downloaded atty v0.2.14 |
1157 | 2024-12-07T00:07:37.784Z | Downloaded async-trait v0.1.83 |
1158 | 2024-12-07T00:07:37.784Z | Downloaded arrayvec v0.7.6 |
1159 | 2024-12-07T00:07:37.784Z | Downloaded arrayref v0.3.9 |
1160 | 2024-12-07T00:07:37.784Z | Downloaded hkdf v0.12.4 |
1161 | 2024-12-07T00:07:37.784Z | Downloaded darling v0.20.10 |
1162 | 2024-12-07T00:07:37.809Z | Downloaded allocator-api2 v0.2.18 |
1163 | 2024-12-07T00:07:37.809Z | Downloaded ahash v0.8.11 |
1164 | 2024-12-07T00:07:37.809Z | Downloaded aes-gcm v0.10.3 |
1165 | 2024-12-07T00:07:37.809Z | Downloaded aead v0.5.2 |
1166 | 2024-12-07T00:07:37.809Z | Downloaded adler2 v2.0.0 |
1167 | 2024-12-07T00:07:37.809Z | Downloaded addr2line v0.24.2 |
1168 | 2024-12-07T00:07:37.928Z | Compiling serde v1.0.215 |
1169 | 2024-12-07T00:07:37.928Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-07T00:07:37.952Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-07T00:07:37.952Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-07T00:07:37.952Z | Compiling typenum v1.17.0 |
1173 | 2024-12-07T00:07:37.952Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-07T00:07:37.952Z | Compiling syn v2.0.87 |
1175 | 2024-12-07T00:07:37.977Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-07T00:07:38.134Z | Compiling subtle v2.6.1 |
1177 | 2024-12-07T00:07:38.319Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-07T00:07:38.445Z | Compiling shlex v1.3.0 |
1179 | 2024-12-07T00:07:38.470Z | Compiling log v0.4.22 |
1180 | 2024-12-07T00:07:38.496Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-07T00:07:38.601Z | Compiling smallvec v1.13.2 |
1182 | 2024-12-07T00:07:38.794Z | Compiling const-oid v0.9.6 |
1183 | 2024-12-07T00:07:38.821Z | Compiling cc v1.1.30 |
1184 | 2024-12-07T00:07:38.857Z | Compiling spin v0.9.8 |
1185 | 2024-12-07T00:07:38.966Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-07T00:07:39.093Z | Compiling rustix v0.38.37 |
1187 | 2024-12-07T00:07:39.238Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-07T00:07:39.274Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-07T00:07:39.352Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-07T00:07:39.532Z | Compiling mio v1.0.2 |
1191 | 2024-12-07T00:07:39.979Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-12-07T00:07:40.149Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-07T00:07:40.299Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-07T00:07:40.347Z | Compiling either v1.13.0 |
1195 | 2024-12-07T00:07:40.377Z | Compiling cpufeatures v0.2.14 |
1196 | 2024-12-07T00:07:40.490Z | Compiling lazy_static v1.5.0 |
1197 | 2024-12-07T00:07:40.623Z | Compiling glob v0.3.1 |
1198 | 2024-12-07T00:07:40.684Z | Compiling futures-sink v0.3.31 |
1199 | 2024-12-07T00:07:40.773Z | Compiling stable_deref_trait v1.2.0 |
1200 | 2024-12-07T00:07:40.832Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-07T00:07:40.877Z | Compiling slab v0.4.9 |
1202 | 2024-12-07T00:07:41.004Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-07T00:07:41.481Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-07T00:07:41.799Z | Compiling clang-sys v1.8.1 |
1205 | 2024-12-07T00:07:41.823Z | Compiling libloading v0.8.5 |
1206 | 2024-12-07T00:07:41.900Z | Compiling nom v7.1.3 |
1207 | 2024-12-07T00:07:41.943Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-07T00:07:42.195Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-07T00:07:42.230Z | Compiling home v0.5.9 |
1210 | 2024-12-07T00:07:42.487Z | Compiling futures-channel v0.3.31 |
1211 | 2024-12-07T00:07:42.780Z | Compiling itertools v0.12.1 |
1212 | 2024-12-07T00:07:42.863Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-07T00:07:42.887Z | Compiling pin-utils v0.1.0 |
1214 | 2024-12-07T00:07:42.969Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-07T00:07:43.097Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-07T00:07:43.134Z | Compiling allocator-api2 v0.2.18 |
1217 | 2024-12-07T00:07:43.362Z | Compiling foldhash v0.1.3 |
1218 | 2024-12-07T00:07:43.620Z | Compiling regex-automata v0.4.8 |
1219 | 2024-12-07T00:07:43.794Z | Compiling lazycell v1.3.0 |
1220 | 2024-12-07T00:07:43.938Z | Compiling hashbrown v0.15.0 |
1221 | 2024-12-07T00:07:44.842Z | Compiling synstructure v0.13.1 |
1222 | 2024-12-07T00:07:44.911Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-07T00:07:45.474Z | Compiling cmake v0.1.51 |
1224 | 2024-12-07T00:07:46.272Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-07T00:07:46.400Z | Compiling libm v0.2.8 |
1226 | 2024-12-07T00:07:46.433Z | Compiling dunce v1.0.5 |
1227 | 2024-12-07T00:07:46.464Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-07T00:07:46.561Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-12-07T00:07:46.651Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-07T00:07:46.720Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-07T00:07:47.153Z | Compiling ring v0.17.8 |
1232 | 2024-12-07T00:07:47.721Z | Compiling writeable v0.5.5 |
1233 | 2024-12-07T00:07:47.808Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-12-07T00:07:47.931Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-12-07T00:07:47.985Z | Compiling litemap v0.7.3 |
1236 | 2024-12-07T00:07:48.118Z | Compiling paste v1.0.15 |
1237 | 2024-12-07T00:07:48.260Z | Compiling base64ct v1.6.0 |
1238 | 2024-12-07T00:07:48.347Z | Compiling regex v1.11.1 |
1239 | 2024-12-07T00:07:48.783Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2024-12-07T00:07:49.108Z | Compiling httparse v1.9.5 |
1241 | 2024-12-07T00:07:49.287Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-07T00:07:49.426Z | Compiling flagset v0.4.6 |
1243 | 2024-12-07T00:07:49.679Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-07T00:07:49.832Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-12-07T00:07:50.376Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-07T00:07:50.596Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-07T00:07:50.638Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-07T00:07:50.729Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-07T00:07:50.754Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-07T00:07:50.926Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-07T00:07:52.008Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-07T00:07:52.172Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-07T00:07:52.748Z | Compiling zerocopy v0.7.35 |
1254 | 2024-12-07T00:07:52.831Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-12-07T00:07:53.524Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-07T00:07:53.590Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-07T00:07:53.732Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-12-07T00:07:53.835Z | Compiling digest v0.10.7 |
1259 | 2024-12-07T00:07:54.108Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-07T00:07:54.275Z | Compiling hmac v0.12.1 |
1261 | 2024-12-07T00:07:54.489Z | Compiling zerofrom v0.1.4 |
1262 | 2024-12-07T00:07:54.515Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-07T00:07:54.710Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-07T00:07:54.749Z | Compiling inout v0.1.3 |
1265 | 2024-12-07T00:07:54.774Z | Compiling sha2 v0.10.8 |
1266 | 2024-12-07T00:07:54.819Z | Compiling yoke v0.7.4 |
1267 | 2024-12-07T00:07:55.016Z | Compiling cipher v0.4.4 |
1268 | 2024-12-07T00:07:55.163Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-07T00:07:55.498Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-12-07T00:07:55.667Z | Compiling thiserror v1.0.69 |
1271 | 2024-12-07T00:07:55.784Z | Compiling futures-util v0.3.31 |
1272 | 2024-12-07T00:07:55.809Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-07T00:07:55.937Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-07T00:07:56.026Z | Compiling zerovec v0.10.4 |
1275 | 2024-12-07T00:07:56.345Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-07T00:07:56.584Z | Compiling icu_locid_transform_data v1.5.0 |
1277 | 2024-12-07T00:07:56.688Z | Compiling rustls-pki-types v1.9.0 |
1278 | 2024-12-07T00:07:57.588Z | Compiling pest v2.7.14 |
1279 | 2024-12-07T00:07:57.695Z | Compiling rand v0.8.5 |
1280 | 2024-12-07T00:07:57.949Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-07T00:07:58.070Z | Compiling der v0.7.9 |
1282 | 2024-12-07T00:07:58.131Z | Compiling icu_collections v1.5.0 |
1283 | 2024-12-07T00:07:58.334Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-07T00:07:59.450Z | Compiling icu_provider v1.5.0 |
1285 | 2024-12-07T00:07:59.572Z | Compiling salsa20 v0.10.2 |
1286 | 2024-12-07T00:07:59.710Z | Compiling tracing v0.1.40 |
1287 | 2024-12-07T00:07:59.811Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-12-07T00:07:59.996Z | Compiling spki v0.7.3 |
1289 | 2024-12-07T00:08:00.279Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-07T00:08:00.439Z | Compiling untrusted v0.7.1 |
1291 | 2024-12-07T00:08:00.570Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-07T00:08:00.657Z | Compiling powerfmt v0.2.0 |
1293 | 2024-12-07T00:08:00.713Z | Compiling time-core v0.1.2 |
1294 | 2024-12-07T00:08:00.784Z | Compiling vcpkg v0.2.15 |
1295 | 2024-12-07T00:08:00.905Z | Compiling icu_properties_data v1.5.0 |
1296 | 2024-12-07T00:08:01.046Z | Compiling untrusted v0.9.0 |
1297 | 2024-12-07T00:08:01.192Z | Compiling num-conv v0.1.0 |
1298 | 2024-12-07T00:08:01.225Z | Compiling deranged v0.3.11 |
1299 | 2024-12-07T00:08:01.474Z | Compiling time-macros v0.2.18 |
1300 | 2024-12-07T00:08:01.505Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-07T00:08:02.435Z | Compiling scrypt v0.11.0 |
1302 | 2024-12-07T00:08:02.732Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-07T00:08:02.816Z | Compiling bytes v1.8.0 |
1304 | 2024-12-07T00:08:02.955Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-07T00:08:03.150Z | Compiling semver v1.0.23 |
1306 | 2024-12-07T00:08:03.798Z | Compiling tokio v1.40.0 |
1307 | 2024-12-07T00:08:03.988Z | Compiling http v1.1.0 |
1308 | 2024-12-07T00:08:04.184Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-07T00:08:04.259Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-07T00:08:04.659Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-07T00:08:04.900Z | Compiling aes v0.8.4 |
1312 | 2024-12-07T00:08:05.204Z | Compiling cbc v0.1.2 |
1313 | 2024-12-07T00:08:05.441Z | Compiling scroll_derive v0.12.0 |
1314 | 2024-12-07T00:08:05.751Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-07T00:08:05.783Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-07T00:08:05.920Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-07T00:08:05.972Z | Compiling utf16_iter v1.0.5 |
1318 | 2024-12-07T00:08:06.034Z | Compiling utf8_iter v1.0.4 |
1319 | 2024-12-07T00:08:06.242Z | Compiling write16 v1.0.0 |
1320 | 2024-12-07T00:08:06.312Z | Compiling time v0.3.36 |
1321 | 2024-12-07T00:08:06.373Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-07T00:08:06.459Z | Compiling pest_generator v2.7.14 |
1323 | 2024-12-07T00:08:06.907Z | Compiling which v4.4.2 |
1324 | 2024-12-07T00:08:07.494Z | Compiling scroll v0.12.0 |
1325 | 2024-12-07T00:08:08.023Z | Compiling pkcs5 v0.7.1 |
1326 | 2024-12-07T00:08:08.090Z | Compiling http-body v1.0.1 |
1327 | 2024-12-07T00:08:08.304Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-07T00:08:08.359Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-07T00:08:08.383Z | Compiling slog v2.7.0 |
1330 | 2024-12-07T00:08:08.541Z | Compiling want v0.3.1 |
1331 | 2024-12-07T00:08:08.620Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-07T00:08:08.826Z | Compiling goblin v0.8.2 |
1333 | 2024-12-07T00:08:08.960Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-12-07T00:08:09.153Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-07T00:08:09.180Z | Compiling idna v1.0.3 |
1336 | 2024-12-07T00:08:09.601Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-07T00:08:09.625Z | Compiling pest_derive v2.7.14 |
1338 | 2024-12-07T00:08:10.076Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-07T00:08:10.101Z | Compiling uuid v1.11.0 |
1340 | 2024-12-07T00:08:10.312Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-07T00:08:10.357Z | Compiling dtrace-parser v0.2.0 |
1342 | 2024-12-07T00:08:10.906Z | Compiling rustversion v1.0.17 |
1343 | 2024-12-07T00:08:10.954Z | Compiling openssl v0.10.66 |
1344 | 2024-12-07T00:08:11.237Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-07T00:08:11.349Z | Compiling match_cfg v0.1.0 |
1346 | 2024-12-07T00:08:11.379Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-12-07T00:08:11.454Z | Compiling tower-service v0.3.3 |
1348 | 2024-12-07T00:08:11.478Z | Compiling adler2 v2.0.0 |
1349 | 2024-12-07T00:08:11.597Z | Compiling base64 v0.22.1 |
1350 | 2024-12-07T00:08:11.629Z | Compiling tokio-util v0.7.12 |
1351 | 2024-12-07T00:08:11.766Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-12-07T00:08:11.830Z | Compiling chrono v0.4.38 |
1353 | 2024-12-07T00:08:12.310Z | Compiling hostname v0.3.1 |
1354 | 2024-12-07T00:08:12.367Z | Compiling foreign-types v0.3.2 |
1355 | 2024-12-07T00:08:12.465Z | Compiling url v2.5.3 |
1356 | 2024-12-07T00:08:12.557Z | Compiling h2 v0.4.6 |
1357 | 2024-12-07T00:08:13.155Z | Compiling async-trait v0.1.83 |
1358 | 2024-12-07T00:08:14.080Z | Compiling dof v0.3.0 |
1359 | 2024-12-07T00:08:14.238Z | Compiling openssl-macros v0.1.1 |
1360 | 2024-12-07T00:08:14.902Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-07T00:08:15.075Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-12-07T00:08:15.512Z | Compiling syn v1.0.109 |
1363 | 2024-12-07T00:08:15.738Z | Compiling rustls v0.22.4 |
1364 | 2024-12-07T00:08:15.961Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-07T00:08:16.057Z | Compiling native-tls v0.2.12 |
1366 | 2024-12-07T00:08:16.094Z | Compiling rustls v0.23.14 |
1367 | 2024-12-07T00:08:16.312Z | Compiling siphasher v0.3.11 |
1368 | 2024-12-07T00:08:16.430Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-07T00:08:16.666Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-07T00:08:17.123Z | Compiling heapless v0.7.17 |
1371 | 2024-12-07T00:08:17.489Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-07T00:08:17.930Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-07T00:08:17.975Z | Compiling signature v2.2.0 |
1374 | 2024-12-07T00:08:18.073Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-07T00:08:18.269Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-07T00:08:18.293Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-07T00:08:18.329Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-07T00:08:18.378Z | Compiling cookie v0.18.1 |
1379 | 2024-12-07T00:08:18.585Z | Compiling multer v3.1.0 |
1380 | 2024-12-07T00:08:18.692Z | Compiling gimli v0.31.1 |
1381 | 2024-12-07T00:08:18.870Z | Compiling hyper v1.5.0 |
1382 | 2024-12-07T00:08:18.894Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-07T00:08:20.075Z | Compiling schemars v0.8.21 |
1384 | 2024-12-07T00:08:20.371Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-12-07T00:08:20.711Z | Compiling mime v0.3.17 |
1386 | 2024-12-07T00:08:20.803Z | Compiling rayon-core v1.12.1 |
1387 | 2024-12-07T00:08:21.037Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-07T00:08:21.318Z | Compiling openssl-probe v0.1.5 |
1389 | 2024-12-07T00:08:21.655Z | Compiling signal-hook v0.3.17 |
1390 | 2024-12-07T00:08:21.819Z | Compiling slog-async v2.8.0 |
1391 | 2024-12-07T00:08:22.095Z | Compiling schemars_derive v0.8.21 |
1392 | 2024-12-07T00:08:22.325Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-07T00:08:22.478Z | Compiling addr2line v0.24.2 |
1394 | 2024-12-07T00:08:22.695Z | Compiling toml_edit v0.22.22 |
1395 | 2024-12-07T00:08:23.128Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-07T00:08:23.393Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-12-07T00:08:23.735Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-12-07T00:08:24.035Z | Compiling term v0.7.0 |
1399 | 2024-12-07T00:08:24.334Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-07T00:08:24.374Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-07T00:08:24.670Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-07T00:08:24.770Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-07T00:08:24.836Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-07T00:08:24.860Z | Compiling enum-as-inner v0.6.1 |
1405 | 2024-12-07T00:08:25.191Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-07T00:08:25.367Z | Compiling md-5 v0.10.6 |
1407 | 2024-12-07T00:08:25.391Z | Compiling async-stream-impl v0.3.6 |
1408 | 2024-12-07T00:08:25.505Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-07T00:08:25.623Z | Compiling idna v0.3.0 |
1410 | 2024-12-07T00:08:25.751Z | Compiling idna v0.4.0 |
1411 | 2024-12-07T00:08:25.775Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-07T00:08:26.181Z | Compiling ff v0.13.0 |
1413 | 2024-12-07T00:08:26.238Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-07T00:08:26.360Z | Compiling object v0.36.5 |
1415 | 2024-12-07T00:08:26.389Z | Compiling dropshot v0.12.0 |
1416 | 2024-12-07T00:08:26.594Z | Compiling take_mut v0.2.2 |
1417 | 2024-12-07T00:08:26.636Z | Compiling psl-types v2.0.11 |
1418 | 2024-12-07T00:08:26.747Z | Compiling anyhow v1.0.93 |
1419 | 2024-12-07T00:08:26.822Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-07T00:08:27.016Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-12-07T00:08:27.154Z | Compiling dyn-clone v1.0.17 |
1422 | 2024-12-07T00:08:27.322Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-07T00:08:27.362Z | Compiling portable-atomic v1.9.0 |
1424 | 2024-12-07T00:08:27.446Z | Compiling utf-8 v0.7.6 |
1425 | 2024-12-07T00:08:27.622Z | Compiling quick-error v1.2.3 |
1426 | 2024-12-07T00:08:27.730Z | Compiling num-bigint-dig v0.8.4 |
1427 | 2024-12-07T00:08:27.757Z | Compiling linked-hash-map v0.5.6 |
1428 | 2024-12-07T00:08:27.857Z | Compiling fallible-iterator v0.2.0 |
1429 | 2024-12-07T00:08:28.007Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-12-07T00:08:28.087Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-07T00:08:28.276Z | Compiling tungstenite v0.24.0 |
1432 | 2024-12-07T00:08:28.331Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-07T00:08:28.480Z | Compiling postgres-protocol v0.6.7 |
1434 | 2024-12-07T00:08:29.046Z | Compiling publicsuffix v2.2.3 |
1435 | 2024-12-07T00:08:29.691Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-07T00:08:29.719Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-07T00:08:29.965Z | Compiling group v0.13.0 |
1438 | 2024-12-07T00:08:30.267Z | Compiling slog-term v2.9.1 |
1439 | 2024-12-07T00:08:30.291Z | Compiling usdt v0.5.0 |
1440 | 2024-12-07T00:08:30.745Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-07T00:08:30.916Z | Compiling toml v0.8.19 |
1442 | 2024-12-07T00:08:31.366Z | Compiling futures v0.3.31 |
1443 | 2024-12-07T00:08:31.452Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-07T00:08:32.442Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-07T00:08:32.666Z | Compiling camino v1.1.9 |
1446 | 2024-12-07T00:08:32.868Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-12-07T00:08:33.134Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-07T00:08:33.288Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-07T00:08:33.503Z | Compiling terminal_size v0.4.0 |
1450 | 2024-12-07T00:08:33.548Z | Compiling waitgroup v0.1.2 |
1451 | 2024-12-07T00:08:33.722Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-07T00:08:33.764Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-07T00:08:33.947Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-07T00:08:34.157Z | Compiling hkdf v0.12.4 |
1455 | 2024-12-07T00:08:34.411Z | Compiling crypto-bigint v0.5.5 |
1456 | 2024-12-07T00:08:34.578Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-07T00:08:35.715Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2024-12-07T00:08:36.293Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-07T00:08:36.600Z | Compiling idna v0.5.0 |
1460 | 2024-12-07T00:08:37.102Z | Compiling hostname v0.4.0 |
1461 | 2024-12-07T00:08:37.191Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-07T00:08:37.359Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-07T00:08:37.474Z | Compiling ahash v0.8.11 |
1464 | 2024-12-07T00:08:37.522Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-07T00:08:37.546Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-07T00:08:37.632Z | Compiling managed v0.8.0 |
1467 | 2024-12-07T00:08:37.697Z | Compiling winnow v0.5.40 |
1468 | 2024-12-07T00:08:37.722Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-07T00:08:37.908Z | Compiling console v0.15.8 |
1470 | 2024-12-07T00:08:38.076Z | Compiling clap_builder v4.5.21 |
1471 | 2024-12-07T00:08:38.616Z | Compiling strum_macros v0.25.3 |
1472 | 2024-12-07T00:08:39.135Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-07T00:08:39.282Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-07T00:08:39.919Z | Compiling hubpack v0.1.2 |
1475 | 2024-12-07T00:08:40.011Z | Compiling zerocopy v0.6.6 |
1476 | 2024-12-07T00:08:40.308Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-07T00:08:40.559Z | Compiling phf v0.11.2 |
1478 | 2024-12-07T00:08:40.719Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-07T00:08:40.828Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-07T00:08:40.992Z | Compiling hyper-tls v0.6.0 |
1481 | 2024-12-07T00:08:41.438Z | Compiling rayon v1.10.0 |
1482 | 2024-12-07T00:08:41.819Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-07T00:08:42.188Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-07T00:08:42.669Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-07T00:08:45.088Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-07T00:08:45.624Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-07T00:08:45.977Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-07T00:08:46.063Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-07T00:08:46.097Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-07T00:08:46.261Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-07T00:08:46.326Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-07T00:08:46.507Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-07T00:08:46.721Z | Compiling derive-where v1.2.7 |
1494 | 2024-12-07T00:08:46.950Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-07T00:08:46.975Z | Compiling bstr v1.10.0 |
1496 | 2024-12-07T00:08:47.175Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-07T00:08:47.327Z | Compiling predicates-core v1.0.8 |
1498 | 2024-12-07T00:08:47.541Z | Compiling static_assertions v1.1.0 |
1499 | 2024-12-07T00:08:47.642Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-12-07T00:08:47.682Z | Compiling whoami v1.5.2 |
1501 | 2024-12-07T00:08:47.721Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-12-07T00:08:47.778Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-07T00:08:47.861Z | Compiling fixedbitset v0.4.2 |
1504 | 2024-12-07T00:08:47.996Z | Compiling unicode-segmentation v1.12.0 |
1505 | 2024-12-07T00:08:48.272Z | Compiling unicode-width v0.2.0 |
1506 | 2024-12-07T00:08:48.297Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2024-12-07T00:08:48.395Z | Compiling difflib v0.4.0 |
1508 | 2024-12-07T00:08:48.566Z | Compiling bit-vec v0.6.3 |
1509 | 2024-12-07T00:08:48.744Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-07T00:08:48.774Z | Compiling similar v2.6.0 |
1511 | 2024-12-07T00:08:49.003Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-07T00:08:49.254Z | Compiling predicates v3.1.2 |
1513 | 2024-12-07T00:08:49.831Z | Compiling string_cache v0.8.7 |
1514 | 2024-12-07T00:08:49.903Z | Compiling petgraph v0.6.5 |
1515 | 2024-12-07T00:08:50.257Z | Compiling tokio-postgres v0.7.12 |
1516 | 2024-12-07T00:08:50.422Z | Compiling clap v4.5.21 |
1517 | 2024-12-07T00:08:50.541Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1518 | 2024-12-07T00:08:50.716Z | Compiling rsa v0.9.6 |
1519 | 2024-12-07T00:08:50.792Z | Compiling ecdsa v0.16.9 |
1520 | 2024-12-07T00:08:50.863Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-07T00:08:51.596Z | Compiling toml v0.7.8 |
1522 | 2024-12-07T00:08:52.057Z | Compiling zip v0.6.6 |
1523 | 2024-12-07T00:08:53.030Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-07T00:08:53.920Z | Compiling hex v0.4.3 |
1525 | 2024-12-07T00:08:54.085Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-07T00:08:54.179Z | Compiling itertools v0.10.5 |
1527 | 2024-12-07T00:08:54.439Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-07T00:08:54.604Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-07T00:08:55.163Z | Compiling lalrpop-util v0.19.12 |
1530 | 2024-12-07T00:08:55.187Z | Compiling strum_macros v0.26.4 |
1531 | 2024-12-07T00:08:55.468Z | Compiling xattr v1.3.1 |
1532 | 2024-12-07T00:08:55.701Z | Compiling filetime v0.2.25 |
1533 | 2024-12-07T00:08:55.995Z | Compiling tar v0.4.42 |
1534 | 2024-12-07T00:08:59.273Z | Compiling strum v0.26.3 |
1535 | 2024-12-07T00:09:01.906Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2024-12-07T00:09:33.972Z | Compiling rustls-webpki v0.102.8 |
1537 | 2024-12-07T00:09:38.390Z | Compiling tokio-rustls v0.25.0 |
1538 | 2024-12-07T00:09:40.382Z | Compiling tokio-rustls v0.26.0 |
1539 | 2024-12-07T00:09:40.731Z | Compiling hyper-rustls v0.27.3 |
1540 | 2024-12-07T00:09:41.177Z | Compiling reqwest v0.12.9 |
1541 | 2024-12-07T00:09:42.392Z | Compiling qorb v0.2.1 |
1542 | 2024-12-07T00:09:47.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2024-12-07T00:09:48.071Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2024-12-07T00:09:55.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1545 | 2024-12-07T00:09:55.603Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2024-12-07T00:09:55.674Z | Dec 07 00:09:54.910 INFO Starting download, target: Clickhouse |
1547 | 2024-12-07T00:09:55.674Z | Dec 07 00:09:54.911 INFO Starting download, target: Console |
1548 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.911 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.911 INFO Starting download, target: Cockroach |
1550 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.911 INFO Starting download, target: DendriteStub |
1551 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.911 INFO Starting download, target: MaghemiteMgd |
1552 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.911 INFO Starting download, target: TransceiverControl |
1553 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.912 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2024-12-07T00:09:55.699Z | Dec 07 00:09:54.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2024-12-07T00:09:55.938Z | Dec 07 00:09:55.174 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-12-07T00:09:56.172Z | Dec 07 00:09:55.402 INFO Download complete, target: DendriteOpenapi |
1562 | 2024-12-07T00:09:56.242Z | Dec 07 00:09:55.469 INFO Download complete, target: Console |
1563 | 2024-12-07T00:09:56.477Z | Dec 07 00:09:55.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-12-07T00:09:57.033Z | Dec 07 00:09:56.268 INFO Download complete, target: TransceiverControl |
1565 | 2024-12-07T00:09:57.774Z | Dec 07 00:09:57.007 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-07T00:09:58.548Z | Dec 07 00:09:57.784 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-12-07T00:10:00.380Z | Dec 07 00:09:59.616 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-07T00:10:00.380Z | Dec 07 00:09:59.617 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-07T00:10:00.672Z | Dec 07 00:09:59.908 INFO Download complete, target: DendriteStub |
1570 | 2024-12-07T00:10:01.480Z | Dec 07 00:10:00.717 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-07T00:10:08.657Z | Dec 07 00:10:07.890 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-07T00:10:08.875Z | Dec 07 00:10:08.112 INFO Download complete, target: Cockroach |
1573 | 2024-12-07T00:10:10.812Z | Dec 07 00:10:10.049 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1574 | 2024-12-07T00:10:24.075Z | Dec 07 00:10:23.312 INFO Checking that binary works, target: Clickhouse |
1575 | 2024-12-07T00:10:24.263Z | Dec 07 00:10:23.500 INFO Download complete, target: Clickhouse |
1576 | 2024-12-07T00:10:24.291Z | All builder prerequisites installed successfully, and PATH looks valid |
1577 | 2024-12-07T00:10:24.315Z | |
1578 | 2024-12-07T00:10:24.315Z | real 5:29.536337373 |
1579 | 2024-12-07T00:10:24.315Z | user 15:05.697229428 |
1580 | 2024-12-07T00:10:24.315Z | sys 3:16.401613096 |
1581 | 2024-12-07T00:10:24.315Z | trap 0.504005485 |
1582 | 2024-12-07T00:10:24.315Z | tflt 0.769130236 |
1583 | 2024-12-07T00:10:24.315Z | dflt 2.541177111 |
1584 | 2024-12-07T00:10:24.315Z | kflt 0.009320411 |
1585 | 2024-12-07T00:10:24.315Z | lock 31:39.972896042 |
1586 | 2024-12-07T00:10:24.315Z | slp 56:45.665391882 |
1587 | 2024-12-07T00:10:24.315Z | lat 1:02.322640847 |
1588 | 2024-12-07T00:10:24.315Z | stop 2:17.509076581 |
1589 | 2024-12-07T00:10:24.315Z | + banner clippy |
1590 | 2024-12-07T00:10:24.315Z | |
1591 | 2024-12-07T00:10:24.315Z | #### # # ##### ##### # # |
1592 | 2024-12-07T00:10:24.316Z | # # # # # # # # # # |
1593 | 2024-12-07T00:10:24.316Z | # # # # # # # # |
1594 | 2024-12-07T00:10:24.316Z | # # # ##### ##### # |
1595 | 2024-12-07T00:10:24.316Z | # # # # # # # |
1596 | 2024-12-07T00:10:24.316Z | #### ###### # # # # |
1597 | 2024-12-07T00:10:24.316Z | |
1598 | 2024-12-07T00:10:24.316Z | + export CARGO_INCREMENTAL=0 |
1599 | 2024-12-07T00:10:24.316Z | + CARGO_INCREMENTAL=0 |
1600 | 2024-12-07T00:10:24.316Z | + ptime -m cargo xtask clippy |
1601 | 2024-12-07T00:10:25.118Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1602 | 2024-12-07T00:10:30.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
1603 | 2024-12-07T00:10:30.436Z | Running `target/debug/xtask clippy` |
1604 | 2024-12-07T00:10:30.466Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1605 | 2024-12-07T00:10:31.491Z | Downloading crates ... |
1606 | 2024-12-07T00:10:31.974Z | Downloaded async-attributes v1.1.2 |
1607 | 2024-12-07T00:10:31.998Z | Downloaded oorandom v11.1.4 |
1608 | 2024-12-07T00:10:31.998Z | Downloaded escape8259 v0.5.3 |
1609 | 2024-12-07T00:10:31.998Z | Downloaded threadpool v1.8.1 |
1610 | 2024-12-07T00:10:31.998Z | Downloaded proc-macro-crate v3.2.0 |
1611 | 2024-12-07T00:10:31.998Z | Downloaded yansi v1.0.1 |
1612 | 2024-12-07T00:10:31.998Z | Downloaded rust-argon2 v2.1.0 |
1613 | 2024-12-07T00:10:31.998Z | Downloaded anes v0.1.6 |
1614 | 2024-12-07T00:10:32.024Z | Downloaded path-tree v0.8.1 |
1615 | 2024-12-07T00:10:32.025Z | Downloaded async-object-pool v0.1.5 |
1616 | 2024-12-07T00:10:32.025Z | Downloaded httpmock v0.8.0-alpha.1 |
1617 | 2024-12-07T00:10:32.050Z | Downloaded target-spec v3.2.2 |
1618 | 2024-12-07T00:10:32.051Z | Downloaded rand_distr v0.4.3 |
1619 | 2024-12-07T00:10:32.051Z | Downloaded target-triple v0.1.3 |
1620 | 2024-12-07T00:10:32.051Z | Downloaded tinytemplate v1.2.1 |
1621 | 2024-12-07T00:10:32.051Z | Downloaded trybuild v1.0.101 |
1622 | 2024-12-07T00:10:32.051Z | Downloaded pretty_assertions v1.4.1 |
1623 | 2024-12-07T00:10:32.051Z | Downloaded rstest v0.23.0 |
1624 | 2024-12-07T00:10:32.075Z | Downloaded kv-log-macro v1.0.7 |
1625 | 2024-12-07T00:10:32.075Z | Downloaded indoc v2.0.5 |
1626 | 2024-12-07T00:10:32.075Z | Downloaded blocking v1.6.1 |
1627 | 2024-12-07T00:10:32.075Z | Downloaded plotters-backend v0.3.7 |
1628 | 2024-12-07T00:10:32.075Z | Downloaded fancy-regex v0.13.0 |
1629 | 2024-12-07T00:10:32.075Z | Downloaded rustls-native-certs v0.7.3 |
1630 | 2024-12-07T00:10:32.075Z | Downloaded rstest_macros v0.23.0 |
1631 | 2024-12-07T00:10:32.075Z | Downloaded plotters-svg v0.3.7 |
1632 | 2024-12-07T00:10:32.075Z | Downloaded nested v0.1.1 |
1633 | 2024-12-07T00:10:32.076Z | Downloaded concurrent-queue v2.5.0 |
1634 | 2024-12-07T00:10:32.099Z | Downloaded async-std v1.13.0 |
1635 | 2024-12-07T00:10:32.124Z | Downloaded relative-path v1.9.3 |
1636 | 2024-12-07T00:10:32.124Z | Downloaded plotters v0.3.7 |
1637 | 2024-12-07T00:10:32.124Z | Downloaded futures-timer v3.0.3 |
1638 | 2024-12-07T00:10:32.124Z | Downloaded criterion v0.5.1 |
1639 | 2024-12-07T00:10:32.124Z | Downloaded polling v3.7.3 |
1640 | 2024-12-07T00:10:32.148Z | Downloaded partial-io v0.5.4 |
1641 | 2024-12-07T00:10:32.148Z | Downloaded httptest v0.16.1 |
1642 | 2024-12-07T00:10:32.148Z | Downloaded guppy-workspace-hack v0.1.0 |
1643 | 2024-12-07T00:10:32.148Z | Downloaded guppy v0.17.8 |
1644 | 2024-12-07T00:10:32.148Z | Downloaded futures-lite v2.3.0 |
1645 | 2024-12-07T00:10:32.148Z | Downloaded event-listener v5.3.1 |
1646 | 2024-12-07T00:10:32.148Z | Downloaded async-task v4.7.1 |
1647 | 2024-12-07T00:10:32.148Z | Downloaded async-io v2.3.4 |
1648 | 2024-12-07T00:10:32.172Z | Downloaded assert_cmd v2.0.16 |
1649 | 2024-12-07T00:10:32.172Z | Downloaded assert-json-diff v2.0.2 |
1650 | 2024-12-07T00:10:32.172Z | Downloaded target-lexicon v0.12.16 |
1651 | 2024-12-07T00:10:32.172Z | Downloaded stringmetrics v2.2.2 |
1652 | 2024-12-07T00:10:32.172Z | Downloaded serde_regex v1.1.0 |
1653 | 2024-12-07T00:10:32.172Z | Downloaded piper v0.2.4 |
1654 | 2024-12-07T00:10:32.172Z | Downloaded parking v2.2.1 |
1655 | 2024-12-07T00:10:32.172Z | Downloaded num_cpus v1.16.0 |
1656 | 2024-12-07T00:10:32.172Z | Downloaded event-listener v2.5.3 |
1657 | 2024-12-07T00:10:32.172Z | Downloaded doc-comment v0.3.3 |
1658 | 2024-12-07T00:10:32.172Z | Downloaded datatest-stable v0.2.9 |
1659 | 2024-12-07T00:10:32.196Z | Downloaded cast v0.3.0 |
1660 | 2024-12-07T00:10:32.196Z | Downloaded async-signal v0.2.10 |
1661 | 2024-12-07T00:10:32.196Z | Downloaded async-global-executor v2.4.1 |
1662 | 2024-12-07T00:10:32.196Z | Downloaded async-channel v2.3.1 |
1663 | 2024-12-07T00:10:32.196Z | Downloaded async-channel v1.9.0 |
1664 | 2024-12-07T00:10:32.196Z | Downloaded criterion-plot v0.5.0 |
1665 | 2024-12-07T00:10:32.196Z | Downloaded similar-asserts v1.6.0 |
1666 | 2024-12-07T00:10:32.196Z | Downloaded pathdiff v0.2.2 |
1667 | 2024-12-07T00:10:32.196Z | Downloaded libtest-mimic v0.7.3 |
1668 | 2024-12-07T00:10:32.196Z | Downloaded blake2b_simd v1.0.2 |
1669 | 2024-12-07T00:10:32.197Z | Downloaded approx v0.5.1 |
1670 | 2024-12-07T00:10:32.197Z | Downloaded cfg-expr v0.17.0 |
1671 | 2024-12-07T00:10:32.221Z | Downloaded hyper-rustls v0.26.0 |
1672 | 2024-12-07T00:10:32.221Z | Downloaded event-listener-strategy v0.5.2 |
1673 | 2024-12-07T00:10:32.221Z | Downloaded async-process v2.3.0 |
1674 | 2024-12-07T00:10:32.221Z | Downloaded async-lock v3.4.0 |
1675 | 2024-12-07T00:10:32.221Z | Downloaded async-executor v1.13.1 |
1676 | 2024-12-07T00:10:33.130Z | Checking cfg-if v1.0.0 |
1677 | 2024-12-07T00:10:33.163Z | Checking libc v0.2.162 |
1678 | 2024-12-07T00:10:33.192Z | Checking serde v1.0.215 |
1679 | 2024-12-07T00:10:33.219Z | Checking memchr v2.7.4 |
1680 | 2024-12-07T00:10:33.242Z | Checking value-bag v1.9.0 |
1681 | 2024-12-07T00:10:33.273Z | Checking scopeguard v1.2.0 |
1682 | 2024-12-07T00:10:33.301Z | Checking zeroize v1.8.1 |
1683 | 2024-12-07T00:10:33.330Z | Checking smallvec v1.13.2 |
1684 | 2024-12-07T00:10:33.358Z | Checking itoa v1.0.11 |
1685 | 2024-12-07T00:10:33.423Z | Checking lock_api v0.4.12 |
1686 | 2024-12-07T00:10:33.562Z | Checking byteorder v1.5.0 |
1687 | 2024-12-07T00:10:33.586Z | Checking pin-project-lite v0.2.14 |
1688 | 2024-12-07T00:10:33.619Z | Checking log v0.4.22 |
1689 | 2024-12-07T00:10:33.660Z | Checking subtle v2.6.1 |
1690 | 2024-12-07T00:10:33.708Z | Checking once_cell v1.20.2 |
1691 | 2024-12-07T00:10:33.809Z | Checking typenum v1.17.0 |
1692 | 2024-12-07T00:10:33.918Z | Checking futures-core v0.3.31 |
1693 | 2024-12-07T00:10:33.942Z | Checking libm v0.2.8 |
1694 | 2024-12-07T00:10:33.990Z | Checking thiserror v1.0.69 |
1695 | 2024-12-07T00:10:34.019Z | Checking zerocopy v0.7.35 |
1696 | 2024-12-07T00:10:34.096Z | Checking ryu v1.0.18 |
1697 | 2024-12-07T00:10:34.123Z | Checking spin v0.9.8 |
1698 | 2024-12-07T00:10:34.152Z | Checking const-oid v0.9.6 |
1699 | 2024-12-07T00:10:34.180Z | Checking getrandom v0.2.15 |
1700 | 2024-12-07T00:10:34.310Z | Checking parking_lot_core v0.9.10 |
1701 | 2024-12-07T00:10:34.396Z | Checking rand_core v0.6.4 |
1702 | 2024-12-07T00:10:34.470Z | Checking signal-hook-registry v1.4.2 |
1703 | 2024-12-07T00:10:34.602Z | Checking parking_lot v0.12.3 |
1704 | 2024-12-07T00:10:34.676Z | Checking num-traits v0.2.19 |
1705 | 2024-12-07T00:10:34.700Z | Checking mio v1.0.2 |
1706 | 2024-12-07T00:10:34.725Z | Checking socket2 v0.5.7 |
1707 | 2024-12-07T00:10:34.850Z | Checking generic-array v0.14.7 |
1708 | 2024-12-07T00:10:34.938Z | Checking futures-io v0.3.31 |
1709 | 2024-12-07T00:10:35.104Z | Checking slab v0.4.9 |
1710 | 2024-12-07T00:10:35.164Z | Checking allocator-api2 v0.2.18 |
1711 | 2024-12-07T00:10:35.230Z | Checking cpufeatures v0.2.14 |
1712 | 2024-12-07T00:10:35.255Z | Checking futures-sink v0.3.31 |
1713 | 2024-12-07T00:10:35.339Z | Checking pin-utils v0.1.0 |
1714 | 2024-12-07T00:10:35.364Z | Checking foldhash v0.1.3 |
1715 | 2024-12-07T00:10:35.396Z | Checking equivalent v1.0.1 |
1716 | 2024-12-07T00:10:35.436Z | Checking futures-channel v0.3.31 |
1717 | 2024-12-07T00:10:35.507Z | Checking futures-task v0.3.31 |
1718 | 2024-12-07T00:10:35.561Z | Checking stable_deref_trait v1.2.0 |
1719 | 2024-12-07T00:10:35.586Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1720 | 2024-12-07T00:10:35.669Z | Checking fnv v1.0.7 |
1721 | 2024-12-07T00:10:35.736Z | Checking iana-time-zone v0.1.61 |
1722 | 2024-12-07T00:10:35.760Z | Checking hashbrown v0.15.0 |
1723 | 2024-12-07T00:10:35.784Z | Checking futures-util v0.3.31 |
1724 | 2024-12-07T00:10:35.815Z | Checking ppv-lite86 v0.2.20 |
1725 | 2024-12-07T00:10:35.842Z | Checking crypto-common v0.1.6 |
1726 | 2024-12-07T00:10:35.875Z | Checking block-buffer v0.10.4 |
1727 | 2024-12-07T00:10:35.933Z | Checking tracing-core v0.1.32 |
1728 | 2024-12-07T00:10:36.031Z | Checking errno v0.3.9 |
1729 | 2024-12-07T00:10:36.081Z | Checking zerofrom v0.1.4 |
1730 | 2024-12-07T00:10:36.146Z | Checking digest v0.10.7 |
1731 | 2024-12-07T00:10:36.224Z | Checking dyn-clone v1.0.17 |
1732 | 2024-12-07T00:10:36.326Z | Checking yoke v0.7.4 |
1733 | 2024-12-07T00:10:36.355Z | Checking block-padding v0.3.3 |
1734 | 2024-12-07T00:10:36.494Z | Checking crossbeam-utils v0.8.20 |
1735 | 2024-12-07T00:10:36.548Z | Checking inout v0.1.3 |
1736 | 2024-12-07T00:10:36.574Z | Checking rand_chacha v0.3.1 |
1737 | 2024-12-07T00:10:36.598Z | Checking tracing v0.1.40 |
1738 | 2024-12-07T00:10:36.638Z | Checking zerovec v0.10.4 |
1739 | 2024-12-07T00:10:36.772Z | Checking percent-encoding v2.3.1 |
1740 | 2024-12-07T00:10:36.819Z | Checking cipher v0.4.4 |
1741 | 2024-12-07T00:10:36.939Z | Checking writeable v0.5.5 |
1742 | 2024-12-07T00:10:36.963Z | Checking rand v0.8.5 |
1743 | 2024-12-07T00:10:36.997Z | Checking litemap v0.7.3 |
1744 | 2024-12-07T00:10:37.144Z | Checking tinyvec_macros v0.1.1 |
1745 | 2024-12-07T00:10:37.218Z | Checking form_urlencoded v1.2.1 |
1746 | 2024-12-07T00:10:37.244Z | Checking tinyvec v1.8.0 |
1747 | 2024-12-07T00:10:37.272Z | Checking httparse v1.9.5 |
1748 | 2024-12-07T00:10:37.318Z | Checking atomic-waker v1.1.2 |
1749 | 2024-12-07T00:10:37.402Z | Checking icu_locid_transform_data v1.5.0 |
1750 | 2024-12-07T00:10:37.448Z | Checking base64ct v1.6.0 |
1751 | 2024-12-07T00:10:37.514Z | Checking regex-syntax v0.8.5 |
1752 | 2024-12-07T00:10:37.551Z | Checking bytes v1.8.0 |
1753 | 2024-12-07T00:10:37.668Z | Checking bitflags v2.6.0 |
1754 | 2024-12-07T00:10:37.851Z | Checking serde_json v1.0.132 |
1755 | 2024-12-07T00:10:37.950Z | Checking indexmap v2.6.0 |
1756 | 2024-12-07T00:10:38.091Z | Checking chrono v0.4.38 |
1757 | 2024-12-07T00:10:38.157Z | Checking rustix v0.38.37 |
1758 | 2024-12-07T00:10:38.289Z | Checking tokio v1.40.0 |
1759 | 2024-12-07T00:10:38.380Z | Checking uuid v1.11.0 |
1760 | 2024-12-07T00:10:38.965Z | Checking http v1.1.0 |
1761 | 2024-12-07T00:10:39.199Z | Checking tinystr v0.7.6 |
1762 | 2024-12-07T00:10:39.445Z | Checking unicode-normalization v0.1.24 |
1763 | 2024-12-07T00:10:39.574Z | Checking icu_locid v1.5.0 |
1764 | 2024-12-07T00:10:39.951Z | Checking schemars v0.8.21 |
1765 | 2024-12-07T00:10:40.237Z | Checking icu_collections v1.5.0 |
1766 | 2024-12-07T00:10:40.314Z | Checking hmac v0.12.1 |
1767 | 2024-12-07T00:10:40.498Z | Checking icu_properties_data v1.5.0 |
1768 | 2024-12-07T00:10:40.534Z | Checking icu_provider v1.5.0 |
1769 | 2024-12-07T00:10:40.558Z | Checking untrusted v0.9.0 |
1770 | 2024-12-07T00:10:40.595Z | Checking sha2 v0.10.8 |
1771 | 2024-12-07T00:10:40.734Z | Checking ring v0.17.8 |
1772 | 2024-12-07T00:10:40.776Z | Checking aho-corasick v1.1.3 |
1773 | 2024-12-07T00:10:40.878Z | Checking unicode-bidi v0.3.17 |
1774 | 2024-12-07T00:10:41.166Z | Checking write16 v1.0.0 |
1775 | 2024-12-07T00:10:41.193Z | Checking icu_locid_transform v1.5.0 |
1776 | 2024-12-07T00:10:41.234Z | Checking utf16_iter v1.0.5 |
1777 | 2024-12-07T00:10:41.306Z | Checking utf8_iter v1.0.4 |
1778 | 2024-12-07T00:10:41.388Z | Checking icu_normalizer_data v1.5.0 |
1779 | 2024-12-07T00:10:41.414Z | Checking unicode-ident v1.0.13 |
1780 | 2024-12-07T00:10:41.486Z | Checking lazy_static v1.5.0 |
1781 | 2024-12-07T00:10:41.512Z | Checking powerfmt v0.2.0 |
1782 | 2024-12-07T00:10:41.536Z | Checking adler2 v2.0.0 |
1783 | 2024-12-07T00:10:41.581Z | Checking rustls-pki-types v1.9.0 |
1784 | 2024-12-07T00:10:41.612Z | Checking num_threads v0.1.7 |
1785 | 2024-12-07T00:10:41.728Z | Checking num-conv v0.1.0 |
1786 | 2024-12-07T00:10:41.752Z | Checking miniz_oxide v0.8.0 |
1787 | 2024-12-07T00:10:41.780Z | Checking deranged v0.3.11 |
1788 | 2024-12-07T00:10:41.999Z | Checking time-core v0.1.2 |
1789 | 2024-12-07T00:10:42.084Z | Checking icu_properties v1.5.1 |
1790 | 2024-12-07T00:10:42.119Z | Checking proc-macro2 v1.0.89 |
1791 | 2024-12-07T00:10:42.159Z | Checking pem-rfc7468 v0.7.0 |
1792 | 2024-12-07T00:10:42.306Z | Checking regex-automata v0.4.8 |
1793 | 2024-12-07T00:10:42.408Z | Checking untrusted v0.7.1 |
1794 | 2024-12-07T00:10:42.441Z | Checking http-body v1.0.1 |
1795 | 2024-12-07T00:10:42.506Z | Checking aws-lc-sys v0.22.0 |
1796 | 2024-12-07T00:10:42.564Z | Checking try-lock v0.2.5 |
1797 | 2024-12-07T00:10:42.637Z | Checking base64 v0.22.1 |
1798 | 2024-12-07T00:10:42.702Z | Checking httpdate v1.0.3 |
1799 | 2024-12-07T00:10:42.759Z | Checking quote v1.0.37 |
1800 | 2024-12-07T00:10:42.927Z | Checking mirai-annotations v1.12.0 |
1801 | 2024-12-07T00:10:43.077Z | Checking want v0.3.1 |
1802 | 2024-12-07T00:10:43.103Z | Checking syn v2.0.87 |
1803 | 2024-12-07T00:10:43.127Z | Checking flagset v0.4.6 |
1804 | 2024-12-07T00:10:43.247Z | Checking pbkdf2 v0.12.2 |
1805 | 2024-12-07T00:10:43.319Z | Checking der v0.7.9 |
1806 | 2024-12-07T00:10:43.343Z | Checking time v0.3.36 |
1807 | 2024-12-07T00:10:43.410Z | Checking aes v0.8.4 |
1808 | 2024-12-07T00:10:44.159Z | Checking salsa20 v0.10.2 |
1809 | 2024-12-07T00:10:44.365Z | Checking cbc v0.1.2 |
1810 | 2024-12-07T00:10:44.558Z | Checking ahash v0.8.11 |
1811 | 2024-12-07T00:10:44.611Z | Checking aws-lc-rs v1.10.0 |
1812 | 2024-12-07T00:10:44.853Z | Checking tokio-util v0.7.12 |
1813 | 2024-12-07T00:10:44.905Z | Checking icu_normalizer v1.5.0 |
1814 | 2024-12-07T00:10:44.949Z | Checking spki v0.7.3 |
1815 | 2024-12-07T00:10:45.046Z | Checking slog v2.7.0 |
1816 | 2024-12-07T00:10:45.217Z | Checking tower-service v0.3.3 |
1817 | 2024-12-07T00:10:45.336Z | Checking scrypt v0.11.0 |
1818 | 2024-12-07T00:10:45.481Z | Checking mime v0.3.17 |
1819 | 2024-12-07T00:10:45.550Z | Checking gimli v0.31.1 |
1820 | 2024-12-07T00:10:45.574Z | Checking pkcs5 v0.7.1 |
1821 | 2024-12-07T00:10:45.618Z | Checking idna_adapter v1.2.0 |
1822 | 2024-12-07T00:10:45.673Z | Checking h2 v0.4.6 |
1823 | 2024-12-07T00:10:45.769Z | Checking object v0.36.5 |
1824 | 2024-12-07T00:10:45.800Z | Checking idna v1.0.3 |
1825 | 2024-12-07T00:10:46.019Z | Checking rustc-demangle v0.1.24 |
1826 | 2024-12-07T00:10:46.242Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-12-07T00:10:46.265Z | Checking url v2.5.3 |
1828 | 2024-12-07T00:10:46.288Z | Checking utf8parse v0.2.2 |
1829 | 2024-12-07T00:10:46.406Z | Checking regex v1.11.1 |
1830 | 2024-12-07T00:10:46.440Z | Checking pkcs8 v0.10.2 |
1831 | 2024-12-07T00:10:46.726Z | Checking http-body-util v0.1.2 |
1832 | 2024-12-07T00:10:46.950Z | Checking futures-executor v0.3.31 |
1833 | 2024-12-07T00:10:46.973Z | Checking toml_datetime v0.6.8 |
1834 | 2024-12-07T00:10:46.999Z | Checking serde_spanned v0.6.8 |
1835 | 2024-12-07T00:10:47.132Z | Checking ipnet v2.10.1 |
1836 | 2024-12-07T00:10:47.178Z | Checking data-encoding v2.6.0 |
1837 | 2024-12-07T00:10:47.201Z | Checking unicode-width v0.1.14 |
1838 | 2024-12-07T00:10:47.242Z | Checking futures v0.3.31 |
1839 | 2024-12-07T00:10:47.357Z | Checking rustls-pemfile v2.2.0 |
1840 | 2024-12-07T00:10:47.543Z | Checking openssl-probe v0.1.5 |
1841 | 2024-12-07T00:10:47.567Z | Checking foreign-types-shared v0.1.1 |
1842 | 2024-12-07T00:10:47.594Z | Checking anstyle v1.0.10 |
1843 | 2024-12-07T00:10:47.669Z | Checking foreign-types v0.3.2 |
1844 | 2024-12-07T00:10:47.695Z | Checking serde_urlencoded v0.7.1 |
1845 | 2024-12-07T00:10:47.722Z | Checking semver v1.0.23 |
1846 | 2024-12-07T00:10:47.772Z | Checking sha1 v0.10.6 |
1847 | 2024-12-07T00:10:47.938Z | Checking openssl-sys v0.9.103 |
1848 | 2024-12-07T00:10:48.034Z | Checking encoding_rs v0.8.34 |
1849 | 2024-12-07T00:10:48.087Z | Checking rustls v0.23.14 |
1850 | 2024-12-07T00:10:48.117Z | Checking anstyle-parse v0.2.5 |
1851 | 2024-12-07T00:10:48.342Z | Checking camino v1.1.9 |
1852 | 2024-12-07T00:10:48.560Z | Checking anstyle-query v1.1.1 |
1853 | 2024-12-07T00:10:48.675Z | Checking is_terminal_polyfill v1.70.1 |
1854 | 2024-12-07T00:10:48.789Z | Checking colorchoice v1.0.2 |
1855 | 2024-12-07T00:10:48.838Z | Checking winnow v0.6.20 |
1856 | 2024-12-07T00:10:48.918Z | Checking addr2line v0.24.2 |
1857 | 2024-12-07T00:10:48.945Z | Checking either v1.13.0 |
1858 | 2024-12-07T00:10:48.979Z | Checking openssl v0.10.66 |
1859 | 2024-12-07T00:10:49.283Z | Checking anstream v0.6.15 |
1860 | 2024-12-07T00:10:49.386Z | Checking idna v0.3.0 |
1861 | 2024-12-07T00:10:49.618Z | Checking terminal_size v0.4.0 |
1862 | 2024-12-07T00:10:49.769Z | Checking openapiv3 v2.0.0 |
1863 | 2024-12-07T00:10:49.835Z | Checking signature v2.2.0 |
1864 | 2024-12-07T00:10:50.011Z | Checking strsim v0.11.1 |
1865 | 2024-12-07T00:10:50.046Z | Checking psl-types v2.0.11 |
1866 | 2024-12-07T00:10:50.225Z | Checking clap_lex v0.7.2 |
1867 | 2024-12-07T00:10:50.271Z | Checking publicsuffix v2.2.3 |
1868 | 2024-12-07T00:10:50.451Z | Checking clap_builder v4.5.21 |
1869 | 2024-12-07T00:10:50.484Z | Checking cookie v0.18.1 |
1870 | 2024-12-07T00:10:50.794Z | Checking hyper v1.5.0 |
1871 | 2024-12-07T00:10:50.940Z | Checking webpki-roots v0.26.6 |
1872 | 2024-12-07T00:10:51.157Z | Checking idna v0.5.0 |
1873 | 2024-12-07T00:10:51.339Z | Checking backtrace v0.3.74 |
1874 | 2024-12-07T00:10:51.363Z | Checking is-terminal v0.4.13 |
1875 | 2024-12-07T00:10:51.487Z | Checking scroll v0.12.0 |
1876 | 2024-12-07T00:10:51.858Z | Checking anyhow v1.0.93 |
1877 | 2024-12-07T00:10:51.884Z | Checking ucd-trie v0.1.7 |
1878 | 2024-12-07T00:10:51.972Z | Checking plain v0.2.3 |
1879 | 2024-12-07T00:10:52.105Z | Checking pest v2.7.14 |
1880 | 2024-12-07T00:10:52.129Z | Checking goblin v0.8.2 |
1881 | 2024-12-07T00:10:52.257Z | Checking cookie_store v0.21.0 |
1882 | 2024-12-07T00:10:52.753Z | Checking hyper-util v0.1.10 |
1883 | 2024-12-07T00:10:52.776Z | Checking sync_wrapper v1.0.1 |
1884 | 2024-12-07T00:10:52.920Z | Checking pretty-hex v0.4.1 |
1885 | 2024-12-07T00:10:52.944Z | Checking base16ct v0.2.0 |
1886 | 2024-12-07T00:10:52.985Z | Checking tokio-rustls v0.26.0 |
1887 | 2024-12-07T00:10:53.095Z | Checking num-integer v0.1.46 |
1888 | 2024-12-07T00:10:53.141Z | Checking sec1 v0.7.3 |
1889 | 2024-12-07T00:10:53.174Z | Checking clap v4.5.21 |
1890 | 2024-12-07T00:10:53.297Z | Checking ff v0.13.0 |
1891 | 2024-12-07T00:10:53.353Z | Checking thread-id v4.2.2 |
1892 | 2024-12-07T00:10:53.467Z | Checking toml_edit v0.22.22 |
1893 | 2024-12-07T00:10:53.506Z | Checking group v0.13.0 |
1894 | 2024-12-07T00:10:53.534Z | Checking hkdf v0.12.4 |
1895 | 2024-12-07T00:10:53.558Z | Checking crypto-bigint v0.5.5 |
1896 | 2024-12-07T00:10:53.701Z | Checking native-tls v0.2.12 |
1897 | 2024-12-07T00:10:53.732Z | Checking dirs-sys-next v0.1.2 |
1898 | 2024-12-07T00:10:53.756Z | Checking memmap v0.7.0 |
1899 | 2024-12-07T00:10:53.917Z | Checking crc32fast v1.4.2 |
1900 | 2024-12-07T00:10:53.956Z | Checking static_assertions v1.1.0 |
1901 | 2024-12-07T00:10:54.009Z | Checking tokio-native-tls v0.3.1 |
1902 | 2024-12-07T00:10:54.053Z | Checking bitflags v1.3.2 |
1903 | 2024-12-07T00:10:54.148Z | Checking utf-8 v0.7.6 |
1904 | 2024-12-07T00:10:54.172Z | Checking dirs-next v2.0.0 |
1905 | 2024-12-07T00:10:54.252Z | Checking crossbeam-channel v0.5.13 |
1906 | 2024-12-07T00:10:54.304Z | Checking thread_local v1.1.8 |
1907 | 2024-12-07T00:10:54.330Z | Checking dtrace-parser v0.2.0 |
1908 | 2024-12-07T00:10:54.354Z | Checking unicode-segmentation v1.12.0 |
1909 | 2024-12-07T00:10:54.554Z | Checking term v0.7.0 |
1910 | 2024-12-07T00:10:54.578Z | Checking hyper-tls v0.6.0 |
1911 | 2024-12-07T00:10:54.753Z | Checking hyper-rustls v0.27.3 |
1912 | 2024-12-07T00:10:54.822Z | Checking num-iter v0.1.45 |
1913 | 2024-12-07T00:10:54.921Z | Checking crossbeam-epoch v0.9.18 |
1914 | 2024-12-07T00:10:54.948Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-07T00:10:54.971Z | Checking take_mut v0.2.2 |
1916 | 2024-12-07T00:10:54.999Z | Checking slog-term v2.9.1 |
1917 | 2024-12-07T00:10:55.055Z | Checking reqwest v0.12.9 |
1918 | 2024-12-07T00:10:55.081Z | Checking hostname v0.3.1 |
1919 | 2024-12-07T00:10:55.109Z | Checking slog-async v2.8.0 |
1920 | 2024-12-07T00:10:55.218Z | Checking bstr v1.10.0 |
1921 | 2024-12-07T00:10:55.319Z | Checking rfc6979 v0.4.0 |
1922 | 2024-12-07T00:10:55.377Z | Checking hex v0.4.3 |
1923 | 2024-12-07T00:10:55.436Z | Checking managed v0.8.0 |
1924 | 2024-12-07T00:10:55.489Z | Checking winnow v0.5.40 |
1925 | 2024-12-07T00:10:55.777Z | Checking crossbeam-deque v0.8.5 |
1926 | 2024-12-07T00:10:55.804Z | Checking toml v0.8.19 |
1927 | 2024-12-07T00:10:55.833Z | Checking num-bigint-dig v0.8.4 |
1928 | 2024-12-07T00:10:56.029Z | Checking flate2 v1.0.34 |
1929 | 2024-12-07T00:10:56.058Z | Checking elliptic-curve v0.13.8 |
1930 | 2024-12-07T00:10:56.097Z | Checking rustls v0.22.4 |
1931 | 2024-12-07T00:10:56.469Z | Checking pkcs1 v0.7.5 |
1932 | 2024-12-07T00:10:56.609Z | Checking dof v0.3.0 |
1933 | 2024-12-07T00:10:56.633Z | Checking curve25519-dalek v4.1.3 |
1934 | 2024-12-07T00:10:56.660Z | Checking ecdsa v0.16.9 |
1935 | 2024-12-07T00:10:56.705Z | Checking zerocopy v0.6.6 |
1936 | 2024-12-07T00:10:56.845Z | Checking siphasher v0.3.11 |
1937 | 2024-12-07T00:10:57.116Z | Checking rayon-core v1.12.1 |
1938 | 2024-12-07T00:10:57.177Z | Checking usdt-impl v0.5.0 |
1939 | 2024-12-07T00:10:57.280Z | Checking ed25519 v2.2.3 |
1940 | 2024-12-07T00:10:57.385Z | Checking slog-json v2.6.1 |
1941 | 2024-12-07T00:10:57.582Z | Checking signal-hook v0.3.17 |
1942 | 2024-12-07T00:10:57.643Z | Checking debug-ignore v1.0.5 |
1943 | 2024-12-07T00:10:57.694Z | Checking usdt v0.5.0 |
1944 | 2024-12-07T00:10:57.720Z | Checking rsa v0.9.6 |
1945 | 2024-12-07T00:10:57.759Z | Checking quick-error v1.2.3 |
1946 | 2024-12-07T00:10:57.796Z | Checking slog-bunyan v2.5.0 |
1947 | 2024-12-07T00:10:57.911Z | Checking multer v3.1.0 |
1948 | 2024-12-07T00:10:57.937Z | Checking itertools v0.10.5 |
1949 | 2024-12-07T00:10:57.969Z | Checking x509-cert v0.2.5 |
1950 | 2024-12-07T00:10:57.992Z | Checking idna v0.4.0 |
1951 | 2024-12-07T00:10:58.117Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-07T00:10:58.247Z | Checking ed25519-dalek v2.1.1 |
1953 | 2024-12-07T00:10:58.296Z | Checking serde_path_to_error v0.1.16 |
1954 | 2024-12-07T00:10:58.631Z | Checking hubpack v0.1.2 |
1955 | 2024-12-07T00:10:58.716Z | Checking waitgroup v0.1.2 |
1956 | 2024-12-07T00:10:58.745Z | Checking bzip2-sys v0.1.11+1.0.8 |
1957 | 2024-12-07T00:10:58.855Z | Checking async-stream v0.3.6 |
1958 | 2024-12-07T00:10:58.880Z | Checking hostname v0.4.0 |
1959 | 2024-12-07T00:10:58.904Z | Checking bit-vec v0.6.3 |
1960 | 2024-12-07T00:10:58.941Z | Checking bzip2 v0.4.4 |
1961 | 2024-12-07T00:10:59.034Z | Checking hickory-proto v0.24.1 |
1962 | 2024-12-07T00:10:59.058Z | Checking signal-hook-mio v0.2.4 |
1963 | 2024-12-07T00:10:59.194Z | Checking console v0.15.8 |
1964 | 2024-12-07T00:10:59.219Z | Checking bit-set v0.5.3 |
1965 | 2024-12-07T00:10:59.244Z | Checking hash32 v0.2.1 |
1966 | 2024-12-07T00:10:59.433Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-12-07T00:10:59.457Z | Checking tokio-rustls v0.25.0 |
1968 | 2024-12-07T00:10:59.484Z | Checking predicates-core v1.0.8 |
1969 | 2024-12-07T00:10:59.520Z | Checking unicode-properties v0.1.3 |
1970 | 2024-12-07T00:10:59.659Z | Checking heapless v0.7.17 |
1971 | 2024-12-07T00:10:59.704Z | Checking crossterm v0.28.1 |
1972 | 2024-12-07T00:10:59.734Z | Checking lru-cache v0.1.2 |
1973 | 2024-12-07T00:10:59.857Z | Checking stringprep v0.1.5 |
1974 | 2024-12-07T00:10:59.882Z | Checking dropshot v0.12.0 |
1975 | 2024-12-07T00:10:59.921Z | Checking rayon v1.10.0 |
1976 | 2024-12-07T00:11:00.004Z | Checking phf_shared v0.11.2 |
1977 | 2024-12-07T00:11:00.148Z | Checking similar v2.6.0 |
1978 | 2024-12-07T00:11:00.267Z | Checking tokio-stream v0.1.16 |
1979 | 2024-12-07T00:11:00.373Z | Checking toml v0.7.8 |
1980 | 2024-12-07T00:11:00.605Z | Checking md-5 v0.10.6 |
1981 | 2024-12-07T00:11:00.803Z | Checking float-cmp v0.9.0 |
1982 | 2024-12-07T00:11:00.961Z | Checking difflib v0.4.0 |
1983 | 2024-12-07T00:11:00.987Z | Checking fixedbitset v0.4.2 |
1984 | 2024-12-07T00:11:01.036Z | Checking normalize-line-endings v0.3.0 |
1985 | 2024-12-07T00:11:01.067Z | Checking fallible-iterator v0.2.0 |
1986 | 2024-12-07T00:11:01.176Z | Checking smoltcp v0.9.1 |
1987 | 2024-12-07T00:11:01.257Z | Checking petgraph v0.6.5 |
1988 | 2024-12-07T00:11:01.289Z | Checking predicates v3.1.2 |
1989 | 2024-12-07T00:11:01.317Z | Checking phf v0.11.2 |
1990 | 2024-12-07T00:11:01.565Z | Checking zip v0.6.6 |
1991 | 2024-12-07T00:11:01.622Z | Checking postgres-protocol v0.6.7 |
1992 | 2024-12-07T00:11:01.893Z | Checking resolv-conf v0.7.0 |
1993 | 2024-12-07T00:11:02.190Z | Checking phf_shared v0.10.0 |
1994 | 2024-12-07T00:11:02.223Z | Checking tungstenite v0.24.0 |
1995 | 2024-12-07T00:11:02.247Z | Checking fs-err v2.11.0 |
1996 | 2024-12-07T00:11:02.473Z | Checking serde-big-array v0.5.1 |
1997 | 2024-12-07T00:11:02.498Z | Checking portable-atomic v1.9.0 |
1998 | 2024-12-07T00:11:02.682Z | Checking precomputed-hash v0.1.1 |
1999 | 2024-12-07T00:11:02.770Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-07T00:11:02.802Z | Checking minimal-lexical v0.2.1 |
2001 | 2024-12-07T00:11:02.882Z | Checking unicode-width v0.2.0 |
2002 | 2024-12-07T00:11:03.063Z | Checking number_prefix v0.4.0 |
2003 | 2024-12-07T00:11:03.117Z | Checking lalrpop-util v0.19.12 |
2004 | 2024-12-07T00:11:03.171Z | Checking nom v7.1.3 |
2005 | 2024-12-07T00:11:03.238Z | Checking tokio-tungstenite v0.24.0 |
2006 | 2024-12-07T00:11:03.321Z | Checking string_cache v0.8.7 |
2007 | 2024-12-07T00:11:03.348Z | Checking hickory-resolver v0.24.1 |
2008 | 2024-12-07T00:11:03.378Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2009 | 2024-12-07T00:11:03.447Z | Checking postgres-types v0.2.8 |
2010 | 2024-12-07T00:11:03.517Z | Checking indicatif v0.17.9 |
2011 | 2024-12-07T00:11:03.585Z | Checking itertools v0.12.1 |
2012 | 2024-12-07T00:11:03.683Z | Checking peg-runtime v0.8.3 |
2013 | 2024-12-07T00:11:03.888Z | Checking whoami v1.5.2 |
2014 | 2024-12-07T00:11:04.166Z | Checking tokio-postgres v0.7.12 |
2015 | 2024-12-07T00:11:04.201Z | Compiling hashbrown v0.14.5 |
2016 | 2024-12-07T00:11:04.225Z | Compiling ident_case v1.0.1 |
2017 | 2024-12-07T00:11:04.249Z | Compiling unsafe-libyaml v0.2.11 |
2018 | 2024-12-07T00:11:04.398Z | Compiling darling_core v0.20.10 |
2019 | 2024-12-07T00:11:04.751Z | Checking qorb v0.2.1 |
2020 | 2024-12-07T00:11:05.382Z | Compiling regress v0.10.1 |
2021 | 2024-12-07T00:11:05.638Z | Compiling serde_yaml v0.9.34+deprecated |
2022 | 2024-12-07T00:11:05.868Z | Checking heck v0.5.0 |
2023 | 2024-12-07T00:11:06.044Z | Checking progenitor-client v0.8.0 |
2024 | 2024-12-07T00:11:06.384Z | Checking fastrand v2.1.1 |
2025 | 2024-12-07T00:11:06.686Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-07T00:11:06.738Z | Checking ipnetwork v0.20.0 |
2027 | 2024-12-07T00:11:07.000Z | Compiling structmeta-derive v0.3.0 |
2028 | 2024-12-07T00:11:07.033Z | Checking strum v0.26.3 |
2029 | 2024-12-07T00:11:07.102Z | Compiling dropshot v0.13.0 |
2030 | 2024-12-07T00:11:07.191Z | Checking macaddr v1.0.1 |
2031 | 2024-12-07T00:11:07.429Z | Compiling dropshot_endpoint v0.13.0 |
2032 | 2024-12-07T00:11:07.500Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-12-07T00:11:08.166Z | Checking tempfile v3.13.0 |
2034 | 2024-12-07T00:11:08.219Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-12-07T00:11:08.504Z | Compiling typify-impl v0.2.0 |
2036 | 2024-12-07T00:11:08.541Z | Checking instant v0.1.13 |
2037 | 2024-12-07T00:11:08.654Z | Checking regress v0.9.1 |
2038 | 2024-12-07T00:11:09.333Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2039 | 2024-12-07T00:11:09.436Z | Compiling structmeta v0.3.0 |
2040 | 2024-12-07T00:11:09.555Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2041 | 2024-12-07T00:11:09.829Z | Checking backoff v0.4.0 |
2042 | 2024-12-07T00:11:09.853Z | Compiling parse-display-derive v0.10.0 |
2043 | 2024-12-07T00:11:10.009Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-12-07T00:11:10.105Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2045 | 2024-12-07T00:11:10.155Z | Checking wait-timeout v0.2.0 |
2046 | 2024-12-07T00:11:10.257Z | Checking rand_xorshift v0.3.0 |
2047 | 2024-12-07T00:11:10.329Z | Checking rusty-fork v0.3.0 |
2048 | 2024-12-07T00:11:10.393Z | Compiling darling_macro v0.20.10 |
2049 | 2024-12-07T00:11:10.435Z | Checking unarray v0.1.4 |
2050 | 2024-12-07T00:11:10.584Z | Compiling structmeta-derive v0.2.0 |
2051 | 2024-12-07T00:11:10.609Z | Checking proptest v1.5.0 |
2052 | 2024-12-07T00:11:11.224Z | Compiling darling v0.20.10 |
2053 | 2024-12-07T00:11:11.344Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-12-07T00:11:11.452Z | Checking camino-tempfile v1.1.1 |
2055 | 2024-12-07T00:11:11.704Z | Compiling proc-macro-error v1.0.4 |
2056 | 2024-12-07T00:11:11.845Z | Compiling proc-macro-crate v1.3.1 |
2057 | 2024-12-07T00:11:12.328Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2058 | 2024-12-07T00:11:12.642Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2059 | 2024-12-07T00:11:12.769Z | Compiling num_enum_derive v0.5.11 |
2060 | 2024-12-07T00:11:12.902Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2024-12-07T00:11:13.016Z | Compiling structmeta v0.2.0 |
2062 | 2024-12-07T00:11:13.416Z | Compiling test-strategy v0.3.1 |
2063 | 2024-12-07T00:11:13.740Z | Checking parse-display v0.10.0 |
2064 | 2024-12-07T00:11:13.765Z | Checking serde_with v3.11.0 |
2065 | 2024-12-07T00:11:13.956Z | Checking foreign-types-shared v0.3.1 |
2066 | 2024-12-07T00:11:14.069Z | Checking foreign-types v0.5.0 |
2067 | 2024-12-07T00:11:14.179Z | Checking tabwriter v1.4.0 |
2068 | 2024-12-07T00:11:14.287Z | Checking cstr-argument v0.1.2 |
2069 | 2024-12-07T00:11:14.396Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2024-12-07T00:11:14.454Z | Checking pretty-hex v0.2.1 |
2071 | 2024-12-07T00:11:14.569Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2024-12-07T00:11:14.613Z | Checking colored v2.1.0 |
2073 | 2024-12-07T00:11:14.637Z | Checking smf v0.2.3 |
2074 | 2024-12-07T00:11:14.852Z | Checking base64 v0.21.7 |
2075 | 2024-12-07T00:11:14.876Z | Checking num_enum v0.5.11 |
2076 | 2024-12-07T00:11:14.900Z | Compiling zerocopy v0.8.10 |
2077 | 2024-12-07T00:11:15.025Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2078 | 2024-12-07T00:11:15.050Z | Compiling crucible-workspace-hack v0.1.0 |
2079 | 2024-12-07T00:11:15.088Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2024-12-07T00:11:15.234Z | Compiling itertools v0.13.0 |
2081 | 2024-12-07T00:11:15.279Z | Compiling zerocopy-derive v0.8.10 |
2082 | 2024-12-07T00:11:15.303Z | Compiling heapless v0.8.0 |
2083 | 2024-12-07T00:11:15.361Z | Checking termtree v0.4.1 |
2084 | 2024-12-07T00:11:15.549Z | Checking predicates-tree v1.0.11 |
2085 | 2024-12-07T00:11:15.734Z | Checking hash32 v0.3.1 |
2086 | 2024-12-07T00:11:15.795Z | Compiling smoltcp v0.11.0 |
2087 | 2024-12-07T00:11:15.957Z | Checking cobs v0.2.3 |
2088 | 2024-12-07T00:11:16.146Z | Checking postcard v1.0.10 |
2089 | 2024-12-07T00:11:16.489Z | Checking sigpipe v0.1.3 |
2090 | 2024-12-07T00:11:16.542Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-07T00:11:16.602Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-07T00:11:16.654Z | Checking atomicwrites v0.4.4 |
2093 | 2024-12-07T00:11:16.694Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2024-12-07T00:11:16.754Z | Compiling thiserror v2.0.3 |
2095 | 2024-12-07T00:11:16.849Z | Compiling mockall_derive v0.13.0 |
2096 | 2024-12-07T00:11:16.880Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2097 | 2024-12-07T00:11:17.130Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2098 | 2024-12-07T00:11:17.194Z | Compiling thiserror-impl v2.0.3 |
2099 | 2024-12-07T00:11:17.411Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2100 | 2024-12-07T00:11:17.627Z | Compiling zone_cfg_derive v0.3.0 |
2101 | 2024-12-07T00:11:17.973Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2102 | 2024-12-07T00:11:18.841Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2103 | 2024-12-07T00:11:19.146Z | Compiling num-derive v0.4.2 |
2104 | 2024-12-07T00:11:19.191Z | Checking fragile v2.0.0 |
2105 | 2024-12-07T00:11:19.462Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2024-12-07T00:11:19.545Z | Checking downcast v0.11.0 |
2107 | 2024-12-07T00:11:19.742Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2108 | 2024-12-07T00:11:19.797Z | Checking zone v0.3.0 |
2109 | 2024-12-07T00:11:20.006Z | Compiling convert_case v0.4.0 |
2110 | 2024-12-07T00:11:20.425Z | Checking newline-converter v0.3.0 |
2111 | 2024-12-07T00:11:20.553Z | Checking tungstenite v0.21.0 |
2112 | 2024-12-07T00:11:20.586Z | Checking expectorate v1.1.0 |
2113 | 2024-12-07T00:11:20.756Z | Checking same-file v1.0.6 |
2114 | 2024-12-07T00:11:20.878Z | Compiling derive_more v0.99.18 |
2115 | 2024-12-07T00:11:20.923Z | Checking walkdir v2.5.0 |
2116 | 2024-12-07T00:11:21.041Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2117 | 2024-12-07T00:11:21.228Z | Checking arc-swap v1.7.1 |
2118 | 2024-12-07T00:11:21.430Z | Checking tokio-tungstenite v0.21.0 |
2119 | 2024-12-07T00:11:21.461Z | Checking xattr v1.3.1 |
2120 | 2024-12-07T00:11:21.593Z | Checking slog-scope v4.4.0 |
2121 | 2024-12-07T00:11:21.650Z | Checking filetime v0.2.25 |
2122 | 2024-12-07T00:11:21.773Z | Checking slog-stdlog v4.1.1 |
2123 | 2024-12-07T00:11:21.845Z | Checking tar v0.4.42 |
2124 | 2024-12-07T00:11:21.871Z | Checking num-rational v0.4.2 |
2125 | 2024-12-07T00:11:21.934Z | Checking slog-envlogger v2.2.0 |
2126 | 2024-12-07T00:11:22.125Z | Checking num-complex v0.4.6 |
2127 | 2024-12-07T00:11:22.431Z | Checking float-ord v0.3.2 |
2128 | 2024-12-07T00:11:22.564Z | Compiling cancel-safe-futures v0.1.5 |
2129 | 2024-12-07T00:11:22.588Z | Checking swrite v0.1.0 |
2130 | 2024-12-07T00:11:22.701Z | Compiling owo-colors v4.1.0 |
2131 | 2024-12-07T00:11:22.881Z | Checking num v0.4.3 |
2132 | 2024-12-07T00:11:22.905Z | Checking libsw v3.3.1 |
2133 | 2024-12-07T00:11:23.015Z | Checking pem v3.0.4 |
2134 | 2024-12-07T00:11:23.148Z | Checking password-hash v0.5.0 |
2135 | 2024-12-07T00:11:23.259Z | Checking blake2 v0.10.6 |
2136 | 2024-12-07T00:11:23.284Z | Compiling typify-macro v0.2.0 |
2137 | 2024-12-07T00:11:23.343Z | Checking indent_write v2.2.0 |
2138 | 2024-12-07T00:11:23.532Z | Checking linear-map v1.2.0 |
2139 | 2024-12-07T00:11:23.559Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2140 | 2024-12-07T00:11:23.664Z | Checking argon2 v0.5.3 |
2141 | 2024-12-07T00:11:23.693Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2142 | 2024-12-07T00:11:23.885Z | Compiling lzma-sys v0.1.20 |
2143 | 2024-12-07T00:11:24.010Z | Checking mockall v0.13.0 |
2144 | 2024-12-07T00:11:24.218Z | Checking headers-core v0.3.0 |
2145 | 2024-12-07T00:11:24.276Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-12-07T00:11:24.303Z | Compiling heck v0.3.3 |
2147 | 2024-12-07T00:11:24.348Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-07T00:11:24.373Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2149 | 2024-12-07T00:11:24.472Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2150 | 2024-12-07T00:11:24.638Z | Checking headers v0.4.0 |
2151 | 2024-12-07T00:11:24.693Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-12-07T00:11:24.717Z | Compiling zone_cfg_derive v0.1.2 |
2153 | 2024-12-07T00:11:24.766Z | Checking yasna v0.5.2 |
2154 | 2024-12-07T00:11:24.957Z | Checking highway v1.2.0 |
2155 | 2024-12-07T00:11:25.325Z | Checking base64 v0.13.1 |
2156 | 2024-12-07T00:11:25.540Z | Checking rcgen v0.12.1 |
2157 | 2024-12-07T00:11:25.640Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2158 | 2024-12-07T00:11:25.676Z | Checking ron v0.7.1 |
2159 | 2024-12-07T00:11:25.935Z | Checking zone v0.1.8 |
2160 | 2024-12-07T00:11:26.108Z | Checking xz2 v0.1.7 |
2161 | 2024-12-07T00:11:26.283Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2162 | 2024-12-07T00:11:26.385Z | Checking subprocess v0.2.9 |
2163 | 2024-12-07T00:11:26.556Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2164 | 2024-12-07T00:11:26.743Z | Checking humantime v2.1.0 |
2165 | 2024-12-07T00:11:26.875Z | Compiling semver v0.1.20 |
2166 | 2024-12-07T00:11:26.899Z | Compiling typify v0.2.0 |
2167 | 2024-12-07T00:11:27.045Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-12-07T00:11:27.313Z | Compiling rustc_version v0.1.7 |
2169 | 2024-12-07T00:11:27.440Z | Checking half v2.4.1 |
2170 | 2024-12-07T00:11:27.474Z | Checking ciborium-io v0.2.2 |
2171 | 2024-12-07T00:11:27.528Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2172 | 2024-12-07T00:11:27.597Z | Checking prettyplease v0.2.25 |
2173 | 2024-12-07T00:11:27.796Z | Compiling newtype_derive v0.1.6 |
2174 | 2024-12-07T00:11:27.840Z | Checking ciborium-ll v0.2.2 |
2175 | 2024-12-07T00:11:28.115Z | Checking ciborium v0.2.2 |
2176 | 2024-12-07T00:11:29.022Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2177 | 2024-12-07T00:11:29.378Z | Checking steno v0.4.1 |
2178 | 2024-12-07T00:11:29.759Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-12-07T00:11:30.488Z | Checking display-error-chain v0.2.2 |
2180 | 2024-12-07T00:11:30.646Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-12-07T00:11:30.699Z | Checking gethostname v0.5.0 |
2182 | 2024-12-07T00:11:30.787Z | Checking nibble_vec v0.1.0 |
2183 | 2024-12-07T00:11:30.826Z | Compiling ring v0.16.20 |
2184 | 2024-12-07T00:11:30.979Z | Compiling blake3 v1.5.4 |
2185 | 2024-12-07T00:11:31.322Z | Checking keccak v0.1.5 |
2186 | 2024-12-07T00:11:31.370Z | Checking endian-type v0.1.2 |
2187 | 2024-12-07T00:11:31.572Z | Checking radix_trie v0.2.1 |
2188 | 2024-12-07T00:11:31.618Z | Checking sha3 v0.10.8 |
2189 | 2024-12-07T00:11:31.961Z | Checking universal-hash v0.5.1 |
2190 | 2024-12-07T00:11:31.985Z | Checking secrecy v0.8.0 |
2191 | 2024-12-07T00:11:32.083Z | Checking opaque-debug v0.3.1 |
2192 | 2024-12-07T00:11:32.158Z | Checking aead v0.5.2 |
2193 | 2024-12-07T00:11:32.184Z | Checking chacha20 v0.9.1 |
2194 | 2024-12-07T00:11:32.213Z | Checking poly1305 v0.8.0 |
2195 | 2024-12-07T00:11:32.524Z | Compiling memmap2 v0.9.5 |
2196 | 2024-12-07T00:11:32.705Z | Compiling arrayvec v0.7.6 |
2197 | 2024-12-07T00:11:32.946Z | Compiling arrayref v0.3.9 |
2198 | 2024-12-07T00:11:33.056Z | Compiling spin v0.5.2 |
2199 | 2024-12-07T00:11:33.100Z | Compiling constant_time_eq v0.3.1 |
2200 | 2024-12-07T00:11:33.245Z | Compiling toolchain_find v0.4.0 |
2201 | 2024-12-07T00:11:33.283Z | Compiling thiserror-impl-no-std v2.0.2 |
2202 | 2024-12-07T00:11:33.307Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2024-12-07T00:11:33.552Z | Compiling topological-sort v0.2.2 |
2204 | 2024-12-07T00:11:33.648Z | Compiling rustfmt-wrapper v0.2.1 |
2205 | 2024-12-07T00:11:33.751Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2206 | 2024-12-07T00:11:33.848Z | Compiling progenitor-macro v0.8.0 |
2207 | 2024-12-07T00:11:34.044Z | Checking chacha20poly1305 v0.10.1 |
2208 | 2024-12-07T00:11:34.071Z | Compiling async-recursion v1.1.1 |
2209 | 2024-12-07T00:11:34.136Z | Checking fxhash v0.2.1 |
2210 | 2024-12-07T00:11:34.224Z | Checking lockfree-object-pool v0.1.6 |
2211 | 2024-12-07T00:11:34.282Z | Checking simd-adler32 v0.3.7 |
2212 | 2024-12-07T00:11:34.310Z | Compiling zip v2.1.3 |
2213 | 2024-12-07T00:11:34.449Z | Checking bumpalo v3.16.0 |
2214 | 2024-12-07T00:11:34.599Z | Checking termcolor v1.4.1 |
2215 | 2024-12-07T00:11:34.628Z | Compiling radium v0.7.0 |
2216 | 2024-12-07T00:11:34.758Z | Checking zopfli v0.8.1 |
2217 | 2024-12-07T00:11:34.978Z | Checking maplit v1.0.2 |
2218 | 2024-12-07T00:11:35.045Z | Compiling maybe-uninit v2.0.0 |
2219 | 2024-12-07T00:11:35.097Z | Checking tap v1.0.1 |
2220 | 2024-12-07T00:11:35.257Z | Checking wyz v0.5.1 |
2221 | 2024-12-07T00:11:35.590Z | Checking home v0.5.9 |
2222 | 2024-12-07T00:11:35.614Z | Compiling packed_struct v0.10.1 |
2223 | 2024-12-07T00:11:35.730Z | Checking crc-catalog v2.4.0 |
2224 | 2024-12-07T00:11:35.823Z | Checking funty v2.0.0 |
2225 | 2024-12-07T00:11:35.879Z | Checking crc v3.2.1 |
2226 | 2024-12-07T00:11:35.917Z | Checking thiserror-no-std v2.0.2 |
2227 | 2024-12-07T00:11:36.023Z | Compiling omicron-zone-package v0.11.1 |
2228 | 2024-12-07T00:11:36.048Z | Checking vsss-rs v3.3.4 |
2229 | 2024-12-07T00:11:36.364Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2024-12-07T00:11:36.434Z | Checking kstat-rs v0.2.4 |
2231 | 2024-12-07T00:11:36.654Z | Checking bitvec v1.0.1 |
2232 | 2024-12-07T00:11:36.738Z | Compiling packed_struct_codegen v0.10.1 |
2233 | 2024-12-07T00:11:37.272Z | Compiling vte_generate_state_changes v0.1.2 |
2234 | 2024-12-07T00:11:37.460Z | Compiling indexmap v1.9.3 |
2235 | 2024-12-07T00:11:37.707Z | Checking nodrop v0.1.14 |
2236 | 2024-12-07T00:11:37.822Z | Compiling libefi-sys v0.1.0 |
2237 | 2024-12-07T00:11:37.846Z | Checking vte v0.11.1 |
2238 | 2024-12-07T00:11:38.100Z | Checking array-init v0.0.4 |
2239 | 2024-12-07T00:11:38.133Z | Checking const_format v0.2.33 |
2240 | 2024-12-07T00:11:38.586Z | Checking smallvec v0.6.14 |
2241 | 2024-12-07T00:11:38.756Z | Checking fd-lock v4.0.2 |
2242 | 2024-12-07T00:11:38.917Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2243 | 2024-12-07T00:11:38.943Z | Compiling bitfield-struct v0.6.2 |
2244 | 2024-12-07T00:11:38.967Z | Checking hashbrown v0.12.3 |
2245 | 2024-12-07T00:11:38.992Z | Checking bitfield v0.14.0 |
2246 | 2024-12-07T00:11:39.043Z | Checking serde-hex v0.1.0 |
2247 | 2024-12-07T00:11:39.247Z | Checking strip-ansi-escapes v0.2.0 |
2248 | 2024-12-07T00:11:39.404Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2249 | 2024-12-07T00:11:39.647Z | Checking env_logger v0.10.2 |
2250 | 2024-12-07T00:11:39.735Z | Checking ron v0.8.1 |
2251 | 2024-12-07T00:11:40.033Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2252 | 2024-12-07T00:11:40.163Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-07T00:11:40.320Z | Checking hashbrown v0.13.2 |
2254 | 2024-12-07T00:11:40.500Z | Checking crc-any v2.5.0 |
2255 | 2024-12-07T00:11:40.658Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-07T00:11:40.769Z | Checking nu-ansi-term v0.50.1 |
2257 | 2024-12-07T00:11:40.806Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2024-12-07T00:11:40.833Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-07T00:11:41.188Z | Checking reedline v0.35.0 |
2260 | 2024-12-07T00:11:41.287Z | Checking object v0.30.4 |
2261 | 2024-12-07T00:11:41.311Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2262 | 2024-12-07T00:11:41.311Z | Compiling parking_lot_core v0.8.6 |
2263 | 2024-12-07T00:11:41.463Z | Checking path-slash v0.1.5 |
2264 | 2024-12-07T00:11:41.559Z | Compiling phf_generator v0.11.2 |
2265 | 2024-12-07T00:11:41.602Z | Checking glob v0.3.1 |
2266 | 2024-12-07T00:11:41.739Z | Checking bytecount v0.6.8 |
2267 | 2024-12-07T00:11:41.887Z | Checking papergrid v0.11.0 |
2268 | 2024-12-07T00:11:41.911Z | Compiling phf_codegen v0.11.2 |
2269 | 2024-12-07T00:11:42.109Z | Checking parking_lot v0.11.2 |
2270 | 2024-12-07T00:11:42.134Z | Compiling tabled_derive v0.7.0 |
2271 | 2024-12-07T00:11:42.292Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2272 | 2024-12-07T00:11:42.431Z | Compiling parse-zoneinfo v0.3.1 |
2273 | 2024-12-07T00:11:42.495Z | Compiling cfg_aliases v0.1.1 |
2274 | 2024-12-07T00:11:42.595Z | Compiling nix v0.28.0 |
2275 | 2024-12-07T00:11:43.211Z | Compiling chrono-tz-build v0.4.0 |
2276 | 2024-12-07T00:11:43.261Z | Checking sled v0.34.7 |
2277 | 2024-12-07T00:11:43.474Z | Checking hickory-client v0.24.1 |
2278 | 2024-12-07T00:11:44.045Z | Checking hickory-server v0.24.1 |
2279 | 2024-12-07T00:11:44.204Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2024-12-07T00:11:44.263Z | Checking tabled v0.15.0 |
2281 | 2024-12-07T00:11:44.470Z | Compiling chrono-tz v0.10.0 |
2282 | 2024-12-07T00:11:45.004Z | Compiling buf-list v1.0.3 |
2283 | 2024-12-07T00:11:45.653Z | Compiling peg-macros v0.8.4 |
2284 | 2024-12-07T00:11:45.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2285 | 2024-12-07T00:11:46.434Z | Checking progenitor v0.8.0 |
2286 | 2024-12-07T00:11:46.693Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2287 | 2024-12-07T00:11:46.724Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2288 | 2024-12-07T00:11:46.747Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2289 | 2024-12-07T00:11:47.183Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2290 | 2024-12-07T00:11:47.930Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2291 | 2024-12-07T00:11:48.811Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-12-07T00:11:49.778Z | Compiling sqlparser_derive v0.2.2 |
2293 | 2024-12-07T00:11:50.491Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-07T00:11:50.709Z | Checking unicode_categories v0.1.1 |
2295 | 2024-12-07T00:11:50.825Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-12-07T00:11:50.984Z | Checking sqlformat v0.2.6 |
2297 | 2024-12-07T00:11:51.728Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2024-12-07T00:11:52.357Z | Checking sqlparser v0.45.0 |
2299 | 2024-12-07T00:11:52.736Z | Checking peg v0.8.4 |
2300 | 2024-12-07T00:11:52.838Z | Checking rustyline v14.0.0 |
2301 | 2024-12-07T00:11:53.402Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2302 | 2024-12-07T00:11:54.228Z | Checking bcs v0.1.6 |
2303 | 2024-12-07T00:11:54.251Z | Checking termtree v0.5.1 |
2304 | 2024-12-07T00:11:54.457Z | Checking primeorder v0.13.6 |
2305 | 2024-12-07T00:11:54.654Z | Compiling unicase v2.7.0 |
2306 | 2024-12-07T00:11:54.822Z | Checking nanorand v0.7.0 |
2307 | 2024-12-07T00:11:54.874Z | Checking atty v0.2.14 |
2308 | 2024-12-07T00:11:55.007Z | Compiling salty v0.3.0 |
2309 | 2024-12-07T00:11:55.172Z | Checking flume v0.11.1 |
2310 | 2024-12-07T00:11:55.408Z | Checking p384 v0.13.0 |
2311 | 2024-12-07T00:11:55.472Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2312 | 2024-12-07T00:11:55.618Z | Compiling mime_guess v2.0.5 |
2313 | 2024-12-07T00:11:56.478Z | Checking env_filter v0.1.2 |
2314 | 2024-12-07T00:11:56.668Z | Checking http-range v0.1.5 |
2315 | 2024-12-07T00:11:56.700Z | Checking env_logger v0.11.5 |
2316 | 2024-12-07T00:11:56.787Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-12-07T00:11:57.026Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2318 | 2024-12-07T00:11:57.171Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2319 | 2024-12-07T00:11:57.387Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2320 | 2024-12-07T00:11:57.507Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2321 | 2024-12-07T00:11:57.684Z | Compiling dsl_auto_type v0.1.2 |
2322 | 2024-12-07T00:11:58.038Z | Checking scheduled-thread-pool v0.2.7 |
2323 | 2024-12-07T00:11:58.065Z | Compiling diesel_table_macro_syntax v0.2.0 |
2324 | 2024-12-07T00:11:58.280Z | Compiling crunchy v0.2.2 |
2325 | 2024-12-07T00:11:58.507Z | Checking r2d2 v0.8.10 |
2326 | 2024-12-07T00:11:58.805Z | Checking hyper-staticfile v0.10.1 |
2327 | 2024-12-07T00:11:58.835Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2328 | 2024-12-07T00:11:59.216Z | Compiling diesel_derives v2.2.3 |
2329 | 2024-12-07T00:11:59.912Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2330 | 2024-12-07T00:12:00.200Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2331 | 2024-12-07T00:12:00.668Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2332 | 2024-12-07T00:12:01.332Z | Compiling tiny-keccak v2.0.2 |
2333 | 2024-12-07T00:12:01.493Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2334 | 2024-12-07T00:12:01.650Z | Compiling pin-project-internal v1.1.6 |
2335 | 2024-12-07T00:12:01.759Z | Compiling ref-cast v1.0.23 |
2336 | 2024-12-07T00:12:02.534Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2337 | 2024-12-07T00:12:02.794Z | Compiling ascii-canvas v3.0.0 |
2338 | 2024-12-07T00:12:02.936Z | Compiling ena v0.14.3 |
2339 | 2024-12-07T00:12:03.316Z | Compiling ref-cast-impl v1.0.23 |
2340 | 2024-12-07T00:12:03.340Z | Compiling regex-syntax v0.6.29 |
2341 | 2024-12-07T00:12:03.686Z | Compiling diff v0.1.13 |
2342 | 2024-12-07T00:12:04.352Z | Checking pin-project v1.1.6 |
2343 | 2024-12-07T00:12:04.399Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2344 | 2024-12-07T00:12:04.492Z | Checking signal-hook-tokio v0.3.1 |
2345 | 2024-12-07T00:12:04.517Z | Compiling snafu-derive v0.8.5 |
2346 | 2024-12-07T00:12:04.681Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2024-12-07T00:12:08.924Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-12-07T00:12:08.949Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-12-07T00:12:08.949Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-12-07T00:12:09.420Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-12-07T00:12:09.952Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2352 | 2024-12-07T00:12:10.821Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2353 | 2024-12-07T00:12:11.070Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2024-12-07T00:12:11.296Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2355 | 2024-12-07T00:12:11.321Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2024-12-07T00:12:11.494Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-12-07T00:12:11.938Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2358 | 2024-12-07T00:12:12.008Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2359 | 2024-12-07T00:12:12.053Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2360 | 2024-12-07T00:12:12.111Z | Checking diesel v2.2.4 |
2361 | 2024-12-07T00:12:12.428Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2362 | 2024-12-07T00:12:12.654Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2363 | 2024-12-07T00:12:13.477Z | Compiling lalrpop v0.19.12 |
2364 | 2024-12-07T00:12:14.028Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-07T00:12:14.293Z | Checking snafu v0.8.5 |
2366 | 2024-12-07T00:12:14.444Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2367 | 2024-12-07T00:12:14.713Z | Compiling derive_builder_core v0.20.2 |
2368 | 2024-12-07T00:12:14.756Z | Checking globset v0.4.15 |
2369 | 2024-12-07T00:12:15.227Z | Checking olpc-cjson v0.1.4 |
2370 | 2024-12-07T00:12:15.448Z | Checking serde_plain v1.0.2 |
2371 | 2024-12-07T00:12:15.683Z | Compiling libxml v0.3.3 |
2372 | 2024-12-07T00:12:15.956Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2373 | 2024-12-07T00:12:16.001Z | Compiling memoffset v0.9.1 |
2374 | 2024-12-07T00:12:16.299Z | Checking typed-path v0.9.3 |
2375 | 2024-12-07T00:12:16.876Z | Compiling derive_builder_macro v0.20.2 |
2376 | 2024-12-07T00:12:17.418Z | Checking tungstenite v0.23.0 |
2377 | 2024-12-07T00:12:17.661Z | Compiling strum_macros v0.24.3 |
2378 | 2024-12-07T00:12:17.845Z | Compiling samael v0.0.17 |
2379 | 2024-12-07T00:12:18.158Z | Checking tough v0.19.0 |
2380 | 2024-12-07T00:12:18.244Z | Checking parse-size v1.1.0 |
2381 | 2024-12-07T00:12:18.424Z | Compiling indoc v1.0.9 |
2382 | 2024-12-07T00:12:18.694Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2383 | 2024-12-07T00:12:19.282Z | Checking tokio-tungstenite v0.23.1 |
2384 | 2024-12-07T00:12:19.733Z | Checking derive_builder v0.20.2 |
2385 | 2024-12-07T00:12:20.877Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2386 | 2024-12-07T00:12:21.179Z | Checking quick-xml v0.33.0 |
2387 | 2024-12-07T00:12:21.397Z | Compiling impl-trait-for-tuples v0.2.2 |
2388 | 2024-12-07T00:12:21.476Z | Compiling oso-derive v0.27.3 |
2389 | 2024-12-07T00:12:21.567Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2390 | 2024-12-07T00:12:22.437Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2391 | 2024-12-07T00:12:22.491Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2024-12-07T00:12:23.063Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2393 | 2024-12-07T00:12:23.316Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2024-12-07T00:12:23.747Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2024-12-07T00:12:24.018Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2396 | 2024-12-07T00:12:24.378Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2397 | 2024-12-07T00:12:24.870Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2398 | 2024-12-07T00:12:25.503Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2399 | 2024-12-07T00:12:25.591Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2400 | 2024-12-07T00:12:26.373Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2401 | 2024-12-07T00:12:28.270Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2402 | 2024-12-07T00:12:29.145Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2403 | 2024-12-07T00:12:30.584Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2404 | 2024-12-07T00:12:31.439Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2405 | 2024-12-07T00:12:31.574Z | Checking nix v0.27.1 |
2406 | 2024-12-07T00:12:32.707Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2407 | 2024-12-07T00:12:33.251Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2408 | 2024-12-07T00:12:33.498Z | Compiling diesel-dtrace v0.3.0 |
2409 | 2024-12-07T00:12:33.854Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2410 | 2024-12-07T00:12:34.229Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2411 | 2024-12-07T00:12:34.485Z | Checking bb8 v0.8.5 |
2412 | 2024-12-07T00:12:34.963Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2413 | 2024-12-07T00:12:35.835Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2414 | 2024-12-07T00:12:36.341Z | Checking heck v0.4.1 |
2415 | 2024-12-07T00:12:36.365Z | Checking rand_seeder v0.3.0 |
2416 | 2024-12-07T00:12:36.559Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2417 | 2024-12-07T00:12:36.600Z | Checking assert_matches v1.5.0 |
2418 | 2024-12-07T00:12:36.709Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2419 | 2024-12-07T00:12:36.833Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2420 | 2024-12-07T00:12:36.858Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2421 | 2024-12-07T00:12:36.883Z | Compiling libz-sys v1.1.20 |
2422 | 2024-12-07T00:12:36.947Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2423 | 2024-12-07T00:12:37.099Z | Checking is_ci v1.2.0 |
2424 | 2024-12-07T00:12:37.244Z | Checking supports-color v3.0.1 |
2425 | 2024-12-07T00:12:37.438Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2426 | 2024-12-07T00:12:37.827Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2427 | 2024-12-07T00:12:37.985Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2428 | 2024-12-07T00:12:38.802Z | Compiling vergen v8.3.2 |
2429 | 2024-12-07T00:12:38.869Z | Compiling cargo-platform v0.1.8 |
2430 | 2024-12-07T00:12:39.066Z | Checking unicode-linebreak v0.1.5 |
2431 | 2024-12-07T00:12:39.397Z | Checking smawk v0.3.2 |
2432 | 2024-12-07T00:12:39.421Z | Compiling cargo_metadata v0.18.1 |
2433 | 2024-12-07T00:12:39.480Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-12-07T00:12:39.606Z | Checking textwrap v0.16.1 |
2435 | 2024-12-07T00:12:39.962Z | Checking castaway v0.2.3 |
2436 | 2024-12-07T00:12:39.987Z | Compiling libsqlite3-sys v0.30.1 |
2437 | 2024-12-07T00:12:40.037Z | Compiling rustls v0.21.12 |
2438 | 2024-12-07T00:12:40.129Z | Compiling cfg_aliases v0.2.1 |
2439 | 2024-12-07T00:12:40.250Z | Compiling nix v0.29.0 |
2440 | 2024-12-07T00:12:40.320Z | Checking compact_str v0.8.0 |
2441 | 2024-12-07T00:12:41.048Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-12-07T00:12:41.148Z | Checking unicode-truncate v1.1.0 |
2443 | 2024-12-07T00:12:41.329Z | Checking rustls-webpki v0.101.7 |
2444 | 2024-12-07T00:12:41.376Z | Checking sct v0.7.1 |
2445 | 2024-12-07T00:12:41.578Z | Checking lru v0.12.5 |
2446 | 2024-12-07T00:12:41.856Z | Compiling instability v0.3.2 |
2447 | 2024-12-07T00:12:41.936Z | Checking cassowary v0.3.0 |
2448 | 2024-12-07T00:12:42.537Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2449 | 2024-12-07T00:12:42.754Z | Checking ratatui v0.28.1 |
2450 | 2024-12-07T00:12:42.796Z | Checking hashlink v0.9.1 |
2451 | 2024-12-07T00:12:42.822Z | Checking concurrent-queue v2.5.0 |
2452 | 2024-12-07T00:12:43.055Z | Checking async-bb8-diesel v0.2.1 |
2453 | 2024-12-07T00:12:43.349Z | Checking fallible-iterator v0.3.0 |
2454 | 2024-12-07T00:12:43.473Z | Checking plotters-backend v0.3.7 |
2455 | 2024-12-07T00:12:43.686Z | Checking fallible-streaming-iterator v0.1.9 |
2456 | 2024-12-07T00:12:43.817Z | Checking parking v2.2.1 |
2457 | 2024-12-07T00:12:43.918Z | Checking plotters-svg v0.3.7 |
2458 | 2024-12-07T00:12:43.943Z | Checking rusqlite v0.32.1 |
2459 | 2024-12-07T00:12:44.107Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2024-12-07T00:12:44.470Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2461 | 2024-12-07T00:12:44.749Z | Checking tokio-rustls v0.24.1 |
2462 | 2024-12-07T00:12:44.952Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-12-07T00:12:45.086Z | Checking rustls-pemfile v1.0.4 |
2464 | 2024-12-07T00:12:45.207Z | Checking twox-hash v1.6.3 |
2465 | 2024-12-07T00:12:45.288Z | Checking cast v0.3.0 |
2466 | 2024-12-07T00:12:45.343Z | Checking plotters v0.3.7 |
2467 | 2024-12-07T00:12:45.429Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-12-07T00:12:45.534Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2469 | 2024-12-07T00:12:45.562Z | Checking criterion-plot v0.5.0 |
2470 | 2024-12-07T00:12:45.653Z | Checking fatfs v0.3.6 |
2471 | 2024-12-07T00:12:46.007Z | Checking tinytemplate v1.2.1 |
2472 | 2024-12-07T00:12:46.374Z | Checking csv-core v0.1.11 |
2473 | 2024-12-07T00:12:46.532Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2474 | 2024-12-07T00:12:46.687Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2475 | 2024-12-07T00:12:46.962Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-12-07T00:12:47.037Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2024-12-07T00:12:47.544Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2478 | 2024-12-07T00:12:47.846Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2479 | 2024-12-07T00:12:49.039Z | Checking shell-words v1.1.0 |
2480 | 2024-12-07T00:12:49.091Z | Checking hex-literal v0.4.1 |
2481 | 2024-12-07T00:12:49.226Z | Checking oorandom v11.1.4 |
2482 | 2024-12-07T00:12:49.250Z | Checking anes v0.1.6 |
2483 | 2024-12-07T00:12:49.397Z | Checking csv v1.3.0 |
2484 | 2024-12-07T00:12:49.578Z | Checking criterion v0.5.1 |
2485 | 2024-12-07T00:12:50.126Z | Checking event-listener v5.3.1 |
2486 | 2024-12-07T00:12:50.173Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2487 | 2024-12-07T00:12:50.489Z | Checking rtoolbox v0.0.2 |
2488 | 2024-12-07T00:12:50.681Z | Checking rpassword v7.3.1 |
2489 | 2024-12-07T00:12:50.841Z | Checking event-listener-strategy v0.5.2 |
2490 | 2024-12-07T00:12:51.034Z | Checking tui-tree-widget v0.22.0 |
2491 | 2024-12-07T00:12:51.347Z | Checking polyval v0.6.2 |
2492 | 2024-12-07T00:12:51.604Z | Checking ghash v0.5.1 |
2493 | 2024-12-07T00:12:51.768Z | Checking futures-lite v2.3.0 |
2494 | 2024-12-07T00:12:51.953Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2495 | 2024-12-07T00:12:52.970Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2496 | 2024-12-07T00:12:52.994Z | Checking ctr v0.9.2 |
2497 | 2024-12-07T00:12:53.601Z | Checking yansi v1.0.1 |
2498 | 2024-12-07T00:12:53.834Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2499 | 2024-12-07T00:12:53.858Z | Checking aes-gcm v0.10.3 |
2500 | 2024-12-07T00:12:54.085Z | Checking ssh-encoding v0.2.0 |
2501 | 2024-12-07T00:12:54.109Z | Checking pretty_assertions v1.4.1 |
2502 | 2024-12-07T00:12:54.302Z | Checking blowfish v0.9.1 |
2503 | 2024-12-07T00:12:54.397Z | Checking ssh-cipher v0.2.0 |
2504 | 2024-12-07T00:12:54.536Z | Checking bcrypt-pbkdf v0.10.0 |
2505 | 2024-12-07T00:12:54.652Z | Checking async-lock v3.4.0 |
2506 | 2024-12-07T00:12:54.794Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2507 | 2024-12-07T00:12:55.461Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2508 | 2024-12-07T00:12:55.645Z | Checking polling v3.7.3 |
2509 | 2024-12-07T00:12:56.003Z | Checking password-hash v0.4.2 |
2510 | 2024-12-07T00:12:56.408Z | Checking matches v0.1.10 |
2511 | 2024-12-07T00:12:56.513Z | Checking idna v0.2.3 |
2512 | 2024-12-07T00:12:56.726Z | Checking pbkdf2 v0.11.0 |
2513 | 2024-12-07T00:12:56.993Z | Checking async-io v2.3.4 |
2514 | 2024-12-07T00:12:57.180Z | Checking ssh-key v0.6.6 |
2515 | 2024-12-07T00:12:57.601Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2024-12-07T00:12:57.786Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2024-12-07T00:12:58.633Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2024-12-07T00:12:58.768Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2519 | 2024-12-07T00:12:59.333Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2520 | 2024-12-07T00:13:00.064Z | Checking p256 v0.13.2 |
2521 | 2024-12-07T00:13:00.500Z | Checking p521 v0.13.3 |
2522 | 2024-12-07T00:13:00.525Z | Checking russh-cryptovec v0.7.3 |
2523 | 2024-12-07T00:13:00.723Z | Compiling enum-as-inner v0.5.1 |
2524 | 2024-12-07T00:13:01.594Z | Checking md5 v0.7.0 |
2525 | 2024-12-07T00:13:01.632Z | Compiling target-lexicon v0.12.16 |
2526 | 2024-12-07T00:13:01.847Z | Compiling doc-comment v0.3.3 |
2527 | 2024-12-07T00:13:02.365Z | Checking async-task v4.7.1 |
2528 | 2024-12-07T00:13:02.685Z | Checking russh-keys v0.45.0 |
2529 | 2024-12-07T00:13:02.730Z | Checking trust-dns-proto v0.22.0 |
2530 | 2024-12-07T00:13:03.430Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2531 | 2024-12-07T00:13:03.876Z | Checking async-channel v2.3.1 |
2532 | 2024-12-07T00:13:04.184Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2533 | 2024-12-07T00:13:04.406Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2534 | 2024-12-07T00:13:05.139Z | Checking piper v0.2.4 |
2535 | 2024-12-07T00:13:05.358Z | Checking num-bigint v0.4.6 |
2536 | 2024-12-07T00:13:05.738Z | Checking des v0.8.1 |
2537 | 2024-12-07T00:13:05.963Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-07T00:13:06.002Z | Checking futures-timer v3.0.3 |
2539 | 2024-12-07T00:13:06.245Z | Compiling assert_cmd v2.0.16 |
2540 | 2024-12-07T00:13:06.296Z | Compiling dhcproto-macros v0.1.0 |
2541 | 2024-12-07T00:13:06.667Z | Checking blocking v1.6.1 |
2542 | 2024-12-07T00:13:07.046Z | Checking async-executor v1.13.1 |
2543 | 2024-12-07T00:13:07.125Z | Checking dhcproto v0.12.0 |
2544 | 2024-12-07T00:13:07.500Z | Checking russh v0.45.0 |
2545 | 2024-12-07T00:13:07.872Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2546 | 2024-12-07T00:13:08.458Z | Checking async-signal v0.2.10 |
2547 | 2024-12-07T00:13:08.599Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2548 | 2024-12-07T00:13:08.982Z | Checking event-listener v2.5.3 |
2549 | 2024-12-07T00:13:09.200Z | Checking internet-checksum v0.2.1 |
2550 | 2024-12-07T00:13:09.266Z | Compiling target-spec v3.2.2 |
2551 | 2024-12-07T00:13:09.811Z | Checking async-channel v1.9.0 |
2552 | 2024-12-07T00:13:10.588Z | Checking async-process v2.3.0 |
2553 | 2024-12-07T00:13:10.939Z | Checking cfg-expr v0.17.0 |
2554 | 2024-12-07T00:13:10.963Z | Checking async-global-executor v2.4.1 |
2555 | 2024-12-07T00:13:11.506Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2556 | 2024-12-07T00:13:11.639Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2557 | 2024-12-07T00:13:11.671Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2558 | 2024-12-07T00:13:12.097Z | Checking httptest v0.16.1 |
2559 | 2024-12-07T00:13:12.721Z | Checking rustls-native-certs v0.7.3 |
2560 | 2024-12-07T00:13:12.846Z | Compiling petname v2.0.2 |
2561 | 2024-12-07T00:13:12.901Z | Checking num_cpus v1.16.0 |
2562 | 2024-12-07T00:13:13.032Z | Checking kv-log-macro v1.0.7 |
2563 | 2024-12-07T00:13:13.161Z | Compiling async-attributes v1.1.2 |
2564 | 2024-12-07T00:13:13.915Z | Checking async-std v1.13.0 |
2565 | 2024-12-07T00:13:15.531Z | Checking threadpool v1.8.1 |
2566 | 2024-12-07T00:13:15.728Z | Checking hyper-rustls v0.26.0 |
2567 | 2024-12-07T00:13:16.045Z | Checking pathdiff v0.2.2 |
2568 | 2024-12-07T00:13:16.174Z | Compiling rstest_macros v0.23.0 |
2569 | 2024-12-07T00:13:16.220Z | Checking escape8259 v0.5.3 |
2570 | 2024-12-07T00:13:16.399Z | Compiling target-triple v0.1.3 |
2571 | 2024-12-07T00:13:16.614Z | Checking nested v0.1.1 |
2572 | 2024-12-07T00:13:16.825Z | Checking guppy v0.17.8 |
2573 | 2024-12-07T00:13:17.032Z | Checking libtest-mimic v0.7.3 |
2574 | 2024-12-07T00:13:17.109Z | Checking async-object-pool v0.1.5 |
2575 | 2024-12-07T00:13:17.453Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2576 | 2024-12-07T00:13:17.881Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2577 | 2024-12-07T00:13:18.139Z | Checking similar-asserts v1.6.0 |
2578 | 2024-12-07T00:13:18.370Z | Checking fancy-regex v0.13.0 |
2579 | 2024-12-07T00:13:18.686Z | Checking serde_regex v1.1.0 |
2580 | 2024-12-07T00:13:18.924Z | Checking assert-json-diff v2.0.2 |
2581 | 2024-12-07T00:13:19.040Z | Compiling proc-macro-crate v3.2.0 |
2582 | 2024-12-07T00:13:19.179Z | Checking path-tree v0.8.1 |
2583 | 2024-12-07T00:13:19.490Z | Checking sync-ptr v0.1.1 |
2584 | 2024-12-07T00:13:19.696Z | Checking stringmetrics v2.2.2 |
2585 | 2024-12-07T00:13:19.938Z | Compiling relative-path v1.9.3 |
2586 | 2024-12-07T00:13:20.151Z | Checking httpmock v0.8.0-alpha.1 |
2587 | 2024-12-07T00:13:20.330Z | Checking datatest-stable v0.2.9 |
2588 | 2024-12-07T00:13:20.761Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2589 | 2024-12-07T00:13:22.028Z | Checking blake2b_simd v1.0.2 |
2590 | 2024-12-07T00:13:22.788Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2591 | 2024-12-07T00:13:24.626Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-07T00:13:24.713Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2593 | 2024-12-07T00:13:24.907Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2594 | 2024-12-07T00:13:25.011Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2595 | 2024-12-07T00:13:25.312Z | Checking serde_tokenstream v0.2.2 |
2596 | 2024-12-07T00:13:25.407Z | Compiling git2 v0.19.0 |
2597 | 2024-12-07T00:13:25.445Z | Checking uzers v0.12.1 |
2598 | 2024-12-07T00:13:25.812Z | Checking rust-argon2 v2.1.0 |
2599 | 2024-12-07T00:13:25.836Z | Checking trybuild v1.0.101 |
2600 | 2024-12-07T00:13:26.205Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2601 | 2024-12-07T00:13:27.054Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2602 | 2024-12-07T00:13:27.341Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2603 | 2024-12-07T00:13:28.293Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2604 | 2024-12-07T00:13:28.560Z | Checking rand_distr v0.4.3 |
2605 | 2024-12-07T00:13:29.224Z | Checking multimap v0.10.0 |
2606 | 2024-12-07T00:13:29.512Z | Checking approx v0.5.1 |
2607 | 2024-12-07T00:13:29.598Z | Checking rstest v0.23.0 |
2608 | 2024-12-07T00:13:29.756Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2609 | 2024-12-07T00:13:30.322Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2610 | 2024-12-07T00:13:30.796Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2611 | 2024-12-07T00:13:31.667Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2612 | 2024-12-07T00:13:31.710Z | Checking partial-io v0.5.4 |
2613 | 2024-12-07T00:13:31.946Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2614 | 2024-12-07T00:13:32.072Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2615 | 2024-12-07T00:13:32.210Z | Checking cargo_toml v0.20.5 |
2616 | 2024-12-07T00:13:32.963Z | Checking termios v0.3.3 |
2617 | 2024-12-07T00:13:33.025Z | Compiling indoc v2.0.5 |
2618 | 2024-12-07T00:13:33.199Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2619 | 2024-12-07T00:13:33.652Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2620 | 2024-12-07T00:13:33.799Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2621 | 2024-12-07T00:13:33.921Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2622 | 2024-12-07T00:13:50.825Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2623 | 2024-12-07T00:13:53.759Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2624 | 2024-12-07T00:13:56.108Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2625 | 2024-12-07T00:14:17.387Z | Compiling polar-core v0.27.3 |
2626 | 2024-12-07T00:14:25.370Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2024-12-07T00:14:25.754Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2628 | 2024-12-07T00:14:27.232Z | Checking oso v0.27.3 |
2629 | 2024-12-07T00:14:27.831Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2630 | 2024-12-07T00:15:19.871Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2631 | 2024-12-07T00:15:19.871Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2632 | 2024-12-07T00:15:19.894Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2633 | 2024-12-07T00:17:05.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s |
2634 | 2024-12-07T00:17:05.729Z | |
2635 | 2024-12-07T00:17:05.729Z | real 6:41.432377628 |
2636 | 2024-12-07T00:17:05.729Z | user 32:28.081261739 |
2637 | 2024-12-07T00:17:05.729Z | sys 6:16.241323693 |
2638 | 2024-12-07T00:17:05.730Z | trap 0.913290090 |
2639 | 2024-12-07T00:17:05.730Z | tflt 1.190713204 |
2640 | 2024-12-07T00:17:05.730Z | dflt 0.631428082 |
2641 | 2024-12-07T00:17:05.730Z | kflt 0.006900623 |
2642 | 2024-12-07T00:17:05.730Z | lock 48:05.559178856 |
2643 | 2024-12-07T00:17:05.730Z | slp 1:52:16.133605257 |
2644 | 2024-12-07T00:17:05.754Z | lat 1:41.830069659 |
2645 | 2024-12-07T00:17:05.754Z | stop 5:55.418370444 |
2646 | 2024-12-07T00:17:05.754Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2647 | 2024-12-07T00:17:05.754Z | + ptime -m cargo doc --workspace --no-deps |
2648 | 2024-12-07T00:17:07.215Z | warning: output filename collision. |
2649 | 2024-12-07T00:17:07.216Z | 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)`. |
2650 | 2024-12-07T00:17:07.216Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2651 | 2024-12-07T00:17:07.216Z | The targets should have unique names. |
2652 | 2024-12-07T00:17:07.216Z | This is a known bug where multiple crates with the same name use |
2653 | 2024-12-07T00:17:07.216Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2654 | 2024-12-07T00:17:07.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2655 | 2024-12-07T00:17:07.937Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-07T00:17:07.961Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-12-07T00:17:08.016Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-12-07T00:17:08.046Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-12-07T00:17:08.078Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2660 | 2024-12-07T00:17:08.078Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2661 | 2024-12-07T00:17:08.266Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2662 | 2024-12-07T00:17:08.306Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2663 | 2024-12-07T00:17:08.333Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2664 | 2024-12-07T00:17:08.357Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2665 | 2024-12-07T00:17:08.561Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2666 | 2024-12-07T00:17:08.670Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2667 | 2024-12-07T00:17:08.849Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-12-07T00:17:09.035Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2669 | 2024-12-07T00:17:09.067Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2670 | 2024-12-07T00:17:11.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2671 | 2024-12-07T00:17:11.506Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2672 | 2024-12-07T00:17:11.731Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2673 | 2024-12-07T00:17:11.808Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2674 | 2024-12-07T00:17:12.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2675 | 2024-12-07T00:17:12.315Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2676 | 2024-12-07T00:17:12.608Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2677 | 2024-12-07T00:17:12.825Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2678 | 2024-12-07T00:17:12.933Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2679 | 2024-12-07T00:17:13.120Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2680 | 2024-12-07T00:17:13.316Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2681 | 2024-12-07T00:17:13.507Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2682 | 2024-12-07T00:17:13.646Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2683 | 2024-12-07T00:17:13.769Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2684 | 2024-12-07T00:17:13.915Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2685 | 2024-12-07T00:17:14.121Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2686 | 2024-12-07T00:17:14.145Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2687 | 2024-12-07T00:17:14.173Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2688 | 2024-12-07T00:17:14.442Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2689 | 2024-12-07T00:17:14.637Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-12-07T00:17:14.743Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2691 | 2024-12-07T00:17:14.902Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2692 | 2024-12-07T00:17:15.089Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2693 | 2024-12-07T00:17:15.155Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2694 | 2024-12-07T00:17:15.212Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2695 | 2024-12-07T00:17:15.891Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2696 | 2024-12-07T00:17:16.084Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2024-12-07T00:17:18.797Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2698 | 2024-12-07T00:17:19.954Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-12-07T00:17:20.649Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2700 | 2024-12-07T00:17:21.014Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2701 | 2024-12-07T00:17:21.418Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2702 | 2024-12-07T00:17:21.850Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2703 | 2024-12-07T00:17:21.974Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2704 | 2024-12-07T00:17:22.287Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2705 | 2024-12-07T00:17:22.902Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2706 | 2024-12-07T00:17:22.937Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2024-12-07T00:17:23.254Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2708 | 2024-12-07T00:17:24.557Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2709 | 2024-12-07T00:17:28.943Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2710 | 2024-12-07T00:17:29.649Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2711 | 2024-12-07T00:17:30.128Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2712 | 2024-12-07T00:17:30.352Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-12-07T00:17:30.540Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2714 | 2024-12-07T00:17:30.641Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2715 | 2024-12-07T00:17:30.936Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2716 | 2024-12-07T00:17:31.361Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-12-07T00:17:31.385Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2024-12-07T00:17:32.625Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2719 | 2024-12-07T00:17:32.723Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2720 | 2024-12-07T00:17:33.220Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2721 | 2024-12-07T00:17:33.339Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2024-12-07T00:17:33.639Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2723 | 2024-12-07T00:17:33.989Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2724 | 2024-12-07T00:17:34.085Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2725 | 2024-12-07T00:17:34.180Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-12-07T00:17:34.396Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2727 | 2024-12-07T00:17:34.420Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2728 | 2024-12-07T00:17:34.628Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2729 | 2024-12-07T00:17:35.421Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2730 | 2024-12-07T00:17:35.862Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2731 | 2024-12-07T00:17:36.007Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2732 | 2024-12-07T00:17:36.101Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2733 | 2024-12-07T00:17:36.587Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2734 | 2024-12-07T00:17:37.113Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2735 | 2024-12-07T00:17:37.622Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2736 | 2024-12-07T00:17:37.717Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2737 | 2024-12-07T00:17:38.065Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2738 | 2024-12-07T00:17:38.169Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2739 | 2024-12-07T00:17:38.231Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2740 | 2024-12-07T00:17:38.400Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2741 | 2024-12-07T00:17:38.557Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2742 | 2024-12-07T00:17:39.123Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2743 | 2024-12-07T00:17:39.410Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2744 | 2024-12-07T00:17:39.818Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2745 | 2024-12-07T00:17:39.844Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2024-12-07T00:17:39.926Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2747 | 2024-12-07T00:17:40.944Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2748 | 2024-12-07T00:17:41.030Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2749 | 2024-12-07T00:17:41.524Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2750 | 2024-12-07T00:17:41.603Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2751 | 2024-12-07T00:17:41.714Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2752 | 2024-12-07T00:17:42.226Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2024-12-07T00:17:42.751Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2754 | 2024-12-07T00:17:42.788Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2755 | 2024-12-07T00:17:43.437Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2756 | 2024-12-07T00:17:43.865Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2757 | 2024-12-07T00:17:44.054Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2758 | 2024-12-07T00:17:44.701Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2759 | 2024-12-07T00:17:46.270Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-07T00:17:47.365Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2761 | 2024-12-07T00:17:47.488Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2762 | 2024-12-07T00:17:48.479Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2763 | 2024-12-07T00:17:50.667Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2764 | 2024-12-07T00:17:50.833Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2765 | 2024-12-07T00:17:51.844Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2766 | 2024-12-07T00:17:57.262Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2024-12-07T00:17:58.291Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2024-12-07T00:17:59.702Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2769 | 2024-12-07T00:18:00.091Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2770 | 2024-12-07T00:18:05.738Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2771 | 2024-12-07T00:18:06.213Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2024-12-07T00:18:47.313Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2773 | 2024-12-07T00:18:51.946Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2774 | 2024-12-07T00:18:52.294Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2775 | 2024-12-07T00:18:59.908Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2776 | 2024-12-07T00:19:16.913Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2777 | 2024-12-07T00:19:18.812Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2778 | 2024-12-07T00:19:29.185Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2779 | 2024-12-07T00:19:29.319Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2780 | 2024-12-07T00:19:30.976Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-07T00:19:31.381Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2782 | 2024-12-07T00:19:31.731Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-07T00:19:33.777Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2784 | 2024-12-07T00:19:36.018Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2785 | 2024-12-07T00:19:41.991Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2786 | 2024-12-07T00:19:51.919Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2787 | 2024-12-07T00:20:09.600Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2788 | 2024-12-07T00:20:15.554Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2789 | 2024-12-07T00:20:25.184Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2790 | 2024-12-07T00:20:25.578Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2791 | 2024-12-07T00:20:29.931Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2792 | 2024-12-07T00:20:35.083Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2793 | 2024-12-07T00:20:37.703Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2794 | 2024-12-07T00:20:46.850Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2795 | 2024-12-07T00:20:51.656Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2796 | 2024-12-07T00:20:52.492Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2797 | 2024-12-07T00:21:01.539Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2798 | 2024-12-07T00:21:10.050Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2799 | 2024-12-07T00:21:11.633Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2800 | 2024-12-07T00:21:12.725Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2801 | 2024-12-07T00:21:14.539Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2802 | 2024-12-07T00:21:15.970Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2803 | 2024-12-07T00:21:16.990Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2804 | 2024-12-07T00:21:29.926Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2805 | 2024-12-07T00:21:29.950Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2806 | 2024-12-07T00:21:32.551Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2807 | 2024-12-07T00:21:35.351Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2808 | 2024-12-07T00:21:38.184Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2809 | 2024-12-07T00:21:39.588Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2810 | 2024-12-07T00:21:53.519Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2811 | 2024-12-07T00:21:54.677Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2812 | 2024-12-07T00:21:55.547Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2813 | 2024-12-07T00:21:56.476Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2814 | 2024-12-07T00:21:59.148Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2815 | 2024-12-07T00:22:01.256Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2816 | 2024-12-07T00:22:07.359Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2817 | 2024-12-07T00:22:08.454Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2818 | 2024-12-07T00:22:14.131Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2819 | 2024-12-07T00:22:17.582Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2820 | 2024-12-07T00:22:18.610Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2821 | 2024-12-07T00:22:21.193Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2822 | 2024-12-07T00:22:23.599Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2823 | 2024-12-07T00:22:24.102Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2824 | 2024-12-07T00:22:24.307Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2825 | 2024-12-07T00:22:28.280Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2826 | 2024-12-07T00:22:30.337Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2827 | 2024-12-07T00:22:37.927Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2828 | 2024-12-07T00:22:39.404Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-12-07T00:22:40.919Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2830 | 2024-12-07T00:22:41.246Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2831 | 2024-12-07T00:22:41.634Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2832 | 2024-12-07T00:22:43.838Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2833 | 2024-12-07T00:22:44.848Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2834 | 2024-12-07T00:22:51.694Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2835 | 2024-12-07T00:22:52.625Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2836 | 2024-12-07T00:22:54.272Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2837 | 2024-12-07T00:22:55.071Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2838 | 2024-12-07T00:22:58.993Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2839 | 2024-12-07T00:23:04.644Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2840 | 2024-12-07T00:23:06.176Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2024-12-07T00:23:07.368Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2842 | 2024-12-07T00:23:07.531Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2843 | 2024-12-07T00:23:08.506Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-12-07T00:23:09.283Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2845 | 2024-12-07T00:23:09.732Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2846 | 2024-12-07T00:23:12.951Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2024-12-07T00:23:21.130Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2848 | 2024-12-07T00:23:21.473Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2849 | 2024-12-07T00:23:23.018Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2850 | 2024-12-07T00:23:23.062Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2851 | 2024-12-07T00:23:24.163Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2852 | 2024-12-07T00:23:24.820Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2853 | 2024-12-07T00:23:27.368Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2854 | 2024-12-07T00:23:34.421Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2855 | 2024-12-07T00:23:37.041Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2024-12-07T00:23:37.225Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-12-07T00:23:39.938Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2024-12-07T00:23:40.657Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-12-07T00:23:41.230Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-07T00:23:43.747Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2861 | 2024-12-07T00:23:44.842Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2862 | 2024-12-07T00:23:50.849Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2863 | 2024-12-07T00:23:52.693Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2024-12-07T00:23:54.452Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2865 | 2024-12-07T00:23:55.893Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2866 | 2024-12-07T00:23:57.611Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2867 | 2024-12-07T00:23:58.539Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2868 | 2024-12-07T00:23:59.729Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2869 | 2024-12-07T00:24:00.519Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2870 | 2024-12-07T00:24:01.218Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2024-12-07T00:24:01.959Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2872 | 2024-12-07T00:24:03.431Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2873 | 2024-12-07T00:24:04.332Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2874 | 2024-12-07T00:24:05.701Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2875 | 2024-12-07T00:24:06.426Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2876 | 2024-12-07T00:24:07.383Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2877 | 2024-12-07T00:24:07.522Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2878 | 2024-12-07T00:24:07.605Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2879 | 2024-12-07T00:24:08.549Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2880 | 2024-12-07T00:24:10.534Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2881 | 2024-12-07T00:24:11.433Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2882 | 2024-12-07T00:24:11.582Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2883 | 2024-12-07T00:24:55.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 49s |
2884 | 2024-12-07T00:24:55.375Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2885 | 2024-12-07T00:24:55.454Z | |
2886 | 2024-12-07T00:24:55.454Z | real 7:49.665884248 |
2887 | 2024-12-07T00:24:55.454Z | user 23:33.487495268 |
2888 | 2024-12-07T00:24:55.454Z | sys 33:17.455319781 |
2889 | 2024-12-07T00:24:55.454Z | trap 0.420183039 |
2890 | 2024-12-07T00:24:55.454Z | tflt 0.181813273 |
2891 | 2024-12-07T00:24:55.454Z | dflt 0.463206128 |
2892 | 2024-12-07T00:24:55.454Z | kflt 0.000114383 |
2893 | 2024-12-07T00:24:55.454Z | lock 1:16:05.700692387 |
2894 | 2024-12-07T00:24:55.454Z | slp 2:08:23.781675786 |
2895 | 2024-12-07T00:24:55.454Z | lat 1:17.168229107 |
2896 | 2024-12-07T00:24:55.454Z | stop 1:11.329087695 |
2897 | 2024-12-07T00:24:55.478Z | process exited: duration 1200889 ms, exit code 0 |
|
2898 | 2024-12-07T00:24:55.527Z | found 0 output files |