|
|
|
1 | 2025-01-15T04:19:48.458Z | job assigned to worker 01JHM2ZD32VVTAB0BT0D8V9C4Z [factory aws, i-0519065c1e4dab3b6] (queued for 55 s) |
|
2 | 2025-01-15T04:19:56.767Z | starting task 0: "setup" |
3 | 2025-01-15T04:19:56.777Z | ++ uname -s |
4 | 2025-01-15T04:19:56.780Z | + kern=SunOS |
5 | 2025-01-15T04:19:56.780Z | + case "$kern" in |
6 | 2025-01-15T04:19:56.780Z | + groupadd -g 12345 build |
7 | 2025-01-15T04:19:56.780Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T04:19:58.789Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T04:19:58.919Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T04:19:58.921Z | + home_fs=zfs |
11 | 2025-01-15T04:19:58.921Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T04:19:58.921Z | + mkdir -p /home/build |
13 | 2025-01-15T04:19:58.924Z | + chown build:build /home/build /work |
14 | 2025-01-15T04:20:00.926Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T04:20:00.929Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2025-01-15T04:20:00.934Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T04:20:00.940Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T04:20:00.940Z | ' 1.84.0 |
19 | 2025-01-15T04:20:00.940Z | * toolchain channel = "1.84.0" |
20 | 2025-01-15T04:20:00.940Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-15T04:20:00.940Z | ' default |
22 | 2025-01-15T04:20:00.940Z | * toolchain profile = "default" |
23 | 2025-01-15T04:20:00.942Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T04:20:00.942Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T04:20:01.064Z | info: downloading installer |
26 | 2025-01-15T04:20:02.650Z | info: profile set to 'default' |
27 | 2025-01-15T04:20:02.650Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T04:20:02.653Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T04:20:02.813Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T04:20:02.813Z | info: downloading component 'cargo' |
31 | 2025-01-15T04:20:03.683Z | info: downloading component 'clippy' |
32 | 2025-01-15T04:20:04.016Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T04:20:05.200Z | info: downloading component 'rust-std' |
34 | 2025-01-15T04:20:07.006Z | info: downloading component 'rustc' |
35 | 2025-01-15T04:20:13.743Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T04:20:13.998Z | info: installing component 'cargo' |
37 | 2025-01-15T04:20:14.849Z | info: installing component 'clippy' |
38 | 2025-01-15T04:20:15.231Z | info: installing component 'rust-docs' |
39 | 2025-01-15T04:20:16.936Z | info: installing component 'rust-std' |
40 | 2025-01-15T04:20:18.670Z | info: installing component 'rustc' |
41 | 2025-01-15T04:20:24.716Z | info: installing component 'rustfmt' |
42 | 2025-01-15T04:20:25.053Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T04:20:25.053Z | |
44 | 2025-01-15T04:20:25.447Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T04:20:25.447Z | |
46 | 2025-01-15T04:20:25.450Z | |
47 | 2025-01-15T04:20:25.450Z | Rust is installed now. Great! |
48 | 2025-01-15T04:20:25.450Z | |
49 | 2025-01-15T04:20:25.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T04:20:25.450Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T04:20:25.450Z | |
52 | 2025-01-15T04:20:25.450Z | To configure your current shell, you need to source |
53 | 2025-01-15T04:20:25.450Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T04:20:25.450Z | |
55 | 2025-01-15T04:20:25.450Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T04:20:25.450Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T04:20:25.450Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T04:20:25.529Z | + rustc --version |
59 | 2025-01-15T04:20:25.597Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T04:20:25.600Z | process exited: duration 24662 ms, exit code 0 |
|
61 | 2025-01-15T04:20:25.609Z | starting task 2: "authentication" |
62 | 2025-01-15T04:20:25.630Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-15T04:20:25.636Z | starting task 3: "clone repository" |
64 | 2025-01-15T04:20:25.641Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T04:20:25.643Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T04:20:25.684Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T04:20:33.483Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T04:20:33.483Z | + git fetch origin 8ba102213596624bd17b324bdacdd8aeae05724e |
69 | 2025-01-15T04:20:33.838Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T04:20:33.838Z | * branch 8ba102213596624bd17b324bdacdd8aeae05724e -> FETCH_HEAD |
71 | 2025-01-15T04:20:33.849Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-15T04:20:33.859Z | ++ git branch --show-current |
73 | 2025-01-15T04:20:33.859Z | + current=main |
74 | 2025-01-15T04:20:33.859Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-15T04:20:33.859Z | + git branch -f renovate/anyhow-1.x-lockfile 8ba102213596624bd17b324bdacdd8aeae05724e |
76 | 2025-01-15T04:20:33.861Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-15T04:20:33.899Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-15T04:20:33.902Z | + git reset --hard 8ba102213596624bd17b324bdacdd8aeae05724e |
79 | 2025-01-15T04:20:33.943Z | HEAD is now at 8ba102213 Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-15T04:20:33.961Z | process exited: duration 8307 ms, exit code 0 |
|
81 | 2025-01-15T04:20:33.965Z | starting task 4: "build" |
82 | 2025-01-15T04:20:33.971Z | + source ./env.sh |
83 | 2025-01-15T04:20:33.971Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-15T04:20:33.971Z | ++ set -o xtrace |
85 | 2025-01-15T04:20:33.976Z | ++++ dirname ./env.sh |
86 | 2025-01-15T04:20:33.976Z | +++ readlink -f . |
87 | 2025-01-15T04:20:33.978Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-15T04:20:33.978Z | ++ 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-15T04:20:33.978Z | ++ 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-15T04:20:33.978Z | ++ 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-15T04:20:33.979Z | ++ 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-15T04:20:33.979Z | ++ 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-15T04:20:33.979Z | ++ 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-15T04:20:33.979Z | ++ 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-15T04:20:33.979Z | ++ 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-15T04:20:33.979Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-15T04:20:33.979Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-15T04:20:33.979Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-15T04:20:33.979Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-15T04:20:33.979Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-15T04:20:33.979Z | + cargo --version |
102 | 2025-01-15T04:20:34.039Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-15T04:20:34.041Z | + rustc --version |
104 | 2025-01-15T04:20:34.103Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-15T04:20:34.106Z | + banner prerequisites |
106 | 2025-01-15T04:20:34.109Z | |
107 | 2025-01-15T04:20:34.109Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-15T04:20:34.109Z | # # # # # # # # # # # # # # # |
109 | 2025-01-15T04:20:34.109Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-15T04:20:34.109Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-15T04:20:34.109Z | # # # # # # # # # # # # # # # |
112 | 2025-01-15T04:20:34.109Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-15T04:20:34.109Z | |
114 | 2025-01-15T04:20:34.112Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-15T04:20:35.720Z | pkg list: illegal option -- F |
116 | 2025-01-15T04:20:35.720Z | Usage: |
117 | 2025-01-15T04:20:35.722Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-15T04:20:35.722Z | [pkg_fmri_pattern ...] |
119 | 2025-01-15T04:20:36.580Z | pkg list: illegal option -- F |
120 | 2025-01-15T04:20:36.580Z | Usage: |
121 | 2025-01-15T04:20:36.581Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-15T04:20:36.582Z | [pkg_fmri_pattern ...] |
123 | 2025-01-15T04:20:44.168Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-15T04:20:48.289Z | Startup: Caching catalogs ... Done |
125 | 2025-01-15T04:20:59.751Z | Planning: Solver setup ... Done (10.650s) |
126 | 2025-01-15T04:20:59.897Z | Planning: Running solver ... Done (0.148s) |
127 | 2025-01-15T04:21:00.013Z | Planning: Finding local manifests ... Done (0.005s) |
128 | 2025-01-15T04:21:00.026Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-15T04:21:00.261Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-15T04:21:00.371Z | Planning: Package planning ... Done (0.110s) |
131 | 2025-01-15T04:21:00.427Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-15T04:21:00.621Z | Planning: Checking for conflicting actions ... Done (0.193s) |
133 | 2025-01-15T04:21:02.352Z | Planning: Consolidating action changes ... Done (1.731s) |
134 | 2025-01-15T04:21:02.761Z | Planning: Evaluating mediators ... Done (0.408s) |
135 | 2025-01-15T04:21:02.844Z | Planning: Planning completed in 14.46 seconds |
136 | 2025-01-15T04:21:02.860Z | Packages to install: 4 |
137 | 2025-01-15T04:21:02.860Z | Packages to update: 3 |
138 | 2025-01-15T04:21:02.863Z | Mediators to change: 2 |
139 | 2025-01-15T04:21:02.863Z | Services to change: 1 |
140 | 2025-01-15T04:21:02.863Z | Estimated space available: 155.61 GB |
141 | 2025-01-15T04:21:02.863Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-15T04:21:02.863Z | Create boot environment: No |
143 | 2025-01-15T04:21:02.863Z | Create backup boot environment: Yes |
144 | 2025-01-15T04:21:02.863Z | Rebuild boot archive: No |
145 | 2025-01-15T04:21:02.863Z | |
146 | 2025-01-15T04:21:02.863Z | Changed mediators: |
147 | 2025-01-15T04:21:02.863Z | mediator clang: |
148 | 2025-01-15T04:21:02.863Z | version: None -> 15 (system default) |
149 | 2025-01-15T04:21:02.863Z | |
150 | 2025-01-15T04:21:02.863Z | mediator llvm: |
151 | 2025-01-15T04:21:02.863Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-15T04:21:02.863Z | |
153 | 2025-01-15T04:21:02.863Z | Changed packages: |
154 | 2025-01-15T04:21:02.863Z | helios-dev |
155 | 2025-01-15T04:21:02.863Z | developer/build-essential |
156 | 2025-01-15T04:21:02.863Z | None -> 11-2.0 |
157 | 2025-01-15T04:21:02.863Z | library/libxmlsec1 |
158 | 2025-01-15T04:21:02.863Z | None -> 1.2.35-2.0 |
159 | 2025-01-15T04:21:02.863Z | ooce/developer/clang-15 |
160 | 2025-01-15T04:21:02.863Z | None -> 15.0.7-2.0 |
161 | 2025-01-15T04:21:02.863Z | ooce/developer/llvm-15 |
162 | 2025-01-15T04:21:02.863Z | None -> 15.0.7-2.0 |
163 | 2025-01-15T04:21:02.863Z | package/pkg |
164 | 2025-01-15T04:21:02.864Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-15T04:21:02.864Z | system/library/g++-runtime |
166 | 2025-01-15T04:21:02.864Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-15T04:21:02.864Z | system/library/gcc-runtime |
168 | 2025-01-15T04:21:02.864Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-15T04:21:02.864Z | |
170 | 2025-01-15T04:21:02.864Z | Services: |
171 | 2025-01-15T04:21:02.864Z | restart_fmri: |
172 | 2025-01-15T04:21:02.864Z | svc:/system/update-man-index:default |
173 | 2025-01-15T04:21:02.864Z | |
174 | 2025-01-15T04:21:02.864Z | Editable files to change: |
175 | 2025-01-15T04:21:02.864Z | Update: |
176 | 2025-01-15T04:21:02.864Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-15T04:21:02.939Z | |
178 | 2025-01-15T04:21:02.939Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-15T04:21:07.942Z | Download: 375/4301 items 16.3/225.4MB 7% complete (3.2M/s) |
180 | 2025-01-15T04:21:12.945Z | Download: 1020/4301 items 19.6/225.4MB 8% complete (2.0M/s) |
181 | 2025-01-15T04:21:18.929Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.6M/s) |
182 | 2025-01-15T04:21:23.939Z | Download: 1664/4301 items 117.9/225.4MB 52% complete (8.9M/s) |
183 | 2025-01-15T04:21:29.036Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (4.2M/s) |
184 | 2025-01-15T04:21:34.037Z | Download: 2901/4301 items 121.2/225.4MB 53% complete (330k/s) |
185 | 2025-01-15T04:21:39.142Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
186 | 2025-01-15T04:21:45.689Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (9.1M/s) |
187 | 2025-01-15T04:21:50.680Z | Download: 3626/4301 items 216.1/225.4MB 95% complete (729k/s) |
188 | 2025-01-15T04:21:55.830Z | Download: 4198/4301 items 220.5/225.4MB 97% complete (814k/s) |
189 | 2025-01-15T04:22:11.051Z | Download: 4206/4301 items 220.6/225.4MB 97% complete |
190 | 2025-01-15T04:22:17.712Z | Download: 4292/4301 items 224.5/225.4MB 99% complete (5.1M/s) |
191 | 2025-01-15T04:22:36.954Z | Download: 4294/4301 items 224.9/225.4MB 99% complete |
192 | 2025-01-15T04:22:42.928Z | Download: 4299/4301 items 225.3/225.4MB 99% complete (4.0M/s) |
193 | 2025-01-15T04:22:43.352Z | Download: Completed 225.42 MB in 100.40 seconds (2.2M/s) |
194 | 2025-01-15T04:22:45.492Z | Actions: 1/5122 actions (Removing old actions) |
195 | 2025-01-15T04:22:45.513Z | Actions: 194/5122 actions (Installing new actions) |
196 | 2025-01-15T04:22:50.270Z | Actions: 4267/5122 actions (Updating modified actions) |
197 | 2025-01-15T04:22:50.617Z | Actions: Completed 5122 actions in 5.12 seconds. |
198 | 2025-01-15T04:22:51.040Z | Done (0.401s) |
199 | 2025-01-15T04:22:51.062Z | Done (0.001s) |
200 | 2025-01-15T04:22:51.748Z | Done (0.591s) |
201 | 2025-01-15T04:22:56.369Z | Done (4.302s) |
202 | 2025-01-15T04:22:56.630Z | Done (0.020s) |
203 | 2025-01-15T04:22:56.631Z | Done (0.000s) |
204 | 2025-01-15T04:22:56.631Z | Done (0.000s) |
205 | 2025-01-15T04:22:57.166Z | Planning: Evaluating mediator changes ... Done |
206 | 2025-01-15T04:22:57.300Z | Planning: Checking for conflicting actions ... Done |
207 | 2025-01-15T04:22:57.388Z | Planning: Consolidating action changes ... Done |
208 | 2025-01-15T04:22:57.661Z | Planning: Evaluating mediators ... Done |
209 | 2025-01-15T04:22:57.738Z | Planning: Planning completed in 0.44 seconds |
210 | 2025-01-15T04:22:57.738Z | Mediators to change: 2 |
211 | 2025-01-15T04:22:57.738Z | Create boot environment: No |
212 | 2025-01-15T04:22:57.738Z | Create backup boot environment: No |
213 | 2025-01-15T04:22:57.738Z | Done |
214 | 2025-01-15T04:22:57.739Z | Done |
215 | 2025-01-15T04:22:58.031Z | Done |
216 | 2025-01-15T04:23:01.844Z | Done |
217 | 2025-01-15T04:23:02.123Z | Done |
218 | 2025-01-15T04:23:02.123Z | Done |
219 | 2025-01-15T04:23:02.123Z | Done |
220 | 2025-01-15T04:23:02.612Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-01-15T04:23:02.617Z | Planning: Merging actions ... Done |
222 | 2025-01-15T04:23:02.799Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-01-15T04:23:02.803Z | Planning: Consolidating action changes ... Done |
224 | 2025-01-15T04:23:03.066Z | Planning: Evaluating mediators ... Done |
225 | 2025-01-15T04:23:03.136Z | Planning: Planning completed in 0.76 seconds |
226 | 2025-01-15T04:23:03.164Z | Packages to change: 1 |
227 | 2025-01-15T04:23:03.164Z | Mediators to change: 1 |
228 | 2025-01-15T04:23:03.167Z | Services to change: 1 |
229 | 2025-01-15T04:23:03.167Z | Create boot environment: No |
230 | 2025-01-15T04:23:03.167Z | Create backup boot environment: Yes |
231 | 2025-01-15T04:23:04.427Z | Actions: 1/6 actions (Updating modified actions) |
232 | 2025-01-15T04:23:04.466Z | Actions: Completed 6 actions in 0.00 seconds. |
233 | 2025-01-15T04:23:04.466Z | Done |
234 | 2025-01-15T04:23:04.466Z | Done |
235 | 2025-01-15T04:23:04.524Z | Done |
236 | 2025-01-15T04:23:08.301Z | Done |
237 | 2025-01-15T04:23:08.399Z | Done |
238 | 2025-01-15T04:23:08.402Z | Done |
239 | 2025-01-15T04:23:08.546Z | Done |
240 | 2025-01-15T04:23:08.986Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
241 | 2025-01-15T04:23:08.986Z | clang system 15 system |
242 | 2025-01-15T04:23:08.986Z | csh system system illumos |
243 | 2025-01-15T04:23:08.986Z | ctags system system illumos |
244 | 2025-01-15T04:23:08.986Z | gcc vendor 12 vendor |
245 | 2025-01-15T04:23:08.986Z | gcc system 10 system |
246 | 2025-01-15T04:23:08.987Z | gcc system 7 system |
247 | 2025-01-15T04:23:08.987Z | go system 1.20 system |
248 | 2025-01-15T04:23:08.987Z | go system 1.19 system |
249 | 2025-01-15T04:23:08.987Z | llvm system 15 system |
250 | 2025-01-15T04:23:08.987Z | llvm system 14 system |
251 | 2025-01-15T04:23:08.987Z | mariadb system 10.6 system |
252 | 2025-01-15T04:23:08.987Z | mta vendor vendor dma |
253 | 2025-01-15T04:23:08.987Z | openjdk system 17 system |
254 | 2025-01-15T04:23:08.987Z | openjdk system 11 system |
255 | 2025-01-15T04:23:08.987Z | openjdk system 1.8 system |
256 | 2025-01-15T04:23:08.987Z | openssl vendor 3 vendor |
257 | 2025-01-15T04:23:08.987Z | perl system 5.36 system |
258 | 2025-01-15T04:23:08.987Z | postgresql system 15 system |
259 | 2025-01-15T04:23:08.987Z | postgresql system 13 system |
260 | 2025-01-15T04:23:08.987Z | python vendor 3 vendor |
261 | 2025-01-15T04:23:08.987Z | python system 2 system |
262 | 2025-01-15T04:23:08.987Z | python3 system 3.11 system |
263 | 2025-01-15T04:23:08.987Z | ruby system 3.0 system |
264 | 2025-01-15T04:23:08.987Z | words vendor vendor american-english |
265 | 2025-01-15T04:23:08.987Z | words system system australian-english |
266 | 2025-01-15T04:23:08.987Z | words system system british-english |
267 | 2025-01-15T04:23:08.987Z | words system system canadian-english |
268 | 2025-01-15T04:23:08.987Z | words system system french |
269 | 2025-01-15T04:23:08.988Z | words system system italian |
270 | 2025-01-15T04:23:08.988Z | words system system ngerman |
271 | 2025-01-15T04:23:08.988Z | words system system ogerman |
272 | 2025-01-15T04:23:08.988Z | words system system spanish |
273 | 2025-01-15T04:23:09.316Z | PUBLISHER TYPE STATUS P LOCATION |
274 | 2025-01-15T04:23:09.316Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
275 | 2025-01-15T04:23:12.140Z | FMRI IFO |
276 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
277 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
278 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
279 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
280 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
281 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
282 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
283 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
284 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
285 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
286 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
287 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
288 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
289 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
290 | 2025-01-15T04:23:12.140Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
291 | 2025-01-15T04:23:12.895Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
292 | 2025-01-15T04:23:13.205Z | Updating crates.io index |
293 | 2025-01-15T04:23:13.207Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
294 | 2025-01-15T04:23:13.560Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
295 | 2025-01-15T04:23:14.059Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
296 | 2025-01-15T04:23:14.309Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
297 | 2025-01-15T04:23:14.564Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
298 | 2025-01-15T04:23:14.806Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2025-01-15T04:23:15.773Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
300 | 2025-01-15T04:23:17.318Z | Updating git repository `https://github.com/oxidecomputer/opte` |
301 | 2025-01-15T04:23:18.011Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2025-01-15T04:23:18.762Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
303 | 2025-01-15T04:23:19.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
304 | 2025-01-15T04:23:19.346Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
305 | 2025-01-15T04:23:19.964Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
306 | 2025-01-15T04:23:20.292Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2025-01-15T04:23:20.607Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2025-01-15T04:23:20.911Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2025-01-15T04:23:21.187Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2025-01-15T04:23:21.515Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2025-01-15T04:23:21.848Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2025-01-15T04:23:22.109Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2025-01-15T04:23:22.454Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2025-01-15T04:23:22.737Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2025-01-15T04:23:23.249Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
316 | 2025-01-15T04:23:23.540Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
317 | 2025-01-15T04:23:23.927Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
318 | 2025-01-15T04:23:24.348Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
319 | 2025-01-15T04:23:24.628Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
320 | 2025-01-15T04:23:24.885Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
321 | 2025-01-15T04:23:25.153Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
322 | 2025-01-15T04:23:26.365Z | Downloading crates ... |
323 | 2025-01-15T04:23:26.450Z | Downloaded bytecount v0.6.8 |
324 | 2025-01-15T04:23:26.456Z | Downloaded tempfile v3.13.0 |
325 | 2025-01-15T04:23:26.459Z | Downloaded log v0.4.22 |
326 | 2025-01-15T04:23:26.464Z | Downloaded textwrap v0.16.1 |
327 | 2025-01-15T04:23:26.466Z | Downloaded heck v0.4.1 |
328 | 2025-01-15T04:23:26.469Z | Downloaded fs-err v2.11.0 |
329 | 2025-01-15T04:23:26.472Z | Downloaded cargo-platform v0.1.8 |
330 | 2025-01-15T04:23:26.476Z | Downloaded scroll_derive v0.12.0 |
331 | 2025-01-15T04:23:26.476Z | Downloaded anstyle-parse v0.2.5 |
332 | 2025-01-15T04:23:26.479Z | Downloaded anstyle-query v1.1.1 |
333 | 2025-01-15T04:23:26.479Z | Downloaded colorchoice v1.0.2 |
334 | 2025-01-15T04:23:26.479Z | Downloaded anstyle v1.0.10 |
335 | 2025-01-15T04:23:26.481Z | Downloaded unicode-ident v1.0.14 |
336 | 2025-01-15T04:23:26.487Z | Downloaded sha2 v0.10.8 |
337 | 2025-01-15T04:23:26.489Z | Downloaded typenum v1.17.0 |
338 | 2025-01-15T04:23:26.492Z | Downloaded autocfg v1.4.0 |
339 | 2025-01-15T04:23:26.494Z | Downloaded macaddr v1.0.1 |
340 | 2025-01-15T04:23:26.497Z | Downloaded clap_derive v4.5.18 |
341 | 2025-01-15T04:23:26.499Z | Downloaded utf8parse v0.2.2 |
342 | 2025-01-15T04:23:26.499Z | Downloaded dof v0.3.0 |
343 | 2025-01-15T04:23:26.502Z | Downloaded indexmap v2.7.0 |
344 | 2025-01-15T04:23:26.512Z | Downloaded smawk v0.3.2 |
345 | 2025-01-15T04:23:26.516Z | Downloaded thiserror-impl v1.0.69 |
346 | 2025-01-15T04:23:26.518Z | Downloaded memmap v0.7.0 |
347 | 2025-01-15T04:23:26.521Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2025-01-15T04:23:26.523Z | Downloaded proc-macro-error v1.0.4 |
349 | 2025-01-15T04:23:26.526Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-01-15T04:23:26.530Z | Downloaded anyhow v1.0.95 |
351 | 2025-01-15T04:23:26.534Z | Downloaded strsim v0.11.1 |
352 | 2025-01-15T04:23:26.542Z | Downloaded generic-array v0.14.7 |
353 | 2025-01-15T04:23:26.547Z | Downloaded byteorder v1.5.0 |
354 | 2025-01-15T04:23:26.547Z | Downloaded crypto-common v0.1.6 |
355 | 2025-01-15T04:23:26.547Z | Downloaded toml_edit v0.22.22 |
356 | 2025-01-15T04:23:26.564Z | Downloaded camino-tempfile v1.1.1 |
357 | 2025-01-15T04:23:26.571Z | Downloaded quote v1.0.38 |
358 | 2025-01-15T04:23:26.574Z | Downloaded digest v0.10.7 |
359 | 2025-01-15T04:23:26.576Z | Downloaded clap v4.5.21 |
360 | 2025-01-15T04:23:26.585Z | Downloaded scroll v0.12.0 |
361 | 2025-01-15T04:23:26.588Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-15T04:23:26.593Z | Downloaded bitflags v2.6.0 |
363 | 2025-01-15T04:23:26.596Z | Downloaded serde v1.0.217 |
364 | 2025-01-15T04:23:26.607Z | Downloaded pest v2.7.14 |
365 | 2025-01-15T04:23:26.611Z | Downloaded clap_lex v0.7.2 |
366 | 2025-01-15T04:23:26.614Z | Downloaded block-buffer v0.10.4 |
367 | 2025-01-15T04:23:26.614Z | Downloaded goblin v0.8.2 |
368 | 2025-01-15T04:23:26.619Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2025-01-15T04:23:26.624Z | Downloaded swrite v0.1.0 |
370 | 2025-01-15T04:23:26.626Z | Downloaded pretty-hex v0.4.1 |
371 | 2025-01-15T04:23:26.629Z | Downloaded tabled v0.15.0 |
372 | 2025-01-15T04:23:26.643Z | Downloaded zerocopy v0.7.35 |
373 | 2025-01-15T04:23:26.658Z | Downloaded ryu v1.0.18 |
374 | 2025-01-15T04:23:26.660Z | Downloaded anstream v0.6.15 |
375 | 2025-01-15T04:23:26.663Z | Downloaded thread-id v4.2.2 |
376 | 2025-01-15T04:23:26.666Z | Downloaded tabled_derive v0.7.0 |
377 | 2025-01-15T04:23:26.666Z | Downloaded proc-macro2 v1.0.92 |
378 | 2025-01-15T04:23:26.669Z | Downloaded toml v0.8.19 |
379 | 2025-01-15T04:23:26.683Z | Downloaded semver v1.0.24 |
380 | 2025-01-15T04:23:26.683Z | Downloaded papergrid v0.11.0 |
381 | 2025-01-15T04:23:26.683Z | Downloaded winnow v0.6.20 |
382 | 2025-01-15T04:23:26.687Z | Downloaded version_check v0.9.5 |
383 | 2025-01-15T04:23:26.687Z | Downloaded pest_meta v2.7.14 |
384 | 2025-01-15T04:23:26.691Z | Downloaded syn v1.0.109 |
385 | 2025-01-15T04:23:26.697Z | Downloaded usdt v0.5.0 |
386 | 2025-01-15T04:23:26.700Z | Downloaded camino v1.1.9 |
387 | 2025-01-15T04:23:26.700Z | Downloaded serde_json v1.0.135 |
388 | 2025-01-15T04:23:26.707Z | Downloaded syn v2.0.96 |
389 | 2025-01-15T04:23:26.718Z | Downloaded once_cell v1.20.2 |
390 | 2025-01-15T04:23:26.722Z | Downloaded fnv v1.0.7 |
391 | 2025-01-15T04:23:26.722Z | Downloaded cargo_toml v0.20.5 |
392 | 2025-01-15T04:23:26.725Z | Downloaded memchr v2.7.4 |
393 | 2025-01-15T04:23:26.727Z | Downloaded heck v0.5.0 |
394 | 2025-01-15T04:23:26.732Z | Downloaded clap_builder v4.5.21 |
395 | 2025-01-15T04:23:26.735Z | Downloaded plain v0.2.3 |
396 | 2025-01-15T04:23:26.737Z | Downloaded libc v0.2.162 |
397 | 2025-01-15T04:23:26.761Z | Downloaded ucd-trie v0.1.7 |
398 | 2025-01-15T04:23:26.764Z | Downloaded fastrand v2.1.1 |
399 | 2025-01-15T04:23:26.764Z | Downloaded equivalent v1.0.1 |
400 | 2025-01-15T04:23:26.766Z | Downloaded is_terminal_polyfill v1.70.1 |
401 | 2025-01-15T04:23:26.766Z | Downloaded errno v0.3.9 |
402 | 2025-01-15T04:23:26.776Z | Downloaded serde_derive v1.0.217 |
403 | 2025-01-15T04:23:26.778Z | Downloaded unicode-width v0.1.14 |
404 | 2025-01-15T04:23:26.783Z | Downloaded rustix v0.38.37 |
405 | 2025-01-15T04:23:26.823Z | Downloaded usdt-macro v0.5.0 |
406 | 2025-01-15T04:23:26.833Z | Downloaded thiserror v1.0.69 |
407 | 2025-01-15T04:23:26.837Z | Downloaded terminal_size v0.4.0 |
408 | 2025-01-15T04:23:26.840Z | Downloaded serde_tokenstream v0.2.2 |
409 | 2025-01-15T04:23:26.843Z | Downloaded unicode-linebreak v0.1.5 |
410 | 2025-01-15T04:23:26.843Z | Downloaded serde_spanned v0.6.8 |
411 | 2025-01-15T04:23:26.866Z | Downloaded usdt-impl v0.5.0 |
412 | 2025-01-15T04:23:26.940Z | Downloaded cargo_metadata v0.18.1 |
413 | 2025-01-15T04:23:26.967Z | Downloaded cfg-if v1.0.0 |
414 | 2025-01-15T04:23:26.972Z | Downloaded toml_datetime v0.6.8 |
415 | 2025-01-15T04:23:26.996Z | Downloaded usdt-attr-macro v0.5.0 |
416 | 2025-01-15T04:23:27.025Z | Downloaded itoa v1.0.11 |
417 | 2025-01-15T04:23:27.033Z | Downloaded cpufeatures v0.2.14 |
418 | 2025-01-15T04:23:27.044Z | Downloaded pest_generator v2.7.14 |
419 | 2025-01-15T04:23:27.047Z | Downloaded hashbrown v0.15.1 |
420 | 2025-01-15T04:23:27.336Z | Compiling proc-macro2 v1.0.92 |
421 | 2025-01-15T04:23:27.336Z | Compiling unicode-ident v1.0.14 |
422 | 2025-01-15T04:23:27.338Z | Compiling version_check v0.9.5 |
423 | 2025-01-15T04:23:27.338Z | Compiling serde v1.0.217 |
424 | 2025-01-15T04:23:27.338Z | Compiling thiserror v1.0.69 |
425 | 2025-01-15T04:23:27.338Z | Compiling memchr v2.7.4 |
426 | 2025-01-15T04:23:27.372Z | Compiling libc v0.2.162 |
427 | 2025-01-15T04:23:27.374Z | Compiling itoa v1.0.11 |
428 | 2025-01-15T04:23:27.605Z | Compiling ucd-trie v0.1.7 |
429 | 2025-01-15T04:23:27.661Z | Compiling ryu v1.0.18 |
430 | 2025-01-15T04:23:28.103Z | Compiling once_cell v1.20.2 |
431 | 2025-01-15T04:23:28.129Z | Compiling byteorder v1.5.0 |
432 | 2025-01-15T04:23:28.353Z | Compiling serde_json v1.0.135 |
433 | 2025-01-15T04:23:28.500Z | Compiling rustix v0.38.37 |
434 | 2025-01-15T04:23:28.729Z | Compiling bitflags v2.6.0 |
435 | 2025-01-15T04:23:28.762Z | Compiling usdt-impl v0.5.0 |
436 | 2025-01-15T04:23:29.009Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2025-01-15T04:23:29.070Z | Compiling syn v1.0.109 |
438 | 2025-01-15T04:23:29.139Z | Compiling proc-macro-error v1.0.4 |
439 | 2025-01-15T04:23:29.257Z | Compiling quote v1.0.38 |
440 | 2025-01-15T04:23:29.386Z | Compiling errno v0.3.9 |
441 | 2025-01-15T04:23:29.437Z | Compiling camino v1.1.9 |
442 | 2025-01-15T04:23:29.464Z | Compiling utf8parse v0.2.2 |
443 | 2025-01-15T04:23:29.631Z | Compiling thread-id v4.2.2 |
444 | 2025-01-15T04:23:29.664Z | Compiling plain v0.2.3 |
445 | 2025-01-15T04:23:29.664Z | Compiling equivalent v1.0.1 |
446 | 2025-01-15T04:23:29.702Z | Compiling syn v2.0.96 |
447 | 2025-01-15T04:23:29.801Z | Compiling log v0.4.22 |
448 | 2025-01-15T04:23:29.827Z | Compiling hashbrown v0.15.1 |
449 | 2025-01-15T04:23:29.926Z | Compiling anstyle-parse v0.2.5 |
450 | 2025-01-15T04:23:30.237Z | Compiling winnow v0.6.20 |
451 | 2025-01-15T04:23:30.242Z | Compiling pretty-hex v0.4.1 |
452 | 2025-01-15T04:23:30.493Z | Compiling semver v1.0.24 |
453 | 2025-01-15T04:23:30.499Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-15T04:23:30.714Z | Compiling anstyle-query v1.1.1 |
455 | 2025-01-15T04:23:30.875Z | Compiling indexmap v2.7.0 |
456 | 2025-01-15T04:23:30.903Z | Compiling is_terminal_polyfill v1.70.1 |
457 | 2025-01-15T04:23:30.986Z | Compiling autocfg v1.4.0 |
458 | 2025-01-15T04:23:31.053Z | Compiling colorchoice v1.0.2 |
459 | 2025-01-15T04:23:31.085Z | Compiling anstyle v1.0.10 |
460 | 2025-01-15T04:23:31.481Z | Compiling anstream v0.6.15 |
461 | 2025-01-15T04:23:31.525Z | Compiling terminal_size v0.4.0 |
462 | 2025-01-15T04:23:31.897Z | Compiling heck v0.5.0 |
463 | 2025-01-15T04:23:31.956Z | Compiling fs-err v2.11.0 |
464 | 2025-01-15T04:23:32.089Z | Compiling heck v0.4.1 |
465 | 2025-01-15T04:23:32.124Z | Compiling bytecount v0.6.8 |
466 | 2025-01-15T04:23:32.156Z | Compiling fastrand v2.1.1 |
467 | 2025-01-15T04:23:32.260Z | Compiling strsim v0.11.1 |
468 | 2025-01-15T04:23:32.356Z | Compiling fnv v1.0.7 |
469 | 2025-01-15T04:23:32.384Z | Compiling clap_lex v0.7.2 |
470 | 2025-01-15T04:23:32.538Z | Compiling cfg-if v1.0.0 |
471 | 2025-01-15T04:23:32.670Z | Compiling anyhow v1.0.95 |
472 | 2025-01-15T04:23:32.854Z | Compiling clap_builder v4.5.21 |
473 | 2025-01-15T04:23:33.027Z | Compiling tempfile v3.13.0 |
474 | 2025-01-15T04:23:33.051Z | Compiling papergrid v0.11.0 |
475 | 2025-01-15T04:23:33.290Z | Compiling memmap v0.7.0 |
476 | 2025-01-15T04:23:33.649Z | Compiling smawk v0.3.2 |
477 | 2025-01-15T04:23:33.679Z | Compiling unicode-linebreak v0.1.5 |
478 | 2025-01-15T04:23:33.865Z | Compiling swrite v0.1.0 |
479 | 2025-01-15T04:23:34.197Z | Compiling textwrap v0.16.1 |
480 | 2025-01-15T04:23:34.769Z | Compiling tabled_derive v0.7.0 |
481 | 2025-01-15T04:23:36.127Z | Compiling tabled v0.15.0 |
482 | 2025-01-15T04:23:36.700Z | Compiling serde_derive v1.0.217 |
483 | 2025-01-15T04:23:36.804Z | Compiling thiserror-impl v1.0.69 |
484 | 2025-01-15T04:23:36.830Z | Compiling zerocopy-derive v0.7.35 |
485 | 2025-01-15T04:23:36.928Z | Compiling scroll_derive v0.12.0 |
486 | 2025-01-15T04:23:36.952Z | Compiling clap_derive v4.5.18 |
487 | 2025-01-15T04:23:38.330Z | Compiling scroll v0.12.0 |
488 | 2025-01-15T04:23:38.648Z | Compiling zerocopy v0.7.35 |
489 | 2025-01-15T04:23:38.782Z | Compiling goblin v0.8.2 |
490 | 2025-01-15T04:23:39.285Z | Compiling pest v2.7.14 |
491 | 2025-01-15T04:23:40.493Z | Compiling clap v4.5.21 |
492 | 2025-01-15T04:23:41.552Z | Compiling pest_meta v2.7.14 |
493 | 2025-01-15T04:23:42.457Z | Compiling pest_generator v2.7.14 |
494 | 2025-01-15T04:23:43.856Z | Compiling pest_derive v2.7.14 |
495 | 2025-01-15T04:23:44.555Z | Compiling dtrace-parser v0.2.0 |
496 | 2025-01-15T04:23:45.419Z | Compiling serde_tokenstream v0.2.2 |
497 | 2025-01-15T04:23:45.515Z | Compiling toml_datetime v0.6.8 |
498 | 2025-01-15T04:23:45.518Z | Compiling serde_spanned v0.6.8 |
499 | 2025-01-15T04:23:45.617Z | Compiling cargo-platform v0.1.8 |
500 | 2025-01-15T04:23:45.828Z | Compiling macaddr v1.0.1 |
501 | 2025-01-15T04:23:45.998Z | Compiling toml_edit v0.22.22 |
502 | 2025-01-15T04:23:46.108Z | Compiling camino-tempfile v1.1.1 |
503 | 2025-01-15T04:23:46.827Z | Compiling dof v0.3.0 |
504 | 2025-01-15T04:23:46.991Z | Compiling cargo_metadata v0.18.1 |
505 | 2025-01-15T04:23:48.184Z | Compiling usdt-macro v0.5.0 |
506 | 2025-01-15T04:23:48.184Z | Compiling usdt-attr-macro v0.5.0 |
507 | 2025-01-15T04:23:48.929Z | Compiling toml v0.8.19 |
508 | 2025-01-15T04:23:49.285Z | Compiling usdt v0.5.0 |
509 | 2025-01-15T04:23:49.653Z | Compiling cargo_toml v0.20.5 |
510 | 2025-01-15T04:23:52.326Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
511 | 2025-01-15T04:23:55.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.86s |
512 | 2025-01-15T04:23:55.839Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
513 | 2025-01-15T04:23:56.353Z | Downloading crates ... |
514 | 2025-01-15T04:23:56.476Z | Downloaded addr2line v0.24.2 |
515 | 2025-01-15T04:23:56.485Z | Downloaded base64 v0.21.7 |
516 | 2025-01-15T04:23:56.494Z | Downloaded backtrace v0.3.74 |
517 | 2025-01-15T04:23:56.500Z | Downloaded ciborium-io v0.2.2 |
518 | 2025-01-15T04:23:56.506Z | Downloaded cfg_aliases v0.1.1 |
519 | 2025-01-15T04:23:56.506Z | Downloaded crc32fast v1.4.2 |
520 | 2025-01-15T04:23:56.506Z | Downloaded constant_time_eq v0.3.1 |
521 | 2025-01-15T04:23:56.509Z | Downloaded bit-vec v0.6.3 |
522 | 2025-01-15T04:23:56.509Z | Downloaded arrayref v0.3.9 |
523 | 2025-01-15T04:23:56.509Z | Downloaded chacha20 v0.9.1 |
524 | 2025-01-15T04:23:56.516Z | Downloaded bitfield v0.14.0 |
525 | 2025-01-15T04:23:56.519Z | Downloaded bitflags v1.3.2 |
526 | 2025-01-15T04:23:56.523Z | Downloaded bitfield-struct v0.6.2 |
527 | 2025-01-15T04:23:56.543Z | Downloaded block-padding v0.3.3 |
528 | 2025-01-15T04:23:56.543Z | Downloaded base64 v0.13.1 |
529 | 2025-01-15T04:23:56.546Z | Downloaded bit-set v0.5.3 |
530 | 2025-01-15T04:23:56.546Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-01-15T04:23:56.546Z | Downloaded cfg_aliases v0.2.1 |
532 | 2025-01-15T04:23:56.553Z | Downloaded bcrypt-pbkdf v0.10.0 |
533 | 2025-01-15T04:23:56.561Z | Downloaded http-body v1.0.1 |
534 | 2025-01-15T04:23:56.564Z | Downloaded base16ct v0.2.0 |
535 | 2025-01-15T04:23:56.564Z | Downloaded const_format_proc_macros v0.2.33 |
536 | 2025-01-15T04:23:56.567Z | Downloaded async-bb8-diesel v0.2.1 |
537 | 2025-01-15T04:23:56.571Z | Downloaded instant v0.1.13 |
538 | 2025-01-15T04:23:56.575Z | Downloaded crossbeam-deque v0.8.5 |
539 | 2025-01-15T04:23:56.578Z | Downloaded bb8 v0.8.5 |
540 | 2025-01-15T04:23:56.578Z | Downloaded assert_matches v1.5.0 |
541 | 2025-01-15T04:23:56.583Z | Downloaded matches v0.1.10 |
542 | 2025-01-15T04:23:56.583Z | Downloaded crucible-workspace-hack v0.1.0 |
543 | 2025-01-15T04:23:56.583Z | Downloaded aho-corasick v1.1.3 |
544 | 2025-01-15T04:23:56.594Z | Downloaded icu_provider_macros v1.5.0 |
545 | 2025-01-15T04:23:56.597Z | Downloaded chrono-tz-build v0.4.0 |
546 | 2025-01-15T04:23:56.597Z | Downloaded icu_collections v1.5.0 |
547 | 2025-01-15T04:23:56.597Z | Downloaded httpdate v1.0.3 |
548 | 2025-01-15T04:23:56.603Z | Downloaded http-range v0.1.5 |
549 | 2025-01-15T04:23:56.603Z | Downloaded hostname v0.4.0 |
550 | 2025-01-15T04:23:56.608Z | Downloaded hostname v0.3.1 |
551 | 2025-01-15T04:23:56.608Z | Downloaded cbc v0.1.2 |
552 | 2025-01-15T04:23:56.612Z | Downloaded mime v0.3.17 |
553 | 2025-01-15T04:23:56.612Z | Downloaded maplit v1.0.2 |
554 | 2025-01-15T04:23:56.613Z | Downloaded lockfree-object-pool v0.1.6 |
555 | 2025-01-15T04:23:56.617Z | Downloaded rand_seeder v0.3.0 |
556 | 2025-01-15T04:23:56.617Z | Downloaded crossbeam-epoch v0.9.18 |
557 | 2025-01-15T04:23:56.622Z | Downloaded heapless v0.7.17 |
558 | 2025-01-15T04:23:56.626Z | Downloaded home v0.5.9 |
559 | 2025-01-15T04:23:56.626Z | Downloaded cexpr v0.6.0 |
560 | 2025-01-15T04:23:56.626Z | Downloaded aead v0.5.2 |
561 | 2025-01-15T04:23:56.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
562 | 2025-01-15T04:23:56.633Z | Downloaded highway v1.2.0 |
563 | 2025-01-15T04:23:56.634Z | Downloaded async-trait v0.1.83 |
564 | 2025-01-15T04:23:56.637Z | Downloaded ctr v0.9.2 |
565 | 2025-01-15T04:23:56.640Z | Downloaded match_cfg v0.1.0 |
566 | 2025-01-15T04:23:56.642Z | Downloaded icu_locid_transform v1.5.0 |
567 | 2025-01-15T04:23:56.647Z | Downloaded cancel-safe-futures v0.1.5 |
568 | 2025-01-15T04:23:56.647Z | Downloaded hyper-rustls v0.27.3 |
569 | 2025-01-15T04:23:56.650Z | Downloaded progenitor-macro v0.9.1 |
570 | 2025-01-15T04:23:56.653Z | Downloaded instability v0.3.2 |
571 | 2025-01-15T04:23:56.653Z | Downloaded buf-list v1.0.3 |
572 | 2025-01-15T04:23:56.655Z | Downloaded base64ct v1.6.0 |
573 | 2025-01-15T04:23:56.658Z | Downloaded inout v0.1.3 |
574 | 2025-01-15T04:23:56.661Z | Downloaded rustc-hash v1.1.0 |
575 | 2025-01-15T04:23:56.661Z | Downloaded managed v0.8.0 |
576 | 2025-01-15T04:23:56.664Z | Downloaded lru v0.12.5 |
577 | 2025-01-15T04:23:56.664Z | Downloaded cookie_store v0.21.0 |
578 | 2025-01-15T04:23:56.669Z | Downloaded blake2 v0.10.6 |
579 | 2025-01-15T04:23:56.673Z | Downloaded memmap2 v0.9.5 |
580 | 2025-01-15T04:23:56.673Z | Downloaded jobserver v0.1.32 |
581 | 2025-01-15T04:23:56.676Z | Downloaded lock_api v0.4.12 |
582 | 2025-01-15T04:23:56.678Z | Downloaded rand_core v0.6.4 |
583 | 2025-01-15T04:23:56.681Z | Downloaded lru-cache v0.1.2 |
584 | 2025-01-15T04:23:56.681Z | Downloaded indent_write v2.2.0 |
585 | 2025-01-15T04:23:56.683Z | Downloaded cstr-argument v0.1.2 |
586 | 2025-01-15T04:23:56.683Z | Downloaded crossbeam-utils v0.8.20 |
587 | 2025-01-15T04:23:56.687Z | Downloaded crc v3.2.1 |
588 | 2025-01-15T04:23:56.690Z | Downloaded icu_provider v1.5.0 |
589 | 2025-01-15T04:23:56.693Z | Downloaded rand_chacha v0.3.1 |
590 | 2025-01-15T04:23:56.696Z | Downloaded atty v0.2.14 |
591 | 2025-01-15T04:23:56.696Z | Downloaded hubpack_derive v0.1.1 |
592 | 2025-01-15T04:23:56.699Z | Downloaded async-recursion v1.1.1 |
593 | 2025-01-15T04:23:56.701Z | Downloaded strum v0.26.3 |
594 | 2025-01-15T04:23:56.704Z | Downloaded serde_urlencoded v0.7.1 |
595 | 2025-01-15T04:23:56.704Z | Downloaded libsw v3.3.1 |
596 | 2025-01-15T04:23:56.707Z | Downloaded rustc-hash v2.0.0 |
597 | 2025-01-15T04:23:56.709Z | Downloaded ipnet v2.10.1 |
598 | 2025-01-15T04:23:56.713Z | Downloaded slog-async v2.8.0 |
599 | 2025-01-15T04:23:56.716Z | Downloaded smf v0.2.3 |
600 | 2025-01-15T04:23:56.716Z | Downloaded zone_cfg_derive v0.3.0 |
601 | 2025-01-15T04:23:56.716Z | Downloaded ipnetwork v0.20.0 |
602 | 2025-01-15T04:23:56.719Z | Downloaded hyper-tls v0.6.0 |
603 | 2025-01-15T04:23:56.719Z | Downloaded crossbeam-channel v0.5.13 |
604 | 2025-01-15T04:23:56.724Z | Downloaded serde-hex v0.1.0 |
605 | 2025-01-15T04:23:56.726Z | Downloaded convert_case v0.4.0 |
606 | 2025-01-15T04:23:56.729Z | Downloaded md-5 v0.10.6 |
607 | 2025-01-15T04:23:56.732Z | Downloaded lazy_static v1.5.0 |
608 | 2025-01-15T04:23:56.735Z | Downloaded darling v0.20.10 |
609 | 2025-01-15T04:23:56.738Z | Downloaded chacha20poly1305 v0.10.1 |
610 | 2025-01-15T04:23:56.741Z | Downloaded tap v1.0.1 |
611 | 2025-01-15T04:23:56.741Z | Downloaded maybe-uninit v2.0.0 |
612 | 2025-01-15T04:23:56.743Z | Downloaded indexmap v1.9.3 |
613 | 2025-01-15T04:23:56.746Z | Downloaded time-macros v0.2.18 |
614 | 2025-01-15T04:23:56.749Z | Downloaded progenitor-client v0.8.0 |
615 | 2025-01-15T04:23:56.753Z | Downloaded mime_guess v2.0.5 |
616 | 2025-01-15T04:23:56.755Z | Downloaded stringprep v0.1.5 |
617 | 2025-01-15T04:23:56.755Z | Downloaded structmeta-derive v0.3.0 |
618 | 2025-01-15T04:23:56.758Z | Downloaded rustls-pki-types v1.10.0 |
619 | 2025-01-15T04:23:56.760Z | Downloaded icu_properties v1.5.1 |
620 | 2025-01-15T04:23:56.763Z | Downloaded const_format v0.2.33 |
621 | 2025-01-15T04:23:56.769Z | Downloaded signal-hook-registry v1.4.2 |
622 | 2025-01-15T04:23:56.771Z | Downloaded console v0.15.8 |
623 | 2025-01-15T04:23:56.774Z | Downloaded tls_codec_derive v0.4.1 |
624 | 2025-01-15T04:23:56.777Z | Downloaded icu_normalizer_data v1.5.0 |
625 | 2025-01-15T04:23:56.780Z | Downloaded unarray v0.1.4 |
626 | 2025-01-15T04:23:56.783Z | Downloaded xz2 v0.1.7 |
627 | 2025-01-15T04:23:56.783Z | Downloaded unicase v2.7.0 |
628 | 2025-01-15T04:23:56.787Z | Downloaded quick-error v1.2.3 |
629 | 2025-01-15T04:23:56.787Z | Downloaded icu_locid v1.5.0 |
630 | 2025-01-15T04:23:56.800Z | Downloaded oso-derive v0.27.3 |
631 | 2025-01-15T04:23:56.804Z | Downloaded dunce v1.0.5 |
632 | 2025-01-15T04:23:56.804Z | Downloaded dirs-next v2.0.0 |
633 | 2025-01-15T04:23:56.804Z | Downloaded tabwriter v1.4.0 |
634 | 2025-01-15T04:23:56.804Z | Downloaded dsl_auto_type v0.1.2 |
635 | 2025-01-15T04:23:56.804Z | Downloaded glob v0.3.1 |
636 | 2025-01-15T04:23:56.807Z | Downloaded ena v0.14.3 |
637 | 2025-01-15T04:23:56.807Z | Downloaded lalrpop-util v0.19.12 |
638 | 2025-01-15T04:23:56.807Z | Downloaded flagset v0.4.6 |
639 | 2025-01-15T04:23:56.807Z | Downloaded num-derive v0.4.2 |
640 | 2025-01-15T04:23:56.810Z | Downloaded synstructure v0.13.1 |
641 | 2025-01-15T04:23:56.810Z | Downloaded sct v0.7.1 |
642 | 2025-01-15T04:23:56.818Z | Downloaded samael v0.0.17 |
643 | 2025-01-15T04:23:56.821Z | Downloaded funty v2.0.0 |
644 | 2025-01-15T04:23:56.824Z | Downloaded slog-json v2.6.1 |
645 | 2025-01-15T04:23:56.824Z | Downloaded indoc v1.0.9 |
646 | 2025-01-15T04:23:56.827Z | Downloaded parse-display-derive v0.10.0 |
647 | 2025-01-15T04:23:56.830Z | Downloaded path-slash v0.1.5 |
648 | 2025-01-15T04:23:56.830Z | Downloaded prettyplease v0.2.25 |
649 | 2025-01-15T04:23:56.834Z | Downloaded resolv-conf v0.7.0 |
650 | 2025-01-15T04:23:56.837Z | Downloaded vsss-rs v3.3.4 |
651 | 2025-01-15T04:23:56.840Z | Downloaded crossterm v0.28.1 |
652 | 2025-01-15T04:23:56.847Z | Downloaded owo-colors v4.1.0 |
653 | 2025-01-15T04:23:56.850Z | Downloaded num-integer v0.1.46 |
654 | 2025-01-15T04:23:56.853Z | Downloaded pbkdf2 v0.11.0 |
655 | 2025-01-15T04:23:56.856Z | Downloaded paste v1.0.15 |
656 | 2025-01-15T04:23:56.859Z | Downloaded num-iter v0.1.45 |
657 | 2025-01-15T04:23:56.861Z | Downloaded wyz v0.5.1 |
658 | 2025-01-15T04:23:56.864Z | Downloaded strum_macros v0.24.3 |
659 | 2025-01-15T04:23:56.866Z | Downloaded rfc6979 v0.4.0 |
660 | 2025-01-15T04:23:56.867Z | Downloaded libloading v0.8.5 |
661 | 2025-01-15T04:23:56.869Z | Downloaded slog-stdlog v4.1.1 |
662 | 2025-01-15T04:23:56.872Z | Downloaded tokio-native-tls v0.3.1 |
663 | 2025-01-15T04:23:56.872Z | Downloaded memoffset v0.9.1 |
664 | 2025-01-15T04:23:56.874Z | Downloaded keccak v0.1.5 |
665 | 2025-01-15T04:23:56.874Z | Downloaded opaque-debug v0.3.1 |
666 | 2025-01-15T04:23:56.877Z | Downloaded foreign-types-shared v0.1.1 |
667 | 2025-01-15T04:23:56.877Z | Downloaded tower-service v0.3.3 |
668 | 2025-01-15T04:23:56.879Z | Downloaded take_mut v0.2.2 |
669 | 2025-01-15T04:23:56.880Z | Downloaded md5 v0.7.0 |
670 | 2025-01-15T04:23:56.880Z | Downloaded hex v0.4.3 |
671 | 2025-01-15T04:23:56.882Z | Downloaded typify-macro v0.3.0 |
672 | 2025-01-15T04:23:56.882Z | Downloaded linear-map v1.2.0 |
673 | 2025-01-15T04:23:56.885Z | Downloaded is-terminal v0.4.13 |
674 | 2025-01-15T04:23:56.885Z | Downloaded idna_adapter v1.2.0 |
675 | 2025-01-15T04:23:56.887Z | Downloaded blowfish v0.9.1 |
676 | 2025-01-15T04:23:56.890Z | Downloaded rpassword v7.3.1 |
677 | 2025-01-15T04:23:56.890Z | Downloaded embedded-io v0.6.1 |
678 | 2025-01-15T04:23:56.892Z | Downloaded signal-hook-tokio v0.3.1 |
679 | 2025-01-15T04:23:56.895Z | Downloaded futures v0.3.31 |
680 | 2025-01-15T04:23:56.899Z | Downloaded primeorder v0.13.6 |
681 | 2025-01-15T04:23:56.902Z | Downloaded multimap v0.10.0 |
682 | 2025-01-15T04:23:56.912Z | Downloaded utf16_iter v1.0.5 |
683 | 2025-01-15T04:23:56.915Z | Downloaded vergen v8.3.2 |
684 | 2025-01-15T04:23:56.918Z | Downloaded icu_locid_transform_data v1.5.0 |
685 | 2025-01-15T04:23:56.920Z | Downloaded secrecy v0.8.0 |
686 | 2025-01-15T04:23:56.923Z | Downloaded num_threads v0.1.7 |
687 | 2025-01-15T04:23:56.923Z | Downloaded tracing-core v0.1.32 |
688 | 2025-01-15T04:23:56.925Z | Downloaded sqlparser_derive v0.2.2 |
689 | 2025-01-15T04:23:56.928Z | Downloaded sqlformat v0.2.6 |
690 | 2025-01-15T04:23:56.931Z | Downloaded password-hash v0.4.2 |
691 | 2025-01-15T04:23:56.933Z | Downloaded allocator-api2 v0.2.18 |
692 | 2025-01-15T04:23:56.936Z | Downloaded number_prefix v0.4.0 |
693 | 2025-01-15T04:23:56.938Z | Downloaded strum_macros v0.25.3 |
694 | 2025-01-15T04:23:56.941Z | Downloaded termcolor v1.4.1 |
695 | 2025-01-15T04:23:56.941Z | Downloaded utf8_iter v1.0.4 |
696 | 2025-01-15T04:23:56.944Z | Downloaded tokio-tungstenite v0.24.0 |
697 | 2025-01-15T04:23:56.946Z | Downloaded password-hash v0.5.0 |
698 | 2025-01-15T04:23:56.949Z | Downloaded similar v2.6.0 |
699 | 2025-01-15T04:23:56.952Z | Downloaded zerovec-derive v0.10.3 |
700 | 2025-01-15T04:23:56.955Z | Downloaded fatfs v0.3.6 |
701 | 2025-01-15T04:23:56.959Z | Downloaded hickory-server v0.24.1 |
702 | 2025-01-15T04:23:56.966Z | Downloaded zopfli v0.8.1 |
703 | 2025-01-15T04:23:56.968Z | Downloaded bumpalo v3.16.0 |
704 | 2025-01-15T04:23:56.972Z | Downloaded display-error-chain v0.2.2 |
705 | 2025-01-15T04:23:56.974Z | Downloaded base64 v0.22.1 |
706 | 2025-01-15T04:23:56.977Z | Downloaded itertools v0.10.5 |
707 | 2025-01-15T04:23:56.985Z | Downloaded phf v0.11.2 |
708 | 2025-01-15T04:23:56.988Z | Downloaded endian-type v0.1.2 |
709 | 2025-01-15T04:23:56.991Z | Downloaded der_derive v0.7.3 |
710 | 2025-01-15T04:23:56.991Z | Downloaded hyper-util v0.1.10 |
711 | 2025-01-15T04:23:56.995Z | Downloaded russh-cryptovec v0.7.3 |
712 | 2025-01-15T04:23:56.998Z | Downloaded either v1.13.0 |
713 | 2025-01-15T04:23:56.998Z | Downloaded derive_builder_core v0.20.2 |
714 | 2025-01-15T04:23:57.001Z | Downloaded tinyvec v1.8.0 |
715 | 2025-01-15T04:23:57.004Z | Downloaded der v0.7.9 |
716 | 2025-01-15T04:23:57.010Z | Downloaded toolchain_find v0.4.0 |
717 | 2025-01-15T04:23:57.013Z | Downloaded serde-big-array v0.5.1 |
718 | 2025-01-15T04:23:57.015Z | Downloaded pkg-config v0.3.31 |
719 | 2025-01-15T04:23:57.018Z | Downloaded slog-term v2.9.1 |
720 | 2025-01-15T04:23:57.021Z | Downloaded progenitor-impl v0.8.0 |
721 | 2025-01-15T04:23:57.023Z | Downloaded peg-runtime v0.8.3 |
722 | 2025-01-15T04:23:57.023Z | Downloaded float-ord v0.3.2 |
723 | 2025-01-15T04:23:57.023Z | Downloaded progenitor v0.9.1 |
724 | 2025-01-15T04:23:57.026Z | Downloaded displaydoc v0.2.5 |
725 | 2025-01-15T04:23:57.028Z | Downloaded want v0.3.1 |
726 | 2025-01-15T04:23:57.031Z | Downloaded thiserror-no-std v2.0.2 |
727 | 2025-01-15T04:23:57.034Z | Downloaded libm v0.2.8 |
728 | 2025-01-15T04:23:57.044Z | Downloaded float-cmp v0.9.0 |
729 | 2025-01-15T04:23:57.046Z | Downloaded derive_builder_macro v0.20.2 |
730 | 2025-01-15T04:23:57.049Z | Downloaded term v0.7.0 |
731 | 2025-01-15T04:23:57.051Z | Downloaded globset v0.4.15 |
732 | 2025-01-15T04:23:57.054Z | Downloaded futures-macro v0.3.31 |
733 | 2025-01-15T04:23:57.054Z | Downloaded enum-as-inner v0.5.1 |
734 | 2025-01-15T04:23:57.058Z | Downloaded fd-lock v4.0.2 |
735 | 2025-01-15T04:23:57.061Z | Downloaded scrypt v0.11.0 |
736 | 2025-01-15T04:23:57.063Z | Downloaded embedded-io v0.4.0 |
737 | 2025-01-15T04:23:57.063Z | Downloaded tokio-tungstenite v0.23.1 |
738 | 2025-01-15T04:23:57.066Z | Downloaded phf_codegen v0.11.2 |
739 | 2025-01-15T04:23:57.068Z | Downloaded hashbrown v0.13.2 |
740 | 2025-01-15T04:23:57.071Z | Downloaded uuid v1.11.0 |
741 | 2025-01-15T04:23:57.075Z | Downloaded foreign-types-macros v0.2.3 |
742 | 2025-01-15T04:23:57.078Z | Downloaded diesel-dtrace v0.4.2 |
743 | 2025-01-15T04:23:57.080Z | Downloaded bstr v1.10.0 |
744 | 2025-01-15T04:23:57.093Z | Downloaded openssl-macros v0.1.1 |
745 | 2025-01-15T04:23:57.095Z | Downloaded walkdir v2.5.0 |
746 | 2025-01-15T04:23:57.095Z | Downloaded thread_local v1.1.8 |
747 | 2025-01-15T04:23:57.098Z | Downloaded rtoolbox v0.0.2 |
748 | 2025-01-15T04:23:57.098Z | Downloaded flate2 v1.0.34 |
749 | 2025-01-15T04:23:57.104Z | Downloaded getrandom v0.2.15 |
750 | 2025-01-15T04:23:57.111Z | Downloaded peg-macros v0.8.4 |
751 | 2025-01-15T04:23:57.113Z | Downloaded gethostname v0.5.0 |
752 | 2025-01-15T04:23:57.113Z | Downloaded unsafe-libyaml v0.2.11 |
753 | 2025-01-15T04:23:57.116Z | Downloaded zeroize v1.8.1 |
754 | 2025-01-15T04:23:57.116Z | Downloaded poly1305 v0.8.0 |
755 | 2025-01-15T04:23:57.119Z | Downloaded topological-sort v0.2.2 |
756 | 2025-01-15T04:23:57.121Z | Downloaded quinn v0.11.5 |
757 | 2025-01-15T04:23:57.124Z | Downloaded semver v0.1.20 |
758 | 2025-01-15T04:23:57.127Z | Downloaded idna v1.0.3 |
759 | 2025-01-15T04:23:57.132Z | Downloaded ed25519 v2.2.3 |
760 | 2025-01-15T04:23:57.135Z | Downloaded tui-tree-widget v0.22.0 |
761 | 2025-01-15T04:23:57.137Z | Downloaded pretty-hex v0.2.1 |
762 | 2025-01-15T04:23:57.138Z | Downloaded ssh-key v0.6.6 |
763 | 2025-01-15T04:23:57.147Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2025-01-15T04:23:57.149Z | Downloaded snafu-derive v0.8.5 |
765 | 2025-01-15T04:23:57.149Z | Downloaded predicates-tree v1.0.11 |
766 | 2025-01-15T04:23:57.149Z | Downloaded polyval v0.6.2 |
767 | 2025-01-15T04:23:57.152Z | Downloaded rustls-pemfile v1.0.4 |
768 | 2025-01-15T04:23:57.155Z | Downloaded russh-keys v0.45.0 |
769 | 2025-01-15T04:23:57.158Z | Downloaded value-bag v1.9.0 |
770 | 2025-01-15T04:23:57.160Z | Downloaded hickory-resolver v0.24.1 |
771 | 2025-01-15T04:23:57.165Z | Downloaded packed_struct v0.10.1 |
772 | 2025-01-15T04:23:57.168Z | Downloaded darling_macro v0.20.10 |
773 | 2025-01-15T04:23:57.171Z | Downloaded sync-ptr v0.1.1 |
774 | 2025-01-15T04:23:57.171Z | Downloaded scopeguard v1.2.0 |
775 | 2025-01-15T04:23:57.173Z | Downloaded supports-color v3.0.1 |
776 | 2025-01-15T04:23:57.173Z | Downloaded enum-as-inner v0.6.1 |
777 | 2025-01-15T04:23:57.177Z | Downloaded tiny-keccak v2.0.2 |
778 | 2025-01-15T04:23:57.180Z | Downloaded derive_builder v0.20.2 |
779 | 2025-01-15T04:23:57.183Z | Downloaded parse-size v1.1.0 |
780 | 2025-01-15T04:23:57.187Z | Downloaded yoke-derive v0.7.4 |
781 | 2025-01-15T04:23:57.191Z | Downloaded hkdf v0.12.4 |
782 | 2025-01-15T04:23:57.191Z | Downloaded spin v0.9.8 |
783 | 2025-01-15T04:23:57.194Z | Downloaded serde_path_to_error v0.1.16 |
784 | 2025-01-15T04:23:57.194Z | Downloaded socket2 v0.5.7 |
785 | 2025-01-15T04:23:57.196Z | Downloaded des v0.8.1 |
786 | 2025-01-15T04:23:57.199Z | Downloaded slog-dtrace v0.3.0 |
787 | 2025-01-15T04:23:57.201Z | Downloaded group v0.13.0 |
788 | 2025-01-15T04:23:57.204Z | Downloaded proc-macro-crate v1.3.1 |
789 | 2025-01-15T04:23:57.204Z | Downloaded parse-zoneinfo v0.3.1 |
790 | 2025-01-15T04:23:57.207Z | Downloaded zone v0.1.8 |
791 | 2025-01-15T04:23:57.210Z | Downloaded wait-timeout v0.2.0 |
792 | 2025-01-15T04:23:57.210Z | Downloaded defmt-macros v0.3.9 |
793 | 2025-01-15T04:23:57.214Z | Downloaded pkcs8 v0.10.2 |
794 | 2025-01-15T04:23:57.218Z | Downloaded shell-words v1.1.0 |
795 | 2025-01-15T04:23:57.222Z | Downloaded subtle v2.6.1 |
796 | 2025-01-15T04:23:57.223Z | Downloaded futures-io v0.3.31 |
797 | 2025-01-15T04:23:57.223Z | Downloaded slog-bunyan v2.5.0 |
798 | 2025-01-15T04:23:57.223Z | Downloaded time-core v0.1.2 |
799 | 2025-01-15T04:23:57.225Z | Downloaded ed25519-dalek v2.1.1 |
800 | 2025-01-15T04:23:57.228Z | Downloaded derive_more v0.99.18 |
801 | 2025-01-15T04:23:57.231Z | Downloaded slog v2.7.0 |
802 | 2025-01-15T04:23:57.235Z | Downloaded pin-utils v0.1.0 |
803 | 2025-01-15T04:23:57.237Z | Downloaded env_filter v0.1.2 |
804 | 2025-01-15T04:23:57.240Z | Downloaded slog-scope v4.4.0 |
805 | 2025-01-15T04:23:57.240Z | Downloaded zone v0.3.0 |
806 | 2025-01-15T04:23:57.242Z | Downloaded zerofrom-derive v0.1.4 |
807 | 2025-01-15T04:23:57.242Z | Downloaded ron v0.8.1 |
808 | 2025-01-15T04:23:57.248Z | Downloaded newtype_derive v0.1.6 |
809 | 2025-01-15T04:23:57.251Z | Downloaded rusqlite v0.32.1 |
810 | 2025-01-15T04:23:57.257Z | Downloaded num-rational v0.4.2 |
811 | 2025-01-15T04:23:57.260Z | Downloaded futures-sink v0.3.31 |
812 | 2025-01-15T04:23:57.263Z | Downloaded thiserror v2.0.11 |
813 | 2025-01-15T04:23:57.267Z | Downloaded ecdsa v0.16.9 |
814 | 2025-01-15T04:23:57.270Z | Downloaded radium v0.7.0 |
815 | 2025-01-15T04:23:57.273Z | Downloaded subprocess v0.2.9 |
816 | 2025-01-15T04:23:57.275Z | Downloaded thiserror-impl v2.0.11 |
817 | 2025-01-15T04:23:57.278Z | Downloaded typify v0.2.0 |
818 | 2025-01-15T04:23:57.281Z | Downloaded serde_with_macros v3.11.0 |
819 | 2025-01-15T04:23:57.284Z | Downloaded fallible-streaming-iterator v0.1.9 |
820 | 2025-01-15T04:23:57.287Z | Downloaded new_debug_unreachable v1.0.6 |
821 | 2025-01-15T04:23:57.287Z | Downloaded foreign-types-shared v0.3.1 |
822 | 2025-01-15T04:23:57.287Z | Downloaded sec1 v0.7.3 |
823 | 2025-01-15T04:23:57.290Z | Downloaded zerofrom v0.1.4 |
824 | 2025-01-15T04:23:57.290Z | Downloaded untrusted v0.9.0 |
825 | 2025-01-15T04:23:57.293Z | Downloaded filetime v0.2.25 |
826 | 2025-01-15T04:23:57.297Z | Downloaded signal-hook-mio v0.2.4 |
827 | 2025-01-15T04:23:57.297Z | Downloaded predicates v3.1.2 |
828 | 2025-01-15T04:23:57.301Z | Downloaded serde_derive_internals v0.29.1 |
829 | 2025-01-15T04:23:57.301Z | Downloaded elliptic-curve v0.13.8 |
830 | 2025-01-15T04:23:57.304Z | Downloaded pin-project-lite v0.2.14 |
831 | 2025-01-15T04:23:57.309Z | Downloaded hash32 v0.3.1 |
832 | 2025-01-15T04:23:57.312Z | Downloaded fs_extra v1.3.0 |
833 | 2025-01-15T04:23:57.314Z | Downloaded diesel_table_macro_syntax v0.2.0 |
834 | 2025-01-15T04:23:57.317Z | Downloaded derive-where v1.2.7 |
835 | 2025-01-15T04:23:57.319Z | Downloaded typify v0.3.0 |
836 | 2025-01-15T04:23:57.323Z | Downloaded pin-project-internal v1.1.6 |
837 | 2025-01-15T04:23:57.326Z | Downloaded native-tls v0.2.12 |
838 | 2025-01-15T04:23:57.328Z | Downloaded schemars_derive v0.8.21 |
839 | 2025-01-15T04:23:57.331Z | Downloaded string_cache v0.8.7 |
840 | 2025-01-15T04:23:57.333Z | Downloaded unicode-properties v0.1.3 |
841 | 2025-01-15T04:23:57.336Z | Downloaded pkcs5 v0.7.1 |
842 | 2025-01-15T04:23:57.339Z | Downloaded signature v2.2.0 |
843 | 2025-01-15T04:23:57.342Z | Downloaded whoami v1.5.2 |
844 | 2025-01-15T04:23:57.346Z | Downloaded rustls-webpki v0.101.7 |
845 | 2025-01-15T04:23:57.360Z | Downloaded serde_repr v0.1.19 |
846 | 2025-01-15T04:23:57.363Z | Downloaded hashbrown v0.14.5 |
847 | 2025-01-15T04:23:57.368Z | Downloaded write16 v1.0.0 |
848 | 2025-01-15T04:23:57.371Z | Downloaded flume v0.11.1 |
849 | 2025-01-15T04:23:57.373Z | Downloaded itertools v0.13.0 |
850 | 2025-01-15T04:23:57.382Z | Downloaded unicode-truncate v1.1.0 |
851 | 2025-01-15T04:23:57.384Z | Downloaded unicode-xid v0.2.6 |
852 | 2025-01-15T04:23:57.387Z | Downloaded icu_properties_data v1.5.0 |
853 | 2025-01-15T04:23:57.397Z | Downloaded num-conv v0.1.0 |
854 | 2025-01-15T04:23:57.400Z | Downloaded twox-hash v1.6.3 |
855 | 2025-01-15T04:23:57.402Z | Downloaded termtree v0.4.1 |
856 | 2025-01-15T04:23:57.402Z | Downloaded psl-types v2.0.11 |
857 | 2025-01-15T04:23:57.403Z | Downloaded miniz_oxide v0.8.0 |
858 | 2025-01-15T04:23:57.406Z | Downloaded itertools v0.12.1 |
859 | 2025-01-15T04:23:57.414Z | Downloaded siphasher v0.3.11 |
860 | 2025-01-15T04:23:57.417Z | Downloaded scheduled-thread-pool v0.2.7 |
861 | 2025-01-15T04:23:57.417Z | Downloaded structmeta v0.2.0 |
862 | 2025-01-15T04:23:57.419Z | Downloaded smallvec v1.13.2 |
863 | 2025-01-15T04:23:57.422Z | Downloaded pkcs1 v0.7.5 |
864 | 2025-01-15T04:23:57.424Z | Downloaded signal-hook v0.3.17 |
865 | 2025-01-15T04:23:57.427Z | Downloaded which v4.4.2 |
866 | 2025-01-15T04:23:57.430Z | Downloaded shlex v1.3.0 |
867 | 2025-01-15T04:23:57.430Z | Downloaded num-traits v0.2.19 |
868 | 2025-01-15T04:23:57.432Z | Downloaded num-bigint-dig v0.8.4 |
869 | 2025-01-15T04:23:57.438Z | Downloaded hashbrown v0.12.3 |
870 | 2025-01-15T04:23:57.445Z | Downloaded precomputed-hash v0.1.1 |
871 | 2025-01-15T04:23:57.448Z | Downloaded unicode_categories v0.1.1 |
872 | 2025-01-15T04:23:57.448Z | Downloaded time v0.3.36 |
873 | 2025-01-15T04:23:57.454Z | Downloaded tls_codec v0.4.1 |
874 | 2025-01-15T04:23:57.457Z | Downloaded bindgen v0.69.5 |
875 | 2025-01-15T04:23:57.465Z | Downloaded dhcproto-macros v0.1.0 |
876 | 2025-01-15T04:23:57.467Z | Downloaded fixedbitset v0.4.2 |
877 | 2025-01-15T04:23:57.467Z | Downloaded tokio-rustls v0.25.0 |
878 | 2025-01-15T04:23:57.471Z | Downloaded progenitor-impl v0.9.1 |
879 | 2025-01-15T04:23:57.474Z | Downloaded env_logger v0.11.5 |
880 | 2025-01-15T04:23:57.477Z | Downloaded lalrpop v0.19.12 |
881 | 2025-01-15T04:23:57.488Z | Downloaded writeable v0.5.5 |
882 | 2025-01-15T04:23:57.491Z | Downloaded rustc_version v0.4.1 |
883 | 2025-01-15T04:23:57.494Z | Downloaded parking_lot_core v0.8.6 |
884 | 2025-01-15T04:23:57.494Z | Downloaded mirai-annotations v1.12.0 |
885 | 2025-01-15T04:23:57.496Z | Downloaded russh v0.45.0 |
886 | 2025-01-15T04:23:57.501Z | Downloaded env_logger v0.10.2 |
887 | 2025-01-15T04:23:57.504Z | Downloaded postgres-protocol v0.6.7 |
888 | 2025-01-15T04:23:57.507Z | Downloaded dirs-sys-next v0.1.2 |
889 | 2025-01-15T04:23:57.507Z | Downloaded typed-path v0.9.3 |
890 | 2025-01-15T04:23:57.513Z | Downloaded yoke v0.7.4 |
891 | 2025-01-15T04:23:57.518Z | Downloaded progenitor-macro v0.8.0 |
892 | 2025-01-15T04:23:57.520Z | Downloaded hashlink v0.9.1 |
893 | 2025-01-15T04:23:57.520Z | Downloaded zerovec v0.10.4 |
894 | 2025-01-15T04:23:57.526Z | Downloaded powerfmt v0.2.0 |
895 | 2025-01-15T04:23:57.529Z | Downloaded idna v0.2.3 |
896 | 2025-01-15T04:23:57.534Z | Downloaded ppv-lite86 v0.2.20 |
897 | 2025-01-15T04:23:57.537Z | Downloaded rustversion v1.0.17 |
898 | 2025-01-15T04:23:57.540Z | Downloaded olpc-cjson v0.1.4 |
899 | 2025-01-15T04:23:57.540Z | Downloaded p256 v0.13.2 |
900 | 2025-01-15T04:23:57.543Z | Downloaded downcast v0.11.0 |
901 | 2025-01-15T04:23:57.546Z | Downloaded openssl-probe v0.1.5 |
902 | 2025-01-15T04:23:57.548Z | Downloaded sync_wrapper v1.0.1 |
903 | 2025-01-15T04:23:57.548Z | Downloaded zerocopy v0.6.6 |
904 | 2025-01-15T04:23:57.551Z | Downloaded strum_macros v0.26.4 |
905 | 2025-01-15T04:23:57.554Z | Downloaded serde_yaml v0.9.34+deprecated |
906 | 2025-01-15T04:23:57.557Z | Downloaded futures-core v0.3.31 |
907 | 2025-01-15T04:23:57.559Z | Downloaded fallible-iterator v0.2.0 |
908 | 2025-01-15T04:23:57.559Z | Downloaded dropshot_endpoint v0.12.0 |
909 | 2025-01-15T04:23:57.562Z | Downloaded parking_lot_core v0.9.10 |
910 | 2025-01-15T04:23:57.566Z | Downloaded foldhash v0.1.3 |
911 | 2025-01-15T04:23:57.568Z | Downloaded dyn-clone v1.0.17 |
912 | 2025-01-15T04:23:57.568Z | Downloaded packed_struct_codegen v0.10.1 |
913 | 2025-01-15T04:23:57.571Z | Downloaded tinystr v0.7.6 |
914 | 2025-01-15T04:23:57.571Z | Downloaded try-lock v0.2.5 |
915 | 2025-01-15T04:23:57.573Z | Downloaded yasna v0.5.2 |
916 | 2025-01-15T04:23:57.576Z | Downloaded idna v0.4.0 |
917 | 2025-01-15T04:23:57.581Z | Downloaded hash32 v0.2.1 |
918 | 2025-01-15T04:23:57.584Z | Downloaded chrono-tz v0.10.0 |
919 | 2025-01-15T04:23:57.591Z | Downloaded fragile v2.0.0 |
920 | 2025-01-15T04:23:57.594Z | Downloaded nodrop v0.1.14 |
921 | 2025-01-15T04:23:57.597Z | Downloaded ssh-encoding v0.2.0 |
922 | 2025-01-15T04:23:57.597Z | Downloaded tar v0.4.42 |
923 | 2025-01-15T04:23:57.601Z | Downloaded newtype-uuid v1.1.3 |
924 | 2025-01-15T04:23:57.604Z | Downloaded winnow v0.5.40 |
925 | 2025-01-15T04:23:57.611Z | Downloaded structmeta-derive v0.2.0 |
926 | 2025-01-15T04:23:57.613Z | Downloaded tungstenite v0.24.0 |
927 | 2025-01-15T04:23:57.616Z | Downloaded num-bigint v0.4.6 |
928 | 2025-01-15T04:23:57.621Z | Downloaded omicron-zone-package v0.12.0 |
929 | 2025-01-15T04:23:57.624Z | Downloaded dhcproto v0.12.0 |
930 | 2025-01-15T04:23:57.628Z | Downloaded smallvec v0.6.14 |
931 | 2025-01-15T04:23:57.631Z | Downloaded serde_with v3.11.0 |
932 | 2025-01-15T04:23:57.639Z | Downloaded tokio-rustls v0.26.0 |
933 | 2025-01-15T04:23:57.642Z | Downloaded waitgroup v0.1.2 |
934 | 2025-01-15T04:23:57.645Z | Downloaded fallible-iterator v0.3.0 |
935 | 2025-01-15T04:23:57.645Z | Downloaded p521 v0.13.3 |
936 | 2025-01-15T04:23:57.649Z | Downloaded ref-cast-impl v1.0.23 |
937 | 2025-01-15T04:23:57.651Z | Downloaded nibble_vec v0.1.0 |
938 | 2025-01-15T04:23:57.651Z | Downloaded newline-converter v0.3.0 |
939 | 2025-01-15T04:23:57.654Z | Downloaded steno v0.4.1 |
940 | 2025-01-15T04:23:57.657Z | Downloaded regress v0.9.1 |
941 | 2025-01-15T04:23:57.667Z | Downloaded thiserror-impl-no-std v2.0.2 |
942 | 2025-01-15T04:23:57.669Z | Downloaded nom v7.1.3 |
943 | 2025-01-15T04:23:57.674Z | Downloaded idna v0.3.0 |
944 | 2025-01-15T04:23:57.682Z | Downloaded futures-executor v0.3.31 |
945 | 2025-01-15T04:23:57.684Z | Downloaded tokio-rustls v0.24.1 |
946 | 2025-01-15T04:23:57.687Z | Downloaded expectorate v1.1.0 |
947 | 2025-01-15T04:23:57.690Z | Downloaded unicode-segmentation v1.12.0 |
948 | 2025-01-15T04:23:57.693Z | Downloaded schemars v0.8.21 |
949 | 2025-01-15T04:23:57.704Z | Downloaded quinn-udp v0.5.5 |
950 | 2025-01-15T04:23:57.707Z | Downloaded test-strategy v0.3.1 |
951 | 2025-01-15T04:23:57.710Z | Downloaded rusty-fork v0.3.0 |
952 | 2025-01-15T04:23:57.713Z | Downloaded reedline v0.35.0 |
953 | 2025-01-15T04:23:57.720Z | Downloaded postgres-types v0.2.8 |
954 | 2025-01-15T04:23:57.723Z | Downloaded gimli v0.31.1 |
955 | 2025-01-15T04:23:57.732Z | Downloaded pem-rfc7468 v0.7.0 |
956 | 2025-01-15T04:23:57.735Z | Downloaded ssh-cipher v0.2.0 |
957 | 2025-01-15T04:23:57.735Z | Downloaded snafu v0.8.5 |
958 | 2025-01-15T04:23:57.743Z | Downloaded tokio-util v0.7.12 |
959 | 2025-01-15T04:23:57.748Z | Downloaded parse-display v0.10.0 |
960 | 2025-01-15T04:23:57.751Z | Downloaded polar-core v0.27.3 |
961 | 2025-01-15T04:23:57.760Z | Downloaded defmt v0.3.8 |
962 | 2025-01-15T04:23:57.765Z | Downloaded smoltcp v0.9.1 |
963 | 2025-01-15T04:23:57.774Z | Downloaded tokio-stream v0.1.16 |
964 | 2025-01-15T04:23:57.779Z | Downloaded radix_trie v0.2.1 |
965 | 2025-01-15T04:23:57.785Z | Downloaded object v0.30.4 |
966 | 2025-01-15T04:23:57.796Z | Downloaded tracing v0.1.40 |
967 | 2025-01-15T04:23:57.808Z | Downloaded foreign-types v0.3.2 |
968 | 2025-01-15T04:23:57.811Z | Downloaded openssl-sys v0.9.103 |
969 | 2025-01-15T04:23:57.811Z | Downloaded rustyline v14.0.0 |
970 | 2025-01-15T04:23:57.816Z | Downloaded url v2.5.3 |
971 | 2025-01-15T04:23:57.816Z | Downloaded h2 v0.4.6 |
972 | 2025-01-15T04:23:57.823Z | Downloaded tracing-attributes v0.1.27 |
973 | 2025-01-15T04:23:57.827Z | Downloaded dropshot_endpoint v0.13.0 |
974 | 2025-01-15T04:23:57.830Z | Downloaded hickory-proto v0.24.1 |
975 | 2025-01-15T04:23:57.856Z | Downloaded stable_deref_trait v1.2.0 |
976 | 2025-01-15T04:23:57.864Z | Downloaded petname v2.0.2 |
977 | 2025-01-15T04:23:57.864Z | Downloaded utf-8 v0.7.6 |
978 | 2025-01-15T04:23:57.864Z | Downloaded rustls v0.21.12 |
979 | 2025-01-15T04:23:57.866Z | Downloaded r2d2 v0.8.10 |
980 | 2025-01-15T04:23:57.868Z | Downloaded salty v0.3.0 |
981 | 2025-01-15T04:23:57.874Z | Downloaded mio v1.0.2 |
982 | 2025-01-15T04:23:57.882Z | Downloaded foreign-types v0.5.0 |
983 | 2025-01-15T04:23:57.884Z | Downloaded portable-atomic v1.9.0 |
984 | 2025-01-15T04:23:57.890Z | Downloaded vcpkg v0.2.15 |
985 | 2025-01-15T04:23:57.929Z | Downloaded rustls v0.22.4 |
986 | 2025-01-15T04:23:57.943Z | Downloaded zerocopy v0.8.10 |
987 | 2025-01-15T04:23:57.967Z | Downloaded quinn-proto v0.11.8 |
988 | 2025-01-15T04:23:57.974Z | Downloaded rustls v0.23.19 |
989 | 2025-01-15T04:23:57.987Z | Downloaded webpki-roots v0.26.6 |
990 | 2025-01-15T04:23:57.990Z | Downloaded diesel v2.2.6 |
991 | 2025-01-15T04:23:58.010Z | Downloaded rustls-webpki v0.102.8 |
992 | 2025-01-15T04:23:58.028Z | Downloaded unicode-width v0.2.0 |
993 | 2025-01-15T04:23:58.036Z | Downloaded openapiv3 v2.0.0 |
994 | 2025-01-15T04:23:58.048Z | Downloaded nix v0.27.1 |
995 | 2025-01-15T04:23:58.059Z | Downloaded p384 v0.13.0 |
996 | 2025-01-15T04:23:58.065Z | Downloaded object v0.36.5 |
997 | 2025-01-15T04:23:58.077Z | Downloaded regex v1.11.1 |
998 | 2025-01-15T04:23:58.090Z | Downloaded nix v0.28.0 |
999 | 2025-01-15T04:23:58.102Z | Downloaded dropshot v0.13.0 |
1000 | 2025-01-15T04:23:58.125Z | Downloaded nix v0.29.0 |
1001 | 2025-01-15T04:23:58.135Z | Downloaded regex-syntax v0.6.29 |
1002 | 2025-01-15T04:23:58.142Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1003 | 2025-01-15T04:23:58.155Z | Downloaded sled v0.34.7 |
1004 | 2025-01-15T04:23:58.165Z | Downloaded dropshot v0.12.0 |
1005 | 2025-01-15T04:23:58.186Z | Downloaded zerocopy-derive v0.6.6 |
1006 | 2025-01-15T04:23:58.195Z | Downloaded ratatui v0.28.1 |
1007 | 2025-01-15T04:23:58.215Z | Downloaded typify-impl v0.2.0 |
1008 | 2025-01-15T04:23:58.230Z | Downloaded typify-impl v0.3.0 |
1009 | 2025-01-15T04:23:58.246Z | Downloaded openssl v0.10.66 |
1010 | 2025-01-15T04:23:58.254Z | Downloaded parking_lot v0.11.2 |
1011 | 2025-01-15T04:23:58.257Z | Downloaded proptest v1.5.0 |
1012 | 2025-01-15T04:23:58.267Z | Downloaded regress v0.10.1 |
1013 | 2025-01-15T04:23:58.276Z | Downloaded trust-dns-proto v0.22.0 |
1014 | 2025-01-15T04:23:58.288Z | Downloaded salsa20 v0.10.2 |
1015 | 2025-01-15T04:23:58.291Z | Downloaded sigpipe v0.1.3 |
1016 | 2025-01-15T04:23:58.294Z | Downloaded idna v0.5.0 |
1017 | 2025-01-15T04:23:58.298Z | Downloaded smoltcp v0.11.0 |
1018 | 2025-01-15T04:23:58.312Z | Downloaded rayon v1.10.0 |
1019 | 2025-01-15T04:23:58.322Z | Downloaded tokio v1.40.0 |
1020 | 2025-01-15T04:23:58.358Z | Downloaded lzma-sys v0.1.20 |
1021 | 2025-01-15T04:23:58.387Z | Downloaded regex-automata v0.4.8 |
1022 | 2025-01-15T04:23:58.403Z | Downloaded petgraph v0.6.5 |
1023 | 2025-01-15T04:23:58.421Z | Downloaded libz-sys v1.1.20 |
1024 | 2025-01-15T04:23:58.448Z | Downloaded csv v1.3.0 |
1025 | 2025-01-15T04:23:58.486Z | Downloaded regex-syntax v0.8.5 |
1026 | 2025-01-15T04:23:58.498Z | Downloaded zerocopy-derive v0.8.10 |
1027 | 2025-01-15T04:23:58.506Z | Downloaded phf_generator v0.11.2 |
1028 | 2025-01-15T04:23:58.508Z | Downloaded spki v0.7.3 |
1029 | 2025-01-15T04:23:58.511Z | Downloaded diesel_derives v2.2.3 |
1030 | 2025-01-15T04:23:58.516Z | Downloaded parking_lot v0.12.3 |
1031 | 2025-01-15T04:23:58.520Z | Downloaded headers v0.4.0 |
1032 | 2025-01-15T04:23:58.526Z | Downloaded futures-util v0.3.31 |
1033 | 2025-01-15T04:23:58.545Z | Downloaded diff v0.1.13 |
1034 | 2025-01-15T04:23:58.548Z | Downloaded percent-encoding v2.3.1 |
1035 | 2025-01-15T04:23:58.548Z | Downloaded vte_generate_state_changes v0.1.2 |
1036 | 2025-01-15T04:23:58.548Z | Downloaded num v0.4.3 |
1037 | 2025-01-15T04:23:58.551Z | Downloaded rustc_version v0.1.7 |
1038 | 2025-01-15T04:23:58.551Z | Downloaded sha3 v0.10.8 |
1039 | 2025-01-15T04:23:58.555Z | Downloaded progenitor v0.8.0 |
1040 | 2025-01-15T04:23:58.559Z | Downloaded defmt-parser v0.3.4 |
1041 | 2025-01-15T04:23:58.559Z | Downloaded quick-xml v0.33.0 |
1042 | 2025-01-15T04:23:58.563Z | Downloaded rustls-pemfile v2.2.0 |
1043 | 2025-01-15T04:23:58.570Z | Downloaded phf_shared v0.10.0 |
1044 | 2025-01-15T04:23:58.572Z | Downloaded num_enum v0.5.11 |
1045 | 2025-01-15T04:23:58.579Z | Downloaded darling_core v0.20.10 |
1046 | 2025-01-15T04:23:58.585Z | Downloaded sqlparser v0.45.0 |
1047 | 2025-01-15T04:23:58.590Z | Downloaded git2 v0.19.0 |
1048 | 2025-01-15T04:23:58.598Z | Downloaded rayon-core v1.12.1 |
1049 | 2025-01-15T04:23:58.602Z | Downloaded tungstenite v0.21.0 |
1050 | 2025-01-15T04:23:58.605Z | Downloaded postcard v1.0.10 |
1051 | 2025-01-15T04:23:58.608Z | Downloaded form_urlencoded v1.2.1 |
1052 | 2025-01-15T04:23:58.610Z | Downloaded deranged v0.3.11 |
1053 | 2025-01-15T04:23:58.611Z | Downloaded rustfmt-wrapper v0.2.1 |
1054 | 2025-01-15T04:23:58.614Z | Downloaded reqwest v0.12.9 |
1055 | 2025-01-15T04:23:58.619Z | Downloaded zip v2.1.3 |
1056 | 2025-01-15T04:23:58.622Z | Downloaded unicode-normalization v0.1.24 |
1057 | 2025-01-15T04:23:58.626Z | Downloaded toml_edit v0.19.15 |
1058 | 2025-01-15T04:23:58.642Z | Downloaded data-encoding v2.6.0 |
1059 | 2025-01-15T04:23:58.645Z | Downloaded structmeta v0.3.0 |
1060 | 2025-01-15T04:23:58.645Z | Downloaded static_assertions v1.1.0 |
1061 | 2025-01-15T04:23:58.648Z | Downloaded mockall_derive v0.13.0 |
1062 | 2025-01-15T04:23:58.648Z | Downloaded tungstenite v0.23.0 |
1063 | 2025-01-15T04:23:58.651Z | Downloaded rustc-demangle v0.1.24 |
1064 | 2025-01-15T04:23:58.654Z | Downloaded debug-ignore v1.0.5 |
1065 | 2025-01-15T04:23:58.657Z | Downloaded strip-ansi-escapes v0.2.0 |
1066 | 2025-01-15T04:23:58.657Z | Downloaded tokio-tungstenite v0.21.0 |
1067 | 2025-01-15T04:23:58.657Z | Downloaded rand v0.8.5 |
1068 | 2025-01-15T04:23:58.661Z | Downloaded half v2.4.1 |
1069 | 2025-01-15T04:23:58.663Z | Downloaded tough v0.19.0 |
1070 | 2025-01-15T04:23:58.671Z | Downloaded curve25519-dalek v4.1.3 |
1071 | 2025-01-15T04:23:58.679Z | Downloaded ff v0.13.0 |
1072 | 2025-01-15T04:23:58.683Z | Downloaded bitvec v1.0.1 |
1073 | 2025-01-15T04:23:58.695Z | Downloaded phf_shared v0.11.2 |
1074 | 2025-01-15T04:23:58.698Z | Downloaded mockall v0.13.0 |
1075 | 2025-01-15T04:23:58.698Z | Downloaded toml v0.7.8 |
1076 | 2025-01-15T04:23:58.700Z | Downloaded rsa v0.9.6 |
1077 | 2025-01-15T04:23:58.705Z | Downloaded ref-cast v1.0.23 |
1078 | 2025-01-15T04:23:58.707Z | Downloaded pin-project v1.1.6 |
1079 | 2025-01-15T04:23:58.718Z | Downloaded same-file v1.0.6 |
1080 | 2025-01-15T04:23:58.722Z | Downloaded encoding_rs v0.8.34 |
1081 | 2025-01-15T04:23:58.739Z | Downloaded num_enum_derive v0.5.11 |
1082 | 2025-01-15T04:23:58.742Z | Downloaded num-complex v0.4.6 |
1083 | 2025-01-15T04:23:58.744Z | Downloaded nu-ansi-term v0.50.1 |
1084 | 2025-01-15T04:23:58.748Z | Downloaded progenitor-client v0.9.1 |
1085 | 2025-01-15T04:23:58.748Z | Downloaded slog-envlogger v2.2.0 |
1086 | 2025-01-15T04:23:58.748Z | Downloaded chrono v0.4.38 |
1087 | 2025-01-15T04:23:58.755Z | Downloaded tokio-postgres v0.7.12 |
1088 | 2025-01-15T04:23:58.760Z | Downloaded rand_xorshift v0.3.0 |
1089 | 2025-01-15T04:23:58.763Z | Downloaded simd-adler32 v0.3.7 |
1090 | 2025-01-15T04:23:58.763Z | Downloaded predicates-core v1.0.8 |
1091 | 2025-01-15T04:23:58.765Z | Downloaded futures-task v0.3.31 |
1092 | 2025-01-15T04:23:58.765Z | Downloaded libxml v0.3.3 |
1093 | 2025-01-15T04:23:58.771Z | Downloaded hyper v1.5.0 |
1094 | 2025-01-15T04:23:58.802Z | Downloaded publicsuffix v2.2.3 |
1095 | 2025-01-15T04:23:58.874Z | Downloaded untrusted v0.7.1 |
1096 | 2025-01-15T04:23:58.874Z | Downloaded universal-hash v0.5.1 |
1097 | 2025-01-15T04:23:58.874Z | Downloaded ghash v0.5.1 |
1098 | 2025-01-15T04:23:58.874Z | Downloaded zeroize_derive v1.4.2 |
1099 | 2025-01-15T04:23:58.874Z | Downloaded ron v0.7.1 |
1100 | 2025-01-15T04:23:58.874Z | Downloaded x509-cert v0.2.5 |
1101 | 2025-01-15T04:23:58.874Z | Downloaded rcgen v0.12.1 |
1102 | 2025-01-15T04:23:58.874Z | Downloaded normalize-line-endings v0.3.0 |
1103 | 2025-01-15T04:23:58.874Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1104 | 2025-01-15T04:23:58.924Z | Downloaded aws-lc-rs v1.10.0 |
1105 | 2025-01-15T04:23:58.924Z | Downloaded pem v3.0.4 |
1106 | 2025-01-15T04:23:58.924Z | Downloaded uzers v0.12.1 |
1107 | 2025-01-15T04:23:58.924Z | Downloaded tinyvec_macros v0.1.1 |
1108 | 2025-01-15T04:23:58.924Z | Downloaded peg v0.8.4 |
1109 | 2025-01-15T04:23:58.924Z | Downloaded hmac v0.12.1 |
1110 | 2025-01-15T04:23:58.924Z | Downloaded blake3 v1.5.4 |
1111 | 2025-01-15T04:23:58.945Z | Downloaded zip v0.6.6 |
1112 | 2025-01-15T04:23:58.945Z | Downloaded unicode-bidi v0.3.17 |
1113 | 2025-01-15T04:23:58.945Z | Downloaded oso v0.27.3 |
1114 | 2025-01-15T04:23:58.945Z | Downloaded pbkdf2 v0.12.2 |
1115 | 2025-01-15T04:23:58.945Z | Downloaded nanorand v0.7.0 |
1116 | 2025-01-15T04:23:58.945Z | Downloaded litemap v0.7.3 |
1117 | 2025-01-15T04:23:58.945Z | Downloaded aes v0.8.4 |
1118 | 2025-01-15T04:23:58.945Z | Downloaded slab v0.4.9 |
1119 | 2025-01-15T04:23:58.945Z | Downloaded sha1 v0.10.6 |
1120 | 2025-01-15T04:23:58.945Z | Downloaded http v1.2.0 |
1121 | 2025-01-15T04:23:58.945Z | Downloaded fxhash v0.2.1 |
1122 | 2025-01-15T04:23:58.945Z | Downloaded futures-channel v0.3.31 |
1123 | 2025-01-15T04:23:58.945Z | Downloaded httparse v1.9.5 |
1124 | 2025-01-15T04:23:58.945Z | Downloaded termios v0.3.3 |
1125 | 2025-01-15T04:23:58.945Z | Downloaded serde_plain v1.0.2 |
1126 | 2025-01-15T04:23:58.945Z | Downloaded multer v3.1.0 |
1127 | 2025-01-15T04:23:58.945Z | Downloaded xattr v1.3.1 |
1128 | 2025-01-15T04:23:58.945Z | Downloaded internet-checksum v0.2.1 |
1129 | 2025-01-15T04:23:58.945Z | Downloaded indicatif v0.17.9 |
1130 | 2025-01-15T04:23:58.945Z | Downloaded arc-swap v1.7.1 |
1131 | 2025-01-15T04:23:58.945Z | Downloaded vte v0.11.1 |
1132 | 2025-01-15T04:23:58.945Z | Downloaded libefi-sys v0.1.0 |
1133 | 2025-01-15T04:23:58.962Z | Downloaded argon2 v0.5.3 |
1134 | 2025-01-15T04:23:58.962Z | Downloaded ident_case v1.0.1 |
1135 | 2025-01-15T04:23:58.962Z | Downloaded cc v1.1.30 |
1136 | 2025-01-15T04:23:58.962Z | Downloaded difflib v0.4.0 |
1137 | 2025-01-15T04:23:58.962Z | Downloaded minimal-lexical v0.2.1 |
1138 | 2025-01-15T04:23:58.962Z | Downloaded is_ci v1.2.0 |
1139 | 2025-01-15T04:23:58.962Z | Downloaded typify-macro v0.2.0 |
1140 | 2025-01-15T04:23:58.962Z | Downloaded tokio-macros v2.4.0 |
1141 | 2025-01-15T04:23:58.962Z | Downloaded qorb v0.2.1 |
1142 | 2025-01-15T04:23:58.963Z | Downloaded cassowary v0.3.0 |
1143 | 2025-01-15T04:23:58.963Z | Downloaded icu_normalizer v1.5.0 |
1144 | 2025-01-15T04:23:58.965Z | Downloaded ciborium-ll v0.2.2 |
1145 | 2025-01-15T04:23:58.966Z | Downloaded csv-core v0.1.11 |
1146 | 2025-01-15T04:23:58.966Z | Downloaded crypto-bigint v0.5.5 |
1147 | 2025-01-15T04:23:58.966Z | Downloaded adler2 v2.0.0 |
1148 | 2025-01-15T04:23:58.966Z | Downloaded hyper-staticfile v0.10.1 |
1149 | 2025-01-15T04:23:58.966Z | Downloaded linked-hash-map v0.5.6 |
1150 | 2025-01-15T04:23:58.966Z | Downloaded colored v2.1.0 |
1151 | 2025-01-15T04:23:58.966Z | Downloaded hickory-client v0.24.1 |
1152 | 2025-01-15T04:23:58.968Z | Downloaded compact_str v0.8.0 |
1153 | 2025-01-15T04:23:58.971Z | Downloaded headers-core v0.3.0 |
1154 | 2025-01-15T04:23:58.974Z | Downloaded bcs v0.1.6 |
1155 | 2025-01-15T04:23:58.977Z | Downloaded bytes v1.9.0 |
1156 | 2025-01-15T04:23:58.981Z | Downloaded hex-literal v0.4.1 |
1157 | 2025-01-15T04:23:58.981Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2025-01-15T04:23:58.981Z | Downloaded arrayvec v0.7.6 |
1159 | 2025-01-15T04:23:58.984Z | Downloaded crc-catalog v2.4.0 |
1160 | 2025-01-15T04:23:58.984Z | Downloaded crc-any v2.5.0 |
1161 | 2025-01-15T04:23:58.987Z | Downloaded cookie v0.18.1 |
1162 | 2025-01-15T04:23:58.987Z | Downloaded const-oid v0.9.6 |
1163 | 2025-01-15T04:23:58.989Z | Downloaded cmake v0.1.51 |
1164 | 2025-01-15T04:23:58.992Z | Downloaded ahash v0.8.11 |
1165 | 2025-01-15T04:23:58.996Z | Downloaded ciborium v0.2.2 |
1166 | 2025-01-15T04:23:58.996Z | Downloaded backoff v0.4.0 |
1167 | 2025-01-15T04:23:58.999Z | Downloaded crunchy v0.2.2 |
1168 | 2025-01-15T04:23:58.999Z | Downloaded aes-gcm v0.10.3 |
1169 | 2025-01-15T04:23:59.002Z | Downloaded async-stream v0.3.6 |
1170 | 2025-01-15T04:23:59.004Z | Downloaded kstat-rs v0.2.4 |
1171 | 2025-01-15T04:23:59.004Z | Downloaded iana-time-zone v0.1.61 |
1172 | 2025-01-15T04:23:59.007Z | Downloaded cipher v0.4.4 |
1173 | 2025-01-15T04:23:59.011Z | Downloaded humantime v2.1.0 |
1174 | 2025-01-15T04:23:59.011Z | Downloaded http-body-util v0.1.2 |
1175 | 2025-01-15T04:23:59.014Z | Downloaded clang-sys v1.8.1 |
1176 | 2025-01-15T04:23:59.014Z | Downloaded castaway v0.2.3 |
1177 | 2025-01-15T04:23:59.014Z | Downloaded lazycell v1.3.0 |
1178 | 2025-01-15T04:23:59.017Z | Downloaded hubpack v0.1.2 |
1179 | 2025-01-15T04:23:59.018Z | Downloaded heck v0.3.3 |
1180 | 2025-01-15T04:23:59.018Z | Downloaded curve25519-dalek-derive v0.1.1 |
1181 | 2025-01-15T04:23:59.021Z | Downloaded cobs v0.2.3 |
1182 | 2025-01-15T04:23:59.021Z | Downloaded atomic-waker v1.1.2 |
1183 | 2025-01-15T04:23:59.021Z | Downloaded array-init v0.0.4 |
1184 | 2025-01-15T04:23:59.026Z | Downloaded heapless v0.8.0 |
1185 | 2025-01-15T04:23:59.029Z | Downloaded bzip2 v0.4.4 |
1186 | 2025-01-15T04:23:59.029Z | Downloaded atomicwrites v0.4.4 |
1187 | 2025-01-15T04:23:59.269Z | Downloaded ring v0.17.8 |
1188 | 2025-01-15T04:23:59.346Z | Downloaded aws-lc-sys v0.22.0 |
1189 | 2025-01-15T04:23:59.584Z | Downloaded libsqlite3-sys v0.30.1 |
1190 | 2025-01-15T04:23:59.768Z | Compiling serde v1.0.217 |
1191 | 2025-01-15T04:23:59.771Z | Compiling lock_api v0.4.12 |
1192 | 2025-01-15T04:23:59.771Z | Compiling scopeguard v1.2.0 |
1193 | 2025-01-15T04:23:59.771Z | Compiling value-bag v1.9.0 |
1194 | 2025-01-15T04:23:59.925Z | Compiling typenum v1.17.0 |
1195 | 2025-01-15T04:23:59.928Z | Compiling generic-array v0.14.7 |
1196 | 2025-01-15T04:23:59.969Z | Compiling syn v2.0.96 |
1197 | 2025-01-15T04:23:59.984Z | Compiling getrandom v0.2.15 |
1198 | 2025-01-15T04:24:00.127Z | Compiling shlex v1.3.0 |
1199 | 2025-01-15T04:24:00.260Z | Compiling rand_core v0.6.4 |
1200 | 2025-01-15T04:24:00.486Z | Compiling log v0.4.22 |
1201 | 2025-01-15T04:24:00.513Z | Compiling subtle v2.6.1 |
1202 | 2025-01-15T04:24:00.516Z | Compiling jobserver v0.1.32 |
1203 | 2025-01-15T04:24:00.572Z | Compiling smallvec v1.13.2 |
1204 | 2025-01-15T04:24:00.777Z | Compiling const-oid v0.9.6 |
1205 | 2025-01-15T04:24:00.843Z | Compiling spin v0.9.8 |
1206 | 2025-01-15T04:24:00.870Z | Compiling pin-project-lite v0.2.14 |
1207 | 2025-01-15T04:24:00.990Z | Compiling cc v1.1.30 |
1208 | 2025-01-15T04:24:01.010Z | Compiling rustix v0.38.37 |
1209 | 2025-01-15T04:24:01.208Z | Compiling parking_lot_core v0.9.10 |
1210 | 2025-01-15T04:24:01.263Z | Compiling futures-core v0.3.31 |
1211 | 2025-01-15T04:24:01.406Z | Compiling signal-hook-registry v1.4.2 |
1212 | 2025-01-15T04:24:01.503Z | Compiling mio v1.0.2 |
1213 | 2025-01-15T04:24:01.865Z | Compiling aho-corasick v1.1.3 |
1214 | 2025-01-15T04:24:02.128Z | Compiling parking_lot v0.12.3 |
1215 | 2025-01-15T04:24:02.231Z | Compiling cpufeatures v0.2.14 |
1216 | 2025-01-15T04:24:02.277Z | Compiling regex-syntax v0.8.5 |
1217 | 2025-01-15T04:24:02.346Z | Compiling lazy_static v1.5.0 |
1218 | 2025-01-15T04:24:02.472Z | Compiling glob v0.3.1 |
1219 | 2025-01-15T04:24:02.582Z | Compiling stable_deref_trait v1.2.0 |
1220 | 2025-01-15T04:24:02.698Z | Compiling either v1.13.0 |
1221 | 2025-01-15T04:24:02.865Z | Compiling futures-sink v0.3.31 |
1222 | 2025-01-15T04:24:02.967Z | Compiling socket2 v0.5.7 |
1223 | 2025-01-15T04:24:03.023Z | Compiling slab v0.4.9 |
1224 | 2025-01-15T04:24:03.086Z | Compiling prettyplease v0.2.25 |
1225 | 2025-01-15T04:24:03.300Z | Compiling clang-sys v1.8.1 |
1226 | 2025-01-15T04:24:03.433Z | Compiling serde_json v1.0.135 |
1227 | 2025-01-15T04:24:03.532Z | Compiling minimal-lexical v0.2.1 |
1228 | 2025-01-15T04:24:03.934Z | Compiling nom v7.1.3 |
1229 | 2025-01-15T04:24:04.028Z | Compiling libloading v0.8.5 |
1230 | 2025-01-15T04:24:04.106Z | Compiling bindgen v0.69.5 |
1231 | 2025-01-15T04:24:04.152Z | Compiling home v0.5.9 |
1232 | 2025-01-15T04:24:04.432Z | Compiling itertools v0.10.5 |
1233 | 2025-01-15T04:24:04.793Z | Compiling futures-channel v0.3.31 |
1234 | 2025-01-15T04:24:05.003Z | Compiling pin-utils v0.1.0 |
1235 | 2025-01-15T04:24:05.112Z | Compiling futures-io v0.3.31 |
1236 | 2025-01-15T04:24:05.215Z | Compiling libm v0.2.8 |
1237 | 2025-01-15T04:24:05.409Z | Compiling lazycell v1.3.0 |
1238 | 2025-01-15T04:24:05.561Z | Compiling rustc-hash v1.1.0 |
1239 | 2025-01-15T04:24:05.584Z | Compiling allocator-api2 v0.2.18 |
1240 | 2025-01-15T04:24:05.728Z | Compiling futures-task v0.3.31 |
1241 | 2025-01-15T04:24:06.031Z | Compiling regex-automata v0.4.8 |
1242 | 2025-01-15T04:24:06.315Z | Compiling foldhash v0.1.3 |
1243 | 2025-01-15T04:24:06.614Z | Compiling hashbrown v0.15.1 |
1244 | 2025-01-15T04:24:06.717Z | Compiling cmake v0.1.51 |
1245 | 2025-01-15T04:24:06.957Z | Compiling num-traits v0.2.19 |
1246 | 2025-01-15T04:24:07.241Z | Compiling synstructure v0.13.1 |
1247 | 2025-01-15T04:24:07.599Z | Compiling cexpr v0.6.0 |
1248 | 2025-01-15T04:24:07.768Z | Compiling pkg-config v0.3.31 |
1249 | 2025-01-15T04:24:08.549Z | Compiling tinyvec_macros v0.1.1 |
1250 | 2025-01-15T04:24:08.655Z | Compiling dunce v1.0.5 |
1251 | 2025-01-15T04:24:08.798Z | Compiling fs_extra v1.3.0 |
1252 | 2025-01-15T04:24:08.824Z | Compiling tinyvec v1.8.0 |
1253 | 2025-01-15T04:24:09.354Z | Compiling ring v0.17.8 |
1254 | 2025-01-15T04:24:09.385Z | Compiling base64ct v1.6.0 |
1255 | 2025-01-15T04:24:09.977Z | Compiling writeable v0.5.5 |
1256 | 2025-01-15T04:24:10.153Z | Compiling paste v1.0.15 |
1257 | 2025-01-15T04:24:10.440Z | Compiling unicode-normalization v0.1.24 |
1258 | 2025-01-15T04:24:10.470Z | Compiling litemap v0.7.3 |
1259 | 2025-01-15T04:24:10.624Z | Compiling unicode-bidi v0.3.17 |
1260 | 2025-01-15T04:24:10.813Z | Compiling pem-rfc7468 v0.7.0 |
1261 | 2025-01-15T04:24:11.464Z | Compiling regex v1.11.1 |
1262 | 2025-01-15T04:24:11.485Z | Compiling flagset v0.4.6 |
1263 | 2025-01-15T04:24:11.694Z | Compiling httparse v1.9.5 |
1264 | 2025-01-15T04:24:11.816Z | Compiling aws-lc-rs v1.10.0 |
1265 | 2025-01-15T04:24:12.216Z | Compiling tracing-core v0.1.32 |
1266 | 2025-01-15T04:24:12.431Z | Compiling icu_locid_transform_data v1.5.0 |
1267 | 2025-01-15T04:24:12.459Z | Compiling percent-encoding v2.3.1 |
1268 | 2025-01-15T04:24:12.545Z | Compiling rustls-pki-types v1.10.0 |
1269 | 2025-01-15T04:24:12.788Z | Compiling crossbeam-utils v0.8.20 |
1270 | 2025-01-15T04:24:12.987Z | Compiling serde_derive v1.0.217 |
1271 | 2025-01-15T04:24:13.296Z | Compiling zeroize_derive v1.4.2 |
1272 | 2025-01-15T04:24:13.380Z | Compiling zerocopy-derive v0.7.35 |
1273 | 2025-01-15T04:24:13.464Z | Compiling tokio-macros v2.4.0 |
1274 | 2025-01-15T04:24:13.688Z | Compiling zerofrom-derive v0.1.4 |
1275 | 2025-01-15T04:24:14.704Z | Compiling zeroize v1.8.1 |
1276 | 2025-01-15T04:24:15.047Z | Compiling yoke-derive v0.7.4 |
1277 | 2025-01-15T04:24:15.259Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-15T04:24:15.390Z | Compiling zerocopy v0.7.35 |
1279 | 2025-01-15T04:24:16.214Z | Compiling crypto-common v0.1.6 |
1280 | 2025-01-15T04:24:16.437Z | Compiling block-buffer v0.10.4 |
1281 | 2025-01-15T04:24:16.478Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-15T04:24:16.707Z | Compiling digest v0.10.7 |
1283 | 2025-01-15T04:24:16.758Z | Compiling zerovec-derive v0.10.3 |
1284 | 2025-01-15T04:24:17.105Z | Compiling hmac v0.12.1 |
1285 | 2025-01-15T04:24:17.178Z | Compiling block-padding v0.3.3 |
1286 | 2025-01-15T04:24:17.246Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-15T04:24:17.361Z | Compiling displaydoc v0.2.5 |
1288 | 2025-01-15T04:24:17.441Z | Compiling inout v0.1.3 |
1289 | 2025-01-15T04:24:17.480Z | Compiling sha2 v0.10.8 |
1290 | 2025-01-15T04:24:17.680Z | Compiling yoke v0.7.4 |
1291 | 2025-01-15T04:24:17.724Z | Compiling cipher v0.4.4 |
1292 | 2025-01-15T04:24:18.021Z | Compiling ppv-lite86 v0.2.20 |
1293 | 2025-01-15T04:24:18.203Z | Compiling der_derive v0.7.3 |
1294 | 2025-01-15T04:24:18.205Z | Compiling thiserror v1.0.69 |
1295 | 2025-01-15T04:24:18.305Z | Compiling futures-util v0.3.31 |
1296 | 2025-01-15T04:24:18.374Z | Compiling icu_provider_macros v1.5.0 |
1297 | 2025-01-15T04:24:18.813Z | Compiling rand_chacha v0.3.1 |
1298 | 2025-01-15T04:24:18.982Z | Compiling tracing-attributes v0.1.27 |
1299 | 2025-01-15T04:24:19.415Z | Compiling zerovec v0.10.4 |
1300 | 2025-01-15T04:24:19.505Z | Compiling rand v0.8.5 |
1301 | 2025-01-15T04:24:20.459Z | Compiling der v0.7.9 |
1302 | 2025-01-15T04:24:21.069Z | Compiling pest v2.7.14 |
1303 | 2025-01-15T04:24:21.243Z | Compiling tinystr v0.7.6 |
1304 | 2025-01-15T04:24:21.486Z | Compiling icu_collections v1.5.0 |
1305 | 2025-01-15T04:24:21.486Z | Compiling salsa20 v0.10.2 |
1306 | 2025-01-15T04:24:21.646Z | Compiling icu_locid v1.5.0 |
1307 | 2025-01-15T04:24:21.702Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-15T04:24:21.913Z | Compiling time-core v0.1.2 |
1309 | 2025-01-15T04:24:22.100Z | Compiling powerfmt v0.2.0 |
1310 | 2025-01-15T04:24:22.345Z | Compiling tracing v0.1.40 |
1311 | 2025-01-15T04:24:22.511Z | Compiling spki v0.7.3 |
1312 | 2025-01-15T04:24:22.823Z | Compiling icu_provider v1.5.0 |
1313 | 2025-01-15T04:24:22.865Z | Compiling vcpkg v0.2.15 |
1314 | 2025-01-15T04:24:22.884Z | Compiling num-conv v0.1.0 |
1315 | 2025-01-15T04:24:23.176Z | Compiling icu_properties_data v1.5.0 |
1316 | 2025-01-15T04:24:23.431Z | Compiling untrusted v0.9.0 |
1317 | 2025-01-15T04:24:23.504Z | Compiling icu_locid_transform v1.5.0 |
1318 | 2025-01-15T04:24:23.677Z | Compiling mirai-annotations v1.12.0 |
1319 | 2025-01-15T04:24:23.706Z | Compiling untrusted v0.7.1 |
1320 | 2025-01-15T04:24:23.792Z | Compiling pest_meta v2.7.14 |
1321 | 2025-01-15T04:24:23.870Z | Compiling time-macros v0.2.18 |
1322 | 2025-01-15T04:24:23.904Z | Compiling deranged v0.3.11 |
1323 | 2025-01-15T04:24:24.746Z | Compiling openssl-sys v0.9.103 |
1324 | 2025-01-15T04:24:25.334Z | Compiling icu_properties v1.5.1 |
1325 | 2025-01-15T04:24:25.407Z | Compiling scrypt v0.11.0 |
1326 | 2025-01-15T04:24:25.782Z | Compiling aes v0.8.4 |
1327 | 2025-01-15T04:24:25.913Z | Compiling cbc v0.1.2 |
1328 | 2025-01-15T04:24:25.937Z | Compiling scroll_derive v0.12.0 |
1329 | 2025-01-15T04:24:26.146Z | Compiling bitflags v2.6.0 |
1330 | 2025-01-15T04:24:26.353Z | Compiling bytes v1.9.0 |
1331 | 2025-01-15T04:24:27.332Z | Compiling tokio v1.40.0 |
1332 | 2025-01-15T04:24:27.356Z | Compiling indexmap v2.7.0 |
1333 | 2025-01-15T04:24:27.549Z | Compiling http v1.2.0 |
1334 | 2025-01-15T04:24:28.322Z | Compiling semver v1.0.24 |
1335 | 2025-01-15T04:24:28.598Z | Compiling atomic-waker v1.1.2 |
1336 | 2025-01-15T04:24:28.703Z | Compiling write16 v1.0.0 |
1337 | 2025-01-15T04:24:28.795Z | Compiling icu_normalizer_data v1.5.0 |
1338 | 2025-01-15T04:24:28.854Z | Compiling rustc_version v0.4.1 |
1339 | 2025-01-15T04:24:28.912Z | Compiling num_threads v0.1.7 |
1340 | 2025-01-15T04:24:29.064Z | Compiling utf16_iter v1.0.5 |
1341 | 2025-01-15T04:24:29.082Z | Compiling utf8_iter v1.0.4 |
1342 | 2025-01-15T04:24:29.278Z | Compiling http-body v1.0.1 |
1343 | 2025-01-15T04:24:29.344Z | Compiling icu_normalizer v1.5.0 |
1344 | 2025-01-15T04:24:29.528Z | Compiling time v0.3.36 |
1345 | 2025-01-15T04:24:29.561Z | Compiling scroll v0.12.0 |
1346 | 2025-01-15T04:24:29.721Z | Compiling pkcs5 v0.7.1 |
1347 | 2025-01-15T04:24:29.923Z | Compiling pest_generator v2.7.14 |
1348 | 2025-01-15T04:24:30.030Z | Compiling form_urlencoded v1.2.1 |
1349 | 2025-01-15T04:24:30.073Z | Compiling try-lock v0.2.5 |
1350 | 2025-01-15T04:24:30.257Z | Compiling which v4.4.2 |
1351 | 2025-01-15T04:24:30.366Z | Compiling slog v2.7.0 |
1352 | 2025-01-15T04:24:30.841Z | Compiling pkcs8 v0.10.2 |
1353 | 2025-01-15T04:24:30.958Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-01-15T04:24:31.170Z | Compiling want v0.3.1 |
1355 | 2025-01-15T04:24:31.188Z | Compiling goblin v0.8.2 |
1356 | 2025-01-15T04:24:31.352Z | Compiling uuid v1.11.0 |
1357 | 2025-01-15T04:24:31.439Z | Compiling httpdate v1.0.3 |
1358 | 2025-01-15T04:24:31.515Z | Compiling iana-time-zone v0.1.61 |
1359 | 2025-01-15T04:24:31.898Z | Compiling chrono v0.4.38 |
1360 | 2025-01-15T04:24:31.919Z | Compiling pest_derive v2.7.14 |
1361 | 2025-01-15T04:24:31.921Z | Compiling idna v1.0.3 |
1362 | 2025-01-15T04:24:32.741Z | Compiling dtrace-parser v0.2.0 |
1363 | 2025-01-15T04:24:33.520Z | Compiling serde_spanned v0.6.8 |
1364 | 2025-01-15T04:24:33.561Z | Compiling toml_datetime v0.6.8 |
1365 | 2025-01-15T04:24:33.778Z | Compiling serde_tokenstream v0.2.2 |
1366 | 2025-01-15T04:24:34.046Z | Compiling base64 v0.22.1 |
1367 | 2025-01-15T04:24:34.353Z | Compiling openssl v0.10.66 |
1368 | 2025-01-15T04:24:34.436Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2025-01-15T04:24:34.566Z | Compiling match_cfg v0.1.0 |
1370 | 2025-01-15T04:24:34.668Z | Compiling rustversion v1.0.17 |
1371 | 2025-01-15T04:24:34.691Z | Compiling tower-service v0.3.3 |
1372 | 2025-01-15T04:24:34.744Z | Compiling adler2 v2.0.0 |
1373 | 2025-01-15T04:24:34.796Z | Compiling hostname v0.3.1 |
1374 | 2025-01-15T04:24:34.827Z | Compiling foreign-types v0.3.2 |
1375 | 2025-01-15T04:24:34.931Z | Compiling miniz_oxide v0.8.0 |
1376 | 2025-01-15T04:24:34.959Z | Compiling url v2.5.3 |
1377 | 2025-01-15T04:24:35.387Z | Compiling tokio-util v0.7.12 |
1378 | 2025-01-15T04:24:35.427Z | Compiling async-trait v0.1.83 |
1379 | 2025-01-15T04:24:36.286Z | Compiling openssl-macros v0.1.1 |
1380 | 2025-01-15T04:24:36.391Z | Compiling h2 v0.4.6 |
1381 | 2025-01-15T04:24:36.659Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2025-01-15T04:24:36.738Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2025-01-15T04:24:37.027Z | Compiling dof v0.3.0 |
1384 | 2025-01-15T04:24:37.312Z | Compiling data-encoding v2.6.0 |
1385 | 2025-01-15T04:24:37.827Z | Compiling usdt-impl v0.5.0 |
1386 | 2025-01-15T04:24:38.937Z | Compiling schemars v0.8.21 |
1387 | 2025-01-15T04:24:39.087Z | Compiling syn v1.0.109 |
1388 | 2025-01-15T04:24:39.261Z | Compiling native-tls v0.2.12 |
1389 | 2025-01-15T04:24:39.263Z | Compiling rustls v0.23.19 |
1390 | 2025-01-15T04:24:39.494Z | Compiling rustls v0.22.4 |
1391 | 2025-01-15T04:24:39.562Z | Compiling siphasher v0.3.11 |
1392 | 2025-01-15T04:24:39.652Z | Compiling schemars_derive v0.8.21 |
1393 | 2025-01-15T04:24:39.805Z | Compiling dirs-next v2.0.0 |
1394 | 2025-01-15T04:24:40.004Z | Compiling heapless v0.7.17 |
1395 | 2025-01-15T04:24:40.452Z | Compiling http-body-util v0.1.2 |
1396 | 2025-01-15T04:24:40.679Z | Compiling crossbeam-epoch v0.9.18 |
1397 | 2025-01-15T04:24:40.859Z | Compiling sha1 v0.10.6 |
1398 | 2025-01-15T04:24:40.904Z | Compiling signature v2.2.0 |
1399 | 2025-01-15T04:24:41.208Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1400 | 2025-01-15T04:24:41.230Z | Compiling thread_local v1.1.8 |
1401 | 2025-01-15T04:24:41.290Z | Compiling encoding_rs v0.8.34 |
1402 | 2025-01-15T04:24:41.367Z | Compiling multer v3.1.0 |
1403 | 2025-01-15T04:24:41.648Z | Compiling cookie v0.18.1 |
1404 | 2025-01-15T04:24:41.672Z | Compiling dyn-clone v1.0.17 |
1405 | 2025-01-15T04:24:41.720Z | Compiling openssl-probe v0.1.5 |
1406 | 2025-01-15T04:24:41.889Z | Compiling unicode-properties v0.1.3 |
1407 | 2025-01-15T04:24:41.945Z | Compiling slog-async v2.8.0 |
1408 | 2025-01-15T04:24:42.029Z | Compiling gimli v0.31.1 |
1409 | 2025-01-15T04:24:42.301Z | Compiling mime v0.3.17 |
1410 | 2025-01-15T04:24:42.437Z | Compiling ipnet v2.10.1 |
1411 | 2025-01-15T04:24:42.669Z | Compiling signal-hook v0.3.17 |
1412 | 2025-01-15T04:24:42.809Z | Compiling rayon-core v1.12.1 |
1413 | 2025-01-15T04:24:42.978Z | Compiling toml_edit v0.22.22 |
1414 | 2025-01-15T04:24:43.602Z | Compiling hyper v1.5.0 |
1415 | 2025-01-15T04:24:46.134Z | Compiling hyper-util v0.1.10 |
1416 | 2025-01-15T04:24:46.660Z | Compiling addr2line v0.24.2 |
1417 | 2025-01-15T04:24:46.811Z | Compiling stringprep v0.1.5 |
1418 | 2025-01-15T04:24:47.338Z | Compiling crossbeam-deque v0.8.5 |
1419 | 2025-01-15T04:24:47.358Z | Compiling usdt-macro v0.5.0 |
1420 | 2025-01-15T04:24:47.523Z | Compiling usdt-attr-macro v0.5.0 |
1421 | 2025-01-15T04:24:47.771Z | Compiling term v0.7.0 |
1422 | 2025-01-15T04:24:48.561Z | Compiling slog-json v2.6.1 |
1423 | 2025-01-15T04:24:48.729Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2025-01-15T04:24:48.958Z | Compiling curve25519-dalek v4.1.3 |
1425 | 2025-01-15T04:24:48.977Z | Compiling crossbeam-channel v0.5.13 |
1426 | 2025-01-15T04:24:49.034Z | Compiling enum-as-inner v0.6.1 |
1427 | 2025-01-15T04:24:49.103Z | Compiling futures-executor v0.3.31 |
1428 | 2025-01-15T04:24:49.246Z | Compiling md-5 v0.10.6 |
1429 | 2025-01-15T04:24:49.529Z | Compiling rustls-pemfile v2.2.0 |
1430 | 2025-01-15T04:24:49.634Z | Compiling async-stream-impl v0.3.6 |
1431 | 2025-01-15T04:24:49.637Z | Compiling num-integer v0.1.46 |
1432 | 2025-01-15T04:24:49.854Z | Compiling idna v0.3.0 |
1433 | 2025-01-15T04:24:49.961Z | Compiling idna v0.4.0 |
1434 | 2025-01-15T04:24:50.088Z | Compiling hash32 v0.2.1 |
1435 | 2025-01-15T04:24:50.376Z | Compiling ff v0.13.0 |
1436 | 2025-01-15T04:24:50.418Z | Compiling is-terminal v0.4.13 |
1437 | 2025-01-15T04:24:50.443Z | Compiling dropshot v0.12.0 |
1438 | 2025-01-15T04:24:50.549Z | Compiling object v0.36.5 |
1439 | 2025-01-15T04:24:50.595Z | Compiling take_mut v0.2.2 |
1440 | 2025-01-15T04:24:50.733Z | Compiling utf-8 v0.7.6 |
1441 | 2025-01-15T04:24:50.764Z | Compiling quick-error v1.2.3 |
1442 | 2025-01-15T04:24:50.938Z | Compiling psl-types v2.0.11 |
1443 | 2025-01-15T04:24:50.960Z | Compiling num-bigint-dig v0.8.4 |
1444 | 2025-01-15T04:24:51.060Z | Compiling base16ct v0.2.0 |
1445 | 2025-01-15T04:24:51.145Z | Compiling portable-atomic v1.9.0 |
1446 | 2025-01-15T04:24:51.266Z | Compiling fallible-iterator v0.2.0 |
1447 | 2025-01-15T04:24:51.386Z | Compiling rustc-demangle v0.1.24 |
1448 | 2025-01-15T04:24:51.457Z | Compiling anyhow v1.0.95 |
1449 | 2025-01-15T04:24:51.484Z | Compiling linked-hash-map v0.5.6 |
1450 | 2025-01-15T04:24:51.830Z | Compiling smoltcp v0.9.1 |
1451 | 2025-01-15T04:24:51.914Z | Compiling postgres-protocol v0.6.7 |
1452 | 2025-01-15T04:24:52.185Z | Compiling lru-cache v0.1.2 |
1453 | 2025-01-15T04:24:52.344Z | Compiling sec1 v0.7.3 |
1454 | 2025-01-15T04:24:52.378Z | Compiling publicsuffix v2.2.3 |
1455 | 2025-01-15T04:24:52.484Z | Compiling async-stream v0.3.6 |
1456 | 2025-01-15T04:24:52.546Z | Compiling tungstenite v0.24.0 |
1457 | 2025-01-15T04:24:52.638Z | Compiling resolv-conf v0.7.0 |
1458 | 2025-01-15T04:24:52.778Z | Compiling hickory-proto v0.24.1 |
1459 | 2025-01-15T04:24:53.148Z | Compiling group v0.13.0 |
1460 | 2025-01-15T04:24:53.377Z | Compiling slog-term v2.9.1 |
1461 | 2025-01-15T04:24:53.521Z | Compiling usdt v0.5.0 |
1462 | 2025-01-15T04:24:54.082Z | Compiling num-iter v0.1.45 |
1463 | 2025-01-15T04:24:54.417Z | Compiling futures v0.3.31 |
1464 | 2025-01-15T04:24:54.549Z | Compiling slog-bunyan v2.5.0 |
1465 | 2025-01-15T04:24:55.046Z | Compiling toml v0.8.19 |
1466 | 2025-01-15T04:24:55.771Z | Compiling tokio-native-tls v0.3.1 |
1467 | 2025-01-15T04:24:56.057Z | Compiling camino v1.1.9 |
1468 | 2025-01-15T04:24:56.213Z | Compiling phf_shared v0.11.2 |
1469 | 2025-01-15T04:24:56.580Z | Compiling dropshot_endpoint v0.12.0 |
1470 | 2025-01-15T04:24:56.598Z | Compiling terminal_size v0.4.0 |
1471 | 2025-01-15T04:24:56.729Z | Compiling openapiv3 v2.0.0 |
1472 | 2025-01-15T04:24:56.814Z | Compiling waitgroup v0.1.2 |
1473 | 2025-01-15T04:24:56.913Z | Compiling serde_path_to_error v0.1.16 |
1474 | 2025-01-15T04:24:57.048Z | Compiling hkdf v0.12.4 |
1475 | 2025-01-15T04:24:57.328Z | Compiling backtrace v0.3.74 |
1476 | 2025-01-15T04:24:57.687Z | Compiling crypto-bigint v0.5.5 |
1477 | 2025-01-15T04:24:57.717Z | Compiling webpki-roots v0.26.6 |
1478 | 2025-01-15T04:24:57.940Z | Compiling zerocopy-derive v0.6.6 |
1479 | 2025-01-15T04:24:59.962Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-01-15T04:25:00.517Z | Compiling idna v0.5.0 |
1481 | 2025-01-15T04:25:00.588Z | Compiling hubpack_derive v0.1.1 |
1482 | 2025-01-15T04:25:00.789Z | Compiling hostname v0.4.0 |
1483 | 2025-01-15T04:25:00.853Z | Compiling fs-err v2.11.0 |
1484 | 2025-01-15T04:25:00.997Z | Compiling ahash v0.8.11 |
1485 | 2025-01-15T04:25:01.141Z | Compiling crc32fast v1.4.2 |
1486 | 2025-01-15T04:25:01.325Z | Compiling winnow v0.5.40 |
1487 | 2025-01-15T04:25:01.352Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-15T04:25:01.456Z | Compiling managed v0.8.0 |
1489 | 2025-01-15T04:25:01.458Z | Compiling newtype-uuid v1.1.3 |
1490 | 2025-01-15T04:25:01.511Z | Compiling bitflags v1.3.2 |
1491 | 2025-01-15T04:25:01.625Z | Compiling clap_builder v4.5.21 |
1492 | 2025-01-15T04:25:01.801Z | Compiling console v0.15.8 |
1493 | 2025-01-15T04:25:02.055Z | Compiling strum_macros v0.25.3 |
1494 | 2025-01-15T04:25:02.126Z | Compiling hubpack v0.1.2 |
1495 | 2025-01-15T04:25:02.570Z | Compiling cookie_store v0.21.0 |
1496 | 2025-01-15T04:25:03.752Z | Compiling flate2 v1.0.34 |
1497 | 2025-01-15T04:25:04.061Z | Compiling elliptic-curve v0.13.8 |
1498 | 2025-01-15T04:25:04.137Z | Compiling zerocopy v0.6.6 |
1499 | 2025-01-15T04:25:04.662Z | Compiling toml_edit v0.19.15 |
1500 | 2025-01-15T04:25:04.847Z | Compiling hickory-resolver v0.24.1 |
1501 | 2025-01-15T04:25:04.908Z | Compiling phf v0.11.2 |
1502 | 2025-01-15T04:25:05.190Z | Compiling signal-hook-mio v0.2.4 |
1503 | 2025-01-15T04:25:05.374Z | Compiling hyper-tls v0.6.0 |
1504 | 2025-01-15T04:25:05.670Z | Compiling rayon v1.10.0 |
1505 | 2025-01-15T04:25:05.748Z | Compiling bzip2 v0.4.4 |
1506 | 2025-01-15T04:25:06.135Z | Compiling tokio-tungstenite v0.24.0 |
1507 | 2025-01-15T04:25:06.684Z | Compiling postgres-types v0.2.8 |
1508 | 2025-01-15T04:25:09.403Z | Compiling ed25519 v2.2.3 |
1509 | 2025-01-15T04:25:10.096Z | Compiling phf_shared v0.10.0 |
1510 | 2025-01-15T04:25:10.099Z | Compiling tokio-stream v0.1.16 |
1511 | 2025-01-15T04:25:10.471Z | Compiling pkcs1 v0.7.5 |
1512 | 2025-01-15T04:25:10.806Z | Compiling serde-big-array v0.5.1 |
1513 | 2025-01-15T04:25:11.041Z | Compiling clap_derive v4.5.18 |
1514 | 2025-01-15T04:25:11.068Z | Compiling rfc6979 v0.4.0 |
1515 | 2025-01-15T04:25:11.270Z | Compiling derive-where v1.2.7 |
1516 | 2025-01-15T04:25:11.287Z | Compiling serde_repr v0.1.19 |
1517 | 2025-01-15T04:25:11.365Z | Compiling float-cmp v0.9.0 |
1518 | 2025-01-15T04:25:11.389Z | Compiling bstr v1.10.0 |
1519 | 2025-01-15T04:25:11.606Z | Compiling sync_wrapper v1.0.1 |
1520 | 2025-01-15T04:25:11.760Z | Compiling unicode-width v0.2.0 |
1521 | 2025-01-15T04:25:11.936Z | Compiling static_assertions v1.1.0 |
1522 | 2025-01-15T04:25:12.090Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2025-01-15T04:25:12.224Z | Compiling whoami v1.5.2 |
1524 | 2025-01-15T04:25:12.323Z | Compiling new_debug_unreachable v1.0.6 |
1525 | 2025-01-15T04:25:12.363Z | Compiling fixedbitset v0.4.2 |
1526 | 2025-01-15T04:25:12.430Z | Compiling difflib v0.4.0 |
1527 | 2025-01-15T04:25:12.788Z | Compiling unicode-segmentation v1.12.0 |
1528 | 2025-01-15T04:25:12.829Z | Compiling number_prefix v0.4.0 |
1529 | 2025-01-15T04:25:12.979Z | Compiling predicates-core v1.0.8 |
1530 | 2025-01-15T04:25:13.059Z | Compiling bit-vec v0.6.3 |
1531 | 2025-01-15T04:25:13.310Z | Compiling precomputed-hash v0.1.1 |
1532 | 2025-01-15T04:25:13.441Z | Compiling string_cache v0.8.7 |
1533 | 2025-01-15T04:25:13.461Z | Compiling similar v2.6.0 |
1534 | 2025-01-15T04:25:13.676Z | Compiling bit-set v0.5.3 |
1535 | 2025-01-15T04:25:13.876Z | Compiling predicates v3.1.2 |
1536 | 2025-01-15T04:25:13.901Z | Compiling indicatif v0.17.9 |
1537 | 2025-01-15T04:25:13.971Z | Compiling petgraph v0.6.5 |
1538 | 2025-01-15T04:25:14.554Z | Compiling tokio-postgres v0.7.12 |
1539 | 2025-01-15T04:25:15.389Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1540 | 2025-01-15T04:25:15.586Z | Compiling ecdsa v0.16.9 |
1541 | 2025-01-15T04:25:15.681Z | Compiling clap v4.5.21 |
1542 | 2025-01-15T04:25:15.815Z | Compiling rsa v0.9.6 |
1543 | 2025-01-15T04:25:15.956Z | Compiling ed25519-dalek v2.1.1 |
1544 | 2025-01-15T04:25:16.401Z | Compiling toml v0.7.8 |
1545 | 2025-01-15T04:25:17.239Z | Compiling zip v0.6.6 |
1546 | 2025-01-15T04:25:17.554Z | Compiling crossterm v0.28.1 |
1547 | 2025-01-15T04:25:19.103Z | Compiling hex v0.4.3 |
1548 | 2025-01-15T04:25:19.203Z | Compiling x509-cert v0.2.5 |
1549 | 2025-01-15T04:25:19.705Z | Compiling lalrpop-util v0.19.12 |
1550 | 2025-01-15T04:25:19.799Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-15T04:25:20.009Z | Compiling peg-runtime v0.8.3 |
1552 | 2025-01-15T04:25:20.068Z | Compiling strum_macros v0.26.4 |
1553 | 2025-01-15T04:25:20.450Z | Compiling xattr v1.3.1 |
1554 | 2025-01-15T04:25:20.602Z | Compiling filetime v0.2.25 |
1555 | 2025-01-15T04:25:20.900Z | Compiling tar v0.4.42 |
1556 | 2025-01-15T04:25:24.810Z | Compiling strum v0.26.3 |
1557 | 2025-01-15T04:25:28.223Z | Compiling aws-lc-sys v0.22.0 |
1558 | 2025-01-15T04:25:56.062Z | Compiling rustls-webpki v0.102.8 |
1559 | 2025-01-15T04:25:59.344Z | Compiling tokio-rustls v0.25.0 |
1560 | 2025-01-15T04:26:00.960Z | Compiling tokio-rustls v0.26.0 |
1561 | 2025-01-15T04:26:01.321Z | Compiling hyper-rustls v0.27.3 |
1562 | 2025-01-15T04:26:01.804Z | Compiling reqwest v0.12.9 |
1563 | 2025-01-15T04:26:03.155Z | Compiling qorb v0.2.1 |
1564 | 2025-01-15T04:26:06.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2025-01-15T04:26:06.596Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1566 | 2025-01-15T04:26:11.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1567 | 2025-01-15T04:26:11.261Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1568 | 2025-01-15T04:26:11.312Z | Jan 15 04:26:10.828 INFO Starting download, target: Cockroach |
1569 | 2025-01-15T04:26:11.312Z | Jan 15 04:26:10.828 INFO Starting download, target: Console |
1570 | 2025-01-15T04:26:11.312Z | Jan 15 04:26:10.828 INFO Starting download, target: Clickhouse |
1571 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.828 INFO Starting download, target: DendriteOpenapi |
1572 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.828 INFO Starting download, target: DendriteStub |
1573 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.828 INFO Starting download, target: MaghemiteMgd |
1574 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.828 INFO Starting download, target: TransceiverControl |
1575 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1576 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1577 | 2025-01-15T04:26:11.316Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1578 | 2025-01-15T04:26:11.317Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1579 | 2025-01-15T04:26:11.317Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1580 | 2025-01-15T04:26:11.317Z | Jan 15 04:26:10.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1581 | 2025-01-15T04:26:11.317Z | Jan 15 04:26:10.830 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1582 | 2025-01-15T04:26:11.556Z | Jan 15 04:26:11.045 INFO Download complete, target: DendriteOpenapi |
1583 | 2025-01-15T04:26:11.808Z | Jan 15 04:26:11.291 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1584 | 2025-01-15T04:26:11.837Z | Jan 15 04:26:11.298 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1585 | 2025-01-15T04:26:12.117Z | Jan 15 04:26:11.611 INFO Download complete, target: Console |
1586 | 2025-01-15T04:26:12.461Z | Jan 15 04:26:11.975 INFO Download complete, target: TransceiverControl |
1587 | 2025-01-15T04:26:12.533Z | Jan 15 04:26:12.028 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1588 | 2025-01-15T04:26:12.539Z | Jan 15 04:26:12.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1589 | 2025-01-15T04:26:13.226Z | Jan 15 04:26:12.741 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1590 | 2025-01-15T04:26:13.226Z | Jan 15 04:26:12.741 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1591 | 2025-01-15T04:26:13.389Z | Jan 15 04:26:12.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1592 | 2025-01-15T04:26:15.622Z | Jan 15 04:26:15.137 INFO Download complete, target: DendriteStub |
1593 | 2025-01-15T04:26:15.631Z | Jan 15 04:26:15.144 INFO Download complete, target: MaghemiteMgd |
1594 | 2025-01-15T04:26:21.092Z | Jan 15 04:26:20.607 INFO Checking that binary works, target: Cockroach |
1595 | 2025-01-15T04:26:21.248Z | Jan 15 04:26:20.762 INFO Download complete, target: Cockroach |
1596 | 2025-01-15T04:26:26.608Z | Jan 15 04:26:26.116 INFO Checking that binary works, target: Clickhouse |
1597 | 2025-01-15T04:26:26.768Z | Jan 15 04:26:26.280 INFO Download complete, target: Clickhouse |
1598 | 2025-01-15T04:26:26.789Z | All builder prerequisites installed successfully, and PATH looks valid |
1599 | 2025-01-15T04:26:26.820Z | |
1600 | 2025-01-15T04:26:26.820Z | real 5:52.626978773 |
1601 | 2025-01-15T04:26:26.820Z | user 16:00.227811248 |
1602 | 2025-01-15T04:26:26.820Z | sys 2:04.500566776 |
1603 | 2025-01-15T04:26:26.820Z | trap 0.580577108 |
1604 | 2025-01-15T04:26:26.820Z | tflt 1.558288012 |
1605 | 2025-01-15T04:26:26.820Z | dflt 2.128565143 |
1606 | 2025-01-15T04:26:26.820Z | kflt 0.047242454 |
1607 | 2025-01-15T04:26:26.820Z | lock 24:52.030552678 |
1608 | 2025-01-15T04:26:26.820Z | slp 57:35.155984123 |
1609 | 2025-01-15T04:26:26.820Z | lat 1:00.273758625 |
1610 | 2025-01-15T04:26:26.820Z | stop 2:25.109041892 |
1611 | 2025-01-15T04:26:26.820Z | + banner clippy |
1612 | 2025-01-15T04:26:26.820Z | |
1613 | 2025-01-15T04:26:26.820Z | #### # # ##### ##### # # |
1614 | 2025-01-15T04:26:26.820Z | # # # # # # # # # # |
1615 | 2025-01-15T04:26:26.820Z | # # # # # # # # |
1616 | 2025-01-15T04:26:26.820Z | # # # ##### ##### # |
1617 | 2025-01-15T04:26:26.820Z | # # # # # # # |
1618 | 2025-01-15T04:26:26.820Z | #### ###### # # # # |
1619 | 2025-01-15T04:26:26.821Z | |
1620 | 2025-01-15T04:26:26.821Z | + export CARGO_INCREMENTAL=0 |
1621 | 2025-01-15T04:26:26.821Z | + CARGO_INCREMENTAL=0 |
1622 | 2025-01-15T04:26:26.821Z | + ptime -m cargo xtask clippy |
1623 | 2025-01-15T04:26:27.295Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1624 | 2025-01-15T04:26:30.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
1625 | 2025-01-15T04:26:30.281Z | Running `target/debug/xtask clippy` |
1626 | 2025-01-15T04:26:30.301Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1627 | 2025-01-15T04:26:30.937Z | Downloading crates ... |
1628 | 2025-01-15T04:26:31.303Z | Downloaded cfg-expr v0.17.0 |
1629 | 2025-01-15T04:26:31.307Z | Downloaded blocking v1.6.1 |
1630 | 2025-01-15T04:26:31.310Z | Downloaded event-listener v2.5.3 |
1631 | 2025-01-15T04:26:31.310Z | Downloaded async-channel v2.3.1 |
1632 | 2025-01-15T04:26:31.310Z | Downloaded async-io v2.3.4 |
1633 | 2025-01-15T04:26:31.315Z | Downloaded async-object-pool v0.1.5 |
1634 | 2025-01-15T04:26:31.328Z | Downloaded async-channel v1.9.0 |
1635 | 2025-01-15T04:26:31.334Z | Downloaded kv-log-macro v1.0.7 |
1636 | 2025-01-15T04:26:31.336Z | Downloaded stringmetrics v2.2.2 |
1637 | 2025-01-15T04:26:31.338Z | Downloaded similar-asserts v1.6.0 |
1638 | 2025-01-15T04:26:31.338Z | Downloaded plotters-backend v0.3.7 |
1639 | 2025-01-15T04:26:31.341Z | Downloaded pathdiff v0.2.2 |
1640 | 2025-01-15T04:26:31.341Z | Downloaded event-listener-strategy v0.5.2 |
1641 | 2025-01-15T04:26:31.343Z | Downloaded datatest-stable v0.2.9 |
1642 | 2025-01-15T04:26:31.346Z | Downloaded tinytemplate v1.2.1 |
1643 | 2025-01-15T04:26:31.346Z | Downloaded plotters-svg v0.3.7 |
1644 | 2025-01-15T04:26:31.349Z | Downloaded rust-argon2 v2.1.0 |
1645 | 2025-01-15T04:26:31.349Z | Downloaded partial-io v0.5.4 |
1646 | 2025-01-15T04:26:31.354Z | Downloaded rustls-native-certs v0.7.3 |
1647 | 2025-01-15T04:26:31.360Z | Downloaded target-triple v0.1.3 |
1648 | 2025-01-15T04:26:31.360Z | Downloaded escape8259 v0.5.3 |
1649 | 2025-01-15T04:26:31.360Z | Downloaded hyper-rustls v0.26.0 |
1650 | 2025-01-15T04:26:31.364Z | Downloaded guppy-workspace-hack v0.1.0 |
1651 | 2025-01-15T04:26:31.364Z | Downloaded libtest-mimic v0.7.3 |
1652 | 2025-01-15T04:26:31.364Z | Downloaded async-task v4.7.1 |
1653 | 2025-01-15T04:26:31.366Z | Downloaded proc-macro-crate v3.2.0 |
1654 | 2025-01-15T04:26:31.366Z | Downloaded parking v2.2.1 |
1655 | 2025-01-15T04:26:31.367Z | Downloaded futures-timer v3.0.3 |
1656 | 2025-01-15T04:26:31.369Z | Downloaded oorandom v11.1.4 |
1657 | 2025-01-15T04:26:31.369Z | Downloaded async-attributes v1.1.2 |
1658 | 2025-01-15T04:26:31.372Z | Downloaded yansi v1.0.1 |
1659 | 2025-01-15T04:26:31.372Z | Downloaded nested v0.1.1 |
1660 | 2025-01-15T04:26:31.377Z | Downloaded doc-comment v0.3.3 |
1661 | 2025-01-15T04:26:31.377Z | Downloaded assert_cmd v2.0.16 |
1662 | 2025-01-15T04:26:31.377Z | Downloaded trybuild v1.0.101 |
1663 | 2025-01-15T04:26:31.380Z | Downloaded concurrent-queue v2.5.0 |
1664 | 2025-01-15T04:26:31.382Z | Downloaded async-global-executor v2.4.1 |
1665 | 2025-01-15T04:26:31.385Z | Downloaded anes v0.1.6 |
1666 | 2025-01-15T04:26:31.389Z | Downloaded httptest v0.16.1 |
1667 | 2025-01-15T04:26:31.404Z | Downloaded target-spec v3.2.2 |
1668 | 2025-01-15T04:26:31.408Z | Downloaded async-process v2.3.0 |
1669 | 2025-01-15T04:26:31.411Z | Downloaded rstest_macros v0.23.0 |
1670 | 2025-01-15T04:26:31.413Z | Downloaded rstest v0.23.0 |
1671 | 2025-01-15T04:26:31.416Z | Downloaded target-lexicon v0.12.16 |
1672 | 2025-01-15T04:26:31.419Z | Downloaded async-executor v1.13.1 |
1673 | 2025-01-15T04:26:31.424Z | Downloaded serde_regex v1.1.0 |
1674 | 2025-01-15T04:26:31.427Z | Downloaded assert-json-diff v2.0.2 |
1675 | 2025-01-15T04:26:31.427Z | Downloaded relative-path v1.9.3 |
1676 | 2025-01-15T04:26:31.427Z | Downloaded rand_distr v0.4.3 |
1677 | 2025-01-15T04:26:31.427Z | Downloaded pretty_assertions v1.4.1 |
1678 | 2025-01-15T04:26:31.429Z | Downloaded piper v0.2.4 |
1679 | 2025-01-15T04:26:31.434Z | Downloaded async-signal v0.2.10 |
1680 | 2025-01-15T04:26:31.434Z | Downloaded num_cpus v1.16.0 |
1681 | 2025-01-15T04:26:31.439Z | Downloaded futures-lite v2.3.0 |
1682 | 2025-01-15T04:26:31.439Z | Downloaded criterion-plot v0.5.0 |
1683 | 2025-01-15T04:26:31.439Z | Downloaded event-listener v5.3.1 |
1684 | 2025-01-15T04:26:31.442Z | Downloaded path-tree v0.8.1 |
1685 | 2025-01-15T04:26:31.442Z | Downloaded indoc v2.0.5 |
1686 | 2025-01-15T04:26:31.444Z | Downloaded polling v3.7.3 |
1687 | 2025-01-15T04:26:31.449Z | Downloaded threadpool v1.8.1 |
1688 | 2025-01-15T04:26:31.449Z | Downloaded fancy-regex v0.13.0 |
1689 | 2025-01-15T04:26:31.452Z | Downloaded plotters v0.3.7 |
1690 | 2025-01-15T04:26:31.460Z | Downloaded async-std v1.13.0 |
1691 | 2025-01-15T04:26:31.478Z | Downloaded criterion v0.5.1 |
1692 | 2025-01-15T04:26:31.487Z | Downloaded approx v0.5.1 |
1693 | 2025-01-15T04:26:31.490Z | Downloaded blake2b_simd v1.0.2 |
1694 | 2025-01-15T04:26:31.490Z | Downloaded guppy v0.17.8 |
1695 | 2025-01-15T04:26:31.493Z | Downloaded async-lock v3.4.0 |
1696 | 2025-01-15T04:26:31.496Z | Downloaded cast v0.3.0 |
1697 | 2025-01-15T04:26:31.608Z | Downloaded httpmock v0.8.0-alpha.1 |
1698 | 2025-01-15T04:26:32.396Z | Checking cfg-if v1.0.0 |
1699 | 2025-01-15T04:26:32.470Z | Checking libc v0.2.162 |
1700 | 2025-01-15T04:26:32.493Z | Checking serde v1.0.217 |
1701 | 2025-01-15T04:26:32.519Z | Checking memchr v2.7.4 |
1702 | 2025-01-15T04:26:32.546Z | Checking value-bag v1.9.0 |
1703 | 2025-01-15T04:26:32.565Z | Checking scopeguard v1.2.0 |
1704 | 2025-01-15T04:26:32.592Z | Checking zeroize v1.8.1 |
1705 | 2025-01-15T04:26:32.619Z | Checking itoa v1.0.11 |
1706 | 2025-01-15T04:26:32.642Z | Checking smallvec v1.13.2 |
1707 | 2025-01-15T04:26:32.727Z | Checking lock_api v0.4.12 |
1708 | 2025-01-15T04:26:32.850Z | Checking byteorder v1.5.0 |
1709 | 2025-01-15T04:26:32.877Z | Checking pin-project-lite v0.2.14 |
1710 | 2025-01-15T04:26:32.951Z | Checking log v0.4.22 |
1711 | 2025-01-15T04:26:32.982Z | Checking subtle v2.6.1 |
1712 | 2025-01-15T04:26:33.031Z | Checking once_cell v1.20.2 |
1713 | 2025-01-15T04:26:33.131Z | Checking typenum v1.17.0 |
1714 | 2025-01-15T04:26:33.243Z | Checking libm v0.2.8 |
1715 | 2025-01-15T04:26:33.314Z | Checking futures-core v0.3.31 |
1716 | 2025-01-15T04:26:33.390Z | Checking zerocopy v0.7.35 |
1717 | 2025-01-15T04:26:33.390Z | Checking ryu v1.0.18 |
1718 | 2025-01-15T04:26:33.465Z | Checking getrandom v0.2.15 |
1719 | 2025-01-15T04:26:33.465Z | Checking parking_lot_core v0.9.10 |
1720 | 2025-01-15T04:26:33.516Z | Checking signal-hook-registry v1.4.2 |
1721 | 2025-01-15T04:26:33.670Z | Checking mio v1.0.2 |
1722 | 2025-01-15T04:26:33.721Z | Checking rand_core v0.6.4 |
1723 | 2025-01-15T04:26:33.790Z | Checking thiserror v1.0.69 |
1724 | 2025-01-15T04:26:33.929Z | Checking parking_lot v0.12.3 |
1725 | 2025-01-15T04:26:33.962Z | Checking spin v0.9.8 |
1726 | 2025-01-15T04:26:34.085Z | Checking socket2 v0.5.7 |
1727 | 2025-01-15T04:26:34.180Z | Checking num-traits v0.2.19 |
1728 | 2025-01-15T04:26:34.254Z | Checking const-oid v0.9.6 |
1729 | 2025-01-15T04:26:34.284Z | Checking generic-array v0.14.7 |
1730 | 2025-01-15T04:26:34.308Z | Checking allocator-api2 v0.2.18 |
1731 | 2025-01-15T04:26:34.334Z | Checking futures-io v0.3.31 |
1732 | 2025-01-15T04:26:34.532Z | Checking slab v0.4.9 |
1733 | 2025-01-15T04:26:34.566Z | Checking cpufeatures v0.2.14 |
1734 | 2025-01-15T04:26:34.600Z | Checking futures-sink v0.3.31 |
1735 | 2025-01-15T04:26:34.690Z | Checking equivalent v1.0.1 |
1736 | 2025-01-15T04:26:34.769Z | Checking foldhash v0.1.3 |
1737 | 2025-01-15T04:26:34.834Z | Checking pin-utils v0.1.0 |
1738 | 2025-01-15T04:26:34.849Z | Checking futures-channel v0.3.31 |
1739 | 2025-01-15T04:26:34.899Z | Checking futures-task v0.3.31 |
1740 | 2025-01-15T04:26:34.932Z | Checking iana-time-zone v0.1.61 |
1741 | 2025-01-15T04:26:35.009Z | Checking hashbrown v0.15.1 |
1742 | 2025-01-15T04:26:35.199Z | Checking stable_deref_trait v1.2.0 |
1743 | 2025-01-15T04:26:35.224Z | Checking fnv v1.0.7 |
1744 | 2025-01-15T04:26:35.224Z | Checking futures-util v0.3.31 |
1745 | 2025-01-15T04:26:35.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1746 | 2025-01-15T04:26:35.284Z | Checking crypto-common v0.1.6 |
1747 | 2025-01-15T04:26:35.311Z | Checking block-buffer v0.10.4 |
1748 | 2025-01-15T04:26:35.495Z | Checking tracing-core v0.1.32 |
1749 | 2025-01-15T04:26:35.560Z | Checking ppv-lite86 v0.2.20 |
1750 | 2025-01-15T04:26:35.591Z | Checking errno v0.3.9 |
1751 | 2025-01-15T04:26:35.657Z | Checking dyn-clone v1.0.17 |
1752 | 2025-01-15T04:26:35.795Z | Checking zerofrom v0.1.4 |
1753 | 2025-01-15T04:26:35.823Z | Checking percent-encoding v2.3.1 |
1754 | 2025-01-15T04:26:36.030Z | Checking yoke v0.7.4 |
1755 | 2025-01-15T04:26:36.033Z | Checking block-padding v0.3.3 |
1756 | 2025-01-15T04:26:36.073Z | Checking writeable v0.5.5 |
1757 | 2025-01-15T04:26:36.146Z | Checking tracing v0.1.40 |
1758 | 2025-01-15T04:26:36.297Z | Checking digest v0.10.7 |
1759 | 2025-01-15T04:26:36.341Z | Checking rand_chacha v0.3.1 |
1760 | 2025-01-15T04:26:36.341Z | Checking litemap v0.7.3 |
1761 | 2025-01-15T04:26:36.356Z | Checking zerovec v0.10.4 |
1762 | 2025-01-15T04:26:36.388Z | Checking inout v0.1.3 |
1763 | 2025-01-15T04:26:36.522Z | Checking crossbeam-utils v0.8.20 |
1764 | 2025-01-15T04:26:36.576Z | Checking tinyvec_macros v0.1.1 |
1765 | 2025-01-15T04:26:36.635Z | Checking form_urlencoded v1.2.1 |
1766 | 2025-01-15T04:26:36.640Z | Checking cipher v0.4.4 |
1767 | 2025-01-15T04:26:36.686Z | Checking rand v0.8.5 |
1768 | 2025-01-15T04:26:36.691Z | Checking tinyvec v1.8.0 |
1769 | 2025-01-15T04:26:36.851Z | Checking httparse v1.9.5 |
1770 | 2025-01-15T04:26:37.040Z | Checking unicode-ident v1.0.14 |
1771 | 2025-01-15T04:26:37.085Z | Checking bytes v1.9.0 |
1772 | 2025-01-15T04:26:37.254Z | Checking bitflags v2.6.0 |
1773 | 2025-01-15T04:26:37.277Z | Checking serde_json v1.0.135 |
1774 | 2025-01-15T04:26:37.315Z | Checking chrono v0.4.38 |
1775 | 2025-01-15T04:26:37.568Z | Checking indexmap v2.7.0 |
1776 | 2025-01-15T04:26:37.931Z | Checking uuid v1.11.0 |
1777 | 2025-01-15T04:26:37.953Z | Checking tokio v1.40.0 |
1778 | 2025-01-15T04:26:37.953Z | Checking rustix v0.38.37 |
1779 | 2025-01-15T04:26:38.057Z | Checking http v1.2.0 |
1780 | 2025-01-15T04:26:38.583Z | Checking tinystr v0.7.6 |
1781 | 2025-01-15T04:26:38.751Z | Checking regex-syntax v0.8.5 |
1782 | 2025-01-15T04:26:38.852Z | Checking icu_locid v1.5.0 |
1783 | 2025-01-15T04:26:38.911Z | Checking icu_locid_transform_data v1.5.0 |
1784 | 2025-01-15T04:26:39.072Z | Checking atomic-waker v1.1.2 |
1785 | 2025-01-15T04:26:39.203Z | Checking unicode-normalization v0.1.24 |
1786 | 2025-01-15T04:26:39.248Z | Checking schemars v0.8.21 |
1787 | 2025-01-15T04:26:39.329Z | Checking icu_collections v1.5.0 |
1788 | 2025-01-15T04:26:39.620Z | Checking icu_properties_data v1.5.0 |
1789 | 2025-01-15T04:26:39.875Z | Checking untrusted v0.9.0 |
1790 | 2025-01-15T04:26:39.960Z | Checking icu_provider v1.5.0 |
1791 | 2025-01-15T04:26:40.039Z | Checking aho-corasick v1.1.3 |
1792 | 2025-01-15T04:26:43.497Z | Checking ring v0.17.8 |
1793 | 2025-01-15T04:26:43.629Z | Checking base64ct v1.6.0 |
1794 | 2025-01-15T04:26:43.629Z | Checking icu_locid_transform v1.5.0 |
1795 | 2025-01-15T04:26:43.629Z | Checking icu_normalizer_data v1.5.0 |
1796 | 2025-01-15T04:26:43.629Z | Checking unicode-bidi v0.3.17 |
1797 | 2025-01-15T04:26:43.629Z | Checking write16 v1.0.0 |
1798 | 2025-01-15T04:26:43.629Z | Checking utf8_iter v1.0.4 |
1799 | 2025-01-15T04:26:43.629Z | Checking utf16_iter v1.0.5 |
1800 | 2025-01-15T04:26:43.629Z | Checking proc-macro2 v1.0.92 |
1801 | 2025-01-15T04:26:43.629Z | Checking sha2 v0.10.8 |
1802 | 2025-01-15T04:26:43.629Z | Checking hmac v0.12.1 |
1803 | 2025-01-15T04:26:43.629Z | Checking icu_properties v1.5.1 |
1804 | 2025-01-15T04:26:43.629Z | Checking powerfmt v0.2.0 |
1805 | 2025-01-15T04:26:43.629Z | Checking num_threads v0.1.7 |
1806 | 2025-01-15T04:26:43.629Z | Checking rustls-pki-types v1.10.0 |
1807 | 2025-01-15T04:26:43.629Z | Checking time-core v0.1.2 |
1808 | 2025-01-15T04:26:43.756Z | Checking deranged v0.3.11 |
1809 | 2025-01-15T04:26:43.757Z | Checking num-conv v0.1.0 |
1810 | 2025-01-15T04:26:43.757Z | Checking lazy_static v1.5.0 |
1811 | 2025-01-15T04:26:43.757Z | Checking regex-automata v0.4.8 |
1812 | 2025-01-15T04:26:43.757Z | Checking quote v1.0.38 |
1813 | 2025-01-15T04:26:43.757Z | Checking adler2 v2.0.0 |
1814 | 2025-01-15T04:26:43.757Z | Checking http-body v1.0.1 |
1815 | 2025-01-15T04:26:43.757Z | Checking miniz_oxide v0.8.0 |
1816 | 2025-01-15T04:26:43.757Z | Checking aws-lc-sys v0.22.0 |
1817 | 2025-01-15T04:26:43.757Z | Checking syn v2.0.96 |
1818 | 2025-01-15T04:26:43.757Z | Checking mirai-annotations v1.12.0 |
1819 | 2025-01-15T04:26:43.757Z | Checking base64 v0.22.1 |
1820 | 2025-01-15T04:26:43.757Z | Checking untrusted v0.7.1 |
1821 | 2025-01-15T04:26:43.757Z | Checking try-lock v0.2.5 |
1822 | 2025-01-15T04:26:43.757Z | Checking time v0.3.36 |
1823 | 2025-01-15T04:26:43.757Z | Checking httpdate v1.0.3 |
1824 | 2025-01-15T04:26:43.757Z | Checking want v0.3.1 |
1825 | 2025-01-15T04:26:43.757Z | Checking pem-rfc7468 v0.7.0 |
1826 | 2025-01-15T04:26:43.758Z | Checking ahash v0.8.11 |
1827 | 2025-01-15T04:26:43.803Z | Checking tower-service v0.3.3 |
1828 | 2025-01-15T04:26:43.910Z | Checking flagset v0.4.6 |
1829 | 2025-01-15T04:26:44.028Z | Checking pbkdf2 v0.12.2 |
1830 | 2025-01-15T04:26:44.123Z | Checking der v0.7.9 |
1831 | 2025-01-15T04:26:44.214Z | Checking aes v0.8.4 |
1832 | 2025-01-15T04:26:44.413Z | Checking aws-lc-rs v1.10.0 |
1833 | 2025-01-15T04:26:44.541Z | Checking tokio-util v0.7.12 |
1834 | 2025-01-15T04:26:44.675Z | Checking icu_normalizer v1.5.0 |
1835 | 2025-01-15T04:26:45.089Z | Checking mime v0.3.17 |
1836 | 2025-01-15T04:26:45.375Z | Checking h2 v0.4.6 |
1837 | 2025-01-15T04:26:45.420Z | Checking salsa20 v0.10.2 |
1838 | 2025-01-15T04:26:45.499Z | Checking idna_adapter v1.2.0 |
1839 | 2025-01-15T04:26:45.530Z | Checking cbc v0.1.2 |
1840 | 2025-01-15T04:26:45.632Z | Checking slog v2.7.0 |
1841 | 2025-01-15T04:26:45.712Z | Checking idna v1.0.3 |
1842 | 2025-01-15T04:26:45.738Z | Checking scrypt v0.11.0 |
1843 | 2025-01-15T04:26:45.843Z | Checking spki v0.7.3 |
1844 | 2025-01-15T04:26:45.985Z | Checking http-body-util v0.1.2 |
1845 | 2025-01-15T04:26:46.107Z | Checking semver v1.0.24 |
1846 | 2025-01-15T04:26:46.134Z | Checking gimli v0.31.1 |
1847 | 2025-01-15T04:26:46.190Z | Checking rustls-webpki v0.102.8 |
1848 | 2025-01-15T04:26:46.219Z | Checking url v2.5.3 |
1849 | 2025-01-15T04:26:46.416Z | Checking regex v1.11.1 |
1850 | 2025-01-15T04:26:46.445Z | Checking ipnet v2.10.1 |
1851 | 2025-01-15T04:26:46.525Z | Checking pkcs5 v0.7.1 |
1852 | 2025-01-15T04:26:46.889Z | Checking rustls-pemfile v2.2.0 |
1853 | 2025-01-15T04:26:46.959Z | Checking object v0.36.5 |
1854 | 2025-01-15T04:26:46.988Z | Checking rustc-demangle v0.1.24 |
1855 | 2025-01-15T04:26:47.027Z | Checking openssl-probe v0.1.5 |
1856 | 2025-01-15T04:26:47.055Z | Checking foreign-types-shared v0.1.1 |
1857 | 2025-01-15T04:26:47.117Z | Checking utf8parse v0.2.2 |
1858 | 2025-01-15T04:26:47.176Z | Checking foreign-types v0.3.2 |
1859 | 2025-01-15T04:26:47.204Z | Checking pkcs8 v0.10.2 |
1860 | 2025-01-15T04:26:47.289Z | Checking futures-executor v0.3.31 |
1861 | 2025-01-15T04:26:47.291Z | Checking serde_urlencoded v0.7.1 |
1862 | 2025-01-15T04:26:47.446Z | Checking serde_spanned v0.6.8 |
1863 | 2025-01-15T04:26:47.533Z | Checking toml_datetime v0.6.8 |
1864 | 2025-01-15T04:26:47.557Z | Checking openssl-sys v0.9.103 |
1865 | 2025-01-15T04:26:47.656Z | Checking encoding_rs v0.8.34 |
1866 | 2025-01-15T04:26:47.747Z | Checking unicode-width v0.1.14 |
1867 | 2025-01-15T04:26:47.822Z | Checking data-encoding v2.6.0 |
1868 | 2025-01-15T04:26:48.219Z | Checking futures v0.3.31 |
1869 | 2025-01-15T04:26:48.284Z | Checking anstyle v1.0.10 |
1870 | 2025-01-15T04:26:48.358Z | Checking either v1.13.0 |
1871 | 2025-01-15T04:26:48.430Z | Checking rustls v0.23.19 |
1872 | 2025-01-15T04:26:48.668Z | Checking sha1 v0.10.6 |
1873 | 2025-01-15T04:26:48.712Z | Checking idna v0.3.0 |
1874 | 2025-01-15T04:26:48.739Z | Checking openssl v0.10.66 |
1875 | 2025-01-15T04:26:48.951Z | Checking openapiv3 v2.0.0 |
1876 | 2025-01-15T04:26:49.626Z | Checking psl-types v2.0.11 |
1877 | 2025-01-15T04:26:49.846Z | Checking publicsuffix v2.2.3 |
1878 | 2025-01-15T04:26:49.874Z | Checking addr2line v0.24.2 |
1879 | 2025-01-15T04:26:50.004Z | Checking anstyle-parse v0.2.5 |
1880 | 2025-01-15T04:26:50.091Z | Checking cookie v0.18.1 |
1881 | 2025-01-15T04:26:50.301Z | Checking webpki-roots v0.26.6 |
1882 | 2025-01-15T04:26:50.411Z | Checking idna v0.5.0 |
1883 | 2025-01-15T04:26:50.534Z | Checking camino v1.1.9 |
1884 | 2025-01-15T04:26:50.562Z | Checking anstyle-query v1.1.1 |
1885 | 2025-01-15T04:26:50.719Z | Checking is_terminal_polyfill v1.70.1 |
1886 | 2025-01-15T04:26:50.861Z | Checking colorchoice v1.0.2 |
1887 | 2025-01-15T04:26:51.028Z | Checking winnow v0.6.20 |
1888 | 2025-01-15T04:26:51.109Z | Checking anstream v0.6.15 |
1889 | 2025-01-15T04:26:51.333Z | Checking cookie_store v0.21.0 |
1890 | 2025-01-15T04:26:51.472Z | Checking hyper v1.5.0 |
1891 | 2025-01-15T04:26:51.502Z | Checking terminal_size v0.4.0 |
1892 | 2025-01-15T04:26:51.684Z | Checking signature v2.2.0 |
1893 | 2025-01-15T04:26:51.890Z | Checking sync_wrapper v1.0.1 |
1894 | 2025-01-15T04:26:52.016Z | Checking strsim v0.11.1 |
1895 | 2025-01-15T04:26:52.066Z | Checking clap_lex v0.7.2 |
1896 | 2025-01-15T04:26:52.157Z | Checking scroll v0.12.0 |
1897 | 2025-01-15T04:26:52.328Z | Checking is-terminal v0.4.13 |
1898 | 2025-01-15T04:26:52.359Z | Checking clap_builder v4.5.21 |
1899 | 2025-01-15T04:26:52.475Z | Checking plain v0.2.3 |
1900 | 2025-01-15T04:26:52.623Z | Checking ucd-trie v0.1.7 |
1901 | 2025-01-15T04:26:52.653Z | Checking goblin v0.8.2 |
1902 | 2025-01-15T04:26:52.848Z | Checking pest v2.7.14 |
1903 | 2025-01-15T04:26:52.911Z | Checking backtrace v0.3.74 |
1904 | 2025-01-15T04:26:53.433Z | Checking hyper-util v0.1.10 |
1905 | 2025-01-15T04:26:53.508Z | Checking anyhow v1.0.95 |
1906 | 2025-01-15T04:26:53.594Z | Checking tokio-rustls v0.26.0 |
1907 | 2025-01-15T04:26:53.681Z | Checking native-tls v0.2.12 |
1908 | 2025-01-15T04:26:53.819Z | Checking base16ct v0.2.0 |
1909 | 2025-01-15T04:26:53.873Z | Checking pretty-hex v0.4.1 |
1910 | 2025-01-15T04:26:53.995Z | Checking tokio-native-tls v0.3.1 |
1911 | 2025-01-15T04:26:53.999Z | Checking num-integer v0.1.46 |
1912 | 2025-01-15T04:26:54.046Z | Checking sec1 v0.7.3 |
1913 | 2025-01-15T04:26:54.073Z | Checking ff v0.13.0 |
1914 | 2025-01-15T04:26:54.280Z | Checking thread-id v4.2.2 |
1915 | 2025-01-15T04:26:54.313Z | Checking group v0.13.0 |
1916 | 2025-01-15T04:26:54.413Z | Checking toml_edit v0.22.22 |
1917 | 2025-01-15T04:26:54.443Z | Checking hkdf v0.12.4 |
1918 | 2025-01-15T04:26:54.467Z | Checking crypto-bigint v0.5.5 |
1919 | 2025-01-15T04:26:54.576Z | Checking dirs-sys-next v0.1.2 |
1920 | 2025-01-15T04:26:54.663Z | Checking memmap v0.7.0 |
1921 | 2025-01-15T04:26:54.775Z | Checking crc32fast v1.4.2 |
1922 | 2025-01-15T04:26:54.884Z | Checking bitflags v1.3.2 |
1923 | 2025-01-15T04:26:55.003Z | Checking utf-8 v0.7.6 |
1924 | 2025-01-15T04:26:55.028Z | Checking static_assertions v1.1.0 |
1925 | 2025-01-15T04:26:55.139Z | Checking dirs-next v2.0.0 |
1926 | 2025-01-15T04:26:55.214Z | Checking crossbeam-channel v0.5.13 |
1927 | 2025-01-15T04:26:55.246Z | Checking clap v4.5.21 |
1928 | 2025-01-15T04:26:55.284Z | Checking thread_local v1.1.8 |
1929 | 2025-01-15T04:26:55.372Z | Checking hyper-rustls v0.27.3 |
1930 | 2025-01-15T04:26:55.402Z | Checking hyper-tls v0.6.0 |
1931 | 2025-01-15T04:26:55.459Z | Checking dtrace-parser v0.2.0 |
1932 | 2025-01-15T04:26:55.588Z | Checking unicode-segmentation v1.12.0 |
1933 | 2025-01-15T04:26:55.722Z | Checking term v0.7.0 |
1934 | 2025-01-15T04:26:55.746Z | Checking reqwest v0.12.9 |
1935 | 2025-01-15T04:26:55.977Z | Checking num-iter v0.1.45 |
1936 | 2025-01-15T04:26:55.999Z | Checking crossbeam-epoch v0.9.18 |
1937 | 2025-01-15T04:26:56.129Z | Checking match_cfg v0.1.0 |
1938 | 2025-01-15T04:26:56.153Z | Checking take_mut v0.2.2 |
1939 | 2025-01-15T04:26:56.230Z | Checking hostname v0.3.1 |
1940 | 2025-01-15T04:26:56.297Z | Checking slog-term v2.9.1 |
1941 | 2025-01-15T04:26:56.326Z | Checking slog-async v2.8.0 |
1942 | 2025-01-15T04:26:56.374Z | Checking itertools v0.10.5 |
1943 | 2025-01-15T04:26:56.410Z | Checking bstr v1.10.0 |
1944 | 2025-01-15T04:26:56.621Z | Checking rfc6979 v0.4.0 |
1945 | 2025-01-15T04:26:56.791Z | Checking hex v0.4.3 |
1946 | 2025-01-15T04:26:56.817Z | Checking winnow v0.5.40 |
1947 | 2025-01-15T04:26:56.930Z | Checking toml v0.8.19 |
1948 | 2025-01-15T04:26:57.153Z | Checking elliptic-curve v0.13.8 |
1949 | 2025-01-15T04:26:57.281Z | Checking managed v0.8.0 |
1950 | 2025-01-15T04:26:57.312Z | Checking crossbeam-deque v0.8.5 |
1951 | 2025-01-15T04:26:57.462Z | Checking num-bigint-dig v0.8.4 |
1952 | 2025-01-15T04:26:57.573Z | Checking dof v0.3.0 |
1953 | 2025-01-15T04:26:57.645Z | Checking flate2 v1.0.34 |
1954 | 2025-01-15T04:26:57.669Z | Checking pkcs1 v0.7.5 |
1955 | 2025-01-15T04:26:57.697Z | Checking rustls v0.22.4 |
1956 | 2025-01-15T04:26:57.774Z | Checking ecdsa v0.16.9 |
1957 | 2025-01-15T04:26:58.088Z | Checking curve25519-dalek v4.1.3 |
1958 | 2025-01-15T04:26:58.217Z | Checking usdt-impl v0.5.0 |
1959 | 2025-01-15T04:26:58.246Z | Checking zerocopy v0.6.6 |
1960 | 2025-01-15T04:26:58.475Z | Checking siphasher v0.3.11 |
1961 | 2025-01-15T04:26:58.531Z | Checking rayon-core v1.12.1 |
1962 | 2025-01-15T04:26:58.815Z | Checking ed25519 v2.2.3 |
1963 | 2025-01-15T04:26:58.818Z | Checking usdt v0.5.0 |
1964 | 2025-01-15T04:26:58.907Z | Checking slog-json v2.6.1 |
1965 | 2025-01-15T04:26:59.116Z | Checking signal-hook v0.3.17 |
1966 | 2025-01-15T04:26:59.155Z | Checking quick-error v1.2.3 |
1967 | 2025-01-15T04:26:59.195Z | Checking debug-ignore v1.0.5 |
1968 | 2025-01-15T04:26:59.225Z | Checking slog-bunyan v2.5.0 |
1969 | 2025-01-15T04:26:59.325Z | Checking multer v3.1.0 |
1970 | 2025-01-15T04:26:59.359Z | Checking x509-cert v0.2.5 |
1971 | 2025-01-15T04:26:59.405Z | Checking idna v0.4.0 |
1972 | 2025-01-15T04:26:59.473Z | Checking waitgroup v0.1.2 |
1973 | 2025-01-15T04:26:59.476Z | Checking rsa v0.9.6 |
1974 | 2025-01-15T04:26:59.605Z | Checking toml_edit v0.19.15 |
1975 | 2025-01-15T04:26:59.634Z | Checking serde_path_to_error v0.1.16 |
1976 | 2025-01-15T04:26:59.714Z | Checking hubpack v0.1.2 |
1977 | 2025-01-15T04:26:59.853Z | Checking ed25519-dalek v2.1.1 |
1978 | 2025-01-15T04:27:00.002Z | Checking bzip2-sys v0.1.11+1.0.8 |
1979 | 2025-01-15T04:27:00.158Z | Checking async-stream v0.3.6 |
1980 | 2025-01-15T04:27:00.250Z | Checking hostname v0.4.0 |
1981 | 2025-01-15T04:27:00.283Z | Checking bit-vec v0.6.3 |
1982 | 2025-01-15T04:27:00.323Z | Checking hickory-proto v0.24.1 |
1983 | 2025-01-15T04:27:00.369Z | Checking bzip2 v0.4.4 |
1984 | 2025-01-15T04:27:00.400Z | Checking signal-hook-mio v0.2.4 |
1985 | 2025-01-15T04:27:00.455Z | Checking console v0.15.8 |
1986 | 2025-01-15T04:27:00.560Z | Checking hash32 v0.2.1 |
1987 | 2025-01-15T04:27:00.612Z | Checking bit-set v0.5.3 |
1988 | 2025-01-15T04:27:00.667Z | Checking predicates-core v1.0.8 |
1989 | 2025-01-15T04:27:00.839Z | Checking unicode-properties v0.1.3 |
1990 | 2025-01-15T04:27:00.874Z | Checking linked-hash-map v0.5.6 |
1991 | 2025-01-15T04:27:00.901Z | Checking heapless v0.7.17 |
1992 | 2025-01-15T04:27:00.905Z | Checking crossterm v0.28.1 |
1993 | 2025-01-15T04:27:00.987Z | Checking rayon v1.10.0 |
1994 | 2025-01-15T04:27:01.098Z | Checking tokio-rustls v0.25.0 |
1995 | 2025-01-15T04:27:01.168Z | Checking lru-cache v0.1.2 |
1996 | 2025-01-15T04:27:01.210Z | Checking stringprep v0.1.5 |
1997 | 2025-01-15T04:27:01.365Z | Checking phf_shared v0.11.2 |
1998 | 2025-01-15T04:27:01.452Z | Checking dropshot v0.12.0 |
1999 | 2025-01-15T04:27:01.513Z | Checking similar v2.6.0 |
2000 | 2025-01-15T04:27:01.669Z | Checking tokio-stream v0.1.16 |
2001 | 2025-01-15T04:27:01.802Z | Checking newtype-uuid v1.1.3 |
2002 | 2025-01-15T04:27:02.067Z | Checking md-5 v0.10.6 |
2003 | 2025-01-15T04:27:02.116Z | Checking toml v0.7.8 |
2004 | 2025-01-15T04:27:02.307Z | Checking float-cmp v0.9.0 |
2005 | 2025-01-15T04:27:02.407Z | Checking normalize-line-endings v0.3.0 |
2006 | 2025-01-15T04:27:02.451Z | Checking difflib v0.4.0 |
2007 | 2025-01-15T04:27:02.520Z | Checking fallible-iterator v0.2.0 |
2008 | 2025-01-15T04:27:02.554Z | Checking fixedbitset v0.4.2 |
2009 | 2025-01-15T04:27:02.664Z | Checking smoltcp v0.9.1 |
2010 | 2025-01-15T04:27:02.786Z | Checking predicates v3.1.2 |
2011 | 2025-01-15T04:27:02.816Z | Checking phf v0.11.2 |
2012 | 2025-01-15T04:27:02.858Z | Checking petgraph v0.6.5 |
2013 | 2025-01-15T04:27:03.097Z | Checking postgres-protocol v0.6.7 |
2014 | 2025-01-15T04:27:03.125Z | Checking zip v0.6.6 |
2015 | 2025-01-15T04:27:03.413Z | Checking resolv-conf v0.7.0 |
2016 | 2025-01-15T04:27:03.775Z | Checking phf_shared v0.10.0 |
2017 | 2025-01-15T04:27:03.805Z | Checking tungstenite v0.24.0 |
2018 | 2025-01-15T04:27:03.848Z | Checking fs-err v2.11.0 |
2019 | 2025-01-15T04:27:04.052Z | Checking serde-big-array v0.5.1 |
2020 | 2025-01-15T04:27:04.162Z | Checking portable-atomic v1.9.0 |
2021 | 2025-01-15T04:27:04.296Z | Checking unicode-width v0.2.0 |
2022 | 2025-01-15T04:27:04.400Z | Checking lalrpop-util v0.19.12 |
2023 | 2025-01-15T04:27:04.544Z | Checking number_prefix v0.4.0 |
2024 | 2025-01-15T04:27:04.660Z | Checking new_debug_unreachable v1.0.6 |
2025 | 2025-01-15T04:27:04.719Z | Checking minimal-lexical v0.2.1 |
2026 | 2025-01-15T04:27:04.747Z | Checking precomputed-hash v0.1.1 |
2027 | 2025-01-15T04:27:04.779Z | Checking tokio-tungstenite v0.24.0 |
2028 | 2025-01-15T04:27:04.810Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2029 | 2025-01-15T04:27:04.840Z | Checking postgres-types v0.2.8 |
2030 | 2025-01-15T04:27:04.878Z | Checking string_cache v0.8.7 |
2031 | 2025-01-15T04:27:04.959Z | Checking hickory-resolver v0.24.1 |
2032 | 2025-01-15T04:27:05.139Z | Checking nom v7.1.3 |
2033 | 2025-01-15T04:27:05.165Z | Checking indicatif v0.17.9 |
2034 | 2025-01-15T04:27:05.194Z | Checking whoami v1.5.2 |
2035 | 2025-01-15T04:27:05.222Z | Checking peg-runtime v0.8.3 |
2036 | 2025-01-15T04:27:05.475Z | Checking heck v0.4.1 |
2037 | 2025-01-15T04:27:05.502Z | Compiling hashbrown v0.14.5 |
2038 | 2025-01-15T04:27:05.531Z | Checking tokio-postgres v0.7.12 |
2039 | 2025-01-15T04:27:05.826Z | Compiling ident_case v1.0.1 |
2040 | 2025-01-15T04:27:05.893Z | Compiling unsafe-libyaml v0.2.11 |
2041 | 2025-01-15T04:27:06.024Z | Compiling darling_core v0.20.10 |
2042 | 2025-01-15T04:27:06.557Z | Checking qorb v0.2.1 |
2043 | 2025-01-15T04:27:06.666Z | Compiling regress v0.10.1 |
2044 | 2025-01-15T04:27:06.943Z | Checking heck v0.5.0 |
2045 | 2025-01-15T04:27:07.890Z | Compiling serde_yaml v0.9.34+deprecated |
2046 | 2025-01-15T04:27:07.913Z | Checking fastrand v2.1.1 |
2047 | 2025-01-15T04:27:08.163Z | Checking ipnetwork v0.20.0 |
2048 | 2025-01-15T04:27:08.435Z | Checking progenitor-client v0.9.1 |
2049 | 2025-01-15T04:27:08.550Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2050 | 2025-01-15T04:27:08.850Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2051 | 2025-01-15T04:27:09.084Z | Compiling structmeta-derive v0.3.0 |
2052 | 2025-01-15T04:27:09.196Z | Checking strum v0.26.3 |
2053 | 2025-01-15T04:27:09.366Z | Compiling dropshot v0.13.0 |
2054 | 2025-01-15T04:27:09.761Z | Checking macaddr v1.0.1 |
2055 | 2025-01-15T04:27:09.766Z | Compiling dropshot_endpoint v0.13.0 |
2056 | 2025-01-15T04:27:09.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2025-01-15T04:27:10.127Z | Checking tempfile v3.13.0 |
2058 | 2025-01-15T04:27:10.510Z | Compiling typify-impl v0.2.0 |
2059 | 2025-01-15T04:27:10.708Z | Checking progenitor-client v0.8.0 |
2060 | 2025-01-15T04:27:11.087Z | Checking instant v0.1.13 |
2061 | 2025-01-15T04:27:11.235Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2062 | 2025-01-15T04:27:11.448Z | Checking regress v0.9.1 |
2063 | 2025-01-15T04:27:11.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2025-01-15T04:27:11.713Z | Compiling structmeta v0.3.0 |
2065 | 2025-01-15T04:27:11.811Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2025-01-15T04:27:12.141Z | Compiling parse-display-derive v0.10.0 |
2067 | 2025-01-15T04:27:12.176Z | Compiling darling_macro v0.20.10 |
2068 | 2025-01-15T04:27:12.199Z | Checking backoff v0.4.0 |
2069 | 2025-01-15T04:27:12.226Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2025-01-15T04:27:12.390Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2025-01-15T04:27:12.511Z | Checking wait-timeout v0.2.0 |
2072 | 2025-01-15T04:27:12.562Z | Checking rand_xorshift v0.3.0 |
2073 | 2025-01-15T04:27:12.719Z | Checking rusty-fork v0.3.0 |
2074 | 2025-01-15T04:27:12.754Z | Checking unarray v0.1.4 |
2075 | 2025-01-15T04:27:12.926Z | Compiling structmeta-derive v0.2.0 |
2076 | 2025-01-15T04:27:13.016Z | Checking proptest v1.5.0 |
2077 | 2025-01-15T04:27:13.072Z | Compiling darling v0.20.10 |
2078 | 2025-01-15T04:27:13.161Z | Checking camino-tempfile v1.1.1 |
2079 | 2025-01-15T04:27:13.208Z | Compiling serde_with_macros v3.11.0 |
2080 | 2025-01-15T04:27:13.491Z | Compiling thiserror v2.0.11 |
2081 | 2025-01-15T04:27:14.487Z | Compiling thiserror-impl v2.0.11 |
2082 | 2025-01-15T04:27:14.998Z | Compiling proc-macro-error v1.0.4 |
2083 | 2025-01-15T04:27:15.611Z | Compiling structmeta v0.2.0 |
2084 | 2025-01-15T04:27:15.662Z | Compiling proc-macro-crate v1.3.1 |
2085 | 2025-01-15T04:27:15.899Z | Checking serde_with v3.11.0 |
2086 | 2025-01-15T04:27:16.035Z | Compiling test-strategy v0.3.1 |
2087 | 2025-01-15T04:27:16.217Z | Checking parse-display v0.10.0 |
2088 | 2025-01-15T04:27:16.476Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2089 | 2025-01-15T04:27:16.596Z | Compiling num_enum_derive v0.5.11 |
2090 | 2025-01-15T04:27:16.872Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2091 | 2025-01-15T04:27:17.213Z | Compiling foreign-types-macros v0.2.3 |
2092 | 2025-01-15T04:27:17.538Z | Checking foreign-types-shared v0.3.1 |
2093 | 2025-01-15T04:27:17.735Z | Checking tabwriter v1.4.0 |
2094 | 2025-01-15T04:27:17.847Z | Checking cstr-argument v0.1.2 |
2095 | 2025-01-15T04:27:17.892Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2096 | 2025-01-15T04:27:17.985Z | Checking pretty-hex v0.2.1 |
2097 | 2025-01-15T04:27:18.045Z | Checking colored v2.1.0 |
2098 | 2025-01-15T04:27:18.180Z | Checking smf v0.2.3 |
2099 | 2025-01-15T04:27:18.455Z | Checking foreign-types v0.5.0 |
2100 | 2025-01-15T04:27:18.584Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2101 | 2025-01-15T04:27:18.612Z | Checking itertools v0.13.0 |
2102 | 2025-01-15T04:27:18.703Z | Checking base64 v0.21.7 |
2103 | 2025-01-15T04:27:18.753Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2104 | 2025-01-15T04:27:18.900Z | Checking num_enum v0.5.11 |
2105 | 2025-01-15T04:27:18.950Z | Compiling crucible-workspace-hack v0.1.0 |
2106 | 2025-01-15T04:27:18.953Z | Compiling zerocopy v0.8.10 |
2107 | 2025-01-15T04:27:19.072Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2108 | 2025-01-15T04:27:19.098Z | Compiling typify-impl v0.3.0 |
2109 | 2025-01-15T04:27:19.337Z | Checking atomicwrites v0.4.4 |
2110 | 2025-01-15T04:27:19.512Z | Compiling zerocopy-derive v0.8.10 |
2111 | 2025-01-15T04:27:19.542Z | Checking termtree v0.4.1 |
2112 | 2025-01-15T04:27:19.774Z | Compiling heapless v0.8.0 |
2113 | 2025-01-15T04:27:19.880Z | Checking predicates-tree v1.0.11 |
2114 | 2025-01-15T04:27:20.070Z | Checking hash32 v0.3.1 |
2115 | 2025-01-15T04:27:20.295Z | Compiling smoltcp v0.11.0 |
2116 | 2025-01-15T04:27:20.980Z | Checking cobs v0.2.3 |
2117 | 2025-01-15T04:27:21.084Z | Checking sigpipe v0.1.3 |
2118 | 2025-01-15T04:27:21.188Z | Checking postcard v1.0.10 |
2119 | 2025-01-15T04:27:21.226Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2120 | 2025-01-15T04:27:21.545Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2121 | 2025-01-15T04:27:21.720Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2122 | 2025-01-15T04:27:21.743Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2123 | 2025-01-15T04:27:21.771Z | Compiling mockall_derive v0.13.0 |
2124 | 2025-01-15T04:27:22.077Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2125 | 2025-01-15T04:27:22.135Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2126 | 2025-01-15T04:27:22.192Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2127 | 2025-01-15T04:27:22.533Z | Compiling zone_cfg_derive v0.3.0 |
2128 | 2025-01-15T04:27:23.956Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2129 | 2025-01-15T04:27:24.307Z | Compiling num-derive v0.4.2 |
2130 | 2025-01-15T04:27:24.370Z | Checking fragile v2.0.0 |
2131 | 2025-01-15T04:27:24.484Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2132 | 2025-01-15T04:27:24.629Z | Checking downcast v0.11.0 |
2133 | 2025-01-15T04:27:24.833Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2134 | 2025-01-15T04:27:24.860Z | Checking zone v0.3.0 |
2135 | 2025-01-15T04:27:25.093Z | Compiling convert_case v0.4.0 |
2136 | 2025-01-15T04:27:25.120Z | Checking tungstenite v0.21.0 |
2137 | 2025-01-15T04:27:25.626Z | Checking newline-converter v0.3.0 |
2138 | 2025-01-15T04:27:25.728Z | Compiling typify-macro v0.2.0 |
2139 | 2025-01-15T04:27:25.807Z | Checking expectorate v1.1.0 |
2140 | 2025-01-15T04:27:25.968Z | Compiling derive_more v0.99.18 |
2141 | 2025-01-15T04:27:25.994Z | Checking same-file v1.0.6 |
2142 | 2025-01-15T04:27:26.061Z | Checking tokio-tungstenite v0.21.0 |
2143 | 2025-01-15T04:27:26.187Z | Checking walkdir v2.5.0 |
2144 | 2025-01-15T04:27:26.480Z | Checking arc-swap v1.7.1 |
2145 | 2025-01-15T04:27:26.565Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2146 | 2025-01-15T04:27:26.593Z | Checking xattr v1.3.1 |
2147 | 2025-01-15T04:27:26.811Z | Checking filetime v0.2.25 |
2148 | 2025-01-15T04:27:26.911Z | Checking slog-scope v4.4.0 |
2149 | 2025-01-15T04:27:27.005Z | Checking num-rational v0.4.2 |
2150 | 2025-01-15T04:27:27.045Z | Checking tar v0.4.42 |
2151 | 2025-01-15T04:27:27.124Z | Checking slog-stdlog v4.1.1 |
2152 | 2025-01-15T04:27:27.311Z | Checking slog-envlogger v2.2.0 |
2153 | 2025-01-15T04:27:27.549Z | Checking num-complex v0.4.6 |
2154 | 2025-01-15T04:27:27.650Z | Checking float-ord v0.3.2 |
2155 | 2025-01-15T04:27:27.832Z | Checking indent_write v2.2.0 |
2156 | 2025-01-15T04:27:27.887Z | Compiling cancel-safe-futures v0.1.5 |
2157 | 2025-01-15T04:27:28.057Z | Checking swrite v0.1.0 |
2158 | 2025-01-15T04:27:28.206Z | Compiling owo-colors v4.1.0 |
2159 | 2025-01-15T04:27:28.392Z | Checking num v0.4.3 |
2160 | 2025-01-15T04:27:28.509Z | Checking libsw v3.3.1 |
2161 | 2025-01-15T04:27:28.748Z | Checking password-hash v0.5.0 |
2162 | 2025-01-15T04:27:28.814Z | Checking blake2 v0.10.6 |
2163 | 2025-01-15T04:27:28.917Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2164 | 2025-01-15T04:27:29.196Z | Checking linear-map v1.2.0 |
2165 | 2025-01-15T04:27:29.302Z | Checking argon2 v0.5.3 |
2166 | 2025-01-15T04:27:29.552Z | Checking pem v3.0.4 |
2167 | 2025-01-15T04:27:29.580Z | Compiling typify v0.2.0 |
2168 | 2025-01-15T04:27:29.733Z | Compiling progenitor-impl v0.8.0 |
2169 | 2025-01-15T04:27:29.838Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2170 | 2025-01-15T04:27:29.874Z | Checking mockall v0.13.0 |
2171 | 2025-01-15T04:27:29.976Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2025-01-15T04:27:30.109Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2173 | 2025-01-15T04:27:30.135Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2025-01-15T04:27:30.432Z | Compiling lzma-sys v0.1.20 |
2175 | 2025-01-15T04:27:30.859Z | Checking headers-core v0.3.0 |
2176 | 2025-01-15T04:27:31.033Z | Compiling heck v0.3.3 |
2177 | 2025-01-15T04:27:31.255Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2025-01-15T04:27:31.406Z | Checking highway v1.2.0 |
2179 | 2025-01-15T04:27:31.577Z | Compiling zone_cfg_derive v0.1.2 |
2180 | 2025-01-15T04:27:31.853Z | Checking headers v0.4.0 |
2181 | 2025-01-15T04:27:31.892Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2025-01-15T04:27:31.951Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2025-01-15T04:27:32.258Z | Checking yasna v0.5.2 |
2184 | 2025-01-15T04:27:32.825Z | Checking base64 v0.13.1 |
2185 | 2025-01-15T04:27:32.938Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2025-01-15T04:27:32.990Z | Checking zone v0.1.8 |
2187 | 2025-01-15T04:27:33.118Z | Checking rcgen v0.12.1 |
2188 | 2025-01-15T04:27:33.264Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-01-15T04:27:33.304Z | Checking ron v0.7.1 |
2190 | 2025-01-15T04:27:33.485Z | Checking xz2 v0.1.7 |
2191 | 2025-01-15T04:27:33.801Z | Checking subprocess v0.2.9 |
2192 | 2025-01-15T04:27:33.825Z | Checking humantime v2.1.0 |
2193 | 2025-01-15T04:27:33.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2194 | 2025-01-15T04:27:34.149Z | Compiling semver v0.1.20 |
2195 | 2025-01-15T04:27:34.391Z | Checking half v2.4.1 |
2196 | 2025-01-15T04:27:34.476Z | Checking ciborium-io v0.2.2 |
2197 | 2025-01-15T04:27:34.505Z | Compiling typify-macro v0.3.0 |
2198 | 2025-01-15T04:27:34.612Z | Compiling rustc_version v0.1.7 |
2199 | 2025-01-15T04:27:34.722Z | Checking prettyplease v0.2.25 |
2200 | 2025-01-15T04:27:34.889Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2201 | 2025-01-15T04:27:34.914Z | Checking ciborium-ll v0.2.2 |
2202 | 2025-01-15T04:27:35.077Z | Compiling newtype_derive v0.1.6 |
2203 | 2025-01-15T04:27:35.241Z | Checking ciborium v0.2.2 |
2204 | 2025-01-15T04:27:35.595Z | Checking steno v0.4.1 |
2205 | 2025-01-15T04:27:36.903Z | Compiling progenitor-macro v0.8.0 |
2206 | 2025-01-15T04:27:37.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2207 | 2025-01-15T04:27:38.188Z | Compiling slog-dtrace v0.3.0 |
2208 | 2025-01-15T04:27:38.432Z | Compiling typify v0.3.0 |
2209 | 2025-01-15T04:27:38.578Z | Compiling progenitor-impl v0.9.1 |
2210 | 2025-01-15T04:27:39.170Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2211 | 2025-01-15T04:27:39.227Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2212 | 2025-01-15T04:27:39.581Z | Checking display-error-chain v0.2.2 |
2213 | 2025-01-15T04:27:39.637Z | Checking gethostname v0.5.0 |
2214 | 2025-01-15T04:27:39.791Z | Checking nibble_vec v0.1.0 |
2215 | 2025-01-15T04:27:39.827Z | Compiling blake3 v1.5.4 |
2216 | 2025-01-15T04:27:39.848Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2217 | 2025-01-15T04:27:40.001Z | Checking endian-type v0.1.2 |
2218 | 2025-01-15T04:27:40.209Z | Checking keccak v0.1.5 |
2219 | 2025-01-15T04:27:40.557Z | Checking radix_trie v0.2.1 |
2220 | 2025-01-15T04:27:40.589Z | Checking sha3 v0.10.8 |
2221 | 2025-01-15T04:27:40.967Z | Checking universal-hash v0.5.1 |
2222 | 2025-01-15T04:27:40.993Z | Checking secrecy v0.8.0 |
2223 | 2025-01-15T04:27:41.071Z | Checking opaque-debug v0.3.1 |
2224 | 2025-01-15T04:27:41.159Z | Checking aead v0.5.2 |
2225 | 2025-01-15T04:27:41.183Z | Checking poly1305 v0.8.0 |
2226 | 2025-01-15T04:27:41.206Z | Checking chacha20 v0.9.1 |
2227 | 2025-01-15T04:27:41.691Z | Compiling memmap2 v0.9.5 |
2228 | 2025-01-15T04:27:41.717Z | Compiling constant_time_eq v0.3.1 |
2229 | 2025-01-15T04:27:41.926Z | Compiling arrayvec v0.7.6 |
2230 | 2025-01-15T04:27:42.148Z | Compiling arrayref v0.3.9 |
2231 | 2025-01-15T04:27:42.296Z | Compiling toolchain_find v0.4.0 |
2232 | 2025-01-15T04:27:42.372Z | Compiling thiserror-impl-no-std v2.0.2 |
2233 | 2025-01-15T04:27:42.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2234 | 2025-01-15T04:27:42.724Z | Compiling topological-sort v0.2.2 |
2235 | 2025-01-15T04:27:42.784Z | Compiling rustfmt-wrapper v0.2.1 |
2236 | 2025-01-15T04:27:42.873Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2237 | 2025-01-15T04:27:42.983Z | Compiling omicron-zone-package v0.12.0 |
2238 | 2025-01-15T04:27:43.402Z | Checking chacha20poly1305 v0.10.1 |
2239 | 2025-01-15T04:27:43.477Z | Compiling async-recursion v1.1.1 |
2240 | 2025-01-15T04:27:43.532Z | Checking fxhash v0.2.1 |
2241 | 2025-01-15T04:27:43.619Z | Checking bumpalo v3.16.0 |
2242 | 2025-01-15T04:27:43.749Z | Compiling zip v2.1.3 |
2243 | 2025-01-15T04:27:43.968Z | Checking simd-adler32 v0.3.7 |
2244 | 2025-01-15T04:27:44.072Z | Checking lockfree-object-pool v0.1.6 |
2245 | 2025-01-15T04:27:44.338Z | Checking zopfli v0.8.1 |
2246 | 2025-01-15T04:27:44.393Z | Checking termcolor v1.4.1 |
2247 | 2025-01-15T04:27:44.798Z | Compiling radium v0.7.0 |
2248 | 2025-01-15T04:27:44.929Z | Checking maplit v1.0.2 |
2249 | 2025-01-15T04:27:44.986Z | Checking tap v1.0.1 |
2250 | 2025-01-15T04:27:45.061Z | Compiling maybe-uninit v2.0.0 |
2251 | 2025-01-15T04:27:45.177Z | Checking wyz v0.5.1 |
2252 | 2025-01-15T04:27:45.286Z | Checking thiserror-no-std v2.0.2 |
2253 | 2025-01-15T04:27:45.423Z | Checking vsss-rs v3.3.4 |
2254 | 2025-01-15T04:27:45.559Z | Checking funty v2.0.0 |
2255 | 2025-01-15T04:27:45.612Z | Compiling packed_struct v0.10.1 |
2256 | 2025-01-15T04:27:45.639Z | Compiling progenitor-macro v0.9.1 |
2257 | 2025-01-15T04:27:45.698Z | Checking home v0.5.9 |
2258 | 2025-01-15T04:27:45.872Z | Checking crc-catalog v2.4.0 |
2259 | 2025-01-15T04:27:46.049Z | Checking crc v3.2.1 |
2260 | 2025-01-15T04:27:46.154Z | Compiling const_format_proc_macros v0.2.33 |
2261 | 2025-01-15T04:27:46.230Z | Checking kstat-rs v0.2.4 |
2262 | 2025-01-15T04:27:46.401Z | Checking bitvec v1.0.1 |
2263 | 2025-01-15T04:27:46.536Z | Compiling packed_struct_codegen v0.10.1 |
2264 | 2025-01-15T04:27:46.581Z | Compiling vte_generate_state_changes v0.1.2 |
2265 | 2025-01-15T04:27:47.234Z | Compiling indexmap v1.9.3 |
2266 | 2025-01-15T04:27:47.555Z | Checking nodrop v0.1.14 |
2267 | 2025-01-15T04:27:47.710Z | Compiling libefi-sys v0.1.0 |
2268 | 2025-01-15T04:27:48.044Z | Checking array-init v0.0.4 |
2269 | 2025-01-15T04:27:48.204Z | Checking const_format v0.2.33 |
2270 | 2025-01-15T04:27:48.511Z | Checking vte v0.11.1 |
2271 | 2025-01-15T04:27:48.722Z | Checking smallvec v0.6.14 |
2272 | 2025-01-15T04:27:48.912Z | Checking fd-lock v4.0.2 |
2273 | 2025-01-15T04:27:48.917Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2274 | 2025-01-15T04:27:49.108Z | Compiling bitfield-struct v0.6.2 |
2275 | 2025-01-15T04:27:49.134Z | Checking hashbrown v0.12.3 |
2276 | 2025-01-15T04:27:49.171Z | Checking bitfield v0.14.0 |
2277 | 2025-01-15T04:27:49.436Z | Checking serde-hex v0.1.0 |
2278 | 2025-01-15T04:27:49.462Z | Checking progenitor v0.8.0 |
2279 | 2025-01-15T04:27:49.672Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2280 | 2025-01-15T04:27:49.729Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2281 | 2025-01-15T04:27:50.491Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2282 | 2025-01-15T04:27:50.768Z | Checking strip-ansi-escapes v0.2.0 |
2283 | 2025-01-15T04:27:51.040Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2284 | 2025-01-15T04:27:51.316Z | Checking env_logger v0.10.2 |
2285 | 2025-01-15T04:27:51.340Z | Checking ron v0.8.1 |
2286 | 2025-01-15T04:27:51.775Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2287 | 2025-01-15T04:27:52.096Z | Checking itertools v0.12.1 |
2288 | 2025-01-15T04:27:52.586Z | Checking hashbrown v0.13.2 |
2289 | 2025-01-15T04:27:52.861Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2025-01-15T04:27:53.244Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2291 | 2025-01-15T04:27:53.416Z | Checking nu-ansi-term v0.50.1 |
2292 | 2025-01-15T04:27:53.564Z | Checking crc-any v2.5.0 |
2293 | 2025-01-15T04:27:53.872Z | Checking object v0.30.4 |
2294 | 2025-01-15T04:27:53.961Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2025-01-15T04:27:53.987Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2296 | 2025-01-15T04:27:54.459Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2025-01-15T04:27:54.495Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2025-01-15T04:27:54.642Z | Checking reedline v0.35.0 |
2299 | 2025-01-15T04:27:55.120Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2300 | 2025-01-15T04:27:56.428Z | Compiling parking_lot_core v0.8.6 |
2301 | 2025-01-15T04:27:56.902Z | Checking path-slash v0.1.5 |
2302 | 2025-01-15T04:27:57.316Z | Compiling phf_generator v0.11.2 |
2303 | 2025-01-15T04:27:57.397Z | Checking bytecount v0.6.8 |
2304 | 2025-01-15T04:27:57.503Z | Checking glob v0.3.1 |
2305 | 2025-01-15T04:27:57.525Z | Checking parking_lot v0.11.2 |
2306 | 2025-01-15T04:27:57.561Z | Checking papergrid v0.11.0 |
2307 | 2025-01-15T04:27:57.824Z | Compiling phf_codegen v0.11.2 |
2308 | 2025-01-15T04:27:57.860Z | Compiling tabled_derive v0.7.0 |
2309 | 2025-01-15T04:27:58.049Z | Compiling parse-zoneinfo v0.3.1 |
2310 | 2025-01-15T04:27:58.338Z | Checking progenitor v0.9.1 |
2311 | 2025-01-15T04:27:58.585Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2312 | 2025-01-15T04:27:59.027Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2313 | 2025-01-15T04:27:59.711Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2314 | 2025-01-15T04:27:59.892Z | Compiling cfg_aliases v0.1.1 |
2315 | 2025-01-15T04:28:00.028Z | Compiling nix v0.28.0 |
2316 | 2025-01-15T04:28:00.187Z | Checking tabled v0.15.0 |
2317 | 2025-01-15T04:28:00.847Z | Compiling chrono-tz-build v0.4.0 |
2318 | 2025-01-15T04:28:02.156Z | Checking sled v0.34.7 |
2319 | 2025-01-15T04:28:02.773Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2320 | 2025-01-15T04:28:02.973Z | Checking hickory-client v0.24.1 |
2321 | 2025-01-15T04:28:03.676Z | Checking hickory-server v0.24.1 |
2322 | 2025-01-15T04:28:03.949Z | Compiling chrono-tz v0.10.0 |
2323 | 2025-01-15T04:28:04.291Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2324 | 2025-01-15T04:28:04.324Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2025-01-15T04:28:04.653Z | Compiling unicase v2.7.0 |
2326 | 2025-01-15T04:28:04.965Z | Compiling buf-list v1.0.3 |
2327 | 2025-01-15T04:28:05.673Z | Compiling peg-macros v0.8.4 |
2328 | 2025-01-15T04:28:06.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2025-01-15T04:28:06.365Z | Compiling sqlparser_derive v0.2.2 |
2330 | 2025-01-15T04:28:06.507Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2331 | 2025-01-15T04:28:07.158Z | Checking unicode_categories v0.1.1 |
2332 | 2025-01-15T04:28:07.368Z | Checking sqlparser v0.45.0 |
2333 | 2025-01-15T04:28:07.447Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2334 | 2025-01-15T04:28:07.479Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2335 | 2025-01-15T04:28:07.577Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2336 | 2025-01-15T04:28:09.016Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2337 | 2025-01-15T04:28:10.535Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2338 | 2025-01-15T04:28:10.643Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2339 | 2025-01-15T04:28:11.458Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2340 | 2025-01-15T04:28:11.525Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2341 | 2025-01-15T04:28:11.881Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2342 | 2025-01-15T04:28:12.429Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2343 | 2025-01-15T04:28:13.192Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2344 | 2025-01-15T04:28:13.234Z | Checking peg v0.8.4 |
2345 | 2025-01-15T04:28:13.374Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2346 | 2025-01-15T04:28:13.435Z | Checking rustyline v14.0.0 |
2347 | 2025-01-15T04:28:13.907Z | Checking sqlformat v0.2.6 |
2348 | 2025-01-15T04:28:14.802Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2349 | 2025-01-15T04:28:16.526Z | Checking bcs v0.1.6 |
2350 | 2025-01-15T04:28:17.361Z | Checking primeorder v0.13.6 |
2351 | 2025-01-15T04:28:17.385Z | Compiling mime_guess v2.0.5 |
2352 | 2025-01-15T04:28:17.828Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2353 | 2025-01-15T04:28:18.088Z | Checking nanorand v0.7.0 |
2354 | 2025-01-15T04:28:18.433Z | Checking http-range v0.1.5 |
2355 | 2025-01-15T04:28:18.500Z | Checking flume v0.11.1 |
2356 | 2025-01-15T04:28:18.635Z | Checking atty v0.2.14 |
2357 | 2025-01-15T04:28:18.662Z | Compiling salty v0.3.0 |
2358 | 2025-01-15T04:28:18.772Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2359 | 2025-01-15T04:28:18.794Z | Checking p384 v0.13.0 |
2360 | 2025-01-15T04:28:18.986Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2025-01-15T04:28:19.106Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2362 | 2025-01-15T04:28:19.639Z | Checking hyper-staticfile v0.10.1 |
2363 | 2025-01-15T04:28:19.904Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2364 | 2025-01-15T04:28:19.953Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2365 | 2025-01-15T04:28:20.109Z | Checking env_filter v0.1.2 |
2366 | 2025-01-15T04:28:20.109Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2367 | 2025-01-15T04:28:20.169Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2368 | 2025-01-15T04:28:20.380Z | Checking env_logger v0.11.5 |
2369 | 2025-01-15T04:28:20.671Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2370 | 2025-01-15T04:28:20.699Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2371 | 2025-01-15T04:28:21.365Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2372 | 2025-01-15T04:28:22.345Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2373 | 2025-01-15T04:28:22.469Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2374 | 2025-01-15T04:28:23.124Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2375 | 2025-01-15T04:28:23.541Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2376 | 2025-01-15T04:28:23.762Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2377 | 2025-01-15T04:28:23.828Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2378 | 2025-01-15T04:28:24.199Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2379 | 2025-01-15T04:28:24.254Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2380 | 2025-01-15T04:28:24.731Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2381 | 2025-01-15T04:28:24.981Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2382 | 2025-01-15T04:28:25.094Z | Compiling dsl_auto_type v0.1.2 |
2383 | 2025-01-15T04:28:25.301Z | Checking scheduled-thread-pool v0.2.7 |
2384 | 2025-01-15T04:28:25.534Z | Compiling diesel_table_macro_syntax v0.2.0 |
2385 | 2025-01-15T04:28:25.890Z | Compiling crunchy v0.2.2 |
2386 | 2025-01-15T04:28:25.952Z | Checking r2d2 v0.8.10 |
2387 | 2025-01-15T04:28:26.301Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2388 | 2025-01-15T04:28:26.414Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2389 | 2025-01-15T04:28:26.577Z | Compiling diesel_derives v2.2.3 |
2390 | 2025-01-15T04:28:26.873Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2391 | 2025-01-15T04:28:26.945Z | Compiling tiny-keccak v2.0.2 |
2392 | 2025-01-15T04:28:27.428Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2393 | 2025-01-15T04:28:27.452Z | Compiling pin-project-internal v1.1.6 |
2394 | 2025-01-15T04:28:27.697Z | Compiling ref-cast v1.0.23 |
2395 | 2025-01-15T04:28:27.997Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2396 | 2025-01-15T04:28:28.171Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2025-01-15T04:28:29.769Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2398 | 2025-01-15T04:28:29.809Z | Compiling ascii-canvas v3.0.0 |
2399 | 2025-01-15T04:28:30.071Z | Compiling ena v0.14.3 |
2400 | 2025-01-15T04:28:30.096Z | Compiling ref-cast-impl v1.0.23 |
2401 | 2025-01-15T04:28:30.304Z | Compiling diff v0.1.13 |
2402 | 2025-01-15T04:28:30.329Z | Checking pin-project v1.1.6 |
2403 | 2025-01-15T04:28:30.464Z | Compiling regex-syntax v0.6.29 |
2404 | 2025-01-15T04:28:30.521Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2405 | 2025-01-15T04:28:30.897Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2406 | 2025-01-15T04:28:31.281Z | Checking signal-hook-tokio v0.3.1 |
2407 | 2025-01-15T04:28:31.410Z | Compiling snafu-derive v0.8.5 |
2408 | 2025-01-15T04:28:31.479Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2409 | 2025-01-15T04:28:32.699Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2410 | 2025-01-15T04:28:33.017Z | Compiling derive_builder_core v0.20.2 |
2411 | 2025-01-15T04:28:33.835Z | Compiling lalrpop v0.19.12 |
2412 | 2025-01-15T04:28:34.042Z | Checking globset v0.4.15 |
2413 | 2025-01-15T04:28:34.585Z | Checking olpc-cjson v0.1.4 |
2414 | 2025-01-15T04:28:34.845Z | Checking serde_plain v1.0.2 |
2415 | 2025-01-15T04:28:34.926Z | Compiling libxml v0.3.3 |
2416 | 2025-01-15T04:28:35.113Z | Compiling memoffset v0.9.1 |
2417 | 2025-01-15T04:28:35.301Z | Checking typed-path v0.9.3 |
2418 | 2025-01-15T04:28:35.325Z | Compiling derive_builder_macro v0.20.2 |
2419 | 2025-01-15T04:28:35.704Z | Checking tungstenite v0.23.0 |
2420 | 2025-01-15T04:28:35.898Z | Compiling strum_macros v0.24.3 |
2421 | 2025-01-15T04:28:36.187Z | Compiling samael v0.0.17 |
2422 | 2025-01-15T04:28:36.325Z | Checking snafu v0.8.5 |
2423 | 2025-01-15T04:28:36.619Z | Compiling indoc v1.0.9 |
2424 | 2025-01-15T04:28:36.800Z | Checking parse-size v1.1.0 |
2425 | 2025-01-15T04:28:37.012Z | Checking tokio-tungstenite v0.23.1 |
2426 | 2025-01-15T04:28:37.176Z | Checking tough v0.19.0 |
2427 | 2025-01-15T04:28:37.469Z | Checking derive_builder v0.20.2 |
2428 | 2025-01-15T04:28:37.800Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2429 | 2025-01-15T04:28:38.103Z | Checking quick-xml v0.33.0 |
2430 | 2025-01-15T04:28:38.257Z | Checking diesel v2.2.6 |
2431 | 2025-01-15T04:28:38.959Z | Compiling oso-derive v0.27.3 |
2432 | 2025-01-15T04:28:39.328Z | Compiling impl-trait-for-tuples v0.2.2 |
2433 | 2025-01-15T04:28:39.961Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2025-01-15T04:28:40.224Z | Checking nix v0.27.1 |
2435 | 2025-01-15T04:28:40.359Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2436 | 2025-01-15T04:28:41.441Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2437 | 2025-01-15T04:28:41.723Z | Compiling diesel-dtrace v0.4.2 |
2438 | 2025-01-15T04:28:41.725Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2439 | 2025-01-15T04:28:42.326Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2440 | 2025-01-15T04:28:43.562Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2441 | 2025-01-15T04:28:43.847Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2442 | 2025-01-15T04:28:44.167Z | Checking bb8 v0.8.5 |
2443 | 2025-01-15T04:28:44.246Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2444 | 2025-01-15T04:28:44.658Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2445 | 2025-01-15T04:28:44.905Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2446 | 2025-01-15T04:28:45.795Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2447 | 2025-01-15T04:28:45.818Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2448 | 2025-01-15T04:28:46.053Z | Checking rand_seeder v0.3.0 |
2449 | 2025-01-15T04:28:46.189Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2450 | 2025-01-15T04:28:46.262Z | Checking assert_matches v1.5.0 |
2451 | 2025-01-15T04:28:46.293Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2452 | 2025-01-15T04:28:46.379Z | Compiling libz-sys v1.1.20 |
2453 | 2025-01-15T04:28:46.382Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2454 | 2025-01-15T04:28:46.528Z | Checking castaway v0.2.3 |
2455 | 2025-01-15T04:28:46.716Z | Checking is_ci v1.2.0 |
2456 | 2025-01-15T04:28:46.747Z | Checking compact_str v0.8.0 |
2457 | 2025-01-15T04:28:46.876Z | Checking supports-color v3.0.1 |
2458 | 2025-01-15T04:28:47.096Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2025-01-15T04:28:47.185Z | Checking unicode-truncate v1.1.0 |
2460 | 2025-01-15T04:28:47.435Z | Checking lru v0.12.5 |
2461 | 2025-01-15T04:28:47.582Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2462 | 2025-01-15T04:28:47.655Z | Compiling instability v0.3.2 |
2463 | 2025-01-15T04:28:47.717Z | Checking cassowary v0.3.0 |
2464 | 2025-01-15T04:28:48.314Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2465 | 2025-01-15T04:28:48.365Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2466 | 2025-01-15T04:28:48.534Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2467 | 2025-01-15T04:28:48.681Z | Checking ratatui v0.28.1 |
2468 | 2025-01-15T04:28:49.399Z | Compiling vergen v8.3.2 |
2469 | 2025-01-15T04:28:49.552Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2025-01-15T04:28:49.710Z | Compiling cargo-platform v0.1.8 |
2471 | 2025-01-15T04:28:49.775Z | Checking smawk v0.3.2 |
2472 | 2025-01-15T04:28:49.976Z | Checking unicode-linebreak v0.1.5 |
2473 | 2025-01-15T04:28:50.253Z | Compiling cargo_metadata v0.18.1 |
2474 | 2025-01-15T04:28:50.408Z | Checking textwrap v0.16.1 |
2475 | 2025-01-15T04:28:50.843Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2476 | 2025-01-15T04:28:51.607Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2025-01-15T04:28:51.849Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2478 | 2025-01-15T04:28:52.464Z | Compiling libsqlite3-sys v0.30.1 |
2479 | 2025-01-15T04:28:52.982Z | Compiling cfg_aliases v0.2.1 |
2480 | 2025-01-15T04:28:53.106Z | Checking shell-words v1.1.0 |
2481 | 2025-01-15T04:28:53.129Z | Compiling rustls v0.21.12 |
2482 | 2025-01-15T04:28:53.132Z | Compiling nix v0.29.0 |
2483 | 2025-01-15T04:28:53.392Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2484 | 2025-01-15T04:28:53.480Z | Checking rustls-webpki v0.101.7 |
2485 | 2025-01-15T04:28:53.743Z | Checking sct v0.7.1 |
2486 | 2025-01-15T04:28:54.044Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2487 | 2025-01-15T04:28:54.334Z | Checking hashlink v0.9.1 |
2488 | 2025-01-15T04:28:54.361Z | Checking concurrent-queue v2.5.0 |
2489 | 2025-01-15T04:28:54.673Z | Checking parking v2.2.1 |
2490 | 2025-01-15T04:28:54.721Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2491 | 2025-01-15T04:28:54.818Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2492 | 2025-01-15T04:28:54.866Z | Checking fallible-streaming-iterator v0.1.9 |
2493 | 2025-01-15T04:28:54.903Z | Checking plotters-backend v0.3.7 |
2494 | 2025-01-15T04:28:55.104Z | Checking fallible-iterator v0.3.0 |
2495 | 2025-01-15T04:28:55.294Z | Checking plotters-svg v0.3.7 |
2496 | 2025-01-15T04:28:55.716Z | Checking rusqlite v0.32.1 |
2497 | 2025-01-15T04:28:55.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2025-01-15T04:28:56.008Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2499 | 2025-01-15T04:28:57.125Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2500 | 2025-01-15T04:28:57.151Z | Checking tokio-rustls v0.24.1 |
2501 | 2025-01-15T04:28:57.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2502 | 2025-01-15T04:28:57.487Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2503 | 2025-01-15T04:28:57.789Z | Checking rustls-pemfile v1.0.4 |
2504 | 2025-01-15T04:28:57.848Z | Checking twox-hash v1.6.3 |
2505 | 2025-01-15T04:28:58.011Z | Checking cast v0.3.0 |
2506 | 2025-01-15T04:28:58.322Z | Checking criterion-plot v0.5.0 |
2507 | 2025-01-15T04:28:58.411Z | Checking plotters v0.3.7 |
2508 | 2025-01-15T04:28:58.518Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2025-01-15T04:28:58.800Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2510 | 2025-01-15T04:29:00.179Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2025-01-15T04:29:00.213Z | Checking fatfs v0.3.6 |
2512 | 2025-01-15T04:29:00.510Z | Checking tinytemplate v1.2.1 |
2513 | 2025-01-15T04:29:00.911Z | Checking csv-core v0.1.11 |
2514 | 2025-01-15T04:29:01.112Z | Checking hex-literal v0.4.1 |
2515 | 2025-01-15T04:29:01.193Z | Checking oorandom v11.1.4 |
2516 | 2025-01-15T04:29:01.252Z | Checking anes v0.1.6 |
2517 | 2025-01-15T04:29:01.275Z | Checking csv v1.3.0 |
2518 | 2025-01-15T04:29:01.385Z | Checking event-listener v5.3.1 |
2519 | 2025-01-15T04:29:01.610Z | Checking criterion v0.5.1 |
2520 | 2025-01-15T04:29:01.796Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2521 | 2025-01-15T04:29:02.072Z | Checking rtoolbox v0.0.2 |
2522 | 2025-01-15T04:29:02.288Z | Checking rpassword v7.3.1 |
2523 | 2025-01-15T04:29:02.468Z | Checking event-listener-strategy v0.5.2 |
2524 | 2025-01-15T04:29:02.703Z | Checking tui-tree-widget v0.22.0 |
2525 | 2025-01-15T04:29:03.046Z | Checking polyval v0.6.2 |
2526 | 2025-01-15T04:29:03.367Z | Checking ghash v0.5.1 |
2527 | 2025-01-15T04:29:03.570Z | Checking futures-lite v2.3.0 |
2528 | 2025-01-15T04:29:04.383Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2529 | 2025-01-15T04:29:04.811Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2530 | 2025-01-15T04:29:05.329Z | Checking ctr v0.9.2 |
2531 | 2025-01-15T04:29:05.560Z | Checking yansi v1.0.1 |
2532 | 2025-01-15T04:29:06.105Z | Checking pretty_assertions v1.4.1 |
2533 | 2025-01-15T04:29:06.300Z | Checking aes-gcm v0.10.3 |
2534 | 2025-01-15T04:29:06.339Z | Checking ssh-encoding v0.2.0 |
2535 | 2025-01-15T04:29:06.566Z | Checking blowfish v0.9.1 |
2536 | 2025-01-15T04:29:06.655Z | Checking ssh-cipher v0.2.0 |
2537 | 2025-01-15T04:29:06.727Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2538 | 2025-01-15T04:29:06.838Z | Checking bcrypt-pbkdf v0.10.0 |
2539 | 2025-01-15T04:29:06.928Z | Checking async-lock v3.4.0 |
2540 | 2025-01-15T04:29:07.105Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2541 | 2025-01-15T04:29:07.814Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2542 | 2025-01-15T04:29:08.126Z | Checking polling v3.7.3 |
2543 | 2025-01-15T04:29:08.877Z | Checking async-bb8-diesel v0.2.1 |
2544 | 2025-01-15T04:29:09.127Z | Checking password-hash v0.4.2 |
2545 | 2025-01-15T04:29:09.446Z | Checking matches v0.1.10 |
2546 | 2025-01-15T04:29:09.479Z | Checking pbkdf2 v0.11.0 |
2547 | 2025-01-15T04:29:09.561Z | Checking idna v0.2.3 |
2548 | 2025-01-15T04:29:09.781Z | Checking async-io v2.3.4 |
2549 | 2025-01-15T04:29:10.471Z | Checking ssh-key v0.6.6 |
2550 | 2025-01-15T04:29:10.682Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2551 | 2025-01-15T04:29:11.394Z | Checking p256 v0.13.2 |
2552 | 2025-01-15T04:29:11.924Z | Checking p521 v0.13.3 |
2553 | 2025-01-15T04:29:12.062Z | Compiling enum-as-inner v0.5.1 |
2554 | 2025-01-15T04:29:12.735Z | Checking russh-cryptovec v0.7.3 |
2555 | 2025-01-15T04:29:12.961Z | Compiling doc-comment v0.3.3 |
2556 | 2025-01-15T04:29:13.051Z | Checking async-task v4.7.1 |
2557 | 2025-01-15T04:29:13.257Z | Compiling target-lexicon v0.12.16 |
2558 | 2025-01-15T04:29:13.428Z | Checking md5 v0.7.0 |
2559 | 2025-01-15T04:29:13.600Z | Checking trust-dns-proto v0.22.0 |
2560 | 2025-01-15T04:29:13.729Z | Checking russh-keys v0.45.0 |
2561 | 2025-01-15T04:29:14.324Z | Checking async-channel v2.3.1 |
2562 | 2025-01-15T04:29:14.670Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2563 | 2025-01-15T04:29:15.076Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2564 | 2025-01-15T04:29:15.821Z | Checking piper v0.2.4 |
2565 | 2025-01-15T04:29:16.080Z | Checking num-bigint v0.4.6 |
2566 | 2025-01-15T04:29:16.246Z | Checking des v0.8.1 |
2567 | 2025-01-15T04:29:16.537Z | Compiling dhcproto-macros v0.1.0 |
2568 | 2025-01-15T04:29:17.299Z | Compiling guppy-workspace-hack v0.1.0 |
2569 | 2025-01-15T04:29:17.323Z | Checking futures-timer v3.0.3 |
2570 | 2025-01-15T04:29:17.579Z | Compiling assert_cmd v2.0.16 |
2571 | 2025-01-15T04:29:17.698Z | Checking dhcproto v0.12.0 |
2572 | 2025-01-15T04:29:18.032Z | Checking blocking v1.6.1 |
2573 | 2025-01-15T04:29:18.336Z | Checking russh v0.45.0 |
2574 | 2025-01-15T04:29:18.967Z | Checking async-executor v1.13.1 |
2575 | 2025-01-15T04:29:19.091Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2576 | 2025-01-15T04:29:19.323Z | Checking async-signal v0.2.10 |
2577 | 2025-01-15T04:29:19.616Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2578 | 2025-01-15T04:29:19.950Z | Checking event-listener v2.5.3 |
2579 | 2025-01-15T04:29:19.985Z | Compiling target-spec v3.2.2 |
2580 | 2025-01-15T04:29:20.164Z | Checking internet-checksum v0.2.1 |
2581 | 2025-01-15T04:29:20.355Z | Checking async-channel v1.9.0 |
2582 | 2025-01-15T04:29:20.592Z | Checking async-process v2.3.0 |
2583 | 2025-01-15T04:29:20.928Z | Checking async-global-executor v2.4.1 |
2584 | 2025-01-15T04:29:21.046Z | Checking cfg-expr v0.17.0 |
2585 | 2025-01-15T04:29:21.378Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2586 | 2025-01-15T04:29:21.394Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2587 | 2025-01-15T04:29:21.872Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2588 | 2025-01-15T04:29:22.218Z | Checking httptest v0.16.1 |
2589 | 2025-01-15T04:29:22.477Z | Checking rustls-native-certs v0.7.3 |
2590 | 2025-01-15T04:29:22.667Z | Compiling petname v2.0.2 |
2591 | 2025-01-15T04:29:22.701Z | Checking num_cpus v1.16.0 |
2592 | 2025-01-15T04:29:22.850Z | Checking kv-log-macro v1.0.7 |
2593 | 2025-01-15T04:29:22.988Z | Compiling async-attributes v1.1.2 |
2594 | 2025-01-15T04:29:23.929Z | Checking async-std v1.13.0 |
2595 | 2025-01-15T04:29:24.119Z | Checking threadpool v1.8.1 |
2596 | 2025-01-15T04:29:24.261Z | Checking hyper-rustls v0.26.0 |
2597 | 2025-01-15T04:29:25.015Z | Checking pathdiff v0.2.2 |
2598 | 2025-01-15T04:29:25.131Z | Compiling rstest_macros v0.23.0 |
2599 | 2025-01-15T04:29:25.152Z | Checking nested v0.1.1 |
2600 | 2025-01-15T04:29:25.346Z | Compiling target-triple v0.1.3 |
2601 | 2025-01-15T04:29:25.380Z | Checking escape8259 v0.5.3 |
2602 | 2025-01-15T04:29:25.677Z | Checking libtest-mimic v0.7.3 |
2603 | 2025-01-15T04:29:25.827Z | Checking guppy v0.17.8 |
2604 | 2025-01-15T04:29:25.944Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2605 | 2025-01-15T04:29:26.850Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2606 | 2025-01-15T04:29:27.167Z | Checking similar-asserts v1.6.0 |
2607 | 2025-01-15T04:29:27.218Z | Checking async-object-pool v0.1.5 |
2608 | 2025-01-15T04:29:27.429Z | Checking fancy-regex v0.13.0 |
2609 | 2025-01-15T04:29:27.452Z | Checking serde_regex v1.1.0 |
2610 | 2025-01-15T04:29:27.697Z | Checking assert-json-diff v2.0.2 |
2611 | 2025-01-15T04:29:27.737Z | Compiling proc-macro-crate v3.2.0 |
2612 | 2025-01-15T04:29:28.007Z | Checking path-tree v0.8.1 |
2613 | 2025-01-15T04:29:28.129Z | Compiling relative-path v1.9.3 |
2614 | 2025-01-15T04:29:28.370Z | Checking sync-ptr v0.1.1 |
2615 | 2025-01-15T04:29:28.610Z | Checking stringmetrics v2.2.2 |
2616 | 2025-01-15T04:29:28.704Z | Checking datatest-stable v0.2.9 |
2617 | 2025-01-15T04:29:28.871Z | Checking httpmock v0.8.0-alpha.1 |
2618 | 2025-01-15T04:29:28.999Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2619 | 2025-01-15T04:29:29.007Z | Checking blake2b_simd v1.0.2 |
2620 | 2025-01-15T04:29:29.894Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2621 | 2025-01-15T04:29:30.299Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2622 | 2025-01-15T04:29:30.608Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2623 | 2025-01-15T04:29:30.939Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2624 | 2025-01-15T04:29:31.260Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2625 | 2025-01-15T04:29:31.796Z | Checking serde_tokenstream v0.2.2 |
2626 | 2025-01-15T04:29:32.197Z | Checking uzers v0.12.1 |
2627 | 2025-01-15T04:29:32.703Z | Checking rust-argon2 v2.1.0 |
2628 | 2025-01-15T04:29:33.073Z | Checking trybuild v1.0.101 |
2629 | 2025-01-15T04:29:33.920Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2630 | 2025-01-15T04:29:34.366Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2631 | 2025-01-15T04:29:35.113Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2632 | 2025-01-15T04:29:36.271Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2633 | 2025-01-15T04:29:36.595Z | Checking rand_distr v0.4.3 |
2634 | 2025-01-15T04:29:37.378Z | Checking multimap v0.10.0 |
2635 | 2025-01-15T04:29:37.688Z | Checking approx v0.5.1 |
2636 | 2025-01-15T04:29:38.025Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2025-01-15T04:29:38.229Z | Checking rstest v0.23.0 |
2638 | 2025-01-15T04:29:38.658Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2639 | 2025-01-15T04:29:39.504Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2640 | 2025-01-15T04:29:39.959Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2641 | 2025-01-15T04:29:40.454Z | Compiling git2 v0.19.0 |
2642 | 2025-01-15T04:29:40.535Z | Checking partial-io v0.5.4 |
2643 | 2025-01-15T04:29:40.861Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2644 | 2025-01-15T04:29:40.898Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2645 | 2025-01-15T04:29:40.944Z | Checking cargo_toml v0.20.5 |
2646 | 2025-01-15T04:29:41.203Z | Checking termios v0.3.3 |
2647 | 2025-01-15T04:29:41.448Z | Compiling indoc v2.0.5 |
2648 | 2025-01-15T04:29:41.538Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2649 | 2025-01-15T04:29:42.176Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2650 | 2025-01-15T04:29:42.914Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2651 | 2025-01-15T04:29:46.309Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2652 | 2025-01-15T04:29:49.258Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2653 | 2025-01-15T04:29:59.979Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2654 | 2025-01-15T04:30:03.729Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2655 | 2025-01-15T04:30:11.094Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2656 | 2025-01-15T04:30:40.008Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2657 | 2025-01-15T04:30:40.093Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2658 | 2025-01-15T04:30:41.363Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2659 | 2025-01-15T04:30:58.051Z | Compiling polar-core v0.27.3 |
2660 | 2025-01-15T04:31:05.647Z | Checking oso v0.27.3 |
2661 | 2025-01-15T04:31:40.297Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2662 | 2025-01-15T04:31:40.301Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2663 | 2025-01-15T04:31:40.301Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2664 | 2025-01-15T04:32:51.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2665 | 2025-01-15T04:32:51.588Z | |
2666 | 2025-01-15T04:32:51.591Z | real 6:24.743544895 |
2667 | 2025-01-15T04:32:51.591Z | user 33:48.903473812 |
2668 | 2025-01-15T04:32:51.591Z | sys 5:06.848866081 |
2669 | 2025-01-15T04:32:51.591Z | trap 0.997304310 |
2670 | 2025-01-15T04:32:51.591Z | tflt 1.836773060 |
2671 | 2025-01-15T04:32:51.591Z | dflt 0.300967621 |
2672 | 2025-01-15T04:32:51.591Z | kflt 0.000786250 |
2673 | 2025-01-15T04:32:51.592Z | lock 47:29.969017428 |
2674 | 2025-01-15T04:32:51.592Z | slp 1:54:43.553532633 |
2675 | 2025-01-15T04:32:51.592Z | lat 1:43.036066850 |
2676 | 2025-01-15T04:32:51.592Z | stop 6:45.903596578 |
2677 | 2025-01-15T04:32:51.592Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2678 | 2025-01-15T04:32:51.592Z | + ptime -m cargo doc --workspace --no-deps |
2679 | 2025-01-15T04:32:52.782Z | warning: output filename collision. |
2680 | 2025-01-15T04:32:52.782Z | 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)`. |
2681 | 2025-01-15T04:32:52.782Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2682 | 2025-01-15T04:32:52.782Z | The targets should have unique names. |
2683 | 2025-01-15T04:32:52.782Z | This is a known bug where multiple crates with the same name use |
2684 | 2025-01-15T04:32:52.782Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2685 | 2025-01-15T04:32:53.241Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2686 | 2025-01-15T04:32:53.311Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2687 | 2025-01-15T04:32:53.332Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2688 | 2025-01-15T04:32:53.372Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2689 | 2025-01-15T04:32:53.395Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2690 | 2025-01-15T04:32:53.427Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2691 | 2025-01-15T04:32:53.427Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2692 | 2025-01-15T04:32:53.644Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2693 | 2025-01-15T04:32:53.684Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2694 | 2025-01-15T04:32:53.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2695 | 2025-01-15T04:32:53.749Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2025-01-15T04:32:53.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2697 | 2025-01-15T04:32:54.062Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2698 | 2025-01-15T04:32:54.222Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2699 | 2025-01-15T04:32:54.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2700 | 2025-01-15T04:32:54.432Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2025-01-15T04:32:54.825Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2702 | 2025-01-15T04:32:55.176Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2703 | 2025-01-15T04:32:55.451Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2704 | 2025-01-15T04:32:55.489Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2705 | 2025-01-15T04:32:55.596Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2706 | 2025-01-15T04:32:55.799Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2707 | 2025-01-15T04:32:55.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2708 | 2025-01-15T04:32:56.186Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2709 | 2025-01-15T04:32:56.535Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2710 | 2025-01-15T04:32:56.997Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2711 | 2025-01-15T04:32:57.091Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2712 | 2025-01-15T04:32:57.446Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2713 | 2025-01-15T04:32:57.579Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2714 | 2025-01-15T04:32:57.646Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2715 | 2025-01-15T04:32:57.681Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2716 | 2025-01-15T04:32:57.891Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2717 | 2025-01-15T04:32:58.043Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2718 | 2025-01-15T04:32:58.064Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2719 | 2025-01-15T04:32:58.084Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2720 | 2025-01-15T04:32:58.410Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2721 | 2025-01-15T04:32:58.534Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2722 | 2025-01-15T04:32:58.730Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2723 | 2025-01-15T04:32:58.751Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2724 | 2025-01-15T04:32:58.970Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2725 | 2025-01-15T04:32:59.009Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2726 | 2025-01-15T04:32:59.081Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2727 | 2025-01-15T04:32:59.103Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2728 | 2025-01-15T04:32:59.889Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2729 | 2025-01-15T04:33:00.275Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2730 | 2025-01-15T04:33:00.684Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2731 | 2025-01-15T04:33:01.744Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2732 | 2025-01-15T04:33:01.893Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2733 | 2025-01-15T04:33:02.281Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2734 | 2025-01-15T04:33:02.752Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2735 | 2025-01-15T04:33:02.917Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2736 | 2025-01-15T04:33:03.896Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2025-01-15T04:33:05.053Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2025-01-15T04:33:05.185Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2025-01-15T04:33:05.289Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2740 | 2025-01-15T04:33:06.214Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2025-01-15T04:33:07.091Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2742 | 2025-01-15T04:33:07.507Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2743 | 2025-01-15T04:33:07.924Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2744 | 2025-01-15T04:33:08.435Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2745 | 2025-01-15T04:33:08.738Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2746 | 2025-01-15T04:33:09.467Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2747 | 2025-01-15T04:33:09.899Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2748 | 2025-01-15T04:33:10.864Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2749 | 2025-01-15T04:33:12.460Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2025-01-15T04:33:13.121Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2751 | 2025-01-15T04:33:13.441Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2752 | 2025-01-15T04:33:13.672Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2753 | 2025-01-15T04:33:14.024Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2754 | 2025-01-15T04:33:14.060Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2755 | 2025-01-15T04:33:14.500Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2756 | 2025-01-15T04:33:14.657Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2757 | 2025-01-15T04:33:14.875Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2758 | 2025-01-15T04:33:16.373Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2759 | 2025-01-15T04:33:16.584Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2760 | 2025-01-15T04:33:17.001Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2025-01-15T04:33:17.181Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2025-01-15T04:33:17.340Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2763 | 2025-01-15T04:33:17.544Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2764 | 2025-01-15T04:33:17.901Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2765 | 2025-01-15T04:33:18.002Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2766 | 2025-01-15T04:33:18.217Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2025-01-15T04:33:18.610Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2768 | 2025-01-15T04:33:18.807Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2769 | 2025-01-15T04:33:19.428Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2770 | 2025-01-15T04:33:19.430Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2771 | 2025-01-15T04:33:19.617Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2772 | 2025-01-15T04:33:20.022Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2773 | 2025-01-15T04:33:20.273Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2774 | 2025-01-15T04:33:20.275Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2775 | 2025-01-15T04:33:21.195Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2776 | 2025-01-15T04:33:21.305Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2777 | 2025-01-15T04:33:21.502Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2778 | 2025-01-15T04:33:21.801Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2779 | 2025-01-15T04:33:21.969Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2780 | 2025-01-15T04:33:21.972Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2781 | 2025-01-15T04:33:22.016Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2782 | 2025-01-15T04:33:22.648Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2783 | 2025-01-15T04:33:22.775Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2784 | 2025-01-15T04:33:23.179Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2785 | 2025-01-15T04:33:23.230Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2786 | 2025-01-15T04:33:23.577Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2787 | 2025-01-15T04:33:24.141Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2788 | 2025-01-15T04:33:24.776Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2789 | 2025-01-15T04:33:26.291Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2790 | 2025-01-15T04:33:26.989Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2791 | 2025-01-15T04:33:27.220Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2792 | 2025-01-15T04:33:28.015Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2793 | 2025-01-15T04:33:28.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2794 | 2025-01-15T04:33:28.155Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2795 | 2025-01-15T04:33:28.436Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2796 | 2025-01-15T04:33:28.539Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2797 | 2025-01-15T04:33:28.876Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2798 | 2025-01-15T04:33:29.293Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2799 | 2025-01-15T04:33:29.989Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2800 | 2025-01-15T04:33:30.375Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2801 | 2025-01-15T04:33:30.413Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2802 | 2025-01-15T04:33:30.464Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2803 | 2025-01-15T04:33:30.772Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2804 | 2025-01-15T04:33:30.825Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2805 | 2025-01-15T04:33:33.684Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-15T04:33:33.825Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2807 | 2025-01-15T04:33:34.969Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2808 | 2025-01-15T04:33:35.045Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2809 | 2025-01-15T04:33:35.511Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2810 | 2025-01-15T04:33:35.931Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2811 | 2025-01-15T04:33:36.070Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2812 | 2025-01-15T04:33:37.509Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2813 | 2025-01-15T04:33:37.559Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2814 | 2025-01-15T04:33:39.412Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2025-01-15T04:33:41.062Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2816 | 2025-01-15T04:33:41.954Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2817 | 2025-01-15T04:33:45.737Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2818 | 2025-01-15T04:33:47.188Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2819 | 2025-01-15T04:33:49.228Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2820 | 2025-01-15T04:33:50.230Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2821 | 2025-01-15T04:33:55.388Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2822 | 2025-01-15T04:33:55.563Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2025-01-15T04:33:56.083Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2824 | 2025-01-15T04:33:56.351Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2825 | 2025-01-15T04:33:58.318Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2826 | 2025-01-15T04:33:58.389Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2827 | 2025-01-15T04:33:59.620Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2828 | 2025-01-15T04:33:59.845Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2829 | 2025-01-15T04:34:00.392Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2830 | 2025-01-15T04:34:01.123Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2831 | 2025-01-15T04:34:02.781Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2832 | 2025-01-15T04:34:04.656Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2833 | 2025-01-15T04:34:05.289Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2834 | 2025-01-15T04:34:07.094Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2835 | 2025-01-15T04:34:07.589Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2836 | 2025-01-15T04:34:08.230Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2837 | 2025-01-15T04:34:08.256Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2838 | 2025-01-15T04:34:09.054Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2839 | 2025-01-15T04:34:10.107Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2840 | 2025-01-15T04:34:11.997Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2841 | 2025-01-15T04:34:12.095Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2025-01-15T04:34:12.792Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2025-01-15T04:34:12.815Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2844 | 2025-01-15T04:34:14.243Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-01-15T04:34:15.675Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2846 | 2025-01-15T04:34:15.848Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2847 | 2025-01-15T04:34:16.026Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2848 | 2025-01-15T04:34:16.597Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2849 | 2025-01-15T04:34:18.915Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2850 | 2025-01-15T04:34:19.421Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2851 | 2025-01-15T04:34:20.059Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2852 | 2025-01-15T04:34:20.107Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2853 | 2025-01-15T04:34:20.358Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2854 | 2025-01-15T04:34:21.195Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2855 | 2025-01-15T04:34:21.799Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2856 | 2025-01-15T04:34:23.584Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2857 | 2025-01-15T04:34:23.683Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2858 | 2025-01-15T04:34:23.999Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2859 | 2025-01-15T04:34:24.440Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2860 | 2025-01-15T04:34:24.593Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2025-01-15T04:34:25.740Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2862 | 2025-01-15T04:34:27.255Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2863 | 2025-01-15T04:34:28.418Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2864 | 2025-01-15T04:34:29.121Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2865 | 2025-01-15T04:34:29.385Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2866 | 2025-01-15T04:34:31.085Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2867 | 2025-01-15T04:34:32.227Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2868 | 2025-01-15T04:34:32.346Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2869 | 2025-01-15T04:34:34.061Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2870 | 2025-01-15T04:34:34.663Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2871 | 2025-01-15T04:34:35.095Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2872 | 2025-01-15T04:34:36.472Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2873 | 2025-01-15T04:34:36.589Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2874 | 2025-01-15T04:34:38.531Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2875 | 2025-01-15T04:34:38.822Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2876 | 2025-01-15T04:34:39.158Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2877 | 2025-01-15T04:34:39.809Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2878 | 2025-01-15T04:34:41.838Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2879 | 2025-01-15T04:34:42.813Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2880 | 2025-01-15T04:34:43.310Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2881 | 2025-01-15T04:34:43.690Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2882 | 2025-01-15T04:34:43.927Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2883 | 2025-01-15T04:34:45.420Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2884 | 2025-01-15T04:34:45.996Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2885 | 2025-01-15T04:34:46.868Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2886 | 2025-01-15T04:34:47.531Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2887 | 2025-01-15T04:34:48.542Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2888 | 2025-01-15T04:34:49.492Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2889 | 2025-01-15T04:34:50.278Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2890 | 2025-01-15T04:34:50.649Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2891 | 2025-01-15T04:34:51.755Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2892 | 2025-01-15T04:34:51.942Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2893 | 2025-01-15T04:34:53.657Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2025-01-15T04:34:54.008Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2895 | 2025-01-15T04:34:54.640Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2896 | 2025-01-15T04:34:55.412Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2897 | 2025-01-15T04:34:56.317Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2898 | 2025-01-15T04:34:56.746Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2899 | 2025-01-15T04:34:57.164Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2900 | 2025-01-15T04:34:57.299Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2901 | 2025-01-15T04:34:58.367Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2902 | 2025-01-15T04:34:58.907Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2903 | 2025-01-15T04:34:59.475Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2904 | 2025-01-15T04:34:59.521Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2905 | 2025-01-15T04:34:59.903Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2906 | 2025-01-15T04:35:00.407Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2907 | 2025-01-15T04:35:00.980Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2908 | 2025-01-15T04:35:15.389Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2909 | 2025-01-15T04:35:15.393Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2910 | 2025-01-15T04:35:15.393Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2911 | 2025-01-15T04:35:15.393Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2912 | 2025-01-15T04:35:15.393Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2913 | 2025-01-15T04:35:16.420Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2914 | 2025-01-15T04:35:16.424Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2915 | 2025-01-15T04:35:16.573Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2916 | 2025-01-15T04:35:18.415Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2917 | 2025-01-15T04:35:23.402Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2918 | 2025-01-15T04:36:01.947Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2919 | 2025-01-15T04:36:08.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s |
2920 | 2025-01-15T04:36:08.685Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2921 | 2025-01-15T04:36:08.752Z | |
2922 | 2025-01-15T04:36:08.758Z | real 3:17.092941966 |
2923 | 2025-01-15T04:36:08.758Z | user 17:32.941484643 |
2924 | 2025-01-15T04:36:08.758Z | sys 2:30.458946613 |
2925 | 2025-01-15T04:36:08.758Z | trap 0.511457015 |
2926 | 2025-01-15T04:36:08.758Z | tflt 0.256105151 |
2927 | 2025-01-15T04:36:08.758Z | dflt 0.092887784 |
2928 | 2025-01-15T04:36:08.758Z | kflt 0.000065390 |
2929 | 2025-01-15T04:36:08.758Z | lock 27:40.103806959 |
2930 | 2025-01-15T04:36:08.758Z | slp 49:34.160189895 |
2931 | 2025-01-15T04:36:08.758Z | lat 1:07.343178370 |
2932 | 2025-01-15T04:36:08.758Z | stop 1:14.809279536 |
2933 | 2025-01-15T04:36:08.758Z | process exited: duration 934662 ms, exit code 0 |
|
2934 | 2025-01-15T04:36:08.766Z | found 0 output files |