=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 xcp-0.9.4 Compiling libc v0.2.139 Compiling proc-macro2 v1.0.51 Compiling quote v1.0.23 Compiling unicode-ident v1.0.6 Compiling version_check v0.9.4 Compiling syn v1.0.109 Compiling cfg-if v1.0.0 Compiling memchr v2.5.0 Compiling proc-macro-error-attr v1.0.4 Compiling log v0.4.17 Compiling io-lifetimes v1.0.5 Compiling proc-macro-error v1.0.4 Compiling rustix v0.36.8 Compiling aho-corasick v0.7.20 Compiling errno v0.2.8 Compiling lazy_static v1.4.0 Compiling once_cell v1.17.1 Compiling crossbeam-utils v0.8.14 Compiling portable-atomic v0.3.19 Compiling time-core v0.1.0 Compiling bitflags v1.3.2 Compiling regex-syntax v0.6.28 Compiling regex v1.7.1 Compiling time-macros v0.2.8 Compiling bstr v1.3.0 Compiling fnv v1.0.7 Compiling same-file v1.0.6 Compiling itoa v1.0.5 Compiling termcolor v1.1.3 Compiling unicode-width v0.1.10 Compiling os_str_bytes v6.4.1 Compiling anyhow v1.0.69 Compiling thiserror v1.0.38 Compiling heck v0.4.1 Compiling num_threads v0.1.6 Compiling time v0.3.20 Compiling clap_derive v4.1.0 Compiling clap_lex v0.3.2 Compiling console v0.15.5 Compiling walkdir v2.3.2 Compiling globset v0.4.10 Compiling is-terminal v0.4.4 Compiling thread_local v1.1.7 Compiling thiserror-impl v1.0.38 Compiling strsim v0.10.0 Compiling lazy_static v0.2.11 Compiling number_prefix v0.4.0 Compiling indicatif v0.17.3 Compiling unbytify v0.2.0 Compiling clap v4.1.6 Compiling ignore v0.4.20 Compiling crossbeam-channel v0.5.6 Compiling simplelog v0.12.0 error[E0463]: can't find crate for `core` which `std` depends on error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:11:5 | 11 | use log::{set_boxed_logger, set_max_level, LevelFilter, Log, Metadata, Record, SetLoggerError}; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:3:5 | 3 | use log::{LevelFilter, Record}; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:4:5 | 4 | use std::io::{Error, Write}; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:5:5 | 5 | use std::thread; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `time` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:69:9 | 69 | use time::format_description::well_known::*; | ^^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:12:5 | 12 | use log::{ | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:15:5 | 15 | use std::io::{stderr, stdout}; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:16:5 | 16 | use std::sync::Mutex; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:93:13 | 93 | use std::io::Write; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:12:5 | 12 | use log::{set_boxed_logger, set_max_level, LevelFilter, Log, Metadata, Record, SetLoggerError}; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:13:5 | 13 | use std::io::Write; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:14:5 | 14 | use std::sync::Mutex; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `termcolor` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:37:9 | 37 | pub use termcolor::{Color, ColorChoice}; | ^^^^^^^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:39:9 | 39 | pub use log::{Level, LevelFilter}; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:41:5 | 41 | use log::Log; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:2:5 | 2 | use log::Level; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:3:5 | 3 | use log::LevelFilter; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:5:5 | 5 | use std::borrow::Cow; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `termcolor` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:7:5 | 7 | use termcolor::Color; | ^^^^^^^^^ can't find crate error[E0463]: can't find crate for `std` which `time` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:8:9 | 8 | pub use time::{format_description::FormatItem, macros::format_description, UtcOffset}; | ^^^^ can't find crate error[E0463]: can't find crate for `std` which `log` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:3:5 | 3 | use log::{ | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:6:5 | 6 | use std::io::{Error, Write}; | ^^^ can't find crate error[E0463]: can't find crate for `std` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:7:5 | 7 | use std::sync::Mutex; | ^^^ can't find crate error[E0463]: can't find crate for `std` which `termcolor` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:8:5 | 8 | use termcolor::{BufferedStandardStream, ColorChoice}; | ^^^^^^^^^ can't find crate error[E0463]: can't find crate for `std` which `termcolor` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:10:5 | 10 | use termcolor::{ColorSpec, WriteColor}; | ^^^^^^^^^ can't find crate error[E0463]: can't find crate for `std` which `time` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:68:9 | 68 | use time::error::Format; | ^^^^ can't find crate error[E0432]: unresolved imports `time::error::Format`, `self::config::format_description`, `self::config::FormatItem` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:28:5 | 28 | format_description, Config, ConfigBuilder, FormatItem, LevelPadding, TargetPadding, | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ | ::: /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:68:9 | 68 | use time::error::Format; | ^^^^^^^^^^^^^^^^^^^ error: cannot find macro `format` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:105:31 | 105 | LevelPadding::Left => format!("[{: >5}]", record.level()), | ^^^^^^ error: cannot find macro `format` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:106:32 | 106 | LevelPadding::Right => format!("[{: <5}]", record.level()), | ^^^^^^ error: cannot find macro `format` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:107:30 | 107 | LevelPadding::Off => format!("[{}]", record.level()), | ^^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:117:5 | 117 | write!(write, "{} ", level)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:130:13 | 130 | write!( | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:138:13 | 138 | write!( | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:146:13 | 146 | write!(write, "{}: ", record.target())?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:160:9 | 160 | write!(write, "[{}:{}] ", file, line)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:162:9 | 162 | write!(write, "[{}:] ", file)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:174:17 | 174 | write!(write, "({name:>0$}) ", qty, name = name)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:177:17 | 177 | write!(write, "({name:<0$}) ", qty, name = name)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:180:17 | 180 | write!(write, "({}) ", name)?; | ^^^^^ error: cannot find macro `format` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:194:14 | 194 | let id = format!("{:?}", thread::current().id()); | ^^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:199:13 | 199 | write!(write, "({id:>0$}) ", qty, id = id)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:202:13 | 202 | write!(write, "({id:<0$}) ", qty, id = id)?; | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:205:13 | 205 | write!(write, "({}) ", id)?; | ^^^^^ error: cannot find macro `writeln` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:216:5 | 216 | writeln!(write, "{}", record.args())?; | ^^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:10:3 | 10 | #[derive(Debug, Clone, Copy)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:21:3 | 21 | #[derive(Debug, Clone, Copy)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:32:3 | 32 | #[derive(Debug, Clone, Copy)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:43:3 | 43 | #[derive(Debug, Clone, Copy, PartialEq)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:54:3 | 54 | #[derive(Debug, Clone)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:71:3 | 71 | #[derive(Debug, Clone)] | ^^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:104:3 | 104 | #[derive(Debug, Clone)] | ^^^^^^ error: cannot determine resolution for the macro `format_description` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:327:45 | 327 | time_format: TimeFormat::Custom(format_description!("[hour]:[minute]:[second]")), | ^^^^^^^^^^^^^^^^^^ | = note: import resolution is stuck, try simplifying macro imports error: cannot find macro `panic` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:79:21 | 79 | Err(err) => panic!("Invalid time format: {}", err), | ^^^^^ error: cannot find macro `write` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:83:5 | 83 | write!(write, " ")?; | ^^^^^ error: cannot find attribute `derive` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:22:3 | 22 | #[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)] | ^^^^^^ error[E0463]: can't find crate for `std` which `time` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:58:22 | 58 | Custom(&'static [time::format_description::FormatItem<'static>]), | ^^^^ can't find crate error[E0433]: failed to resolve: use of undeclared type `Vec` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:250:24 | 250 | let mut list = Vec::from(&*self.0.filter_allow); | ^^^ use of undeclared type `Vec` error[E0433]: failed to resolve: use of undeclared type `Vec` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:261:24 | 261 | let mut list = Vec::from(&*self.0.filter_allow); | ^^^ use of undeclared type `Vec` error[E0433]: failed to resolve: use of undeclared type `Vec` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:279:24 | 279 | let mut list = Vec::from(&*self.0.filter_ignore); | ^^^ use of undeclared type `Vec` error[E0433]: failed to resolve: use of undeclared type `Vec` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:290:24 | 290 | let mut list = Vec::from(&*self.0.filter_ignore); | ^^^ use of undeclared type `Vec` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:85:9 | 85 | Box::new(CombinedLogger { | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:122:9 | 122 | Box::new(*self) | ^^^ use of undeclared type `Box` error[E0463]: can't find crate for `std` which `time` depends on --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:71:16 | 71 | let time = time::OffsetDateTime::now_utc().to_offset(config.time_offset); | ^^^^ can't find crate error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:60:9 | 60 | Box::new(SimpleLogger { | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:108:9 | 108 | Box::new(*self) | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:121:9 | 121 | Box::new(TermLogger { | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:228:9 | 228 | Box::new(*self) | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:60:9 | 60 | Box::new(WriteLogger { | ^^^ use of undeclared type `Box` error[E0433]: failed to resolve: use of undeclared type `Box` --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:95:9 | 95 | Box::new(*self) | ^^^ use of undeclared type `Box` error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:87:30 | 87 | pub(crate) level_color: [Option; 6], | ^^^^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:171:60 | 171 | pub fn set_level_color(&mut self, level: Level, color: Option) -> &mut ConfigBuilder { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:228:51 | 228 | pub fn set_time_offset_to_local(&mut self) -> Result<&mut ConfigBuilder, &mut ConfigBuilder> { | ^^^^^^ not found in this scope error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:230:13 | 230 | Ok(offset) => { | ^^ not found in this scope error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:234:13 | 234 | Err(_) => Err(self), | ^^^ not found in this scope error[E0412]: cannot find type `String` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:260:54 | 260 | pub fn add_filter_allow(&mut self, filter_allow: String) -> &mut ConfigBuilder { | ^^^^^^ not found in this scope error[E0412]: cannot find type `String` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:289:56 | 289 | pub fn add_filter_ignore(&mut self, filter_ignore: String) -> &mut ConfigBuilder { | ^^^^^^ not found in this scope error[E0405]: cannot find trait `Default` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:309:6 | 309 | impl Default for ConfigBuilder { | ^^^^^^^ not found in this scope error[E0405]: cannot find trait `Default` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:315:6 | 315 | impl Default for Config { | ^^^^^^^ not found in this scope error[E0425]: cannot find value `None` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:335:17 | 335 | None, // Default foreground | ^^^^ not found in this scope error[E0412]: cannot find type `Vec` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:18:13 | 18 | logger: Vec>, | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:18:17 | 18 | logger: Vec>, | ^^^ not found in this scope error[E0412]: cannot find type `Vec` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:46:25 | 46 | pub fn init(logger: Vec>) -> Result<(), SetLoggerError> { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:46:29 | 46 | pub fn init(logger: Vec>) -> Result<(), SetLoggerError> { | ^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:46:56 | 46 | pub fn init(logger: Vec>) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Vec` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:77:24 | 77 | pub fn new(logger: Vec>) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:77:28 | 77 | pub fn new(logger: Vec>) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:77:55 | 77 | pub fn new(logger: Vec>) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:117:25 | 117 | fn config(&self) -> Option<&Config> { | ^^^^^^ not found in this scope error[E0425]: cannot find value `None` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:118:9 | 118 | None | ^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:121:21 | 121 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/comblog.rs:121:35 | 121 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:27:16 | 27 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:25:75 | 25 | pub fn try_log(config: &Config, record: &Record<'_>, write: &mut W) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:66:16 | 66 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:64:57 | 64 | pub fn write_time(write: &mut W, config: &Config) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0425]: cannot find value `Rfc2822` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:73:57 | 73 | TimeFormat::Rfc2822 => time.format_into(write, &Rfc2822), | ^^^^^^^ not found in this scope | help: consider importing this unit variant | 1 | use crate::loggers::logging::TimeFormat::Rfc2822; | error[E0425]: cannot find value `Rfc3339` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:74:57 | 74 | TimeFormat::Rfc3339 => time.format_into(write, &Rfc3339), | ^^^^^^^ not found in this scope | help: consider importing this unit variant | 1 | use crate::loggers::logging::TimeFormat::Rfc3339; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:78:9 | 78 | Err(Format::StdIo(err)) => return Err(err), | ^^^ not found in this scope error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:79:9 | 79 | Err(err) => panic!("Invalid time format: {}", err), | ^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:90:16 | 90 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:88:79 | 88 | pub fn write_level(record: &Record<'_>, write: &mut W, config: &Config) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:125:16 | 125 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:123:80 | 123 | pub fn write_target(record: &Record<'_>, write: &mut W, config: &Config) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:156:16 | 156 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:154:65 | 154 | pub fn write_location(record: &Record<'_>, write: &mut W) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:159:12 | 159 | if let Some(line) = record.line() { | ^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:169:16 | 169 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:167:64 | 167 | pub fn write_thread_name(write: &mut W, config: &Config) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:171:12 | 171 | if let Some(name) = thread::current().name() { | ^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:192:16 | 192 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:190:62 | 190 | pub fn write_thread_id(write: &mut W, config: &Config) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0405]: cannot find trait `Sized` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:214:16 | 214 | W: Write + Sized, | ^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:212:61 | 212 | pub fn write_args(record: &Record<'_>, write: &mut W) -> Result<(), Error> | ^^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:39:60 | 39 | pub fn init(log_level: LevelFilter, config: Config) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:59:59 | 59 | pub fn new(log_level: LevelFilter, config: Config) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:103:25 | 103 | fn config(&self) -> Option<&Config> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:107:21 | 107 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:107:35 | 107 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0405]: cannot find trait `Default` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:32:6 | 32 | impl Default for TerminalMode { | ^^^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:71:10 | 71 | ) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:105:10 | 105 | ) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:132:10 | 132 | ) -> Result<(), Error> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:183:47 | 183 | fn try_log(&self, record: &Record<'_>) -> Result<(), Error> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:223:25 | 223 | fn config(&self) -> Option<&Config> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:227:21 | 227 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:227:35 | 227 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0405]: cannot find trait `Send` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:17:35 | 17 | pub struct WriteLogger { | ^^^^ not found in this scope error[E0405]: cannot find trait `Send` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:23:17 | 23 | impl WriteLogger { | ^^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:38:73 | 38 | pub fn init(log_level: LevelFilter, config: Config, writable: W) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:59:72 | 59 | pub fn new(log_level: LevelFilter, config: Config, writable: W) -> Box> { | ^^^ not found in this scope error[E0405]: cannot find trait `Send` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:68:17 | 68 | impl Log for WriteLogger { | ^^^^ not found in this scope error[E0405]: cannot find trait `Send` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:85:17 | 85 | impl SharedLogger for WriteLogger { | ^^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:90:25 | 90 | fn config(&self) -> Option<&Config> { | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:94:21 | 94 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:94:35 | 94 | fn as_log(self: Box) -> Box { | ^^^ not found in this scope error[E0412]: cannot find type `Option` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:88:25 | 88 | fn config(&self) -> Option<&Config>; | ^^^^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:91:21 | 91 | fn as_log(self: Box) -> Box; | ^^^ not found in this scope error[E0412]: cannot find type `Box` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/lib.rs:91:35 | 91 | fn as_log(self: Box) -> Box; | ^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:232:17 | 232 | Ok(self) | ^^------ | | | help: try calling `Ok` as a method: `self.Ok()` error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:234:23 | 234 | Err(_) => Err(self), | ^^^------ | | | help: try calling `Err` as a method: `self.Err()` error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:336:17 | 336 | Some(Color::Red), // Error | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:337:17 | 337 | Some(Color::Yellow), // Warn | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:338:17 | 338 | Some(Color::Blue), // Info | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:339:17 | 339 | Some(Color::Cyan), // Debug | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/config.rs:340:17 | 340 | Some(Color::White), // Trace | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:30:16 | 30 | return Ok(()); | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:78:43 | 78 | Err(Format::StdIo(err)) => return Err(err), | ^^^ help: a local variable with a similar name exists: `err` error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:84:5 | 84 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:119:5 | 119 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:150:5 | 150 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:164:5 | 164 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:187:5 | 187 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:208:5 | 208 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/logging.rs:217:5 | 217 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/simplelog.rs:104:9 | 104 | Some(&self.config) | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:75:9 | 75 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:186:24 | 186 | return Ok(()); | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:197:13 | 197 | Ok(()) | ^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/termlog.rs:224:9 | 224 | Some(&self.config) | ^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /tmp/sysutils/xcp/work/vendor/simplelog-0.12.0/src/loggers/writelog.rs:91:9 | 91 | Some(&self.config) | ^^^^ not found in this scope Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0531. For more information about an error, try `rustc --explain E0405`. error: could not compile `simplelog` due to 161 previous errors *** Error code 101 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/xcp *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/xcp