Oct 11 04:02:26.019 INFO testing UraPortuga/rust_exemple against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:02:26.019 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:02:26.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:02:26.156 INFO blam! 6ccadd9f15cbefd368a14f56598e8c049a00a93413c8f36e126f9bb408d6d598 Oct 11 04:02:26.157 INFO running `"docker" "start" "-a" "6ccadd9f15cbefd368a14f56598e8c049a00a93413c8f36e126f9bb408d6d598"` Oct 11 04:02:26.542 INFO kablam! usermod: no changes Oct 11 04:02:26.664 INFO kablam! Compiling serde v1.0.28 Oct 11 04:02:26.665 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 11 04:02:26.668 INFO kablam! Compiling mio v0.6.14 Oct 11 04:02:26.668 INFO kablam! Compiling tokio-io v0.1.5 Oct 11 04:02:29.656 INFO kablam! Compiling tokio-core v0.1.12 Oct 11 04:02:34.213 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 04:02:38.529 INFO kablam! Compiling hyper v0.11.22 Oct 11 04:02:40.197 INFO kablam! Compiling serde_json v1.0.10 Oct 11 04:02:50.200 INFO kablam! Compiling hyper_test v0.1.0 (/source) Oct 11 04:02:53.356 INFO kablam! warning: unused imports: `Body`, `Chunk`, `Uri` Oct 11 04:02:53.356 INFO kablam! --> src/routes/file_response.rs:7:62 Oct 11 04:02:53.356 INFO kablam! | Oct 11 04:02:53.356 INFO kablam! 7 | use routes::file_response::hyper::{Get, Request, StatusCode, Body, Chunk, Uri}; Oct 11 04:02:53.356 INFO kablam! | ^^^^ ^^^^^ ^^^ Oct 11 04:02:53.356 INFO kablam! | Oct 11 04:02:53.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:02:53.356 INFO kablam! Oct 11 04:02:53.356 INFO kablam! warning: unused imports: `Http`, `Request as OtherRequest` Oct 11 04:02:53.356 INFO kablam! --> src/routes/file_response.rs:9:44 Oct 11 04:02:53.356 INFO kablam! | Oct 11 04:02:53.356 INFO kablam! 9 | use routes::file_response::hyper::server::{Http, Request as OtherRequest, Response, Service}; Oct 11 04:02:53.356 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:53.356 INFO kablam! Oct 11 04:02:53.356 INFO kablam! warning: unused import: `mpsc` Oct 11 04:02:53.356 INFO kablam! --> src/routes/file_response.rs:10:44 Oct 11 04:02:53.356 INFO kablam! | Oct 11 04:02:53.356 INFO kablam! 10 | use routes::file_response::futures::sync::{mpsc, oneshot}; Oct 11 04:02:53.356 INFO kablam! | ^^^^ Oct 11 04:02:53.356 INFO kablam! Oct 11 04:02:53.356 INFO kablam! warning: unused import: `Read` Oct 11 04:02:53.356 INFO kablam! --> src/routes/file_response.rs:14:27 Oct 11 04:02:53.356 INFO kablam! | Oct 11 04:02:53.356 INFO kablam! 14 | use std::io::{self, copy, Read}; Oct 11 04:02:53.356 INFO kablam! | ^^^^ Oct 11 04:02:53.356 INFO kablam! Oct 11 04:02:53.440 INFO kablam! warning: static variable `Path_File` should have an upper case name such as `PATH_FILE` Oct 11 04:02:53.440 INFO kablam! --> src/routes/file_response.rs:18:1 Oct 11 04:02:53.440 INFO kablam! | Oct 11 04:02:53.440 INFO kablam! 18 | static Path_File: &str = "C://Users/uracir.santos/projects/hyper_test/src/files/get.credit.card.bill.id.response.json"; Oct 11 04:02:53.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:53.440 INFO kablam! | Oct 11 04:02:53.440 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:02:53.440 INFO kablam! Oct 11 04:02:56.822 INFO kablam! warning: unused import: `hyper_test::routes::hello_world::HelloWorld` Oct 11 04:02:56.822 INFO kablam! --> src/main.rs:5:5 Oct 11 04:02:56.822 INFO kablam! | Oct 11 04:02:56.822 INFO kablam! 5 | use hyper_test::routes::hello_world::HelloWorld; Oct 11 04:02:56.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:56.822 INFO kablam! | Oct 11 04:02:56.822 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:02:56.822 INFO kablam! Oct 11 04:02:56.822 INFO kablam! warning: unused import: `hyper_test::routes::echo` Oct 11 04:02:56.822 INFO kablam! --> src/main.rs:6:5 Oct 11 04:02:56.822 INFO kablam! | Oct 11 04:02:56.822 INFO kablam! 6 | use hyper_test::routes::echo; Oct 11 04:02:56.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:56.822 INFO kablam! Oct 11 04:02:59.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.63s Oct 11 04:02:59.203 INFO kablam! su: No module specific data is present Oct 11 04:02:59.716 INFO running `"docker" "rm" "-f" "6ccadd9f15cbefd368a14f56598e8c049a00a93413c8f36e126f9bb408d6d598"` Oct 11 04:02:59.816 INFO blam! 6ccadd9f15cbefd368a14f56598e8c049a00a93413c8f36e126f9bb408d6d598 Oct 11 04:02:59.820 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:02:59.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:03:00.105 INFO blam! 0f85b1d39eabc9490b2866f42c99fe3cd7b277096ff2227410237a1c75be51a7 Oct 11 04:03:00.107 INFO running `"docker" "start" "-a" "0f85b1d39eabc9490b2866f42c99fe3cd7b277096ff2227410237a1c75be51a7"` Oct 11 04:03:00.811 INFO kablam! usermod: no changes Oct 11 04:03:00.904 INFO kablam! Compiling hyper_test v0.1.0 (/source) Oct 11 04:03:04.512 INFO kablam! warning: unused imports: `Body`, `Chunk`, `Uri` Oct 11 04:03:04.513 INFO kablam! --> src/routes/file_response.rs:7:62 Oct 11 04:03:04.513 INFO kablam! | Oct 11 04:03:04.513 INFO kablam! 7 | use routes::file_response::hyper::{Get, Request, StatusCode, Body, Chunk, Uri}; Oct 11 04:03:04.514 INFO kablam! | ^^^^ ^^^^^ ^^^ Oct 11 04:03:04.514 INFO kablam! | Oct 11 04:03:04.514 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:03:04.515 INFO kablam! Oct 11 04:03:04.515 INFO kablam! warning: unused imports: `Http`, `Request as OtherRequest` Oct 11 04:03:04.515 INFO kablam! --> src/routes/file_response.rs:9:44 Oct 11 04:03:04.516 INFO kablam! | Oct 11 04:03:04.516 INFO kablam! 9 | use routes::file_response::hyper::server::{Http, Request as OtherRequest, Response, Service}; Oct 11 04:03:04.516 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:03:04.516 INFO kablam! Oct 11 04:03:04.517 INFO kablam! warning: unused import: `mpsc` Oct 11 04:03:04.517 INFO kablam! --> src/routes/file_response.rs:10:44 Oct 11 04:03:04.517 INFO kablam! | Oct 11 04:03:04.518 INFO kablam! 10 | use routes::file_response::futures::sync::{mpsc, oneshot}; Oct 11 04:03:04.518 INFO kablam! | ^^^^ Oct 11 04:03:04.518 INFO kablam! Oct 11 04:03:04.519 INFO kablam! warning: unused import: `Read` Oct 11 04:03:04.519 INFO kablam! --> src/routes/file_response.rs:14:27 Oct 11 04:03:04.519 INFO kablam! | Oct 11 04:03:04.519 INFO kablam! 14 | use std::io::{self, copy, Read}; Oct 11 04:03:04.520 INFO kablam! | ^^^^ Oct 11 04:03:04.520 INFO kablam! Oct 11 04:03:04.620 INFO kablam! warning: static variable `Path_File` should have an upper case name such as `PATH_FILE` Oct 11 04:03:04.620 INFO kablam! --> src/routes/file_response.rs:18:1 Oct 11 04:03:04.620 INFO kablam! | Oct 11 04:03:04.620 INFO kablam! 18 | static Path_File: &str = "C://Users/uracir.santos/projects/hyper_test/src/files/get.credit.card.bill.id.response.json"; Oct 11 04:03:04.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:03:04.620 INFO kablam! | Oct 11 04:03:04.620 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:03:04.620 INFO kablam! Oct 11 04:03:05.012 INFO kablam! warning: unused import: `hyper_test::routes::hello_world::HelloWorld` Oct 11 04:03:05.012 INFO kablam! --> src/main.rs:5:5 Oct 11 04:03:05.012 INFO kablam! | Oct 11 04:03:05.012 INFO kablam! 5 | use hyper_test::routes::hello_world::HelloWorld; Oct 11 04:03:05.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:03:05.012 INFO kablam! | Oct 11 04:03:05.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:03:05.012 INFO kablam! Oct 11 04:03:05.012 INFO kablam! warning: unused import: `hyper_test::routes::echo` Oct 11 04:03:05.012 INFO kablam! --> src/main.rs:6:5 Oct 11 04:03:05.012 INFO kablam! | Oct 11 04:03:05.012 INFO kablam! 6 | use hyper_test::routes::echo; Oct 11 04:03:05.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:03:05.012 INFO kablam! Oct 11 04:03:05.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.87s Oct 11 04:03:05.743 INFO kablam! su: No module specific data is present Oct 11 04:03:06.470 INFO running `"docker" "rm" "-f" "0f85b1d39eabc9490b2866f42c99fe3cd7b277096ff2227410237a1c75be51a7"` Oct 11 04:03:06.668 INFO blam! 0f85b1d39eabc9490b2866f42c99fe3cd7b277096ff2227410237a1c75be51a7 Oct 11 04:03:06.672 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:03:06.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:03:07.090 INFO blam! 8f0045b24a6126afb0fffe0987419b3d088d20ccb64eec9b2cf010207af3243c Oct 11 04:03:07.092 INFO running `"docker" "start" "-a" "8f0045b24a6126afb0fffe0987419b3d088d20ccb64eec9b2cf010207af3243c"` Oct 11 04:03:07.990 INFO kablam! usermod: no changes Oct 11 04:03:08.024 INFO kablam! Blocking waiting for file lock on the registry index Oct 11 04:03:08.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 04:03:08.143 INFO blam! Oct 11 04:03:08.143 INFO kablam! Running /target/debug/deps/hyper_test-332ae49c1433ef3c Oct 11 04:03:08.143 INFO blam! running 0 tests Oct 11 04:03:08.143 INFO blam! Oct 11 04:03:08.143 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:03:08.143 INFO blam! Oct 11 04:03:08.144 INFO kablam! Running /target/debug/deps/hyper_test-3a0bfc6b3f9ce669 Oct 11 04:03:08.148 INFO kablam! Doc-tests hyper_test Oct 11 04:03:08.148 INFO blam! Oct 11 04:03:08.148 INFO blam! running 0 tests Oct 11 04:03:08.148 INFO blam! Oct 11 04:03:08.148 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:03:08.148 INFO blam! Oct 11 04:03:14.055 INFO blam! Oct 11 04:03:14.055 INFO blam! running 0 tests Oct 11 04:03:14.055 INFO blam! Oct 11 04:03:14.055 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:03:14.055 INFO blam! Oct 11 04:03:14.073 INFO kablam! su: No module specific data is present Oct 11 04:03:14.748 INFO running `"docker" "rm" "-f" "8f0045b24a6126afb0fffe0987419b3d088d20ccb64eec9b2cf010207af3243c"` Oct 11 04:03:15.080 INFO blam! 8f0045b24a6126afb0fffe0987419b3d088d20ccb64eec9b2cf010207af3243c