Oct 15 05:05:23.106 INFO testing adilson-pereira/todo-list against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:05:23.106 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 15 05:05:23.530 INFO blam! f1b628a55bcff4be275b7bb8c06ee1ecd6daceb11e131905dbe334a42938539d Oct 15 05:05:23.530 INFO running `"docker" "start" "-a" "f1b628a55bcff4be275b7bb8c06ee1ecd6daceb11e131905dbe334a42938539d"` Oct 15 05:05:25.797 INFO kablam! usermod: no changes Oct 15 05:05:25.967 INFO kablam! Compiling fallible-iterator v0.1.5 Oct 15 05:05:25.967 INFO kablam! Compiling memchr v1.0.2 Oct 15 05:05:25.979 INFO kablam! Compiling socket2 v0.3.7 Oct 15 05:05:25.987 INFO kablam! Compiling stringprep v0.1.2 Oct 15 05:05:26.003 INFO kablam! Compiling hmac v0.5.0 Oct 15 05:05:30.755 INFO kablam! Compiling postgres-protocol v0.3.2 Oct 15 05:05:33.155 INFO kablam! Compiling postgres-shared v0.4.1 Oct 15 05:05:36.891 INFO kablam! Compiling postgres v0.15.2 Oct 15 05:05:42.104 INFO kablam! Compiling todo-list v0.1.0 (/source) Oct 15 05:05:43.451 INFO kablam! warning: unused import: `std::io` Oct 15 05:05:43.451 INFO kablam! --> src/main.rs:1:5 Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! 1 | use std::io; Oct 15 05:05:43.451 INFO kablam! | ^^^^^^^ Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:05:43.451 INFO kablam! Oct 15 05:05:43.451 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:43.451 INFO kablam! --> src/main.rs:37:19 Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! 37 | if(user_answer == 1){ Oct 15 05:05:43.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:05:43.451 INFO kablam! Oct 15 05:05:43.451 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:43.451 INFO kablam! --> src/main.rs:45:19 Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! 45 | if(user_answer == 2){ Oct 15 05:05:43.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:43.451 INFO kablam! Oct 15 05:05:43.451 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:43.451 INFO kablam! --> src/main.rs:52:19 Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! 52 | if(user_answer == 3){ Oct 15 05:05:43.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:43.451 INFO kablam! Oct 15 05:05:43.451 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:43.451 INFO kablam! --> src/main.rs:61:19 Oct 15 05:05:43.451 INFO kablam! | Oct 15 05:05:43.451 INFO kablam! 61 | if(user_answer == 4){ Oct 15 05:05:43.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:43.451 INFO kablam! Oct 15 05:05:43.584 INFO kablam! warning: value assigned to `db_adress` is never read Oct 15 05:05:43.595 INFO kablam! --> src/main.rs:74:17 Oct 15 05:05:43.595 INFO kablam! | Oct 15 05:05:43.595 INFO kablam! 74 | let mut db_adress = String::new(); Oct 15 05:05:43.596 INFO kablam! | ^^^^^^^^^ Oct 15 05:05:43.596 INFO kablam! | Oct 15 05:05:43.596 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:05:43.596 INFO kablam! Oct 15 05:05:43.596 INFO kablam! warning: value assigned to `db_name` is never read Oct 15 05:05:43.597 INFO kablam! --> src/main.rs:75:17 Oct 15 05:05:43.597 INFO kablam! | Oct 15 05:05:43.597 INFO kablam! 75 | let mut db_name = String::new(); Oct 15 05:05:43.598 INFO kablam! | ^^^^^^^ Oct 15 05:05:43.598 INFO kablam! Oct 15 05:05:43.599 INFO kablam! warning: value assigned to `db_user` is never read Oct 15 05:05:43.599 INFO kablam! --> src/main.rs:76:17 Oct 15 05:05:43.599 INFO kablam! | Oct 15 05:05:43.600 INFO kablam! 76 | let mut db_user = String::new(); Oct 15 05:05:43.600 INFO kablam! | ^^^^^^^ Oct 15 05:05:43.600 INFO kablam! Oct 15 05:05:43.601 INFO kablam! warning: value assigned to `db_user_password` is never read Oct 15 05:05:43.601 INFO kablam! --> src/main.rs:77:17 Oct 15 05:05:43.603 INFO kablam! | Oct 15 05:05:43.604 INFO kablam! 77 | let mut db_user_password = String::new(); Oct 15 05:05:43.604 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:05:43.604 INFO kablam! Oct 15 05:05:43.636 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:05:43.636 INFO kablam! --> src/main.rs:62:21 Oct 15 05:05:43.636 INFO kablam! | Oct 15 05:05:43.636 INFO kablam! 62 | connection.finish(); Oct 15 05:05:43.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:05:43.636 INFO kablam! | Oct 15 05:05:43.636 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:05:43.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:05:43.636 INFO kablam! Oct 15 05:05:45.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.56s Oct 15 05:05:45.391 INFO kablam! su: No module specific data is present Oct 15 05:05:46.199 INFO running `"docker" "rm" "-f" "f1b628a55bcff4be275b7bb8c06ee1ecd6daceb11e131905dbe334a42938539d"` Oct 15 05:05:46.555 INFO blam! f1b628a55bcff4be275b7bb8c06ee1ecd6daceb11e131905dbe334a42938539d Oct 15 05:05:46.564 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 15 05:05:47.044 INFO blam! f58ed8583f174a4503d6b1de75aa94df3a9bfd780c8dbe78ab4bd20eda0eaa5e Oct 15 05:05:47.051 INFO running `"docker" "start" "-a" "f58ed8583f174a4503d6b1de75aa94df3a9bfd780c8dbe78ab4bd20eda0eaa5e"` Oct 15 05:05:48.687 INFO kablam! usermod: no changes Oct 15 05:05:48.866 INFO kablam! Compiling todo-list v0.1.0 (/source) Oct 15 05:05:50.367 INFO kablam! warning: unused import: `std::io` Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:1:5 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 1 | use std::io; Oct 15 05:05:50.367 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.367 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:37:19 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 37 | if(user_answer == 1){ Oct 15 05:05:50.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.368 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.368 INFO kablam! --> src/main.rs:45:19 Oct 15 05:05:50.368 INFO kablam! | Oct 15 05:05:50.368 INFO kablam! 45 | if(user_answer == 2){ Oct 15 05:05:50.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.368 INFO kablam! Oct 15 05:05:50.368 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.368 INFO kablam! --> src/main.rs:52:19 Oct 15 05:05:50.368 INFO kablam! | Oct 15 05:05:50.368 INFO kablam! 52 | if(user_answer == 3){ Oct 15 05:05:50.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.368 INFO kablam! Oct 15 05:05:50.368 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.368 INFO kablam! --> src/main.rs:61:19 Oct 15 05:05:50.368 INFO kablam! | Oct 15 05:05:50.368 INFO kablam! 61 | if(user_answer == 4){ Oct 15 05:05:50.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.368 INFO kablam! Oct 15 05:05:50.507 INFO kablam! warning: value assigned to `db_adress` is never read Oct 15 05:05:50.507 INFO kablam! --> src/main.rs:74:17 Oct 15 05:05:50.507 INFO kablam! | Oct 15 05:05:50.507 INFO kablam! 74 | let mut db_adress = String::new(); Oct 15 05:05:50.507 INFO kablam! | ^^^^^^^^^ Oct 15 05:05:50.507 INFO kablam! | Oct 15 05:05:50.507 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:05:50.507 INFO kablam! Oct 15 05:05:50.507 INFO kablam! warning: value assigned to `db_name` is never read Oct 15 05:05:50.507 INFO kablam! --> src/main.rs:75:17 Oct 15 05:05:50.507 INFO kablam! | Oct 15 05:05:50.507 INFO kablam! 75 | let mut db_name = String::new(); Oct 15 05:05:50.507 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.507 INFO kablam! Oct 15 05:05:50.507 INFO kablam! warning: value assigned to `db_user` is never read Oct 15 05:05:50.507 INFO kablam! --> src/main.rs:76:17 Oct 15 05:05:50.507 INFO kablam! | Oct 15 05:05:50.507 INFO kablam! 76 | let mut db_user = String::new(); Oct 15 05:05:50.507 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.507 INFO kablam! Oct 15 05:05:50.507 INFO kablam! warning: value assigned to `db_user_password` is never read Oct 15 05:05:50.507 INFO kablam! --> src/main.rs:77:17 Oct 15 05:05:50.507 INFO kablam! | Oct 15 05:05:50.507 INFO kablam! 77 | let mut db_user_password = String::new(); Oct 15 05:05:50.507 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:05:50.515 INFO kablam! Oct 15 05:05:50.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:05:50.567 INFO kablam! --> src/main.rs:62:21 Oct 15 05:05:50.567 INFO kablam! | Oct 15 05:05:50.567 INFO kablam! 62 | connection.finish(); Oct 15 05:05:50.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:05:50.567 INFO kablam! | Oct 15 05:05:50.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:05:50.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:05:50.567 INFO kablam! Oct 15 05:05:51.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 15 05:05:51.107 INFO kablam! su: No module specific data is present Oct 15 05:05:52.243 INFO running `"docker" "rm" "-f" "f58ed8583f174a4503d6b1de75aa94df3a9bfd780c8dbe78ab4bd20eda0eaa5e"` Oct 15 05:05:52.468 INFO blam! f58ed8583f174a4503d6b1de75aa94df3a9bfd780c8dbe78ab4bd20eda0eaa5e Oct 15 05:05:52.475 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 15 05:05:52.904 INFO blam! c6b06d63f67bc63ecb6ef6a603bc3e94496e8cd28417c7f8384b1fa44d41f4cb Oct 15 05:05:52.909 INFO running `"docker" "start" "-a" "c6b06d63f67bc63ecb6ef6a603bc3e94496e8cd28417c7f8384b1fa44d41f4cb"` Oct 15 05:05:54.342 INFO kablam! usermod: no changes Oct 15 05:05:54.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 05:05:54.511 INFO kablam! Running /target/debug/deps/todo_list-5cb2927f7305c71f Oct 15 05:05:54.519 INFO blam! Oct 15 05:05:54.519 INFO blam! running 0 tests Oct 15 05:05:54.519 INFO blam! Oct 15 05:05:54.519 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:05:54.519 INFO blam! Oct 15 05:05:54.527 INFO kablam! su: No module specific data is present Oct 15 05:05:55.268 INFO running `"docker" "rm" "-f" "c6b06d63f67bc63ecb6ef6a603bc3e94496e8cd28417c7f8384b1fa44d41f4cb"` Oct 15 05:05:55.671 INFO blam! c6b06d63f67bc63ecb6ef6a603bc3e94496e8cd28417c7f8384b1fa44d41f4cb