Oct 27 00:43:23.224 INFO checking megamsys/megam_api.rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:43:23.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:23.714 INFO blam! a05e27d984d6ac2c0680c23f5da950046f9dac08f0ee60ad497964db6640fefc Oct 27 00:43:23.717 INFO running `"docker" "start" "-a" "a05e27d984d6ac2c0680c23f5da950046f9dac08f0ee60ad497964db6640fefc"` Oct 27 00:43:24.394 INFO kablam! usermod: no changes Oct 27 00:43:24.463 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 00:43:24.463 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 00:43:24.463 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 00:43:24.463 INFO kablam! files will be included as a test target: Oct 27 00:43:24.463 INFO kablam! Oct 27 00:43:24.463 INFO kablam! * /source/tests/test_sshkeys.rs Oct 27 00:43:24.463 INFO kablam! * /source/tests/test_accounts.rs Oct 27 00:43:24.463 INFO kablam! * /source/tests/test_csars.rs Oct 27 00:43:24.463 INFO kablam! Oct 27 00:43:24.463 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 00:43:24.463 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 00:43:24.463 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 00:43:24.463 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 00:43:24.463 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 00:43:24.463 INFO kablam! Oct 27 00:43:24.463 INFO kablam! For more information on this warning you can consult Oct 27 00:43:24.463 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 00:43:24.602 INFO kablam! Compiling gcc v0.3.55 Oct 27 00:43:24.602 INFO kablam! Checking libc v0.1.12 Oct 27 00:43:24.602 INFO kablam! Compiling openssl-sys v0.7.17 Oct 27 00:43:24.602 INFO kablam! Checking log v0.3.9 Oct 27 00:43:25.295 INFO kablam! Checking env_logger v0.3.5 Oct 27 00:43:27.599 INFO kablam! Compiling curl-sys v0.1.35 Oct 27 00:43:27.599 INFO kablam! Compiling rust-crypto v0.2.36 Oct 27 00:43:29.318 INFO kablam! Checking curl v0.2.19 Oct 27 00:43:34.243 INFO kablam! Checking megam_api v0.1.9 (/source) Oct 27 00:43:35.431 INFO kablam! warning: unused import: `std::error::Error` Oct 27 00:43:35.431 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 27 00:43:35.432 INFO kablam! | Oct 27 00:43:35.432 INFO kablam! 16 | use std::error::Error; Oct 27 00:43:35.433 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:35.433 INFO kablam! | Oct 27 00:43:35.434 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:43:35.434 INFO kablam! Oct 27 00:43:35.611 INFO kablam! warning: unused import: `std::error::Error` Oct 27 00:43:35.611 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 27 00:43:35.612 INFO kablam! | Oct 27 00:43:35.612 INFO kablam! 16 | use std::error::Error; Oct 27 00:43:35.613 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:35.613 INFO kablam! | Oct 27 00:43:35.613 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:43:35.613 INFO kablam! Oct 27 00:43:35.871 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:35.871 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 27 00:43:35.872 INFO kablam! | Oct 27 00:43:35.872 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:35.873 INFO kablam! | ^^^^^^^ Oct 27 00:43:35.873 INFO kablam! | Oct 27 00:43:35.874 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:43:35.874 INFO kablam! Oct 27 00:43:35.875 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:35.875 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 27 00:43:35.876 INFO kablam! | Oct 27 00:43:35.876 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:35.877 INFO kablam! | ^^^^^^^ Oct 27 00:43:35.877 INFO kablam! Oct 27 00:43:35.878 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:35.878 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 27 00:43:35.879 INFO kablam! | Oct 27 00:43:35.879 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:35.879 INFO kablam! | ^^^^^^^ Oct 27 00:43:35.880 INFO kablam! Oct 27 00:43:35.899 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 27 00:43:35.899 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 27 00:43:35.899 INFO kablam! | Oct 27 00:43:35.900 INFO kablam! 62 | pub Email: String, Oct 27 00:43:35.900 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:35.900 INFO kablam! Oct 27 00:43:35.900 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 27 00:43:35.900 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 27 00:43:35.900 INFO kablam! | Oct 27 00:43:35.900 INFO kablam! 63 | pub Apikey: String, Oct 27 00:43:35.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:43:35.900 INFO kablam! Oct 27 00:43:35.901 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 27 00:43:35.901 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 27 00:43:35.901 INFO kablam! | Oct 27 00:43:35.901 INFO kablam! 64 | pub Host: String, Oct 27 00:43:35.901 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:43:35.901 INFO kablam! Oct 27 00:43:35.901 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 27 00:43:35.901 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 27 00:43:35.901 INFO kablam! | Oct 27 00:43:35.901 INFO kablam! 65 | pub Version: String, Oct 27 00:43:35.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:43:35.901 INFO kablam! Oct 27 00:43:36.017 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.017 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 27 00:43:36.017 INFO kablam! | Oct 27 00:43:36.017 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.017 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.017 INFO kablam! | Oct 27 00:43:36.017 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:43:36.017 INFO kablam! Oct 27 00:43:36.017 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.017 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 27 00:43:36.017 INFO kablam! | Oct 27 00:43:36.017 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.017 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.017 INFO kablam! Oct 27 00:43:36.018 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 27 00:43:36.018 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 27 00:43:36.018 INFO kablam! | Oct 27 00:43:36.018 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 27 00:43:36.018 INFO kablam! | ^^^^^^^ Oct 27 00:43:36.018 INFO kablam! Oct 27 00:43:36.029 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 27 00:43:36.029 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 27 00:43:36.029 INFO kablam! | Oct 27 00:43:36.029 INFO kablam! 62 | pub Email: String, Oct 27 00:43:36.029 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.029 INFO kablam! Oct 27 00:43:36.030 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 27 00:43:36.030 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 27 00:43:36.030 INFO kablam! | Oct 27 00:43:36.030 INFO kablam! 63 | pub Apikey: String, Oct 27 00:43:36.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.030 INFO kablam! Oct 27 00:43:36.030 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 27 00:43:36.030 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 27 00:43:36.030 INFO kablam! | Oct 27 00:43:36.030 INFO kablam! 64 | pub Host: String, Oct 27 00:43:36.030 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:43:36.030 INFO kablam! Oct 27 00:43:36.030 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 27 00:43:36.030 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 27 00:43:36.030 INFO kablam! | Oct 27 00:43:36.030 INFO kablam! 65 | pub Version: String, Oct 27 00:43:36.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:43:36.030 INFO kablam! Oct 27 00:43:36.889 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 27 00:43:36.889 INFO kablam! --> tests/tests.rs:7:1 Oct 27 00:43:36.889 INFO kablam! | Oct 27 00:43:36.889 INFO kablam! 7 | extern crate hamcrest; Oct 27 00:43:36.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 00:43:36.890 INFO kablam! Oct 27 00:43:36.890 INFO kablam! error: aborting due to previous error Oct 27 00:43:36.890 INFO kablam! Oct 27 00:43:36.890 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 00:43:36.912 INFO kablam! error: Could not compile `megam_api`. Oct 27 00:43:36.912 INFO kablam! Oct 27 00:43:36.912 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:43:36.915 INFO kablam! su: No module specific data is present Oct 27 00:43:38.378 INFO running `"docker" "rm" "-f" "a05e27d984d6ac2c0680c23f5da950046f9dac08f0ee60ad497964db6640fefc"` Oct 27 00:43:38.635 INFO blam! a05e27d984d6ac2c0680c23f5da950046f9dac08f0ee60ad497964db6640fefc