|
|
|
1 | 2024-11-28T04:04:15.156Z | job assigned to worker 01JDRF03JJ544KQZQVK3FAN45J [factory aws, i-0ad3bcde94744b17a] (queued for 1 m 3 s) |
|
2 | 2024-11-28T04:04:23.400Z | starting task 0: "setup" |
3 | 2024-11-28T04:04:23.407Z | ++ uname -s |
4 | 2024-11-28T04:04:23.409Z | + kern=SunOS |
5 | 2024-11-28T04:04:23.409Z | + case "$kern" in |
6 | 2024-11-28T04:04:23.409Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:04:23.412Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:04:25.418Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:04:25.578Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:04:25.581Z | + home_fs=zfs |
11 | 2024-11-28T04:04:25.581Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:04:25.581Z | + mkdir -p /home/build |
13 | 2024-11-28T04:04:25.584Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:04:27.585Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:04:27.588Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-11-28T04:04:27.593Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:04:27.598Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:04:27.598Z | ' 1.81.0 |
19 | 2024-11-28T04:04:27.598Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-28T04:04:27.598Z | ' default |
21 | 2024-11-28T04:04:27.598Z | * toolchain channel = "1.81.0" |
22 | 2024-11-28T04:04:27.598Z | * toolchain profile = "default" |
23 | 2024-11-28T04:04:27.601Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:04:27.601Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T04:04:27.723Z | info: downloading installer |
26 | 2024-11-28T04:04:29.248Z | info: profile set to 'default' |
27 | 2024-11-28T04:04:29.248Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:04:29.251Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T04:04:29.438Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T04:04:29.438Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:04:30.438Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:04:30.822Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:04:32.216Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:04:34.379Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:04:42.133Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:04:42.422Z | info: installing component 'cargo' |
37 | 2024-11-28T04:04:43.215Z | info: installing component 'clippy' |
38 | 2024-11-28T04:04:43.570Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:04:45.186Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:04:46.876Z | info: installing component 'rustc' |
41 | 2024-11-28T04:04:52.483Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:04:52.800Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T04:04:52.800Z | |
44 | 2024-11-28T04:04:53.164Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T04:04:53.165Z | |
46 | 2024-11-28T04:04:53.167Z | |
47 | 2024-11-28T04:04:53.167Z | Rust is installed now. Great! |
48 | 2024-11-28T04:04:53.167Z | |
49 | 2024-11-28T04:04:53.167Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:04:53.167Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:04:53.167Z | |
52 | 2024-11-28T04:04:53.167Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:04:53.167Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:04:53.167Z | |
55 | 2024-11-28T04:04:53.167Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:04:53.167Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:04:53.167Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:04:53.235Z | + rustc --version |
59 | 2024-11-28T04:04:53.302Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T04:04:53.304Z | process exited: duration 25707 ms, exit code 0 |
|
61 | 2024-11-28T04:04:53.309Z | starting task 2: "authentication" |
62 | 2024-11-28T04:04:53.330Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-28T04:04:53.335Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:04:53.340Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T04:04:53.342Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T04:04:54.827Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T04:05:01.222Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T04:05:01.224Z | + git fetch origin 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
69 | 2024-11-28T04:05:01.527Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T04:05:01.528Z | * branch 2d40eaa949744312cb2a01a3b38863f238c38ac8 -> FETCH_HEAD |
71 | 2024-11-28T04:05:01.537Z | + [[ -n renovate/flate2-1.x ]] |
72 | 2024-11-28T04:05:01.540Z | ++ git branch --show-current |
73 | 2024-11-28T04:05:01.542Z | + current=main |
74 | 2024-11-28T04:05:01.542Z | + [[ main != renovate/flate2-1.x ]] |
75 | 2024-11-28T04:05:01.542Z | + git branch -f renovate/flate2-1.x 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
76 | 2024-11-28T04:05:01.545Z | + git checkout -f renovate/flate2-1.x |
77 | 2024-11-28T04:05:01.720Z | Switched to branch 'renovate/flate2-1.x' |
78 | 2024-11-28T04:05:01.723Z | + git reset --hard 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
79 | 2024-11-28T04:05:01.895Z | HEAD is now at 2d40eaa94 Update Rust crate flate2 to 1.0.35 |
80 | 2024-11-28T04:05:01.897Z | process exited: duration 8560 ms, exit code 0 |
|
81 | 2024-11-28T04:05:01.903Z | starting task 4: "build" |
82 | 2024-11-28T04:05:01.908Z | + source ./env.sh |
83 | 2024-11-28T04:05:01.910Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-28T04:05:01.910Z | ++ set -o xtrace |
85 | 2024-11-28T04:05:01.913Z | ++++ dirname ./env.sh |
86 | 2024-11-28T04:05:01.913Z | +++ readlink -f . |
87 | 2024-11-28T04:05:01.955Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ 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-11-28T04:05:01.958Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-28T04:05:01.958Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-28T04:05:01.958Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-28T04:05:01.958Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-28T04:05:01.958Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-28T04:05:01.958Z | + cargo --version |
102 | 2024-11-28T04:05:02.012Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-28T04:05:02.014Z | + rustc --version |
104 | 2024-11-28T04:05:02.074Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-28T04:05:02.076Z | + banner prerequisites |
106 | 2024-11-28T04:05:02.116Z | |
107 | 2024-11-28T04:05:02.116Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-28T04:05:02.116Z | # # # # # # # # # # # # # # # |
109 | 2024-11-28T04:05:02.116Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-28T04:05:02.116Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-28T04:05:02.116Z | # # # # # # # # # # # # # # # |
112 | 2024-11-28T04:05:02.116Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-28T04:05:02.116Z | |
114 | 2024-11-28T04:05:02.119Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-28T04:05:16.140Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-28T04:05:19.943Z | Startup: Caching catalogs ... Done |
117 | 2024-11-28T04:05:29.177Z | Planning: Solver setup ... Done (8.370s) |
118 | 2024-11-28T04:05:29.295Z | Planning: Running solver ... Done (0.118s) |
119 | 2024-11-28T04:05:29.482Z | Planning: Finding local manifests ... Done (0.094s) |
120 | 2024-11-28T04:05:30.010Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-28T04:05:30.807Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-28T04:05:30.978Z | Planning: Package planning ... Done (0.170s) |
123 | 2024-11-28T04:05:31.192Z | Planning: Merging actions ... Done (0.214s) |
124 | 2024-11-28T04:05:31.718Z | Planning: Checking for conflicting actions ... Done (0.526s) |
125 | 2024-11-28T04:05:36.015Z | Planning: Consolidating action changes ... Done (4.296s) |
126 | 2024-11-28T04:05:36.369Z | Planning: Evaluating mediators ... Done (0.354s) |
127 | 2024-11-28T04:05:36.536Z | Planning: Planning completed in 16.50 seconds |
128 | 2024-11-28T04:05:36.616Z | Packages to install: 4 |
129 | 2024-11-28T04:05:36.616Z | Packages to update: 1 |
130 | 2024-11-28T04:05:36.620Z | Mediators to change: 2 |
131 | 2024-11-28T04:05:36.620Z | Services to change: 1 |
132 | 2024-11-28T04:05:36.621Z | Estimated space available: 155.64 GB |
133 | 2024-11-28T04:05:36.621Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-28T04:05:36.621Z | Create boot environment: No |
135 | 2024-11-28T04:05:36.621Z | Create backup boot environment: Yes |
136 | 2024-11-28T04:05:36.621Z | Rebuild boot archive: No |
137 | 2024-11-28T04:05:36.621Z | |
138 | 2024-11-28T04:05:36.621Z | Changed mediators: |
139 | 2024-11-28T04:05:36.621Z | mediator clang: |
140 | 2024-11-28T04:05:36.621Z | version: None -> 15 (system default) |
141 | 2024-11-28T04:05:36.621Z | |
142 | 2024-11-28T04:05:36.621Z | mediator llvm: |
143 | 2024-11-28T04:05:36.621Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-28T04:05:36.621Z | |
145 | 2024-11-28T04:05:36.621Z | Changed packages: |
146 | 2024-11-28T04:05:36.621Z | helios-dev |
147 | 2024-11-28T04:05:36.621Z | developer/build-essential |
148 | 2024-11-28T04:05:36.621Z | None -> 11-2.0 |
149 | 2024-11-28T04:05:36.621Z | library/libxmlsec1 |
150 | 2024-11-28T04:05:36.621Z | None -> 1.2.35-2.0 |
151 | 2024-11-28T04:05:36.621Z | ooce/developer/clang-15 |
152 | 2024-11-28T04:05:36.621Z | None -> 15.0.7-2.0 |
153 | 2024-11-28T04:05:36.621Z | ooce/developer/llvm-15 |
154 | 2024-11-28T04:05:36.621Z | None -> 15.0.7-2.0 |
155 | 2024-11-28T04:05:36.621Z | package/pkg |
156 | 2024-11-28T04:05:36.621Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-28T04:05:36.621Z | |
158 | 2024-11-28T04:05:36.621Z | Services: |
159 | 2024-11-28T04:05:36.621Z | restart_fmri: |
160 | 2024-11-28T04:05:36.621Z | svc:/system/update-man-index:default |
161 | 2024-11-28T04:05:36.621Z | |
162 | 2024-11-28T04:05:36.621Z | Editable files to change: |
163 | 2024-11-28T04:05:36.622Z | Update: |
164 | 2024-11-28T04:05:36.622Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-28T04:05:36.830Z | |
166 | 2024-11-28T04:05:36.830Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-28T04:05:42.083Z | Download: 211/4281 items 1.3/220.6MB 0% complete (312k/s) |
168 | 2024-11-28T04:05:47.125Z | Download: 496/4281 items 17.1/220.6MB 7% complete (1.7M/s) |
169 | 2024-11-28T04:05:52.119Z | Download: 1137/4281 items 42.5/220.6MB 19% complete (4.4M/s) |
170 | 2024-11-28T04:06:09.498Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
171 | 2024-11-28T04:06:14.500Z | Download: 1766/4281 items 118.2/220.6MB 53% complete (7.4M/s) |
172 | 2024-11-28T04:06:19.518Z | Download: 2137/4281 items 118.9/220.6MB 53% complete (3.7M/s) |
173 | 2024-11-28T04:06:24.709Z | Download: 2216/4281 items 119.2/220.6MB 54% complete (1.4M/s) |
174 | 2024-11-28T04:06:31.654Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (1.1M/s) |
175 | 2024-11-28T04:06:40.404Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
176 | 2024-11-28T04:06:45.516Z | Download: 3244/4281 items 202.7/220.6MB 91% complete (17.1M/s) |
177 | 2024-11-28T04:06:51.597Z | Download: 3283/4281 items 212.4/220.6MB 96% complete (9.7M/s) |
178 | 2024-11-28T04:07:01.214Z | Download: 3287/4281 items 212.5/220.6MB 96% complete (8.7M/s) |
179 | 2024-11-28T04:07:04.229Z | Download: Completed 220.60 MB in 87.39 seconds (2.5M/s) |
180 | 2024-11-28T04:07:06.476Z | Actions: 1/5063 actions (Removing old actions) |
181 | 2024-11-28T04:07:06.497Z | Actions: 194/5063 actions (Installing new actions) |
182 | 2024-11-28T04:07:11.523Z | Actions: 4113/5063 actions (Installing new actions) |
183 | 2024-11-28T04:07:11.582Z | Actions: 4226/5063 actions (Updating modified actions) |
184 | 2024-11-28T04:07:11.925Z | Actions: Completed 5063 actions in 5.45 seconds. |
185 | 2024-11-28T04:07:12.334Z | Done (0.400s) |
186 | 2024-11-28T04:07:12.337Z | Done (0.000s) |
187 | 2024-11-28T04:07:12.876Z | Done (0.542s) |
188 | 2024-11-28T04:07:18.382Z | Done (5.282s) |
189 | 2024-11-28T04:07:18.681Z | Done (0.228s) |
190 | 2024-11-28T04:07:18.684Z | Done (0.000s) |
191 | 2024-11-28T04:07:18.903Z | Done (0.000s) |
192 | 2024-11-28T04:07:19.584Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-11-28T04:07:19.751Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-11-28T04:07:19.755Z | Planning: Consolidating action changes ... Done |
195 | 2024-11-28T04:07:20.019Z | Planning: Evaluating mediators ... Done |
196 | 2024-11-28T04:07:20.022Z | Planning: Planning completed in 0.44 seconds |
197 | 2024-11-28T04:07:20.057Z | Mediators to change: 2 |
198 | 2024-11-28T04:07:20.057Z | Create boot environment: No |
199 | 2024-11-28T04:07:20.061Z | Create backup boot environment: No |
200 | 2024-11-28T04:07:20.151Z | Done |
201 | 2024-11-28T04:07:20.151Z | Done |
202 | 2024-11-28T04:07:20.496Z | Done |
203 | 2024-11-28T04:07:24.175Z | Done |
204 | 2024-11-28T04:07:24.270Z | Done |
205 | 2024-11-28T04:07:24.273Z | Done |
206 | 2024-11-28T04:07:24.384Z | Done |
207 | 2024-11-28T04:07:25.000Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-11-28T04:07:25.002Z | Planning: Merging actions ... Done |
209 | 2024-11-28T04:07:25.196Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-11-28T04:07:25.199Z | Planning: Consolidating action changes ... Done |
211 | 2024-11-28T04:07:25.460Z | Planning: Evaluating mediators ... Done |
212 | 2024-11-28T04:07:25.516Z | Planning: Planning completed in 0.76 seconds |
213 | 2024-11-28T04:07:25.555Z | Packages to change: 1 |
214 | 2024-11-28T04:07:25.555Z | Mediators to change: 1 |
215 | 2024-11-28T04:07:25.558Z | Services to change: 1 |
216 | 2024-11-28T04:07:25.558Z | Create boot environment: No |
217 | 2024-11-28T04:07:25.558Z | Create backup boot environment: Yes |
218 | 2024-11-28T04:07:26.745Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-11-28T04:07:26.853Z | Actions: Completed 6 actions in 0.11 seconds. |
220 | 2024-11-28T04:07:26.858Z | Done |
221 | 2024-11-28T04:07:26.858Z | Done |
222 | 2024-11-28T04:07:26.964Z | Done |
223 | 2024-11-28T04:07:30.639Z | Done |
224 | 2024-11-28T04:07:30.734Z | Done |
225 | 2024-11-28T04:07:30.736Z | Done |
226 | 2024-11-28T04:07:30.857Z | Done |
227 | 2024-11-28T04:07:31.298Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-11-28T04:07:31.298Z | clang system 15 system |
229 | 2024-11-28T04:07:31.298Z | csh system system illumos |
230 | 2024-11-28T04:07:31.298Z | ctags system system illumos |
231 | 2024-11-28T04:07:31.298Z | gcc vendor 12 vendor |
232 | 2024-11-28T04:07:31.298Z | gcc system 10 system |
233 | 2024-11-28T04:07:31.298Z | gcc system 7 system |
234 | 2024-11-28T04:07:31.298Z | go system 1.20 system |
235 | 2024-11-28T04:07:31.298Z | go system 1.19 system |
236 | 2024-11-28T04:07:31.298Z | llvm system 15 system |
237 | 2024-11-28T04:07:31.299Z | llvm system 14 system |
238 | 2024-11-28T04:07:31.299Z | mariadb system 10.6 system |
239 | 2024-11-28T04:07:31.299Z | mta vendor vendor dma |
240 | 2024-11-28T04:07:31.299Z | openjdk system 17 system |
241 | 2024-11-28T04:07:31.299Z | openjdk system 11 system |
242 | 2024-11-28T04:07:31.299Z | openjdk system 1.8 system |
243 | 2024-11-28T04:07:31.299Z | openssl vendor 3 vendor |
244 | 2024-11-28T04:07:31.299Z | perl system 5.36 system |
245 | 2024-11-28T04:07:31.299Z | postgresql system 15 system |
246 | 2024-11-28T04:07:31.299Z | postgresql system 13 system |
247 | 2024-11-28T04:07:31.299Z | python vendor 3 vendor |
248 | 2024-11-28T04:07:31.299Z | python system 2 system |
249 | 2024-11-28T04:07:31.299Z | python3 system 3.11 system |
250 | 2024-11-28T04:07:31.299Z | ruby system 3.0 system |
251 | 2024-11-28T04:07:31.299Z | words vendor vendor american-english |
252 | 2024-11-28T04:07:31.299Z | words system system australian-english |
253 | 2024-11-28T04:07:31.299Z | words system system british-english |
254 | 2024-11-28T04:07:31.300Z | words system system canadian-english |
255 | 2024-11-28T04:07:31.300Z | words system system french |
256 | 2024-11-28T04:07:31.300Z | words system system italian |
257 | 2024-11-28T04:07:31.300Z | words system system ngerman |
258 | 2024-11-28T04:07:31.300Z | words system system ogerman |
259 | 2024-11-28T04:07:31.300Z | words system system spanish |
260 | 2024-11-28T04:07:31.626Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-11-28T04:07:31.626Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-11-28T04:07:34.237Z | FMRI IFO |
263 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
273 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
274 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2024-11-28T04:07:34.237Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
276 | 2024-11-28T04:07:34.238Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
277 | 2024-11-28T04:07:34.238Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2024-11-28T04:07:34.985Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2024-11-28T04:07:35.270Z | Updating crates.io index |
280 | 2024-11-28T04:07:35.339Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2024-11-28T04:07:35.806Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
282 | 2024-11-28T04:07:36.064Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2024-11-28T04:07:36.313Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2024-11-28T04:07:36.593Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-11-28T04:07:37.468Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2024-11-28T04:07:40.037Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2024-11-28T04:07:41.212Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2024-11-28T04:07:41.932Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-11-28T04:07:42.180Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2024-11-28T04:07:42.515Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2024-11-28T04:07:43.055Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
292 | 2024-11-28T04:07:43.395Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
293 | 2024-11-28T04:07:43.701Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
294 | 2024-11-28T04:07:43.920Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
295 | 2024-11-28T04:07:44.185Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
296 | 2024-11-28T04:07:44.406Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
297 | 2024-11-28T04:07:44.675Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2024-11-28T04:07:44.934Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2024-11-28T04:07:45.282Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2024-11-28T04:07:45.559Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2024-11-28T04:07:46.069Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2024-11-28T04:07:46.302Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2024-11-28T04:07:46.640Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2024-11-28T04:07:47.030Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
305 | 2024-11-28T04:07:47.325Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2024-11-28T04:07:47.557Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2024-11-28T04:07:47.828Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2024-11-28T04:07:49.058Z | Downloading crates ... |
309 | 2024-11-28T04:07:49.152Z | Downloaded memchr v2.7.4 |
310 | 2024-11-28T04:07:49.157Z | Downloaded anstyle-parse v0.2.5 |
311 | 2024-11-28T04:07:49.164Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-11-28T04:07:49.166Z | Downloaded pest v2.7.14 |
313 | 2024-11-28T04:07:49.170Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-11-28T04:07:49.174Z | Downloaded terminal_size v0.4.0 |
315 | 2024-11-28T04:07:49.189Z | Downloaded thiserror-impl v1.0.69 |
316 | 2024-11-28T04:07:49.198Z | Downloaded camino-tempfile v1.1.1 |
317 | 2024-11-28T04:07:49.198Z | Downloaded byteorder v1.5.0 |
318 | 2024-11-28T04:07:49.198Z | Downloaded anstyle-query v1.1.1 |
319 | 2024-11-28T04:07:49.198Z | Downloaded autocfg v1.4.0 |
320 | 2024-11-28T04:07:49.201Z | Downloaded cfg-if v1.0.0 |
321 | 2024-11-28T04:07:49.201Z | Downloaded cargo-platform v0.1.8 |
322 | 2024-11-28T04:07:49.201Z | Downloaded block-buffer v0.10.4 |
323 | 2024-11-28T04:07:49.201Z | Downloaded anstyle v1.0.10 |
324 | 2024-11-28T04:07:49.201Z | Downloaded serde_derive v1.0.215 |
325 | 2024-11-28T04:07:49.205Z | Downloaded anyhow v1.0.93 |
326 | 2024-11-28T04:07:49.207Z | Downloaded bitflags v2.6.0 |
327 | 2024-11-28T04:07:49.209Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-11-28T04:07:49.215Z | Downloaded cargo_toml v0.20.5 |
329 | 2024-11-28T04:07:49.218Z | Downloaded camino v1.1.9 |
330 | 2024-11-28T04:07:49.218Z | Downloaded bytecount v0.6.8 |
331 | 2024-11-28T04:07:49.219Z | Downloaded anstream v0.6.15 |
332 | 2024-11-28T04:07:49.223Z | Downloaded generic-array v0.14.7 |
333 | 2024-11-28T04:07:49.228Z | Downloaded fastrand v2.1.1 |
334 | 2024-11-28T04:07:49.230Z | Downloaded fs-err v2.11.0 |
335 | 2024-11-28T04:07:49.230Z | Downloaded digest v0.10.7 |
336 | 2024-11-28T04:07:49.230Z | Downloaded crypto-common v0.1.6 |
337 | 2024-11-28T04:07:49.232Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-11-28T04:07:49.232Z | Downloaded fnv v1.0.7 |
339 | 2024-11-28T04:07:49.235Z | Downloaded pretty-hex v0.4.1 |
340 | 2024-11-28T04:07:49.235Z | Downloaded equivalent v1.0.1 |
341 | 2024-11-28T04:07:49.241Z | Downloaded hashbrown v0.15.0 |
342 | 2024-11-28T04:07:49.246Z | Downloaded errno v0.3.9 |
343 | 2024-11-28T04:07:49.249Z | Downloaded clap_lex v0.7.2 |
344 | 2024-11-28T04:07:49.252Z | Downloaded dof v0.3.0 |
345 | 2024-11-28T04:07:49.254Z | Downloaded heck v0.4.1 |
346 | 2024-11-28T04:07:49.259Z | Downloaded clap_derive v4.5.18 |
347 | 2024-11-28T04:07:49.264Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2024-11-28T04:07:49.266Z | Downloaded memmap v0.7.0 |
349 | 2024-11-28T04:07:49.266Z | Downloaded heck v0.5.0 |
350 | 2024-11-28T04:07:49.269Z | Downloaded usdt-macro v0.5.0 |
351 | 2024-11-28T04:07:49.269Z | Downloaded pest_generator v2.7.14 |
352 | 2024-11-28T04:07:49.283Z | Downloaded itoa v1.0.11 |
353 | 2024-11-28T04:07:49.289Z | Downloaded serde_spanned v0.6.8 |
354 | 2024-11-28T04:07:49.291Z | Downloaded quote v1.0.37 |
355 | 2024-11-28T04:07:49.294Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2024-11-28T04:07:49.294Z | Downloaded macaddr v1.0.1 |
357 | 2024-11-28T04:07:49.297Z | Downloaded usdt-attr-macro v0.5.0 |
358 | 2024-11-28T04:07:49.297Z | Downloaded swrite v0.1.0 |
359 | 2024-11-28T04:07:49.297Z | Downloaded scroll_derive v0.12.0 |
360 | 2024-11-28T04:07:49.299Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-11-28T04:07:49.299Z | Downloaded version_check v0.9.5 |
362 | 2024-11-28T04:07:49.302Z | Downloaded utf8parse v0.2.2 |
363 | 2024-11-28T04:07:49.302Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2024-11-28T04:07:49.302Z | Downloaded thread-id v4.2.2 |
365 | 2024-11-28T04:07:49.305Z | Downloaded thiserror v1.0.69 |
366 | 2024-11-28T04:07:49.311Z | Downloaded semver v1.0.23 |
367 | 2024-11-28T04:07:49.313Z | Downloaded once_cell v1.20.2 |
368 | 2024-11-28T04:07:49.316Z | Downloaded smawk v0.3.2 |
369 | 2024-11-28T04:07:49.316Z | Downloaded scroll v0.12.0 |
370 | 2024-11-28T04:07:49.318Z | Downloaded colorchoice v1.0.2 |
371 | 2024-11-28T04:07:49.318Z | Downloaded strsim v0.11.1 |
372 | 2024-11-28T04:07:49.320Z | Downloaded plain v0.2.3 |
373 | 2024-11-28T04:07:49.323Z | Downloaded proc-macro2 v1.0.89 |
374 | 2024-11-28T04:07:49.325Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-28T04:07:49.325Z | Downloaded proc-macro-error v1.0.4 |
376 | 2024-11-28T04:07:49.328Z | Downloaded usdt v0.5.0 |
377 | 2024-11-28T04:07:49.330Z | Downloaded usdt-impl v0.5.0 |
378 | 2024-11-28T04:07:49.330Z | Downloaded toml_datetime v0.6.8 |
379 | 2024-11-28T04:07:49.333Z | Downloaded pest_derive v2.7.14 |
380 | 2024-11-28T04:07:49.335Z | Downloaded tempfile v3.13.0 |
381 | 2024-11-28T04:07:49.335Z | Downloaded sha2 v0.10.8 |
382 | 2024-11-28T04:07:49.344Z | Downloaded toml v0.8.19 |
383 | 2024-11-28T04:07:49.347Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-11-28T04:07:49.349Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2024-11-28T04:07:49.352Z | Downloaded unicode-ident v1.0.13 |
386 | 2024-11-28T04:07:49.354Z | Downloaded typenum v1.17.0 |
387 | 2024-11-28T04:07:49.357Z | Downloaded textwrap v0.16.1 |
388 | 2024-11-28T04:07:49.360Z | Downloaded ryu v1.0.18 |
389 | 2024-11-28T04:07:49.362Z | Downloaded indexmap v2.6.0 |
390 | 2024-11-28T04:07:49.365Z | Downloaded clap v4.5.21 |
391 | 2024-11-28T04:07:49.374Z | Downloaded papergrid v0.11.0 |
392 | 2024-11-28T04:07:49.377Z | Downloaded log v0.4.22 |
393 | 2024-11-28T04:07:49.379Z | Downloaded serde v1.0.215 |
394 | 2024-11-28T04:07:49.409Z | Downloaded toml_edit v0.22.22 |
395 | 2024-11-28T04:07:49.429Z | Downloaded clap_builder v4.5.21 |
396 | 2024-11-28T04:07:49.437Z | Downloaded serde_json v1.0.132 |
397 | 2024-11-28T04:07:49.444Z | Downloaded goblin v0.8.2 |
398 | 2024-11-28T04:07:49.452Z | Downloaded zerocopy v0.7.35 |
399 | 2024-11-28T04:07:49.467Z | Downloaded winnow v0.6.20 |
400 | 2024-11-28T04:07:49.475Z | Downloaded tabled v0.15.0 |
401 | 2024-11-28T04:07:49.489Z | Downloaded syn v1.0.109 |
402 | 2024-11-28T04:07:49.498Z | Downloaded unicode-width v0.1.14 |
403 | 2024-11-28T04:07:49.503Z | Downloaded syn v2.0.87 |
404 | 2024-11-28T04:07:49.513Z | Downloaded rustix v0.38.37 |
405 | 2024-11-28T04:07:49.556Z | Downloaded libc v0.2.162 |
406 | 2024-11-28T04:07:49.863Z | Compiling proc-macro2 v1.0.89 |
407 | 2024-11-28T04:07:49.863Z | Compiling unicode-ident v1.0.13 |
408 | 2024-11-28T04:07:49.863Z | Compiling version_check v0.9.5 |
409 | 2024-11-28T04:07:49.866Z | Compiling serde v1.0.215 |
410 | 2024-11-28T04:07:49.867Z | Compiling thiserror v1.0.69 |
411 | 2024-11-28T04:07:49.867Z | Compiling memchr v2.7.4 |
412 | 2024-11-28T04:07:49.867Z | Compiling libc v0.2.162 |
413 | 2024-11-28T04:07:49.867Z | Compiling itoa v1.0.11 |
414 | 2024-11-28T04:07:50.101Z | Compiling ucd-trie v0.1.7 |
415 | 2024-11-28T04:07:50.626Z | Compiling ryu v1.0.18 |
416 | 2024-11-28T04:07:50.896Z | Compiling once_cell v1.20.2 |
417 | 2024-11-28T04:07:51.001Z | Compiling byteorder v1.5.0 |
418 | 2024-11-28T04:07:51.192Z | Compiling serde_json v1.0.132 |
419 | 2024-11-28T04:07:51.330Z | Compiling rustix v0.38.37 |
420 | 2024-11-28T04:07:51.356Z | Compiling bitflags v2.6.0 |
421 | 2024-11-28T04:07:51.471Z | Compiling usdt-impl v0.5.0 |
422 | 2024-11-28T04:07:51.561Z | Compiling proc-macro-error-attr v1.0.4 |
423 | 2024-11-28T04:07:51.779Z | Compiling syn v1.0.109 |
424 | 2024-11-28T04:07:51.823Z | Compiling proc-macro-error v1.0.4 |
425 | 2024-11-28T04:07:51.899Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-28T04:07:51.942Z | Compiling plain v0.2.3 |
427 | 2024-11-28T04:07:52.100Z | Compiling camino v1.1.9 |
428 | 2024-11-28T04:07:52.149Z | Compiling equivalent v1.0.1 |
429 | 2024-11-28T04:07:52.259Z | Compiling quote v1.0.37 |
430 | 2024-11-28T04:07:52.285Z | Compiling log v0.4.22 |
431 | 2024-11-28T04:07:52.465Z | Compiling errno v0.3.9 |
432 | 2024-11-28T04:07:52.695Z | Compiling syn v2.0.87 |
433 | 2024-11-28T04:07:52.724Z | Compiling utf8parse v0.2.2 |
434 | 2024-11-28T04:07:52.775Z | Compiling thread-id v4.2.2 |
435 | 2024-11-28T04:07:52.900Z | Compiling anstyle-parse v0.2.5 |
436 | 2024-11-28T04:07:53.096Z | Compiling indexmap v2.6.0 |
437 | 2024-11-28T04:07:53.189Z | Compiling unicode-width v0.1.14 |
438 | 2024-11-28T04:07:53.235Z | Compiling anstyle v1.0.10 |
439 | 2024-11-28T04:07:53.313Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-28T04:07:53.480Z | Compiling autocfg v1.4.0 |
441 | 2024-11-28T04:07:53.716Z | Compiling anstyle-query v1.1.1 |
442 | 2024-11-28T04:07:53.719Z | Compiling winnow v0.6.20 |
443 | 2024-11-28T04:07:53.906Z | Compiling is_terminal_polyfill v1.70.1 |
444 | 2024-11-28T04:07:54.039Z | Compiling pretty-hex v0.4.1 |
445 | 2024-11-28T04:07:54.178Z | Compiling semver v1.0.23 |
446 | 2024-11-28T04:07:54.266Z | Compiling anstream v0.6.15 |
447 | 2024-11-28T04:07:54.648Z | Compiling fs-err v2.11.0 |
448 | 2024-11-28T04:07:54.723Z | Compiling heck v0.5.0 |
449 | 2024-11-28T04:07:54.946Z | Compiling terminal_size v0.4.0 |
450 | 2024-11-28T04:07:55.054Z | Compiling strsim v0.11.1 |
451 | 2024-11-28T04:07:55.159Z | Compiling fnv v1.0.7 |
452 | 2024-11-28T04:07:55.230Z | Compiling clap_lex v0.7.2 |
453 | 2024-11-28T04:07:55.257Z | Compiling anyhow v1.0.93 |
454 | 2024-11-28T04:07:55.303Z | Compiling fastrand v2.1.1 |
455 | 2024-11-28T04:07:55.647Z | Compiling cfg-if v1.0.0 |
456 | 2024-11-28T04:07:55.751Z | Compiling bytecount v0.6.8 |
457 | 2024-11-28T04:07:55.887Z | Compiling heck v0.4.1 |
458 | 2024-11-28T04:07:55.988Z | Compiling papergrid v0.11.0 |
459 | 2024-11-28T04:07:56.033Z | Compiling tempfile v3.13.0 |
460 | 2024-11-28T04:07:56.298Z | Compiling clap_builder v4.5.21 |
461 | 2024-11-28T04:07:56.486Z | Compiling memmap v0.7.0 |
462 | 2024-11-28T04:07:56.542Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-11-28T04:07:56.879Z | Compiling smawk v0.3.2 |
464 | 2024-11-28T04:07:57.110Z | Compiling textwrap v0.16.1 |
465 | 2024-11-28T04:07:57.518Z | Compiling swrite v0.1.0 |
466 | 2024-11-28T04:07:58.597Z | Compiling tabled_derive v0.7.0 |
467 | 2024-11-28T04:08:00.071Z | Compiling tabled v0.15.0 |
468 | 2024-11-28T04:08:01.641Z | Compiling serde_derive v1.0.215 |
469 | 2024-11-28T04:08:01.643Z | Compiling thiserror-impl v1.0.69 |
470 | 2024-11-28T04:08:01.643Z | Compiling zerocopy-derive v0.7.35 |
471 | 2024-11-28T04:08:01.643Z | Compiling scroll_derive v0.12.0 |
472 | 2024-11-28T04:08:01.788Z | Compiling clap_derive v4.5.18 |
473 | 2024-11-28T04:08:03.506Z | Compiling scroll v0.12.0 |
474 | 2024-11-28T04:08:03.537Z | Compiling zerocopy v0.7.35 |
475 | 2024-11-28T04:08:04.035Z | Compiling goblin v0.8.2 |
476 | 2024-11-28T04:08:04.291Z | Compiling pest v2.7.14 |
477 | 2024-11-28T04:08:05.502Z | Compiling clap v4.5.21 |
478 | 2024-11-28T04:08:06.616Z | Compiling pest_meta v2.7.14 |
479 | 2024-11-28T04:08:07.436Z | Compiling pest_generator v2.7.14 |
480 | 2024-11-28T04:08:09.081Z | Compiling pest_derive v2.7.14 |
481 | 2024-11-28T04:08:09.793Z | Compiling dtrace-parser v0.2.0 |
482 | 2024-11-28T04:08:11.902Z | Compiling toml_datetime v0.6.8 |
483 | 2024-11-28T04:08:11.902Z | Compiling serde_spanned v0.6.8 |
484 | 2024-11-28T04:08:11.905Z | Compiling cargo-platform v0.1.8 |
485 | 2024-11-28T04:08:12.289Z | Compiling serde_tokenstream v0.2.2 |
486 | 2024-11-28T04:08:12.463Z | Compiling toml_edit v0.22.22 |
487 | 2024-11-28T04:08:12.576Z | Compiling camino-tempfile v1.1.1 |
488 | 2024-11-28T04:08:12.603Z | Compiling macaddr v1.0.1 |
489 | 2024-11-28T04:08:13.400Z | Compiling dof v0.3.0 |
490 | 2024-11-28T04:08:13.400Z | Compiling cargo_metadata v0.18.1 |
491 | 2024-11-28T04:08:15.189Z | Compiling toml v0.8.19 |
492 | 2024-11-28T04:08:15.613Z | Compiling usdt-macro v0.5.0 |
493 | 2024-11-28T04:08:15.638Z | Compiling usdt-attr-macro v0.5.0 |
494 | 2024-11-28T04:08:16.081Z | Compiling cargo_toml v0.20.5 |
495 | 2024-11-28T04:08:16.951Z | Compiling usdt v0.5.0 |
496 | 2024-11-28T04:08:19.681Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2024-11-28T04:08:24.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.19s |
498 | 2024-11-28T04:08:24.434Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2024-11-28T04:08:24.739Z | Downloading crates ... |
500 | 2024-11-28T04:08:24.874Z | Downloaded cookie v0.18.1 |
501 | 2024-11-28T04:08:24.892Z | Downloaded curve25519-dalek-derive v0.1.1 |
502 | 2024-11-28T04:08:24.914Z | Downloaded icu_collections v1.5.0 |
503 | 2024-11-28T04:08:24.953Z | Downloaded darling v0.20.10 |
504 | 2024-11-28T04:08:24.982Z | Downloaded heapless v0.7.17 |
505 | 2024-11-28T04:08:24.984Z | Downloaded heapless v0.8.0 |
506 | 2024-11-28T04:08:24.984Z | Downloaded hex-literal v0.4.1 |
507 | 2024-11-28T04:08:24.988Z | Downloaded aes v0.8.4 |
508 | 2024-11-28T04:08:24.992Z | Downloaded highway v1.2.0 |
509 | 2024-11-28T04:08:24.999Z | Downloaded hickory-server v0.24.1 |
510 | 2024-11-28T04:08:25.008Z | Downloaded async-stream v0.3.6 |
511 | 2024-11-28T04:08:25.012Z | Downloaded arc-swap v1.7.1 |
512 | 2024-11-28T04:08:25.013Z | Downloaded async-trait v0.1.83 |
513 | 2024-11-28T04:08:25.016Z | Downloaded aead v0.5.2 |
514 | 2024-11-28T04:08:25.020Z | Downloaded headers-core v0.3.0 |
515 | 2024-11-28T04:08:25.020Z | Downloaded hex v0.4.3 |
516 | 2024-11-28T04:08:25.023Z | Downloaded async-stream-impl v0.3.6 |
517 | 2024-11-28T04:08:25.023Z | Downloaded async-bb8-diesel v0.2.1 |
518 | 2024-11-28T04:08:25.025Z | Downloaded addr2line v0.24.2 |
519 | 2024-11-28T04:08:25.028Z | Downloaded lockfree-object-pool v0.1.6 |
520 | 2024-11-28T04:08:25.031Z | Downloaded allocator-api2 v0.2.18 |
521 | 2024-11-28T04:08:25.038Z | Downloaded ipnetwork v0.20.0 |
522 | 2024-11-28T04:08:25.044Z | Downloaded hyper-tls v0.6.0 |
523 | 2024-11-28T04:08:25.044Z | Downloaded httpdate v1.0.3 |
524 | 2024-11-28T04:08:25.045Z | Downloaded hostname v0.4.0 |
525 | 2024-11-28T04:08:25.050Z | Downloaded hmac v0.12.1 |
526 | 2024-11-28T04:08:25.050Z | Downloaded instant v0.1.13 |
527 | 2024-11-28T04:08:25.050Z | Downloaded litemap v0.7.3 |
528 | 2024-11-28T04:08:25.055Z | Downloaded http-body v1.0.1 |
529 | 2024-11-28T04:08:25.056Z | Downloaded instability v0.3.2 |
530 | 2024-11-28T04:08:25.056Z | Downloaded linked-hash-map v0.5.6 |
531 | 2024-11-28T04:08:25.066Z | Downloaded libloading v0.8.5 |
532 | 2024-11-28T04:08:25.067Z | Downloaded is-terminal v0.4.13 |
533 | 2024-11-28T04:08:25.067Z | Downloaded atty v0.2.14 |
534 | 2024-11-28T04:08:25.092Z | Downloaded indexmap v1.9.3 |
535 | 2024-11-28T04:08:25.093Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-28T04:08:25.098Z | Downloaded base64 v0.22.1 |
537 | 2024-11-28T04:08:25.099Z | Downloaded icu_provider_macros v1.5.0 |
538 | 2024-11-28T04:08:25.162Z | Downloaded lru v0.12.5 |
539 | 2024-11-28T04:08:25.162Z | Downloaded crunchy v0.2.2 |
540 | 2024-11-28T04:08:25.163Z | Downloaded atomicwrites v0.4.4 |
541 | 2024-11-28T04:08:25.163Z | Downloaded iana-time-zone v0.1.61 |
542 | 2024-11-28T04:08:25.163Z | Downloaded lazycell v1.3.0 |
543 | 2024-11-28T04:08:25.163Z | Downloaded http-range v0.1.5 |
544 | 2024-11-28T04:08:25.163Z | Downloaded bcrypt-pbkdf v0.10.0 |
545 | 2024-11-28T04:08:25.164Z | Downloaded ascii-canvas v3.0.0 |
546 | 2024-11-28T04:08:25.164Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-11-28T04:08:25.164Z | Downloaded crc v3.2.1 |
548 | 2024-11-28T04:08:25.164Z | Downloaded bitflags v1.3.2 |
549 | 2024-11-28T04:08:25.164Z | Downloaded crucible-workspace-hack v0.1.0 |
550 | 2024-11-28T04:08:25.164Z | Downloaded managed v0.8.0 |
551 | 2024-11-28T04:08:25.165Z | Downloaded convert_case v0.4.0 |
552 | 2024-11-28T04:08:25.165Z | Downloaded ciborium-io v0.2.2 |
553 | 2024-11-28T04:08:25.165Z | Downloaded cfg_aliases v0.2.1 |
554 | 2024-11-28T04:08:25.165Z | Downloaded memoffset v0.9.1 |
555 | 2024-11-28T04:08:25.165Z | Downloaded linear-map v1.2.0 |
556 | 2024-11-28T04:08:25.165Z | Downloaded icu_locid_transform v1.5.0 |
557 | 2024-11-28T04:08:25.165Z | Downloaded keccak v0.1.5 |
558 | 2024-11-28T04:08:25.166Z | Downloaded md5 v0.7.0 |
559 | 2024-11-28T04:08:25.166Z | Downloaded castaway v0.2.3 |
560 | 2024-11-28T04:08:25.166Z | Downloaded cstr-argument v0.1.2 |
561 | 2024-11-28T04:08:25.166Z | Downloaded hubpack_derive v0.1.1 |
562 | 2024-11-28T04:08:25.166Z | Downloaded ciborium-ll v0.2.2 |
563 | 2024-11-28T04:08:25.166Z | Downloaded blowfish v0.9.1 |
564 | 2024-11-28T04:08:25.166Z | Downloaded matches v0.1.10 |
565 | 2024-11-28T04:08:25.214Z | Downloaded match_cfg v0.1.0 |
566 | 2024-11-28T04:08:25.214Z | Downloaded libefi-sys v0.1.0 |
567 | 2024-11-28T04:08:25.214Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2024-11-28T04:08:25.214Z | Downloaded jobserver v0.1.32 |
569 | 2024-11-28T04:08:25.215Z | Downloaded kstat-rs v0.2.4 |
570 | 2024-11-28T04:08:25.215Z | Downloaded backoff v0.4.0 |
571 | 2024-11-28T04:08:25.215Z | Downloaded mime v0.3.17 |
572 | 2024-11-28T04:08:25.215Z | Downloaded lock_api v0.4.12 |
573 | 2024-11-28T04:08:25.215Z | Downloaded ipnet v2.10.1 |
574 | 2024-11-28T04:08:25.216Z | Downloaded indoc v1.0.9 |
575 | 2024-11-28T04:08:25.216Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2024-11-28T04:08:25.216Z | Downloaded rustc_version v0.1.7 |
577 | 2024-11-28T04:08:25.216Z | Downloaded bit-vec v0.6.3 |
578 | 2024-11-28T04:08:25.216Z | Downloaded is_ci v1.2.0 |
579 | 2024-11-28T04:08:25.216Z | Downloaded cbc v0.1.2 |
580 | 2024-11-28T04:08:25.216Z | Downloaded crc-catalog v2.4.0 |
581 | 2024-11-28T04:08:25.217Z | Downloaded maybe-uninit v2.0.0 |
582 | 2024-11-28T04:08:25.217Z | Downloaded atomic-waker v1.1.2 |
583 | 2024-11-28T04:08:25.217Z | Downloaded constant_time_eq v0.3.1 |
584 | 2024-11-28T04:08:25.217Z | Downloaded maplit v1.0.2 |
585 | 2024-11-28T04:08:25.217Z | Downloaded lru-cache v0.1.2 |
586 | 2024-11-28T04:08:25.217Z | Downloaded hyper-rustls v0.27.3 |
587 | 2024-11-28T04:08:25.217Z | Downloaded libsw v3.3.1 |
588 | 2024-11-28T04:08:25.218Z | Downloaded write16 v1.0.0 |
589 | 2024-11-28T04:08:25.218Z | Downloaded const_format_proc_macros v0.2.33 |
590 | 2024-11-28T04:08:25.218Z | Downloaded block-padding v0.3.3 |
591 | 2024-11-28T04:08:25.218Z | Downloaded csv-core v0.1.11 |
592 | 2024-11-28T04:08:25.219Z | Downloaded bitfield-struct v0.6.2 |
593 | 2024-11-28T04:08:25.219Z | Downloaded icu_normalizer_data v1.5.0 |
594 | 2024-11-28T04:08:25.219Z | Downloaded cmake v0.1.51 |
595 | 2024-11-28T04:08:25.219Z | Downloaded mime_guess v2.0.5 |
596 | 2024-11-28T04:08:25.219Z | Downloaded lazy_static v1.5.0 |
597 | 2024-11-28T04:08:25.219Z | Downloaded strum v0.26.3 |
598 | 2024-11-28T04:08:25.219Z | Downloaded icu_properties v1.5.1 |
599 | 2024-11-28T04:08:25.257Z | Downloaded time-core v0.1.2 |
600 | 2024-11-28T04:08:25.257Z | Downloaded crossbeam-epoch v0.9.18 |
601 | 2024-11-28T04:08:25.257Z | Downloaded try-lock v0.2.5 |
602 | 2024-11-28T04:08:25.257Z | Downloaded signal-hook-mio v0.2.4 |
603 | 2024-11-28T04:08:25.257Z | Downloaded schemars_derive v0.8.21 |
604 | 2024-11-28T04:08:25.257Z | Downloaded foreign-types v0.5.0 |
605 | 2024-11-28T04:08:25.257Z | Downloaded rustc_version v0.4.1 |
606 | 2024-11-28T04:08:25.257Z | Downloaded cookie_store v0.21.0 |
607 | 2024-11-28T04:08:25.257Z | Downloaded slog-json v2.6.1 |
608 | 2024-11-28T04:08:25.257Z | Downloaded crc-any v2.5.0 |
609 | 2024-11-28T04:08:25.258Z | Downloaded ciborium v0.2.2 |
610 | 2024-11-28T04:08:25.258Z | Downloaded zone_cfg_derive v0.3.0 |
611 | 2024-11-28T04:08:25.258Z | Downloaded newtype_derive v0.1.6 |
612 | 2024-11-28T04:08:25.258Z | Downloaded string_cache v0.8.7 |
613 | 2024-11-28T04:08:25.258Z | Downloaded thread_local v1.1.8 |
614 | 2024-11-28T04:08:25.258Z | Downloaded structmeta-derive v0.3.0 |
615 | 2024-11-28T04:08:25.258Z | Downloaded thiserror-no-std v2.0.2 |
616 | 2024-11-28T04:08:25.258Z | Downloaded downcast v0.11.0 |
617 | 2024-11-28T04:08:25.258Z | Downloaded dhcproto-macros v0.1.0 |
618 | 2024-11-28T04:08:25.259Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2024-11-28T04:08:25.259Z | Downloaded rtoolbox v0.0.2 |
620 | 2024-11-28T04:08:25.259Z | Downloaded rfc6979 v0.4.0 |
621 | 2024-11-28T04:08:25.259Z | Downloaded base64 v0.13.1 |
622 | 2024-11-28T04:08:25.259Z | Downloaded icu_normalizer v1.5.0 |
623 | 2024-11-28T04:08:25.283Z | Downloaded fallible-iterator v0.3.0 |
624 | 2024-11-28T04:08:25.283Z | Downloaded precomputed-hash v0.1.1 |
625 | 2024-11-28T04:08:25.283Z | Downloaded parse-display v0.10.0 |
626 | 2024-11-28T04:08:25.283Z | Downloaded num_threads v0.1.7 |
627 | 2024-11-28T04:08:25.283Z | Downloaded nibble_vec v0.1.0 |
628 | 2024-11-28T04:08:25.284Z | Downloaded pretty-hex v0.2.1 |
629 | 2024-11-28T04:08:25.284Z | Downloaded ed25519 v2.2.3 |
630 | 2024-11-28T04:08:25.285Z | Downloaded gethostname v0.5.0 |
631 | 2024-11-28T04:08:25.285Z | Downloaded fragile v2.0.0 |
632 | 2024-11-28T04:08:25.285Z | Downloaded serde_urlencoded v0.7.1 |
633 | 2024-11-28T04:08:25.285Z | Downloaded topological-sort v0.2.2 |
634 | 2024-11-28T04:08:25.285Z | Downloaded strum_macros v0.24.3 |
635 | 2024-11-28T04:08:25.285Z | Downloaded utf8_iter v1.0.4 |
636 | 2024-11-28T04:08:25.299Z | Downloaded take_mut v0.2.2 |
637 | 2024-11-28T04:08:25.299Z | Downloaded unicode-truncate v1.1.0 |
638 | 2024-11-28T04:08:25.299Z | Downloaded bzip2 v0.4.4 |
639 | 2024-11-28T04:08:25.299Z | Downloaded num_enum v0.5.11 |
640 | 2024-11-28T04:08:25.299Z | Downloaded num_enum_derive v0.5.11 |
641 | 2024-11-28T04:08:25.299Z | Downloaded zerofrom-derive v0.1.4 |
642 | 2024-11-28T04:08:25.300Z | Downloaded writeable v0.5.5 |
643 | 2024-11-28T04:08:25.300Z | Downloaded utf16_iter v1.0.5 |
644 | 2024-11-28T04:08:25.309Z | Downloaded strum_macros v0.25.3 |
645 | 2024-11-28T04:08:25.309Z | Downloaded smallvec v0.6.14 |
646 | 2024-11-28T04:08:25.309Z | Downloaded hash32 v0.3.1 |
647 | 2024-11-28T04:08:25.309Z | Downloaded funty v2.0.0 |
648 | 2024-11-28T04:08:25.309Z | Downloaded either v1.13.0 |
649 | 2024-11-28T04:08:25.309Z | Downloaded darling_macro v0.20.10 |
650 | 2024-11-28T04:08:25.310Z | Downloaded fallible-iterator v0.2.0 |
651 | 2024-11-28T04:08:25.310Z | Downloaded slog-term v2.9.1 |
652 | 2024-11-28T04:08:25.310Z | Downloaded untrusted v0.7.1 |
653 | 2024-11-28T04:08:25.325Z | Downloaded predicates-core v1.0.8 |
654 | 2024-11-28T04:08:25.325Z | Downloaded same-file v1.0.6 |
655 | 2024-11-28T04:08:25.325Z | Downloaded predicates-tree v1.0.11 |
656 | 2024-11-28T04:08:25.326Z | Downloaded fs_extra v1.3.0 |
657 | 2024-11-28T04:08:25.326Z | Downloaded rustc-hash v1.1.0 |
658 | 2024-11-28T04:08:25.326Z | Downloaded primeorder v0.13.6 |
659 | 2024-11-28T04:08:25.326Z | Downloaded phf_shared v0.11.2 |
660 | 2024-11-28T04:08:25.327Z | Downloaded pbkdf2 v0.11.0 |
661 | 2024-11-28T04:08:25.335Z | Downloaded waitgroup v0.1.2 |
662 | 2024-11-28T04:08:25.335Z | Downloaded tap v1.0.1 |
663 | 2024-11-28T04:08:25.335Z | Downloaded slog-bunyan v2.5.0 |
664 | 2024-11-28T04:08:25.335Z | Downloaded salsa20 v0.10.2 |
665 | 2024-11-28T04:08:25.335Z | Downloaded tui-tree-widget v0.22.0 |
666 | 2024-11-28T04:08:25.336Z | Downloaded time-macros v0.2.18 |
667 | 2024-11-28T04:08:25.348Z | Downloaded newline-converter v0.3.0 |
668 | 2024-11-28T04:08:25.348Z | Downloaded aho-corasick v1.1.3 |
669 | 2024-11-28T04:08:25.368Z | Downloaded peg-runtime v0.8.3 |
670 | 2024-11-28T04:08:25.369Z | Downloaded base64 v0.21.7 |
671 | 2024-11-28T04:08:25.369Z | Downloaded dhcproto v0.12.0 |
672 | 2024-11-28T04:08:25.369Z | Downloaded termios v0.3.3 |
673 | 2024-11-28T04:08:25.369Z | Downloaded termcolor v1.4.1 |
674 | 2024-11-28T04:08:25.369Z | Downloaded serde-big-array v0.5.1 |
675 | 2024-11-28T04:08:25.369Z | Downloaded derive-where v1.2.7 |
676 | 2024-11-28T04:08:25.394Z | Downloaded data-encoding v2.6.0 |
677 | 2024-11-28T04:08:25.394Z | Downloaded zone v0.3.0 |
678 | 2024-11-28T04:08:25.394Z | Downloaded xattr v1.3.1 |
679 | 2024-11-28T04:08:25.394Z | Downloaded zopfli v0.8.1 |
680 | 2024-11-28T04:08:25.395Z | Downloaded xz2 v0.1.7 |
681 | 2024-11-28T04:08:25.395Z | Downloaded wait-timeout v0.2.0 |
682 | 2024-11-28T04:08:25.395Z | Downloaded untrusted v0.9.0 |
683 | 2024-11-28T04:08:25.395Z | Downloaded getrandom v0.2.15 |
684 | 2024-11-28T04:08:25.395Z | Downloaded dunce v1.0.5 |
685 | 2024-11-28T04:08:25.395Z | Downloaded dsl_auto_type v0.1.2 |
686 | 2024-11-28T04:08:25.412Z | Downloaded strip-ansi-escapes v0.2.0 |
687 | 2024-11-28T04:08:25.412Z | Downloaded snafu-derive v0.8.5 |
688 | 2024-11-28T04:08:25.412Z | Downloaded serde_plain v1.0.2 |
689 | 2024-11-28T04:08:25.412Z | Downloaded dyn-clone v1.0.17 |
690 | 2024-11-28T04:08:25.412Z | Downloaded uuid v1.11.0 |
691 | 2024-11-28T04:08:25.413Z | Downloaded num-integer v0.1.46 |
692 | 2024-11-28T04:08:25.413Z | Downloaded tracing-attributes v0.1.27 |
693 | 2024-11-28T04:08:25.413Z | Downloaded cc v1.1.30 |
694 | 2024-11-28T04:08:25.413Z | Downloaded crypto-bigint v0.5.5 |
695 | 2024-11-28T04:08:25.445Z | Downloaded fxhash v0.2.1 |
696 | 2024-11-28T04:08:25.445Z | Downloaded parse-size v1.1.0 |
697 | 2024-11-28T04:08:25.445Z | Downloaded foreign-types-shared v0.3.1 |
698 | 2024-11-28T04:08:25.445Z | Downloaded term v0.7.0 |
699 | 2024-11-28T04:08:25.445Z | Downloaded toolchain_find v0.4.0 |
700 | 2024-11-28T04:08:25.445Z | Downloaded tinystr v0.7.6 |
701 | 2024-11-28T04:08:25.445Z | Downloaded pem-rfc7468 v0.7.0 |
702 | 2024-11-28T04:08:25.445Z | Downloaded progenitor v0.8.0 |
703 | 2024-11-28T04:08:25.445Z | Downloaded schemars v0.8.21 |
704 | 2024-11-28T04:08:25.483Z | Downloaded hashlink v0.9.1 |
705 | 2024-11-28T04:08:25.484Z | Downloaded endian-type v0.1.2 |
706 | 2024-11-28T04:08:25.484Z | Downloaded rustc-demangle v0.1.24 |
707 | 2024-11-28T04:08:25.484Z | Downloaded ff v0.13.0 |
708 | 2024-11-28T04:08:25.484Z | Downloaded display-error-chain v0.2.2 |
709 | 2024-11-28T04:08:25.484Z | Downloaded socket2 v0.5.7 |
710 | 2024-11-28T04:08:25.484Z | Downloaded static_assertions v1.1.0 |
711 | 2024-11-28T04:08:25.484Z | Downloaded spin v0.5.2 |
712 | 2024-11-28T04:08:25.484Z | Downloaded serde_path_to_error v0.1.16 |
713 | 2024-11-28T04:08:25.485Z | Downloaded dirs-next v2.0.0 |
714 | 2024-11-28T04:08:25.512Z | Downloaded futures-channel v0.3.31 |
715 | 2024-11-28T04:08:25.512Z | Downloaded normalize-line-endings v0.3.0 |
716 | 2024-11-28T04:08:25.512Z | Downloaded glob v0.3.1 |
717 | 2024-11-28T04:08:25.512Z | Downloaded ghash v0.5.1 |
718 | 2024-11-28T04:08:25.513Z | Downloaded tracing-core v0.1.32 |
719 | 2024-11-28T04:08:25.513Z | Downloaded tower-service v0.3.3 |
720 | 2024-11-28T04:08:25.513Z | Downloaded progenitor-client v0.8.0 |
721 | 2024-11-28T04:08:25.513Z | Downloaded rayon-core v1.12.1 |
722 | 2024-11-28T04:08:25.513Z | Downloaded parse-display-derive v0.10.0 |
723 | 2024-11-28T04:08:25.513Z | Downloaded nodrop v0.1.14 |
724 | 2024-11-28T04:08:25.514Z | Downloaded serde_yaml v0.9.34+deprecated |
725 | 2024-11-28T04:08:25.514Z | Downloaded russh-cryptovec v0.7.3 |
726 | 2024-11-28T04:08:25.514Z | Downloaded samael v0.0.17 |
727 | 2024-11-28T04:08:25.514Z | Downloaded derive_builder_macro v0.20.2 |
728 | 2024-11-28T04:08:25.514Z | Downloaded tinyvec_macros v0.1.1 |
729 | 2024-11-28T04:08:25.516Z | Downloaded rpassword v7.3.1 |
730 | 2024-11-28T04:08:25.516Z | Downloaded tar v0.4.42 |
731 | 2024-11-28T04:08:25.548Z | Downloaded defmt-parser v0.3.4 |
732 | 2024-11-28T04:08:25.548Z | Downloaded pin-project v1.1.6 |
733 | 2024-11-28T04:08:25.548Z | Downloaded oso-derive v0.27.3 |
734 | 2024-11-28T04:08:25.548Z | Downloaded opaque-debug v0.3.1 |
735 | 2024-11-28T04:08:25.548Z | Downloaded spin v0.9.8 |
736 | 2024-11-28T04:08:25.548Z | Downloaded serde_derive_internals v0.29.1 |
737 | 2024-11-28T04:08:25.548Z | Downloaded foreign-types v0.3.2 |
738 | 2024-11-28T04:08:25.550Z | Downloaded structmeta v0.3.0 |
739 | 2024-11-28T04:08:25.550Z | Downloaded stable_deref_trait v1.2.0 |
740 | 2024-11-28T04:08:25.550Z | Downloaded env_filter v0.1.2 |
741 | 2024-11-28T04:08:25.550Z | Downloaded enum-as-inner v0.6.1 |
742 | 2024-11-28T04:08:25.550Z | Downloaded enum-as-inner v0.5.1 |
743 | 2024-11-28T04:08:25.550Z | Downloaded psl-types v2.0.11 |
744 | 2024-11-28T04:08:25.550Z | Downloaded stringprep v0.1.5 |
745 | 2024-11-28T04:08:25.550Z | Downloaded tokio-tungstenite v0.21.0 |
746 | 2024-11-28T04:08:25.586Z | Downloaded packed_struct v0.10.1 |
747 | 2024-11-28T04:08:25.586Z | Downloaded twox-hash v1.6.3 |
748 | 2024-11-28T04:08:25.586Z | Downloaded progenitor-macro v0.8.0 |
749 | 2024-11-28T04:08:25.587Z | Downloaded parking_lot_core v0.9.10 |
750 | 2024-11-28T04:08:25.587Z | Downloaded itertools v0.10.5 |
751 | 2024-11-28T04:08:25.587Z | Downloaded foldhash v0.1.3 |
752 | 2024-11-28T04:08:25.588Z | Downloaded postgres-types v0.2.8 |
753 | 2024-11-28T04:08:25.588Z | Downloaded tokio-tungstenite v0.24.0 |
754 | 2024-11-28T04:08:25.589Z | Downloaded tokio-rustls v0.26.0 |
755 | 2024-11-28T04:08:25.589Z | Downloaded universal-hash v0.5.1 |
756 | 2024-11-28T04:08:25.589Z | Downloaded ed25519-dalek v2.1.1 |
757 | 2024-11-28T04:08:25.589Z | Downloaded itertools v0.12.1 |
758 | 2024-11-28T04:08:25.609Z | Downloaded nanorand v0.7.0 |
759 | 2024-11-28T04:08:25.610Z | Downloaded dropshot_endpoint v0.13.0 |
760 | 2024-11-28T04:08:25.610Z | Downloaded diesel-dtrace v0.3.0 |
761 | 2024-11-28T04:08:25.610Z | Downloaded ecdsa v0.16.9 |
762 | 2024-11-28T04:08:25.610Z | Downloaded wyz v0.5.1 |
763 | 2024-11-28T04:08:25.610Z | Downloaded unicode-xid v0.2.6 |
764 | 2024-11-28T04:08:25.611Z | Downloaded number_prefix v0.4.0 |
765 | 2024-11-28T04:08:25.611Z | Downloaded defmt-macros v0.3.9 |
766 | 2024-11-28T04:08:25.611Z | Downloaded scheduled-thread-pool v0.2.7 |
767 | 2024-11-28T04:08:25.611Z | Downloaded polyval v0.6.2 |
768 | 2024-11-28T04:08:25.611Z | Downloaded pin-utils v0.1.0 |
769 | 2024-11-28T04:08:25.611Z | Downloaded phf_shared v0.10.0 |
770 | 2024-11-28T04:08:25.611Z | Downloaded slab v0.4.9 |
771 | 2024-11-28T04:08:25.611Z | Downloaded pkg-config v0.3.31 |
772 | 2024-11-28T04:08:25.612Z | Downloaded openssl-sys v0.9.103 |
773 | 2024-11-28T04:08:25.632Z | Downloaded powerfmt v0.2.0 |
774 | 2024-11-28T04:08:25.632Z | Downloaded password-hash v0.4.2 |
775 | 2024-11-28T04:08:25.632Z | Downloaded diesel_derives v2.2.3 |
776 | 2024-11-28T04:08:25.632Z | Downloaded sync-ptr v0.1.1 |
777 | 2024-11-28T04:08:25.632Z | Downloaded rustfmt-wrapper v0.2.1 |
778 | 2024-11-28T04:08:25.632Z | Downloaded flate2 v1.0.35 |
779 | 2024-11-28T04:08:25.633Z | Downloaded hashbrown v0.12.3 |
780 | 2024-11-28T04:08:25.653Z | Downloaded supports-color v3.0.1 |
781 | 2024-11-28T04:08:25.653Z | Downloaded multer v3.1.0 |
782 | 2024-11-28T04:08:25.654Z | Downloaded num-bigint v0.4.6 |
783 | 2024-11-28T04:08:25.654Z | Downloaded foreign-types-macros v0.2.3 |
784 | 2024-11-28T04:08:25.654Z | Downloaded float-ord v0.3.2 |
785 | 2024-11-28T04:08:25.654Z | Downloaded deranged v0.3.11 |
786 | 2024-11-28T04:08:25.654Z | Downloaded utf-8 v0.7.6 |
787 | 2024-11-28T04:08:25.654Z | Downloaded ron v0.7.1 |
788 | 2024-11-28T04:08:25.664Z | Downloaded yasna v0.5.2 |
789 | 2024-11-28T04:08:25.664Z | Downloaded des v0.8.1 |
790 | 2024-11-28T04:08:25.664Z | Downloaded darling_core v0.20.10 |
791 | 2024-11-28T04:08:25.664Z | Downloaded semver v0.1.20 |
792 | 2024-11-28T04:08:25.670Z | Downloaded ssh-encoding v0.2.0 |
793 | 2024-11-28T04:08:25.670Z | Downloaded postcard v1.0.10 |
794 | 2024-11-28T04:08:25.670Z | Downloaded pkcs8 v0.10.2 |
795 | 2024-11-28T04:08:25.675Z | Downloaded globset v0.4.15 |
796 | 2024-11-28T04:08:25.675Z | Downloaded headers v0.4.0 |
797 | 2024-11-28T04:08:25.685Z | Downloaded vte_generate_state_changes v0.1.2 |
798 | 2024-11-28T04:08:25.685Z | Downloaded shell-words v1.1.0 |
799 | 2024-11-28T04:08:25.685Z | Downloaded phf_generator v0.11.2 |
800 | 2024-11-28T04:08:25.685Z | Downloaded phf_codegen v0.11.2 |
801 | 2024-11-28T04:08:25.685Z | Downloaded subtle v2.6.1 |
802 | 2024-11-28T04:08:25.691Z | Downloaded debug-ignore v1.0.5 |
803 | 2024-11-28T04:08:25.691Z | Downloaded synstructure v0.13.1 |
804 | 2024-11-28T04:08:25.691Z | Downloaded strum_macros v0.26.4 |
805 | 2024-11-28T04:08:25.691Z | Downloaded libxml v0.3.3 |
806 | 2024-11-28T04:08:25.703Z | Downloaded futures-core v0.3.31 |
807 | 2024-11-28T04:08:25.703Z | Downloaded ssh-cipher v0.2.0 |
808 | 2024-11-28T04:08:25.716Z | Downloaded futures-io v0.3.31 |
809 | 2024-11-28T04:08:25.716Z | Downloaded futures-executor v0.3.31 |
810 | 2024-11-28T04:08:25.716Z | Downloaded native-tls v0.2.12 |
811 | 2024-11-28T04:08:25.716Z | Downloaded derive_more v0.99.18 |
812 | 2024-11-28T04:08:25.716Z | Downloaded ron v0.8.1 |
813 | 2024-11-28T04:08:25.724Z | Downloaded mirai-annotations v1.12.0 |
814 | 2024-11-28T04:08:25.724Z | Downloaded tabwriter v1.4.0 |
815 | 2024-11-28T04:08:25.724Z | Downloaded group v0.13.0 |
816 | 2024-11-28T04:08:25.724Z | Downloaded rand_seeder v0.3.0 |
817 | 2024-11-28T04:08:25.741Z | Downloaded hyper v1.5.0 |
818 | 2024-11-28T04:08:25.761Z | Downloaded new_debug_unreachable v1.0.6 |
819 | 2024-11-28T04:08:25.762Z | Downloaded yoke-derive v0.7.4 |
820 | 2024-11-28T04:08:25.762Z | Downloaded hkdf v0.12.4 |
821 | 2024-11-28T04:08:25.762Z | Downloaded vsss-rs v3.3.4 |
822 | 2024-11-28T04:08:25.762Z | Downloaded rand_xorshift v0.3.0 |
823 | 2024-11-28T04:08:25.762Z | Downloaded nu-ansi-term v0.50.1 |
824 | 2024-11-28T04:08:25.762Z | Downloaded sqlparser_derive v0.2.2 |
825 | 2024-11-28T04:08:25.762Z | Downloaded value-bag v1.9.0 |
826 | 2024-11-28T04:08:25.762Z | Downloaded slog-dtrace v0.3.0 |
827 | 2024-11-28T04:08:25.762Z | Downloaded parking_lot_core v0.8.6 |
828 | 2024-11-28T04:08:25.762Z | Downloaded idna v1.0.3 |
829 | 2024-11-28T04:08:25.770Z | Downloaded smallvec v1.13.2 |
830 | 2024-11-28T04:08:25.770Z | Downloaded tracing v0.1.40 |
831 | 2024-11-28T04:08:25.770Z | Downloaded termtree v0.4.1 |
832 | 2024-11-28T04:08:25.770Z | Downloaded serde_with_macros v3.11.0 |
833 | 2024-11-28T04:08:25.776Z | Downloaded tungstenite v0.21.0 |
834 | 2024-11-28T04:08:25.776Z | Downloaded subprocess v0.2.9 |
835 | 2024-11-28T04:08:25.786Z | Downloaded mockall v0.13.0 |
836 | 2024-11-28T04:08:25.786Z | Downloaded tinyvec v1.8.0 |
837 | 2024-11-28T04:08:25.796Z | Downloaded packed_struct_codegen v0.10.1 |
838 | 2024-11-28T04:08:25.796Z | Downloaded yoke v0.7.4 |
839 | 2024-11-28T04:08:25.796Z | Downloaded rustversion v1.0.17 |
840 | 2024-11-28T04:08:25.803Z | Downloaded diesel_table_macro_syntax v0.2.0 |
841 | 2024-11-28T04:08:25.803Z | Downloaded want v0.3.1 |
842 | 2024-11-28T04:08:25.804Z | Downloaded simd-adler32 v0.3.7 |
843 | 2024-11-28T04:08:25.816Z | Downloaded resolv-conf v0.7.0 |
844 | 2024-11-28T04:08:25.816Z | Downloaded tiny-keccak v2.0.2 |
845 | 2024-11-28T04:08:25.816Z | Downloaded unsafe-libyaml v0.2.11 |
846 | 2024-11-28T04:08:25.825Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2024-11-28T04:08:25.825Z | Downloaded env_logger v0.11.5 |
848 | 2024-11-28T04:08:25.825Z | Downloaded signal-hook-registry v1.4.2 |
849 | 2024-11-28T04:08:25.825Z | Downloaded shlex v1.3.0 |
850 | 2024-11-28T04:08:25.832Z | Downloaded signal-hook-tokio v0.3.1 |
851 | 2024-11-28T04:08:25.833Z | Downloaded fallible-streaming-iterator v0.1.9 |
852 | 2024-11-28T04:08:25.833Z | Downloaded steno v0.4.1 |
853 | 2024-11-28T04:08:25.833Z | Downloaded time v0.3.36 |
854 | 2024-11-28T04:08:25.846Z | Downloaded rusty-fork v0.3.0 |
855 | 2024-11-28T04:08:25.847Z | Downloaded aws-lc-rs v1.10.0 |
856 | 2024-11-28T04:08:25.857Z | Downloaded num-derive v0.4.2 |
857 | 2024-11-28T04:08:25.857Z | Downloaded parking_lot v0.11.2 |
858 | 2024-11-28T04:08:25.857Z | Downloaded tungstenite v0.24.0 |
859 | 2024-11-28T04:08:25.867Z | Downloaded der v0.7.9 |
860 | 2024-11-28T04:08:25.867Z | Downloaded zerofrom v0.1.4 |
861 | 2024-11-28T04:08:25.868Z | Downloaded sigpipe v0.1.3 |
862 | 2024-11-28T04:08:25.876Z | Downloaded spki v0.7.3 |
863 | 2024-11-28T04:08:25.876Z | Downloaded half v2.4.1 |
864 | 2024-11-28T04:08:25.876Z | Downloaded difflib v0.4.0 |
865 | 2024-11-28T04:08:25.877Z | Downloaded miniz_oxide v0.8.0 |
866 | 2024-11-28T04:08:25.877Z | Downloaded salty v0.3.0 |
867 | 2024-11-28T04:08:25.890Z | Downloaded which v4.4.2 |
868 | 2024-11-28T04:08:25.890Z | Downloaded peg v0.8.4 |
869 | 2024-11-28T04:08:25.890Z | Downloaded paste v1.0.15 |
870 | 2024-11-28T04:08:25.898Z | Downloaded siphasher v0.3.11 |
871 | 2024-11-28T04:08:25.898Z | Downloaded flagset v0.4.6 |
872 | 2024-11-28T04:08:25.898Z | Downloaded walkdir v2.5.0 |
873 | 2024-11-28T04:08:25.898Z | Downloaded olpc-cjson v0.1.4 |
874 | 2024-11-28T04:08:25.903Z | Downloaded slog-async v2.8.0 |
875 | 2024-11-28T04:08:25.903Z | Downloaded mio v1.0.2 |
876 | 2024-11-28T04:08:25.916Z | Downloaded secrecy v0.8.0 |
877 | 2024-11-28T04:08:25.916Z | Downloaded parse-zoneinfo v0.3.1 |
878 | 2024-11-28T04:08:25.916Z | Downloaded unicode_categories v0.1.1 |
879 | 2024-11-28T04:08:25.916Z | Downloaded r2d2 v0.8.10 |
880 | 2024-11-28T04:08:25.916Z | Downloaded defmt v0.3.8 |
881 | 2024-11-28T04:08:25.921Z | Downloaded float-cmp v0.9.0 |
882 | 2024-11-28T04:08:25.921Z | Downloaded fixedbitset v0.4.2 |
883 | 2024-11-28T04:08:25.922Z | Downloaded rand_core v0.6.4 |
884 | 2024-11-28T04:08:25.922Z | Downloaded quick-error v1.2.3 |
885 | 2024-11-28T04:08:25.922Z | Downloaded filetime v0.2.25 |
886 | 2024-11-28T04:08:25.929Z | Downloaded num-conv v0.1.0 |
887 | 2024-11-28T04:08:25.929Z | Downloaded rustls-pemfile v1.0.4 |
888 | 2024-11-28T04:08:25.929Z | Downloaded sec1 v0.7.3 |
889 | 2024-11-28T04:08:25.929Z | Downloaded peg-macros v0.8.4 |
890 | 2024-11-28T04:08:25.929Z | Downloaded embedded-io v0.6.1 |
891 | 2024-11-28T04:08:25.939Z | Downloaded signature v2.2.0 |
892 | 2024-11-28T04:08:25.939Z | Downloaded typify-macro v0.2.0 |
893 | 2024-11-28T04:08:25.939Z | Downloaded tls_codec v0.4.1 |
894 | 2024-11-28T04:08:25.939Z | Downloaded rustls-pemfile v2.2.0 |
895 | 2024-11-28T04:08:25.951Z | Downloaded rustls-pki-types v1.9.0 |
896 | 2024-11-28T04:08:25.952Z | Downloaded zeroize_derive v1.4.2 |
897 | 2024-11-28T04:08:25.952Z | Downloaded tokio-macros v2.4.0 |
898 | 2024-11-28T04:08:25.952Z | Downloaded tokio-native-tls v0.3.1 |
899 | 2024-11-28T04:08:25.952Z | Downloaded scrypt v0.11.0 |
900 | 2024-11-28T04:08:25.952Z | Downloaded password-hash v0.5.0 |
901 | 2024-11-28T04:08:25.972Z | Downloaded owo-colors v4.1.0 |
902 | 2024-11-28T04:08:25.973Z | Downloaded x509-cert v0.2.5 |
903 | 2024-11-28T04:08:25.973Z | Downloaded tls_codec_derive v0.4.1 |
904 | 2024-11-28T04:08:25.973Z | Downloaded typify v0.2.0 |
905 | 2024-11-28T04:08:25.973Z | Downloaded ssh-key v0.6.6 |
906 | 2024-11-28T04:08:25.973Z | Downloaded publicsuffix v2.2.3 |
907 | 2024-11-28T04:08:25.977Z | Downloaded derive_builder v0.20.2 |
908 | 2024-11-28T04:08:25.981Z | Downloaded parking_lot v0.12.3 |
909 | 2024-11-28T04:08:25.981Z | Downloaded num-complex v0.4.6 |
910 | 2024-11-28T04:08:25.990Z | Downloaded sct v0.7.1 |
911 | 2024-11-28T04:08:25.990Z | Downloaded slog v2.7.0 |
912 | 2024-11-28T04:08:25.990Z | Downloaded tokio-util v0.7.12 |
913 | 2024-11-28T04:08:25.998Z | Downloaded nom v7.1.3 |
914 | 2024-11-28T04:08:26.001Z | Downloaded rustls-webpki v0.101.7 |
915 | 2024-11-28T04:08:26.020Z | Downloaded omicron-zone-package v0.11.1 |
916 | 2024-11-28T04:08:26.036Z | Downloaded icu_properties_data v1.5.0 |
917 | 2024-11-28T04:08:26.043Z | Downloaded rusqlite v0.32.1 |
918 | 2024-11-28T04:08:26.043Z | Downloaded tungstenite v0.23.0 |
919 | 2024-11-28T04:08:26.048Z | Downloaded winnow v0.5.40 |
920 | 2024-11-28T04:08:26.053Z | Downloaded diff v0.1.13 |
921 | 2024-11-28T04:08:26.060Z | Downloaded lalrpop v0.19.12 |
922 | 2024-11-28T04:08:26.066Z | Downloaded quinn v0.11.5 |
923 | 2024-11-28T04:08:26.072Z | Downloaded rayon v1.10.0 |
924 | 2024-11-28T04:08:26.080Z | Downloaded zip v0.6.6 |
925 | 2024-11-28T04:08:26.084Z | Downloaded expectorate v1.1.0 |
926 | 2024-11-28T04:08:26.084Z | Downloaded elliptic-curve v0.13.8 |
927 | 2024-11-28T04:08:26.089Z | Downloaded git2 v0.19.0 |
928 | 2024-11-28T04:08:26.096Z | Downloaded sqlparser v0.45.0 |
929 | 2024-11-28T04:08:26.103Z | Downloaded rand v0.8.5 |
930 | 2024-11-28T04:08:26.106Z | Downloaded zip v2.1.3 |
931 | 2024-11-28T04:08:26.112Z | Downloaded p384 v0.13.0 |
932 | 2024-11-28T04:08:26.118Z | Downloaded reqwest v0.12.9 |
933 | 2024-11-28T04:08:26.126Z | Downloaded p521 v0.13.3 |
934 | 2024-11-28T04:08:26.129Z | Downloaded curve25519-dalek v4.1.3 |
935 | 2024-11-28T04:08:26.138Z | Downloaded zerocopy-derive v0.8.10 |
936 | 2024-11-28T04:08:26.145Z | Downloaded futures-util v0.3.31 |
937 | 2024-11-28T04:08:26.161Z | Downloaded typed-path v0.9.3 |
938 | 2024-11-28T04:08:26.166Z | Downloaded idna v0.2.3 |
939 | 2024-11-28T04:08:26.183Z | Downloaded openssl v0.10.66 |
940 | 2024-11-28T04:08:26.190Z | Downloaded rustls-webpki v0.102.8 |
941 | 2024-11-28T04:08:26.205Z | Downloaded num-bigint-dig v0.8.4 |
942 | 2024-11-28T04:08:26.219Z | Downloaded idna v0.3.0 |
943 | 2024-11-28T04:08:26.226Z | Downloaded petname v2.0.2 |
944 | 2024-11-28T04:08:26.226Z | Downloaded gimli v0.31.1 |
945 | 2024-11-28T04:08:26.229Z | Downloaded proptest v1.5.0 |
946 | 2024-11-28T04:08:26.237Z | Downloaded serde_with v3.11.0 |
947 | 2024-11-28T04:08:26.247Z | Downloaded h2 v0.4.6 |
948 | 2024-11-28T04:08:26.253Z | Downloaded zerocopy v0.8.10 |
949 | 2024-11-28T04:08:26.281Z | Downloaded reedline v0.35.0 |
950 | 2024-11-28T04:08:26.286Z | Downloaded regex v1.11.1 |
951 | 2024-11-28T04:08:26.301Z | Downloaded quinn-proto v0.11.8 |
952 | 2024-11-28T04:08:26.305Z | Downloaded vcpkg v0.2.15 |
953 | 2024-11-28T04:08:26.363Z | Downloaded dropshot v0.12.0 |
954 | 2024-11-28T04:08:26.370Z | Downloaded quick-xml v0.33.0 |
955 | 2024-11-28T04:08:26.374Z | Downloaded smoltcp v0.9.1 |
956 | 2024-11-28T04:08:26.385Z | Downloaded rustls v0.21.12 |
957 | 2024-11-28T04:08:26.397Z | Downloaded regress v0.10.1 |
958 | 2024-11-28T04:08:26.404Z | Downloaded diesel v2.2.4 |
959 | 2024-11-28T04:08:26.426Z | Downloaded object v0.30.4 |
960 | 2024-11-28T04:08:26.435Z | Downloaded nix v0.29.0 |
961 | 2024-11-28T04:08:26.450Z | Downloaded rustls v0.23.14 |
962 | 2024-11-28T04:08:26.463Z | Downloaded object v0.36.5 |
963 | 2024-11-28T04:08:26.475Z | Downloaded nix v0.28.0 |
964 | 2024-11-28T04:08:26.491Z | Downloaded dropshot v0.13.0 |
965 | 2024-11-28T04:08:26.511Z | Downloaded typify-impl v0.2.0 |
966 | 2024-11-28T04:08:26.526Z | Downloaded rustls v0.22.4 |
967 | 2024-11-28T04:08:26.542Z | Downloaded sled v0.34.7 |
968 | 2024-11-28T04:08:26.553Z | Downloaded regex-syntax v0.8.5 |
969 | 2024-11-28T04:08:26.563Z | Downloaded webpki-roots v0.26.6 |
970 | 2024-11-28T04:08:26.566Z | Downloaded openapiv3 v2.0.0 |
971 | 2024-11-28T04:08:26.582Z | Downloaded regex-automata v0.4.8 |
972 | 2024-11-28T04:08:26.599Z | Downloaded ratatui v0.28.1 |
973 | 2024-11-28T04:08:26.621Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
974 | 2024-11-28T04:08:26.634Z | Downloaded bstr v1.10.0 |
975 | 2024-11-28T04:08:26.645Z | Downloaded unicode-width v0.2.0 |
976 | 2024-11-28T04:08:26.652Z | Downloaded regex-syntax v0.6.29 |
977 | 2024-11-28T04:08:26.662Z | Downloaded trust-dns-proto v0.22.0 |
978 | 2024-11-28T04:08:26.674Z | Downloaded chrono-tz v0.10.0 |
979 | 2024-11-28T04:08:26.681Z | Downloaded zerocopy-derive v0.6.6 |
980 | 2024-11-28T04:08:26.692Z | Downloaded smoltcp v0.11.0 |
981 | 2024-11-28T04:08:26.707Z | Downloaded petgraph v0.6.5 |
982 | 2024-11-28T04:08:26.725Z | Downloaded lzma-sys v0.1.20 |
983 | 2024-11-28T04:08:26.755Z | Downloaded tokio v1.40.0 |
984 | 2024-11-28T04:08:26.793Z | Downloaded nix v0.27.1 |
985 | 2024-11-28T04:08:26.805Z | Downloaded regress v0.9.1 |
986 | 2024-11-28T04:08:26.813Z | Downloaded csv v1.3.0 |
987 | 2024-11-28T04:08:26.834Z | Downloaded idna v0.5.0 |
988 | 2024-11-28T04:08:26.844Z | Downloaded idna v0.4.0 |
989 | 2024-11-28T04:08:26.848Z | Downloaded libz-sys v1.1.20 |
990 | 2024-11-28T04:08:26.871Z | Downloaded radix_trie v0.2.1 |
991 | 2024-11-28T04:08:26.876Z | Downloaded polar-core v0.27.3 |
992 | 2024-11-28T04:08:26.887Z | Downloaded tokio-postgres v0.7.12 |
993 | 2024-11-28T04:08:26.891Z | Downloaded sha3 v0.10.8 |
994 | 2024-11-28T04:08:26.895Z | Downloaded portable-atomic v1.9.0 |
995 | 2024-11-28T04:08:26.901Z | Downloaded tough v0.19.0 |
996 | 2024-11-28T04:08:26.909Z | Downloaded unicode-normalization v0.1.24 |
997 | 2024-11-28T04:08:26.913Z | Downloaded displaydoc v0.2.5 |
998 | 2024-11-28T04:08:26.917Z | Downloaded mockall_derive v0.13.0 |
999 | 2024-11-28T04:08:26.920Z | Downloaded hashbrown v0.14.5 |
1000 | 2024-11-28T04:08:26.923Z | Downloaded smf v0.2.3 |
1001 | 2024-11-28T04:08:26.926Z | Downloaded zerovec v0.10.4 |
1002 | 2024-11-28T04:08:26.932Z | Downloaded embedded-io v0.4.0 |
1003 | 2024-11-28T04:08:26.935Z | Downloaded zerovec-derive v0.10.3 |
1004 | 2024-11-28T04:08:26.935Z | Downloaded tokio-rustls v0.24.1 |
1005 | 2024-11-28T04:08:26.938Z | Downloaded bindgen v0.69.5 |
1006 | 2024-11-28T04:08:26.944Z | Downloaded test-strategy v0.3.1 |
1007 | 2024-11-28T04:08:26.950Z | Downloaded sqlformat v0.2.6 |
1008 | 2024-11-28T04:08:26.950Z | Downloaded flume v0.11.1 |
1009 | 2024-11-28T04:08:26.954Z | Downloaded dropshot_endpoint v0.12.0 |
1010 | 2024-11-28T04:08:26.957Z | Downloaded url v2.5.3 |
1011 | 2024-11-28T04:08:26.961Z | Downloaded russh v0.45.0 |
1012 | 2024-11-28T04:08:26.966Z | Downloaded toml_edit v0.19.15 |
1013 | 2024-11-28T04:08:26.982Z | Downloaded chrono v0.4.38 |
1014 | 2024-11-28T04:08:26.989Z | Downloaded env_logger v0.10.2 |
1015 | 2024-11-28T04:08:26.992Z | Downloaded whoami v1.5.2 |
1016 | 2024-11-28T04:08:26.996Z | Downloaded vte v0.11.1 |
1017 | 2024-11-28T04:08:26.996Z | Downloaded vergen v8.3.2 |
1018 | 2024-11-28T04:08:27.002Z | Downloaded itertools v0.13.0 |
1019 | 2024-11-28T04:08:27.009Z | Downloaded blake3 v1.5.4 |
1020 | 2024-11-28T04:08:27.013Z | Downloaded oso v0.27.3 |
1021 | 2024-11-28T04:08:27.023Z | Downloaded rcgen v0.12.1 |
1022 | 2024-11-28T04:08:27.023Z | Downloaded futures-macro v0.3.31 |
1023 | 2024-11-28T04:08:27.026Z | Downloaded der_derive v0.7.3 |
1024 | 2024-11-28T04:08:27.026Z | Downloaded unicode-bidi v0.3.17 |
1025 | 2024-11-28T04:08:27.026Z | Downloaded futures-task v0.3.31 |
1026 | 2024-11-28T04:08:27.026Z | Downloaded futures-sink v0.3.31 |
1027 | 2024-11-28T04:08:27.027Z | Downloaded num-rational v0.4.2 |
1028 | 2024-11-28T04:08:27.034Z | Downloaded pkcs5 v0.7.1 |
1029 | 2024-11-28T04:08:27.039Z | Downloaded hashbrown v0.13.2 |
1030 | 2024-11-28T04:08:27.039Z | Downloaded multimap v0.10.0 |
1031 | 2024-11-28T04:08:27.039Z | Downloaded zone v0.1.8 |
1032 | 2024-11-28T04:08:27.040Z | Downloaded unicase v2.7.0 |
1033 | 2024-11-28T04:08:27.040Z | Downloaded unarray v0.1.4 |
1034 | 2024-11-28T04:08:27.043Z | Downloaded derive_builder_core v0.20.2 |
1035 | 2024-11-28T04:08:27.043Z | Downloaded phf v0.11.2 |
1036 | 2024-11-28T04:08:27.043Z | Downloaded pkcs1 v0.7.5 |
1037 | 2024-11-28T04:08:27.046Z | Downloaded rustyline v14.0.0 |
1038 | 2024-11-28T04:08:27.050Z | Downloaded encoding_rs v0.8.34 |
1039 | 2024-11-28T04:08:27.073Z | Downloaded unicode-segmentation v1.12.0 |
1040 | 2024-11-28T04:08:27.077Z | Downloaded pin-project-lite v0.2.14 |
1041 | 2024-11-28T04:08:27.081Z | Downloaded ena v0.14.3 |
1042 | 2024-11-28T04:08:27.088Z | Downloaded postgres-protocol v0.6.7 |
1043 | 2024-11-28T04:08:27.088Z | Downloaded pin-project-internal v1.1.6 |
1044 | 2024-11-28T04:08:27.091Z | Downloaded libm v0.2.8 |
1045 | 2024-11-28T04:08:27.094Z | Downloaded fatfs v0.3.6 |
1046 | 2024-11-28T04:08:27.096Z | Downloaded toml v0.7.8 |
1047 | 2024-11-28T04:08:27.099Z | Downloaded tokio-rustls v0.25.0 |
1048 | 2024-11-28T04:08:27.103Z | Downloaded crossterm v0.28.1 |
1049 | 2024-11-28T04:08:27.109Z | Downloaded tokio-tungstenite v0.23.1 |
1050 | 2024-11-28T04:08:27.111Z | Downloaded tokio-stream v0.1.16 |
1051 | 2024-11-28T04:08:27.115Z | Downloaded futures v0.3.31 |
1052 | 2024-11-28T04:08:27.123Z | Downloaded unicode-properties v0.1.3 |
1053 | 2024-11-28T04:08:27.128Z | Downloaded snafu v0.8.5 |
1054 | 2024-11-28T04:08:27.130Z | Downloaded rsa v0.9.6 |
1055 | 2024-11-28T04:08:27.134Z | Downloaded qorb v0.2.1 |
1056 | 2024-11-28T04:08:27.138Z | Downloaded pem v3.0.4 |
1057 | 2024-11-28T04:08:27.140Z | Downloaded similar v2.6.0 |
1058 | 2024-11-28T04:08:27.145Z | Downloaded minimal-lexical v0.2.1 |
1059 | 2024-11-28T04:08:27.149Z | Downloaded russh-keys v0.45.0 |
1060 | 2024-11-28T04:08:27.153Z | Downloaded p256 v0.13.2 |
1061 | 2024-11-28T04:08:27.155Z | Downloaded http v1.1.0 |
1062 | 2024-11-28T04:08:27.159Z | Downloaded foreign-types-shared v0.1.1 |
1063 | 2024-11-28T04:08:27.161Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1064 | 2024-11-28T04:08:27.219Z | Downloaded sync_wrapper v1.0.1 |
1065 | 2024-11-28T04:08:27.221Z | Downloaded serde-hex v0.1.0 |
1066 | 2024-11-28T04:08:27.221Z | Downloaded ref-cast-impl v1.0.23 |
1067 | 2024-11-28T04:08:27.221Z | Downloaded radium v0.7.0 |
1068 | 2024-11-28T04:08:27.225Z | Downloaded proc-macro-crate v1.3.1 |
1069 | 2024-11-28T04:08:27.225Z | Downloaded ppv-lite86 v0.2.20 |
1070 | 2024-11-28T04:08:27.231Z | Downloaded percent-encoding v2.3.1 |
1071 | 2024-11-28T04:08:27.231Z | Downloaded num-iter v0.1.45 |
1072 | 2024-11-28T04:08:27.231Z | Downloaded form_urlencoded v1.2.1 |
1073 | 2024-11-28T04:08:27.231Z | Downloaded backtrace v0.3.74 |
1074 | 2024-11-28T04:08:27.236Z | Downloaded newtype-uuid v1.1.3 |
1075 | 2024-11-28T04:08:27.236Z | Downloaded hash32 v0.2.1 |
1076 | 2024-11-28T04:08:27.237Z | Downloaded fd-lock v4.0.2 |
1077 | 2024-11-28T04:08:27.241Z | Downloaded num-traits v0.2.19 |
1078 | 2024-11-28T04:08:27.241Z | Downloaded sha1 v0.10.6 |
1079 | 2024-11-28T04:08:27.245Z | Downloaded poly1305 v0.8.0 |
1080 | 2024-11-28T04:08:27.245Z | Downloaded crossbeam-channel v0.5.13 |
1081 | 2024-11-28T04:08:27.251Z | Downloaded openssl-probe v0.1.5 |
1082 | 2024-11-28T04:08:27.251Z | Downloaded openssl-macros v0.1.1 |
1083 | 2024-11-28T04:08:27.260Z | Downloaded structmeta v0.2.0 |
1084 | 2024-11-28T04:08:27.260Z | Downloaded zeroize v1.8.1 |
1085 | 2024-11-28T04:08:27.260Z | Downloaded zerocopy v0.6.6 |
1086 | 2024-11-28T04:08:27.266Z | Downloaded prettyplease v0.2.25 |
1087 | 2024-11-28T04:08:27.266Z | Downloaded const_format v0.2.33 |
1088 | 2024-11-28T04:08:27.267Z | Downloaded clang-sys v1.8.1 |
1089 | 2024-11-28T04:08:27.270Z | Downloaded bumpalo v3.16.0 |
1090 | 2024-11-28T04:08:27.271Z | Downloaded uzers v0.12.1 |
1091 | 2024-11-28T04:08:27.271Z | Downloaded indicatif v0.17.9 |
1092 | 2024-11-28T04:08:27.273Z | Downloaded hyper-util v0.1.10 |
1093 | 2024-11-28T04:08:27.277Z | Downloaded signal-hook v0.3.17 |
1094 | 2024-11-28T04:08:27.283Z | Downloaded predicates v3.1.2 |
1095 | 2024-11-28T04:08:27.288Z | Downloaded pbkdf2 v0.12.2 |
1096 | 2024-11-28T04:08:27.288Z | Downloaded path-slash v0.1.5 |
1097 | 2024-11-28T04:08:27.295Z | Downloaded num v0.4.3 |
1098 | 2024-11-28T04:08:27.295Z | Downloaded slog-stdlog v4.1.1 |
1099 | 2024-11-28T04:08:27.295Z | Downloaded slog-scope v4.4.0 |
1100 | 2024-11-28T04:08:27.295Z | Downloaded progenitor-impl v0.8.0 |
1101 | 2024-11-28T04:08:27.298Z | Downloaded compact_str v0.8.0 |
1102 | 2024-11-28T04:08:27.298Z | Downloaded chacha20poly1305 v0.10.1 |
1103 | 2024-11-28T04:08:27.298Z | Downloaded bytes v1.8.0 |
1104 | 2024-11-28T04:08:27.301Z | Downloaded serde_repr v0.1.19 |
1105 | 2024-11-28T04:08:27.307Z | Downloaded scopeguard v1.2.0 |
1106 | 2024-11-28T04:08:27.307Z | Downloaded zone_cfg_derive v0.1.2 |
1107 | 2024-11-28T04:08:27.307Z | Downloaded crossbeam-utils v0.8.20 |
1108 | 2024-11-28T04:08:27.311Z | Downloaded cexpr v0.6.0 |
1109 | 2024-11-28T04:08:27.311Z | Downloaded ref-cast v1.0.23 |
1110 | 2024-11-28T04:08:27.314Z | Downloaded icu_locid v1.5.0 |
1111 | 2024-11-28T04:08:27.317Z | Downloaded crc32fast v1.4.2 |
1112 | 2024-11-28T04:08:27.320Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-11-28T04:08:27.326Z | Downloaded rand_chacha v0.3.1 |
1114 | 2024-11-28T04:08:27.332Z | Downloaded structmeta-derive v0.2.0 |
1115 | 2024-11-28T04:08:27.332Z | Downloaded const-oid v0.9.6 |
1116 | 2024-11-28T04:08:27.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
1117 | 2024-11-28T04:08:27.332Z | Downloaded memmap2 v0.9.5 |
1118 | 2024-11-28T04:08:27.335Z | Downloaded blake2 v0.10.6 |
1119 | 2024-11-28T04:08:27.335Z | Downloaded base64ct v1.6.0 |
1120 | 2024-11-28T04:08:27.340Z | Downloaded slog-envlogger v2.2.0 |
1121 | 2024-11-28T04:08:27.341Z | Downloaded quinn-udp v0.5.5 |
1122 | 2024-11-28T04:08:27.344Z | Downloaded md-5 v0.10.6 |
1123 | 2024-11-28T04:08:27.344Z | Downloaded rustc-hash v2.0.0 |
1124 | 2024-11-28T04:08:27.344Z | Downloaded bb8 v0.8.5 |
1125 | 2024-11-28T04:08:27.344Z | Downloaded chacha20 v0.9.1 |
1126 | 2024-11-28T04:08:27.347Z | Downloaded cassowary v0.3.0 |
1127 | 2024-11-28T04:08:27.347Z | Downloaded buf-list v1.0.3 |
1128 | 2024-11-28T04:08:27.350Z | Downloaded ctr v0.9.2 |
1129 | 2024-11-28T04:08:27.350Z | Downloaded console v0.15.8 |
1130 | 2024-11-28T04:08:27.353Z | Downloaded inout v0.1.3 |
1131 | 2024-11-28T04:08:27.356Z | Downloaded colored v2.1.0 |
1132 | 2024-11-28T04:08:27.356Z | Downloaded bitfield v0.14.0 |
1133 | 2024-11-28T04:08:27.359Z | Downloaded bcs v0.1.6 |
1134 | 2024-11-28T04:08:27.359Z | Downloaded base16ct v0.2.0 |
1135 | 2024-11-28T04:08:27.362Z | Downloaded cobs v0.2.3 |
1136 | 2024-11-28T04:08:27.362Z | Downloaded home v0.5.9 |
1137 | 2024-11-28T04:08:27.364Z | Downloaded bit-set v0.5.3 |
1138 | 2024-11-28T04:08:27.364Z | Downloaded httparse v1.9.5 |
1139 | 2024-11-28T04:08:27.366Z | Downloaded cipher v0.4.4 |
1140 | 2024-11-28T04:08:27.371Z | Downloaded lalrpop-util v0.19.12 |
1141 | 2024-11-28T04:08:27.371Z | Downloaded internet-checksum v0.2.1 |
1142 | 2024-11-28T04:08:27.371Z | Downloaded cfg_aliases v0.1.1 |
1143 | 2024-11-28T04:08:27.376Z | Downloaded indent_write v2.2.0 |
1144 | 2024-11-28T04:08:27.377Z | Downloaded bitvec v1.0.1 |
1145 | 2024-11-28T04:08:27.386Z | Downloaded impl-trait-for-tuples v0.2.2 |
1146 | 2024-11-28T04:08:27.391Z | Downloaded hubpack v0.1.2 |
1147 | 2024-11-28T04:08:27.395Z | Downloaded idna_adapter v1.2.0 |
1148 | 2024-11-28T04:08:27.395Z | Downloaded hostname v0.3.1 |
1149 | 2024-11-28T04:08:27.395Z | Downloaded arrayvec v0.7.6 |
1150 | 2024-11-28T04:08:27.395Z | Downloaded arrayref v0.3.9 |
1151 | 2024-11-28T04:08:27.395Z | Downloaded array-init v0.0.4 |
1152 | 2024-11-28T04:08:27.397Z | Downloaded icu_provider v1.5.0 |
1153 | 2024-11-28T04:08:27.400Z | Downloaded http-body-util v0.1.2 |
1154 | 2024-11-28T04:08:27.400Z | Downloaded async-recursion v1.1.1 |
1155 | 2024-11-28T04:08:27.403Z | Downloaded assert_matches v1.5.0 |
1156 | 2024-11-28T04:08:27.406Z | Downloaded humantime v2.1.0 |
1157 | 2024-11-28T04:08:27.406Z | Downloaded hickory-proto v0.24.1 |
1158 | 2024-11-28T04:08:27.421Z | Downloaded hickory-client v0.24.1 |
1159 | 2024-11-28T04:08:27.424Z | Downloaded ahash v0.8.11 |
1160 | 2024-11-28T04:08:27.426Z | Downloaded adler2 v2.0.0 |
1161 | 2024-11-28T04:08:27.431Z | Downloaded heck v0.3.3 |
1162 | 2024-11-28T04:08:27.431Z | Downloaded argon2 v0.5.3 |
1163 | 2024-11-28T04:08:27.434Z | Downloaded aes-gcm v0.10.3 |
1164 | 2024-11-28T04:08:27.434Z | Downloaded hickory-resolver v0.24.1 |
1165 | 2024-11-28T04:08:27.570Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-11-28T04:08:27.718Z | Downloaded ring v0.17.8 |
1167 | 2024-11-28T04:08:27.882Z | Downloaded ring v0.16.20 |
1168 | 2024-11-28T04:08:28.119Z | Downloaded aws-lc-sys v0.22.0 |
1169 | 2024-11-28T04:08:28.428Z | Compiling serde v1.0.215 |
1170 | 2024-11-28T04:08:28.434Z | Compiling lock_api v0.4.12 |
1171 | 2024-11-28T04:08:28.434Z | Compiling scopeguard v1.2.0 |
1172 | 2024-11-28T04:08:28.434Z | Compiling value-bag v1.9.0 |
1173 | 2024-11-28T04:08:28.434Z | Compiling typenum v1.17.0 |
1174 | 2024-11-28T04:08:28.588Z | Compiling generic-array v0.14.7 |
1175 | 2024-11-28T04:08:28.634Z | Compiling syn v2.0.87 |
1176 | 2024-11-28T04:08:28.650Z | Compiling getrandom v0.2.15 |
1177 | 2024-11-28T04:08:28.770Z | Compiling subtle v2.6.1 |
1178 | 2024-11-28T04:08:28.920Z | Compiling rand_core v0.6.4 |
1179 | 2024-11-28T04:08:29.051Z | Compiling log v0.4.22 |
1180 | 2024-11-28T04:08:29.175Z | Compiling shlex v1.3.0 |
1181 | 2024-11-28T04:08:29.196Z | Compiling jobserver v0.1.32 |
1182 | 2024-11-28T04:08:29.217Z | Compiling const-oid v0.9.6 |
1183 | 2024-11-28T04:08:29.453Z | Compiling smallvec v1.13.2 |
1184 | 2024-11-28T04:08:29.471Z | Compiling spin v0.9.8 |
1185 | 2024-11-28T04:08:29.639Z | Compiling cc v1.1.30 |
1186 | 2024-11-28T04:08:29.858Z | Compiling pin-project-lite v0.2.14 |
1187 | 2024-11-28T04:08:29.879Z | Compiling rustix v0.38.37 |
1188 | 2024-11-28T04:08:29.932Z | Compiling parking_lot_core v0.9.10 |
1189 | 2024-11-28T04:08:29.981Z | Compiling futures-core v0.3.31 |
1190 | 2024-11-28T04:08:30.123Z | Compiling signal-hook-registry v1.4.2 |
1191 | 2024-11-28T04:08:30.247Z | Compiling mio v1.0.2 |
1192 | 2024-11-28T04:08:30.957Z | Compiling parking_lot v0.12.3 |
1193 | 2024-11-28T04:08:30.990Z | Compiling aho-corasick v1.1.3 |
1194 | 2024-11-28T04:08:31.212Z | Compiling either v1.13.0 |
1195 | 2024-11-28T04:08:31.390Z | Compiling regex-syntax v0.8.5 |
1196 | 2024-11-28T04:08:31.412Z | Compiling cpufeatures v0.2.14 |
1197 | 2024-11-28T04:08:31.526Z | Compiling lazy_static v1.5.0 |
1198 | 2024-11-28T04:08:31.641Z | Compiling glob v0.3.1 |
1199 | 2024-11-28T04:08:31.664Z | Compiling futures-sink v0.3.31 |
1200 | 2024-11-28T04:08:31.667Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-11-28T04:08:31.802Z | Compiling socket2 v0.5.7 |
1202 | 2024-11-28T04:08:31.836Z | Compiling slab v0.4.9 |
1203 | 2024-11-28T04:08:31.959Z | Compiling prettyplease v0.2.25 |
1204 | 2024-11-28T04:08:32.302Z | Compiling minimal-lexical v0.2.1 |
1205 | 2024-11-28T04:08:32.628Z | Compiling libloading v0.8.5 |
1206 | 2024-11-28T04:08:32.727Z | Compiling clang-sys v1.8.1 |
1207 | 2024-11-28T04:08:32.847Z | Compiling nom v7.1.3 |
1208 | 2024-11-28T04:08:32.885Z | Compiling serde_json v1.0.132 |
1209 | 2024-11-28T04:08:33.067Z | Compiling bindgen v0.69.5 |
1210 | 2024-11-28T04:08:33.202Z | Compiling home v0.5.9 |
1211 | 2024-11-28T04:08:33.545Z | Compiling futures-channel v0.3.31 |
1212 | 2024-11-28T04:08:33.933Z | Compiling itertools v0.12.1 |
1213 | 2024-11-28T04:08:33.991Z | Compiling lazycell v1.3.0 |
1214 | 2024-11-28T04:08:34.174Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-11-28T04:08:34.283Z | Compiling foldhash v0.1.3 |
1216 | 2024-11-28T04:08:34.618Z | Compiling futures-io v0.3.31 |
1217 | 2024-11-28T04:08:34.936Z | Compiling pin-utils v0.1.0 |
1218 | 2024-11-28T04:08:35.008Z | Compiling futures-task v0.3.31 |
1219 | 2024-11-28T04:08:35.032Z | Compiling rustc-hash v1.1.0 |
1220 | 2024-11-28T04:08:35.191Z | Compiling regex-automata v0.4.8 |
1221 | 2024-11-28T04:08:35.310Z | Compiling hashbrown v0.15.0 |
1222 | 2024-11-28T04:08:36.712Z | Compiling synstructure v0.13.1 |
1223 | 2024-11-28T04:08:36.902Z | Compiling cexpr v0.6.0 |
1224 | 2024-11-28T04:08:37.143Z | Compiling cmake v0.1.51 |
1225 | 2024-11-28T04:08:38.208Z | Compiling dunce v1.0.5 |
1226 | 2024-11-28T04:08:38.348Z | Compiling libm v0.2.8 |
1227 | 2024-11-28T04:08:38.389Z | Compiling pkg-config v0.3.31 |
1228 | 2024-11-28T04:08:38.475Z | Compiling tinyvec_macros v0.1.1 |
1229 | 2024-11-28T04:08:38.560Z | Compiling fs_extra v1.3.0 |
1230 | 2024-11-28T04:08:38.707Z | Compiling tinyvec v1.8.0 |
1231 | 2024-11-28T04:08:38.731Z | Compiling num-traits v0.2.19 |
1232 | 2024-11-28T04:08:39.228Z | Compiling ring v0.17.8 |
1233 | 2024-11-28T04:08:39.946Z | Compiling litemap v0.7.3 |
1234 | 2024-11-28T04:08:39.961Z | Compiling paste v1.0.15 |
1235 | 2024-11-28T04:08:40.201Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-11-28T04:08:40.323Z | Compiling writeable v0.5.5 |
1237 | 2024-11-28T04:08:40.364Z | Compiling base64ct v1.6.0 |
1238 | 2024-11-28T04:08:40.484Z | Compiling unicode-bidi v0.3.17 |
1239 | 2024-11-28T04:08:40.881Z | Compiling regex v1.11.1 |
1240 | 2024-11-28T04:08:40.960Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2024-11-28T04:08:41.660Z | Compiling httparse v1.9.5 |
1242 | 2024-11-28T04:08:41.947Z | Compiling flagset v0.4.6 |
1243 | 2024-11-28T04:08:42.003Z | Compiling aws-lc-rs v1.10.0 |
1244 | 2024-11-28T04:08:42.413Z | Compiling tracing-core v0.1.32 |
1245 | 2024-11-28T04:08:42.430Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-11-28T04:08:42.530Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-11-28T04:08:43.159Z | Compiling crossbeam-utils v0.8.20 |
1248 | 2024-11-28T04:08:43.337Z | Compiling percent-encoding v2.3.1 |
1249 | 2024-11-28T04:08:43.367Z | Compiling serde_derive v1.0.215 |
1250 | 2024-11-28T04:08:43.601Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-11-28T04:08:43.685Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-11-28T04:08:43.704Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-11-28T04:08:43.743Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-11-28T04:08:45.137Z | Compiling zeroize v1.8.1 |
1255 | 2024-11-28T04:08:45.231Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-11-28T04:08:45.627Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-11-28T04:08:46.006Z | Compiling zerocopy v0.7.35 |
1258 | 2024-11-28T04:08:47.023Z | Compiling crypto-common v0.1.6 |
1259 | 2024-11-28T04:08:47.276Z | Compiling block-buffer v0.10.4 |
1260 | 2024-11-28T04:08:47.526Z | Compiling digest v0.10.7 |
1261 | 2024-11-28T04:08:47.610Z | Compiling futures-macro v0.3.31 |
1262 | 2024-11-28T04:08:47.856Z | Compiling zerofrom v0.1.4 |
1263 | 2024-11-28T04:08:48.019Z | Compiling hmac v0.12.1 |
1264 | 2024-11-28T04:08:48.089Z | Compiling zerovec-derive v0.10.3 |
1265 | 2024-11-28T04:08:48.259Z | Compiling block-padding v0.3.3 |
1266 | 2024-11-28T04:08:48.280Z | Compiling displaydoc v0.2.5 |
1267 | 2024-11-28T04:08:48.503Z | Compiling inout v0.1.3 |
1268 | 2024-11-28T04:08:48.545Z | Compiling thiserror v1.0.69 |
1269 | 2024-11-28T04:08:48.565Z | Compiling yoke v0.7.4 |
1270 | 2024-11-28T04:08:48.687Z | Compiling sha2 v0.10.8 |
1271 | 2024-11-28T04:08:48.767Z | Compiling cipher v0.4.4 |
1272 | 2024-11-28T04:08:48.938Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-11-28T04:08:49.305Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-11-28T04:08:49.487Z | Compiling futures-util v0.3.31 |
1275 | 2024-11-28T04:08:49.738Z | Compiling der_derive v0.7.3 |
1276 | 2024-11-28T04:08:49.912Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-11-28T04:08:50.416Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-11-28T04:08:50.634Z | Compiling zerovec v0.10.4 |
1279 | 2024-11-28T04:08:50.872Z | Compiling rand v0.8.5 |
1280 | 2024-11-28T04:08:52.157Z | Compiling der v0.7.9 |
1281 | 2024-11-28T04:08:52.331Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-28T04:08:52.355Z | Compiling pest v2.7.14 |
1283 | 2024-11-28T04:08:52.552Z | Compiling tinystr v0.7.6 |
1284 | 2024-11-28T04:08:52.941Z | Compiling icu_collections v1.5.0 |
1285 | 2024-11-28T04:08:53.033Z | Compiling icu_locid v1.5.0 |
1286 | 2024-11-28T04:08:53.078Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-11-28T04:08:54.040Z | Compiling time-core v0.1.2 |
1288 | 2024-11-28T04:08:54.231Z | Compiling icu_provider v1.5.0 |
1289 | 2024-11-28T04:08:54.401Z | Compiling spki v0.7.3 |
1290 | 2024-11-28T04:08:54.422Z | Compiling tracing v0.1.40 |
1291 | 2024-11-28T04:08:54.803Z | Compiling num-conv v0.1.0 |
1292 | 2024-11-28T04:08:54.929Z | Compiling untrusted v0.9.0 |
1293 | 2024-11-28T04:08:55.088Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-11-28T04:08:55.115Z | Compiling untrusted v0.7.1 |
1295 | 2024-11-28T04:08:55.308Z | Compiling vcpkg v0.2.15 |
1296 | 2024-11-28T04:08:55.334Z | Compiling icu_properties_data v1.5.0 |
1297 | 2024-11-28T04:08:55.338Z | Compiling powerfmt v0.2.0 |
1298 | 2024-11-28T04:08:55.427Z | Compiling mirai-annotations v1.12.0 |
1299 | 2024-11-28T04:08:55.527Z | Compiling time-macros v0.2.18 |
1300 | 2024-11-28T04:08:55.629Z | Compiling deranged v0.3.11 |
1301 | 2024-11-28T04:08:55.652Z | Compiling pest_meta v2.7.14 |
1302 | 2024-11-28T04:08:57.057Z | Compiling icu_properties v1.5.1 |
1303 | 2024-11-28T04:08:57.611Z | Compiling bitflags v2.6.0 |
1304 | 2024-11-28T04:08:57.639Z | Compiling bytes v1.8.0 |
1305 | 2024-11-28T04:08:57.875Z | Compiling indexmap v2.6.0 |
1306 | 2024-11-28T04:08:58.910Z | Compiling tokio v1.40.0 |
1307 | 2024-11-28T04:08:59.005Z | Compiling http v1.1.0 |
1308 | 2024-11-28T04:08:59.365Z | Compiling semver v1.0.23 |
1309 | 2024-11-28T04:08:59.450Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-11-28T04:09:00.161Z | Compiling rustc_version v0.4.1 |
1311 | 2024-11-28T04:09:00.541Z | Compiling scrypt v0.11.0 |
1312 | 2024-11-28T04:09:00.944Z | Compiling cbc v0.1.2 |
1313 | 2024-11-28T04:09:00.962Z | Compiling aes v0.8.4 |
1314 | 2024-11-28T04:09:01.135Z | Compiling scroll_derive v0.12.0 |
1315 | 2024-11-28T04:09:01.191Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-11-28T04:09:01.204Z | Compiling num_threads v0.1.7 |
1317 | 2024-11-28T04:09:01.352Z | Compiling write16 v1.0.0 |
1318 | 2024-11-28T04:09:01.405Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-11-28T04:09:01.544Z | Compiling icu_normalizer_data v1.5.0 |
1320 | 2024-11-28T04:09:01.594Z | Compiling utf8_iter v1.0.4 |
1321 | 2024-11-28T04:09:01.719Z | Compiling time v0.3.36 |
1322 | 2024-11-28T04:09:01.719Z | Compiling http-body v1.0.1 |
1323 | 2024-11-28T04:09:01.807Z | Compiling icu_normalizer v1.5.0 |
1324 | 2024-11-28T04:09:01.954Z | Compiling pkcs5 v0.7.1 |
1325 | 2024-11-28T04:09:02.074Z | Compiling which v4.4.2 |
1326 | 2024-11-28T04:09:02.685Z | Compiling scroll v0.12.0 |
1327 | 2024-11-28T04:09:03.185Z | Compiling pest_generator v2.7.14 |
1328 | 2024-11-28T04:09:03.235Z | Compiling form_urlencoded v1.2.1 |
1329 | 2024-11-28T04:09:03.570Z | Compiling try-lock v0.2.5 |
1330 | 2024-11-28T04:09:03.591Z | Compiling slog v2.7.0 |
1331 | 2024-11-28T04:09:03.721Z | Compiling want v0.3.1 |
1332 | 2024-11-28T04:09:03.832Z | Compiling goblin v0.8.2 |
1333 | 2024-11-28T04:09:03.854Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-11-28T04:09:04.012Z | Compiling pkcs8 v0.10.2 |
1335 | 2024-11-28T04:09:04.066Z | Compiling httpdate v1.0.3 |
1336 | 2024-11-28T04:09:04.546Z | Compiling idna v1.0.3 |
1337 | 2024-11-28T04:09:04.745Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-11-28T04:09:05.057Z | Compiling uuid v1.11.0 |
1339 | 2024-11-28T04:09:05.203Z | Compiling pest_derive v2.7.14 |
1340 | 2024-11-28T04:09:05.382Z | Compiling serde_spanned v0.6.8 |
1341 | 2024-11-28T04:09:05.612Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-11-28T04:09:06.011Z | Compiling dtrace-parser v0.2.0 |
1343 | 2024-11-28T04:09:06.146Z | Compiling rustversion v1.0.17 |
1344 | 2024-11-28T04:09:06.433Z | Compiling tower-service v0.3.3 |
1345 | 2024-11-28T04:09:06.483Z | Compiling match_cfg v0.1.0 |
1346 | 2024-11-28T04:09:06.562Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2024-11-28T04:09:06.584Z | Compiling openssl v0.10.66 |
1348 | 2024-11-28T04:09:06.741Z | Compiling base64 v0.22.1 |
1349 | 2024-11-28T04:09:06.842Z | Compiling iana-time-zone v0.1.61 |
1350 | 2024-11-28T04:09:06.917Z | Compiling adler2 v2.0.0 |
1351 | 2024-11-28T04:09:07.017Z | Compiling chrono v0.4.38 |
1352 | 2024-11-28T04:09:07.129Z | Compiling miniz_oxide v0.8.0 |
1353 | 2024-11-28T04:09:07.317Z | Compiling tokio-util v0.7.12 |
1354 | 2024-11-28T04:09:07.514Z | Compiling foreign-types v0.3.2 |
1355 | 2024-11-28T04:09:07.614Z | Compiling hostname v0.3.1 |
1356 | 2024-11-28T04:09:07.877Z | Compiling url v2.5.3 |
1357 | 2024-11-28T04:09:08.735Z | Compiling h2 v0.4.6 |
1358 | 2024-11-28T04:09:08.765Z | Compiling openssl-macros v0.1.1 |
1359 | 2024-11-28T04:09:09.531Z | Compiling dof v0.3.0 |
1360 | 2024-11-28T04:09:09.630Z | Compiling async-trait v0.1.83 |
1361 | 2024-11-28T04:09:09.875Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-11-28T04:09:10.549Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-11-28T04:09:10.867Z | Compiling data-encoding v2.6.0 |
1364 | 2024-11-28T04:09:11.785Z | Compiling rustls v0.23.14 |
1365 | 2024-11-28T04:09:12.060Z | Compiling siphasher v0.3.11 |
1366 | 2024-11-28T04:09:12.233Z | Compiling rustls v0.22.4 |
1367 | 2024-11-28T04:09:12.457Z | Compiling syn v1.0.109 |
1368 | 2024-11-28T04:09:12.480Z | Compiling native-tls v0.2.12 |
1369 | 2024-11-28T04:09:12.527Z | Compiling dirs-next v2.0.0 |
1370 | 2024-11-28T04:09:13.174Z | Compiling http-body-util v0.1.2 |
1371 | 2024-11-28T04:09:13.310Z | Compiling heapless v0.7.17 |
1372 | 2024-11-28T04:09:13.700Z | Compiling crossbeam-epoch v0.9.18 |
1373 | 2024-11-28T04:09:13.750Z | Compiling signature v2.2.0 |
1374 | 2024-11-28T04:09:14.037Z | Compiling sha1 v0.10.6 |
1375 | 2024-11-28T04:09:14.216Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2024-11-28T04:09:14.254Z | Compiling serde_derive_internals v0.29.1 |
1377 | 2024-11-28T04:09:14.442Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-28T04:09:14.464Z | Compiling cookie v0.18.1 |
1379 | 2024-11-28T04:09:14.648Z | Compiling multer v3.1.0 |
1380 | 2024-11-28T04:09:14.727Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-11-28T04:09:14.766Z | Compiling openssl-probe v0.1.5 |
1382 | 2024-11-28T04:09:14.928Z | Compiling mime v0.3.17 |
1383 | 2024-11-28T04:09:14.997Z | Compiling gimli v0.31.1 |
1384 | 2024-11-28T04:09:15.092Z | Compiling rayon-core v1.12.1 |
1385 | 2024-11-28T04:09:15.350Z | Compiling slog-async v2.8.0 |
1386 | 2024-11-28T04:09:15.504Z | Compiling schemars v0.8.21 |
1387 | 2024-11-28T04:09:15.862Z | Compiling hyper v1.5.0 |
1388 | 2024-11-28T04:09:15.925Z | Compiling ipnet v2.10.1 |
1389 | 2024-11-28T04:09:17.062Z | Compiling unicode-properties v0.1.3 |
1390 | 2024-11-28T04:09:17.239Z | Compiling signal-hook v0.3.17 |
1391 | 2024-11-28T04:09:17.474Z | Compiling toml_edit v0.22.22 |
1392 | 2024-11-28T04:09:17.538Z | Compiling stringprep v0.1.5 |
1393 | 2024-11-28T04:09:18.801Z | Compiling hyper-util v0.1.10 |
1394 | 2024-11-28T04:09:19.513Z | Compiling schemars_derive v0.8.21 |
1395 | 2024-11-28T04:09:19.818Z | Compiling addr2line v0.24.2 |
1396 | 2024-11-28T04:09:20.388Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-11-28T04:09:20.522Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2024-11-28T04:09:21.491Z | Compiling crossbeam-deque v0.8.5 |
1399 | 2024-11-28T04:09:21.868Z | Compiling term v0.7.0 |
1400 | 2024-11-28T04:09:21.986Z | Compiling slog-json v2.6.1 |
1401 | 2024-11-28T04:09:22.024Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2024-11-28T04:09:22.127Z | Compiling curve25519-dalek v4.1.3 |
1403 | 2024-11-28T04:09:22.373Z | Compiling crossbeam-channel v0.5.13 |
1404 | 2024-11-28T04:09:22.536Z | Compiling enum-as-inner v0.6.1 |
1405 | 2024-11-28T04:09:22.727Z | Compiling futures-executor v0.3.31 |
1406 | 2024-11-28T04:09:22.926Z | Compiling md-5 v0.10.6 |
1407 | 2024-11-28T04:09:23.195Z | Compiling async-stream-impl v0.3.6 |
1408 | 2024-11-28T04:09:23.289Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2024-11-28T04:09:23.374Z | Compiling num-integer v0.1.46 |
1410 | 2024-11-28T04:09:23.467Z | Compiling idna v0.3.0 |
1411 | 2024-11-28T04:09:23.618Z | Compiling idna v0.4.0 |
1412 | 2024-11-28T04:09:23.638Z | Compiling hash32 v0.2.1 |
1413 | 2024-11-28T04:09:24.042Z | Compiling ff v0.13.0 |
1414 | 2024-11-28T04:09:24.123Z | Compiling is-terminal v0.4.13 |
1415 | 2024-11-28T04:09:24.260Z | Compiling object v0.36.5 |
1416 | 2024-11-28T04:09:24.282Z | Compiling dropshot v0.12.0 |
1417 | 2024-11-28T04:09:24.567Z | Compiling utf-8 v0.7.6 |
1418 | 2024-11-28T04:09:24.612Z | Compiling quick-error v1.2.3 |
1419 | 2024-11-28T04:09:24.768Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-11-28T04:09:24.903Z | Compiling base16ct v0.2.0 |
1421 | 2024-11-28T04:09:24.986Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-11-28T04:09:25.171Z | Compiling portable-atomic v1.9.0 |
1423 | 2024-11-28T04:09:25.238Z | Compiling psl-types v2.0.11 |
1424 | 2024-11-28T04:09:25.327Z | Compiling anyhow v1.0.93 |
1425 | 2024-11-28T04:09:25.329Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-11-28T04:09:25.435Z | Compiling smoltcp v0.9.1 |
1427 | 2024-11-28T04:09:25.835Z | Compiling rustc-demangle v0.1.24 |
1428 | 2024-11-28T04:09:26.036Z | Compiling num-bigint-dig v0.8.4 |
1429 | 2024-11-28T04:09:26.086Z | Compiling take_mut v0.2.2 |
1430 | 2024-11-28T04:09:26.362Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-11-28T04:09:26.365Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-11-28T04:09:26.527Z | Compiling lru-cache v0.1.2 |
1433 | 2024-11-28T04:09:26.638Z | Compiling sec1 v0.7.3 |
1434 | 2024-11-28T04:09:26.856Z | Compiling tungstenite v0.24.0 |
1435 | 2024-11-28T04:09:27.229Z | Compiling resolv-conf v0.7.0 |
1436 | 2024-11-28T04:09:27.528Z | Compiling async-stream v0.3.6 |
1437 | 2024-11-28T04:09:27.818Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-11-28T04:09:27.837Z | Compiling slog-term v2.9.1 |
1439 | 2024-11-28T04:09:28.052Z | Compiling group v0.13.0 |
1440 | 2024-11-28T04:09:28.377Z | Compiling usdt v0.5.0 |
1441 | 2024-11-28T04:09:29.086Z | Compiling num-iter v0.1.45 |
1442 | 2024-11-28T04:09:29.239Z | Compiling futures v0.3.31 |
1443 | 2024-11-28T04:09:29.360Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-11-28T04:09:29.574Z | Compiling toml v0.8.19 |
1445 | 2024-11-28T04:09:31.247Z | Compiling camino v1.1.9 |
1446 | 2024-11-28T04:09:31.425Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-11-28T04:09:31.710Z | Compiling backtrace v0.3.74 |
1448 | 2024-11-28T04:09:31.800Z | Compiling phf_shared v0.11.2 |
1449 | 2024-11-28T04:09:32.208Z | Compiling dropshot_endpoint v0.12.0 |
1450 | 2024-11-28T04:09:32.231Z | Compiling terminal_size v0.4.0 |
1451 | 2024-11-28T04:09:32.431Z | Compiling waitgroup v0.1.2 |
1452 | 2024-11-28T04:09:32.452Z | Compiling openapiv3 v2.0.0 |
1453 | 2024-11-28T04:09:32.491Z | Compiling serde_path_to_error v0.1.16 |
1454 | 2024-11-28T04:09:32.662Z | Compiling hkdf v0.12.4 |
1455 | 2024-11-28T04:09:32.924Z | Compiling crypto-bigint v0.5.5 |
1456 | 2024-11-28T04:09:33.340Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-11-28T04:09:35.465Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2024-11-28T04:09:35.711Z | Compiling webpki-roots v0.26.6 |
1459 | 2024-11-28T04:09:35.936Z | Compiling idna v0.5.0 |
1460 | 2024-11-28T04:09:36.335Z | Compiling hubpack_derive v0.1.1 |
1461 | 2024-11-28T04:09:36.952Z | Compiling hostname v0.4.0 |
1462 | 2024-11-28T04:09:36.974Z | Compiling crc32fast v1.4.2 |
1463 | 2024-11-28T04:09:37.069Z | Compiling fs-err v2.11.0 |
1464 | 2024-11-28T04:09:37.203Z | Compiling ahash v0.8.11 |
1465 | 2024-11-28T04:09:37.266Z | Compiling bitflags v1.3.2 |
1466 | 2024-11-28T04:09:37.314Z | Compiling winnow v0.5.40 |
1467 | 2024-11-28T04:09:37.358Z | Compiling debug-ignore v1.0.5 |
1468 | 2024-11-28T04:09:37.379Z | Compiling managed v0.8.0 |
1469 | 2024-11-28T04:09:37.504Z | Compiling strum_macros v0.25.3 |
1470 | 2024-11-28T04:09:37.620Z | Compiling console v0.15.8 |
1471 | 2024-11-28T04:09:37.735Z | Compiling clap_builder v4.5.21 |
1472 | 2024-11-28T04:09:38.444Z | Compiling hubpack v0.1.2 |
1473 | 2024-11-28T04:09:38.907Z | Compiling flate2 v1.0.35 |
1474 | 2024-11-28T04:09:39.347Z | Compiling cookie_store v0.21.0 |
1475 | 2024-11-28T04:09:39.900Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-11-28T04:09:40.026Z | Compiling zerocopy v0.6.6 |
1477 | 2024-11-28T04:09:40.764Z | Compiling hickory-resolver v0.24.1 |
1478 | 2024-11-28T04:09:40.908Z | Compiling toml_edit v0.19.15 |
1479 | 2024-11-28T04:09:41.308Z | Compiling phf v0.11.2 |
1480 | 2024-11-28T04:09:41.620Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2024-11-28T04:09:41.779Z | Compiling hyper-tls v0.6.0 |
1482 | 2024-11-28T04:09:41.801Z | Compiling rayon v1.10.0 |
1483 | 2024-11-28T04:09:41.866Z | Compiling bzip2 v0.4.4 |
1484 | 2024-11-28T04:09:42.275Z | Compiling tokio-tungstenite v0.24.0 |
1485 | 2024-11-28T04:09:42.817Z | Compiling postgres-types v0.2.8 |
1486 | 2024-11-28T04:09:45.890Z | Compiling ed25519 v2.2.3 |
1487 | 2024-11-28T04:09:46.687Z | Compiling phf_shared v0.10.0 |
1488 | 2024-11-28T04:09:47.121Z | Compiling tokio-stream v0.1.16 |
1489 | 2024-11-28T04:09:47.337Z | Compiling pkcs1 v0.7.5 |
1490 | 2024-11-28T04:09:47.358Z | Compiling serde-big-array v0.5.1 |
1491 | 2024-11-28T04:09:47.600Z | Compiling clap_derive v4.5.18 |
1492 | 2024-11-28T04:09:47.625Z | Compiling rfc6979 v0.4.0 |
1493 | 2024-11-28T04:09:47.814Z | Compiling derive-where v1.2.7 |
1494 | 2024-11-28T04:09:47.816Z | Compiling serde_repr v0.1.19 |
1495 | 2024-11-28T04:09:48.200Z | Compiling float-cmp v0.9.0 |
1496 | 2024-11-28T04:09:48.329Z | Compiling bstr v1.10.0 |
1497 | 2024-11-28T04:09:48.430Z | Compiling sync_wrapper v1.0.1 |
1498 | 2024-11-28T04:09:48.594Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-11-28T04:09:49.028Z | Compiling static_assertions v1.1.0 |
1500 | 2024-11-28T04:09:49.049Z | Compiling unicode-width v0.2.0 |
1501 | 2024-11-28T04:09:49.070Z | Compiling number_prefix v0.4.0 |
1502 | 2024-11-28T04:09:49.133Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-11-28T04:09:49.233Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-11-28T04:09:49.298Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2024-11-28T04:09:49.430Z | Compiling precomputed-hash v0.1.1 |
1506 | 2024-11-28T04:09:49.557Z | Compiling whoami v1.5.2 |
1507 | 2024-11-28T04:09:49.600Z | Compiling bit-vec v0.6.3 |
1508 | 2024-11-28T04:09:50.084Z | Compiling difflib v0.4.0 |
1509 | 2024-11-28T04:09:50.120Z | Compiling predicates-core v1.0.8 |
1510 | 2024-11-28T04:09:50.168Z | Compiling bit-set v0.5.3 |
1511 | 2024-11-28T04:09:50.195Z | Compiling similar v2.6.0 |
1512 | 2024-11-28T04:09:50.454Z | Compiling tokio-postgres v0.7.12 |
1513 | 2024-11-28T04:09:50.482Z | Compiling predicates v3.1.2 |
1514 | 2024-11-28T04:09:51.485Z | Compiling string_cache v0.8.7 |
1515 | 2024-11-28T04:09:51.797Z | Compiling indicatif v0.17.9 |
1516 | 2024-11-28T04:09:51.972Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2024-11-28T04:09:52.285Z | Compiling petgraph v0.6.5 |
1518 | 2024-11-28T04:09:52.669Z | Compiling ecdsa v0.16.9 |
1519 | 2024-11-28T04:09:52.825Z | Compiling clap v4.5.21 |
1520 | 2024-11-28T04:09:52.957Z | Compiling rsa v0.9.6 |
1521 | 2024-11-28T04:09:53.532Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2024-11-28T04:09:54.080Z | Compiling toml v0.7.8 |
1523 | 2024-11-28T04:09:54.877Z | Compiling zip v0.6.6 |
1524 | 2024-11-28T04:09:55.881Z | Compiling crossterm v0.28.1 |
1525 | 2024-11-28T04:09:56.538Z | Compiling hex v0.4.3 |
1526 | 2024-11-28T04:09:56.715Z | Compiling x509-cert v0.2.5 |
1527 | 2024-11-28T04:09:57.036Z | Compiling itertools v0.10.5 |
1528 | 2024-11-28T04:09:57.193Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-11-28T04:09:57.226Z | Compiling lalrpop-util v0.19.12 |
1530 | 2024-11-28T04:09:57.532Z | Compiling peg-runtime v0.8.3 |
1531 | 2024-11-28T04:09:57.579Z | Compiling strum_macros v0.26.4 |
1532 | 2024-11-28T04:09:58.070Z | Compiling xattr v1.3.1 |
1533 | 2024-11-28T04:09:58.330Z | Compiling filetime v0.2.25 |
1534 | 2024-11-28T04:09:58.658Z | Compiling tar v0.4.42 |
1535 | 2024-11-28T04:10:02.600Z | Compiling strum v0.26.3 |
1536 | 2024-11-28T04:10:05.569Z | Compiling aws-lc-sys v0.22.0 |
1537 | 2024-11-28T04:10:37.563Z | Compiling rustls-webpki v0.102.8 |
1538 | 2024-11-28T04:10:40.970Z | Compiling tokio-rustls v0.25.0 |
1539 | 2024-11-28T04:10:42.547Z | Compiling tokio-rustls v0.26.0 |
1540 | 2024-11-28T04:10:42.943Z | Compiling hyper-rustls v0.27.3 |
1541 | 2024-11-28T04:10:43.311Z | Compiling reqwest v0.12.9 |
1542 | 2024-11-28T04:10:44.625Z | Compiling qorb v0.2.1 |
1543 | 2024-11-28T04:10:49.483Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2024-11-28T04:10:49.725Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1545 | 2024-11-28T04:10:55.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1546 | 2024-11-28T04:10:55.743Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1547 | 2024-11-28T04:10:55.795Z | Nov 28 04:10:54.932 INFO Starting download, target: Clickhouse |
1548 | 2024-11-28T04:10:55.795Z | Nov 28 04:10:54.933 INFO Starting download, target: Console |
1549 | 2024-11-28T04:10:55.795Z | Nov 28 04:10:54.933 INFO Starting download, target: DendriteOpenapi |
1550 | 2024-11-28T04:10:55.795Z | Nov 28 04:10:54.933 INFO Starting download, target: Cockroach |
1551 | 2024-11-28T04:10:55.796Z | Nov 28 04:10:54.933 INFO Starting download, target: DendriteStub |
1552 | 2024-11-28T04:10:55.796Z | Nov 28 04:10:54.933 INFO Starting download, target: MaghemiteMgd |
1553 | 2024-11-28T04:10:55.796Z | Nov 28 04:10:54.933 INFO Starting download, target: TransceiverControl |
1554 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.933 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.934 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.934 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.935 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.935 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1559 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.935 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-11-28T04:10:55.799Z | Nov 28 04:10:54.936 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2024-11-28T04:10:56.103Z | Nov 28 04:10:55.230 INFO Download complete, target: DendriteOpenapi |
1562 | 2024-11-28T04:10:56.337Z | Nov 28 04:10:55.449 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2024-11-28T04:10:56.369Z | Nov 28 04:10:55.486 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1564 | 2024-11-28T04:10:56.720Z | Nov 28 04:10:55.846 INFO Download complete, target: Console |
1565 | 2024-11-28T04:10:57.016Z | Nov 28 04:10:56.084 INFO Download complete, target: TransceiverControl |
1566 | 2024-11-28T04:10:57.119Z | Nov 28 04:10:56.095 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1567 | 2024-11-28T04:10:57.132Z | Nov 28 04:10:56.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1568 | 2024-11-28T04:10:57.706Z | Nov 28 04:10:56.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-11-28T04:10:58.233Z | Nov 28 04:10:57.369 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1570 | 2024-11-28T04:10:58.233Z | Nov 28 04:10:57.369 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1571 | 2024-11-28T04:10:59.558Z | Nov 28 04:10:58.695 INFO Download complete, target: DendriteStub |
1572 | 2024-11-28T04:10:59.850Z | Nov 28 04:10:58.987 INFO Download complete, target: MaghemiteMgd |
1573 | 2024-11-28T04:11:05.300Z | Nov 28 04:11:04.435 INFO Checking that binary works, target: Cockroach |
1574 | 2024-11-28T04:11:05.524Z | Nov 28 04:11:04.637 INFO Download complete, target: Cockroach |
1575 | 2024-11-28T04:11:09.529Z | Nov 28 04:11:08.665 INFO Checking that binary works, target: Clickhouse |
1576 | 2024-11-28T04:11:09.970Z | Nov 28 04:11:09.106 INFO Download complete, target: Clickhouse |
1577 | 2024-11-28T04:11:10.089Z | All builder prerequisites installed successfully, and PATH looks valid |
1578 | 2024-11-28T04:11:10.091Z | |
1579 | 2024-11-28T04:11:10.091Z | real 6:07.925502606 |
1580 | 2024-11-28T04:11:10.091Z | user 16:31.610277625 |
1581 | 2024-11-28T04:11:10.091Z | sys 3:16.462519404 |
1582 | 2024-11-28T04:11:10.092Z | trap 0.545236371 |
1583 | 2024-11-28T04:11:10.092Z | tflt 5.145613334 |
1584 | 2024-11-28T04:11:10.092Z | dflt 4.446597001 |
1585 | 2024-11-28T04:11:10.092Z | kflt 0.187811498 |
1586 | 2024-11-28T04:11:10.092Z | lock 29:36.749475119 |
1587 | 2024-11-28T04:11:10.092Z | slp 1:04:48.212244233 |
1588 | 2024-11-28T04:11:10.092Z | lat 55.130798518 |
1589 | 2024-11-28T04:11:10.092Z | stop 2:20.280949698 |
1590 | 2024-11-28T04:11:10.092Z | + banner clippy |
1591 | 2024-11-28T04:11:10.094Z | |
1592 | 2024-11-28T04:11:10.094Z | #### # # ##### ##### # # |
1593 | 2024-11-28T04:11:10.094Z | # # # # # # # # # # |
1594 | 2024-11-28T04:11:10.094Z | # # # # # # # # |
1595 | 2024-11-28T04:11:10.095Z | # # # ##### ##### # |
1596 | 2024-11-28T04:11:10.095Z | # # # # # # # |
1597 | 2024-11-28T04:11:10.095Z | #### ###### # # # # |
1598 | 2024-11-28T04:11:10.095Z | |
1599 | 2024-11-28T04:11:10.095Z | + export CARGO_INCREMENTAL=0 |
1600 | 2024-11-28T04:11:10.095Z | + CARGO_INCREMENTAL=0 |
1601 | 2024-11-28T04:11:10.095Z | + ptime -m cargo xtask clippy |
1602 | 2024-11-28T04:11:10.631Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1603 | 2024-11-28T04:11:14.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
1604 | 2024-11-28T04:11:14.551Z | Running `target/debug/xtask clippy` |
1605 | 2024-11-28T04:11:14.572Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1606 | 2024-11-28T04:11:15.257Z | Downloading crates ... |
1607 | 2024-11-28T04:11:15.749Z | Downloaded partial-io v0.5.4 |
1608 | 2024-11-28T04:11:15.751Z | Downloaded async-task v4.7.1 |
1609 | 2024-11-28T04:11:15.754Z | Downloaded async-attributes v1.1.2 |
1610 | 2024-11-28T04:11:15.757Z | Downloaded blake2b_simd v1.0.2 |
1611 | 2024-11-28T04:11:15.758Z | Downloaded async-global-executor v2.4.1 |
1612 | 2024-11-28T04:11:15.760Z | Downloaded async-channel v2.3.1 |
1613 | 2024-11-28T04:11:15.760Z | Downloaded blocking v1.6.1 |
1614 | 2024-11-28T04:11:15.763Z | Downloaded plotters-svg v0.3.7 |
1615 | 2024-11-28T04:11:15.767Z | Downloaded num_cpus v1.16.0 |
1616 | 2024-11-28T04:11:15.776Z | Downloaded pathdiff v0.2.2 |
1617 | 2024-11-28T04:11:15.778Z | Downloaded datatest-stable v0.2.9 |
1618 | 2024-11-28T04:11:15.781Z | Downloaded doc-comment v0.3.3 |
1619 | 2024-11-28T04:11:15.781Z | Downloaded async-object-pool v0.1.5 |
1620 | 2024-11-28T04:11:15.788Z | Downloaded escape8259 v0.5.3 |
1621 | 2024-11-28T04:11:15.790Z | Downloaded async-lock v3.4.0 |
1622 | 2024-11-28T04:11:15.795Z | Downloaded proc-macro-crate v3.2.0 |
1623 | 2024-11-28T04:11:15.797Z | Downloaded event-listener v2.5.3 |
1624 | 2024-11-28T04:11:15.797Z | Downloaded approx v0.5.1 |
1625 | 2024-11-28T04:11:15.800Z | Downloaded futures-timer v3.0.3 |
1626 | 2024-11-28T04:11:15.803Z | Downloaded async-channel v1.9.0 |
1627 | 2024-11-28T04:11:15.803Z | Downloaded anes v0.1.6 |
1628 | 2024-11-28T04:11:15.805Z | Downloaded nested v0.1.1 |
1629 | 2024-11-28T04:11:15.809Z | Downloaded oorandom v11.1.4 |
1630 | 2024-11-28T04:11:15.812Z | Downloaded concurrent-queue v2.5.0 |
1631 | 2024-11-28T04:11:15.815Z | Downloaded parking v2.2.1 |
1632 | 2024-11-28T04:11:15.817Z | Downloaded kv-log-macro v1.0.7 |
1633 | 2024-11-28T04:11:15.820Z | Downloaded target-triple v0.1.3 |
1634 | 2024-11-28T04:11:15.822Z | Downloaded guppy-workspace-hack v0.1.0 |
1635 | 2024-11-28T04:11:15.824Z | Downloaded relative-path v1.9.3 |
1636 | 2024-11-28T04:11:15.827Z | Downloaded assert-json-diff v2.0.2 |
1637 | 2024-11-28T04:11:15.827Z | Downloaded plotters-backend v0.3.7 |
1638 | 2024-11-28T04:11:15.830Z | Downloaded event-listener-strategy v0.5.2 |
1639 | 2024-11-28T04:11:15.830Z | Downloaded libtest-mimic v0.7.3 |
1640 | 2024-11-28T04:11:15.833Z | Downloaded cfg-expr v0.17.0 |
1641 | 2024-11-28T04:11:15.836Z | Downloaded criterion-plot v0.5.0 |
1642 | 2024-11-28T04:11:15.840Z | Downloaded stringmetrics v2.2.2 |
1643 | 2024-11-28T04:11:15.843Z | Downloaded path-tree v0.8.1 |
1644 | 2024-11-28T04:11:15.846Z | Downloaded cast v0.3.0 |
1645 | 2024-11-28T04:11:15.846Z | Downloaded async-process v2.3.0 |
1646 | 2024-11-28T04:11:15.848Z | Downloaded similar-asserts v1.6.0 |
1647 | 2024-11-28T04:11:15.851Z | Downloaded async-signal v0.2.10 |
1648 | 2024-11-28T04:11:15.853Z | Downloaded futures-lite v2.3.0 |
1649 | 2024-11-28T04:11:15.857Z | Downloaded indoc v2.0.5 |
1650 | 2024-11-28T04:11:15.859Z | Downloaded piper v0.2.4 |
1651 | 2024-11-28T04:11:15.862Z | Downloaded async-executor v1.13.1 |
1652 | 2024-11-28T04:11:15.864Z | Downloaded httptest v0.16.1 |
1653 | 2024-11-28T04:11:15.867Z | Downloaded threadpool v1.8.1 |
1654 | 2024-11-28T04:11:15.869Z | Downloaded serde_regex v1.1.0 |
1655 | 2024-11-28T04:11:15.872Z | Downloaded tinytemplate v1.2.1 |
1656 | 2024-11-28T04:11:15.875Z | Downloaded target-spec v3.2.2 |
1657 | 2024-11-28T04:11:15.888Z | Downloaded rust-argon2 v2.1.0 |
1658 | 2024-11-28T04:11:15.891Z | Downloaded hyper-rustls v0.26.0 |
1659 | 2024-11-28T04:11:15.894Z | Downloaded event-listener v5.3.1 |
1660 | 2024-11-28T04:11:15.896Z | Downloaded target-lexicon v0.12.16 |
1661 | 2024-11-28T04:11:15.900Z | Downloaded rand_distr v0.4.3 |
1662 | 2024-11-28T04:11:15.902Z | Downloaded polling v3.7.3 |
1663 | 2024-11-28T04:11:15.904Z | Downloaded trybuild v1.0.101 |
1664 | 2024-11-28T04:11:15.906Z | Downloaded rustls-native-certs v0.7.3 |
1665 | 2024-11-28T04:11:15.909Z | Downloaded rstest v0.23.0 |
1666 | 2024-11-28T04:11:15.914Z | Downloaded yansi v1.0.1 |
1667 | 2024-11-28T04:11:15.917Z | Downloaded async-io v2.3.4 |
1668 | 2024-11-28T04:11:15.919Z | Downloaded rstest_macros v0.23.0 |
1669 | 2024-11-28T04:11:15.923Z | Downloaded pretty_assertions v1.4.1 |
1670 | 2024-11-28T04:11:15.925Z | Downloaded fancy-regex v0.13.0 |
1671 | 2024-11-28T04:11:15.928Z | Downloaded assert_cmd v2.0.16 |
1672 | 2024-11-28T04:11:15.930Z | Downloaded guppy v0.17.8 |
1673 | 2024-11-28T04:11:15.936Z | Downloaded plotters v0.3.7 |
1674 | 2024-11-28T04:11:15.945Z | Downloaded criterion v0.5.1 |
1675 | 2024-11-28T04:11:15.951Z | Downloaded async-std v1.13.0 |
1676 | 2024-11-28T04:11:16.055Z | Downloaded httpmock v0.8.0-alpha.1 |
1677 | 2024-11-28T04:11:16.815Z | Checking cfg-if v1.0.0 |
1678 | 2024-11-28T04:11:16.892Z | Checking libc v0.2.162 |
1679 | 2024-11-28T04:11:16.912Z | Checking serde v1.0.215 |
1680 | 2024-11-28T04:11:16.936Z | Checking memchr v2.7.4 |
1681 | 2024-11-28T04:11:16.960Z | Checking value-bag v1.9.0 |
1682 | 2024-11-28T04:11:16.980Z | Checking scopeguard v1.2.0 |
1683 | 2024-11-28T04:11:17.001Z | Checking zeroize v1.8.1 |
1684 | 2024-11-28T04:11:17.026Z | Checking smallvec v1.13.2 |
1685 | 2024-11-28T04:11:17.056Z | Checking itoa v1.0.11 |
1686 | 2024-11-28T04:11:17.119Z | Checking lock_api v0.4.12 |
1687 | 2024-11-28T04:11:17.276Z | Checking byteorder v1.5.0 |
1688 | 2024-11-28T04:11:17.305Z | Checking pin-project-lite v0.2.14 |
1689 | 2024-11-28T04:11:17.352Z | Checking log v0.4.22 |
1690 | 2024-11-28T04:11:17.393Z | Checking subtle v2.6.1 |
1691 | 2024-11-28T04:11:17.442Z | Checking once_cell v1.20.2 |
1692 | 2024-11-28T04:11:17.527Z | Checking typenum v1.17.0 |
1693 | 2024-11-28T04:11:17.680Z | Checking futures-core v0.3.31 |
1694 | 2024-11-28T04:11:17.708Z | Checking libm v0.2.8 |
1695 | 2024-11-28T04:11:17.738Z | Checking thiserror v1.0.69 |
1696 | 2024-11-28T04:11:17.798Z | Checking zerocopy v0.7.35 |
1697 | 2024-11-28T04:11:17.865Z | Checking ryu v1.0.18 |
1698 | 2024-11-28T04:11:17.896Z | Checking spin v0.9.8 |
1699 | 2024-11-28T04:11:17.925Z | Checking const-oid v0.9.6 |
1700 | 2024-11-28T04:11:17.958Z | Checking getrandom v0.2.15 |
1701 | 2024-11-28T04:11:18.097Z | Checking parking_lot_core v0.9.10 |
1702 | 2024-11-28T04:11:18.200Z | Checking rand_core v0.6.4 |
1703 | 2024-11-28T04:11:18.242Z | Checking signal-hook-registry v1.4.2 |
1704 | 2024-11-28T04:11:18.427Z | Checking parking_lot v0.12.3 |
1705 | 2024-11-28T04:11:18.486Z | Checking mio v1.0.2 |
1706 | 2024-11-28T04:11:18.532Z | Checking socket2 v0.5.7 |
1707 | 2024-11-28T04:11:18.602Z | Checking num-traits v0.2.19 |
1708 | 2024-11-28T04:11:18.792Z | Checking futures-io v0.3.31 |
1709 | 2024-11-28T04:11:18.849Z | Checking generic-array v0.14.7 |
1710 | 2024-11-28T04:11:18.983Z | Checking slab v0.4.9 |
1711 | 2024-11-28T04:11:19.036Z | Checking allocator-api2 v0.2.18 |
1712 | 2024-11-28T04:11:19.080Z | Checking cpufeatures v0.2.14 |
1713 | 2024-11-28T04:11:19.189Z | Checking futures-sink v0.3.31 |
1714 | 2024-11-28T04:11:19.300Z | Checking pin-utils v0.1.0 |
1715 | 2024-11-28T04:11:19.345Z | Checking equivalent v1.0.1 |
1716 | 2024-11-28T04:11:19.420Z | Checking foldhash v0.1.3 |
1717 | 2024-11-28T04:11:19.473Z | Checking futures-channel v0.3.31 |
1718 | 2024-11-28T04:11:19.473Z | Checking futures-task v0.3.31 |
1719 | 2024-11-28T04:11:19.591Z | Checking stable_deref_trait v1.2.0 |
1720 | 2024-11-28T04:11:19.704Z | Checking hashbrown v0.15.0 |
1721 | 2024-11-28T04:11:19.748Z | Checking iana-time-zone v0.1.61 |
1722 | 2024-11-28T04:11:19.748Z | Checking fnv v1.0.7 |
1723 | 2024-11-28T04:11:19.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1724 | 2024-11-28T04:11:19.869Z | Checking futures-util v0.3.31 |
1725 | 2024-11-28T04:11:19.926Z | Checking ppv-lite86 v0.2.20 |
1726 | 2024-11-28T04:11:19.926Z | Checking tracing-core v0.1.32 |
1727 | 2024-11-28T04:11:20.031Z | Checking crypto-common v0.1.6 |
1728 | 2024-11-28T04:11:20.062Z | Checking block-buffer v0.10.4 |
1729 | 2024-11-28T04:11:20.242Z | Checking errno v0.3.9 |
1730 | 2024-11-28T04:11:20.289Z | Checking digest v0.10.7 |
1731 | 2024-11-28T04:11:20.313Z | Checking zerofrom v0.1.4 |
1732 | 2024-11-28T04:11:20.464Z | Checking dyn-clone v1.0.17 |
1733 | 2024-11-28T04:11:20.556Z | Checking yoke v0.7.4 |
1734 | 2024-11-28T04:11:20.621Z | Checking block-padding v0.3.3 |
1735 | 2024-11-28T04:11:20.624Z | Checking tracing v0.1.40 |
1736 | 2024-11-28T04:11:20.669Z | Checking rand_chacha v0.3.1 |
1737 | 2024-11-28T04:11:20.695Z | Checking crossbeam-utils v0.8.20 |
1738 | 2024-11-28T04:11:20.824Z | Checking inout v0.1.3 |
1739 | 2024-11-28T04:11:20.885Z | Checking zerovec v0.10.4 |
1740 | 2024-11-28T04:11:20.912Z | Checking percent-encoding v2.3.1 |
1741 | 2024-11-28T04:11:21.001Z | Checking writeable v0.5.5 |
1742 | 2024-11-28T04:11:21.067Z | Checking rand v0.8.5 |
1743 | 2024-11-28T04:11:21.070Z | Checking cipher v0.4.4 |
1744 | 2024-11-28T04:11:21.116Z | Checking litemap v0.7.3 |
1745 | 2024-11-28T04:11:21.326Z | Checking tinyvec_macros v0.1.1 |
1746 | 2024-11-28T04:11:21.412Z | Checking form_urlencoded v1.2.1 |
1747 | 2024-11-28T04:11:21.437Z | Checking tinyvec v1.8.0 |
1748 | 2024-11-28T04:11:21.471Z | Checking httparse v1.9.5 |
1749 | 2024-11-28T04:11:21.473Z | Checking icu_locid_transform_data v1.5.0 |
1750 | 2024-11-28T04:11:21.624Z | Checking atomic-waker v1.1.2 |
1751 | 2024-11-28T04:11:21.752Z | Checking base64ct v1.6.0 |
1752 | 2024-11-28T04:11:21.807Z | Checking bytes v1.8.0 |
1753 | 2024-11-28T04:11:21.895Z | Checking bitflags v2.6.0 |
1754 | 2024-11-28T04:11:21.921Z | Checking serde_json v1.0.132 |
1755 | 2024-11-28T04:11:22.200Z | Checking indexmap v2.6.0 |
1756 | 2024-11-28T04:11:22.225Z | Checking chrono v0.4.38 |
1757 | 2024-11-28T04:11:22.416Z | Checking rustix v0.38.37 |
1758 | 2024-11-28T04:11:22.476Z | Checking uuid v1.11.0 |
1759 | 2024-11-28T04:11:22.587Z | Checking tokio v1.40.0 |
1760 | 2024-11-28T04:11:22.686Z | Checking http v1.1.0 |
1761 | 2024-11-28T04:11:23.109Z | Checking tinystr v0.7.6 |
1762 | 2024-11-28T04:11:23.492Z | Checking regex-syntax v0.8.5 |
1763 | 2024-11-28T04:11:23.526Z | Checking icu_locid v1.5.0 |
1764 | 2024-11-28T04:11:23.712Z | Checking unicode-normalization v0.1.24 |
1765 | 2024-11-28T04:11:24.100Z | Checking icu_collections v1.5.0 |
1766 | 2024-11-28T04:11:24.263Z | Checking schemars v0.8.21 |
1767 | 2024-11-28T04:11:24.628Z | Checking icu_provider v1.5.0 |
1768 | 2024-11-28T04:11:24.657Z | Checking hmac v0.12.1 |
1769 | 2024-11-28T04:11:24.776Z | Checking untrusted v0.9.0 |
1770 | 2024-11-28T04:11:24.880Z | Checking icu_properties_data v1.5.0 |
1771 | 2024-11-28T04:11:24.951Z | Checking ring v0.17.8 |
1772 | 2024-11-28T04:11:24.990Z | Checking sha2 v0.10.8 |
1773 | 2024-11-28T04:11:25.155Z | Checking aho-corasick v1.1.3 |
1774 | 2024-11-28T04:11:25.302Z | Checking icu_locid_transform v1.5.0 |
1775 | 2024-11-28T04:11:25.557Z | Checking utf16_iter v1.0.5 |
1776 | 2024-11-28T04:11:25.741Z | Checking unicode-bidi v0.3.17 |
1777 | 2024-11-28T04:11:25.967Z | Checking utf8_iter v1.0.4 |
1778 | 2024-11-28T04:11:26.030Z | Checking unicode-ident v1.0.13 |
1779 | 2024-11-28T04:11:26.184Z | Checking write16 v1.0.0 |
1780 | 2024-11-28T04:11:26.214Z | Checking icu_normalizer_data v1.5.0 |
1781 | 2024-11-28T04:11:26.324Z | Checking lazy_static v1.5.0 |
1782 | 2024-11-28T04:11:26.327Z | Checking icu_properties v1.5.1 |
1783 | 2024-11-28T04:11:26.327Z | Checking adler2 v2.0.0 |
1784 | 2024-11-28T04:11:26.389Z | Checking powerfmt v0.2.0 |
1785 | 2024-11-28T04:11:26.452Z | Checking num-conv v0.1.0 |
1786 | 2024-11-28T04:11:26.495Z | Checking miniz_oxide v0.8.0 |
1787 | 2024-11-28T04:11:26.666Z | Checking deranged v0.3.11 |
1788 | 2024-11-28T04:11:26.709Z | Checking time-core v0.1.2 |
1789 | 2024-11-28T04:11:26.758Z | Checking rustls-pki-types v1.9.0 |
1790 | 2024-11-28T04:11:26.790Z | Checking regex-automata v0.4.8 |
1791 | 2024-11-28T04:11:26.819Z | Checking num_threads v0.1.7 |
1792 | 2024-11-28T04:11:26.857Z | Checking proc-macro2 v1.0.89 |
1793 | 2024-11-28T04:11:26.951Z | Checking pem-rfc7468 v0.7.0 |
1794 | 2024-11-28T04:11:27.211Z | Checking untrusted v0.7.1 |
1795 | 2024-11-28T04:11:27.239Z | Checking http-body v1.0.1 |
1796 | 2024-11-28T04:11:27.316Z | Checking aws-lc-sys v0.22.0 |
1797 | 2024-11-28T04:11:27.379Z | Checking try-lock v0.2.5 |
1798 | 2024-11-28T04:11:27.440Z | Checking mirai-annotations v1.12.0 |
1799 | 2024-11-28T04:11:27.535Z | Checking httpdate v1.0.3 |
1800 | 2024-11-28T04:11:27.558Z | Checking quote v1.0.37 |
1801 | 2024-11-28T04:11:27.642Z | Checking base64 v0.22.1 |
1802 | 2024-11-28T04:11:27.764Z | Checking want v0.3.1 |
1803 | 2024-11-28T04:11:27.894Z | Checking syn v2.0.87 |
1804 | 2024-11-28T04:11:28.085Z | Checking flagset v0.4.6 |
1805 | 2024-11-28T04:11:28.120Z | Checking pbkdf2 v0.12.2 |
1806 | 2024-11-28T04:11:28.155Z | Checking der v0.7.9 |
1807 | 2024-11-28T04:11:28.303Z | Checking aes v0.8.4 |
1808 | 2024-11-28T04:11:28.467Z | Checking time v0.3.36 |
1809 | 2024-11-28T04:11:29.252Z | Checking cbc v0.1.2 |
1810 | 2024-11-28T04:11:29.473Z | Checking salsa20 v0.10.2 |
1811 | 2024-11-28T04:11:29.683Z | Checking ahash v0.8.11 |
1812 | 2024-11-28T04:11:29.734Z | Checking icu_normalizer v1.5.0 |
1813 | 2024-11-28T04:11:29.873Z | Checking tokio-util v0.7.12 |
1814 | 2024-11-28T04:11:29.898Z | Checking aws-lc-rs v1.10.0 |
1815 | 2024-11-28T04:11:30.038Z | Checking spki v0.7.3 |
1816 | 2024-11-28T04:11:30.249Z | Checking slog v2.7.0 |
1817 | 2024-11-28T04:11:30.368Z | Checking tower-service v0.3.3 |
1818 | 2024-11-28T04:11:30.506Z | Checking scrypt v0.11.0 |
1819 | 2024-11-28T04:11:30.543Z | Checking idna_adapter v1.2.0 |
1820 | 2024-11-28T04:11:30.730Z | Checking mime v0.3.17 |
1821 | 2024-11-28T04:11:30.733Z | Checking idna v1.0.3 |
1822 | 2024-11-28T04:11:30.733Z | Checking gimli v0.31.1 |
1823 | 2024-11-28T04:11:30.839Z | Checking h2 v0.4.6 |
1824 | 2024-11-28T04:11:30.991Z | Checking pkcs5 v0.7.1 |
1825 | 2024-11-28T04:11:31.052Z | Checking object v0.36.5 |
1826 | 2024-11-28T04:11:31.197Z | Checking url v2.5.3 |
1827 | 2024-11-28T04:11:31.525Z | Checking rustc-demangle v0.1.24 |
1828 | 2024-11-28T04:11:31.600Z | Checking utf8parse v0.2.2 |
1829 | 2024-11-28T04:11:31.771Z | Checking regex v1.11.1 |
1830 | 2024-11-28T04:11:31.774Z | Checking rustls-webpki v0.102.8 |
1831 | 2024-11-28T04:11:31.952Z | Checking pkcs8 v0.10.2 |
1832 | 2024-11-28T04:11:32.039Z | Checking http-body-util v0.1.2 |
1833 | 2024-11-28T04:11:32.296Z | Checking futures-executor v0.3.31 |
1834 | 2024-11-28T04:11:32.420Z | Checking serde_spanned v0.6.8 |
1835 | 2024-11-28T04:11:32.541Z | Checking toml_datetime v0.6.8 |
1836 | 2024-11-28T04:11:32.544Z | Checking data-encoding v2.6.0 |
1837 | 2024-11-28T04:11:32.610Z | Checking ipnet v2.10.1 |
1838 | 2024-11-28T04:11:32.647Z | Checking unicode-width v0.1.14 |
1839 | 2024-11-28T04:11:32.830Z | Checking futures v0.3.31 |
1840 | 2024-11-28T04:11:32.955Z | Checking rustls-pemfile v2.2.0 |
1841 | 2024-11-28T04:11:33.086Z | Checking foreign-types-shared v0.1.1 |
1842 | 2024-11-28T04:11:33.183Z | Checking anstyle v1.0.10 |
1843 | 2024-11-28T04:11:33.186Z | Checking openssl-probe v0.1.5 |
1844 | 2024-11-28T04:11:33.233Z | Checking foreign-types v0.3.2 |
1845 | 2024-11-28T04:11:33.261Z | Checking semver v1.0.23 |
1846 | 2024-11-28T04:11:33.341Z | Checking serde_urlencoded v0.7.1 |
1847 | 2024-11-28T04:11:33.368Z | Checking sha1 v0.10.6 |
1848 | 2024-11-28T04:11:33.557Z | Checking openssl-sys v0.9.103 |
1849 | 2024-11-28T04:11:33.653Z | Checking encoding_rs v0.8.34 |
1850 | 2024-11-28T04:11:33.690Z | Checking rustls v0.23.14 |
1851 | 2024-11-28T04:11:33.772Z | Checking anstyle-parse v0.2.5 |
1852 | 2024-11-28T04:11:34.032Z | Checking camino v1.1.9 |
1853 | 2024-11-28T04:11:34.391Z | Checking colorchoice v1.0.2 |
1854 | 2024-11-28T04:11:34.538Z | Checking either v1.13.0 |
1855 | 2024-11-28T04:11:34.588Z | Checking anstyle-query v1.1.1 |
1856 | 2024-11-28T04:11:34.732Z | Checking winnow v0.6.20 |
1857 | 2024-11-28T04:11:34.849Z | Checking addr2line v0.24.2 |
1858 | 2024-11-28T04:11:34.879Z | Checking openssl v0.10.66 |
1859 | 2024-11-28T04:11:34.923Z | Checking is_terminal_polyfill v1.70.1 |
1860 | 2024-11-28T04:11:35.086Z | Checking anstream v0.6.15 |
1861 | 2024-11-28T04:11:35.400Z | Checking idna v0.3.0 |
1862 | 2024-11-28T04:11:35.480Z | Checking terminal_size v0.4.0 |
1863 | 2024-11-28T04:11:35.674Z | Checking openapiv3 v2.0.0 |
1864 | 2024-11-28T04:11:36.021Z | Checking signature v2.2.0 |
1865 | 2024-11-28T04:11:36.245Z | Checking psl-types v2.0.11 |
1866 | 2024-11-28T04:11:36.278Z | Checking clap_lex v0.7.2 |
1867 | 2024-11-28T04:11:36.429Z | Checking strsim v0.11.1 |
1868 | 2024-11-28T04:11:36.520Z | Checking publicsuffix v2.2.3 |
1869 | 2024-11-28T04:11:36.722Z | Checking clap_builder v4.5.21 |
1870 | 2024-11-28T04:11:36.769Z | Checking cookie v0.18.1 |
1871 | 2024-11-28T04:11:37.044Z | Checking hyper v1.5.0 |
1872 | 2024-11-28T04:11:37.225Z | Checking webpki-roots v0.26.6 |
1873 | 2024-11-28T04:11:37.395Z | Checking backtrace v0.3.74 |
1874 | 2024-11-28T04:11:37.436Z | Checking idna v0.5.0 |
1875 | 2024-11-28T04:11:37.740Z | Checking is-terminal v0.4.13 |
1876 | 2024-11-28T04:11:37.872Z | Checking scroll v0.12.0 |
1877 | 2024-11-28T04:11:37.949Z | Checking anyhow v1.0.93 |
1878 | 2024-11-28T04:11:38.257Z | Checking plain v0.2.3 |
1879 | 2024-11-28T04:11:38.322Z | Checking ucd-trie v0.1.7 |
1880 | 2024-11-28T04:11:38.352Z | Checking cookie_store v0.21.0 |
1881 | 2024-11-28T04:11:38.405Z | Checking goblin v0.8.2 |
1882 | 2024-11-28T04:11:38.546Z | Checking pest v2.7.14 |
1883 | 2024-11-28T04:11:39.052Z | Checking sync_wrapper v1.0.1 |
1884 | 2024-11-28T04:11:39.159Z | Checking base16ct v0.2.0 |
1885 | 2024-11-28T04:11:39.194Z | Checking pretty-hex v0.4.1 |
1886 | 2024-11-28T04:11:39.222Z | Checking hyper-util v0.1.10 |
1887 | 2024-11-28T04:11:39.278Z | Checking tokio-rustls v0.26.0 |
1888 | 2024-11-28T04:11:39.353Z | Checking sec1 v0.7.3 |
1889 | 2024-11-28T04:11:39.381Z | Checking num-integer v0.1.46 |
1890 | 2024-11-28T04:11:39.687Z | Checking ff v0.13.0 |
1891 | 2024-11-28T04:11:39.715Z | Checking clap v4.5.21 |
1892 | 2024-11-28T04:11:39.737Z | Checking thread-id v4.2.2 |
1893 | 2024-11-28T04:11:39.841Z | Checking toml_edit v0.22.22 |
1894 | 2024-11-28T04:11:39.867Z | Checking hkdf v0.12.4 |
1895 | 2024-11-28T04:11:39.892Z | Checking crypto-bigint v0.5.5 |
1896 | 2024-11-28T04:11:39.919Z | Checking group v0.13.0 |
1897 | 2024-11-28T04:11:40.076Z | Checking memmap v0.7.0 |
1898 | 2024-11-28T04:11:40.183Z | Checking dirs-sys-next v0.1.2 |
1899 | 2024-11-28T04:11:40.292Z | Checking crc32fast v1.4.2 |
1900 | 2024-11-28T04:11:40.378Z | Checking bitflags v1.3.2 |
1901 | 2024-11-28T04:11:40.476Z | Checking native-tls v0.2.12 |
1902 | 2024-11-28T04:11:40.507Z | Checking static_assertions v1.1.0 |
1903 | 2024-11-28T04:11:40.547Z | Checking utf-8 v0.7.6 |
1904 | 2024-11-28T04:11:40.628Z | Checking dirs-next v2.0.0 |
1905 | 2024-11-28T04:11:40.760Z | Checking crossbeam-channel v0.5.13 |
1906 | 2024-11-28T04:11:40.815Z | Checking tokio-native-tls v0.3.1 |
1907 | 2024-11-28T04:11:40.819Z | Checking thread_local v1.1.8 |
1908 | 2024-11-28T04:11:41.050Z | Checking dtrace-parser v0.2.0 |
1909 | 2024-11-28T04:11:41.077Z | Checking unicode-segmentation v1.12.0 |
1910 | 2024-11-28T04:11:41.125Z | Checking term v0.7.0 |
1911 | 2024-11-28T04:11:41.209Z | Checking hyper-rustls v0.27.3 |
1912 | 2024-11-28T04:11:41.497Z | Checking hyper-tls v0.6.0 |
1913 | 2024-11-28T04:11:41.526Z | Checking num-iter v0.1.45 |
1914 | 2024-11-28T04:11:41.558Z | Checking crossbeam-epoch v0.9.18 |
1915 | 2024-11-28T04:11:41.585Z | Checking match_cfg v0.1.0 |
1916 | 2024-11-28T04:11:41.681Z | Checking take_mut v0.2.2 |
1917 | 2024-11-28T04:11:41.711Z | Checking hostname v0.3.1 |
1918 | 2024-11-28T04:11:41.759Z | Checking slog-term v2.9.1 |
1919 | 2024-11-28T04:11:41.792Z | Checking reqwest v0.12.9 |
1920 | 2024-11-28T04:11:41.840Z | Checking slog-async v2.8.0 |
1921 | 2024-11-28T04:11:41.867Z | Checking bstr v1.10.0 |
1922 | 2024-11-28T04:11:41.970Z | Checking rfc6979 v0.4.0 |
1923 | 2024-11-28T04:11:42.139Z | Checking hex v0.4.3 |
1924 | 2024-11-28T04:11:42.162Z | Checking winnow v0.5.40 |
1925 | 2024-11-28T04:11:42.249Z | Checking managed v0.8.0 |
1926 | 2024-11-28T04:11:42.499Z | Checking toml v0.8.19 |
1927 | 2024-11-28T04:11:42.661Z | Checking crossbeam-deque v0.8.5 |
1928 | 2024-11-28T04:11:42.663Z | Checking num-bigint-dig v0.8.4 |
1929 | 2024-11-28T04:11:42.801Z | Checking flate2 v1.0.35 |
1930 | 2024-11-28T04:11:42.855Z | Checking elliptic-curve v0.13.8 |
1931 | 2024-11-28T04:11:43.001Z | Checking rustls v0.22.4 |
1932 | 2024-11-28T04:11:43.222Z | Checking pkcs1 v0.7.5 |
1933 | 2024-11-28T04:11:43.300Z | Checking dof v0.3.0 |
1934 | 2024-11-28T04:11:43.464Z | Checking ecdsa v0.16.9 |
1935 | 2024-11-28T04:11:43.497Z | Checking curve25519-dalek v4.1.3 |
1936 | 2024-11-28T04:11:43.614Z | Checking zerocopy v0.6.6 |
1937 | 2024-11-28T04:11:43.639Z | Checking siphasher v0.3.11 |
1938 | 2024-11-28T04:11:43.910Z | Checking usdt-impl v0.5.0 |
1939 | 2024-11-28T04:11:43.956Z | Checking rayon-core v1.12.1 |
1940 | 2024-11-28T04:11:44.193Z | Checking ed25519 v2.2.3 |
1941 | 2024-11-28T04:11:44.415Z | Checking slog-json v2.6.1 |
1942 | 2024-11-28T04:11:44.478Z | Checking usdt v0.5.0 |
1943 | 2024-11-28T04:11:44.509Z | Checking signal-hook v0.3.17 |
1944 | 2024-11-28T04:11:44.647Z | Checking quick-error v1.2.3 |
1945 | 2024-11-28T04:11:44.691Z | Checking debug-ignore v1.0.5 |
1946 | 2024-11-28T04:11:44.745Z | Checking slog-bunyan v2.5.0 |
1947 | 2024-11-28T04:11:44.786Z | Checking multer v3.1.0 |
1948 | 2024-11-28T04:11:44.832Z | Checking itertools v0.10.5 |
1949 | 2024-11-28T04:11:44.834Z | Checking x509-cert v0.2.5 |
1950 | 2024-11-28T04:11:44.880Z | Checking rsa v0.9.6 |
1951 | 2024-11-28T04:11:44.920Z | Checking idna v0.4.0 |
1952 | 2024-11-28T04:11:45.172Z | Checking toml_edit v0.19.15 |
1953 | 2024-11-28T04:11:45.175Z | Checking hubpack v0.1.2 |
1954 | 2024-11-28T04:11:45.382Z | Checking ed25519-dalek v2.1.1 |
1955 | 2024-11-28T04:11:45.771Z | Checking serde_path_to_error v0.1.16 |
1956 | 2024-11-28T04:11:45.799Z | Checking waitgroup v0.1.2 |
1957 | 2024-11-28T04:11:45.864Z | Checking bzip2-sys v0.1.11+1.0.8 |
1958 | 2024-11-28T04:11:45.930Z | Checking async-stream v0.3.6 |
1959 | 2024-11-28T04:11:46.005Z | Checking hostname v0.4.0 |
1960 | 2024-11-28T04:11:46.139Z | Checking bit-vec v0.6.3 |
1961 | 2024-11-28T04:11:46.163Z | Checking bzip2 v0.4.4 |
1962 | 2024-11-28T04:11:46.360Z | Checking hickory-proto v0.24.1 |
1963 | 2024-11-28T04:11:46.450Z | Checking signal-hook-mio v0.2.4 |
1964 | 2024-11-28T04:11:46.477Z | Checking bit-set v0.5.3 |
1965 | 2024-11-28T04:11:46.480Z | Checking console v0.15.8 |
1966 | 2024-11-28T04:11:46.589Z | Checking hash32 v0.2.1 |
1967 | 2024-11-28T04:11:46.708Z | Checking tokio-rustls v0.25.0 |
1968 | 2024-11-28T04:11:46.745Z | Checking unicode-properties v0.1.3 |
1969 | 2024-11-28T04:11:46.895Z | Checking linked-hash-map v0.5.6 |
1970 | 2024-11-28T04:11:46.898Z | Checking predicates-core v1.0.8 |
1971 | 2024-11-28T04:11:47.024Z | Checking heapless v0.7.17 |
1972 | 2024-11-28T04:11:47.062Z | Checking crossterm v0.28.1 |
1973 | 2024-11-28T04:11:47.093Z | Checking dropshot v0.12.0 |
1974 | 2024-11-28T04:11:47.120Z | Checking stringprep v0.1.5 |
1975 | 2024-11-28T04:11:47.204Z | Checking lru-cache v0.1.2 |
1976 | 2024-11-28T04:11:47.379Z | Checking rayon v1.10.0 |
1977 | 2024-11-28T04:11:47.406Z | Checking phf_shared v0.11.2 |
1978 | 2024-11-28T04:11:47.408Z | Checking similar v2.6.0 |
1979 | 2024-11-28T04:11:47.453Z | Checking toml v0.7.8 |
1980 | 2024-11-28T04:11:47.713Z | Checking tokio-stream v0.1.16 |
1981 | 2024-11-28T04:11:48.043Z | Checking md-5 v0.10.6 |
1982 | 2024-11-28T04:11:48.177Z | Checking float-cmp v0.9.0 |
1983 | 2024-11-28T04:11:48.287Z | Checking fallible-iterator v0.2.0 |
1984 | 2024-11-28T04:11:48.326Z | Checking normalize-line-endings v0.3.0 |
1985 | 2024-11-28T04:11:48.380Z | Checking fixedbitset v0.4.2 |
1986 | 2024-11-28T04:11:48.461Z | Checking difflib v0.4.0 |
1987 | 2024-11-28T04:11:48.614Z | Checking smoltcp v0.9.1 |
1988 | 2024-11-28T04:11:48.648Z | Checking petgraph v0.6.5 |
1989 | 2024-11-28T04:11:48.803Z | Checking predicates v3.1.2 |
1990 | 2024-11-28T04:11:48.830Z | Checking phf v0.11.2 |
1991 | 2024-11-28T04:11:48.920Z | Checking postgres-protocol v0.6.7 |
1992 | 2024-11-28T04:11:49.104Z | Checking zip v0.6.6 |
1993 | 2024-11-28T04:11:49.508Z | Checking resolv-conf v0.7.0 |
1994 | 2024-11-28T04:11:49.633Z | Checking phf_shared v0.10.0 |
1995 | 2024-11-28T04:11:49.817Z | Checking tungstenite v0.24.0 |
1996 | 2024-11-28T04:11:49.894Z | Checking fs-err v2.11.0 |
1997 | 2024-11-28T04:11:49.921Z | Checking serde-big-array v0.5.1 |
1998 | 2024-11-28T04:11:50.066Z | Checking portable-atomic v1.9.0 |
1999 | 2024-11-28T04:11:50.141Z | Checking minimal-lexical v0.2.1 |
2000 | 2024-11-28T04:11:50.485Z | Checking number_prefix v0.4.0 |
2001 | 2024-11-28T04:11:50.549Z | Checking lalrpop-util v0.19.12 |
2002 | 2024-11-28T04:11:50.669Z | Checking new_debug_unreachable v1.0.6 |
2003 | 2024-11-28T04:11:50.707Z | Checking precomputed-hash v0.1.1 |
2004 | 2024-11-28T04:11:50.764Z | Checking unicode-width v0.2.0 |
2005 | 2024-11-28T04:11:50.789Z | Checking tokio-tungstenite v0.24.0 |
2006 | 2024-11-28T04:11:50.827Z | Checking nom v7.1.3 |
2007 | 2024-11-28T04:11:50.829Z | Checking string_cache v0.8.7 |
2008 | 2024-11-28T04:11:51.056Z | Checking hickory-resolver v0.24.1 |
2009 | 2024-11-28T04:11:51.084Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2010 | 2024-11-28T04:11:51.135Z | Checking postgres-types v0.2.8 |
2011 | 2024-11-28T04:11:51.227Z | Checking itertools v0.12.1 |
2012 | 2024-11-28T04:11:51.265Z | Checking peg-runtime v0.8.3 |
2013 | 2024-11-28T04:11:51.293Z | Checking indicatif v0.17.9 |
2014 | 2024-11-28T04:11:51.496Z | Checking whoami v1.5.2 |
2015 | 2024-11-28T04:11:51.875Z | Checking tokio-postgres v0.7.12 |
2016 | 2024-11-28T04:11:51.952Z | Compiling hashbrown v0.14.5 |
2017 | 2024-11-28T04:11:52.048Z | Compiling ident_case v1.0.1 |
2018 | 2024-11-28T04:11:52.078Z | Compiling unsafe-libyaml v0.2.11 |
2019 | 2024-11-28T04:11:52.233Z | Compiling darling_core v0.20.10 |
2020 | 2024-11-28T04:11:52.621Z | Checking qorb v0.2.1 |
2021 | 2024-11-28T04:11:53.314Z | Compiling regress v0.10.1 |
2022 | 2024-11-28T04:11:53.757Z | Compiling serde_yaml v0.9.34+deprecated |
2023 | 2024-11-28T04:11:54.049Z | Checking heck v0.5.0 |
2024 | 2024-11-28T04:11:54.248Z | Checking progenitor-client v0.8.0 |
2025 | 2024-11-28T04:11:54.665Z | Checking fastrand v2.1.1 |
2026 | 2024-11-28T04:11:54.998Z | Compiling newtype-uuid v1.1.3 |
2027 | 2024-11-28T04:11:55.044Z | Checking ipnetwork v0.20.0 |
2028 | 2024-11-28T04:11:55.204Z | Compiling structmeta-derive v0.3.0 |
2029 | 2024-11-28T04:11:55.297Z | Checking strum v0.26.3 |
2030 | 2024-11-28T04:11:55.416Z | Compiling dropshot v0.13.0 |
2031 | 2024-11-28T04:11:55.472Z | Checking macaddr v1.0.1 |
2032 | 2024-11-28T04:11:55.792Z | Compiling dropshot_endpoint v0.13.0 |
2033 | 2024-11-28T04:11:55.823Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2024-11-28T04:11:56.793Z | Checking tempfile v3.13.0 |
2035 | 2024-11-28T04:11:56.865Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2036 | 2024-11-28T04:11:57.201Z | Compiling typify-impl v0.2.0 |
2037 | 2024-11-28T04:11:57.228Z | Checking instant v0.1.13 |
2038 | 2024-11-28T04:11:57.353Z | Checking regress v0.9.1 |
2039 | 2024-11-28T04:11:57.993Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2040 | 2024-11-28T04:11:58.199Z | Compiling structmeta v0.3.0 |
2041 | 2024-11-28T04:11:58.329Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2042 | 2024-11-28T04:11:58.658Z | Checking backoff v0.4.0 |
2043 | 2024-11-28T04:11:58.684Z | Compiling parse-display-derive v0.10.0 |
2044 | 2024-11-28T04:11:58.800Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-11-28T04:11:58.950Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2046 | 2024-11-28T04:11:58.953Z | Checking wait-timeout v0.2.0 |
2047 | 2024-11-28T04:11:59.138Z | Checking rand_xorshift v0.3.0 |
2048 | 2024-11-28T04:11:59.162Z | Checking rusty-fork v0.3.0 |
2049 | 2024-11-28T04:11:59.230Z | Compiling darling_macro v0.20.10 |
2050 | 2024-11-28T04:11:59.327Z | Checking unarray v0.1.4 |
2051 | 2024-11-28T04:11:59.453Z | Compiling structmeta-derive v0.2.0 |
2052 | 2024-11-28T04:11:59.490Z | Checking proptest v1.5.0 |
2053 | 2024-11-28T04:12:00.229Z | Compiling darling v0.20.10 |
2054 | 2024-11-28T04:12:00.372Z | Compiling serde_with_macros v3.11.0 |
2055 | 2024-11-28T04:12:00.847Z | Checking camino-tempfile v1.1.1 |
2056 | 2024-11-28T04:12:01.147Z | Compiling proc-macro-error v1.0.4 |
2057 | 2024-11-28T04:12:01.327Z | Compiling proc-macro-crate v1.3.1 |
2058 | 2024-11-28T04:12:01.865Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2024-11-28T04:12:02.263Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2024-11-28T04:12:02.471Z | Compiling num_enum_derive v0.5.11 |
2061 | 2024-11-28T04:12:02.514Z | Compiling structmeta v0.2.0 |
2062 | 2024-11-28T04:12:02.571Z | Compiling foreign-types-macros v0.2.3 |
2063 | 2024-11-28T04:12:02.972Z | Compiling test-strategy v0.3.1 |
2064 | 2024-11-28T04:12:03.294Z | Checking parse-display v0.10.0 |
2065 | 2024-11-28T04:12:03.322Z | Checking serde_with v3.11.0 |
2066 | 2024-11-28T04:12:03.555Z | Checking foreign-types-shared v0.3.1 |
2067 | 2024-11-28T04:12:03.903Z | Checking foreign-types v0.5.0 |
2068 | 2024-11-28T04:12:04.023Z | Checking tabwriter v1.4.0 |
2069 | 2024-11-28T04:12:04.026Z | Checking cstr-argument v0.1.2 |
2070 | 2024-11-28T04:12:04.200Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2024-11-28T04:12:04.233Z | Checking pretty-hex v0.2.1 |
2072 | 2024-11-28T04:12:04.258Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2024-11-28T04:12:04.419Z | Checking colored v2.1.0 |
2074 | 2024-11-28T04:12:04.576Z | Checking smf v0.2.3 |
2075 | 2024-11-28T04:12:04.605Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2024-11-28T04:12:04.745Z | Checking base64 v0.21.7 |
2077 | 2024-11-28T04:12:04.876Z | Compiling zerocopy v0.8.10 |
2078 | 2024-11-28T04:12:05.060Z | Checking num_enum v0.5.11 |
2079 | 2024-11-28T04:12:05.093Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2024-11-28T04:12:05.175Z | Compiling itertools v0.13.0 |
2081 | 2024-11-28T04:12:05.225Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2024-11-28T04:12:05.250Z | Compiling zerocopy-derive v0.8.10 |
2083 | 2024-11-28T04:12:05.269Z | Compiling heapless v0.8.0 |
2084 | 2024-11-28T04:12:05.524Z | Checking termtree v0.4.1 |
2085 | 2024-11-28T04:12:05.749Z | Checking predicates-tree v1.0.11 |
2086 | 2024-11-28T04:12:05.962Z | Checking hash32 v0.3.1 |
2087 | 2024-11-28T04:12:06.032Z | Compiling smoltcp v0.11.0 |
2088 | 2024-11-28T04:12:06.162Z | Checking cobs v0.2.3 |
2089 | 2024-11-28T04:12:06.366Z | Checking postcard v1.0.10 |
2090 | 2024-11-28T04:12:06.788Z | Checking sigpipe v0.1.3 |
2091 | 2024-11-28T04:12:06.843Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2092 | 2024-11-28T04:12:06.911Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2093 | 2024-11-28T04:12:06.943Z | Checking atomicwrites v0.4.4 |
2094 | 2024-11-28T04:12:07.074Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2095 | 2024-11-28T04:12:07.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2024-11-28T04:12:07.166Z | Compiling mockall_derive v0.13.0 |
2097 | 2024-11-28T04:12:07.219Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2098 | 2024-11-28T04:12:07.401Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2024-11-28T04:12:07.639Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-11-28T04:12:07.960Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2101 | 2024-11-28T04:12:08.325Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2102 | 2024-11-28T04:12:08.351Z | Compiling num-derive v0.4.2 |
2103 | 2024-11-28T04:12:09.195Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2024-11-28T04:12:09.496Z | Checking fragile v2.0.0 |
2105 | 2024-11-28T04:12:09.546Z | Checking downcast v0.11.0 |
2106 | 2024-11-28T04:12:09.785Z | Checking zone v0.3.0 |
2107 | 2024-11-28T04:12:09.788Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2108 | 2024-11-28T04:12:10.088Z | Compiling convert_case v0.4.0 |
2109 | 2024-11-28T04:12:10.161Z | Checking newline-converter v0.3.0 |
2110 | 2024-11-28T04:12:10.686Z | Checking expectorate v1.1.0 |
2111 | 2024-11-28T04:12:10.801Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2112 | 2024-11-28T04:12:10.863Z | Checking tungstenite v0.21.0 |
2113 | 2024-11-28T04:12:11.096Z | Compiling derive_more v0.99.18 |
2114 | 2024-11-28T04:12:11.265Z | Checking same-file v1.0.6 |
2115 | 2024-11-28T04:12:11.457Z | Checking walkdir v2.5.0 |
2116 | 2024-11-28T04:12:11.588Z | Checking arc-swap v1.7.1 |
2117 | 2024-11-28T04:12:11.735Z | Checking xattr v1.3.1 |
2118 | 2024-11-28T04:12:11.813Z | Checking tokio-tungstenite v0.21.0 |
2119 | 2024-11-28T04:12:11.935Z | Checking filetime v0.2.25 |
2120 | 2024-11-28T04:12:12.046Z | Checking slog-scope v4.4.0 |
2121 | 2024-11-28T04:12:12.171Z | Checking tar v0.4.42 |
2122 | 2024-11-28T04:12:12.304Z | Checking slog-stdlog v4.1.1 |
2123 | 2024-11-28T04:12:12.361Z | Checking num-rational v0.4.2 |
2124 | 2024-11-28T04:12:12.448Z | Checking slog-envlogger v2.2.0 |
2125 | 2024-11-28T04:12:12.688Z | Checking num-complex v0.4.6 |
2126 | 2024-11-28T04:12:13.007Z | Checking float-ord v0.3.2 |
2127 | 2024-11-28T04:12:13.033Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-11-28T04:12:13.036Z | Compiling owo-colors v4.1.0 |
2129 | 2024-11-28T04:12:13.171Z | Checking swrite v0.1.0 |
2130 | 2024-11-28T04:12:13.302Z | Checking libsw v3.3.1 |
2131 | 2024-11-28T04:12:13.582Z | Checking pem v3.0.4 |
2132 | 2024-11-28T04:12:13.605Z | Checking num v0.4.3 |
2133 | 2024-11-28T04:12:13.723Z | Checking password-hash v0.5.0 |
2134 | 2024-11-28T04:12:13.877Z | Checking blake2 v0.10.6 |
2135 | 2024-11-28T04:12:13.901Z | Checking linear-map v1.2.0 |
2136 | 2024-11-28T04:12:14.211Z | Checking indent_write v2.2.0 |
2137 | 2024-11-28T04:12:14.235Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2024-11-28T04:12:14.339Z | Checking argon2 v0.5.3 |
2139 | 2024-11-28T04:12:14.597Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-11-28T04:12:14.920Z | Checking headers-core v0.3.0 |
2141 | 2024-11-28T04:12:15.213Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-11-28T04:12:15.226Z | Compiling heck v0.3.3 |
2143 | 2024-11-28T04:12:15.292Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2024-11-28T04:12:15.455Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2145 | 2024-11-28T04:12:15.547Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2146 | 2024-11-28T04:12:15.549Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2024-11-28T04:12:15.650Z | Checking mockall v0.13.0 |
2148 | 2024-11-28T04:12:15.653Z | Checking headers v0.4.0 |
2149 | 2024-11-28T04:12:15.710Z | Compiling typify-macro v0.2.0 |
2150 | 2024-11-28T04:12:15.766Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2151 | 2024-11-28T04:12:15.902Z | Checking yasna v0.5.2 |
2152 | 2024-11-28T04:12:16.076Z | Checking base64 v0.13.1 |
2153 | 2024-11-28T04:12:16.297Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2024-11-28T04:12:16.519Z | Checking highway v1.2.0 |
2155 | 2024-11-28T04:12:16.782Z | Checking ron v0.7.1 |
2156 | 2024-11-28T04:12:16.836Z | Checking rcgen v0.12.1 |
2157 | 2024-11-28T04:12:16.963Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2158 | 2024-11-28T04:12:17.061Z | Checking zone v0.1.8 |
2159 | 2024-11-28T04:12:17.510Z | Checking xz2 v0.1.7 |
2160 | 2024-11-28T04:12:17.773Z | Checking subprocess v0.2.9 |
2161 | 2024-11-28T04:12:17.827Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-11-28T04:12:17.957Z | Checking humantime v2.1.0 |
2163 | 2024-11-28T04:12:18.288Z | Compiling semver v0.1.20 |
2164 | 2024-11-28T04:12:18.341Z | Checking half v2.4.1 |
2165 | 2024-11-28T04:12:18.584Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2166 | 2024-11-28T04:12:18.801Z | Compiling rustc_version v0.1.7 |
2167 | 2024-11-28T04:12:18.919Z | Checking ciborium-io v0.2.2 |
2168 | 2024-11-28T04:12:18.921Z | Checking prettyplease v0.2.25 |
2169 | 2024-11-28T04:12:19.042Z | Checking ciborium-ll v0.2.2 |
2170 | 2024-11-28T04:12:19.254Z | Compiling newtype_derive v0.1.6 |
2171 | 2024-11-28T04:12:19.339Z | Checking ciborium v0.2.2 |
2172 | 2024-11-28T04:12:19.937Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2173 | 2024-11-28T04:12:20.108Z | Compiling typify v0.2.0 |
2174 | 2024-11-28T04:12:20.257Z | Compiling progenitor-impl v0.8.0 |
2175 | 2024-11-28T04:12:21.836Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2176 | 2024-11-28T04:12:22.296Z | Checking steno v0.4.1 |
2177 | 2024-11-28T04:12:22.325Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2024-11-28T04:12:22.676Z | Checking display-error-chain v0.2.2 |
2179 | 2024-11-28T04:12:22.812Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-11-28T04:12:22.860Z | Checking gethostname v0.5.0 |
2181 | 2024-11-28T04:12:23.003Z | Checking nibble_vec v0.1.0 |
2182 | 2024-11-28T04:12:23.230Z | Compiling blake3 v1.5.4 |
2183 | 2024-11-28T04:12:23.580Z | Compiling ring v0.16.20 |
2184 | 2024-11-28T04:12:23.650Z | Checking endian-type v0.1.2 |
2185 | 2024-11-28T04:12:23.855Z | Checking keccak v0.1.5 |
2186 | 2024-11-28T04:12:24.189Z | Checking sha3 v0.10.8 |
2187 | 2024-11-28T04:12:24.228Z | Checking radix_trie v0.2.1 |
2188 | 2024-11-28T04:12:24.524Z | Checking universal-hash v0.5.1 |
2189 | 2024-11-28T04:12:24.547Z | Checking secrecy v0.8.0 |
2190 | 2024-11-28T04:12:24.610Z | Checking opaque-debug v0.3.1 |
2191 | 2024-11-28T04:12:24.634Z | Checking aead v0.5.2 |
2192 | 2024-11-28T04:12:24.716Z | Checking chacha20 v0.9.1 |
2193 | 2024-11-28T04:12:24.719Z | Checking poly1305 v0.8.0 |
2194 | 2024-11-28T04:12:25.106Z | Compiling memmap2 v0.9.5 |
2195 | 2024-11-28T04:12:25.258Z | Compiling arrayref v0.3.9 |
2196 | 2024-11-28T04:12:25.379Z | Compiling arrayvec v0.7.6 |
2197 | 2024-11-28T04:12:25.600Z | Compiling spin v0.5.2 |
2198 | 2024-11-28T04:12:25.771Z | Compiling constant_time_eq v0.3.1 |
2199 | 2024-11-28T04:12:25.797Z | Compiling toolchain_find v0.4.0 |
2200 | 2024-11-28T04:12:25.840Z | Compiling thiserror-impl-no-std v2.0.2 |
2201 | 2024-11-28T04:12:25.862Z | Compiling topological-sort v0.2.2 |
2202 | 2024-11-28T04:12:26.093Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2024-11-28T04:12:26.287Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2024-11-28T04:12:26.420Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-11-28T04:12:26.696Z | Checking chacha20poly1305 v0.10.1 |
2206 | 2024-11-28T04:12:26.753Z | Compiling async-recursion v1.1.1 |
2207 | 2024-11-28T04:12:26.866Z | Checking fxhash v0.2.1 |
2208 | 2024-11-28T04:12:26.891Z | Checking simd-adler32 v0.3.7 |
2209 | 2024-11-28T04:12:27.059Z | Checking bumpalo v3.16.0 |
2210 | 2024-11-28T04:12:27.244Z | Compiling zip v2.1.3 |
2211 | 2024-11-28T04:12:27.267Z | Checking lockfree-object-pool v0.1.6 |
2212 | 2024-11-28T04:12:27.388Z | Checking termcolor v1.4.1 |
2213 | 2024-11-28T04:12:27.513Z | Checking zopfli v0.8.1 |
2214 | 2024-11-28T04:12:27.586Z | Compiling radium v0.7.0 |
2215 | 2024-11-28T04:12:27.852Z | Checking maplit v1.0.2 |
2216 | 2024-11-28T04:12:27.979Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-11-28T04:12:28.092Z | Checking tap v1.0.1 |
2218 | 2024-11-28T04:12:28.256Z | Checking wyz v0.5.1 |
2219 | 2024-11-28T04:12:28.439Z | Compiling progenitor-macro v0.8.0 |
2220 | 2024-11-28T04:12:28.595Z | Checking home v0.5.9 |
2221 | 2024-11-28T04:12:28.662Z | Checking crc-catalog v2.4.0 |
2222 | 2024-11-28T04:12:28.757Z | Compiling packed_struct v0.10.1 |
2223 | 2024-11-28T04:12:28.818Z | Checking funty v2.0.0 |
2224 | 2024-11-28T04:12:28.842Z | Checking crc v3.2.1 |
2225 | 2024-11-28T04:12:29.128Z | Checking thiserror-no-std v2.0.2 |
2226 | 2024-11-28T04:12:29.204Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-11-28T04:12:29.254Z | Checking vsss-rs v3.3.4 |
2228 | 2024-11-28T04:12:29.354Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-11-28T04:12:29.419Z | Checking kstat-rs v0.2.4 |
2230 | 2024-11-28T04:12:29.507Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-11-28T04:12:29.727Z | Checking bitvec v1.0.1 |
2232 | 2024-11-28T04:12:29.762Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2024-11-28T04:12:30.483Z | Compiling indexmap v1.9.3 |
2234 | 2024-11-28T04:12:30.798Z | Checking nodrop v0.1.14 |
2235 | 2024-11-28T04:12:30.899Z | Compiling libefi-sys v0.1.0 |
2236 | 2024-11-28T04:12:30.931Z | Checking array-init v0.0.4 |
2237 | 2024-11-28T04:12:31.251Z | Checking vte v0.11.1 |
2238 | 2024-11-28T04:12:31.598Z | Checking const_format v0.2.33 |
2239 | 2024-11-28T04:12:31.909Z | Checking smallvec v0.6.14 |
2240 | 2024-11-28T04:12:32.107Z | Checking fd-lock v4.0.2 |
2241 | 2024-11-28T04:12:32.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2242 | 2024-11-28T04:12:32.324Z | Compiling bitfield-struct v0.6.2 |
2243 | 2024-11-28T04:12:32.450Z | Checking hashbrown v0.12.3 |
2244 | 2024-11-28T04:12:32.615Z | Checking bitfield v0.14.0 |
2245 | 2024-11-28T04:12:32.639Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-11-28T04:12:32.800Z | Checking serde-hex v0.1.0 |
2247 | 2024-11-28T04:12:32.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-11-28T04:12:33.179Z | Checking env_logger v0.10.2 |
2249 | 2024-11-28T04:12:33.233Z | Checking ron v0.8.1 |
2250 | 2024-11-28T04:12:33.618Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2024-11-28T04:12:33.757Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-11-28T04:12:33.906Z | Checking hashbrown v0.13.2 |
2253 | 2024-11-28T04:12:34.203Z | Checking nu-ansi-term v0.50.1 |
2254 | 2024-11-28T04:12:34.355Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-11-28T04:12:34.479Z | Checking crc-any v2.5.0 |
2256 | 2024-11-28T04:12:34.528Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-11-28T04:12:34.624Z | Checking reedline v0.35.0 |
2258 | 2024-11-28T04:12:34.798Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-11-28T04:12:35.063Z | Checking object v0.30.4 |
2260 | 2024-11-28T04:12:35.151Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-11-28T04:12:35.325Z | Compiling parking_lot_core v0.8.6 |
2262 | 2024-11-28T04:12:35.430Z | Checking path-slash v0.1.5 |
2263 | 2024-11-28T04:12:35.598Z | Compiling phf_generator v0.11.2 |
2264 | 2024-11-28T04:12:35.622Z | Checking glob v0.3.1 |
2265 | 2024-11-28T04:12:35.799Z | Checking bytecount v0.6.8 |
2266 | 2024-11-28T04:12:35.934Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-11-28T04:12:35.959Z | Checking papergrid v0.11.0 |
2268 | 2024-11-28T04:12:36.155Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-11-28T04:12:36.192Z | Checking parking_lot v0.11.2 |
2270 | 2024-11-28T04:12:36.547Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2271 | 2024-11-28T04:12:36.566Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-11-28T04:12:36.977Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-11-28T04:12:37.093Z | Compiling nix v0.28.0 |
2274 | 2024-11-28T04:12:37.458Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-11-28T04:12:37.484Z | Checking sled v0.34.7 |
2276 | 2024-11-28T04:12:37.904Z | Checking hickory-client v0.24.1 |
2277 | 2024-11-28T04:12:38.593Z | Checking hickory-server v0.24.1 |
2278 | 2024-11-28T04:12:38.688Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2279 | 2024-11-28T04:12:38.729Z | Checking tabled v0.15.0 |
2280 | 2024-11-28T04:12:38.885Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-11-28T04:12:39.582Z | Compiling buf-list v1.0.3 |
2282 | 2024-11-28T04:12:40.400Z | Compiling peg-macros v0.8.4 |
2283 | 2024-11-28T04:12:41.012Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-11-28T04:12:41.422Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-11-28T04:12:41.472Z | Checking unicode_categories v0.1.1 |
2286 | 2024-11-28T04:12:41.786Z | Checking sqlformat v0.2.6 |
2287 | 2024-11-28T04:12:42.506Z | Checking sqlparser v0.45.0 |
2288 | 2024-11-28T04:12:42.632Z | Checking bcs v0.1.6 |
2289 | 2024-11-28T04:12:42.775Z | Checking rustyline v14.0.0 |
2290 | 2024-11-28T04:12:43.085Z | Checking primeorder v0.13.6 |
2291 | 2024-11-28T04:12:43.584Z | Compiling unicase v2.7.0 |
2292 | 2024-11-28T04:12:43.959Z | Checking progenitor v0.8.0 |
2293 | 2024-11-28T04:12:44.102Z | Checking peg v0.8.4 |
2294 | 2024-11-28T04:12:44.213Z | Checking nanorand v0.7.0 |
2295 | 2024-11-28T04:12:44.241Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2296 | 2024-11-28T04:12:44.318Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2297 | 2024-11-28T04:12:44.347Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-28T04:12:46.307Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2024-11-28T04:12:48.013Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2300 | 2024-11-28T04:12:48.754Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2301 | 2024-11-28T04:12:49.286Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2024-11-28T04:12:51.253Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-11-28T04:12:51.656Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2304 | 2024-11-28T04:12:52.413Z | Checking flume v0.11.1 |
2305 | 2024-11-28T04:12:52.742Z | Checking atty v0.2.14 |
2306 | 2024-11-28T04:12:52.838Z | Compiling salty v0.3.0 |
2307 | 2024-11-28T04:12:52.872Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2308 | 2024-11-28T04:12:53.301Z | Checking p384 v0.13.0 |
2309 | 2024-11-28T04:12:53.323Z | Compiling mime_guess v2.0.5 |
2310 | 2024-11-28T04:12:53.377Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2311 | 2024-11-28T04:12:53.966Z | Checking env_filter v0.1.2 |
2312 | 2024-11-28T04:12:54.029Z | Checking http-range v0.1.5 |
2313 | 2024-11-28T04:12:54.054Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2314 | 2024-11-28T04:12:54.208Z | Checking env_logger v0.11.5 |
2315 | 2024-11-28T04:12:54.405Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2316 | 2024-11-28T04:12:54.514Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-11-28T04:12:54.538Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2318 | 2024-11-28T04:12:54.723Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2024-11-28T04:12:54.846Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-11-28T04:12:54.868Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-11-28T04:12:55.039Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-11-28T04:12:55.133Z | Compiling crunchy v0.2.2 |
2323 | 2024-11-28T04:12:55.155Z | Checking r2d2 v0.8.10 |
2324 | 2024-11-28T04:12:55.404Z | Checking hyper-staticfile v0.10.1 |
2325 | 2024-11-28T04:12:55.466Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2326 | 2024-11-28T04:12:55.719Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2327 | 2024-11-28T04:12:55.953Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-11-28T04:12:56.201Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-11-28T04:12:56.489Z | Compiling tiny-keccak v2.0.2 |
2330 | 2024-11-28T04:12:56.639Z | Compiling diesel_derives v2.2.3 |
2331 | 2024-11-28T04:12:56.861Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-11-28T04:12:56.954Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-11-28T04:12:57.133Z | Compiling ref-cast v1.0.23 |
2334 | 2024-11-28T04:12:58.132Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-11-28T04:12:58.424Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-11-28T04:12:58.447Z | Compiling ena v0.14.3 |
2337 | 2024-11-28T04:12:58.834Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-11-28T04:12:58.982Z | Compiling diff v0.1.13 |
2339 | 2024-11-28T04:12:59.681Z | Compiling regex-syntax v0.6.29 |
2340 | 2024-11-28T04:12:59.938Z | Checking pin-project v1.1.6 |
2341 | 2024-11-28T04:13:00.169Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-11-28T04:13:00.212Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-11-28T04:13:00.235Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-11-28T04:13:00.401Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-11-28T04:13:00.703Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-11-28T04:13:03.173Z | Compiling lalrpop v0.19.12 |
2347 | 2024-11-28T04:13:04.352Z | Checking globset v0.4.15 |
2348 | 2024-11-28T04:13:04.877Z | Checking olpc-cjson v0.1.4 |
2349 | 2024-11-28T04:13:05.167Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2350 | 2024-11-28T04:13:05.743Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-11-28T04:13:06.098Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2352 | 2024-11-28T04:13:08.834Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2353 | 2024-11-28T04:13:09.484Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2354 | 2024-11-28T04:13:10.244Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2355 | 2024-11-28T04:13:10.879Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-11-28T04:13:11.134Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2357 | 2024-11-28T04:13:11.716Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2358 | 2024-11-28T04:13:12.217Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2024-11-28T04:13:12.651Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2360 | 2024-11-28T04:13:12.959Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2361 | 2024-11-28T04:13:13.148Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-11-28T04:13:13.441Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2363 | 2024-11-28T04:13:13.730Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2364 | 2024-11-28T04:13:14.122Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2365 | 2024-11-28T04:13:14.544Z | Checking diesel v2.2.4 |
2366 | 2024-11-28T04:13:14.749Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2367 | 2024-11-28T04:13:14.773Z | Checking snafu v0.8.5 |
2368 | 2024-11-28T04:13:15.265Z | Checking serde_plain v1.0.2 |
2369 | 2024-11-28T04:13:15.537Z | Compiling libxml v0.3.3 |
2370 | 2024-11-28T04:13:15.913Z | Compiling memoffset v0.9.1 |
2371 | 2024-11-28T04:13:16.219Z | Checking typed-path v0.9.3 |
2372 | 2024-11-28T04:13:18.193Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2373 | 2024-11-28T04:13:18.250Z | Checking tough v0.19.0 |
2374 | 2024-11-28T04:13:18.612Z | Compiling derive_builder_macro v0.20.2 |
2375 | 2024-11-28T04:13:19.286Z | Checking tungstenite v0.23.0 |
2376 | 2024-11-28T04:13:19.492Z | Compiling strum_macros v0.24.3 |
2377 | 2024-11-28T04:13:19.527Z | Compiling samael v0.0.17 |
2378 | 2024-11-28T04:13:20.011Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2379 | 2024-11-28T04:13:20.301Z | Compiling indoc v1.0.9 |
2380 | 2024-11-28T04:13:21.340Z | Checking parse-size v1.1.0 |
2381 | 2024-11-28T04:13:21.545Z | Checking tokio-tungstenite v0.23.1 |
2382 | 2024-11-28T04:13:22.067Z | Checking derive_builder v0.20.2 |
2383 | 2024-11-28T04:13:23.267Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2384 | 2024-11-28T04:13:23.354Z | Checking quick-xml v0.33.0 |
2385 | 2024-11-28T04:13:23.555Z | Compiling impl-trait-for-tuples v0.2.2 |
2386 | 2024-11-28T04:13:23.658Z | Compiling oso-derive v0.27.3 |
2387 | 2024-11-28T04:13:23.849Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2388 | 2024-11-28T04:13:23.941Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2389 | 2024-11-28T04:13:24.743Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2024-11-28T04:13:25.050Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2391 | 2024-11-28T04:13:25.588Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2392 | 2024-11-28T04:13:25.612Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2024-11-28T04:13:25.708Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2394 | 2024-11-28T04:13:27.228Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2395 | 2024-11-28T04:13:27.593Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2396 | 2024-11-28T04:13:27.672Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2024-11-28T04:13:28.402Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2024-11-28T04:13:28.538Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2399 | 2024-11-28T04:13:31.576Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2400 | 2024-11-28T04:13:32.020Z | Checking nix v0.27.1 |
2401 | 2024-11-28T04:13:33.460Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2402 | 2024-11-28T04:13:34.292Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2024-11-28T04:13:35.167Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2404 | 2024-11-28T04:13:36.220Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-11-28T04:13:37.495Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-11-28T04:13:37.765Z | Compiling diesel-dtrace v0.3.0 |
2407 | 2024-11-28T04:13:38.083Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-11-28T04:13:38.154Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-11-28T04:13:38.447Z | Checking bb8 v0.8.5 |
2410 | 2024-11-28T04:13:38.972Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-11-28T04:13:39.438Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-11-28T04:13:40.204Z | Checking heck v0.4.1 |
2413 | 2024-11-28T04:13:40.267Z | Checking rand_seeder v0.3.0 |
2414 | 2024-11-28T04:13:40.332Z | Checking assert_matches v1.5.0 |
2415 | 2024-11-28T04:13:40.432Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2416 | 2024-11-28T04:13:40.455Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-11-28T04:13:40.524Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2418 | 2024-11-28T04:13:40.834Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-11-28T04:13:40.860Z | Compiling libz-sys v1.1.20 |
2420 | 2024-11-28T04:13:41.100Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-11-28T04:13:41.616Z | Checking is_ci v1.2.0 |
2422 | 2024-11-28T04:13:41.713Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-11-28T04:13:41.762Z | Checking supports-color v3.0.1 |
2424 | 2024-11-28T04:13:42.139Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2425 | 2024-11-28T04:13:42.312Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2426 | 2024-11-28T04:13:42.687Z | Compiling vergen v8.3.2 |
2427 | 2024-11-28T04:13:42.995Z | Compiling cargo-platform v0.1.8 |
2428 | 2024-11-28T04:13:43.026Z | Checking smawk v0.3.2 |
2429 | 2024-11-28T04:13:43.257Z | Checking unicode-linebreak v0.1.5 |
2430 | 2024-11-28T04:13:43.569Z | Compiling cargo_metadata v0.18.1 |
2431 | 2024-11-28T04:13:43.683Z | Checking textwrap v0.16.1 |
2432 | 2024-11-28T04:13:43.943Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-11-28T04:13:44.246Z | Checking castaway v0.2.3 |
2434 | 2024-11-28T04:13:44.406Z | Compiling libsqlite3-sys v0.30.1 |
2435 | 2024-11-28T04:13:44.434Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-11-28T04:13:44.552Z | Compiling rustls v0.21.12 |
2437 | 2024-11-28T04:13:44.653Z | Compiling nix v0.29.0 |
2438 | 2024-11-28T04:13:44.864Z | Checking compact_str v0.8.0 |
2439 | 2024-11-28T04:13:45.627Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-11-28T04:13:45.806Z | Checking unicode-truncate v1.1.0 |
2441 | 2024-11-28T04:13:45.924Z | Checking sct v0.7.1 |
2442 | 2024-11-28T04:13:46.042Z | Checking rustls-webpki v0.101.7 |
2443 | 2024-11-28T04:13:46.159Z | Checking lru v0.12.5 |
2444 | 2024-11-28T04:13:46.471Z | Compiling instability v0.3.2 |
2445 | 2024-11-28T04:13:46.649Z | Checking cassowary v0.3.0 |
2446 | 2024-11-28T04:13:47.059Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-11-28T04:13:47.357Z | Checking hashlink v0.9.1 |
2448 | 2024-11-28T04:13:47.474Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-11-28T04:13:47.497Z | Checking ratatui v0.28.1 |
2450 | 2024-11-28T04:13:47.829Z | Checking parking v2.2.1 |
2451 | 2024-11-28T04:13:47.970Z | Checking fallible-streaming-iterator v0.1.9 |
2452 | 2024-11-28T04:13:48.011Z | Checking fallible-iterator v0.3.0 |
2453 | 2024-11-28T04:13:48.212Z | Checking plotters-backend v0.3.7 |
2454 | 2024-11-28T04:13:48.562Z | Checking plotters-svg v0.3.7 |
2455 | 2024-11-28T04:13:48.640Z | Checking rusqlite v0.32.1 |
2456 | 2024-11-28T04:13:49.325Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2457 | 2024-11-28T04:13:50.132Z | Checking tokio-rustls v0.24.1 |
2458 | 2024-11-28T04:13:50.219Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-11-28T04:13:50.259Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2460 | 2024-11-28T04:13:50.479Z | Checking async-bb8-diesel v0.2.1 |
2461 | 2024-11-28T04:13:50.515Z | Checking rustls-pemfile v1.0.4 |
2462 | 2024-11-28T04:13:50.545Z | Checking twox-hash v1.6.3 |
2463 | 2024-11-28T04:13:50.721Z | Checking cast v0.3.0 |
2464 | 2024-11-28T04:13:50.779Z | Checking plotters v0.3.7 |
2465 | 2024-11-28T04:13:51.024Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2466 | 2024-11-28T04:13:51.046Z | Checking criterion-plot v0.5.0 |
2467 | 2024-11-28T04:13:51.175Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2468 | 2024-11-28T04:13:51.459Z | Checking fatfs v0.3.6 |
2469 | 2024-11-28T04:13:51.529Z | Checking tinytemplate v1.2.1 |
2470 | 2024-11-28T04:13:51.943Z | Checking csv-core v0.1.11 |
2471 | 2024-11-28T04:13:52.294Z | Checking oorandom v11.1.4 |
2472 | 2024-11-28T04:13:52.475Z | Checking shell-words v1.1.0 |
2473 | 2024-11-28T04:13:52.475Z | Checking hex-literal v0.4.1 |
2474 | 2024-11-28T04:13:52.633Z | Checking anes v0.1.6 |
2475 | 2024-11-28T04:13:52.668Z | Checking csv v1.3.0 |
2476 | 2024-11-28T04:13:52.687Z | Checking event-listener v5.3.1 |
2477 | 2024-11-28T04:13:52.828Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2478 | 2024-11-28T04:13:52.988Z | Checking criterion v0.5.1 |
2479 | 2024-11-28T04:13:53.017Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2480 | 2024-11-28T04:13:53.491Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2481 | 2024-11-28T04:13:54.887Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2482 | 2024-11-28T04:13:55.614Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-11-28T04:13:55.792Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2484 | 2024-11-28T04:13:57.444Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2024-11-28T04:13:58.215Z | Checking rtoolbox v0.0.2 |
2486 | 2024-11-28T04:13:58.433Z | Checking rpassword v7.3.1 |
2487 | 2024-11-28T04:13:58.591Z | Checking event-listener-strategy v0.5.2 |
2488 | 2024-11-28T04:13:58.830Z | Checking tui-tree-widget v0.22.0 |
2489 | 2024-11-28T04:13:59.184Z | Checking polyval v0.6.2 |
2490 | 2024-11-28T04:13:59.475Z | Checking ghash v0.5.1 |
2491 | 2024-11-28T04:13:59.672Z | Checking futures-lite v2.3.0 |
2492 | 2024-11-28T04:13:59.728Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2493 | 2024-11-28T04:14:00.948Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2024-11-28T04:14:01.042Z | Checking ctr v0.9.2 |
2495 | 2024-11-28T04:14:01.395Z | Checking yansi v1.0.1 |
2496 | 2024-11-28T04:14:01.633Z | Checking aes-gcm v0.10.3 |
2497 | 2024-11-28T04:14:01.887Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2024-11-28T04:14:01.939Z | Checking pretty_assertions v1.4.1 |
2499 | 2024-11-28T04:14:01.961Z | Checking ssh-encoding v0.2.0 |
2500 | 2024-11-28T04:14:02.143Z | Checking blowfish v0.9.1 |
2501 | 2024-11-28T04:14:02.291Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-11-28T04:14:02.393Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2024-11-28T04:14:02.585Z | Checking async-lock v3.4.0 |
2504 | 2024-11-28T04:14:02.668Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2024-11-28T04:14:03.522Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2024-11-28T04:14:03.634Z | Checking polling v3.7.3 |
2507 | 2024-11-28T04:14:04.062Z | Checking password-hash v0.4.2 |
2508 | 2024-11-28T04:14:04.505Z | Checking matches v0.1.10 |
2509 | 2024-11-28T04:14:04.619Z | Checking idna v0.2.3 |
2510 | 2024-11-28T04:14:04.974Z | Checking pbkdf2 v0.11.0 |
2511 | 2024-11-28T04:14:05.262Z | Checking async-io v2.3.4 |
2512 | 2024-11-28T04:14:05.453Z | Checking ssh-key v0.6.6 |
2513 | 2024-11-28T04:14:06.093Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2024-11-28T04:14:06.689Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2515 | 2024-11-28T04:14:06.824Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2024-11-28T04:14:07.076Z | Checking p521 v0.13.3 |
2517 | 2024-11-28T04:14:08.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-11-28T04:14:08.478Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-11-28T04:14:09.268Z | Checking p256 v0.13.2 |
2520 | 2024-11-28T04:14:09.792Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-11-28T04:14:09.814Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-11-28T04:14:10.012Z | Compiling target-lexicon v0.12.16 |
2523 | 2024-11-28T04:14:10.842Z | Checking md5 v0.7.0 |
2524 | 2024-11-28T04:14:11.030Z | Compiling doc-comment v0.3.3 |
2525 | 2024-11-28T04:14:11.155Z | Checking async-task v4.7.1 |
2526 | 2024-11-28T04:14:11.528Z | Checking russh-keys v0.45.0 |
2527 | 2024-11-28T04:14:11.874Z | Checking trust-dns-proto v0.22.0 |
2528 | 2024-11-28T04:14:12.978Z | Checking async-channel v2.3.1 |
2529 | 2024-11-28T04:14:13.272Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-11-28T04:14:13.316Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2531 | 2024-11-28T04:14:14.469Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2024-11-28T04:14:15.070Z | Checking piper v0.2.4 |
2533 | 2024-11-28T04:14:15.315Z | Checking num-bigint v0.4.6 |
2534 | 2024-11-28T04:14:15.366Z | Checking des v0.8.1 |
2535 | 2024-11-28T04:14:15.638Z | Checking futures-timer v3.0.3 |
2536 | 2024-11-28T04:14:15.660Z | Compiling dhcproto-macros v0.1.0 |
2537 | 2024-11-28T04:14:15.954Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-11-28T04:14:16.217Z | Compiling assert_cmd v2.0.16 |
2539 | 2024-11-28T04:14:16.567Z | Checking dhcproto v0.12.0 |
2540 | 2024-11-28T04:14:16.677Z | Checking blocking v1.6.1 |
2541 | 2024-11-28T04:14:17.596Z | Checking async-executor v1.13.1 |
2542 | 2024-11-28T04:14:17.715Z | Checking russh v0.45.0 |
2543 | 2024-11-28T04:14:17.940Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2024-11-28T04:14:18.176Z | Checking async-signal v0.2.10 |
2545 | 2024-11-28T04:14:18.475Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2546 | 2024-11-28T04:14:18.905Z | Checking internet-checksum v0.2.1 |
2547 | 2024-11-28T04:14:18.929Z | Checking event-listener v2.5.3 |
2548 | 2024-11-28T04:14:19.167Z | Compiling target-spec v3.2.2 |
2549 | 2024-11-28T04:14:19.779Z | Checking async-channel v1.9.0 |
2550 | 2024-11-28T04:14:20.636Z | Checking async-process v2.3.0 |
2551 | 2024-11-28T04:14:21.042Z | Checking async-global-executor v2.4.1 |
2552 | 2024-11-28T04:14:21.346Z | Checking cfg-expr v0.17.0 |
2553 | 2024-11-28T04:14:21.623Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2024-11-28T04:14:21.970Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2555 | 2024-11-28T04:14:22.223Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2556 | 2024-11-28T04:14:22.703Z | Checking httptest v0.16.1 |
2557 | 2024-11-28T04:14:23.220Z | Checking rustls-native-certs v0.7.3 |
2558 | 2024-11-28T04:14:23.412Z | Compiling petname v2.0.2 |
2559 | 2024-11-28T04:14:23.462Z | Checking num_cpus v1.16.0 |
2560 | 2024-11-28T04:14:23.609Z | Checking kv-log-macro v1.0.7 |
2561 | 2024-11-28T04:14:23.762Z | Compiling async-attributes v1.1.2 |
2562 | 2024-11-28T04:14:24.650Z | Checking async-std v1.13.0 |
2563 | 2024-11-28T04:14:26.698Z | Checking threadpool v1.8.1 |
2564 | 2024-11-28T04:14:26.918Z | Checking hyper-rustls v0.26.0 |
2565 | 2024-11-28T04:14:27.306Z | Checking pathdiff v0.2.2 |
2566 | 2024-11-28T04:14:27.420Z | Compiling rstest_macros v0.23.0 |
2567 | 2024-11-28T04:14:27.478Z | Compiling target-triple v0.1.3 |
2568 | 2024-11-28T04:14:27.899Z | Checking escape8259 v0.5.3 |
2569 | 2024-11-28T04:14:27.994Z | Checking nested v0.1.1 |
2570 | 2024-11-28T04:14:28.097Z | Checking libtest-mimic v0.7.3 |
2571 | 2024-11-28T04:14:28.217Z | Checking guppy v0.17.8 |
2572 | 2024-11-28T04:14:28.342Z | Checking async-object-pool v0.1.5 |
2573 | 2024-11-28T04:14:28.685Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2574 | 2024-11-28T04:14:29.352Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2575 | 2024-11-28T04:14:29.655Z | Checking similar-asserts v1.6.0 |
2576 | 2024-11-28T04:14:29.862Z | Checking fancy-regex v0.13.0 |
2577 | 2024-11-28T04:14:30.376Z | Checking serde_regex v1.1.0 |
2578 | 2024-11-28T04:14:30.670Z | Checking assert-json-diff v2.0.2 |
2579 | 2024-11-28T04:14:30.693Z | Compiling proc-macro-crate v3.2.0 |
2580 | 2024-11-28T04:14:30.966Z | Checking path-tree v0.8.1 |
2581 | 2024-11-28T04:14:31.331Z | Compiling relative-path v1.9.3 |
2582 | 2024-11-28T04:14:31.869Z | Checking stringmetrics v2.2.2 |
2583 | 2024-11-28T04:14:32.064Z | Checking sync-ptr v0.1.1 |
2584 | 2024-11-28T04:14:32.101Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2024-11-28T04:14:32.292Z | Checking datatest-stable v0.2.9 |
2586 | 2024-11-28T04:14:32.759Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2587 | 2024-11-28T04:14:34.331Z | Checking blake2b_simd v1.0.2 |
2588 | 2024-11-28T04:14:35.236Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2589 | 2024-11-28T04:14:35.736Z | Compiling git2 v0.19.0 |
2590 | 2024-11-28T04:14:37.485Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-11-28T04:14:37.706Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2592 | 2024-11-28T04:14:37.803Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2593 | 2024-11-28T04:14:38.013Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2594 | 2024-11-28T04:14:38.303Z | Checking serde_tokenstream v0.2.2 |
2595 | 2024-11-28T04:14:38.325Z | Checking uzers v0.12.1 |
2596 | 2024-11-28T04:14:38.801Z | Checking rust-argon2 v2.1.0 |
2597 | 2024-11-28T04:14:38.819Z | Checking trybuild v1.0.101 |
2598 | 2024-11-28T04:14:39.256Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2599 | 2024-11-28T04:14:40.289Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2024-11-28T04:14:40.640Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-11-28T04:14:40.897Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-11-28T04:14:42.529Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-11-28T04:14:42.850Z | Checking rand_distr v0.4.3 |
2604 | 2024-11-28T04:14:42.947Z | Checking rstest v0.23.0 |
2605 | 2024-11-28T04:14:43.186Z | Checking multimap v0.10.0 |
2606 | 2024-11-28T04:14:43.527Z | Checking approx v0.5.1 |
2607 | 2024-11-28T04:14:43.711Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2608 | 2024-11-28T04:14:43.922Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2609 | 2024-11-28T04:14:44.430Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-11-28T04:14:44.941Z | Checking partial-io v0.5.4 |
2611 | 2024-11-28T04:14:44.943Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2612 | 2024-11-28T04:14:45.281Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2613 | 2024-11-28T04:14:45.377Z | Checking cargo_toml v0.20.5 |
2614 | 2024-11-28T04:14:45.670Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2615 | 2024-11-28T04:14:46.062Z | Checking termios v0.3.3 |
2616 | 2024-11-28T04:14:46.308Z | Compiling indoc v2.0.5 |
2617 | 2024-11-28T04:14:46.720Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2024-11-28T04:14:47.350Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2619 | 2024-11-28T04:14:50.505Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2620 | 2024-11-28T04:15:07.538Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2024-11-28T04:15:10.787Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2024-11-28T04:15:12.182Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2024-11-28T04:15:33.606Z | Compiling polar-core v0.27.3 |
2624 | 2024-11-28T04:15:45.122Z | Checking oso v0.27.3 |
2625 | 2024-11-28T04:15:48.436Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2626 | 2024-11-28T04:15:48.657Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2627 | 2024-11-28T04:15:49.542Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2024-11-28T04:16:34.965Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2629 | 2024-11-28T04:16:34.965Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2630 | 2024-11-28T04:16:34.968Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2024-11-28T04:17:59.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
2632 | 2024-11-28T04:17:59.472Z | |
2633 | 2024-11-28T04:17:59.472Z | real 6:49.326039603 |
2634 | 2024-11-28T04:17:59.472Z | user 36:14.977758196 |
2635 | 2024-11-28T04:17:59.472Z | sys 6:45.734975929 |
2636 | 2024-11-28T04:17:59.472Z | trap 0.990483813 |
2637 | 2024-11-28T04:17:59.472Z | tflt 2.155793822 |
2638 | 2024-11-28T04:17:59.475Z | dflt 0.839964771 |
2639 | 2024-11-28T04:17:59.475Z | kflt 0.000938817 |
2640 | 2024-11-28T04:17:59.475Z | lock 52:48.792025583 |
2641 | 2024-11-28T04:17:59.475Z | slp 2:05:44.400758086 |
2642 | 2024-11-28T04:17:59.475Z | lat 1:39.081586737 |
2643 | 2024-11-28T04:17:59.475Z | stop 6:12.791700746 |
2644 | 2024-11-28T04:17:59.475Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2024-11-28T04:17:59.475Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2024-11-28T04:18:00.681Z | warning: output filename collision. |
2647 | 2024-11-28T04:18:00.681Z | 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)`. |
2648 | 2024-11-28T04:18:00.681Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2024-11-28T04:18:00.681Z | The targets should have unique names. |
2650 | 2024-11-28T04:18:00.681Z | This is a known bug where multiple crates with the same name use |
2651 | 2024-11-28T04:18:00.681Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2024-11-28T04:18:01.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-11-28T04:18:01.192Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-11-28T04:18:01.212Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-11-28T04:18:01.253Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2024-11-28T04:18:01.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2024-11-28T04:18:01.306Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2024-11-28T04:18:01.306Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2024-11-28T04:18:01.499Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-11-28T04:18:01.540Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-11-28T04:18:01.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2662 | 2024-11-28T04:18:01.585Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2663 | 2024-11-28T04:18:01.775Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-11-28T04:18:01.910Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-11-28T04:18:02.062Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-11-28T04:18:02.307Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-11-28T04:18:05.136Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-11-28T04:18:06.287Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-11-28T04:18:06.620Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2024-11-28T04:18:06.769Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2024-11-28T04:18:06.835Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-11-28T04:18:06.857Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2024-11-28T04:18:07.084Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2024-11-28T04:18:07.149Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2024-11-28T04:18:07.429Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2024-11-28T04:18:07.510Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2677 | 2024-11-28T04:18:07.757Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2678 | 2024-11-28T04:18:07.949Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-11-28T04:18:08.168Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-11-28T04:18:08.317Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2681 | 2024-11-28T04:18:08.448Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2682 | 2024-11-28T04:18:08.610Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-11-28T04:18:08.793Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-11-28T04:18:08.820Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-11-28T04:18:08.840Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-11-28T04:18:09.185Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-11-28T04:18:09.514Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2688 | 2024-11-28T04:18:09.797Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2689 | 2024-11-28T04:18:09.817Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-11-28T04:18:10.194Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-11-28T04:18:10.259Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-11-28T04:18:10.374Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2693 | 2024-11-28T04:18:11.032Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-11-28T04:18:11.804Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-11-28T04:18:13.480Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-11-28T04:18:15.490Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-11-28T04:18:16.319Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-11-28T04:18:16.819Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-11-28T04:18:17.095Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-11-28T04:18:17.136Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-11-28T04:18:17.968Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-11-28T04:18:18.189Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-11-28T04:18:18.636Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-11-28T04:18:19.147Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-11-28T04:18:19.580Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2024-11-28T04:18:20.952Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-11-28T04:18:25.334Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-11-28T04:18:26.757Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2024-11-28T04:18:27.008Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2710 | 2024-11-28T04:18:27.321Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-11-28T04:18:27.792Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2712 | 2024-11-28T04:18:28.100Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-11-28T04:18:28.475Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-11-28T04:18:28.567Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2715 | 2024-11-28T04:18:28.968Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-11-28T04:18:30.112Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-11-28T04:18:30.223Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-11-28T04:18:30.810Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-11-28T04:18:30.923Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-11-28T04:18:31.725Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2721 | 2024-11-28T04:18:31.901Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2722 | 2024-11-28T04:18:31.934Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2024-11-28T04:18:32.023Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2724 | 2024-11-28T04:18:32.071Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-11-28T04:18:32.548Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2726 | 2024-11-28T04:18:33.615Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2024-11-28T04:18:33.689Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-11-28T04:18:34.106Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-11-28T04:18:34.250Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2730 | 2024-11-28T04:18:34.831Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2731 | 2024-11-28T04:18:35.108Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-11-28T04:18:36.220Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-11-28T04:18:36.612Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-11-28T04:18:36.659Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-11-28T04:18:37.004Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2736 | 2024-11-28T04:18:37.272Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2737 | 2024-11-28T04:18:37.292Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2738 | 2024-11-28T04:18:37.331Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2739 | 2024-11-28T04:18:38.092Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2740 | 2024-11-28T04:18:39.184Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2741 | 2024-11-28T04:18:39.205Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-11-28T04:18:39.413Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-11-28T04:18:39.416Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2744 | 2024-11-28T04:18:39.778Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2745 | 2024-11-28T04:18:39.799Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2024-11-28T04:18:40.943Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-11-28T04:18:41.044Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-11-28T04:18:41.306Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-11-28T04:18:41.492Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-11-28T04:18:41.759Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-11-28T04:18:41.846Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-11-28T04:18:42.633Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-11-28T04:18:42.959Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-11-28T04:18:43.545Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-11-28T04:18:43.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-11-28T04:18:44.447Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-11-28T04:18:46.667Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-11-28T04:18:47.654Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2759 | 2024-11-28T04:18:47.889Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-11-28T04:18:48.440Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-11-28T04:18:50.041Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-11-28T04:18:52.278Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2763 | 2024-11-28T04:18:53.365Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-11-28T04:18:54.667Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-11-28T04:19:00.125Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-11-28T04:19:03.291Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-11-28T04:19:03.791Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-11-28T04:19:08.757Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-11-28T04:19:10.131Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-11-28T04:20:01.886Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2771 | 2024-11-28T04:20:03.352Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2772 | 2024-11-28T04:20:05.484Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2773 | 2024-11-28T04:20:15.342Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2774 | 2024-11-28T04:20:39.719Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2775 | 2024-11-28T04:20:43.863Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2776 | 2024-11-28T04:20:44.125Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-11-28T04:20:44.489Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2778 | 2024-11-28T04:20:44.959Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2779 | 2024-11-28T04:20:47.231Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2780 | 2024-11-28T04:20:50.988Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2781 | 2024-11-28T04:20:57.346Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-11-28T04:21:03.178Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2783 | 2024-11-28T04:21:24.704Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2784 | 2024-11-28T04:21:38.267Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2785 | 2024-11-28T04:21:48.914Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2024-11-28T04:21:50.962Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2024-11-28T04:21:57.252Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2788 | 2024-11-28T04:22:10.247Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2789 | 2024-11-28T04:22:14.830Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-11-28T04:22:17.268Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-11-28T04:22:21.685Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2792 | 2024-11-28T04:22:34.845Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-11-28T04:22:35.905Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-11-28T04:22:40.732Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-11-28T04:22:46.239Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2796 | 2024-11-28T04:22:54.257Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2797 | 2024-11-28T04:22:59.664Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2024-11-28T04:23:06.097Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-11-28T04:23:07.918Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2800 | 2024-11-28T04:23:10.276Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2801 | 2024-11-28T04:23:13.904Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2802 | 2024-11-28T04:23:14.535Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2803 | 2024-11-28T04:23:16.350Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2804 | 2024-11-28T04:23:29.472Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2805 | 2024-11-28T04:23:30.774Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2806 | 2024-11-28T04:23:34.768Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2807 | 2024-11-28T04:23:37.120Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2024-11-28T04:23:37.396Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2809 | 2024-11-28T04:23:40.308Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-11-28T04:23:51.383Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2811 | 2024-11-28T04:23:53.008Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-11-28T04:23:56.403Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-11-28T04:24:00.538Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2024-11-28T04:24:01.052Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-11-28T04:24:01.582Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-11-28T04:24:08.765Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-11-28T04:24:10.900Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2818 | 2024-11-28T04:24:17.863Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2819 | 2024-11-28T04:24:19.435Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-11-28T04:24:20.844Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2821 | 2024-11-28T04:24:25.416Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2822 | 2024-11-28T04:24:26.652Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2823 | 2024-11-28T04:24:28.834Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2824 | 2024-11-28T04:24:32.797Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2825 | 2024-11-28T04:24:37.443Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2826 | 2024-11-28T04:24:40.179Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-11-28T04:24:41.723Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2828 | 2024-11-28T04:24:43.710Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2829 | 2024-11-28T04:24:46.629Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2830 | 2024-11-28T04:24:49.454Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2831 | 2024-11-28T04:24:53.970Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2024-11-28T04:24:54.249Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2833 | 2024-11-28T04:24:59.018Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2834 | 2024-11-28T04:25:00.256Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2835 | 2024-11-28T04:25:04.936Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2836 | 2024-11-28T04:25:05.247Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-11-28T04:25:08.504Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2838 | 2024-11-28T04:25:15.009Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-11-28T04:25:15.291Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-11-28T04:25:17.360Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-11-28T04:25:19.869Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2842 | 2024-11-28T04:25:19.918Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2843 | 2024-11-28T04:25:22.695Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2844 | 2024-11-28T04:25:26.050Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2845 | 2024-11-28T04:25:26.191Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2024-11-28T04:25:30.879Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2847 | 2024-11-28T04:25:32.854Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2848 | 2024-11-28T04:25:42.314Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2849 | 2024-11-28T04:25:42.472Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2850 | 2024-11-28T04:25:43.024Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2851 | 2024-11-28T04:25:43.326Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2852 | 2024-11-28T04:25:49.509Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-11-28T04:25:50.127Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2854 | 2024-11-28T04:25:52.668Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2024-11-28T04:25:56.294Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2856 | 2024-11-28T04:25:57.365Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-11-28T04:26:03.030Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2858 | 2024-11-28T04:26:04.019Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2859 | 2024-11-28T04:26:04.398Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2860 | 2024-11-28T04:26:06.788Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2861 | 2024-11-28T04:26:07.849Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2024-11-28T04:26:08.518Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2863 | 2024-11-28T04:26:10.185Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2864 | 2024-11-28T04:26:11.455Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2024-11-28T04:26:12.851Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2866 | 2024-11-28T04:26:15.221Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2867 | 2024-11-28T04:26:17.003Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2868 | 2024-11-28T04:26:18.052Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2869 | 2024-11-28T04:26:20.034Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2870 | 2024-11-28T04:26:20.250Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-11-28T04:26:20.809Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2872 | 2024-11-28T04:26:22.417Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2873 | 2024-11-28T04:26:23.319Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2874 | 2024-11-28T04:26:24.617Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2875 | 2024-11-28T04:26:26.047Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2876 | 2024-11-28T04:26:26.630Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2877 | 2024-11-28T04:26:27.484Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2878 | 2024-11-28T04:26:32.762Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2879 | 2024-11-28T04:26:32.878Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2880 | 2024-11-28T04:26:33.116Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2881 | 2024-11-28T04:27:05.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 05s |
2882 | 2024-11-28T04:27:05.330Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2883 | 2024-11-28T04:27:05.396Z | |
2884 | 2024-11-28T04:27:05.398Z | real 9:05.813640622 |
2885 | 2024-11-28T04:27:05.398Z | user 26:27.094496828 |
2886 | 2024-11-28T04:27:05.398Z | sys 42:12.185256537 |
2887 | 2024-11-28T04:27:05.398Z | trap 0.422085532 |
2888 | 2024-11-28T04:27:05.398Z | tflt 0.191123550 |
2889 | 2024-11-28T04:27:05.399Z | dflt 0.157423476 |
2890 | 2024-11-28T04:27:05.399Z | kflt 0.000004769 |
2891 | 2024-11-28T04:27:05.399Z | lock 1:29:53.022159438 |
2892 | 2024-11-28T04:27:05.399Z | slp 2:34:15.111275953 |
2893 | 2024-11-28T04:27:05.399Z | lat 1:16.275138141 |
2894 | 2024-11-28T04:27:05.399Z | stop 1:10.396022793 |
2895 | 2024-11-28T04:27:05.399Z | process exited: duration 1323333 ms, exit code 0 |
|
2896 | 2024-11-28T04:27:05.404Z | found 0 output files |