[INFO] crate kdri 0.4.3 is already in cache [INFO] extracting crate kdri 0.4.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/kdri/0.4.3 [INFO] extracting crate kdri 0.4.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/kdri/0.4.3 [INFO] validating manifest of kdri-0.4.3 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 kdri-0.4.3 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 kdri-0.4.3 [INFO] finished frobbing kdri-0.4.3 [INFO] frobbed toml for kdri-0.4.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/kdri/0.4.3/Cargo.toml [INFO] started frobbing kdri-0.4.3 [INFO] finished frobbing kdri-0.4.3 [INFO] frobbed toml for kdri-0.4.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/kdri/0.4.3/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 kdri-0.4.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/kdri/0.4.3:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 21c90a19806fbafdfed5fccf702792962fc589dfbdde3f556eb3aef30b29fd3f [INFO] running `"docker" "start" "-a" "21c90a19806fbafdfed5fccf702792962fc589dfbdde3f556eb3aef30b29fd3f"` [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling bluetooth-serial-port v0.4.1 [INFO] [stderr] Compiling kdri v0.4.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:23 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:43 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` [INFO] [stderr] --> src/lib.rs:715:6 [INFO] [stderr] | [INFO] [stderr] 715 | impl Handler for KettlerHandler { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` [INFO] [stderr] --> src/lib.rs:780:19 [INFO] [stderr] | [INFO] [stderr] 780 | send_channel: Sender, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:647:52 [INFO] [stderr] | [INFO] [stderr] 647 | fn update_registration(&self, event_loop: &mut EventLoop) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:719:42 [INFO] [stderr] | [INFO] [stderr] 719 | fn ready(&mut self, event_loop: &mut EventLoop, _: Token, events: Ready) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:742:43 [INFO] [stderr] | [INFO] [stderr] 742 | fn notify(&mut self, event_loop: &mut EventLoop, msg: Self::Message) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:755:44 [INFO] [stderr] | [INFO] [stderr] 755 | fn timeout(&mut self, event_loop: &mut EventLoop, _: Self::Timeout) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:800:30 [INFO] [stderr] | [INFO] [stderr] 800 | let mut event_loop = EventLoop::<_>::new().expect("EventLoop::new() failed"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler::Message': update to use `Poll` [INFO] [stderr] --> src/lib.rs:742:65 [INFO] [stderr] | [INFO] [stderr] 742 | fn notify(&mut self, event_loop: &mut EventLoop, msg: Self::Message) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler::Timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:755:64 [INFO] [stderr] | [INFO] [stderr] 755 | fn timeout(&mut self, event_loop: &mut EventLoop, _: Self::Timeout) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::reregister': update to use `Poll` [INFO] [stderr] --> src/lib.rs:650:14 [INFO] [stderr] | [INFO] [stderr] 650 | event_loop.reregister(&self.socket, Token(1), event_set, PollOpt::edge() | PollOpt::oneshot()).expect("Registering read event failed"); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::shutdown': update to use `Poll` [INFO] [stderr] --> src/lib.rs:750:57 [INFO] [stderr] | [INFO] [stderr] 750 | KettlerHandlerMsg::Shutdown => { event_loop.shutdown() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:768:14 [INFO] [stderr] | [INFO] [stderr] 768 | event_loop.timeout((), Duration::from_millis(self.update_interval as u64)).expect("Registering timer failed"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::new': update to use `Poll` [INFO] [stderr] --> src/lib.rs:800:30 [INFO] [stderr] | [INFO] [stderr] 800 | let mut event_loop = EventLoop::<_>::new().expect("EventLoop::new() failed"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::channel': update to use `Poll` [INFO] [stderr] --> src/lib.rs:801:39 [INFO] [stderr] | [INFO] [stderr] 801 | let send_channel = event_loop.channel(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:803:15 [INFO] [stderr] | [INFO] [stderr] 803 | event_loop.timeout((), Duration::from_millis(10)).expect("Registering first timer failed"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::register': update to use `Poll` [INFO] [stderr] --> src/lib.rs:804:15 [INFO] [stderr] | [INFO] [stderr] 804 | event_loop.register(&socket, Token(1), Ready::readable(), PollOpt::edge() | PollOpt::oneshot()).expect("Registering read event failed"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::run': update to use `Poll` [INFO] [stderr] --> src/lib.rs:805:24 [INFO] [stderr] | [INFO] [stderr] 805 | event_loop.run(&mut KettlerHandler::new(socket, kdata_mutex2, update_interval)).expect("EventLoop::run() failed"); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:830:27 [INFO] [stderr] | [INFO] [stderr] 830 | self.send_channel.send(KettlerHandlerMsg::SendData(data)).expect("Sending data to bluetooth socket thread failed (data)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:845:27 [INFO] [stderr] | [INFO] [stderr] 845 | self.send_channel.send(KettlerHandlerMsg::SendInstruction8(value, instruction, additional_data)).expect("Sending data to bluetooth socket thread failed (u8)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:850:27 [INFO] [stderr] | [INFO] [stderr] 850 | self.send_channel.send(KettlerHandlerMsg::SendInstruction16(value, instruction, additional_data)).expect("Sending data to bluetooth socket thread failed (u16)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:855:27 [INFO] [stderr] | [INFO] [stderr] 855 | self.send_channel.send(msg).expect("Sending data to bluetooth socket thread failed (msg)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:964:36 [INFO] [stderr] | [INFO] [stderr] 964 | try_msg!(self.send_channel.send(KettlerHandlerMsg::Shutdown), "Sending shutdown signal to bluetooth socket thread failed"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.27s [INFO] running `"docker" "inspect" "21c90a19806fbafdfed5fccf702792962fc589dfbdde3f556eb3aef30b29fd3f"` [INFO] running `"docker" "rm" "-f" "21c90a19806fbafdfed5fccf702792962fc589dfbdde3f556eb3aef30b29fd3f"` [INFO] [stdout] 21c90a19806fbafdfed5fccf702792962fc589dfbdde3f556eb3aef30b29fd3f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/kdri/0.4.3:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e6170d5fdfcd7969ac4cd8b4616e569b14ae56507684f0f05ee696ef0b7b1f5a [INFO] running `"docker" "start" "-a" "e6170d5fdfcd7969ac4cd8b4616e569b14ae56507684f0f05ee696ef0b7b1f5a"` [INFO] [stderr] Compiling kdri v0.4.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:23 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` [INFO] [stderr] --> src/lib.rs:46:43 [INFO] [stderr] | [INFO] [stderr] 46 | use mio::deprecated::{EventLoop, Handler, Sender}; // TODO: replace mio::deprecated [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler': update to use `Poll` [INFO] [stderr] --> src/lib.rs:715:6 [INFO] [stderr] | [INFO] [stderr] 715 | impl Handler for KettlerHandler { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender': update to use `Poll` [INFO] [stderr] --> src/lib.rs:780:19 [INFO] [stderr] | [INFO] [stderr] 780 | send_channel: Sender, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:647:52 [INFO] [stderr] | [INFO] [stderr] 647 | fn update_registration(&self, event_loop: &mut EventLoop) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:719:42 [INFO] [stderr] | [INFO] [stderr] 719 | fn ready(&mut self, event_loop: &mut EventLoop, _: Token, events: Ready) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:742:43 [INFO] [stderr] | [INFO] [stderr] 742 | fn notify(&mut self, event_loop: &mut EventLoop, msg: Self::Message) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:755:44 [INFO] [stderr] | [INFO] [stderr] 755 | fn timeout(&mut self, event_loop: &mut EventLoop, _: Self::Timeout) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop': update to use `Poll` [INFO] [stderr] --> src/lib.rs:800:30 [INFO] [stderr] | [INFO] [stderr] 800 | let mut event_loop = EventLoop::<_>::new().expect("EventLoop::new() failed"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler::Message': update to use `Poll` [INFO] [stderr] --> src/lib.rs:742:65 [INFO] [stderr] | [INFO] [stderr] 742 | fn notify(&mut self, event_loop: &mut EventLoop, msg: Self::Message) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Handler::Timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:755:64 [INFO] [stderr] | [INFO] [stderr] 755 | fn timeout(&mut self, event_loop: &mut EventLoop, _: Self::Timeout) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::reregister': update to use `Poll` [INFO] [stderr] --> src/lib.rs:650:14 [INFO] [stderr] | [INFO] [stderr] 650 | event_loop.reregister(&self.socket, Token(1), event_set, PollOpt::edge() | PollOpt::oneshot()).expect("Registering read event failed"); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::shutdown': update to use `Poll` [INFO] [stderr] --> src/lib.rs:750:57 [INFO] [stderr] | [INFO] [stderr] 750 | KettlerHandlerMsg::Shutdown => { event_loop.shutdown() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:768:14 [INFO] [stderr] | [INFO] [stderr] 768 | event_loop.timeout((), Duration::from_millis(self.update_interval as u64)).expect("Registering timer failed"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::new': update to use `Poll` [INFO] [stderr] --> src/lib.rs:800:30 [INFO] [stderr] | [INFO] [stderr] 800 | let mut event_loop = EventLoop::<_>::new().expect("EventLoop::new() failed"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::channel': update to use `Poll` [INFO] [stderr] --> src/lib.rs:801:39 [INFO] [stderr] | [INFO] [stderr] 801 | let send_channel = event_loop.channel(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::timeout': update to use `Poll` [INFO] [stderr] --> src/lib.rs:803:15 [INFO] [stderr] | [INFO] [stderr] 803 | event_loop.timeout((), Duration::from_millis(10)).expect("Registering first timer failed"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::register': update to use `Poll` [INFO] [stderr] --> src/lib.rs:804:15 [INFO] [stderr] | [INFO] [stderr] 804 | event_loop.register(&socket, Token(1), Ready::readable(), PollOpt::edge() | PollOpt::oneshot()).expect("Registering read event failed"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::EventLoop::::run': update to use `Poll` [INFO] [stderr] --> src/lib.rs:805:24 [INFO] [stderr] | [INFO] [stderr] 805 | event_loop.run(&mut KettlerHandler::new(socket, kdata_mutex2, update_interval)).expect("EventLoop::run() failed"); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:830:27 [INFO] [stderr] | [INFO] [stderr] 830 | self.send_channel.send(KettlerHandlerMsg::SendData(data)).expect("Sending data to bluetooth socket thread failed (data)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:845:27 [INFO] [stderr] | [INFO] [stderr] 845 | self.send_channel.send(KettlerHandlerMsg::SendInstruction8(value, instruction, additional_data)).expect("Sending data to bluetooth socket thread failed (u8)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:850:27 [INFO] [stderr] | [INFO] [stderr] 850 | self.send_channel.send(KettlerHandlerMsg::SendInstruction16(value, instruction, additional_data)).expect("Sending data to bluetooth socket thread failed (u16)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:855:27 [INFO] [stderr] | [INFO] [stderr] 855 | self.send_channel.send(msg).expect("Sending data to bluetooth socket thread failed (msg)"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'mio::deprecated::Sender::::send': update to use `Poll` [INFO] [stderr] --> src/lib.rs:964:36 [INFO] [stderr] | [INFO] [stderr] 964 | try_msg!(self.send_channel.send(KettlerHandlerMsg::Shutdown), "Sending shutdown signal to bluetooth socket thread failed"); [INFO] [stderr] | ^^^^ [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.cli.lba628zt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd" "/opt/crater/target/debug/examples/cli-9764e84916e5b3bd.a93t18kiqw1kgc8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libkdri-89ff3ac20a56b2c0.rlib" "/opt/crater/target/debug/deps/libbluetooth_serial_port-3172d8d77c7afade.rlib" "/opt/crater/target/debug/deps/libnix-d6933794a3281ded.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lbluetooth" "-lbluetooth" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbluetooth [INFO] [stderr] /usr/bin/ld: cannot find -lbluetooth [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 `kdri`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.kdri.c0jq11cf-cgu.5.rcgu.o" "-o" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20" "/opt/crater/target/debug/deps/kdri-7870d1009bb80b20.4lsn8rtah0jthn71.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libbluetooth_serial_port-3172d8d77c7afade.rlib" "/opt/crater/target/debug/deps/libnix-d6933794a3281ded.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lbluetooth" "-lbluetooth" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbluetooth [INFO] [stderr] /usr/bin/ld: cannot find -lbluetooth [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 `kdri`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e6170d5fdfcd7969ac4cd8b4616e569b14ae56507684f0f05ee696ef0b7b1f5a"` [INFO] running `"docker" "rm" "-f" "e6170d5fdfcd7969ac4cd8b4616e569b14ae56507684f0f05ee696ef0b7b1f5a"` [INFO] [stdout] e6170d5fdfcd7969ac4cd8b4616e569b14ae56507684f0f05ee696ef0b7b1f5a