===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xcolor-0.5.1nb2 Compiling libc v0.2.101 Compiling bitflags v1.2.1 Compiling pkg-config v0.3.19 Compiling unicode-width v0.1.8 Compiling autocfg v1.0.1 Compiling vec_map v0.8.2 Compiling memchr v2.4.1 Compiling log v0.4.14 Compiling textwrap v0.11.0 Compiling cfg-if v1.0.0 Compiling ansi_term v0.11.0 Compiling version_check v0.9.3 Compiling strsim v0.8.0 Compiling x11 v2.18.2 Compiling memoffset v0.6.4 Compiling anyhow v1.0.43 Compiling nom v7.0.0 Compiling minimal-lexical v0.1.3 Compiling atty v0.2.14 Compiling xcb v0.9.0 Compiling clap v2.33.3 Compiling nix v0.22.1 Compiling lazy_static v1.4.0 Compiling xcolor v0.5.1 (/pbulk/work/x11/xcolor/work/xcolor-0.5.1) warning: elided lifetime has a name --> src/format.rs:50:46 | 50 | fn literal<'a, E>(input: &'a str) -> IResult<&str, FormatPart, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: elided lifetime has a name --> src/format.rs:59:46 | 59 | fn channel<'a, E>(input: &'a str) -> IResult<&str, Channel, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> src/format.rs:70:45 | 70 | fn format<'a, E>(input: &'a str) -> IResult<&str, NumberFormat, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> src/format.rs:83:42 | 83 | fn pad<'a, E>(input: &'a str) -> IResult<&str, Pad, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> src/format.rs:91:48 | 91 | fn expansion<'a, E>(input: &'a str) -> IResult<&str, FormatPart, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: elided lifetime has a name --> src/format.rs:108:58 | 108 | fn parse_format_string<'a, E>(input: &'a str) -> IResult<&str, FormatString, E> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` warning: variable does not need to be mutable --> src/location.rs:53:13 | 53 | let mut cursor_image = XcursorImageCreate(preview_width as i32, preview_width as i32); | ----^^^^^^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: `xcolor` (bin "xcolor") generated 7 warnings (run `cargo fix --bin "xcolor"` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 29.78s