|
|
|
1 | 2025-01-24T19:12:31.457Z | job assigned to worker 01JJCVM6Y287F4PQM2WX0GJE5H [factory aws, i-0c2fff230112079ad] (queued for 53 s) |
|
2 | 2025-01-24T19:12:38.876Z | starting task 0: "setup" |
3 | 2025-01-24T19:12:38.888Z | ++ uname -s |
4 | 2025-01-24T19:12:38.891Z | + kern=SunOS |
5 | 2025-01-24T19:12:38.891Z | + case "$kern" in |
6 | 2025-01-24T19:12:38.891Z | + groupadd -g 12345 build |
7 | 2025-01-24T19:12:38.893Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T19:12:40.900Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T19:12:40.995Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T19:12:40.998Z | + home_fs=zfs |
11 | 2025-01-24T19:12:40.998Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T19:12:40.998Z | + mkdir -p /home/build |
13 | 2025-01-24T19:12:41.001Z | + chown build:build /home/build /work |
14 | 2025-01-24T19:12:43.002Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T19:12:43.005Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2025-01-24T19:12:43.011Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T19:12:43.016Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T19:12:43.016Z | * toolchain channel = "1.84.0" |
19 | 2025-01-24T19:12:43.016Z | ' 1.84.0 |
20 | 2025-01-24T19:12:43.016Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-24T19:12:43.016Z | ' default |
22 | 2025-01-24T19:12:43.016Z | * toolchain profile = "default" |
23 | 2025-01-24T19:12:43.019Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T19:12:43.019Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T19:12:43.125Z | info: downloading installer |
26 | 2025-01-24T19:12:44.364Z | info: profile set to 'default' |
27 | 2025-01-24T19:12:44.364Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T19:12:44.367Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T19:12:44.538Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T19:12:44.538Z | info: downloading component 'cargo' |
31 | 2025-01-24T19:12:45.553Z | info: downloading component 'clippy' |
32 | 2025-01-24T19:12:45.954Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T19:12:47.318Z | info: downloading component 'rust-std' |
34 | 2025-01-24T19:12:49.359Z | info: downloading component 'rustc' |
35 | 2025-01-24T19:12:57.162Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T19:12:57.464Z | info: installing component 'cargo' |
37 | 2025-01-24T19:12:58.279Z | info: installing component 'clippy' |
38 | 2025-01-24T19:12:58.653Z | info: installing component 'rust-docs' |
39 | 2025-01-24T19:13:00.360Z | info: installing component 'rust-std' |
40 | 2025-01-24T19:13:02.041Z | info: installing component 'rustc' |
41 | 2025-01-24T19:13:08.000Z | info: installing component 'rustfmt' |
42 | 2025-01-24T19:13:08.330Z | |
43 | 2025-01-24T19:13:08.333Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
44 | 2025-01-24T19:13:08.718Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T19:13:08.718Z | |
46 | 2025-01-24T19:13:08.721Z | |
47 | 2025-01-24T19:13:08.721Z | Rust is installed now. Great! |
48 | 2025-01-24T19:13:08.721Z | |
49 | 2025-01-24T19:13:08.721Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T19:13:08.721Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T19:13:08.721Z | |
52 | 2025-01-24T19:13:08.721Z | To configure your current shell, you need to source |
53 | 2025-01-24T19:13:08.721Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T19:13:08.721Z | |
55 | 2025-01-24T19:13:08.721Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T19:13:08.721Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T19:13:08.721Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T19:13:08.795Z | + rustc --version |
59 | 2025-01-24T19:13:08.859Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T19:13:08.862Z | process exited: duration 25845 ms, exit code 0 |
|
61 | 2025-01-24T19:13:08.867Z | starting task 2: "authentication" |
62 | 2025-01-24T19:13:08.887Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-24T19:13:08.892Z | starting task 3: "clone repository" |
64 | 2025-01-24T19:13:08.897Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T19:13:08.899Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T19:13:08.939Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T19:13:16.401Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T19:13:16.401Z | + git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
69 | 2025-01-24T19:13:16.749Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T19:13:16.749Z | * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD |
71 | 2025-01-24T19:13:16.758Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2025-01-24T19:13:16.761Z | ++ git branch --show-current |
73 | 2025-01-24T19:13:16.763Z | + current=main |
74 | 2025-01-24T19:13:16.763Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2025-01-24T19:13:16.763Z | + git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
76 | 2025-01-24T19:13:16.766Z | + git checkout -f iliana/nexus-tuf |
77 | 2025-01-24T19:13:16.944Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2025-01-24T19:13:16.947Z | + git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
79 | 2025-01-24T19:13:16.970Z | HEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf |
80 | 2025-01-24T19:13:16.972Z | process exited: duration 8077 ms, exit code 0 |
|
81 | 2025-01-24T19:13:16.978Z | starting task 4: "build" |
82 | 2025-01-24T19:13:16.982Z | + source ./env.sh |
83 | 2025-01-24T19:13:16.982Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-24T19:13:16.983Z | ++ set -o xtrace |
85 | 2025-01-24T19:13:16.985Z | ++++ dirname ./env.sh |
86 | 2025-01-24T19:13:16.988Z | +++ readlink -f . |
87 | 2025-01-24T19:13:16.990Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ 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-24T19:13:16.990Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-24T19:13:16.990Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-24T19:13:16.990Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-24T19:13:16.990Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-24T19:13:16.990Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-24T19:13:16.990Z | + cargo --version |
102 | 2025-01-24T19:13:17.051Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-24T19:13:17.054Z | + rustc --version |
104 | 2025-01-24T19:13:17.114Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-24T19:13:17.116Z | + banner prerequisites |
106 | 2025-01-24T19:13:17.119Z | |
107 | 2025-01-24T19:13:17.119Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-24T19:13:17.119Z | # # # # # # # # # # # # # # # |
109 | 2025-01-24T19:13:17.119Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-24T19:13:17.119Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-24T19:13:17.119Z | # # # # # # # # # # # # # # # |
112 | 2025-01-24T19:13:17.119Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-24T19:13:17.119Z | |
114 | 2025-01-24T19:13:17.119Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-24T19:13:18.634Z | pkg list: illegal option -- F |
116 | 2025-01-24T19:13:18.634Z | Usage: |
117 | 2025-01-24T19:13:18.637Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-24T19:13:18.637Z | [pkg_fmri_pattern ...] |
119 | 2025-01-24T19:13:19.464Z | pkg list: illegal option -- F |
120 | 2025-01-24T19:13:19.464Z | Usage: |
121 | 2025-01-24T19:13:19.464Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-24T19:13:19.464Z | [pkg_fmri_pattern ...] |
123 | 2025-01-24T19:13:25.134Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-24T19:13:29.170Z | Startup: Caching catalogs ... Done |
125 | 2025-01-24T19:13:40.212Z | Planning: Solver setup ... Done (10.242s) |
126 | 2025-01-24T19:13:40.357Z | Planning: Running solver ... Done (0.145s) |
127 | 2025-01-24T19:13:40.469Z | Planning: Finding local manifests ... Done (0.006s) |
128 | 2025-01-24T19:13:40.481Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-24T19:13:40.716Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-24T19:13:40.824Z | Planning: Package planning ... Done (0.108s) |
131 | 2025-01-24T19:13:40.881Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-24T19:13:41.074Z | Planning: Checking for conflicting actions ... Done (0.193s) |
133 | 2025-01-24T19:13:42.993Z | Planning: Consolidating action changes ... Done (1.920s) |
134 | 2025-01-24T19:13:43.398Z | Planning: Evaluating mediators ... Done (0.404s) |
135 | 2025-01-24T19:13:43.477Z | Planning: Planning completed in 14.21 seconds |
136 | 2025-01-24T19:13:43.492Z | Packages to install: 4 |
137 | 2025-01-24T19:13:43.492Z | Packages to update: 3 |
138 | 2025-01-24T19:13:43.492Z | Mediators to change: 2 |
139 | 2025-01-24T19:13:43.492Z | Services to change: 1 |
140 | 2025-01-24T19:13:43.495Z | Estimated space available: 155.61 GB |
141 | 2025-01-24T19:13:43.495Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-24T19:13:43.495Z | Create boot environment: No |
143 | 2025-01-24T19:13:43.495Z | Create backup boot environment: Yes |
144 | 2025-01-24T19:13:43.496Z | Rebuild boot archive: No |
145 | 2025-01-24T19:13:43.496Z | |
146 | 2025-01-24T19:13:43.496Z | Changed mediators: |
147 | 2025-01-24T19:13:43.496Z | mediator clang: |
148 | 2025-01-24T19:13:43.496Z | version: None -> 15 (system default) |
149 | 2025-01-24T19:13:43.496Z | |
150 | 2025-01-24T19:13:43.496Z | mediator llvm: |
151 | 2025-01-24T19:13:43.496Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-24T19:13:43.496Z | |
153 | 2025-01-24T19:13:43.496Z | Changed packages: |
154 | 2025-01-24T19:13:43.496Z | helios-dev |
155 | 2025-01-24T19:13:43.496Z | developer/build-essential |
156 | 2025-01-24T19:13:43.496Z | None -> 11-2.0 |
157 | 2025-01-24T19:13:43.496Z | library/libxmlsec1 |
158 | 2025-01-24T19:13:43.496Z | None -> 1.2.35-2.0 |
159 | 2025-01-24T19:13:43.496Z | ooce/developer/clang-15 |
160 | 2025-01-24T19:13:43.496Z | None -> 15.0.7-2.0 |
161 | 2025-01-24T19:13:43.496Z | ooce/developer/llvm-15 |
162 | 2025-01-24T19:13:43.496Z | None -> 15.0.7-2.0 |
163 | 2025-01-24T19:13:43.496Z | package/pkg |
164 | 2025-01-24T19:13:43.496Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-24T19:13:43.496Z | system/library/g++-runtime |
166 | 2025-01-24T19:13:43.496Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-24T19:13:43.496Z | system/library/gcc-runtime |
168 | 2025-01-24T19:13:43.497Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-24T19:13:43.497Z | |
170 | 2025-01-24T19:13:43.497Z | Services: |
171 | 2025-01-24T19:13:43.497Z | restart_fmri: |
172 | 2025-01-24T19:13:43.497Z | svc:/system/update-man-index:default |
173 | 2025-01-24T19:13:43.497Z | |
174 | 2025-01-24T19:13:43.497Z | Editable files to change: |
175 | 2025-01-24T19:13:43.497Z | Update: |
176 | 2025-01-24T19:13:43.497Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-24T19:13:43.570Z | |
178 | 2025-01-24T19:13:43.570Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-24T19:13:48.571Z | Download: 1192/4301 items 79.5/225.4MB 35% complete (15.8M/s) |
180 | 2025-01-24T19:13:53.576Z | Download: 1322/4301 items 103.2/225.4MB 45% complete (10.3M/s) |
181 | 2025-01-24T19:13:58.579Z | Download: 2115/4301 items 118.9/225.4MB 52% complete (4.9M/s) |
182 | 2025-01-24T19:14:03.598Z | Download: 2336/4301 items 119.7/225.4MB 53% complete (1.9M/s) |
183 | 2025-01-24T19:14:08.598Z | Download: 3105/4301 items 132.9/225.4MB 58% complete (1.3M/s) |
184 | 2025-01-24T19:14:14.634Z | Download: 3244/4301 items 202.8/225.4MB 89% complete (8.4M/s) |
185 | 2025-01-24T19:14:27.486Z | Download: 3245/4301 items 202.8/225.4MB 89% complete |
186 | 2025-01-24T19:14:32.423Z | Download: 3666/4301 items 216.2/225.4MB 95% complete (2.8M/s) |
187 | 2025-01-24T19:14:37.857Z | Download: 4201/4301 items 220.5/225.4MB 97% complete (1.9M/s) |
188 | 2025-01-24T19:14:43.136Z | Download: 4206/4301 items 220.5/225.4MB 97% complete (1.7M/s) |
189 | 2025-01-24T19:14:44.392Z | Download: Completed 225.42 MB in 60.81 seconds (3.7M/s) |
190 | 2025-01-24T19:14:46.385Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-24T19:14:46.405Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-24T19:14:51.103Z | Actions: 4267/5122 actions (Updating modified actions) |
193 | 2025-01-24T19:14:51.447Z | Actions: Completed 5122 actions in 5.06 seconds. |
194 | 2025-01-24T19:14:51.849Z | Done (0.394s) |
195 | 2025-01-24T19:14:51.852Z | Done (0.001s) |
196 | 2025-01-24T19:14:52.445Z | Done (0.594s) |
197 | 2025-01-24T19:14:56.766Z | Done (4.088s) |
198 | 2025-01-24T19:14:56.851Z | Done (0.018s) |
199 | 2025-01-24T19:14:56.853Z | Done (0.000s) |
200 | 2025-01-24T19:14:57.009Z | Done (0.000s) |
201 | 2025-01-24T19:14:57.685Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-01-24T19:14:57.844Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-01-24T19:14:57.847Z | Planning: Consolidating action changes ... Done |
204 | 2025-01-24T19:14:58.101Z | Planning: Evaluating mediators ... Done |
205 | 2025-01-24T19:14:58.104Z | Planning: Planning completed in 0.42 seconds |
206 | 2025-01-24T19:14:58.140Z | Mediators to change: 2 |
207 | 2025-01-24T19:14:58.140Z | Create boot environment: No |
208 | 2025-01-24T19:14:58.144Z | Create backup boot environment: No |
209 | 2025-01-24T19:14:58.218Z | Done |
210 | 2025-01-24T19:14:58.218Z | Done |
211 | 2025-01-24T19:14:58.573Z | Done |
212 | 2025-01-24T19:15:02.134Z | Done |
213 | 2025-01-24T19:15:02.220Z | Done |
214 | 2025-01-24T19:15:02.220Z | Done |
215 | 2025-01-24T19:15:02.339Z | Done |
216 | 2025-01-24T19:15:02.944Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-01-24T19:15:02.947Z | Planning: Merging actions ... Done |
218 | 2025-01-24T19:15:03.136Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-01-24T19:15:03.138Z | Planning: Consolidating action changes ... Done |
220 | 2025-01-24T19:15:03.399Z | Planning: Evaluating mediators ... Done |
221 | 2025-01-24T19:15:03.454Z | Planning: Planning completed in 0.75 seconds |
222 | 2025-01-24T19:15:03.495Z | Packages to change: 1 |
223 | 2025-01-24T19:15:03.495Z | Mediators to change: 1 |
224 | 2025-01-24T19:15:03.497Z | Services to change: 1 |
225 | 2025-01-24T19:15:03.497Z | Create boot environment: No |
226 | 2025-01-24T19:15:03.497Z | Create backup boot environment: Yes |
227 | 2025-01-24T19:15:05.683Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-01-24T19:15:05.686Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2025-01-24T19:15:05.686Z | Done |
230 | 2025-01-24T19:15:05.686Z | Done |
231 | 2025-01-24T19:15:05.801Z | Done |
232 | 2025-01-24T19:15:09.406Z | Done |
233 | 2025-01-24T19:15:09.493Z | Done |
234 | 2025-01-24T19:15:09.493Z | Done |
235 | 2025-01-24T19:15:09.617Z | Done |
236 | 2025-01-24T19:15:10.035Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-01-24T19:15:10.036Z | clang system 15 system |
238 | 2025-01-24T19:15:10.036Z | csh system system illumos |
239 | 2025-01-24T19:15:10.036Z | ctags system system illumos |
240 | 2025-01-24T19:15:10.036Z | gcc vendor 12 vendor |
241 | 2025-01-24T19:15:10.036Z | gcc system 10 system |
242 | 2025-01-24T19:15:10.036Z | gcc system 7 system |
243 | 2025-01-24T19:15:10.036Z | go system 1.20 system |
244 | 2025-01-24T19:15:10.036Z | go system 1.19 system |
245 | 2025-01-24T19:15:10.036Z | llvm system 15 system |
246 | 2025-01-24T19:15:10.036Z | llvm system 14 system |
247 | 2025-01-24T19:15:10.036Z | mariadb system 10.6 system |
248 | 2025-01-24T19:15:10.036Z | mta vendor vendor dma |
249 | 2025-01-24T19:15:10.036Z | openjdk system 17 system |
250 | 2025-01-24T19:15:10.036Z | openjdk system 11 system |
251 | 2025-01-24T19:15:10.036Z | openjdk system 1.8 system |
252 | 2025-01-24T19:15:10.036Z | openssl vendor 3 vendor |
253 | 2025-01-24T19:15:10.036Z | perl system 5.36 system |
254 | 2025-01-24T19:15:10.036Z | postgresql system 15 system |
255 | 2025-01-24T19:15:10.036Z | postgresql system 13 system |
256 | 2025-01-24T19:15:10.036Z | python vendor 3 vendor |
257 | 2025-01-24T19:15:10.036Z | python system 2 system |
258 | 2025-01-24T19:15:10.036Z | python3 system 3.11 system |
259 | 2025-01-24T19:15:10.036Z | ruby system 3.0 system |
260 | 2025-01-24T19:15:10.036Z | words vendor vendor american-english |
261 | 2025-01-24T19:15:10.036Z | words system system australian-english |
262 | 2025-01-24T19:15:10.036Z | words system system british-english |
263 | 2025-01-24T19:15:10.036Z | words system system canadian-english |
264 | 2025-01-24T19:15:10.036Z | words system system french |
265 | 2025-01-24T19:15:10.036Z | words system system italian |
266 | 2025-01-24T19:15:10.036Z | words system system ngerman |
267 | 2025-01-24T19:15:10.036Z | words system system ogerman |
268 | 2025-01-24T19:15:10.036Z | words system system spanish |
269 | 2025-01-24T19:15:10.361Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-01-24T19:15:10.362Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-01-24T19:15:13.107Z | FMRI IFO |
272 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
282 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
285 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-01-24T19:15:13.107Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-01-24T19:15:13.842Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-01-24T19:15:14.183Z | Updating crates.io index |
289 | 2025-01-24T19:15:14.226Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
290 | 2025-01-24T19:15:14.569Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2025-01-24T19:15:15.161Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2025-01-24T19:15:15.472Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2025-01-24T19:15:15.751Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2025-01-24T19:15:16.047Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2025-01-24T19:15:16.955Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2025-01-24T19:15:18.557Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2025-01-24T19:15:19.188Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2025-01-24T19:15:19.991Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2025-01-24T19:15:20.258Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2025-01-24T19:15:20.534Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2025-01-24T19:15:21.253Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2025-01-24T19:15:21.533Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-01-24T19:15:21.864Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-01-24T19:15:22.086Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-01-24T19:15:22.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-01-24T19:15:22.584Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-01-24T19:15:22.940Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2025-01-24T19:15:23.245Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
309 | 2025-01-24T19:15:23.601Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-01-24T19:15:24.028Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-01-24T19:15:24.337Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-01-24T19:15:24.866Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-01-24T19:15:25.222Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-01-24T19:15:25.688Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-01-24T19:15:26.085Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-01-24T19:15:26.405Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-01-24T19:15:26.618Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-01-24T19:15:26.917Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-01-24T19:15:28.356Z | Downloading crates ... |
320 | 2025-01-24T19:15:28.410Z | Downloaded anstyle-parse v0.2.5 |
321 | 2025-01-24T19:15:28.414Z | Downloaded clap_lex v0.7.2 |
322 | 2025-01-24T19:15:28.416Z | Downloaded block-buffer v0.10.4 |
323 | 2025-01-24T19:15:28.419Z | Downloaded bytecount v0.6.8 |
324 | 2025-01-24T19:15:28.419Z | Downloaded anstream v0.6.15 |
325 | 2025-01-24T19:15:28.424Z | Downloaded camino-tempfile v1.1.1 |
326 | 2025-01-24T19:15:28.427Z | Downloaded dtrace-parser v0.2.0 |
327 | 2025-01-24T19:15:28.448Z | Downloaded equivalent v1.0.1 |
328 | 2025-01-24T19:15:28.459Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-24T19:15:28.462Z | Downloaded swrite v0.1.0 |
330 | 2025-01-24T19:15:28.462Z | Downloaded scroll_derive v0.12.0 |
331 | 2025-01-24T19:15:28.467Z | Downloaded cpufeatures v0.2.14 |
332 | 2025-01-24T19:15:28.469Z | Downloaded digest v0.10.7 |
333 | 2025-01-24T19:15:28.472Z | Downloaded anstyle v1.0.10 |
334 | 2025-01-24T19:15:28.475Z | Downloaded pretty-hex v0.4.1 |
335 | 2025-01-24T19:15:28.477Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2025-01-24T19:15:28.477Z | Downloaded memmap v0.7.0 |
337 | 2025-01-24T19:15:28.480Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-24T19:15:28.480Z | Downloaded strsim v0.11.1 |
339 | 2025-01-24T19:15:28.483Z | Downloaded heck v0.5.0 |
340 | 2025-01-24T19:15:28.483Z | Downloaded errno v0.3.9 |
341 | 2025-01-24T19:15:28.483Z | Downloaded unicode-linebreak v0.1.5 |
342 | 2025-01-24T19:15:28.486Z | Downloaded crypto-common v0.1.6 |
343 | 2025-01-24T19:15:28.486Z | Downloaded cargo-platform v0.1.8 |
344 | 2025-01-24T19:15:28.486Z | Downloaded autocfg v1.4.0 |
345 | 2025-01-24T19:15:28.489Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2025-01-24T19:15:28.489Z | Downloaded colorchoice v1.0.2 |
347 | 2025-01-24T19:15:28.492Z | Downloaded usdt v0.5.0 |
348 | 2025-01-24T19:15:28.495Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-24T19:15:28.495Z | Downloaded cfg-if v1.0.0 |
350 | 2025-01-24T19:15:28.497Z | Downloaded plain v0.2.3 |
351 | 2025-01-24T19:15:28.502Z | Downloaded tabled_derive v0.7.0 |
352 | 2025-01-24T19:15:28.505Z | Downloaded dof v0.3.0 |
353 | 2025-01-24T19:15:28.506Z | Downloaded heck v0.4.1 |
354 | 2025-01-24T19:15:28.508Z | Downloaded byteorder v1.5.0 |
355 | 2025-01-24T19:15:28.508Z | Downloaded generic-array v0.14.7 |
356 | 2025-01-24T19:15:28.511Z | Downloaded anstyle-query v1.1.1 |
357 | 2025-01-24T19:15:28.513Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-01-24T19:15:28.513Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-01-24T19:15:28.516Z | Downloaded terminal_size v0.4.0 |
360 | 2025-01-24T19:15:28.516Z | Downloaded version_check v0.9.5 |
361 | 2025-01-24T19:15:28.519Z | Downloaded itoa v1.0.11 |
362 | 2025-01-24T19:15:28.519Z | Downloaded serde_spanned v0.6.8 |
363 | 2025-01-24T19:15:28.519Z | Downloaded smawk v0.3.2 |
364 | 2025-01-24T19:15:28.521Z | Downloaded fnv v1.0.7 |
365 | 2025-01-24T19:15:28.522Z | Downloaded cargo_toml v0.20.5 |
366 | 2025-01-24T19:15:28.524Z | Downloaded usdt-impl v0.5.0 |
367 | 2025-01-24T19:15:28.524Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-01-24T19:15:28.524Z | Downloaded pest_generator v2.7.14 |
369 | 2025-01-24T19:15:28.528Z | Downloaded thread-id v4.2.2 |
370 | 2025-01-24T19:15:28.528Z | Downloaded fs-err v2.11.0 |
371 | 2025-01-24T19:15:28.531Z | Downloaded macaddr v1.0.1 |
372 | 2025-01-24T19:15:28.531Z | Downloaded utf8parse v0.2.2 |
373 | 2025-01-24T19:15:28.534Z | Downloaded thiserror v1.0.69 |
374 | 2025-01-24T19:15:28.538Z | Downloaded proc-macro-error v1.0.4 |
375 | 2025-01-24T19:15:28.541Z | Downloaded camino v1.1.9 |
376 | 2025-01-24T19:15:28.544Z | Downloaded scroll v0.12.0 |
377 | 2025-01-24T19:15:28.550Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-01-24T19:15:28.554Z | Downloaded cargo_metadata v0.18.1 |
379 | 2025-01-24T19:15:28.564Z | Downloaded quote v1.0.38 |
380 | 2025-01-24T19:15:28.567Z | Downloaded sha2 v0.10.8 |
381 | 2025-01-24T19:15:28.569Z | Downloaded tempfile v3.13.0 |
382 | 2025-01-24T19:15:28.576Z | Downloaded bitflags v2.6.0 |
383 | 2025-01-24T19:15:28.579Z | Downloaded semver v1.0.24 |
384 | 2025-01-24T19:15:28.582Z | Downloaded pest_meta v2.7.14 |
385 | 2025-01-24T19:15:28.585Z | Downloaded anyhow v1.0.95 |
386 | 2025-01-24T19:15:28.588Z | Downloaded unicode-ident v1.0.14 |
387 | 2025-01-24T19:15:28.590Z | Downloaded ryu v1.0.18 |
388 | 2025-01-24T19:15:28.593Z | Downloaded typenum v1.17.0 |
389 | 2025-01-24T19:15:28.595Z | Downloaded log v0.4.22 |
390 | 2025-01-24T19:15:28.600Z | Downloaded clap_derive v4.5.18 |
391 | 2025-01-24T19:15:28.600Z | Downloaded pest_derive v2.7.14 |
392 | 2025-01-24T19:15:28.602Z | Downloaded textwrap v0.16.1 |
393 | 2025-01-24T19:15:28.602Z | Downloaded proc-macro2 v1.0.92 |
394 | 2025-01-24T19:15:28.605Z | Downloaded once_cell v1.20.2 |
395 | 2025-01-24T19:15:28.607Z | Downloaded clap v4.5.21 |
396 | 2025-01-24T19:15:28.614Z | Downloaded papergrid v0.11.0 |
397 | 2025-01-24T19:15:28.620Z | Downloaded serde_derive v1.0.217 |
398 | 2025-01-24T19:15:28.625Z | Downloaded ucd-trie v0.1.7 |
399 | 2025-01-24T19:15:28.627Z | Downloaded toml v0.8.19 |
400 | 2025-01-24T19:15:28.634Z | Downloaded indexmap v2.7.0 |
401 | 2025-01-24T19:15:28.648Z | Downloaded serde v1.0.217 |
402 | 2025-01-24T19:15:28.651Z | Downloaded memchr v2.7.4 |
403 | 2025-01-24T19:15:28.657Z | Downloaded toml_edit v0.22.22 |
404 | 2025-01-24T19:15:28.677Z | Downloaded hashbrown v0.15.1 |
405 | 2025-01-24T19:15:28.685Z | Downloaded pest v2.7.14 |
406 | 2025-01-24T19:15:28.690Z | Downloaded serde_json v1.0.135 |
407 | 2025-01-24T19:15:28.696Z | Downloaded goblin v0.8.2 |
408 | 2025-01-24T19:15:28.703Z | Downloaded zerocopy v0.7.35 |
409 | 2025-01-24T19:15:28.717Z | Downloaded winnow v0.6.20 |
410 | 2025-01-24T19:15:28.726Z | Downloaded clap_builder v4.5.21 |
411 | 2025-01-24T19:15:28.736Z | Downloaded tabled v0.15.0 |
412 | 2025-01-24T19:15:28.749Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-24T19:15:28.754Z | Downloaded syn v1.0.109 |
414 | 2025-01-24T19:15:28.763Z | Downloaded syn v2.0.96 |
415 | 2025-01-24T19:15:28.773Z | Downloaded rustix v0.38.37 |
416 | 2025-01-24T19:15:28.806Z | Downloaded libc v0.2.169 |
417 | 2025-01-24T19:15:29.110Z | Compiling proc-macro2 v1.0.92 |
418 | 2025-01-24T19:15:29.110Z | Compiling unicode-ident v1.0.14 |
419 | 2025-01-24T19:15:29.114Z | Compiling serde v1.0.217 |
420 | 2025-01-24T19:15:29.114Z | Compiling version_check v0.9.5 |
421 | 2025-01-24T19:15:29.114Z | Compiling memchr v2.7.4 |
422 | 2025-01-24T19:15:29.114Z | Compiling thiserror v1.0.69 |
423 | 2025-01-24T19:15:29.114Z | Compiling libc v0.2.169 |
424 | 2025-01-24T19:15:29.114Z | Compiling ryu v1.0.18 |
425 | 2025-01-24T19:15:29.371Z | Compiling ucd-trie v0.1.7 |
426 | 2025-01-24T19:15:29.600Z | Compiling itoa v1.0.11 |
427 | 2025-01-24T19:15:29.828Z | Compiling once_cell v1.20.2 |
428 | 2025-01-24T19:15:29.903Z | Compiling byteorder v1.5.0 |
429 | 2025-01-24T19:15:30.208Z | Compiling rustix v0.38.37 |
430 | 2025-01-24T19:15:30.234Z | Compiling serde_json v1.0.135 |
431 | 2025-01-24T19:15:30.343Z | Compiling bitflags v2.6.0 |
432 | 2025-01-24T19:15:30.580Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2025-01-24T19:15:30.730Z | Compiling usdt-impl v0.5.0 |
434 | 2025-01-24T19:15:30.755Z | Compiling syn v1.0.109 |
435 | 2025-01-24T19:15:30.818Z | Compiling proc-macro-error v1.0.4 |
436 | 2025-01-24T19:15:30.870Z | Compiling quote v1.0.38 |
437 | 2025-01-24T19:15:32.063Z | Compiling errno v0.3.9 |
438 | 2025-01-24T19:15:32.065Z | Compiling hashbrown v0.15.1 |
439 | 2025-01-24T19:15:32.065Z | Compiling camino v1.1.9 |
440 | 2025-01-24T19:15:32.066Z | Compiling syn v2.0.96 |
441 | 2025-01-24T19:15:32.066Z | Compiling thread-id v4.2.2 |
442 | 2025-01-24T19:15:32.066Z | Compiling log v0.4.22 |
443 | 2025-01-24T19:15:32.066Z | Compiling plain v0.2.3 |
444 | 2025-01-24T19:15:32.066Z | Compiling equivalent v1.0.1 |
445 | 2025-01-24T19:15:32.066Z | Compiling utf8parse v0.2.2 |
446 | 2025-01-24T19:15:32.066Z | Compiling anstyle-parse v0.2.5 |
447 | 2025-01-24T19:15:32.066Z | Compiling anstyle-query v1.1.1 |
448 | 2025-01-24T19:15:32.078Z | Compiling indexmap v2.7.0 |
449 | 2025-01-24T19:15:32.103Z | Compiling colorchoice v1.0.2 |
450 | 2025-01-24T19:15:32.143Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2025-01-24T19:15:32.253Z | Compiling winnow v0.6.20 |
452 | 2025-01-24T19:15:32.280Z | Compiling unicode-width v0.1.14 |
453 | 2025-01-24T19:15:32.305Z | Compiling pretty-hex v0.4.1 |
454 | 2025-01-24T19:15:32.443Z | Compiling autocfg v1.4.0 |
455 | 2025-01-24T19:15:32.553Z | Compiling semver v1.0.24 |
456 | 2025-01-24T19:15:32.839Z | Compiling anstyle v1.0.10 |
457 | 2025-01-24T19:15:33.123Z | Compiling terminal_size v0.4.0 |
458 | 2025-01-24T19:15:33.275Z | Compiling anstream v0.6.15 |
459 | 2025-01-24T19:15:33.413Z | Compiling fs-err v2.11.0 |
460 | 2025-01-24T19:15:33.461Z | Compiling bytecount v0.6.8 |
461 | 2025-01-24T19:15:33.488Z | Compiling fastrand v2.1.1 |
462 | 2025-01-24T19:15:33.663Z | Compiling anyhow v1.0.95 |
463 | 2025-01-24T19:15:33.716Z | Compiling heck v0.4.1 |
464 | 2025-01-24T19:15:33.909Z | Compiling fnv v1.0.7 |
465 | 2025-01-24T19:15:33.973Z | Compiling clap_lex v0.7.2 |
466 | 2025-01-24T19:15:34.070Z | Compiling heck v0.5.0 |
467 | 2025-01-24T19:15:34.089Z | Compiling strsim v0.11.1 |
468 | 2025-01-24T19:15:34.137Z | Compiling cfg-if v1.0.0 |
469 | 2025-01-24T19:15:34.421Z | Compiling clap_builder v4.5.21 |
470 | 2025-01-24T19:15:34.525Z | Compiling tempfile v3.13.0 |
471 | 2025-01-24T19:15:34.704Z | Compiling papergrid v0.11.0 |
472 | 2025-01-24T19:15:34.921Z | Compiling memmap v0.7.0 |
473 | 2025-01-24T19:15:34.970Z | Compiling smawk v0.3.2 |
474 | 2025-01-24T19:15:35.214Z | Compiling unicode-linebreak v0.1.5 |
475 | 2025-01-24T19:15:35.666Z | Compiling textwrap v0.16.1 |
476 | 2025-01-24T19:15:35.699Z | Compiling swrite v0.1.0 |
477 | 2025-01-24T19:15:36.443Z | Compiling tabled_derive v0.7.0 |
478 | 2025-01-24T19:15:38.014Z | Compiling tabled v0.15.0 |
479 | 2025-01-24T19:15:38.083Z | Compiling serde_derive v1.0.217 |
480 | 2025-01-24T19:15:38.083Z | Compiling thiserror-impl v1.0.69 |
481 | 2025-01-24T19:15:38.086Z | Compiling zerocopy-derive v0.7.35 |
482 | 2025-01-24T19:15:38.086Z | Compiling scroll_derive v0.12.0 |
483 | 2025-01-24T19:15:38.086Z | Compiling clap_derive v4.5.18 |
484 | 2025-01-24T19:15:39.380Z | Compiling scroll v0.12.0 |
485 | 2025-01-24T19:15:39.957Z | Compiling goblin v0.8.2 |
486 | 2025-01-24T19:15:39.960Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-24T19:15:41.073Z | Compiling pest v2.7.14 |
488 | 2025-01-24T19:15:41.623Z | Compiling clap v4.5.21 |
489 | 2025-01-24T19:15:43.158Z | Compiling pest_meta v2.7.14 |
490 | 2025-01-24T19:15:44.025Z | Compiling pest_generator v2.7.14 |
491 | 2025-01-24T19:15:45.506Z | Compiling pest_derive v2.7.14 |
492 | 2025-01-24T19:15:46.070Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-01-24T19:15:46.776Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-01-24T19:15:46.819Z | Compiling toml_datetime v0.6.8 |
495 | 2025-01-24T19:15:46.873Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-24T19:15:46.992Z | Compiling cargo-platform v0.1.8 |
497 | 2025-01-24T19:15:47.112Z | Compiling macaddr v1.0.1 |
498 | 2025-01-24T19:15:47.355Z | Compiling toml_edit v0.22.22 |
499 | 2025-01-24T19:15:47.483Z | Compiling camino-tempfile v1.1.1 |
500 | 2025-01-24T19:15:48.133Z | Compiling dof v0.3.0 |
501 | 2025-01-24T19:15:48.234Z | Compiling cargo_metadata v0.18.1 |
502 | 2025-01-24T19:15:49.421Z | Compiling usdt-macro v0.5.0 |
503 | 2025-01-24T19:15:49.421Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-24T19:15:49.930Z | Compiling toml v0.8.19 |
505 | 2025-01-24T19:15:50.518Z | Compiling usdt v0.5.0 |
506 | 2025-01-24T19:15:50.711Z | Compiling cargo_toml v0.20.5 |
507 | 2025-01-24T19:15:53.306Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2025-01-24T19:15:56.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.77s |
509 | 2025-01-24T19:15:56.692Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2025-01-24T19:15:57.194Z | Downloading crates ... |
511 | 2025-01-24T19:15:57.302Z | Downloaded addr2line v0.24.2 |
512 | 2025-01-24T19:15:57.317Z | Downloaded hex-literal v0.4.1 |
513 | 2025-01-24T19:15:57.329Z | Downloaded heck v0.3.3 |
514 | 2025-01-24T19:15:57.330Z | Downloaded hex v0.4.3 |
515 | 2025-01-24T19:15:57.345Z | Downloaded ident_case v1.0.1 |
516 | 2025-01-24T19:15:57.345Z | Downloaded hubpack_derive v0.1.1 |
517 | 2025-01-24T19:15:57.345Z | Downloaded icu_provider_macros v1.5.0 |
518 | 2025-01-24T19:15:57.379Z | Downloaded http-body v1.0.1 |
519 | 2025-01-24T19:15:57.410Z | Downloaded is_ci v1.2.0 |
520 | 2025-01-24T19:15:57.410Z | Downloaded async-trait v0.1.83 |
521 | 2025-01-24T19:15:57.410Z | Downloaded httpdate v1.0.3 |
522 | 2025-01-24T19:15:57.411Z | Downloaded atomic-waker v1.1.2 |
523 | 2025-01-24T19:15:57.411Z | Downloaded match_cfg v0.1.0 |
524 | 2025-01-24T19:15:57.411Z | Downloaded instant v0.1.13 |
525 | 2025-01-24T19:15:57.411Z | Downloaded md5 v0.7.0 |
526 | 2025-01-24T19:15:57.411Z | Downloaded base64 v0.21.7 |
527 | 2025-01-24T19:15:57.411Z | Downloaded mirai-annotations v1.12.0 |
528 | 2025-01-24T19:15:57.411Z | Downloaded psl-types v2.0.11 |
529 | 2025-01-24T19:15:57.411Z | Downloaded home v0.5.9 |
530 | 2025-01-24T19:15:57.411Z | Downloaded idna_adapter v1.2.0 |
531 | 2025-01-24T19:15:57.412Z | Downloaded backtrace v0.3.74 |
532 | 2025-01-24T19:15:57.412Z | Downloaded backoff v0.4.0 |
533 | 2025-01-24T19:15:57.412Z | Downloaded impl-trait-for-tuples v0.2.2 |
534 | 2025-01-24T19:15:57.439Z | Downloaded atty v0.2.14 |
535 | 2025-01-24T19:15:57.439Z | Downloaded aes v0.8.4 |
536 | 2025-01-24T19:15:57.439Z | Downloaded inout v0.1.3 |
537 | 2025-01-24T19:15:57.439Z | Downloaded indent_write v2.2.0 |
538 | 2025-01-24T19:15:57.439Z | Downloaded hyper-tls v0.6.0 |
539 | 2025-01-24T19:15:57.439Z | Downloaded linked-hash-map v0.5.6 |
540 | 2025-01-24T19:15:57.440Z | Downloaded humantime v2.1.0 |
541 | 2025-01-24T19:15:57.440Z | Downloaded memoffset v0.9.1 |
542 | 2025-01-24T19:15:57.440Z | Downloaded maybe-uninit v2.0.0 |
543 | 2025-01-24T19:15:57.440Z | Downloaded lru-cache v0.1.2 |
544 | 2025-01-24T19:15:57.440Z | Downloaded keccak v0.1.5 |
545 | 2025-01-24T19:15:57.440Z | Downloaded heapless v0.8.0 |
546 | 2025-01-24T19:15:57.440Z | Downloaded blowfish v0.9.1 |
547 | 2025-01-24T19:15:57.440Z | Downloaded md-5 v0.10.6 |
548 | 2025-01-24T19:15:57.440Z | Downloaded maplit v1.0.2 |
549 | 2025-01-24T19:15:57.440Z | Downloaded libefi-sys v0.1.0 |
550 | 2025-01-24T19:15:57.506Z | Downloaded lazycell v1.3.0 |
551 | 2025-01-24T19:15:57.507Z | Downloaded is-terminal v0.4.13 |
552 | 2025-01-24T19:15:57.507Z | Downloaded mockall v0.13.0 |
553 | 2025-01-24T19:15:57.507Z | Downloaded buf-list v1.0.3 |
554 | 2025-01-24T19:15:57.507Z | Downloaded mime v0.3.17 |
555 | 2025-01-24T19:15:57.507Z | Downloaded bitfield v0.14.0 |
556 | 2025-01-24T19:15:57.507Z | Downloaded bit-vec v0.6.3 |
557 | 2025-01-24T19:15:57.507Z | Downloaded hyper-rustls v0.27.3 |
558 | 2025-01-24T19:15:57.508Z | Downloaded quinn-udp v0.5.5 |
559 | 2025-01-24T19:15:57.508Z | Downloaded bb8 v0.8.5 |
560 | 2025-01-24T19:15:57.508Z | Downloaded indoc v1.0.9 |
561 | 2025-01-24T19:15:57.508Z | Downloaded hyper-staticfile v0.10.1 |
562 | 2025-01-24T19:15:57.508Z | Downloaded linear-map v1.2.0 |
563 | 2025-01-24T19:15:57.509Z | Downloaded cfg_aliases v0.2.1 |
564 | 2025-01-24T19:15:57.551Z | Downloaded httparse v1.9.5 |
565 | 2025-01-24T19:15:57.551Z | Downloaded crunchy v0.2.2 |
566 | 2025-01-24T19:15:57.551Z | Downloaded memmap2 v0.9.5 |
567 | 2025-01-24T19:15:57.551Z | Downloaded ipnet v2.10.1 |
568 | 2025-01-24T19:15:57.551Z | Downloaded ciborium-io v0.2.2 |
569 | 2025-01-24T19:15:57.552Z | Downloaded litemap v0.7.3 |
570 | 2025-01-24T19:15:57.552Z | Downloaded libloading v0.8.5 |
571 | 2025-01-24T19:15:57.552Z | Downloaded cstr-argument v0.1.2 |
572 | 2025-01-24T19:15:57.553Z | Downloaded async-stream-impl v0.3.6 |
573 | 2025-01-24T19:15:57.553Z | Downloaded highway v1.2.0 |
574 | 2025-01-24T19:15:57.553Z | Downloaded multer v3.1.0 |
575 | 2025-01-24T19:15:57.554Z | Downloaded blake2 v0.10.6 |
576 | 2025-01-24T19:15:57.556Z | Downloaded managed v0.8.0 |
577 | 2025-01-24T19:15:57.557Z | Downloaded sqlparser_derive v0.2.2 |
578 | 2025-01-24T19:15:57.561Z | Downloaded bit-set v0.5.3 |
579 | 2025-01-24T19:15:57.562Z | Downloaded http-range v0.1.5 |
580 | 2025-01-24T19:15:57.562Z | Downloaded take_mut v0.2.2 |
581 | 2025-01-24T19:15:57.562Z | Downloaded mime_guess v2.0.5 |
582 | 2025-01-24T19:15:57.562Z | Downloaded crucible-workspace-hack v0.1.0 |
583 | 2025-01-24T19:15:57.562Z | Downloaded time-core v0.1.2 |
584 | 2025-01-24T19:15:57.562Z | Downloaded lock_api v0.4.12 |
585 | 2025-01-24T19:15:57.562Z | Downloaded ref-cast-impl v1.0.23 |
586 | 2025-01-24T19:15:57.562Z | Downloaded rand_xorshift v0.3.0 |
587 | 2025-01-24T19:15:57.562Z | Downloaded progenitor-client v0.9.1 |
588 | 2025-01-24T19:15:57.562Z | Downloaded icu_locid_transform v1.5.0 |
589 | 2025-01-24T19:15:57.562Z | Downloaded icu_locid_transform_data v1.5.0 |
590 | 2025-01-24T19:15:57.562Z | Downloaded colored v2.1.0 |
591 | 2025-01-24T19:15:57.562Z | Downloaded convert_case v0.4.0 |
592 | 2025-01-24T19:15:57.563Z | Downloaded cobs v0.2.3 |
593 | 2025-01-24T19:15:57.563Z | Downloaded chacha20 v0.9.1 |
594 | 2025-01-24T19:15:57.563Z | Downloaded mockall_derive v0.13.0 |
595 | 2025-01-24T19:15:57.563Z | Downloaded litrs v0.4.1 |
596 | 2025-01-24T19:15:57.563Z | Downloaded crc v3.2.1 |
597 | 2025-01-24T19:15:57.563Z | Downloaded try-lock v0.2.5 |
598 | 2025-01-24T19:15:57.563Z | Downloaded cipher v0.4.4 |
599 | 2025-01-24T19:15:57.563Z | Downloaded rustc-hash v2.0.0 |
600 | 2025-01-24T19:15:57.634Z | Downloaded constant_time_eq v0.3.1 |
601 | 2025-01-24T19:15:57.635Z | Downloaded chrono-tz-build v0.4.0 |
602 | 2025-01-24T19:15:57.635Z | Downloaded universal-hash v0.5.1 |
603 | 2025-01-24T19:15:57.635Z | Downloaded termtree v0.4.1 |
604 | 2025-01-24T19:15:57.635Z | Downloaded adler2 v2.0.0 |
605 | 2025-01-24T19:15:57.635Z | Downloaded cmake v0.1.51 |
606 | 2025-01-24T19:15:57.635Z | Downloaded async-stream v0.3.6 |
607 | 2025-01-24T19:15:57.636Z | Downloaded assert_matches v1.5.0 |
608 | 2025-01-24T19:15:57.636Z | Downloaded simd-adler32 v0.3.7 |
609 | 2025-01-24T19:15:57.636Z | Downloaded serde_path_to_error v0.1.16 |
610 | 2025-01-24T19:15:57.636Z | Downloaded curve25519-dalek-derive v0.1.1 |
611 | 2025-01-24T19:15:57.636Z | Downloaded ctr v0.9.2 |
612 | 2025-01-24T19:15:57.636Z | Downloaded strum_macros v0.25.3 |
613 | 2025-01-24T19:15:57.636Z | Downloaded hostname v0.4.0 |
614 | 2025-01-24T19:15:57.636Z | Downloaded arrayref v0.3.9 |
615 | 2025-01-24T19:15:57.637Z | Downloaded array-init v0.0.4 |
616 | 2025-01-24T19:15:57.637Z | Downloaded ssh-encoding v0.2.0 |
617 | 2025-01-24T19:15:57.637Z | Downloaded foreign-types-shared v0.3.1 |
618 | 2025-01-24T19:15:57.637Z | Downloaded rand_seeder v0.3.0 |
619 | 2025-01-24T19:15:57.637Z | Downloaded lockfree-object-pool v0.1.6 |
620 | 2025-01-24T19:15:57.637Z | Downloaded cexpr v0.6.0 |
621 | 2025-01-24T19:15:57.637Z | Downloaded tiny-keccak v2.0.2 |
622 | 2025-01-24T19:15:57.638Z | Downloaded scheduled-thread-pool v0.2.7 |
623 | 2025-01-24T19:15:57.638Z | Downloaded ciborium v0.2.2 |
624 | 2025-01-24T19:15:57.638Z | Downloaded cancel-safe-futures v0.1.5 |
625 | 2025-01-24T19:15:57.638Z | Downloaded indicatif v0.17.9 |
626 | 2025-01-24T19:15:57.638Z | Downloaded icu_locid v1.5.0 |
627 | 2025-01-24T19:15:57.638Z | Downloaded termtree v0.5.1 |
628 | 2025-01-24T19:15:57.638Z | Downloaded console v0.15.8 |
629 | 2025-01-24T19:15:57.731Z | Downloaded num-conv v0.1.0 |
630 | 2025-01-24T19:15:57.731Z | Downloaded unicode-xid v0.2.6 |
631 | 2025-01-24T19:15:57.731Z | Downloaded slog-stdlog v4.1.1 |
632 | 2025-01-24T19:15:57.732Z | Downloaded peg-runtime v0.8.3 |
633 | 2025-01-24T19:15:57.732Z | Downloaded slog-scope v4.4.0 |
634 | 2025-01-24T19:15:57.732Z | Downloaded crc32fast v1.4.2 |
635 | 2025-01-24T19:15:57.732Z | Downloaded base64 v0.22.1 |
636 | 2025-01-24T19:15:57.732Z | Downloaded xz2 v0.1.7 |
637 | 2025-01-24T19:15:57.732Z | Downloaded base64 v0.13.1 |
638 | 2025-01-24T19:15:57.732Z | Downloaded defmt-macros v0.3.9 |
639 | 2025-01-24T19:15:57.732Z | Downloaded zone v0.3.0 |
640 | 2025-01-24T19:15:57.733Z | Downloaded serde_derive_internals v0.29.1 |
641 | 2025-01-24T19:15:57.733Z | Downloaded async-bb8-diesel v0.2.1 |
642 | 2025-01-24T19:15:57.734Z | Downloaded slog-term v2.9.1 |
643 | 2025-01-24T19:15:57.735Z | Downloaded proc-macro-crate v1.3.1 |
644 | 2025-01-24T19:15:57.736Z | Downloaded either v1.13.0 |
645 | 2025-01-24T19:15:57.736Z | Downloaded diesel-dtrace v0.4.2 |
646 | 2025-01-24T19:15:57.736Z | Downloaded serde-hex v0.1.0 |
647 | 2025-01-24T19:15:57.736Z | Downloaded form_urlencoded v1.2.1 |
648 | 2025-01-24T19:15:57.736Z | Downloaded argon2 v0.5.3 |
649 | 2025-01-24T19:15:57.736Z | Downloaded iana-time-zone v0.1.61 |
650 | 2025-01-24T19:15:57.736Z | Downloaded float-cmp v0.9.0 |
651 | 2025-01-24T19:15:57.736Z | Downloaded darling v0.20.10 |
652 | 2025-01-24T19:15:57.737Z | Downloaded icu_normalizer v1.5.0 |
653 | 2025-01-24T19:15:57.737Z | Downloaded sync_wrapper v1.0.1 |
654 | 2025-01-24T19:15:57.737Z | Downloaded futures-task v0.3.31 |
655 | 2025-01-24T19:15:57.737Z | Downloaded futures-sink v0.3.31 |
656 | 2025-01-24T19:15:57.737Z | Downloaded crossbeam-utils v0.8.20 |
657 | 2025-01-24T19:15:57.737Z | Downloaded headers-core v0.3.0 |
658 | 2025-01-24T19:15:57.737Z | Downloaded tokio-tungstenite v0.24.0 |
659 | 2025-01-24T19:15:57.737Z | Downloaded write16 v1.0.0 |
660 | 2025-01-24T19:15:57.738Z | Downloaded tokio-tungstenite v0.21.0 |
661 | 2025-01-24T19:15:57.738Z | Downloaded zerofrom v0.1.4 |
662 | 2025-01-24T19:15:57.738Z | Downloaded time-macros v0.2.18 |
663 | 2025-01-24T19:15:57.738Z | Downloaded downcast v0.11.0 |
664 | 2025-01-24T19:15:57.738Z | Downloaded num_enum v0.5.11 |
665 | 2025-01-24T19:15:57.738Z | Downloaded powerfmt v0.2.0 |
666 | 2025-01-24T19:15:57.738Z | Downloaded polyval v0.6.2 |
667 | 2025-01-24T19:15:57.738Z | Downloaded progenitor v0.8.0 |
668 | 2025-01-24T19:15:57.738Z | Downloaded quick-error v1.2.3 |
669 | 2025-01-24T19:15:57.738Z | Downloaded yoke v0.7.4 |
670 | 2025-01-24T19:15:57.738Z | Downloaded foreign-types-shared v0.1.1 |
671 | 2025-01-24T19:15:57.738Z | Downloaded des v0.8.1 |
672 | 2025-01-24T19:15:57.739Z | Downloaded strum_macros v0.26.4 |
673 | 2025-01-24T19:15:57.739Z | Downloaded ref-cast v1.0.23 |
674 | 2025-01-24T19:15:57.739Z | Downloaded endian-type v0.1.2 |
675 | 2025-01-24T19:15:57.739Z | Downloaded ppv-lite86 v0.2.20 |
676 | 2025-01-24T19:15:57.739Z | Downloaded slog-json v2.6.1 |
677 | 2025-01-24T19:15:57.739Z | Downloaded slog-envlogger v2.2.0 |
678 | 2025-01-24T19:15:57.739Z | Downloaded signal-hook v0.3.17 |
679 | 2025-01-24T19:15:57.739Z | Downloaded schemars_derive v0.8.21 |
680 | 2025-01-24T19:15:57.775Z | Downloaded compact_str v0.8.0 |
681 | 2025-01-24T19:15:57.775Z | Downloaded foreign-types-macros v0.2.3 |
682 | 2025-01-24T19:15:57.775Z | Downloaded globset v0.4.15 |
683 | 2025-01-24T19:15:57.776Z | Downloaded newline-converter v0.3.0 |
684 | 2025-01-24T19:15:57.776Z | Downloaded tap v1.0.1 |
685 | 2025-01-24T19:15:57.776Z | Downloaded synstructure v0.13.1 |
686 | 2025-01-24T19:15:57.776Z | Downloaded slab v0.4.9 |
687 | 2025-01-24T19:15:57.776Z | Downloaded new_debug_unreachable v1.0.6 |
688 | 2025-01-24T19:15:57.776Z | Downloaded stringprep v0.1.5 |
689 | 2025-01-24T19:15:57.776Z | Downloaded oso-derive v0.27.3 |
690 | 2025-01-24T19:15:57.899Z | Downloaded typify-macro v0.2.0 |
691 | 2025-01-24T19:15:57.899Z | Downloaded tabwriter v1.4.0 |
692 | 2025-01-24T19:15:57.900Z | Downloaded unicase v2.7.0 |
693 | 2025-01-24T19:15:57.900Z | Downloaded minimal-lexical v0.2.1 |
694 | 2025-01-24T19:15:57.900Z | Downloaded document-features v0.2.10 |
695 | 2025-01-24T19:15:57.900Z | Downloaded arc-swap v1.7.1 |
696 | 2025-01-24T19:15:57.900Z | Downloaded data-encoding v2.6.0 |
697 | 2025-01-24T19:15:57.900Z | Downloaded pem-rfc7468 v0.7.0 |
698 | 2025-01-24T19:15:57.900Z | Downloaded foreign-types v0.5.0 |
699 | 2025-01-24T19:15:57.900Z | Downloaded strum v0.26.3 |
700 | 2025-01-24T19:15:57.901Z | Downloaded enum-as-inner v0.6.1 |
701 | 2025-01-24T19:15:57.901Z | Downloaded fragile v2.0.0 |
702 | 2025-01-24T19:15:57.901Z | Downloaded flagset v0.4.6 |
703 | 2025-01-24T19:15:57.901Z | Downloaded serde_with_macros v3.11.0 |
704 | 2025-01-24T19:15:57.901Z | Downloaded hickory-client v0.24.2 |
705 | 2025-01-24T19:15:57.979Z | Downloaded http v1.2.0 |
706 | 2025-01-24T19:15:57.980Z | Downloaded const_format v0.2.33 |
707 | 2025-01-24T19:15:57.980Z | Downloaded num-iter v0.1.45 |
708 | 2025-01-24T19:15:57.980Z | Downloaded hash32 v0.2.1 |
709 | 2025-01-24T19:15:57.980Z | Downloaded uuid v1.12.0 |
710 | 2025-01-24T19:15:57.980Z | Downloaded num-derive v0.4.2 |
711 | 2025-01-24T19:15:57.980Z | Downloaded num-integer v0.1.46 |
712 | 2025-01-24T19:15:57.980Z | Downloaded progenitor-macro v0.9.1 |
713 | 2025-01-24T19:15:57.980Z | Downloaded progenitor-macro v0.8.0 |
714 | 2025-01-24T19:15:57.980Z | Downloaded fxhash v0.2.1 |
715 | 2025-01-24T19:15:57.980Z | Downloaded pin-utils v0.1.0 |
716 | 2025-01-24T19:15:57.980Z | Downloaded parse-display v0.10.0 |
717 | 2025-01-24T19:15:57.981Z | Downloaded tokio-rustls v0.25.0 |
718 | 2025-01-24T19:15:57.981Z | Downloaded displaydoc v0.2.5 |
719 | 2025-01-24T19:15:57.981Z | Downloaded elliptic-curve v0.13.8 |
720 | 2025-01-24T19:15:57.981Z | Downloaded mio v1.0.2 |
721 | 2025-01-24T19:15:57.981Z | Downloaded phf_shared v0.10.0 |
722 | 2025-01-24T19:15:57.981Z | Downloaded openssl-probe v0.1.5 |
723 | 2025-01-24T19:15:57.981Z | Downloaded bumpalo v3.16.0 |
724 | 2025-01-24T19:15:57.981Z | Downloaded serde_urlencoded v0.7.1 |
725 | 2025-01-24T19:15:57.981Z | Downloaded sha1 v0.10.6 |
726 | 2025-01-24T19:15:57.981Z | Downloaded thiserror-no-std v2.0.2 |
727 | 2025-01-24T19:15:57.981Z | Downloaded string_cache v0.8.7 |
728 | 2025-01-24T19:15:57.982Z | Downloaded socket2 v0.5.7 |
729 | 2025-01-24T19:15:57.982Z | Downloaded libxml v0.3.3 |
730 | 2025-01-24T19:15:57.982Z | Downloaded zerovec-derive v0.10.3 |
731 | 2025-01-24T19:15:57.982Z | Downloaded progenitor-client v0.8.0 |
732 | 2025-01-24T19:15:57.982Z | Downloaded tokio-rustls v0.26.0 |
733 | 2025-01-24T19:15:57.982Z | Downloaded fd-lock v4.0.2 |
734 | 2025-01-24T19:15:57.982Z | Downloaded gethostname v0.5.0 |
735 | 2025-01-24T19:15:57.982Z | Downloaded ff v0.13.0 |
736 | 2025-01-24T19:15:57.982Z | Downloaded fallible-iterator v0.3.0 |
737 | 2025-01-24T19:15:57.982Z | Downloaded hashlink v0.9.1 |
738 | 2025-01-24T19:15:57.983Z | Downloaded tokio-rustls v0.24.1 |
739 | 2025-01-24T19:15:57.983Z | Downloaded thiserror-impl-no-std v2.0.2 |
740 | 2025-01-24T19:15:57.983Z | Downloaded fallible-streaming-iterator v0.1.9 |
741 | 2025-01-24T19:15:57.983Z | Downloaded oso v0.27.3 |
742 | 2025-01-24T19:15:57.983Z | Downloaded want v0.3.1 |
743 | 2025-01-24T19:15:57.983Z | Downloaded sync-ptr v0.1.1 |
744 | 2025-01-24T19:15:57.983Z | Downloaded ena v0.14.3 |
745 | 2025-01-24T19:15:57.983Z | Downloaded dsl_auto_type v0.1.2 |
746 | 2025-01-24T19:15:57.984Z | Downloaded futures-macro v0.3.31 |
747 | 2025-01-24T19:15:57.984Z | Downloaded pin-project-lite v0.2.14 |
748 | 2025-01-24T19:15:57.984Z | Downloaded crossbeam-channel v0.5.13 |
749 | 2025-01-24T19:15:57.984Z | Downloaded rustversion v1.0.17 |
750 | 2025-01-24T19:15:57.984Z | Downloaded normalize-line-endings v0.3.0 |
751 | 2025-01-24T19:15:57.984Z | Downloaded progenitor v0.9.1 |
752 | 2025-01-24T19:15:57.985Z | Downloaded phf_shared v0.11.2 |
753 | 2025-01-24T19:15:57.985Z | Downloaded cc v1.1.30 |
754 | 2025-01-24T19:15:57.985Z | Downloaded snafu-derive v0.8.5 |
755 | 2025-01-24T19:15:57.985Z | Downloaded pin-project-internal v1.1.6 |
756 | 2025-01-24T19:15:57.985Z | Downloaded path-slash v0.1.5 |
757 | 2025-01-24T19:15:57.985Z | Downloaded serde_yaml v0.9.34+deprecated |
758 | 2025-01-24T19:15:57.985Z | Downloaded precomputed-hash v0.1.1 |
759 | 2025-01-24T19:15:57.985Z | Downloaded fatfs v0.3.6 |
760 | 2025-01-24T19:15:57.985Z | Downloaded yoke-derive v0.7.4 |
761 | 2025-01-24T19:15:57.985Z | Downloaded thread_local v1.1.8 |
762 | 2025-01-24T19:15:57.985Z | Downloaded thiserror-impl v2.0.11 |
763 | 2025-01-24T19:15:57.986Z | Downloaded siphasher v0.3.11 |
764 | 2025-01-24T19:15:57.986Z | Downloaded serde-big-array v0.5.1 |
765 | 2025-01-24T19:15:57.986Z | Downloaded wyz v0.5.1 |
766 | 2025-01-24T19:15:57.986Z | Downloaded termios v0.3.3 |
767 | 2025-01-24T19:15:57.987Z | Downloaded strip-ansi-escapes v0.2.0 |
768 | 2025-01-24T19:15:57.987Z | Downloaded slog-async v2.8.0 |
769 | 2025-01-24T19:15:57.987Z | Downloaded num-rational v0.4.2 |
770 | 2025-01-24T19:15:57.987Z | Downloaded parking_lot_core v0.8.6 |
771 | 2025-01-24T19:15:57.987Z | Downloaded termcolor v1.4.1 |
772 | 2025-01-24T19:15:57.987Z | Downloaded subtle v2.6.1 |
773 | 2025-01-24T19:15:57.987Z | Downloaded progenitor-impl v0.9.1 |
774 | 2025-01-24T19:15:57.987Z | Downloaded darling_macro v0.20.10 |
775 | 2025-01-24T19:15:57.987Z | Downloaded waitgroup v0.1.2 |
776 | 2025-01-24T19:15:58.008Z | Downloaded vte_generate_state_changes v0.1.2 |
777 | 2025-01-24T19:15:58.008Z | Downloaded derive_more v0.99.18 |
778 | 2025-01-24T19:15:58.008Z | Downloaded dirs-sys-next v0.1.2 |
779 | 2025-01-24T19:15:58.009Z | Downloaded float-ord v0.3.2 |
780 | 2025-01-24T19:15:58.009Z | Downloaded paste v1.0.15 |
781 | 2025-01-24T19:15:58.009Z | Downloaded opaque-debug v0.3.1 |
782 | 2025-01-24T19:15:58.009Z | Downloaded num_threads v0.1.7 |
783 | 2025-01-24T19:15:58.009Z | Downloaded embedded-io v0.4.0 |
784 | 2025-01-24T19:15:58.009Z | Downloaded tokio-stream v0.1.16 |
785 | 2025-01-24T19:15:58.009Z | Downloaded newtype-uuid v1.2.1 |
786 | 2025-01-24T19:15:58.009Z | Downloaded rustls-pemfile v2.2.0 |
787 | 2025-01-24T19:15:58.009Z | Downloaded foldhash v0.1.3 |
788 | 2025-01-24T19:15:58.010Z | Downloaded tungstenite v0.23.0 |
789 | 2025-01-24T19:15:58.010Z | Downloaded idna v1.0.3 |
790 | 2025-01-24T19:15:58.010Z | Downloaded rfc6979 v0.4.0 |
791 | 2025-01-24T19:15:58.010Z | Downloaded vergen v8.3.2 |
792 | 2025-01-24T19:15:58.010Z | Downloaded itertools v0.12.1 |
793 | 2025-01-24T19:15:58.010Z | Downloaded num v0.4.3 |
794 | 2025-01-24T19:15:58.010Z | Downloaded thiserror v2.0.11 |
795 | 2025-01-24T19:15:58.010Z | Downloaded toolchain_find v0.4.0 |
796 | 2025-01-24T19:15:58.010Z | Downloaded spki v0.7.3 |
797 | 2025-01-24T19:15:58.010Z | Downloaded sqlformat v0.2.6 |
798 | 2025-01-24T19:15:58.010Z | Downloaded untrusted v0.9.0 |
799 | 2025-01-24T19:15:58.011Z | Downloaded tokio-postgres v0.7.12 |
800 | 2025-01-24T19:15:58.011Z | Downloaded zone_cfg_derive v0.3.0 |
801 | 2025-01-24T19:15:58.011Z | Downloaded zone_cfg_derive v0.1.2 |
802 | 2025-01-24T19:15:58.011Z | Downloaded smf v0.2.3 |
803 | 2025-01-24T19:15:58.011Z | Downloaded prettyplease v0.2.25 |
804 | 2025-01-24T19:15:58.011Z | Downloaded qorb v0.2.1 |
805 | 2025-01-24T19:15:58.011Z | Downloaded funty v2.0.0 |
806 | 2025-01-24T19:15:58.011Z | Downloaded foreign-types v0.3.2 |
807 | 2025-01-24T19:15:58.061Z | Downloaded pkcs5 v0.7.1 |
808 | 2025-01-24T19:15:58.062Z | Downloaded pin-project v1.1.6 |
809 | 2025-01-24T19:15:58.062Z | Downloaded pretty-hex v0.2.1 |
810 | 2025-01-24T19:15:58.062Z | Downloaded itertools v0.10.5 |
811 | 2025-01-24T19:15:58.095Z | Downloaded pkcs8 v0.10.2 |
812 | 2025-01-24T19:15:58.096Z | Downloaded nu-ansi-term v0.50.1 |
813 | 2025-01-24T19:15:58.096Z | Downloaded test-strategy v0.3.1 |
814 | 2025-01-24T19:15:58.096Z | Downloaded parse-size v1.1.0 |
815 | 2025-01-24T19:15:58.097Z | Downloaded postgres-types v0.2.8 |
816 | 2025-01-24T19:15:58.097Z | Downloaded tower-service v0.3.3 |
817 | 2025-01-24T19:15:58.097Z | Downloaded diesel_derives v2.2.3 |
818 | 2025-01-24T19:15:58.097Z | Downloaded same-file v1.0.6 |
819 | 2025-01-24T19:15:58.097Z | Downloaded unarray v0.1.4 |
820 | 2025-01-24T19:15:58.097Z | Downloaded topological-sort v0.2.2 |
821 | 2025-01-24T19:15:58.097Z | Downloaded spin v0.9.8 |
822 | 2025-01-24T19:15:58.097Z | Downloaded ed25519 v2.2.3 |
823 | 2025-01-24T19:15:58.098Z | Downloaded itertools v0.13.0 |
824 | 2025-01-24T19:15:58.098Z | Downloaded wait-timeout v0.2.0 |
825 | 2025-01-24T19:15:58.098Z | Downloaded futures-executor v0.3.31 |
826 | 2025-01-24T19:15:58.098Z | Downloaded fixedbitset v0.4.2 |
827 | 2025-01-24T19:15:58.098Z | Downloaded futures-core v0.3.31 |
828 | 2025-01-24T19:15:58.098Z | Downloaded resolv-conf v0.7.0 |
829 | 2025-01-24T19:15:58.185Z | Downloaded rayon-core v1.12.1 |
830 | 2025-01-24T19:15:58.185Z | Downloaded half v2.4.1 |
831 | 2025-01-24T19:15:58.185Z | Downloaded display-error-chain v0.2.2 |
832 | 2025-01-24T19:15:58.185Z | Downloaded dropshot_endpoint v0.12.0 |
833 | 2025-01-24T19:15:58.185Z | Downloaded dirs-next v2.0.0 |
834 | 2025-01-24T19:15:58.186Z | Downloaded predicates-tree v1.0.11 |
835 | 2025-01-24T19:15:58.186Z | Downloaded tinyvec_macros v0.1.1 |
836 | 2025-01-24T19:15:58.186Z | Downloaded postcard v1.0.10 |
837 | 2025-01-24T19:15:58.186Z | Downloaded strum_macros v0.24.3 |
838 | 2025-01-24T19:15:58.186Z | Downloaded scopeguard v1.2.0 |
839 | 2025-01-24T19:15:58.186Z | Downloaded percent-encoding v2.3.1 |
840 | 2025-01-24T19:15:58.186Z | Downloaded dyn-clone v1.0.17 |
841 | 2025-01-24T19:15:58.186Z | Downloaded embedded-io v0.6.1 |
842 | 2025-01-24T19:15:58.186Z | Downloaded hkdf v0.12.4 |
843 | 2025-01-24T19:15:58.186Z | Downloaded tinystr v0.7.6 |
844 | 2025-01-24T19:15:58.186Z | Downloaded dunce v1.0.5 |
845 | 2025-01-24T19:15:58.186Z | Downloaded static_assertions v1.1.0 |
846 | 2025-01-24T19:15:58.186Z | Downloaded slog-bunyan v2.5.0 |
847 | 2025-01-24T19:15:58.187Z | Downloaded progenitor-impl v0.8.0 |
848 | 2025-01-24T19:15:58.187Z | Downloaded sigpipe v0.1.3 |
849 | 2025-01-24T19:15:58.187Z | Downloaded russh-keys v0.45.0 |
850 | 2025-01-24T19:15:58.187Z | Downloaded walkdir v2.5.0 |
851 | 2025-01-24T19:15:58.187Z | Downloaded structmeta v0.2.0 |
852 | 2025-01-24T19:15:58.187Z | Downloaded salsa20 v0.10.2 |
853 | 2025-01-24T19:15:58.188Z | Downloaded rustfmt-wrapper v0.2.1 |
854 | 2025-01-24T19:15:58.188Z | Downloaded rand_core v0.6.4 |
855 | 2025-01-24T19:15:58.188Z | Downloaded rand_chacha v0.3.1 |
856 | 2025-01-24T19:15:58.244Z | Downloaded packed_struct_codegen v0.10.1 |
857 | 2025-01-24T19:15:58.244Z | Downloaded env_filter v0.1.2 |
858 | 2025-01-24T19:15:58.244Z | Downloaded zerocopy-derive v0.8.10 |
859 | 2025-01-24T19:15:58.244Z | Downloaded typify-macro v0.3.0 |
860 | 2025-01-24T19:15:58.244Z | Downloaded fs_extra v1.3.0 |
861 | 2025-01-24T19:15:58.244Z | Downloaded owo-colors v4.1.0 |
862 | 2025-01-24T19:15:58.245Z | Downloaded num-complex v0.4.6 |
863 | 2025-01-24T19:15:58.245Z | Downloaded futures-channel v0.3.31 |
864 | 2025-01-24T19:15:58.245Z | Downloaded flume v0.11.1 |
865 | 2025-01-24T19:15:58.245Z | Downloaded quinn v0.11.5 |
866 | 2025-01-24T19:15:58.245Z | Downloaded number_prefix v0.4.0 |
867 | 2025-01-24T19:15:58.245Z | Downloaded signal-hook-tokio v0.3.1 |
868 | 2025-01-24T19:15:58.245Z | Downloaded glob v0.3.1 |
869 | 2025-01-24T19:15:58.245Z | Downloaded sct v0.7.1 |
870 | 2025-01-24T19:15:58.246Z | Downloaded publicsuffix v2.3.0 |
871 | 2025-01-24T19:15:58.246Z | Downloaded tls_codec v0.4.1 |
872 | 2025-01-24T19:15:58.246Z | Downloaded structmeta v0.3.0 |
873 | 2025-01-24T19:15:58.246Z | Downloaded ecdsa v0.16.9 |
874 | 2025-01-24T19:15:58.246Z | Downloaded vsss-rs v3.3.4 |
875 | 2025-01-24T19:15:58.246Z | Downloaded r2d2 v0.8.10 |
876 | 2025-01-24T19:15:58.246Z | Downloaded tls_codec_derive v0.4.1 |
877 | 2025-01-24T19:15:58.246Z | Downloaded rtoolbox v0.0.2 |
878 | 2025-01-24T19:15:58.247Z | Downloaded deranged v0.3.11 |
879 | 2025-01-24T19:15:58.247Z | Downloaded packed_struct v0.10.1 |
880 | 2025-01-24T19:15:58.247Z | Downloaded tinyvec v1.8.0 |
881 | 2025-01-24T19:15:58.247Z | Downloaded rpassword v7.3.1 |
882 | 2025-01-24T19:15:58.247Z | Downloaded olpc-cjson v0.1.4 |
883 | 2025-01-24T19:15:58.247Z | Downloaded env_logger v0.10.2 |
884 | 2025-01-24T19:15:58.247Z | Downloaded nodrop v0.1.14 |
885 | 2025-01-24T19:15:58.247Z | Downloaded typify v0.2.0 |
886 | 2025-01-24T19:15:58.247Z | Downloaded secrecy v0.8.0 |
887 | 2025-01-24T19:15:58.247Z | Downloaded derive-where v1.2.7 |
888 | 2025-01-24T19:15:58.247Z | Downloaded bitvec v1.0.1 |
889 | 2025-01-24T19:15:58.273Z | Downloaded russh-cryptovec v0.7.3 |
890 | 2025-01-24T19:15:58.273Z | Downloaded ed25519-dalek v2.1.1 |
891 | 2025-01-24T19:15:58.273Z | Downloaded diesel_table_macro_syntax v0.2.0 |
892 | 2025-01-24T19:15:58.273Z | Downloaded phf v0.11.2 |
893 | 2025-01-24T19:15:58.273Z | Downloaded tui-tree-widget v0.22.0 |
894 | 2025-01-24T19:15:58.273Z | Downloaded uzers v0.12.1 |
895 | 2025-01-24T19:15:58.273Z | Downloaded signal-hook-mio v0.2.4 |
896 | 2025-01-24T19:15:58.273Z | Downloaded signal-hook-registry v1.4.2 |
897 | 2025-01-24T19:15:58.273Z | Downloaded primeorder v0.13.6 |
898 | 2025-01-24T19:15:58.273Z | Downloaded predicates-core v1.0.8 |
899 | 2025-01-24T19:15:58.273Z | Downloaded shlex v1.3.0 |
900 | 2025-01-24T19:15:58.274Z | Downloaded bindgen v0.69.5 |
901 | 2025-01-24T19:15:58.274Z | Downloaded signature v2.2.0 |
902 | 2025-01-24T19:15:58.274Z | Downloaded newtype_derive v0.1.6 |
903 | 2025-01-24T19:15:58.274Z | Downloaded unicode-segmentation v1.12.0 |
904 | 2025-01-24T19:15:58.274Z | Downloaded samael v0.0.17 |
905 | 2025-01-24T19:15:58.274Z | Downloaded pkg-config v0.3.31 |
906 | 2025-01-24T19:15:58.274Z | Downloaded phf_codegen v0.11.2 |
907 | 2025-01-24T19:15:58.274Z | Downloaded nibble_vec v0.1.0 |
908 | 2025-01-24T19:15:58.274Z | Downloaded unicode-bidi v0.3.17 |
909 | 2025-01-24T19:15:58.274Z | Downloaded der_derive v0.7.3 |
910 | 2025-01-24T19:15:58.274Z | Downloaded x509-cert v0.2.5 |
911 | 2025-01-24T19:15:58.327Z | Downloaded ghash v0.5.1 |
912 | 2025-01-24T19:15:58.327Z | Downloaded futures-io v0.3.31 |
913 | 2025-01-24T19:15:58.327Z | Downloaded similar v2.6.0 |
914 | 2025-01-24T19:15:58.327Z | Downloaded rustc_version v0.4.1 |
915 | 2025-01-24T19:15:58.327Z | Downloaded difflib v0.4.0 |
916 | 2025-01-24T19:15:58.327Z | Downloaded value-bag v1.9.0 |
917 | 2025-01-24T19:15:58.327Z | Downloaded p256 v0.13.2 |
918 | 2025-01-24T19:15:58.327Z | Downloaded radium v0.7.0 |
919 | 2025-01-24T19:15:58.328Z | Downloaded tracing-attributes v0.1.27 |
920 | 2025-01-24T19:15:58.360Z | Downloaded proptest v1.5.0 |
921 | 2025-01-24T19:15:58.360Z | Downloaded fallible-iterator v0.2.0 |
922 | 2025-01-24T19:15:58.360Z | Downloaded hash32 v0.3.1 |
923 | 2025-01-24T19:15:58.360Z | Downloaded phf_generator v0.11.2 |
924 | 2025-01-24T19:15:58.361Z | Downloaded poly1305 v0.8.0 |
925 | 2025-01-24T19:15:58.361Z | Downloaded rand v0.8.5 |
926 | 2025-01-24T19:15:58.361Z | Downloaded derive_builder v0.20.2 |
927 | 2025-01-24T19:15:58.361Z | Downloaded rustls-webpki v0.101.7 |
928 | 2025-01-24T19:15:58.361Z | Downloaded predicates v3.1.2 |
929 | 2025-01-24T19:15:58.361Z | Downloaded getrandom v0.2.15 |
930 | 2025-01-24T19:15:58.361Z | Downloaded defmt-parser v0.3.4 |
931 | 2025-01-24T19:15:58.361Z | Downloaded unicode-properties v0.1.3 |
932 | 2025-01-24T19:15:58.362Z | Downloaded zerovec v0.10.4 |
933 | 2025-01-24T19:15:58.362Z | Downloaded expectorate v1.1.0 |
934 | 2025-01-24T19:15:58.362Z | Downloaded num-bigint v0.4.6 |
935 | 2025-01-24T19:15:58.404Z | Downloaded zip v0.6.6 |
936 | 2025-01-24T19:15:58.405Z | Downloaded num-traits v0.2.19 |
937 | 2025-01-24T19:15:58.405Z | Downloaded icu_properties_data v1.5.0 |
938 | 2025-01-24T19:15:58.405Z | Downloaded tungstenite v0.24.0 |
939 | 2025-01-24T19:15:58.405Z | Downloaded zopfli v0.8.1 |
940 | 2025-01-24T19:15:58.405Z | Downloaded toml_edit v0.19.15 |
941 | 2025-01-24T19:15:58.471Z | Downloaded toml v0.7.8 |
942 | 2025-01-24T19:15:58.471Z | Downloaded tracing-core v0.1.32 |
943 | 2025-01-24T19:15:58.472Z | Downloaded parse-zoneinfo v0.3.1 |
944 | 2025-01-24T19:15:58.472Z | Downloaded nom v7.1.3 |
945 | 2025-01-24T19:15:58.473Z | Downloaded tungstenite v0.21.0 |
946 | 2025-01-24T19:15:58.473Z | Downloaded ssh-key v0.6.6 |
947 | 2025-01-24T19:15:58.473Z | Downloaded rsa v0.9.6 |
948 | 2025-01-24T19:15:58.473Z | Downloaded url v2.5.3 |
949 | 2025-01-24T19:15:58.473Z | Downloaded zip v2.1.3 |
950 | 2025-01-24T19:15:58.473Z | Downloaded rustyline v14.0.0 |
951 | 2025-01-24T19:15:58.473Z | Downloaded quick-xml v0.33.0 |
952 | 2025-01-24T19:15:58.506Z | Downloaded ron v0.7.1 |
953 | 2025-01-24T19:15:58.506Z | Downloaded reqwest v0.12.9 |
954 | 2025-01-24T19:15:58.507Z | Downloaded tracing v0.1.40 |
955 | 2025-01-24T19:15:58.507Z | Downloaded der v0.7.9 |
956 | 2025-01-24T19:15:58.507Z | Downloaded winnow v0.5.40 |
957 | 2025-01-24T19:15:58.507Z | Downloaded futures-util v0.3.31 |
958 | 2025-01-24T19:15:58.507Z | Downloaded chrono v0.4.39 |
959 | 2025-01-24T19:15:58.539Z | Downloaded rayon v1.10.0 |
960 | 2025-01-24T19:15:58.539Z | Downloaded rusqlite v0.32.1 |
961 | 2025-01-24T19:15:58.539Z | Downloaded sqlparser v0.45.0 |
962 | 2025-01-24T19:15:58.540Z | Downloaded hashbrown v0.13.2 |
963 | 2025-01-24T19:15:58.540Z | Downloaded darling_core v0.20.10 |
964 | 2025-01-24T19:15:58.540Z | Downloaded num-bigint-dig v0.8.4 |
965 | 2025-01-24T19:15:58.541Z | Downloaded rustls-webpki v0.102.8 |
966 | 2025-01-24T19:15:58.619Z | Downloaded unicode-normalization v0.1.24 |
967 | 2025-01-24T19:15:58.619Z | Downloaded hashbrown v0.12.3 |
968 | 2025-01-24T19:15:58.620Z | Downloaded lalrpop v0.19.12 |
969 | 2025-01-24T19:15:58.620Z | Downloaded salty v0.3.0 |
970 | 2025-01-24T19:15:58.620Z | Downloaded quinn-proto v0.11.8 |
971 | 2025-01-24T19:15:58.620Z | Downloaded h2 v0.4.6 |
972 | 2025-01-24T19:15:58.620Z | Downloaded curve25519-dalek v4.1.3 |
973 | 2025-01-24T19:15:58.703Z | Downloaded tough v0.19.0 |
974 | 2025-01-24T19:15:58.703Z | Downloaded portable-atomic v1.9.0 |
975 | 2025-01-24T19:15:58.703Z | Downloaded hashbrown v0.14.5 |
976 | 2025-01-24T19:15:58.703Z | Downloaded regex v1.11.1 |
977 | 2025-01-24T19:15:58.704Z | Downloaded webpki-roots v0.26.6 |
978 | 2025-01-24T19:15:58.704Z | Downloaded regex-syntax v0.6.29 |
979 | 2025-01-24T19:15:58.704Z | Downloaded vcpkg v0.2.15 |
980 | 2025-01-24T19:15:58.730Z | Downloaded p384 v0.13.0 |
981 | 2025-01-24T19:15:58.730Z | Downloaded hickory-proto v0.24.2 |
982 | 2025-01-24T19:15:58.730Z | Downloaded zerocopy v0.8.10 |
983 | 2025-01-24T19:15:58.765Z | Downloaded git2 v0.19.0 |
984 | 2025-01-24T19:15:58.765Z | Downloaded smoltcp v0.9.1 |
985 | 2025-01-24T19:15:58.852Z | Downloaded radix_trie v0.2.1 |
986 | 2025-01-24T19:15:58.852Z | Downloaded object v0.36.5 |
987 | 2025-01-24T19:15:58.852Z | Downloaded rustls v0.23.19 |
988 | 2025-01-24T19:15:58.852Z | Downloaded object v0.30.4 |
989 | 2025-01-24T19:15:58.853Z | Downloaded polar-core v0.27.3 |
990 | 2025-01-24T19:15:58.853Z | Downloaded nix v0.29.0 |
991 | 2025-01-24T19:15:58.930Z | Downloaded regex-syntax v0.8.5 |
992 | 2025-01-24T19:15:58.930Z | Downloaded smoltcp v0.11.0 |
993 | 2025-01-24T19:15:58.931Z | Downloaded openapiv3 v2.0.0 |
994 | 2025-01-24T19:15:58.931Z | Downloaded rustls v0.22.4 |
995 | 2025-01-24T19:15:58.931Z | Downloaded regress v0.10.1 |
996 | 2025-01-24T19:15:58.931Z | Downloaded typify-impl v0.2.0 |
997 | 2025-01-24T19:15:58.931Z | Downloaded regress v0.9.1 |
998 | 2025-01-24T19:15:58.931Z | Downloaded chrono-tz v0.10.1 |
999 | 2025-01-24T19:15:58.931Z | Downloaded nix v0.28.0 |
1000 | 2025-01-24T19:15:58.996Z | Downloaded sled v0.34.7 |
1001 | 2025-01-24T19:15:58.996Z | Downloaded typify-impl v0.3.0 |
1002 | 2025-01-24T19:15:58.996Z | Downloaded regex-automata v0.4.8 |
1003 | 2025-01-24T19:15:58.996Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1004 | 2025-01-24T19:15:58.996Z | Downloaded diesel v2.2.6 |
1005 | 2025-01-24T19:15:59.088Z | Downloaded ratatui v0.28.1 |
1006 | 2025-01-24T19:15:59.088Z | Downloaded zerocopy-derive v0.6.6 |
1007 | 2025-01-24T19:15:59.088Z | Downloaded petname v2.0.2 |
1008 | 2025-01-24T19:15:59.088Z | Downloaded openssl v0.10.66 |
1009 | 2025-01-24T19:15:59.088Z | Downloaded nix v0.27.1 |
1010 | 2025-01-24T19:15:59.088Z | Downloaded dropshot v0.15.1 |
1011 | 2025-01-24T19:15:59.122Z | Downloaded lzma-sys v0.1.20 |
1012 | 2025-01-24T19:15:59.122Z | Downloaded gimli v0.31.1 |
1013 | 2025-01-24T19:15:59.122Z | Downloaded rustls v0.21.12 |
1014 | 2025-01-24T19:15:59.122Z | Downloaded dropshot v0.12.0 |
1015 | 2025-01-24T19:15:59.182Z | Downloaded petgraph v0.6.5 |
1016 | 2025-01-24T19:15:59.183Z | Downloaded libz-sys v1.1.20 |
1017 | 2025-01-24T19:15:59.226Z | Downloaded bstr v1.10.0 |
1018 | 2025-01-24T19:15:59.226Z | Downloaded unicode-width v0.2.0 |
1019 | 2025-01-24T19:15:59.226Z | Downloaded omicron-zone-package v0.12.0 |
1020 | 2025-01-24T19:15:59.226Z | Downloaded serde_with v3.11.0 |
1021 | 2025-01-24T19:15:59.226Z | Downloaded reedline v0.35.0 |
1022 | 2025-01-24T19:15:59.226Z | Downloaded tokio-util v0.7.12 |
1023 | 2025-01-24T19:15:59.226Z | Downloaded sha3 v0.10.8 |
1024 | 2025-01-24T19:15:59.226Z | Downloaded csv v1.3.0 |
1025 | 2025-01-24T19:15:59.256Z | Downloaded openssl-sys v0.9.103 |
1026 | 2025-01-24T19:15:59.256Z | Downloaded aho-corasick v1.1.3 |
1027 | 2025-01-24T19:15:59.256Z | Downloaded p521 v0.13.3 |
1028 | 2025-01-24T19:15:59.256Z | Downloaded aws-lc-rs v1.10.0 |
1029 | 2025-01-24T19:15:59.256Z | Downloaded untrusted v0.7.1 |
1030 | 2025-01-24T19:15:59.256Z | Downloaded sec1 v0.7.3 |
1031 | 2025-01-24T19:15:59.275Z | Downloaded tokio v1.43.0 |
1032 | 2025-01-24T19:15:59.285Z | Downloaded filetime v0.2.25 |
1033 | 2025-01-24T19:15:59.295Z | Downloaded zerocopy v0.6.6 |
1034 | 2025-01-24T19:15:59.295Z | Downloaded typify v0.3.0 |
1035 | 2025-01-24T19:15:59.296Z | Downloaded subprocess v0.2.9 |
1036 | 2025-01-24T19:15:59.296Z | Downloaded aes-gcm v0.10.3 |
1037 | 2025-01-24T19:15:59.308Z | Downloaded futures v0.3.31 |
1038 | 2025-01-24T19:15:59.308Z | Downloaded flate2 v1.0.35 |
1039 | 2025-01-24T19:15:59.308Z | Downloaded diff v0.1.13 |
1040 | 2025-01-24T19:15:59.308Z | Downloaded vte v0.11.1 |
1041 | 2025-01-24T19:15:59.314Z | Downloaded dropshot_endpoint v0.15.1 |
1042 | 2025-01-24T19:15:59.315Z | Downloaded smallvec v1.13.2 |
1043 | 2025-01-24T19:15:59.315Z | Downloaded rustc-demangle v0.1.24 |
1044 | 2025-01-24T19:15:59.315Z | Downloaded postgres-protocol v0.6.7 |
1045 | 2025-01-24T19:15:59.321Z | Downloaded stable_deref_trait v1.2.0 |
1046 | 2025-01-24T19:15:59.321Z | Downloaded blake3 v1.5.4 |
1047 | 2025-01-24T19:15:59.343Z | Downloaded steno v0.4.1 |
1048 | 2025-01-24T19:15:59.344Z | Downloaded time v0.3.36 |
1049 | 2025-01-24T19:15:59.368Z | Downloaded password-hash v0.5.0 |
1050 | 2025-01-24T19:15:59.368Z | Downloaded pbkdf2 v0.12.2 |
1051 | 2025-01-24T19:15:59.368Z | Downloaded pbkdf2 v0.11.0 |
1052 | 2025-01-24T19:15:59.368Z | Downloaded snafu v0.8.5 |
1053 | 2025-01-24T19:15:59.368Z | Downloaded russh v0.45.0 |
1054 | 2025-01-24T19:15:59.370Z | Downloaded libm v0.2.8 |
1055 | 2025-01-24T19:15:59.419Z | Downloaded crossterm v0.28.1 |
1056 | 2025-01-24T19:15:59.419Z | Downloaded rcgen v0.12.1 |
1057 | 2025-01-24T19:15:59.419Z | Downloaded typed-path v0.9.3 |
1058 | 2025-01-24T19:15:59.419Z | Downloaded smallvec v0.6.14 |
1059 | 2025-01-24T19:15:59.420Z | Downloaded encoding_rs v0.8.34 |
1060 | 2025-01-24T19:15:59.420Z | Downloaded slog-dtrace v0.3.0 |
1061 | 2025-01-24T19:15:59.420Z | Downloaded term v0.7.0 |
1062 | 2025-01-24T19:15:59.420Z | Downloaded supports-color v3.0.1 |
1063 | 2025-01-24T19:15:59.421Z | Downloaded serde_plain v1.0.2 |
1064 | 2025-01-24T19:15:59.421Z | Downloaded rustc_version v0.1.7 |
1065 | 2025-01-24T19:15:59.421Z | Downloaded headers v0.4.0 |
1066 | 2025-01-24T19:15:59.464Z | Downloaded hyper v1.5.2 |
1067 | 2025-01-24T19:15:59.464Z | Downloaded heapless v0.7.17 |
1068 | 2025-01-24T19:15:59.464Z | Downloaded parking_lot v0.12.3 |
1069 | 2025-01-24T19:15:59.464Z | Downloaded derive_builder_core v0.20.2 |
1070 | 2025-01-24T19:15:59.464Z | Downloaded parking_lot v0.11.2 |
1071 | 2025-01-24T19:15:59.464Z | Downloaded tar v0.4.42 |
1072 | 2025-01-24T19:15:59.465Z | Downloaded rustls-pemfile v1.0.4 |
1073 | 2025-01-24T19:15:59.465Z | Downloaded crypto-bigint v0.5.5 |
1074 | 2025-01-24T19:15:59.465Z | Downloaded zeroize_derive v1.4.2 |
1075 | 2025-01-24T19:15:59.465Z | Downloaded unicode_categories v0.1.1 |
1076 | 2025-01-24T19:15:59.465Z | Downloaded which v4.4.2 |
1077 | 2025-01-24T19:15:59.465Z | Downloaded pkcs1 v0.7.5 |
1078 | 2025-01-24T19:15:59.477Z | Downloaded parse-display-derive v0.10.0 |
1079 | 2025-01-24T19:15:59.477Z | Downloaded serde_repr v0.1.19 |
1080 | 2025-01-24T19:15:59.477Z | Downloaded scrypt v0.11.0 |
1081 | 2025-01-24T19:15:59.477Z | Downloaded openssl-macros v0.1.1 |
1082 | 2025-01-24T19:15:59.477Z | Downloaded tokio-native-tls v0.3.1 |
1083 | 2025-01-24T19:15:59.478Z | Downloaded tokio-macros v2.5.0 |
1084 | 2025-01-24T19:15:59.478Z | Downloaded structmeta-derive v0.3.0 |
1085 | 2025-01-24T19:15:59.478Z | Downloaded structmeta-derive v0.2.0 |
1086 | 2025-01-24T19:15:59.478Z | Downloaded shell-words v1.1.0 |
1087 | 2025-01-24T19:15:59.478Z | Downloaded rusty-fork v0.3.0 |
1088 | 2025-01-24T19:15:59.478Z | Downloaded env_logger v0.11.5 |
1089 | 2025-01-24T19:15:59.478Z | Downloaded derive_builder_macro v0.20.2 |
1090 | 2025-01-24T19:15:59.478Z | Downloaded unsafe-libyaml v0.2.11 |
1091 | 2025-01-24T19:15:59.478Z | Downloaded ron v0.8.1 |
1092 | 2025-01-24T19:15:59.478Z | Downloaded chacha20poly1305 v0.10.1 |
1093 | 2025-01-24T19:15:59.479Z | Downloaded password-hash v0.4.2 |
1094 | 2025-01-24T19:15:59.479Z | Downloaded native-tls v0.2.12 |
1095 | 2025-01-24T19:15:59.479Z | Downloaded allocator-api2 v0.2.18 |
1096 | 2025-01-24T19:15:59.493Z | Downloaded debug-ignore v1.0.5 |
1097 | 2025-01-24T19:15:59.494Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1098 | 2025-01-24T19:15:59.534Z | Downloaded zeroize v1.8.1 |
1099 | 2025-01-24T19:15:59.567Z | Downloaded zerofrom-derive v0.1.4 |
1100 | 2025-01-24T19:15:59.567Z | Downloaded writeable v0.5.5 |
1101 | 2025-01-24T19:15:59.567Z | Downloaded utf8_iter v1.0.4 |
1102 | 2025-01-24T19:15:59.567Z | Downloaded utf16_iter v1.0.5 |
1103 | 2025-01-24T19:15:59.568Z | Downloaded utf-8 v0.7.6 |
1104 | 2025-01-24T19:15:59.568Z | Downloaded peg-macros v0.8.4 |
1105 | 2025-01-24T19:15:59.568Z | Downloaded parking_lot_core v0.9.10 |
1106 | 2025-01-24T19:15:59.568Z | Downloaded schemars v0.8.21 |
1107 | 2025-01-24T19:15:59.628Z | Downloaded icu_normalizer_data v1.5.0 |
1108 | 2025-01-24T19:15:59.645Z | Downloaded semver v0.1.20 |
1109 | 2025-01-24T19:15:59.645Z | Downloaded group v0.13.0 |
1110 | 2025-01-24T19:15:59.645Z | Downloaded hickory-server v0.24.2 |
1111 | 2025-01-24T19:15:59.646Z | Downloaded hickory-resolver v0.24.2 |
1112 | 2025-01-24T19:15:59.646Z | Downloaded bytes v1.9.0 |
1113 | 2025-01-24T19:15:59.646Z | Downloaded yasna v0.5.2 |
1114 | 2025-01-24T19:15:59.646Z | Downloaded whoami v1.5.2 |
1115 | 2025-01-24T19:15:59.646Z | Downloaded tokio-tungstenite v0.23.1 |
1116 | 2025-01-24T19:15:59.646Z | Downloaded slog v2.7.0 |
1117 | 2025-01-24T19:15:59.646Z | Downloaded pem v3.0.4 |
1118 | 2025-01-24T19:15:59.647Z | Downloaded peg v0.8.4 |
1119 | 2025-01-24T19:15:59.647Z | Downloaded num_enum_derive v0.5.11 |
1120 | 2025-01-24T19:15:59.647Z | Downloaded defmt v0.3.8 |
1121 | 2025-01-24T19:15:59.647Z | Downloaded nanorand v0.7.0 |
1122 | 2025-01-24T19:15:59.647Z | Downloaded multimap v0.10.0 |
1123 | 2025-01-24T19:15:59.669Z | Downloaded crossbeam-epoch v0.9.18 |
1124 | 2025-01-24T19:15:59.669Z | Downloaded rustls-pki-types v1.10.0 |
1125 | 2025-01-24T19:15:59.669Z | Downloaded cookie v0.18.1 |
1126 | 2025-01-24T19:15:59.670Z | Downloaded ahash v0.8.11 |
1127 | 2025-01-24T19:15:59.670Z | Downloaded icu_collections v1.5.0 |
1128 | 2025-01-24T19:15:59.679Z | Downloaded crc-any v2.5.0 |
1129 | 2025-01-24T19:15:59.679Z | Downloaded const-oid v0.9.6 |
1130 | 2025-01-24T19:15:59.679Z | Downloaded clang-sys v1.8.1 |
1131 | 2025-01-24T19:15:59.679Z | Downloaded miniz_oxide v0.8.0 |
1132 | 2025-01-24T19:15:59.679Z | Downloaded castaway v0.2.3 |
1133 | 2025-01-24T19:15:59.679Z | Downloaded zone v0.1.8 |
1134 | 2025-01-24T19:15:59.679Z | Downloaded xattr v1.3.1 |
1135 | 2025-01-24T19:15:59.679Z | Downloaded unicode-truncate v1.1.0 |
1136 | 2025-01-24T19:15:59.680Z | Downloaded twox-hash v1.6.3 |
1137 | 2025-01-24T19:15:59.690Z | Downloaded csv-core v0.1.11 |
1138 | 2025-01-24T19:15:59.690Z | Downloaded const_format_proc_macros v0.2.33 |
1139 | 2025-01-24T19:15:59.690Z | Downloaded arrayvec v0.7.6 |
1140 | 2025-01-24T19:15:59.690Z | Downloaded icu_properties v1.5.1 |
1141 | 2025-01-24T19:15:59.690Z | Downloaded cookie_store v0.21.1 |
1142 | 2025-01-24T19:15:59.690Z | Downloaded bzip2 v0.4.4 |
1143 | 2025-01-24T19:15:59.694Z | Downloaded rustc-hash v1.1.0 |
1144 | 2025-01-24T19:15:59.694Z | Downloaded hubpack v0.1.2 |
1145 | 2025-01-24T19:15:59.694Z | Downloaded cbc v0.1.2 |
1146 | 2025-01-24T19:15:59.695Z | Downloaded aead v0.5.2 |
1147 | 2025-01-24T19:15:59.696Z | Downloaded http-body-util v0.1.2 |
1148 | 2025-01-24T19:15:59.696Z | Downloaded indexmap v1.9.3 |
1149 | 2025-01-24T19:15:59.723Z | Downloaded hyper-util v0.1.10 |
1150 | 2025-01-24T19:15:59.723Z | Downloaded ssh-cipher v0.2.0 |
1151 | 2025-01-24T19:15:59.723Z | Downloaded hostname v0.3.1 |
1152 | 2025-01-24T19:15:59.723Z | Downloaded bcs v0.1.6 |
1153 | 2025-01-24T19:15:59.724Z | Downloaded base64ct v1.6.0 |
1154 | 2025-01-24T19:15:59.736Z | Downloaded ascii-canvas v3.0.0 |
1155 | 2025-01-24T19:15:59.736Z | Downloaded async-recursion v1.1.1 |
1156 | 2025-01-24T19:15:59.736Z | Downloaded crossbeam-deque v0.8.5 |
1157 | 2025-01-24T19:15:59.736Z | Downloaded crc-catalog v2.4.0 |
1158 | 2025-01-24T19:15:59.736Z | Downloaded cassowary v0.3.0 |
1159 | 2025-01-24T19:15:59.736Z | Downloaded ciborium-ll v0.2.2 |
1160 | 2025-01-24T19:15:59.736Z | Downloaded block-padding v0.3.3 |
1161 | 2025-01-24T19:15:59.737Z | Downloaded icu_provider v1.5.0 |
1162 | 2025-01-24T19:15:59.737Z | Downloaded cfg_aliases v0.1.1 |
1163 | 2025-01-24T19:15:59.737Z | Downloaded kstat-rs v0.2.4 |
1164 | 2025-01-24T19:15:59.737Z | Downloaded jobserver v0.1.32 |
1165 | 2025-01-24T19:15:59.737Z | Downloaded libsw v3.3.1 |
1166 | 2025-01-24T19:15:59.737Z | Downloaded internet-checksum v0.2.1 |
1167 | 2025-01-24T19:15:59.737Z | Downloaded bcrypt-pbkdf v0.10.0 |
1168 | 2025-01-24T19:15:59.737Z | Downloaded ipnetwork v0.20.0 |
1169 | 2025-01-24T19:15:59.737Z | Downloaded bitflags v1.3.2 |
1170 | 2025-01-24T19:15:59.737Z | Downloaded bitfield-struct v0.6.2 |
1171 | 2025-01-24T19:15:59.737Z | Downloaded base16ct v0.2.0 |
1172 | 2025-01-24T19:15:59.737Z | Downloaded instability v0.3.2 |
1173 | 2025-01-24T19:15:59.737Z | Downloaded hmac v0.12.1 |
1174 | 2025-01-24T19:15:59.737Z | Downloaded lru v0.12.5 |
1175 | 2025-01-24T19:15:59.737Z | Downloaded lazy_static v1.5.0 |
1176 | 2025-01-24T19:15:59.737Z | Downloaded lalrpop-util v0.19.12 |
1177 | 2025-01-24T19:15:59.751Z | Downloaded atomicwrites v0.4.4 |
1178 | 2025-01-24T19:15:59.934Z | Downloaded ring v0.17.8 |
1179 | 2025-01-24T19:16:00.045Z | Downloaded libsqlite3-sys v0.30.1 |
1180 | 2025-01-24T19:16:00.162Z | Downloaded aws-lc-sys v0.22.0 |
1181 | 2025-01-24T19:16:00.458Z | Compiling serde v1.0.217 |
1182 | 2025-01-24T19:16:00.463Z | Compiling lock_api v0.4.12 |
1183 | 2025-01-24T19:16:00.464Z | Compiling scopeguard v1.2.0 |
1184 | 2025-01-24T19:16:00.464Z | Compiling value-bag v1.9.0 |
1185 | 2025-01-24T19:16:00.464Z | Compiling typenum v1.17.0 |
1186 | 2025-01-24T19:16:00.464Z | Compiling generic-array v0.14.7 |
1187 | 2025-01-24T19:16:00.651Z | Compiling syn v2.0.96 |
1188 | 2025-01-24T19:16:00.656Z | Compiling getrandom v0.2.15 |
1189 | 2025-01-24T19:16:00.759Z | Compiling subtle v2.6.1 |
1190 | 2025-01-24T19:16:00.974Z | Compiling rand_core v0.6.4 |
1191 | 2025-01-24T19:16:01.102Z | Compiling log v0.4.22 |
1192 | 2025-01-24T19:16:01.153Z | Compiling shlex v1.3.0 |
1193 | 2025-01-24T19:16:01.184Z | Compiling jobserver v0.1.32 |
1194 | 2025-01-24T19:16:01.203Z | Compiling smallvec v1.13.2 |
1195 | 2025-01-24T19:16:01.473Z | Compiling const-oid v0.9.6 |
1196 | 2025-01-24T19:16:01.509Z | Compiling spin v0.9.8 |
1197 | 2025-01-24T19:16:01.531Z | Compiling pin-project-lite v0.2.14 |
1198 | 2025-01-24T19:16:01.574Z | Compiling cc v1.1.30 |
1199 | 2025-01-24T19:16:01.671Z | Compiling rustix v0.38.37 |
1200 | 2025-01-24T19:16:01.894Z | Compiling parking_lot_core v0.9.10 |
1201 | 2025-01-24T19:16:01.913Z | Compiling futures-core v0.3.31 |
1202 | 2025-01-24T19:16:02.016Z | Compiling signal-hook-registry v1.4.2 |
1203 | 2025-01-24T19:16:02.166Z | Compiling mio v1.0.2 |
1204 | 2025-01-24T19:16:02.533Z | Compiling aho-corasick v1.1.3 |
1205 | 2025-01-24T19:16:02.754Z | Compiling parking_lot v0.12.3 |
1206 | 2025-01-24T19:16:02.961Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2025-01-24T19:16:02.974Z | Compiling cpufeatures v0.2.14 |
1208 | 2025-01-24T19:16:03.058Z | Compiling either v1.13.0 |
1209 | 2025-01-24T19:16:03.078Z | Compiling regex-syntax v0.8.5 |
1210 | 2025-01-24T19:16:03.254Z | Compiling lazy_static v1.5.0 |
1211 | 2025-01-24T19:16:03.389Z | Compiling futures-sink v0.3.31 |
1212 | 2025-01-24T19:16:03.456Z | Compiling glob v0.3.1 |
1213 | 2025-01-24T19:16:03.535Z | Compiling socket2 v0.5.7 |
1214 | 2025-01-24T19:16:03.556Z | Compiling slab v0.4.9 |
1215 | 2025-01-24T19:16:03.556Z | Compiling prettyplease v0.2.25 |
1216 | 2025-01-24T19:16:03.893Z | Compiling minimal-lexical v0.2.1 |
1217 | 2025-01-24T19:16:03.991Z | Compiling serde_json v1.0.135 |
1218 | 2025-01-24T19:16:04.219Z | Compiling clang-sys v1.8.1 |
1219 | 2025-01-24T19:16:04.316Z | Compiling nom v7.1.3 |
1220 | 2025-01-24T19:16:04.405Z | Compiling libloading v0.8.5 |
1221 | 2025-01-24T19:16:04.684Z | Compiling bindgen v0.69.5 |
1222 | 2025-01-24T19:16:04.861Z | Compiling home v0.5.9 |
1223 | 2025-01-24T19:16:05.133Z | Compiling futures-channel v0.3.31 |
1224 | 2025-01-24T19:16:05.383Z | Compiling itertools v0.12.1 |
1225 | 2025-01-24T19:16:05.530Z | Compiling futures-io v0.3.31 |
1226 | 2025-01-24T19:16:05.571Z | Compiling pin-utils v0.1.0 |
1227 | 2025-01-24T19:16:05.678Z | Compiling foldhash v0.1.3 |
1228 | 2025-01-24T19:16:05.799Z | Compiling futures-task v0.3.31 |
1229 | 2025-01-24T19:16:06.001Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-01-24T19:16:06.102Z | Compiling libm v0.2.8 |
1231 | 2025-01-24T19:16:06.179Z | Compiling lazycell v1.3.0 |
1232 | 2025-01-24T19:16:06.439Z | Compiling allocator-api2 v0.2.18 |
1233 | 2025-01-24T19:16:06.501Z | Compiling cmake v0.1.51 |
1234 | 2025-01-24T19:16:08.126Z | Compiling regex-automata v0.4.8 |
1235 | 2025-01-24T19:16:08.257Z | Compiling hashbrown v0.15.1 |
1236 | 2025-01-24T19:16:08.257Z | Compiling num-traits v0.2.19 |
1237 | 2025-01-24T19:16:08.257Z | Compiling cexpr v0.6.0 |
1238 | 2025-01-24T19:16:08.257Z | Compiling pkg-config v0.3.31 |
1239 | 2025-01-24T19:16:08.298Z | Compiling synstructure v0.13.1 |
1240 | 2025-01-24T19:16:09.034Z | Compiling fs_extra v1.3.0 |
1241 | 2025-01-24T19:16:09.228Z | Compiling dunce v1.0.5 |
1242 | 2025-01-24T19:16:09.547Z | Compiling litemap v0.7.3 |
1243 | 2025-01-24T19:16:09.563Z | Compiling writeable v0.5.5 |
1244 | 2025-01-24T19:16:09.735Z | Compiling ring v0.17.8 |
1245 | 2025-01-24T19:16:10.378Z | Compiling paste v1.0.15 |
1246 | 2025-01-24T19:16:10.446Z | Compiling base64ct v1.6.0 |
1247 | 2025-01-24T19:16:10.705Z | Compiling pem-rfc7468 v0.7.0 |
1248 | 2025-01-24T19:16:10.790Z | Compiling httparse v1.9.5 |
1249 | 2025-01-24T19:16:11.320Z | Compiling flagset v0.4.6 |
1250 | 2025-01-24T19:16:11.375Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2025-01-24T19:16:11.667Z | Compiling aws-lc-rs v1.10.0 |
1252 | 2025-01-24T19:16:11.711Z | Compiling tracing-core v0.1.32 |
1253 | 2025-01-24T19:16:11.857Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-01-24T19:16:12.083Z | Compiling icu_properties_data v1.5.0 |
1255 | 2025-01-24T19:16:12.314Z | Compiling regex v1.11.1 |
1256 | 2025-01-24T19:16:16.260Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-24T19:16:16.341Z | Compiling percent-encoding v2.3.1 |
1258 | 2025-01-24T19:16:16.341Z | Compiling powerfmt v0.2.0 |
1259 | 2025-01-24T19:16:16.341Z | Compiling utf8_iter v1.0.4 |
1260 | 2025-01-24T19:16:16.341Z | Compiling mirai-annotations v1.12.0 |
1261 | 2025-01-24T19:16:16.341Z | Compiling untrusted v0.9.0 |
1262 | 2025-01-24T19:16:16.341Z | Compiling serde_derive v1.0.217 |
1263 | 2025-01-24T19:16:16.342Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-01-24T19:16:16.342Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-01-24T19:16:16.342Z | Compiling tokio-macros v2.5.0 |
1266 | 2025-01-24T19:16:16.342Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-01-24T19:16:16.379Z | Compiling zeroize v1.8.1 |
1268 | 2025-01-24T19:16:16.379Z | Compiling yoke-derive v0.7.4 |
1269 | 2025-01-24T19:16:16.380Z | Compiling zerocopy v0.7.35 |
1270 | 2025-01-24T19:16:16.380Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-01-24T19:16:16.466Z | Compiling crypto-common v0.1.6 |
1272 | 2025-01-24T19:16:16.489Z | Compiling block-buffer v0.10.4 |
1273 | 2025-01-24T19:16:16.703Z | Compiling digest v0.10.7 |
1274 | 2025-01-24T19:16:16.723Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-24T19:16:16.758Z | Compiling futures-macro v0.3.31 |
1276 | 2025-01-24T19:16:16.975Z | Compiling zerofrom v0.1.4 |
1277 | 2025-01-24T19:16:17.175Z | Compiling hmac v0.12.1 |
1278 | 2025-01-24T19:16:17.198Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-24T19:16:17.429Z | Compiling block-padding v0.3.3 |
1280 | 2025-01-24T19:16:17.448Z | Compiling yoke v0.7.4 |
1281 | 2025-01-24T19:16:17.677Z | Compiling inout v0.1.3 |
1282 | 2025-01-24T19:16:17.805Z | Compiling sha2 v0.10.8 |
1283 | 2025-01-24T19:16:17.944Z | Compiling cipher v0.4.4 |
1284 | 2025-01-24T19:16:17.963Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2025-01-24T19:16:18.424Z | Compiling ppv-lite86 v0.2.20 |
1286 | 2025-01-24T19:16:18.484Z | Compiling thiserror v1.0.69 |
1287 | 2025-01-24T19:16:18.631Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-24T19:16:18.651Z | Compiling futures-util v0.3.31 |
1289 | 2025-01-24T19:16:18.736Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-24T19:16:19.008Z | Compiling pest v2.7.14 |
1291 | 2025-01-24T19:16:19.151Z | Compiling rand_chacha v0.3.1 |
1292 | 2025-01-24T19:16:19.169Z | Compiling zerovec v0.10.4 |
1293 | 2025-01-24T19:16:20.933Z | Compiling der v0.7.9 |
1294 | 2025-01-24T19:16:21.282Z | Compiling tinystr v0.7.6 |
1295 | 2025-01-24T19:16:21.407Z | Compiling icu_collections v1.5.0 |
1296 | 2025-01-24T19:16:21.429Z | Compiling rand v0.8.5 |
1297 | 2025-01-24T19:16:21.656Z | Compiling icu_locid v1.5.0 |
1298 | 2025-01-24T19:16:22.036Z | Compiling tracing v0.1.40 |
1299 | 2025-01-24T19:16:22.159Z | Compiling salsa20 v0.10.2 |
1300 | 2025-01-24T19:16:22.394Z | Compiling pbkdf2 v0.12.2 |
1301 | 2025-01-24T19:16:22.539Z | Compiling untrusted v0.7.1 |
1302 | 2025-01-24T19:16:22.578Z | Compiling num-conv v0.1.0 |
1303 | 2025-01-24T19:16:22.679Z | Compiling write16 v1.0.0 |
1304 | 2025-01-24T19:16:22.738Z | Compiling utf16_iter v1.0.5 |
1305 | 2025-01-24T19:16:22.829Z | Compiling icu_provider v1.5.0 |
1306 | 2025-01-24T19:16:22.871Z | Compiling vcpkg v0.2.15 |
1307 | 2025-01-24T19:16:22.956Z | Compiling spki v0.7.3 |
1308 | 2025-01-24T19:16:23.329Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2025-01-24T19:16:23.353Z | Compiling time-core v0.1.2 |
1310 | 2025-01-24T19:16:23.443Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-24T19:16:23.532Z | Compiling icu_locid_transform v1.5.0 |
1312 | 2025-01-24T19:16:23.718Z | Compiling time-macros v0.2.18 |
1313 | 2025-01-24T19:16:23.790Z | Compiling pest_meta v2.7.14 |
1314 | 2025-01-24T19:16:23.971Z | Compiling aes v0.8.4 |
1315 | 2025-01-24T19:16:23.991Z | Compiling cbc v0.1.2 |
1316 | 2025-01-24T19:16:24.218Z | Compiling scroll_derive v0.12.0 |
1317 | 2025-01-24T19:16:24.695Z | Compiling openssl-sys v0.9.103 |
1318 | 2025-01-24T19:16:25.675Z | Compiling icu_properties v1.5.1 |
1319 | 2025-01-24T19:16:25.738Z | Compiling deranged v0.3.11 |
1320 | 2025-01-24T19:16:25.935Z | Compiling bitflags v2.6.0 |
1321 | 2025-01-24T19:16:26.201Z | Compiling bytes v1.9.0 |
1322 | 2025-01-24T19:16:26.818Z | Compiling indexmap v2.7.0 |
1323 | 2025-01-24T19:16:27.150Z | Compiling tokio v1.43.0 |
1324 | 2025-01-24T19:16:27.381Z | Compiling http v1.2.0 |
1325 | 2025-01-24T19:16:27.484Z | Compiling semver v1.0.24 |
1326 | 2025-01-24T19:16:28.140Z | Compiling rustc_version v0.4.1 |
1327 | 2025-01-24T19:16:28.238Z | Compiling tinyvec_macros v0.1.1 |
1328 | 2025-01-24T19:16:28.337Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-24T19:16:28.543Z | Compiling num_threads v0.1.7 |
1330 | 2025-01-24T19:16:28.690Z | Compiling time v0.3.36 |
1331 | 2025-01-24T19:16:28.819Z | Compiling http-body v1.0.1 |
1332 | 2025-01-24T19:16:29.063Z | Compiling tinyvec v1.8.0 |
1333 | 2025-01-24T19:16:29.403Z | Compiling icu_normalizer v1.5.0 |
1334 | 2025-01-24T19:16:29.561Z | Compiling scroll v0.12.0 |
1335 | 2025-01-24T19:16:29.626Z | Compiling pest_generator v2.7.14 |
1336 | 2025-01-24T19:16:30.147Z | Compiling which v4.4.2 |
1337 | 2025-01-24T19:16:30.215Z | Compiling pkcs5 v0.7.1 |
1338 | 2025-01-24T19:16:30.690Z | Compiling idna_adapter v1.2.0 |
1339 | 2025-01-24T19:16:30.916Z | Compiling form_urlencoded v1.2.1 |
1340 | 2025-01-24T19:16:31.005Z | Compiling try-lock v0.2.5 |
1341 | 2025-01-24T19:16:31.164Z | Compiling slog v2.7.0 |
1342 | 2025-01-24T19:16:31.216Z | Compiling goblin v0.8.2 |
1343 | 2025-01-24T19:16:31.299Z | Compiling want v0.3.1 |
1344 | 2025-01-24T19:16:31.319Z | Compiling idna v1.0.3 |
1345 | 2025-01-24T19:16:31.455Z | Compiling pest_derive v2.7.14 |
1346 | 2025-01-24T19:16:31.576Z | Compiling pkcs8 v0.10.2 |
1347 | 2025-01-24T19:16:31.732Z | Compiling uuid v1.12.0 |
1348 | 2025-01-24T19:16:32.196Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-24T19:16:32.267Z | Compiling httpdate v1.0.3 |
1350 | 2025-01-24T19:16:32.574Z | Compiling chrono v0.4.39 |
1351 | 2025-01-24T19:16:32.717Z | Compiling dtrace-parser v0.2.0 |
1352 | 2025-01-24T19:16:33.242Z | Compiling serde_spanned v0.6.8 |
1353 | 2025-01-24T19:16:33.389Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-24T19:16:33.474Z | Compiling toml_datetime v0.6.8 |
1355 | 2025-01-24T19:16:33.606Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-24T19:16:33.832Z | Compiling openssl v0.10.66 |
1357 | 2025-01-24T19:16:33.930Z | Compiling rustversion v1.0.17 |
1358 | 2025-01-24T19:16:33.957Z | Compiling base64 v0.22.1 |
1359 | 2025-01-24T19:16:34.226Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2025-01-24T19:16:34.351Z | Compiling tower-service v0.3.3 |
1361 | 2025-01-24T19:16:34.494Z | Compiling match_cfg v0.1.0 |
1362 | 2025-01-24T19:16:34.625Z | Compiling hostname v0.3.1 |
1363 | 2025-01-24T19:16:34.643Z | Compiling foreign-types v0.3.2 |
1364 | 2025-01-24T19:16:34.690Z | Compiling miniz_oxide v0.8.0 |
1365 | 2025-01-24T19:16:34.715Z | Compiling url v2.5.3 |
1366 | 2025-01-24T19:16:34.826Z | Compiling async-trait v0.1.83 |
1367 | 2025-01-24T19:16:35.979Z | Compiling tokio-util v0.7.12 |
1368 | 2025-01-24T19:16:35.979Z | Compiling openssl-macros v0.1.1 |
1369 | 2025-01-24T19:16:36.098Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-01-24T19:16:36.526Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2025-01-24T19:16:36.690Z | Compiling syn v1.0.109 |
1372 | 2025-01-24T19:16:37.085Z | Compiling h2 v0.4.6 |
1373 | 2025-01-24T19:16:37.173Z | Compiling dof v0.3.0 |
1374 | 2025-01-24T19:16:37.193Z | Compiling rustls v0.23.19 |
1375 | 2025-01-24T19:16:37.267Z | Compiling data-encoding v2.6.0 |
1376 | 2025-01-24T19:16:37.465Z | Compiling siphasher v0.3.11 |
1377 | 2025-01-24T19:16:37.844Z | Compiling native-tls v0.2.12 |
1378 | 2025-01-24T19:16:38.169Z | Compiling usdt-impl v0.5.0 |
1379 | 2025-01-24T19:16:38.401Z | Compiling schemars v0.8.21 |
1380 | 2025-01-24T19:16:38.737Z | Compiling rustls v0.22.4 |
1381 | 2025-01-24T19:16:39.052Z | Compiling schemars_derive v0.8.21 |
1382 | 2025-01-24T19:16:39.171Z | Compiling dirs-next v2.0.0 |
1383 | 2025-01-24T19:16:39.509Z | Compiling unicode-normalization v0.1.24 |
1384 | 2025-01-24T19:16:40.548Z | Compiling http-body-util v0.1.2 |
1385 | 2025-01-24T19:16:40.570Z | Compiling crossbeam-epoch v0.9.18 |
1386 | 2025-01-24T19:16:40.601Z | Compiling heapless v0.7.17 |
1387 | 2025-01-24T19:16:40.604Z | Compiling signature v2.2.0 |
1388 | 2025-01-24T19:16:40.895Z | Compiling sha1 v0.10.6 |
1389 | 2025-01-24T19:16:41.015Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2025-01-24T19:16:41.039Z | Compiling thread_local v1.1.8 |
1391 | 2025-01-24T19:16:41.248Z | Compiling cookie v0.18.1 |
1392 | 2025-01-24T19:16:41.330Z | Compiling multer v3.1.0 |
1393 | 2025-01-24T19:16:41.479Z | Compiling encoding_rs v0.8.34 |
1394 | 2025-01-24T19:16:41.525Z | Compiling unicode-bidi v0.3.17 |
1395 | 2025-01-24T19:16:41.528Z | Compiling signal-hook v0.3.17 |
1396 | 2025-01-24T19:16:41.655Z | Compiling openssl-probe v0.1.5 |
1397 | 2025-01-24T19:16:41.840Z | Compiling slog-async v2.8.0 |
1398 | 2025-01-24T19:16:41.971Z | Compiling mime v0.3.17 |
1399 | 2025-01-24T19:16:42.116Z | Compiling ipnet v2.10.1 |
1400 | 2025-01-24T19:16:42.360Z | Compiling dyn-clone v1.0.17 |
1401 | 2025-01-24T19:16:42.462Z | Compiling gimli v0.31.1 |
1402 | 2025-01-24T19:16:42.594Z | Compiling rayon-core v1.12.1 |
1403 | 2025-01-24T19:16:42.769Z | Compiling unicode-properties v0.1.3 |
1404 | 2025-01-24T19:16:43.163Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-24T19:16:43.311Z | Compiling toml_edit v0.22.22 |
1406 | 2025-01-24T19:16:44.241Z | Compiling hyper v1.5.2 |
1407 | 2025-01-24T19:16:46.426Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2025-01-24T19:16:46.744Z | Compiling hyper-util v0.1.10 |
1409 | 2025-01-24T19:16:46.961Z | Compiling addr2line v0.24.2 |
1410 | 2025-01-24T19:16:46.980Z | Compiling usdt-macro v0.5.0 |
1411 | 2025-01-24T19:16:47.109Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2025-01-24T19:16:47.607Z | Compiling term v0.7.0 |
1413 | 2025-01-24T19:16:48.002Z | Compiling slog-json v2.6.1 |
1414 | 2025-01-24T19:16:48.359Z | Compiling serde_urlencoded v0.7.1 |
1415 | 2025-01-24T19:16:48.397Z | Compiling crossbeam-channel v0.5.13 |
1416 | 2025-01-24T19:16:48.608Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2025-01-24T19:16:48.864Z | Compiling futures-executor v0.3.31 |
1418 | 2025-01-24T19:16:48.962Z | Compiling md-5 v0.10.6 |
1419 | 2025-01-24T19:16:49.249Z | Compiling enum-as-inner v0.6.1 |
1420 | 2025-01-24T19:16:49.268Z | Compiling async-stream-impl v0.3.6 |
1421 | 2025-01-24T19:16:49.347Z | Compiling rustls-pemfile v2.2.0 |
1422 | 2025-01-24T19:16:49.365Z | Compiling num-integer v0.1.46 |
1423 | 2025-01-24T19:16:49.384Z | Compiling hash32 v0.2.1 |
1424 | 2025-01-24T19:16:49.703Z | Compiling ff v0.13.0 |
1425 | 2025-01-24T19:16:49.793Z | Compiling is-terminal v0.4.13 |
1426 | 2025-01-24T19:16:49.938Z | Compiling object v0.36.5 |
1427 | 2025-01-24T19:16:49.938Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-24T19:16:50.154Z | Compiling psl-types v2.0.11 |
1429 | 2025-01-24T19:16:50.266Z | Compiling fallible-iterator v0.2.0 |
1430 | 2025-01-24T19:16:50.287Z | Compiling num-bigint-dig v0.8.4 |
1431 | 2025-01-24T19:16:50.360Z | Compiling litrs v0.4.1 |
1432 | 2025-01-24T19:16:50.503Z | Compiling linked-hash-map v0.5.6 |
1433 | 2025-01-24T19:16:50.558Z | Compiling base16ct v0.2.0 |
1434 | 2025-01-24T19:16:50.767Z | Compiling take_mut v0.2.2 |
1435 | 2025-01-24T19:16:50.826Z | Compiling quick-error v1.2.3 |
1436 | 2025-01-24T19:16:50.882Z | Compiling rustc-demangle v0.1.24 |
1437 | 2025-01-24T19:16:50.931Z | Compiling portable-atomic v1.9.0 |
1438 | 2025-01-24T19:16:50.933Z | Compiling anyhow v1.0.95 |
1439 | 2025-01-24T19:16:50.983Z | Compiling smoltcp v0.9.1 |
1440 | 2025-01-24T19:16:51.525Z | Compiling utf-8 v0.7.6 |
1441 | 2025-01-24T19:16:51.639Z | Compiling document-features v0.2.10 |
1442 | 2025-01-24T19:16:51.758Z | Compiling tungstenite v0.24.0 |
1443 | 2025-01-24T19:16:51.817Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-24T19:16:51.923Z | Compiling postgres-protocol v0.6.7 |
1445 | 2025-01-24T19:16:52.511Z | Compiling lru-cache v0.1.2 |
1446 | 2025-01-24T19:16:52.708Z | Compiling sec1 v0.7.3 |
1447 | 2025-01-24T19:16:52.809Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-24T19:16:52.977Z | Compiling publicsuffix v2.3.0 |
1449 | 2025-01-24T19:16:53.102Z | Compiling hickory-proto v0.24.2 |
1450 | 2025-01-24T19:16:53.194Z | Compiling usdt v0.5.0 |
1451 | 2025-01-24T19:16:53.254Z | Compiling num-iter v0.1.45 |
1452 | 2025-01-24T19:16:53.272Z | Compiling slog-term v2.9.1 |
1453 | 2025-01-24T19:16:53.452Z | Compiling group v0.13.0 |
1454 | 2025-01-24T19:16:53.772Z | Compiling futures v0.3.31 |
1455 | 2025-01-24T19:16:53.837Z | Compiling slog-bunyan v2.5.0 |
1456 | 2025-01-24T19:16:54.038Z | Compiling toml v0.8.19 |
1457 | 2025-01-24T19:16:55.463Z | Compiling camino v1.1.9 |
1458 | 2025-01-24T19:16:55.615Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2025-01-24T19:16:55.713Z | Compiling phf_shared v0.11.2 |
1460 | 2025-01-24T19:16:55.883Z | Compiling dropshot_endpoint v0.12.0 |
1461 | 2025-01-24T19:16:56.078Z | Compiling terminal_size v0.4.0 |
1462 | 2025-01-24T19:16:56.293Z | Compiling openapiv3 v2.0.0 |
1463 | 2025-01-24T19:16:56.313Z | Compiling waitgroup v0.1.2 |
1464 | 2025-01-24T19:16:56.423Z | Compiling backtrace v0.3.74 |
1465 | 2025-01-24T19:16:56.524Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2025-01-24T19:16:57.042Z | Compiling hkdf v0.12.4 |
1467 | 2025-01-24T19:16:57.252Z | Compiling crypto-bigint v0.5.5 |
1468 | 2025-01-24T19:16:57.309Z | Compiling curve25519-dalek-derive v0.1.1 |
1469 | 2025-01-24T19:16:58.734Z | Compiling zerocopy-derive v0.6.6 |
1470 | 2025-01-24T19:16:59.449Z | Compiling webpki-roots v0.26.6 |
1471 | 2025-01-24T19:16:59.699Z | Compiling hostname v0.4.0 |
1472 | 2025-01-24T19:16:59.917Z | Compiling fs-err v2.11.0 |
1473 | 2025-01-24T19:17:00.096Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-24T19:17:00.213Z | Compiling ahash v0.8.11 |
1475 | 2025-01-24T19:17:00.300Z | Compiling bitflags v1.3.2 |
1476 | 2025-01-24T19:17:00.413Z | Compiling newtype-uuid v1.2.1 |
1477 | 2025-01-24T19:17:00.440Z | Compiling debug-ignore v1.0.5 |
1478 | 2025-01-24T19:17:00.461Z | Compiling hubpack_derive v0.1.1 |
1479 | 2025-01-24T19:17:00.537Z | Compiling managed v0.8.0 |
1480 | 2025-01-24T19:17:00.590Z | Compiling winnow v0.5.40 |
1481 | 2025-01-24T19:17:00.711Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-24T19:17:00.729Z | Compiling clap_builder v4.5.21 |
1483 | 2025-01-24T19:17:01.296Z | Compiling hubpack v0.1.2 |
1484 | 2025-01-24T19:17:01.520Z | Compiling strum_macros v0.25.3 |
1485 | 2025-01-24T19:17:01.694Z | Compiling console v0.15.8 |
1486 | 2025-01-24T19:17:02.216Z | Compiling flate2 v1.0.35 |
1487 | 2025-01-24T19:17:03.017Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-01-24T19:17:03.113Z | Compiling hickory-resolver v0.24.2 |
1489 | 2025-01-24T19:17:03.850Z | Compiling toml_edit v0.19.15 |
1490 | 2025-01-24T19:17:03.984Z | Compiling phf v0.11.2 |
1491 | 2025-01-24T19:17:04.032Z | Compiling signal-hook-mio v0.2.4 |
1492 | 2025-01-24T19:17:04.209Z | Compiling hyper-tls v0.6.0 |
1493 | 2025-01-24T19:17:04.259Z | Compiling cookie_store v0.21.1 |
1494 | 2025-01-24T19:17:04.636Z | Compiling rayon v1.10.0 |
1495 | 2025-01-24T19:17:05.232Z | Compiling bzip2 v0.4.4 |
1496 | 2025-01-24T19:17:05.805Z | Compiling tokio-tungstenite v0.24.0 |
1497 | 2025-01-24T19:17:06.352Z | Compiling postgres-types v0.2.8 |
1498 | 2025-01-24T19:17:08.909Z | Compiling ed25519 v2.2.3 |
1499 | 2025-01-24T19:17:08.933Z | Compiling phf_shared v0.10.0 |
1500 | 2025-01-24T19:17:09.016Z | Compiling tokio-stream v0.1.16 |
1501 | 2025-01-24T19:17:09.060Z | Compiling pkcs1 v0.7.5 |
1502 | 2025-01-24T19:17:09.303Z | Compiling serde-big-array v0.5.1 |
1503 | 2025-01-24T19:17:09.542Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-01-24T19:17:09.763Z | Compiling derive-where v1.2.7 |
1505 | 2025-01-24T19:17:09.968Z | Compiling clap_derive v4.5.18 |
1506 | 2025-01-24T19:17:09.988Z | Compiling serde_repr v0.1.19 |
1507 | 2025-01-24T19:17:10.805Z | Compiling bstr v1.10.0 |
1508 | 2025-01-24T19:17:10.965Z | Compiling float-cmp v0.9.0 |
1509 | 2025-01-24T19:17:10.985Z | Compiling sync_wrapper v1.0.1 |
1510 | 2025-01-24T19:17:11.070Z | Compiling whoami v1.5.2 |
1511 | 2025-01-24T19:17:11.145Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2025-01-24T19:17:11.187Z | Compiling bit-vec v0.6.3 |
1513 | 2025-01-24T19:17:11.282Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-01-24T19:17:11.596Z | Compiling difflib v0.4.0 |
1515 | 2025-01-24T19:17:11.617Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-24T19:17:11.742Z | Compiling unicode-width v0.2.0 |
1517 | 2025-01-24T19:17:12.210Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-24T19:17:12.314Z | Compiling predicates-core v1.0.8 |
1519 | 2025-01-24T19:17:12.414Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-24T19:17:12.450Z | Compiling fixedbitset v0.4.2 |
1521 | 2025-01-24T19:17:12.525Z | Compiling new_debug_unreachable v1.0.6 |
1522 | 2025-01-24T19:17:12.613Z | Compiling string_cache v0.8.7 |
1523 | 2025-01-24T19:17:12.633Z | Compiling predicates v3.1.2 |
1524 | 2025-01-24T19:17:12.884Z | Compiling petgraph v0.6.5 |
1525 | 2025-01-24T19:17:12.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1526 | 2025-01-24T19:17:13.019Z | Compiling indicatif v0.17.9 |
1527 | 2025-01-24T19:17:13.022Z | Compiling similar v2.6.0 |
1528 | 2025-01-24T19:17:14.156Z | Compiling bit-set v0.5.3 |
1529 | 2025-01-24T19:17:14.423Z | Compiling clap v4.5.21 |
1530 | 2025-01-24T19:17:14.426Z | Compiling tokio-postgres v0.7.12 |
1531 | 2025-01-24T19:17:14.552Z | Compiling ecdsa v0.16.9 |
1532 | 2025-01-24T19:17:15.061Z | Compiling rsa v0.9.6 |
1533 | 2025-01-24T19:17:15.164Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2025-01-24T19:17:15.421Z | Compiling toml v0.7.8 |
1535 | 2025-01-24T19:17:16.452Z | Compiling zip v0.6.6 |
1536 | 2025-01-24T19:17:16.485Z | Compiling crossterm v0.28.1 |
1537 | 2025-01-24T19:17:18.057Z | Compiling hex v0.4.3 |
1538 | 2025-01-24T19:17:18.254Z | Compiling x509-cert v0.2.5 |
1539 | 2025-01-24T19:17:18.655Z | Compiling itertools v0.10.5 |
1540 | 2025-01-24T19:17:19.131Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-01-24T19:17:19.331Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-24T19:17:19.448Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-01-24T19:17:19.778Z | Compiling strum_macros v0.26.4 |
1544 | 2025-01-24T19:17:19.815Z | Compiling xattr v1.3.1 |
1545 | 2025-01-24T19:17:19.938Z | Compiling filetime v0.2.25 |
1546 | 2025-01-24T19:17:20.252Z | Compiling tar v0.4.42 |
1547 | 2025-01-24T19:17:24.389Z | Compiling strum v0.26.3 |
1548 | 2025-01-24T19:17:27.392Z | Compiling aws-lc-sys v0.22.0 |
1549 | 2025-01-24T19:17:54.386Z | Compiling rustls-webpki v0.102.8 |
1550 | 2025-01-24T19:17:57.454Z | Compiling tokio-rustls v0.25.0 |
1551 | 2025-01-24T19:17:59.061Z | Compiling tokio-rustls v0.26.0 |
1552 | 2025-01-24T19:17:59.306Z | Compiling hyper-rustls v0.27.3 |
1553 | 2025-01-24T19:17:59.631Z | Compiling reqwest v0.12.9 |
1554 | 2025-01-24T19:18:01.087Z | Compiling qorb v0.2.1 |
1555 | 2025-01-24T19:18:04.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2025-01-24T19:18:04.406Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2025-01-24T19:18:08.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1558 | 2025-01-24T19:18:08.889Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2025-01-24T19:18:08.936Z | Jan 24 19:18:08.375 INFO Starting download, target: Cockroach |
1560 | 2025-01-24T19:18:08.936Z | Jan 24 19:18:08.375 INFO Starting download, target: Clickhouse |
1561 | 2025-01-24T19:18:08.937Z | Jan 24 19:18:08.375 INFO Starting download, target: Console |
1562 | 2025-01-24T19:18:08.937Z | Jan 24 19:18:08.375 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-01-24T19:18:08.937Z | Jan 24 19:18:08.375 INFO Starting download, target: DendriteStub |
1564 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.375 INFO Starting download, target: MaghemiteMgd |
1565 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.375 INFO Starting download, target: TransceiverControl |
1566 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-24T19:18:08.946Z | Jan 24 19:18:08.376 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1573 | 2025-01-24T19:18:09.212Z | Jan 24 19:18:08.648 INFO Download complete, target: DendriteOpenapi |
1574 | 2025-01-24T19:18:09.307Z | Jan 24 19:18:08.743 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1575 | 2025-01-24T19:18:09.393Z | Jan 24 19:18:08.829 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1576 | 2025-01-24T19:18:09.729Z | Jan 24 19:18:09.154 INFO Download complete, target: Console |
1577 | 2025-01-24T19:18:09.801Z | Jan 24 19:18:09.237 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1578 | 2025-01-24T19:18:09.987Z | Jan 24 19:18:09.418 INFO Download complete, target: TransceiverControl |
1579 | 2025-01-24T19:18:10.011Z | Jan 24 19:18:09.446 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2025-01-24T19:18:10.798Z | Jan 24 19:18:10.236 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1581 | 2025-01-24T19:18:10.798Z | Jan 24 19:18:10.236 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1582 | 2025-01-24T19:18:11.178Z | Jan 24 19:18:10.614 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1583 | 2025-01-24T19:18:12.877Z | Jan 24 19:18:12.315 INFO Download complete, target: MaghemiteMgd |
1584 | 2025-01-24T19:18:12.971Z | Jan 24 19:18:12.409 INFO Download complete, target: DendriteStub |
1585 | 2025-01-24T19:18:18.260Z | Jan 24 19:18:17.697 INFO Checking that binary works, target: Cockroach |
1586 | 2025-01-24T19:18:18.416Z | Jan 24 19:18:17.853 INFO Download complete, target: Cockroach |
1587 | 2025-01-24T19:18:23.603Z | Jan 24 19:18:23.039 INFO Checking that binary works, target: Clickhouse |
1588 | 2025-01-24T19:18:23.718Z | Jan 24 19:18:23.154 INFO Download complete, target: Clickhouse |
1589 | 2025-01-24T19:18:23.738Z | All builder prerequisites installed successfully, and PATH looks valid |
1590 | 2025-01-24T19:18:23.742Z | |
1591 | 2025-01-24T19:18:23.742Z | real 5:06.558893034 |
1592 | 2025-01-24T19:18:23.742Z | user 15:38.991779482 |
1593 | 2025-01-24T19:18:23.742Z | sys 2:01.383496948 |
1594 | 2025-01-24T19:18:23.742Z | trap 0.584707626 |
1595 | 2025-01-24T19:18:23.742Z | tflt 1.563201965 |
1596 | 2025-01-24T19:18:23.743Z | dflt 1.537040852 |
1597 | 2025-01-24T19:18:23.743Z | kflt 0.023021555 |
1598 | 2025-01-24T19:18:23.743Z | lock 25:10.464320139 |
1599 | 2025-01-24T19:18:23.743Z | slp 55:24.252614256 |
1600 | 2025-01-24T19:18:23.743Z | lat 59.740461813 |
1601 | 2025-01-24T19:18:23.743Z | stop 2:17.989956868 |
1602 | 2025-01-24T19:18:23.743Z | + banner clippy |
1603 | 2025-01-24T19:18:23.743Z | |
1604 | 2025-01-24T19:18:23.743Z | #### # # ##### ##### # # |
1605 | 2025-01-24T19:18:23.743Z | # # # # # # # # # # |
1606 | 2025-01-24T19:18:23.743Z | # # # # # # # # |
1607 | 2025-01-24T19:18:23.743Z | # # # ##### ##### # |
1608 | 2025-01-24T19:18:23.743Z | # # # # # # # |
1609 | 2025-01-24T19:18:23.743Z | #### ###### # # # # |
1610 | 2025-01-24T19:18:23.743Z | |
1611 | 2025-01-24T19:18:23.743Z | + export CARGO_INCREMENTAL=0 |
1612 | 2025-01-24T19:18:23.743Z | + CARGO_INCREMENTAL=0 |
1613 | 2025-01-24T19:18:23.743Z | + ptime -m cargo xtask clippy |
1614 | 2025-01-24T19:18:24.249Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1615 | 2025-01-24T19:18:27.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
1616 | 2025-01-24T19:18:27.136Z | Running `target/debug/xtask clippy` |
1617 | 2025-01-24T19:18:27.157Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1618 | 2025-01-24T19:18:27.764Z | Downloading crates ... |
1619 | 2025-01-24T19:18:28.068Z | Downloaded async-object-pool v0.1.5 |
1620 | 2025-01-24T19:18:28.071Z | Downloaded assert-json-diff v2.0.2 |
1621 | 2025-01-24T19:18:28.074Z | Downloaded approx v0.5.1 |
1622 | 2025-01-24T19:18:28.077Z | Downloaded anes v0.1.6 |
1623 | 2025-01-24T19:18:28.079Z | Downloaded escape8259 v0.5.3 |
1624 | 2025-01-24T19:18:28.083Z | Downloaded plotters-svg v0.3.7 |
1625 | 2025-01-24T19:18:28.086Z | Downloaded doc-comment v0.3.3 |
1626 | 2025-01-24T19:18:28.088Z | Downloaded guppy-workspace-hack v0.1.0 |
1627 | 2025-01-24T19:18:28.091Z | Downloaded target-triple v0.1.3 |
1628 | 2025-01-24T19:18:28.094Z | Downloaded pathdiff v0.2.2 |
1629 | 2025-01-24T19:18:28.094Z | Downloaded async-signal v0.2.10 |
1630 | 2025-01-24T19:18:28.097Z | Downloaded cast v0.3.0 |
1631 | 2025-01-24T19:18:28.097Z | Downloaded async-attributes v1.1.2 |
1632 | 2025-01-24T19:18:28.100Z | Downloaded async-task v4.7.1 |
1633 | 2025-01-24T19:18:28.100Z | Downloaded nested v0.1.1 |
1634 | 2025-01-24T19:18:28.102Z | Downloaded num_cpus v1.16.0 |
1635 | 2025-01-24T19:18:28.105Z | Downloaded stringmetrics v2.2.2 |
1636 | 2025-01-24T19:18:28.107Z | Downloaded async-channel v1.9.0 |
1637 | 2025-01-24T19:18:28.110Z | Downloaded futures-timer v3.0.3 |
1638 | 2025-01-24T19:18:28.110Z | Downloaded concurrent-queue v2.5.0 |
1639 | 2025-01-24T19:18:28.113Z | Downloaded plotters-backend v0.3.7 |
1640 | 2025-01-24T19:18:28.113Z | Downloaded indoc v2.0.5 |
1641 | 2025-01-24T19:18:28.115Z | Downloaded path-tree v0.8.1 |
1642 | 2025-01-24T19:18:28.118Z | Downloaded event-listener v2.5.3 |
1643 | 2025-01-24T19:18:28.118Z | Downloaded async-global-executor v2.4.1 |
1644 | 2025-01-24T19:18:28.120Z | Downloaded relative-path v1.9.3 |
1645 | 2025-01-24T19:18:28.120Z | Downloaded datatest-stable v0.2.9 |
1646 | 2025-01-24T19:18:28.124Z | Downloaded target-lexicon v0.12.16 |
1647 | 2025-01-24T19:18:28.124Z | Downloaded proc-macro-crate v3.2.0 |
1648 | 2025-01-24T19:18:28.127Z | Downloaded blake2b_simd v1.0.2 |
1649 | 2025-01-24T19:18:28.128Z | Downloaded threadpool v1.8.1 |
1650 | 2025-01-24T19:18:28.130Z | Downloaded rust-argon2 v2.1.0 |
1651 | 2025-01-24T19:18:28.132Z | Downloaded kv-log-macro v1.0.7 |
1652 | 2025-01-24T19:18:28.132Z | Downloaded event-listener-strategy v0.5.2 |
1653 | 2025-01-24T19:18:28.135Z | Downloaded futures-lite v2.3.0 |
1654 | 2025-01-24T19:18:28.135Z | Downloaded serde_regex v1.1.0 |
1655 | 2025-01-24T19:18:28.138Z | Downloaded async-process v2.3.0 |
1656 | 2025-01-24T19:18:28.138Z | Downloaded partial-io v0.5.4 |
1657 | 2025-01-24T19:18:28.140Z | Downloaded assert_cmd v2.0.16 |
1658 | 2025-01-24T19:18:28.143Z | Downloaded criterion-plot v0.5.0 |
1659 | 2025-01-24T19:18:28.145Z | Downloaded trybuild v1.0.101 |
1660 | 2025-01-24T19:18:28.148Z | Downloaded tinytemplate v1.2.1 |
1661 | 2025-01-24T19:18:28.150Z | Downloaded rustls-native-certs v0.7.3 |
1662 | 2025-01-24T19:18:28.153Z | Downloaded event-listener v5.3.1 |
1663 | 2025-01-24T19:18:28.156Z | Downloaded libtest-mimic v0.7.3 |
1664 | 2025-01-24T19:18:28.158Z | Downloaded rstest v0.23.0 |
1665 | 2025-01-24T19:18:28.162Z | Downloaded async-io v2.3.4 |
1666 | 2025-01-24T19:18:28.165Z | Downloaded yansi v1.0.1 |
1667 | 2025-01-24T19:18:28.167Z | Downloaded rstest_macros v0.23.0 |
1668 | 2025-01-24T19:18:28.170Z | Downloaded fancy-regex v0.13.0 |
1669 | 2025-01-24T19:18:28.174Z | Downloaded pretty_assertions v1.4.1 |
1670 | 2025-01-24T19:18:28.177Z | Downloaded cfg-expr v0.17.0 |
1671 | 2025-01-24T19:18:28.180Z | Downloaded polling v3.7.3 |
1672 | 2025-01-24T19:18:28.182Z | Downloaded async-executor v1.13.1 |
1673 | 2025-01-24T19:18:28.185Z | Downloaded httptest v0.16.1 |
1674 | 2025-01-24T19:18:28.185Z | Downloaded target-spec v3.2.2 |
1675 | 2025-01-24T19:18:28.187Z | Downloaded blocking v1.6.1 |
1676 | 2025-01-24T19:18:28.187Z | Downloaded async-lock v3.4.0 |
1677 | 2025-01-24T19:18:28.190Z | Downloaded async-channel v2.3.1 |
1678 | 2025-01-24T19:18:28.192Z | Downloaded similar-asserts v1.6.0 |
1679 | 2025-01-24T19:18:28.192Z | Downloaded hyper-rustls v0.26.0 |
1680 | 2025-01-24T19:18:28.195Z | Downloaded guppy v0.17.8 |
1681 | 2025-01-24T19:18:28.199Z | Downloaded rand_distr v0.4.3 |
1682 | 2025-01-24T19:18:28.202Z | Downloaded criterion v0.5.1 |
1683 | 2025-01-24T19:18:28.209Z | Downloaded plotters v0.3.7 |
1684 | 2025-01-24T19:18:28.217Z | Downloaded piper v0.2.4 |
1685 | 2025-01-24T19:18:28.220Z | Downloaded async-std v1.13.0 |
1686 | 2025-01-24T19:18:28.236Z | Downloaded parking v2.2.1 |
1687 | 2025-01-24T19:18:28.239Z | Downloaded oorandom v11.1.4 |
1688 | 2025-01-24T19:18:28.298Z | Downloaded httpmock v0.8.0-alpha.1 |
1689 | 2025-01-24T19:18:29.074Z | Checking cfg-if v1.0.0 |
1690 | 2025-01-24T19:18:29.152Z | Checking libc v0.2.169 |
1691 | 2025-01-24T19:18:29.172Z | Checking serde v1.0.217 |
1692 | 2025-01-24T19:18:29.195Z | Checking memchr v2.7.4 |
1693 | 2025-01-24T19:18:29.218Z | Checking value-bag v1.9.0 |
1694 | 2025-01-24T19:18:29.245Z | Checking scopeguard v1.2.0 |
1695 | 2025-01-24T19:18:29.274Z | Checking zeroize v1.8.1 |
1696 | 2025-01-24T19:18:29.300Z | Checking itoa v1.0.11 |
1697 | 2025-01-24T19:18:29.318Z | Checking smallvec v1.13.2 |
1698 | 2025-01-24T19:18:29.390Z | Checking lock_api v0.4.12 |
1699 | 2025-01-24T19:18:29.510Z | Checking byteorder v1.5.0 |
1700 | 2025-01-24T19:18:29.548Z | Checking pin-project-lite v0.2.14 |
1701 | 2025-01-24T19:18:29.623Z | Checking log v0.4.22 |
1702 | 2025-01-24T19:18:29.672Z | Checking subtle v2.6.1 |
1703 | 2025-01-24T19:18:29.702Z | Checking once_cell v1.20.2 |
1704 | 2025-01-24T19:18:29.750Z | Checking typenum v1.17.0 |
1705 | 2025-01-24T19:18:29.930Z | Checking libm v0.2.8 |
1706 | 2025-01-24T19:18:29.953Z | Checking futures-core v0.3.31 |
1707 | 2025-01-24T19:18:29.981Z | Checking ryu v1.0.18 |
1708 | 2025-01-24T19:18:29.984Z | Checking zerocopy v0.7.35 |
1709 | 2025-01-24T19:18:30.122Z | Checking thiserror v1.0.69 |
1710 | 2025-01-24T19:18:30.153Z | Checking getrandom v0.2.15 |
1711 | 2025-01-24T19:18:30.153Z | Checking parking_lot_core v0.9.10 |
1712 | 2025-01-24T19:18:30.213Z | Checking signal-hook-registry v1.4.2 |
1713 | 2025-01-24T19:18:30.261Z | Checking mio v1.0.2 |
1714 | 2025-01-24T19:18:30.423Z | Checking rand_core v0.6.4 |
1715 | 2025-01-24T19:18:30.475Z | Checking parking_lot v0.12.3 |
1716 | 2025-01-24T19:18:30.505Z | Checking socket2 v0.5.7 |
1717 | 2025-01-24T19:18:30.741Z | Checking spin v0.9.8 |
1718 | 2025-01-24T19:18:30.768Z | Checking num-traits v0.2.19 |
1719 | 2025-01-24T19:18:30.792Z | Checking generic-array v0.14.7 |
1720 | 2025-01-24T19:18:30.823Z | Checking const-oid v0.9.6 |
1721 | 2025-01-24T19:18:30.852Z | Checking allocator-api2 v0.2.18 |
1722 | 2025-01-24T19:18:30.973Z | Checking futures-io v0.3.31 |
1723 | 2025-01-24T19:18:31.080Z | Checking slab v0.4.9 |
1724 | 2025-01-24T19:18:31.174Z | Checking cpufeatures v0.2.14 |
1725 | 2025-01-24T19:18:31.230Z | Checking futures-sink v0.3.31 |
1726 | 2025-01-24T19:18:31.292Z | Checking foldhash v0.1.3 |
1727 | 2025-01-24T19:18:31.363Z | Checking equivalent v1.0.1 |
1728 | 2025-01-24T19:18:31.400Z | Checking pin-utils v0.1.0 |
1729 | 2025-01-24T19:18:31.438Z | Checking futures-channel v0.3.31 |
1730 | 2025-01-24T19:18:31.495Z | Checking futures-task v0.3.31 |
1731 | 2025-01-24T19:18:31.523Z | Checking hashbrown v0.15.1 |
1732 | 2025-01-24T19:18:31.526Z | Checking iana-time-zone v0.1.61 |
1733 | 2025-01-24T19:18:31.699Z | Checking stable_deref_trait v1.2.0 |
1734 | 2025-01-24T19:18:31.884Z | Checking fnv v1.0.7 |
1735 | 2025-01-24T19:18:31.886Z | Checking futures-util v0.3.31 |
1736 | 2025-01-24T19:18:31.887Z | Checking crypto-common v0.1.6 |
1737 | 2025-01-24T19:18:31.887Z | Checking block-buffer v0.10.4 |
1738 | 2025-01-24T19:18:31.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1739 | 2025-01-24T19:18:32.012Z | Checking tracing-core v0.1.32 |
1740 | 2025-01-24T19:18:32.053Z | Checking ppv-lite86 v0.2.20 |
1741 | 2025-01-24T19:18:32.150Z | Checking errno v0.3.9 |
1742 | 2025-01-24T19:18:32.214Z | Checking dyn-clone v1.0.17 |
1743 | 2025-01-24T19:18:32.325Z | Checking zerofrom v0.1.4 |
1744 | 2025-01-24T19:18:32.368Z | Checking block-padding v0.3.3 |
1745 | 2025-01-24T19:18:32.553Z | Checking yoke v0.7.4 |
1746 | 2025-01-24T19:18:32.588Z | Checking percent-encoding v2.3.1 |
1747 | 2025-01-24T19:18:32.616Z | Checking tracing v0.1.40 |
1748 | 2025-01-24T19:18:32.647Z | Checking writeable v0.5.5 |
1749 | 2025-01-24T19:18:32.691Z | Checking digest v0.10.7 |
1750 | 2025-01-24T19:18:32.736Z | Checking rand_chacha v0.3.1 |
1751 | 2025-01-24T19:18:32.827Z | Checking litemap v0.7.3 |
1752 | 2025-01-24T19:18:32.911Z | Checking zerovec v0.10.4 |
1753 | 2025-01-24T19:18:32.951Z | Checking inout v0.1.3 |
1754 | 2025-01-24T19:18:32.990Z | Checking crossbeam-utils v0.8.20 |
1755 | 2025-01-24T19:18:33.100Z | Checking httparse v1.9.5 |
1756 | 2025-01-24T19:18:33.180Z | Checking rand v0.8.5 |
1757 | 2025-01-24T19:18:33.182Z | Checking atomic-waker v1.1.2 |
1758 | 2025-01-24T19:18:33.226Z | Checking cipher v0.4.4 |
1759 | 2025-01-24T19:18:33.339Z | Checking icu_locid_transform_data v1.5.0 |
1760 | 2025-01-24T19:18:33.456Z | Checking regex-syntax v0.8.5 |
1761 | 2025-01-24T19:18:33.517Z | Checking unicode-ident v1.0.14 |
1762 | 2025-01-24T19:18:33.572Z | Checking bytes v1.9.0 |
1763 | 2025-01-24T19:18:33.643Z | Checking bitflags v2.6.0 |
1764 | 2025-01-24T19:18:33.715Z | Checking serde_json v1.0.135 |
1765 | 2025-01-24T19:18:33.717Z | Checking chrono v0.4.39 |
1766 | 2025-01-24T19:18:33.934Z | Checking indexmap v2.7.0 |
1767 | 2025-01-24T19:18:34.374Z | Checking uuid v1.12.0 |
1768 | 2025-01-24T19:18:34.400Z | Checking tokio v1.43.0 |
1769 | 2025-01-24T19:18:34.440Z | Checking rustix v0.38.37 |
1770 | 2025-01-24T19:18:35.030Z | Checking http v1.2.0 |
1771 | 2025-01-24T19:18:35.086Z | Checking tinystr v0.7.6 |
1772 | 2025-01-24T19:18:35.251Z | Checking icu_collections v1.5.0 |
1773 | 2025-01-24T19:18:35.413Z | Checking icu_locid v1.5.0 |
1774 | 2025-01-24T19:18:35.720Z | Checking schemars v0.8.21 |
1775 | 2025-01-24T19:18:35.950Z | Checking form_urlencoded v1.2.1 |
1776 | 2025-01-24T19:18:36.171Z | Checking icu_properties_data v1.5.0 |
1777 | 2025-01-24T19:18:36.222Z | Checking untrusted v0.9.0 |
1778 | 2025-01-24T19:18:36.263Z | Checking aho-corasick v1.1.3 |
1779 | 2025-01-24T19:18:36.415Z | Checking ring v0.17.8 |
1780 | 2025-01-24T19:18:36.418Z | Checking icu_provider v1.5.0 |
1781 | 2025-01-24T19:18:36.418Z | Checking utf16_iter v1.0.5 |
1782 | 2025-01-24T19:18:36.629Z | Checking base64ct v1.6.0 |
1783 | 2025-01-24T19:18:36.632Z | Checking utf8_iter v1.0.4 |
1784 | 2025-01-24T19:18:36.856Z | Checking icu_normalizer_data v1.5.0 |
1785 | 2025-01-24T19:18:36.977Z | Checking write16 v1.0.0 |
1786 | 2025-01-24T19:18:37.054Z | Checking icu_locid_transform v1.5.0 |
1787 | 2025-01-24T19:18:37.078Z | Checking proc-macro2 v1.0.92 |
1788 | 2025-01-24T19:18:37.118Z | Checking sha2 v0.10.8 |
1789 | 2025-01-24T19:18:37.252Z | Checking hmac v0.12.1 |
1790 | 2025-01-24T19:18:37.485Z | Checking powerfmt v0.2.0 |
1791 | 2025-01-24T19:18:37.514Z | Checking num_threads v0.1.7 |
1792 | 2025-01-24T19:18:37.647Z | Checking num-conv v0.1.0 |
1793 | 2025-01-24T19:18:37.677Z | Checking rustls-pki-types v1.10.0 |
1794 | 2025-01-24T19:18:37.706Z | Checking quote v1.0.38 |
1795 | 2025-01-24T19:18:37.764Z | Checking deranged v0.3.11 |
1796 | 2025-01-24T19:18:37.850Z | Checking regex-automata v0.4.8 |
1797 | 2025-01-24T19:18:37.899Z | Checking time-core v0.1.2 |
1798 | 2025-01-24T19:18:38.056Z | Checking icu_properties v1.5.1 |
1799 | 2025-01-24T19:18:38.082Z | Checking adler2 v2.0.0 |
1800 | 2025-01-24T19:18:38.085Z | Checking syn v2.0.96 |
1801 | 2025-01-24T19:18:38.186Z | Checking http-body v1.0.1 |
1802 | 2025-01-24T19:18:38.232Z | Checking aws-lc-sys v0.22.0 |
1803 | 2025-01-24T19:18:38.260Z | Checking miniz_oxide v0.8.0 |
1804 | 2025-01-24T19:18:38.394Z | Checking untrusted v0.7.1 |
1805 | 2025-01-24T19:18:38.585Z | Checking mirai-annotations v1.12.0 |
1806 | 2025-01-24T19:18:38.765Z | Checking base64 v0.22.1 |
1807 | 2025-01-24T19:18:38.999Z | Checking httpdate v1.0.3 |
1808 | 2025-01-24T19:18:39.052Z | Checking time v0.3.36 |
1809 | 2025-01-24T19:18:39.232Z | Checking try-lock v0.2.5 |
1810 | 2025-01-24T19:18:39.257Z | Checking pem-rfc7468 v0.7.0 |
1811 | 2025-01-24T19:18:39.390Z | Checking want v0.3.1 |
1812 | 2025-01-24T19:18:39.551Z | Checking ahash v0.8.11 |
1813 | 2025-01-24T19:18:39.595Z | Checking lazy_static v1.5.0 |
1814 | 2025-01-24T19:18:39.740Z | Checking tower-service v0.3.3 |
1815 | 2025-01-24T19:18:39.880Z | Checking flagset v0.4.6 |
1816 | 2025-01-24T19:18:40.051Z | Checking pbkdf2 v0.12.2 |
1817 | 2025-01-24T19:18:40.098Z | Checking der v0.7.9 |
1818 | 2025-01-24T19:18:40.233Z | Checking aes v0.8.4 |
1819 | 2025-01-24T19:18:40.354Z | Checking aws-lc-rs v1.10.0 |
1820 | 2025-01-24T19:18:41.064Z | Checking tokio-util v0.7.12 |
1821 | 2025-01-24T19:18:41.132Z | Checking mime v0.3.17 |
1822 | 2025-01-24T19:18:41.254Z | Checking icu_normalizer v1.5.0 |
1823 | 2025-01-24T19:18:41.457Z | Checking cbc v0.1.2 |
1824 | 2025-01-24T19:18:41.484Z | Checking salsa20 v0.10.2 |
1825 | 2025-01-24T19:18:41.672Z | Checking slog v2.7.0 |
1826 | 2025-01-24T19:18:41.713Z | Checking scrypt v0.11.0 |
1827 | 2025-01-24T19:18:41.788Z | Checking spki v0.7.3 |
1828 | 2025-01-24T19:18:41.902Z | Checking h2 v0.4.6 |
1829 | 2025-01-24T19:18:41.934Z | Checking http-body-util v0.1.2 |
1830 | 2025-01-24T19:18:41.962Z | Checking rustls-webpki v0.102.8 |
1831 | 2025-01-24T19:18:42.058Z | Checking idna_adapter v1.2.0 |
1832 | 2025-01-24T19:18:42.086Z | Checking semver v1.0.24 |
1833 | 2025-01-24T19:18:42.112Z | Checking gimli v0.31.1 |
1834 | 2025-01-24T19:18:42.179Z | Checking regex v1.11.1 |
1835 | 2025-01-24T19:18:42.243Z | Checking idna v1.0.3 |
1836 | 2025-01-24T19:18:42.363Z | Checking pkcs5 v0.7.1 |
1837 | 2025-01-24T19:18:42.507Z | Checking rustls-pemfile v2.2.0 |
1838 | 2025-01-24T19:18:42.718Z | Checking object v0.36.5 |
1839 | 2025-01-24T19:18:42.744Z | Checking utf8parse v0.2.2 |
1840 | 2025-01-24T19:18:42.772Z | Checking url v2.5.3 |
1841 | 2025-01-24T19:18:42.798Z | Checking ipnet v2.10.1 |
1842 | 2025-01-24T19:18:42.870Z | Checking rustc-demangle v0.1.24 |
1843 | 2025-01-24T19:18:42.897Z | Checking foreign-types-shared v0.1.1 |
1844 | 2025-01-24T19:18:43.023Z | Checking openssl-probe v0.1.5 |
1845 | 2025-01-24T19:18:43.198Z | Checking foreign-types v0.3.2 |
1846 | 2025-01-24T19:18:43.234Z | Checking pkcs8 v0.10.2 |
1847 | 2025-01-24T19:18:43.299Z | Checking futures-executor v0.3.31 |
1848 | 2025-01-24T19:18:43.329Z | Checking serde_urlencoded v0.7.1 |
1849 | 2025-01-24T19:18:43.529Z | Checking serde_spanned v0.6.8 |
1850 | 2025-01-24T19:18:43.532Z | Checking toml_datetime v0.6.8 |
1851 | 2025-01-24T19:18:43.630Z | Checking openssl-sys v0.9.103 |
1852 | 2025-01-24T19:18:43.717Z | Checking encoding_rs v0.8.34 |
1853 | 2025-01-24T19:18:43.750Z | Checking unicode-width v0.1.14 |
1854 | 2025-01-24T19:18:43.781Z | Checking futures v0.3.31 |
1855 | 2025-01-24T19:18:43.810Z | Checking either v1.13.0 |
1856 | 2025-01-24T19:18:43.895Z | Checking anstyle v1.0.10 |
1857 | 2025-01-24T19:18:44.141Z | Checking data-encoding v2.6.0 |
1858 | 2025-01-24T19:18:44.253Z | Checking rustls v0.23.19 |
1859 | 2025-01-24T19:18:44.256Z | Checking sha1 v0.10.6 |
1860 | 2025-01-24T19:18:44.592Z | Checking openapiv3 v2.0.0 |
1861 | 2025-01-24T19:18:44.739Z | Checking psl-types v2.0.11 |
1862 | 2025-01-24T19:18:44.768Z | Checking openssl v0.10.66 |
1863 | 2025-01-24T19:18:44.929Z | Checking publicsuffix v2.3.0 |
1864 | 2025-01-24T19:18:45.215Z | Checking anstyle-parse v0.2.5 |
1865 | 2025-01-24T19:18:45.509Z | Checking cookie v0.18.1 |
1866 | 2025-01-24T19:18:45.744Z | Checking addr2line v0.24.2 |
1867 | 2025-01-24T19:18:45.928Z | Checking webpki-roots v0.26.6 |
1868 | 2025-01-24T19:18:46.030Z | Checking camino v1.1.9 |
1869 | 2025-01-24T19:18:46.135Z | Checking winnow v0.6.20 |
1870 | 2025-01-24T19:18:46.274Z | Checking is_terminal_polyfill v1.70.1 |
1871 | 2025-01-24T19:18:46.415Z | Checking colorchoice v1.0.2 |
1872 | 2025-01-24T19:18:46.564Z | Checking anstyle-query v1.1.1 |
1873 | 2025-01-24T19:18:46.567Z | Checking cookie_store v0.21.1 |
1874 | 2025-01-24T19:18:46.702Z | Checking anstream v0.6.15 |
1875 | 2025-01-24T19:18:47.069Z | Checking terminal_size v0.4.0 |
1876 | 2025-01-24T19:18:47.262Z | Checking signature v2.2.0 |
1877 | 2025-01-24T19:18:47.266Z | Checking sync_wrapper v1.0.1 |
1878 | 2025-01-24T19:18:47.442Z | Checking strsim v0.11.1 |
1879 | 2025-01-24T19:18:47.474Z | Checking clap_lex v0.7.2 |
1880 | 2025-01-24T19:18:47.741Z | Checking is-terminal v0.4.13 |
1881 | 2025-01-24T19:18:47.744Z | Checking clap_builder v4.5.21 |
1882 | 2025-01-24T19:18:47.802Z | Checking scroll v0.12.0 |
1883 | 2025-01-24T19:18:47.880Z | Checking tinyvec_macros v0.1.1 |
1884 | 2025-01-24T19:18:47.981Z | Checking plain v0.2.3 |
1885 | 2025-01-24T19:18:47.984Z | Checking hyper v1.5.2 |
1886 | 2025-01-24T19:18:48.153Z | Checking ucd-trie v0.1.7 |
1887 | 2025-01-24T19:18:48.275Z | Checking goblin v0.8.2 |
1888 | 2025-01-24T19:18:48.392Z | Checking pest v2.7.14 |
1889 | 2025-01-24T19:18:48.498Z | Checking backtrace v0.3.74 |
1890 | 2025-01-24T19:18:48.784Z | Checking tinyvec v1.8.0 |
1891 | 2025-01-24T19:18:49.054Z | Checking anyhow v1.0.95 |
1892 | 2025-01-24T19:18:49.313Z | Checking tokio-rustls v0.26.0 |
1893 | 2025-01-24T19:18:49.401Z | Checking pretty-hex v0.4.1 |
1894 | 2025-01-24T19:18:49.608Z | Checking base16ct v0.2.0 |
1895 | 2025-01-24T19:18:49.723Z | Checking num-integer v0.1.46 |
1896 | 2025-01-24T19:18:49.831Z | Checking sec1 v0.7.3 |
1897 | 2025-01-24T19:18:49.923Z | Checking hyper-util v0.1.10 |
1898 | 2025-01-24T19:18:49.926Z | Checking native-tls v0.2.12 |
1899 | 2025-01-24T19:18:50.044Z | Checking ff v0.13.0 |
1900 | 2025-01-24T19:18:50.188Z | Checking thread-id v4.2.2 |
1901 | 2025-01-24T19:18:50.215Z | Checking toml_edit v0.22.22 |
1902 | 2025-01-24T19:18:50.260Z | Checking group v0.13.0 |
1903 | 2025-01-24T19:18:50.288Z | Checking tokio-native-tls v0.3.1 |
1904 | 2025-01-24T19:18:50.313Z | Checking hkdf v0.12.4 |
1905 | 2025-01-24T19:18:50.516Z | Checking crypto-bigint v0.5.5 |
1906 | 2025-01-24T19:18:50.543Z | Checking dirs-sys-next v0.1.2 |
1907 | 2025-01-24T19:18:50.568Z | Checking memmap v0.7.0 |
1908 | 2025-01-24T19:18:50.628Z | Checking clap v4.5.21 |
1909 | 2025-01-24T19:18:50.728Z | Checking crc32fast v1.4.2 |
1910 | 2025-01-24T19:18:50.755Z | Checking utf-8 v0.7.6 |
1911 | 2025-01-24T19:18:50.796Z | Checking bitflags v1.3.2 |
1912 | 2025-01-24T19:18:50.911Z | Checking static_assertions v1.1.0 |
1913 | 2025-01-24T19:18:50.914Z | Checking dtrace-parser v0.2.0 |
1914 | 2025-01-24T19:18:50.962Z | Checking dirs-next v2.0.0 |
1915 | 2025-01-24T19:18:50.991Z | Checking crossbeam-channel v0.5.13 |
1916 | 2025-01-24T19:18:51.023Z | Checking thread_local v1.1.8 |
1917 | 2025-01-24T19:18:51.113Z | Checking unicode-segmentation v1.12.0 |
1918 | 2025-01-24T19:18:51.299Z | Checking term v0.7.0 |
1919 | 2025-01-24T19:18:51.416Z | Checking num-iter v0.1.45 |
1920 | 2025-01-24T19:18:51.600Z | Checking crossbeam-epoch v0.9.18 |
1921 | 2025-01-24T19:18:51.669Z | Checking take_mut v0.2.2 |
1922 | 2025-01-24T19:18:51.723Z | Checking match_cfg v0.1.0 |
1923 | 2025-01-24T19:18:51.790Z | Checking hyper-tls v0.6.0 |
1924 | 2025-01-24T19:18:51.819Z | Checking hyper-rustls v0.27.3 |
1925 | 2025-01-24T19:18:51.847Z | Checking slog-async v2.8.0 |
1926 | 2025-01-24T19:18:51.850Z | Checking hostname v0.3.1 |
1927 | 2025-01-24T19:18:51.996Z | Checking slog-term v2.9.1 |
1928 | 2025-01-24T19:18:52.024Z | Checking itertools v0.10.5 |
1929 | 2025-01-24T19:18:52.054Z | Checking bstr v1.10.0 |
1930 | 2025-01-24T19:18:52.139Z | Checking rfc6979 v0.4.0 |
1931 | 2025-01-24T19:18:52.167Z | Checking reqwest v0.12.9 |
1932 | 2025-01-24T19:18:52.331Z | Checking hex v0.4.3 |
1933 | 2025-01-24T19:18:52.479Z | Checking managed v0.8.0 |
1934 | 2025-01-24T19:18:52.776Z | Checking toml v0.8.19 |
1935 | 2025-01-24T19:18:52.837Z | Checking winnow v0.5.40 |
1936 | 2025-01-24T19:18:52.862Z | Checking crossbeam-deque v0.8.5 |
1937 | 2025-01-24T19:18:52.928Z | Checking num-bigint-dig v0.8.4 |
1938 | 2025-01-24T19:18:52.978Z | Checking dof v0.3.0 |
1939 | 2025-01-24T19:18:53.079Z | Checking elliptic-curve v0.13.8 |
1940 | 2025-01-24T19:18:53.199Z | Checking flate2 v1.0.35 |
1941 | 2025-01-24T19:18:53.477Z | Checking pkcs1 v0.7.5 |
1942 | 2025-01-24T19:18:53.556Z | Checking usdt-impl v0.5.0 |
1943 | 2025-01-24T19:18:53.716Z | Checking ecdsa v0.16.9 |
1944 | 2025-01-24T19:18:53.826Z | Checking rustls v0.22.4 |
1945 | 2025-01-24T19:18:53.881Z | Checking curve25519-dalek v4.1.3 |
1946 | 2025-01-24T19:18:53.967Z | Checking zerocopy v0.6.6 |
1947 | 2025-01-24T19:18:54.088Z | Checking siphasher v0.3.11 |
1948 | 2025-01-24T19:18:54.090Z | Checking usdt v0.5.0 |
1949 | 2025-01-24T19:18:54.363Z | Checking rayon-core v1.12.1 |
1950 | 2025-01-24T19:18:54.416Z | Checking unicode-normalization v0.1.24 |
1951 | 2025-01-24T19:18:54.445Z | Checking ed25519 v2.2.3 |
1952 | 2025-01-24T19:18:54.598Z | Checking slog-json v2.6.1 |
1953 | 2025-01-24T19:18:54.773Z | Checking signal-hook v0.3.17 |
1954 | 2025-01-24T19:18:54.876Z | Checking debug-ignore v1.0.5 |
1955 | 2025-01-24T19:18:54.902Z | Checking rsa v0.9.6 |
1956 | 2025-01-24T19:18:54.992Z | Checking quick-error v1.2.3 |
1957 | 2025-01-24T19:18:55.023Z | Checking slog-bunyan v2.5.0 |
1958 | 2025-01-24T19:18:55.126Z | Checking hickory-proto v0.24.2 |
1959 | 2025-01-24T19:18:55.154Z | Checking multer v3.1.0 |
1960 | 2025-01-24T19:18:55.208Z | Checking x509-cert v0.2.5 |
1961 | 2025-01-24T19:18:55.359Z | Checking hubpack v0.1.2 |
1962 | 2025-01-24T19:18:55.544Z | Checking serde_path_to_error v0.1.16 |
1963 | 2025-01-24T19:18:55.569Z | Checking toml_edit v0.19.15 |
1964 | 2025-01-24T19:18:55.605Z | Checking ed25519-dalek v2.1.1 |
1965 | 2025-01-24T19:18:55.665Z | Checking waitgroup v0.1.2 |
1966 | 2025-01-24T19:18:55.817Z | Checking bzip2-sys v0.1.11+1.0.8 |
1967 | 2025-01-24T19:18:55.847Z | Checking async-stream v0.3.6 |
1968 | 2025-01-24T19:18:55.953Z | Checking hostname v0.4.0 |
1969 | 2025-01-24T19:18:56.027Z | Checking bit-vec v0.6.3 |
1970 | 2025-01-24T19:18:56.060Z | Checking bzip2 v0.4.4 |
1971 | 2025-01-24T19:18:56.107Z | Checking signal-hook-mio v0.2.4 |
1972 | 2025-01-24T19:18:56.110Z | Checking console v0.15.8 |
1973 | 2025-01-24T19:18:56.268Z | Checking hash32 v0.2.1 |
1974 | 2025-01-24T19:18:56.335Z | Checking bit-set v0.5.3 |
1975 | 2025-01-24T19:18:56.338Z | Checking linked-hash-map v0.5.6 |
1976 | 2025-01-24T19:18:56.578Z | Checking predicates-core v1.0.8 |
1977 | 2025-01-24T19:18:56.607Z | Checking unicode-properties v0.1.3 |
1978 | 2025-01-24T19:18:56.666Z | Checking unicode-bidi v0.3.17 |
1979 | 2025-01-24T19:18:56.693Z | Checking lru-cache v0.1.2 |
1980 | 2025-01-24T19:18:56.732Z | Checking heapless v0.7.17 |
1981 | 2025-01-24T19:18:56.784Z | Checking crossterm v0.28.1 |
1982 | 2025-01-24T19:18:56.869Z | Checking rayon v1.10.0 |
1983 | 2025-01-24T19:18:56.995Z | Checking phf_shared v0.11.2 |
1984 | 2025-01-24T19:18:57.091Z | Checking tokio-rustls v0.25.0 |
1985 | 2025-01-24T19:18:57.268Z | Checking similar v2.6.0 |
1986 | 2025-01-24T19:18:57.294Z | Checking stringprep v0.1.5 |
1987 | 2025-01-24T19:18:57.464Z | Checking dropshot v0.12.0 |
1988 | 2025-01-24T19:18:57.583Z | Checking tokio-stream v0.1.16 |
1989 | 2025-01-24T19:18:57.647Z | Checking newtype-uuid v1.2.1 |
1990 | 2025-01-24T19:18:57.904Z | Checking toml v0.7.8 |
1991 | 2025-01-24T19:18:57.934Z | Checking md-5 v0.10.6 |
1992 | 2025-01-24T19:18:58.100Z | Checking float-cmp v0.9.0 |
1993 | 2025-01-24T19:18:58.171Z | Checking normalize-line-endings v0.3.0 |
1994 | 2025-01-24T19:18:58.310Z | Checking difflib v0.4.0 |
1995 | 2025-01-24T19:18:58.313Z | Checking fixedbitset v0.4.2 |
1996 | 2025-01-24T19:18:58.409Z | Checking fallible-iterator v0.2.0 |
1997 | 2025-01-24T19:18:58.424Z | Checking smoltcp v0.9.1 |
1998 | 2025-01-24T19:18:58.577Z | Checking phf v0.11.2 |
1999 | 2025-01-24T19:18:58.617Z | Checking petgraph v0.6.5 |
2000 | 2025-01-24T19:18:58.645Z | Checking predicates v3.1.2 |
2001 | 2025-01-24T19:18:58.871Z | Checking zip v0.6.6 |
2002 | 2025-01-24T19:18:58.998Z | Checking postgres-protocol v0.6.7 |
2003 | 2025-01-24T19:18:59.243Z | Checking resolv-conf v0.7.0 |
2004 | 2025-01-24T19:18:59.542Z | Checking phf_shared v0.10.0 |
2005 | 2025-01-24T19:18:59.619Z | Checking tungstenite v0.24.0 |
2006 | 2025-01-24T19:18:59.646Z | Checking fs-err v2.11.0 |
2007 | 2025-01-24T19:18:59.649Z | Checking serde-big-array v0.5.1 |
2008 | 2025-01-24T19:18:59.821Z | Checking portable-atomic v1.9.0 |
2009 | 2025-01-24T19:18:59.868Z | Checking precomputed-hash v0.1.1 |
2010 | 2025-01-24T19:18:59.918Z | Checking minimal-lexical v0.2.1 |
2011 | 2025-01-24T19:19:00.002Z | Checking unicode-width v0.2.0 |
2012 | 2025-01-24T19:19:00.218Z | Checking new_debug_unreachable v1.0.6 |
2013 | 2025-01-24T19:19:00.301Z | Checking number_prefix v0.4.0 |
2014 | 2025-01-24T19:19:00.327Z | Checking lalrpop-util v0.19.12 |
2015 | 2025-01-24T19:19:00.381Z | Checking string_cache v0.8.7 |
2016 | 2025-01-24T19:19:00.481Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2025-01-24T19:19:00.509Z | Checking nom v7.1.3 |
2018 | 2025-01-24T19:19:00.512Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2019 | 2025-01-24T19:19:00.599Z | Checking postgres-types v0.2.8 |
2020 | 2025-01-24T19:19:00.679Z | Checking hickory-resolver v0.24.2 |
2021 | 2025-01-24T19:19:00.794Z | Checking itertools v0.12.1 |
2022 | 2025-01-24T19:19:00.823Z | Checking indicatif v0.17.9 |
2023 | 2025-01-24T19:19:00.923Z | Checking whoami v1.5.2 |
2024 | 2025-01-24T19:19:01.239Z | Checking peg-runtime v0.8.3 |
2025 | 2025-01-24T19:19:01.241Z | Checking tokio-postgres v0.7.12 |
2026 | 2025-01-24T19:19:01.510Z | Compiling hashbrown v0.14.5 |
2027 | 2025-01-24T19:19:01.567Z | Compiling thiserror v2.0.11 |
2028 | 2025-01-24T19:19:01.596Z | Compiling thiserror-impl v2.0.11 |
2029 | 2025-01-24T19:19:02.267Z | Checking qorb v0.2.1 |
2030 | 2025-01-24T19:19:02.564Z | Compiling regress v0.10.1 |
2031 | 2025-01-24T19:19:02.625Z | Compiling ident_case v1.0.1 |
2032 | 2025-01-24T19:19:02.840Z | Compiling darling_core v0.20.10 |
2033 | 2025-01-24T19:19:03.152Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2025-01-24T19:19:04.097Z | Checking heck v0.5.0 |
2035 | 2025-01-24T19:19:04.305Z | Checking fastrand v2.1.1 |
2036 | 2025-01-24T19:19:04.640Z | Compiling serde_yaml v0.9.34+deprecated |
2037 | 2025-01-24T19:19:04.715Z | Checking ipnetwork v0.20.0 |
2038 | 2025-01-24T19:19:04.988Z | Checking progenitor-client v0.9.1 |
2039 | 2025-01-24T19:19:05.021Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2040 | 2025-01-24T19:19:05.061Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2041 | 2025-01-24T19:19:05.384Z | Compiling structmeta-derive v0.3.0 |
2042 | 2025-01-24T19:19:05.428Z | Checking strum v0.26.3 |
2043 | 2025-01-24T19:19:05.460Z | Compiling dropshot v0.15.1 |
2044 | 2025-01-24T19:19:05.611Z | Checking macaddr v1.0.1 |
2045 | 2025-01-24T19:19:05.843Z | Compiling dropshot_endpoint v0.15.1 |
2046 | 2025-01-24T19:19:05.953Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2047 | 2025-01-24T19:19:06.237Z | Compiling typify-impl v0.2.0 |
2048 | 2025-01-24T19:19:06.657Z | Checking tempfile v3.13.0 |
2049 | 2025-01-24T19:19:07.044Z | Checking progenitor-client v0.8.0 |
2050 | 2025-01-24T19:19:07.325Z | Checking instant v0.1.13 |
2051 | 2025-01-24T19:19:07.385Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2052 | 2025-01-24T19:19:07.456Z | Checking regress v0.9.1 |
2053 | 2025-01-24T19:19:07.971Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2054 | 2025-01-24T19:19:07.997Z | Compiling structmeta v0.3.0 |
2055 | 2025-01-24T19:19:08.235Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2056 | 2025-01-24T19:19:08.409Z | Compiling parse-display-derive v0.10.0 |
2057 | 2025-01-24T19:19:08.646Z | Checking backoff v0.4.0 |
2058 | 2025-01-24T19:19:08.703Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2025-01-24T19:19:08.861Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2060 | 2025-01-24T19:19:08.935Z | Compiling darling_macro v0.20.10 |
2061 | 2025-01-24T19:19:08.959Z | Checking wait-timeout v0.2.0 |
2062 | 2025-01-24T19:19:09.034Z | Checking rand_xorshift v0.3.0 |
2063 | 2025-01-24T19:19:09.152Z | Checking rusty-fork v0.3.0 |
2064 | 2025-01-24T19:19:09.234Z | Checking unarray v0.1.4 |
2065 | 2025-01-24T19:19:09.407Z | Compiling structmeta-derive v0.2.0 |
2066 | 2025-01-24T19:19:09.452Z | Checking proptest v1.5.0 |
2067 | 2025-01-24T19:19:09.791Z | Compiling darling v0.20.10 |
2068 | 2025-01-24T19:19:09.932Z | Compiling serde_with_macros v3.11.0 |
2069 | 2025-01-24T19:19:10.323Z | Checking camino-tempfile v1.1.1 |
2070 | 2025-01-24T19:19:10.616Z | Compiling proc-macro-error v1.0.4 |
2071 | 2025-01-24T19:19:10.905Z | Compiling proc-macro-crate v1.3.1 |
2072 | 2025-01-24T19:19:11.253Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2025-01-24T19:19:11.615Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2025-01-24T19:19:11.874Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-01-24T19:19:11.945Z | Compiling foreign-types-macros v0.2.3 |
2076 | 2025-01-24T19:19:12.010Z | Compiling structmeta v0.2.0 |
2077 | 2025-01-24T19:19:12.417Z | Compiling test-strategy v0.3.1 |
2078 | 2025-01-24T19:19:12.444Z | Checking parse-display v0.10.0 |
2079 | 2025-01-24T19:19:12.517Z | Checking serde_with v3.11.0 |
2080 | 2025-01-24T19:19:12.692Z | Checking foreign-types-shared v0.3.1 |
2081 | 2025-01-24T19:19:13.201Z | Checking foreign-types v0.5.0 |
2082 | 2025-01-24T19:19:13.250Z | Checking tabwriter v1.4.0 |
2083 | 2025-01-24T19:19:13.320Z | Checking cstr-argument v0.1.2 |
2084 | 2025-01-24T19:19:13.514Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2085 | 2025-01-24T19:19:13.517Z | Checking pretty-hex v0.2.1 |
2086 | 2025-01-24T19:19:13.696Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2087 | 2025-01-24T19:19:13.806Z | Checking colored v2.1.0 |
2088 | 2025-01-24T19:19:14.128Z | Checking smf v0.2.3 |
2089 | 2025-01-24T19:19:14.154Z | Checking num_enum v0.5.11 |
2090 | 2025-01-24T19:19:14.179Z | Checking itertools v0.13.0 |
2091 | 2025-01-24T19:19:14.204Z | Checking base64 v0.21.7 |
2092 | 2025-01-24T19:19:14.308Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2025-01-24T19:19:14.334Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2094 | 2025-01-24T19:19:14.481Z | Compiling typify-impl v0.3.0 |
2095 | 2025-01-24T19:19:14.570Z | Compiling crucible-workspace-hack v0.1.0 |
2096 | 2025-01-24T19:19:14.605Z | Compiling zerocopy v0.8.10 |
2097 | 2025-01-24T19:19:14.998Z | Checking atomicwrites v0.4.4 |
2098 | 2025-01-24T19:19:15.482Z | Compiling zerocopy-derive v0.8.10 |
2099 | 2025-01-24T19:19:15.566Z | Compiling heapless v0.8.0 |
2100 | 2025-01-24T19:19:15.938Z | Checking termtree v0.4.1 |
2101 | 2025-01-24T19:19:16.177Z | Checking predicates-tree v1.0.11 |
2102 | 2025-01-24T19:19:16.342Z | Checking hash32 v0.3.1 |
2103 | 2025-01-24T19:19:16.445Z | Compiling smoltcp v0.11.0 |
2104 | 2025-01-24T19:19:16.621Z | Checking cobs v0.2.3 |
2105 | 2025-01-24T19:19:16.837Z | Checking postcard v1.0.10 |
2106 | 2025-01-24T19:19:17.124Z | Checking sigpipe v0.1.3 |
2107 | 2025-01-24T19:19:17.214Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-24T19:19:17.250Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-24T19:19:17.390Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2110 | 2025-01-24T19:19:17.415Z | Compiling mockall_derive v0.13.0 |
2111 | 2025-01-24T19:19:17.593Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2112 | 2025-01-24T19:19:17.743Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2025-01-24T19:19:17.938Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2114 | 2025-01-24T19:19:18.022Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2115 | 2025-01-24T19:19:18.213Z | Compiling zone_cfg_derive v0.3.0 |
2116 | 2025-01-24T19:19:19.619Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2117 | 2025-01-24T19:19:19.912Z | Compiling num-derive v0.4.2 |
2118 | 2025-01-24T19:19:19.971Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2119 | 2025-01-24T19:19:20.264Z | Checking downcast v0.11.0 |
2120 | 2025-01-24T19:19:20.289Z | Checking fragile v2.0.0 |
2121 | 2025-01-24T19:19:20.529Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2122 | 2025-01-24T19:19:20.573Z | Checking zone v0.3.0 |
2123 | 2025-01-24T19:19:20.783Z | Compiling convert_case v0.4.0 |
2124 | 2025-01-24T19:19:20.842Z | Checking tungstenite v0.21.0 |
2125 | 2025-01-24T19:19:21.269Z | Compiling typify-macro v0.2.0 |
2126 | 2025-01-24T19:19:21.324Z | Checking newline-converter v0.3.0 |
2127 | 2025-01-24T19:19:21.489Z | Checking expectorate v1.1.0 |
2128 | 2025-01-24T19:19:21.616Z | Compiling derive_more v0.99.18 |
2129 | 2025-01-24T19:19:21.668Z | Checking same-file v1.0.6 |
2130 | 2025-01-24T19:19:21.740Z | Checking tokio-tungstenite v0.21.0 |
2131 | 2025-01-24T19:19:21.861Z | Checking walkdir v2.5.0 |
2132 | 2025-01-24T19:19:22.147Z | Checking arc-swap v1.7.1 |
2133 | 2025-01-24T19:19:22.246Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2134 | 2025-01-24T19:19:22.267Z | Checking xattr v1.3.1 |
2135 | 2025-01-24T19:19:22.486Z | Checking filetime v0.2.25 |
2136 | 2025-01-24T19:19:22.543Z | Checking slog-scope v4.4.0 |
2137 | 2025-01-24T19:19:22.664Z | Checking num-rational v0.4.2 |
2138 | 2025-01-24T19:19:22.701Z | Checking tar v0.4.42 |
2139 | 2025-01-24T19:19:22.769Z | Checking slog-stdlog v4.1.1 |
2140 | 2025-01-24T19:19:22.979Z | Checking slog-envlogger v2.2.0 |
2141 | 2025-01-24T19:19:23.218Z | Checking num-complex v0.4.6 |
2142 | 2025-01-24T19:19:23.291Z | Checking float-ord v0.3.2 |
2143 | 2025-01-24T19:19:23.461Z | Checking indent_write v2.2.0 |
2144 | 2025-01-24T19:19:23.582Z | Checking swrite v0.1.0 |
2145 | 2025-01-24T19:19:23.677Z | Compiling cancel-safe-futures v0.1.5 |
2146 | 2025-01-24T19:19:23.722Z | Compiling owo-colors v4.1.0 |
2147 | 2025-01-24T19:19:24.089Z | Checking num v0.4.3 |
2148 | 2025-01-24T19:19:24.229Z | Checking libsw v3.3.1 |
2149 | 2025-01-24T19:19:24.491Z | Checking password-hash v0.5.0 |
2150 | 2025-01-24T19:19:24.513Z | Checking blake2 v0.10.6 |
2151 | 2025-01-24T19:19:24.625Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2025-01-24T19:19:24.911Z | Checking linear-map v1.2.0 |
2153 | 2025-01-24T19:19:24.948Z | Checking argon2 v0.5.3 |
2154 | 2025-01-24T19:19:25.082Z | Compiling typify v0.2.0 |
2155 | 2025-01-24T19:19:25.233Z | Compiling progenitor-impl v0.8.0 |
2156 | 2025-01-24T19:19:25.316Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2157 | 2025-01-24T19:19:25.410Z | Checking mockall v0.13.0 |
2158 | 2025-01-24T19:19:25.545Z | Checking pem v3.0.4 |
2159 | 2025-01-24T19:19:25.609Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2025-01-24T19:19:25.657Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2161 | 2025-01-24T19:19:25.828Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2162 | 2025-01-24T19:19:26.191Z | Compiling lzma-sys v0.1.20 |
2163 | 2025-01-24T19:19:26.516Z | Checking headers-core v0.3.0 |
2164 | 2025-01-24T19:19:26.680Z | Compiling heck v0.3.3 |
2165 | 2025-01-24T19:19:26.986Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2025-01-24T19:19:27.048Z | Checking highway v1.2.0 |
2167 | 2025-01-24T19:19:27.259Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2168 | 2025-01-24T19:19:27.308Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2025-01-24T19:19:27.472Z | Checking headers v0.4.0 |
2170 | 2025-01-24T19:19:27.521Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2025-01-24T19:19:27.878Z | Checking yasna v0.5.2 |
2172 | 2025-01-24T19:19:28.340Z | Checking base64 v0.13.1 |
2173 | 2025-01-24T19:19:28.511Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2174 | 2025-01-24T19:19:28.670Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2025-01-24T19:19:28.702Z | Checking zone v0.1.8 |
2176 | 2025-01-24T19:19:28.747Z | Checking rcgen v0.12.1 |
2177 | 2025-01-24T19:19:28.769Z | Checking ron v0.7.1 |
2178 | 2025-01-24T19:19:28.988Z | Checking xz2 v0.1.7 |
2179 | 2025-01-24T19:19:29.279Z | Checking subprocess v0.2.9 |
2180 | 2025-01-24T19:19:29.352Z | Checking humantime v2.1.0 |
2181 | 2025-01-24T19:19:29.373Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2182 | 2025-01-24T19:19:29.662Z | Compiling semver v0.1.20 |
2183 | 2025-01-24T19:19:29.820Z | Checking prettyplease v0.2.25 |
2184 | 2025-01-24T19:19:29.867Z | Checking half v2.4.1 |
2185 | 2025-01-24T19:19:29.887Z | Compiling typify-macro v0.3.0 |
2186 | 2025-01-24T19:19:30.186Z | Compiling rustc_version v0.1.7 |
2187 | 2025-01-24T19:19:30.247Z | Checking ciborium-io v0.2.2 |
2188 | 2025-01-24T19:19:30.290Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2025-01-24T19:19:30.392Z | Checking ciborium-ll v0.2.2 |
2190 | 2025-01-24T19:19:30.632Z | Compiling newtype_derive v0.1.6 |
2191 | 2025-01-24T19:19:30.715Z | Checking ciborium v0.2.2 |
2192 | 2025-01-24T19:19:31.160Z | Checking steno v0.4.1 |
2193 | 2025-01-24T19:19:32.127Z | Compiling progenitor-macro v0.8.0 |
2194 | 2025-01-24T19:19:33.720Z | Compiling typify v0.3.0 |
2195 | 2025-01-24T19:19:33.853Z | Compiling progenitor-impl v0.9.1 |
2196 | 2025-01-24T19:19:33.880Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2197 | 2025-01-24T19:19:34.212Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2198 | 2025-01-24T19:19:34.626Z | Compiling slog-dtrace v0.3.0 |
2199 | 2025-01-24T19:19:34.882Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2200 | 2025-01-24T19:19:34.976Z | Checking display-error-chain v0.2.2 |
2201 | 2025-01-24T19:19:35.164Z | Checking gethostname v0.5.0 |
2202 | 2025-01-24T19:19:35.307Z | Checking nibble_vec v0.1.0 |
2203 | 2025-01-24T19:19:35.400Z | Compiling blake3 v1.5.4 |
2204 | 2025-01-24T19:19:35.438Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2205 | 2025-01-24T19:19:35.504Z | Checking endian-type v0.1.2 |
2206 | 2025-01-24T19:19:35.726Z | Checking keccak v0.1.5 |
2207 | 2025-01-24T19:19:35.778Z | Checking radix_trie v0.2.1 |
2208 | 2025-01-24T19:19:36.078Z | Checking sha3 v0.10.8 |
2209 | 2025-01-24T19:19:36.155Z | Checking universal-hash v0.5.1 |
2210 | 2025-01-24T19:19:36.354Z | Checking secrecy v0.8.0 |
2211 | 2025-01-24T19:19:36.458Z | Checking opaque-debug v0.3.1 |
2212 | 2025-01-24T19:19:36.557Z | Checking aead v0.5.2 |
2213 | 2025-01-24T19:19:36.579Z | Checking poly1305 v0.8.0 |
2214 | 2025-01-24T19:19:36.621Z | Checking chacha20 v0.9.1 |
2215 | 2025-01-24T19:19:36.989Z | Compiling memmap2 v0.9.5 |
2216 | 2025-01-24T19:19:37.089Z | Compiling constant_time_eq v0.3.1 |
2217 | 2025-01-24T19:19:37.288Z | Compiling arrayref v0.3.9 |
2218 | 2025-01-24T19:19:37.407Z | Compiling arrayvec v0.7.6 |
2219 | 2025-01-24T19:19:37.430Z | Compiling toolchain_find v0.4.0 |
2220 | 2025-01-24T19:19:37.612Z | Compiling thiserror-impl-no-std v2.0.2 |
2221 | 2025-01-24T19:19:38.042Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2222 | 2025-01-24T19:19:38.044Z | Compiling topological-sort v0.2.2 |
2223 | 2025-01-24T19:19:38.087Z | Compiling rustfmt-wrapper v0.2.1 |
2224 | 2025-01-24T19:19:38.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2225 | 2025-01-24T19:19:38.614Z | Compiling omicron-zone-package v0.12.0 |
2226 | 2025-01-24T19:19:38.661Z | Checking chacha20poly1305 v0.10.1 |
2227 | 2025-01-24T19:19:38.692Z | Compiling async-recursion v1.1.1 |
2228 | 2025-01-24T19:19:38.863Z | Checking fxhash v0.2.1 |
2229 | 2025-01-24T19:19:38.965Z | Checking lockfree-object-pool v0.1.6 |
2230 | 2025-01-24T19:19:39.061Z | Checking simd-adler32 v0.3.7 |
2231 | 2025-01-24T19:19:39.214Z | Checking bumpalo v3.16.0 |
2232 | 2025-01-24T19:19:39.411Z | Compiling zip v2.1.3 |
2233 | 2025-01-24T19:19:39.551Z | Checking zopfli v0.8.1 |
2234 | 2025-01-24T19:19:39.741Z | Checking termcolor v1.4.1 |
2235 | 2025-01-24T19:19:40.151Z | Checking maplit v1.0.2 |
2236 | 2025-01-24T19:19:40.172Z | Compiling radium v0.7.0 |
2237 | 2025-01-24T19:19:40.241Z | Compiling const_format_proc_macros v0.2.33 |
2238 | 2025-01-24T19:19:40.289Z | Checking tap v1.0.1 |
2239 | 2025-01-24T19:19:40.428Z | Checking thiserror-no-std v2.0.2 |
2240 | 2025-01-24T19:19:40.462Z | Compiling maybe-uninit v2.0.0 |
2241 | 2025-01-24T19:19:40.550Z | Checking vsss-rs v3.3.4 |
2242 | 2025-01-24T19:19:40.683Z | Compiling progenitor-macro v0.9.1 |
2243 | 2025-01-24T19:19:41.033Z | Checking wyz v0.5.1 |
2244 | 2025-01-24T19:19:41.050Z | Checking home v0.5.9 |
2245 | 2025-01-24T19:19:41.212Z | Checking funty v2.0.0 |
2246 | 2025-01-24T19:19:41.270Z | Compiling packed_struct v0.10.1 |
2247 | 2025-01-24T19:19:41.374Z | Checking crc-catalog v2.4.0 |
2248 | 2025-01-24T19:19:41.537Z | Checking crc v3.2.1 |
2249 | 2025-01-24T19:19:41.863Z | Checking kstat-rs v0.2.4 |
2250 | 2025-01-24T19:19:41.984Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2025-01-24T19:19:42.069Z | Checking bitvec v1.0.1 |
2252 | 2025-01-24T19:19:42.196Z | Compiling vte_generate_state_changes v0.1.2 |
2253 | 2025-01-24T19:19:42.219Z | Checking const_format v0.2.33 |
2254 | 2025-01-24T19:19:42.709Z | Compiling indexmap v1.9.3 |
2255 | 2025-01-24T19:19:42.857Z | Compiling libefi-sys v0.1.0 |
2256 | 2025-01-24T19:19:43.036Z | Checking nodrop v0.1.14 |
2257 | 2025-01-24T19:19:43.198Z | Checking array-init v0.0.4 |
2258 | 2025-01-24T19:19:43.230Z | Checking vte v0.11.1 |
2259 | 2025-01-24T19:19:43.624Z | Checking smallvec v0.6.14 |
2260 | 2025-01-24T19:19:44.012Z | Checking fd-lock v4.0.2 |
2261 | 2025-01-24T19:19:44.036Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2262 | 2025-01-24T19:19:44.220Z | Compiling bitfield-struct v0.6.2 |
2263 | 2025-01-24T19:19:44.429Z | Checking bitfield v0.14.0 |
2264 | 2025-01-24T19:19:44.454Z | Checking hashbrown v0.12.3 |
2265 | 2025-01-24T19:19:44.630Z | Checking strip-ansi-escapes v0.2.0 |
2266 | 2025-01-24T19:19:44.685Z | Checking serde-hex v0.1.0 |
2267 | 2025-01-24T19:19:44.751Z | Checking progenitor v0.8.0 |
2268 | 2025-01-24T19:19:44.966Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2269 | 2025-01-24T19:19:45.002Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2270 | 2025-01-24T19:19:45.571Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2025-01-24T19:19:46.058Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2272 | 2025-01-24T19:19:46.140Z | Checking env_logger v0.10.2 |
2273 | 2025-01-24T19:19:46.327Z | Checking ron v0.8.1 |
2274 | 2025-01-24T19:19:46.534Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2275 | 2025-01-24T19:19:46.843Z | Checking hashbrown v0.13.2 |
2276 | 2025-01-24T19:19:47.555Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2277 | 2025-01-24T19:19:47.682Z | Checking nu-ansi-term v0.50.1 |
2278 | 2025-01-24T19:19:47.821Z | Checking crc-any v2.5.0 |
2279 | 2025-01-24T19:19:48.141Z | Checking reedline v0.35.0 |
2280 | 2025-01-24T19:19:48.165Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2281 | 2025-01-24T19:19:48.221Z | Checking object v0.30.4 |
2282 | 2025-01-24T19:19:48.454Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2283 | 2025-01-24T19:19:48.926Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2284 | 2025-01-24T19:19:49.237Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2285 | 2025-01-24T19:19:49.465Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2286 | 2025-01-24T19:19:49.711Z | Compiling parking_lot_core v0.8.6 |
2287 | 2025-01-24T19:19:49.737Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2025-01-24T19:19:50.654Z | Checking path-slash v0.1.5 |
2289 | 2025-01-24T19:19:51.220Z | Compiling phf_generator v0.11.2 |
2290 | 2025-01-24T19:19:51.411Z | Checking glob v0.3.1 |
2291 | 2025-01-24T19:19:51.549Z | Checking bytecount v0.6.8 |
2292 | 2025-01-24T19:19:51.728Z | Checking papergrid v0.11.0 |
2293 | 2025-01-24T19:19:51.748Z | Compiling phf_codegen v0.11.2 |
2294 | 2025-01-24T19:19:51.966Z | Checking parking_lot v0.11.2 |
2295 | 2025-01-24T19:19:52.295Z | Compiling tabled_derive v0.7.0 |
2296 | 2025-01-24T19:19:52.478Z | Compiling parse-zoneinfo v0.3.1 |
2297 | 2025-01-24T19:19:53.110Z | Compiling cfg_aliases v0.1.1 |
2298 | 2025-01-24T19:19:53.220Z | Compiling nix v0.28.0 |
2299 | 2025-01-24T19:19:53.345Z | Checking progenitor v0.9.1 |
2300 | 2025-01-24T19:19:53.554Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2025-01-24T19:19:53.798Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2302 | 2025-01-24T19:19:54.165Z | Compiling chrono-tz-build v0.4.0 |
2303 | 2025-01-24T19:19:54.231Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2304 | 2025-01-24T19:19:54.591Z | Checking tabled v0.15.0 |
2305 | 2025-01-24T19:19:55.418Z | Checking sled v0.34.7 |
2306 | 2025-01-24T19:19:57.294Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2307 | 2025-01-24T19:19:57.535Z | Checking hickory-client v0.24.2 |
2308 | 2025-01-24T19:19:58.198Z | Checking hickory-server v0.24.2 |
2309 | 2025-01-24T19:19:58.292Z | Compiling chrono-tz v0.10.1 |
2310 | 2025-01-24T19:19:58.504Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2311 | 2025-01-24T19:19:58.881Z | Compiling unicase v2.7.0 |
2312 | 2025-01-24T19:19:58.948Z | Compiling buf-list v1.0.3 |
2313 | 2025-01-24T19:19:59.327Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2314 | 2025-01-24T19:19:59.634Z | Compiling peg-macros v0.8.4 |
2315 | 2025-01-24T19:20:00.510Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2316 | 2025-01-24T19:20:00.690Z | Compiling sqlparser_derive v0.2.2 |
2317 | 2025-01-24T19:20:01.563Z | Checking unicode_categories v0.1.1 |
2318 | 2025-01-24T19:20:01.586Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2025-01-24T19:20:01.658Z | Checking rustyline v14.0.0 |
2320 | 2025-01-24T19:20:01.737Z | Checking sqlparser v0.45.0 |
2321 | 2025-01-24T19:20:01.865Z | Checking sqlformat v0.2.6 |
2322 | 2025-01-24T19:20:03.006Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2323 | 2025-01-24T19:20:03.214Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2324 | 2025-01-24T19:20:04.913Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2325 | 2025-01-24T19:20:05.947Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2326 | 2025-01-24T19:20:06.279Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2327 | 2025-01-24T19:20:07.441Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2328 | 2025-01-24T19:20:07.913Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2329 | 2025-01-24T19:20:08.176Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2330 | 2025-01-24T19:20:09.139Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2331 | 2025-01-24T19:20:09.244Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2025-01-24T19:20:09.528Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2333 | 2025-01-24T19:20:10.108Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2334 | 2025-01-24T19:20:10.175Z | Checking peg v0.8.4 |
2335 | 2025-01-24T19:20:10.289Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2336 | 2025-01-24T19:20:10.902Z | Checking bcs v0.1.6 |
2337 | 2025-01-24T19:20:10.947Z | Checking termtree v0.5.1 |
2338 | 2025-01-24T19:20:11.350Z | Checking primeorder v0.13.6 |
2339 | 2025-01-24T19:20:11.518Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2340 | 2025-01-24T19:20:11.559Z | Compiling mime_guess v2.0.5 |
2341 | 2025-01-24T19:20:11.969Z | Checking nanorand v0.7.0 |
2342 | 2025-01-24T19:20:12.095Z | Checking http-range v0.1.5 |
2343 | 2025-01-24T19:20:12.336Z | Checking flume v0.11.1 |
2344 | 2025-01-24T19:20:12.566Z | Checking atty v0.2.14 |
2345 | 2025-01-24T19:20:12.729Z | Compiling salty v0.3.0 |
2346 | 2025-01-24T19:20:12.833Z | Checking p384 v0.13.0 |
2347 | 2025-01-24T19:20:13.192Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2348 | 2025-01-24T19:20:13.536Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2349 | 2025-01-24T19:20:13.768Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2350 | 2025-01-24T19:20:13.819Z | Checking hyper-staticfile v0.10.1 |
2351 | 2025-01-24T19:20:14.128Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2352 | 2025-01-24T19:20:14.345Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2353 | 2025-01-24T19:20:14.371Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2354 | 2025-01-24T19:20:14.556Z | Compiling dsl_auto_type v0.1.2 |
2355 | 2025-01-24T19:20:14.559Z | Checking scheduled-thread-pool v0.2.7 |
2356 | 2025-01-24T19:20:14.729Z | Checking env_filter v0.1.2 |
2357 | 2025-01-24T19:20:14.779Z | Compiling diesel_table_macro_syntax v0.2.0 |
2358 | 2025-01-24T19:20:14.819Z | Compiling crunchy v0.2.2 |
2359 | 2025-01-24T19:20:14.977Z | Checking env_logger v0.11.5 |
2360 | 2025-01-24T19:20:15.143Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2361 | 2025-01-24T19:20:15.269Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2362 | 2025-01-24T19:20:15.318Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2363 | 2025-01-24T19:20:15.561Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2364 | 2025-01-24T19:20:15.731Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2365 | 2025-01-24T19:20:15.969Z | Compiling diesel_derives v2.2.3 |
2366 | 2025-01-24T19:20:16.583Z | Checking r2d2 v0.8.10 |
2367 | 2025-01-24T19:20:16.864Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2368 | 2025-01-24T19:20:16.867Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2369 | 2025-01-24T19:20:16.940Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2370 | 2025-01-24T19:20:17.431Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2371 | 2025-01-24T19:20:18.101Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2372 | 2025-01-24T19:20:18.807Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-01-24T19:20:19.379Z | Compiling tiny-keccak v2.0.2 |
2374 | 2025-01-24T19:20:19.692Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2375 | 2025-01-24T19:20:20.068Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2376 | 2025-01-24T19:20:20.441Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2377 | 2025-01-24T19:20:20.475Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2378 | 2025-01-24T19:20:20.755Z | Compiling ref-cast v1.0.23 |
2379 | 2025-01-24T19:20:20.877Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2380 | 2025-01-24T19:20:22.485Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2381 | 2025-01-24T19:20:22.555Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2382 | 2025-01-24T19:20:22.907Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2383 | 2025-01-24T19:20:23.092Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2384 | 2025-01-24T19:20:23.343Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2385 | 2025-01-24T19:20:23.652Z | Compiling ascii-canvas v3.0.0 |
2386 | 2025-01-24T19:20:23.676Z | Compiling ena v0.14.3 |
2387 | 2025-01-24T19:20:24.071Z | Compiling ref-cast-impl v1.0.23 |
2388 | 2025-01-24T19:20:24.158Z | Compiling regex-syntax v0.6.29 |
2389 | 2025-01-24T19:20:24.293Z | Compiling diff v0.1.13 |
2390 | 2025-01-24T19:20:24.907Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2391 | 2025-01-24T19:20:25.360Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2392 | 2025-01-24T19:20:25.784Z | Compiling pin-project-internal v1.1.6 |
2393 | 2025-01-24T19:20:26.586Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2394 | 2025-01-24T19:20:26.890Z | Compiling derive_builder_core v0.20.2 |
2395 | 2025-01-24T19:20:27.408Z | Compiling libxml v0.3.3 |
2396 | 2025-01-24T19:20:27.445Z | Checking diesel v2.2.6 |
2397 | 2025-01-24T19:20:27.768Z | Compiling lalrpop v0.19.12 |
2398 | 2025-01-24T19:20:28.465Z | Checking signal-hook-tokio v0.3.1 |
2399 | 2025-01-24T19:20:28.554Z | Checking pin-project v1.1.6 |
2400 | 2025-01-24T19:20:28.659Z | Compiling strum_macros v0.24.3 |
2401 | 2025-01-24T19:20:28.704Z | Compiling samael v0.0.17 |
2402 | 2025-01-24T19:20:29.129Z | Compiling derive_builder_macro v0.20.2 |
2403 | 2025-01-24T19:20:29.485Z | Compiling snafu-derive v0.8.5 |
2404 | 2025-01-24T19:20:29.661Z | Compiling indoc v1.0.9 |
2405 | 2025-01-24T19:20:29.963Z | Checking derive_builder v0.20.2 |
2406 | 2025-01-24T19:20:30.470Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2407 | 2025-01-24T19:20:31.550Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2408 | 2025-01-24T19:20:31.692Z | Checking olpc-cjson v0.1.4 |
2409 | 2025-01-24T19:20:31.867Z | Checking globset v0.4.15 |
2410 | 2025-01-24T19:20:31.914Z | Checking serde_plain v1.0.2 |
2411 | 2025-01-24T19:20:31.949Z | Checking quick-xml v0.33.0 |
2412 | 2025-01-24T19:20:32.172Z | Compiling impl-trait-for-tuples v0.2.2 |
2413 | 2025-01-24T19:20:32.366Z | Compiling oso-derive v0.27.3 |
2414 | 2025-01-24T19:20:32.643Z | Compiling memoffset v0.9.1 |
2415 | 2025-01-24T19:20:33.037Z | Checking typed-path v0.9.3 |
2416 | 2025-01-24T19:20:33.548Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2417 | 2025-01-24T19:20:34.395Z | Checking snafu v0.8.5 |
2418 | 2025-01-24T19:20:34.840Z | Checking tungstenite v0.23.0 |
2419 | 2025-01-24T19:20:34.890Z | Checking tough v0.19.0 |
2420 | 2025-01-24T19:20:35.137Z | Compiling diesel-dtrace v0.4.2 |
2421 | 2025-01-24T19:20:35.425Z | Checking parse-size v1.1.0 |
2422 | 2025-01-24T19:20:35.680Z | Checking tokio-tungstenite v0.23.1 |
2423 | 2025-01-24T19:20:35.826Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2424 | 2025-01-24T19:20:36.124Z | Checking bb8 v0.8.5 |
2425 | 2025-01-24T19:20:36.180Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2426 | 2025-01-24T19:20:36.605Z | Checking nix v0.27.1 |
2427 | 2025-01-24T19:20:36.636Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2428 | 2025-01-24T19:20:36.916Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2429 | 2025-01-24T19:20:38.694Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2430 | 2025-01-24T19:20:39.250Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2431 | 2025-01-24T19:20:39.282Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2432 | 2025-01-24T19:20:39.511Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2433 | 2025-01-24T19:20:39.572Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2434 | 2025-01-24T19:20:39.877Z | Checking heck v0.4.1 |
2435 | 2025-01-24T19:20:40.112Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2436 | 2025-01-24T19:20:40.460Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2437 | 2025-01-24T19:20:40.533Z | Checking rand_seeder v0.3.0 |
2438 | 2025-01-24T19:20:40.790Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2439 | 2025-01-24T19:20:40.931Z | Checking assert_matches v1.5.0 |
2440 | 2025-01-24T19:20:41.050Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2441 | 2025-01-24T19:20:41.107Z | Compiling libz-sys v1.1.20 |
2442 | 2025-01-24T19:20:41.272Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2443 | 2025-01-24T19:20:41.308Z | Checking castaway v0.2.3 |
2444 | 2025-01-24T19:20:41.451Z | Checking is_ci v1.2.0 |
2445 | 2025-01-24T19:20:41.483Z | Checking compact_str v0.8.0 |
2446 | 2025-01-24T19:20:41.602Z | Checking supports-color v3.0.1 |
2447 | 2025-01-24T19:20:41.819Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2448 | 2025-01-24T19:20:41.922Z | Checking unicode-truncate v1.1.0 |
2449 | 2025-01-24T19:20:42.172Z | Checking lru v0.12.5 |
2450 | 2025-01-24T19:20:42.296Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2451 | 2025-01-24T19:20:42.357Z | Compiling instability v0.3.2 |
2452 | 2025-01-24T19:20:42.468Z | Checking cassowary v0.3.0 |
2453 | 2025-01-24T19:20:42.918Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2454 | 2025-01-24T19:20:43.083Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2455 | 2025-01-24T19:20:43.267Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2456 | 2025-01-24T19:20:43.433Z | Checking ratatui v0.28.1 |
2457 | 2025-01-24T19:20:44.067Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2458 | 2025-01-24T19:20:44.069Z | Compiling vergen v8.3.2 |
2459 | 2025-01-24T19:20:44.376Z | Compiling cargo-platform v0.1.8 |
2460 | 2025-01-24T19:20:44.512Z | Checking smawk v0.3.2 |
2461 | 2025-01-24T19:20:44.743Z | Checking unicode-linebreak v0.1.5 |
2462 | 2025-01-24T19:20:44.891Z | Compiling cargo_metadata v0.18.1 |
2463 | 2025-01-24T19:20:45.196Z | Checking textwrap v0.16.1 |
2464 | 2025-01-24T19:20:45.653Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2465 | 2025-01-24T19:20:46.260Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2466 | 2025-01-24T19:20:46.352Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2467 | 2025-01-24T19:20:46.971Z | Compiling libsqlite3-sys v0.30.1 |
2468 | 2025-01-24T19:20:47.504Z | Compiling cfg_aliases v0.2.1 |
2469 | 2025-01-24T19:20:47.627Z | Checking shell-words v1.1.0 |
2470 | 2025-01-24T19:20:47.690Z | Compiling rustls v0.21.12 |
2471 | 2025-01-24T19:20:47.818Z | Compiling nix v0.29.0 |
2472 | 2025-01-24T19:20:48.033Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2473 | 2025-01-24T19:20:48.055Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2474 | 2025-01-24T19:20:48.335Z | Checking rustls-webpki v0.101.7 |
2475 | 2025-01-24T19:20:48.368Z | Checking sct v0.7.1 |
2476 | 2025-01-24T19:20:48.707Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2477 | 2025-01-24T19:20:49.016Z | Checking hashlink v0.9.1 |
2478 | 2025-01-24T19:20:49.126Z | Checking concurrent-queue v2.5.0 |
2479 | 2025-01-24T19:20:49.308Z | Checking fallible-iterator v0.3.0 |
2480 | 2025-01-24T19:20:49.472Z | Checking plotters-backend v0.3.7 |
2481 | 2025-01-24T19:20:49.560Z | Checking parking v2.2.1 |
2482 | 2025-01-24T19:20:49.702Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2483 | 2025-01-24T19:20:49.747Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2484 | 2025-01-24T19:20:49.822Z | Checking fallible-streaming-iterator v0.1.9 |
2485 | 2025-01-24T19:20:49.863Z | Checking plotters-svg v0.3.7 |
2486 | 2025-01-24T19:20:50.062Z | Checking rusqlite v0.32.1 |
2487 | 2025-01-24T19:20:50.581Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2488 | 2025-01-24T19:20:50.901Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2025-01-24T19:20:51.363Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2490 | 2025-01-24T19:20:51.389Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2491 | 2025-01-24T19:20:51.748Z | Checking tokio-rustls v0.24.1 |
2492 | 2025-01-24T19:20:52.115Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2493 | 2025-01-24T19:20:52.316Z | Checking rustls-pemfile v1.0.4 |
2494 | 2025-01-24T19:20:52.408Z | Checking twox-hash v1.6.3 |
2495 | 2025-01-24T19:20:52.432Z | Checking cast v0.3.0 |
2496 | 2025-01-24T19:20:52.563Z | Checking plotters v0.3.7 |
2497 | 2025-01-24T19:20:52.734Z | Checking criterion-plot v0.5.0 |
2498 | 2025-01-24T19:20:52.881Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2499 | 2025-01-24T19:20:53.395Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2500 | 2025-01-24T19:20:54.249Z | Checking fatfs v0.3.6 |
2501 | 2025-01-24T19:20:54.833Z | Checking tinytemplate v1.2.1 |
2502 | 2025-01-24T19:20:55.163Z | Checking csv-core v0.1.11 |
2503 | 2025-01-24T19:20:55.224Z | Checking anes v0.1.6 |
2504 | 2025-01-24T19:20:55.504Z | Checking oorandom v11.1.4 |
2505 | 2025-01-24T19:20:55.530Z | Checking hex-literal v0.4.1 |
2506 | 2025-01-24T19:20:55.551Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2025-01-24T19:20:55.668Z | Checking criterion v0.5.1 |
2508 | 2025-01-24T19:20:55.691Z | Checking csv v1.3.0 |
2509 | 2025-01-24T19:20:56.507Z | Checking event-listener v5.3.1 |
2510 | 2025-01-24T19:20:56.562Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2511 | 2025-01-24T19:20:56.849Z | Checking async-bb8-diesel v0.2.1 |
2512 | 2025-01-24T19:20:57.869Z | Checking rtoolbox v0.0.2 |
2513 | 2025-01-24T19:20:58.088Z | Checking rpassword v7.3.1 |
2514 | 2025-01-24T19:20:58.117Z | Checking event-listener-strategy v0.5.2 |
2515 | 2025-01-24T19:20:58.266Z | Checking tui-tree-widget v0.22.0 |
2516 | 2025-01-24T19:20:58.340Z | Checking polyval v0.6.2 |
2517 | 2025-01-24T19:20:58.593Z | Checking futures-lite v2.3.0 |
2518 | 2025-01-24T19:20:58.639Z | Checking ghash v0.5.1 |
2519 | 2025-01-24T19:20:58.823Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2520 | 2025-01-24T19:20:59.821Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2521 | 2025-01-24T19:20:59.842Z | Checking ctr v0.9.2 |
2522 | 2025-01-24T19:21:00.377Z | Checking yansi v1.0.1 |
2523 | 2025-01-24T19:21:00.688Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2524 | 2025-01-24T19:21:00.814Z | Checking aes-gcm v0.10.3 |
2525 | 2025-01-24T19:21:00.864Z | Checking pretty_assertions v1.4.1 |
2526 | 2025-01-24T19:21:01.057Z | Checking ssh-encoding v0.2.0 |
2527 | 2025-01-24T19:21:01.060Z | Checking blowfish v0.9.1 |
2528 | 2025-01-24T19:21:01.274Z | Checking bcrypt-pbkdf v0.10.0 |
2529 | 2025-01-24T19:21:01.387Z | Checking ssh-cipher v0.2.0 |
2530 | 2025-01-24T19:21:01.551Z | Checking async-lock v3.4.0 |
2531 | 2025-01-24T19:21:01.694Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2532 | 2025-01-24T19:21:02.305Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2533 | 2025-01-24T19:21:02.530Z | Checking polling v3.7.3 |
2534 | 2025-01-24T19:21:02.955Z | Checking password-hash v0.4.2 |
2535 | 2025-01-24T19:21:03.380Z | Checking pbkdf2 v0.11.0 |
2536 | 2025-01-24T19:21:03.588Z | Checking async-io v2.3.4 |
2537 | 2025-01-24T19:21:03.659Z | Checking ssh-key v0.6.6 |
2538 | 2025-01-24T19:21:04.444Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2539 | 2025-01-24T19:21:05.141Z | Checking p256 v0.13.2 |
2540 | 2025-01-24T19:21:05.207Z | Checking p521 v0.13.3 |
2541 | 2025-01-24T19:21:05.614Z | Checking russh-cryptovec v0.7.3 |
2542 | 2025-01-24T19:21:05.819Z | Compiling doc-comment v0.3.3 |
2543 | 2025-01-24T19:21:06.351Z | Checking md5 v0.7.0 |
2544 | 2025-01-24T19:21:06.467Z | Compiling target-lexicon v0.12.16 |
2545 | 2025-01-24T19:21:06.558Z | Checking async-task v4.7.1 |
2546 | 2025-01-24T19:21:06.648Z | Checking russh-keys v0.45.0 |
2547 | 2025-01-24T19:21:07.078Z | Checking async-channel v2.3.1 |
2548 | 2025-01-24T19:21:07.358Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2025-01-24T19:21:07.459Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2550 | 2025-01-24T19:21:07.980Z | Checking piper v0.2.4 |
2551 | 2025-01-24T19:21:08.229Z | Checking num-bigint v0.4.6 |
2552 | 2025-01-24T19:21:08.231Z | Checking des v0.8.1 |
2553 | 2025-01-24T19:21:08.503Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2554 | 2025-01-24T19:21:08.883Z | Compiling assert_cmd v2.0.16 |
2555 | 2025-01-24T19:21:09.235Z | Compiling guppy-workspace-hack v0.1.0 |
2556 | 2025-01-24T19:21:09.375Z | Checking futures-timer v3.0.3 |
2557 | 2025-01-24T19:21:09.556Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2558 | 2025-01-24T19:21:09.679Z | Checking blocking v1.6.1 |
2559 | 2025-01-24T19:21:10.388Z | Checking russh v0.45.0 |
2560 | 2025-01-24T19:21:10.589Z | Checking async-executor v1.13.1 |
2561 | 2025-01-24T19:21:10.905Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2562 | 2025-01-24T19:21:10.928Z | Checking async-signal v0.2.10 |
2563 | 2025-01-24T19:21:11.213Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2564 | 2025-01-24T19:21:11.594Z | Checking internet-checksum v0.2.1 |
2565 | 2025-01-24T19:21:11.616Z | Compiling target-spec v3.2.2 |
2566 | 2025-01-24T19:21:11.789Z | Checking event-listener v2.5.3 |
2567 | 2025-01-24T19:21:12.043Z | Checking async-channel v1.9.0 |
2568 | 2025-01-24T19:21:12.299Z | Checking async-process v2.3.0 |
2569 | 2025-01-24T19:21:12.645Z | Checking async-global-executor v2.4.1 |
2570 | 2025-01-24T19:21:12.950Z | Checking cfg-expr v0.17.0 |
2571 | 2025-01-24T19:21:13.288Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2572 | 2025-01-24T19:21:13.773Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2573 | 2025-01-24T19:21:13.908Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2574 | 2025-01-24T19:21:14.311Z | Checking httptest v0.16.1 |
2575 | 2025-01-24T19:21:14.411Z | Checking rustls-native-certs v0.7.3 |
2576 | 2025-01-24T19:21:14.594Z | Compiling petname v2.0.2 |
2577 | 2025-01-24T19:21:14.617Z | Checking num_cpus v1.16.0 |
2578 | 2025-01-24T19:21:14.752Z | Checking kv-log-macro v1.0.7 |
2579 | 2025-01-24T19:21:14.899Z | Compiling async-attributes v1.1.2 |
2580 | 2025-01-24T19:21:15.725Z | Checking async-std v1.13.0 |
2581 | 2025-01-24T19:21:15.863Z | Checking threadpool v1.8.1 |
2582 | 2025-01-24T19:21:16.074Z | Checking hyper-rustls v0.26.0 |
2583 | 2025-01-24T19:21:16.806Z | Checking pathdiff v0.2.2 |
2584 | 2025-01-24T19:21:16.967Z | Compiling rstest_macros v0.23.0 |
2585 | 2025-01-24T19:21:17.001Z | Checking escape8259 v0.5.3 |
2586 | 2025-01-24T19:21:17.215Z | Checking nested v0.1.1 |
2587 | 2025-01-24T19:21:17.309Z | Compiling target-triple v0.1.3 |
2588 | 2025-01-24T19:21:17.442Z | Checking guppy v0.17.8 |
2589 | 2025-01-24T19:21:17.540Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2590 | 2025-01-24T19:21:17.852Z | Checking libtest-mimic v0.7.3 |
2591 | 2025-01-24T19:21:19.033Z | Checking async-object-pool v0.1.5 |
2592 | 2025-01-24T19:21:19.099Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2593 | 2025-01-24T19:21:19.221Z | Checking similar-asserts v1.6.0 |
2594 | 2025-01-24T19:21:19.396Z | Checking fancy-regex v0.13.0 |
2595 | 2025-01-24T19:21:19.400Z | Checking serde_regex v1.1.0 |
2596 | 2025-01-24T19:21:19.482Z | Checking assert-json-diff v2.0.2 |
2597 | 2025-01-24T19:21:19.647Z | Compiling proc-macro-crate v3.2.0 |
2598 | 2025-01-24T19:21:19.761Z | Checking path-tree v0.8.1 |
2599 | 2025-01-24T19:21:20.104Z | Compiling relative-path v1.9.3 |
2600 | 2025-01-24T19:21:20.108Z | Checking stringmetrics v2.2.2 |
2601 | 2025-01-24T19:21:20.226Z | Checking sync-ptr v0.1.1 |
2602 | 2025-01-24T19:21:20.354Z | Checking httpmock v0.8.0-alpha.1 |
2603 | 2025-01-24T19:21:20.449Z | Checking datatest-stable v0.2.9 |
2604 | 2025-01-24T19:21:20.746Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2605 | 2025-01-24T19:21:20.856Z | Checking blake2b_simd v1.0.2 |
2606 | 2025-01-24T19:21:21.746Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2607 | 2025-01-24T19:21:22.174Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2608 | 2025-01-24T19:21:22.460Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2609 | 2025-01-24T19:21:22.753Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2610 | 2025-01-24T19:21:23.058Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2611 | 2025-01-24T19:21:23.583Z | Checking serde_tokenstream v0.2.2 |
2612 | 2025-01-24T19:21:23.996Z | Checking uzers v0.12.1 |
2613 | 2025-01-24T19:21:24.538Z | Checking rust-argon2 v2.1.0 |
2614 | 2025-01-24T19:21:24.928Z | Checking trybuild v1.0.101 |
2615 | 2025-01-24T19:21:25.126Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2616 | 2025-01-24T19:21:26.208Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2617 | 2025-01-24T19:21:26.232Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2618 | 2025-01-24T19:21:27.392Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2619 | 2025-01-24T19:21:27.694Z | Checking rand_distr v0.4.3 |
2620 | 2025-01-24T19:21:28.400Z | Checking multimap v0.10.0 |
2621 | 2025-01-24T19:21:28.710Z | Checking approx v0.5.1 |
2622 | 2025-01-24T19:21:28.986Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2623 | 2025-01-24T19:21:29.853Z | Checking rstest v0.23.0 |
2624 | 2025-01-24T19:21:30.087Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2625 | 2025-01-24T19:21:30.511Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2626 | 2025-01-24T19:21:31.258Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2627 | 2025-01-24T19:21:31.709Z | Checking partial-io v0.5.4 |
2628 | 2025-01-24T19:21:32.077Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2629 | 2025-01-24T19:21:32.099Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2630 | 2025-01-24T19:21:32.266Z | Checking cargo_toml v0.20.5 |
2631 | 2025-01-24T19:21:32.381Z | Checking termios v0.3.3 |
2632 | 2025-01-24T19:21:32.604Z | Compiling indoc v2.0.5 |
2633 | 2025-01-24T19:21:33.336Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2634 | 2025-01-24T19:21:34.192Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2635 | 2025-01-24T19:21:34.948Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2636 | 2025-01-24T19:21:35.459Z | Compiling git2 v0.19.0 |
2637 | 2025-01-24T19:21:38.649Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2638 | 2025-01-24T19:21:43.936Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2639 | 2025-01-24T19:21:50.878Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2640 | 2025-01-24T19:21:54.435Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2641 | 2025-01-24T19:22:02.845Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2642 | 2025-01-24T19:22:29.662Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2643 | 2025-01-24T19:22:30.524Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2644 | 2025-01-24T19:22:31.454Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2645 | 2025-01-24T19:22:47.667Z | Compiling polar-core v0.27.3 |
2646 | 2025-01-24T19:22:55.001Z | Checking oso v0.27.3 |
2647 | 2025-01-24T19:23:28.096Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2648 | 2025-01-24T19:23:28.099Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2025-01-24T19:23:28.099Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2025-01-24T19:24:35.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s |
2651 | 2025-01-24T19:24:35.986Z | |
2652 | 2025-01-24T19:24:35.986Z | real 6:12.170907403 |
2653 | 2025-01-24T19:24:35.986Z | user 32:59.509878738 |
2654 | 2025-01-24T19:24:35.986Z | sys 4:54.245937271 |
2655 | 2025-01-24T19:24:35.986Z | trap 0.949558093 |
2656 | 2025-01-24T19:24:35.986Z | tflt 1.720519779 |
2657 | 2025-01-24T19:24:35.987Z | dflt 0.232388855 |
2658 | 2025-01-24T19:24:35.987Z | kflt 0.000945148 |
2659 | 2025-01-24T19:24:35.987Z | lock 45:59.194807508 |
2660 | 2025-01-24T19:24:35.987Z | slp 1:51:37.406205009 |
2661 | 2025-01-24T19:24:35.987Z | lat 1:41.766438708 |
2662 | 2025-01-24T19:24:35.987Z | stop 6:38.895835205 |
2663 | 2025-01-24T19:24:35.990Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2664 | 2025-01-24T19:24:35.990Z | + ptime -m cargo doc --workspace --no-deps |
2665 | 2025-01-24T19:24:37.134Z | warning: output filename collision. |
2666 | 2025-01-24T19:24:37.134Z | 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)`. |
2667 | 2025-01-24T19:24:37.134Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2668 | 2025-01-24T19:24:37.134Z | The targets should have unique names. |
2669 | 2025-01-24T19:24:37.134Z | This is a known bug where multiple crates with the same name use |
2670 | 2025-01-24T19:24:37.134Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2671 | 2025-01-24T19:24:37.584Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2672 | 2025-01-24T19:24:37.654Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2673 | 2025-01-24T19:24:37.674Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2025-01-24T19:24:37.713Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2025-01-24T19:24:37.739Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2025-01-24T19:24:37.765Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2677 | 2025-01-24T19:24:37.768Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2678 | 2025-01-24T19:24:37.983Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2679 | 2025-01-24T19:24:38.020Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2025-01-24T19:24:38.045Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2681 | 2025-01-24T19:24:38.086Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2682 | 2025-01-24T19:24:38.272Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2025-01-24T19:24:38.367Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2684 | 2025-01-24T19:24:38.565Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2685 | 2025-01-24T19:24:38.757Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2686 | 2025-01-24T19:24:38.783Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2687 | 2025-01-24T19:24:39.117Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2688 | 2025-01-24T19:24:39.461Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2689 | 2025-01-24T19:24:39.721Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2690 | 2025-01-24T19:24:39.811Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2025-01-24T19:24:39.841Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2692 | 2025-01-24T19:24:40.038Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2693 | 2025-01-24T19:24:40.157Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2025-01-24T19:24:40.364Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2695 | 2025-01-24T19:24:40.734Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2696 | 2025-01-24T19:24:41.194Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2697 | 2025-01-24T19:24:41.258Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2698 | 2025-01-24T19:24:41.565Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2025-01-24T19:24:41.651Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2700 | 2025-01-24T19:24:41.760Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2701 | 2025-01-24T19:24:41.819Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2702 | 2025-01-24T19:24:41.963Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2703 | 2025-01-24T19:24:42.065Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2704 | 2025-01-24T19:24:42.220Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2705 | 2025-01-24T19:24:42.240Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2706 | 2025-01-24T19:24:42.304Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2707 | 2025-01-24T19:24:42.577Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2708 | 2025-01-24T19:24:42.894Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2709 | 2025-01-24T19:24:42.977Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2710 | 2025-01-24T19:24:43.049Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2711 | 2025-01-24T19:24:43.224Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2712 | 2025-01-24T19:24:43.298Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2713 | 2025-01-24T19:24:43.320Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2714 | 2025-01-24T19:24:43.374Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2715 | 2025-01-24T19:24:44.210Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2716 | 2025-01-24T19:24:44.638Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2717 | 2025-01-24T19:24:44.880Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2718 | 2025-01-24T19:24:45.858Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2719 | 2025-01-24T19:24:46.312Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2720 | 2025-01-24T19:24:46.332Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2721 | 2025-01-24T19:24:47.329Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2722 | 2025-01-24T19:24:48.229Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2723 | 2025-01-24T19:24:49.021Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2724 | 2025-01-24T19:24:49.412Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2725 | 2025-01-24T19:24:50.143Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2726 | 2025-01-24T19:24:50.988Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2727 | 2025-01-24T19:24:51.025Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2728 | 2025-01-24T19:24:51.429Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2729 | 2025-01-24T19:24:51.699Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2730 | 2025-01-24T19:24:52.379Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2731 | 2025-01-24T19:24:53.279Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2732 | 2025-01-24T19:24:53.656Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2733 | 2025-01-24T19:24:53.782Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2734 | 2025-01-24T19:24:54.802Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2735 | 2025-01-24T19:24:56.370Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2736 | 2025-01-24T19:24:56.921Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2737 | 2025-01-24T19:24:57.544Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2738 | 2025-01-24T19:24:57.919Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2739 | 2025-01-24T19:24:57.952Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2740 | 2025-01-24T19:24:58.052Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2741 | 2025-01-24T19:24:58.450Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2025-01-24T19:24:58.635Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2743 | 2025-01-24T19:24:58.709Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2744 | 2025-01-24T19:24:59.816Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2745 | 2025-01-24T19:25:00.431Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2746 | 2025-01-24T19:25:01.067Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2747 | 2025-01-24T19:25:01.179Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2748 | 2025-01-24T19:25:01.402Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2749 | 2025-01-24T19:25:01.532Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2750 | 2025-01-24T19:25:01.855Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2751 | 2025-01-24T19:25:01.939Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2752 | 2025-01-24T19:25:02.227Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2753 | 2025-01-24T19:25:02.276Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2754 | 2025-01-24T19:25:02.823Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2755 | 2025-01-24T19:25:02.856Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2756 | 2025-01-24T19:25:03.383Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2757 | 2025-01-24T19:25:03.786Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2758 | 2025-01-24T19:25:03.913Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2759 | 2025-01-24T19:25:04.081Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2760 | 2025-01-24T19:25:04.690Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2761 | 2025-01-24T19:25:05.201Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2762 | 2025-01-24T19:25:05.233Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2763 | 2025-01-24T19:25:05.623Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2764 | 2025-01-24T19:25:05.650Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2765 | 2025-01-24T19:25:05.745Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2766 | 2025-01-24T19:25:06.003Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2767 | 2025-01-24T19:25:06.225Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2768 | 2025-01-24T19:25:06.359Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2769 | 2025-01-24T19:25:06.580Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2770 | 2025-01-24T19:25:07.129Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2771 | 2025-01-24T19:25:07.432Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2772 | 2025-01-24T19:25:07.751Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2773 | 2025-01-24T19:25:08.103Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2774 | 2025-01-24T19:25:08.705Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2775 | 2025-01-24T19:25:10.070Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2776 | 2025-01-24T19:25:11.247Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2777 | 2025-01-24T19:25:11.556Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2778 | 2025-01-24T19:25:11.664Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2779 | 2025-01-24T19:25:11.685Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2780 | 2025-01-24T19:25:12.168Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2781 | 2025-01-24T19:25:12.255Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2782 | 2025-01-24T19:25:12.377Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2783 | 2025-01-24T19:25:12.428Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2784 | 2025-01-24T19:25:13.447Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2785 | 2025-01-24T19:25:13.538Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2786 | 2025-01-24T19:25:13.657Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2787 | 2025-01-24T19:25:14.035Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2788 | 2025-01-24T19:25:14.212Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2789 | 2025-01-24T19:25:14.315Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2790 | 2025-01-24T19:25:14.610Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2791 | 2025-01-24T19:25:16.901Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2792 | 2025-01-24T19:25:17.210Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2793 | 2025-01-24T19:25:18.629Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2794 | 2025-01-24T19:25:19.202Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2795 | 2025-01-24T19:25:19.472Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2796 | 2025-01-24T19:25:19.686Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2797 | 2025-01-24T19:25:20.131Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2798 | 2025-01-24T19:25:21.602Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2799 | 2025-01-24T19:25:22.399Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2025-01-24T19:25:22.968Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2801 | 2025-01-24T19:25:23.826Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2802 | 2025-01-24T19:25:24.782Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2803 | 2025-01-24T19:25:28.149Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2804 | 2025-01-24T19:25:30.915Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2805 | 2025-01-24T19:25:31.208Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2806 | 2025-01-24T19:25:34.418Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2807 | 2025-01-24T19:25:38.044Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2808 | 2025-01-24T19:25:38.729Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2809 | 2025-01-24T19:25:39.054Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2810 | 2025-01-24T19:25:40.191Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2811 | 2025-01-24T19:25:40.381Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2812 | 2025-01-24T19:25:41.515Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2813 | 2025-01-24T19:25:42.309Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2814 | 2025-01-24T19:25:42.680Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2815 | 2025-01-24T19:25:43.265Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2816 | 2025-01-24T19:25:44.346Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2817 | 2025-01-24T19:25:45.832Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2818 | 2025-01-24T19:25:46.061Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2819 | 2025-01-24T19:25:48.483Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2820 | 2025-01-24T19:25:49.054Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2821 | 2025-01-24T19:25:50.779Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2822 | 2025-01-24T19:25:51.370Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2823 | 2025-01-24T19:25:52.559Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2824 | 2025-01-24T19:25:52.855Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2825 | 2025-01-24T19:25:52.981Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2826 | 2025-01-24T19:25:53.865Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2827 | 2025-01-24T19:25:55.687Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2828 | 2025-01-24T19:25:55.766Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2829 | 2025-01-24T19:25:56.467Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2830 | 2025-01-24T19:25:56.979Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2831 | 2025-01-24T19:25:57.596Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2832 | 2025-01-24T19:25:59.657Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2833 | 2025-01-24T19:26:00.045Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2834 | 2025-01-24T19:26:00.068Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2835 | 2025-01-24T19:26:01.620Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2836 | 2025-01-24T19:26:01.879Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2837 | 2025-01-24T19:26:02.033Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2838 | 2025-01-24T19:26:04.156Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2839 | 2025-01-24T19:26:04.334Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2840 | 2025-01-24T19:26:04.592Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2841 | 2025-01-24T19:26:04.806Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2842 | 2025-01-24T19:26:05.908Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2843 | 2025-01-24T19:26:06.794Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2025-01-24T19:26:07.574Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2845 | 2025-01-24T19:26:07.783Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2846 | 2025-01-24T19:26:08.070Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2847 | 2025-01-24T19:26:08.221Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2848 | 2025-01-24T19:26:09.984Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2849 | 2025-01-24T19:26:11.457Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2850 | 2025-01-24T19:26:11.816Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2851 | 2025-01-24T19:26:11.991Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2852 | 2025-01-24T19:26:14.206Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2853 | 2025-01-24T19:26:14.529Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2854 | 2025-01-24T19:26:14.870Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2855 | 2025-01-24T19:26:15.428Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2856 | 2025-01-24T19:26:15.565Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2857 | 2025-01-24T19:26:17.310Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2858 | 2025-01-24T19:26:18.122Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2859 | 2025-01-24T19:26:19.171Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2860 | 2025-01-24T19:26:20.067Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2861 | 2025-01-24T19:26:20.246Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2862 | 2025-01-24T19:26:22.098Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2863 | 2025-01-24T19:26:23.035Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2864 | 2025-01-24T19:26:24.028Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2025-01-24T19:26:24.049Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2866 | 2025-01-24T19:26:25.178Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2867 | 2025-01-24T19:26:26.541Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2868 | 2025-01-24T19:26:27.090Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2869 | 2025-01-24T19:26:27.638Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2870 | 2025-01-24T19:26:28.357Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2871 | 2025-01-24T19:26:28.972Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2872 | 2025-01-24T19:26:30.347Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2873 | 2025-01-24T19:26:30.936Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2874 | 2025-01-24T19:26:31.003Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2875 | 2025-01-24T19:26:32.449Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2876 | 2025-01-24T19:26:33.289Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2877 | 2025-01-24T19:26:34.151Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2878 | 2025-01-24T19:26:34.330Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2879 | 2025-01-24T19:26:34.419Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2880 | 2025-01-24T19:26:35.376Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2881 | 2025-01-24T19:26:35.644Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2882 | 2025-01-24T19:26:36.963Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2883 | 2025-01-24T19:26:37.819Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2884 | 2025-01-24T19:26:38.932Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2885 | 2025-01-24T19:26:39.196Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2886 | 2025-01-24T19:26:39.286Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2887 | 2025-01-24T19:26:40.186Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2888 | 2025-01-24T19:26:40.471Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2889 | 2025-01-24T19:26:40.583Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2890 | 2025-01-24T19:26:41.273Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2891 | 2025-01-24T19:26:41.381Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2892 | 2025-01-24T19:26:41.675Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2893 | 2025-01-24T19:26:42.325Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2894 | 2025-01-24T19:26:42.739Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2895 | 2025-01-24T19:26:57.239Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2896 | 2025-01-24T19:26:57.242Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2897 | 2025-01-24T19:26:57.242Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2898 | 2025-01-24T19:26:57.242Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2899 | 2025-01-24T19:26:58.073Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2900 | 2025-01-24T19:26:58.270Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2901 | 2025-01-24T19:26:58.273Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2902 | 2025-01-24T19:26:58.368Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2903 | 2025-01-24T19:27:00.324Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2904 | 2025-01-24T19:27:06.154Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2905 | 2025-01-24T19:27:06.201Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2906 | 2025-01-24T19:27:43.658Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2907 | 2025-01-24T19:27:50.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s |
2908 | 2025-01-24T19:27:50.297Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2909 | 2025-01-24T19:27:50.362Z | |
2910 | 2025-01-24T19:27:50.362Z | real 3:14.296219707 |
2911 | 2025-01-24T19:27:50.362Z | user 17:26.055283112 |
2912 | 2025-01-24T19:27:50.362Z | sys 2:25.734655890 |
2913 | 2025-01-24T19:27:50.362Z | trap 0.485340914 |
2914 | 2025-01-24T19:27:50.362Z | tflt 0.262785645 |
2915 | 2025-01-24T19:27:50.362Z | dflt 0.104330686 |
2916 | 2025-01-24T19:27:50.362Z | kflt 0.000135182 |
2917 | 2025-01-24T19:27:50.362Z | lock 26:40.417787058 |
2918 | 2025-01-24T19:27:50.365Z | slp 48:57.137396208 |
2919 | 2025-01-24T19:27:50.365Z | lat 1:11.463093527 |
2920 | 2025-01-24T19:27:50.365Z | stop 1:16.735794065 |
2921 | 2025-01-24T19:27:50.365Z | process exited: duration 873219 ms, exit code 0 |
|
2922 | 2025-01-24T19:27:50.371Z | found 0 output files |