Oct 13 01:35:29.071 INFO testing saikrir/CConv against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:35:29.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:35:29.499 INFO blam! 06c0a1048135d3249a6f9828599083c6e4ac9f3150feb144938400d8b1416954 Oct 13 01:35:29.501 INFO running `"docker" "start" "-a" "06c0a1048135d3249a6f9828599083c6e4ac9f3150feb144938400d8b1416954"` Oct 13 01:35:30.835 INFO kablam! usermod: no changes Oct 13 01:35:31.023 INFO kablam! Compiling serde v0.8.19 Oct 13 01:35:31.023 INFO kablam! Compiling num_cpus v1.1.0 Oct 13 01:35:31.047 INFO kablam! Compiling date v0.1.3 Oct 13 01:35:32.883 INFO kablam! Compiling hyper v0.9.12 Oct 13 01:35:42.643 INFO kablam! Compiling serde_json v0.8.3 Oct 13 01:35:48.307 INFO kablam! Compiling CConv v0.1.0 (/source) Oct 13 01:35:49.075 INFO kablam! warning: unused imports: `ParseFloatError`, `ParseIntError` Oct 13 01:35:49.075 INFO kablam! --> src/io.rs:2:16 Oct 13 01:35:49.075 INFO kablam! | Oct 13 01:35:49.075 INFO kablam! 2 | use std::num::{ParseFloatError, ParseIntError}; Oct 13 01:35:49.075 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:35:49.075 INFO kablam! | Oct 13 01:35:49.075 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:35:49.075 INFO kablam! Oct 13 01:35:49.195 INFO kablam! warning: unused variable: `e` Oct 13 01:35:49.195 INFO kablam! --> src/io.rs:87:40 Oct 13 01:35:49.195 INFO kablam! | Oct 13 01:35:49.195 INFO kablam! 87 | user_input.parse::().map_err(|e| Error::new(ErrorKind::InvalidInput, "Invalid amount")) Oct 13 01:35:49.195 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:35:49.195 INFO kablam! | Oct 13 01:35:49.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:35:49.195 INFO kablam! Oct 13 01:35:49.195 INFO kablam! warning: unused variable: `x` Oct 13 01:35:49.195 INFO kablam! --> src/io.rs:187:19 Oct 13 01:35:49.195 INFO kablam! | Oct 13 01:35:49.195 INFO kablam! 187 | while let Err(x) = from_inp { Oct 13 01:35:49.195 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:49.195 INFO kablam! Oct 13 01:35:49.195 INFO kablam! warning: unused variable: `x` Oct 13 01:35:49.195 INFO kablam! --> src/io.rs:211:19 Oct 13 01:35:49.195 INFO kablam! | Oct 13 01:35:49.195 INFO kablam! 211 | while let Err(x) = result { Oct 13 01:35:49.195 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:49.195 INFO kablam! Oct 13 01:35:49.195 INFO kablam! warning: unused variable: `x` Oct 13 01:35:49.195 INFO kablam! --> src/main.rs:24:19 Oct 13 01:35:49.195 INFO kablam! | Oct 13 01:35:49.195 INFO kablam! 24 | while let Err(x) = user_input { Oct 13 01:35:49.195 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:49.195 INFO kablam! Oct 13 01:35:49.239 INFO kablam! warning: constant item is never used: `CURRENCY_CONVERSION_URL` Oct 13 01:35:49.239 INFO kablam! --> src/currency_data_proxy.rs:17:1 Oct 13 01:35:49.239 INFO kablam! | Oct 13 01:35:49.239 INFO kablam! 17 | const CURRENCY_CONVERSION_URL: &'static str = "http://free.currencyconverterapi.com/api/v3/convert?q={}&compact=ultra"; Oct 13 01:35:49.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:49.239 INFO kablam! | Oct 13 01:35:49.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:35:49.239 INFO kablam! Oct 13 01:35:49.248 INFO kablam! warning: crate `CConv` should have a snake case name such as `cconv` Oct 13 01:35:49.248 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:35:49.249 INFO kablam! Oct 13 01:35:49.249 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:49.249 INFO kablam! --> src/io.rs:49:9 Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! 49 | let userInput: UserInput = UserInput { Oct 13 01:35:49.249 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:49.249 INFO kablam! Oct 13 01:35:49.249 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:49.249 INFO kablam! --> src/io.rs:249:9 Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! 249 | let userInput: UserInput = UserInput { Oct 13 01:35:49.249 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:49.249 INFO kablam! Oct 13 01:35:49.249 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:49.249 INFO kablam! --> src/currency_data_proxy.rs:23:5 Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! 23 | response.read_to_string(&mut response_string); Oct 13 01:35:49.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:35:49.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:49.249 INFO kablam! Oct 13 01:35:49.249 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:49.249 INFO kablam! --> src/currency_data_proxy.rs:67:5 Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! 67 | response.read_to_string(&mut response_string); Oct 13 01:35:49.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:49.249 INFO kablam! | Oct 13 01:35:49.249 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:49.249 INFO kablam! Oct 13 01:35:51.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.90s Oct 13 01:35:51.779 INFO kablam! su: No module specific data is present Oct 13 01:35:52.923 INFO running `"docker" "rm" "-f" "06c0a1048135d3249a6f9828599083c6e4ac9f3150feb144938400d8b1416954"` Oct 13 01:35:53.240 INFO blam! 06c0a1048135d3249a6f9828599083c6e4ac9f3150feb144938400d8b1416954 Oct 13 01:35:53.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:35:53.731 INFO blam! af16271bd465ae5feab0188ebf9064c1cacd9bba150c4a3d9ee5fdb62a9e1092 Oct 13 01:35:53.736 INFO running `"docker" "start" "-a" "af16271bd465ae5feab0188ebf9064c1cacd9bba150c4a3d9ee5fdb62a9e1092"` Oct 13 01:35:54.795 INFO kablam! usermod: no changes Oct 13 01:35:54.963 INFO kablam! Compiling CConv v0.1.0 (/source) Oct 13 01:35:55.782 INFO kablam! warning: unused imports: `ParseFloatError`, `ParseIntError` Oct 13 01:35:55.782 INFO kablam! --> src/io.rs:2:16 Oct 13 01:35:55.782 INFO kablam! | Oct 13 01:35:55.782 INFO kablam! 2 | use std::num::{ParseFloatError, ParseIntError}; Oct 13 01:35:55.782 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:35:55.782 INFO kablam! | Oct 13 01:35:55.782 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:35:55.782 INFO kablam! Oct 13 01:35:55.915 INFO kablam! warning: unused variable: `e` Oct 13 01:35:55.915 INFO kablam! --> src/io.rs:87:40 Oct 13 01:35:55.915 INFO kablam! | Oct 13 01:35:55.915 INFO kablam! 87 | user_input.parse::().map_err(|e| Error::new(ErrorKind::InvalidInput, "Invalid amount")) Oct 13 01:35:55.915 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:35:55.915 INFO kablam! | Oct 13 01:35:55.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:35:55.915 INFO kablam! Oct 13 01:35:55.915 INFO kablam! warning: unused variable: `x` Oct 13 01:35:55.915 INFO kablam! --> src/io.rs:187:19 Oct 13 01:35:55.915 INFO kablam! | Oct 13 01:35:55.915 INFO kablam! 187 | while let Err(x) = from_inp { Oct 13 01:35:55.915 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:55.915 INFO kablam! Oct 13 01:35:55.915 INFO kablam! warning: unused variable: `x` Oct 13 01:35:55.915 INFO kablam! --> src/io.rs:211:19 Oct 13 01:35:55.915 INFO kablam! | Oct 13 01:35:55.915 INFO kablam! 211 | while let Err(x) = result { Oct 13 01:35:55.915 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:55.915 INFO kablam! Oct 13 01:35:55.923 INFO kablam! warning: unused variable: `x` Oct 13 01:35:55.923 INFO kablam! --> src/main.rs:24:19 Oct 13 01:35:55.923 INFO kablam! | Oct 13 01:35:55.923 INFO kablam! 24 | while let Err(x) = user_input { Oct 13 01:35:55.923 INFO kablam! | ^ help: consider using `_x` instead Oct 13 01:35:55.923 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: constant item is never used: `CURRENCY_CONVERSION_URL` Oct 13 01:35:55.979 INFO kablam! --> src/currency_data_proxy.rs:17:1 Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! 17 | const CURRENCY_CONVERSION_URL: &'static str = "http://free.currencyconverterapi.com/api/v3/convert?q={}&compact=ultra"; Oct 13 01:35:55.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: crate `CConv` should have a snake case name such as `cconv` Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:55.979 INFO kablam! --> src/io.rs:49:9 Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! 49 | let userInput: UserInput = UserInput { Oct 13 01:35:55.979 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: variable `userInput` should have a snake case name such as `user_input` Oct 13 01:35:55.979 INFO kablam! --> src/io.rs:249:9 Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! 249 | let userInput: UserInput = UserInput { Oct 13 01:35:55.979 INFO kablam! | ^^^^^^^^^ Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:55.979 INFO kablam! --> src/currency_data_proxy.rs:23:5 Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! 23 | response.read_to_string(&mut response_string); Oct 13 01:35:55.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:35:55.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:55.979 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:35:55.979 INFO kablam! --> src/currency_data_proxy.rs:67:5 Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! 67 | response.read_to_string(&mut response_string); Oct 13 01:35:55.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:35:55.979 INFO kablam! | Oct 13 01:35:55.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:35:55.979 INFO kablam! Oct 13 01:35:56.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 13 01:35:56.563 INFO kablam! su: No module specific data is present Oct 13 01:35:57.130 INFO running `"docker" "rm" "-f" "af16271bd465ae5feab0188ebf9064c1cacd9bba150c4a3d9ee5fdb62a9e1092"` Oct 13 01:35:57.436 INFO blam! af16271bd465ae5feab0188ebf9064c1cacd9bba150c4a3d9ee5fdb62a9e1092 Oct 13 01:35:57.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:35:57.891 INFO blam! 307d16089068f09163656289b4479a51cf721a22b3c78c95c0f2a7df45e730a8 Oct 13 01:35:57.897 INFO running `"docker" "start" "-a" "307d16089068f09163656289b4479a51cf721a22b3c78c95c0f2a7df45e730a8"` Oct 13 01:35:59.341 INFO kablam! usermod: no changes Oct 13 01:35:59.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 13 01:35:59.523 INFO kablam! Running /target/debug/deps/CConv-ac0d84e72a524158 Oct 13 01:35:59.531 INFO kablam! su: No module specific data is present Oct 13 01:35:59.531 INFO blam! Oct 13 01:35:59.531 INFO blam! running 0 tests Oct 13 01:35:59.531 INFO blam! Oct 13 01:35:59.531 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:35:59.531 INFO blam! Oct 13 01:36:00.359 INFO running `"docker" "rm" "-f" "307d16089068f09163656289b4479a51cf721a22b3c78c95c0f2a7df45e730a8"` Oct 13 01:36:00.656 INFO blam! 307d16089068f09163656289b4479a51cf721a22b3c78c95c0f2a7df45e730a8