[INFO] crate kdri 0.4.3 is already in cache [INFO] extracting crate kdri 0.4.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/kdri/0.4.3 [INFO] extracting crate kdri 0.4.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/kdri/0.4.3 [INFO] validating manifest of kdri-0.4.3 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 kdri-0.4.3 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/kdri/0.4.3/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 kdri-0.4.3 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] a344dfb5243d2e95e069091f40c47fda1b179c14953c9e9a6e5843814f43acdb [INFO] running `"docker" "start" "-a" "a344dfb5243d2e95e069091f40c47fda1b179c14953c9e9a6e5843814f43acdb"` [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 3.44s [INFO] running `"docker" "inspect" "a344dfb5243d2e95e069091f40c47fda1b179c14953c9e9a6e5843814f43acdb"` [INFO] running `"docker" "rm" "-f" "a344dfb5243d2e95e069091f40c47fda1b179c14953c9e9a6e5843814f43acdb"` [INFO] [stdout] a344dfb5243d2e95e069091f40c47fda1b179c14953c9e9a6e5843814f43acdb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1a3ac5ca4879b4fb3f377e68275b9eea98fd04a178d76db0188fb4e9965096af [INFO] running `"docker" "start" "-a" "1a3ac5ca4879b4fb3f377e68275b9eea98fd04a178d76db0188fb4e9965096af"` [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/cli-992fc50c198de666.cli.bjsmh9tc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/cli-992fc50c198de666" "/opt/crater/target/debug/examples/cli-992fc50c198de666.1pp4yi3c0f4gsx0m.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/target/debug/deps/libkdri-7473da6667c75e15.rlib" "/opt/crater/target/debug/deps/libbluetooth_serial_port-20c50be067a4174a.rlib" "/opt/crater/target/debug/deps/libnix-d98c7549e607ccbe.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libbitflags-97b579be4ee514fd.rlib" "/opt/crater/target/debug/deps/libmio-b89a228191048f43.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libenum_primitive-bbdafc7e1be329ae.rlib" "/opt/crater/target/debug/deps/libnum_traits-2ff1be0d267196f3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.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" "-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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.kdri.cz013eoa-cgu.5.rcgu.o" "-o" "/opt/crater/target/debug/deps/kdri-e8011415acde1052" "/opt/crater/target/debug/deps/kdri-e8011415acde1052.2a2enbv9c9bzd52j.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/libbluetooth_serial_port-20c50be067a4174a.rlib" "/opt/crater/target/debug/deps/libnix-d98c7549e607ccbe.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libbitflags-97b579be4ee514fd.rlib" "/opt/crater/target/debug/deps/libmio-b89a228191048f43.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libenum_primitive-bbdafc7e1be329ae.rlib" "/opt/crater/target/debug/deps/libnum_traits-2ff1be0d267196f3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.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" "-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" "1a3ac5ca4879b4fb3f377e68275b9eea98fd04a178d76db0188fb4e9965096af"` [INFO] running `"docker" "rm" "-f" "1a3ac5ca4879b4fb3f377e68275b9eea98fd04a178d76db0188fb4e9965096af"` [INFO] [stdout] 1a3ac5ca4879b4fb3f377e68275b9eea98fd04a178d76db0188fb4e9965096af