Oct 13 05:57:47.728 INFO checking yt_downloader-1.0.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:57:47.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 05:57:48.106 INFO blam! d88b04f766e87fee602333477390e391e2846b5cb2bb81abb1a7ffaed7d9501f Oct 13 05:57:48.108 INFO running `"docker" "start" "-a" "d88b04f766e87fee602333477390e391e2846b5cb2bb81abb1a7ffaed7d9501f"` Oct 13 05:57:49.196 INFO kablam! usermod: no changes Oct 13 05:57:49.488 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 13 05:57:51.420 INFO kablam! Checking rafy v0.2.1 Oct 13 05:57:53.789 INFO kablam! Checking yt_downloader v1.0.0 (/source) Oct 13 05:58:01.112 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 13 05:58:01.113 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 13 05:58:01.113 INFO kablam! | Oct 13 05:58:01.113 INFO kablam! 7 | pub videoId: String, Oct 13 05:58:01.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.114 INFO kablam! | Oct 13 05:58:01.114 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:58:01.114 INFO kablam! Oct 13 05:58:01.115 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 13 05:58:01.115 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 13 05:58:01.115 INFO kablam! | Oct 13 05:58:01.115 INFO kablam! 8 | pub publishedAt: String, Oct 13 05:58:01.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.116 INFO kablam! Oct 13 05:58:01.116 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 13 05:58:01.116 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 13 05:58:01.117 INFO kablam! | Oct 13 05:58:01.117 INFO kablam! 9 | pub channelId: String, Oct 13 05:58:01.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.118 INFO kablam! Oct 13 05:58:01.118 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 13 05:58:01.118 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 13 05:58:01.118 INFO kablam! | Oct 13 05:58:01.119 INFO kablam! 12 | pub channelTitle: String Oct 13 05:58:01.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.119 INFO kablam! Oct 13 05:58:01.119 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 13 05:58:01.120 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 13 05:58:01.120 INFO kablam! | Oct 13 05:58:01.120 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.120 INFO kablam! | ^^^^^^^ Oct 13 05:58:01.121 INFO kablam! Oct 13 05:58:01.121 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 13 05:58:01.121 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 13 05:58:01.121 INFO kablam! | Oct 13 05:58:01.122 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.122 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:58:01.122 INFO kablam! Oct 13 05:58:01.122 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 13 05:58:01.123 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 13 05:58:01.123 INFO kablam! | Oct 13 05:58:01.123 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.123 INFO kablam! | ^^^^^^^^^ Oct 13 05:58:01.124 INFO kablam! Oct 13 05:58:01.124 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 13 05:58:01.124 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 13 05:58:01.124 INFO kablam! | Oct 13 05:58:01.125 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.125 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:58:01.125 INFO kablam! Oct 13 05:58:01.259 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 13 05:58:01.260 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 13 05:58:01.260 INFO kablam! | Oct 13 05:58:01.261 INFO kablam! 7 | pub videoId: String, Oct 13 05:58:01.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.261 INFO kablam! | Oct 13 05:58:01.262 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:58:01.262 INFO kablam! Oct 13 05:58:01.262 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 13 05:58:01.263 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 13 05:58:01.263 INFO kablam! | Oct 13 05:58:01.263 INFO kablam! 8 | pub publishedAt: String, Oct 13 05:58:01.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.264 INFO kablam! Oct 13 05:58:01.264 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 13 05:58:01.264 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 13 05:58:01.265 INFO kablam! | Oct 13 05:58:01.265 INFO kablam! 9 | pub channelId: String, Oct 13 05:58:01.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.265 INFO kablam! Oct 13 05:58:01.266 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 13 05:58:01.266 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 13 05:58:01.266 INFO kablam! | Oct 13 05:58:01.266 INFO kablam! 12 | pub channelTitle: String Oct 13 05:58:01.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:58:01.267 INFO kablam! Oct 13 05:58:01.267 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 13 05:58:01.267 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 13 05:58:01.268 INFO kablam! | Oct 13 05:58:01.268 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.268 INFO kablam! | ^^^^^^^ Oct 13 05:58:01.269 INFO kablam! Oct 13 05:58:01.269 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 13 05:58:01.269 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 13 05:58:01.269 INFO kablam! | Oct 13 05:58:01.270 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.270 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:58:01.270 INFO kablam! Oct 13 05:58:01.270 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 13 05:58:01.271 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 13 05:58:01.271 INFO kablam! | Oct 13 05:58:01.271 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.271 INFO kablam! | ^^^^^^^^^ Oct 13 05:58:01.272 INFO kablam! Oct 13 05:58:01.272 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 13 05:58:01.272 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 13 05:58:01.272 INFO kablam! | Oct 13 05:58:01.273 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 13 05:58:01.273 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:58:01.273 INFO kablam! Oct 13 05:58:08.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.15s Oct 13 05:58:08.400 INFO kablam! su: No module specific data is present Oct 13 05:58:08.869 INFO running `"docker" "rm" "-f" "d88b04f766e87fee602333477390e391e2846b5cb2bb81abb1a7ffaed7d9501f"` Oct 13 05:58:09.099 INFO blam! d88b04f766e87fee602333477390e391e2846b5cb2bb81abb1a7ffaed7d9501f