Oct 12 17:34:19.315 INFO checking megamsys/megam_api.rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:34:19.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 17:34:19.864 INFO blam! 77753ad27d3f10441418a062cc231c45c5761bc93d7f9b9b78375523be751094 Oct 12 17:34:19.884 INFO running `"docker" "start" "-a" "77753ad27d3f10441418a062cc231c45c5761bc93d7f9b9b78375523be751094"` Oct 12 17:34:20.808 INFO kablam! usermod: no changes Oct 12 17:34:20.873 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 17:34:20.873 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 17:34:20.873 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:34:20.873 INFO kablam! files will be included as a test target: Oct 12 17:34:20.873 INFO kablam! Oct 12 17:34:20.873 INFO kablam! * /source/tests/test_accounts.rs Oct 12 17:34:20.873 INFO kablam! * /source/tests/test_sshkeys.rs Oct 12 17:34:20.873 INFO kablam! * /source/tests/test_csars.rs Oct 12 17:34:20.873 INFO kablam! Oct 12 17:34:20.873 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:34:20.873 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 17:34:20.873 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 17:34:20.873 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:34:20.873 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:34:20.873 INFO kablam! Oct 12 17:34:20.873 INFO kablam! For more information on this warning you can consult Oct 12 17:34:20.873 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:34:20.972 INFO kablam! Compiling gcc v0.3.55 Oct 12 17:34:20.972 INFO kablam! Compiling openssl-sys v0.7.17 Oct 12 17:34:20.972 INFO kablam! Compiling libz-sys v1.0.24 Oct 12 17:34:20.976 INFO kablam! Checking env_logger v0.3.5 Oct 12 17:34:24.860 INFO kablam! Compiling curl-sys v0.1.35 Oct 12 17:34:24.864 INFO kablam! Compiling rust-crypto v0.2.36 Oct 12 17:34:27.081 INFO kablam! Checking curl v0.2.19 Oct 12 17:34:31.949 INFO kablam! Checking megam_api v0.1.9 (/source) Oct 12 17:34:33.133 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:34:33.133 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 12 17:34:33.133 INFO kablam! | Oct 12 17:34:33.133 INFO kablam! 16 | use std::error::Error; Oct 12 17:34:33.134 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.134 INFO kablam! | Oct 12 17:34:33.134 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:34:33.134 INFO kablam! Oct 12 17:34:33.245 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:34:33.245 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 12 17:34:33.245 INFO kablam! | Oct 12 17:34:33.246 INFO kablam! 16 | use std::error::Error; Oct 12 17:34:33.246 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.257 INFO kablam! | Oct 12 17:34:33.257 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:34:33.257 INFO kablam! Oct 12 17:34:33.601 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.601 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 12 17:34:33.602 INFO kablam! | Oct 12 17:34:33.602 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.603 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.603 INFO kablam! | Oct 12 17:34:33.603 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:34:33.604 INFO kablam! Oct 12 17:34:33.604 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.604 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 12 17:34:33.604 INFO kablam! | Oct 12 17:34:33.605 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.605 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.605 INFO kablam! Oct 12 17:34:33.606 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.606 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 12 17:34:33.607 INFO kablam! | Oct 12 17:34:33.607 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.607 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.607 INFO kablam! Oct 12 17:34:33.632 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 12 17:34:33.632 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 12 17:34:33.632 INFO kablam! | Oct 12 17:34:33.632 INFO kablam! 62 | pub Email: String, Oct 12 17:34:33.632 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.632 INFO kablam! Oct 12 17:34:33.632 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 12 17:34:33.632 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 12 17:34:33.632 INFO kablam! | Oct 12 17:34:33.634 INFO kablam! 63 | pub Apikey: String, Oct 12 17:34:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.635 INFO kablam! Oct 12 17:34:33.635 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 12 17:34:33.635 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 12 17:34:33.635 INFO kablam! | Oct 12 17:34:33.635 INFO kablam! 64 | pub Host: String, Oct 12 17:34:33.636 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:34:33.636 INFO kablam! Oct 12 17:34:33.636 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 12 17:34:33.636 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 12 17:34:33.636 INFO kablam! | Oct 12 17:34:33.637 INFO kablam! 65 | pub Version: String, Oct 12 17:34:33.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.637 INFO kablam! Oct 12 17:34:33.761 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.761 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 12 17:34:33.762 INFO kablam! | Oct 12 17:34:33.762 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.762 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.762 INFO kablam! | Oct 12 17:34:33.763 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:34:33.763 INFO kablam! Oct 12 17:34:33.763 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.764 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 12 17:34:33.764 INFO kablam! | Oct 12 17:34:33.764 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.764 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.765 INFO kablam! Oct 12 17:34:33.765 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:33.765 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 12 17:34:33.765 INFO kablam! | Oct 12 17:34:33.765 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:33.766 INFO kablam! | ^^^^^^^ Oct 12 17:34:33.766 INFO kablam! Oct 12 17:34:33.775 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 12 17:34:33.775 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 12 17:34:33.775 INFO kablam! | Oct 12 17:34:33.775 INFO kablam! 62 | pub Email: String, Oct 12 17:34:33.776 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.776 INFO kablam! Oct 12 17:34:33.776 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 12 17:34:33.776 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 12 17:34:33.777 INFO kablam! | Oct 12 17:34:33.777 INFO kablam! 63 | pub Apikey: String, Oct 12 17:34:33.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.777 INFO kablam! Oct 12 17:34:33.778 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 12 17:34:33.778 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 12 17:34:33.778 INFO kablam! | Oct 12 17:34:33.778 INFO kablam! 64 | pub Host: String, Oct 12 17:34:33.779 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:34:33.779 INFO kablam! Oct 12 17:34:33.779 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 12 17:34:33.779 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 12 17:34:33.779 INFO kablam! | Oct 12 17:34:33.779 INFO kablam! 65 | pub Version: String, Oct 12 17:34:33.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.779 INFO kablam! Oct 12 17:34:34.633 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 12 17:34:34.634 INFO kablam! --> tests/tests.rs:7:1 Oct 12 17:34:34.635 INFO kablam! | Oct 12 17:34:34.635 INFO kablam! 7 | extern crate hamcrest; Oct 12 17:34:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 12 17:34:34.636 INFO kablam! Oct 12 17:34:34.656 INFO kablam! error: aborting due to previous error Oct 12 17:34:34.657 INFO kablam! Oct 12 17:34:34.658 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 12 17:34:34.665 INFO kablam! error: Could not compile `megam_api`. Oct 12 17:34:34.666 INFO kablam! Oct 12 17:34:34.666 INFO kablam! To learn more, run the command again with --verbose. Oct 12 17:34:34.673 INFO kablam! su: No module specific data is present Oct 12 17:34:35.856 INFO running `"docker" "rm" "-f" "77753ad27d3f10441418a062cc231c45c5761bc93d7f9b9b78375523be751094"` Oct 12 17:34:36.239 INFO blam! 77753ad27d3f10441418a062cc231c45c5761bc93d7f9b9b78375523be751094