[INFO] crate netsim 0.2.5 is already in cache [INFO] extracting crate netsim 0.2.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/netsim/0.2.5 [INFO] extracting crate netsim 0.2.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/netsim/0.2.5 [INFO] validating manifest of netsim-0.2.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of netsim-0.2.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing netsim-0.2.5 [INFO] finished frobbing netsim-0.2.5 [INFO] frobbed toml for netsim-0.2.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/netsim/0.2.5/Cargo.toml [INFO] started frobbing netsim-0.2.5 [INFO] finished frobbing netsim-0.2.5 [INFO] frobbed toml for netsim-0.2.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/netsim/0.2.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing netsim-0.2.5 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/netsim/0.2.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] befd473528ae71c8046cd7c2fb10744e51d8e7e6dd81794134d33aa04ff101e6 [INFO] running `"docker" "start" "-a" "befd473528ae71c8046cd7c2fb10744e51d8e7e6dd81794134d33aa04ff101e6"` [INFO] [stderr] Compiling libc v0.2.41 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling capabilities v0.3.0 [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling net-literals-impl v0.1.2 [INFO] [stderr] Compiling rand_derive v0.3.1 [INFO] [stderr] Compiling net-literals v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling statrs v0.9.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling future-utils v0.8.0 [INFO] [stderr] Compiling netsim v0.2.5 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/spawn_complete.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 104 | tuple_impl!(); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 105 | tuple_impl!(T0,); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 106 | tuple_impl!(T0,T1,); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 107 | tuple_impl!(T0,T1,T2,); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 108 | tuple_impl!(T0,T1,T2,T3,); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 109 | tuple_impl!(T0,T1,T2,T3,T4,); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 110 | tuple_impl!(T0,T1,T2,T3,T4,T5,); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 111 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 112 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 113 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 114 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 115 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 116 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 117 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 118 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 119 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 120 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 121 | tuple_impl!(); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 122 | tuple_impl!(T0,); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 123 | tuple_impl!(T0,T1,); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 124 | tuple_impl!(T0,T1,T2,); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 125 | tuple_impl!(T0,T1,T2,T3,); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 126 | tuple_impl!(T0,T1,T2,T3,T4,); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 127 | tuple_impl!(T0,T1,T2,T3,T4,T5,); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 128 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 129 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 130 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 131 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 132 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 133 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 134 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 135 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 136 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 137 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/spawn/new_namespace.rs:50:19 [INFO] [stderr] | [INFO] [stderr] 50 | func: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util/ipv4_addr.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | || self.is_reserved() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::ipv4_addr::Ipv4AddrExt::is_reserved(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/latency.rs:65:56 [INFO] [stderr] | [INFO] [stderr] 65 | + self.mean_additional_latency.mul_f64(util::expovariate_rand()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/latency.rs:82:56 [INFO] [stderr] | [INFO] [stderr] 82 | + self.mean_additional_latency.mul_f64(util::expovariate_rand()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:25:53 [INFO] [stderr] | [INFO] [stderr] 25 | let mean_keep_duration = mean_loss_duration.mul_f64(1.0 / loss_rate - 1.0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | mean_loss_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:30:32 [INFO] [stderr] | [INFO] [stderr] 30 | mean_keep_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:53:41 [INFO] [stderr] | [INFO] [stderr] 53 | self.mean_loss_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:55:41 [INFO] [stderr] | [INFO] [stderr] 55 | self.mean_keep_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/device/ipv4/nat.rs:40:45 [INFO] [stderr] | [INFO] [stderr] 40 | hash_map::Entry::Vacant(mut ve) => { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.95s [INFO] running `"docker" "inspect" "befd473528ae71c8046cd7c2fb10744e51d8e7e6dd81794134d33aa04ff101e6"` [INFO] running `"docker" "rm" "-f" "befd473528ae71c8046cd7c2fb10744e51d8e7e6dd81794134d33aa04ff101e6"` [INFO] [stdout] befd473528ae71c8046cd7c2fb10744e51d8e7e6dd81794134d33aa04ff101e6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/netsim/0.2.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 212f8cf9c91d9371aa9937eb4ccd51712f0c08409b4a0c3a7c74aa6d29c7fe7f [INFO] running `"docker" "start" "-a" "212f8cf9c91d9371aa9937eb4ccd51712f0c08409b4a0c3a7c74aa6d29c7fe7f"` [INFO] [stderr] Compiling netsim v0.2.5 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/spawn_complete.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 104 | tuple_impl!(); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 105 | tuple_impl!(T0,); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 106 | tuple_impl!(T0,T1,); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 107 | tuple_impl!(T0,T1,T2,); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 108 | tuple_impl!(T0,T1,T2,T3,); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 109 | tuple_impl!(T0,T1,T2,T3,T4,); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 110 | tuple_impl!(T0,T1,T2,T3,T4,T5,); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 111 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 112 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 113 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 114 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 115 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 116 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 117 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 118 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 119 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ipv4/router.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 120 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 121 | tuple_impl!(); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 122 | tuple_impl!(T0,); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 123 | tuple_impl!(T0,T1,); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 124 | tuple_impl!(T0,T1,T2,); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 125 | tuple_impl!(T0,T1,T2,T3,); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 126 | tuple_impl!(T0,T1,T2,T3,T4,); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 127 | tuple_impl!(T0,T1,T2,T3,T4,T5,); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 128 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 129 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 130 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 131 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 132 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 133 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 134 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 135 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 136 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/ether/hub.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] ... [INFO] [stderr] 137 | tuple_impl!(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/spawn/new_namespace.rs:50:19 [INFO] [stderr] | [INFO] [stderr] 50 | func: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util/ipv4_addr.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | || self.is_reserved() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::ipv4_addr::Ipv4AddrExt::is_reserved(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/latency.rs:65:56 [INFO] [stderr] | [INFO] [stderr] 65 | + self.mean_additional_latency.mul_f64(util::expovariate_rand()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/latency.rs:82:56 [INFO] [stderr] | [INFO] [stderr] 82 | + self.mean_additional_latency.mul_f64(util::expovariate_rand()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:25:53 [INFO] [stderr] | [INFO] [stderr] 25 | let mean_keep_duration = mean_loss_duration.mul_f64(1.0 / loss_rate - 1.0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | mean_loss_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:30:32 [INFO] [stderr] | [INFO] [stderr] 30 | mean_keep_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:53:41 [INFO] [stderr] | [INFO] [stderr] 53 | self.mean_loss_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/plug/packet_loss.rs:55:41 [INFO] [stderr] | [INFO] [stderr] 55 | self.mean_keep_duration.mul_f64(util::expovariate_rand()) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `util::duration::DurationExt::mul_f64(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/device/ipv4/nat.rs:40:45 [INFO] [stderr] | [INFO] [stderr] 40 | hash_map::Entry::Vacant(mut ve) => { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.netsim.bmqewvuh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb" "/opt/crater/target/debug/deps/netsim-7f5194025ca275bb.3sxv05yvtshtc2z0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libstatrs-21d3a8e26f388f15.rlib" "/opt/crater/target/debug/deps/librand-0f5e30c62eba3ac0.rlib" "/opt/crater/target/debug/deps/libenv_logger-41fe8bcbdd9be237.rlib" "/opt/crater/target/debug/deps/libregex-f3537a25ca3dbe43.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-2228619ed4752127.rlib" "/opt/crater/target/debug/deps/libregex_syntax-4a864c3631515518.rlib" "/opt/crater/target/debug/deps/libucd_util-8b770cc8b020bfb6.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-7bf91ee903c0fa71.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libcapabilities-dc76f064402747d7.rlib" "/opt/crater/target/debug/deps/libfuture_utils-d8468c8216bb55df.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/libtokio_core-e382ed152c3204c6.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/libtokio-0f9582a950b4189a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-e1903b29f46b79f0.rlib" "/opt/crater/target/debug/deps/libtokio_codec-3acb4fa85cabf8c6.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5bbda288e90e0282.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-cbd9cd62e230eeb3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-a51f12f925b6ae29.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8081000ae3b3cb3d.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-401be3aa2110b05d.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-f1f047a8f1cdbe4e.rlib" "/opt/crater/target/debug/deps/librand-beebeaa0160bf0f9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-a2077c833294a39f.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_cpus-62a432ccb596398b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_io-75914f5124f631c7.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libmio-7c5a824fca721a3e.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-4e7d6dd237e44ee8.rlib" "/opt/crater/target/debug/deps/liblazycell-4aff62803df25dee.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libioctl_sys-d1a4fefc84b988d6.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libnet_literals-113e2ec063d6c7b1.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-8cfdb398f731d0d0.rlib" "/opt/crater/target/debug/deps/libget_if_addrs-0761be08a336b8b1.rlib" "/opt/crater/target/debug/deps/libc_linked_list-a7e9e6cf610184c5.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libunwrap-f291fa77172fc9b9.rlib" "/opt/crater/target/debug/deps/libbytes-02fca00acd5058f1.rlib" "/opt/crater/target/debug/deps/libiovec-ddc260965f6f197c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/librand-e687e1379f50c96c.rlib" "/opt/crater/target/debug/deps/liblibc-6e00f8194807a79c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcap [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `netsim`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "212f8cf9c91d9371aa9937eb4ccd51712f0c08409b4a0c3a7c74aa6d29c7fe7f"` [INFO] running `"docker" "rm" "-f" "212f8cf9c91d9371aa9937eb4ccd51712f0c08409b4a0c3a7c74aa6d29c7fe7f"` [INFO] [stdout] 212f8cf9c91d9371aa9937eb4ccd51712f0c08409b4a0c3a7c74aa6d29c7fe7f