Sep 03 17:29:50.139 INFO checking megamsys/megam_api.rs against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 17:29:50.139 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 17:29:50.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 17:29:50.330 INFO blam! c81439ade71b29cd8dbd2600a1dbd11f8ff21eb9f53fe50c791a8c2b6e7be4a6 Sep 03 17:29:50.332 INFO running `"docker" "start" "-a" "c81439ade71b29cd8dbd2600a1dbd11f8ff21eb9f53fe50c791a8c2b6e7be4a6"` Sep 03 17:29:50.921 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 03 17:29:50.921 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 03 17:29:50.921 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 17:29:50.921 INFO kablam! files will be included as a test target: Sep 03 17:29:50.921 INFO kablam! Sep 03 17:29:50.921 INFO kablam! * /source/tests/test_csars.rs Sep 03 17:29:50.921 INFO kablam! * /source/tests/test_sshkeys.rs Sep 03 17:29:50.921 INFO kablam! * /source/tests/test_accounts.rs Sep 03 17:29:50.922 INFO kablam! Sep 03 17:29:50.922 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 17:29:50.922 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 03 17:29:50.922 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 03 17:29:50.922 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 17:29:50.922 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 17:29:50.922 INFO kablam! Sep 03 17:29:50.922 INFO kablam! For more information on this warning you can consult Sep 03 17:29:50.922 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 17:29:51.034 INFO kablam! Checking libc v0.1.12 Sep 03 17:29:51.034 INFO kablam! Compiling openssl-sys v0.7.17 Sep 03 17:29:51.035 INFO kablam! Compiling libz-sys v1.0.20 Sep 03 17:29:51.035 INFO kablam! Compiling curl-sys v0.1.35 Sep 03 17:29:51.040 INFO kablam! Checking log v0.4.5 Sep 03 17:29:51.043 INFO kablam! Checking rand v0.3.22 Sep 03 17:29:51.247 INFO kablam! Checking rust-crypto v0.2.36 Sep 03 17:29:51.965 INFO kablam! Checking log v0.3.9 Sep 03 17:29:52.815 INFO kablam! Checking env_logger v0.3.5 Sep 03 17:29:53.878 INFO kablam! Checking curl v0.2.19 Sep 03 17:30:00.374 INFO kablam! Checking megam_api v0.1.9 (file:///source) Sep 03 17:30:00.633 INFO kablam! warning: unused import: `std::error::Error` Sep 03 17:30:00.633 INFO kablam! --> src/megam_api/api.rs:16:5 Sep 03 17:30:00.633 INFO kablam! | Sep 03 17:30:00.633 INFO kablam! 16 | use std::error::Error; Sep 03 17:30:00.633 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 17:30:00.633 INFO kablam! | Sep 03 17:30:00.633 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 17:30:00.633 INFO kablam! Sep 03 17:30:00.645 INFO kablam! warning: unused import: `std::error::Error` Sep 03 17:30:00.645 INFO kablam! --> src/megam_api/api.rs:16:5 Sep 03 17:30:00.645 INFO kablam! | Sep 03 17:30:00.645 INFO kablam! 16 | use std::error::Error; Sep 03 17:30:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 17:30:00.645 INFO kablam! | Sep 03 17:30:00.645 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 17:30:00.645 INFO kablam! Sep 03 17:30:01.107 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.108 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Sep 03 17:30:01.108 INFO kablam! | Sep 03 17:30:01.108 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.108 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.108 INFO kablam! | Sep 03 17:30:01.108 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 03 17:30:01.108 INFO kablam! Sep 03 17:30:01.108 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.108 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Sep 03 17:30:01.108 INFO kablam! | Sep 03 17:30:01.108 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.109 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.109 INFO kablam! Sep 03 17:30:01.109 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.109 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Sep 03 17:30:01.109 INFO kablam! | Sep 03 17:30:01.109 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.109 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.110 INFO kablam! Sep 03 17:30:01.111 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Sep 03 17:30:01.111 INFO kablam! --> src/megam_api/api.rs:62:3 Sep 03 17:30:01.111 INFO kablam! | Sep 03 17:30:01.112 INFO kablam! 62 | pub Email: String, Sep 03 17:30:01.112 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.112 INFO kablam! Sep 03 17:30:01.112 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Sep 03 17:30:01.112 INFO kablam! --> src/megam_api/api.rs:63:2 Sep 03 17:30:01.112 INFO kablam! | Sep 03 17:30:01.112 INFO kablam! 63 | pub Apikey: String, Sep 03 17:30:01.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.112 INFO kablam! Sep 03 17:30:01.112 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Sep 03 17:30:01.112 INFO kablam! --> src/megam_api/api.rs:64:2 Sep 03 17:30:01.112 INFO kablam! | Sep 03 17:30:01.112 INFO kablam! 64 | pub Host: String, Sep 03 17:30:01.112 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 17:30:01.112 INFO kablam! Sep 03 17:30:01.112 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Sep 03 17:30:01.112 INFO kablam! --> src/megam_api/api.rs:65:2 Sep 03 17:30:01.113 INFO kablam! | Sep 03 17:30:01.113 INFO kablam! 65 | pub Version: String, Sep 03 17:30:01.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.113 INFO kablam! Sep 03 17:30:01.137 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.137 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Sep 03 17:30:01.137 INFO kablam! | Sep 03 17:30:01.137 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.137 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.137 INFO kablam! | Sep 03 17:30:01.137 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 03 17:30:01.137 INFO kablam! Sep 03 17:30:01.138 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.138 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Sep 03 17:30:01.138 INFO kablam! | Sep 03 17:30:01.138 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.138 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.138 INFO kablam! Sep 03 17:30:01.139 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Sep 03 17:30:01.139 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Sep 03 17:30:01.139 INFO kablam! | Sep 03 17:30:01.139 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Sep 03 17:30:01.139 INFO kablam! | ^^^^^^^ Sep 03 17:30:01.139 INFO kablam! Sep 03 17:30:01.142 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Sep 03 17:30:01.142 INFO kablam! --> src/megam_api/api.rs:62:3 Sep 03 17:30:01.142 INFO kablam! | Sep 03 17:30:01.142 INFO kablam! 62 | pub Email: String, Sep 03 17:30:01.142 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.142 INFO kablam! Sep 03 17:30:01.142 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Sep 03 17:30:01.142 INFO kablam! --> src/megam_api/api.rs:63:2 Sep 03 17:30:01.142 INFO kablam! | Sep 03 17:30:01.142 INFO kablam! 63 | pub Apikey: String, Sep 03 17:30:01.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.142 INFO kablam! Sep 03 17:30:01.142 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Sep 03 17:30:01.142 INFO kablam! --> src/megam_api/api.rs:64:2 Sep 03 17:30:01.142 INFO kablam! | Sep 03 17:30:01.142 INFO kablam! 64 | pub Host: String, Sep 03 17:30:01.143 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 17:30:01.143 INFO kablam! Sep 03 17:30:01.143 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Sep 03 17:30:01.143 INFO kablam! --> src/megam_api/api.rs:65:2 Sep 03 17:30:01.143 INFO kablam! | Sep 03 17:30:01.143 INFO kablam! 65 | pub Version: String, Sep 03 17:30:01.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 03 17:30:01.143 INFO kablam! Sep 03 17:30:01.375 INFO kablam! error[E0463]: can't find crate for `hamcrest` Sep 03 17:30:01.375 INFO kablam! --> tests/tests.rs:7:1 Sep 03 17:30:01.375 INFO kablam! | Sep 03 17:30:01.375 INFO kablam! 7 | extern crate hamcrest; Sep 03 17:30:01.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 03 17:30:01.375 INFO kablam! Sep 03 17:30:01.375 INFO kablam! error: aborting due to previous error Sep 03 17:30:01.375 INFO kablam! Sep 03 17:30:01.375 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 03 17:30:01.385 INFO kablam! error: Could not compile `megam_api`. Sep 03 17:30:01.385 INFO kablam! Sep 03 17:30:01.385 INFO kablam! To learn more, run the command again with --verbose. Sep 03 17:30:01.387 INFO kablam! su: No module specific data is present Sep 03 17:30:01.862 INFO running `"docker" "rm" "-f" "c81439ade71b29cd8dbd2600a1dbd11f8ff21eb9f53fe50c791a8c2b6e7be4a6"` Sep 03 17:30:01.980 INFO blam! c81439ade71b29cd8dbd2600a1dbd11f8ff21eb9f53fe50c791a8c2b6e7be4a6