Oct 27 13:08:24.725 INFO checking yt_downloader-1.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:08:24.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 13:08:25.062 INFO blam! c74546d41c2e6a24e1b632fae40711485b5ed4e8e9b0b3778d7556e12c04c94e Oct 27 13:08:25.067 INFO running `"docker" "start" "-a" "c74546d41c2e6a24e1b632fae40711485b5ed4e8e9b0b3778d7556e12c04c94e"` Oct 27 13:08:25.605 INFO kablam! usermod: no changes Oct 27 13:08:25.907 INFO kablam! Checking hyper v0.10.15 Oct 27 13:08:25.911 INFO kablam! Checking hyper v0.12.13 Oct 27 13:08:32.635 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 27 13:08:32.763 INFO kablam! Checking hyper-tls v0.3.1 Oct 27 13:08:35.041 INFO kablam! Checking rafy v0.2.1 Oct 27 13:08:37.551 INFO kablam! Checking reqwest v0.9.4 Oct 27 13:08:42.476 INFO kablam! Checking yt_downloader v1.0.0 (/source) Oct 27 13:08:51.515 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 27 13:08:51.516 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 27 13:08:51.516 INFO kablam! | Oct 27 13:08:51.516 INFO kablam! 7 | pub videoId: String, Oct 27 13:08:51.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.517 INFO kablam! | Oct 27 13:08:51.517 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 13:08:51.517 INFO kablam! Oct 27 13:08:51.517 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 27 13:08:51.517 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 27 13:08:51.518 INFO kablam! | Oct 27 13:08:51.518 INFO kablam! 8 | pub publishedAt: String, Oct 27 13:08:51.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.518 INFO kablam! Oct 27 13:08:51.519 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 27 13:08:51.519 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 27 13:08:51.519 INFO kablam! | Oct 27 13:08:51.519 INFO kablam! 9 | pub channelId: String, Oct 27 13:08:51.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.520 INFO kablam! Oct 27 13:08:51.520 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 27 13:08:51.520 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 27 13:08:51.521 INFO kablam! | Oct 27 13:08:51.521 INFO kablam! 12 | pub channelTitle: String Oct 27 13:08:51.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.521 INFO kablam! Oct 27 13:08:51.522 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 27 13:08:51.522 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 27 13:08:51.522 INFO kablam! | Oct 27 13:08:51.522 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.523 INFO kablam! | ^^^^^^^ Oct 27 13:08:51.523 INFO kablam! Oct 27 13:08:51.523 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 27 13:08:51.523 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 27 13:08:51.524 INFO kablam! | Oct 27 13:08:51.524 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.524 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:08:51.524 INFO kablam! Oct 27 13:08:51.525 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 27 13:08:51.525 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 27 13:08:51.525 INFO kablam! | Oct 27 13:08:51.525 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.526 INFO kablam! | ^^^^^^^^^ Oct 27 13:08:51.526 INFO kablam! Oct 27 13:08:51.526 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 27 13:08:51.526 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 27 13:08:51.527 INFO kablam! | Oct 27 13:08:51.527 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.527 INFO kablam! | ^^^^^^^^^^^^ Oct 27 13:08:51.527 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 7 | pub videoId: String, Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 8 | pub publishedAt: String, Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 9 | pub channelId: String, Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 12 | pub channelTitle: String Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:51.603 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 27 13:08:51.603 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 27 13:08:51.603 INFO kablam! | Oct 27 13:08:51.603 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 27 13:08:51.603 INFO kablam! | ^^^^^^^^^^^^ Oct 27 13:08:51.603 INFO kablam! Oct 27 13:08:58.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.58s Oct 27 13:08:58.239 INFO kablam! su: No module specific data is present Oct 27 13:08:59.063 INFO running `"docker" "rm" "-f" "c74546d41c2e6a24e1b632fae40711485b5ed4e8e9b0b3778d7556e12c04c94e"` Oct 27 13:08:59.403 INFO blam! c74546d41c2e6a24e1b632fae40711485b5ed4e8e9b0b3778d7556e12c04c94e