[INFO] crate netsim 0.2.5 is already in cache [INFO] extracting crate netsim 0.2.5 into work/ex/beta-1.37-6/sources/1.36.0/reg/netsim/0.2.5 [INFO] extracting crate netsim 0.2.5 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/netsim/0.2.5 [INFO] validating manifest of netsim-0.2.5 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of netsim-0.2.5 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/netsim/0.2.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing netsim-0.2.5 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] c4121c67fb478c8ce6a98cc0c52c430417dc8caf078c507cbad617b8ee9108f7 [INFO] running `"docker" "start" "-a" "c4121c67fb478c8ce6a98cc0c52c430417dc8caf078c507cbad617b8ee9108f7"` [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 ioctl-sys v0.5.2 [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 rand v0.6.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tokio-io v0.1.12 [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: 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] = 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::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 27.93s [INFO] running `"docker" "inspect" "c4121c67fb478c8ce6a98cc0c52c430417dc8caf078c507cbad617b8ee9108f7"` [INFO] running `"docker" "rm" "-f" "c4121c67fb478c8ce6a98cc0c52c430417dc8caf078c507cbad617b8ee9108f7"` [INFO] [stdout] c4121c67fb478c8ce6a98cc0c52c430417dc8caf078c507cbad617b8ee9108f7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 029f92936f3493704fadb946e8ebcb596fc735893770a66f634047fce5a1dddd [INFO] running `"docker" "start" "-a" "029f92936f3493704fadb946e8ebcb596fc735893770a66f634047fce5a1dddd"` [INFO] [stderr] Compiling netsim v0.2.5 (/opt/crater/workdir) [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] = 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::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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.netsim.akzc3aqr-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140" "/opt/crater/target/debug/deps/netsim-11d0759cd191a140.1kd847k0r9nd8imh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libstatrs-a217584d0477d47f.rlib" "/opt/crater/target/debug/deps/librand-d9ff68a777a02651.rlib" "/opt/crater/target/debug/deps/libenv_logger-dbb31332eec9c360.rlib" "/opt/crater/target/debug/deps/libregex-26fb8674d142841d.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-8662fb1d0f3bd23a.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/libcapabilities-41bfe0d3d5f3b348.rlib" "/opt/crater/target/debug/deps/libfuture_utils-a01aa4024baabd43.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/libtokio_core-e7bb661e04bd9921.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libtokio-19c8b76cfa62b20f.rlib" "/opt/crater/target/debug/deps/libtokio_udp-2dcf87236aa95bfb.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a7b8cff9a88173d7.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-213a282703fae235.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a0d7d1fd337e1461.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libparking_lot-9471c887f64c1bbd.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5a29bfd376598027.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-45f9ea29250f7506.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-0ada05a5704cbfd8.rlib" "/opt/crater/target/debug/deps/librand-e686da7d43bf1d92.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-a49fa5d05e008d5f.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-92947276a5771100.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libtokio_io-e73220bb63601d8e.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libmio-836fe2563a1c2cb8.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libnet2-33d71ee221547cbe.rlib" "/opt/crater/target/debug/deps/liblazycell-c48654298ffda433.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libioctl_sys-695e388087224628.rlib" "/opt/crater/target/debug/deps/libquick_error-7b5d38789b0fbff0.rlib" "/opt/crater/target/debug/deps/libnet_literals-aad471c3056fc5fb.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-e3569db6ba0fcb0f.rlib" "/opt/crater/target/debug/deps/libget_if_addrs-9e193b72dd86e6fd.rlib" "/opt/crater/target/debug/deps/libc_linked_list-89eaec5ffaffac8b.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libunwrap-f8347a84041762fc.rlib" "/opt/crater/target/debug/deps/libbytes-8be77ba9acbfee1c.rlib" "/opt/crater/target/debug/deps/libiovec-3e3e50495bb77d54.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/librand-f99ae7e61558ec86.rlib" "/opt/crater/target/debug/deps/liblibc-6e2a1114b1e6baf1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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" "029f92936f3493704fadb946e8ebcb596fc735893770a66f634047fce5a1dddd"` [INFO] running `"docker" "rm" "-f" "029f92936f3493704fadb946e8ebcb596fc735893770a66f634047fce5a1dddd"` [INFO] [stdout] 029f92936f3493704fadb946e8ebcb596fc735893770a66f634047fce5a1dddd