Oct 15 05:56:40.948 INFO testing UraPortuga/rust_exemple against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:56:40.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:56:41.128 INFO blam! f39fd21d8be54d7ca2894ea1337ae74ec27d730b85a447f2ad11717200e24a6c Oct 15 05:56:41.132 INFO running `"docker" "start" "-a" "f39fd21d8be54d7ca2894ea1337ae74ec27d730b85a447f2ad11717200e24a6c"` Oct 15 05:56:41.592 INFO kablam! usermod: no changes Oct 15 05:56:41.692 INFO kablam! Compiling serde v1.0.28 Oct 15 05:56:41.702 INFO kablam! Compiling iovec v0.1.2 Oct 15 05:56:41.703 INFO kablam! Compiling net2 v0.2.32 Oct 15 05:56:41.703 INFO kablam! Compiling relay v0.1.1 Oct 15 05:56:41.703 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 05:56:42.607 INFO kablam! Compiling bytes v0.4.6 Oct 15 05:56:43.500 INFO kablam! Compiling mio v0.6.14 Oct 15 05:56:45.044 INFO kablam! Compiling tokio-io v0.1.5 Oct 15 05:56:48.105 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 05:56:52.483 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 05:56:57.819 INFO kablam! Compiling hyper v0.11.22 Oct 15 05:57:00.795 INFO kablam! Compiling serde_json v1.0.10 Oct 15 05:57:13.482 INFO kablam! Compiling hyper_test v0.1.0 (/source) Oct 15 05:57:14.915 INFO kablam! warning: unused imports: `Body`, `Chunk`, `Uri` Oct 15 05:57:14.915 INFO kablam! --> src/routes/file_response.rs:7:62 Oct 15 05:57:14.915 INFO kablam! | Oct 15 05:57:14.915 INFO kablam! 7 | use routes::file_response::hyper::{Get, Request, StatusCode, Body, Chunk, Uri}; Oct 15 05:57:14.915 INFO kablam! | ^^^^ ^^^^^ ^^^ Oct 15 05:57:14.915 INFO kablam! | Oct 15 05:57:14.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:57:14.917 INFO kablam! Oct 15 05:57:14.917 INFO kablam! warning: unused imports: `Http`, `Request as OtherRequest` Oct 15 05:57:14.917 INFO kablam! --> src/routes/file_response.rs:9:44 Oct 15 05:57:14.917 INFO kablam! | Oct 15 05:57:14.917 INFO kablam! 9 | use routes::file_response::hyper::server::{Http, Request as OtherRequest, Response, Service}; Oct 15 05:57:14.917 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:14.917 INFO kablam! Oct 15 05:57:14.917 INFO kablam! warning: unused import: `mpsc` Oct 15 05:57:14.917 INFO kablam! --> src/routes/file_response.rs:10:44 Oct 15 05:57:14.917 INFO kablam! | Oct 15 05:57:14.917 INFO kablam! 10 | use routes::file_response::futures::sync::{mpsc, oneshot}; Oct 15 05:57:14.917 INFO kablam! | ^^^^ Oct 15 05:57:14.917 INFO kablam! Oct 15 05:57:14.917 INFO kablam! warning: unused import: `Read` Oct 15 05:57:14.917 INFO kablam! --> src/routes/file_response.rs:14:27 Oct 15 05:57:14.917 INFO kablam! | Oct 15 05:57:14.917 INFO kablam! 14 | use std::io::{self, copy, Read}; Oct 15 05:57:14.917 INFO kablam! | ^^^^ Oct 15 05:57:14.917 INFO kablam! Oct 15 05:57:15.011 INFO kablam! warning: static variable `Path_File` should have an upper case name such as `PATH_FILE` Oct 15 05:57:15.011 INFO kablam! --> src/routes/file_response.rs:18:1 Oct 15 05:57:15.011 INFO kablam! | Oct 15 05:57:15.011 INFO kablam! 18 | static Path_File: &str = "C://Users/uracir.santos/projects/hyper_test/src/files/get.credit.card.bill.id.response.json"; Oct 15 05:57:15.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:15.011 INFO kablam! | Oct 15 05:57:15.011 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 05:57:15.011 INFO kablam! Oct 15 05:57:17.357 INFO kablam! warning: unused import: `hyper_test::routes::hello_world::HelloWorld` Oct 15 05:57:17.357 INFO kablam! --> src/main.rs:5:5 Oct 15 05:57:17.358 INFO kablam! | Oct 15 05:57:17.358 INFO kablam! 5 | use hyper_test::routes::hello_world::HelloWorld; Oct 15 05:57:17.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:17.359 INFO kablam! | Oct 15 05:57:17.359 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:57:17.359 INFO kablam! Oct 15 05:57:17.360 INFO kablam! warning: unused import: `hyper_test::routes::echo` Oct 15 05:57:17.360 INFO kablam! --> src/main.rs:6:5 Oct 15 05:57:17.360 INFO kablam! | Oct 15 05:57:17.360 INFO kablam! 6 | use hyper_test::routes::echo; Oct 15 05:57:17.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:17.361 INFO kablam! Oct 15 05:57:20.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.18s Oct 15 05:57:20.799 INFO kablam! su: No module specific data is present Oct 15 05:57:22.501 INFO running `"docker" "rm" "-f" "f39fd21d8be54d7ca2894ea1337ae74ec27d730b85a447f2ad11717200e24a6c"` Oct 15 05:57:22.867 INFO blam! f39fd21d8be54d7ca2894ea1337ae74ec27d730b85a447f2ad11717200e24a6c Oct 15 05:57:22.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:57:23.477 INFO blam! 4dab2f833e2c9309c44de6bd3c2a61e0263d9f9704f25b45ae2d47ba33fe665b Oct 15 05:57:23.477 INFO running `"docker" "start" "-a" "4dab2f833e2c9309c44de6bd3c2a61e0263d9f9704f25b45ae2d47ba33fe665b"` Oct 15 05:57:24.699 INFO kablam! usermod: no changes Oct 15 05:57:24.826 INFO kablam! Compiling hyper_test v0.1.0 (/source) Oct 15 05:57:26.474 INFO kablam! warning: unused import: `hyper_test::routes::hello_world::HelloWorld` Oct 15 05:57:26.474 INFO kablam! --> src/main.rs:5:5 Oct 15 05:57:26.474 INFO kablam! | Oct 15 05:57:26.474 INFO kablam! 5 | use hyper_test::routes::hello_world::HelloWorld; Oct 15 05:57:26.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:26.474 INFO kablam! | Oct 15 05:57:26.474 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:57:26.474 INFO kablam! Oct 15 05:57:26.474 INFO kablam! warning: unused import: `hyper_test::routes::echo` Oct 15 05:57:26.474 INFO kablam! --> src/main.rs:6:5 Oct 15 05:57:26.474 INFO kablam! | Oct 15 05:57:26.474 INFO kablam! 6 | use hyper_test::routes::echo; Oct 15 05:57:26.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:26.475 INFO kablam! Oct 15 05:57:26.507 INFO kablam! warning: unused imports: `Body`, `Chunk`, `Uri` Oct 15 05:57:26.507 INFO kablam! --> src/routes/file_response.rs:7:62 Oct 15 05:57:26.507 INFO kablam! | Oct 15 05:57:26.507 INFO kablam! 7 | use routes::file_response::hyper::{Get, Request, StatusCode, Body, Chunk, Uri}; Oct 15 05:57:26.507 INFO kablam! | ^^^^ ^^^^^ ^^^ Oct 15 05:57:26.507 INFO kablam! | Oct 15 05:57:26.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:57:26.507 INFO kablam! Oct 15 05:57:26.507 INFO kablam! warning: unused imports: `Http`, `Request as OtherRequest` Oct 15 05:57:26.507 INFO kablam! --> src/routes/file_response.rs:9:44 Oct 15 05:57:26.507 INFO kablam! | Oct 15 05:57:26.507 INFO kablam! 9 | use routes::file_response::hyper::server::{Http, Request as OtherRequest, Response, Service}; Oct 15 05:57:26.507 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:26.507 INFO kablam! Oct 15 05:57:26.507 INFO kablam! warning: unused import: `mpsc` Oct 15 05:57:26.507 INFO kablam! --> src/routes/file_response.rs:10:44 Oct 15 05:57:26.507 INFO kablam! | Oct 15 05:57:26.507 INFO kablam! 10 | use routes::file_response::futures::sync::{mpsc, oneshot}; Oct 15 05:57:26.507 INFO kablam! | ^^^^ Oct 15 05:57:26.507 INFO kablam! Oct 15 05:57:26.507 INFO kablam! warning: unused import: `Read` Oct 15 05:57:26.507 INFO kablam! --> src/routes/file_response.rs:14:27 Oct 15 05:57:26.507 INFO kablam! | Oct 15 05:57:26.507 INFO kablam! 14 | use std::io::{self, copy, Read}; Oct 15 05:57:26.507 INFO kablam! | ^^^^ Oct 15 05:57:26.507 INFO kablam! Oct 15 05:57:26.607 INFO kablam! warning: static variable `Path_File` should have an upper case name such as `PATH_FILE` Oct 15 05:57:26.607 INFO kablam! --> src/routes/file_response.rs:18:1 Oct 15 05:57:26.607 INFO kablam! | Oct 15 05:57:26.607 INFO kablam! 18 | static Path_File: &str = "C://Users/uracir.santos/projects/hyper_test/src/files/get.credit.card.bill.id.response.json"; Oct 15 05:57:26.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:57:26.607 INFO kablam! | Oct 15 05:57:26.607 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 05:57:26.607 INFO kablam! Oct 15 05:57:27.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 15 05:57:27.011 INFO kablam! su: No module specific data is present Oct 15 05:57:27.307 INFO running `"docker" "rm" "-f" "4dab2f833e2c9309c44de6bd3c2a61e0263d9f9704f25b45ae2d47ba33fe665b"` Oct 15 05:57:27.463 INFO blam! 4dab2f833e2c9309c44de6bd3c2a61e0263d9f9704f25b45ae2d47ba33fe665b Oct 15 05:57:27.465 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:57:27.632 INFO blam! dc2b1f594163e028ed45787ff81d82d181ae637e70383000606a5a702a5c107a Oct 15 05:57:27.634 INFO running `"docker" "start" "-a" "dc2b1f594163e028ed45787ff81d82d181ae637e70383000606a5a702a5c107a"` Oct 15 05:57:28.128 INFO kablam! usermod: no changes Oct 15 05:57:28.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 05:57:28.256 INFO kablam! Running /target/debug/deps/hyper_test-51bff43b41ba705b Oct 15 05:57:28.258 INFO blam! Oct 15 05:57:28.258 INFO blam! running 0 tests Oct 15 05:57:28.258 INFO blam! Oct 15 05:57:28.258 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:57:28.258 INFO blam! Oct 15 05:57:28.259 INFO kablam! Running /target/debug/deps/hyper_test-6ddff7e2ebe7b1eb Oct 15 05:57:28.260 INFO blam! Oct 15 05:57:28.260 INFO blam! running 0 tests Oct 15 05:57:28.260 INFO blam! Oct 15 05:57:28.260 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:57:28.260 INFO blam! Oct 15 05:57:28.261 INFO kablam! Doc-tests hyper_test Oct 15 05:57:30.565 INFO blam! Oct 15 05:57:30.565 INFO blam! running 0 tests Oct 15 05:57:30.565 INFO blam! Oct 15 05:57:30.566 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:57:30.566 INFO blam! Oct 15 05:57:30.572 INFO kablam! su: No module specific data is present Oct 15 05:57:30.904 INFO running `"docker" "rm" "-f" "dc2b1f594163e028ed45787ff81d82d181ae637e70383000606a5a702a5c107a"` Oct 15 05:57:31.027 INFO blam! dc2b1f594163e028ed45787ff81d82d181ae637e70383000606a5a702a5c107a