Oct 15 13:19:56.131 INFO testing yt_downloader-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:19:56.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 13:19:56.513 INFO blam! 1f7d999194aa470a3283dc06d83aff87cfe9ef9c0701601ed886b4776d4319e2 Oct 15 13:19:56.516 INFO running `"docker" "start" "-a" "1f7d999194aa470a3283dc06d83aff87cfe9ef9c0701601ed886b4776d4319e2"` Oct 15 13:19:58.218 INFO kablam! usermod: no changes Oct 15 13:19:58.652 INFO kablam! Compiling openssl v0.10.13 Oct 15 13:19:58.702 INFO kablam! Compiling pbr v1.0.1 Oct 15 13:19:58.710 INFO kablam! Compiling want v0.0.6 Oct 15 13:19:58.716 INFO kablam! Compiling uuid v0.7.1 Oct 15 13:19:58.717 INFO kablam! Compiling native-tls v0.2.1 Oct 15 13:19:58.731 INFO kablam! Compiling h2 v0.1.12 Oct 15 13:19:58.732 INFO kablam! Compiling hyper v0.10.13 Oct 15 13:20:22.260 INFO kablam! Compiling hyper v0.12.11 Oct 15 13:20:23.141 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 13:20:25.682 INFO kablam! Compiling rafy v0.2.1 Oct 15 13:20:33.202 INFO kablam! Compiling hyper-tls v0.3.1 Oct 15 13:20:36.019 INFO kablam! Compiling reqwest v0.9.2 Oct 15 13:20:45.467 INFO kablam! Compiling yt_downloader v1.0.0 (/source) Oct 15 13:20:49.613 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 15 13:20:49.613 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 15 13:20:49.613 INFO kablam! | Oct 15 13:20:49.613 INFO kablam! 7 | pub videoId: String, Oct 15 13:20:49.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:20:49.613 INFO kablam! | Oct 15 13:20:49.613 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 13:20:49.613 INFO kablam! Oct 15 13:20:49.613 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 15 13:20:49.613 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 15 13:20:49.613 INFO kablam! | Oct 15 13:20:49.613 INFO kablam! 8 | pub publishedAt: String, Oct 15 13:20:49.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:20:49.613 INFO kablam! Oct 15 13:20:49.613 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 15 13:20:49.613 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 15 13:20:49.613 INFO kablam! | Oct 15 13:20:49.613 INFO kablam! 9 | pub channelId: String, Oct 15 13:20:49.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:20:49.613 INFO kablam! Oct 15 13:20:49.613 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 15 13:20:49.618 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 15 13:20:49.618 INFO kablam! | Oct 15 13:20:49.618 INFO kablam! 12 | pub channelTitle: String Oct 15 13:20:49.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:20:49.618 INFO kablam! Oct 15 13:20:49.618 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 15 13:20:49.618 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 15 13:20:49.618 INFO kablam! | Oct 15 13:20:49.618 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:20:49.618 INFO kablam! | ^^^^^^^ Oct 15 13:20:49.618 INFO kablam! Oct 15 13:20:49.618 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 15 13:20:49.618 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 15 13:20:49.618 INFO kablam! | Oct 15 13:20:49.618 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:20:49.618 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:20:49.618 INFO kablam! Oct 15 13:20:49.618 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 15 13:20:49.618 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 15 13:20:49.618 INFO kablam! | Oct 15 13:20:49.618 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:20:49.618 INFO kablam! | ^^^^^^^^^ Oct 15 13:20:49.622 INFO kablam! Oct 15 13:20:49.622 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 15 13:20:49.622 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 15 13:20:49.622 INFO kablam! | Oct 15 13:20:49.622 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:20:49.622 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:20:49.622 INFO kablam! Oct 15 13:21:00.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 15 13:21:00.817 INFO kablam! su: No module specific data is present Oct 15 13:21:01.831 INFO running `"docker" "rm" "-f" "1f7d999194aa470a3283dc06d83aff87cfe9ef9c0701601ed886b4776d4319e2"` Oct 15 13:21:02.159 INFO blam! 1f7d999194aa470a3283dc06d83aff87cfe9ef9c0701601ed886b4776d4319e2 Oct 15 13:21:02.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 13:21:02.571 INFO blam! 1635c351c38dcc94549c8ae083b913a179321331ff134a43e040fc21e990ef2c Oct 15 13:21:02.572 INFO running `"docker" "start" "-a" "1635c351c38dcc94549c8ae083b913a179321331ff134a43e040fc21e990ef2c"` Oct 15 13:21:04.387 INFO kablam! usermod: no changes Oct 15 13:21:04.724 INFO kablam! Compiling yt_downloader v1.0.0 (/source) Oct 15 13:21:12.530 INFO kablam! warning: structure field `videoId` should have a snake case name such as `video_id` Oct 15 13:21:12.530 INFO kablam! --> src/youtube/search_result.rs:7:5 Oct 15 13:21:12.530 INFO kablam! | Oct 15 13:21:12.530 INFO kablam! 7 | pub videoId: String, Oct 15 13:21:12.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:21:12.530 INFO kablam! | Oct 15 13:21:12.530 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 13:21:12.530 INFO kablam! Oct 15 13:21:12.530 INFO kablam! warning: structure field `publishedAt` should have a snake case name such as `published_at` Oct 15 13:21:12.530 INFO kablam! --> src/youtube/search_result.rs:8:5 Oct 15 13:21:12.530 INFO kablam! | Oct 15 13:21:12.530 INFO kablam! 8 | pub publishedAt: String, Oct 15 13:21:12.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:21:12.530 INFO kablam! Oct 15 13:21:12.530 INFO kablam! warning: structure field `channelId` should have a snake case name such as `channel_id` Oct 15 13:21:12.530 INFO kablam! --> src/youtube/search_result.rs:9:5 Oct 15 13:21:12.530 INFO kablam! | Oct 15 13:21:12.530 INFO kablam! 9 | pub channelId: String, Oct 15 13:21:12.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:21:12.530 INFO kablam! Oct 15 13:21:12.530 INFO kablam! warning: structure field `channelTitle` should have a snake case name such as `channel_title` Oct 15 13:21:12.530 INFO kablam! --> src/youtube/search_result.rs:12:5 Oct 15 13:21:12.530 INFO kablam! | Oct 15 13:21:12.530 INFO kablam! 12 | pub channelTitle: String Oct 15 13:21:12.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:21:12.530 INFO kablam! Oct 15 13:21:12.531 INFO kablam! warning: variable `videoId` should have a snake case name such as `video_id` Oct 15 13:21:12.531 INFO kablam! --> src/youtube/search_result.rs:16:33 Oct 15 13:21:12.531 INFO kablam! | Oct 15 13:21:12.531 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:21:12.531 INFO kablam! | ^^^^^^^ Oct 15 13:21:12.531 INFO kablam! Oct 15 13:21:12.531 INFO kablam! warning: variable `publishedAt` should have a snake case name such as `published_at` Oct 15 13:21:12.531 INFO kablam! --> src/youtube/search_result.rs:16:50 Oct 15 13:21:12.531 INFO kablam! | Oct 15 13:21:12.531 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:21:12.531 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:21:12.531 INFO kablam! Oct 15 13:21:12.531 INFO kablam! warning: variable `channelId` should have a snake case name such as `channel_id` Oct 15 13:21:12.531 INFO kablam! --> src/youtube/search_result.rs:16:71 Oct 15 13:21:12.531 INFO kablam! | Oct 15 13:21:12.531 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:21:12.531 INFO kablam! | ^^^^^^^^^ Oct 15 13:21:12.531 INFO kablam! Oct 15 13:21:12.531 INFO kablam! warning: variable `channelTitle` should have a snake case name such as `channel_title` Oct 15 13:21:12.531 INFO kablam! --> src/youtube/search_result.rs:16:126 Oct 15 13:21:12.531 INFO kablam! | Oct 15 13:21:12.531 INFO kablam! 16 | pub fn from_object(id: i32, videoId: String, publishedAt: String, channelId: String, title: String, description: String, channelTitle: String) -> Video { Oct 15 13:21:12.531 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:21:12.531 INFO kablam! Oct 15 13:21:13.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.94s Oct 15 13:21:13.379 INFO kablam! su: No module specific data is present Oct 15 13:21:14.741 INFO running `"docker" "rm" "-f" "1635c351c38dcc94549c8ae083b913a179321331ff134a43e040fc21e990ef2c"` Oct 15 13:21:15.131 INFO blam! 1635c351c38dcc94549c8ae083b913a179321331ff134a43e040fc21e990ef2c Oct 15 13:21:15.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 13:21:15.602 INFO blam! 8444abf522534ad2ac9de2d0492d193c318b58f0b0f48f7aafb6bcd585684911 Oct 15 13:21:15.604 INFO running `"docker" "start" "-a" "8444abf522534ad2ac9de2d0492d193c318b58f0b0f48f7aafb6bcd585684911"` Oct 15 13:21:16.273 INFO kablam! usermod: no changes Oct 15 13:21:16.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 13:21:16.496 INFO kablam! Running /target/debug/deps/yt_downloader-616a69bbf87a9cd9 Oct 15 13:21:16.498 INFO blam! Oct 15 13:21:16.498 INFO blam! running 0 tests Oct 15 13:21:16.498 INFO blam! Oct 15 13:21:16.499 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:21:16.499 INFO blam! Oct 15 13:21:16.500 INFO kablam! Running /target/debug/deps/yt_downloader-f6b5014b618734b4 Oct 15 13:21:16.501 INFO blam! Oct 15 13:21:16.501 INFO blam! running 0 tests Oct 15 13:21:16.501 INFO blam! Oct 15 13:21:16.501 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:21:16.501 INFO blam! Oct 15 13:21:16.502 INFO kablam! Doc-tests yt_downloader Oct 15 13:21:24.576 INFO blam! Oct 15 13:21:24.576 INFO blam! running 0 tests Oct 15 13:21:24.576 INFO blam! Oct 15 13:21:24.576 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:21:24.576 INFO blam! Oct 15 13:21:24.581 INFO kablam! su: No module specific data is present Oct 15 13:21:24.876 INFO running `"docker" "rm" "-f" "8444abf522534ad2ac9de2d0492d193c318b58f0b0f48f7aafb6bcd585684911"` Oct 15 13:21:24.975 INFO blam! 8444abf522534ad2ac9de2d0492d193c318b58f0b0f48f7aafb6bcd585684911