Oct 14 12:11:43.602 INFO testing masakichi82/rust_gotham_sample against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:11:43.604 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 14 12:11:44.314 INFO blam! 3ebe46d272fa761dd6d7b558a2bfc9678d63e7c73558b9c861c7e43fd44fd224 Oct 14 12:11:44.317 INFO running `"docker" "start" "-a" "3ebe46d272fa761dd6d7b558a2bfc9678d63e7c73558b9c861c7e43fd44fd224"` Oct 14 12:11:45.946 INFO kablam! usermod: no changes Oct 14 12:11:46.335 INFO kablam! Compiling num-traits v0.2.4 Oct 14 12:11:46.335 INFO kablam! Compiling num-integer v0.1.38 Oct 14 12:11:46.335 INFO kablam! Compiling crossbeam v0.3.2 Oct 14 12:11:46.335 INFO kablam! Compiling log v0.4.2 Oct 14 12:11:46.335 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 12:11:46.335 INFO kablam! Compiling relay v0.1.1 Oct 14 12:11:46.335 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 12:11:46.335 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 12:11:49.336 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 14 12:11:49.338 INFO kablam! Compiling syn v0.12.15 Oct 14 12:11:51.052 INFO kablam! Compiling serde_json v1.0.20 Oct 14 12:11:52.232 INFO kablam! Compiling bincode v1.0.0 Oct 14 12:11:53.777 INFO kablam! Compiling mio v0.6.14 Oct 14 12:11:54.369 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 12:11:54.396 INFO kablam! Compiling log v0.3.9 Oct 14 12:11:57.923 INFO kablam! Compiling want v0.0.4 Oct 14 12:11:58.044 INFO kablam! Compiling regex v0.2.11 Oct 14 12:11:59.015 INFO kablam! Compiling mime v0.3.7 Oct 14 12:12:00.972 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 14 12:12:04.803 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 14 12:12:09.879 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 12:12:29.240 INFO kablam! Compiling cargo_metadata v0.5.6 Oct 14 12:12:29.328 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 12:12:29.647 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 12:12:29.719 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 12:12:30.247 INFO kablam! Compiling gotham_derive v0.2.1 Oct 14 12:12:31.491 INFO kablam! Compiling chrono v0.4.3 Oct 14 12:12:34.624 INFO kablam! Compiling tokio v0.1.7 Oct 14 12:12:42.292 INFO kablam! Compiling skeptic v0.13.3 Oct 14 12:12:43.016 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 12:12:47.627 INFO kablam! Compiling borrow-bag v1.0.0 Oct 14 12:12:49.571 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 12:12:53.545 INFO kablam! Compiling hyper v0.11.27 Oct 14 12:13:05.079 INFO kablam! Compiling gotham v0.2.1 Oct 14 12:13:12.255 INFO kablam! Compiling rust_gotham_sample v0.1.0 (/source) Oct 14 12:13:12.802 INFO kablam! warning: unused import: `gotham::http::response::create_response` Oct 14 12:13:12.802 INFO kablam! --> src/handlers.rs:1:5 Oct 14 12:13:12.802 INFO kablam! | Oct 14 12:13:12.802 INFO kablam! 1 | use gotham::http::response::create_response; Oct 14 12:13:12.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:12.803 INFO kablam! | Oct 14 12:13:12.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:13:12.804 INFO kablam! Oct 14 12:13:12.804 INFO kablam! warning: unused import: `gotham::state::State` Oct 14 12:13:12.804 INFO kablam! --> src/handlers.rs:2:5 Oct 14 12:13:12.805 INFO kablam! | Oct 14 12:13:12.805 INFO kablam! 2 | use gotham::state::State; Oct 14 12:13:12.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:12.805 INFO kablam! Oct 14 12:13:12.806 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 14 12:13:12.806 INFO kablam! --> src/handlers.rs:3:13 Oct 14 12:13:12.806 INFO kablam! | Oct 14 12:13:12.806 INFO kablam! 3 | use hyper::{Response, StatusCode}; Oct 14 12:13:12.807 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 14 12:13:12.807 INFO kablam! Oct 14 12:13:12.807 INFO kablam! warning: unused import: `mime` Oct 14 12:13:12.808 INFO kablam! --> src/handlers.rs:4:5 Oct 14 12:13:12.808 INFO kablam! | Oct 14 12:13:12.808 INFO kablam! 4 | use mime; Oct 14 12:13:12.809 INFO kablam! | ^^^^ Oct 14 12:13:12.809 INFO kablam! Oct 14 12:13:12.809 INFO kablam! warning: unused macro definition Oct 14 12:13:12.810 INFO kablam! --> src/handlers.rs:6:1 Oct 14 12:13:12.810 INFO kablam! | Oct 14 12:13:12.810 INFO kablam! 6 | / macro_rules! generic_handler { Oct 14 12:13:12.811 INFO kablam! 7 | | ($($t:ident),*) => { $( Oct 14 12:13:12.811 INFO kablam! 8 | | pub fn $t(state: State) -> (State, Response) { Oct 14 12:13:12.811 INFO kablam! 9 | | let res = create_response( Oct 14 12:13:12.811 INFO kablam! ... | Oct 14 12:13:12.812 INFO kablam! 16 | | } Oct 14 12:13:12.812 INFO kablam! 17 | | )+ }} Oct 14 12:13:12.817 INFO kablam! | |_________^ Oct 14 12:13:12.817 INFO kablam! | Oct 14 12:13:12.817 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 12:13:12.817 INFO kablam! Oct 14 12:13:12.817 INFO kablam! warning: unused import: `Body` Oct 14 12:13:12.817 INFO kablam! --> src/controllers/get.rs:1:34 Oct 14 12:13:12.817 INFO kablam! | Oct 14 12:13:12.817 INFO kablam! 1 | use hyper::{Response, StatusCode,Body, Headers, HttpVersion, Method, Uri}; Oct 14 12:13:12.817 INFO kablam! | ^^^^ Oct 14 12:13:12.817 INFO kablam! Oct 14 12:13:12.897 INFO kablam! warning: variable does not need to be mutable Oct 14 12:13:12.897 INFO kablam! --> src/controllers/get.rs:8:14 Oct 14 12:13:12.897 INFO kablam! | Oct 14 12:13:12.897 INFO kablam! 8 | pub fn index(mut state: State) -> (State, Response){ Oct 14 12:13:12.897 INFO kablam! | ----^^^^^ Oct 14 12:13:12.897 INFO kablam! | | Oct 14 12:13:12.897 INFO kablam! | help: remove this `mut` Oct 14 12:13:12.897 INFO kablam! | Oct 14 12:13:12.897 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:13:12.897 INFO kablam! Oct 14 12:13:12.949 INFO kablam! warning: function `getExample` should have a snake case name such as `get_example` Oct 14 12:13:12.949 INFO kablam! --> src/controllers/get.rs:26:1 Oct 14 12:13:12.950 INFO kablam! | Oct 14 12:13:12.950 INFO kablam! 26 | / pub fn getExample(state: State) -> (State, Response) { Oct 14 12:13:12.950 INFO kablam! 27 | | Oct 14 12:13:12.951 INFO kablam! 28 | | let txt = "http://localhost:7878/get/param?name=aaaa\nhttp://localhost:7878/get/json?name=aaaa\n"; Oct 14 12:13:12.951 INFO kablam! 29 | | Oct 14 12:13:12.951 INFO kablam! ... | Oct 14 12:13:12.951 INFO kablam! 35 | | (state, response) Oct 14 12:13:12.952 INFO kablam! 36 | | } Oct 14 12:13:12.952 INFO kablam! | |_^ Oct 14 12:13:12.952 INFO kablam! | Oct 14 12:13:12.953 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:13:12.953 INFO kablam! Oct 14 12:13:12.953 INFO kablam! warning: function `toJson` should have a snake case name such as `to_json` Oct 14 12:13:12.953 INFO kablam! --> src/controllers/get.rs:50:1 Oct 14 12:13:12.954 INFO kablam! | Oct 14 12:13:12.954 INFO kablam! 50 | / pub fn toJson(mut state: State) -> (State, Response) { Oct 14 12:13:12.954 INFO kablam! 51 | | Oct 14 12:13:12.954 INFO kablam! 52 | | let query_param = QueryStringExtractor::try_take_from(&mut state).unwrap(); Oct 14 12:13:12.955 INFO kablam! 53 | | let j = serde_json::to_string(&query_param).unwrap(); Oct 14 12:13:12.955 INFO kablam! ... | Oct 14 12:13:12.955 INFO kablam! 60 | | (state, response) Oct 14 12:13:12.956 INFO kablam! 61 | | } Oct 14 12:13:12.956 INFO kablam! | |_^ Oct 14 12:13:12.956 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused imports: `Get`, `Head` Oct 14 12:13:14.123 INFO kablam! --> src/main.rs:12:13 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 12 | use hyper::{Get, Head}; Oct 14 12:13:14.123 INFO kablam! | ^^^ ^^^^ Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:13:14.123 INFO kablam! --> src/main.rs:14:1 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 14 | #[macro_use] Oct 14 12:13:14.123 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:13:14.123 INFO kablam! --> src/main.rs:16:1 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 16 | #[macro_use] Oct 14 12:13:14.123 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused import: `gotham::http::response::create_response` Oct 14 12:13:14.123 INFO kablam! --> src/handlers.rs:1:5 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 1 | use gotham::http::response::create_response; Oct 14 12:13:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused import: `gotham::state::State` Oct 14 12:13:14.123 INFO kablam! --> src/handlers.rs:2:5 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 2 | use gotham::state::State; Oct 14 12:13:14.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 14 12:13:14.123 INFO kablam! --> src/handlers.rs:3:13 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 3 | use hyper::{Response, StatusCode}; Oct 14 12:13:14.123 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused import: `mime` Oct 14 12:13:14.123 INFO kablam! --> src/handlers.rs:4:5 Oct 14 12:13:14.123 INFO kablam! | Oct 14 12:13:14.123 INFO kablam! 4 | use mime; Oct 14 12:13:14.123 INFO kablam! | ^^^^ Oct 14 12:13:14.123 INFO kablam! Oct 14 12:13:14.123 INFO kablam! warning: unused macro definition Oct 14 12:13:14.124 INFO kablam! --> src/handlers.rs:6:1 Oct 14 12:13:14.124 INFO kablam! | Oct 14 12:13:14.124 INFO kablam! 6 | / macro_rules! generic_handler { Oct 14 12:13:14.124 INFO kablam! 7 | | ($($t:ident),*) => { $( Oct 14 12:13:14.124 INFO kablam! 8 | | pub fn $t(state: State) -> (State, Response) { Oct 14 12:13:14.124 INFO kablam! 9 | | let res = create_response( Oct 14 12:13:14.124 INFO kablam! ... | Oct 14 12:13:14.124 INFO kablam! 16 | | } Oct 14 12:13:14.124 INFO kablam! 17 | | )+ }} Oct 14 12:13:14.124 INFO kablam! | |_________^ Oct 14 12:13:14.124 INFO kablam! | Oct 14 12:13:14.124 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 12:13:14.124 INFO kablam! Oct 14 12:13:14.124 INFO kablam! warning: unused import: `self::handlers::*` Oct 14 12:13:14.124 INFO kablam! --> src/main.rs:21:5 Oct 14 12:13:14.124 INFO kablam! | Oct 14 12:13:14.124 INFO kablam! 21 | use self::handlers::*; Oct 14 12:13:14.124 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:13:14.124 INFO kablam! Oct 14 12:13:20.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 14 12:13:20.508 INFO kablam! su: No module specific data is present Oct 14 12:13:21.675 INFO running `"docker" "rm" "-f" "3ebe46d272fa761dd6d7b558a2bfc9678d63e7c73558b9c861c7e43fd44fd224"` Oct 14 12:13:21.933 INFO blam! 3ebe46d272fa761dd6d7b558a2bfc9678d63e7c73558b9c861c7e43fd44fd224 Oct 14 12:13:21.964 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 14 12:13:22.388 INFO blam! e5f6c3989cd9363569dcedfce83aa190cf5f90d9612e39ef2bdc4a952e137137 Oct 14 12:13:22.403 INFO running `"docker" "start" "-a" "e5f6c3989cd9363569dcedfce83aa190cf5f90d9612e39ef2bdc4a952e137137"` Oct 14 12:13:23.887 INFO kablam! usermod: no changes Oct 14 12:13:24.191 INFO kablam! Compiling rust_gotham_sample v0.1.0 (/source) Oct 14 12:13:25.287 INFO kablam! warning: unused import: `gotham::http::response::create_response` Oct 14 12:13:25.287 INFO kablam! --> src/handlers.rs:1:5 Oct 14 12:13:25.287 INFO kablam! | Oct 14 12:13:25.287 INFO kablam! 1 | use gotham::http::response::create_response; Oct 14 12:13:25.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.289 INFO kablam! warning: unused import: `gotham::state::State` Oct 14 12:13:25.289 INFO kablam! --> src/handlers.rs:2:5 Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! 2 | use gotham::state::State; Oct 14 12:13:25.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.289 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 14 12:13:25.289 INFO kablam! --> src/handlers.rs:3:13 Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! 3 | use hyper::{Response, StatusCode}; Oct 14 12:13:25.289 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.289 INFO kablam! warning: unused import: `mime` Oct 14 12:13:25.289 INFO kablam! --> src/handlers.rs:4:5 Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! 4 | use mime; Oct 14 12:13:25.289 INFO kablam! | ^^^^ Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.289 INFO kablam! warning: unused macro definition Oct 14 12:13:25.289 INFO kablam! --> src/handlers.rs:6:1 Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! 6 | / macro_rules! generic_handler { Oct 14 12:13:25.289 INFO kablam! 7 | | ($($t:ident),*) => { $( Oct 14 12:13:25.289 INFO kablam! 8 | | pub fn $t(state: State) -> (State, Response) { Oct 14 12:13:25.289 INFO kablam! 9 | | let res = create_response( Oct 14 12:13:25.289 INFO kablam! ... | Oct 14 12:13:25.289 INFO kablam! 16 | | } Oct 14 12:13:25.289 INFO kablam! 17 | | )+ }} Oct 14 12:13:25.289 INFO kablam! | |_________^ Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.289 INFO kablam! warning: unused import: `Body` Oct 14 12:13:25.289 INFO kablam! --> src/controllers/get.rs:1:34 Oct 14 12:13:25.289 INFO kablam! | Oct 14 12:13:25.289 INFO kablam! 1 | use hyper::{Response, StatusCode,Body, Headers, HttpVersion, Method, Uri}; Oct 14 12:13:25.289 INFO kablam! | ^^^^ Oct 14 12:13:25.289 INFO kablam! Oct 14 12:13:25.429 INFO kablam! warning: variable does not need to be mutable Oct 14 12:13:25.429 INFO kablam! --> src/controllers/get.rs:8:14 Oct 14 12:13:25.429 INFO kablam! | Oct 14 12:13:25.429 INFO kablam! 8 | pub fn index(mut state: State) -> (State, Response){ Oct 14 12:13:25.429 INFO kablam! | ----^^^^^ Oct 14 12:13:25.429 INFO kablam! | | Oct 14 12:13:25.429 INFO kablam! | help: remove this `mut` Oct 14 12:13:25.429 INFO kablam! | Oct 14 12:13:25.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:13:25.435 INFO kablam! Oct 14 12:13:25.443 INFO kablam! warning: unused imports: `Get`, `Head` Oct 14 12:13:25.443 INFO kablam! --> src/main.rs:12:13 Oct 14 12:13:25.443 INFO kablam! | Oct 14 12:13:25.443 INFO kablam! 12 | use hyper::{Get, Head}; Oct 14 12:13:25.443 INFO kablam! | ^^^ ^^^^ Oct 14 12:13:25.443 INFO kablam! | Oct 14 12:13:25.443 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:13:25.443 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:13:25.444 INFO kablam! --> src/main.rs:14:1 Oct 14 12:13:25.444 INFO kablam! | Oct 14 12:13:25.444 INFO kablam! 14 | #[macro_use] Oct 14 12:13:25.444 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:13:25.444 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:13:25.444 INFO kablam! --> src/main.rs:16:1 Oct 14 12:13:25.444 INFO kablam! | Oct 14 12:13:25.444 INFO kablam! 16 | #[macro_use] Oct 14 12:13:25.444 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:13:25.444 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused import: `gotham::http::response::create_response` Oct 14 12:13:25.444 INFO kablam! --> src/handlers.rs:1:5 Oct 14 12:13:25.444 INFO kablam! | Oct 14 12:13:25.444 INFO kablam! 1 | use gotham::http::response::create_response; Oct 14 12:13:25.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:25.444 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused import: `gotham::state::State` Oct 14 12:13:25.444 INFO kablam! --> src/handlers.rs:2:5 Oct 14 12:13:25.444 INFO kablam! | Oct 14 12:13:25.444 INFO kablam! 2 | use gotham::state::State; Oct 14 12:13:25.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:13:25.444 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 14 12:13:25.444 INFO kablam! --> src/handlers.rs:3:13 Oct 14 12:13:25.444 INFO kablam! | Oct 14 12:13:25.444 INFO kablam! 3 | use hyper::{Response, StatusCode}; Oct 14 12:13:25.444 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 14 12:13:25.444 INFO kablam! Oct 14 12:13:25.444 INFO kablam! warning: unused import: `mime` Oct 14 12:13:25.445 INFO kablam! --> src/handlers.rs:4:5 Oct 14 12:13:25.445 INFO kablam! | Oct 14 12:13:25.445 INFO kablam! 4 | use mime; Oct 14 12:13:25.445 INFO kablam! | ^^^^ Oct 14 12:13:25.445 INFO kablam! Oct 14 12:13:25.445 INFO kablam! warning: unused macro definition Oct 14 12:13:25.445 INFO kablam! --> src/handlers.rs:6:1 Oct 14 12:13:25.445 INFO kablam! | Oct 14 12:13:25.445 INFO kablam! 6 | / macro_rules! generic_handler { Oct 14 12:13:25.445 INFO kablam! 7 | | ($($t:ident),*) => { $( Oct 14 12:13:25.445 INFO kablam! 8 | | pub fn $t(state: State) -> (State, Response) { Oct 14 12:13:25.445 INFO kablam! 9 | | let res = create_response( Oct 14 12:13:25.445 INFO kablam! ... | Oct 14 12:13:25.445 INFO kablam! 16 | | } Oct 14 12:13:25.445 INFO kablam! 17 | | )+ }} Oct 14 12:13:25.445 INFO kablam! | |_________^ Oct 14 12:13:25.445 INFO kablam! | Oct 14 12:13:25.445 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 12:13:25.445 INFO kablam! Oct 14 12:13:25.445 INFO kablam! warning: unused import: `self::handlers::*` Oct 14 12:13:25.445 INFO kablam! --> src/main.rs:21:5 Oct 14 12:13:25.445 INFO kablam! | Oct 14 12:13:25.445 INFO kablam! 21 | use self::handlers::*; Oct 14 12:13:25.445 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:13:25.445 INFO kablam! Oct 14 12:13:25.531 INFO kablam! warning: function `getExample` should have a snake case name such as `get_example` Oct 14 12:13:25.531 INFO kablam! --> src/controllers/get.rs:26:1 Oct 14 12:13:25.531 INFO kablam! | Oct 14 12:13:25.531 INFO kablam! 26 | / pub fn getExample(state: State) -> (State, Response) { Oct 14 12:13:25.531 INFO kablam! 27 | | Oct 14 12:13:25.531 INFO kablam! 28 | | let txt = "http://localhost:7878/get/param?name=aaaa\nhttp://localhost:7878/get/json?name=aaaa\n"; Oct 14 12:13:25.531 INFO kablam! 29 | | Oct 14 12:13:25.531 INFO kablam! ... | Oct 14 12:13:25.531 INFO kablam! 35 | | (state, response) Oct 14 12:13:25.531 INFO kablam! 36 | | } Oct 14 12:13:25.531 INFO kablam! | |_^ Oct 14 12:13:25.531 INFO kablam! | Oct 14 12:13:25.531 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:13:25.531 INFO kablam! Oct 14 12:13:25.531 INFO kablam! warning: function `toJson` should have a snake case name such as `to_json` Oct 14 12:13:25.531 INFO kablam! --> src/controllers/get.rs:50:1 Oct 14 12:13:25.531 INFO kablam! | Oct 14 12:13:25.531 INFO kablam! 50 | / pub fn toJson(mut state: State) -> (State, Response) { Oct 14 12:13:25.531 INFO kablam! 51 | | Oct 14 12:13:25.531 INFO kablam! 52 | | let query_param = QueryStringExtractor::try_take_from(&mut state).unwrap(); Oct 14 12:13:25.531 INFO kablam! 53 | | let j = serde_json::to_string(&query_param).unwrap(); Oct 14 12:13:25.531 INFO kablam! ... | Oct 14 12:13:25.531 INFO kablam! 60 | | (state, response) Oct 14 12:13:25.531 INFO kablam! 61 | | } Oct 14 12:13:25.531 INFO kablam! | |_^ Oct 14 12:13:25.531 INFO kablam! Oct 14 12:13:26.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 14 12:13:26.439 INFO kablam! su: No module specific data is present Oct 14 12:13:27.369 INFO running `"docker" "rm" "-f" "e5f6c3989cd9363569dcedfce83aa190cf5f90d9612e39ef2bdc4a952e137137"` Oct 14 12:13:27.647 INFO blam! e5f6c3989cd9363569dcedfce83aa190cf5f90d9612e39ef2bdc4a952e137137 Oct 14 12:13:27.651 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 14 12:13:28.221 INFO blam! 16dcf9e972410b1b1d0a501a10287b5b88b4e9720cefee6b0df133f5021aa837 Oct 14 12:13:28.223 INFO running `"docker" "start" "-a" "16dcf9e972410b1b1d0a501a10287b5b88b4e9720cefee6b0df133f5021aa837"` Oct 14 12:13:29.523 INFO kablam! usermod: no changes Oct 14 12:13:29.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 14 12:13:29.843 INFO kablam! Running /target/debug/deps/rust_gotham_sample-dee58f75158ddbde Oct 14 12:13:29.843 INFO kablam! Running /target/debug/deps/rust_gotham_sample-af4e8f94913b89ac Oct 14 12:13:29.843 INFO blam! Oct 14 12:13:29.843 INFO blam! running 0 tests Oct 14 12:13:29.843 INFO blam! Oct 14 12:13:29.843 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:13:29.843 INFO blam! Oct 14 12:13:29.846 INFO blam! Oct 14 12:13:29.846 INFO blam! running 0 tests Oct 14 12:13:29.846 INFO blam! Oct 14 12:13:29.846 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:13:29.846 INFO blam! Oct 14 12:13:29.846 INFO kablam! Doc-tests rust_gotham_sample Oct 14 12:13:30.808 INFO blam! Oct 14 12:13:30.809 INFO blam! running 0 tests Oct 14 12:13:30.809 INFO blam! Oct 14 12:13:30.810 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:13:30.810 INFO blam! Oct 14 12:13:30.827 INFO kablam! su: No module specific data is present Oct 14 12:13:31.953 INFO running `"docker" "rm" "-f" "16dcf9e972410b1b1d0a501a10287b5b88b4e9720cefee6b0df133f5021aa837"` Oct 14 12:13:32.270 INFO blam! 16dcf9e972410b1b1d0a501a10287b5b88b4e9720cefee6b0df133f5021aa837