Oct 21 22:14:18.224 INFO checking yt_downloader-1.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:14:18.226 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 22:14:18.727 INFO blam! 98dd0ecb8039f7edb38bb27b16bf1c8b6f38c5937ff7a8f9cfde6a1b3338fe1a Oct 21 22:14:18.729 INFO running `"docker" "start" "-a" "98dd0ecb8039f7edb38bb27b16bf1c8b6f38c5937ff7a8f9cfde6a1b3338fe1a"` Oct 21 22:14:20.676 INFO kablam! usermod: no changes Oct 21 22:14:21.054 INFO kablam! Checking mime v0.2.6 Oct 21 22:14:22.184 INFO kablam! Checking hyper v0.10.13 Oct 21 22:14:27.152 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 21 22:14:29.068 INFO kablam! Checking rafy v0.2.1 Oct 21 22:14:31.461 INFO kablam! Checking yt_downloader v1.0.0 (/source) Oct 21 22:14:38.520 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 7 | pub videoId: String, Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 8 | pub publishedAt: String, Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 9 | pub channelId: String, Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 12 | pub channelTitle: String Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^ Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 21 22:14:38.520 INFO kablam! | Oct 21 22:14:38.520 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.520 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:14:38.520 INFO kablam! Oct 21 22:14:38.520 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 21 22:14:38.520 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 21 22:14:38.521 INFO kablam! | Oct 21 22:14:38.521 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.521 INFO kablam! | ^^^^^^^^^ Oct 21 22:14:38.521 INFO kablam! Oct 21 22:14:38.521 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 21 22:14:38.521 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 21 22:14:38.521 INFO kablam! | Oct 21 22:14:38.521 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.521 INFO kablam! | ^^^^^^^^^^^^ Oct 21 22:14:38.521 INFO kablam! Oct 21 22:14:38.530 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 21 22:14:38.531 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 21 22:14:38.531 INFO kablam! | Oct 21 22:14:38.531 INFO kablam! 7 | pub videoId: String, Oct 21 22:14:38.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.532 INFO kablam! | Oct 21 22:14:38.532 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 22:14:38.532 INFO kablam! Oct 21 22:14:38.533 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 21 22:14:38.533 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 21 22:14:38.533 INFO kablam! | Oct 21 22:14:38.533 INFO kablam! 8 | pub publishedAt: String, Oct 21 22:14:38.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.534 INFO kablam! Oct 21 22:14:38.534 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 21 22:14:38.534 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 21 22:14:38.534 INFO kablam! | Oct 21 22:14:38.535 INFO kablam! 9 | pub channelId: String, Oct 21 22:14:38.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.535 INFO kablam! Oct 21 22:14:38.536 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 21 22:14:38.536 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 21 22:14:38.536 INFO kablam! | Oct 21 22:14:38.536 INFO kablam! 12 | pub channelTitle: String Oct 21 22:14:38.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:14:38.537 INFO kablam! Oct 21 22:14:38.537 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 21 22:14:38.537 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 21 22:14:38.538 INFO kablam! | Oct 21 22:14:38.538 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.538 INFO kablam! | ^^^^^^^ Oct 21 22:14:38.538 INFO kablam! Oct 21 22:14:38.539 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 21 22:14:38.539 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 21 22:14:38.539 INFO kablam! | Oct 21 22:14:38.539 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.540 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:14:38.540 INFO kablam! Oct 21 22:14:38.540 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 21 22:14:38.540 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 21 22:14:38.541 INFO kablam! | Oct 21 22:14:38.541 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.541 INFO kablam! | ^^^^^^^^^ Oct 21 22:14:38.541 INFO kablam! Oct 21 22:14:38.542 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 21 22:14:38.542 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 21 22:14:38.542 INFO kablam! | Oct 21 22:14:38.542 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 21 22:14:38.543 INFO kablam! | ^^^^^^^^^^^^ Oct 21 22:14:38.543 INFO kablam! Oct 21 22:14:46.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.61s Oct 21 22:14:46.368 INFO kablam! su: No module specific data is present Oct 21 22:14:46.928 INFO running `"docker" "rm" "-f" "98dd0ecb8039f7edb38bb27b16bf1c8b6f38c5937ff7a8f9cfde6a1b3338fe1a"` Oct 21 22:14:47.320 INFO blam! 98dd0ecb8039f7edb38bb27b16bf1c8b6f38c5937ff7a8f9cfde6a1b3338fe1a