Oct 27 00:43:23.756 INFO checking megamsys/megam_api.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:43:23.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 00:43:24.019 INFO blam! 85933b921c51bc970c5e073c06707b099266fe83241cb693e062be5df891c06e Oct 27 00:43:24.020 INFO running `"docker" "start" "-a" "85933b921c51bc970c5e073c06707b099266fe83241cb693e062be5df891c06e"` Oct 27 00:43:24.995 INFO kablam! usermod: no changes Oct 27 00:43:25.047 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 00:43:25.048 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 00:43:25.048 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 00:43:25.048 INFO kablam! files will be included as a test target: Oct 27 00:43:25.048 INFO kablam! Oct 27 00:43:25.048 INFO kablam! * /source/tests/test_sshkeys.rs Oct 27 00:43:25.048 INFO kablam! * /source/tests/test_accounts.rs Oct 27 00:43:25.048 INFO kablam! * /source/tests/test_csars.rs Oct 27 00:43:25.048 INFO kablam! Oct 27 00:43:25.048 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 00:43:25.048 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 00:43:25.048 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 00:43:25.048 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 00:43:25.048 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 00:43:25.048 INFO kablam! Oct 27 00:43:25.049 INFO kablam! For more information on this warning you can consult Oct 27 00:43:25.049 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 00:43:25.148 INFO kablam! Compiling gcc v0.3.55 Oct 27 00:43:25.148 INFO kablam! Compiling openssl-sys v0.7.17 Oct 27 00:43:25.148 INFO kablam! Checking log v0.3.9 Oct 27 00:43:25.927 INFO kablam! Checking env_logger v0.3.5 Oct 27 00:43:28.535 INFO kablam! Compiling curl-sys v0.1.35 Oct 27 00:43:28.535 INFO kablam! Compiling rust-crypto v0.2.36 Oct 27 00:43:30.167 INFO kablam! Checking curl v0.2.19 Oct 27 00:43:35.195 INFO kablam! Checking megam_api v0.1.9 (/source) Oct 27 00:43:36.375 INFO kablam! warning: unused import: `std::error::Error` Oct 27 00:43:36.375 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 27 00:43:36.375 INFO kablam! | Oct 27 00:43:36.375 INFO kablam! 16 | use std::error::Error; Oct 27 00:43:36.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.375 INFO kablam! | Oct 27 00:43:36.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:43:36.375 INFO kablam! Oct 27 00:43:36.475 INFO kablam! warning: unused import: `std::error::Error` Oct 27 00:43:36.475 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 27 00:43:36.475 INFO kablam! | Oct 27 00:43:36.475 INFO kablam! 16 | use std::error::Error; Oct 27 00:43:36.475 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.475 INFO kablam! | Oct 27 00:43:36.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:43:36.475 INFO kablam! Oct 27 00:43:36.885 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.885 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 27 00:43:36.885 INFO kablam! | Oct 27 00:43:36.885 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.885 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.885 INFO kablam! | Oct 27 00:43:36.885 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:43:36.885 INFO kablam! Oct 27 00:43:36.886 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.886 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 27 00:43:36.886 INFO kablam! | Oct 27 00:43:36.886 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.886 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.886 INFO kablam! Oct 27 00:43:36.886 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.886 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 27 00:43:36.886 INFO kablam! | Oct 27 00:43:36.887 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.887 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.887 INFO kablam! Oct 27 00:43:36.898 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 27 00:43:36.898 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 27 00:43:36.898 INFO kablam! | Oct 27 00:43:36.898 INFO kablam! 62 | pub Email: String, Oct 27 00:43:36.898 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.898 INFO kablam! Oct 27 00:43:36.898 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 27 00:43:36.898 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 27 00:43:36.898 INFO kablam! | Oct 27 00:43:36.898 INFO kablam! 63 | pub Apikey: String, Oct 27 00:43:36.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.898 INFO kablam! Oct 27 00:43:36.898 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 27 00:43:36.899 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 27 00:43:36.899 INFO kablam! | Oct 27 00:43:36.899 INFO kablam! 64 | pub Host: String, Oct 27 00:43:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:43:36.899 INFO kablam! Oct 27 00:43:36.899 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 27 00:43:36.899 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 27 00:43:36.899 INFO kablam! | Oct 27 00:43:36.899 INFO kablam! 65 | pub Version: String, Oct 27 00:43:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.900 INFO kablam! Oct 27 00:43:37.027 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:37.027 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 27 00:43:37.027 INFO kablam! | Oct 27 00:43:37.027 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:37.027 INFO kablam! | ^^^^^^^ Oct 27 00:43:37.027 INFO kablam! | Oct 27 00:43:37.027 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:43:37.027 INFO kablam! Oct 27 00:43:37.027 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:37.027 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 27 00:43:37.027 INFO kablam! | Oct 27 00:43:37.027 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:37.027 INFO kablam! | ^^^^^^^ Oct 27 00:43:37.027 INFO kablam! Oct 27 00:43:37.027 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:37.027 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 27 00:43:37.027 INFO kablam! | Oct 27 00:43:37.027 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:37.027 INFO kablam! | ^^^^^^^ Oct 27 00:43:37.027 INFO kablam! Oct 27 00:43:37.047 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 27 00:43:37.047 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 27 00:43:37.047 INFO kablam! | Oct 27 00:43:37.047 INFO kablam! 62 | pub Email: String, Oct 27 00:43:37.047 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:37.047 INFO kablam! Oct 27 00:43:37.047 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 27 00:43:37.047 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 27 00:43:37.047 INFO kablam! | Oct 27 00:43:37.047 INFO kablam! 63 | pub Apikey: String, Oct 27 00:43:37.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:43:37.047 INFO kablam! Oct 27 00:43:37.047 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 27 00:43:37.047 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 27 00:43:37.047 INFO kablam! | Oct 27 00:43:37.047 INFO kablam! 64 | pub Host: String, Oct 27 00:43:37.047 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:43:37.047 INFO kablam! Oct 27 00:43:37.047 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 27 00:43:37.047 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 27 00:43:37.047 INFO kablam! | Oct 27 00:43:37.047 INFO kablam! 65 | pub Version: String, Oct 27 00:43:37.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:43:37.047 INFO kablam! Oct 27 00:43:37.841 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 27 00:43:37.841 INFO kablam! --> tests/tests.rs:7:1 Oct 27 00:43:37.841 INFO kablam! | Oct 27 00:43:37.841 INFO kablam! 7 | extern crate hamcrest; Oct 27 00:43:37.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 00:43:37.841 INFO kablam! Oct 27 00:43:37.847 INFO kablam! error: aborting due to previous error Oct 27 00:43:37.847 INFO kablam! Oct 27 00:43:37.847 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 00:43:37.857 INFO kablam! error: Could not compile `megam_api`. Oct 27 00:43:37.857 INFO kablam! Oct 27 00:43:37.857 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:43:37.867 INFO kablam! su: No module specific data is present Oct 27 00:43:38.695 INFO running `"docker" "rm" "-f" "85933b921c51bc970c5e073c06707b099266fe83241cb693e062be5df891c06e"` Oct 27 00:43:39.015 INFO blam! 85933b921c51bc970c5e073c06707b099266fe83241cb693e062be5df891c06e