Oct 21 14:36:07.541 INFO checking rafalopilowski1/curse-downloader-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:36:07.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14:36:08.033 INFO blam! 7f78c921d50884e5b1e3bc9a24b4d666e9dcb79c10ad7bdc7fd63fa4d2d98e10 Oct 21 14:36:08.037 INFO running `"docker" "start" "-a" "7f78c921d50884e5b1e3bc9a24b4d666e9dcb79c10ad7bdc7fd63fa4d2d98e10"` Oct 21 14:36:09.097 INFO kablam! usermod: no changes Oct 21 14:36:09.517 INFO kablam! Checking utf-8 v0.7.2 Oct 21 14:36:09.517 INFO kablam! Checking smallvec v0.6.2 Oct 21 14:36:09.522 INFO kablam! Checking dtoa-short v0.3.2 Oct 21 14:36:09.523 INFO kablam! Checking servo_arc v0.1.1 Oct 21 14:36:09.528 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 21 14:36:09.529 INFO kablam! Compiling serde v1.0.67 Oct 21 14:36:09.529 INFO kablam! Compiling syn v0.14.2 Oct 21 14:36:09.530 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 21 14:36:10.292 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 21 14:36:11.021 INFO kablam! Checking tendril v0.4.0 Oct 21 14:36:11.089 INFO kablam! Compiling selectors v0.19.0 Oct 21 14:36:13.320 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 21 14:36:15.965 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 21 14:36:19.416 INFO kablam! Compiling string_cache v0.7.3 Oct 21 14:36:21.721 INFO kablam! Checking tokio-fs v0.1.1 Oct 21 14:36:23.804 INFO kablam! Checking tokio v0.1.7 Oct 21 14:36:26.732 INFO kablam! Checking tokio-core v0.1.17 Oct 21 14:36:30.428 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 14:36:30.428 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 14:36:35.214 INFO kablam! Checking hyper v0.11.27 Oct 21 14:36:50.472 INFO kablam! Compiling serde_json v1.0.22 Oct 21 14:36:51.101 INFO kablam! Compiling serde_derive v1.0.67 Oct 21 14:36:51.101 INFO kablam! Compiling cssparser-macros v0.3.4 Oct 21 14:36:56.749 INFO kablam! Checking hyper-tls v0.1.3 Oct 21 14:37:03.900 INFO kablam! Checking reqwest v0.8.6 Oct 21 14:37:05.188 INFO kablam! Checking cssparser v0.23.10 Oct 21 14:37:23.433 INFO kablam! Compiling markup5ever v0.7.2 Oct 21 14:37:32.052 INFO kablam! Checking html5ever v0.22.3 Oct 21 14:37:35.312 INFO kablam! Checking kuchiki v0.7.0 Oct 21 14:37:36.932 INFO kablam! Checking curse_downloader v1.0.0 (/source) Oct 21 14:37:39.788 INFO kablam! warning: structure field `manifestType` should have a snake case name such as `manifest_type` Oct 21 14:37:39.788 INFO kablam! --> src/main.rs:24:5 Oct 21 14:37:39.788 INFO kablam! | Oct 21 14:37:39.788 INFO kablam! 24 | manifestType: String, Oct 21 14:37:39.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:39.788 INFO kablam! | Oct 21 14:37:39.788 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:37:39.788 INFO kablam! Oct 21 14:37:39.788 INFO kablam! warning: structure field `manifestVersion` should have a snake case name such as `manifest_version` Oct 21 14:37:39.788 INFO kablam! --> src/main.rs:25:5 Oct 21 14:37:39.788 INFO kablam! | Oct 21 14:37:39.788 INFO kablam! 25 | manifestVersion: u32, Oct 21 14:37:39.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:39.788 INFO kablam! Oct 21 14:37:39.792 INFO kablam! warning: structure field `fileID` should have a snake case name such as `file_id` Oct 21 14:37:39.792 INFO kablam! --> src/main.rs:34:5 Oct 21 14:37:39.792 INFO kablam! | Oct 21 14:37:39.792 INFO kablam! 34 | fileID: u32, Oct 21 14:37:39.792 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:37:39.792 INFO kablam! Oct 21 14:37:39.792 INFO kablam! warning: structure field `projectID` should have a snake case name such as `project_id` Oct 21 14:37:39.792 INFO kablam! --> src/main.rs:35:5 Oct 21 14:37:39.792 INFO kablam! | Oct 21 14:37:39.792 INFO kablam! 35 | projectID: u32, Oct 21 14:37:39.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:37:39.792 INFO kablam! Oct 21 14:37:39.792 INFO kablam! warning: structure field `modLoaders` should have a snake case name such as `mod_loaders` Oct 21 14:37:39.792 INFO kablam! --> src/main.rs:41:5 Oct 21 14:37:39.792 INFO kablam! | Oct 21 14:37:39.792 INFO kablam! 41 | modLoaders: Vec, Oct 21 14:37:39.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:39.792 INFO kablam! Oct 21 14:37:40.334 INFO kablam! warning: structure field `manifestType` should have a snake case name such as `manifest_type` Oct 21 14:37:40.334 INFO kablam! --> src/main.rs:24:5 Oct 21 14:37:40.334 INFO kablam! | Oct 21 14:37:40.334 INFO kablam! 24 | manifestType: String, Oct 21 14:37:40.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:40.334 INFO kablam! | Oct 21 14:37:40.334 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:37:40.334 INFO kablam! Oct 21 14:37:40.334 INFO kablam! warning: structure field `manifestVersion` should have a snake case name such as `manifest_version` Oct 21 14:37:40.334 INFO kablam! --> src/main.rs:25:5 Oct 21 14:37:40.334 INFO kablam! | Oct 21 14:37:40.334 INFO kablam! 25 | manifestVersion: u32, Oct 21 14:37:40.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:40.334 INFO kablam! Oct 21 14:37:40.337 INFO kablam! warning: structure field `fileID` should have a snake case name such as `file_id` Oct 21 14:37:40.337 INFO kablam! --> src/main.rs:34:5 Oct 21 14:37:40.337 INFO kablam! | Oct 21 14:37:40.337 INFO kablam! 34 | fileID: u32, Oct 21 14:37:40.337 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:37:40.337 INFO kablam! Oct 21 14:37:40.337 INFO kablam! warning: structure field `projectID` should have a snake case name such as `project_id` Oct 21 14:37:40.337 INFO kablam! --> src/main.rs:35:5 Oct 21 14:37:40.337 INFO kablam! | Oct 21 14:37:40.337 INFO kablam! 35 | projectID: u32, Oct 21 14:37:40.337 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:37:40.337 INFO kablam! Oct 21 14:37:40.337 INFO kablam! warning: structure field `modLoaders` should have a snake case name such as `mod_loaders` Oct 21 14:37:40.337 INFO kablam! --> src/main.rs:41:5 Oct 21 14:37:40.337 INFO kablam! | Oct 21 14:37:40.337 INFO kablam! 41 | modLoaders: Vec, Oct 21 14:37:40.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:37:40.337 INFO kablam! Oct 21 14:37:40.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 21 14:37:40.380 INFO kablam! su: No module specific data is present Oct 21 14:37:41.132 INFO running `"docker" "rm" "-f" "7f78c921d50884e5b1e3bc9a24b4d666e9dcb79c10ad7bdc7fd63fa4d2d98e10"` Oct 21 14:37:41.480 INFO blam! 7f78c921d50884e5b1e3bc9a24b4d666e9dcb79c10ad7bdc7fd63fa4d2d98e10