|
|
|
1 | 2025-01-17T07:37:07.885Z | job assigned to worker 01JHSK1QNXDR4PJHRE2VZKXSJ6 [factory aws, i-0262d92089de9de40] (queued for 57 s) |
|
2 | 2025-01-17T07:37:16.522Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:16.531Z | ++ uname -s |
4 | 2025-01-17T07:37:16.534Z | + kern=SunOS |
5 | 2025-01-17T07:37:16.534Z | + case "$kern" in |
6 | 2025-01-17T07:37:16.534Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:16.536Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:18.542Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:18.671Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:18.673Z | + home_fs=zfs |
11 | 2025-01-17T07:37:18.673Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:18.673Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:18.676Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:20.677Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:20.685Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2025-01-17T07:37:20.692Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:20.698Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:20.698Z | ' 1.84.0 |
19 | 2025-01-17T07:37:20.698Z | * toolchain channel = "1.84.0" |
20 | 2025-01-17T07:37:20.698Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-17T07:37:20.698Z | ' default |
22 | 2025-01-17T07:37:20.698Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:20.704Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:20.704Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:20.861Z | info: downloading installer |
26 | 2025-01-17T07:37:22.343Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:22.343Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:22.345Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:22.496Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:22.496Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:23.369Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:23.704Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:24.898Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:26.675Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:33.467Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:33.722Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:34.572Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:34.952Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:36.676Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:38.398Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:44.465Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:44.804Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:44.804Z | |
44 | 2025-01-17T07:37:45.192Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:45.193Z | |
46 | 2025-01-17T07:37:45.195Z | |
47 | 2025-01-17T07:37:45.195Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:45.195Z | |
49 | 2025-01-17T07:37:45.196Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:45.196Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:45.196Z | |
52 | 2025-01-17T07:37:45.196Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:45.196Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:45.196Z | |
55 | 2025-01-17T07:37:45.196Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:45.196Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:45.196Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:45.283Z | + rustc --version |
59 | 2025-01-17T07:37:45.356Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:45.360Z | process exited: duration 24670 ms, exit code 0 |
|
61 | 2025-01-17T07:37:45.366Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:45.388Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-17T07:37:45.395Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:45.399Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:45.402Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:46.749Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:37:55.193Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:37:55.193Z | + git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
69 | 2025-01-17T07:37:55.543Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:37:55.543Z | * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD |
71 | 2025-01-17T07:37:55.554Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-17T07:37:55.557Z | ++ git branch --show-current |
73 | 2025-01-17T07:37:55.560Z | + current=main |
74 | 2025-01-17T07:37:55.560Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-17T07:37:55.560Z | + git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
76 | 2025-01-17T07:37:55.563Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-17T07:37:55.754Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-17T07:37:55.757Z | + git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
79 | 2025-01-17T07:37:55.775Z | HEAD is now at 1c7ecf479 fix newly-broken inferences |
80 | 2025-01-17T07:37:55.778Z | process exited: duration 10383 ms, exit code 0 |
|
81 | 2025-01-17T07:37:55.783Z | starting task 4: "build" |
82 | 2025-01-17T07:37:55.789Z | + source ./env.sh |
83 | 2025-01-17T07:37:55.789Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-17T07:37:55.789Z | ++ set -o xtrace |
85 | 2025-01-17T07:37:55.792Z | ++++ dirname ./env.sh |
86 | 2025-01-17T07:37:55.795Z | +++ readlink -f . |
87 | 2025-01-17T07:37:55.893Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ 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 | 2025-01-17T07:37:55.896Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-17T07:37:55.896Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-17T07:37:55.896Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-17T07:37:55.896Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-17T07:37:55.896Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-17T07:37:55.896Z | + cargo --version |
102 | 2025-01-17T07:37:55.957Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-17T07:37:55.960Z | + rustc --version |
104 | 2025-01-17T07:37:56.024Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-17T07:37:56.027Z | + banner prerequisites |
106 | 2025-01-17T07:37:56.123Z | |
107 | 2025-01-17T07:37:56.123Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-17T07:37:56.123Z | # # # # # # # # # # # # # # # |
109 | 2025-01-17T07:37:56.123Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-17T07:37:56.123Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-17T07:37:56.123Z | # # # # # # # # # # # # # # # |
112 | 2025-01-17T07:37:56.123Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-17T07:37:56.123Z | |
114 | 2025-01-17T07:37:56.126Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-17T07:38:07.733Z | pkg list: illegal option -- F |
116 | 2025-01-17T07:38:07.733Z | Usage: |
117 | 2025-01-17T07:38:07.736Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-17T07:38:07.736Z | [pkg_fmri_pattern ...] |
119 | 2025-01-17T07:38:08.599Z | pkg list: illegal option -- F |
120 | 2025-01-17T07:38:08.599Z | Usage: |
121 | 2025-01-17T07:38:08.601Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-17T07:38:08.601Z | [pkg_fmri_pattern ...] |
123 | 2025-01-17T07:38:21.772Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-17T07:38:26.196Z | Startup: Caching catalogs ... Done |
125 | 2025-01-17T07:38:37.857Z | Planning: Solver setup ... Done (10.844s) |
126 | 2025-01-17T07:38:38.005Z | Planning: Running solver ... Done (0.148s) |
127 | 2025-01-17T07:38:38.504Z | Planning: Finding local manifests ... Done (0.390s) |
128 | 2025-01-17T07:38:38.516Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-17T07:38:38.867Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-17T07:38:39.490Z | Planning: Package planning ... Done (0.654s) |
131 | 2025-01-17T07:38:39.547Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-17T07:38:40.797Z | Planning: Checking for conflicting actions ... Done (1.250s) |
133 | 2025-01-17T07:38:48.441Z | Planning: Consolidating action changes ... Done (7.645s) |
134 | 2025-01-17T07:38:48.902Z | Planning: Evaluating mediators ... Done (0.453s) |
135 | 2025-01-17T07:38:49.058Z | Planning: Planning completed in 22.77 seconds |
136 | 2025-01-17T07:38:49.074Z | Packages to install: 4 |
137 | 2025-01-17T07:38:49.074Z | Packages to update: 3 |
138 | 2025-01-17T07:38:49.080Z | Mediators to change: 2 |
139 | 2025-01-17T07:38:49.080Z | Services to change: 1 |
140 | 2025-01-17T07:38:49.080Z | Estimated space available: 155.61 GB |
141 | 2025-01-17T07:38:49.080Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-17T07:38:49.080Z | Create boot environment: No |
143 | 2025-01-17T07:38:49.081Z | Create backup boot environment: Yes |
144 | 2025-01-17T07:38:49.081Z | Rebuild boot archive: No |
145 | 2025-01-17T07:38:49.081Z | |
146 | 2025-01-17T07:38:49.081Z | Changed mediators: |
147 | 2025-01-17T07:38:49.081Z | mediator clang: |
148 | 2025-01-17T07:38:49.081Z | version: None -> 15 (system default) |
149 | 2025-01-17T07:38:49.081Z | |
150 | 2025-01-17T07:38:49.081Z | mediator llvm: |
151 | 2025-01-17T07:38:49.081Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-17T07:38:49.081Z | |
153 | 2025-01-17T07:38:49.081Z | Changed packages: |
154 | 2025-01-17T07:38:49.081Z | helios-dev |
155 | 2025-01-17T07:38:49.081Z | developer/build-essential |
156 | 2025-01-17T07:38:49.081Z | None -> 11-2.0 |
157 | 2025-01-17T07:38:49.081Z | library/libxmlsec1 |
158 | 2025-01-17T07:38:49.082Z | None -> 1.2.35-2.0 |
159 | 2025-01-17T07:38:49.082Z | ooce/developer/clang-15 |
160 | 2025-01-17T07:38:49.082Z | None -> 15.0.7-2.0 |
161 | 2025-01-17T07:38:49.082Z | ooce/developer/llvm-15 |
162 | 2025-01-17T07:38:49.082Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T07:38:49.082Z | package/pkg |
164 | 2025-01-17T07:38:49.082Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-17T07:38:49.082Z | system/library/g++-runtime |
166 | 2025-01-17T07:38:49.082Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-17T07:38:49.082Z | system/library/gcc-runtime |
168 | 2025-01-17T07:38:49.082Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T07:38:49.082Z | |
170 | 2025-01-17T07:38:49.082Z | Services: |
171 | 2025-01-17T07:38:49.082Z | restart_fmri: |
172 | 2025-01-17T07:38:49.082Z | svc:/system/update-man-index:default |
173 | 2025-01-17T07:38:49.082Z | |
174 | 2025-01-17T07:38:49.082Z | Editable files to change: |
175 | 2025-01-17T07:38:49.082Z | Update: |
176 | 2025-01-17T07:38:49.082Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-17T07:38:49.510Z | |
178 | 2025-01-17T07:38:49.511Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-17T07:38:54.524Z | Download: 293/4301 items 16.1/225.4MB 7% complete (3.2M/s) |
180 | 2025-01-17T07:38:59.634Z | Download: 825/4301 items 18.8/225.4MB 8% complete (1.9M/s) |
181 | 2025-01-17T07:39:04.632Z | Download: 1184/4301 items 80.6/225.4MB 35% complete (6.8M/s) |
182 | 2025-01-17T07:39:25.473Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
183 | 2025-01-17T07:39:29.242Z | Download: 1794/4301 items 117.6/225.4MB 52% complete (7.1M/s) |
184 | 2025-01-17T07:39:34.246Z | Download: 2493/4301 items 120.0/225.4MB 53% complete (3.7M/s) |
185 | 2025-01-17T07:39:39.256Z | Download: 3358/4301 items 212.9/225.4MB 94% complete (9.5M/s) |
186 | 2025-01-17T07:39:44.263Z | Download: 3860/4301 items 218.3/225.4MB 96% complete (9.8M/s) |
187 | 2025-01-17T07:39:51.142Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (3.9M/s) |
188 | 2025-01-17T07:40:08.829Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
189 | 2025-01-17T07:40:10.230Z | Download: Completed 225.42 MB in 80.73 seconds (2.8M/s) |
190 | 2025-01-17T07:40:11.274Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-17T07:40:11.301Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-17T07:40:16.421Z | Actions: 4162/5122 actions (Installing new actions) |
193 | 2025-01-17T07:40:17.236Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2025-01-17T07:40:17.922Z | Actions: Completed 5122 actions in 6.65 seconds. |
195 | 2025-01-17T07:40:18.330Z | Done (0.400s) |
196 | 2025-01-17T07:40:18.333Z | Done (0.002s) |
197 | 2025-01-17T07:40:18.911Z | Done (0.578s) |
198 | 2025-01-17T07:40:25.996Z | Done (6.848s) |
199 | 2025-01-17T07:40:26.428Z | Done (0.366s) |
200 | 2025-01-17T07:40:26.431Z | Done (0.000s) |
201 | 2025-01-17T07:40:26.615Z | Done (0.000s) |
202 | 2025-01-17T07:40:27.322Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-17T07:40:27.485Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-17T07:40:27.487Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-17T07:40:27.754Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-17T07:40:27.757Z | Planning: Planning completed in 0.43 seconds |
207 | 2025-01-17T07:40:27.793Z | Mediators to change: 2 |
208 | 2025-01-17T07:40:27.794Z | Create boot environment: No |
209 | 2025-01-17T07:40:27.797Z | Create backup boot environment: No |
210 | 2025-01-17T07:40:27.869Z | Done |
211 | 2025-01-17T07:40:27.869Z | Done |
212 | 2025-01-17T07:40:28.235Z | Done |
213 | 2025-01-17T07:40:31.958Z | Done |
214 | 2025-01-17T07:40:32.056Z | Done |
215 | 2025-01-17T07:40:32.060Z | Done |
216 | 2025-01-17T07:40:32.195Z | Done |
217 | 2025-01-17T07:40:32.860Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-01-17T07:40:32.863Z | Planning: Merging actions ... Done |
219 | 2025-01-17T07:40:33.061Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-17T07:40:33.064Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-17T07:40:33.337Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-17T07:40:33.397Z | Planning: Planning completed in 0.80 seconds |
223 | 2025-01-17T07:40:33.438Z | Packages to change: 1 |
224 | 2025-01-17T07:40:33.438Z | Mediators to change: 1 |
225 | 2025-01-17T07:40:33.441Z | Services to change: 1 |
226 | 2025-01-17T07:40:33.441Z | Create boot environment: No |
227 | 2025-01-17T07:40:33.441Z | Create backup boot environment: Yes |
228 | 2025-01-17T07:40:35.601Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2025-01-17T07:40:35.671Z | Actions: Completed 6 actions in 0.08 seconds. |
230 | 2025-01-17T07:40:35.674Z | Done |
231 | 2025-01-17T07:40:35.674Z | Done |
232 | 2025-01-17T07:40:35.789Z | Done |
233 | 2025-01-17T07:40:39.495Z | Done |
234 | 2025-01-17T07:40:39.590Z | Done |
235 | 2025-01-17T07:40:39.592Z | Done |
236 | 2025-01-17T07:40:39.710Z | Done |
237 | 2025-01-17T07:40:40.149Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2025-01-17T07:40:40.149Z | clang system 15 system |
239 | 2025-01-17T07:40:40.149Z | csh system system illumos |
240 | 2025-01-17T07:40:40.149Z | ctags system system illumos |
241 | 2025-01-17T07:40:40.149Z | gcc vendor 12 vendor |
242 | 2025-01-17T07:40:40.149Z | gcc system 10 system |
243 | 2025-01-17T07:40:40.149Z | gcc system 7 system |
244 | 2025-01-17T07:40:40.150Z | go system 1.20 system |
245 | 2025-01-17T07:40:40.150Z | go system 1.19 system |
246 | 2025-01-17T07:40:40.150Z | llvm system 15 system |
247 | 2025-01-17T07:40:40.150Z | llvm system 14 system |
248 | 2025-01-17T07:40:40.150Z | mariadb system 10.6 system |
249 | 2025-01-17T07:40:40.150Z | mta vendor vendor dma |
250 | 2025-01-17T07:40:40.150Z | openjdk system 17 system |
251 | 2025-01-17T07:40:40.150Z | openjdk system 11 system |
252 | 2025-01-17T07:40:40.150Z | openjdk system 1.8 system |
253 | 2025-01-17T07:40:40.150Z | openssl vendor 3 vendor |
254 | 2025-01-17T07:40:40.150Z | perl system 5.36 system |
255 | 2025-01-17T07:40:40.150Z | postgresql system 15 system |
256 | 2025-01-17T07:40:40.150Z | postgresql system 13 system |
257 | 2025-01-17T07:40:40.150Z | python vendor 3 vendor |
258 | 2025-01-17T07:40:40.150Z | python system 2 system |
259 | 2025-01-17T07:40:40.150Z | python3 system 3.11 system |
260 | 2025-01-17T07:40:40.151Z | ruby system 3.0 system |
261 | 2025-01-17T07:40:40.151Z | words vendor vendor american-english |
262 | 2025-01-17T07:40:40.151Z | words system system australian-english |
263 | 2025-01-17T07:40:40.151Z | words system system british-english |
264 | 2025-01-17T07:40:40.151Z | words system system canadian-english |
265 | 2025-01-17T07:40:40.151Z | words system system french |
266 | 2025-01-17T07:40:40.151Z | words system system italian |
267 | 2025-01-17T07:40:40.151Z | words system system ngerman |
268 | 2025-01-17T07:40:40.151Z | words system system ogerman |
269 | 2025-01-17T07:40:40.151Z | words system system spanish |
270 | 2025-01-17T07:40:40.494Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-01-17T07:40:40.494Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-01-17T07:40:43.339Z | FMRI IFO |
273 | 2025-01-17T07:40:43.339Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-01-17T07:40:43.339Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-01-17T07:40:43.339Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-01-17T07:40:43.339Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-01-17T07:40:43.340Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-01-17T07:40:44.107Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-01-17T07:40:44.482Z | Updating crates.io index |
290 | 2025-01-17T07:40:44.484Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
291 | 2025-01-17T07:40:44.885Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-01-17T07:40:45.468Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
293 | 2025-01-17T07:40:45.764Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-01-17T07:40:46.073Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-01-17T07:40:46.359Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-01-17T07:40:47.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-01-17T07:40:49.134Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-01-17T07:40:49.803Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-01-17T07:40:50.608Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-01-17T07:40:50.936Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-01-17T07:40:51.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-01-17T07:40:51.815Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2025-01-17T07:40:52.208Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-01-17T07:40:52.636Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
305 | 2025-01-17T07:40:53.018Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
306 | 2025-01-17T07:40:53.294Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
307 | 2025-01-17T07:40:53.514Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
308 | 2025-01-17T07:40:53.830Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-01-17T07:40:54.137Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-01-17T07:40:54.421Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-01-17T07:40:54.752Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-01-17T07:40:55.289Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-01-17T07:40:55.627Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-01-17T07:40:56.031Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-01-17T07:40:56.462Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-01-17T07:40:56.775Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-01-17T07:40:57.034Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-01-17T07:40:57.334Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-01-17T07:40:58.794Z | Downloading crates ... |
320 | 2025-01-17T07:40:58.875Z | Downloaded anstyle-parse v0.2.5 |
321 | 2025-01-17T07:40:58.879Z | Downloaded anstyle v1.0.10 |
322 | 2025-01-17T07:40:58.881Z | Downloaded scroll_derive v0.12.0 |
323 | 2025-01-17T07:40:58.884Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-17T07:40:58.886Z | Downloaded equivalent v1.0.1 |
325 | 2025-01-17T07:40:58.902Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-17T07:40:58.905Z | Downloaded swrite v0.1.0 |
327 | 2025-01-17T07:40:58.907Z | Downloaded dtrace-parser v0.2.0 |
328 | 2025-01-17T07:40:58.911Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-17T07:40:58.920Z | Downloaded cfg-if v1.0.0 |
330 | 2025-01-17T07:40:58.923Z | Downloaded autocfg v1.4.0 |
331 | 2025-01-17T07:40:58.925Z | Downloaded cargo-platform v0.1.8 |
332 | 2025-01-17T07:40:58.925Z | Downloaded byteorder v1.5.0 |
333 | 2025-01-17T07:40:58.928Z | Downloaded bytecount v0.6.8 |
334 | 2025-01-17T07:40:58.930Z | Downloaded block-buffer v0.10.4 |
335 | 2025-01-17T07:40:58.930Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-01-17T07:40:58.933Z | Downloaded dof v0.3.0 |
337 | 2025-01-17T07:40:58.936Z | Downloaded itoa v1.0.11 |
338 | 2025-01-17T07:40:58.939Z | Downloaded generic-array v0.14.7 |
339 | 2025-01-17T07:40:58.942Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2025-01-17T07:40:58.942Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-01-17T07:40:58.942Z | Downloaded heck v0.4.1 |
342 | 2025-01-17T07:40:58.945Z | Downloaded tabled_derive v0.7.0 |
343 | 2025-01-17T07:40:58.945Z | Downloaded memmap v0.7.0 |
344 | 2025-01-17T07:40:58.948Z | Downloaded crypto-common v0.1.6 |
345 | 2025-01-17T07:40:58.948Z | Downloaded digest v0.10.7 |
346 | 2025-01-17T07:40:58.948Z | Downloaded colorchoice v1.0.2 |
347 | 2025-01-17T07:40:58.951Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-01-17T07:40:58.954Z | Downloaded fnv v1.0.7 |
349 | 2025-01-17T07:40:58.954Z | Downloaded fastrand v2.1.1 |
350 | 2025-01-17T07:40:58.956Z | Downloaded clap_lex v0.7.2 |
351 | 2025-01-17T07:40:58.956Z | Downloaded errno v0.3.9 |
352 | 2025-01-17T07:40:58.959Z | Downloaded strsim v0.11.1 |
353 | 2025-01-17T07:40:58.959Z | Downloaded cpufeatures v0.2.14 |
354 | 2025-01-17T07:40:58.963Z | Downloaded fs-err v2.11.0 |
355 | 2025-01-17T07:40:58.966Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2025-01-17T07:40:58.969Z | Downloaded macaddr v1.0.1 |
357 | 2025-01-17T07:40:58.971Z | Downloaded thread-id v4.2.2 |
358 | 2025-01-17T07:40:58.971Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2025-01-17T07:40:58.974Z | Downloaded toml_datetime v0.6.8 |
360 | 2025-01-17T07:40:58.976Z | Downloaded terminal_size v0.4.0 |
361 | 2025-01-17T07:40:58.976Z | Downloaded plain v0.2.3 |
362 | 2025-01-17T07:40:58.979Z | Downloaded cargo_metadata v0.18.1 |
363 | 2025-01-17T07:40:58.979Z | Downloaded camino-tempfile v1.1.1 |
364 | 2025-01-17T07:40:58.981Z | Downloaded version_check v0.9.5 |
365 | 2025-01-17T07:40:58.981Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-01-17T07:40:58.984Z | Downloaded pest_generator v2.7.14 |
367 | 2025-01-17T07:40:58.984Z | Downloaded smawk v0.3.2 |
368 | 2025-01-17T07:40:58.986Z | Downloaded usdt v0.5.0 |
369 | 2025-01-17T07:40:58.989Z | Downloaded camino v1.1.9 |
370 | 2025-01-17T07:40:58.992Z | Downloaded anstream v0.6.15 |
371 | 2025-01-17T07:40:58.994Z | Downloaded cargo_toml v0.20.5 |
372 | 2025-01-17T07:40:58.998Z | Downloaded thiserror v1.0.69 |
373 | 2025-01-17T07:40:59.004Z | Downloaded semver v1.0.24 |
374 | 2025-01-17T07:40:59.006Z | Downloaded clap_derive v4.5.18 |
375 | 2025-01-17T07:40:59.009Z | Downloaded pest_derive v2.7.14 |
376 | 2025-01-17T07:40:59.011Z | Downloaded proc-macro-error v1.0.4 |
377 | 2025-01-17T07:40:59.014Z | Downloaded sha2 v0.10.8 |
378 | 2025-01-17T07:40:59.016Z | Downloaded quote v1.0.38 |
379 | 2025-01-17T07:40:59.020Z | Downloaded utf8parse v0.2.2 |
380 | 2025-01-17T07:40:59.025Z | Downloaded once_cell v1.20.2 |
381 | 2025-01-17T07:40:59.028Z | Downloaded usdt-impl v0.5.0 |
382 | 2025-01-17T07:40:59.031Z | Downloaded scroll v0.12.0 |
383 | 2025-01-17T07:40:59.033Z | Downloaded bitflags v2.6.0 |
384 | 2025-01-17T07:40:59.035Z | Downloaded tempfile v3.13.0 |
385 | 2025-01-17T07:40:59.038Z | Downloaded ryu v1.0.18 |
386 | 2025-01-17T07:40:59.040Z | Downloaded textwrap v0.16.1 |
387 | 2025-01-17T07:40:59.043Z | Downloaded heck v0.5.0 |
388 | 2025-01-17T07:40:59.046Z | Downloaded pest_meta v2.7.14 |
389 | 2025-01-17T07:40:59.046Z | Downloaded anyhow v1.0.93 |
390 | 2025-01-17T07:40:59.049Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2025-01-17T07:40:59.054Z | Downloaded unicode-ident v1.0.14 |
392 | 2025-01-17T07:40:59.056Z | Downloaded log v0.4.22 |
393 | 2025-01-17T07:40:59.059Z | Downloaded ucd-trie v0.1.7 |
394 | 2025-01-17T07:40:59.061Z | Downloaded clap v4.5.21 |
395 | 2025-01-17T07:40:59.069Z | Downloaded typenum v1.17.0 |
396 | 2025-01-17T07:40:59.071Z | Downloaded serde_derive v1.0.217 |
397 | 2025-01-17T07:40:59.074Z | Downloaded papergrid v0.11.0 |
398 | 2025-01-17T07:40:59.078Z | Downloaded toml v0.8.19 |
399 | 2025-01-17T07:40:59.082Z | Downloaded proc-macro2 v1.0.92 |
400 | 2025-01-17T07:40:59.085Z | Downloaded serde v1.0.217 |
401 | 2025-01-17T07:40:59.099Z | Downloaded indexmap v2.7.0 |
402 | 2025-01-17T07:40:59.108Z | Downloaded memchr v2.7.4 |
403 | 2025-01-17T07:40:59.128Z | Downloaded toml_edit v0.22.22 |
404 | 2025-01-17T07:40:59.149Z | Downloaded pest v2.7.14 |
405 | 2025-01-17T07:40:59.154Z | Downloaded hashbrown v0.15.1 |
406 | 2025-01-17T07:40:59.172Z | Downloaded clap_builder v4.5.21 |
407 | 2025-01-17T07:40:59.178Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-17T07:40:59.194Z | Downloaded winnow v0.6.20 |
409 | 2025-01-17T07:40:59.201Z | Downloaded serde_json v1.0.135 |
410 | 2025-01-17T07:40:59.209Z | Downloaded goblin v0.8.2 |
411 | 2025-01-17T07:40:59.214Z | Downloaded tabled v0.15.0 |
412 | 2025-01-17T07:40:59.228Z | Downloaded syn v1.0.109 |
413 | 2025-01-17T07:40:59.247Z | Downloaded unicode-width v0.1.14 |
414 | 2025-01-17T07:40:59.253Z | Downloaded syn v2.0.96 |
415 | 2025-01-17T07:40:59.264Z | Downloaded rustix v0.38.37 |
416 | 2025-01-17T07:40:59.295Z | Downloaded libc v0.2.169 |
417 | 2025-01-17T07:40:59.607Z | Compiling proc-macro2 v1.0.92 |
418 | 2025-01-17T07:40:59.607Z | Compiling unicode-ident v1.0.14 |
419 | 2025-01-17T07:40:59.609Z | Compiling serde v1.0.217 |
420 | 2025-01-17T07:40:59.609Z | Compiling version_check v0.9.5 |
421 | 2025-01-17T07:40:59.609Z | Compiling memchr v2.7.4 |
422 | 2025-01-17T07:40:59.609Z | Compiling thiserror v1.0.69 |
423 | 2025-01-17T07:40:59.609Z | Compiling libc v0.2.169 |
424 | 2025-01-17T07:40:59.609Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-17T07:40:59.891Z | Compiling ryu v1.0.18 |
426 | 2025-01-17T07:41:00.268Z | Compiling itoa v1.0.11 |
427 | 2025-01-17T07:41:00.298Z | Compiling once_cell v1.20.2 |
428 | 2025-01-17T07:41:00.461Z | Compiling byteorder v1.5.0 |
429 | 2025-01-17T07:41:00.601Z | Compiling rustix v0.38.37 |
430 | 2025-01-17T07:41:00.925Z | Compiling serde_json v1.0.135 |
431 | 2025-01-17T07:41:00.976Z | Compiling bitflags v2.6.0 |
432 | 2025-01-17T07:41:01.116Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2025-01-17T07:41:01.307Z | Compiling usdt-impl v0.5.0 |
434 | 2025-01-17T07:41:01.360Z | Compiling syn v1.0.109 |
435 | 2025-01-17T07:41:01.360Z | Compiling proc-macro-error v1.0.4 |
436 | 2025-01-17T07:41:01.471Z | Compiling log v0.4.22 |
437 | 2025-01-17T07:41:01.500Z | Compiling plain v0.2.3 |
438 | 2025-01-17T07:41:01.685Z | Compiling camino v1.1.9 |
439 | 2025-01-17T07:41:01.708Z | Compiling utf8parse v0.2.2 |
440 | 2025-01-17T07:41:01.804Z | Compiling hashbrown v0.15.1 |
441 | 2025-01-17T07:41:01.844Z | Compiling equivalent v1.0.1 |
442 | 2025-01-17T07:41:01.890Z | Compiling anstyle-parse v0.2.5 |
443 | 2025-01-17T07:41:01.979Z | Compiling errno v0.3.9 |
444 | 2025-01-17T07:41:02.007Z | Compiling quote v1.0.38 |
445 | 2025-01-17T07:41:02.215Z | Compiling thread-id v4.2.2 |
446 | 2025-01-17T07:41:02.349Z | Compiling anstyle-query v1.1.1 |
447 | 2025-01-17T07:41:02.380Z | Compiling syn v2.0.96 |
448 | 2025-01-17T07:41:02.524Z | Compiling autocfg v1.4.0 |
449 | 2025-01-17T07:41:02.619Z | Compiling winnow v0.6.20 |
450 | 2025-01-17T07:41:02.649Z | Compiling colorchoice v1.0.2 |
451 | 2025-01-17T07:41:02.820Z | Compiling unicode-width v0.1.14 |
452 | 2025-01-17T07:41:02.948Z | Compiling indexmap v2.7.0 |
453 | 2025-01-17T07:41:03.373Z | Compiling anstyle v1.0.10 |
454 | 2025-01-17T07:41:03.480Z | Compiling semver v1.0.24 |
455 | 2025-01-17T07:41:03.599Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2025-01-17T07:41:03.744Z | Compiling pretty-hex v0.4.1 |
457 | 2025-01-17T07:41:03.787Z | Compiling anstream v0.6.15 |
458 | 2025-01-17T07:41:04.004Z | Compiling fs-err v2.11.0 |
459 | 2025-01-17T07:41:04.213Z | Compiling terminal_size v0.4.0 |
460 | 2025-01-17T07:41:04.298Z | Compiling fnv v1.0.7 |
461 | 2025-01-17T07:41:04.373Z | Compiling heck v0.5.0 |
462 | 2025-01-17T07:41:04.424Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-17T07:41:04.448Z | Compiling anyhow v1.0.93 |
464 | 2025-01-17T07:41:04.451Z | Compiling strsim v0.11.1 |
465 | 2025-01-17T07:41:04.904Z | Compiling bytecount v0.6.8 |
466 | 2025-01-17T07:41:04.932Z | Compiling fastrand v2.1.1 |
467 | 2025-01-17T07:41:05.152Z | Compiling heck v0.4.1 |
468 | 2025-01-17T07:41:05.246Z | Compiling cfg-if v1.0.0 |
469 | 2025-01-17T07:41:05.359Z | Compiling tempfile v3.13.0 |
470 | 2025-01-17T07:41:05.472Z | Compiling papergrid v0.11.0 |
471 | 2025-01-17T07:41:05.585Z | Compiling clap_builder v4.5.21 |
472 | 2025-01-17T07:41:05.720Z | Compiling memmap v0.7.0 |
473 | 2025-01-17T07:41:05.841Z | Compiling smawk v0.3.2 |
474 | 2025-01-17T07:41:05.942Z | Compiling unicode-linebreak v0.1.5 |
475 | 2025-01-17T07:41:06.114Z | Compiling swrite v0.1.0 |
476 | 2025-01-17T07:41:06.442Z | Compiling textwrap v0.16.1 |
477 | 2025-01-17T07:41:07.089Z | Compiling tabled_derive v0.7.0 |
478 | 2025-01-17T07:41:08.344Z | Compiling tabled v0.15.0 |
479 | 2025-01-17T07:41:09.148Z | Compiling serde_derive v1.0.217 |
480 | 2025-01-17T07:41:09.148Z | Compiling thiserror-impl v1.0.69 |
481 | 2025-01-17T07:41:09.151Z | Compiling zerocopy-derive v0.7.35 |
482 | 2025-01-17T07:41:09.350Z | Compiling scroll_derive v0.12.0 |
483 | 2025-01-17T07:41:09.377Z | Compiling clap_derive v4.5.18 |
484 | 2025-01-17T07:41:10.620Z | Compiling scroll v0.12.0 |
485 | 2025-01-17T07:41:11.199Z | Compiling goblin v0.8.2 |
486 | 2025-01-17T07:41:11.234Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-17T07:41:11.933Z | Compiling pest v2.7.14 |
488 | 2025-01-17T07:41:13.035Z | Compiling clap v4.5.21 |
489 | 2025-01-17T07:41:14.088Z | Compiling pest_meta v2.7.14 |
490 | 2025-01-17T07:41:15.056Z | Compiling pest_generator v2.7.14 |
491 | 2025-01-17T07:41:16.422Z | Compiling pest_derive v2.7.14 |
492 | 2025-01-17T07:41:17.100Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-01-17T07:41:17.911Z | Compiling serde_spanned v0.6.8 |
494 | 2025-01-17T07:41:17.914Z | Compiling toml_datetime v0.6.8 |
495 | 2025-01-17T07:41:17.914Z | Compiling cargo-platform v0.1.8 |
496 | 2025-01-17T07:41:18.265Z | Compiling serde_tokenstream v0.2.2 |
497 | 2025-01-17T07:41:18.292Z | Compiling toml_edit v0.22.22 |
498 | 2025-01-17T07:41:18.407Z | Compiling macaddr v1.0.1 |
499 | 2025-01-17T07:41:18.494Z | Compiling camino-tempfile v1.1.1 |
500 | 2025-01-17T07:41:19.259Z | Compiling dof v0.3.0 |
501 | 2025-01-17T07:41:19.259Z | Compiling cargo_metadata v0.18.1 |
502 | 2025-01-17T07:41:20.937Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2025-01-17T07:41:20.937Z | Compiling usdt-macro v0.5.0 |
504 | 2025-01-17T07:41:21.137Z | Compiling toml v0.8.19 |
505 | 2025-01-17T07:41:21.997Z | Compiling cargo_toml v0.20.5 |
506 | 2025-01-17T07:41:22.100Z | Compiling usdt v0.5.0 |
507 | 2025-01-17T07:41:24.646Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2025-01-17T07:41:27.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.94s |
509 | 2025-01-17T07:41:28.098Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2025-01-17T07:41:28.624Z | Downloading crates ... |
511 | 2025-01-17T07:41:28.737Z | Downloaded addr2line v0.24.2 |
512 | 2025-01-17T07:41:28.740Z | Downloaded cfg_aliases v0.1.1 |
513 | 2025-01-17T07:41:28.745Z | Downloaded aead v0.5.2 |
514 | 2025-01-17T07:41:28.747Z | Downloaded adler2 v2.0.0 |
515 | 2025-01-17T07:41:28.756Z | Downloaded crunchy v0.2.2 |
516 | 2025-01-17T07:41:28.759Z | Downloaded ciborium-io v0.2.2 |
517 | 2025-01-17T07:41:28.762Z | Downloaded cstr-argument v0.1.2 |
518 | 2025-01-17T07:41:28.765Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2025-01-17T07:41:28.765Z | Downloaded assert_matches v1.5.0 |
520 | 2025-01-17T07:41:28.768Z | Downloaded http-body v1.0.1 |
521 | 2025-01-17T07:41:28.770Z | Downloaded atomicwrites v0.4.4 |
522 | 2025-01-17T07:41:28.772Z | Downloaded ident_case v1.0.1 |
523 | 2025-01-17T07:41:28.775Z | Downloaded cfg_aliases v0.2.1 |
524 | 2025-01-17T07:41:28.777Z | Downloaded atty v0.2.14 |
525 | 2025-01-17T07:41:28.779Z | Downloaded icu_provider_macros v1.5.0 |
526 | 2025-01-17T07:41:28.782Z | Downloaded hubpack_derive v0.1.1 |
527 | 2025-01-17T07:41:28.782Z | Downloaded http-range v0.1.5 |
528 | 2025-01-17T07:41:28.784Z | Downloaded async-stream-impl v0.3.6 |
529 | 2025-01-17T07:41:28.787Z | Downloaded matches v0.1.10 |
530 | 2025-01-17T07:41:28.789Z | Downloaded new_debug_unreachable v1.0.6 |
531 | 2025-01-17T07:41:28.792Z | Downloaded crc v3.2.1 |
532 | 2025-01-17T07:41:28.794Z | Downloaded cobs v0.2.3 |
533 | 2025-01-17T07:41:28.794Z | Downloaded bitfield-struct v0.6.2 |
534 | 2025-01-17T07:41:28.797Z | Downloaded base16ct v0.2.0 |
535 | 2025-01-17T07:41:28.799Z | Downloaded md5 v0.7.0 |
536 | 2025-01-17T07:41:28.799Z | Downloaded ciborium-ll v0.2.2 |
537 | 2025-01-17T07:41:28.801Z | Downloaded match_cfg v0.1.0 |
538 | 2025-01-17T07:41:28.804Z | Downloaded mirai-annotations v1.12.0 |
539 | 2025-01-17T07:41:28.804Z | Downloaded bcrypt-pbkdf v0.10.0 |
540 | 2025-01-17T07:41:28.806Z | Downloaded bb8 v0.8.5 |
541 | 2025-01-17T07:41:28.807Z | Downloaded cmake v0.1.51 |
542 | 2025-01-17T07:41:28.809Z | Downloaded headers-core v0.3.0 |
543 | 2025-01-17T07:41:28.809Z | Downloaded blowfish v0.9.1 |
544 | 2025-01-17T07:41:28.812Z | Downloaded bitflags v1.3.2 |
545 | 2025-01-17T07:41:28.814Z | Downloaded ctr v0.9.2 |
546 | 2025-01-17T07:41:28.816Z | Downloaded newline-converter v0.3.0 |
547 | 2025-01-17T07:41:28.819Z | Downloaded newtype_derive v0.1.6 |
548 | 2025-01-17T07:41:28.822Z | Downloaded instant v0.1.13 |
549 | 2025-01-17T07:41:28.822Z | Downloaded constant_time_eq v0.3.1 |
550 | 2025-01-17T07:41:28.825Z | Downloaded httpdate v1.0.3 |
551 | 2025-01-17T07:41:28.825Z | Downloaded darling v0.20.10 |
552 | 2025-01-17T07:41:28.829Z | Downloaded hyper-tls v0.6.0 |
553 | 2025-01-17T07:41:28.832Z | Downloaded humantime v2.1.0 |
554 | 2025-01-17T07:41:28.834Z | Downloaded arrayref v0.3.9 |
555 | 2025-01-17T07:41:28.837Z | Downloaded hubpack v0.1.2 |
556 | 2025-01-17T07:41:28.837Z | Downloaded cassowary v0.3.0 |
557 | 2025-01-17T07:41:28.839Z | Downloaded http-body-util v0.1.2 |
558 | 2025-01-17T07:41:28.842Z | Downloaded bitfield v0.14.0 |
559 | 2025-01-17T07:41:28.842Z | Downloaded console v0.15.8 |
560 | 2025-01-17T07:41:28.845Z | Downloaded lalrpop-util v0.19.12 |
561 | 2025-01-17T07:41:28.848Z | Downloaded colored v2.1.0 |
562 | 2025-01-17T07:41:28.850Z | Downloaded mockall v0.13.0 |
563 | 2025-01-17T07:41:28.853Z | Downloaded lru v0.12.5 |
564 | 2025-01-17T07:41:28.855Z | Downloaded maybe-uninit v2.0.0 |
565 | 2025-01-17T07:41:28.855Z | Downloaded ciborium v0.2.2 |
566 | 2025-01-17T07:41:28.858Z | Downloaded is-terminal v0.4.13 |
567 | 2025-01-17T07:41:28.861Z | Downloaded const_format_proc_macros v0.2.33 |
568 | 2025-01-17T07:41:28.864Z | Downloaded instability v0.3.2 |
569 | 2025-01-17T07:41:28.864Z | Downloaded async-trait v0.1.83 |
570 | 2025-01-17T07:41:28.867Z | Downloaded mime v0.3.17 |
571 | 2025-01-17T07:41:28.870Z | Downloaded md-5 v0.10.6 |
572 | 2025-01-17T07:41:28.872Z | Downloaded multimap v0.10.0 |
573 | 2025-01-17T07:41:28.875Z | Downloaded maplit v1.0.2 |
574 | 2025-01-17T07:41:28.875Z | Downloaded lockfree-object-pool v0.1.6 |
575 | 2025-01-17T07:41:28.878Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2025-01-17T07:41:28.880Z | Downloaded libsw v3.3.1 |
577 | 2025-01-17T07:41:28.880Z | Downloaded async-bb8-diesel v0.2.1 |
578 | 2025-01-17T07:41:28.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
579 | 2025-01-17T07:41:28.887Z | Downloaded lazy_static v1.5.0 |
580 | 2025-01-17T07:41:28.889Z | Downloaded indoc v1.0.9 |
581 | 2025-01-17T07:41:28.892Z | Downloaded signal-hook-tokio v0.3.1 |
582 | 2025-01-17T07:41:28.895Z | Downloaded cancel-safe-futures v0.1.5 |
583 | 2025-01-17T07:41:28.903Z | Downloaded tower-service v0.3.3 |
584 | 2025-01-17T07:41:28.909Z | Downloaded httparse v1.9.5 |
585 | 2025-01-17T07:41:28.909Z | Downloaded sync-ptr v0.1.1 |
586 | 2025-01-17T07:41:28.909Z | Downloaded hex-literal v0.4.1 |
587 | 2025-01-17T07:41:28.909Z | Downloaded waitgroup v0.1.2 |
588 | 2025-01-17T07:41:28.909Z | Downloaded radium v0.7.0 |
589 | 2025-01-17T07:41:28.909Z | Downloaded r2d2 v0.8.10 |
590 | 2025-01-17T07:41:28.912Z | Downloaded cookie_store v0.21.0 |
591 | 2025-01-17T07:41:28.912Z | Downloaded nibble_vec v0.1.0 |
592 | 2025-01-17T07:41:28.914Z | Downloaded rustc-hash v1.1.0 |
593 | 2025-01-17T07:41:28.914Z | Downloaded managed v0.8.0 |
594 | 2025-01-17T07:41:28.917Z | Downloaded base64 v0.21.7 |
595 | 2025-01-17T07:41:28.919Z | Downloaded write16 v1.0.0 |
596 | 2025-01-17T07:41:28.922Z | Downloaded lock_api v0.4.12 |
597 | 2025-01-17T07:41:28.924Z | Downloaded litemap v0.7.3 |
598 | 2025-01-17T07:41:28.927Z | Downloaded serde-hex v0.1.0 |
599 | 2025-01-17T07:41:28.929Z | Downloaded libefi-sys v0.1.0 |
600 | 2025-01-17T07:41:28.930Z | Downloaded signal-hook-registry v1.4.2 |
601 | 2025-01-17T07:41:28.932Z | Downloaded nanorand v0.7.0 |
602 | 2025-01-17T07:41:28.936Z | Downloaded multer v3.1.0 |
603 | 2025-01-17T07:41:28.938Z | Downloaded endian-type v0.1.2 |
604 | 2025-01-17T07:41:28.939Z | Downloaded diesel_table_macro_syntax v0.2.0 |
605 | 2025-01-17T07:41:28.939Z | Downloaded libloading v0.8.5 |
606 | 2025-01-17T07:41:28.941Z | Downloaded bzip2 v0.4.4 |
607 | 2025-01-17T07:41:28.943Z | Downloaded scheduled-thread-pool v0.2.7 |
608 | 2025-01-17T07:41:28.946Z | Downloaded newtype-uuid v1.2.1 |
609 | 2025-01-17T07:41:28.946Z | Downloaded ahash v0.8.11 |
610 | 2025-01-17T07:41:28.950Z | Downloaded thread_local v1.1.8 |
611 | 2025-01-17T07:41:28.953Z | Downloaded supports-color v3.0.1 |
612 | 2025-01-17T07:41:28.955Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2025-01-17T07:41:28.958Z | Downloaded home v0.5.9 |
614 | 2025-01-17T07:41:28.958Z | Downloaded enum-as-inner v0.6.1 |
615 | 2025-01-17T07:41:28.960Z | Downloaded subtle v2.6.1 |
616 | 2025-01-17T07:41:28.963Z | Downloaded phf_shared v0.10.0 |
617 | 2025-01-17T07:41:28.963Z | Downloaded parse-size v1.1.0 |
618 | 2025-01-17T07:41:28.965Z | Downloaded crossbeam-epoch v0.9.18 |
619 | 2025-01-17T07:41:28.967Z | Downloaded sha1 v0.10.6 |
620 | 2025-01-17T07:41:28.970Z | Downloaded serde_urlencoded v0.7.1 |
621 | 2025-01-17T07:41:28.970Z | Downloaded wyz v0.5.1 |
622 | 2025-01-17T07:41:28.973Z | Downloaded utf16_iter v1.0.5 |
623 | 2025-01-17T07:41:28.973Z | Downloaded icu_locid_transform_data v1.5.0 |
624 | 2025-01-17T07:41:28.975Z | Downloaded data-encoding v2.6.0 |
625 | 2025-01-17T07:41:28.978Z | Downloaded writeable v0.5.5 |
626 | 2025-01-17T07:41:28.980Z | Downloaded russh-cryptovec v0.7.3 |
627 | 2025-01-17T07:41:28.981Z | Downloaded mime_guess v2.0.5 |
628 | 2025-01-17T07:41:28.983Z | Downloaded linked-hash-map v0.5.6 |
629 | 2025-01-17T07:41:28.983Z | Downloaded memmap2 v0.9.5 |
630 | 2025-01-17T07:41:28.986Z | Downloaded embedded-io v0.6.1 |
631 | 2025-01-17T07:41:28.988Z | Downloaded signal-hook-mio v0.2.4 |
632 | 2025-01-17T07:41:28.990Z | Downloaded futures-io v0.3.31 |
633 | 2025-01-17T07:41:28.991Z | Downloaded miniz_oxide v0.8.0 |
634 | 2025-01-17T07:41:28.993Z | Downloaded icu_locid_transform v1.5.0 |
635 | 2025-01-17T07:41:28.997Z | Downloaded progenitor-client v0.8.0 |
636 | 2025-01-17T07:41:28.999Z | Downloaded pretty-hex v0.2.1 |
637 | 2025-01-17T07:41:29.003Z | Downloaded enum-as-inner v0.5.1 |
638 | 2025-01-17T07:41:29.003Z | Downloaded dsl_auto_type v0.1.2 |
639 | 2025-01-17T07:41:29.005Z | Downloaded xattr v1.3.1 |
640 | 2025-01-17T07:41:29.005Z | Downloaded rusty-fork v0.3.0 |
641 | 2025-01-17T07:41:29.008Z | Downloaded tokio-rustls v0.26.0 |
642 | 2025-01-17T07:41:29.010Z | Downloaded mockall_derive v0.13.0 |
643 | 2025-01-17T07:41:29.013Z | Downloaded num-iter v0.1.45 |
644 | 2025-01-17T07:41:29.016Z | Downloaded hostname v0.3.1 |
645 | 2025-01-17T07:41:29.016Z | Downloaded password-hash v0.4.2 |
646 | 2025-01-17T07:41:29.018Z | Downloaded futures-macro v0.3.31 |
647 | 2025-01-17T07:41:29.021Z | Downloaded serde-big-array v0.5.1 |
648 | 2025-01-17T07:41:29.023Z | Downloaded sync_wrapper v1.0.1 |
649 | 2025-01-17T07:41:29.023Z | Downloaded typify v0.2.0 |
650 | 2025-01-17T07:41:29.026Z | Downloaded toolchain_find v0.4.0 |
651 | 2025-01-17T07:41:29.028Z | Downloaded phf_generator v0.11.2 |
652 | 2025-01-17T07:41:29.031Z | Downloaded quinn-udp v0.5.5 |
653 | 2025-01-17T07:41:29.031Z | Downloaded num_enum v0.5.11 |
654 | 2025-01-17T07:41:29.036Z | Downloaded darling_macro v0.20.10 |
655 | 2025-01-17T07:41:29.039Z | Downloaded polyval v0.6.2 |
656 | 2025-01-17T07:41:29.039Z | Downloaded foreign-types-shared v0.3.1 |
657 | 2025-01-17T07:41:29.042Z | Downloaded sqlformat v0.2.6 |
658 | 2025-01-17T07:41:29.045Z | Downloaded ron v0.7.1 |
659 | 2025-01-17T07:41:29.048Z | Downloaded progenitor v0.9.1 |
660 | 2025-01-17T07:41:29.050Z | Downloaded crypto-bigint v0.5.5 |
661 | 2025-01-17T07:41:29.057Z | Downloaded zeroize_derive v1.4.2 |
662 | 2025-01-17T07:41:29.060Z | Downloaded indicatif v0.17.9 |
663 | 2025-01-17T07:41:29.063Z | Downloaded num_threads v0.1.7 |
664 | 2025-01-17T07:41:29.065Z | Downloaded ref-cast v1.0.23 |
665 | 2025-01-17T07:41:29.068Z | Downloaded ssh-encoding v0.2.0 |
666 | 2025-01-17T07:41:29.070Z | Downloaded icu_properties v1.5.1 |
667 | 2025-01-17T07:41:29.073Z | Downloaded slog-bunyan v2.5.0 |
668 | 2025-01-17T07:41:29.076Z | Downloaded number_prefix v0.4.0 |
669 | 2025-01-17T07:41:29.076Z | Downloaded hashlink v0.9.1 |
670 | 2025-01-17T07:41:29.078Z | Downloaded semver v0.1.20 |
671 | 2025-01-17T07:41:29.081Z | Downloaded secrecy v0.8.0 |
672 | 2025-01-17T07:41:29.083Z | Downloaded sec1 v0.7.3 |
673 | 2025-01-17T07:41:29.083Z | Downloaded slog-scope v4.4.0 |
674 | 2025-01-17T07:41:29.086Z | Downloaded peg-runtime v0.8.3 |
675 | 2025-01-17T07:41:29.086Z | Downloaded untrusted v0.7.1 |
676 | 2025-01-17T07:41:29.088Z | Downloaded dhcproto v0.12.0 |
677 | 2025-01-17T07:41:29.091Z | Downloaded yoke v0.7.4 |
678 | 2025-01-17T07:41:29.093Z | Downloaded untrusted v0.9.0 |
679 | 2025-01-17T07:41:29.096Z | Downloaded defmt-parser v0.3.4 |
680 | 2025-01-17T07:41:29.096Z | Downloaded deranged v0.3.11 |
681 | 2025-01-17T07:41:29.098Z | Downloaded defmt-macros v0.3.9 |
682 | 2025-01-17T07:41:29.101Z | Downloaded fragile v2.0.0 |
683 | 2025-01-17T07:41:29.104Z | Downloaded zeroize v1.8.1 |
684 | 2025-01-17T07:41:29.106Z | Downloaded utf8_iter v1.0.4 |
685 | 2025-01-17T07:41:29.109Z | Downloaded test-strategy v0.3.1 |
686 | 2025-01-17T07:41:29.111Z | Downloaded icu_collections v1.5.0 |
687 | 2025-01-17T07:41:29.119Z | Downloaded structmeta-derive v0.3.0 |
688 | 2025-01-17T07:41:29.121Z | Downloaded heck v0.3.3 |
689 | 2025-01-17T07:41:29.124Z | Downloaded sct v0.7.1 |
690 | 2025-01-17T07:41:29.127Z | Downloaded peg-macros v0.8.4 |
691 | 2025-01-17T07:41:29.129Z | Downloaded strum v0.26.3 |
692 | 2025-01-17T07:41:29.129Z | Downloaded backtrace v0.3.74 |
693 | 2025-01-17T07:41:29.134Z | Downloaded quick-error v1.2.3 |
694 | 2025-01-17T07:41:29.137Z | Downloaded psl-types v2.0.11 |
695 | 2025-01-17T07:41:29.140Z | Downloaded funty v2.0.0 |
696 | 2025-01-17T07:41:29.140Z | Downloaded tokio-stream v0.1.16 |
697 | 2025-01-17T07:41:29.144Z | Downloaded path-slash v0.1.5 |
698 | 2025-01-17T07:41:29.147Z | Downloaded normalize-line-endings v0.3.0 |
699 | 2025-01-17T07:41:29.147Z | Downloaded foreign-types-shared v0.1.1 |
700 | 2025-01-17T07:41:29.149Z | Downloaded foreign-types v0.3.2 |
701 | 2025-01-17T07:41:29.149Z | Downloaded russh-keys v0.45.0 |
702 | 2025-01-17T07:41:29.152Z | Downloaded salsa20 v0.10.2 |
703 | 2025-01-17T07:41:29.155Z | Downloaded slog-stdlog v4.1.1 |
704 | 2025-01-17T07:41:29.157Z | Downloaded structmeta-derive v0.2.0 |
705 | 2025-01-17T07:41:29.157Z | Downloaded strip-ansi-escapes v0.2.0 |
706 | 2025-01-17T07:41:29.160Z | Downloaded smf v0.2.3 |
707 | 2025-01-17T07:41:29.160Z | Downloaded scopeguard v1.2.0 |
708 | 2025-01-17T07:41:29.172Z | Downloaded progenitor-client v0.9.1 |
709 | 2025-01-17T07:41:29.175Z | Downloaded fxhash v0.2.1 |
710 | 2025-01-17T07:41:29.175Z | Downloaded universal-hash v0.5.1 |
711 | 2025-01-17T07:41:29.177Z | Downloaded parking_lot_core v0.8.6 |
712 | 2025-01-17T07:41:29.180Z | Downloaded topological-sort v0.2.2 |
713 | 2025-01-17T07:41:29.180Z | Downloaded time-core v0.1.2 |
714 | 2025-01-17T07:41:29.183Z | Downloaded primeorder v0.13.6 |
715 | 2025-01-17T07:41:29.184Z | Downloaded url v2.5.3 |
716 | 2025-01-17T07:41:29.186Z | Downloaded zone v0.1.8 |
717 | 2025-01-17T07:41:29.189Z | Downloaded toml v0.7.8 |
718 | 2025-01-17T07:41:29.191Z | Downloaded der v0.7.9 |
719 | 2025-01-17T07:41:29.198Z | Downloaded sqlparser_derive v0.2.2 |
720 | 2025-01-17T07:41:29.200Z | Downloaded tui-tree-widget v0.22.0 |
721 | 2025-01-17T07:41:29.203Z | Downloaded smallvec v1.13.2 |
722 | 2025-01-17T07:41:29.206Z | Downloaded derive-where v1.2.7 |
723 | 2025-01-17T07:41:29.209Z | Downloaded strum_macros v0.25.3 |
724 | 2025-01-17T07:41:29.212Z | Downloaded yasna v0.5.2 |
725 | 2025-01-17T07:41:29.215Z | Downloaded fs_extra v1.3.0 |
726 | 2025-01-17T07:41:29.218Z | Downloaded percent-encoding v2.3.1 |
727 | 2025-01-17T07:41:29.218Z | Downloaded zone_cfg_derive v0.1.2 |
728 | 2025-01-17T07:41:29.220Z | Downloaded paste v1.0.15 |
729 | 2025-01-17T07:41:29.223Z | Downloaded value-bag v1.9.0 |
730 | 2025-01-17T07:41:29.225Z | Downloaded difflib v0.4.0 |
731 | 2025-01-17T07:41:29.228Z | Downloaded fallible-iterator v0.2.0 |
732 | 2025-01-17T07:41:29.228Z | Downloaded openssl-macros v0.1.1 |
733 | 2025-01-17T07:41:29.230Z | Downloaded num v0.4.3 |
734 | 2025-01-17T07:41:29.230Z | Downloaded rustc_version v0.4.1 |
735 | 2025-01-17T07:41:29.233Z | Downloaded rustc_version v0.1.7 |
736 | 2025-01-17T07:41:29.234Z | Downloaded static_assertions v1.1.0 |
737 | 2025-01-17T07:41:29.236Z | Downloaded num-conv v0.1.0 |
738 | 2025-01-17T07:41:29.236Z | Downloaded thiserror-impl-no-std v2.0.2 |
739 | 2025-01-17T07:41:29.239Z | Downloaded subprocess v0.2.9 |
740 | 2025-01-17T07:41:29.242Z | Downloaded typify-macro v0.3.0 |
741 | 2025-01-17T07:41:29.242Z | Downloaded rand_core v0.6.4 |
742 | 2025-01-17T07:41:29.244Z | Downloaded thiserror-no-std v2.0.2 |
743 | 2025-01-17T07:41:29.247Z | Downloaded nu-ansi-term v0.50.1 |
744 | 2025-01-17T07:41:29.250Z | Downloaded publicsuffix v2.2.3 |
745 | 2025-01-17T07:41:29.253Z | Downloaded rand_seeder v0.3.0 |
746 | 2025-01-17T07:41:29.256Z | Downloaded diesel-dtrace v0.4.2 |
747 | 2025-01-17T07:41:29.258Z | Downloaded aes v0.8.4 |
748 | 2025-01-17T07:41:29.261Z | Downloaded mio v1.0.2 |
749 | 2025-01-17T07:41:29.268Z | Downloaded rand_chacha v0.3.1 |
750 | 2025-01-17T07:41:29.270Z | Downloaded rustfmt-wrapper v0.2.1 |
751 | 2025-01-17T07:41:29.273Z | Downloaded zone v0.3.0 |
752 | 2025-01-17T07:41:29.273Z | Downloaded darling_core v0.20.10 |
753 | 2025-01-17T07:41:29.277Z | Downloaded yoke-derive v0.7.4 |
754 | 2025-01-17T07:41:29.280Z | Downloaded group v0.13.0 |
755 | 2025-01-17T07:41:29.282Z | Downloaded unarray v0.1.4 |
756 | 2025-01-17T07:41:29.282Z | Downloaded pin-utils v0.1.0 |
757 | 2025-01-17T07:41:29.285Z | Downloaded hostname v0.4.0 |
758 | 2025-01-17T07:41:29.288Z | Downloaded tiny-keccak v2.0.2 |
759 | 2025-01-17T07:41:29.288Z | Downloaded slog-async v2.8.0 |
760 | 2025-01-17T07:41:29.291Z | Downloaded take_mut v0.2.2 |
761 | 2025-01-17T07:41:29.295Z | Downloaded postgres-types v0.2.8 |
762 | 2025-01-17T07:41:29.295Z | Downloaded serde_with_macros v3.11.0 |
763 | 2025-01-17T07:41:29.297Z | Downloaded parking_lot v0.12.3 |
764 | 2025-01-17T07:41:29.299Z | Downloaded precomputed-hash v0.1.1 |
765 | 2025-01-17T07:41:29.302Z | Downloaded zerofrom-derive v0.1.4 |
766 | 2025-01-17T07:41:29.302Z | Downloaded dirs-next v2.0.0 |
767 | 2025-01-17T07:41:29.305Z | Downloaded time-macros v0.2.18 |
768 | 2025-01-17T07:41:29.307Z | Downloaded uuid v1.12.0 |
769 | 2025-01-17T07:41:29.310Z | Downloaded thiserror-impl v2.0.11 |
770 | 2025-01-17T07:41:29.312Z | Downloaded serde_repr v0.1.19 |
771 | 2025-01-17T07:41:29.315Z | Downloaded serde_plain v1.0.2 |
772 | 2025-01-17T07:41:29.317Z | Downloaded serde_path_to_error v0.1.16 |
773 | 2025-01-17T07:41:29.317Z | Downloaded unicode-bidi v0.3.17 |
774 | 2025-01-17T07:41:29.320Z | Downloaded crossterm v0.28.1 |
775 | 2025-01-17T07:41:29.327Z | Downloaded which v4.4.2 |
776 | 2025-01-17T07:41:29.330Z | Downloaded xz2 v0.1.7 |
777 | 2025-01-17T07:41:29.332Z | Downloaded tokio-macros v2.5.0 |
778 | 2025-01-17T07:41:29.335Z | Downloaded tokio-rustls v0.24.1 |
779 | 2025-01-17T07:41:29.337Z | Downloaded openssl-probe v0.1.5 |
780 | 2025-01-17T07:41:29.337Z | Downloaded pin-project-lite v0.2.14 |
781 | 2025-01-17T07:41:29.342Z | Downloaded olpc-cjson v0.1.4 |
782 | 2025-01-17T07:41:29.345Z | Downloaded powerfmt v0.2.0 |
783 | 2025-01-17T07:41:29.347Z | Downloaded hashbrown v0.13.2 |
784 | 2025-01-17T07:41:29.350Z | Downloaded tls_codec_derive v0.4.1 |
785 | 2025-01-17T07:41:29.353Z | Downloaded pkg-config v0.3.31 |
786 | 2025-01-17T07:41:29.355Z | Downloaded pkcs1 v0.7.5 |
787 | 2025-01-17T07:41:29.358Z | Downloaded tap v1.0.1 |
788 | 2025-01-17T07:41:29.360Z | Downloaded stringprep v0.1.5 |
789 | 2025-01-17T07:41:29.360Z | Downloaded spin v0.9.8 |
790 | 2025-01-17T07:41:29.364Z | Downloaded slog v2.7.0 |
791 | 2025-01-17T07:41:29.368Z | Downloaded diff v0.1.13 |
792 | 2025-01-17T07:41:29.370Z | Downloaded derive_more v0.99.18 |
793 | 2025-01-17T07:41:29.376Z | Downloaded vte_generate_state_changes v0.1.2 |
794 | 2025-01-17T07:41:29.379Z | Downloaded unicode-truncate v1.1.0 |
795 | 2025-01-17T07:41:29.381Z | Downloaded smallvec v0.6.14 |
796 | 2025-01-17T07:41:29.381Z | Downloaded num-complex v0.4.6 |
797 | 2025-01-17T07:41:29.383Z | Downloaded getrandom v0.2.15 |
798 | 2025-01-17T07:41:29.386Z | Downloaded dunce v1.0.5 |
799 | 2025-01-17T07:41:29.389Z | Downloaded glob v0.3.1 |
800 | 2025-01-17T07:41:29.392Z | Downloaded idna v1.0.3 |
801 | 2025-01-17T07:41:29.395Z | Downloaded itertools v0.12.1 |
802 | 2025-01-17T07:41:29.402Z | Downloaded num-integer v0.1.46 |
803 | 2025-01-17T07:41:29.405Z | Downloaded postgres-protocol v0.6.7 |
804 | 2025-01-17T07:41:29.407Z | Downloaded pkcs8 v0.10.2 |
805 | 2025-01-17T07:41:29.410Z | Downloaded rustversion v1.0.17 |
806 | 2025-01-17T07:41:29.413Z | Downloaded serde_yaml v0.9.34+deprecated |
807 | 2025-01-17T07:41:29.416Z | Downloaded sigpipe v0.1.3 |
808 | 2025-01-17T07:41:29.419Z | Downloaded tokio-native-tls v0.3.1 |
809 | 2025-01-17T07:41:29.422Z | Downloaded fallible-streaming-iterator v0.1.9 |
810 | 2025-01-17T07:41:29.422Z | Downloaded ed25519 v2.2.3 |
811 | 2025-01-17T07:41:29.425Z | Downloaded packed_struct v0.10.1 |
812 | 2025-01-17T07:41:29.427Z | Downloaded tinyvec_macros v0.1.1 |
813 | 2025-01-17T07:41:29.427Z | Downloaded tokio-tungstenite v0.23.1 |
814 | 2025-01-17T07:41:29.429Z | Downloaded tokio-tungstenite v0.21.0 |
815 | 2025-01-17T07:41:29.432Z | Downloaded zerovec-derive v0.10.3 |
816 | 2025-01-17T07:41:29.434Z | Downloaded derive_builder v0.20.2 |
817 | 2025-01-17T07:41:29.441Z | Downloaded downcast v0.11.0 |
818 | 2025-01-17T07:41:29.443Z | Downloaded samael v0.0.17 |
819 | 2025-01-17T07:41:29.447Z | Downloaded opaque-debug v0.3.1 |
820 | 2025-01-17T07:41:29.449Z | Downloaded predicates v3.1.2 |
821 | 2025-01-17T07:41:29.452Z | Downloaded num-bigint v0.4.6 |
822 | 2025-01-17T07:41:29.456Z | Downloaded derive_builder_macro v0.20.2 |
823 | 2025-01-17T07:41:29.459Z | Downloaded slog-term v2.9.1 |
824 | 2025-01-17T07:41:29.461Z | Downloaded progenitor-macro v0.8.0 |
825 | 2025-01-17T07:41:29.461Z | Downloaded pkcs5 v0.7.1 |
826 | 2025-01-17T07:41:29.466Z | Downloaded toml_edit v0.19.15 |
827 | 2025-01-17T07:41:29.483Z | Downloaded either v1.13.0 |
828 | 2025-01-17T07:41:29.486Z | Downloaded twox-hash v1.6.3 |
829 | 2025-01-17T07:41:29.488Z | Downloaded scrypt v0.11.0 |
830 | 2025-01-17T07:41:29.488Z | Downloaded tracing-attributes v0.1.27 |
831 | 2025-01-17T07:41:29.491Z | Downloaded postcard v1.0.10 |
832 | 2025-01-17T07:41:29.493Z | Downloaded zone_cfg_derive v0.3.0 |
833 | 2025-01-17T07:41:29.493Z | Downloaded termtree v0.4.1 |
834 | 2025-01-17T07:41:29.496Z | Downloaded float-ord v0.3.2 |
835 | 2025-01-17T07:41:29.496Z | Downloaded float-cmp v0.9.0 |
836 | 2025-01-17T07:41:29.499Z | Downloaded fixedbitset v0.4.2 |
837 | 2025-01-17T07:41:29.499Z | Downloaded rustls-pemfile v1.0.4 |
838 | 2025-01-17T07:41:29.501Z | Downloaded typify-macro v0.2.0 |
839 | 2025-01-17T07:41:29.504Z | Downloaded simd-adler32 v0.3.7 |
840 | 2025-01-17T07:41:29.504Z | Downloaded zerocopy v0.6.6 |
841 | 2025-01-17T07:41:29.506Z | Downloaded display-error-chain v0.2.2 |
842 | 2025-01-17T07:41:29.509Z | Downloaded parking_lot v0.11.2 |
843 | 2025-01-17T07:41:29.511Z | Downloaded half v2.4.1 |
844 | 2025-01-17T07:41:29.514Z | Downloaded want v0.3.1 |
845 | 2025-01-17T07:41:29.518Z | Downloaded progenitor-macro v0.9.1 |
846 | 2025-01-17T07:41:29.518Z | Downloaded typed-path v0.9.3 |
847 | 2025-01-17T07:41:29.522Z | Downloaded tinystr v0.7.6 |
848 | 2025-01-17T07:41:29.524Z | Downloaded gethostname v0.5.0 |
849 | 2025-01-17T07:41:29.528Z | Downloaded p256 v0.13.2 |
850 | 2025-01-17T07:41:29.531Z | Downloaded poly1305 v0.8.0 |
851 | 2025-01-17T07:41:29.534Z | Downloaded aws-lc-rs v1.10.0 |
852 | 2025-01-17T07:41:29.541Z | Downloaded termcolor v1.4.1 |
853 | 2025-01-17T07:41:29.544Z | Downloaded parse-display v0.10.0 |
854 | 2025-01-17T07:41:29.547Z | Downloaded pin-project v1.1.6 |
855 | 2025-01-17T07:41:29.555Z | Downloaded dhcproto-macros v0.1.0 |
856 | 2025-01-17T07:41:29.558Z | Downloaded string_cache v0.8.7 |
857 | 2025-01-17T07:41:29.558Z | Downloaded ecdsa v0.16.9 |
858 | 2025-01-17T07:41:29.561Z | Downloaded winnow v0.5.40 |
859 | 2025-01-17T07:41:29.570Z | Downloaded predicates-tree v1.0.11 |
860 | 2025-01-17T07:41:29.573Z | Downloaded num-derive v0.4.2 |
861 | 2025-01-17T07:41:29.573Z | Downloaded predicates-core v1.0.8 |
862 | 2025-01-17T07:41:29.576Z | Downloaded openssl-sys v0.9.103 |
863 | 2025-01-17T07:41:29.579Z | Downloaded resolv-conf v0.7.0 |
864 | 2025-01-17T07:41:29.582Z | Downloaded termios v0.3.3 |
865 | 2025-01-17T07:41:29.584Z | Downloaded phf v0.11.2 |
866 | 2025-01-17T07:41:29.587Z | Downloaded vergen v8.3.2 |
867 | 2025-01-17T07:41:29.589Z | Downloaded wait-timeout v0.2.0 |
868 | 2025-01-17T07:41:29.592Z | Downloaded slab v0.4.9 |
869 | 2025-01-17T07:41:29.592Z | Downloaded password-hash v0.5.0 |
870 | 2025-01-17T07:41:29.594Z | Downloaded parking_lot_core v0.9.10 |
871 | 2025-01-17T07:41:29.597Z | Downloaded des v0.8.1 |
872 | 2025-01-17T07:41:29.599Z | Downloaded bitvec v1.0.1 |
873 | 2025-01-17T07:41:29.614Z | Downloaded siphasher v0.3.11 |
874 | 2025-01-17T07:41:29.616Z | Downloaded chrono v0.4.38 |
875 | 2025-01-17T07:41:29.628Z | Downloaded fd-lock v4.0.2 |
876 | 2025-01-17T07:41:29.628Z | Downloaded fallible-iterator v0.3.0 |
877 | 2025-01-17T07:41:29.632Z | Downloaded env_logger v0.11.5 |
878 | 2025-01-17T07:41:29.634Z | Downloaded walkdir v2.5.0 |
879 | 2025-01-17T07:41:29.637Z | Downloaded term v0.7.0 |
880 | 2025-01-17T07:41:29.641Z | Downloaded tungstenite v0.24.0 |
881 | 2025-01-17T07:41:29.646Z | Downloaded dirs-sys-next v0.1.2 |
882 | 2025-01-17T07:41:29.650Z | Downloaded thiserror v2.0.11 |
883 | 2025-01-17T07:41:29.655Z | Downloaded similar v2.6.0 |
884 | 2025-01-17T07:41:29.662Z | Downloaded tungstenite v0.21.0 |
885 | 2025-01-17T07:41:29.667Z | Downloaded tungstenite v0.23.0 |
886 | 2025-01-17T07:41:29.671Z | Downloaded socket2 v0.5.7 |
887 | 2025-01-17T07:41:29.674Z | Downloaded zip v0.6.6 |
888 | 2025-01-17T07:41:29.677Z | Downloaded vsss-rs v3.3.4 |
889 | 2025-01-17T07:41:29.679Z | Downloaded snafu v0.8.5 |
890 | 2025-01-17T07:41:29.687Z | Downloaded dropshot_endpoint v0.12.0 |
891 | 2025-01-17T07:41:29.690Z | Downloaded vte v0.11.1 |
892 | 2025-01-17T07:41:29.693Z | Downloaded num-bigint-dig v0.8.4 |
893 | 2025-01-17T07:41:29.698Z | Downloaded tar v0.4.42 |
894 | 2025-01-17T07:41:29.700Z | Downloaded headers v0.4.0 |
895 | 2025-01-17T07:41:29.706Z | Downloaded rustls-pki-types v1.10.0 |
896 | 2025-01-17T07:41:29.710Z | Downloaded serde_with v3.11.0 |
897 | 2025-01-17T07:41:29.720Z | Downloaded hashbrown v0.14.5 |
898 | 2025-01-17T07:41:29.726Z | Downloaded p521 v0.13.3 |
899 | 2025-01-17T07:41:29.730Z | Downloaded sqlparser v0.45.0 |
900 | 2025-01-17T07:41:29.735Z | Downloaded salty v0.3.0 |
901 | 2025-01-17T07:41:29.742Z | Downloaded progenitor-impl v0.9.1 |
902 | 2025-01-17T07:41:29.745Z | Downloaded heapless v0.7.17 |
903 | 2025-01-17T07:41:29.748Z | Downloaded highway v1.2.0 |
904 | 2025-01-17T07:41:29.751Z | Downloaded fatfs v0.3.6 |
905 | 2025-01-17T07:41:29.755Z | Downloaded bindgen v0.69.5 |
906 | 2025-01-17T07:41:29.760Z | Downloaded unicode-segmentation v1.12.0 |
907 | 2025-01-17T07:41:29.763Z | Downloaded flume v0.11.1 |
908 | 2025-01-17T07:41:29.767Z | Downloaded hashbrown v0.12.3 |
909 | 2025-01-17T07:41:29.771Z | Downloaded hickory-server v0.24.1 |
910 | 2025-01-17T07:41:29.777Z | Downloaded ron v0.8.1 |
911 | 2025-01-17T07:41:29.783Z | Downloaded progenitor-impl v0.8.0 |
912 | 2025-01-17T07:41:29.785Z | Downloaded portable-atomic v1.9.0 |
913 | 2025-01-17T07:41:29.792Z | Downloaded rustls v0.21.12 |
914 | 2025-01-17T07:41:29.804Z | Downloaded unicode-normalization v0.1.24 |
915 | 2025-01-17T07:41:29.808Z | Downloaded tokio-util v0.7.12 |
916 | 2025-01-17T07:41:29.815Z | Downloaded steno v0.4.1 |
917 | 2025-01-17T07:41:29.819Z | Downloaded icu_properties_data v1.5.0 |
918 | 2025-01-17T07:41:29.830Z | Downloaded curve25519-dalek v4.1.3 |
919 | 2025-01-17T07:41:29.839Z | Downloaded zerovec v0.10.4 |
920 | 2025-01-17T07:41:29.846Z | Downloaded lalrpop v0.19.12 |
921 | 2025-01-17T07:41:29.857Z | Downloaded expectorate v1.1.0 |
922 | 2025-01-17T07:41:29.860Z | Downloaded futures-util v0.3.31 |
923 | 2025-01-17T07:41:29.871Z | Downloaded quinn-proto v0.11.8 |
924 | 2025-01-17T07:41:29.878Z | Downloaded hickory-resolver v0.24.1 |
925 | 2025-01-17T07:41:29.883Z | Downloaded hkdf v0.12.4 |
926 | 2025-01-17T07:41:29.885Z | Downloaded idna v0.3.0 |
927 | 2025-01-17T07:41:29.893Z | Downloaded idna v0.5.0 |
928 | 2025-01-17T07:41:29.900Z | Downloaded heapless v0.8.0 |
929 | 2025-01-17T07:41:29.905Z | Downloaded idna v0.4.0 |
930 | 2025-01-17T07:41:29.913Z | Downloaded proptest v1.5.0 |
931 | 2025-01-17T07:41:29.923Z | Downloaded rustls-webpki v0.102.8 |
932 | 2025-01-17T07:41:29.944Z | Downloaded rustyline v14.0.0 |
933 | 2025-01-17T07:41:29.947Z | Downloaded idna v0.2.3 |
934 | 2025-01-17T07:41:29.954Z | Downloaded h2 v0.4.6 |
935 | 2025-01-17T07:41:29.962Z | Downloaded unicode-width v0.2.0 |
936 | 2025-01-17T07:41:29.968Z | Downloaded webpki-roots v0.26.6 |
937 | 2025-01-17T07:41:29.971Z | Downloaded p384 v0.13.0 |
938 | 2025-01-17T07:41:29.978Z | Downloaded rustls-webpki v0.101.7 |
939 | 2025-01-17T07:41:29.992Z | Downloaded regex-syntax v0.8.5 |
940 | 2025-01-17T07:41:30.001Z | Downloaded smoltcp v0.9.1 |
941 | 2025-01-17T07:41:30.012Z | Downloaded hickory-proto v0.24.1 |
942 | 2025-01-17T07:41:30.029Z | Downloaded object v0.30.4 |
943 | 2025-01-17T07:41:30.038Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2025-01-17T07:41:30.051Z | Downloaded smoltcp v0.11.0 |
945 | 2025-01-17T07:41:30.063Z | Downloaded openapiv3 v2.0.0 |
946 | 2025-01-17T07:41:30.074Z | Downloaded object v0.36.5 |
947 | 2025-01-17T07:41:30.086Z | Downloaded petname v2.0.2 |
948 | 2025-01-17T07:41:30.091Z | Downloaded regress v0.10.1 |
949 | 2025-01-17T07:41:30.099Z | Downloaded rustls v0.23.19 |
950 | 2025-01-17T07:41:30.111Z | Downloaded regress v0.9.1 |
951 | 2025-01-17T07:41:30.119Z | Downloaded git2 v0.19.0 |
952 | 2025-01-17T07:41:30.127Z | Downloaded diesel v2.2.6 |
953 | 2025-01-17T07:41:30.146Z | Downloaded gimli v0.31.1 |
954 | 2025-01-17T07:41:30.154Z | Downloaded polar-core v0.27.3 |
955 | 2025-01-17T07:41:30.162Z | Downloaded openssl v0.10.66 |
956 | 2025-01-17T07:41:30.172Z | Downloaded regex-syntax v0.6.29 |
957 | 2025-01-17T07:41:30.182Z | Downloaded zerocopy v0.8.10 |
958 | 2025-01-17T07:41:30.204Z | Downloaded sled v0.34.7 |
959 | 2025-01-17T07:41:30.215Z | Downloaded dropshot v0.12.0 |
960 | 2025-01-17T07:41:30.234Z | Downloaded dropshot v0.15.1 |
961 | 2025-01-17T07:41:30.258Z | Downloaded typify-impl v0.2.0 |
962 | 2025-01-17T07:41:30.274Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
963 | 2025-01-17T07:41:30.288Z | Downloaded regex v1.11.1 |
964 | 2025-01-17T07:41:30.302Z | Downloaded typify-impl v0.3.0 |
965 | 2025-01-17T07:41:30.320Z | Downloaded nix v0.29.0 |
966 | 2025-01-17T07:41:30.333Z | Downloaded ratatui v0.28.1 |
967 | 2025-01-17T07:41:30.354Z | Downloaded petgraph v0.6.5 |
968 | 2025-01-17T07:41:30.373Z | Downloaded vcpkg v0.2.15 |
969 | 2025-01-17T07:41:30.414Z | Downloaded zerocopy-derive v0.6.6 |
970 | 2025-01-17T07:41:30.424Z | Downloaded tokio v1.43.0 |
971 | 2025-01-17T07:41:30.464Z | Downloaded csv v1.3.0 |
972 | 2025-01-17T07:41:30.485Z | Downloaded radix_trie v0.2.1 |
973 | 2025-01-17T07:41:30.491Z | Downloaded nix v0.27.1 |
974 | 2025-01-17T07:41:30.502Z | Downloaded nix v0.28.0 |
975 | 2025-01-17T07:41:30.514Z | Downloaded chrono-tz v0.10.0 |
976 | 2025-01-17T07:41:30.522Z | Downloaded bstr v1.10.0 |
977 | 2025-01-17T07:41:30.534Z | Downloaded lzma-sys v0.1.20 |
978 | 2025-01-17T07:41:30.566Z | Downloaded regex-automata v0.4.8 |
979 | 2025-01-17T07:41:30.584Z | Downloaded sha3 v0.10.8 |
980 | 2025-01-17T07:41:30.589Z | Downloaded libz-sys v1.1.20 |
981 | 2025-01-17T07:41:30.611Z | Downloaded rayon v1.10.0 |
982 | 2025-01-17T07:41:30.620Z | Downloaded reqwest v0.12.9 |
983 | 2025-01-17T07:41:30.629Z | Downloaded quick-xml v0.33.0 |
984 | 2025-01-17T07:41:30.636Z | Downloaded rustls v0.22.4 |
985 | 2025-01-17T07:41:30.650Z | Downloaded zerocopy-derive v0.8.10 |
986 | 2025-01-17T07:41:30.657Z | Downloaded nom v7.1.3 |
987 | 2025-01-17T07:41:30.662Z | Downloaded rand v0.8.5 |
988 | 2025-01-17T07:41:30.666Z | Downloaded itertools v0.13.0 |
989 | 2025-01-17T07:41:30.673Z | Downloaded quinn v0.11.5 |
990 | 2025-01-17T07:41:30.676Z | Downloaded http v1.2.0 |
991 | 2025-01-17T07:41:30.681Z | Downloaded flate2 v1.0.34 |
992 | 2025-01-17T07:41:30.686Z | Downloaded rfc6979 v0.4.0 |
993 | 2025-01-17T07:41:30.689Z | Downloaded progenitor v0.8.0 |
994 | 2025-01-17T07:41:30.689Z | Downloaded proc-macro-crate v1.3.1 |
995 | 2025-01-17T07:41:30.691Z | Downloaded rustls-pemfile v2.2.0 |
996 | 2025-01-17T07:41:30.694Z | Downloaded omicron-zone-package v0.12.0 |
997 | 2025-01-17T07:41:30.696Z | Downloaded tinyvec v1.8.0 |
998 | 2025-01-17T07:41:30.699Z | Downloaded tracing-core v0.1.32 |
999 | 2025-01-17T07:41:30.703Z | Downloaded ssh-key v0.6.6 |
1000 | 2025-01-17T07:41:30.709Z | Downloaded derive_builder_core v0.20.2 |
1001 | 2025-01-17T07:41:30.712Z | Downloaded snafu-derive v0.8.5 |
1002 | 2025-01-17T07:41:30.714Z | Downloaded aho-corasick v1.1.3 |
1003 | 2025-01-17T07:41:30.720Z | Downloaded zopfli v0.8.1 |
1004 | 2025-01-17T07:41:30.722Z | Downloaded rusqlite v0.32.1 |
1005 | 2025-01-17T07:41:30.729Z | Downloaded signal-hook v0.3.17 |
1006 | 2025-01-17T07:41:30.732Z | Downloaded zip v2.1.3 |
1007 | 2025-01-17T07:41:30.736Z | Downloaded tokio-postgres v0.7.12 |
1008 | 2025-01-17T07:41:30.743Z | Downloaded futures v0.3.31 |
1009 | 2025-01-17T07:41:30.747Z | Downloaded packed_struct_codegen v0.10.1 |
1010 | 2025-01-17T07:41:30.749Z | Downloaded dyn-clone v1.0.17 |
1011 | 2025-01-17T07:41:30.752Z | Downloaded globset v0.4.15 |
1012 | 2025-01-17T07:41:30.752Z | Downloaded elliptic-curve v0.13.8 |
1013 | 2025-01-17T07:41:30.755Z | Downloaded unicode_categories v0.1.1 |
1014 | 2025-01-17T07:41:30.757Z | Downloaded try-lock v0.2.5 |
1015 | 2025-01-17T07:41:30.760Z | Downloaded rsa v0.9.6 |
1016 | 2025-01-17T07:41:30.763Z | Downloaded unicode-properties v0.1.3 |
1017 | 2025-01-17T07:41:30.765Z | Downloaded russh v0.45.0 |
1018 | 2025-01-17T07:41:30.771Z | Downloaded blake3 v1.5.4 |
1019 | 2025-01-17T07:41:30.778Z | Downloaded tokio-tungstenite v0.24.0 |
1020 | 2025-01-17T07:41:30.781Z | Downloaded encoding_rs v0.8.34 |
1021 | 2025-01-17T07:41:30.803Z | Downloaded ed25519-dalek v2.1.1 |
1022 | 2025-01-17T07:41:30.806Z | Downloaded diesel_derives v2.2.3 |
1023 | 2025-01-17T07:41:30.809Z | Downloaded reedline v0.35.0 |
1024 | 2025-01-17T07:41:30.816Z | Downloaded hyper v1.5.2 |
1025 | 2025-01-17T07:41:30.822Z | Downloaded unicode-xid v0.2.6 |
1026 | 2025-01-17T07:41:30.825Z | Downloaded hmac v0.12.1 |
1027 | 2025-01-17T07:41:30.827Z | Downloaded parse-zoneinfo v0.3.1 |
1028 | 2025-01-17T07:41:30.830Z | Downloaded x509-cert v0.2.5 |
1029 | 2025-01-17T07:41:30.834Z | Downloaded time v0.3.36 |
1030 | 2025-01-17T07:41:30.840Z | Downloaded qorb v0.2.1 |
1031 | 2025-01-17T07:41:30.844Z | Downloaded prettyplease v0.2.25 |
1032 | 2025-01-17T07:41:30.848Z | Downloaded tough v0.19.0 |
1033 | 2025-01-17T07:41:30.855Z | Downloaded phf_shared v0.11.2 |
1034 | 2025-01-17T07:41:30.858Z | Downloaded itertools v0.10.5 |
1035 | 2025-01-17T07:41:30.862Z | Downloaded pin-project-internal v1.1.6 |
1036 | 2025-01-17T07:41:30.865Z | Downloaded libm v0.2.8 |
1037 | 2025-01-17T07:41:30.871Z | Downloaded hash32 v0.3.1 |
1038 | 2025-01-17T07:41:30.873Z | Downloaded hash32 v0.2.1 |
1039 | 2025-01-17T07:41:30.876Z | Downloaded ghash v0.5.1 |
1040 | 2025-01-17T07:41:30.877Z | Downloaded env_logger v0.10.2 |
1041 | 2025-01-17T07:41:30.880Z | Downloaded signature v2.2.0 |
1042 | 2025-01-17T07:41:30.880Z | Downloaded shlex v1.3.0 |
1043 | 2025-01-17T07:41:30.880Z | Downloaded shell-words v1.1.0 |
1044 | 2025-01-17T07:41:30.882Z | Downloaded rand_xorshift v0.3.0 |
1045 | 2025-01-17T07:41:30.882Z | Downloaded unsafe-libyaml v0.2.11 |
1046 | 2025-01-17T07:41:30.885Z | Downloaded libxml v0.3.3 |
1047 | 2025-01-17T07:41:30.890Z | Downloaded aes-gcm v0.10.3 |
1048 | 2025-01-17T07:41:30.894Z | Downloaded zerofrom v0.1.4 |
1049 | 2025-01-17T07:41:30.897Z | Downloaded uzers v0.12.1 |
1050 | 2025-01-17T07:41:30.899Z | Downloaded peg v0.8.4 |
1051 | 2025-01-17T07:41:30.902Z | Downloaded pbkdf2 v0.12.2 |
1052 | 2025-01-17T07:41:30.902Z | Downloaded pbkdf2 v0.11.0 |
1053 | 2025-01-17T07:41:30.904Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2025-01-17T07:41:30.961Z | Downloaded futures-task v0.3.31 |
1055 | 2025-01-17T07:41:30.963Z | Downloaded futures-sink v0.3.31 |
1056 | 2025-01-17T07:41:30.963Z | Downloaded foldhash v0.1.3 |
1057 | 2025-01-17T07:41:30.966Z | Downloaded flagset v0.4.6 |
1058 | 2025-01-17T07:41:30.966Z | Downloaded strum_macros v0.24.3 |
1059 | 2025-01-17T07:41:30.968Z | Downloaded ssh-cipher v0.2.0 |
1060 | 2025-01-17T07:41:30.968Z | Downloaded minimal-lexical v0.2.1 |
1061 | 2025-01-17T07:41:30.973Z | Downloaded strum_macros v0.26.4 |
1062 | 2025-01-17T07:41:30.976Z | Downloaded oso v0.27.3 |
1063 | 2025-01-17T07:41:30.979Z | Downloaded num-traits v0.2.19 |
1064 | 2025-01-17T07:41:30.981Z | Downloaded tracing v0.1.40 |
1065 | 2025-01-17T07:41:30.984Z | Downloaded schemars_derive v0.8.21 |
1066 | 2025-01-17T07:41:30.986Z | Downloaded same-file v1.0.6 |
1067 | 2025-01-17T07:41:30.989Z | Downloaded rustc-hash v2.0.0 |
1068 | 2025-01-17T07:41:30.989Z | Downloaded rpassword v7.3.1 |
1069 | 2025-01-17T07:41:30.989Z | Downloaded ref-cast-impl v1.0.23 |
1070 | 2025-01-17T07:41:30.992Z | Downloaded pem-rfc7468 v0.7.0 |
1071 | 2025-01-17T07:41:30.992Z | Downloaded pem v3.0.4 |
1072 | 2025-01-17T07:41:30.996Z | Downloaded nodrop v0.1.14 |
1073 | 2025-01-17T07:41:30.996Z | Downloaded defmt v0.3.8 |
1074 | 2025-01-17T07:41:30.999Z | Downloaded stable_deref_trait v1.2.0 |
1075 | 2025-01-17T07:41:31.000Z | Downloaded serde_derive_internals v0.29.1 |
1076 | 2025-01-17T07:41:31.003Z | Downloaded rustc-demangle v0.1.24 |
1077 | 2025-01-17T07:41:31.003Z | Downloaded rayon-core v1.12.1 |
1078 | 2025-01-17T07:41:31.006Z | Downloaded tls_codec v0.4.1 |
1079 | 2025-01-17T07:41:31.008Z | Downloaded dropshot_endpoint v0.15.1 |
1080 | 2025-01-17T07:41:31.011Z | Downloaded schemars v0.8.21 |
1081 | 2025-01-17T07:41:31.021Z | Downloaded filetime v0.2.25 |
1082 | 2025-01-17T07:41:31.024Z | Downloaded env_filter v0.1.2 |
1083 | 2025-01-17T07:41:31.026Z | Downloaded hyper-util v0.1.10 |
1084 | 2025-01-17T07:41:31.029Z | Downloaded base64 v0.22.1 |
1085 | 2025-01-17T07:41:31.031Z | Downloaded unicase v2.7.0 |
1086 | 2025-01-17T07:41:31.034Z | Downloaded owo-colors v4.1.0 |
1087 | 2025-01-17T07:41:31.036Z | Downloaded crossbeam-channel v0.5.13 |
1088 | 2025-01-17T07:41:31.039Z | Downloaded form_urlencoded v1.2.1 |
1089 | 2025-01-17T07:41:31.042Z | Downloaded ff v0.13.0 |
1090 | 2025-01-17T07:41:31.042Z | Downloaded embedded-io v0.4.0 |
1091 | 2025-01-17T07:41:31.045Z | Downloaded tabwriter v1.4.0 |
1092 | 2025-01-17T07:41:31.045Z | Downloaded rcgen v0.12.1 |
1093 | 2025-01-17T07:41:31.049Z | Downloaded debug-ignore v1.0.5 |
1094 | 2025-01-17T07:41:31.049Z | Downloaded synstructure v0.13.1 |
1095 | 2025-01-17T07:41:31.052Z | Downloaded rtoolbox v0.0.2 |
1096 | 2025-01-17T07:41:31.053Z | Downloaded num-rational v0.4.2 |
1097 | 2025-01-17T07:41:31.053Z | Downloaded futures-channel v0.3.31 |
1098 | 2025-01-17T07:41:31.055Z | Downloaded ppv-lite86 v0.2.20 |
1099 | 2025-01-17T07:41:31.055Z | Downloaded futures-executor v0.3.31 |
1100 | 2025-01-17T07:41:31.055Z | Downloaded num_enum_derive v0.5.11 |
1101 | 2025-01-17T07:41:31.058Z | Downloaded der_derive v0.7.3 |
1102 | 2025-01-17T07:41:31.058Z | Downloaded const_format v0.2.33 |
1103 | 2025-01-17T07:41:31.062Z | Downloaded compact_str v0.8.0 |
1104 | 2025-01-17T07:41:31.066Z | Downloaded cc v1.1.30 |
1105 | 2025-01-17T07:41:31.069Z | Downloaded bumpalo v3.16.0 |
1106 | 2025-01-17T07:41:31.071Z | Downloaded allocator-api2 v0.2.18 |
1107 | 2025-01-17T07:41:31.074Z | Downloaded phf_codegen v0.11.2 |
1108 | 2025-01-17T07:41:31.077Z | Downloaded parse-display-derive v0.10.0 |
1109 | 2025-01-17T07:41:31.077Z | Downloaded displaydoc v0.2.5 |
1110 | 2025-01-17T07:41:31.079Z | Downloaded whoami v1.5.2 |
1111 | 2025-01-17T07:41:31.082Z | Downloaded foreign-types-macros v0.2.3 |
1112 | 2025-01-17T07:41:31.082Z | Downloaded foreign-types v0.5.0 |
1113 | 2025-01-17T07:41:31.084Z | Downloaded typify v0.3.0 |
1114 | 2025-01-17T07:41:31.087Z | Downloaded base64 v0.13.1 |
1115 | 2025-01-17T07:41:31.090Z | Downloaded tokio-rustls v0.25.0 |
1116 | 2025-01-17T07:41:31.090Z | Downloaded chacha20poly1305 v0.10.1 |
1117 | 2025-01-17T07:41:31.093Z | Downloaded arc-swap v1.7.1 |
1118 | 2025-01-17T07:41:31.095Z | Downloaded icu_normalizer v1.5.0 |
1119 | 2025-01-17T07:41:31.098Z | Downloaded futures-core v0.3.31 |
1120 | 2025-01-17T07:41:31.102Z | Downloaded ena v0.14.3 |
1121 | 2025-01-17T07:41:31.104Z | Downloaded indexmap v1.9.3 |
1122 | 2025-01-17T07:41:31.104Z | Downloaded icu_provider v1.5.0 |
1123 | 2025-01-17T07:41:31.107Z | Downloaded utf-8 v0.7.6 |
1124 | 2025-01-17T07:41:31.110Z | Downloaded bytes v1.9.0 |
1125 | 2025-01-17T07:41:31.113Z | Downloaded oso-derive v0.27.3 |
1126 | 2025-01-17T07:41:31.113Z | Downloaded hickory-client v0.24.1 |
1127 | 2025-01-17T07:41:31.116Z | Downloaded crossbeam-utils v0.8.20 |
1128 | 2025-01-17T07:41:31.118Z | Downloaded crc32fast v1.4.2 |
1129 | 2025-01-17T07:41:31.121Z | Downloaded structmeta v0.3.0 |
1130 | 2025-01-17T07:41:31.121Z | Downloaded structmeta v0.2.0 |
1131 | 2025-01-17T07:41:31.124Z | Downloaded spki v0.7.3 |
1132 | 2025-01-17T07:41:31.124Z | Downloaded slog-json v2.6.1 |
1133 | 2025-01-17T07:41:31.126Z | Downloaded slog-envlogger v2.2.0 |
1134 | 2025-01-17T07:41:31.126Z | Downloaded slog-dtrace v0.3.0 |
1135 | 2025-01-17T07:41:31.129Z | Downloaded icu_locid v1.5.0 |
1136 | 2025-01-17T07:41:31.131Z | Downloaded cookie v0.18.1 |
1137 | 2025-01-17T07:41:31.134Z | Downloaded const-oid v0.9.6 |
1138 | 2025-01-17T07:41:31.138Z | Downloaded ipnet v2.10.1 |
1139 | 2025-01-17T07:41:31.140Z | Downloaded crc-any v2.5.0 |
1140 | 2025-01-17T07:41:31.140Z | Downloaded jobserver v0.1.32 |
1141 | 2025-01-17T07:41:31.143Z | Downloaded hyper-staticfile v0.10.1 |
1142 | 2025-01-17T07:41:31.145Z | Downloaded native-tls v0.2.12 |
1143 | 2025-01-17T07:41:31.145Z | Downloaded ipnetwork v0.20.0 |
1144 | 2025-01-17T07:41:31.148Z | Downloaded hyper-rustls v0.27.3 |
1145 | 2025-01-17T07:41:31.150Z | Downloaded clang-sys v1.8.1 |
1146 | 2025-01-17T07:41:31.153Z | Downloaded cbc v0.1.2 |
1147 | 2025-01-17T07:41:31.153Z | Downloaded blake2 v0.10.6 |
1148 | 2025-01-17T07:41:31.155Z | Downloaded arrayvec v0.7.6 |
1149 | 2025-01-17T07:41:31.158Z | Downloaded bcs v0.1.6 |
1150 | 2025-01-17T07:41:31.160Z | Downloaded iana-time-zone v0.1.61 |
1151 | 2025-01-17T07:41:31.163Z | Downloaded kstat-rs v0.2.4 |
1152 | 2025-01-17T07:41:31.163Z | Downloaded hex v0.4.3 |
1153 | 2025-01-17T07:41:31.165Z | Downloaded lazycell v1.3.0 |
1154 | 2025-01-17T07:41:31.165Z | Downloaded keccak v0.1.5 |
1155 | 2025-01-17T07:41:31.165Z | Downloaded lru-cache v0.1.2 |
1156 | 2025-01-17T07:41:31.168Z | Downloaded csv-core v0.1.11 |
1157 | 2025-01-17T07:41:31.168Z | Downloaded backoff v0.4.0 |
1158 | 2025-01-17T07:41:31.170Z | Downloaded indent_write v2.2.0 |
1159 | 2025-01-17T07:41:31.172Z | Downloaded idna_adapter v1.2.0 |
1160 | 2025-01-17T07:41:31.173Z | Downloaded base64ct v1.6.0 |
1161 | 2025-01-17T07:41:31.175Z | Downloaded async-recursion v1.1.1 |
1162 | 2025-01-17T07:41:31.178Z | Downloaded argon2 v0.5.3 |
1163 | 2025-01-17T07:41:31.181Z | Downloaded inout v0.1.3 |
1164 | 2025-01-17T07:41:31.181Z | Downloaded memoffset v0.9.1 |
1165 | 2025-01-17T07:41:31.181Z | Downloaded linear-map v1.2.0 |
1166 | 2025-01-17T07:41:31.184Z | Downloaded internet-checksum v0.2.1 |
1167 | 2025-01-17T07:41:31.184Z | Downloaded bit-vec v0.6.3 |
1168 | 2025-01-17T07:41:31.186Z | Downloaded atomic-waker v1.1.2 |
1169 | 2025-01-17T07:41:31.186Z | Downloaded curve25519-dalek-derive v0.1.1 |
1170 | 2025-01-17T07:41:31.186Z | Downloaded convert_case v0.4.0 |
1171 | 2025-01-17T07:41:31.189Z | Downloaded chacha20 v0.9.1 |
1172 | 2025-01-17T07:41:31.189Z | Downloaded block-padding v0.3.3 |
1173 | 2025-01-17T07:41:31.191Z | Downloaded async-stream v0.3.6 |
1174 | 2025-01-17T07:41:31.191Z | Downloaded crossbeam-deque v0.8.5 |
1175 | 2025-01-17T07:41:31.194Z | Downloaded crc-catalog v2.4.0 |
1176 | 2025-01-17T07:41:31.194Z | Downloaded cipher v0.4.4 |
1177 | 2025-01-17T07:41:31.196Z | Downloaded array-init v0.0.4 |
1178 | 2025-01-17T07:41:31.196Z | Downloaded bit-set v0.5.3 |
1179 | 2025-01-17T07:41:31.199Z | Downloaded ascii-canvas v3.0.0 |
1180 | 2025-01-17T07:41:31.199Z | Downloaded is_ci v1.2.0 |
1181 | 2025-01-17T07:41:31.199Z | Downloaded buf-list v1.0.3 |
1182 | 2025-01-17T07:41:31.202Z | Downloaded cexpr v0.6.0 |
1183 | 2025-01-17T07:41:31.205Z | Downloaded castaway v0.2.3 |
1184 | 2025-01-17T07:41:31.245Z | Downloaded ring v0.17.8 |
1185 | 2025-01-17T07:41:31.342Z | Downloaded libsqlite3-sys v0.30.1 |
1186 | 2025-01-17T07:41:31.582Z | Downloaded aws-lc-sys v0.22.0 |
1187 | 2025-01-17T07:41:31.901Z | Compiling serde v1.0.217 |
1188 | 2025-01-17T07:41:31.904Z | Compiling lock_api v0.4.12 |
1189 | 2025-01-17T07:41:31.904Z | Compiling scopeguard v1.2.0 |
1190 | 2025-01-17T07:41:31.905Z | Compiling value-bag v1.9.0 |
1191 | 2025-01-17T07:41:31.905Z | Compiling typenum v1.17.0 |
1192 | 2025-01-17T07:41:32.054Z | Compiling generic-array v0.14.7 |
1193 | 2025-01-17T07:41:32.099Z | Compiling syn v2.0.96 |
1194 | 2025-01-17T07:41:32.116Z | Compiling getrandom v0.2.15 |
1195 | 2025-01-17T07:41:32.250Z | Compiling subtle v2.6.1 |
1196 | 2025-01-17T07:41:32.418Z | Compiling rand_core v0.6.4 |
1197 | 2025-01-17T07:41:32.553Z | Compiling log v0.4.22 |
1198 | 2025-01-17T07:41:32.612Z | Compiling shlex v1.3.0 |
1199 | 2025-01-17T07:41:32.632Z | Compiling jobserver v0.1.32 |
1200 | 2025-01-17T07:41:32.666Z | Compiling const-oid v0.9.6 |
1201 | 2025-01-17T07:41:32.942Z | Compiling smallvec v1.13.2 |
1202 | 2025-01-17T07:41:32.963Z | Compiling spin v0.9.8 |
1203 | 2025-01-17T07:41:32.996Z | Compiling pin-project-lite v0.2.14 |
1204 | 2025-01-17T07:41:33.139Z | Compiling cc v1.1.30 |
1205 | 2025-01-17T07:41:33.321Z | Compiling rustix v0.38.37 |
1206 | 2025-01-17T07:41:33.344Z | Compiling parking_lot_core v0.9.10 |
1207 | 2025-01-17T07:41:33.359Z | Compiling futures-core v0.3.31 |
1208 | 2025-01-17T07:41:33.446Z | Compiling signal-hook-registry v1.4.2 |
1209 | 2025-01-17T07:41:33.599Z | Compiling mio v1.0.2 |
1210 | 2025-01-17T07:41:34.107Z | Compiling aho-corasick v1.1.3 |
1211 | 2025-01-17T07:41:34.145Z | Compiling parking_lot v0.12.3 |
1212 | 2025-01-17T07:41:34.269Z | Compiling cpufeatures v0.2.14 |
1213 | 2025-01-17T07:41:34.354Z | Compiling regex-syntax v0.8.5 |
1214 | 2025-01-17T07:41:34.381Z | Compiling either v1.13.0 |
1215 | 2025-01-17T07:41:34.792Z | Compiling lazy_static v1.5.0 |
1216 | 2025-01-17T07:41:34.812Z | Compiling futures-sink v0.3.31 |
1217 | 2025-01-17T07:41:34.906Z | Compiling glob v0.3.1 |
1218 | 2025-01-17T07:41:34.932Z | Compiling stable_deref_trait v1.2.0 |
1219 | 2025-01-17T07:41:34.984Z | Compiling socket2 v0.5.7 |
1220 | 2025-01-17T07:41:35.044Z | Compiling slab v0.4.9 |
1221 | 2025-01-17T07:41:35.109Z | Compiling prettyplease v0.2.25 |
1222 | 2025-01-17T07:41:35.474Z | Compiling minimal-lexical v0.2.1 |
1223 | 2025-01-17T07:41:35.518Z | Compiling serde_json v1.0.135 |
1224 | 2025-01-17T07:41:35.747Z | Compiling clang-sys v1.8.1 |
1225 | 2025-01-17T07:41:35.896Z | Compiling nom v7.1.3 |
1226 | 2025-01-17T07:41:35.989Z | Compiling libloading v0.8.5 |
1227 | 2025-01-17T07:41:36.147Z | Compiling bindgen v0.69.5 |
1228 | 2025-01-17T07:41:36.381Z | Compiling home v0.5.9 |
1229 | 2025-01-17T07:41:36.641Z | Compiling futures-channel v0.3.31 |
1230 | 2025-01-17T07:41:37.054Z | Compiling itertools v0.12.1 |
1231 | 2025-01-17T07:41:37.077Z | Compiling allocator-api2 v0.2.18 |
1232 | 2025-01-17T07:41:37.141Z | Compiling futures-io v0.3.31 |
1233 | 2025-01-17T07:41:37.436Z | Compiling libm v0.2.8 |
1234 | 2025-01-17T07:41:37.779Z | Compiling lazycell v1.3.0 |
1235 | 2025-01-17T07:41:37.849Z | Compiling futures-task v0.3.31 |
1236 | 2025-01-17T07:41:37.977Z | Compiling rustc-hash v1.1.0 |
1237 | 2025-01-17T07:41:38.148Z | Compiling foldhash v0.1.3 |
1238 | 2025-01-17T07:41:38.167Z | Compiling pin-utils v0.1.0 |
1239 | 2025-01-17T07:41:38.269Z | Compiling regex-automata v0.4.8 |
1240 | 2025-01-17T07:41:38.453Z | Compiling hashbrown v0.15.1 |
1241 | 2025-01-17T07:41:38.927Z | Compiling cmake v0.1.51 |
1242 | 2025-01-17T07:41:39.295Z | Compiling cexpr v0.6.0 |
1243 | 2025-01-17T07:41:39.687Z | Compiling synstructure v0.13.1 |
1244 | 2025-01-17T07:41:39.963Z | Compiling num-traits v0.2.19 |
1245 | 2025-01-17T07:41:40.266Z | Compiling tinyvec_macros v0.1.1 |
1246 | 2025-01-17T07:41:40.369Z | Compiling fs_extra v1.3.0 |
1247 | 2025-01-17T07:41:40.828Z | Compiling dunce v1.0.5 |
1248 | 2025-01-17T07:41:40.903Z | Compiling pkg-config v0.3.31 |
1249 | 2025-01-17T07:41:40.952Z | Compiling tinyvec v1.8.0 |
1250 | 2025-01-17T07:41:41.257Z | Compiling ring v0.17.8 |
1251 | 2025-01-17T07:41:42.371Z | Compiling writeable v0.5.5 |
1252 | 2025-01-17T07:41:42.426Z | Compiling unicode-normalization v0.1.24 |
1253 | 2025-01-17T07:41:42.494Z | Compiling unicode-bidi v0.3.17 |
1254 | 2025-01-17T07:41:42.655Z | Compiling litemap v0.7.3 |
1255 | 2025-01-17T07:41:42.816Z | Compiling base64ct v1.6.0 |
1256 | 2025-01-17T07:41:43.027Z | Compiling paste v1.0.15 |
1257 | 2025-01-17T07:41:43.344Z | Compiling pem-rfc7468 v0.7.0 |
1258 | 2025-01-17T07:41:43.571Z | Compiling aws-lc-rs v1.10.0 |
1259 | 2025-01-17T07:41:43.777Z | Compiling regex v1.11.1 |
1260 | 2025-01-17T07:41:43.918Z | Compiling httparse v1.9.5 |
1261 | 2025-01-17T07:41:43.921Z | Compiling flagset v0.4.6 |
1262 | 2025-01-17T07:41:44.139Z | Compiling tracing-core v0.1.32 |
1263 | 2025-01-17T07:41:44.660Z | Compiling percent-encoding v2.3.1 |
1264 | 2025-01-17T07:41:44.680Z | Compiling icu_locid_transform_data v1.5.0 |
1265 | 2025-01-17T07:41:44.787Z | Compiling rustls-pki-types v1.10.0 |
1266 | 2025-01-17T07:41:44.964Z | Compiling crossbeam-utils v0.8.20 |
1267 | 2025-01-17T07:41:45.252Z | Compiling serde_derive v1.0.217 |
1268 | 2025-01-17T07:41:45.286Z | Compiling zeroize_derive v1.4.2 |
1269 | 2025-01-17T07:41:45.442Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2025-01-17T07:41:45.682Z | Compiling tokio-macros v2.5.0 |
1271 | 2025-01-17T07:41:45.720Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2025-01-17T07:41:46.635Z | Compiling zeroize v1.8.1 |
1273 | 2025-01-17T07:41:47.160Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-17T07:41:47.181Z | Compiling thiserror-impl v1.0.69 |
1275 | 2025-01-17T07:41:47.397Z | Compiling zerocopy v0.7.35 |
1276 | 2025-01-17T07:41:48.276Z | Compiling crypto-common v0.1.6 |
1277 | 2025-01-17T07:41:48.518Z | Compiling block-buffer v0.10.4 |
1278 | 2025-01-17T07:41:48.737Z | Compiling digest v0.10.7 |
1279 | 2025-01-17T07:41:48.778Z | Compiling futures-macro v0.3.31 |
1280 | 2025-01-17T07:41:49.161Z | Compiling hmac v0.12.1 |
1281 | 2025-01-17T07:41:49.183Z | Compiling zerovec-derive v0.10.3 |
1282 | 2025-01-17T07:41:49.202Z | Compiling zerofrom v0.1.4 |
1283 | 2025-01-17T07:41:49.405Z | Compiling block-padding v0.3.3 |
1284 | 2025-01-17T07:41:49.425Z | Compiling displaydoc v0.2.5 |
1285 | 2025-01-17T07:41:49.701Z | Compiling inout v0.1.3 |
1286 | 2025-01-17T07:41:49.801Z | Compiling yoke v0.7.4 |
1287 | 2025-01-17T07:41:49.942Z | Compiling cipher v0.4.4 |
1288 | 2025-01-17T07:41:50.101Z | Compiling thiserror v1.0.69 |
1289 | 2025-01-17T07:41:50.141Z | Compiling sha2 v0.10.8 |
1290 | 2025-01-17T07:41:50.250Z | Compiling ppv-lite86 v0.2.20 |
1291 | 2025-01-17T07:41:50.434Z | Compiling der_derive v0.7.3 |
1292 | 2025-01-17T07:41:50.623Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-17T07:41:50.972Z | Compiling icu_provider_macros v1.5.0 |
1294 | 2025-01-17T07:41:50.992Z | Compiling rand_chacha v0.3.1 |
1295 | 2025-01-17T07:41:51.654Z | Compiling zerovec v0.10.4 |
1296 | 2025-01-17T07:41:52.047Z | Compiling tracing-attributes v0.1.27 |
1297 | 2025-01-17T07:41:52.543Z | Compiling der v0.7.9 |
1298 | 2025-01-17T07:41:53.185Z | Compiling tinystr v0.7.6 |
1299 | 2025-01-17T07:41:53.532Z | Compiling icu_locid v1.5.0 |
1300 | 2025-01-17T07:41:53.551Z | Compiling icu_collections v1.5.0 |
1301 | 2025-01-17T07:41:53.633Z | Compiling rand v0.8.5 |
1302 | 2025-01-17T07:41:53.892Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-17T07:41:54.135Z | Compiling pest v2.7.14 |
1304 | 2025-01-17T07:41:54.908Z | Compiling icu_provider v1.5.0 |
1305 | 2025-01-17T07:41:55.484Z | Compiling tracing v0.1.40 |
1306 | 2025-01-17T07:41:55.696Z | Compiling spki v0.7.3 |
1307 | 2025-01-17T07:41:55.808Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2025-01-17T07:41:55.826Z | Compiling pbkdf2 v0.12.2 |
1309 | 2025-01-17T07:41:55.852Z | Compiling vcpkg v0.2.15 |
1310 | 2025-01-17T07:41:55.910Z | Compiling icu_properties_data v1.5.0 |
1311 | 2025-01-17T07:41:55.926Z | Compiling powerfmt v0.2.0 |
1312 | 2025-01-17T07:41:55.936Z | Compiling untrusted v0.9.0 |
1313 | 2025-01-17T07:41:55.994Z | Compiling time-core v0.1.2 |
1314 | 2025-01-17T07:41:56.123Z | Compiling untrusted v0.7.1 |
1315 | 2025-01-17T07:41:56.165Z | Compiling mirai-annotations v1.12.0 |
1316 | 2025-01-17T07:41:56.179Z | Compiling num-conv v0.1.0 |
1317 | 2025-01-17T07:41:56.305Z | Compiling deranged v0.3.11 |
1318 | 2025-01-17T07:41:56.359Z | Compiling scrypt v0.11.0 |
1319 | 2025-01-17T07:41:56.460Z | Compiling time-macros v0.2.18 |
1320 | 2025-01-17T07:41:56.888Z | Compiling icu_properties v1.5.1 |
1321 | 2025-01-17T07:41:57.251Z | Compiling pest_meta v2.7.14 |
1322 | 2025-01-17T07:41:57.692Z | Compiling openssl-sys v0.9.103 |
1323 | 2025-01-17T07:41:58.080Z | Compiling bitflags v2.6.0 |
1324 | 2025-01-17T07:41:58.121Z | Compiling bytes v1.9.0 |
1325 | 2025-01-17T07:41:59.006Z | Compiling indexmap v2.7.0 |
1326 | 2025-01-17T07:41:59.381Z | Compiling tokio v1.43.0 |
1327 | 2025-01-17T07:41:59.697Z | Compiling http v1.2.0 |
1328 | 2025-01-17T07:41:59.881Z | Compiling semver v1.0.24 |
1329 | 2025-01-17T07:42:00.397Z | Compiling rustc_version v0.4.1 |
1330 | 2025-01-17T07:42:00.643Z | Compiling aes v0.8.4 |
1331 | 2025-01-17T07:42:01.116Z | Compiling cbc v0.1.2 |
1332 | 2025-01-17T07:42:01.369Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-01-17T07:42:01.745Z | Compiling utf8_iter v1.0.4 |
1334 | 2025-01-17T07:42:01.767Z | Compiling atomic-waker v1.1.2 |
1335 | 2025-01-17T07:42:01.882Z | Compiling num_threads v0.1.7 |
1336 | 2025-01-17T07:42:01.971Z | Compiling utf16_iter v1.0.5 |
1337 | 2025-01-17T07:42:01.997Z | Compiling write16 v1.0.0 |
1338 | 2025-01-17T07:42:02.036Z | Compiling icu_normalizer_data v1.5.0 |
1339 | 2025-01-17T07:42:02.060Z | Compiling time v0.3.36 |
1340 | 2025-01-17T07:42:02.154Z | Compiling which v4.4.2 |
1341 | 2025-01-17T07:42:02.173Z | Compiling icu_normalizer v1.5.0 |
1342 | 2025-01-17T07:42:02.196Z | Compiling pkcs5 v0.7.1 |
1343 | 2025-01-17T07:42:02.835Z | Compiling scroll v0.12.0 |
1344 | 2025-01-17T07:42:03.345Z | Compiling http-body v1.0.1 |
1345 | 2025-01-17T07:42:03.405Z | Compiling pest_generator v2.7.14 |
1346 | 2025-01-17T07:42:03.532Z | Compiling form_urlencoded v1.2.1 |
1347 | 2025-01-17T07:42:03.558Z | Compiling try-lock v0.2.5 |
1348 | 2025-01-17T07:42:03.580Z | Compiling slog v2.7.0 |
1349 | 2025-01-17T07:42:03.726Z | Compiling goblin v0.8.2 |
1350 | 2025-01-17T07:42:03.860Z | Compiling want v0.3.1 |
1351 | 2025-01-17T07:42:04.038Z | Compiling idna_adapter v1.2.0 |
1352 | 2025-01-17T07:42:04.127Z | Compiling pkcs8 v0.10.2 |
1353 | 2025-01-17T07:42:04.149Z | Compiling uuid v1.12.0 |
1354 | 2025-01-17T07:42:04.256Z | Compiling httpdate v1.0.3 |
1355 | 2025-01-17T07:42:04.731Z | Compiling iana-time-zone v0.1.61 |
1356 | 2025-01-17T07:42:04.789Z | Compiling idna v1.0.3 |
1357 | 2025-01-17T07:42:05.113Z | Compiling chrono v0.4.38 |
1358 | 2025-01-17T07:42:05.309Z | Compiling pest_derive v2.7.14 |
1359 | 2025-01-17T07:42:06.081Z | Compiling dtrace-parser v0.2.0 |
1360 | 2025-01-17T07:42:06.406Z | Compiling toml_datetime v0.6.8 |
1361 | 2025-01-17T07:42:06.437Z | Compiling serde_tokenstream v0.2.2 |
1362 | 2025-01-17T07:42:06.856Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-17T07:42:06.878Z | Compiling rustversion v1.0.17 |
1364 | 2025-01-17T07:42:07.004Z | Compiling foreign-types-shared v0.1.1 |
1365 | 2025-01-17T07:42:07.084Z | Compiling adler2 v2.0.0 |
1366 | 2025-01-17T07:42:07.133Z | Compiling tower-service v0.3.3 |
1367 | 2025-01-17T07:42:07.277Z | Compiling openssl v0.10.66 |
1368 | 2025-01-17T07:42:07.310Z | Compiling match_cfg v0.1.0 |
1369 | 2025-01-17T07:42:07.425Z | Compiling base64 v0.22.1 |
1370 | 2025-01-17T07:42:07.603Z | Compiling hostname v0.3.1 |
1371 | 2025-01-17T07:42:07.670Z | Compiling tokio-util v0.7.12 |
1372 | 2025-01-17T07:42:07.852Z | Compiling miniz_oxide v0.8.0 |
1373 | 2025-01-17T07:42:08.022Z | Compiling foreign-types v0.3.2 |
1374 | 2025-01-17T07:42:08.117Z | Compiling url v2.5.3 |
1375 | 2025-01-17T07:42:08.489Z | Compiling openssl-macros v0.1.1 |
1376 | 2025-01-17T07:42:08.912Z | Compiling h2 v0.4.6 |
1377 | 2025-01-17T07:42:09.195Z | Compiling async-trait v0.1.83 |
1378 | 2025-01-17T07:42:09.320Z | Compiling serde_derive_internals v0.29.1 |
1379 | 2025-01-17T07:42:09.360Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2025-01-17T07:42:09.888Z | Compiling dof v0.3.0 |
1381 | 2025-01-17T07:42:09.959Z | Compiling rustls v0.23.19 |
1382 | 2025-01-17T07:42:10.256Z | Compiling syn v1.0.109 |
1383 | 2025-01-17T07:42:10.839Z | Compiling usdt-impl v0.5.0 |
1384 | 2025-01-17T07:42:11.555Z | Compiling native-tls v0.2.12 |
1385 | 2025-01-17T07:42:11.730Z | Compiling rustls v0.22.4 |
1386 | 2025-01-17T07:42:11.763Z | Compiling schemars v0.8.21 |
1387 | 2025-01-17T07:42:11.884Z | Compiling siphasher v0.3.11 |
1388 | 2025-01-17T07:42:11.986Z | Compiling data-encoding v2.6.0 |
1389 | 2025-01-17T07:42:12.191Z | Compiling schemars_derive v0.8.21 |
1390 | 2025-01-17T07:42:12.235Z | Compiling dirs-next v2.0.0 |
1391 | 2025-01-17T07:42:13.257Z | Compiling http-body-util v0.1.2 |
1392 | 2025-01-17T07:42:13.326Z | Compiling heapless v0.7.17 |
1393 | 2025-01-17T07:42:13.726Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2025-01-17T07:42:13.739Z | Compiling sha1 v0.10.6 |
1395 | 2025-01-17T07:42:13.742Z | Compiling signature v2.2.0 |
1396 | 2025-01-17T07:42:14.017Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1397 | 2025-01-17T07:42:14.068Z | Compiling thread_local v1.1.8 |
1398 | 2025-01-17T07:42:14.161Z | Compiling cookie v0.18.1 |
1399 | 2025-01-17T07:42:14.392Z | Compiling encoding_rs v0.8.34 |
1400 | 2025-01-17T07:42:14.450Z | Compiling multer v3.1.0 |
1401 | 2025-01-17T07:42:14.485Z | Compiling openssl-probe v0.1.5 |
1402 | 2025-01-17T07:42:14.534Z | Compiling gimli v0.31.1 |
1403 | 2025-01-17T07:42:14.764Z | Compiling slog-async v2.8.0 |
1404 | 2025-01-17T07:42:14.801Z | Compiling rayon-core v1.12.1 |
1405 | 2025-01-17T07:42:15.093Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-01-17T07:42:15.238Z | Compiling dyn-clone v1.0.17 |
1407 | 2025-01-17T07:42:15.259Z | Compiling mime v0.3.17 |
1408 | 2025-01-17T07:42:15.456Z | Compiling ipnet v2.10.1 |
1409 | 2025-01-17T07:42:15.522Z | Compiling signal-hook v0.3.17 |
1410 | 2025-01-17T07:42:15.780Z | Compiling stringprep v0.1.5 |
1411 | 2025-01-17T07:42:15.832Z | Compiling toml_edit v0.22.22 |
1412 | 2025-01-17T07:42:16.565Z | Compiling hyper v1.5.2 |
1413 | 2025-01-17T07:42:19.181Z | Compiling hyper-util v0.1.10 |
1414 | 2025-01-17T07:42:19.207Z | Compiling addr2line v0.24.2 |
1415 | 2025-01-17T07:42:20.008Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-01-17T07:42:20.181Z | Compiling usdt-attr-macro v0.5.0 |
1417 | 2025-01-17T07:42:20.201Z | Compiling usdt-macro v0.5.0 |
1418 | 2025-01-17T07:42:20.281Z | Compiling term v0.7.0 |
1419 | 2025-01-17T07:42:21.138Z | Compiling slog-json v2.6.1 |
1420 | 2025-01-17T07:42:21.519Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2025-01-17T07:42:21.539Z | Compiling curve25519-dalek v4.1.3 |
1422 | 2025-01-17T07:42:21.578Z | Compiling crossbeam-channel v0.5.13 |
1423 | 2025-01-17T07:42:21.758Z | Compiling enum-as-inner v0.6.1 |
1424 | 2025-01-17T07:42:22.007Z | Compiling futures-executor v0.3.31 |
1425 | 2025-01-17T07:42:22.032Z | Compiling md-5 v0.10.6 |
1426 | 2025-01-17T07:42:22.210Z | Compiling rustls-pemfile v2.2.0 |
1427 | 2025-01-17T07:42:22.315Z | Compiling async-stream-impl v0.3.6 |
1428 | 2025-01-17T07:42:22.531Z | Compiling num-integer v0.1.46 |
1429 | 2025-01-17T07:42:22.552Z | Compiling idna v0.3.0 |
1430 | 2025-01-17T07:42:22.622Z | Compiling idna v0.4.0 |
1431 | 2025-01-17T07:42:22.804Z | Compiling hash32 v0.2.1 |
1432 | 2025-01-17T07:42:23.172Z | Compiling ff v0.13.0 |
1433 | 2025-01-17T07:42:23.312Z | Compiling is-terminal v0.4.13 |
1434 | 2025-01-17T07:42:23.360Z | Compiling object v0.36.5 |
1435 | 2025-01-17T07:42:23.399Z | Compiling dropshot v0.12.0 |
1436 | 2025-01-17T07:42:23.452Z | Compiling base16ct v0.2.0 |
1437 | 2025-01-17T07:42:23.589Z | Compiling anyhow v1.0.93 |
1438 | 2025-01-17T07:42:23.692Z | Compiling fallible-iterator v0.2.0 |
1439 | 2025-01-17T07:42:23.755Z | Compiling quick-error v1.2.3 |
1440 | 2025-01-17T07:42:23.918Z | Compiling rustc-demangle v0.1.24 |
1441 | 2025-01-17T07:42:24.103Z | Compiling linked-hash-map v0.5.6 |
1442 | 2025-01-17T07:42:24.103Z | Compiling num-bigint-dig v0.8.4 |
1443 | 2025-01-17T07:42:24.171Z | Compiling smoltcp v0.9.1 |
1444 | 2025-01-17T07:42:24.358Z | Compiling psl-types v2.0.11 |
1445 | 2025-01-17T07:42:24.391Z | Compiling portable-atomic v1.9.0 |
1446 | 2025-01-17T07:42:24.452Z | Compiling utf-8 v0.7.6 |
1447 | 2025-01-17T07:42:24.553Z | Compiling take_mut v0.2.2 |
1448 | 2025-01-17T07:42:24.806Z | Compiling tungstenite v0.24.0 |
1449 | 2025-01-17T07:42:24.835Z | Compiling publicsuffix v2.2.3 |
1450 | 2025-01-17T07:42:24.900Z | Compiling lru-cache v0.1.2 |
1451 | 2025-01-17T07:42:25.107Z | Compiling postgres-protocol v0.6.7 |
1452 | 2025-01-17T07:42:25.458Z | Compiling resolv-conf v0.7.0 |
1453 | 2025-01-17T07:42:25.595Z | Compiling sec1 v0.7.3 |
1454 | 2025-01-17T07:42:25.897Z | Compiling async-stream v0.3.6 |
1455 | 2025-01-17T07:42:26.144Z | Compiling hickory-proto v0.24.1 |
1456 | 2025-01-17T07:42:26.201Z | Compiling slog-term v2.9.1 |
1457 | 2025-01-17T07:42:26.204Z | Compiling usdt v0.5.0 |
1458 | 2025-01-17T07:42:26.348Z | Compiling group v0.13.0 |
1459 | 2025-01-17T07:42:26.713Z | Compiling num-iter v0.1.45 |
1460 | 2025-01-17T07:42:26.907Z | Compiling futures v0.3.31 |
1461 | 2025-01-17T07:42:27.025Z | Compiling slog-bunyan v2.5.0 |
1462 | 2025-01-17T07:42:27.748Z | Compiling toml v0.8.19 |
1463 | 2025-01-17T07:42:28.267Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-01-17T07:42:28.560Z | Compiling camino v1.1.9 |
1465 | 2025-01-17T07:42:28.793Z | Compiling phf_shared v0.11.2 |
1466 | 2025-01-17T07:42:29.157Z | Compiling dropshot_endpoint v0.12.0 |
1467 | 2025-01-17T07:42:29.247Z | Compiling terminal_size v0.4.0 |
1468 | 2025-01-17T07:42:29.267Z | Compiling waitgroup v0.1.2 |
1469 | 2025-01-17T07:42:29.440Z | Compiling openapiv3 v2.0.0 |
1470 | 2025-01-17T07:42:29.482Z | Compiling serde_path_to_error v0.1.16 |
1471 | 2025-01-17T07:42:29.502Z | Compiling hkdf v0.12.4 |
1472 | 2025-01-17T07:42:29.803Z | Compiling crypto-bigint v0.5.5 |
1473 | 2025-01-17T07:42:30.263Z | Compiling backtrace v0.3.74 |
1474 | 2025-01-17T07:42:30.481Z | Compiling webpki-roots v0.26.6 |
1475 | 2025-01-17T07:42:30.721Z | Compiling zerocopy-derive v0.6.6 |
1476 | 2025-01-17T07:42:32.746Z | Compiling curve25519-dalek-derive v0.1.1 |
1477 | 2025-01-17T07:42:32.815Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-01-17T07:42:33.337Z | Compiling idna v0.5.0 |
1479 | 2025-01-17T07:42:33.415Z | Compiling hostname v0.4.0 |
1480 | 2025-01-17T07:42:33.575Z | Compiling crc32fast v1.4.2 |
1481 | 2025-01-17T07:42:33.644Z | Compiling fs-err v2.11.0 |
1482 | 2025-01-17T07:42:33.680Z | Compiling ahash v0.8.11 |
1483 | 2025-01-17T07:42:33.913Z | Compiling managed v0.8.0 |
1484 | 2025-01-17T07:42:33.935Z | Compiling newtype-uuid v1.2.1 |
1485 | 2025-01-17T07:42:34.035Z | Compiling debug-ignore v1.0.5 |
1486 | 2025-01-17T07:42:34.154Z | Compiling winnow v0.5.40 |
1487 | 2025-01-17T07:42:34.197Z | Compiling bitflags v1.3.2 |
1488 | 2025-01-17T07:42:34.250Z | Compiling cookie_store v0.21.0 |
1489 | 2025-01-17T07:42:34.350Z | Compiling console v0.15.8 |
1490 | 2025-01-17T07:42:34.904Z | Compiling clap_builder v4.5.21 |
1491 | 2025-01-17T07:42:35.740Z | Compiling strum_macros v0.25.3 |
1492 | 2025-01-17T07:42:35.836Z | Compiling flate2 v1.0.34 |
1493 | 2025-01-17T07:42:35.934Z | Compiling hubpack v0.1.2 |
1494 | 2025-01-17T07:42:36.338Z | Compiling zerocopy v0.6.6 |
1495 | 2025-01-17T07:42:36.376Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-01-17T07:42:36.742Z | Compiling hickory-resolver v0.24.1 |
1497 | 2025-01-17T07:42:37.193Z | Compiling phf v0.11.2 |
1498 | 2025-01-17T07:42:37.477Z | Compiling toml_edit v0.19.15 |
1499 | 2025-01-17T07:42:37.659Z | Compiling signal-hook-mio v0.2.4 |
1500 | 2025-01-17T07:42:37.836Z | Compiling hyper-tls v0.6.0 |
1501 | 2025-01-17T07:42:37.859Z | Compiling rayon v1.10.0 |
1502 | 2025-01-17T07:42:38.235Z | Compiling bzip2 v0.4.4 |
1503 | 2025-01-17T07:42:39.470Z | Compiling tokio-tungstenite v0.24.0 |
1504 | 2025-01-17T07:42:40.052Z | Compiling postgres-types v0.2.8 |
1505 | 2025-01-17T07:42:42.172Z | Compiling ed25519 v2.2.3 |
1506 | 2025-01-17T07:42:42.567Z | Compiling phf_shared v0.10.0 |
1507 | 2025-01-17T07:42:42.657Z | Compiling tokio-stream v0.1.16 |
1508 | 2025-01-17T07:42:42.947Z | Compiling pkcs1 v0.7.5 |
1509 | 2025-01-17T07:42:43.191Z | Compiling serde-big-array v0.5.1 |
1510 | 2025-01-17T07:42:43.427Z | Compiling clap_derive v4.5.18 |
1511 | 2025-01-17T07:42:43.430Z | Compiling rfc6979 v0.4.0 |
1512 | 2025-01-17T07:42:43.625Z | Compiling serde_repr v0.1.19 |
1513 | 2025-01-17T07:42:43.645Z | Compiling derive-where v1.2.7 |
1514 | 2025-01-17T07:42:43.850Z | Compiling float-cmp v0.9.0 |
1515 | 2025-01-17T07:42:44.025Z | Compiling bstr v1.10.0 |
1516 | 2025-01-17T07:42:44.115Z | Compiling sync_wrapper v1.0.1 |
1517 | 2025-01-17T07:42:44.289Z | Compiling static_assertions v1.1.0 |
1518 | 2025-01-17T07:42:44.404Z | Compiling difflib v0.4.0 |
1519 | 2025-01-17T07:42:44.740Z | Compiling unicode-segmentation v1.12.0 |
1520 | 2025-01-17T07:42:44.760Z | Compiling precomputed-hash v0.1.1 |
1521 | 2025-01-17T07:42:44.905Z | Compiling bit-vec v0.6.3 |
1522 | 2025-01-17T07:42:45.347Z | Compiling new_debug_unreachable v1.0.6 |
1523 | 2025-01-17T07:42:45.469Z | Compiling number_prefix v0.4.0 |
1524 | 2025-01-17T07:42:45.644Z | Compiling whoami v1.5.2 |
1525 | 2025-01-17T07:42:45.665Z | Compiling predicates-core v1.0.8 |
1526 | 2025-01-17T07:42:45.689Z | Compiling unicode-width v0.2.0 |
1527 | 2025-01-17T07:42:45.801Z | Compiling fixedbitset v0.4.2 |
1528 | 2025-01-17T07:42:45.979Z | Compiling normalize-line-endings v0.3.0 |
1529 | 2025-01-17T07:42:46.123Z | Compiling predicates v3.1.2 |
1530 | 2025-01-17T07:42:46.200Z | Compiling indicatif v0.17.9 |
1531 | 2025-01-17T07:42:46.239Z | Compiling petgraph v0.6.5 |
1532 | 2025-01-17T07:42:46.260Z | Compiling tokio-postgres v0.7.12 |
1533 | 2025-01-17T07:42:46.865Z | Compiling similar v2.6.0 |
1534 | 2025-01-17T07:42:47.640Z | Compiling string_cache v0.8.7 |
1535 | 2025-01-17T07:42:48.102Z | Compiling bit-set v0.5.3 |
1536 | 2025-01-17T07:42:48.123Z | Compiling clap v4.5.21 |
1537 | 2025-01-17T07:42:48.255Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1538 | 2025-01-17T07:42:48.257Z | Compiling ecdsa v0.16.9 |
1539 | 2025-01-17T07:42:48.386Z | Compiling rsa v0.9.6 |
1540 | 2025-01-17T07:42:49.039Z | Compiling ed25519-dalek v2.1.1 |
1541 | 2025-01-17T07:42:49.103Z | Compiling toml v0.7.8 |
1542 | 2025-01-17T07:42:49.812Z | Compiling zip v0.6.6 |
1543 | 2025-01-17T07:42:50.362Z | Compiling crossterm v0.28.1 |
1544 | 2025-01-17T07:42:51.748Z | Compiling hex v0.4.3 |
1545 | 2025-01-17T07:42:51.856Z | Compiling x509-cert v0.2.5 |
1546 | 2025-01-17T07:42:51.994Z | Compiling itertools v0.10.5 |
1547 | 2025-01-17T07:42:52.353Z | Compiling lalrpop-util v0.19.12 |
1548 | 2025-01-17T07:42:52.454Z | Compiling peg-runtime v0.8.3 |
1549 | 2025-01-17T07:42:52.718Z | Compiling unicode-xid v0.2.6 |
1550 | 2025-01-17T07:42:52.921Z | Compiling strum_macros v0.26.4 |
1551 | 2025-01-17T07:42:53.057Z | Compiling xattr v1.3.1 |
1552 | 2025-01-17T07:42:53.329Z | Compiling filetime v0.2.25 |
1553 | 2025-01-17T07:42:53.633Z | Compiling tar v0.4.42 |
1554 | 2025-01-17T07:42:57.683Z | Compiling strum v0.26.3 |
1555 | 2025-01-17T07:43:01.056Z | Compiling aws-lc-sys v0.22.0 |
1556 | 2025-01-17T07:43:32.059Z | Compiling rustls-webpki v0.102.8 |
1557 | 2025-01-17T07:43:35.350Z | Compiling tokio-rustls v0.25.0 |
1558 | 2025-01-17T07:43:37.070Z | Compiling tokio-rustls v0.26.0 |
1559 | 2025-01-17T07:43:37.353Z | Compiling hyper-rustls v0.27.3 |
1560 | 2025-01-17T07:43:37.676Z | Compiling reqwest v0.12.9 |
1561 | 2025-01-17T07:43:38.997Z | Compiling qorb v0.2.1 |
1562 | 2025-01-17T07:43:42.176Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2025-01-17T07:43:42.428Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1564 | 2025-01-17T07:43:46.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1565 | 2025-01-17T07:43:47.143Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1566 | 2025-01-17T07:43:47.194Z | Jan 17 07:43:46.830 INFO Starting download, target: Clickhouse |
1567 | 2025-01-17T07:43:47.194Z | Jan 17 07:43:46.830 INFO Starting download, target: Console |
1568 | 2025-01-17T07:43:47.194Z | Jan 17 07:43:46.830 INFO Starting download, target: Cockroach |
1569 | 2025-01-17T07:43:47.195Z | Jan 17 07:43:46.830 INFO Starting download, target: DendriteOpenapi |
1570 | 2025-01-17T07:43:47.195Z | Jan 17 07:43:46.830 INFO Starting download, target: DendriteStub |
1571 | 2025-01-17T07:43:47.195Z | Jan 17 07:43:46.830 INFO Starting download, target: MaghemiteMgd |
1572 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.830 INFO Starting download, target: TransceiverControl |
1573 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.831 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1574 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.831 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1575 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.831 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1576 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.831 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1577 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.831 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1578 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1579 | 2025-01-17T07:43:47.200Z | Jan 17 07:43:46.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1580 | 2025-01-17T07:43:47.431Z | Jan 17 07:43:47.043 INFO Download complete, target: DendriteOpenapi |
1581 | 2025-01-17T07:43:47.615Z | Jan 17 07:43:47.229 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1582 | 2025-01-17T07:43:47.784Z | Jan 17 07:43:47.421 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1583 | 2025-01-17T07:43:48.115Z | Jan 17 07:43:47.735 INFO Download complete, target: Console |
1584 | 2025-01-17T07:43:48.201Z | Jan 17 07:43:47.830 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1585 | 2025-01-17T07:43:48.235Z | Jan 17 07:43:47.867 INFO Download complete, target: TransceiverControl |
1586 | 2025-01-17T07:43:48.356Z | Jan 17 07:43:47.992 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1587 | 2025-01-17T07:43:48.939Z | Jan 17 07:43:48.576 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1588 | 2025-01-17T07:43:48.939Z | Jan 17 07:43:48.576 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1589 | 2025-01-17T07:43:49.423Z | Jan 17 07:43:49.059 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1590 | 2025-01-17T07:43:51.191Z | Jan 17 07:43:50.828 INFO Download complete, target: DendriteStub |
1591 | 2025-01-17T07:43:51.257Z | Jan 17 07:43:50.895 INFO Download complete, target: MaghemiteMgd |
1592 | 2025-01-17T07:43:56.440Z | Jan 17 07:43:56.077 INFO Checking that binary works, target: Cockroach |
1593 | 2025-01-17T07:43:56.603Z | Jan 17 07:43:56.241 INFO Download complete, target: Cockroach |
1594 | 2025-01-17T07:44:01.999Z | Jan 17 07:44:01.637 INFO Checking that binary works, target: Clickhouse |
1595 | 2025-01-17T07:44:02.374Z | Jan 17 07:44:02.012 INFO Download complete, target: Clickhouse |
1596 | 2025-01-17T07:44:02.484Z | All builder prerequisites installed successfully, and PATH looks valid |
1597 | 2025-01-17T07:44:02.487Z | |
1598 | 2025-01-17T07:44:02.487Z | real 6:06.381545426 |
1599 | 2025-01-17T07:44:02.487Z | user 15:54.527657134 |
1600 | 2025-01-17T07:44:02.487Z | sys 2:04.681003844 |
1601 | 2025-01-17T07:44:02.487Z | trap 0.573814846 |
1602 | 2025-01-17T07:44:02.487Z | tflt 5.028517234 |
1603 | 2025-01-17T07:44:02.488Z | dflt 4.594315351 |
1604 | 2025-01-17T07:44:02.488Z | kflt 0.393882880 |
1605 | 2025-01-17T07:44:02.488Z | lock 25:33.099801568 |
1606 | 2025-01-17T07:44:02.488Z | slp 59:04.176036242 |
1607 | 2025-01-17T07:44:02.488Z | lat 55.387258057 |
1608 | 2025-01-17T07:44:02.488Z | stop 2:19.471055559 |
1609 | 2025-01-17T07:44:02.488Z | + banner clippy |
1610 | 2025-01-17T07:44:02.491Z | |
1611 | 2025-01-17T07:44:02.491Z | #### # # ##### ##### # # |
1612 | 2025-01-17T07:44:02.491Z | # # # # # # # # # # |
1613 | 2025-01-17T07:44:02.491Z | # # # # # # # # |
1614 | 2025-01-17T07:44:02.491Z | # # # ##### ##### # |
1615 | 2025-01-17T07:44:02.491Z | # # # # # # # |
1616 | 2025-01-17T07:44:02.492Z | #### ###### # # # # |
1617 | 2025-01-17T07:44:02.492Z | |
1618 | 2025-01-17T07:44:02.492Z | + export CARGO_INCREMENTAL=0 |
1619 | 2025-01-17T07:44:02.492Z | + CARGO_INCREMENTAL=0 |
1620 | 2025-01-17T07:44:02.492Z | + ptime -m cargo xtask clippy |
1621 | 2025-01-17T07:44:03.018Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1622 | 2025-01-17T07:44:06.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
1623 | 2025-01-17T07:44:06.120Z | Running `target/debug/xtask clippy` |
1624 | 2025-01-17T07:44:06.144Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1625 | 2025-01-17T07:44:06.838Z | Downloading crates ... |
1626 | 2025-01-17T07:44:07.173Z | Downloaded assert-json-diff v2.0.2 |
1627 | 2025-01-17T07:44:07.182Z | Downloaded async-attributes v1.1.2 |
1628 | 2025-01-17T07:44:07.184Z | Downloaded assert_cmd v2.0.16 |
1629 | 2025-01-17T07:44:07.190Z | Downloaded async-object-pool v0.1.5 |
1630 | 2025-01-17T07:44:07.196Z | Downloaded doc-comment v0.3.3 |
1631 | 2025-01-17T07:44:07.198Z | Downloaded guppy-workspace-hack v0.1.0 |
1632 | 2025-01-17T07:44:07.208Z | Downloaded target-triple v0.1.3 |
1633 | 2025-01-17T07:44:07.217Z | Downloaded escape8259 v0.5.3 |
1634 | 2025-01-17T07:44:07.222Z | Downloaded plotters-svg v0.3.7 |
1635 | 2025-01-17T07:44:07.224Z | Downloaded async-channel v1.9.0 |
1636 | 2025-01-17T07:44:07.231Z | Downloaded event-listener v2.5.3 |
1637 | 2025-01-17T07:44:07.233Z | Downloaded async-channel v2.3.1 |
1638 | 2025-01-17T07:44:07.258Z | Downloaded plotters-backend v0.3.7 |
1639 | 2025-01-17T07:44:07.260Z | Downloaded approx v0.5.1 |
1640 | 2025-01-17T07:44:07.261Z | Downloaded piper v0.2.4 |
1641 | 2025-01-17T07:44:07.264Z | Downloaded pathdiff v0.2.2 |
1642 | 2025-01-17T07:44:07.264Z | Downloaded path-tree v0.8.1 |
1643 | 2025-01-17T07:44:07.264Z | Downloaded kv-log-macro v1.0.7 |
1644 | 2025-01-17T07:44:07.267Z | Downloaded futures-timer v3.0.3 |
1645 | 2025-01-17T07:44:07.269Z | Downloaded stringmetrics v2.2.2 |
1646 | 2025-01-17T07:44:07.269Z | Downloaded async-global-executor v2.4.1 |
1647 | 2025-01-17T07:44:07.273Z | Downloaded proc-macro-crate v3.2.0 |
1648 | 2025-01-17T07:44:07.273Z | Downloaded num_cpus v1.16.0 |
1649 | 2025-01-17T07:44:07.275Z | Downloaded nested v0.1.1 |
1650 | 2025-01-17T07:44:07.278Z | Downloaded similar-asserts v1.6.0 |
1651 | 2025-01-17T07:44:07.278Z | Downloaded parking v2.2.1 |
1652 | 2025-01-17T07:44:07.280Z | Downloaded oorandom v11.1.4 |
1653 | 2025-01-17T07:44:07.280Z | Downloaded async-signal v0.2.10 |
1654 | 2025-01-17T07:44:07.283Z | Downloaded async-task v4.7.1 |
1655 | 2025-01-17T07:44:07.285Z | Downloaded threadpool v1.8.1 |
1656 | 2025-01-17T07:44:07.285Z | Downloaded target-spec v3.2.2 |
1657 | 2025-01-17T07:44:07.288Z | Downloaded rustls-native-certs v0.7.3 |
1658 | 2025-01-17T07:44:07.288Z | Downloaded datatest-stable v0.2.9 |
1659 | 2025-01-17T07:44:07.292Z | Downloaded blake2b_simd v1.0.2 |
1660 | 2025-01-17T07:44:07.295Z | Downloaded tinytemplate v1.2.1 |
1661 | 2025-01-17T07:44:07.295Z | Downloaded target-lexicon v0.12.16 |
1662 | 2025-01-17T07:44:07.298Z | Downloaded rust-argon2 v2.1.0 |
1663 | 2025-01-17T07:44:07.298Z | Downloaded relative-path v1.9.3 |
1664 | 2025-01-17T07:44:07.301Z | Downloaded partial-io v0.5.4 |
1665 | 2025-01-17T07:44:07.301Z | Downloaded hyper-rustls v0.26.0 |
1666 | 2025-01-17T07:44:07.303Z | Downloaded criterion-plot v0.5.0 |
1667 | 2025-01-17T07:44:07.306Z | Downloaded futures-lite v2.3.0 |
1668 | 2025-01-17T07:44:07.306Z | Downloaded httptest v0.16.1 |
1669 | 2025-01-17T07:44:07.309Z | Downloaded async-io v2.3.4 |
1670 | 2025-01-17T07:44:07.311Z | Downloaded trybuild v1.0.101 |
1671 | 2025-01-17T07:44:07.314Z | Downloaded rstest v0.23.0 |
1672 | 2025-01-17T07:44:07.320Z | Downloaded rstest_macros v0.23.0 |
1673 | 2025-01-17T07:44:07.323Z | Downloaded libtest-mimic v0.7.3 |
1674 | 2025-01-17T07:44:07.325Z | Downloaded event-listener v5.3.1 |
1675 | 2025-01-17T07:44:07.328Z | Downloaded yansi v1.0.1 |
1676 | 2025-01-17T07:44:07.331Z | Downloaded rand_distr v0.4.3 |
1677 | 2025-01-17T07:44:07.334Z | Downloaded polling v3.7.3 |
1678 | 2025-01-17T07:44:07.337Z | Downloaded pretty_assertions v1.4.1 |
1679 | 2025-01-17T07:44:07.337Z | Downloaded fancy-regex v0.13.0 |
1680 | 2025-01-17T07:44:07.340Z | Downloaded cfg-expr v0.17.0 |
1681 | 2025-01-17T07:44:07.343Z | Downloaded serde_regex v1.1.0 |
1682 | 2025-01-17T07:44:07.346Z | Downloaded guppy v0.17.8 |
1683 | 2025-01-17T07:44:07.350Z | Downloaded async-std v1.13.0 |
1684 | 2025-01-17T07:44:07.369Z | Downloaded plotters v0.3.7 |
1685 | 2025-01-17T07:44:07.377Z | Downloaded criterion v0.5.1 |
1686 | 2025-01-17T07:44:07.384Z | Downloaded async-process v2.3.0 |
1687 | 2025-01-17T07:44:07.386Z | Downloaded async-executor v1.13.1 |
1688 | 2025-01-17T07:44:07.389Z | Downloaded async-lock v3.4.0 |
1689 | 2025-01-17T07:44:07.391Z | Downloaded indoc v2.0.5 |
1690 | 2025-01-17T07:44:07.394Z | Downloaded event-listener-strategy v0.5.2 |
1691 | 2025-01-17T07:44:07.394Z | Downloaded concurrent-queue v2.5.0 |
1692 | 2025-01-17T07:44:07.397Z | Downloaded cast v0.3.0 |
1693 | 2025-01-17T07:44:07.397Z | Downloaded blocking v1.6.1 |
1694 | 2025-01-17T07:44:07.397Z | Downloaded anes v0.1.6 |
1695 | 2025-01-17T07:44:07.469Z | Downloaded httpmock v0.8.0-alpha.1 |
1696 | 2025-01-17T07:44:08.340Z | Checking cfg-if v1.0.0 |
1697 | 2025-01-17T07:44:08.421Z | Checking libc v0.2.169 |
1698 | 2025-01-17T07:44:08.446Z | Checking serde v1.0.217 |
1699 | 2025-01-17T07:44:08.471Z | Checking memchr v2.7.4 |
1700 | 2025-01-17T07:44:08.495Z | Checking value-bag v1.9.0 |
1701 | 2025-01-17T07:44:08.519Z | Checking scopeguard v1.2.0 |
1702 | 2025-01-17T07:44:08.546Z | Checking zeroize v1.8.1 |
1703 | 2025-01-17T07:44:08.576Z | Checking itoa v1.0.11 |
1704 | 2025-01-17T07:44:08.578Z | Checking smallvec v1.13.2 |
1705 | 2025-01-17T07:44:08.662Z | Checking lock_api v0.4.12 |
1706 | 2025-01-17T07:44:08.827Z | Checking byteorder v1.5.0 |
1707 | 2025-01-17T07:44:08.856Z | Checking pin-project-lite v0.2.14 |
1708 | 2025-01-17T07:44:08.892Z | Checking log v0.4.22 |
1709 | 2025-01-17T07:44:08.961Z | Checking subtle v2.6.1 |
1710 | 2025-01-17T07:44:08.997Z | Checking once_cell v1.20.2 |
1711 | 2025-01-17T07:44:09.059Z | Checking typenum v1.17.0 |
1712 | 2025-01-17T07:44:09.222Z | Checking libm v0.2.8 |
1713 | 2025-01-17T07:44:09.264Z | Checking futures-core v0.3.31 |
1714 | 2025-01-17T07:44:09.293Z | Checking zerocopy v0.7.35 |
1715 | 2025-01-17T07:44:09.333Z | Checking ryu v1.0.18 |
1716 | 2025-01-17T07:44:09.395Z | Checking thiserror v1.0.69 |
1717 | 2025-01-17T07:44:09.425Z | Checking getrandom v0.2.15 |
1718 | 2025-01-17T07:44:09.462Z | Checking parking_lot_core v0.9.10 |
1719 | 2025-01-17T07:44:09.556Z | Checking signal-hook-registry v1.4.2 |
1720 | 2025-01-17T07:44:09.601Z | Checking mio v1.0.2 |
1721 | 2025-01-17T07:44:09.682Z | Checking rand_core v0.6.4 |
1722 | 2025-01-17T07:44:09.851Z | Checking parking_lot v0.12.3 |
1723 | 2025-01-17T07:44:09.884Z | Checking spin v0.9.8 |
1724 | 2025-01-17T07:44:10.054Z | Checking socket2 v0.5.7 |
1725 | 2025-01-17T07:44:10.174Z | Checking generic-array v0.14.7 |
1726 | 2025-01-17T07:44:10.210Z | Checking num-traits v0.2.19 |
1727 | 2025-01-17T07:44:10.244Z | Checking const-oid v0.9.6 |
1728 | 2025-01-17T07:44:10.275Z | Checking allocator-api2 v0.2.18 |
1729 | 2025-01-17T07:44:10.305Z | Checking futures-io v0.3.31 |
1730 | 2025-01-17T07:44:10.515Z | Checking slab v0.4.9 |
1731 | 2025-01-17T07:44:10.555Z | Checking cpufeatures v0.2.14 |
1732 | 2025-01-17T07:44:10.584Z | Checking futures-sink v0.3.31 |
1733 | 2025-01-17T07:44:10.683Z | Checking equivalent v1.0.1 |
1734 | 2025-01-17T07:44:10.752Z | Checking foldhash v0.1.3 |
1735 | 2025-01-17T07:44:10.807Z | Checking pin-utils v0.1.0 |
1736 | 2025-01-17T07:44:10.838Z | Checking futures-channel v0.3.31 |
1737 | 2025-01-17T07:44:10.881Z | Checking futures-task v0.3.31 |
1738 | 2025-01-17T07:44:10.921Z | Checking iana-time-zone v0.1.61 |
1739 | 2025-01-17T07:44:10.980Z | Checking hashbrown v0.15.1 |
1740 | 2025-01-17T07:44:11.102Z | Checking stable_deref_trait v1.2.0 |
1741 | 2025-01-17T07:44:11.144Z | Checking fnv v1.0.7 |
1742 | 2025-01-17T07:44:11.211Z | Checking crypto-common v0.1.6 |
1743 | 2025-01-17T07:44:11.214Z | Checking block-buffer v0.10.4 |
1744 | 2025-01-17T07:44:11.260Z | Checking futures-util v0.3.31 |
1745 | 2025-01-17T07:44:11.291Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1746 | 2025-01-17T07:44:11.425Z | Checking tracing-core v0.1.32 |
1747 | 2025-01-17T07:44:11.481Z | Checking ppv-lite86 v0.2.20 |
1748 | 2025-01-17T07:44:11.649Z | Checking errno v0.3.9 |
1749 | 2025-01-17T07:44:11.708Z | Checking dyn-clone v1.0.17 |
1750 | 2025-01-17T07:44:11.857Z | Checking zerofrom v0.1.4 |
1751 | 2025-01-17T07:44:11.884Z | Checking percent-encoding v2.3.1 |
1752 | 2025-01-17T07:44:12.011Z | Checking block-padding v0.3.3 |
1753 | 2025-01-17T07:44:12.072Z | Checking yoke v0.7.4 |
1754 | 2025-01-17T07:44:12.075Z | Checking tracing v0.1.40 |
1755 | 2025-01-17T07:44:12.124Z | Checking litemap v0.7.3 |
1756 | 2025-01-17T07:44:12.127Z | Checking digest v0.10.7 |
1757 | 2025-01-17T07:44:12.180Z | Checking rand_chacha v0.3.1 |
1758 | 2025-01-17T07:44:12.223Z | Checking writeable v0.5.5 |
1759 | 2025-01-17T07:44:12.406Z | Checking zerovec v0.10.4 |
1760 | 2025-01-17T07:44:12.465Z | Checking inout v0.1.3 |
1761 | 2025-01-17T07:44:12.468Z | Checking crossbeam-utils v0.8.20 |
1762 | 2025-01-17T07:44:12.511Z | Checking tinyvec_macros v0.1.1 |
1763 | 2025-01-17T07:44:12.547Z | Checking form_urlencoded v1.2.1 |
1764 | 2025-01-17T07:44:12.595Z | Checking rand v0.8.5 |
1765 | 2025-01-17T07:44:12.625Z | Checking tinyvec v1.8.0 |
1766 | 2025-01-17T07:44:12.709Z | Checking cipher v0.4.4 |
1767 | 2025-01-17T07:44:12.764Z | Checking httparse v1.9.5 |
1768 | 2025-01-17T07:44:12.922Z | Checking bytes v1.9.0 |
1769 | 2025-01-17T07:44:13.145Z | Checking bitflags v2.6.0 |
1770 | 2025-01-17T07:44:13.173Z | Checking serde_json v1.0.135 |
1771 | 2025-01-17T07:44:13.233Z | Checking chrono v0.4.38 |
1772 | 2025-01-17T07:44:13.471Z | Checking indexmap v2.7.0 |
1773 | 2025-01-17T07:44:13.755Z | Checking tokio v1.43.0 |
1774 | 2025-01-17T07:44:13.793Z | Checking uuid v1.12.0 |
1775 | 2025-01-17T07:44:13.913Z | Checking rustix v0.38.37 |
1776 | 2025-01-17T07:44:13.941Z | Checking http v1.2.0 |
1777 | 2025-01-17T07:44:14.460Z | Checking tinystr v0.7.6 |
1778 | 2025-01-17T07:44:14.662Z | Checking icu_locid_transform_data v1.5.0 |
1779 | 2025-01-17T07:44:14.760Z | Checking regex-syntax v0.8.5 |
1780 | 2025-01-17T07:44:14.787Z | Checking atomic-waker v1.1.2 |
1781 | 2025-01-17T07:44:14.824Z | Checking icu_locid v1.5.0 |
1782 | 2025-01-17T07:44:14.944Z | Checking unicode-ident v1.0.14 |
1783 | 2025-01-17T07:44:15.149Z | Checking icu_collections v1.5.0 |
1784 | 2025-01-17T07:44:15.192Z | Checking schemars v0.8.21 |
1785 | 2025-01-17T07:44:15.261Z | Checking unicode-normalization v0.1.24 |
1786 | 2025-01-17T07:44:15.745Z | Checking untrusted v0.9.0 |
1787 | 2025-01-17T07:44:15.784Z | Checking icu_provider v1.5.0 |
1788 | 2025-01-17T07:44:15.835Z | Checking icu_properties_data v1.5.0 |
1789 | 2025-01-17T07:44:15.926Z | Checking ring v0.17.8 |
1790 | 2025-01-17T07:44:16.077Z | Checking aho-corasick v1.1.3 |
1791 | 2025-01-17T07:44:16.248Z | Checking write16 v1.0.0 |
1792 | 2025-01-17T07:44:16.380Z | Checking icu_locid_transform v1.5.0 |
1793 | 2025-01-17T07:44:16.404Z | Checking icu_normalizer_data v1.5.0 |
1794 | 2025-01-17T07:44:16.523Z | Checking utf16_iter v1.0.5 |
1795 | 2025-01-17T07:44:16.645Z | Checking utf8_iter v1.0.4 |
1796 | 2025-01-17T07:44:16.719Z | Checking unicode-bidi v0.3.17 |
1797 | 2025-01-17T07:44:16.861Z | Checking base64ct v1.6.0 |
1798 | 2025-01-17T07:44:17.153Z | Checking proc-macro2 v1.0.92 |
1799 | 2025-01-17T07:44:17.354Z | Checking sha2 v0.10.8 |
1800 | 2025-01-17T07:44:17.369Z | Checking hmac v0.12.1 |
1801 | 2025-01-17T07:44:17.415Z | Checking icu_properties v1.5.1 |
1802 | 2025-01-17T07:44:17.605Z | Checking powerfmt v0.2.0 |
1803 | 2025-01-17T07:44:17.633Z | Checking rustls-pki-types v1.10.0 |
1804 | 2025-01-17T07:44:17.665Z | Checking time-core v0.1.2 |
1805 | 2025-01-17T07:44:17.840Z | Checking quote v1.0.38 |
1806 | 2025-01-17T07:44:17.843Z | Checking num-conv v0.1.0 |
1807 | 2025-01-17T07:44:17.895Z | Checking deranged v0.3.11 |
1808 | 2025-01-17T07:44:17.925Z | Checking num_threads v0.1.7 |
1809 | 2025-01-17T07:44:17.962Z | Checking regex-automata v0.4.8 |
1810 | 2025-01-17T07:44:18.050Z | Checking lazy_static v1.5.0 |
1811 | 2025-01-17T07:44:18.129Z | Checking adler2 v2.0.0 |
1812 | 2025-01-17T07:44:18.157Z | Checking http-body v1.0.1 |
1813 | 2025-01-17T07:44:18.185Z | Checking syn v2.0.96 |
1814 | 2025-01-17T07:44:18.210Z | Checking aws-lc-sys v0.22.0 |
1815 | 2025-01-17T07:44:18.303Z | Checking miniz_oxide v0.8.0 |
1816 | 2025-01-17T07:44:18.367Z | Checking try-lock v0.2.5 |
1817 | 2025-01-17T07:44:18.540Z | Checking httpdate v1.0.3 |
1818 | 2025-01-17T07:44:18.820Z | Checking base64 v0.22.1 |
1819 | 2025-01-17T07:44:19.057Z | Checking mirai-annotations v1.12.0 |
1820 | 2025-01-17T07:44:19.219Z | Checking time v0.3.36 |
1821 | 2025-01-17T07:44:19.251Z | Checking untrusted v0.7.1 |
1822 | 2025-01-17T07:44:19.316Z | Checking want v0.3.1 |
1823 | 2025-01-17T07:44:19.450Z | Checking pem-rfc7468 v0.7.0 |
1824 | 2025-01-17T07:44:19.510Z | Checking ahash v0.8.11 |
1825 | 2025-01-17T07:44:19.731Z | Checking tower-service v0.3.3 |
1826 | 2025-01-17T07:44:19.895Z | Checking flagset v0.4.6 |
1827 | 2025-01-17T07:44:19.984Z | Checking pbkdf2 v0.12.2 |
1828 | 2025-01-17T07:44:20.121Z | Checking der v0.7.9 |
1829 | 2025-01-17T07:44:20.177Z | Checking aes v0.8.4 |
1830 | 2025-01-17T07:44:20.246Z | Checking aws-lc-rs v1.10.0 |
1831 | 2025-01-17T07:44:20.500Z | Checking tokio-util v0.7.12 |
1832 | 2025-01-17T07:44:20.699Z | Checking icu_normalizer v1.5.0 |
1833 | 2025-01-17T07:44:21.105Z | Checking mime v0.3.17 |
1834 | 2025-01-17T07:44:21.304Z | Checking h2 v0.4.6 |
1835 | 2025-01-17T07:44:21.445Z | Checking cbc v0.1.2 |
1836 | 2025-01-17T07:44:21.498Z | Checking idna_adapter v1.2.0 |
1837 | 2025-01-17T07:44:21.627Z | Checking salsa20 v0.10.2 |
1838 | 2025-01-17T07:44:21.665Z | Checking slog v2.7.0 |
1839 | 2025-01-17T07:44:21.718Z | Checking idna v1.0.3 |
1840 | 2025-01-17T07:44:21.823Z | Checking spki v0.7.3 |
1841 | 2025-01-17T07:44:21.869Z | Checking scrypt v0.11.0 |
1842 | 2025-01-17T07:44:21.944Z | Checking rustls-webpki v0.102.8 |
1843 | 2025-01-17T07:44:22.112Z | Checking http-body-util v0.1.2 |
1844 | 2025-01-17T07:44:22.136Z | Checking semver v1.0.24 |
1845 | 2025-01-17T07:44:22.139Z | Checking ipnet v2.10.1 |
1846 | 2025-01-17T07:44:22.225Z | Checking url v2.5.3 |
1847 | 2025-01-17T07:44:22.370Z | Checking regex v1.11.1 |
1848 | 2025-01-17T07:44:22.530Z | Checking gimli v0.31.1 |
1849 | 2025-01-17T07:44:22.558Z | Checking pkcs5 v0.7.1 |
1850 | 2025-01-17T07:44:22.620Z | Checking rustls-pemfile v2.2.0 |
1851 | 2025-01-17T07:44:22.720Z | Checking object v0.36.5 |
1852 | 2025-01-17T07:44:22.864Z | Checking openssl-probe v0.1.5 |
1853 | 2025-01-17T07:44:22.952Z | Checking foreign-types-shared v0.1.1 |
1854 | 2025-01-17T07:44:23.036Z | Checking utf8parse v0.2.2 |
1855 | 2025-01-17T07:44:23.038Z | Checking rustc-demangle v0.1.24 |
1856 | 2025-01-17T07:44:23.088Z | Checking foreign-types v0.3.2 |
1857 | 2025-01-17T07:44:23.091Z | Checking pkcs8 v0.10.2 |
1858 | 2025-01-17T07:44:23.201Z | Checking futures-executor v0.3.31 |
1859 | 2025-01-17T07:44:23.229Z | Checking serde_urlencoded v0.7.1 |
1860 | 2025-01-17T07:44:23.402Z | Checking toml_datetime v0.6.8 |
1861 | 2025-01-17T07:44:23.461Z | Checking serde_spanned v0.6.8 |
1862 | 2025-01-17T07:44:23.508Z | Checking openssl-sys v0.9.103 |
1863 | 2025-01-17T07:44:23.635Z | Checking encoding_rs v0.8.34 |
1864 | 2025-01-17T07:44:23.682Z | Checking data-encoding v2.6.0 |
1865 | 2025-01-17T07:44:23.709Z | Checking unicode-width v0.1.14 |
1866 | 2025-01-17T07:44:24.062Z | Checking futures v0.3.31 |
1867 | 2025-01-17T07:44:24.193Z | Checking either v1.13.0 |
1868 | 2025-01-17T07:44:24.218Z | Checking anstyle v1.0.10 |
1869 | 2025-01-17T07:44:24.275Z | Checking rustls v0.23.19 |
1870 | 2025-01-17T07:44:24.582Z | Checking sha1 v0.10.6 |
1871 | 2025-01-17T07:44:24.585Z | Checking idna v0.3.0 |
1872 | 2025-01-17T07:44:24.729Z | Checking openssl v0.10.66 |
1873 | 2025-01-17T07:44:24.894Z | Checking openapiv3 v2.0.0 |
1874 | 2025-01-17T07:44:25.544Z | Checking psl-types v2.0.11 |
1875 | 2025-01-17T07:44:25.753Z | Checking publicsuffix v2.2.3 |
1876 | 2025-01-17T07:44:25.863Z | Checking anstyle-parse v0.2.5 |
1877 | 2025-01-17T07:44:26.020Z | Checking cookie v0.18.1 |
1878 | 2025-01-17T07:44:26.144Z | Checking webpki-roots v0.26.6 |
1879 | 2025-01-17T07:44:26.174Z | Checking addr2line v0.24.2 |
1880 | 2025-01-17T07:44:26.358Z | Checking idna v0.5.0 |
1881 | 2025-01-17T07:44:26.460Z | Checking camino v1.1.9 |
1882 | 2025-01-17T07:44:26.704Z | Checking winnow v0.6.20 |
1883 | 2025-01-17T07:44:27.011Z | Checking colorchoice v1.0.2 |
1884 | 2025-01-17T07:44:27.164Z | Checking anstyle-query v1.1.1 |
1885 | 2025-01-17T07:44:27.302Z | Checking is_terminal_polyfill v1.70.1 |
1886 | 2025-01-17T07:44:27.305Z | Checking cookie_store v0.21.0 |
1887 | 2025-01-17T07:44:27.452Z | Checking anstream v0.6.15 |
1888 | 2025-01-17T07:44:27.525Z | Checking hyper v1.5.2 |
1889 | 2025-01-17T07:44:27.833Z | Checking terminal_size v0.4.0 |
1890 | 2025-01-17T07:44:28.024Z | Checking signature v2.2.0 |
1891 | 2025-01-17T07:44:28.052Z | Checking sync_wrapper v1.0.1 |
1892 | 2025-01-17T07:44:28.080Z | Checking strsim v0.11.1 |
1893 | 2025-01-17T07:44:28.222Z | Checking clap_lex v0.7.2 |
1894 | 2025-01-17T07:44:28.251Z | Checking is-terminal v0.4.13 |
1895 | 2025-01-17T07:44:28.395Z | Checking scroll v0.12.0 |
1896 | 2025-01-17T07:44:28.398Z | Checking plain v0.2.3 |
1897 | 2025-01-17T07:44:28.484Z | Checking clap_builder v4.5.21 |
1898 | 2025-01-17T07:44:28.557Z | Checking ucd-trie v0.1.7 |
1899 | 2025-01-17T07:44:28.605Z | Checking backtrace v0.3.74 |
1900 | 2025-01-17T07:44:28.785Z | Checking pest v2.7.14 |
1901 | 2025-01-17T07:44:28.904Z | Checking goblin v0.8.2 |
1902 | 2025-01-17T07:44:29.164Z | Checking anyhow v1.0.93 |
1903 | 2025-01-17T07:44:29.426Z | Checking base16ct v0.2.0 |
1904 | 2025-01-17T07:44:29.455Z | Checking hyper-util v0.1.10 |
1905 | 2025-01-17T07:44:29.494Z | Checking tokio-rustls v0.26.0 |
1906 | 2025-01-17T07:44:29.557Z | Checking pretty-hex v0.4.1 |
1907 | 2025-01-17T07:44:29.647Z | Checking sec1 v0.7.3 |
1908 | 2025-01-17T07:44:29.750Z | Checking num-integer v0.1.46 |
1909 | 2025-01-17T07:44:29.838Z | Checking native-tls v0.2.12 |
1910 | 2025-01-17T07:44:29.898Z | Checking ff v0.13.0 |
1911 | 2025-01-17T07:44:30.057Z | Checking thread-id v4.2.2 |
1912 | 2025-01-17T07:44:30.140Z | Checking group v0.13.0 |
1913 | 2025-01-17T07:44:30.168Z | Checking tokio-native-tls v0.3.1 |
1914 | 2025-01-17T07:44:30.196Z | Checking toml_edit v0.22.22 |
1915 | 2025-01-17T07:44:30.227Z | Checking hkdf v0.12.4 |
1916 | 2025-01-17T07:44:30.417Z | Checking crypto-bigint v0.5.5 |
1917 | 2025-01-17T07:44:30.420Z | Checking dirs-sys-next v0.1.2 |
1918 | 2025-01-17T07:44:30.460Z | Checking memmap v0.7.0 |
1919 | 2025-01-17T07:44:30.639Z | Checking crc32fast v1.4.2 |
1920 | 2025-01-17T07:44:30.692Z | Checking utf-8 v0.7.6 |
1921 | 2025-01-17T07:44:30.899Z | Checking bitflags v1.3.2 |
1922 | 2025-01-17T07:44:30.925Z | Checking static_assertions v1.1.0 |
1923 | 2025-01-17T07:44:31.022Z | Checking dirs-next v2.0.0 |
1924 | 2025-01-17T07:44:31.049Z | Checking crossbeam-channel v0.5.13 |
1925 | 2025-01-17T07:44:31.175Z | Checking thread_local v1.1.8 |
1926 | 2025-01-17T07:44:31.297Z | Checking clap v4.5.21 |
1927 | 2025-01-17T07:44:31.403Z | Checking dtrace-parser v0.2.0 |
1928 | 2025-01-17T07:44:31.407Z | Checking hyper-tls v0.6.0 |
1929 | 2025-01-17T07:44:31.456Z | Checking hyper-rustls v0.27.3 |
1930 | 2025-01-17T07:44:31.459Z | Checking unicode-segmentation v1.12.0 |
1931 | 2025-01-17T07:44:31.734Z | Checking term v0.7.0 |
1932 | 2025-01-17T07:44:31.760Z | Checking num-iter v0.1.45 |
1933 | 2025-01-17T07:44:31.850Z | Checking reqwest v0.12.9 |
1934 | 2025-01-17T07:44:31.917Z | Checking crossbeam-epoch v0.9.18 |
1935 | 2025-01-17T07:44:31.952Z | Checking take_mut v0.2.2 |
1936 | 2025-01-17T07:44:32.131Z | Checking match_cfg v0.1.0 |
1937 | 2025-01-17T07:44:32.160Z | Checking slog-term v2.9.1 |
1938 | 2025-01-17T07:44:32.211Z | Checking slog-async v2.8.0 |
1939 | 2025-01-17T07:44:32.243Z | Checking hostname v0.3.1 |
1940 | 2025-01-17T07:44:32.358Z | Checking itertools v0.10.5 |
1941 | 2025-01-17T07:44:32.402Z | Checking bstr v1.10.0 |
1942 | 2025-01-17T07:44:32.525Z | Checking rfc6979 v0.4.0 |
1943 | 2025-01-17T07:44:32.650Z | Checking hex v0.4.3 |
1944 | 2025-01-17T07:44:32.727Z | Checking winnow v0.5.40 |
1945 | 2025-01-17T07:44:32.757Z | Checking toml v0.8.19 |
1946 | 2025-01-17T07:44:33.170Z | Checking managed v0.8.0 |
1947 | 2025-01-17T07:44:33.198Z | Checking elliptic-curve v0.13.8 |
1948 | 2025-01-17T07:44:33.276Z | Checking crossbeam-deque v0.8.5 |
1949 | 2025-01-17T07:44:33.454Z | Checking num-bigint-dig v0.8.4 |
1950 | 2025-01-17T07:44:33.562Z | Checking flate2 v1.0.34 |
1951 | 2025-01-17T07:44:33.617Z | Checking pkcs1 v0.7.5 |
1952 | 2025-01-17T07:44:33.620Z | Checking rustls v0.22.4 |
1953 | 2025-01-17T07:44:33.770Z | Checking dof v0.3.0 |
1954 | 2025-01-17T07:44:33.814Z | Checking ecdsa v0.16.9 |
1955 | 2025-01-17T07:44:34.049Z | Checking curve25519-dalek v4.1.3 |
1956 | 2025-01-17T07:44:34.199Z | Checking zerocopy v0.6.6 |
1957 | 2025-01-17T07:44:34.360Z | Checking usdt-impl v0.5.0 |
1958 | 2025-01-17T07:44:34.435Z | Checking siphasher v0.3.11 |
1959 | 2025-01-17T07:44:34.514Z | Checking rayon-core v1.12.1 |
1960 | 2025-01-17T07:44:34.746Z | Checking ed25519 v2.2.3 |
1961 | 2025-01-17T07:44:34.883Z | Checking slog-json v2.6.1 |
1962 | 2025-01-17T07:44:34.939Z | Checking usdt v0.5.0 |
1963 | 2025-01-17T07:44:35.088Z | Checking signal-hook v0.3.17 |
1964 | 2025-01-17T07:44:35.175Z | Checking debug-ignore v1.0.5 |
1965 | 2025-01-17T07:44:35.179Z | Checking quick-error v1.2.3 |
1966 | 2025-01-17T07:44:35.227Z | Checking slog-bunyan v2.5.0 |
1967 | 2025-01-17T07:44:35.340Z | Checking multer v3.1.0 |
1968 | 2025-01-17T07:44:35.369Z | Checking x509-cert v0.2.5 |
1969 | 2025-01-17T07:44:35.402Z | Checking idna v0.4.0 |
1970 | 2025-01-17T07:44:35.439Z | Checking waitgroup v0.1.2 |
1971 | 2025-01-17T07:44:35.512Z | Checking rsa v0.9.6 |
1972 | 2025-01-17T07:44:35.515Z | Checking toml_edit v0.19.15 |
1973 | 2025-01-17T07:44:35.604Z | Checking hubpack v0.1.2 |
1974 | 2025-01-17T07:44:35.719Z | Checking serde_path_to_error v0.1.16 |
1975 | 2025-01-17T07:44:35.900Z | Checking ed25519-dalek v2.1.1 |
1976 | 2025-01-17T07:44:35.928Z | Checking bzip2-sys v0.1.11+1.0.8 |
1977 | 2025-01-17T07:44:36.080Z | Checking async-stream v0.3.6 |
1978 | 2025-01-17T07:44:36.299Z | Checking hostname v0.4.0 |
1979 | 2025-01-17T07:44:36.327Z | Checking bit-vec v0.6.3 |
1980 | 2025-01-17T07:44:36.330Z | Checking bzip2 v0.4.4 |
1981 | 2025-01-17T07:44:36.378Z | Checking hickory-proto v0.24.1 |
1982 | 2025-01-17T07:44:36.462Z | Checking signal-hook-mio v0.2.4 |
1983 | 2025-01-17T07:44:36.517Z | Checking console v0.15.8 |
1984 | 2025-01-17T07:44:36.621Z | Checking hash32 v0.2.1 |
1985 | 2025-01-17T07:44:36.648Z | Checking linked-hash-map v0.5.6 |
1986 | 2025-01-17T07:44:36.678Z | Checking bit-set v0.5.3 |
1987 | 2025-01-17T07:44:36.807Z | Checking unicode-properties v0.1.3 |
1988 | 2025-01-17T07:44:36.915Z | Checking predicates-core v1.0.8 |
1989 | 2025-01-17T07:44:36.946Z | Checking heapless v0.7.17 |
1990 | 2025-01-17T07:44:36.949Z | Checking tokio-rustls v0.25.0 |
1991 | 2025-01-17T07:44:36.949Z | Checking lru-cache v0.1.2 |
1992 | 2025-01-17T07:44:37.057Z | Checking crossterm v0.28.1 |
1993 | 2025-01-17T07:44:37.108Z | Checking rayon v1.10.0 |
1994 | 2025-01-17T07:44:37.149Z | Checking stringprep v0.1.5 |
1995 | 2025-01-17T07:44:37.176Z | Checking phf_shared v0.11.2 |
1996 | 2025-01-17T07:44:37.336Z | Checking dropshot v0.12.0 |
1997 | 2025-01-17T07:44:37.435Z | Checking similar v2.6.0 |
1998 | 2025-01-17T07:44:37.461Z | Checking tokio-stream v0.1.16 |
1999 | 2025-01-17T07:44:37.871Z | Checking newtype-uuid v1.2.1 |
2000 | 2025-01-17T07:44:37.902Z | Checking toml v0.7.8 |
2001 | 2025-01-17T07:44:38.150Z | Checking md-5 v0.10.6 |
2002 | 2025-01-17T07:44:38.224Z | Checking float-cmp v0.9.0 |
2003 | 2025-01-17T07:44:38.251Z | Checking fixedbitset v0.4.2 |
2004 | 2025-01-17T07:44:38.406Z | Checking fallible-iterator v0.2.0 |
2005 | 2025-01-17T07:44:38.444Z | Checking normalize-line-endings v0.3.0 |
2006 | 2025-01-17T07:44:38.540Z | Checking difflib v0.4.0 |
2007 | 2025-01-17T07:44:38.576Z | Checking petgraph v0.6.5 |
2008 | 2025-01-17T07:44:38.603Z | Checking smoltcp v0.9.1 |
2009 | 2025-01-17T07:44:38.740Z | Checking phf v0.11.2 |
2010 | 2025-01-17T07:44:38.903Z | Checking predicates v3.1.2 |
2011 | 2025-01-17T07:44:39.011Z | Checking postgres-protocol v0.6.7 |
2012 | 2025-01-17T07:44:39.040Z | Checking zip v0.6.6 |
2013 | 2025-01-17T07:44:39.538Z | Checking resolv-conf v0.7.0 |
2014 | 2025-01-17T07:44:39.674Z | Checking phf_shared v0.10.0 |
2015 | 2025-01-17T07:44:39.725Z | Checking tungstenite v0.24.0 |
2016 | 2025-01-17T07:44:39.931Z | Checking fs-err v2.11.0 |
2017 | 2025-01-17T07:44:39.984Z | Checking serde-big-array v0.5.1 |
2018 | 2025-01-17T07:44:40.024Z | Checking portable-atomic v1.9.0 |
2019 | 2025-01-17T07:44:40.219Z | Checking number_prefix v0.4.0 |
2020 | 2025-01-17T07:44:40.424Z | Checking new_debug_unreachable v1.0.6 |
2021 | 2025-01-17T07:44:40.478Z | Checking lalrpop-util v0.19.12 |
2022 | 2025-01-17T07:44:40.537Z | Checking minimal-lexical v0.2.1 |
2023 | 2025-01-17T07:44:40.597Z | Checking precomputed-hash v0.1.1 |
2024 | 2025-01-17T07:44:40.624Z | Checking unicode-width v0.2.0 |
2025 | 2025-01-17T07:44:40.728Z | Checking string_cache v0.8.7 |
2026 | 2025-01-17T07:44:40.731Z | Checking tokio-tungstenite v0.24.0 |
2027 | 2025-01-17T07:44:40.779Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2028 | 2025-01-17T07:44:40.937Z | Checking hickory-resolver v0.24.1 |
2029 | 2025-01-17T07:44:40.964Z | Checking nom v7.1.3 |
2030 | 2025-01-17T07:44:41.013Z | Checking postgres-types v0.2.8 |
2031 | 2025-01-17T07:44:41.045Z | Checking itertools v0.12.1 |
2032 | 2025-01-17T07:44:41.093Z | Checking indicatif v0.17.9 |
2033 | 2025-01-17T07:44:41.180Z | Checking peg-runtime v0.8.3 |
2034 | 2025-01-17T07:44:41.426Z | Checking whoami v1.5.2 |
2035 | 2025-01-17T07:44:41.668Z | Compiling hashbrown v0.14.5 |
2036 | 2025-01-17T07:44:41.741Z | Compiling thiserror v2.0.11 |
2037 | 2025-01-17T07:44:41.766Z | Checking tokio-postgres v0.7.12 |
2038 | 2025-01-17T07:44:41.818Z | Compiling thiserror-impl v2.0.11 |
2039 | 2025-01-17T07:44:42.518Z | Checking qorb v0.2.1 |
2040 | 2025-01-17T07:44:42.726Z | Compiling ident_case v1.0.1 |
2041 | 2025-01-17T07:44:42.868Z | Compiling regress v0.10.1 |
2042 | 2025-01-17T07:44:42.946Z | Compiling darling_core v0.20.10 |
2043 | 2025-01-17T07:44:43.495Z | Compiling unsafe-libyaml v0.2.11 |
2044 | 2025-01-17T07:44:44.610Z | Checking heck v0.5.0 |
2045 | 2025-01-17T07:44:44.827Z | Compiling serde_yaml v0.9.34+deprecated |
2046 | 2025-01-17T07:44:45.101Z | Checking fastrand v2.1.1 |
2047 | 2025-01-17T07:44:45.301Z | Checking ipnetwork v0.20.0 |
2048 | 2025-01-17T07:44:45.363Z | Checking progenitor-client v0.9.1 |
2049 | 2025-01-17T07:44:45.429Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2050 | 2025-01-17T07:44:45.652Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2051 | 2025-01-17T07:44:45.745Z | Compiling structmeta-derive v0.3.0 |
2052 | 2025-01-17T07:44:45.910Z | Checking strum v0.26.3 |
2053 | 2025-01-17T07:44:46.027Z | Compiling dropshot v0.15.1 |
2054 | 2025-01-17T07:44:46.101Z | Checking macaddr v1.0.1 |
2055 | 2025-01-17T07:44:46.416Z | Compiling dropshot_endpoint v0.15.1 |
2056 | 2025-01-17T07:44:46.463Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2025-01-17T07:44:46.693Z | Compiling typify-impl v0.2.0 |
2058 | 2025-01-17T07:44:47.186Z | Checking tempfile v3.13.0 |
2059 | 2025-01-17T07:44:47.596Z | Checking progenitor-client v0.8.0 |
2060 | 2025-01-17T07:44:47.656Z | Checking instant v0.1.13 |
2061 | 2025-01-17T07:44:47.794Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2062 | 2025-01-17T07:44:47.954Z | Checking regress v0.9.1 |
2063 | 2025-01-17T07:44:48.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2025-01-17T07:44:48.405Z | Compiling structmeta v0.3.0 |
2065 | 2025-01-17T07:44:48.478Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2025-01-17T07:44:48.833Z | Compiling parse-display-derive v0.10.0 |
2067 | 2025-01-17T07:44:48.875Z | Checking backoff v0.4.0 |
2068 | 2025-01-17T07:44:49.043Z | Compiling darling_macro v0.20.10 |
2069 | 2025-01-17T07:44:49.137Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2025-01-17T07:44:49.173Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2025-01-17T07:44:49.310Z | Checking wait-timeout v0.2.0 |
2072 | 2025-01-17T07:44:49.350Z | Checking rand_xorshift v0.3.0 |
2073 | 2025-01-17T07:44:49.518Z | Checking rusty-fork v0.3.0 |
2074 | 2025-01-17T07:44:49.550Z | Checking unarray v0.1.4 |
2075 | 2025-01-17T07:44:49.732Z | Compiling structmeta-derive v0.2.0 |
2076 | 2025-01-17T07:44:49.878Z | Checking proptest v1.5.0 |
2077 | 2025-01-17T07:44:49.956Z | Compiling darling v0.20.10 |
2078 | 2025-01-17T07:44:50.094Z | Compiling serde_with_macros v3.11.0 |
2079 | 2025-01-17T07:44:50.648Z | Checking camino-tempfile v1.1.1 |
2080 | 2025-01-17T07:44:50.943Z | Compiling proc-macro-error v1.0.4 |
2081 | 2025-01-17T07:44:51.505Z | Compiling proc-macro-crate v1.3.1 |
2082 | 2025-01-17T07:44:51.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2083 | 2025-01-17T07:44:51.986Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2025-01-17T07:44:52.309Z | Compiling foreign-types-macros v0.2.3 |
2085 | 2025-01-17T07:44:52.412Z | Compiling structmeta v0.2.0 |
2086 | 2025-01-17T07:44:52.447Z | Compiling num_enum_derive v0.5.11 |
2087 | 2025-01-17T07:44:52.680Z | Checking serde_with v3.11.0 |
2088 | 2025-01-17T07:44:52.811Z | Compiling test-strategy v0.3.1 |
2089 | 2025-01-17T07:44:52.977Z | Checking parse-display v0.10.0 |
2090 | 2025-01-17T07:44:53.244Z | Checking foreign-types-shared v0.3.1 |
2091 | 2025-01-17T07:44:53.584Z | Checking foreign-types v0.5.0 |
2092 | 2025-01-17T07:44:53.709Z | Checking tabwriter v1.4.0 |
2093 | 2025-01-17T07:44:53.747Z | Checking cstr-argument v0.1.2 |
2094 | 2025-01-17T07:44:53.953Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2095 | 2025-01-17T07:44:53.978Z | Checking pretty-hex v0.2.1 |
2096 | 2025-01-17T07:44:54.171Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2097 | 2025-01-17T07:44:54.337Z | Checking colored v2.1.0 |
2098 | 2025-01-17T07:44:54.620Z | Checking smf v0.2.3 |
2099 | 2025-01-17T07:44:54.647Z | Checking itertools v0.13.0 |
2100 | 2025-01-17T07:44:54.671Z | Checking base64 v0.21.7 |
2101 | 2025-01-17T07:44:54.744Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2102 | 2025-01-17T07:44:54.776Z | Checking num_enum v0.5.11 |
2103 | 2025-01-17T07:44:54.986Z | Compiling typify-impl v0.3.0 |
2104 | 2025-01-17T07:44:55.013Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2105 | 2025-01-17T07:44:55.145Z | Compiling crucible-workspace-hack v0.1.0 |
2106 | 2025-01-17T07:44:55.219Z | Compiling zerocopy v0.8.10 |
2107 | 2025-01-17T07:44:55.595Z | Checking atomicwrites v0.4.4 |
2108 | 2025-01-17T07:44:55.813Z | Compiling zerocopy-derive v0.8.10 |
2109 | 2025-01-17T07:44:56.151Z | Checking termtree v0.4.1 |
2110 | 2025-01-17T07:44:56.367Z | Compiling heapless v0.8.0 |
2111 | 2025-01-17T07:44:56.394Z | Checking predicates-tree v1.0.11 |
2112 | 2025-01-17T07:44:56.572Z | Checking hash32 v0.3.1 |
2113 | 2025-01-17T07:44:56.788Z | Compiling smoltcp v0.11.0 |
2114 | 2025-01-17T07:44:57.132Z | Checking cobs v0.2.3 |
2115 | 2025-01-17T07:44:57.340Z | Checking postcard v1.0.10 |
2116 | 2025-01-17T07:44:57.516Z | Checking sigpipe v0.1.3 |
2117 | 2025-01-17T07:44:57.643Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2118 | 2025-01-17T07:44:57.894Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2119 | 2025-01-17T07:44:57.926Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2120 | 2025-01-17T07:44:58.054Z | Compiling mockall_derive v0.13.0 |
2121 | 2025-01-17T07:44:58.081Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2122 | 2025-01-17T07:44:58.384Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2025-01-17T07:44:58.434Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2124 | 2025-01-17T07:44:58.615Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2125 | 2025-01-17T07:44:58.751Z | Compiling zone_cfg_derive v0.3.0 |
2126 | 2025-01-17T07:45:00.180Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2127 | 2025-01-17T07:45:00.538Z | Compiling num-derive v0.4.2 |
2128 | 2025-01-17T07:45:00.561Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2129 | 2025-01-17T07:45:00.871Z | Checking fragile v2.0.0 |
2130 | 2025-01-17T07:45:00.977Z | Checking downcast v0.11.0 |
2131 | 2025-01-17T07:45:01.193Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2132 | 2025-01-17T07:45:01.223Z | Checking zone v0.3.0 |
2133 | 2025-01-17T07:45:01.243Z | Compiling convert_case v0.4.0 |
2134 | 2025-01-17T07:45:01.472Z | Checking tungstenite v0.21.0 |
2135 | 2025-01-17T07:45:02.012Z | Compiling typify-macro v0.2.0 |
2136 | 2025-01-17T07:45:02.035Z | Checking newline-converter v0.3.0 |
2137 | 2025-01-17T07:45:02.112Z | Compiling derive_more v0.99.18 |
2138 | 2025-01-17T07:45:02.212Z | Checking expectorate v1.1.0 |
2139 | 2025-01-17T07:45:02.401Z | Checking same-file v1.0.6 |
2140 | 2025-01-17T07:45:02.431Z | Checking tokio-tungstenite v0.21.0 |
2141 | 2025-01-17T07:45:02.608Z | Checking walkdir v2.5.0 |
2142 | 2025-01-17T07:45:02.815Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2143 | 2025-01-17T07:45:02.914Z | Checking arc-swap v1.7.1 |
2144 | 2025-01-17T07:45:02.936Z | Checking xattr v1.3.1 |
2145 | 2025-01-17T07:45:03.151Z | Checking filetime v0.2.25 |
2146 | 2025-01-17T07:45:03.273Z | Checking num-rational v0.4.2 |
2147 | 2025-01-17T07:45:03.338Z | Checking slog-scope v4.4.0 |
2148 | 2025-01-17T07:45:03.378Z | Checking tar v0.4.42 |
2149 | 2025-01-17T07:45:03.562Z | Checking slog-stdlog v4.1.1 |
2150 | 2025-01-17T07:45:03.757Z | Checking slog-envlogger v2.2.0 |
2151 | 2025-01-17T07:45:03.917Z | Checking num-complex v0.4.6 |
2152 | 2025-01-17T07:45:04.000Z | Checking float-ord v0.3.2 |
2153 | 2025-01-17T07:45:04.181Z | Checking indent_write v2.2.0 |
2154 | 2025-01-17T07:45:04.231Z | Compiling owo-colors v4.1.0 |
2155 | 2025-01-17T07:45:04.484Z | Compiling cancel-safe-futures v0.1.5 |
2156 | 2025-01-17T07:45:04.534Z | Checking swrite v0.1.0 |
2157 | 2025-01-17T07:45:04.752Z | Checking num v0.4.3 |
2158 | 2025-01-17T07:45:04.882Z | Checking libsw v3.3.1 |
2159 | 2025-01-17T07:45:05.155Z | Checking password-hash v0.5.0 |
2160 | 2025-01-17T07:45:05.308Z | Checking blake2 v0.10.6 |
2161 | 2025-01-17T07:45:05.452Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2162 | 2025-01-17T07:45:05.641Z | Checking linear-map v1.2.0 |
2163 | 2025-01-17T07:45:05.770Z | Checking argon2 v0.5.3 |
2164 | 2025-01-17T07:45:05.824Z | Compiling typify v0.2.0 |
2165 | 2025-01-17T07:45:05.979Z | Compiling progenitor-impl v0.8.0 |
2166 | 2025-01-17T07:45:06.163Z | Checking mockall v0.13.0 |
2167 | 2025-01-17T07:45:06.186Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2168 | 2025-01-17T07:45:06.279Z | Checking pem v3.0.4 |
2169 | 2025-01-17T07:45:06.404Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2170 | 2025-01-17T07:45:06.446Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2171 | 2025-01-17T07:45:06.577Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2025-01-17T07:45:06.918Z | Compiling lzma-sys v0.1.20 |
2173 | 2025-01-17T07:45:07.320Z | Checking headers-core v0.3.0 |
2174 | 2025-01-17T07:45:07.490Z | Compiling heck v0.3.3 |
2175 | 2025-01-17T07:45:07.735Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2176 | 2025-01-17T07:45:07.878Z | Checking highway v1.2.0 |
2177 | 2025-01-17T07:45:07.963Z | Compiling zone_cfg_derive v0.1.2 |
2178 | 2025-01-17T07:45:08.248Z | Checking headers v0.4.0 |
2179 | 2025-01-17T07:45:08.285Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2180 | 2025-01-17T07:45:08.314Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2025-01-17T07:45:08.628Z | Checking yasna v0.5.2 |
2182 | 2025-01-17T07:45:08.905Z | Checking base64 v0.13.1 |
2183 | 2025-01-17T07:45:09.245Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2025-01-17T07:45:09.331Z | Checking ron v0.7.1 |
2185 | 2025-01-17T07:45:09.355Z | Checking zone v0.1.8 |
2186 | 2025-01-17T07:45:09.492Z | Checking rcgen v0.12.1 |
2187 | 2025-01-17T07:45:09.648Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2188 | 2025-01-17T07:45:09.721Z | Checking xz2 v0.1.7 |
2189 | 2025-01-17T07:45:10.111Z | Checking subprocess v0.2.9 |
2190 | 2025-01-17T07:45:10.145Z | Checking humantime v2.1.0 |
2191 | 2025-01-17T07:45:10.171Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2192 | 2025-01-17T07:45:10.303Z | Compiling typify-macro v0.3.0 |
2193 | 2025-01-17T07:45:10.470Z | Compiling semver v0.1.20 |
2194 | 2025-01-17T07:45:10.491Z | Checking prettyplease v0.2.25 |
2195 | 2025-01-17T07:45:10.689Z | Checking half v2.4.1 |
2196 | 2025-01-17T07:45:11.095Z | Compiling rustc_version v0.1.7 |
2197 | 2025-01-17T07:45:11.124Z | Checking ciborium-io v0.2.2 |
2198 | 2025-01-17T07:45:11.266Z | Checking ciborium-ll v0.2.2 |
2199 | 2025-01-17T07:45:11.371Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2200 | 2025-01-17T07:45:11.514Z | Compiling newtype_derive v0.1.6 |
2201 | 2025-01-17T07:45:11.600Z | Checking ciborium v0.2.2 |
2202 | 2025-01-17T07:45:12.022Z | Checking steno v0.4.1 |
2203 | 2025-01-17T07:45:13.114Z | Compiling progenitor-macro v0.8.0 |
2204 | 2025-01-17T07:45:14.090Z | Compiling typify v0.3.0 |
2205 | 2025-01-17T07:45:14.245Z | Compiling progenitor-impl v0.9.1 |
2206 | 2025-01-17T07:45:14.950Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2207 | 2025-01-17T07:45:15.262Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2208 | 2025-01-17T07:45:15.703Z | Compiling slog-dtrace v0.3.0 |
2209 | 2025-01-17T07:45:15.897Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2210 | 2025-01-17T07:45:16.104Z | Checking display-error-chain v0.2.2 |
2211 | 2025-01-17T07:45:16.300Z | Checking gethostname v0.5.0 |
2212 | 2025-01-17T07:45:16.373Z | Checking nibble_vec v0.1.0 |
2213 | 2025-01-17T07:45:16.451Z | Compiling blake3 v1.5.4 |
2214 | 2025-01-17T07:45:16.472Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-17T07:45:16.553Z | Checking endian-type v0.1.2 |
2216 | 2025-01-17T07:45:16.589Z | Checking keccak v0.1.5 |
2217 | 2025-01-17T07:45:16.790Z | Checking radix_trie v0.2.1 |
2218 | 2025-01-17T07:45:16.957Z | Checking sha3 v0.10.8 |
2219 | 2025-01-17T07:45:17.192Z | Checking universal-hash v0.5.1 |
2220 | 2025-01-17T07:45:17.356Z | Checking secrecy v0.8.0 |
2221 | 2025-01-17T07:45:17.398Z | Checking opaque-debug v0.3.1 |
2222 | 2025-01-17T07:45:17.503Z | Checking aead v0.5.2 |
2223 | 2025-01-17T07:45:17.579Z | Checking poly1305 v0.8.0 |
2224 | 2025-01-17T07:45:17.721Z | Checking chacha20 v0.9.1 |
2225 | 2025-01-17T07:45:18.104Z | Compiling memmap2 v0.9.5 |
2226 | 2025-01-17T07:45:18.106Z | Compiling arrayref v0.3.9 |
2227 | 2025-01-17T07:45:18.249Z | Compiling constant_time_eq v0.3.1 |
2228 | 2025-01-17T07:45:18.466Z | Compiling arrayvec v0.7.6 |
2229 | 2025-01-17T07:45:18.565Z | Compiling toolchain_find v0.4.0 |
2230 | 2025-01-17T07:45:18.735Z | Compiling thiserror-impl-no-std v2.0.2 |
2231 | 2025-01-17T07:45:18.932Z | Compiling topological-sort v0.2.2 |
2232 | 2025-01-17T07:45:19.040Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2233 | 2025-01-17T07:45:19.165Z | Compiling rustfmt-wrapper v0.2.1 |
2234 | 2025-01-17T07:45:19.194Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2235 | 2025-01-17T07:45:19.528Z | Compiling omicron-zone-package v0.12.0 |
2236 | 2025-01-17T07:45:19.653Z | Checking chacha20poly1305 v0.10.1 |
2237 | 2025-01-17T07:45:19.746Z | Compiling async-recursion v1.1.1 |
2238 | 2025-01-17T07:45:19.878Z | Checking fxhash v0.2.1 |
2239 | 2025-01-17T07:45:20.076Z | Checking simd-adler32 v0.3.7 |
2240 | 2025-01-17T07:45:20.098Z | Compiling zip v2.1.3 |
2241 | 2025-01-17T07:45:20.427Z | Checking bumpalo v3.16.0 |
2242 | 2025-01-17T07:45:20.464Z | Checking lockfree-object-pool v0.1.6 |
2243 | 2025-01-17T07:45:20.775Z | Checking maplit v1.0.2 |
2244 | 2025-01-17T07:45:20.800Z | Checking zopfli v0.8.1 |
2245 | 2025-01-17T07:45:20.901Z | Checking termcolor v1.4.1 |
2246 | 2025-01-17T07:45:21.176Z | Compiling radium v0.7.0 |
2247 | 2025-01-17T07:45:21.215Z | Compiling const_format_proc_macros v0.2.33 |
2248 | 2025-01-17T07:45:21.288Z | Checking tap v1.0.1 |
2249 | 2025-01-17T07:45:21.366Z | Compiling progenitor-macro v0.9.1 |
2250 | 2025-01-17T07:45:21.476Z | Compiling maybe-uninit v2.0.0 |
2251 | 2025-01-17T07:45:21.523Z | Checking thiserror-no-std v2.0.2 |
2252 | 2025-01-17T07:45:21.677Z | Checking vsss-rs v3.3.4 |
2253 | 2025-01-17T07:45:22.046Z | Checking wyz v0.5.1 |
2254 | 2025-01-17T07:45:22.070Z | Checking home v0.5.9 |
2255 | 2025-01-17T07:45:22.241Z | Compiling packed_struct v0.10.1 |
2256 | 2025-01-17T07:45:22.436Z | Checking funty v2.0.0 |
2257 | 2025-01-17T07:45:22.639Z | Checking crc-catalog v2.4.0 |
2258 | 2025-01-17T07:45:22.807Z | Checking crc v3.2.1 |
2259 | 2025-01-17T07:45:22.848Z | Checking kstat-rs v0.2.4 |
2260 | 2025-01-17T07:45:23.129Z | Checking const_format v0.2.33 |
2261 | 2025-01-17T07:45:23.213Z | Compiling packed_struct_codegen v0.10.1 |
2262 | 2025-01-17T07:45:23.267Z | Compiling vte_generate_state_changes v0.1.2 |
2263 | 2025-01-17T07:45:23.305Z | Checking bitvec v1.0.1 |
2264 | 2025-01-17T07:45:23.589Z | Compiling indexmap v1.9.3 |
2265 | 2025-01-17T07:45:23.918Z | Compiling libefi-sys v0.1.0 |
2266 | 2025-01-17T07:45:23.942Z | Checking nodrop v0.1.14 |
2267 | 2025-01-17T07:45:24.070Z | Checking array-init v0.0.4 |
2268 | 2025-01-17T07:45:24.263Z | Checking vte v0.11.1 |
2269 | 2025-01-17T07:45:24.659Z | Checking smallvec v0.6.14 |
2270 | 2025-01-17T07:45:25.064Z | Checking fd-lock v4.0.2 |
2271 | 2025-01-17T07:45:25.121Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2272 | 2025-01-17T07:45:25.281Z | Compiling bitfield-struct v0.6.2 |
2273 | 2025-01-17T07:45:25.484Z | Checking hashbrown v0.12.3 |
2274 | 2025-01-17T07:45:25.522Z | Checking bitfield v0.14.0 |
2275 | 2025-01-17T07:45:25.679Z | Checking strip-ansi-escapes v0.2.0 |
2276 | 2025-01-17T07:45:25.793Z | Checking progenitor v0.8.0 |
2277 | 2025-01-17T07:45:25.884Z | Checking serde-hex v0.1.0 |
2278 | 2025-01-17T07:45:25.997Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2279 | 2025-01-17T07:45:26.050Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2280 | 2025-01-17T07:45:26.636Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-17T07:45:27.102Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2282 | 2025-01-17T07:45:27.224Z | Checking env_logger v0.10.2 |
2283 | 2025-01-17T07:45:27.380Z | Checking ron v0.8.1 |
2284 | 2025-01-17T07:45:27.659Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2285 | 2025-01-17T07:45:27.986Z | Checking hashbrown v0.13.2 |
2286 | 2025-01-17T07:45:28.551Z | Checking nu-ansi-term v0.50.1 |
2287 | 2025-01-17T07:45:28.911Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2288 | 2025-01-17T07:45:28.979Z | Checking crc-any v2.5.0 |
2289 | 2025-01-17T07:45:29.052Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2290 | 2025-01-17T07:45:29.362Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2025-01-17T07:45:29.385Z | Checking reedline v0.35.0 |
2292 | 2025-01-17T07:45:29.521Z | Checking object v0.30.4 |
2293 | 2025-01-17T07:45:29.770Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2294 | 2025-01-17T07:45:30.155Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2025-01-17T07:45:30.360Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2296 | 2025-01-17T07:45:30.623Z | Checking path-slash v0.1.5 |
2297 | 2025-01-17T07:45:30.752Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2025-01-17T07:45:30.799Z | Compiling parking_lot_core v0.8.6 |
2299 | 2025-01-17T07:45:32.097Z | Compiling phf_generator v0.11.2 |
2300 | 2025-01-17T07:45:32.327Z | Checking bytecount v0.6.8 |
2301 | 2025-01-17T07:45:32.522Z | Checking glob v0.3.1 |
2302 | 2025-01-17T07:45:32.632Z | Checking papergrid v0.11.0 |
2303 | 2025-01-17T07:45:32.852Z | Compiling phf_codegen v0.11.2 |
2304 | 2025-01-17T07:45:33.099Z | Checking parking_lot v0.11.2 |
2305 | 2025-01-17T07:45:33.479Z | Compiling tabled_derive v0.7.0 |
2306 | 2025-01-17T07:45:33.831Z | Compiling parse-zoneinfo v0.3.1 |
2307 | 2025-01-17T07:45:33.999Z | Compiling cfg_aliases v0.1.1 |
2308 | 2025-01-17T07:45:34.127Z | Compiling nix v0.28.0 |
2309 | 2025-01-17T07:45:34.232Z | Checking progenitor v0.9.1 |
2310 | 2025-01-17T07:45:34.463Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2311 | 2025-01-17T07:45:34.914Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2312 | 2025-01-17T07:45:35.490Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2313 | 2025-01-17T07:45:35.602Z | Compiling chrono-tz-build v0.4.0 |
2314 | 2025-01-17T07:45:35.789Z | Checking tabled v0.15.0 |
2315 | 2025-01-17T07:45:36.846Z | Checking sled v0.34.7 |
2316 | 2025-01-17T07:45:38.565Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2317 | 2025-01-17T07:45:38.719Z | Checking hickory-client v0.24.1 |
2318 | 2025-01-17T07:45:39.401Z | Checking hickory-server v0.24.1 |
2319 | 2025-01-17T07:45:39.649Z | Compiling chrono-tz v0.10.0 |
2320 | 2025-01-17T07:45:39.728Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2025-01-17T07:45:40.175Z | Compiling unicase v2.7.0 |
2322 | 2025-01-17T07:45:40.384Z | Compiling buf-list v1.0.3 |
2323 | 2025-01-17T07:45:40.602Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2324 | 2025-01-17T07:45:41.078Z | Compiling peg-macros v0.8.4 |
2325 | 2025-01-17T07:45:41.848Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2326 | 2025-01-17T07:45:41.901Z | Compiling sqlparser_derive v0.2.2 |
2327 | 2025-01-17T07:45:42.931Z | Checking unicode_categories v0.1.1 |
2328 | 2025-01-17T07:45:42.955Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2329 | 2025-01-17T07:45:42.975Z | Checking sqlparser v0.45.0 |
2330 | 2025-01-17T07:45:43.136Z | Checking rustyline v14.0.0 |
2331 | 2025-01-17T07:45:43.246Z | Checking sqlformat v0.2.6 |
2332 | 2025-01-17T07:45:44.472Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-01-17T07:45:44.645Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2334 | 2025-01-17T07:45:46.288Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2335 | 2025-01-17T07:45:47.459Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2336 | 2025-01-17T07:45:47.869Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2337 | 2025-01-17T07:45:48.992Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2338 | 2025-01-17T07:45:49.315Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2339 | 2025-01-17T07:45:49.685Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2340 | 2025-01-17T07:45:50.699Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2341 | 2025-01-17T07:45:50.853Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2342 | 2025-01-17T07:45:51.152Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2343 | 2025-01-17T07:45:51.737Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2344 | 2025-01-17T07:45:51.763Z | Checking peg v0.8.4 |
2345 | 2025-01-17T07:45:51.855Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2346 | 2025-01-17T07:45:52.205Z | Checking bcs v0.1.6 |
2347 | 2025-01-17T07:45:52.676Z | Checking primeorder v0.13.6 |
2348 | 2025-01-17T07:45:52.961Z | Compiling mime_guess v2.0.5 |
2349 | 2025-01-17T07:45:53.170Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2350 | 2025-01-17T07:45:53.756Z | Checking nanorand v0.7.0 |
2351 | 2025-01-17T07:45:53.779Z | Checking http-range v0.1.5 |
2352 | 2025-01-17T07:45:54.118Z | Checking flume v0.11.1 |
2353 | 2025-01-17T07:45:54.189Z | Checking atty v0.2.14 |
2354 | 2025-01-17T07:45:54.299Z | Compiling salty v0.3.0 |
2355 | 2025-01-17T07:45:54.593Z | Checking p384 v0.13.0 |
2356 | 2025-01-17T07:45:54.762Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2357 | 2025-01-17T07:45:55.103Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2025-01-17T07:45:55.331Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2359 | 2025-01-17T07:45:55.432Z | Checking hyper-staticfile v0.10.1 |
2360 | 2025-01-17T07:45:55.753Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2361 | 2025-01-17T07:45:55.970Z | Compiling dsl_auto_type v0.1.2 |
2362 | 2025-01-17T07:45:56.207Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2363 | 2025-01-17T07:45:56.231Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2025-01-17T07:45:56.253Z | Checking scheduled-thread-pool v0.2.7 |
2365 | 2025-01-17T07:45:56.327Z | Checking env_filter v0.1.2 |
2366 | 2025-01-17T07:45:56.377Z | Compiling diesel_table_macro_syntax v0.2.0 |
2367 | 2025-01-17T07:45:56.493Z | Compiling crunchy v0.2.2 |
2368 | 2025-01-17T07:45:56.586Z | Checking env_logger v0.11.5 |
2369 | 2025-01-17T07:45:56.789Z | Checking r2d2 v0.8.10 |
2370 | 2025-01-17T07:45:56.924Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2371 | 2025-01-17T07:45:57.003Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2025-01-17T07:45:57.027Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2373 | 2025-01-17T07:45:57.095Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2374 | 2025-01-17T07:45:57.453Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2025-01-17T07:45:57.515Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2376 | 2025-01-17T07:45:57.558Z | Compiling diesel_derives v2.2.3 |
2377 | 2025-01-17T07:45:58.271Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2378 | 2025-01-17T07:45:58.744Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2379 | 2025-01-17T07:45:58.872Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2380 | 2025-01-17T07:45:59.974Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2381 | 2025-01-17T07:46:01.003Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2382 | 2025-01-17T07:46:01.300Z | Compiling tiny-keccak v2.0.2 |
2383 | 2025-01-17T07:46:01.623Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2384 | 2025-01-17T07:46:01.893Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2385 | 2025-01-17T07:46:01.924Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2386 | 2025-01-17T07:46:02.106Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2387 | 2025-01-17T07:46:02.225Z | Compiling ref-cast v1.0.23 |
2388 | 2025-01-17T07:46:02.319Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2389 | 2025-01-17T07:46:03.907Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2390 | 2025-01-17T07:46:03.992Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2391 | 2025-01-17T07:46:04.242Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2392 | 2025-01-17T07:46:04.547Z | Compiling ascii-canvas v3.0.0 |
2393 | 2025-01-17T07:46:04.570Z | Compiling ena v0.14.3 |
2394 | 2025-01-17T07:46:05.062Z | Compiling ref-cast-impl v1.0.23 |
2395 | 2025-01-17T07:46:05.151Z | Compiling diff v0.1.13 |
2396 | 2025-01-17T07:46:05.572Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2397 | 2025-01-17T07:46:05.720Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2025-01-17T07:46:06.261Z | Compiling regex-syntax v0.6.29 |
2399 | 2025-01-17T07:46:06.748Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2400 | 2025-01-17T07:46:07.352Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2401 | 2025-01-17T07:46:07.752Z | Compiling pin-project-internal v1.1.6 |
2402 | 2025-01-17T07:46:07.755Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2403 | 2025-01-17T07:46:08.077Z | Compiling derive_builder_core v0.20.2 |
2404 | 2025-01-17T07:46:09.542Z | Checking diesel v2.2.6 |
2405 | 2025-01-17T07:46:10.120Z | Compiling lalrpop v0.19.12 |
2406 | 2025-01-17T07:46:10.264Z | Compiling libxml v0.3.3 |
2407 | 2025-01-17T07:46:10.324Z | Compiling derive_builder_macro v0.20.2 |
2408 | 2025-01-17T07:46:10.356Z | Checking signal-hook-tokio v0.3.1 |
2409 | 2025-01-17T07:46:10.564Z | Checking pin-project v1.1.6 |
2410 | 2025-01-17T07:46:10.587Z | Compiling strum_macros v0.24.3 |
2411 | 2025-01-17T07:46:10.695Z | Compiling samael v0.0.17 |
2412 | 2025-01-17T07:46:10.721Z | Compiling snafu-derive v0.8.5 |
2413 | 2025-01-17T07:46:11.169Z | Compiling indoc v1.0.9 |
2414 | 2025-01-17T07:46:11.705Z | Checking derive_builder v0.20.2 |
2415 | 2025-01-17T07:46:12.119Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2416 | 2025-01-17T07:46:13.338Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2417 | 2025-01-17T07:46:13.409Z | Checking globset v0.4.15 |
2418 | 2025-01-17T07:46:13.660Z | Checking olpc-cjson v0.1.4 |
2419 | 2025-01-17T07:46:13.923Z | Checking quick-xml v0.33.0 |
2420 | 2025-01-17T07:46:13.948Z | Checking serde_plain v1.0.2 |
2421 | 2025-01-17T07:46:13.971Z | Compiling impl-trait-for-tuples v0.2.2 |
2422 | 2025-01-17T07:46:14.217Z | Compiling oso-derive v0.27.3 |
2423 | 2025-01-17T07:46:14.568Z | Compiling memoffset v0.9.1 |
2424 | 2025-01-17T07:46:14.993Z | Checking typed-path v0.9.3 |
2425 | 2025-01-17T07:46:15.517Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2426 | 2025-01-17T07:46:15.872Z | Checking snafu v0.8.5 |
2427 | 2025-01-17T07:46:16.367Z | Checking tungstenite v0.23.0 |
2428 | 2025-01-17T07:46:16.951Z | Checking tough v0.19.0 |
2429 | 2025-01-17T07:46:17.287Z | Compiling diesel-dtrace v0.4.2 |
2430 | 2025-01-17T07:46:17.316Z | Checking parse-size v1.1.0 |
2431 | 2025-01-17T07:46:17.521Z | Checking tokio-tungstenite v0.23.1 |
2432 | 2025-01-17T07:46:17.836Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2433 | 2025-01-17T07:46:18.016Z | Checking bb8 v0.8.5 |
2434 | 2025-01-17T07:46:18.178Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2435 | 2025-01-17T07:46:18.572Z | Checking nix v0.27.1 |
2436 | 2025-01-17T07:46:18.595Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2437 | 2025-01-17T07:46:18.877Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2438 | 2025-01-17T07:46:20.715Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2439 | 2025-01-17T07:46:21.070Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2440 | 2025-01-17T07:46:21.365Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2441 | 2025-01-17T07:46:21.620Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2442 | 2025-01-17T07:46:21.875Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2443 | 2025-01-17T07:46:22.014Z | Checking heck v0.4.1 |
2444 | 2025-01-17T07:46:22.252Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2445 | 2025-01-17T07:46:22.692Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2446 | 2025-01-17T07:46:22.838Z | Checking rand_seeder v0.3.0 |
2447 | 2025-01-17T07:46:22.941Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2448 | 2025-01-17T07:46:23.084Z | Checking assert_matches v1.5.0 |
2449 | 2025-01-17T07:46:23.110Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2450 | 2025-01-17T07:46:23.211Z | Compiling libz-sys v1.1.20 |
2451 | 2025-01-17T07:46:23.345Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2452 | 2025-01-17T07:46:23.435Z | Checking castaway v0.2.3 |
2453 | 2025-01-17T07:46:23.619Z | Checking is_ci v1.2.0 |
2454 | 2025-01-17T07:46:23.678Z | Checking compact_str v0.8.0 |
2455 | 2025-01-17T07:46:23.777Z | Checking supports-color v3.0.1 |
2456 | 2025-01-17T07:46:23.997Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2457 | 2025-01-17T07:46:24.021Z | Checking unicode-truncate v1.1.0 |
2458 | 2025-01-17T07:46:24.291Z | Checking lru v0.12.5 |
2459 | 2025-01-17T07:46:24.562Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2460 | 2025-01-17T07:46:24.586Z | Compiling instability v0.3.2 |
2461 | 2025-01-17T07:46:24.609Z | Checking cassowary v0.3.0 |
2462 | 2025-01-17T07:46:25.102Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2463 | 2025-01-17T07:46:25.264Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2464 | 2025-01-17T07:46:25.434Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2465 | 2025-01-17T07:46:25.624Z | Checking ratatui v0.28.1 |
2466 | 2025-01-17T07:46:26.212Z | Compiling vergen v8.3.2 |
2467 | 2025-01-17T07:46:26.273Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2468 | 2025-01-17T07:46:26.530Z | Compiling cargo-platform v0.1.8 |
2469 | 2025-01-17T07:46:26.767Z | Checking smawk v0.3.2 |
2470 | 2025-01-17T07:46:27.001Z | Checking unicode-linebreak v0.1.5 |
2471 | 2025-01-17T07:46:27.093Z | Compiling cargo_metadata v0.18.1 |
2472 | 2025-01-17T07:46:27.385Z | Checking textwrap v0.16.1 |
2473 | 2025-01-17T07:46:27.855Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2474 | 2025-01-17T07:46:28.523Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2025-01-17T07:46:28.576Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2476 | 2025-01-17T07:46:29.241Z | Compiling libsqlite3-sys v0.30.1 |
2477 | 2025-01-17T07:46:29.771Z | Compiling rustls v0.21.12 |
2478 | 2025-01-17T07:46:30.059Z | Checking shell-words v1.1.0 |
2479 | 2025-01-17T07:46:30.113Z | Compiling cfg_aliases v0.2.1 |
2480 | 2025-01-17T07:46:30.265Z | Compiling nix v0.29.0 |
2481 | 2025-01-17T07:46:30.300Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2482 | 2025-01-17T07:46:30.323Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2483 | 2025-01-17T07:46:30.604Z | Checking sct v0.7.1 |
2484 | 2025-01-17T07:46:30.630Z | Checking rustls-webpki v0.101.7 |
2485 | 2025-01-17T07:46:31.127Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2486 | 2025-01-17T07:46:31.305Z | Checking hashlink v0.9.1 |
2487 | 2025-01-17T07:46:31.435Z | Checking concurrent-queue v2.5.0 |
2488 | 2025-01-17T07:46:31.786Z | Checking parking v2.2.1 |
2489 | 2025-01-17T07:46:31.833Z | Checking plotters-backend v0.3.7 |
2490 | 2025-01-17T07:46:31.851Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2491 | 2025-01-17T07:46:31.875Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2492 | 2025-01-17T07:46:31.980Z | Checking fallible-iterator v0.3.0 |
2493 | 2025-01-17T07:46:32.223Z | Checking fallible-streaming-iterator v0.1.9 |
2494 | 2025-01-17T07:46:32.469Z | Checking plotters-svg v0.3.7 |
2495 | 2025-01-17T07:46:32.556Z | Checking rusqlite v0.32.1 |
2496 | 2025-01-17T07:46:32.950Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2497 | 2025-01-17T07:46:33.222Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2498 | 2025-01-17T07:46:33.965Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2499 | 2025-01-17T07:46:34.356Z | Checking tokio-rustls v0.24.1 |
2500 | 2025-01-17T07:46:34.513Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2501 | 2025-01-17T07:46:34.737Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2502 | 2025-01-17T07:46:34.762Z | Checking rustls-pemfile v1.0.4 |
2503 | 2025-01-17T07:46:35.007Z | Checking twox-hash v1.6.3 |
2504 | 2025-01-17T07:46:35.070Z | Checking cast v0.3.0 |
2505 | 2025-01-17T07:46:35.386Z | Checking criterion-plot v0.5.0 |
2506 | 2025-01-17T07:46:35.568Z | Checking plotters v0.3.7 |
2507 | 2025-01-17T07:46:35.656Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2508 | 2025-01-17T07:46:35.828Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2509 | 2025-01-17T07:46:37.320Z | Checking fatfs v0.3.6 |
2510 | 2025-01-17T07:46:37.381Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2025-01-17T07:46:37.547Z | Checking tinytemplate v1.2.1 |
2512 | 2025-01-17T07:46:37.918Z | Checking csv-core v0.1.11 |
2513 | 2025-01-17T07:46:38.222Z | Checking hex-literal v0.4.1 |
2514 | 2025-01-17T07:46:38.317Z | Checking anes v0.1.6 |
2515 | 2025-01-17T07:46:38.343Z | Checking oorandom v11.1.4 |
2516 | 2025-01-17T07:46:38.381Z | Checking csv v1.3.0 |
2517 | 2025-01-17T07:46:38.526Z | Checking event-listener v5.3.1 |
2518 | 2025-01-17T07:46:38.768Z | Checking criterion v0.5.1 |
2519 | 2025-01-17T07:46:38.898Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2520 | 2025-01-17T07:46:39.186Z | Checking rtoolbox v0.0.2 |
2521 | 2025-01-17T07:46:39.389Z | Checking rpassword v7.3.1 |
2522 | 2025-01-17T07:46:40.010Z | Checking async-bb8-diesel v0.2.1 |
2523 | 2025-01-17T07:46:40.689Z | Checking event-listener-strategy v0.5.2 |
2524 | 2025-01-17T07:46:40.925Z | Checking tui-tree-widget v0.22.0 |
2525 | 2025-01-17T07:46:41.269Z | Checking polyval v0.6.2 |
2526 | 2025-01-17T07:46:41.322Z | Checking futures-lite v2.3.0 |
2527 | 2025-01-17T07:46:41.576Z | Checking ghash v0.5.1 |
2528 | 2025-01-17T07:46:41.778Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2529 | 2025-01-17T07:46:42.632Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2530 | 2025-01-17T07:46:42.863Z | Checking ctr v0.9.2 |
2531 | 2025-01-17T07:46:43.490Z | Checking yansi v1.0.1 |
2532 | 2025-01-17T07:46:43.649Z | Checking aes-gcm v0.10.3 |
2533 | 2025-01-17T07:46:43.810Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2534 | 2025-01-17T07:46:43.911Z | Checking ssh-encoding v0.2.0 |
2535 | 2025-01-17T07:46:44.004Z | Checking pretty_assertions v1.4.1 |
2536 | 2025-01-17T07:46:44.227Z | Checking blowfish v0.9.1 |
2537 | 2025-01-17T07:46:44.265Z | Checking ssh-cipher v0.2.0 |
2538 | 2025-01-17T07:46:44.489Z | Checking bcrypt-pbkdf v0.10.0 |
2539 | 2025-01-17T07:46:44.600Z | Checking async-lock v3.4.0 |
2540 | 2025-01-17T07:46:44.773Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2541 | 2025-01-17T07:46:45.420Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2542 | 2025-01-17T07:46:45.623Z | Checking password-hash v0.4.2 |
2543 | 2025-01-17T07:46:46.079Z | Checking polling v3.7.3 |
2544 | 2025-01-17T07:46:46.457Z | Checking matches v0.1.10 |
2545 | 2025-01-17T07:46:46.582Z | Checking idna v0.2.3 |
2546 | 2025-01-17T07:46:46.684Z | Checking async-io v2.3.4 |
2547 | 2025-01-17T07:46:47.477Z | Checking pbkdf2 v0.11.0 |
2548 | 2025-01-17T07:46:47.609Z | Checking ssh-key v0.6.6 |
2549 | 2025-01-17T07:46:47.785Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2550 | 2025-01-17T07:46:48.435Z | Checking p256 v0.13.2 |
2551 | 2025-01-17T07:46:48.948Z | Checking p521 v0.13.3 |
2552 | 2025-01-17T07:46:49.244Z | Compiling enum-as-inner v0.5.1 |
2553 | 2025-01-17T07:46:49.814Z | Checking russh-cryptovec v0.7.3 |
2554 | 2025-01-17T07:46:50.066Z | Checking md5 v0.7.0 |
2555 | 2025-01-17T07:46:50.224Z | Compiling doc-comment v0.3.3 |
2556 | 2025-01-17T07:46:50.252Z | Checking async-task v4.7.1 |
2557 | 2025-01-17T07:46:50.386Z | Compiling target-lexicon v0.12.16 |
2558 | 2025-01-17T07:46:50.634Z | Checking russh-keys v0.45.0 |
2559 | 2025-01-17T07:46:50.912Z | Checking trust-dns-proto v0.22.0 |
2560 | 2025-01-17T07:46:51.443Z | Checking async-channel v2.3.1 |
2561 | 2025-01-17T07:46:51.788Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2562 | 2025-01-17T07:46:51.973Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2563 | 2025-01-17T07:46:52.780Z | Checking piper v0.2.4 |
2564 | 2025-01-17T07:46:53.012Z | Checking num-bigint v0.4.6 |
2565 | 2025-01-17T07:46:53.309Z | Checking des v0.8.1 |
2566 | 2025-01-17T07:46:53.604Z | Checking futures-timer v3.0.3 |
2567 | 2025-01-17T07:46:53.894Z | Compiling assert_cmd v2.0.16 |
2568 | 2025-01-17T07:46:54.313Z | Compiling guppy-workspace-hack v0.1.0 |
2569 | 2025-01-17T07:46:54.482Z | Compiling dhcproto-macros v0.1.0 |
2570 | 2025-01-17T07:46:54.667Z | Checking blocking v1.6.1 |
2571 | 2025-01-17T07:46:55.231Z | Checking russh v0.45.0 |
2572 | 2025-01-17T07:46:55.350Z | Checking dhcproto v0.12.0 |
2573 | 2025-01-17T07:46:55.569Z | Checking async-executor v1.13.1 |
2574 | 2025-01-17T07:46:55.883Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2575 | 2025-01-17T07:46:56.462Z | Checking async-signal v0.2.10 |
2576 | 2025-01-17T07:46:56.764Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2577 | 2025-01-17T07:46:57.143Z | Compiling target-spec v3.2.2 |
2578 | 2025-01-17T07:46:57.190Z | Checking internet-checksum v0.2.1 |
2579 | 2025-01-17T07:46:57.395Z | Checking event-listener v2.5.3 |
2580 | 2025-01-17T07:46:57.624Z | Checking async-channel v1.9.0 |
2581 | 2025-01-17T07:46:57.712Z | Checking async-process v2.3.0 |
2582 | 2025-01-17T07:46:57.903Z | Checking async-global-executor v2.4.1 |
2583 | 2025-01-17T07:46:58.207Z | Checking cfg-expr v0.17.0 |
2584 | 2025-01-17T07:46:58.349Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2585 | 2025-01-17T07:46:58.542Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2586 | 2025-01-17T07:46:59.063Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2587 | 2025-01-17T07:46:59.083Z | Checking httptest v0.16.1 |
2588 | 2025-01-17T07:46:59.440Z | Checking rustls-native-certs v0.7.3 |
2589 | 2025-01-17T07:46:59.623Z | Compiling petname v2.0.2 |
2590 | 2025-01-17T07:46:59.645Z | Checking num_cpus v1.16.0 |
2591 | 2025-01-17T07:46:59.777Z | Checking kv-log-macro v1.0.7 |
2592 | 2025-01-17T07:46:59.807Z | Compiling async-attributes v1.1.2 |
2593 | 2025-01-17T07:47:00.680Z | Checking async-std v1.13.0 |
2594 | 2025-01-17T07:47:01.044Z | Checking threadpool v1.8.1 |
2595 | 2025-01-17T07:47:01.278Z | Checking hyper-rustls v0.26.0 |
2596 | 2025-01-17T07:47:01.993Z | Checking pathdiff v0.2.2 |
2597 | 2025-01-17T07:47:02.017Z | Compiling rstest_macros v0.23.0 |
2598 | 2025-01-17T07:47:02.112Z | Checking nested v0.1.1 |
2599 | 2025-01-17T07:47:02.164Z | Checking escape8259 v0.5.3 |
2600 | 2025-01-17T07:47:02.333Z | Compiling target-triple v0.1.3 |
2601 | 2025-01-17T07:47:02.374Z | Checking libtest-mimic v0.7.3 |
2602 | 2025-01-17T07:47:02.634Z | Checking guppy v0.17.8 |
2603 | 2025-01-17T07:47:02.852Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2604 | 2025-01-17T07:47:03.703Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2605 | 2025-01-17T07:47:04.015Z | Checking similar-asserts v1.6.0 |
2606 | 2025-01-17T07:47:04.098Z | Checking async-object-pool v0.1.5 |
2607 | 2025-01-17T07:47:04.285Z | Checking fancy-regex v0.13.0 |
2608 | 2025-01-17T07:47:04.303Z | Checking serde_regex v1.1.0 |
2609 | 2025-01-17T07:47:04.592Z | Checking assert-json-diff v2.0.2 |
2610 | 2025-01-17T07:47:04.731Z | Compiling proc-macro-crate v3.2.0 |
2611 | 2025-01-17T07:47:04.938Z | Checking path-tree v0.8.1 |
2612 | 2025-01-17T07:47:05.050Z | Compiling relative-path v1.9.3 |
2613 | 2025-01-17T07:47:05.306Z | Checking stringmetrics v2.2.2 |
2614 | 2025-01-17T07:47:05.580Z | Checking sync-ptr v0.1.1 |
2615 | 2025-01-17T07:47:05.610Z | Checking httpmock v0.8.0-alpha.1 |
2616 | 2025-01-17T07:47:05.665Z | Checking datatest-stable v0.2.9 |
2617 | 2025-01-17T07:47:05.964Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2618 | 2025-01-17T07:47:05.988Z | Checking blake2b_simd v1.0.2 |
2619 | 2025-01-17T07:47:06.945Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2620 | 2025-01-17T07:47:07.336Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2621 | 2025-01-17T07:47:07.656Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2622 | 2025-01-17T07:47:07.986Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2623 | 2025-01-17T07:47:08.315Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2624 | 2025-01-17T07:47:08.888Z | Checking serde_tokenstream v0.2.2 |
2625 | 2025-01-17T07:47:09.299Z | Checking uzers v0.12.1 |
2626 | 2025-01-17T07:47:09.865Z | Checking rust-argon2 v2.1.0 |
2627 | 2025-01-17T07:47:10.312Z | Checking trybuild v1.0.101 |
2628 | 2025-01-17T07:47:10.513Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2629 | 2025-01-17T07:47:11.571Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2630 | 2025-01-17T07:47:11.653Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2631 | 2025-01-17T07:47:12.853Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2632 | 2025-01-17T07:47:13.186Z | Checking rand_distr v0.4.3 |
2633 | 2025-01-17T07:47:13.868Z | Checking multimap v0.10.0 |
2634 | 2025-01-17T07:47:14.196Z | Checking approx v0.5.1 |
2635 | 2025-01-17T07:47:14.467Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2636 | 2025-01-17T07:47:15.239Z | Checking rstest v0.23.0 |
2637 | 2025-01-17T07:47:15.479Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2638 | 2025-01-17T07:47:16.029Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2639 | 2025-01-17T07:47:16.717Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2640 | 2025-01-17T07:47:17.148Z | Compiling git2 v0.19.0 |
2641 | 2025-01-17T07:47:17.414Z | Checking partial-io v0.5.4 |
2642 | 2025-01-17T07:47:17.537Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2643 | 2025-01-17T07:47:17.648Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2644 | 2025-01-17T07:47:17.671Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2645 | 2025-01-17T07:47:17.795Z | Checking cargo_toml v0.20.5 |
2646 | 2025-01-17T07:47:17.850Z | Checking termios v0.3.3 |
2647 | 2025-01-17T07:47:18.077Z | Compiling indoc v2.0.5 |
2648 | 2025-01-17T07:47:18.953Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2649 | 2025-01-17T07:47:19.815Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2650 | 2025-01-17T07:47:23.180Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2651 | 2025-01-17T07:47:25.678Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2652 | 2025-01-17T07:47:36.477Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2653 | 2025-01-17T07:47:40.332Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2654 | 2025-01-17T07:47:47.515Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2655 | 2025-01-17T07:48:15.385Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2656 | 2025-01-17T07:48:16.500Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2657 | 2025-01-17T07:48:17.421Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2658 | 2025-01-17T07:48:33.365Z | Compiling polar-core v0.27.3 |
2659 | 2025-01-17T07:48:41.187Z | Checking oso v0.27.3 |
2660 | 2025-01-17T07:49:16.025Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2661 | 2025-01-17T07:49:16.025Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2662 | 2025-01-17T07:49:16.028Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2663 | 2025-01-17T07:50:27.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
2664 | 2025-01-17T07:50:28.435Z | |
2665 | 2025-01-17T07:50:28.435Z | real 6:25.968540457 |
2666 | 2025-01-17T07:50:28.435Z | user 33:52.224977078 |
2667 | 2025-01-17T07:50:28.435Z | sys 5:08.373651166 |
2668 | 2025-01-17T07:50:28.435Z | trap 0.998416036 |
2669 | 2025-01-17T07:50:28.435Z | tflt 1.744427743 |
2670 | 2025-01-17T07:50:28.435Z | dflt 0.134994800 |
2671 | 2025-01-17T07:50:28.435Z | kflt 0.001016472 |
2672 | 2025-01-17T07:50:28.438Z | lock 47:30.539902582 |
2673 | 2025-01-17T07:50:28.438Z | slp 1:54:55.273658450 |
2674 | 2025-01-17T07:50:28.438Z | lat 1:45.984629161 |
2675 | 2025-01-17T07:50:28.438Z | stop 6:47.652450618 |
2676 | 2025-01-17T07:50:28.438Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2677 | 2025-01-17T07:50:28.438Z | + ptime -m cargo doc --workspace --no-deps |
2678 | 2025-01-17T07:50:29.732Z | warning: output filename collision. |
2679 | 2025-01-17T07:50:29.732Z | 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)`. |
2680 | 2025-01-17T07:50:29.732Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2681 | 2025-01-17T07:50:29.732Z | The targets should have unique names. |
2682 | 2025-01-17T07:50:29.732Z | This is a known bug where multiple crates with the same name use |
2683 | 2025-01-17T07:50:29.732Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2684 | 2025-01-17T07:50:30.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2685 | 2025-01-17T07:50:30.336Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2686 | 2025-01-17T07:50:30.358Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2687 | 2025-01-17T07:50:30.406Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2688 | 2025-01-17T07:50:30.435Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2689 | 2025-01-17T07:50:30.466Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2690 | 2025-01-17T07:50:30.466Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2691 | 2025-01-17T07:50:30.685Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2692 | 2025-01-17T07:50:30.735Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2693 | 2025-01-17T07:50:30.763Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2694 | 2025-01-17T07:50:30.801Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2695 | 2025-01-17T07:50:31.042Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2025-01-17T07:50:31.106Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2697 | 2025-01-17T07:50:31.378Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2698 | 2025-01-17T07:50:31.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2699 | 2025-01-17T07:50:31.511Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2700 | 2025-01-17T07:50:31.918Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2701 | 2025-01-17T07:50:32.315Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2702 | 2025-01-17T07:50:32.591Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2703 | 2025-01-17T07:50:32.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2704 | 2025-01-17T07:50:32.663Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2705 | 2025-01-17T07:50:32.954Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2706 | 2025-01-17T07:50:33.013Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2707 | 2025-01-17T07:50:33.300Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2708 | 2025-01-17T07:50:33.703Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2709 | 2025-01-17T07:50:34.175Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2710 | 2025-01-17T07:50:34.287Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2711 | 2025-01-17T07:50:34.604Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2712 | 2025-01-17T07:50:34.627Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2713 | 2025-01-17T07:50:34.826Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2714 | 2025-01-17T07:50:34.848Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2715 | 2025-01-17T07:50:34.930Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2716 | 2025-01-17T07:50:35.145Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2717 | 2025-01-17T07:50:35.294Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2718 | 2025-01-17T07:50:35.316Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2719 | 2025-01-17T07:50:35.319Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2720 | 2025-01-17T07:50:35.663Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2721 | 2025-01-17T07:50:35.889Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2722 | 2025-01-17T07:50:35.910Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2723 | 2025-01-17T07:50:36.002Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2724 | 2025-01-17T07:50:36.266Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2725 | 2025-01-17T07:50:36.295Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2726 | 2025-01-17T07:50:36.353Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2727 | 2025-01-17T07:50:36.374Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2728 | 2025-01-17T07:50:37.158Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2729 | 2025-01-17T07:50:37.970Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2730 | 2025-01-17T07:50:38.459Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2731 | 2025-01-17T07:50:39.439Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2732 | 2025-01-17T07:50:39.564Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2733 | 2025-01-17T07:50:40.449Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2734 | 2025-01-17T07:50:40.885Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2025-01-17T07:50:42.016Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2736 | 2025-01-17T07:50:42.701Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2737 | 2025-01-17T07:50:42.977Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2738 | 2025-01-17T07:50:44.040Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2739 | 2025-01-17T07:50:44.422Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2740 | 2025-01-17T07:50:45.162Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2741 | 2025-01-17T07:50:45.289Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2025-01-17T07:50:45.389Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2743 | 2025-01-17T07:50:46.046Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2744 | 2025-01-17T07:50:46.621Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2745 | 2025-01-17T07:50:46.669Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2746 | 2025-01-17T07:50:46.853Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2747 | 2025-01-17T07:50:51.770Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2748 | 2025-01-17T07:50:51.989Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2749 | 2025-01-17T07:50:52.325Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2025-01-17T07:50:53.550Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2751 | 2025-01-17T07:50:53.667Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2752 | 2025-01-17T07:50:53.977Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2753 | 2025-01-17T07:50:54.862Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2754 | 2025-01-17T07:50:54.933Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2755 | 2025-01-17T07:50:55.312Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2756 | 2025-01-17T07:50:56.402Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2757 | 2025-01-17T07:50:56.735Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2758 | 2025-01-17T07:50:56.918Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2025-01-17T07:50:56.958Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2760 | 2025-01-17T07:50:57.037Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2761 | 2025-01-17T07:50:57.332Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2762 | 2025-01-17T07:50:57.356Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2025-01-17T07:50:58.224Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2764 | 2025-01-17T07:50:58.274Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2765 | 2025-01-17T07:50:58.912Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2766 | 2025-01-17T07:50:58.971Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2025-01-17T07:50:59.346Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2768 | 2025-01-17T07:50:59.489Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2769 | 2025-01-17T07:50:59.607Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2770 | 2025-01-17T07:51:00.428Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2771 | 2025-01-17T07:51:00.836Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2772 | 2025-01-17T07:51:00.971Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2773 | 2025-01-17T07:51:01.195Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2774 | 2025-01-17T07:51:01.803Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2775 | 2025-01-17T07:51:02.082Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2776 | 2025-01-17T07:51:02.200Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2777 | 2025-01-17T07:51:02.282Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2778 | 2025-01-17T07:51:02.564Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2779 | 2025-01-17T07:51:02.679Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2780 | 2025-01-17T07:51:02.957Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2781 | 2025-01-17T07:51:03.146Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2782 | 2025-01-17T07:51:03.767Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2783 | 2025-01-17T07:51:03.885Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2784 | 2025-01-17T07:51:03.999Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2785 | 2025-01-17T07:51:04.155Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2786 | 2025-01-17T07:51:04.381Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2787 | 2025-01-17T07:51:04.629Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2788 | 2025-01-17T07:51:04.900Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2789 | 2025-01-17T07:51:05.458Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2790 | 2025-01-17T07:51:05.957Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2791 | 2025-01-17T07:51:06.088Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2792 | 2025-01-17T07:51:06.516Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2793 | 2025-01-17T07:51:07.141Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2794 | 2025-01-17T07:51:07.236Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2795 | 2025-01-17T07:51:08.032Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2796 | 2025-01-17T07:51:08.617Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2797 | 2025-01-17T07:51:08.894Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2798 | 2025-01-17T07:51:10.395Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2799 | 2025-01-17T07:51:10.768Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2800 | 2025-01-17T07:51:11.848Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2801 | 2025-01-17T07:51:11.933Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2802 | 2025-01-17T07:51:12.968Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2803 | 2025-01-17T07:51:13.393Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2804 | 2025-01-17T07:51:14.328Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2805 | 2025-01-17T07:51:14.354Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-17T07:51:14.888Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2807 | 2025-01-17T07:51:15.154Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2808 | 2025-01-17T07:51:15.304Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2809 | 2025-01-17T07:51:15.383Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2810 | 2025-01-17T07:51:17.175Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2811 | 2025-01-17T07:51:18.167Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2812 | 2025-01-17T07:51:23.434Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2813 | 2025-01-17T07:51:24.417Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2814 | 2025-01-17T07:51:29.474Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2815 | 2025-01-17T07:51:29.574Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2816 | 2025-01-17T07:51:29.760Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2817 | 2025-01-17T07:51:31.728Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2818 | 2025-01-17T07:51:32.955Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2819 | 2025-01-17T07:51:34.968Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2820 | 2025-01-17T07:51:35.210Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2821 | 2025-01-17T07:51:36.401Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2822 | 2025-01-17T07:51:36.475Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2823 | 2025-01-17T07:51:37.003Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2824 | 2025-01-17T07:51:38.357Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2825 | 2025-01-17T07:51:38.598Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2826 | 2025-01-17T07:51:39.584Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2827 | 2025-01-17T07:51:39.681Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2828 | 2025-01-17T07:51:43.048Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2829 | 2025-01-17T07:51:44.530Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2830 | 2025-01-17T07:51:44.892Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2831 | 2025-01-17T07:51:45.041Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2025-01-17T07:51:45.928Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2833 | 2025-01-17T07:51:47.921Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2834 | 2025-01-17T07:51:48.116Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2835 | 2025-01-17T07:51:49.337Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2836 | 2025-01-17T07:51:49.504Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2837 | 2025-01-17T07:51:49.735Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2838 | 2025-01-17T07:51:50.875Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2839 | 2025-01-17T07:51:52.638Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2840 | 2025-01-17T07:51:53.514Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2841 | 2025-01-17T07:51:53.675Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2842 | 2025-01-17T07:51:54.107Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2843 | 2025-01-17T07:51:54.528Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2844 | 2025-01-17T07:51:55.329Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2845 | 2025-01-17T07:51:57.612Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2846 | 2025-01-17T07:51:58.163Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2847 | 2025-01-17T07:51:58.292Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2848 | 2025-01-17T07:51:58.462Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2849 | 2025-01-17T07:51:58.833Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2850 | 2025-01-17T07:52:00.011Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2851 | 2025-01-17T07:52:01.197Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2852 | 2025-01-17T07:52:01.922Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2853 | 2025-01-17T07:52:02.863Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2854 | 2025-01-17T07:52:03.294Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2855 | 2025-01-17T07:52:04.550Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2856 | 2025-01-17T07:52:04.779Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2857 | 2025-01-17T07:52:05.036Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2858 | 2025-01-17T07:52:05.566Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2859 | 2025-01-17T07:52:06.635Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2025-01-17T07:52:06.658Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2025-01-17T07:52:07.644Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2862 | 2025-01-17T07:52:09.174Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2863 | 2025-01-17T07:52:10.361Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2864 | 2025-01-17T07:52:10.416Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2865 | 2025-01-17T07:52:11.579Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2866 | 2025-01-17T07:52:11.671Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2867 | 2025-01-17T07:52:12.286Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2868 | 2025-01-17T07:52:14.926Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2869 | 2025-01-17T07:52:15.594Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2870 | 2025-01-17T07:52:15.962Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2025-01-17T07:52:17.421Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-17T07:52:17.994Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2873 | 2025-01-17T07:52:19.786Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2874 | 2025-01-17T07:52:19.921Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2875 | 2025-01-17T07:52:20.384Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2876 | 2025-01-17T07:52:21.577Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2877 | 2025-01-17T07:52:23.104Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2878 | 2025-01-17T07:52:24.177Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2879 | 2025-01-17T07:52:24.234Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2880 | 2025-01-17T07:52:24.698Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2881 | 2025-01-17T07:52:25.255Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2882 | 2025-01-17T07:52:26.320Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2883 | 2025-01-17T07:52:27.847Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2884 | 2025-01-17T07:52:28.153Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2885 | 2025-01-17T07:52:28.903Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2886 | 2025-01-17T07:52:29.543Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2887 | 2025-01-17T07:52:30.064Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2888 | 2025-01-17T07:52:31.587Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2889 | 2025-01-17T07:52:31.762Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2890 | 2025-01-17T07:52:32.914Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2891 | 2025-01-17T07:52:33.616Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2892 | 2025-01-17T07:52:33.638Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2893 | 2025-01-17T07:52:35.001Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2894 | 2025-01-17T07:52:35.021Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2895 | 2025-01-17T07:52:36.695Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2896 | 2025-01-17T07:52:37.125Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2897 | 2025-01-17T07:52:37.395Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2898 | 2025-01-17T07:52:38.524Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2899 | 2025-01-17T07:52:38.737Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2900 | 2025-01-17T07:52:39.671Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2901 | 2025-01-17T07:52:39.895Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2902 | 2025-01-17T07:52:40.191Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2903 | 2025-01-17T07:52:40.571Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2904 | 2025-01-17T07:52:40.674Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2905 | 2025-01-17T07:52:41.008Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2906 | 2025-01-17T07:52:41.375Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2907 | 2025-01-17T07:52:41.677Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2908 | 2025-01-17T07:52:53.792Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2909 | 2025-01-17T07:52:53.795Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2910 | 2025-01-17T07:52:53.795Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2911 | 2025-01-17T07:52:53.795Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2912 | 2025-01-17T07:52:54.785Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2913 | 2025-01-17T07:52:54.825Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2914 | 2025-01-17T07:52:54.902Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2915 | 2025-01-17T07:52:55.124Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2916 | 2025-01-17T07:52:56.999Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2917 | 2025-01-17T07:53:02.139Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2918 | 2025-01-17T07:53:02.744Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2919 | 2025-01-17T07:53:42.397Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2920 | 2025-01-17T07:53:49.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s |
2921 | 2025-01-17T07:53:49.258Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2922 | 2025-01-17T07:53:49.327Z | |
2923 | 2025-01-17T07:53:49.328Z | real 3:20.858944096 |
2924 | 2025-01-17T07:53:49.328Z | user 18:00.643031618 |
2925 | 2025-01-17T07:53:49.330Z | sys 2:31.913855243 |
2926 | 2025-01-17T07:53:49.330Z | trap 0.529864862 |
2927 | 2025-01-17T07:53:49.330Z | tflt 0.438938134 |
2928 | 2025-01-17T07:53:49.330Z | dflt 0.152720952 |
2929 | 2025-01-17T07:53:49.331Z | kflt 0.000328282 |
2930 | 2025-01-17T07:53:49.331Z | lock 27:59.018771446 |
2931 | 2025-01-17T07:53:49.331Z | slp 50:39.253848417 |
2932 | 2025-01-17T07:53:49.331Z | lat 1:08.427437743 |
2933 | 2025-01-17T07:53:49.331Z | stop 1:20.724035286 |
2934 | 2025-01-17T07:53:49.331Z | process exited: duration 953605 ms, exit code 0 |
|
2935 | 2025-01-17T07:53:49.337Z | found 0 output files |