Oct 16 10:32:26.299 INFO testing geeny-api-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 10:32:26.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 10:32:26.796 INFO blam! b49f6f697343c4efe18c840bc145cea46e0a36f139a241e76e456fac254b1828 Oct 16 10:32:26.799 INFO running `"docker" "start" "-a" "b49f6f697343c4efe18c840bc145cea46e0a36f139a241e76e456fac254b1828"` Oct 16 10:32:27.690 INFO kablam! usermod: no changes Oct 16 10:32:27.945 INFO kablam! Compiling uuid v0.5.1 Oct 16 10:32:27.945 INFO kablam! Compiling error-chain v0.10.0 Oct 16 10:32:29.034 INFO kablam! Compiling geeny-api v0.3.0 (/source) Oct 16 10:32:29.081 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 16 10:32:29.081 INFO kablam! --> src/lib.rs:109:10 Oct 16 10:32:29.081 INFO kablam! | Oct 16 10:32:29.081 INFO kablam! 109 | #![allow(unused_doc_comment)] Oct 16 10:32:29.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 16 10:32:29.081 INFO kablam! | Oct 16 10:32:29.081 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 16 10:32:29.081 INFO kablam! Oct 16 10:32:38.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.48s Oct 16 10:32:38.207 INFO kablam! su: No module specific data is present Oct 16 10:32:38.656 INFO running `"docker" "rm" "-f" "b49f6f697343c4efe18c840bc145cea46e0a36f139a241e76e456fac254b1828"` Oct 16 10:32:38.779 INFO blam! b49f6f697343c4efe18c840bc145cea46e0a36f139a241e76e456fac254b1828 Oct 16 10:32:38.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 10:32:39.046 INFO blam! 38a4619e9dadf0605f213b5ca4f441a32c9c85eb2e2dbe8d255761dbaf8e08d8 Oct 16 10:32:39.047 INFO running `"docker" "start" "-a" "38a4619e9dadf0605f213b5ca4f441a32c9c85eb2e2dbe8d255761dbaf8e08d8"` Oct 16 10:32:40.275 INFO kablam! usermod: no changes Oct 16 10:32:40.731 INFO kablam! Compiling geeny-api v0.3.0 (/source) Oct 16 10:32:40.843 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 16 10:32:40.843 INFO kablam! --> src/lib.rs:109:10 Oct 16 10:32:40.843 INFO kablam! | Oct 16 10:32:40.843 INFO kablam! 109 | #![allow(unused_doc_comment)] Oct 16 10:32:40.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 16 10:32:40.843 INFO kablam! | Oct 16 10:32:40.843 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 16 10:32:40.843 INFO kablam! Oct 16 10:32:47.103 INFO kablam! warning: unused import: `models::*` Oct 16 10:32:47.103 INFO kablam! --> src/endpoints/things.rs:413:9 Oct 16 10:32:47.103 INFO kablam! | Oct 16 10:32:47.103 INFO kablam! 413 | use models::*; Oct 16 10:32:47.103 INFO kablam! | ^^^^^^^^^ Oct 16 10:32:47.103 INFO kablam! | Oct 16 10:32:47.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 10:32:47.103 INFO kablam! Oct 16 10:32:54.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.88s Oct 16 10:32:54.199 INFO kablam! su: No module specific data is present Oct 16 10:32:54.942 INFO running `"docker" "rm" "-f" "38a4619e9dadf0605f213b5ca4f441a32c9c85eb2e2dbe8d255761dbaf8e08d8"` Oct 16 10:32:55.185 INFO blam! 38a4619e9dadf0605f213b5ca4f441a32c9c85eb2e2dbe8d255761dbaf8e08d8 Oct 16 10:32:55.193 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 10:32:55.567 INFO blam! 9b35c8666922755ef80dbd218ede3e91d3adf601c1ea185221e615a2f0bf4b40 Oct 16 10:32:55.569 INFO running `"docker" "start" "-a" "9b35c8666922755ef80dbd218ede3e91d3adf601c1ea185221e615a2f0bf4b40"` Oct 16 10:32:57.460 INFO kablam! usermod: no changes Oct 16 10:32:57.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 16 10:32:57.801 INFO kablam! Running /target/debug/deps/geeny_api-5804610b25194cf6 Oct 16 10:32:57.804 INFO blam! Oct 16 10:32:57.804 INFO blam! running 8 tests Oct 16 10:32:57.805 INFO blam! test endpoints::connect::test::login_test ... ignored Oct 16 10:32:57.805 INFO blam! test endpoints::connect::test::token_check_test ... ignored Oct 16 10:32:57.805 INFO blam! test endpoints::connect::test::token_refresh_test ... ignored Oct 16 10:32:57.805 INFO blam! test endpoints::things::test::basic_test ... ignored Oct 16 10:32:58.103 INFO blam! test endpoints::connect::test::serialize_test ... ok Oct 16 10:32:58.107 INFO blam! test endpoints::connect::test::deserialize_test ... ok Oct 16 10:32:58.115 INFO blam! test endpoints::things::test::serialize_test ... ok Oct 16 10:32:58.116 INFO blam! test endpoints::things::test::deserialize_test ... ok Oct 16 10:32:58.116 INFO blam! Oct 16 10:32:58.116 INFO blam! test result: ok. 4 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out Oct 16 10:32:58.117 INFO blam! Oct 16 10:32:58.119 INFO kablam! Doc-tests geeny-api Oct 16 10:33:10.531 INFO blam! Oct 16 10:33:10.531 INFO blam! running 21 tests Oct 16 10:34:10.535 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::check_token (line 154) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::check_token (line 154) has been running for over 60 seconds Oct 16 10:34:10.535 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::new (line 43) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::new (line 43) has been running for over 60 seconds Oct 16 10:34:10.536 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::default (line 27) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::default (line 27) has been running for over 60 seconds Oct 16 10:34:10.536 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::login (line 118) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::login (line 118) has been running for over 60 seconds Oct 16 10:34:10.542 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::refresh_token (line 200) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::refresh_token (line 200) has been running for over 60 seconds Oct 16 10:34:10.567 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::registration (line 64) ... test src/endpoints/connect.rs - endpoints::connect::ConnectApi::registration (line 64) has been running for over 60 seconds Oct 16 10:34:10.567 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::create_thing (line 167) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::create_thing (line 167) has been running for over 60 seconds Oct 16 10:34:10.567 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::create_message_type (line 68) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::create_message_type (line 68) has been running for over 60 seconds Oct 16 10:34:29.223 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::login (line 118) ... ok Oct 16 10:34:29.427 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::create_message_type (line 68) ... ok Oct 16 10:34:31.235 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::check_token (line 154) ... ok Oct 16 10:34:33.707 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::registration (line 64) ... ok Oct 16 10:34:36.595 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::create_thing (line 167) ... ok Oct 16 10:34:37.327 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::refresh_token (line 200) ... ok Oct 16 10:34:41.235 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::default (line 27) ... ok Oct 16 10:34:42.895 INFO blam! test src/endpoints/connect.rs - endpoints::connect::ConnectApi::new (line 43) ... ok Oct 16 10:35:27.261 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::create_thing_type (line 116) ... ok Oct 16 10:35:29.451 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::default (line 33) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::default (line 33) has been running for over 60 seconds Oct 16 10:35:30.007 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::delete_thing (line 213) ... ok Oct 16 10:35:33.703 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_message_types (line 267) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::get_message_types (line 267) has been running for over 60 seconds Oct 16 10:35:36.219 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_type_resources (line 313) ... ok Oct 16 10:35:36.595 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_by_serial (line 346) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_by_serial (line 346) has been running for over 60 seconds Oct 16 10:35:40.411 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_by_serial (line 346) ... ok Oct 16 10:35:41.231 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_types (line 244) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_types (line 244) has been running for over 60 seconds Oct 16 10:35:42.907 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_things (line 290) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::get_things (line 290) has been running for over 60 seconds Oct 16 10:35:44.275 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_message_types (line 267) ... ok Oct 16 10:35:45.319 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_things (line 290) ... ok Oct 16 10:35:47.815 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::get_thing_types (line 244) ... ok Oct 16 10:35:50.263 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::default (line 33) ... ok Oct 16 10:36:24.408 INFO blam! test src/lib.rs - (line 22) ... ok Oct 16 10:36:25.111 INFO blam! test src/errors.rs - errors (line 13) ... ok Oct 16 10:36:27.267 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::new (line 51) ... test src/endpoints/things.rs - endpoints::things::ThingsApi::new (line 51) has been running for over 60 seconds Oct 16 10:36:27.795 INFO blam! test src/lib.rs - (line 96) ... ok Oct 16 10:36:27.959 INFO blam! test src/lib.rs - (line 55) ... ok Oct 16 10:36:28.960 INFO blam! test src/endpoints/things.rs - endpoints::things::ThingsApi::new (line 51) ... ok Oct 16 10:36:28.960 INFO blam! Oct 16 10:36:28.960 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 10:36:28.960 INFO blam! Oct 16 10:36:28.984 INFO kablam! su: No module specific data is present Oct 16 10:36:29.312 INFO running `"docker" "rm" "-f" "9b35c8666922755ef80dbd218ede3e91d3adf601c1ea185221e615a2f0bf4b40"` Oct 16 10:36:29.431 INFO blam! 9b35c8666922755ef80dbd218ede3e91d3adf601c1ea185221e615a2f0bf4b40