Oct 13 01:35:29.152 INFO testing saikrir/CConv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:35:29.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:35:29.539 INFO blam! 95ee4d0af1fd28c0aaacc2fab9fc7968f0cc3f6a38a3d54a421cbea5e5ab50f5 Oct 13 01:35:29.548 INFO running `"docker" "start" "-a" "95ee4d0af1fd28c0aaacc2fab9fc7968f0cc3f6a38a3d54a421cbea5e5ab50f5"` Oct 13 01:35:30.771 INFO kablam! usermod: no changes Oct 13 01:35:30.959 INFO kablam! Compiling gcc v0.3.38 Oct 13 01:35:30.959 INFO kablam! Compiling rustc-serialize v0.3.21 Oct 13 01:35:30.959 INFO kablam! Compiling httparse v1.2.0 Oct 13 01:35:30.975 INFO kablam! Compiling openssl-sys v0.7.17 Oct 13 01:35:30.975 INFO kablam! Compiling time v0.1.35 Oct 13 01:35:35.007 INFO kablam! Compiling date v0.1.3 Oct 13 01:35:36.231 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 13 01:35:36.231 INFO kablam! Compiling openssl v0.7.14 Oct 13 01:35:44.908 INFO kablam! Compiling openssl-verify v0.1.0 Oct 13 01:35:44.979 INFO kablam! Compiling cookie v0.2.5 Oct 13 01:35:47.350 INFO kablam! Compiling hyper v0.9.12 Oct 13 01:35:55.863 INFO kablam! Compiling CConv v0.1.0 (/source) Oct 13 01:35:56.827 INFO kablam! warning: unused imports: `ParseFloatError`, `ParseIntError` Oct 13 01:35:56.827 INFO kablam! --> src/io.rs:2:16 Oct 13 01:35:56.827 INFO kablam! | Oct 13 01:35:56.827 INFO kablam! 2 | use std::num::{ParseFloatError, ParseIntError}; Oct 13 01:35:56.827 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:35:56.827 INFO kablam! | Oct 13 01:35:56.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:35:56.827 INFO kablam! Oct 13 01:35:56.969 INFO kablam! warning: unused variable: `e` Oct 13 01:35:56.969 INFO kablam! --> src/io.rs:87:40 Oct 13 01:35:56.969 INFO kablam! | Oct 13 01:35:56.969 INFO kablam! 87 | user_input.parse::().map_err(|e| Error::new(ErrorKind::InvalidInput, "Invalid amount")) Oct 13 01:35:56.969 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:35:56.969 INFO kablam! | Oct 13 01:35:56.969 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:35:56.969 INFO kablam! Oct 13 01:35:56.969 INFO kablam! warning: unused variable: `x` Oct 13 01:35:56.969 INFO kablam! --> src/io.rs:187:19 Oct 13 01:35:56.969 INFO kablam! | Oct 13 01:35:56.969 INFO kablam! 187 | while let Err(x) = from_inp { Oct 13 01:35:56.969 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:56.969 INFO kablam! Oct 13 01:35:56.969 INFO kablam! warning: unused variable: `x` Oct 13 01:35:56.969 INFO kablam! --> src/io.rs:211:19 Oct 13 01:35:56.969 INFO kablam! | Oct 13 01:35:56.969 INFO kablam! 211 | while let Err(x) = result { Oct 13 01:35:56.969 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:56.970 INFO kablam! Oct 13 01:35:56.970 INFO kablam! warning: unused variable: `x` Oct 13 01:35:56.970 INFO kablam! --> src/main.rs:24:19 Oct 13 01:35:56.970 INFO kablam! | Oct 13 01:35:56.970 INFO kablam! 24 | while let Err(x) = user_input { Oct 13 01:35:56.970 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:56.970 INFO kablam! Oct 13 01:35:57.015 INFO kablam! warning: constant item is never used: `CURRENCY_CONVERSION_URL` Oct 13 01:35:57.015 INFO kablam! --> src/currency_data_proxy.rs:17:1 Oct 13 01:35:57.015 INFO kablam! | Oct 13 01:35:57.015 INFO kablam! 17 | const CURRENCY_CONVERSION_URL: &'static str = "http://free.currencyconverterapi.com/api/v3/convert?q={}&compact=ultra"; Oct 13 01:35:57.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:57.015 INFO kablam! | Oct 13 01:35:57.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:35:57.016 INFO kablam! Oct 13 01:35:57.016 INFO kablam! warning: crate `CConv` should have a snake case name such as `cconv` Oct 13 01:35:57.016 INFO kablam! | Oct 13 01:35:57.016 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:35:57.016 INFO kablam! Oct 13 01:35:57.017 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:57.017 INFO kablam! --> src/io.rs:49:9 Oct 13 01:35:57.017 INFO kablam! | Oct 13 01:35:57.017 INFO kablam! 49 | let userInput: UserInput = UserInput { Oct 13 01:35:57.017 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:57.017 INFO kablam! Oct 13 01:35:57.018 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:57.018 INFO kablam! --> src/io.rs:249:9 Oct 13 01:35:57.018 INFO kablam! | Oct 13 01:35:57.018 INFO kablam! 249 | let userInput: UserInput = UserInput { Oct 13 01:35:57.018 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:57.018 INFO kablam! Oct 13 01:35:57.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:57.018 INFO kablam! --> src/currency_data_proxy.rs:23:5 Oct 13 01:35:57.018 INFO kablam! | Oct 13 01:35:57.018 INFO kablam! 23 | response.read_to_string(&mut response_string); Oct 13 01:35:57.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:57.018 INFO kablam! | Oct 13 01:35:57.018 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:35:57.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:57.018 INFO kablam! Oct 13 01:35:57.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:57.018 INFO kablam! --> src/currency_data_proxy.rs:67:5 Oct 13 01:35:57.018 INFO kablam! | Oct 13 01:35:57.018 INFO kablam! 67 | response.read_to_string(&mut response_string); Oct 13 01:35:57.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:57.018 INFO kablam! | Oct 13 01:35:57.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:57.018 INFO kablam! Oct 13 01:35:59.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.57s Oct 13 01:35:59.374 INFO kablam! su: No module specific data is present Oct 13 01:36:00.221 INFO running `"docker" "rm" "-f" "95ee4d0af1fd28c0aaacc2fab9fc7968f0cc3f6a38a3d54a421cbea5e5ab50f5"` Oct 13 01:36:00.499 INFO blam! 95ee4d0af1fd28c0aaacc2fab9fc7968f0cc3f6a38a3d54a421cbea5e5ab50f5 Oct 13 01:36:00.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:36:01.047 INFO blam! 166a9c5d5495e5a165b616fa9e04d337747b05047a8c4700ef4459a5c6acc934 Oct 13 01:36:01.055 INFO running `"docker" "start" "-a" "166a9c5d5495e5a165b616fa9e04d337747b05047a8c4700ef4459a5c6acc934"` Oct 13 01:36:02.495 INFO kablam! usermod: no changes Oct 13 01:36:02.671 INFO kablam! Compiling CConv v0.1.0 (/source) Oct 13 01:36:03.503 INFO kablam! warning: unused imports: `ParseFloatError`, `ParseIntError` Oct 13 01:36:03.503 INFO kablam! --> src/io.rs:2:16 Oct 13 01:36:03.503 INFO kablam! | Oct 13 01:36:03.503 INFO kablam! 2 | use std::num::{ParseFloatError, ParseIntError}; Oct 13 01:36:03.503 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:36:03.503 INFO kablam! | Oct 13 01:36:03.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:36:03.503 INFO kablam! Oct 13 01:36:03.636 INFO kablam! warning: unused variable: `e` Oct 13 01:36:03.636 INFO kablam! --> src/io.rs:87:40 Oct 13 01:36:03.636 INFO kablam! | Oct 13 01:36:03.636 INFO kablam! 87 | user_input.parse::().map_err(|e| Error::new(ErrorKind::InvalidInput, "Invalid amount")) Oct 13 01:36:03.637 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:36:03.637 INFO kablam! | Oct 13 01:36:03.637 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:36:03.637 INFO kablam! Oct 13 01:36:03.638 INFO kablam! warning: unused variable: `x` Oct 13 01:36:03.638 INFO kablam! --> src/io.rs:187:19 Oct 13 01:36:03.638 INFO kablam! | Oct 13 01:36:03.639 INFO kablam! 187 | while let Err(x) = from_inp { Oct 13 01:36:03.639 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:36:03.639 INFO kablam! Oct 13 01:36:03.639 INFO kablam! warning: unused variable: `x` Oct 13 01:36:03.640 INFO kablam! --> src/io.rs:211:19 Oct 13 01:36:03.640 INFO kablam! | Oct 13 01:36:03.640 INFO kablam! 211 | while let Err(x) = result { Oct 13 01:36:03.640 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:36:03.641 INFO kablam! Oct 13 01:36:03.641 INFO kablam! warning: unused variable: `x` Oct 13 01:36:03.641 INFO kablam! --> src/main.rs:24:19 Oct 13 01:36:03.642 INFO kablam! | Oct 13 01:36:03.642 INFO kablam! 24 | while let Err(x) = user_input { Oct 13 01:36:03.642 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:36:03.643 INFO kablam! Oct 13 01:36:03.704 INFO kablam! warning: constant item is never used: `CURRENCY_CONVERSION_URL` Oct 13 01:36:03.704 INFO kablam! --> src/currency_data_proxy.rs:17:1 Oct 13 01:36:03.705 INFO kablam! | Oct 13 01:36:03.705 INFO kablam! 17 | const CURRENCY_CONVERSION_URL: &'static str = "http://free.currencyconverterapi.com/api/v3/convert?q={}&compact=ultra"; Oct 13 01:36:03.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:36:03.705 INFO kablam! | Oct 13 01:36:03.706 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:36:03.706 INFO kablam! Oct 13 01:36:03.706 INFO kablam! warning: crate `CConv` should have a snake case name such as `cconv` Oct 13 01:36:03.707 INFO kablam! | Oct 13 01:36:03.707 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:36:03.707 INFO kablam! Oct 13 01:36:03.707 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:36:03.708 INFO kablam! --> src/io.rs:49:9 Oct 13 01:36:03.708 INFO kablam! | Oct 13 01:36:03.708 INFO kablam! 49 | let userInput: UserInput = UserInput { Oct 13 01:36:03.708 INFO kablam! | ^^^^^^^^^ Oct 13 01:36:03.709 INFO kablam! Oct 13 01:36:03.709 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:36:03.709 INFO kablam! --> src/io.rs:249:9 Oct 13 01:36:03.709 INFO kablam! | Oct 13 01:36:03.710 INFO kablam! 249 | let userInput: UserInput = UserInput { Oct 13 01:36:03.710 INFO kablam! | ^^^^^^^^^ Oct 13 01:36:03.710 INFO kablam! Oct 13 01:36:03.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:36:03.711 INFO kablam! --> src/currency_data_proxy.rs:23:5 Oct 13 01:36:03.711 INFO kablam! | Oct 13 01:36:03.711 INFO kablam! 23 | response.read_to_string(&mut response_string); Oct 13 01:36:03.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:36:03.711 INFO kablam! | Oct 13 01:36:03.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:36:03.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:36:03.711 INFO kablam! Oct 13 01:36:03.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:36:03.711 INFO kablam! --> src/currency_data_proxy.rs:67:5 Oct 13 01:36:03.711 INFO kablam! | Oct 13 01:36:03.711 INFO kablam! 67 | response.read_to_string(&mut response_string); Oct 13 01:36:03.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:36:03.711 INFO kablam! | Oct 13 01:36:03.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:36:03.711 INFO kablam! Oct 13 01:36:04.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 13 01:36:04.428 INFO kablam! su: No module specific data is present Oct 13 01:36:05.647 INFO running `"docker" "rm" "-f" "166a9c5d5495e5a165b616fa9e04d337747b05047a8c4700ef4459a5c6acc934"` Oct 13 01:36:06.007 INFO blam! 166a9c5d5495e5a165b616fa9e04d337747b05047a8c4700ef4459a5c6acc934 Oct 13 01:36:06.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:36:06.503 INFO blam! 3c8364c27783a633cdcab952b83a6614a6947f8b1dc3566e1f03faaa68608044 Oct 13 01:36:06.505 INFO running `"docker" "start" "-a" "3c8364c27783a633cdcab952b83a6614a6947f8b1dc3566e1f03faaa68608044"` Oct 13 01:36:07.811 INFO kablam! usermod: no changes Oct 13 01:36:07.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 13 01:36:07.987 INFO kablam! Running /target/debug/deps/CConv-eedbc512bb42e708 Oct 13 01:36:07.987 INFO blam! Oct 13 01:36:07.987 INFO blam! running 0 tests Oct 13 01:36:07.987 INFO blam! Oct 13 01:36:07.987 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:36:07.987 INFO blam! Oct 13 01:36:07.988 INFO kablam! su: No module specific data is present Oct 13 01:36:08.968 INFO running `"docker" "rm" "-f" "3c8364c27783a633cdcab952b83a6614a6947f8b1dc3566e1f03faaa68608044"` Oct 13 01:36:09.251 INFO blam! 3c8364c27783a633cdcab952b83a6614a6947f8b1dc3566e1f03faaa68608044