Oct 11 08:04:12.970 INFO testing yt_downloader-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:04:12.970 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:04:12.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 08:04:13.237 INFO blam! 669ddc0b54d4f7a8dbdfc12121babe2a01d22600ca44caac34b3965ef6286732 Oct 11 08:04:13.239 INFO running `"docker" "start" "-a" "669ddc0b54d4f7a8dbdfc12121babe2a01d22600ca44caac34b3965ef6286732"` Oct 11 08:04:14.503 INFO kablam! usermod: no changes Oct 11 08:04:14.955 INFO kablam! Compiling pbr v1.0.1 Oct 11 08:04:14.982 INFO kablam! Compiling h2 v0.1.12 Oct 11 08:04:14.996 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 11 08:04:22.237 INFO kablam! Compiling rafy v0.2.1 Oct 11 08:04:28.309 INFO kablam! Compiling hyper v0.12.11 Oct 11 08:04:38.850 INFO kablam! Compiling hyper-tls v0.3.1 Oct 11 08:04:43.584 INFO kablam! Compiling reqwest v0.9.2 Oct 11 08:04:57.000 INFO kablam! Compiling yt_downloader v1.0.0 (/source) Oct 11 08:05:05.117 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 11 08:05:05.117 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 11 08:05:05.117 INFO kablam! | Oct 11 08:05:05.117 INFO kablam! 7 | pub videoId: String, Oct 11 08:05:05.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:05.117 INFO kablam! | Oct 11 08:05:05.117 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 08:05:05.117 INFO kablam! Oct 11 08:05:05.117 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 11 08:05:05.117 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 11 08:05:05.117 INFO kablam! | Oct 11 08:05:05.117 INFO kablam! 8 | pub publishedAt: String, Oct 11 08:05:05.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:05.117 INFO kablam! Oct 11 08:05:05.117 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 11 08:05:05.117 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 11 08:05:05.117 INFO kablam! | Oct 11 08:05:05.117 INFO kablam! 9 | pub channelId: String, Oct 11 08:05:05.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:05.117 INFO kablam! Oct 11 08:05:05.117 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 11 08:05:05.118 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 11 08:05:05.118 INFO kablam! | Oct 11 08:05:05.118 INFO kablam! 12 | pub channelTitle: String Oct 11 08:05:05.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:05.118 INFO kablam! Oct 11 08:05:05.118 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 11 08:05:05.118 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 11 08:05:05.118 INFO kablam! | Oct 11 08:05:05.118 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:05.118 INFO kablam! | ^^^^^^^ Oct 11 08:05:05.118 INFO kablam! Oct 11 08:05:05.118 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 11 08:05:05.118 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 11 08:05:05.118 INFO kablam! | Oct 11 08:05:05.118 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:05.118 INFO kablam! | ^^^^^^^^^^^ Oct 11 08:05:05.118 INFO kablam! Oct 11 08:05:05.118 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 11 08:05:05.118 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 11 08:05:05.118 INFO kablam! | Oct 11 08:05:05.118 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:05.118 INFO kablam! | ^^^^^^^^^ Oct 11 08:05:05.118 INFO kablam! Oct 11 08:05:05.118 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 11 08:05:05.118 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 11 08:05:05.118 INFO kablam! | Oct 11 08:05:05.118 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:05.118 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:05:05.118 INFO kablam! Oct 11 08:05:20.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 11 08:05:20.402 INFO kablam! su: No module specific data is present Oct 11 08:05:20.736 INFO running `"docker" "rm" "-f" "669ddc0b54d4f7a8dbdfc12121babe2a01d22600ca44caac34b3965ef6286732"` Oct 11 08:05:20.837 INFO blam! 669ddc0b54d4f7a8dbdfc12121babe2a01d22600ca44caac34b3965ef6286732 Oct 11 08:05:20.844 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:05:20.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 08:05:21.013 INFO blam! 87e9556ee323cebf42915d88c56bf4b437b360e27ce2b73c075e2ae5f248b965 Oct 11 08:05:21.015 INFO running `"docker" "start" "-a" "87e9556ee323cebf42915d88c56bf4b437b360e27ce2b73c075e2ae5f248b965"` Oct 11 08:05:21.491 INFO kablam! usermod: no changes Oct 11 08:05:21.728 INFO kablam! Compiling yt_downloader v1.0.0 (/source) Oct 11 08:05:32.455 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 11 08:05:32.455 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 11 08:05:32.456 INFO kablam! | Oct 11 08:05:32.456 INFO kablam! 7 | pub videoId: String, Oct 11 08:05:32.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:32.456 INFO kablam! | Oct 11 08:05:32.456 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 08:05:32.456 INFO kablam! Oct 11 08:05:32.456 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 11 08:05:32.456 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 11 08:05:32.456 INFO kablam! | Oct 11 08:05:32.456 INFO kablam! 8 | pub publishedAt: String, Oct 11 08:05:32.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:32.460 INFO kablam! Oct 11 08:05:32.460 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 11 08:05:32.460 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 11 08:05:32.460 INFO kablam! | Oct 11 08:05:32.460 INFO kablam! 9 | pub channelId: String, Oct 11 08:05:32.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:32.460 INFO kablam! Oct 11 08:05:32.460 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 11 08:05:32.460 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 11 08:05:32.460 INFO kablam! | Oct 11 08:05:32.460 INFO kablam! 12 | pub channelTitle: String Oct 11 08:05:32.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:05:32.461 INFO kablam! Oct 11 08:05:32.461 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 11 08:05:32.461 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 11 08:05:32.461 INFO kablam! | Oct 11 08:05:32.461 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:32.461 INFO kablam! | ^^^^^^^ Oct 11 08:05:32.461 INFO kablam! Oct 11 08:05:32.461 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 11 08:05:32.461 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 11 08:05:32.461 INFO kablam! | Oct 11 08:05:32.461 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:32.461 INFO kablam! | ^^^^^^^^^^^ Oct 11 08:05:32.461 INFO kablam! Oct 11 08:05:32.461 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 11 08:05:32.461 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 11 08:05:32.461 INFO kablam! | Oct 11 08:05:32.461 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:32.461 INFO kablam! | ^^^^^^^^^ Oct 11 08:05:32.461 INFO kablam! Oct 11 08:05:32.461 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 11 08:05:32.461 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 11 08:05:32.461 INFO kablam! | Oct 11 08:05:32.461 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 11 08:05:32.461 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:05:32.461 INFO kablam! Oct 11 08:05:33.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.92s Oct 11 08:05:33.456 INFO kablam! su: No module specific data is present Oct 11 08:05:33.972 INFO running `"docker" "rm" "-f" "87e9556ee323cebf42915d88c56bf4b437b360e27ce2b73c075e2ae5f248b965"` Oct 11 08:05:34.107 INFO blam! 87e9556ee323cebf42915d88c56bf4b437b360e27ce2b73c075e2ae5f248b965 Oct 11 08:05:34.120 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:05:34.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 08:05:34.428 INFO blam! f8c87f50c7b1e38a1924ceaa96fb2bde5d03cee29712ca15847e6e2ca1b62649 Oct 11 08:05:34.433 INFO running `"docker" "start" "-a" "f8c87f50c7b1e38a1924ceaa96fb2bde5d03cee29712ca15847e6e2ca1b62649"` Oct 11 08:05:34.999 INFO kablam! usermod: no changes Oct 11 08:05:35.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 08:05:35.206 INFO kablam! Running /target/debug/deps/yt_downloader-7ec5b21337df0300 Oct 11 08:05:35.209 INFO kablam! Running /target/debug/deps/yt_downloader-a0f11b1cde46de1d Oct 11 08:05:35.210 INFO blam! Oct 11 08:05:35.210 INFO blam! running 0 tests Oct 11 08:05:35.210 INFO blam! Oct 11 08:05:35.210 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:05:35.210 INFO blam! Oct 11 08:05:35.214 INFO blam! Oct 11 08:05:35.214 INFO blam! running 0 tests Oct 11 08:05:35.214 INFO kablam! Doc-tests yt_downloader Oct 11 08:05:35.214 INFO blam! Oct 11 08:05:35.214 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:05:35.214 INFO blam! Oct 11 08:05:51.866 INFO blam! Oct 11 08:05:51.866 INFO blam! running 0 tests Oct 11 08:05:51.866 INFO blam! Oct 11 08:05:51.866 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:05:51.866 INFO blam! Oct 11 08:05:51.879 INFO kablam! su: No module specific data is present Oct 11 08:05:52.752 INFO running `"docker" "rm" "-f" "f8c87f50c7b1e38a1924ceaa96fb2bde5d03cee29712ca15847e6e2ca1b62649"` Oct 11 08:05:52.980 INFO blam! f8c87f50c7b1e38a1924ceaa96fb2bde5d03cee29712ca15847e6e2ca1b62649