Oct 27 05:53:33.930 INFO checking denysvitali/barcode-reader against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:53:33.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 05:53:34.497 INFO blam! edf5c1d05a1c05af52aabc6f08b44a8a4d6a58d5ca9d87a84bdc7bde72359b8c Oct 27 05:53:34.499 INFO running `"docker" "start" "-a" "edf5c1d05a1c05af52aabc6f08b44a8a4d6a58d5ca9d87a84bdc7bde72359b8c"` Oct 27 05:53:36.466 INFO kablam! usermod: no changes Oct 27 05:53:36.651 INFO kablam! Compiling openssl-sys v0.9.20 Oct 27 05:53:36.655 INFO kablam! Checking ioctl-rs v0.1.5 Oct 27 05:53:36.656 INFO kablam! Checking serial-core v0.4.0 Oct 27 05:53:36.656 INFO kablam! Checking termios v0.2.2 Oct 27 05:53:36.699 INFO kablam! Checking mio v0.6.11 Oct 27 05:53:36.700 INFO kablam! Checking serde_yaml v0.7.1 Oct 27 05:53:39.405 INFO kablam! Checking serial-unix v0.4.0 Oct 27 05:53:41.732 INFO kablam! Checking serial v0.4.0 Oct 27 05:53:42.959 INFO kablam! Compiling openssl v0.9.20 Oct 27 05:53:43.372 INFO kablam! Checking tokio-core v0.1.10 Oct 27 05:53:46.480 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 05:53:50.865 INFO kablam! Checking native-tls v0.1.4 Oct 27 05:53:51.445 INFO kablam! Checking hyper v0.11.6 Oct 27 05:53:52.260 INFO kablam! Checking tokio-tls v0.1.3 Oct 27 05:53:57.291 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 05:53:59.095 INFO kablam! Checking barcode-scanner v0.1.0 (/source) Oct 27 05:54:01.936 INFO kablam! warning: unused import: `Write` Oct 27 05:54:01.936 INFO kablam! --> src/main.rs:16:21 Oct 27 05:54:01.936 INFO kablam! | Oct 27 05:54:01.937 INFO kablam! 16 | use std::io::{self, Write, Read, ErrorKind}; Oct 27 05:54:01.937 INFO kablam! | ^^^^^ Oct 27 05:54:01.937 INFO kablam! | Oct 27 05:54:01.937 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:54:01.938 INFO kablam! Oct 27 05:54:02.092 INFO kablam! warning: value assigned to `s` is never read Oct 27 05:54:02.092 INFO kablam! --> src/main.rs:179:13 Oct 27 05:54:02.092 INFO kablam! | Oct 27 05:54:02.093 INFO kablam! 179 | let mut s = String::new(); Oct 27 05:54:02.093 INFO kablam! | ^ Oct 27 05:54:02.093 INFO kablam! | Oct 27 05:54:02.094 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 05:54:02.094 INFO kablam! Oct 27 05:54:02.115 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:02.115 INFO kablam! --> src/main.rs:52:9 Oct 27 05:54:02.116 INFO kablam! | Oct 27 05:54:02.116 INFO kablam! 52 | let mut openfood_apikey : &str; Oct 27 05:54:02.116 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 27 05:54:02.117 INFO kablam! | | Oct 27 05:54:02.117 INFO kablam! | help: remove this `mut` Oct 27 05:54:02.117 INFO kablam! | Oct 27 05:54:02.118 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:02.118 INFO kablam! Oct 27 05:54:02.143 INFO kablam! warning: unused import: `Write` Oct 27 05:54:02.147 INFO kablam! --> src/main.rs:16:21 Oct 27 05:54:02.148 INFO kablam! | Oct 27 05:54:02.148 INFO kablam! 16 | use std::io::{self, Write, Read, ErrorKind}; Oct 27 05:54:02.148 INFO kablam! | ^^^^^ Oct 27 05:54:02.148 INFO kablam! | Oct 27 05:54:02.149 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:54:02.149 INFO kablam! Oct 27 05:54:02.149 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:02.150 INFO kablam! --> src/main.rs:106:9 Oct 27 05:54:02.150 INFO kablam! | Oct 27 05:54:02.150 INFO kablam! 106 | let mut json = r#"{ Oct 27 05:54:02.150 INFO kablam! | ----^^^^ Oct 27 05:54:02.151 INFO kablam! | | Oct 27 05:54:02.151 INFO kablam! | help: remove this `mut` Oct 27 05:54:02.151 INFO kablam! Oct 27 05:54:02.154 INFO kablam! warning: variant is never constructed: `Pharmacode39` Oct 27 05:54:02.154 INFO kablam! --> src/barcodes.rs:6:9 Oct 27 05:54:02.154 INFO kablam! | Oct 27 05:54:02.154 INFO kablam! 6 | Pharmacode39, Oct 27 05:54:02.155 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:54:02.155 INFO kablam! | Oct 27 05:54:02.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:54:02.155 INFO kablam! Oct 27 05:54:02.155 INFO kablam! warning: function is never used: `testRequest` Oct 27 05:54:02.156 INFO kablam! --> src/main.rs:99:1 Oct 27 05:54:02.156 INFO kablam! | Oct 27 05:54:02.156 INFO kablam! 99 | fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 27 05:54:02.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:02.156 INFO kablam! Oct 27 05:54:02.157 INFO kablam! warning: function `testRequest` should have a snake case name such as `test_request` Oct 27 05:54:02.157 INFO kablam! --> src/main.rs:99:1 Oct 27 05:54:02.157 INFO kablam! | Oct 27 05:54:02.157 INFO kablam! 99 | / fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 27 05:54:02.158 INFO kablam! 100 | | let mut core = Core::new()?; Oct 27 05:54:02.158 INFO kablam! 101 | | let handle = core.handle(); Oct 27 05:54:02.158 INFO kablam! 102 | | let client = Client::configure() Oct 27 05:54:02.158 INFO kablam! ... | Oct 27 05:54:02.158 INFO kablam! 146 | | Ok(()) Oct 27 05:54:02.159 INFO kablam! 147 | | } Oct 27 05:54:02.159 INFO kablam! | |_^ Oct 27 05:54:02.159 INFO kablam! | Oct 27 05:54:02.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:54:02.159 INFO kablam! Oct 27 05:54:02.275 INFO kablam! warning: value assigned to `s` is never read Oct 27 05:54:02.275 INFO kablam! --> src/main.rs:179:13 Oct 27 05:54:02.275 INFO kablam! | Oct 27 05:54:02.275 INFO kablam! 179 | let mut s = String::new(); Oct 27 05:54:02.275 INFO kablam! | ^ Oct 27 05:54:02.275 INFO kablam! | Oct 27 05:54:02.275 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 05:54:02.275 INFO kablam! Oct 27 05:54:02.275 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:02.275 INFO kablam! --> src/main.rs:52:9 Oct 27 05:54:02.275 INFO kablam! | Oct 27 05:54:02.275 INFO kablam! 52 | let mut openfood_apikey : &str; Oct 27 05:54:02.275 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 27 05:54:02.275 INFO kablam! | | Oct 27 05:54:02.275 INFO kablam! | help: remove this `mut` Oct 27 05:54:02.275 INFO kablam! | Oct 27 05:54:02.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:54:02.275 INFO kablam! Oct 27 05:54:02.287 INFO kablam! warning: variable does not need to be mutable Oct 27 05:54:02.290 INFO kablam! --> src/main.rs:106:9 Oct 27 05:54:02.290 INFO kablam! | Oct 27 05:54:02.290 INFO kablam! 106 | let mut json = r#"{ Oct 27 05:54:02.290 INFO kablam! | ----^^^^ Oct 27 05:54:02.290 INFO kablam! | | Oct 27 05:54:02.290 INFO kablam! | help: remove this `mut` Oct 27 05:54:02.290 INFO kablam! Oct 27 05:54:02.299 INFO kablam! warning: variant is never constructed: `Pharmacode39` Oct 27 05:54:02.299 INFO kablam! --> src/barcodes.rs:6:9 Oct 27 05:54:02.299 INFO kablam! | Oct 27 05:54:02.299 INFO kablam! 6 | Pharmacode39, Oct 27 05:54:02.299 INFO kablam! | ^^^^^^^^^^^^ Oct 27 05:54:02.299 INFO kablam! | Oct 27 05:54:02.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:54:02.299 INFO kablam! Oct 27 05:54:02.299 INFO kablam! warning: function is never used: `testRequest` Oct 27 05:54:02.299 INFO kablam! --> src/main.rs:99:1 Oct 27 05:54:02.299 INFO kablam! | Oct 27 05:54:02.299 INFO kablam! 99 | fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 27 05:54:02.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:54:02.299 INFO kablam! Oct 27 05:54:02.299 INFO kablam! warning: function `testRequest` should have a snake case name such as `test_request` Oct 27 05:54:02.299 INFO kablam! --> src/main.rs:99:1 Oct 27 05:54:02.299 INFO kablam! | Oct 27 05:54:02.299 INFO kablam! 99 | / fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 27 05:54:02.299 INFO kablam! 100 | | let mut core = Core::new()?; Oct 27 05:54:02.299 INFO kablam! 101 | | let handle = core.handle(); Oct 27 05:54:02.299 INFO kablam! 102 | | let client = Client::configure() Oct 27 05:54:02.299 INFO kablam! ... | Oct 27 05:54:02.299 INFO kablam! 146 | | Ok(()) Oct 27 05:54:02.299 INFO kablam! 147 | | } Oct 27 05:54:02.299 INFO kablam! | |_^ Oct 27 05:54:02.299 INFO kablam! | Oct 27 05:54:02.299 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:54:02.299 INFO kablam! Oct 27 05:54:02.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.82s Oct 27 05:54:02.340 INFO kablam! su: No module specific data is present Oct 27 05:54:02.914 INFO running `"docker" "rm" "-f" "edf5c1d05a1c05af52aabc6f08b44a8a4d6a58d5ca9d87a84bdc7bde72359b8c"` Oct 27 05:54:03.267 INFO blam! edf5c1d05a1c05af52aabc6f08b44a8a4d6a58d5ca9d87a84bdc7bde72359b8c