fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ vim Makefile fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ LIBC=gnu make kata-agent - version 2.0.0-rc0 (commit f531bab74553526d0c46e779493b543cc869844e-dirty) project: name: Kata Containers url: https://github.com/kata-containers component: kata-agent target: kata-agent architecture: host: x86_64 rust: cargo: cargo 1.50.0-nightly (75d5d8cff 2020-12-22) rustc: rustc 1.51.0-nightly (c2de47a9a 2021-01-06) rustup: rustup 1.23.1 (3df2264a9 2020-11-30) toolchain: nightly-x86_64-unknown-linux-gnu (default) Fresh autocfg v1.0.1 Fresh gimli v0.22.0 Fresh adler v0.2.3 Fresh object v0.21.1 Fresh rustc-demangle v0.1.18 Fresh cfg-if v1.0.0 Fresh unicode-xid v0.2.1 Fresh lazy_static v1.4.0 Fresh unicode-xid v0.1.0 Fresh cfg-if v0.1.10 Fresh either v1.6.1 warning: associated type `u32x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:225:10 | 225 | type u32x4: u32x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` | = note: `#[warn(non_camel_case_types)]` on by default warning: associated type `u64x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:226:10 | 226 | type u64x2: u64x2; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` warning: associated type `u128x1` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:227:10 | 227 | type u128x1: u128x1; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` warning: associated type `u32x4x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:229:10 | 229 | type u32x4x2: u32x4x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` warning: associated type `u64x2x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:230:10 | 230 | type u64x2x2: u64x2x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` warning: associated type `u64x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:231:10 | 231 | type u64x4: u64x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` warning: associated type `u128x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:232:10 | 232 | type u128x2: u128x2; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` warning: associated type `u32x4x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:234:10 | 234 | type u32x4x4: u32x4x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` warning: associated type `u64x2x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:235:10 | 235 | type u64x2x4: u64x2x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` warning: associated type `u128x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:236:10 | 236 | type u128x4: u128x4; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` warning: unreachable call --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:9 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^^^^ ---------------- any code following this expression is unreachable | | | unreachable call | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `xs` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:413:19 | 413 | fn from_lanes(xs: [u128; 1]) -> Self { | ^^ help: if this is intentional, prefix it with an underscore: `_xs` | = note: `#[warn(unused_variables)]` on by default warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:19 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default warning: function is never used: `eq128_s4` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:1082:11 | 1082 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 14 warnings emitted Fresh unicode-segmentation v1.6.0 warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:33:17 | 33 | 'a' ... 'z' | 'A' ... 'Z' => true, | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:33:31 | 33 | 'a' ... 'z' | 'A' ... 'Z' => true, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:42:17 | 42 | '0' ... '9' => true, | ^^^ help: use `..=` for an inclusive range warning: 3 warnings emitted Fresh fixedbitset v0.1.9 Fresh multimap v0.4.0 warning: variable does not need to be mutable --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/multimap-0.4.0/src/lib.rs:249:36 | 249 | self.inner.get_mut(k).map(|mut v| v.get_mut(0).unwrap()) | ----^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: variable does not need to be mutable --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/multimap-0.4.0/src/lib.rs:590:18 | 590 | fn into_iter(mut self) -> IterAllMut<'a, K, Vec> { | ----^^^^ | | | help: remove this `mut` warning: 2 warnings emitted Fresh arc-swap v0.4.7 warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:948:37 | 948 | let previous_ptr = self.ptr.compare_and_swap(cur_ptr, new, Ordering::SeqCst); | ^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:5:23 | 5 | #![deny(missing_docs, warnings)] | ^^^^^^^^ = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:1017:22 | 1017 | .compare_and_swap(gen, next_gen, Ordering::Relaxed); | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/debt.rs:46:29 | 46 | if !node.in_use.compare_and_swap(false, true, Ordering::Relaxed) { | ^^^^^^^^^^^^^^^^ warning: 3 warnings emitted Fresh semver-parser v0.7.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:75:9 | 75 | try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:79:13 | 79 | try!(write!(f, "-{}", strs.join("."))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:84:13 | 84 | try!(write!(f, "+{}", strs.join("."))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/range.rs:184:22 | 184 | let predicates = try!(predicates); | ^^^ warning: 4 warnings emitted Fresh void v1.0.2 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs:67:32 | 67 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `#[warn(bare_trait_objects)]` on by default warning: 1 warning emitted Fresh version_check v0.9.2 Fresh itoa v0.4.6 Fresh ppv-lite86 v0.2.9 warning: associated type `u32x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:225:10 | 225 | type u32x4: u32x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` | = note: `#[warn(non_camel_case_types)]` on by default warning: associated type `u64x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:226:10 | 226 | type u64x2: u64x2; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` warning: associated type `u128x1` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:227:10 | 227 | type u128x1: u128x1; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` warning: associated type `u32x4x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:229:10 | 229 | type u32x4x2: u32x4x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` warning: associated type `u64x2x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:230:10 | 230 | type u64x2x2: u64x2x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` warning: associated type `u64x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:231:10 | 231 | type u64x4: u64x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` warning: associated type `u128x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:232:10 | 232 | type u128x2: u128x2; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` warning: associated type `u32x4x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:234:10 | 234 | type u32x4x4: u32x4x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` warning: associated type `u64x2x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:235:10 | 235 | type u64x2x4: u64x2x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` warning: associated type `u128x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:236:10 | 236 | type u128x4: u128x4; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` warning: unreachable call --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:9 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^^^^ ---------------- any code following this expression is unreachable | | | unreachable call | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `xs` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:413:19 | 413 | fn from_lanes(xs: [u128; 1]) -> Self { | ^^ help: if this is intentional, prefix it with an underscore: `_xs` | = note: `#[warn(unused_variables)]` on by default warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:19 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default warning: function is never used: `eq128_s4` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:1082:11 | 1082 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 14 warnings emitted Fresh regex-syntax v0.6.20 Fresh futures v0.1.30 warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/atomic_task.rs:173:26 | 173 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:492:26 | 492 | match self.state.compare_and_swap(NOTIFY, IDLE, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:503:26 | 503 | match self.state.compare_and_swap(IDLE, SLEEP, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:519:37 | 519 | if NOTIFY == self.state.compare_and_swap(NOTIFY, IDLE, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:530:26 | 530 | match self.state.compare_and_swap(IDLE, NOTIFY, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:540:26 | 540 | match self.state.compare_and_swap(SLEEP, NOTIFY, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/sync/mpsc/mod.rs:757:49 | 757 | let actual = self.inner.num_senders.compare_and_swap(curr, next, SeqCst); | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/future/shared.rs:131:41 | 131 | match self.inner.notifier.state.compare_and_swap(IDLE, POLLING, SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/future/shared.rs:170:49 | 170 | match self.inner.notifier.state.compare_and_swap(POLLING, IDLE, SeqCst) { | ^^^^^^^^^^^^^^^^ warning: 9 warnings emitted Fresh rle-decode-fast v1.0.1 Fresh libflate_lz77 v1.0.0 Fresh adler32 v1.2.0 Fresh nom v2.2.1 warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:11 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:19 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:31 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:40 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:53 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:64 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:12 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:21 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:33 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:43 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:56 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:65 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:78 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:88 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/nom.rs:23:43 | 23 | pub fn tag_cl<'a,'b>(rec:&'a[u8]) -> Box IResult<&'b[u8], &'b[u8]> + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&'b[u8]) -> IResult<&'b[u8], &'b[u8]> + 'a` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:80:53 | 80 | fn apply<'a, O,E>(&'b mut self, consumer: &'a mut Consumer) -> &'a ConsumerState; | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:83:58 | 83 | fn run<'a: 'b,O,E: 'b>(&'b mut self, consumer: &'a mut Consumer) -> Option<&O> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:99:52 | 99 | fn apply<'a,O,E>(&'b mut self, consumer: &'a mut Consumer) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:148:52 | 148 | fn apply<'a,O,E>(&'b mut self, consumer: &'a mut Consumer<&'x[u8],O,E,Move>) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer<&'x[u8],O,E,Move>` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:312:52 | 312 | fn apply<'a,O,E>(&'x mut self, consumer: &'a mut Consumer<&'x[u8],O,E,Move>) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer<&'x[u8],O,E,Move>` warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:20:3 | 20 | #[inline] | ^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:52:5 | 52 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:59:5 | 59 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:64:5 | 64 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:67:5 | 67 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:70:5 | 70 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:73:5 | 73 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:512:3 | 512 | #[inline(always)] | ^^^^^^^^^^^^^^^^^ warning: 28 warnings emitted Fresh remove_dir_all v0.5.3 Fresh slash-formatter v2.2.6 Fresh hex v0.4.2 Fresh take_mut v0.2.2 Fresh scopeguard v1.1.0 Fresh spin v0.5.2 warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs:131:25 | 131 | while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs:181:22 | 181 | if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/once.rs:104:33 | 104 | status = self.state.compare_and_swap(INCOMPLETE, | ^^^^^^^^^^^^^^^^ warning: 3 warnings emitted Fresh fnv v1.0.7 Fresh addr2line v0.13.0 Fresh thread_local v1.0.1 warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/cached.rs:86:37 | 86 | if owner == 0 && self.owner.compare_and_swap(0, id, Ordering::Relaxed) == 0 { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh path-dedot v1.2.4 warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-1.2.4/src/cwd.rs:25:17 | 25 | if LOCK.compare_and_swap(true, false, Ordering::Relaxed) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh itertools v0.8.2 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:32:34 | 32 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:32:41 | 32 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:51:34 | 51 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:51:41 | 51 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:60:13 | 60 | try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:64:21 | 64 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:66:17 | 66 | try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:60:43 | 60 | try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:66:47 | 66 | try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:85:13 | 85 | try!(cb(&fst, f)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:88:21 | 88 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:90:17 | 90 | try!(cb(&elt, f)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1659:41 | 1659 | F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1659:48 | 1659 | F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1847:25 | 1847 | let mut x = try!(inner0(it, f)); | ^^^ warning: 15 warnings emitted Fresh heck v0.3.1 Fresh petgraph v0.4.13 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:100:9 | 100 | try!(writeln!(f, "{} {{", TYPE[g.is_directed() as usize])); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:104:13 | 104 | try!(write!(f, "{}{}", INDENT, g.to_index(node.id()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:106:17 | 106 | try!(writeln!(f, "")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:108:17 | 108 | try!(write!(f, " [label=\"")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:109:17 | 109 | try!(node_fmt(node.weight(), &mut |d| Escaped(d).fmt(f))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:110:17 | 110 | try!(writeln!(f, "\"]")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:116:13 | 116 | try!(write!(f, "{}{} {} {}", | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:122:17 | 122 | try!(writeln!(f, "")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:124:17 | 124 | try!(writeln!(f, " [label=\"{}\"]", i)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:126:17 | 126 | try!(write!(f, " [label=\"")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:127:17 | 127 | try!(edge_fmt(edge.weight(), &mut |d| Escaped(d).fmt(f))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:128:17 | 128 | try!(writeln!(f, "\"]")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:132:9 | 132 | try!(writeln!(f, "}}")); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:97:35 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:97:42 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:98:35 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:98:42 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:167:13 | 167 | try!(self.write_char(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:174:20 | 174 | '"' => try!(self.0.write_char('\\')), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:73:13 | 73 | try!(cb(&fst, f)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:76:21 | 76 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:78:17 | 78 | try!(cb(&elt, f)); | ^^^ warning: 22 warnings emitted Fresh semver v0.9.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:271:9 | 271 | try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:273:13 | 273 | try!(write!(f, "-")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:276:21 | 276 | try!(write!(f, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:278:17 | 278 | try!(write!(f, "{}", x)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:282:13 | 282 | try!(write!(f, "+")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:285:21 | 285 | try!(write!(f, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:287:17 | 287 | try!(write!(f, "{}", x)); | ^^^ warning: unused import: `std::result` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:13:5 | 13 | use std::result; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:492:13 | 492 | try!(write!(fmt, "*")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:496:21 | 496 | try!(write!(fmt, "{}", pred)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:498:21 | 498 | try!(write!(fmt, ", {}", pred)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:510:32 | 510 | Wildcard(Major) => try!(write!(fmt, "*")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:511:32 | 511 | Wildcard(Minor) => try!(write!(fmt, "{}.*", self.major)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:514:21 | 514 | try!(write!(fmt, "{}.{}.*", self.major, minor)) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:516:21 | 516 | try!(write!(fmt, "{}.*.*", self.major)) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:520:17 | 520 | try!(write!(fmt, "{}{}", self.op, self.major)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:523:32 | 523 | Some(v) => try!(write!(fmt, ".{}", v)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:528:32 | 528 | Some(v) => try!(write!(fmt, ".{}", v)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:533:21 | 533 | try!(write!(fmt, "-")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:536:29 | 536 | ... try!(write!(fmt, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:538:25 | 538 | try!(write!(fmt, "{}", x)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:551:19 | 551 | Ex => try!(write!(fmt, "= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:552:19 | 552 | Gt => try!(write!(fmt, "> ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:553:21 | 553 | GtEq => try!(write!(fmt, ">= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:554:19 | 554 | Lt => try!(write!(fmt, "< ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:555:21 | 555 | LtEq => try!(write!(fmt, "<= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:556:22 | 556 | Tilde => try!(write!(fmt, "~")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:557:27 | 557 | Compatible => try!(write!(fmt, "^")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:559:28 | 559 | Wildcard(_) => try!(write!(fmt, "")), | ^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:165:14 | 165 | self.description().fmt(f) | ^^^^^^^^^^^ warning: 30 warnings emitted Fresh libc v0.2.79 Fresh proc-macro2 v1.0.24 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/lib.rs:4:9 | 4 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/stream.rs:812:9 | 812 | mem::replace(target, s); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: 2 warnings emitted Fresh byteorder v1.3.4 Fresh protobuf v2.14.0 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/lib.rs:4:9 | 4 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/stream.rs:812:9 | 812 | mem::replace(target, s); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: 2 warnings emitted Fresh bitflags v1.2.1 Fresh proc-macro2 v0.4.30 warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/strnom.rs:98:24 | 98 | b' ' | 0x09...0x0d => { | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:774:24 | 774 | b'\x20'...b'\x7E' => escaped.push(*b as char), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1176:25 | 1176 | next_ch!(chars @ '0'...'7'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:25 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:37 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:49 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:26 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:40 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:54 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:26 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:40 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:54 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:25 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:37 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:49 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:37 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:49 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:61 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1226:16 | 1226 | '0'...'9' | '_' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1271:20 | 1271 | '0'...'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1321:17 | 1321 | b'0'...b'9' => (b - b'0') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1322:17 | 1322 | b'a'...b'f' => 10 + (b - b'a') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1323:17 | 1323 | b'A'...b'F' => 10 + (b - b'A') as u64, | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/wrapper.rs:63:26 | 63 | type PanicHook = Fn(&PanicInfo) + Sync + Send + 'static; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PanicInfo) + Sync + Send + 'static` | = note: `#[warn(bare_trait_objects)]` on by default warning: 24 warnings emitted warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/lib.rs:1269:17 | 1269 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh log v0.4.11 warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/lib.rs:1269:17 | 1269 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh path-absolutize v1.2.1 Fresh slog v2.5.2 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1079:27 | 1079 | pub struct Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1124:24 | 1124 | as Arc>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1222:21 | 1222 | ) -> Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1228:24 | 1228 | as Arc>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1238:21 | 1238 | ) -> Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1251:9 | 1251 | try!(write!(f, "Logger{:?}", self.list)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1807:17 | 1807 | map_fn: Box>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapErrFn` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1995:32 | 1995 | fn cause(&self) -> Option<&std::error::Error> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2768:26 | 2768 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2780:26 | 2780 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2800 | impl_value_for!(usize, emit_usize); | ----------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2801 | impl_value_for!(isize, emit_isize); | ----------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2802 | impl_value_for!(bool, emit_bool); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2803 | impl_value_for!(char, emit_char); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2804 | impl_value_for!(u8, emit_u8); | ----------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2805 | impl_value_for!(i8, emit_i8); | ----------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2806 | impl_value_for!(u16, emit_u16); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2807 | impl_value_for!(i16, emit_i16); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2808 | impl_value_for!(u32, emit_u32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2809 | impl_value_for!(i32, emit_i32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2810 | impl_value_for!(f32, emit_f32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2811 | impl_value_for!(u64, emit_u64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2812 | impl_value_for!(i64, emit_i64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2813 | impl_value_for!(f64, emit_f64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2815 | impl_value_for!(u128, emit_u128); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2817 | impl_value_for!(i128, emit_i128); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2824:26 | 2824 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2835:26 | 2835 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2846:26 | 2846 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2857:26 | 2857 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2868:26 | 2868 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2885:26 | 2885 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2898:26 | 2898 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2912:26 | 2912 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2926:26 | 2926 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2938:26 | 2938 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2950:26 | 2950 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2969:26 | 2969 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2986:25 | 2986 | serializer: &'a mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3064:26 | 3064 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3133:59 | 3133 | fn serialize(&self, record: &Record, serializer: &mut Serializer) | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3144:26 | 3144 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3204:26 | 3204 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3214:27 | 3214 | _serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3226:9 | 3226 | try!(self.0.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3224:26 | 3224 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3238:26 | 3238 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3251:26 | 3251 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3264:26 | 3264 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3274:26 | 3274 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3316:13 | 3316 | pub &'a KV, | ^^ help: use `dyn`: `dyn KV` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3326:20 | 3326 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3331:20 | 3331 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3332:15 | 3332 | node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3338:15 | 3338 | node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3350:9 | 3350 | try!(self.kv.serialize(record, serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3351:9 | 3351 | try!(self.next_node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3348:26 | 3348 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3363:9 | 3363 | try!(self.next_node.serialize(record, serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3364:9 | 3364 | try!(self.node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3361:26 | 3361 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3376:9 | 3376 | try!(self.node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3374:26 | 3374 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3384:9 | 3384 | try!(write!(f, "(")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3399:13 | 3399 | try!( | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3413:9 | 3413 | try!(write!(f, ")")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3390:21 | 3390 | try!(write!(f, ", ")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3393:17 | 3393 | try!(write!(f, "{}", key)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3435:24 | 3435 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3524:32 | 3524 | fn cause(&self) -> Option<&std::error::Error> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3613:22 | 3613 | pub type Serialize = Value; | ^^^^^ help: use `dyn`: `dyn Value` warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1991:48 | 1991 | MutexDrainError::Drain(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3518:35 | 3518 | Error::Io(ref e) => e.description(), | ^^^^^^^^^^^ warning: 73 warnings emitted Fresh rustc_version v0.2.3 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:37:32 | 37 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `#[warn(bare_trait_objects)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:26:71 | 26 | CouldNotExecuteCommand(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:27:50 | 27 | Utf8Error(_) => write!(f, "{}", self.description()), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:28:61 | 28 | UnexpectedVersionFormat => write!(f, "{}", self.description()), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:29:62 | 29 | ReqParseError(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:30:60 | 30 | SemVerError(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:31:69 | 31 | UnknownPreReleaseTag(ref i) => write!(f, "{}: {}", self.description(), i), | ^^^^^^^^^^^ warning: 7 warnings emitted Fresh serde v1.0.117 warning: unnecessary trailing semicolon --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/src/de/impls.rs:1874:10 | 1874 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: unnecessary trailing semicolon --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/src/de/impls.rs:1999:10 | 1999 | }; | ^ help: remove this semicolon warning: 2 warnings emitted Fresh memchr v2.3.3 Fresh ryu v1.0.5 Fresh crc32fast v1.2.0 Fresh maybe-uninit v2.0.0 Fresh miniz_oxide v0.4.3 Fresh quote v1.0.7 Fresh protobuf-codegen v2.14.0 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-codegen-2.14.0/src/lib.rs:15:9 | 15 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 1 warning emitted Fresh iovec v0.1.4 Fresh getrandom v0.1.15 Fresh time v0.1.44 Fresh errno v0.2.6 Fresh dirs-sys v0.3.5 Fresh anyhow v1.0.33 Fresh signal-hook-registry v1.2.1 Fresh quote v0.6.13 Fresh num-traits v0.2.12 Fresh nix v0.16.1 warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:118:5 | 118 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:122:5 | 122 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:126:5 | 126 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:130:22 | 130 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:134:5 | 134 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:138:5 | 138 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:142:22 | 142 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:151:5 | 151 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:160:5 | 160 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block warning: 10 warnings emitted Fresh crossbeam-utils v0.7.2 Fresh nix v0.19.0 Fresh nix v0.17.0 warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:118:5 | 118 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:122:5 | 122 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:126:5 | 126 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:130:22 | 130 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:134:5 | 134 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:138:5 | 138 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:142:22 | 142 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:151:5 | 151 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:160:5 | 160 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block warning: 10 warnings emitted Fresh nix v0.18.0 warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:121:5 | 121 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:125:5 | 125 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:129:5 | 129 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:133:22 | 133 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:137:5 | 137 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:141:5 | 141 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:145:22 | 145 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:154:5 | 154 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:163:5 | 163 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block warning: 10 warnings emitted Fresh epoll v4.3.1 Fresh serde_json v1.0.59 Fresh slog-scope v4.3.0 Fresh aho-corasick v0.7.14 Fresh error-chain v0.12.4 Fresh backtrace v0.3.53 Fresh syn v1.0.45 warning: panic message contains braces --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.45/src/lit.rs:1283:30 | 1283 | panic!("expected {{ after \\u"); | ^^ | = note: `#[warn(panic_fmt)]` on by default = note: this message is not used as a format string, but will be in a future Rust edition help: add a "{}" format string to use the message literally | 1283 | panic!("{}", "expected {{ after \\u"); | ^^^^^ warning: 1 warning emitted Fresh bytes v0.4.12 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/buf/buf.rs:1154:30 | 1154 | fn _assert_trait_object(_b: &Buf) {} | ^^^ help: use `dyn`: `dyn Buf` | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/buf/buf_mut.rs:1167:30 | 1167 | fn _assert_trait_object(_b: &BufMut) {} | ^^^^^^ help: use `dyn`: `dyn BufMut` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:17:9 | 17 | try!(write!(fmt, "b\"")); | ^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:21:17 | 21 | try!(write!(fmt, "\\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:23:17 | 23 | try!(write!(fmt, "\\r")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:25:17 | 25 | try!(write!(fmt, "\\t")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:27:17 | 27 | try!(write!(fmt, "\\{}", c as char)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:29:17 | 29 | try!(write!(fmt, "\\0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:32:17 | 32 | try!(write!(fmt, "{}", c as char)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:34:17 | 34 | try!(write!(fmt, "\\x{:02x}", c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:37:9 | 37 | try!(write!(fmt, "\"")); | ^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1630:40 | 1630 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1822:40 | 1822 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:2115:36 | 2115 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:2220:31 | 2220 | let actual = self.arc.compare_and_swap(arc as *mut Shared, shared, AcqRel); | ^^^^^^^^^^^^^^^^ warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:833:9 | 833 | mem::replace(self, result.freeze()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(unused_must_use)]` implied by `#[warn(warnings)]` = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1028:9 | 1028 | mem::replace(self, bytes_mut.freeze()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: 17 warnings emitted Fresh protobuf-codegen-pure v2.14.0 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-codegen-pure-2.14.0/src/lib.rs:24:9 | 24 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 1 warning emitted Fresh rand_core v0.5.1 Fresh libflate v1.0.2 Fresh syn v0.15.44 warning: panic message contains braces --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/src/lit.rs:986:30 | 986 | panic!("expected {{ after \\u"); | ^^ | = note: `#[warn(panic_fmt)]` on by default = note: this message is not used as a format string, but will be in a future Rust edition help: add a "{}" format string to use the message literally | 986 | panic!("{}", "expected {{ after \\u"); | ^^^^^ warning: 1 warning emitted Fresh num-integer v0.1.43 Fresh dirs v3.0.1 Fresh signal-hook v0.1.16 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16/src/lib.rs:8:25 | 8 | #![allow(unknown_lints, intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16/src/lib.rs:6:23 | 6 | #![deny(missing_docs, warnings)] | ^^^^^^^^ = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` warning: 1 warning emitted Fresh crossbeam-channel v0.4.4 warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4/src/flavors/list.rs:235:22 | 235 | .compare_and_swap(block, new, Ordering::Release) | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh prctl v1.0.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:261:15 | 261 | let res = try!(prctl_get_result(option)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:298:15 | 298 | let res = try!(prctl_get_result(option)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:478:15 | 478 | let res = try!(prctl_get_result(PrctlOption::PR_GET_SECUREBITS)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:493:15 | 493 | let res = try!(prctl_get_result(PrctlOption::PR_GET_TIMERSLACK)); | ^^^ warning: 4 warnings emitted Fresh slog-stdlog v4.1.0 Fresh failure v0.1.8 Fresh derive-new v0.5.8 Fresh regex v1.4.1 Fresh rand_chacha v0.2.2 Fresh serde_derive v1.0.117 Fresh thiserror-impl v1.0.21 Fresh caps v0.3.4 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:72:12 | 72 | if try!(has_cap(c)) { | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:82:13 | 82 | try!(raise(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:84:13 | 84 | try!(drop(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:33:5 | 33 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:52:5 | 52 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:79:5 | 79 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:103:5 | 103 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:125:5 | 125 | try!(capset(&mut hdr, &data)); | ^^^ warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:115:18 | 115 | 0...31 => { | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:118:19 | 118 | 32...63 => { | ^^^ help: use `..=` for an inclusive range warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:130:20 | 130 | let mut caps = try!(read(tid, cset)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:132:9 | 132 | try!(set(tid, cset, caps)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:138:20 | 138 | let mut caps = try!(read(tid, cset)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:140:9 | 140 | try!(set(tid, cset, caps)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:10:12 | 10 | if try!(has_cap(c)) { | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:11:13 | 11 | try!(drop(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:43:12 | 43 | if try!(has_cap(c)) { | ^^^ warning: unnecessary parentheses around block return value --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/lib.rs:233:9 | 233 | (*self as u8) | ^^^^^^^^^^^^^ help: remove these parentheses | = note: `#[warn(unused_parens)]` on by default warning: 18 warnings emitted Fresh chrono v0.4.19 Fresh procinfo v0.4.2 warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:105:1 | 105 | /// Parses a line to a string. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = note: `#[warn(unused_doc_comments)]` on by default = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:109:1 | 109 | /// Parses a clock_t in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:113:1 | 113 | /// Parses an i32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:117:1 | 117 | /// Parses an i64 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:121:1 | 121 | /// Parses an isize in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:125:1 | 125 | /// Parses a u32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:129:1 | 129 | /// Parses a u64 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:133:1 | 133 | /// Parses a usize in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:137:1 | 137 | /// Parses a f32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:141:1 | 141 | /// Parses a sequence of whitespace seperated u32s. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:144:1 | 144 | /// Parses a sequence of whitespace seperated i32s. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:147:1 | 147 | /// Parses a bit into a boolean | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:153:1 | 153 | /// Parses a usize followed by a kB unit tag. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:157:1 | 157 | /// Parses a u32 in base-16 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:162:1 | 162 | /// Parses a u32 in base-8 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:167:1 | 167 | /// Parses a u64 in base-16 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:180:1 | 180 | /// Parses a list of u32 masks into an array of bytes in `BitVec` format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:181:1 | 181 | /// | ^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:182:1 | 182 | /// See cpuset(7) for the format being parsed. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:33:1 | 33 | /// Parses the loadavg file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:87:1 | 87 | /// Consumes a space, main fields separator and optional fields separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:90:1 | 90 | /// Consumes an hypen, the optional fields terminator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:93:1 | 93 | /// Consumes a colon, the major-minor separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:96:1 | 96 | /// Consumes a dot, the fs sub-type separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:99:1 | 99 | /// Parses a space-terminated string field in a mountinfo entry | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:121:1 | 121 | /// Parses a comma-separated list of mount options. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:183:1 | 183 | /// Parses a fs type label, with optional dotted sub-type. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:191:1 | 191 | /// Parses a mount source. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:198:1 | 198 | /// Parses a comma-separated list of options. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:205:1 | 205 | /// Parses a mountpoint entry according to mountinfo file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:166:1 | 166 | /// Parse the stat state format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:30:1 | 30 | /// Parses the statm file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:178:1 | 178 | /// Parse the status state format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:154:1 | 154 | / named!(pub parse_kb, 155 | | chain!(space ~ bytes: parse_usize ~ space ~ tag!("kB"), || { bytes })); | |______________________________________________________________________________^ | = note: `#[warn(deprecated)]` on by default = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:34:1 | 34 | / named!(parse_loadavg, 35 | | chain!(load_avg_1_min: parse_f32 ~ space ~ 36 | | load_avg_5_min: parse_f32 ~ space ~ 37 | | load_avg_10_min: parse_f32 ~ space ~ ... | 45 | | tasks_total: tasks_total, 46 | | last_created_pid: last_created_pid } })); | |______________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:51:20 | 51 | let mut file = try!(File::open("/proc/loadavg")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:52:30 | 52 | map_result(parse_loadavg(try!(read_to_end(&mut file, &mut buf)))) | ^^^ warning: unused import: `self` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:5:16 | 5 | use std::str::{self}; | ^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:163:29 | 163 | map_result(parse_limits(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:168:22 | 168 | limits_file(&mut try!(File::open(&format!("/proc/{}/limits", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:173:22 | 173 | limits_file(&mut try!(File::open("/proc/self/limits"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:236:18 | 236 | let mi = try!(map_result(parse_mountinfo_entry(try!(line).as_bytes()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:236:56 | 236 | let mi = try!(map_result(parse_mountinfo_entry(try!(line).as_bytes()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:244:25 | 244 | mountinfo_file(&mut try!(File::open(&format!("/proc/{}/mountinfo", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:249:25 | 249 | mountinfo_file(&mut try!(File::open("/proc/self/mountinfo"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:307:27 | 307 | map_result(parse_stat(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:312:20 | 312 | stat_file(&mut try!(File::open(&format!("/proc/{}/stat", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:317:20 | 317 | stat_file(&mut try!(File::open("/proc/self/stat"))) | ^^^ warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:31:1 | 31 | / named!(parse_statm, 32 | | chain!(size: parse_usize ~ space ~ 33 | | resident: parse_usize ~ space ~ 34 | | share: parse_usize ~ space ~ ... | 42 | | text: text, 43 | | data: data } })); | |_________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:48:28 | 48 | map_result(parse_statm(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:53:21 | 53 | statm_file(&mut try!(File::open(&format!("/proc/{}/statm", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:58:21 | 58 | statm_file(&mut try!(File::open("/proc/self/statm"))) | ^^^ warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:197:1 | 197 | / named!(parse_uid<(uid_t, uid_t, uid_t, uid_t)>, chain!(tag!("Uid:\t") ~ real: parse_u32 ~ space ~ effective: parse_u32 198 | | ~ space ~ saved: parse_u32 ~ space ~ fs: parse_u32 ~ line_ending, 199 | | || { (real, effective, saved, fs) })); | |_________________________________________________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:200:1 | 200 | / named!(parse_gid<(gid_t, gid_t, gid_t, gid_t)>, chain!(tag!("Gid:\t") ~ real: parse_u32 ~ space ~ effective: parse_u32 201 | | ~ space ~ saved: parse_u32 ~ space ~ fs: parse_u32 ~ line_ending, 202 | | || { (real, effective, saved, fs) })); | |_________________________________________________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:251:1 | 251 | named!(parse_cpus_allowed_list<()>, chain!(tag!("Cpus_allowed_list:\t") ~ not_line_ending ~ line_ending, || { () })); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:252:1 | 252 | named!(parse_mems_allowed_list<()>, chain!(tag!("Mems_allowed_list:\t") ~ not_line_ending ~ line_ending, || { () })); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:333:29 | 333 | map_result(parse_status(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:338:22 | 338 | status_file(&mut try!(File::open(&format!("/proc/{}/status", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:343:22 | 343 | status_file(&mut try!(File::open("/proc/self/status"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/sys/fs/file_max.rs:22:20 | 22 | let mut file = try!(File::open(FILE_MAX_PATH)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/sys/fs/file_max.rs:23:31 | 23 | map_result(parse_file_max(try!(read_to_end(&mut file, &mut buf)))) | ^^^ warning: 61 warnings emitted Fresh slog-async v2.5.0 warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.5.0/lib.rs:207:59 | 207 | io::Error::new(io::ErrorKind::BrokenPipe, err.description()), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh which v2.0.1 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/checker.rs:50:23 | 50 | checkers: Vec>, | ^^^^^^^ help: use `dyn`: `dyn Checker` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/checker.rs:60:47 | 60 | pub fn add_checker(mut self, checker: Box) -> CompositeChecker { | ^^^^^^^ help: use `dyn`: `dyn Checker` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/error.rs:35:32 | 35 | fn cause(&self) -> Option<&Fail> { | ^^^^ help: use `dyn`: `dyn Fail` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/finder.rs:54:26 | 54 | binary_checker: &Checker, | ^^^^^^^ help: use `dyn`: `dyn Checker` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/lib.rs:34:5 | 34 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 5 warnings emitted Fresh prost-derive v0.5.0 warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-derive-0.5.0/src/lib.rs:114:14 | 114 | .intersperse(quote!(|)); | ^^^^^^^^^^^ | = note: `#[warn(unstable_name_collisions)]` on by default = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` warning: 1 warning emitted Fresh rand v0.7.3 Fresh oci v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/oci) Fresh scan_fmt v0.2.5 Fresh prost v0.5.0 warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-0.5.0/src/error.rs:102:21 | 102 | f.write_str(error::Error::description(self))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:181:9 | 181 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:232:17 | 232 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:294:17 | 294 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: 3 warnings emitted Fresh procfs v0.7.9 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procfs-0.7.9/src/lib.rs:1:9 | 1 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 1 warning emitted Fresh slog-json v2.3.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:58:23 | 58 | let ser_map = try!(ser.serialize_map(len) | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 85 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 89 | impl_m!(self, key, &()) | ----------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 93 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 98 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 101 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 104 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 107 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 110 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 113 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 116 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 119 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 122 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 125 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 128 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 131 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 134 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 137 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 150 | || impl_m!(self, key, &*buf) | ------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:201:13 | 201 | try!(SerdeSerializer::start(&mut *serializer, None)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:204:13 | 204 | try!(kv.serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:207:9 | 207 | try!(logger_values.serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:209:9 | 209 | try!(rinfo.kv().serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:213:9 | 213 | try!(res.map_err(|e| io::Error::new(io::ErrorKind::Other, e))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:232:13 | 232 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:236:13 | 236 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:240:13 | 240 | try!(io.write_all("\n".as_bytes())); | ^^^ warning: 27 warnings emitted Fresh thiserror v1.0.21 Fresh cgroups-rs v0.2.0 Fresh prost-types v0.5.0 Fresh ttrpc v0.3.0 Fresh tempfile v3.1.0 warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:181:9 | 181 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:232:17 | 232 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:294:17 | 294 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: 3 warnings emitted Fresh prost-build v0.5.0 Fresh prometheus v0.9.0 warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0/src/atomic64.rs:115:18 | 115 | .compare_and_swap(current, f64_to_u64(new), Ordering::Release); | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0/src/timer.rs:48:28 | 48 | if !UPDATER_IS_RUNNING.compare_and_swap(false, true, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: 2 warnings emitted Fresh logging v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/pkg/logging) Fresh ttrpc-compiler v0.3.2 Fresh ttrpc-codegen v0.1.2 Fresh protocols v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/protocols) Fresh netlink v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/netlink) Fresh rustjail v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/rustjail) Compiling kata-agent v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=kata-agent CARGO_CRATE_NAME=kata_agent CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kata-agent CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name kata_agent --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto -C metadata=e5f4f17bb8e68dde -C extra-filename=-e5f4f17bb8e68dde --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern anyhow=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-fcfab521eb870c58.rlib --extern cgroups=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcgroups_rs-643802e234a80678.rlib --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-9b461a7b0c449146.rlib --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-8377dc035055d007.rlib --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-4ace305b2cbf356f.rlib --extern logging=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblogging-92d9a14b3f938c9f.rlib --extern netlink=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnetlink-83bcd097ee4f31e1.rlib --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-93045d8a45395793.rlib --extern oci=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liboci-590eeb1e9becd04b.rlib --extern prctl=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprctl-30047f0c90cfecd4.rlib --extern procfs=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-74c9c1952c0bc4c3.rlib --extern prometheus=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprometheus-2b8522c48a4bbd54.rlib --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-9db74c6f39ef4c02.rlib --extern protocols=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotocols-efb9b0ee92e2788c.rlib --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-f40111de6d80b11d.rlib --extern rustjail=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustjail-9129c48a9be99a8c.rlib --extern scan_fmt=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscan_fmt-9f543bf9ddb95ad0.rlib --extern scopeguard=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-7c651ca3cc2391d2.rlib --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-89498f849b465f29.rlib --extern signal_hook=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-4c44db6aa0e079b9.rlib --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-c2920cbe91a0a2bb.rlib --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-795789c790836432.rlib --extern slog_stdlog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_stdlog-c2cb59485e862a8b.rlib --extern tempfile=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-9a98a0d7a1f8d453.rlib --extern ttrpc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libttrpc-1af4aba8b9838bd4.rlib -C target-feature=+crt-static --deny warnings` ^Cmake: *** [Makefile:111: target/x86_64-unknown-linux-gnu/release/kata-agent] Interrupción fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ vim Makefile fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ LIBC=gnu make kata-agent - version 2.0.0-rc0 (commit f531bab74553526d0c46e779493b543cc869844e-dirty) project: name: Kata Containers url: https://github.com/kata-containers component: kata-agent target: kata-agent architecture: host: x86_64 rust: cargo: cargo 1.50.0-nightly (75d5d8cff 2020-12-22) rustc: rustc 1.51.0-nightly (c2de47a9a 2021-01-06) rustup: rustup 1.23.1 (3df2264a9 2020-11-30) toolchain: nightly-x86_64-unknown-linux-gnu (default) error: Found argument '--target' which wasn't expected, or isn't valid in this context USAGE: cargo [+toolchain] [OPTIONS] [SUBCOMMAND] For more information try --help make: *** [Makefile:111: target/x86_64-unknown-linux-gnu/release/kata-agent] Error 1 fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ vim Makefile fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ LIBC=gnu make kata-agent - version 2.0.0-rc0 (commit f531bab74553526d0c46e779493b543cc869844e-dirty) project: name: Kata Containers url: https://github.com/kata-containers component: kata-agent target: kata-agent architecture: host: x86_64 rust: cargo: cargo 1.50.0-nightly (75d5d8cff 2020-12-22) rustc: rustc 1.51.0-nightly (c2de47a9a 2021-01-06) rustup: rustup 1.23.1 (3df2264a9 2020-11-30) toolchain: nightly-x86_64-unknown-linux-gnu (default) error: "/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/Cargo.lock" does not exist, unable to build with the standard library, try: rustup component add rust-src make: *** [Makefile:111: target/x86_64-unknown-linux-gnu/release/kata-agent] Error 101 fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ rustup component add rust-src info: downloading component 'rust-src' info: installing component 'rust-src' info: using up to 500.0 MiB of RAM to unpack components fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $ LIBC=gnu make kata-agent - version 2.0.0-rc0 (commit f531bab74553526d0c46e779493b543cc869844e-dirty) project: name: Kata Containers url: https://github.com/kata-containers component: kata-agent target: kata-agent architecture: host: x86_64 rust: cargo: cargo 1.50.0-nightly (75d5d8cff 2020-12-22) rustc: rustc 1.51.0-nightly (c2de47a9a 2021-01-06) rustup: rustup 1.23.1 (3df2264a9 2020-11-30) toolchain: nightly-x86_64-unknown-linux-gnu (default) Downloaded addr2line v0.14.0 Downloaded hashbrown v0.9.0 Downloaded gimli v0.23.0 Downloaded getopts v0.2.21 Downloaded compiler_builtins v0.1.36 Downloaded object v0.22.0 Downloaded cc v1.0.60 Downloaded miniz_oxide v0.4.0 Downloaded unicode-width v0.1.8 Downloaded 9 crates (1.3 MB) in 0.61s Compiling compiler_builtins v0.1.36 Compiling core v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling libc v0.2.79 Compiling cc v1.0.60 Compiling std v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std) Fresh autocfg v1.0.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36 CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_VERSION=0.1.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name build_script_build /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=aeb9348aaf5a59f4 -C extra-filename=-aeb9348aaf5a59f4 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/compiler_builtins-aeb9348aaf5a59f4 -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --cap-lints warn` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=core CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=core CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name core --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=e301040b750d24a5 -C extra-filename=-e301040b750d24a5 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.79 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=79 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name build_script_build /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -C metadata=99c6273a1a174eb4 -C extra-filename=-99c6273a1a174eb4 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/libc-99c6273a1a174eb4 -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --cap-lints warn` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.60 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_VERSION=1.0.60 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name cc --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=aee73f3b2cf12b05 -C extra-filename=-aee73f3b2cf12b05 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --cap-lints warn` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name build_script_build --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -C metadata=3b34137e6f8368b8 -C extra-filename=-3b34137e6f8368b8 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/std-3b34137e6f8368b8 -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --cap-lints warn` Fresh gimli v0.22.0 Fresh object v0.21.1 Fresh cfg-if v1.0.0 Fresh unicode-xid v0.2.1 Fresh unicode-xid v0.1.0 Fresh either v1.6.1 warning: associated type `u32x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:225:10 | 225 | type u32x4: u32x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` | = note: `#[warn(non_camel_case_types)]` on by default warning: associated type `u64x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:226:10 | 226 | type u64x2: u64x2; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` warning: associated type `u128x1` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:227:10 | 227 | type u128x1: u128x1; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` warning: associated type `u32x4x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:229:10 | 229 | type u32x4x2: u32x4x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` warning: associated type `u64x2x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:230:10 | 230 | type u64x2x2: u64x2x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` warning: associated type `u64x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:231:10 | 231 | type u64x4: u64x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` warning: associated type `u128x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:232:10 | 232 | type u128x2: u128x2; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` warning: associated type `u32x4x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:234:10 | 234 | type u32x4x4: u32x4x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` warning: associated type `u64x2x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:235:10 | 235 | type u64x2x4: u64x2x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` warning: associated type `u128x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:236:10 | 236 | type u128x4: u128x4; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` warning: unreachable call --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:9 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^^^^ ---------------- any code following this expression is unreachable | | | unreachable call | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `xs` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:413:19 | 413 | fn from_lanes(xs: [u128; 1]) -> Self { | ^^ help: if this is intentional, prefix it with an underscore: `_xs` | = note: `#[warn(unused_variables)]` on by default warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:19 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default warning: function is never used: `eq128_s4` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:1082:11 | 1082 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 14 warnings emitted Fresh unicode-segmentation v1.6.0 warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:33:17 | 33 | 'a' ... 'z' | 'A' ... 'Z' => true, | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:33:31 | 33 | 'a' ... 'z' | 'A' ... 'Z' => true, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.6.0/src/tables.rs:42:17 | 42 | '0' ... '9' => true, | ^^^ help: use `..=` for an inclusive range warning: 3 warnings emitted Fresh fixedbitset v0.1.9 Fresh multimap v0.4.0 warning: variable does not need to be mutable --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/multimap-0.4.0/src/lib.rs:249:36 | 249 | self.inner.get_mut(k).map(|mut v| v.get_mut(0).unwrap()) | ----^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: variable does not need to be mutable --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/multimap-0.4.0/src/lib.rs:590:18 | 590 | fn into_iter(mut self) -> IterAllMut<'a, K, Vec> { | ----^^^^ | | | help: remove this `mut` warning: 2 warnings emitted Fresh semver-parser v0.7.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:75:9 | 75 | try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:79:13 | 79 | try!(write!(f, "-{}", strs.join("."))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:84:13 | 84 | try!(write!(f, "+{}", strs.join("."))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/range.rs:184:22 | 184 | let predicates = try!(predicates); | ^^^ warning: 4 warnings emitted Fresh version_check v0.9.2 Fresh addr2line v0.13.0 Fresh itertools v0.8.2 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:32:34 | 32 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:32:41 | 32 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:51:34 | 51 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:51:41 | 51 | F: FnMut(I::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:60:13 | 60 | try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:64:21 | 64 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:66:17 | 66 | try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:60:43 | 60 | try!(format(fst, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:66:47 | 66 | try!(format(elt, &mut |disp: &fmt::Display| disp.fmt(f))); | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:85:13 | 85 | try!(cb(&fst, f)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:88:21 | 88 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/format.rs:90:17 | 90 | try!(cb(&elt, f)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1659:41 | 1659 | F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&fmt::Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1659:48 | 1659 | F: FnMut(Self::Item, &mut FnMut(&fmt::Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.2/src/lib.rs:1847:25 | 1847 | let mut x = try!(inner0(it, f)); | ^^^ warning: 15 warnings emitted Fresh heck v0.3.1 Fresh petgraph v0.4.13 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:100:9 | 100 | try!(writeln!(f, "{} {{", TYPE[g.is_directed() as usize])); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:104:13 | 104 | try!(write!(f, "{}{}", INDENT, g.to_index(node.id()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:106:17 | 106 | try!(writeln!(f, "")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:108:17 | 108 | try!(write!(f, " [label=\"")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:109:17 | 109 | try!(node_fmt(node.weight(), &mut |d| Escaped(d).fmt(f))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:110:17 | 110 | try!(writeln!(f, "\"]")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:116:13 | 116 | try!(write!(f, "{}{} {} {}", | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:122:17 | 122 | try!(writeln!(f, "")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:124:17 | 124 | try!(writeln!(f, " [label=\"{}\"]", i)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:126:17 | 126 | try!(write!(f, " [label=\"")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:127:17 | 127 | try!(edge_fmt(edge.weight(), &mut |d| Escaped(d).fmt(f))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:128:17 | 128 | try!(writeln!(f, "\"]")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:132:9 | 132 | try!(writeln!(f, "}}")); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:97:35 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:97:42 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:98:35 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:98:42 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:167:13 | 167 | try!(self.write_char(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/dot.rs:174:20 | 174 | '"' => try!(self.0.write_char('\\')), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:73:13 | 73 | try!(cb(&fst, f)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:76:21 | 76 | try!(f.write_str(self.sep)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.13/src/iter_format.rs:78:17 | 78 | try!(cb(&elt, f)); | ^^^ warning: 22 warnings emitted Fresh semver v0.9.0 warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:271:9 | 271 | try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:273:13 | 273 | try!(write!(f, "-")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:276:21 | 276 | try!(write!(f, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:278:17 | 278 | try!(write!(f, "{}", x)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:282:13 | 282 | try!(write!(f, "+")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:285:21 | 285 | try!(write!(f, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version.rs:287:17 | 287 | try!(write!(f, "{}", x)); | ^^^ warning: unused import: `std::result` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:13:5 | 13 | use std::result; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:492:13 | 492 | try!(write!(fmt, "*")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:496:21 | 496 | try!(write!(fmt, "{}", pred)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:498:21 | 498 | try!(write!(fmt, ", {}", pred)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:510:32 | 510 | Wildcard(Major) => try!(write!(fmt, "*")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:511:32 | 511 | Wildcard(Minor) => try!(write!(fmt, "{}.*", self.major)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:514:21 | 514 | try!(write!(fmt, "{}.{}.*", self.major, minor)) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:516:21 | 516 | try!(write!(fmt, "{}.*.*", self.major)) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:520:17 | 520 | try!(write!(fmt, "{}{}", self.op, self.major)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:523:32 | 523 | Some(v) => try!(write!(fmt, ".{}", v)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:528:32 | 528 | Some(v) => try!(write!(fmt, ".{}", v)), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:533:21 | 533 | try!(write!(fmt, "-")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:536:29 | 536 | ... try!(write!(fmt, ".")) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:538:25 | 538 | try!(write!(fmt, "{}", x)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:551:19 | 551 | Ex => try!(write!(fmt, "= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:552:19 | 552 | Gt => try!(write!(fmt, "> ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:553:21 | 553 | GtEq => try!(write!(fmt, ">= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:554:19 | 554 | Lt => try!(write!(fmt, "< ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:555:21 | 555 | LtEq => try!(write!(fmt, "<= ")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:556:22 | 556 | Tilde => try!(write!(fmt, "~")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:557:27 | 557 | Compatible => try!(write!(fmt, "^")), | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:559:28 | 559 | Wildcard(_) => try!(write!(fmt, "")), | ^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/version_req.rs:165:14 | 165 | self.description().fmt(f) | ^^^^^^^^^^^ warning: 30 warnings emitted warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/lib.rs:4:9 | 4 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/stream.rs:812:9 | 812 | mem::replace(target, s); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: 2 warnings emitted Fresh proc-macro2 v1.0.24 Fresh proc-macro2 v0.4.30 warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/strnom.rs:98:24 | 98 | b' ' | 0x09...0x0d => { | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:774:24 | 774 | b'\x20'...b'\x7E' => escaped.push(*b as char), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1176:25 | 1176 | next_ch!(chars @ '0'...'7'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:25 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:37 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1177:49 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:26 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:40 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1185:54 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:26 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:40 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1186:54 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:25 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:37 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1195:49 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:37 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:49 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1197:61 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1226:16 | 1226 | '0'...'9' | '_' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1271:20 | 1271 | '0'...'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1321:17 | 1321 | b'0'...b'9' => (b - b'0') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1322:17 | 1322 | b'a'...b'f' => 10 + (b - b'a') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/fallback.rs:1323:17 | 1323 | b'A'...b'F' => 10 + (b - b'A') as u64, | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/wrapper.rs:63:26 | 63 | type PanicHook = Fn(&PanicInfo) + Sync + Send + 'static; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PanicInfo) + Sync + Send + 'static` | = note: `#[warn(bare_trait_objects)]` on by default warning: 24 warnings emitted warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/lib.rs:1269:17 | 1269 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh rustc_version v0.2.3 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:37:32 | 37 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `#[warn(bare_trait_objects)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:26:71 | 26 | CouldNotExecuteCommand(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:27:50 | 27 | Utf8Error(_) => write!(f, "{}", self.description()), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:28:61 | 28 | UnexpectedVersionFormat => write!(f, "{}", self.description()), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:29:62 | 29 | ReqParseError(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:30:60 | 30 | SemVerError(ref e) => write!(f, "{}: {}", self.description(), e), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/errors.rs:31:69 | 31 | UnknownPreReleaseTag(ref i) => write!(f, "{}: {}", self.description(), i), | ^^^^^^^^^^^ warning: 7 warnings emitted Fresh miniz_oxide v0.4.3 Fresh protobuf-codegen v2.14.0 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-codegen-2.14.0/src/lib.rs:15:9 | 15 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 1 warning emitted Fresh iovec v0.1.4 Fresh quote v1.0.7 Fresh quote v0.6.13 Fresh backtrace v0.3.53 Fresh bytes v0.4.12 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/buf/buf.rs:1154:30 | 1154 | fn _assert_trait_object(_b: &Buf) {} | ^^^ help: use `dyn`: `dyn Buf` | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/buf/buf_mut.rs:1167:30 | 1167 | fn _assert_trait_object(_b: &BufMut) {} | ^^^^^^ help: use `dyn`: `dyn BufMut` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:17:9 | 17 | try!(write!(fmt, "b\"")); | ^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:21:17 | 21 | try!(write!(fmt, "\\n")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:23:17 | 23 | try!(write!(fmt, "\\r")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:25:17 | 25 | try!(write!(fmt, "\\t")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:27:17 | 27 | try!(write!(fmt, "\\{}", c as char)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:29:17 | 29 | try!(write!(fmt, "\\0")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:32:17 | 32 | try!(write!(fmt, "{}", c as char)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:34:17 | 34 | try!(write!(fmt, "\\x{:02x}", c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/debug.rs:37:9 | 37 | try!(write!(fmt, "\"")); | ^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1630:40 | 1630 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1822:40 | 1822 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:2115:36 | 2115 | let mut inner: Inner = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:2220:31 | 2220 | let actual = self.arc.compare_and_swap(arc as *mut Shared, shared, AcqRel); | ^^^^^^^^^^^^^^^^ warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:833:9 | 833 | mem::replace(self, result.freeze()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs:71:9 | 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] | ^^^^^^^^ = note: `#[warn(unused_must_use)]` implied by `#[warn(warnings)]` = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/bytes.rs:1028:9 | 1028 | mem::replace(self, bytes_mut.freeze()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: 17 warnings emitted Fresh protobuf-codegen-pure v2.14.0 warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-codegen-pure-2.14.0/src/lib.rs:24:9 | 24 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 1 warning emitted Fresh failure v0.1.8 Fresh syn v1.0.45 warning: panic message contains braces --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.45/src/lit.rs:1283:30 | 1283 | panic!("expected {{ after \\u"); | ^^ | = note: `#[warn(panic_fmt)]` on by default = note: this message is not used as a format string, but will be in a future Rust edition help: add a "{}" format string to use the message literally | 1283 | panic!("{}", "expected {{ after \\u"); | ^^^^^ warning: 1 warning emitted Fresh syn v0.15.44 warning: panic message contains braces --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/src/lit.rs:986:30 | 986 | panic!("expected {{ after \\u"); | ^^ | = note: `#[warn(panic_fmt)]` on by default = note: this message is not used as a format string, but will be in a future Rust edition help: add a "{}" format string to use the message literally | 986 | panic!("{}", "expected {{ after \\u"); | ^^^^^ warning: 1 warning emitted Fresh which v2.0.1 warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/checker.rs:50:23 | 50 | checkers: Vec>, | ^^^^^^^ help: use `dyn`: `dyn Checker` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/checker.rs:60:47 | 60 | pub fn add_checker(mut self, checker: Box) -> CompositeChecker { | ^^^^^^^ help: use `dyn`: `dyn Checker` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/error.rs:35:32 | 35 | fn cause(&self) -> Option<&Fail> { | ^^^^ help: use `dyn`: `dyn Fail` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/finder.rs:54:26 | 54 | binary_checker: &Checker, | ^^^^^^^ help: use `dyn`: `dyn Checker` warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/which-2.0.1/src/lib.rs:34:5 | 34 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 5 warnings emitted Fresh derive-new v0.5.8 Fresh serde_derive v1.0.117 Fresh thiserror-impl v1.0.21 Fresh prost-derive v0.5.0 warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-derive-0.5.0/src/lib.rs:114:14 | 114 | .intersperse(quote!(|)); | ^^^^^^^^^^^ | = note: `#[warn(unstable_name_collisions)]` on by default = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` warning: 1 warning emitted Fresh prost v0.5.0 warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-0.5.0/src/error.rs:102:21 | 102 | f.write_str(error::Error::description(self))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Fresh prost-types v0.5.0 warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:181:9 | 181 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:232:17 | 232 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:294:17 | 294 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: 3 warnings emitted Fresh prost-build v0.5.0 Fresh ttrpc-compiler v0.3.2 Fresh ttrpc-codegen v0.1.2 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/compiler_builtins-aeb9348aaf5a59f4/build-script-build` [compiler_builtins 0.1.36] cargo:rerun-if-changed=build.rs [compiler_builtins 0.1.36] cargo:compiler-rt=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/compiler-rt [compiler_builtins 0.1.36] cargo:rustc-cfg=feature="unstable" Compiling bitflags v1.2.1 Compiling byteorder v1.3.4 Compiling slog v2.5.2 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/std-3b34137e6f8368b8/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/libc-16d3d36eaba457c8/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/bitflags-9597fb85e401fb09/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/slog-8ba3f08ecfd59831/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/byteorder-852c70b4d41f7b55/build-script-build` [std 0.0.0] cargo:rerun-if-changed=build.rs [std 0.0.0] cargo:rustc-env=STD_ENV_ARCH=x86_64 [std 0.0.0] cargo:rustc-cfg=backtrace_in_libstd Compiling num-traits v0.2.12 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/num-traits-39e7afc476453e67/build-script-build` Compiling log v0.4.11 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/log-4dfd8c7109dbe48f/build-script-build` [log 0.4.11] cargo:rustc-cfg=atomic_cas [log 0.4.11] cargo:rerun-if-changed=build.rs Compiling serde v1.0.117 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/serde-b6be14e98e503eb6/build-script-build` [libc 0.2.79] cargo:rustc-cfg=freebsd11 [libc 0.2.79] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.79] cargo:rustc-cfg=libc_union [libc 0.2.79] cargo:rustc-cfg=libc_const_size_of [libc 0.2.79] cargo:rustc-cfg=libc_align [libc 0.2.79] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.79] cargo:rustc-cfg=libc_packedN [libc 0.2.79] cargo:rustc-cfg=libc_cfg_target_vendor Compiling getrandom v0.1.15 [serde 1.0.117] cargo:rustc-cfg=ops_bound [serde 1.0.117] cargo:rustc-cfg=core_reverse [serde 1.0.117] cargo:rustc-cfg=de_boxed_c_str [serde 1.0.117] cargo:rustc-cfg=de_boxed_path [serde 1.0.117] cargo:rustc-cfg=de_rc_dst [serde 1.0.117] cargo:rustc-cfg=core_duration [serde 1.0.117] cargo:rustc-cfg=integer128 [serde 1.0.117] cargo:rustc-cfg=range_inclusive [serde 1.0.117] cargo:rustc-cfg=num_nonzero [serde 1.0.117] cargo:rustc-cfg=core_try_from [serde 1.0.117] cargo:rustc-cfg=num_nonzero_signed [serde 1.0.117] cargo:rustc-cfg=std_atomic64 [serde 1.0.117] cargo:rustc-cfg=std_atomic Compiling memchr v2.3.3 [byteorder 1.3.4] cargo:rustc-cfg=byteorder_i128 Compiling protobuf v2.14.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/protobuf-1481315e4ef8cf6f/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/memchr-8dc0a11be8410a62/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/getrandom-518b97679c653ab5/build-script-build` [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_avx Compiling ryu v1.0.5 Compiling num-integer v0.1.43 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/ryu-8dc237a3493f9dab/build-script-build` Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/num-integer-8981e6a22641f16b/build-script-build` [slog 2.5.2] cargo:rustc-cfg=integer128 Compiling serde_json v1.0.59 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/serde_json-6170f3117c1405a6/build-script-build` [bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn Compiling nix v0.16.1 [serde_json 1.0.59] cargo:rustc-cfg=limb_width_64 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/nix-213709ff938af4ff/build-script-build` Compiling crossbeam-utils v0.7.2 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/crossbeam-utils-0d74efa913f8a73b/build-script-build` Compiling maybe-uninit v2.0.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/maybe-uninit-3cc5462131fdd7e9/build-script-build` [protobuf 2.14.0] cargo:rustc-cfg=rustc_nightly Compiling crc32fast v1.2.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/crc32fast-b2a7b62e46736436/build-script-build` [crc32fast 1.2.0] cargo:rerun-if-changed=build.rs [ryu 1.0.5] cargo:rustc-cfg=integer128 [ryu 1.0.5] cargo:rustc-cfg=maybe_uninit Compiling ttrpc v0.3.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/ttrpc-223f67df87db5699/build-script-build` Compiling nix v0.18.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/nix-c2627b981a6e82e1/build-script-build` Compiling protocols v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/protocols) Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/protocols-894ea87d67b518d0/build-script-build` [protocols 0.1.0] cargo:rerun-if-changed=protos/types.proto [protocols 0.1.0] cargo:rerun-if-changed=protos/agent.proto [protocols 0.1.0] cargo:rerun-if-changed=protos/health.proto [protocols 0.1.0] cargo:rerun-if-changed=protos/google/protobuf/empty.proto [protocols 0.1.0] cargo:rerun-if-changed=protos/oci.proto [maybe-uninit 2.0.0] cargo:rustc-cfg=derive_copy [maybe-uninit 2.0.0] cargo:rustc-cfg=repr_transparent [maybe-uninit 2.0.0] cargo:rustc-cfg=native_uninit Compiling procinfo v0.4.2 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/procinfo-66c458557dc33dd8/build-script-build` [crc32fast 1.2.0] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling nix v0.17.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/nix-e16b546e45b09a9b/build-script-build` Compiling error-chain v0.12.4 [procinfo 0.4.2] cargo:rustc-cfg=rustc_nightly Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/error-chain-47e81a2241b2528c/build-script-build` Compiling anyhow v1.0.33 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/anyhow-2285bfc46673bd1e/build-script-build` [crossbeam-utils 0.7.2] cargo:rustc-cfg=has_min_const_fn [num-traits 0.2.12] cargo:rustc-cfg=has_i128 [num-integer 0.1.43] cargo:rustc-cfg=has_i128 [num-integer 0.1.43] cargo:rerun-if-changed=build.rs Compiling prometheus v0.9.0 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/prometheus-d510d17268b7b6ba/build-script-build` [num-traits 0.2.12] cargo:rustc-cfg=has_to_int_unchecked [num-traits 0.2.12] cargo:rerun-if-changed=build.rs [crossbeam-utils 0.7.2] cargo:rustc-cfg=has_atomic_u8 Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/libc-99c6273a1a174eb4/build-script-build` [error-chain 0.12.4] cargo:rustc-cfg=has_error_source [anyhow 1.0.33] cargo:rustc-cfg=backtrace [libc 0.2.79] cargo:rustc-cfg=freebsd11 [libc 0.2.79] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.79] cargo:rustc-cfg=libc_union [libc 0.2.79] cargo:rustc-cfg=libc_const_size_of [libc 0.2.79] cargo:rustc-cfg=libc_align [libc 0.2.79] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.79] cargo:rustc-cfg=libc_packedN [libc 0.2.79] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.79] cargo:rustc-cfg=libc_thread_local [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated [error-chain 0.12.4] cargo:rustc-cfg=build="release" [crossbeam-utils 0.7.2] cargo:rustc-cfg=has_atomic_u16 Compiling unwind v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name build_script_build --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=075dd63977e86e04 -C extra-filename=-075dd63977e86e04 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/unwind-075dd63977e86e04 -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern cc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps/libcc-aee73f3b2cf12b05.rlib --cap-lints warn` [crossbeam-utils 0.7.2] cargo:rustc-cfg=has_atomic_u32 [crossbeam-utils 0.7.2] cargo:rustc-cfg=has_atomic_u64 [crossbeam-utils 0.7.2] error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` [crossbeam-utils 0.7.2] --> :1:38 [crossbeam-utils 0.7.2] | [crossbeam-utils 0.7.2] 1 | pub type Probe = core::sync::atomic::AtomicU128; [crossbeam-utils 0.7.2] | ^^^^^^^^^^ help: a struct with a similar name exists: `AtomicU16` [crossbeam-utils 0.7.2] | [crossbeam-utils 0.7.2] ::: /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:2152:1 [crossbeam-utils 0.7.2] | [crossbeam-utils 0.7.2] 2152 | / atomic_int! { [crossbeam-utils 0.7.2] 2153 | | cfg(target_has_atomic = "16"), [crossbeam-utils 0.7.2] 2154 | | cfg(target_has_atomic_equal_alignment = "16"), [crossbeam-utils 0.7.2] 2155 | | stable(feature = "integer_atomics_stable", since = "1.34.0"), [crossbeam-utils 0.7.2] ... | [crossbeam-utils 0.7.2] 2168 | | u16 AtomicU16 ATOMIC_U16_INIT [crossbeam-utils 0.7.2] 2169 | | } [crossbeam-utils 0.7.2] | |_- similarly named struct `AtomicU16` defined here [crossbeam-utils 0.7.2] [crossbeam-utils 0.7.2] error: aborting due to previous error [crossbeam-utils 0.7.2] [crossbeam-utils 0.7.2] For more information about this error, try `rustc --explain E0412`. Running `/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/build/unwind-075dd63977e86e04/build-script-build` [unwind 0.0.0] cargo:rerun-if-changed=build.rs Compiling rustc-std-workspace-core v1.99.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_core CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name rustc_std_workspace_core --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=8dea4a2843d8cfda -C extra-filename=-8dea4a2843d8cfda --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=compiler_builtins CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36 CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=compiler_builtins CARGO_PKG_REPOSITORY='https://github.com/rust-lang/compiler-builtins' CARGO_PKG_VERSION=0.1.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/compiler_builtins-fcc48c00c5db5900/out RUSTC_BOOTSTRAP=1 rustc --crate-name compiler_builtins /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=e79f249d66840d4e -C extra-filename=-e79f249d66840d4e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg 'feature="unstable"'` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.79 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=79 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/libc-905bfc3907b0db60/out RUSTC_BOOTSTRAP=1 rustc --crate-name libc /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -C metadata=7ccbb419352000c1 -C extra-filename=-7ccbb419352000c1 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern rustc_std_workspace_core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_thread_local` warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 82 | int_to_float!(i, i32, f32) | -------------------------- in this macro invocation | = note: `#[warn(unstable_name_collisions)]` on by default = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 82 | int_to_float!(i, i32, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 87 | int_to_float!(i, i32, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 87 | int_to_float!(i, i32, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 98 | int_to_float!(i, i64, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 98 | int_to_float!(i, i64, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 110 | int_to_float!(i, i64, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 110 | int_to_float!(i, i64, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 116 | int_to_float!(i, i128, f32) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 116 | int_to_float!(i, i128, f32) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 121 | int_to_float!(i, i128, f64) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 121 | int_to_float!(i, i128, f64) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 126 | int_to_float!(i, u32, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 126 | int_to_float!(i, u32, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 131 | int_to_float!(i, u32, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 131 | int_to_float!(i, u32, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 137 | int_to_float!(i, u64, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 137 | int_to_float!(i, u64, f32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 143 | int_to_float!(i, u64, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 143 | int_to_float!(i, u64, f64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 148 | int_to_float!(i, u128, f32) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 148 | int_to_float!(i, u128, f32) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:14:17 | 14 | let n = <$ity>::BITS; | ^^^^^^^^^^^^ ... 153 | int_to_float!(i, u128, f64) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:24:12 | 24 | if <$ity>::BITS < mant_dig { | ^^^^^^^^^^^^ ... 153 | int_to_float!(i, u128, f64) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 230 | float_to_int!(f, f32, i32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 235 | float_to_int!(f, f32, i64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 240 | float_to_int!(f, f32, i128) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 245 | float_to_int!(f, f64, i32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 250 | float_to_int!(f, f64, i64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 255 | float_to_int!(f, f64, i128) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 260 | float_to_int!(f, f32, u32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 265 | float_to_int!(f, f32, u64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 270 | float_to_int!(f, f32, u128) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 275 | float_to_int!(f, f64, u32) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 280 | float_to_int!(f, f64, u64) | -------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: a method with this name may be added to the standard library in the future --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/compiler_builtins-0.1.36/src/float/conv.rs:168:27 | 168 | let fixint_bits = <$ity>::BITS as usize; | ^^^^^^^^^^^^ ... 285 | float_to_int!(f, f64, u128) | --------------------------- in this macro invocation | = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `Int::BITS(...)` to keep using the current method = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) Compiling alloc v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling cfg-if v0.1.10 Compiling adler v0.2.3 Compiling rustc-demangle v0.1.18 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.18 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_VERSION=0.1.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name rustc_demangle /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=54cffe0d38175fcc -C extra-filename=-54cffe0d38175fcc --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-0.2.3 CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name adler /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=d2d4b5ecb94a0b8c -C extra-filename=-d2d4b5ecb94a0b8c --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=alloc CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alloc CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name alloc --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=ba592a290c80cf7b -C extra-filename=-ba592a290c80cf7b --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name cfg_if --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=9a8408b439791cbc -C extra-filename=-9a8408b439791cbc --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: the feature `cfg_target_vendor` has been stable since 1.33.0 and no longer requires an attribute to enable --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/src/lib.rs:22:13 | 22 | feature(cfg_target_vendor, link_cfg, no_core) | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: unused attribute --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/src/lib.rs:28:1 | 28 | #![no_std] | ^^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: crate-level attribute should be in the root module --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/src/lib.rs:28:1 | 28 | #![no_std] | ^^^^^^^^^^ warning: 36 warnings emitted Compiling panic_abort v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=unwind CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unwind CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/unwind-86b1646fa448549b/out RUSTC_BOOTSTRAP=1 rustc --crate-name unwind --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=b0cb6947d1f5db5b -C extra-filename=-b0cb6947d1f5db5b --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-9a8408b439791cbc.rmeta --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-7ccbb419352000c1.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=panic_abort CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_abort CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name panic_abort --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=777e097cc463580e -C extra-filename=-777e097cc463580e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-9a8408b439791cbc.rmeta --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-7ccbb419352000c1.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 3 warnings emitted Compiling rustc-std-workspace-alloc v1.99.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling panic_unwind v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_std_workspace_alloc CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.99.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=99 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name rustc_std_workspace_alloc --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=f0a7a972be174f10 -C extra-filename=-f0a7a972be174f10 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=panic_unwind CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=panic_unwind CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name panic_unwind --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=b5232c15f9e4390a -C extra-filename=-b5232c15f9e4390a --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-9a8408b439791cbc.rmeta --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-7ccbb419352000c1.rmeta --extern unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libunwind-b0cb6947d1f5db5b.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling gimli v0.23.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.23.0 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name gimli --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="read"' --cfg 'feature="rustc-dep-of-std"' -C metadata=cc87a7d6e00dea7a -C extra-filename=-cc87a7d6e00dea7a --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f0a7a972be174f10.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling hashbrown v0.9.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.0 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name hashbrown --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="nightly"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-internal-api"' -C metadata=ba0d47bf4495d041 -C extra-filename=-ba0d47bf4495d041 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f0a7a972be174f10.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling miniz_oxide v0.4.0 Compiling object v0.22.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.22.0 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name object --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="unaligned"' -C metadata=13f6e54f0a35404f -C extra-filename=-13f6e54f0a35404f --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f0a7a972be174f10.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.0 CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name miniz_oxide --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=6e5ea93bce0170f1 -C extra-filename=-6e5ea93bce0170f1 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern adler=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libadler-d2d4b5ecb94a0b8c.rmeta --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f0a7a972be174f10.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: unnecessary trailing semicolon --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.0/src/raw/sse2.rs:36:10 | 36 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: `extern crate` is not idiomatic in the new edition --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.0/src/lib.rs:31:1 | 31 | extern crate alloc; | ^^^^^^^^^^^^^^^^^^^ help: convert it to a `use` | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.9.0/src/lib.rs:24:9 | 24 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]` warning: 2 warnings emitted Compiling addr2line v0.14.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.14.0 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig :Jon Gjengset :Noah Bergbauer ' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name addr2line /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=0a41833cb30b15de -C extra-filename=-0a41833cb30b15de --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern gimli=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libgimli-cc87a7d6e00dea7a.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f0a7a972be174f10.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-8dea4a2843d8cfda.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=std CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=std CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/std-8594a076b6138504/out RUSTC_BOOTSTRAP=1 STD_ENV_ARCH=x86_64 rustc --crate-name std --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type rlib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="addr2line"' --cfg 'feature="backtrace"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="miniz_oxide"' --cfg 'feature="object"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -C metadata=7821a2c010a0972e -C extra-filename=-7821a2c010a0972e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern addr2line=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-0a41833cb30b15de.rmeta --extern alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-9a8408b439791cbc.rmeta --extern compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta --extern core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta --extern hashbrown=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-ba0d47bf4495d041.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-7ccbb419352000c1.rmeta --extern miniz_oxide=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-6e5ea93bce0170f1.rmeta --extern object=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libobject-13f6e54f0a35404f.rmeta --extern panic_abort=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-777e097cc463580e.rmeta --extern panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta --extern rustc_demangle=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-54cffe0d38175fcc.rmeta --extern unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libunwind-b0cb6947d1f5db5b.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg backtrace_in_libstd` Compiling proc_macro v0.0.0 (/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=proc_macro CARGO_MANIFEST_DIR=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc_macro CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' RUSTC_BOOTSTRAP=1 rustc --crate-name proc_macro --edition=2018 /home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=9e65c70d872247f1 -C extra-filename=-9e65c70d872247f1 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -Z force-unstable-if-unmarked -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.79 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=79 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/libc-4ad74a2fe63206b3/out rustc --crate-name libc /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=e028715c30f4b338 -C extra-filename=-e028715c30f4b338 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_thread_local` Compiling lazy_static v1.4.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=a4c922ef80e9e51e -C extra-filename=-a4c922ef80e9e51e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name lazy_static /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=eb8cef5fe57b599b -C extra-filename=-eb8cef5fe57b599b --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/bitflags-0e66b72292eacd30/out rustc --crate-name bitflags /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=397dfd416a35fd2e -C extra-filename=-397dfd416a35fd2e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg bitflags_const_fn` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION=1.3.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/byteorder-5ef4ddbdfba3fec3/out rustc --crate-name byteorder /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=94277e6677ecb944 -C extra-filename=-94277e6677ecb944 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg byteorder_i128` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slog CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2 CARGO_PKG_AUTHORS='Dawid Ciężarkiewicz ' CARGO_PKG_DESCRIPTION='Structured, extensible, composable logging for Rust' CARGO_PKG_HOMEPAGE='https://github.com/slog-rs/slog' CARGO_PKG_LICENSE='MPL-2.0 OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slog CARGO_PKG_REPOSITORY='https://github.com/slog-rs/slog' CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/slog-56ed6c3a507a7b95/out rustc --crate-name slog /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_info"' --cfg 'feature="std"' -C metadata=b5ad462271e21a20 -C extra-filename=-b5ad462271e21a20 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg integer128` Compiling arc-swap v0.4.7 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name arc_swap /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=125e792554465d90 -C extra-filename=-125e792554465d90 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling void v1.0.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=void CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2 CARGO_PKG_AUTHORS='Jonathan Reem ' CARGO_PKG_DESCRIPTION='The uninhabited void type for use in statically impossible cases.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=void CARGO_PKG_REPOSITORY='https://github.com/reem/rust-void.git' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name void /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a2db8db8ae64973 -C extra-filename=-9a2db8db8ae64973 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.12 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_VERSION=0.2.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/num-traits-7f2d0618e6713bf3/out rustc --crate-name num_traits /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=08f6f086fc37447b -C extra-filename=-08f6f086fc37447b --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg has_i128 --cfg has_to_int_unchecked` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1079:27 | 1079 | pub struct Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1124:24 | 1124 | as Arc>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1222:21 | 1222 | ) -> Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1228:24 | 1228 | as Arc>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1238:21 | 1238 | ) -> Logger>> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeDrain` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1251:9 | 1251 | try!(write!(f, "Logger{:?}", self.list)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1807:17 | 1807 | map_fn: Box>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapErrFn` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1995:32 | 1995 | fn cause(&self) -> Option<&std::error::Error> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2768:26 | 2768 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2780:26 | 2780 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2800 | impl_value_for!(usize, emit_usize); | ----------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2801 | impl_value_for!(isize, emit_isize); | ----------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2802 | impl_value_for!(bool, emit_bool); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2803 | impl_value_for!(char, emit_char); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2804 | impl_value_for!(u8, emit_u8); | ----------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2805 | impl_value_for!(i8, emit_i8); | ----------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2806 | impl_value_for!(u16, emit_u16); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2807 | impl_value_for!(i16, emit_i16); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2808 | impl_value_for!(u32, emit_u32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2809 | impl_value_for!(i32, emit_i32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.3.3 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/memchr-5eb23f786b733262/out rustc --crate-name memchr /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=7f6a8bbb1634b2d6 -C extra-filename=-7f6a8bbb1634b2d6 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2810 | impl_value_for!(f32, emit_f32); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2811 | impl_value_for!(u64, emit_u64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2812 | impl_value_for!(i64, emit_i64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2813 | impl_value_for!(f64, emit_f64); | ------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2815 | impl_value_for!(u128, emit_u128); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2792:44 | 2792 | serializer : &mut Serializer | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` ... 2817 | impl_value_for!(i128, emit_i128); | --------------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2824:26 | 2824 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2835:26 | 2835 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2846:26 | 2846 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2857:26 | 2857 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2868:26 | 2868 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2885:26 | 2885 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2898:26 | 2898 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2912:26 | 2912 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2926:26 | 2926 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2938:26 | 2938 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2950:26 | 2950 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2969:26 | 2969 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:2986:25 | 2986 | serializer: &'a mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3064:26 | 3064 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3133:59 | 3133 | fn serialize(&self, record: &Record, serializer: &mut Serializer) | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3144:26 | 3144 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3204:26 | 3204 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3214:27 | 3214 | _serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3226:9 | 3226 | try!(self.0.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3224:26 | 3224 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3238:26 | 3238 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3251:26 | 3251 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3264:26 | 3264 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3274:26 | 3274 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3316:13 | 3316 | pub &'a KV, | ^^ help: use `dyn`: `dyn KV` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3326:20 | 3326 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3331:20 | 3331 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3332:15 | 3332 | node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3338:15 | 3338 | node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3350:9 | 3350 | try!(self.kv.serialize(record, serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3351:9 | 3351 | try!(self.next_node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3348:26 | 3348 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3363:9 | 3363 | try!(self.next_node.serialize(record, serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3364:9 | 3364 | try!(self.node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3361:26 | 3361 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3376:9 | 3376 | try!(self.node.serialize(record, serializer)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3374:26 | 3374 | serializer: &mut Serializer, | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3384:9 | 3384 | try!(write!(f, "(")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3399:13 | 3399 | try!( | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3413:9 | 3413 | try!(write!(f, ")")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3390:21 | 3390 | try!(write!(f, ", ")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3393:17 | 3393 | try!(write!(f, "{}", key)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3435:24 | 3435 | next_node: Arc, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SendSyncRefUnwindSafeKV + 'static` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3524:32 | 3524 | fn cause(&self) -> Option<&std::error::Error> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3613:22 | 3613 | pub type Serialize = Value; | ^^^^^ help: use `dyn`: `dyn Value` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs:67:32 | 67 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `#[warn(bare_trait_objects)]` on by default Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_VERSION=1.0.117 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=117 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/serde-75fd670548580ff6/out rustc --crate-name serde /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a447f66433e2ef6 -C extra-filename=-7a447f66433e2ef6 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg ops_bound --cfg core_reverse --cfg de_boxed_c_str --cfg de_boxed_path --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero --cfg core_try_from --cfg num_nonzero_signed --cfg std_atomic64 --cfg std_atomic` warning: 1 warning emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=protobuf CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0 CARGO_PKG_AUTHORS='Stepan Koltsov ' CARGO_PKG_DESCRIPTION='Rust implementation of Google protocol buffers ' CARGO_PKG_HOMEPAGE='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protobuf CARGO_PKG_REPOSITORY='https://github.com/stepancheg/rust-protobuf/' CARGO_PKG_VERSION=2.14.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/protobuf-f3d8b1cee5f6a8fd/out rustc --crate-name protobuf /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=e22a1ee83e70d0d9 -C extra-filename=-e22a1ee83e70d0d9 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg rustc_nightly` warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:948:37 | 948 | let previous_ptr = self.ptr.compare_and_swap(cur_ptr, new, Ordering::SeqCst); | ^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:5:23 | 5 | #![deny(missing_docs, warnings)] | ^^^^^^^^ = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/lib.rs:1017:22 | 1017 | .compare_and_swap(gen, next_gen, Ordering::Relaxed); | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1991:48 | 1991 | MutexDrainError::Drain(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-0.4.7/src/debt.rs:46:29 | 46 | if !node.in_use.compare_and_swap(false, true, Ordering::Relaxed) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:3518:35 | 3518 | Error::Io(ref e) => e.description(), | ^^^^^^^^^^^ warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/lib.rs:4:9 | 4 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: 3 warnings emitted Compiling itoa v0.4.6 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.6 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast functions for printing integer primitives to an io::Write' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name itoa /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=7c069fba261e6788 -C extra-filename=-7c069fba261e6788 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_VERSION=1.0.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/ryu-2629fe38e11430d1/out rustc --crate-name ryu --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=f3c04b4bc464d922 -C extra-filename=-f3c04b4bc464d922 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg integer128 --cfg maybe_uninit` Compiling regex-syntax v0.6.20 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.20 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex_syntax /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ceacc244e9e02359 -C extra-filename=-ceacc244e9e02359 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling ppv-lite86 v0.2.9 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_VERSION=0.2.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name ppv_lite86 --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=30889c92edaa604f -C extra-filename=-30889c92edaa604f --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: unnecessary trailing semicolon --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/src/de/impls.rs:1874:10 | 1874 | }; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: unnecessary trailing semicolon --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/src/de/impls.rs:1999:10 | 1999 | }; | ^ help: remove this semicolon warning: 73 warnings emitted Compiling libflate_lz77 v1.0.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libflate_lz77 CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libflate_lz77-1.0.0 CARGO_PKG_AUTHORS='Takeru Ohta ' CARGO_PKG_DESCRIPTION='LZ77 encoder for libflate crate' CARGO_PKG_HOMEPAGE='https://github.com/sile/libflate' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libflate_lz77 CARGO_PKG_REPOSITORY='https://github.com/sile/libflate' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name libflate_lz77 --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libflate_lz77-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=a560a8a120237392 -C extra-filename=-a560a8a120237392 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: associated type `u32x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:225:10 | 225 | type u32x4: u32x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` | = note: `#[warn(non_camel_case_types)]` on by default warning: associated type `u64x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:226:10 | 226 | type u64x2: u64x2; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` warning: associated type `u128x1` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:227:10 | 227 | type u128x1: u128x1; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` warning: associated type `u32x4x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:229:10 | 229 | type u32x4x2: u32x4x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` warning: associated type `u64x2x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:230:10 | 230 | type u64x2x2: u64x2x2; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` warning: associated type `u64x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:231:10 | 231 | type u64x4: u64x4; | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` warning: associated type `u128x2` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:232:10 | 232 | type u128x2: u128x2; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` warning: associated type `u32x4x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:234:10 | 234 | type u32x4x4: u32x4x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` warning: associated type `u64x2x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:235:10 | 235 | type u64x2x4: u64x2x4; | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` warning: associated type `u128x4` should have an upper camel case name --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/types.rs:236:10 | 236 | type u128x4: u128x4; | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` Compiling rle-decode-fast v1.0.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rle_decode_fast CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rle-decode-fast-1.0.1 CARGO_PKG_AUTHORS='Moritz Wanzenböck ' CARGO_PKG_DESCRIPTION='THE fastest way to implement any kind of decoding for Run Length Encoded data in Rust. Writing a fast decoder that is also safe can be quite challenging, so this crate is here to save you the hassle of maintaining and testing your own implementation. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rle-decode-fast CARGO_PKG_REPOSITORY='https://github.com/WanzenBug/rle-decode-helper' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name rle_decode_fast /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rle-decode-fast-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=304832ba89b815f0 -C extra-filename=-304832ba89b815f0 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: unreachable call --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:9 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^^^^ ---------------- any code following this expression is unreachable | | | unreachable call | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `xs` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:413:19 | 413 | fn from_lanes(xs: [u128; 1]) -> Self { | ^^ help: if this is intentional, prefix it with an underscore: `_xs` | = note: `#[warn(unused_variables)]` on by default warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:783:19 | 783 | Self::new(unsafe { unimplemented!() }) | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=maybe_uninit CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0 CARGO_PKG_AUTHORS='est31 :The Rust Project Developers' CARGO_PKG_DESCRIPTION='MaybeUninit for friends of backwards compatibility' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=maybe-uninit CARGO_PKG_REPOSITORY='https://github.com/est31/maybe-uninit' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/maybe-uninit-0daf9fef9a2f5f7b/out rustc --crate-name maybe_uninit /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=aab91779d676b025 -C extra-filename=-aab91779d676b025 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit` warning: function is never used: `eq128_s4` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.9/src/x86_64/sse2.rs:1082:11 | 1082 | unsafe fn eq128_s4(x: __m128i, y: __m128i) -> bool { | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling nom v2.2.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1 CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_VERSION=2.2.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name nom /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="stream"' --cfg 'feature="verbose-errors"' -C metadata=3d1db5420a1d0273 -C extra-filename=-3d1db5420a1d0273 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 14 warnings emitted Compiling adler32 v1.2.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=adler32 CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0 CARGO_PKG_AUTHORS='Remi Rampin ' CARGO_PKG_DESCRIPTION='Minimal Adler32 implementation for Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler32 CARGO_PKG_REPOSITORY='https://github.com/remram44/adler32-rs' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name adler32 --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fa5f40aa8c224a26 -C extra-filename=-fa5f40aa8c224a26 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling futures v0.1.30 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/futures-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/futures-rs' CARGO_PKG_VERSION=0.1.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' -C metadata=fd966b08a142dcff -C extra-filename=-fd966b08a142dcff --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling hex v0.4.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hex CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.2 CARGO_PKG_AUTHORS='KokaKiwi ' CARGO_PKG_DESCRIPTION='Encoding and decoding data into/from hexadecimal representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hex CARGO_PKG_REPOSITORY='https://github.com/KokaKiwi/rust-hex' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name hex --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6fd7a699979e95ca -C extra-filename=-6fd7a699979e95ca --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:11 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:19 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:31 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:40 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:53 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:348:64 | 348 | (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:12 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:21 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:33 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:43 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:56 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:65 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:78 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:349:88 | 349 | (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122 ) |(97...122, 65...90) => { | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/nom.rs:23:43 | 23 | pub fn tag_cl<'a,'b>(rec:&'a[u8]) -> Box IResult<&'b[u8], &'b[u8]> + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&'b[u8]) -> IResult<&'b[u8], &'b[u8]> + 'a` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:80:53 | 80 | fn apply<'a, O,E>(&'b mut self, consumer: &'a mut Consumer) -> &'a ConsumerState; | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:83:58 | 83 | fn run<'a: 'b,O,E: 'b>(&'b mut self, consumer: &'a mut Consumer) -> Option<&O> { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:99:52 | 99 | fn apply<'a,O,E>(&'b mut self, consumer: &'a mut Consumer) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:148:52 | 148 | fn apply<'a,O,E>(&'b mut self, consumer: &'a mut Consumer<&'x[u8],O,E,Move>) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer<&'x[u8],O,E,Move>` warning: trait objects without an explicit `dyn` are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/stream.rs:312:52 | 312 | fn apply<'a,O,E>(&'x mut self, consumer: &'a mut Consumer<&'x[u8],O,E,Move>) -> &'a ConsumerState { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Consumer<&'x[u8],O,E,Move>` Compiling remove_dir_all v0.5.3 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=remove_dir_all CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3 CARGO_PKG_AUTHORS='Aaronepower ' CARGO_PKG_DESCRIPTION='A safe, reliable implementation of remove_dir_all for Windows' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=remove_dir_all CARGO_PKG_REPOSITORY='https://github.com/XAMPPRocky/remove_dir_all.git' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name remove_dir_all /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=faa02100ecab3e64 -C extra-filename=-faa02100ecab3e64 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:20:3 | 20 | #[inline] | ^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:52:5 | 52 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:59:5 | 59 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:64:5 | 64 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:67:5 | 67 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:70:5 | 70 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:73:5 | 73 | #[inline] | ^^^^^^^^^ warning: `#[inline]` is ignored on function prototypes --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-2.2.1/src/traits.rs:512:3 | 512 | #[inline(always)] | ^^^^^^^^^^^^^^^^^ Compiling take_mut v0.2.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=take_mut CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.2.2 CARGO_PKG_AUTHORS='Sgeo ' CARGO_PKG_DESCRIPTION='Take a T from a &mut T temporarily' CARGO_PKG_HOMEPAGE='https://github.com/Sgeo/take_mut' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=take_mut CARGO_PKG_REPOSITORY='https://github.com/Sgeo/take_mut' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name take_mut /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=68058012822f46c4 -C extra-filename=-68058012822f46c4 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling slash-formatter v2.2.6 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slash_formatter CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slash-formatter-2.2.6 CARGO_PKG_AUTHORS='Magic Len ' CARGO_PKG_DESCRIPTION='This crate provides functions to deal with slashes and backslashes in strings.' CARGO_PKG_HOMEPAGE='https://magiclen.org/slash-formatter' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slash-formatter CARGO_PKG_REPOSITORY='https://github.com/magiclen/slash-formatter' CARGO_PKG_VERSION=2.2.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name slash_formatter --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slash-formatter-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=419fbd76c5116b85 -C extra-filename=-419fbd76c5116b85 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4 CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/error-chain-3900ea138823f2db/out rustc --crate-name error_chain /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=f455b8e386880e3c -C extra-filename=-f455b8e386880e3c --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="release"'` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.33 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_VERSION=1.0.33 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=33 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/anyhow-83b02ff788dadf12/out rustc --crate-name anyhow --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=91cc19e935bdd3f6 -C extra-filename=-91cc19e935bdd3f6 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg backtrace` warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/atomic_task.rs:173:26 | 173 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:492:26 | 492 | match self.state.compare_and_swap(NOTIFY, IDLE, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:503:26 | 503 | match self.state.compare_and_swap(IDLE, SLEEP, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:519:37 | 519 | if NOTIFY == self.state.compare_and_swap(NOTIFY, IDLE, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:530:26 | 530 | match self.state.compare_and_swap(IDLE, NOTIFY, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/task_impl/std/mod.rs:540:26 | 540 | match self.state.compare_and_swap(SLEEP, NOTIFY, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/sync/mpsc/mod.rs:757:49 | 757 | let actual = self.inner.num_senders.compare_and_swap(curr, next, SeqCst); | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/future/shared.rs:131:41 | 131 | match self.inner.notifier.state.compare_and_swap(IDLE, POLLING, SeqCst) { | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/src/future/shared.rs:170:49 | 170 | match self.inner.notifier.state.compare_and_swap(POLLING, IDLE, SeqCst) { | ^^^^^^^^^^^^^^^^ Compiling fnv v1.0.7 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name fnv /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fdf8900ecbbf5f6 -C extra-filename=-7fdf8900ecbbf5f6 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling scopeguard v1.1.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name scopeguard /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=f4224bc3191a0638 -C extra-filename=-f4224bc3191a0638 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling spin v0.5.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=spin CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2 CARGO_PKG_AUTHORS='Mathijs van de Nes :John Ericson ' CARGO_PKG_DESCRIPTION='Synchronization primitives based on spinning. They may contain data, are usable without `std`, and static initializers are available. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spin CARGO_PKG_REPOSITORY='https://github.com/mvdnes/spin-rs.git' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name spin /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=a894f4c10a3ff038 -C extra-filename=-a894f4c10a3ff038 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling thiserror v1.0.21 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name thiserror --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=8cef6eea455443c2 -C extra-filename=-8cef6eea455443c2 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern thiserror_impl=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps/libthiserror_impl-ab62f55fb53e43df.so -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs:131:25 | 131 | while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/mutex.rs:181:22 | 181 | if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false | ^^^^^^^^^^^^^^^^ warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/once.rs:104:33 | 104 | status = self.state.compare_and_swap(INCOMPLETE, | ^^^^^^^^^^^^^^^^ warning: 3 warnings emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/log-4ea3643c40fbb802/out rustc --crate-name log /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' -C metadata=686b3a41d575954a -C extra-filename=-686b3a41d575954a --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg atomic_cas` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/crc32fast-fb2b099ab6cae6ee/out rustc --crate-name crc32fast /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9ec833a440337ed -C extra-filename=-a9ec833a440337ed --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg crc32fast_stdarchx86` warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/lib.rs:1269:17 | 1269 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.14.0/src/stream.rs:812:9 | 812 | mem::replace(target, s); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly Compiling thread_local v1.0.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name thread_local /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=1c0caf488f615247 -C extra-filename=-1c0caf488f615247 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2 CARGO_PKG_AUTHORS='The Crossbeam Project Developers' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c3c5030dbe602ea7/out rustc --crate-name crossbeam_utils /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=294218b09cd6f9ba -C extra-filename=-294218b09cd6f9ba --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg has_min_const_fn --cfg has_atomic_u8 --cfg has_atomic_u16 --cfg has_atomic_u32 --cfg has_atomic_u64` Compiling path-dedot v1.2.4 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=path_dedot CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-1.2.4 CARGO_PKG_AUTHORS='Magic Len ' CARGO_PKG_DESCRIPTION='A library for extending `Path` and `PathBuf` in order to parse the path which contains dots.' CARGO_PKG_HOMEPAGE='https://magiclen.org/path-dedot' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=path-dedot CARGO_PKG_REPOSITORY='https://github.com/magiclen/path-dedot' CARGO_PKG_VERSION=1.2.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name path_dedot --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=8c1cf8b35ef7df0d -C extra-filename=-8c1cf8b35ef7df0d --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.0.1/src/cached.rs:86:37 | 86 | if owner == 0 && self.owner.compare_and_swap(0, id, Ordering::Relaxed) == 0 { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-1.2.4/src/cwd.rs:25:17 | 25 | if LOCK.compare_and_swap(true, false, Ordering::Relaxed) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: 1 warning emitted Compiling slog-scope v4.3.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slog_scope CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-scope-4.3.0 CARGO_PKG_AUTHORS='Dawid Ciężarkiewicz ' CARGO_PKG_DESCRIPTION='Logging scopes for slog-rs' CARGO_PKG_HOMEPAGE='https://github.com/slog-rs/slog' CARGO_PKG_LICENSE=MPL-2.0/MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slog-scope CARGO_PKG_REPOSITORY='https://github.com/slog-rs/scope' CARGO_PKG_VERSION=4.3.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name slog_scope /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-scope-4.3.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=fbf23e5812ab4c0d -C extra-filename=-fbf23e5812ab4c0d --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern arc_swap=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libarc_swap-125e792554465d90.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted Compiling aho-corasick v0.7.14 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.14 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_VERSION=0.7.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name aho_corasick /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b4be87df7c928123 -C extra-filename=-b4be87df7c928123 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern memchr=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-7f6a8bbb1634b2d6.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 9 warnings emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.43 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_VERSION=0.1.43 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/num-integer-628d7794df0b0f27/out rustc --crate-name num_integer /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=b7944fc413a6d380 -C extra-filename=-b7944fc413a6d380 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern num_traits=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-08f6f086fc37447b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg has_i128` warning: 28 warnings emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.15 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/getrandom-d3844d0bf3e1973c/out rustc --crate-name getrandom --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' -C metadata=deeb6298f0be69d0 -C extra-filename=-deeb6298f0be69d0 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling time v0.1.44 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.44 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Utilities for working with time-related functions in Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/time-rs/time' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_VERSION=0.1.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name time /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=6efeff32f37c7578 -C extra-filename=-6efeff32f37c7578 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/nix-b85e434e9cddf28c/out rustc --crate-name nix /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=05f84d28a5df7b9d -C extra-filename=-05f84d28a5df7b9d --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern void=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libvoid-9a2db8db8ae64973.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/nix-6534966b58a7e9e9/out rustc --crate-name nix /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=e1165adb75604817 -C extra-filename=-e1165adb75604817 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern void=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libvoid-9a2db8db8ae64973.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling dirs-sys v0.3.5 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.5 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name dirs_sys /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=336f4b00342f64cf -C extra-filename=-336f4b00342f64cf --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 2 warnings emitted Compiling errno v0.2.6 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.2.6 CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name errno /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=4160b8d7d56e50aa -C extra-filename=-4160b8d7d56e50aa --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/nix-7059cb1b7d42a6ca/out rustc --crate-name nix --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=b20dc6fef0ea04bb -C extra-filename=-b20dc6fef0ea04bb --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling nix v0.19.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.19.0 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name nix --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=79ae3815c2e13479 -C extra-filename=-79ae3815c2e13479 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling epoll v4.3.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=epoll CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/epoll-4.3.1 CARGO_PKG_AUTHORS='Nathan Sizemore ' CARGO_PKG_DESCRIPTION='Safe epoll interface.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=epoll CARGO_PKG_REPOSITORY='https://github.com/nathansizemore/epoll' CARGO_PKG_VERSION=4.3.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name epoll /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/epoll-4.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=9d8453a8ae42a876 -C extra-filename=-9d8453a8ae42a876 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling signal-hook-registry v1.2.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=signal_hook_registry CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.2.1 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Masaki Hara ' CARGO_PKG_DESCRIPTION='Backend crate for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-registry CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name signal_hook_registry /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=368957aa58a6af91 -C extra-filename=-368957aa58a6af91 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern arc_swap=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libarc_swap-125e792554465d90.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=procinfo CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2 CARGO_PKG_AUTHORS='Dan Burkert ' CARGO_PKG_DESCRIPTION='A library for accessing Linux process and system information' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=procinfo CARGO_PKG_REPOSITORY='https://github.com/danburkert/procinfo-rs' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/procinfo-7df582446781ab05/out rustc --crate-name procinfo /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=dc7f1b177e90870b -C extra-filename=-dc7f1b177e90870b --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern byteorder=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-94277e6677ecb944.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern nom=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnom-3d1db5420a1d0273.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg rustc_nightly` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:118:5 | 118 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:122:5 | 122 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:126:5 | 126 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:130:22 | 130 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:134:5 | 134 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:138:5 | 138 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:142:22 | 142 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:151:5 | 151 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/sys/wait.rs:160:5 | 160 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block Compiling libflate v1.0.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libflate CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libflate-1.0.2 CARGO_PKG_AUTHORS='Takeru Ohta ' CARGO_PKG_DESCRIPTION='A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)' CARGO_PKG_HOMEPAGE='https://github.com/sile/libflate' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libflate CARGO_PKG_REPOSITORY='https://github.com/sile/libflate' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name libflate --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/libflate-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=c6cbc4a974c2d37c -C extra-filename=-c6cbc4a974c2d37c --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern adler32=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libadler32-fa5f40aa8c224a26.rmeta --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern crc32fast=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-a9ec833a440337ed.rmeta --extern libflate_lz77=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-a560a8a120237392.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern rle_decode_fast=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-304832ba89b815f0.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:105:1 | 105 | /// Parses a line to a string. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = note: `#[warn(unused_doc_comments)]` on by default = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:109:1 | 109 | /// Parses a clock_t in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:113:1 | 113 | /// Parses an i32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:117:1 | 117 | /// Parses an i64 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:121:1 | 121 | /// Parses an isize in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:125:1 | 125 | /// Parses a u32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:129:1 | 129 | /// Parses a u64 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:133:1 | 133 | /// Parses a usize in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:137:1 | 137 | /// Parses a f32 in base-10 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:141:1 | 141 | /// Parses a sequence of whitespace seperated u32s. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:144:1 | 144 | /// Parses a sequence of whitespace seperated i32s. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:147:1 | 147 | /// Parses a bit into a boolean | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:153:1 | 153 | /// Parses a usize followed by a kB unit tag. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:157:1 | 157 | /// Parses a u32 in base-16 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:162:1 | 162 | /// Parses a u32 in base-8 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:167:1 | 167 | /// Parses a u64 in base-16 format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:180:1 | 180 | /// Parses a list of u32 masks into an array of bytes in `BitVec` format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:181:1 | 181 | /// | ^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:182:1 | 182 | /// See cpuset(7) for the format being parsed. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:33:1 | 33 | /// Parses the loadavg file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:87:1 | 87 | /// Consumes a space, main fields separator and optional fields separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:90:1 | 90 | /// Consumes an hypen, the optional fields terminator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:93:1 | 93 | /// Consumes a colon, the major-minor separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:96:1 | 96 | /// Consumes a dot, the fs sub-type separator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:99:1 | 99 | /// Parses a space-terminated string field in a mountinfo entry | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:121:1 | 121 | /// Parses a comma-separated list of mount options. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:183:1 | 183 | /// Parses a fs type label, with optional dotted sub-type. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:191:1 | 191 | /// Parses a mount source. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:198:1 | 198 | /// Parses a comma-separated list of options. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:205:1 | 205 | /// Parses a mountpoint entry according to mountinfo file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:166:1 | 166 | /// Parse the stat state format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:30:1 | 30 | /// Parses the statm file format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: unused doc comment --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:178:1 | 178 | /// Parse the status state format. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations | = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/parsers.rs:154:1 | 154 | / named!(pub parse_kb, 155 | | chain!(space ~ bytes: parse_usize ~ space ~ tag!("kB"), || { bytes })); | |______________________________________________________________________________^ | = note: `#[warn(deprecated)]` on by default = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:34:1 | 34 | / named!(parse_loadavg, 35 | | chain!(load_avg_1_min: parse_f32 ~ space ~ 36 | | load_avg_5_min: parse_f32 ~ space ~ 37 | | load_avg_10_min: parse_f32 ~ space ~ ... | 45 | | tasks_total: tasks_total, 46 | | last_created_pid: last_created_pid } })); | |______________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:51:20 | 51 | let mut file = try!(File::open("/proc/loadavg")); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/loadavg.rs:52:30 | 52 | map_result(parse_loadavg(try!(read_to_end(&mut file, &mut buf)))) | ^^^ warning: unused import: `self` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:5:16 | 5 | use std::str::{self}; | ^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:163:29 | 163 | map_result(parse_limits(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:168:22 | 168 | limits_file(&mut try!(File::open(&format!("/proc/{}/limits", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/limits.rs:173:22 | 173 | limits_file(&mut try!(File::open("/proc/self/limits"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:236:18 | 236 | let mi = try!(map_result(parse_mountinfo_entry(try!(line).as_bytes()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:236:56 | 236 | let mi = try!(map_result(parse_mountinfo_entry(try!(line).as_bytes()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:244:25 | 244 | mountinfo_file(&mut try!(File::open(&format!("/proc/{}/mountinfo", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/mountinfo.rs:249:25 | 249 | mountinfo_file(&mut try!(File::open("/proc/self/mountinfo"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:307:27 | 307 | map_result(parse_stat(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:312:20 | 312 | stat_file(&mut try!(File::open(&format!("/proc/{}/stat", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/stat.rs:317:20 | 317 | stat_file(&mut try!(File::open("/proc/self/stat"))) | ^^^ warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:31:1 | 31 | / named!(parse_statm, 32 | | chain!(size: parse_usize ~ space ~ 33 | | resident: parse_usize ~ space ~ 34 | | share: parse_usize ~ space ~ ... | 42 | | text: text, 43 | | data: data } })); | |_________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:48:28 | 48 | map_result(parse_statm(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:53:21 | 53 | statm_file(&mut try!(File::open(&format!("/proc/{}/statm", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/statm.rs:58:21 | 58 | statm_file(&mut try!(File::open("/proc/self/statm"))) | ^^^ warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:197:1 | 197 | / named!(parse_uid<(uid_t, uid_t, uid_t, uid_t)>, chain!(tag!("Uid:\t") ~ real: parse_u32 ~ space ~ effective: parse_u32 198 | | ~ space ~ saved: parse_u32 ~ space ~ fs: parse_u32 ~ line_ending, 199 | | || { (real, effective, saved, fs) })); | |_________________________________________________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:200:1 | 200 | / named!(parse_gid<(gid_t, gid_t, gid_t, gid_t)>, chain!(tag!("Gid:\t") ~ real: parse_u32 ~ space ~ effective: parse_u32 201 | | ~ space ~ saved: parse_u32 ~ space ~ fs: parse_u32 ~ line_ending, 202 | | || { (real, effective, saved, fs) })); | |_________________________________________________________________________________________________________^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:251:1 | 251 | named!(parse_cpus_allowed_list<()>, chain!(tag!("Cpus_allowed_list:\t") ~ not_line_ending ~ line_ending, || { () })); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `chain`: please use [`do_parse!`](macro.do_parse.html) instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:252:1 | 252 | named!(parse_mems_allowed_list<()>, chain!(tag!("Mems_allowed_list:\t") ~ not_line_ending ~ line_ending, || { () })); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:333:29 | 333 | map_result(parse_status(try!(read_to_end(file, &mut buf)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:338:22 | 338 | status_file(&mut try!(File::open(&format!("/proc/{}/status", pid)))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/pid/status.rs:343:22 | 343 | status_file(&mut try!(File::open("/proc/self/status"))) | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/sys/fs/file_max.rs:22:20 | 22 | let mut file = try!(File::open(FILE_MAX_PATH)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procinfo-0.4.2/src/sys/fs/file_max.rs:23:31 | 23 | map_result(parse_file_max(try!(read_to_end(&mut file, &mut buf)))) | ^^^ warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:118:5 | 118 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:122:5 | 122 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:126:5 | 126 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:130:22 | 130 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:134:5 | 134 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:138:5 | 138 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:142:22 | 142 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:151:5 | 151 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.16.1/src/sys/wait.rs:160:5 | 160 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/quota.rs:25:9 | 25 | unsafe { libc::QCMD(self.0 as i32, self.1 as i32) } | ^^^^^^ unnecessary `unsafe` block | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/lib.rs:13:9 | 13 | #![deny(unused)] | ^^^^^^ = note: `#[warn(unused_unsafe)]` implied by `#[warn(unused)]` warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:121:5 | 121 | unsafe { libc::WIFEXITED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:125:5 | 125 | unsafe { libc::WEXITSTATUS(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:129:5 | 129 | unsafe { libc::WIFSIGNALED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:133:22 | 133 | Signal::try_from(unsafe { libc::WTERMSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:137:5 | 137 | unsafe { libc::WCOREDUMP(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:141:5 | 141 | unsafe { libc::WIFSTOPPED(status) } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:145:22 | 145 | Signal::try_from(unsafe { libc::WSTOPSIG(status) }) | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:154:5 | 154 | unsafe { libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 } | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/wait.rs:163:5 | 163 | unsafe { libc::WIFCONTINUED(status) } | ^^^^^^ unnecessary `unsafe` block Compiling path-absolutize v1.2.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=path_absolutize CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-1.2.1 CARGO_PKG_AUTHORS='Magic Len ' CARGO_PKG_DESCRIPTION='A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.' CARGO_PKG_HOMEPAGE='https://magiclen.org/path-absolutize' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=path-absolutize CARGO_PKG_REPOSITORY='https://github.com/magiclen/path-absolutize' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name path_absolutize --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=f553005e1a9132b8 -C extra-filename=-f553005e1a9132b8 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern path_dedot=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpath_dedot-8c1cf8b35ef7df0d.rmeta --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern slash_formatter=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslash_formatter-419fbd76c5116b85.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling crossbeam-channel v0.4.4 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4 CARGO_PKG_AUTHORS='The Crossbeam Project Developers' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_VERSION=0.4.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name crossbeam_channel /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=94e4155bc77c04b9 -C extra-filename=-94e4155bc77c04b9 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern crossbeam_utils=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-294218b09cd6f9ba.rmeta --extern maybe_uninit=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libmaybe_uninit-aab91779d676b025.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4/src/flavors/list.rs:235:22 | 235 | .compare_and_swap(block, new, Ordering::Release) | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling slog-stdlog v4.1.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slog_stdlog CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.1.0 CARGO_PKG_AUTHORS='Dawid Ciężarkiewicz ' CARGO_PKG_DESCRIPTION='`log` crate adapter for slog-rs' CARGO_PKG_HOMEPAGE='https://github.com/slog-rs/stdlog' CARGO_PKG_LICENSE=MPL-2.0/MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slog-stdlog CARGO_PKG_REPOSITORY='https://github.com/slog-rs/stdlog' CARGO_PKG_VERSION=4.1.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name slog_stdlog --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=6b93547476a849e7 -C extra-filename=-6b93547476a849e7 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-686b3a41d575954a.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 10 warnings emitted Compiling rand_core v0.5.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_core' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name rand_core --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=b6fb21e2a8ffc9ba -C extra-filename=-b6fb21e2a8ffc9ba --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern getrandom=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-deeb6298f0be69d0.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.59 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_VERSION=1.0.59 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=59 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/serde_json-d6598e45c82f177b/out rustc --crate-name serde_json --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2a59456a1a94db9c -C extra-filename=-2a59456a1a94db9c --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern itoa=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libitoa-7c069fba261e6788.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern ryu=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libryu-f3c04b4bc464d922.rmeta --extern serde=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde-7a447f66433e2ef6.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings --cfg limb_width_64` Compiling chrono v0.4.19 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19 CARGO_PKG_AUTHORS='Kang Seonghoon :Brandon W Maister ' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_VERSION=0.4.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name chrono /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="winapi"' -C metadata=aae47316ebb2e060 -C extra-filename=-aae47316ebb2e060 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern num_integer=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-b7944fc413a6d380.rmeta --extern num_traits=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-08f6f086fc37447b.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern time=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtime-6efeff32f37c7578.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling dirs v3.0.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-3.0.1 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_VERSION=3.0.1 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name dirs /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=2671c465f4a03a57 -C extra-filename=-2671c465f4a03a57 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern dirs_sys=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-336f4b00342f64cf.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling regex v1.4.1 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.4.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=5aa0c81fb20d231f -C extra-filename=-5aa0c81fb20d231f --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern aho_corasick=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-b4be87df7c928123.rmeta --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern memchr=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-7f6a8bbb1634b2d6.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern regex_syntax=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-ceacc244e9e02359.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern thread_local=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-1c0caf488f615247.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 10 warnings emitted Compiling caps v0.3.4 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=caps CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4 CARGO_PKG_AUTHORS='Luca Bruno ' CARGO_PKG_DESCRIPTION='A pure-Rust library to work with Linux capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=caps CARGO_PKG_REPOSITORY='https://github.com/lucab/caps-rs' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name caps /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=514712c4efc93e35 -C extra-filename=-514712c4efc93e35 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern errno=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liberrno-4160b8d7d56e50aa.rmeta --extern error_chain=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liberror_chain-f455b8e386880e3c.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:72:12 | 72 | if try!(has_cap(c)) { | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:82:13 | 82 | try!(raise(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/ambient.rs:84:13 | 84 | try!(drop(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:33:5 | 33 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:52:5 | 52 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:79:5 | 79 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:103:5 | 103 | try!(capget(&mut hdr, &mut data)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:125:5 | 125 | try!(capset(&mut hdr, &data)); | ^^^ warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:115:18 | 115 | 0...31 => { | ^^^ help: use `..=` for an inclusive range | = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:118:19 | 118 | 32...63 => { | ^^^ help: use `..=` for an inclusive range warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:130:20 | 130 | let mut caps = try!(read(tid, cset)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:132:9 | 132 | try!(set(tid, cset, caps)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:138:20 | 138 | let mut caps = try!(read(tid, cset)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/base.rs:140:9 | 140 | try!(set(tid, cset, caps)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:10:12 | 10 | if try!(has_cap(c)) { | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:11:13 | 11 | try!(drop(c)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/bounding.rs:43:12 | 43 | if try!(has_cap(c)) { | ^^^ warning: unnecessary parentheses around block return value --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/caps-0.3.4/src/lib.rs:233:9 | 233 | (*self as u8) | ^^^^^^^^^^^^^ help: remove these parentheses | = note: `#[warn(unused_parens)]` on by default warning: 10 warnings emitted Compiling signal-hook v0.1.16 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=signal_hook CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name signal_hook --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=d79e3197f7ba7fc4 -C extra-filename=-d79e3197f7ba7fc4 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern signal_hook_registry=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-368957aa58a6af91.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 18 warnings emitted warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16/src/lib.rs:8:25 | 8 | #![allow(unknown_lints, intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | note: the lint level is defined here --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.1.16/src/lib.rs:6:23 | 6 | #![deny(missing_docs, warnings)] | ^^^^^^^^ = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ttrpc CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ttrpc-0.3.0 CARGO_PKG_AUTHORS='The AntFin Kata Team ' CARGO_PKG_DESCRIPTION='A Rust version of ttrpc.' CARGO_PKG_HOMEPAGE='https://github.com/containerd/ttrpc-rust' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ttrpc CARGO_PKG_REPOSITORY='https://github.com/containerd/ttrpc-rust' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/ttrpc-f72107406b55d2fa/out rustc --crate-name ttrpc --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/ttrpc-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="protobuf"' --cfg 'feature="protobuf-codec"' -C metadata=5cf9b384475f86c4 -C extra-filename=-5cf9b384475f86c4 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern byteorder=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-94277e6677ecb944.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-686b3a41d575954a.rmeta --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-05f84d28a5df7b9d.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling prctl v1.0.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=prctl CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0 CARGO_PKG_AUTHORS='Stanisław Pitucha ' CARGO_PKG_DESCRIPTION='This package provides safe abstraction to the linux prctl() interface. Some functions may be architecture-specific. ' CARGO_PKG_HOMEPAGE='https://github.com/viraptor/prctl-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=prctl CARGO_PKG_REPOSITORY='https://github.com/viraptor/prctl-rs.git' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name prctl /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=5f1c9c80ca854f26 -C extra-filename=-5f1c9c80ca854f26 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-79ae3815c2e13479.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:261:15 | 261 | let res = try!(prctl_get_result(option)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:298:15 | 298 | let res = try!(prctl_get_result(option)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:478:15 | 478 | let res = try!(prctl_get_result(PrctlOption::PR_GET_SECUREBITS)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prctl-1.0.0/src/lib.rs:493:15 | 493 | let res = try!(prctl_get_result(PrctlOption::PR_GET_TIMERSLACK)); | ^^^ warning: 4 warnings emitted Compiling slog-async v2.5.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slog_async CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.5.0 CARGO_PKG_AUTHORS='Dawid Ciężarkiewicz ' CARGO_PKG_DESCRIPTION='Asynchronous drain for slog-rs' CARGO_PKG_HOMEPAGE='https://github.com/slog-rs/slog' CARGO_PKG_LICENSE=MPL-2.0/MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slog-async CARGO_PKG_REPOSITORY='https://github.com/slog-rs/async' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name slog_async /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=7b12bef9fd057fad -C extra-filename=-7b12bef9fd057fad --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern crossbeam_channel=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-94e4155bc77c04b9.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern take_mut=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtake_mut-68058012822f46c4.rmeta --extern thread_local=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-1c0caf488f615247.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.5.0/lib.rs:207:59 | 207 | io::Error::new(io::ErrorKind::BrokenPipe, err.description()), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling rand_chacha v0.2.2 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_chacha' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name rand_chacha --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' -C metadata=e907d662627d28d1 -C extra-filename=-e907d662627d28d1 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern ppv_lite86=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-30889c92edaa604f.rmeta --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern rand_core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librand_core-b6fb21e2a8ffc9ba.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted Compiling procfs v0.7.9 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=procfs CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procfs-0.7.9 CARGO_PKG_AUTHORS='Andrew Chin ' CARGO_PKG_DESCRIPTION='Interface to the linux procfs pseudo-filesystem' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=procfs CARGO_PKG_REPOSITORY='https://github.com/eminence/procfs' CARGO_PKG_VERSION=0.7.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name procfs --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procfs-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="chrono"' --cfg 'feature="default"' -C metadata=85fdeb54683185cb -C extra-filename=-85fdeb54683185cb --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern bitflags=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-397dfd416a35fd2e.rmeta --extern byteorder=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-94277e6677ecb944.rmeta --extern chrono=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libchrono-aae47316ebb2e060.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern hex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libhex-6fd7a699979e95ca.rmeta --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern libflate=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-c6cbc4a974c2d37c.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/procfs-0.7.9/src/lib.rs:1:9 | 1 | #![deny(intra_doc_link_resolution_failure)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` | = note: `#[warn(renamed_and_removed_lints)]` on by default Compiling slog-json v2.3.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slog_json CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0 CARGO_PKG_AUTHORS='Dawid Ciężarkiewicz ' CARGO_PKG_DESCRIPTION='JSON drain for slog-rs' CARGO_PKG_HOMEPAGE='https://github.com/slog-rs/slog' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slog-json CARGO_PKG_REPOSITORY='https://github.com/slog-rs/json' CARGO_PKG_VERSION=2.3.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name slog_json /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=017c54498529a99a -C extra-filename=-017c54498529a99a --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern chrono=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libchrono-aae47316ebb2e060.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern serde=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde-7a447f66433e2ef6.rmeta --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rmeta --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:58:23 | 58 | let ser_map = try!(ser.serialize_map(len) | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 85 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 89 | impl_m!(self, key, &()) | ----------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 93 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 98 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 101 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 104 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 107 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 110 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 113 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 116 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 119 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 122 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 125 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 128 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 131 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 134 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 137 | impl_m!(self, key, &val) | ------------------------ in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:75:9 | 75 | try!($s.ser_map.serialize_entry(k_s, $val) | ^^^ ... 150 | || impl_m!(self, key, &*buf) | ------------------------- in this macro invocation | = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:201:13 | 201 | try!(SerdeSerializer::start(&mut *serializer, None)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:204:13 | 204 | try!(kv.serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:207:9 | 207 | try!(logger_values.serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:209:9 | 209 | try!(rinfo.kv().serialize(rinfo, &mut serializer)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:213:9 | 213 | try!(res.map_err(|e| io::Error::new(io::ErrorKind::Other, e))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:232:13 | 232 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:236:13 | 236 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.3.0/lib.rs:240:13 | 240 | try!(io.write_all("\n".as_bytes())); | ^^^ warning: 27 warnings emitted Compiling oci v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/oci) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=oci CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/oci CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=oci CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name oci --edition=2018 oci/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=778fb9610b67162c -C extra-filename=-778fb9610b67162c --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern serde=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde-7a447f66433e2ef6.rmeta --extern serde_derive=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps/libserde_derive-83d8aa4102032878.so --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options -C target-feature=+crt-static --deny warnings` Compiling scan_fmt v0.2.5 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=scan_fmt CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/scan_fmt-0.2.5 CARGO_PKG_AUTHORS=wlentz CARGO_PKG_DESCRIPTION='A simple scanf()-like input for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scan_fmt CARGO_PKG_REPOSITORY='https://github.com/wlentz/scan_fmt' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name scan_fmt /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/scan_fmt-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=f468600076152565 -C extra-filename=-f468600076152565 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-5aa0c81fb20d231f.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted Compiling cgroups-rs v0.2.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cgroups_rs CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cgroups-rs-0.2.0 CARGO_PKG_AUTHORS='The Kata Containers community :Levente Kurusa :Sam Wilson ' CARGO_PKG_DESCRIPTION='Native Rust crate for managing control groups on Linux' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cgroups-rs CARGO_PKG_REPOSITORY='https://github.com/kata-containers/cgroups-rs' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name cgroups_rs --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/cgroups-rs-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=228bfb5ce1531c5d -C extra-filename=-228bfb5ce1531c5d --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-686b3a41d575954a.rmeta --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-b20dc6fef0ea04bb.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern procinfo=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprocinfo-dc7f1b177e90870b.rmeta --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-5aa0c81fb20d231f.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: 61 warnings emitted Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=protocols CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/protocols CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=protocols CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/protocols-d4e7b3e873e0ee67/out rustc --crate-name protocols --edition=2018 protocols/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=73813b4552f6559a -C extra-filename=-73813b4552f6559a --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern futures=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libfutures-fd966b08a142dcff.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern ttrpc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libttrpc-5cf9b384475f86c4.rmeta -Z unstable-options -C target-feature=+crt-static --deny warnings` Compiling rand v0.7.3 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name rand --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=c2bd85018d335e92 -C extra-filename=-c2bd85018d335e92 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern getrandom_package=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-deeb6298f0be69d0.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern rand_chacha=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-e907d662627d28d1.rmeta --extern rand_core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librand_core-b6fb21e2a8ffc9ba.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling logging v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/pkg/logging) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=logging CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/pkg/logging CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=logging CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name logging --edition=2018 /home/fidencio/go/src/github.com/kata-containers/kata-containers/pkg/logging/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=130134f6e888cec9 -C extra-filename=-130134f6e888cec9 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rmeta --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern slog_async=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_async-7b12bef9fd057fad.rmeta --extern slog_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_json-017c54498529a99a.rmeta --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options -C target-feature=+crt-static --deny warnings` Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=prometheus CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0 CARGO_PKG_AUTHORS='overvenus@gmail.com:siddontang@gmail.com:vistaswx@gmail.com' CARGO_PKG_DESCRIPTION='Prometheus instrumentation library for Rust applications.' CARGO_PKG_HOMEPAGE='https://github.com/pingcap/rust-prometheus' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=prometheus CARGO_PKG_REPOSITORY='https://github.com/pingcap/rust-prometheus' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/build/prometheus-fac5ae83b5350813/out rustc --crate-name prometheus --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="process"' --cfg 'feature="procfs"' --cfg 'feature="protobuf"' -C metadata=727e19dcc9e91415 -C extra-filename=-727e19dcc9e91415 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern fnv=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libfnv-7fdf8900ecbbf5f6.rmeta --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern procfs=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-85fdeb54683185cb.rmeta --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rmeta --extern spin=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libspin-a894f4c10a3ff038.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern thiserror=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-8cef6eea455443c2.rmeta -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` Compiling tempfile v3.1.0 Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0 CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='http://stebalien.com/projects/tempfile-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_VERSION=3.1.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name tempfile --edition=2018 /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=32776c074eafb2e6 -C extra-filename=-32776c074eafb2e6 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern cfg_if=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a4c922ef80e9e51e.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern rand=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librand-c2bd85018d335e92.rmeta --extern remove_dir_all=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libremove_dir_all-faa02100ecab3e64.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options --cap-lints warn -C target-feature=+crt-static --deny warnings` warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:181:9 | 181 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:232:17 | 232 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: unused return value of `std::mem::replace` that must be used --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/file/mod.rs:294:17 | 294 | mem::replace(&mut self.path, PathBuf::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: if you don't need the old value, you can just assign the new value directly warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0/src/atomic64.rs:115:18 | 115 | .compare_and_swap(current, f64_to_u64(new), Ordering::Release); | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /home/fidencio/.cargo/registry/src/github.com-1ecc6299db9ec823/prometheus-0.9.0/src/timer.rs:48:28 | 48 | if !UPDATER_IS_RUNNING.compare_and_swap(false, true, Ordering::SeqCst) { | ^^^^^^^^^^^^^^^^ warning: 3 warnings emitted Compiling netlink v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/netlink) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=netlink CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/netlink CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=netlink CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name netlink --edition=2018 netlink/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="protobuf"' --cfg 'feature="protocols"' --cfg 'feature="slog"' --cfg 'feature="slog-scope"' --cfg 'feature="with-agent-handler"' --cfg 'feature="with-log"' -C metadata=d7d3094240182cb7 -C extra-filename=-d7d3094240182cb7 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-e1165adb75604817.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rmeta --extern protocols=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotocols-73813b4552f6559a.rmeta --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' -Z unstable-options -C target-feature=+crt-static --deny warnings` warning: 2 warnings emitted Compiling rustjail v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/rustjail) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustjail CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/rustjail CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustjail CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustjail --edition=2018 rustjail/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=30552d1f32a273d7 -C extra-filename=-30552d1f32a273d7 --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rmeta' --extern anyhow=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-91cc19e935bdd3f6.rmeta --extern caps=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcaps-514712c4efc93e35.rmeta --extern cgroups=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcgroups_rs-228bfb5ce1531c5d.rmeta --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rmeta' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rmeta' --extern dirs=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libdirs-2671c465f4a03a57.rmeta --extern epoll=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libepoll-9d8453a8ae42a876.rmeta --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rmeta --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rmeta --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-e1165adb75604817.rmeta --extern oci=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liboci-778fb9610b67162c.rmeta --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rmeta' --extern path_absolutize=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpath_absolutize-f553005e1a9132b8.rmeta --extern prctl=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprctl-5f1c9c80ca854f26.rmeta --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rmeta' --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rmeta --extern protocols=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotocols-73813b4552f6559a.rmeta --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-5aa0c81fb20d231f.rmeta --extern scan_fmt=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscan_fmt-f468600076152565.rmeta --extern scopeguard=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-f4224bc3191a0638.rmeta --extern serde=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde-7a447f66433e2ef6.rmeta --extern serde_derive=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps/libserde_derive-83d8aa4102032878.so --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rmeta --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rmeta --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rmeta --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rmeta' --extern tempfile=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-32776c074eafb2e6.rmeta -Z unstable-options -C target-feature=+crt-static --deny warnings` warning: 1 warning emitted warning: 2 warnings emitted Compiling kata-agent v0.1.0 (/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent) Running `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=kata-agent CARGO_CRATE_NAME=kata_agent CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kata-agent CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name kata_agent --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto -C metadata=e40891295f79cd5e -C extra-filename=-e40891295f79cd5e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rlib' --extern anyhow=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-91cc19e935bdd3f6.rlib --extern cgroups=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcgroups_rs-228bfb5ce1531c5d.rlib --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rlib' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rlib' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rlib --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rlib --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-686b3a41d575954a.rlib --extern logging=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblogging-130134f6e888cec9.rlib --extern netlink=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnetlink-d7d3094240182cb7.rlib --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-e1165adb75604817.rlib --extern oci=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liboci-778fb9610b67162c.rlib --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rlib' --extern prctl=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprctl-5f1c9c80ca854f26.rlib --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rlib' --extern procfs=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-85fdeb54683185cb.rlib --extern prometheus=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprometheus-727e19dcc9e91415.rlib --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rlib --extern protocols=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotocols-73813b4552f6559a.rlib --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-5aa0c81fb20d231f.rlib --extern rustjail=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustjail-30552d1f32a273d7.rlib --extern scan_fmt=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscan_fmt-f468600076152565.rlib --extern scopeguard=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-f4224bc3191a0638.rlib --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rlib --extern signal_hook=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-d79e3197f7ba7fc4.rlib --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rlib --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rlib --extern slog_stdlog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_stdlog-6b93547476a849e7.rlib --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rlib' --extern tempfile=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-32776c074eafb2e6.rlib --extern ttrpc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libttrpc-5cf9b384475f86c4.rlib -Z unstable-options -C target-feature=+crt-static --deny warnings` error: linking with `cc` failed: exit code: 1 | = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o" "-o" "/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps" "-L" "/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps" "-L" "/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,--start-group" "-Wl,--end-group" "-Wl,-Bstatic" "/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rlib" "-Wl,-Bdynamic" "-lc" "-Wl,-Bstatic" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-lgcc_eh" "-lgcc" "-Wl,-Bdynamic" = note: /usr/bin/ld: attempted static link of dynamic object `/lib64/libc.so.6' /usr/bin/ld: attempted static link of dynamic object `/lib64/ld-linux-x86-64.so.2' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `sigcancel_handler': (.text+0x1d): undefined reference to `__getpid' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `sighandler_setxid': (.text+0xbd): undefined reference to `__getpid' /usr/bin/ld: (.text+0x1b2): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `free_stacks': (.text+0x611): undefined reference to `__munmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `create_thread': (.text+0x783): undefined reference to `__getpid' /usr/bin/ld: (.text+0x7e3): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x802): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `setxid_unmark_thread.constprop.0': (.text+0x869): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `setxid_mark_thread.constprop.0': (.text+0x919): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__make_stacks_executable': (.text+0xb06): undefined reference to `__mprotect' /usr/bin/ld: (.text+0xb8e): undefined reference to `__mprotect' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__reclaim_stacks': (.text+0xe56): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__nptl_setxid': (.text+0xf88): undefined reference to `__getpid' /usr/bin/ld: (.text+0xfe8): undefined reference to `__getpid' /usr/bin/ld: (.text+0x105e): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__wait_lookup_done': (.text+0x1391): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `start_thread': (.text+0x1866): undefined reference to `__getpagesize' /usr/bin/ld: (.text+0x195b): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x1aba): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_create': (.text+0x1b4b): undefined reference to `__getpagesize' /usr/bin/ld: (.text+0x247c): undefined reference to `__mmap' /usr/bin/ld: (.text+0x24d5): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x25fa): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x263e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2664): undefined reference to `__munmap' /usr/bin/ld: (.text+0x26a5): undefined reference to `__munmap' /usr/bin/ld: (.text+0x26c8): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x2737): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x27c6): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x2904): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x2961): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2980): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x29a5): undefined reference to `__munmap' /usr/bin/ld: (.text+0x29d0): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x29ef): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2a0e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2a2d): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2a4c): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_init': (.text+0x32c6): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_lock_full': (.text+0x376b): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x385b): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x38d0): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x3a2c): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x3a53): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_lock': (.text+0x3bba): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x3c00): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o):(.text+0x3c45): more undefined references to `__assert_fail' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_trylock': (.text+0x42ef): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x430e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x432d): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_clocklock_common': (.text+0x4a47): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x4bea): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x4c16): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x4d5b): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x4da6): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_unlock_full': (.text+0x51eb): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_unlock_usercnt': (.text+0x52ed): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_cond_lock_full': (.text+0x5777): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x5859): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0x58d0): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x5a2f): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x5a4e): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_mutex_cond_lock': (.text+0x5ba1): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x5bdd): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o):(.text+0x5c2c): more undefined references to `__assert_fail' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_rwlock_rdlock': (.text+0x5f46): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_rwlock_timedrdlock': (.text+0x61d2): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_rwlock_clockrdlock': (.text+0x643a): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_rwlock_wrlock': (.text+0x6849): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_rwlock_timedwrlock': (.text+0x6c39): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o):(.text+0x6f60): more undefined references to `__libc_fatal' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_kill': (.text+0x8f66): undefined reference to `__getpid' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_cancel': (.text+0x9104): undefined reference to `__getpid' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_once_slow': (.text+0x938d): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `clear_once_control': (.text+0x9441): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `where_is_shmfs': (.text+0x95ba): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `check_add_mapping': (.text+0x979d): undefined reference to `__fxstat64' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__sem_search': (.text+0x9a59): undefined reference to `strcmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `sem_open': (.text+0x9ac6): undefined reference to `strlen' /usr/bin/ld: (.text+0x9aed): undefined reference to `strchr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `sem_unlink': (.text+0xa167): undefined reference to `strlen' /usr/bin/ld: (.text+0xa18e): undefined reference to `strchr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `do_futex_wait.constprop.0': (.text+0xa33f): undefined reference to `__libc_fatal' /usr/bin/ld: (.text+0xa579): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `do_futex_wait': (.text+0xa75b): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__new_sem_post': (.text+0xa991): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `unwind_cleanup': (.text+0xadc2): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_unwind': (.text+0xae17): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_disable_asynccancel': (.text+0xb001): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__pthread_tpp_change_priority': (.text+0xcca5): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0xccc4): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_setname_np': (.text+0xd05e): undefined reference to `strlen' /usr/bin/ld: (.text+0xd0a7): undefined reference to `__open64_nocancel' /usr/bin/ld: (.text+0xd0db): undefined reference to `__write_nocancel' /usr/bin/ld: (.text+0xd0fc): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `pthread_getname_np': (.text+0xd1c8): undefined reference to `__open64_nocancel' /usr/bin/ld: (.text+0xd1fb): undefined reference to `__read_nocancel' /usr/bin/ld: (.text+0xd22b): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0xd27a): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `free_stacks.cold': (.text.unlikely[.text.unlikely.group]+0x1): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__nptl_setxid_error.cold': (.text.unlikely[.text.unlikely.group]+0xa): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libpthread.a(libpthread.o): in function `__nptl_setxid.cold': (.text.unlikely[.text.unlikely.group]+0x13): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o): in function `uw_frame_state_for': (.text+0x1876): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o): in function `uw_install_context_1.cold': (.text.unlikely+0x1): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o): in function `read_encoded_value.cold': (.text.unlikely+0x6): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o): in function `execute_stack_op.cold': (.text.unlikely+0xb): undefined reference to `abort' /usr/bin/ld: (.text.unlikely+0x10): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o): in function `uw_update_context_1.cold': (.text.unlikely+0x15): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2.o):(.text.unlikely+0x1a): more undefined references to `abort' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `get_cie_encoding': (.text+0x301): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `__deregister_frame_info_bases': (.text+0x1fa2): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `read_encoded_value_with_base.cold': (.text.unlikely+0x1): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `classify_object_over_fdes.cold': (.text.unlikely+0x6): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `fde_single_encoding_compare.cold': (.text.unlikely+0xb): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `fde_mixed_encoding_compare.cold': (.text.unlikely+0x10): undefined reference to `abort' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/libgcc_eh.a(unwind-dw2-fde-dip.o):(.text.unlikely+0x15): more undefined references to `abort' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdlerror.o): in function `__dlerror': (.text+0x194): undefined reference to `_libc_intl_domainname' /usr/bin/ld: (.text+0x19c): undefined reference to `__dcgettext' /usr/bin/ld: (.text+0x1cc): undefined reference to `__asprintf' /usr/bin/ld: (.text+0x2ab): undefined reference to `_libc_intl_domainname' /usr/bin/ld: (.text+0x2b0): undefined reference to `__dcgettext' /usr/bin/ld: (.text+0x2dd): undefined reference to `__asprintf' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdlerror.o): in function `_dlerror_run': (.text+0x3a5): undefined reference to `_dl_catch_error' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `kata_agent::rpc::agentService::do_create_container': kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent3rpc12agentService19do_create_container17h701ce56bc9f70520E+0xd083): undefined reference to `strlen' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent3rpc12agentService19do_create_container17h701ce56bc9f70520E+0xd94e): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `::list_processes': kata_agent.9oefaimf-cgu.2:(.text._ZN86_$LT$kata_agent..rpc..agentService$u20$as$u20$protocols..agent_ttrpc..AgentService$GT$14list_processes17hbb644b1a2f4415bbE+0x13c4): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `::create_sandbox': kata_agent.9oefaimf-cgu.2:(.text._ZN86_$LT$kata_agent..rpc..agentService$u20$as$u20$protocols..agent_ttrpc..AgentService$GT$14create_sandbox17hb973eca345a4a78dE+0x2c32): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `aho_corasick::packed::api::Builder::build': kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0xa2d): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0x1253): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0x2516): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0x255e): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0x2734): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN12aho_corasick6packed3api7Builder5build17ha5aa79e84e5ab92aE+0x278c): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `<&T as core::fmt::Debug>::fmt': kata_agent.9oefaimf-cgu.2:(.text._ZN42_$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$3fmt17ha7d215e462e08744E+0x57): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `<&T as core::fmt::Display>::fmt': kata_agent.9oefaimf-cgu.2:(.text._ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17hbb01fca5d22b1e74E+0x53): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17hea18f96b9c41dd03E+0x127): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h23e5748bd9db7314E+0x126): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h3865f7eeddf35e9cE+0x127): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h14d4fd401e97d103E+0x117): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17he2e7039fd4a2a95fE+0x126): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17hde0e51c78f5c3a88E+0x126): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function ` as nix::NixPath>::with_nix_path': kata_agent.9oefaimf-cgu.2:(.text._ZN67_$LT$core..option..Option$LT$$RF$NP$GT$$u20$as$u20$nix..NixPath$GT$13with_nix_path17h277a5ebed3cbf6cfE+0xd3): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `kata_agent::sandbox::online_resources': kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent7sandbox16online_resources17h0a7001d5919e9c09E+0x450): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function ` as prometheus::metrics::Collector>::collect': kata_agent.9oefaimf-cgu.2:(.text._ZN86_$LT$prometheus..vec..MetricVec$LT$T$GT$$u20$as$u20$prometheus..metrics..Collector$GT$7collect17h719a77da1513dbeaE+0x3c5): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::context::Context::with::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h38b310eaa7ab4bc0E+0x479): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h38b310eaa7ab4bc0E+0x619): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function ` as core::ops::drop::Drop>::drop': kata_agent.9oefaimf-cgu.2:(.text._ZN79_$LT$alloc..vec..drain..Drain$LT$T$C$A$GT$$u20$as$u20$core..ops..drop..Drop$GT$4drop17h15b95b60d0d8e81fE+0x107): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::context::Context::with::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17he1f9131a0f1d3ba2E+0x5b4): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `core::ops::function::impls:: for &mut F>::call_once': kata_agent.9oefaimf-cgu.2:(.text._ZN4core3ops8function5impls80_$LT$impl$u20$core..ops..function..FnOnce$LT$A$GT$$u20$for$u20$$RF$mut$u20$F$GT$9call_once17h0eed31bf18fb79cbE+0x57): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::context::Context::with::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h69ea840c478e8656E+0x5a4): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys_common::backtrace::__rust_begin_short_backtrace': kata_agent.9oefaimf-cgu.2:(.text._ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5e98f97d2e7266ceE+0x817): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5e98f97d2e7266ceE+0x169a): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `kata_agent::metrics::get_metrics': kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent7metrics11get_metrics17hefb0cb51b6130fc1E+0x2173): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent7metrics11get_metrics17hefb0cb51b6130fc1E+0x223a): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN10kata_agent7metrics11get_metrics17hefb0cb51b6130fc1E+0x25fc): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `main': kata_agent.9oefaimf-cgu.2:(.text.main+0x5a): undefined reference to `abort' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `path_dedot::unix::::parse_dot': kata_agent.9oefaimf-cgu.2:(.text._ZN10path_dedot4unix66_$LT$impl$u20$path_dedot..ParseDot$u20$for$u20$std..path..Path$GT$9parse_dot17h8da0626dbf4e3ba5E+0xa97): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h0179907d7e3c31c0E+0x127): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h43a49e494eba9323E+0x117): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h9bc60137eba1727aE+0x127): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17hf653353322aa5e59E+0x10c): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h0702b6013e1c91e8E+0x126): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `::collect': kata_agent.9oefaimf-cgu.2:(.text._ZN98_$LT$prometheus..process_collector..ProcessCollector$u20$as$u20$prometheus..metrics..Collector$GT$7collect17hfbae57336abb530eE+0x4e6): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h3915cc3a19e7175eE+0x127): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `protobuf::rt::read_repeated_message_into': kata_agent.9oefaimf-cgu.2:(.text._ZN8protobuf2rt26read_repeated_message_into17h817e64d6088154f0E+0x30f): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `alloc::collections::btree::set::BTreeSet::insert': kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3set17BTreeSet$LT$T$GT$6insert17h4733a160959cabf6E+0xff): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3set17BTreeSet$LT$T$GT$6insert17h4733a160959cabf6E+0x226): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3set17BTreeSet$LT$T$GT$6insert17h4733a160959cabf6E+0x55c): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3set17BTreeSet$LT$T$GT$6insert17h4733a160959cabf6E+0x59c): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys_common::backtrace::__rust_begin_short_backtrace': kata_agent.9oefaimf-cgu.2:(.text._ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h23398365ec468285E+0x1bd): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `nix::mount::mount': kata_agent.9oefaimf-cgu.2:(.text._ZN3nix5mount5mount17h2be9a27c1b0f82f9E+0xe3): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `rustjail::container::do_init_child': kata_agent.9oefaimf-cgu.2:(.text._ZN8rustjail9container13do_init_child17h17275133b88152c3E+0xda92): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `::with_nix_path': kata_agent.9oefaimf-cgu.2:(.text._ZN56_$LT$std..ffi..os_str..OsStr$u20$as$u20$nix..NixPath$GT$13with_nix_path17had710b1cd38e6d5fE+0x94): undefined reference to `strlen' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN56_$LT$std..ffi..os_str..OsStr$u20$as$u20$nix..NixPath$GT$13with_nix_path17had710b1cd38e6d5fE+0x163): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN3nix6unistd6getcwd17hcb7070275ea6fccdE+0x10a): more undefined references to `strlen' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `ryu::pretty::format64': kata_agent.9oefaimf-cgu.2:(.text._ZN3ryu6pretty8format6417h8ba8c06d951a3505E+0xbeb): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `ryu::pretty::format32': kata_agent.9oefaimf-cgu.2:(.text._ZN3ryu6pretty8format3217hf817f4c5bc86fd8eE+0x9c5): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h6bc57cf2f847db3bE+0x126): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `alloc::collections::btree::map::BTreeMap::insert': kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3map21BTreeMap$LT$K$C$V$GT$6insert17h82ccc8d1800e3e2cE+0x177): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3map21BTreeMap$LT$K$C$V$GT$6insert17h82ccc8d1800e3e2cE+0x36b): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc11collections5btree3map21BTreeMap$LT$K$C$V$GT$6insert17h82ccc8d1800e3e2cE+0x6eb): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `signal_hook_registry::handler::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN20signal_hook_registry7handler28_$u7b$$u7b$closure$u7d$$u7d$17h6cea8bdd27304eebE+0x1a): undefined reference to `abort' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::waker::Waker::try_select': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel5waker5Waker10try_select17h3f72b5245876769cE+0x19a): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::context::Context::with::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h5ef6bcbea5210ae7E+0x70e): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h5ef6bcbea5210ae7E+0x92e): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::flavors::array::Channel::write': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7flavors5array16Channel$LT$T$GT$5write17hd4ae985f61365165E+0x2bd): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `crossbeam_channel::context::Context::with::{{closure}}': kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h0707083f96c33a3dE+0x552): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4send17hb683550ba52605adE+0x70c): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::backtrace_rs::symbolize::gimli::callback': kata_agent.9oefaimf-cgu.2:(.text._ZN3std12backtrace_rs9symbolize5gimli8callback17h493eb0a9b863e022E+0x2d): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `addr2line::Context::find_frames': kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$11find_frames17h4e65f46fb2be2d67E+0x185b): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$11find_frames17h4e65f46fb2be2d67E+0x24e2): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `addr2line::Context::from_sections': kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$13from_sections17h1fb278b2667b566bE+0x1a8e): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$13from_sections17h1fb278b2667b566bE+0x1b3e): undefined reference to `memmove' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$13from_sections17h1fb278b2667b566bE+0x225a): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN9addr2line16Context$LT$R$GT$13from_sections17h1fb278b2667b566bE+0x2308): more undefined references to `memmove' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `::next': kata_agent.9oefaimf-cgu.2:(.text._ZN75_$LT$std..fs..ReadDir$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h3539d83420a42521E+0xf1): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::fs::DirEntry::file_type': kata_agent.9oefaimf-cgu.2:(.text._ZN3std2fs8DirEntry9file_type17hdc2494cabd1d9ef2E+0x4e): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::fs::DirEntry::file_name': kata_agent.9oefaimf-cgu.2:(.text._ZN3std2fs8DirEntry9file_name17hf52c88ddf3facc8cE+0x17): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::os::error_string': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2os12error_string17h1b5461c8934d47e0E+0x68): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::os::env': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2os3env17h81b79766e0e0772aE+0x78): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2os3env17h81b79766e0e0772aE+0x11b): more undefined references to `strlen' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::os::getenv': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2os6getenv17h0e2c7025d739fe4cE+0x1a8): undefined reference to `getenv' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2os6getenv17h0e2c7025d739fe4cE+0x1b9): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::env::current_dir': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3env11current_dir17hd91aec98579686edE+0x113): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::env::args': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3env4args17h7a79f0b23656a672E+0x1ae): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys_common::fs::remove_dir_all_recursive': kata_agent.9oefaimf-cgu.2:(.text._ZN3std10sys_common2fs24remove_dir_all_recursive17h20360fbbc9a30a39E+0x129): undefined reference to `strlen' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN3std10sys_common2fs24remove_dir_all_recursive17h20360fbbc9a30a39E+0x17d): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o:kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix2fs12canonicalize17h225fb05f65f110baE+0x1aa): more undefined references to `strlen' follow /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `alloc::vec::Vec::insert': kata_agent.9oefaimf-cgu.2:(.text._ZN5alloc3vec16Vec$LT$T$C$A$GT$6insert17ha5a436d30349ced7E+0xe2): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::io::buffered::bufwriter::BufWriter::flush_buf': kata_agent.9oefaimf-cgu.2:(.text._ZN3std2io8buffered9bufwriter18BufWriter$LT$W$GT$9flush_buf17hbd1f1d7db28c07e0E+0x2a9): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `core::ptr::drop_in_place': kata_agent.9oefaimf-cgu.2:(.text._ZN4core3ptr13drop_in_place17hdc544de02e0782baE+0x31): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::process::process_inner::::spawn': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix7process13process_inner66_$LT$impl$u20$std..sys..unix..process..process_common..Command$GT$5spawn17hc361808997c4c820E+0x1270): undefined reference to `strlen' /usr/bin/ld: kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix7process13process_inner66_$LT$impl$u20$std..sys..unix..process..process_common..Command$GT$5spawn17hc361808997c4c820E+0x1d63): undefined reference to `_exit' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::process::process_common::Stdio::to_child_stdio': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix7process14process_common5Stdio14to_child_stdio17h4d6ccf5a9944c0b9E+0x10a): undefined reference to `strlen' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `std::sys::unix::abort_internal': kata_agent.9oefaimf-cgu.2:(.text._ZN3std3sys4unix14abort_internal17h5fde9d77f9403906E+0x3): undefined reference to `abort' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h2aaf30a5e9876d0fE+0x10e): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h0fe9829e9eb08284E+0x126): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17h3fe87205905f4f35E+0x126): undefined reference to `memmove' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e.kata_agent.9oefaimf-cgu.2.rcgu.o: in function `hashbrown::raw::RawTable::reserve_rehash': kata_agent.9oefaimf-cgu.2:(.text._ZN9hashbrown3raw17RawTable$LT$T$GT$14reserve_rehash17hb34b3c5163260b66E+0x10e): undefined reference to `memmove' /usr/bin/ld: /usr/lib64/libc_nonshared.a(stat64.oS): in function `stat64': (.text+0x10): undefined reference to `__xstat64' /usr/bin/ld: /usr/lib64/libc_nonshared.a(fstat64.oS): in function `fstat64': (.text+0xf): undefined reference to `__fxstat64' /usr/bin/ld: /usr/lib64/libc_nonshared.a(lstat64.oS): in function `lstat64': (.text+0x10): undefined reference to `__lxstat64' /usr/bin/ld: /usr/lib64/libc_nonshared.a(fstatat64.oS): in function `fstatat64': (.text+0x15): undefined reference to `__fxstatat64' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libutil.a(openpty.o): in function `openpty': (.text+0x24c): undefined reference to `strcpy' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdladdr.o): in function `__dladdr': (.text+0x9): undefined reference to `_dl_addr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdladdr1.o): in function `__dladdr1': (.text+0x16): undefined reference to `_dl_addr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdlinfo.o): in function `dlinfo_doit': (.text+0xc3): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x7d): undefined reference to `strcpy' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdlmopen.o): in function `dlmopen_doit': (.text+0x65): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `is_dst': (.text+0x14): undefined reference to `strlen' /usr/bin/ld: (.text+0x2a): undefined reference to `strncmp' /usr/bin/ld: (.text+0x7e): undefined reference to `strncmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `lose': (.text+0x26a): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x2b3): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `open_verify.constprop.0': (.text+0x2e5): undefined reference to `__open64_nocancel' /usr/bin/ld: (.text+0x32c): undefined reference to `__read_nocancel' /usr/bin/ld: (.text+0x3a9): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x53e): undefined reference to `__pread64_nocancel' /usr/bin/ld: (.text+0x614): undefined reference to `strlen' /usr/bin/ld: (.text+0x76f): undefined reference to `__pread64_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `open_path.isra.0': (.text+0xccf): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0xcef): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0xde8): undefined reference to `__xstat64' /usr/bin/ld: (.text+0x10dd): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `add_name_to_object.isra.0': (.text+0x1123): undefined reference to `strcmp' /usr/bin/ld: (.text+0x1144): undefined reference to `strlen' /usr/bin/ld: (.text+0x1196): undefined reference to `strlen' /usr/bin/ld: (.text+0x11ba): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x11d9): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `_dl_dst_count': (.text+0x11f5): undefined reference to `strchr' /usr/bin/ld: (.text+0x1270): undefined reference to `strchr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `expand_dynamic_string_token': (.text+0x1447): undefined reference to `strlen' /usr/bin/ld: (.text+0x1462): undefined reference to `strlen' /usr/bin/ld: (.text+0x1505): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `fillin_rpath.isra.0': (.text+0x158e): undefined reference to `strlen' /usr/bin/ld: (.text+0x1672): undefined reference to `strlen' /usr/bin/ld: (.text+0x17c4): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `decompose_rpath': (.text+0x1821): undefined reference to `__strdup' /usr/bin/ld: (.text+0x1986): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `_dl_init_paths': (.text+0x1b2c): undefined reference to `strlen' /usr/bin/ld: (.text+0x1c91): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `_dl_map_object_from_fd.constprop.0': (.text+0x1d64): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0x205c): undefined reference to `__mmap' /usr/bin/ld: (.text+0x20cf): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x21b6): undefined reference to `__mmap' /usr/bin/ld: (.text+0x223c): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x22ed): undefined reference to `__pread64_nocancel' /usr/bin/ld: (.text+0x246d): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x27b4): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x28d5): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2912): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2a3d): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x2c26): undefined reference to `__mmap' /usr/bin/ld: (.text+0x2c84): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x2edb): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x2f35): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x2fa5): undefined reference to `memmove' /usr/bin/ld: (.text+0x2fed): undefined reference to `__munmap' /usr/bin/ld: (.text+0x3042): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x3077): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `_dl_map_object': (.text+0x314c): undefined reference to `strcmp' /usr/bin/ld: (.text+0x31aa): undefined reference to `strchr' /usr/bin/ld: (.text+0x324d): undefined reference to `__strdup' /usr/bin/ld: (.text+0x328e): undefined reference to `__strdup' /usr/bin/ld: (.text+0x32f9): undefined reference to `strlen' /usr/bin/ld: (.text+0x3500): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x36e7): undefined reference to `strchr' /usr/bin/ld: (.text+0x36f8): undefined reference to `strlen' /usr/bin/ld: (.text+0x37d7): undefined reference to `strchr' /usr/bin/ld: (.text+0x37e8): undefined reference to `strlen' /usr/bin/ld: (.text+0x3847): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x398f): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x39ae): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x39cd): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-load.o): in function `expand_dynamic_string_token': (.text+0x143b): undefined reference to `__strdup' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-lookup.o): in function `check_match': (.text+0x61): undefined reference to `strcmp' /usr/bin/ld: (.text+0x128): undefined reference to `strcmp' /usr/bin/ld: (.text+0x188): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-lookup.o): in function `do_lookup_x': (.text+0x648): undefined reference to `strcmp' /usr/bin/ld: (.text+0x78c): undefined reference to `strcmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-lookup.o): in function `_dl_lookup_symbol_x': (.text+0x17ee): undefined reference to `_dl_signal_exception' /usr/bin/ld: (.text+0x1898): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-lookup.o): in function `_dl_setup_hash': (.text+0x1970): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-object.o): in function `_dl_new_object': (.text+0xec): undefined reference to `strlen' /usr/bin/ld: (.text+0x24c): undefined reference to `strlen' /usr/bin/ld: (.text+0x2ba): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-hwcaps.o): in function `_dl_important_hwcaps': (.text+0x10f): undefined reference to `strlen' /usr/bin/ld: (.text+0x2ba): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x658): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-misc.o): in function `_dl_debug_vdprintf': (.text+0x46d): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x4f5): undefined reference to `strlen' /usr/bin/ld: (.text+0x533): undefined reference to `__getpid' /usr/bin/ld: (.text+0x69a): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x6b9): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x6db): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-misc.o): in function `_dl_sysdep_read_whole_file': (.text+0x716): undefined reference to `__open64_nocancel' /usr/bin/ld: (.text+0x73d): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0x75c): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x779): undefined reference to `__mmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-misc.o): in function `_dl_fatal_printf': (.text+0xb95): undefined reference to `_exit' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-misc.o): in function `_dl_name_match_p': (.text+0xbb5): undefined reference to `strcmp' /usr/bin/ld: (.text+0xbe8): undefined reference to `strcmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-tls.o): in function `_dl_next_tls_modid': (.text+0x11b): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x17c): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-tls.o): in function `_dl_allocate_tls_init': (.text+0x488): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x52e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x57c): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-tls.o):(.text+0x59b): more undefined references to `__assert_fail' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-tls.o): in function `_dl_add_to_slotinfo': (.text+0x841): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-origin.o): in function `_dl_get_origin': (.text+0xa8): undefined reference to `strlen' /usr/bin/ld: (.text+0x151): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-execstack.o): in function `_dl_make_stack_executable': (.text+0x1f): undefined reference to `__mprotect' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-open.o): in function `add_to_global_update': (.text+0x12e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x14d): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-open.o): in function `add_to_global_resize_failure.isra.0': (.text+0x198): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-open.o): in function `_dl_find_dso_for_object': (.text+0x3be): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-open.o): in function `_dl_open': (.text+0x473): undefined reference to `_dl_catch_exception' /usr/bin/ld: (.text+0x518): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x532): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x595): undefined reference to `_dl_signal_exception' /usr/bin/ld: (.text+0x5eb): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x601): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x620): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-open.o): in function `dl_open_worker': (.text+0x798): undefined reference to `strchr' /usr/bin/ld: (.text+0xb31): undefined reference to `_dl_catch_exception' /usr/bin/ld: (.text+0xd6a): undefined reference to `strchr' /usr/bin/ld: (.text+0xda6): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0xf00): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1003): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x105b): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x10dd): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-close.o): in function `remove_slotinfo': (.text+0x184): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1a3): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-close.o): in function `_dl_close_worker': (.text+0x49e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x563): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x66d): undefined reference to `_dl_catch_exception' /usr/bin/ld: (.text+0x9ec): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0xf71): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0xfc2): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x10bb): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1108): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1127): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-close.o):(.text+0x1165): more undefined references to `__assert_fail' follow /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-close.o): in function `_dl_close': (.text+0x1236): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-exception.o): in function `_dl_exception_create': (.text+0x51): undefined reference to `strlen' /usr/bin/ld: (.text+0x5d): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-exception.o): in function `_dl_exception_create_format': (.text+0x108): undefined reference to `strlen' /usr/bin/ld: (.text+0x1b3): undefined reference to `strlen' /usr/bin/ld: (.text+0x406): undefined reference to `strlen' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-sort-maps.o): in function `_dl_sort_maps': (.text+0x18b): undefined reference to `memmove' /usr/bin/ld: (.text+0x1ce): undefined reference to `memmove' /usr/bin/ld: (.text+0x236): undefined reference to `memmove' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-call-libc-early-init.o): in function `_dl_call_libc_early_init': (.text+0x7f): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-cache.o): in function `_dl_load_cache_lookup': (.text+0x159): undefined reference to `strcmp' /usr/bin/ld: (.text+0x17a): undefined reference to `strcmp' /usr/bin/ld: (.text+0x37d): undefined reference to `strlen' /usr/bin/ld: (.text+0x3e1): undefined reference to `__strdup' /usr/bin/ld: (.text+0x547): undefined reference to `__munmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-cache.o): in function `_dl_unload_cache': (.text+0x76c): undefined reference to `__munmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-tunables.o): in function `__tunables_init': (.text+0x26c): undefined reference to `__sbrk' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(tlsdesc.o): in function `_dl_unmap': (.text+0x229): undefined reference to `__munmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-cet.o): in function `_dl_cet_open_check': (.text+0x1aa): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x229): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x290): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-support.o): in function `_dl_non_dynamic_init': (.text+0x460): undefined reference to `getenv' /usr/bin/ld: (.text+0x885): undefined reference to `strlen' /usr/bin/ld: (.text+0xbef): undefined reference to `getenv' /usr/bin/ld: (.text+0xc11): undefined reference to `getenv' /usr/bin/ld: (.text+0xc35): undefined reference to `getenv' /usr/bin/ld: (.text+0xc56): undefined reference to `getenv' /usr/bin/ld: (.text+0xc7a): undefined reference to `getenv' /usr/bin/ld: (.text+0xcce): undefined reference to `__rawmemchr' /usr/bin/ld: (.text+0xcff): undefined reference to `getenv' /usr/bin/ld: (.text+0xe24): undefined reference to `strlen' /usr/bin/ld: (.text+0x105e): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x107d): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x10aa): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-libc.o): in function `dlerror_run': (.text+0x73): undefined reference to `_dl_catch_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-libc.o): in function `__libc_dlclose': (.text+0x40b): undefined reference to `_dl_catch_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(libc-tls.o): in function `__libc_setup_tls': (.text+0xf4): undefined reference to `__sbrk' /usr/bin/ld: (.text+0x18c): undefined reference to `__libc_fatal' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(setenv.o): in function `__add_to_environ': (.text+0x36): undefined reference to `strlen' /usr/bin/ld: (.text+0x95): undefined reference to `strncmp' /usr/bin/ld: (.text+0x1b5): undefined reference to `strlen' /usr/bin/ld: (.text+0x1dd): undefined reference to `__libc_alloca_cutoff' /usr/bin/ld: (.text+0x263): undefined reference to `strcmp' /usr/bin/ld: (.text+0x2b6): undefined reference to `strcmp' /usr/bin/ld: (.text+0x379): undefined reference to `strcmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(setenv.o): in function `__setenv': (.text+0x432): undefined reference to `strchr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(setenv.o): in function `__unsetenv': (.text+0x499): undefined reference to `strchr' /usr/bin/ld: (.text+0x4aa): undefined reference to `strlen' /usr/bin/ld: (.text+0x4ea): undefined reference to `strncmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(_itoa.o): in function `_itoa_word': (.text+0x13): undefined reference to `_itoa_lower_digits' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(sdlopen.o): in function `dlopen_doit': (.text+0x64): undefined reference to `_libc_intl_domainname' /usr/bin/ld: (.text+0x69): undefined reference to `__dcgettext' /usr/bin/ld: (.text+0x77): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(strsep.o): in function `__strsep': (.text+0x1a): undefined reference to `strcspn' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(getcwd.o): in function `__getcwd': (.text+0x3d): undefined reference to `__getpagesize' /usr/bin/ld: (.text+0xfb): undefined reference to `__lxstat64' /usr/bin/ld: (.text+0x12f): undefined reference to `__lxstat64' /usr/bin/ld: (.text+0x1bf): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0x329): undefined reference to `__fxstatat64' /usr/bin/ld: (.text+0x36c): undefined reference to `strlen' /usr/bin/ld: (.text+0x554): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x615): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x6b9): undefined reference to `memmove' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(init-misc.o): in function `__init_misc': (.text+0x23): undefined reference to `strrchr' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-reloc.o): in function `_dl_allocate_static_tls': (.text+0x11f): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-reloc.o): in function `_dl_protect_relro': (.text+0x1c1): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x1e1): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-reloc.o): in function `_dl_reloc_bad_type': (.text+0x225): undefined reference to `_itoa_lower_digits' /usr/bin/ld: (.text+0x259): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-reloc.o): in function `_dl_relocate_object': (.text+0x1752): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x1827): undefined reference to `__mprotect' /usr/bin/ld: (.text+0x1b26): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1b52): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-deps.o): in function `_dl_map_object_deps': (.text+0x414): undefined reference to `strlen' /usr/bin/ld: (.text+0x43d): undefined reference to `strlen' /usr/bin/ld: (.text+0x4ef): undefined reference to `_dl_catch_exception' /usr/bin/ld: (.text+0x5f2): undefined reference to `strlen' /usr/bin/ld: (.text+0x61b): undefined reference to `strlen' /usr/bin/ld: (.text+0xb64): undefined reference to `__libc_scratch_buffer_set_array_size' /usr/bin/ld: (.text+0xbb3): undefined reference to `_dl_catch_exception' /usr/bin/ld: (.text+0xd11): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0xd78): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x109a): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x10b8): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x10d7): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x10f6): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1109): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x1127): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x113a): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x1159): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x1170): undefined reference to `_dl_signal_error' /usr/bin/ld: (.text+0x1187): undefined reference to `_dl_signal_exception' /usr/bin/ld: (.text+0x11ba): undefined reference to `_dl_signal_error' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-init.o): in function `_dl_init': (.text+0x288): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-version.o): in function `_dl_check_map_versions': (.text+0x200): undefined reference to `_dl_signal_exception' /usr/bin/ld: (.text+0x215): undefined reference to `strcmp' /usr/bin/ld: (.text+0x2f3): undefined reference to `__assert_fail' /usr/bin/ld: (.text+0x60d): undefined reference to `_dl_signal_exception' /usr/bin/ld: (.text+0x6ca): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-lookup-direct.o): in function `check_match': (.text+0x4d): undefined reference to `strcmp' /usr/bin/ld: (.text+0x81): undefined reference to `strcmp' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(closedir.o): in function `__closedir': (.text+0x15): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(fdopendir.o): in function `__fdopendir': (.text+0x31): undefined reference to `__fxstat64' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-runtime.o): in function `_dl_fixup': (.text+0x1b9): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-runtime.o): in function `_dl_profile_fixup': (.text+0x404): undefined reference to `__assert_fail' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(dl-profile.o): in function `_dl_start_profile': (.text+0x179): undefined reference to `__profile_frequency' /usr/bin/ld: (.text+0x1c0): undefined reference to `strlen' /usr/bin/ld: (.text+0x1d2): undefined reference to `strlen' /usr/bin/ld: (.text+0x25e): undefined reference to `__open64_nocancel' /usr/bin/ld: (.text+0x27d): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0x2e5): undefined reference to `__mmap' /usr/bin/ld: (.text+0x2fe): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x36a): undefined reference to `__munmap' /usr/bin/ld: (.text+0x3d2): undefined reference to `__strerror_r' /usr/bin/ld: (.text+0x40e): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x427): undefined reference to `__close_nocancel' /usr/bin/ld: (.text+0x6aa): undefined reference to `__write_nocancel' /usr/bin/ld: (.text+0x7ca): undefined reference to `__munmap' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(opendir.o): in function `__alloc_dir': (.text+0xfc): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(opendir.o): in function `opendir_tail': (.text+0x141): undefined reference to `__fxstat64' /usr/bin/ld: (.text+0x1a1): undefined reference to `__close_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(opendir.o): in function `__opendir': (.text+0x215): undefined reference to `__open_nocancel' /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/10/../../../../lib64/libc.a(profil.o): in function `__profil': (.text+0x130): undefined reference to `__profile_frequency' /usr/bin/ld: /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/kata_agent-e40891295f79cd5e: hidden symbol `__write_nocancel' isn't defined /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status error: aborting due to previous error error: could not compile `kata-agent` Caused by: process didn't exit successfully: `CARGO=/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=kata-agent CARGO_CRATE_NAME=kata_agent CARGO_MANIFEST_DIR=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent CARGO_PKG_AUTHORS='The Kata Containers community ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kata-agent CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/fidencio/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name kata_agent --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto -C metadata=e40891295f79cd5e -C extra-filename=-e40891295f79cd5e --out-dir /home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/release/deps --extern 'noprelude:alloc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liballoc-ba592a290c80cf7b.rlib' --extern anyhow=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-91cc19e935bdd3f6.rlib --extern cgroups=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcgroups_rs-228bfb5ce1531c5d.rlib --extern 'noprelude:compiler_builtins=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-e79f249d66840d4e.rlib' --extern 'noprelude:core=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libcore-e301040b750d24a5.rlib' --extern lazy_static=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-eb8cef5fe57b599b.rlib --extern libc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblibc-e028715c30f4b338.rlib --extern log=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblog-686b3a41d575954a.rlib --extern logging=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liblogging-130134f6e888cec9.rlib --extern netlink=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnetlink-d7d3094240182cb7.rlib --extern nix=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libnix-e1165adb75604817.rlib --extern oci=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/liboci-778fb9610b67162c.rlib --extern 'noprelude:panic_unwind=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-b5232c15f9e4390a.rlib' --extern prctl=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprctl-5f1c9c80ca854f26.rlib --extern 'noprelude:proc_macro=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libproc_macro-9e65c70d872247f1.rlib' --extern procfs=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-85fdeb54683185cb.rlib --extern prometheus=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprometheus-727e19dcc9e91415.rlib --extern protobuf=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotobuf-e22a1ee83e70d0d9.rlib --extern protocols=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libprotocols-73813b4552f6559a.rlib --extern regex=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libregex-5aa0c81fb20d231f.rlib --extern rustjail=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/librustjail-30552d1f32a273d7.rlib --extern scan_fmt=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscan_fmt-f468600076152565.rlib --extern scopeguard=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-f4224bc3191a0638.rlib --extern serde_json=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-2a59456a1a94db9c.rlib --extern signal_hook=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-d79e3197f7ba7fc4.rlib --extern slog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog-b5ad462271e21a20.rlib --extern slog_scope=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_scope-fbf23e5812ab4c0d.rlib --extern slog_stdlog=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libslog_stdlog-6b93547476a849e7.rlib --extern 'noprelude:std=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libstd-7821a2c010a0972e.rlib' --extern tempfile=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-32776c074eafb2e6.rlib --extern ttrpc=/home/fidencio/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-gnu/release/deps/libttrpc-5cf9b384475f86c4.rlib -Z unstable-options -C target-feature=+crt-static --deny warnings` (exit code: 1) make: *** [Makefile:111: target/x86_64-unknown-linux-gnu/release/kata-agent] Error 101 fidencio@dahmer ~/go/src/github.com/kata-containers/kata-containers/src/agent $