Oct 21 15:46:13.001 INFO checking megamsys/megam_api.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:46:13.002 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 15:46:13.506 INFO blam! be8ae8de30c903a33d1d3c984f287c06c2842ccdf2464b00fb9a8546f165c088 Oct 21 15:46:13.510 INFO running `"docker" "start" "-a" "be8ae8de30c903a33d1d3c984f287c06c2842ccdf2464b00fb9a8546f165c088"` Oct 21 15:46:14.370 INFO kablam! usermod: no changes Oct 21 15:46:14.404 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 21 15:46:14.404 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 21 15:46:14.404 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 15:46:14.404 INFO kablam! files will be included as a test target: Oct 21 15:46:14.404 INFO kablam! Oct 21 15:46:14.404 INFO kablam! * /source/tests/test_accounts.rs Oct 21 15:46:14.404 INFO kablam! * /source/tests/test_sshkeys.rs Oct 21 15:46:14.404 INFO kablam! * /source/tests/test_csars.rs Oct 21 15:46:14.404 INFO kablam! Oct 21 15:46:14.404 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 15:46:14.404 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 21 15:46:14.404 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 21 15:46:14.404 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 15:46:14.404 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 15:46:14.404 INFO kablam! Oct 21 15:46:14.404 INFO kablam! For more information on this warning you can consult Oct 21 15:46:14.404 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 15:46:14.508 INFO kablam! Compiling gcc v0.3.55 Oct 21 15:46:14.514 INFO kablam! Compiling libz-sys v1.0.24 Oct 21 15:46:14.516 INFO kablam! Compiling openssl-sys v0.7.17 Oct 21 15:46:14.519 INFO kablam! Checking env_logger v0.3.5 Oct 21 15:46:17.312 INFO kablam! Compiling curl-sys v0.1.35 Oct 21 15:46:17.312 INFO kablam! Compiling rust-crypto v0.2.36 Oct 21 15:46:19.047 INFO kablam! Checking curl v0.2.19 Oct 21 15:46:24.412 INFO kablam! Checking megam_api v0.1.9 (/source) Oct 21 15:46:25.250 INFO kablam! warning: unused import: `std::error::Error` Oct 21 15:46:25.250 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 21 15:46:25.251 INFO kablam! | Oct 21 15:46:25.252 INFO kablam! 16 | use std::error::Error; Oct 21 15:46:25.252 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.256 INFO kablam! | Oct 21 15:46:25.257 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:46:25.257 INFO kablam! Oct 21 15:46:25.259 INFO kablam! warning: unused import: `std::error::Error` Oct 21 15:46:25.260 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 21 15:46:25.261 INFO kablam! | Oct 21 15:46:25.261 INFO kablam! 16 | use std::error::Error; Oct 21 15:46:25.262 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.269 INFO kablam! | Oct 21 15:46:25.269 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:46:25.269 INFO kablam! Oct 21 15:46:25.540 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.540 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 21 15:46:25.540 INFO kablam! | Oct 21 15:46:25.540 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.541 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.541 INFO kablam! | Oct 21 15:46:25.541 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 15:46:25.542 INFO kablam! Oct 21 15:46:25.542 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.542 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 21 15:46:25.542 INFO kablam! | Oct 21 15:46:25.543 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.543 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.543 INFO kablam! Oct 21 15:46:25.543 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.544 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 21 15:46:25.544 INFO kablam! | Oct 21 15:46:25.544 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.544 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.545 INFO kablam! Oct 21 15:46:25.549 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 21 15:46:25.549 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 21 15:46:25.549 INFO kablam! | Oct 21 15:46:25.549 INFO kablam! 62 | pub Email: String, Oct 21 15:46:25.550 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.550 INFO kablam! Oct 21 15:46:25.550 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 21 15:46:25.551 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 21 15:46:25.551 INFO kablam! | Oct 21 15:46:25.551 INFO kablam! 63 | pub Apikey: String, Oct 21 15:46:25.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.552 INFO kablam! Oct 21 15:46:25.552 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 21 15:46:25.552 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 21 15:46:25.553 INFO kablam! | Oct 21 15:46:25.553 INFO kablam! 64 | pub Host: String, Oct 21 15:46:25.553 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 15:46:25.554 INFO kablam! Oct 21 15:46:25.554 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 21 15:46:25.554 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 21 15:46:25.554 INFO kablam! | Oct 21 15:46:25.555 INFO kablam! 65 | pub Version: String, Oct 21 15:46:25.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.555 INFO kablam! Oct 21 15:46:25.790 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.790 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 21 15:46:25.790 INFO kablam! | Oct 21 15:46:25.791 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.791 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.791 INFO kablam! | Oct 21 15:46:25.791 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 15:46:25.792 INFO kablam! Oct 21 15:46:25.792 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.792 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 21 15:46:25.793 INFO kablam! | Oct 21 15:46:25.793 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.793 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.793 INFO kablam! Oct 21 15:46:25.794 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 21 15:46:25.794 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 21 15:46:25.794 INFO kablam! | Oct 21 15:46:25.794 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 21 15:46:25.794 INFO kablam! | ^^^^^^^ Oct 21 15:46:25.795 INFO kablam! Oct 21 15:46:25.809 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 21 15:46:25.809 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 21 15:46:25.809 INFO kablam! | Oct 21 15:46:25.809 INFO kablam! 62 | pub Email: String, Oct 21 15:46:25.809 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.809 INFO kablam! Oct 21 15:46:25.809 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 21 15:46:25.809 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 21 15:46:25.809 INFO kablam! | Oct 21 15:46:25.809 INFO kablam! 63 | pub Apikey: String, Oct 21 15:46:25.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.809 INFO kablam! Oct 21 15:46:25.809 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 21 15:46:25.809 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 21 15:46:25.809 INFO kablam! | Oct 21 15:46:25.809 INFO kablam! 64 | pub Host: String, Oct 21 15:46:25.809 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 15:46:25.809 INFO kablam! Oct 21 15:46:25.809 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 21 15:46:25.809 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 21 15:46:25.809 INFO kablam! | Oct 21 15:46:25.809 INFO kablam! 65 | pub Version: String, Oct 21 15:46:25.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:46:25.809 INFO kablam! Oct 21 15:46:26.382 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 21 15:46:26.383 INFO kablam! --> tests/tests.rs:7:1 Oct 21 15:46:26.383 INFO kablam! | Oct 21 15:46:26.383 INFO kablam! 7 | extern crate hamcrest; Oct 21 15:46:26.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 21 15:46:26.383 INFO kablam! Oct 21 15:46:26.385 INFO kablam! error: aborting due to previous error Oct 21 15:46:26.385 INFO kablam! Oct 21 15:46:26.385 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 21 15:46:26.396 INFO kablam! error: Could not compile `megam_api`. Oct 21 15:46:26.397 INFO kablam! Oct 21 15:46:26.397 INFO kablam! To learn more, run the command again with --verbose. Oct 21 15:46:26.400 INFO kablam! su: No module specific data is present Oct 21 15:46:27.632 INFO running `"docker" "rm" "-f" "be8ae8de30c903a33d1d3c984f287c06c2842ccdf2464b00fb9a8546f165c088"` Oct 21 15:46:27.916 INFO blam! be8ae8de30c903a33d1d3c984f287c06c2842ccdf2464b00fb9a8546f165c088