Oct 14 23:00:41.488 INFO testing denysvitali/barcode-reader against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:00:41.488 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 23:00:41.935 INFO blam! bf1af263cd5f9396ffa146d5d6feba2adc44e163913d3f944bf1afcbc9d7358d Oct 14 23:00:41.939 INFO running `"docker" "start" "-a" "bf1af263cd5f9396ffa146d5d6feba2adc44e163913d3f944bf1afcbc9d7358d"` Oct 14 23:00:43.654 INFO kablam! usermod: no changes Oct 14 23:00:43.938 INFO kablam! Compiling cc v1.0.2 Oct 14 23:00:43.946 INFO kablam! Compiling openssl v0.9.20 Oct 14 23:00:43.951 INFO kablam! Compiling serde v1.0.16 Oct 14 23:00:43.951 INFO kablam! Compiling iovec v0.1.1 Oct 14 23:00:43.951 INFO kablam! Compiling num_cpus v1.7.0 Oct 14 23:00:43.951 INFO kablam! Compiling rand v0.3.17 Oct 14 23:00:43.951 INFO kablam! Compiling serial-core v0.4.0 Oct 14 23:00:43.951 INFO kablam! Compiling time v0.1.38 Oct 14 23:00:49.495 INFO kablam! Compiling termios v0.2.2 Oct 14 23:00:49.495 INFO kablam! Compiling ioctl-rs v0.1.5 Oct 14 23:00:49.615 INFO kablam! Compiling net2 v0.2.31 Oct 14 23:00:50.320 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 23:00:51.711 INFO kablam! Compiling relay v0.1.0 Oct 14 23:00:57.443 INFO kablam! Compiling bytes v0.4.5 Oct 14 23:00:57.478 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 14 23:00:57.516 INFO kablam! Compiling serial-unix v0.4.0 Oct 14 23:00:57.583 INFO kablam! Compiling mime v0.3.5 Oct 14 23:00:57.635 INFO kablam! Compiling openssl-sys v0.9.20 Oct 14 23:00:57.636 INFO kablam! Compiling mio v0.6.11 Oct 14 23:01:05.295 INFO kablam! Compiling serial v0.4.0 Oct 14 23:01:06.961 INFO kablam! Compiling tokio-io v0.1.3 Oct 14 23:01:11.749 INFO kablam! Compiling tokio-core v0.1.10 Oct 14 23:01:19.264 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:01:27.236 INFO kablam! Compiling hyper v0.11.6 Oct 14 23:01:28.326 INFO kablam! Compiling native-tls v0.1.4 Oct 14 23:01:29.059 INFO kablam! Compiling serde_json v1.0.4 Oct 14 23:01:29.059 INFO kablam! Compiling serde_yaml v0.7.1 Oct 14 23:01:30.035 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 23:01:43.662 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 23:01:44.861 INFO kablam! Compiling barcode-scanner v0.1.0 (/source) Oct 14 23:01:46.039 INFO kablam! warning: unused import: `Write` Oct 14 23:01:46.039 INFO kablam! --> src/main.rs:16:21 Oct 14 23:01:46.039 INFO kablam! | Oct 14 23:01:46.039 INFO kablam! 16 | use std::io::{self, Write, Read, ErrorKind}; Oct 14 23:01:46.039 INFO kablam! | ^^^^^ Oct 14 23:01:46.039 INFO kablam! | Oct 14 23:01:46.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:01:46.039 INFO kablam! Oct 14 23:01:46.166 INFO kablam! warning: value assigned to `s` is never read Oct 14 23:01:46.167 INFO kablam! --> src/main.rs:179:13 Oct 14 23:01:46.167 INFO kablam! | Oct 14 23:01:46.167 INFO kablam! 179 | let mut s = String::new(); Oct 14 23:01:46.167 INFO kablam! | ^ Oct 14 23:01:46.167 INFO kablam! | Oct 14 23:01:46.167 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 23:01:46.167 INFO kablam! Oct 14 23:01:46.173 INFO kablam! warning: variable does not need to be mutable Oct 14 23:01:46.173 INFO kablam! --> src/main.rs:52:9 Oct 14 23:01:46.173 INFO kablam! | Oct 14 23:01:46.173 INFO kablam! 52 | let mut openfood_apikey : &str; Oct 14 23:01:46.173 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 14 23:01:46.173 INFO kablam! | | Oct 14 23:01:46.173 INFO kablam! | help: remove this `mut` Oct 14 23:01:46.173 INFO kablam! | Oct 14 23:01:46.173 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:01:46.173 INFO kablam! Oct 14 23:01:46.186 INFO kablam! warning: variable does not need to be mutable Oct 14 23:01:46.186 INFO kablam! --> src/main.rs:106:9 Oct 14 23:01:46.186 INFO kablam! | Oct 14 23:01:46.186 INFO kablam! 106 | let mut json = r#"{ Oct 14 23:01:46.186 INFO kablam! | ----^^^^ Oct 14 23:01:46.186 INFO kablam! | | Oct 14 23:01:46.186 INFO kablam! | help: remove this `mut` Oct 14 23:01:46.186 INFO kablam! Oct 14 23:01:46.196 INFO kablam! warning: variant is never constructed: `Pharmacode39` Oct 14 23:01:46.196 INFO kablam! --> src/barcodes.rs:6:9 Oct 14 23:01:46.196 INFO kablam! | Oct 14 23:01:46.196 INFO kablam! 6 | Pharmacode39, Oct 14 23:01:46.196 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:01:46.196 INFO kablam! | Oct 14 23:01:46.196 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:01:46.196 INFO kablam! Oct 14 23:01:46.196 INFO kablam! warning: function is never used: `testRequest` Oct 14 23:01:46.196 INFO kablam! --> src/main.rs:99:1 Oct 14 23:01:46.196 INFO kablam! | Oct 14 23:01:46.196 INFO kablam! 99 | fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 14 23:01:46.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:46.196 INFO kablam! Oct 14 23:01:46.198 INFO kablam! warning: function `testRequest` should have a snake case name such as `test_request` Oct 14 23:01:46.198 INFO kablam! --> src/main.rs:99:1 Oct 14 23:01:46.198 INFO kablam! | Oct 14 23:01:46.198 INFO kablam! 99 | / fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 14 23:01:46.198 INFO kablam! 100 | | let mut core = Core::new()?; Oct 14 23:01:46.198 INFO kablam! 101 | | let handle = core.handle(); Oct 14 23:01:46.198 INFO kablam! 102 | | let client = Client::configure() Oct 14 23:01:46.198 INFO kablam! ... | Oct 14 23:01:46.198 INFO kablam! 146 | | Ok(()) Oct 14 23:01:46.198 INFO kablam! 147 | | } Oct 14 23:01:46.198 INFO kablam! | |_^ Oct 14 23:01:46.198 INFO kablam! | Oct 14 23:01:46.198 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:01:46.198 INFO kablam! Oct 14 23:01:48.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 14 23:01:48.737 INFO kablam! su: No module specific data is present Oct 14 23:01:50.006 INFO running `"docker" "rm" "-f" "bf1af263cd5f9396ffa146d5d6feba2adc44e163913d3f944bf1afcbc9d7358d"` Oct 14 23:01:50.391 INFO blam! bf1af263cd5f9396ffa146d5d6feba2adc44e163913d3f944bf1afcbc9d7358d Oct 14 23:01:50.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 23:01:50.876 INFO blam! 4ae264b56339815325f348976deb4cf017c6260e7250a7615e40a1b8ff6cd86f Oct 14 23:01:50.878 INFO running `"docker" "start" "-a" "4ae264b56339815325f348976deb4cf017c6260e7250a7615e40a1b8ff6cd86f"` Oct 14 23:01:52.499 INFO kablam! usermod: no changes Oct 14 23:01:52.695 INFO kablam! Compiling barcode-scanner v0.1.0 (/source) Oct 14 23:01:53.937 INFO kablam! warning: unused import: `Write` Oct 14 23:01:53.937 INFO kablam! --> src/main.rs:16:21 Oct 14 23:01:53.937 INFO kablam! | Oct 14 23:01:53.937 INFO kablam! 16 | use std::io::{self, Write, Read, ErrorKind}; Oct 14 23:01:53.937 INFO kablam! | ^^^^^ Oct 14 23:01:53.937 INFO kablam! | Oct 14 23:01:53.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:01:53.955 INFO kablam! Oct 14 23:01:54.045 INFO kablam! warning: value assigned to `s` is never read Oct 14 23:01:54.045 INFO kablam! --> src/main.rs:179:13 Oct 14 23:01:54.046 INFO kablam! | Oct 14 23:01:54.046 INFO kablam! 179 | let mut s = String::new(); Oct 14 23:01:54.046 INFO kablam! | ^ Oct 14 23:01:54.047 INFO kablam! | Oct 14 23:01:54.047 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 23:01:54.047 INFO kablam! Oct 14 23:01:54.050 INFO kablam! warning: variable does not need to be mutable Oct 14 23:01:54.051 INFO kablam! --> src/main.rs:52:9 Oct 14 23:01:54.051 INFO kablam! | Oct 14 23:01:54.051 INFO kablam! 52 | let mut openfood_apikey : &str; Oct 14 23:01:54.051 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 14 23:01:54.051 INFO kablam! | | Oct 14 23:01:54.051 INFO kablam! | help: remove this `mut` Oct 14 23:01:54.051 INFO kablam! | Oct 14 23:01:54.051 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:01:54.051 INFO kablam! Oct 14 23:01:54.063 INFO kablam! warning: variable does not need to be mutable Oct 14 23:01:54.063 INFO kablam! --> src/main.rs:106:9 Oct 14 23:01:54.063 INFO kablam! | Oct 14 23:01:54.063 INFO kablam! 106 | let mut json = r#"{ Oct 14 23:01:54.063 INFO kablam! | ----^^^^ Oct 14 23:01:54.063 INFO kablam! | | Oct 14 23:01:54.063 INFO kablam! | help: remove this `mut` Oct 14 23:01:54.063 INFO kablam! Oct 14 23:01:54.074 INFO kablam! warning: variant is never constructed: `Pharmacode39` Oct 14 23:01:54.074 INFO kablam! --> src/barcodes.rs:6:9 Oct 14 23:01:54.074 INFO kablam! | Oct 14 23:01:54.075 INFO kablam! 6 | Pharmacode39, Oct 14 23:01:54.075 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:01:54.075 INFO kablam! | Oct 14 23:01:54.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:01:54.076 INFO kablam! Oct 14 23:01:54.076 INFO kablam! warning: function is never used: `testRequest` Oct 14 23:01:54.076 INFO kablam! --> src/main.rs:99:1 Oct 14 23:01:54.076 INFO kablam! | Oct 14 23:01:54.076 INFO kablam! 99 | fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 14 23:01:54.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:54.077 INFO kablam! Oct 14 23:01:54.083 INFO kablam! warning: function `testRequest` should have a snake case name such as `test_request` Oct 14 23:01:54.083 INFO kablam! --> src/main.rs:99:1 Oct 14 23:01:54.084 INFO kablam! | Oct 14 23:01:54.084 INFO kablam! 99 | / fn testRequest(barcode: &str, key: &str) -> Result<(), Box>{ Oct 14 23:01:54.084 INFO kablam! 100 | | let mut core = Core::new()?; Oct 14 23:01:54.084 INFO kablam! 101 | | let handle = core.handle(); Oct 14 23:01:54.085 INFO kablam! 102 | | let client = Client::configure() Oct 14 23:01:54.085 INFO kablam! ... | Oct 14 23:01:54.085 INFO kablam! 146 | | Ok(()) Oct 14 23:01:54.085 INFO kablam! 147 | | } Oct 14 23:01:54.086 INFO kablam! | |_^ Oct 14 23:01:54.086 INFO kablam! | Oct 14 23:01:54.086 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:01:54.086 INFO kablam! Oct 14 23:01:54.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 14 23:01:54.611 INFO kablam! su: No module specific data is present Oct 14 23:01:55.281 INFO running `"docker" "rm" "-f" "4ae264b56339815325f348976deb4cf017c6260e7250a7615e40a1b8ff6cd86f"` Oct 14 23:01:55.500 INFO blam! 4ae264b56339815325f348976deb4cf017c6260e7250a7615e40a1b8ff6cd86f Oct 14 23:01:55.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 23:01:55.939 INFO blam! 24a08c5c3c939730236f64ad264e2ee1f9727beed0ee7cb7c73a7d2fc9a06570 Oct 14 23:01:55.943 INFO running `"docker" "start" "-a" "24a08c5c3c939730236f64ad264e2ee1f9727beed0ee7cb7c73a7d2fc9a06570"` Oct 14 23:01:57.175 INFO kablam! usermod: no changes Oct 14 23:01:57.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 23:01:57.329 INFO kablam! Running /target/debug/deps/barcode_scanner-da10a06a6e7075df Oct 14 23:01:57.332 INFO blam! Oct 14 23:01:57.332 INFO blam! running 0 tests Oct 14 23:01:57.332 INFO blam! Oct 14 23:01:57.332 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:01:57.332 INFO blam! Oct 14 23:01:57.334 INFO kablam! su: No module specific data is present Oct 14 23:01:58.341 INFO running `"docker" "rm" "-f" "24a08c5c3c939730236f64ad264e2ee1f9727beed0ee7cb7c73a7d2fc9a06570"` Oct 14 23:01:58.580 INFO blam! 24a08c5c3c939730236f64ad264e2ee1f9727beed0ee7cb7c73a7d2fc9a06570