Oct 12 17:34:19.227 INFO checking megamsys/megam_api.rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:34:19.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.828 INFO blam! 1d3787ed0901572c74b771f2cae7e4f2cfe29e16184dbc1f36174c8d0c328ea5 Oct 12 17:34:19.830 INFO running `"docker" "start" "-a" "1d3787ed0901572c74b771f2cae7e4f2cfe29e16184dbc1f36174c8d0c328ea5"` Oct 12 17:34:20.992 INFO kablam! usermod: no changes Oct 12 17:34:21.048 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 17:34:21.048 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 17:34:21.048 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:34:21.048 INFO kablam! files will be included as a test target: Oct 12 17:34:21.048 INFO kablam! Oct 12 17:34:21.048 INFO kablam! * /source/tests/test_accounts.rs Oct 12 17:34:21.048 INFO kablam! * /source/tests/test_sshkeys.rs Oct 12 17:34:21.048 INFO kablam! * /source/tests/test_csars.rs Oct 12 17:34:21.048 INFO kablam! Oct 12 17:34:21.048 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:34:21.048 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 17:34:21.048 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 17:34:21.048 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:34:21.048 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:34:21.048 INFO kablam! Oct 12 17:34:21.048 INFO kablam! For more information on this warning you can consult Oct 12 17:34:21.048 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:34:21.149 INFO kablam! Compiling gcc v0.3.55 Oct 12 17:34:21.150 INFO kablam! Compiling openssl-sys v0.7.17 Oct 12 17:34:21.151 INFO kablam! Compiling libz-sys v1.0.24 Oct 12 17:34:21.179 INFO kablam! Checking env_logger v0.3.5 Oct 12 17:34:25.056 INFO kablam! Compiling curl-sys v0.1.35 Oct 12 17:34:25.056 INFO kablam! Compiling rust-crypto v0.2.36 Oct 12 17:34:27.289 INFO kablam! Checking curl v0.2.19 Oct 12 17:34:32.684 INFO kablam! Checking megam_api v0.1.9 (/source) Oct 12 17:34:33.668 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:34:33.668 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 12 17:34:33.668 INFO kablam! | Oct 12 17:34:33.668 INFO kablam! 16 | use std::error::Error; Oct 12 17:34:33.668 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.668 INFO kablam! | Oct 12 17:34:33.668 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:34:33.668 INFO kablam! Oct 12 17:34:33.904 INFO kablam! warning: unused import: `std::error::Error` Oct 12 17:34:33.905 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 12 17:34:33.906 INFO kablam! | Oct 12 17:34:33.907 INFO kablam! 16 | use std::error::Error; Oct 12 17:34:33.907 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:33.908 INFO kablam! | Oct 12 17:34:33.909 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:34:33.909 INFO kablam! Oct 12 17:34:34.264 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.265 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 12 17:34:34.265 INFO kablam! | Oct 12 17:34:34.265 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.265 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.265 INFO kablam! | Oct 12 17:34:34.265 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:34:34.265 INFO kablam! Oct 12 17:34:34.265 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.265 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 12 17:34:34.265 INFO kablam! | Oct 12 17:34:34.265 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.265 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.265 INFO kablam! Oct 12 17:34:34.265 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.265 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 12 17:34:34.265 INFO kablam! | Oct 12 17:34:34.265 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.265 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.265 INFO kablam! Oct 12 17:34:34.280 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 12 17:34:34.280 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 12 17:34:34.280 INFO kablam! | Oct 12 17:34:34.280 INFO kablam! 62 | pub Email: String, Oct 12 17:34:34.280 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.282 INFO kablam! Oct 12 17:34:34.282 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 12 17:34:34.282 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 12 17:34:34.282 INFO kablam! | Oct 12 17:34:34.282 INFO kablam! 63 | pub Apikey: String, Oct 12 17:34:34.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.282 INFO kablam! Oct 12 17:34:34.282 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 12 17:34:34.282 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 12 17:34:34.282 INFO kablam! | Oct 12 17:34:34.282 INFO kablam! 64 | pub Host: String, Oct 12 17:34:34.282 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:34:34.282 INFO kablam! Oct 12 17:34:34.282 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 12 17:34:34.282 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 12 17:34:34.282 INFO kablam! | Oct 12 17:34:34.282 INFO kablam! 65 | pub Version: String, Oct 12 17:34:34.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.282 INFO kablam! Oct 12 17:34:34.316 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.316 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 12 17:34:34.316 INFO kablam! | Oct 12 17:34:34.316 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.316 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.317 INFO kablam! | Oct 12 17:34:34.317 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:34:34.317 INFO kablam! Oct 12 17:34:34.318 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.318 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 12 17:34:34.318 INFO kablam! | Oct 12 17:34:34.318 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.318 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.318 INFO kablam! Oct 12 17:34:34.318 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 12 17:34:34.318 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 12 17:34:34.319 INFO kablam! | Oct 12 17:34:34.319 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 12 17:34:34.319 INFO kablam! | ^^^^^^^ Oct 12 17:34:34.319 INFO kablam! Oct 12 17:34:34.335 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 12 17:34:34.335 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 12 17:34:34.335 INFO kablam! | Oct 12 17:34:34.335 INFO kablam! 62 | pub Email: String, Oct 12 17:34:34.335 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.335 INFO kablam! Oct 12 17:34:34.335 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 12 17:34:34.335 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 12 17:34:34.335 INFO kablam! | Oct 12 17:34:34.335 INFO kablam! 63 | pub Apikey: String, Oct 12 17:34:34.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.335 INFO kablam! Oct 12 17:34:34.335 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 12 17:34:34.335 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 12 17:34:34.335 INFO kablam! | Oct 12 17:34:34.335 INFO kablam! 64 | pub Host: String, Oct 12 17:34:34.335 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:34:34.335 INFO kablam! Oct 12 17:34:34.336 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 12 17:34:34.336 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 12 17:34:34.336 INFO kablam! | Oct 12 17:34:34.336 INFO kablam! 65 | pub Version: String, Oct 12 17:34:34.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:34:34.336 INFO kablam! Oct 12 17:34:35.130 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 12 17:34:35.130 INFO kablam! --> tests/tests.rs:7:1 Oct 12 17:34:35.130 INFO kablam! | Oct 12 17:34:35.130 INFO kablam! 7 | extern crate hamcrest; Oct 12 17:34:35.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 12 17:34:35.130 INFO kablam! Oct 12 17:34:35.150 INFO kablam! error: aborting due to previous error Oct 12 17:34:35.150 INFO kablam! Oct 12 17:34:35.151 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 12 17:34:35.164 INFO kablam! error: Could not compile `megam_api`. Oct 12 17:34:35.164 INFO kablam! Oct 12 17:34:35.164 INFO kablam! To learn more, run the command again with --verbose. Oct 12 17:34:35.164 INFO kablam! su: No module specific data is present Oct 12 17:34:36.316 INFO running `"docker" "rm" "-f" "1d3787ed0901572c74b771f2cae7e4f2cfe29e16184dbc1f36174c8d0c328ea5"` Oct 12 17:34:36.604 INFO blam! 1d3787ed0901572c74b771f2cae7e4f2cfe29e16184dbc1f36174c8d0c328ea5