Oct 15 05:05:22.024 INFO testing adilson-pereira/todo-list against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:05:22.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:05:22.575 INFO blam! 8cd3969d020e855d677a0f78b7a142e976eb0e688319888cd17e0fdae46870b2 Oct 15 05:05:22.577 INFO running `"docker" "start" "-a" "8cd3969d020e855d677a0f78b7a142e976eb0e688319888cd17e0fdae46870b2"` Oct 15 05:05:23.714 INFO kablam! usermod: no changes Oct 15 05:05:23.886 INFO kablam! Compiling text_io v0.1.7 Oct 15 05:05:23.886 INFO kablam! Compiling memchr v1.0.2 Oct 15 05:05:23.899 INFO kablam! Compiling socket2 v0.3.7 Oct 15 05:05:23.899 INFO kablam! Compiling stringprep v0.1.2 Oct 15 05:05:23.899 INFO kablam! Compiling sha2 v0.7.1 Oct 15 05:05:29.523 INFO kablam! Compiling postgres-protocol v0.3.2 Oct 15 05:05:31.987 INFO kablam! Compiling postgres-shared v0.4.1 Oct 15 05:05:35.880 INFO kablam! Compiling postgres v0.15.2 Oct 15 05:05:41.627 INFO kablam! Compiling todo-list v0.1.0 (/source) Oct 15 05:05:42.955 INFO kablam! warning: unused import: `std::io` Oct 15 05:05:42.955 INFO kablam! --> src/main.rs:1:5 Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! 1 | use std::io; Oct 15 05:05:42.955 INFO kablam! | ^^^^^^^ Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:05:42.955 INFO kablam! Oct 15 05:05:42.955 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:42.955 INFO kablam! --> src/main.rs:37:19 Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! 37 | if(user_answer == 1){ Oct 15 05:05:42.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:05:42.955 INFO kablam! Oct 15 05:05:42.955 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:42.955 INFO kablam! --> src/main.rs:45:19 Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! 45 | if(user_answer == 2){ Oct 15 05:05:42.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:42.955 INFO kablam! Oct 15 05:05:42.955 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:42.955 INFO kablam! --> src/main.rs:52:19 Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! 52 | if(user_answer == 3){ Oct 15 05:05:42.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:42.955 INFO kablam! Oct 15 05:05:42.955 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:42.955 INFO kablam! --> src/main.rs:61:19 Oct 15 05:05:42.955 INFO kablam! | Oct 15 05:05:42.955 INFO kablam! 61 | if(user_answer == 4){ Oct 15 05:05:42.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:42.955 INFO kablam! Oct 15 05:05:43.075 INFO kablam! warning: value assigned to `db_adress` is never read Oct 15 05:05:43.075 INFO kablam! --> src/main.rs:74:17 Oct 15 05:05:43.075 INFO kablam! | Oct 15 05:05:43.076 INFO kablam! 74 | let mut db_adress = String::new(); Oct 15 05:05:43.076 INFO kablam! | ^^^^^^^^^ Oct 15 05:05:43.076 INFO kablam! | Oct 15 05:05:43.076 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 05:05:43.076 INFO kablam! Oct 15 05:05:43.077 INFO kablam! warning: value assigned to `db_name` is never read Oct 15 05:05:43.077 INFO kablam! --> src/main.rs:75:17 Oct 15 05:05:43.077 INFO kablam! | Oct 15 05:05:43.077 INFO kablam! 75 | let mut db_name = String::new(); Oct 15 05:05:43.077 INFO kablam! | ^^^^^^^ Oct 15 05:05:43.078 INFO kablam! Oct 15 05:05:43.078 INFO kablam! warning: value assigned to `db_user` is never read Oct 15 05:05:43.078 INFO kablam! --> src/main.rs:76:17 Oct 15 05:05:43.078 INFO kablam! | Oct 15 05:05:43.078 INFO kablam! 76 | let mut db_user = String::new(); Oct 15 05:05:43.079 INFO kablam! | ^^^^^^^ Oct 15 05:05:43.079 INFO kablam! Oct 15 05:05:43.079 INFO kablam! warning: value assigned to `db_user_password` is never read Oct 15 05:05:43.079 INFO kablam! --> src/main.rs:77:17 Oct 15 05:05:43.079 INFO kablam! | Oct 15 05:05:43.079 INFO kablam! 77 | let mut db_user_password = String::new(); Oct 15 05:05:43.080 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:05:43.080 INFO kablam! Oct 15 05:05:43.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:05:43.139 INFO kablam! --> src/main.rs:62:21 Oct 15 05:05:43.140 INFO kablam! | Oct 15 05:05:43.140 INFO kablam! 62 | connection.finish(); Oct 15 05:05:43.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:05:43.140 INFO kablam! | Oct 15 05:05:43.141 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:05:43.141 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:05:43.141 INFO kablam! Oct 15 05:05:44.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.24s Oct 15 05:05:45.007 INFO kablam! su: No module specific data is present Oct 15 05:05:46.042 INFO running `"docker" "rm" "-f" "8cd3969d020e855d677a0f78b7a142e976eb0e688319888cd17e0fdae46870b2"` Oct 15 05:05:46.403 INFO blam! 8cd3969d020e855d677a0f78b7a142e976eb0e688319888cd17e0fdae46870b2 Oct 15 05:05:46.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:05:46.973 INFO blam! 5d01ad7e29be634a913d131a1fc355bc0f915153a93b1cf4518a6fa88ca38001 Oct 15 05:05:46.975 INFO running `"docker" "start" "-a" "5d01ad7e29be634a913d131a1fc355bc0f915153a93b1cf4518a6fa88ca38001"` Oct 15 05:05:48.463 INFO kablam! usermod: no changes Oct 15 05:05:48.561 INFO kablam! Compiling todo-list v0.1.0 (/source) Oct 15 05:05:50.223 INFO kablam! warning: unused import: `std::io` Oct 15 05:05:50.223 INFO kablam! --> src/main.rs:1:5 Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! 1 | use std::io; Oct 15 05:05:50.223 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:05:50.223 INFO kablam! Oct 15 05:05:50.223 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.223 INFO kablam! --> src/main.rs:37:19 Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! 37 | if(user_answer == 1){ Oct 15 05:05:50.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:05:50.223 INFO kablam! Oct 15 05:05:50.223 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.223 INFO kablam! --> src/main.rs:45:19 Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! 45 | if(user_answer == 2){ Oct 15 05:05:50.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.223 INFO kablam! Oct 15 05:05:50.223 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.223 INFO kablam! --> src/main.rs:52:19 Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! 52 | if(user_answer == 3){ Oct 15 05:05:50.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.223 INFO kablam! Oct 15 05:05:50.223 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:05:50.223 INFO kablam! --> src/main.rs:61:19 Oct 15 05:05:50.223 INFO kablam! | Oct 15 05:05:50.223 INFO kablam! 61 | if(user_answer == 4){ Oct 15 05:05:50.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:05:50.223 INFO kablam! Oct 15 05:05:50.367 INFO kablam! warning: value assigned to `db_adress` is never read Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:74:17 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 74 | let mut db_adress = String::new(); 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_assignments)] on by default Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.367 INFO kablam! warning: value assigned to `db_name` is never read Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:75:17 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 75 | let mut db_name = String::new(); Oct 15 05:05:50.367 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.367 INFO kablam! warning: value assigned to `db_user` is never read Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:76:17 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 76 | let mut db_user = String::new(); Oct 15 05:05:50.367 INFO kablam! | ^^^^^^^ Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.367 INFO kablam! warning: value assigned to `db_user_password` is never read Oct 15 05:05:50.367 INFO kablam! --> src/main.rs:77:17 Oct 15 05:05:50.367 INFO kablam! | Oct 15 05:05:50.367 INFO kablam! 77 | let mut db_user_password = String::new(); Oct 15 05:05:50.367 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:05:50.367 INFO kablam! Oct 15 05:05:50.451 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:05:50.451 INFO kablam! --> src/main.rs:62:21 Oct 15 05:05:50.451 INFO kablam! | Oct 15 05:05:50.451 INFO kablam! 62 | connection.finish(); Oct 15 05:05:50.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:05:50.451 INFO kablam! | Oct 15 05:05:50.451 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:05:50.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:05:50.451 INFO kablam! Oct 15 05:05:51.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 15 05:05:51.023 INFO kablam! su: No module specific data is present Oct 15 05:05:51.947 INFO running `"docker" "rm" "-f" "5d01ad7e29be634a913d131a1fc355bc0f915153a93b1cf4518a6fa88ca38001"` Oct 15 05:05:52.235 INFO blam! 5d01ad7e29be634a913d131a1fc355bc0f915153a93b1cf4518a6fa88ca38001 Oct 15 05:05:52.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:05:52.809 INFO blam! b4599d53a1355b190cd3584d89b06cf489477ad4eafb268bcaeb019d7cd86e12 Oct 15 05:05:52.810 INFO running `"docker" "start" "-a" "b4599d53a1355b190cd3584d89b06cf489477ad4eafb268bcaeb019d7cd86e12"` Oct 15 05:05:54.135 INFO kablam! usermod: no changes Oct 15 05:05:54.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 05:05:54.267 INFO kablam! Running /target/debug/deps/todo_list-4010e4fe464644a3 Oct 15 05:05:54.273 INFO blam! Oct 15 05:05:54.273 INFO blam! running 0 tests Oct 15 05:05:54.279 INFO blam! Oct 15 05:05:54.279 INFO kablam! su: No module specific data is present Oct 15 05:05:54.279 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:05:54.279 INFO blam! Oct 15 05:05:55.194 INFO running `"docker" "rm" "-f" "b4599d53a1355b190cd3584d89b06cf489477ad4eafb268bcaeb019d7cd86e12"` Oct 15 05:05:55.531 INFO blam! b4599d53a1355b190cd3584d89b06cf489477ad4eafb268bcaeb019d7cd86e12