Oct 14 11:31:59.190 INFO testing megamsys/megam_api.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:31:59.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 11:31:59.679 INFO blam! 5fda969610172ce56e03c0c6ed90b2bf9871bcdeafe4fa4acc6610418a103341 Oct 14 11:31:59.699 INFO running `"docker" "start" "-a" "5fda969610172ce56e03c0c6ed90b2bf9871bcdeafe4fa4acc6610418a103341"` Oct 14 11:32:01.536 INFO kablam! usermod: no changes Oct 14 11:32:01.579 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 11:32:01.580 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 11:32:01.580 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 11:32:01.580 INFO kablam! files will be included as a test target: Oct 14 11:32:01.581 INFO kablam! Oct 14 11:32:01.581 INFO kablam! * /source/tests/test_sshkeys.rs Oct 14 11:32:01.581 INFO kablam! * /source/tests/test_accounts.rs Oct 14 11:32:01.582 INFO kablam! * /source/tests/test_csars.rs Oct 14 11:32:01.582 INFO kablam! Oct 14 11:32:01.582 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 11:32:01.582 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 11:32:01.582 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 11:32:01.582 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 11:32:01.582 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 11:32:01.582 INFO kablam! Oct 14 11:32:01.582 INFO kablam! For more information on this warning you can consult Oct 14 11:32:01.582 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 11:32:01.699 INFO kablam! Compiling pkg-config v0.3.14 Oct 14 11:32:01.701 INFO kablam! Compiling gcc v0.3.55 Oct 14 11:32:01.711 INFO kablam! Compiling libc v0.1.12 Oct 14 11:32:01.728 INFO kablam! Compiling rand v0.4.3 Oct 14 11:32:01.728 INFO kablam! Compiling time v0.1.40 Oct 14 11:32:08.475 INFO kablam! Compiling openssl-sys v0.7.17 Oct 14 11:32:08.480 INFO kablam! Compiling libz-sys v1.0.24 Oct 14 11:32:10.784 INFO kablam! Compiling rand v0.3.22 Oct 14 11:32:10.915 INFO kablam! Compiling curl-sys v0.1.35 Oct 14 11:32:10.917 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 11:32:14.971 INFO kablam! Compiling curl v0.2.19 Oct 14 11:32:24.251 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 14 11:32:24.483 INFO kablam! warning: unused import: `std::error::Error` Oct 14 11:32:24.483 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 14 11:32:24.483 INFO kablam! | Oct 14 11:32:24.483 INFO kablam! 16 | use std::error::Error; Oct 14 11:32:24.483 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:24.483 INFO kablam! | Oct 14 11:32:24.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:24.483 INFO kablam! Oct 14 11:32:24.763 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:24.763 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 14 11:32:24.763 INFO kablam! | Oct 14 11:32:24.763 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:24.764 INFO kablam! | ^^^^^^^ Oct 14 11:32:24.764 INFO kablam! | Oct 14 11:32:24.764 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:24.764 INFO kablam! Oct 14 11:32:24.764 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:24.764 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 14 11:32:24.764 INFO kablam! | Oct 14 11:32:24.764 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:24.764 INFO kablam! | ^^^^^^^ Oct 14 11:32:24.764 INFO kablam! Oct 14 11:32:24.764 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:24.764 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 14 11:32:24.764 INFO kablam! | Oct 14 11:32:24.764 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:24.764 INFO kablam! | ^^^^^^^ Oct 14 11:32:24.764 INFO kablam! Oct 14 11:32:24.775 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 14 11:32:24.775 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 14 11:32:24.775 INFO kablam! | Oct 14 11:32:24.775 INFO kablam! 62 | pub Email: String, Oct 14 11:32:24.775 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:24.775 INFO kablam! Oct 14 11:32:24.775 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 14 11:32:24.775 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 14 11:32:24.775 INFO kablam! | Oct 14 11:32:24.775 INFO kablam! 63 | pub Apikey: String, Oct 14 11:32:24.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:24.775 INFO kablam! Oct 14 11:32:24.775 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 14 11:32:24.775 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 14 11:32:24.775 INFO kablam! | Oct 14 11:32:24.775 INFO kablam! 64 | pub Host: String, Oct 14 11:32:24.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 11:32:24.775 INFO kablam! Oct 14 11:32:24.775 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 14 11:32:24.775 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 14 11:32:24.775 INFO kablam! | Oct 14 11:32:24.775 INFO kablam! 65 | pub Version: String, Oct 14 11:32:24.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:24.775 INFO kablam! Oct 14 11:32:25.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.13s Oct 14 11:32:25.704 INFO kablam! su: No module specific data is present Oct 14 11:32:26.426 INFO running `"docker" "rm" "-f" "5fda969610172ce56e03c0c6ed90b2bf9871bcdeafe4fa4acc6610418a103341"` Oct 14 11:32:26.659 INFO blam! 5fda969610172ce56e03c0c6ed90b2bf9871bcdeafe4fa4acc6610418a103341 Oct 14 11:32:26.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 11:32:26.922 INFO blam! 43592e050fd5988139761d7257d961afe581ca7af3493ab5165f86a1b0aa25a3 Oct 14 11:32:26.928 INFO running `"docker" "start" "-a" "43592e050fd5988139761d7257d961afe581ca7af3493ab5165f86a1b0aa25a3"` Oct 14 11:32:28.191 INFO kablam! usermod: no changes Oct 14 11:32:28.249 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 11:32:28.249 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 11:32:28.249 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 11:32:28.249 INFO kablam! files will be included as a test target: Oct 14 11:32:28.249 INFO kablam! Oct 14 11:32:28.249 INFO kablam! * /source/tests/test_sshkeys.rs Oct 14 11:32:28.249 INFO kablam! * /source/tests/test_accounts.rs Oct 14 11:32:28.249 INFO kablam! * /source/tests/test_csars.rs Oct 14 11:32:28.249 INFO kablam! Oct 14 11:32:28.249 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 11:32:28.249 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 11:32:28.249 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 11:32:28.249 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 11:32:28.249 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 11:32:28.249 INFO kablam! Oct 14 11:32:28.249 INFO kablam! For more information on this warning you can consult Oct 14 11:32:28.249 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 11:32:28.301 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 14 11:32:28.482 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 14 11:32:28.482 INFO kablam! --> tests/tests.rs:7:1 Oct 14 11:32:28.482 INFO kablam! | Oct 14 11:32:28.482 INFO kablam! 7 | extern crate hamcrest; Oct 14 11:32:28.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 14 11:32:28.483 INFO kablam! Oct 14 11:32:28.501 INFO kablam! error: aborting due to previous error Oct 14 11:32:28.501 INFO kablam! Oct 14 11:32:28.501 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 14 11:32:28.510 INFO kablam! error: Could not compile `megam_api`. Oct 14 11:32:28.510 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 11:32:28.539 INFO kablam! warning: unused import: `std::error::Error` Oct 14 11:32:28.540 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 14 11:32:28.540 INFO kablam! | Oct 14 11:32:28.540 INFO kablam! 16 | use std::error::Error; Oct 14 11:32:28.540 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.541 INFO kablam! | Oct 14 11:32:28.541 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:28.541 INFO kablam! Oct 14 11:32:28.839 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.840 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 14 11:32:28.840 INFO kablam! | Oct 14 11:32:28.840 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.841 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.841 INFO kablam! | Oct 14 11:32:28.841 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:28.842 INFO kablam! Oct 14 11:32:28.842 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.843 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 14 11:32:28.843 INFO kablam! | Oct 14 11:32:28.843 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.844 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.844 INFO kablam! Oct 14 11:32:28.844 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.845 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 14 11:32:28.845 INFO kablam! | Oct 14 11:32:28.845 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.846 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.846 INFO kablam! Oct 14 11:32:28.847 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 14 11:32:28.847 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 14 11:32:28.847 INFO kablam! | Oct 14 11:32:28.847 INFO kablam! 62 | pub Email: String, Oct 14 11:32:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.847 INFO kablam! Oct 14 11:32:28.847 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 14 11:32:28.847 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 14 11:32:28.847 INFO kablam! | Oct 14 11:32:28.847 INFO kablam! 63 | pub Apikey: String, Oct 14 11:32:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.847 INFO kablam! Oct 14 11:32:28.847 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 14 11:32:28.847 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 14 11:32:28.847 INFO kablam! | Oct 14 11:32:28.847 INFO kablam! 64 | pub Host: String, Oct 14 11:32:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 11:32:28.847 INFO kablam! Oct 14 11:32:28.847 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 14 11:32:28.847 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 14 11:32:28.847 INFO kablam! | Oct 14 11:32:28.847 INFO kablam! 65 | pub Version: String, Oct 14 11:32:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.847 INFO kablam! Oct 14 11:32:29.447 INFO kablam! error: build failed Oct 14 11:32:29.447 INFO kablam! su: No module specific data is present Oct 14 11:32:29.988 INFO running `"docker" "rm" "-f" "43592e050fd5988139761d7257d961afe581ca7af3493ab5165f86a1b0aa25a3"` Oct 14 11:32:30.114 INFO blam! 43592e050fd5988139761d7257d961afe581ca7af3493ab5165f86a1b0aa25a3