Oct 14 11:31:54.700 INFO testing megamsys/megam_api.rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:31:54.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:55.391 INFO blam! 890d5d16b76f429c77a1d66637cb014eb498f48507e0e1685f9249316fcc5aa1 Oct 14 11:31:55.399 INFO running `"docker" "start" "-a" "890d5d16b76f429c77a1d66637cb014eb498f48507e0e1685f9249316fcc5aa1"` Oct 14 11:31:56.686 INFO kablam! usermod: no changes Oct 14 11:31:56.736 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 11:31:56.737 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 11:31:56.737 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 11:31:56.737 INFO kablam! files will be included as a test target: Oct 14 11:31:56.738 INFO kablam! Oct 14 11:31:56.738 INFO kablam! * /source/tests/test_sshkeys.rs Oct 14 11:31:56.738 INFO kablam! * /source/tests/test_accounts.rs Oct 14 11:31:56.739 INFO kablam! * /source/tests/test_csars.rs Oct 14 11:31:56.739 INFO kablam! Oct 14 11:31:56.739 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 11:31:56.739 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 11:31:56.740 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 11:31:56.740 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 11:31:56.740 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 11:31:56.740 INFO kablam! Oct 14 11:31:56.741 INFO kablam! For more information on this warning you can consult Oct 14 11:31:56.741 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 11:31:56.839 INFO kablam! Compiling matches v0.1.8 Oct 14 11:31:56.840 INFO kablam! Compiling gcc v0.3.55 Oct 14 11:31:56.840 INFO kablam! Compiling libc v0.1.12 Oct 14 11:31:56.843 INFO kablam! Compiling openssl-sys v0.7.17 Oct 14 11:31:56.844 INFO kablam! Compiling libz-sys v1.0.24 Oct 14 11:31:56.844 INFO kablam! Compiling memchr v0.1.11 Oct 14 11:31:56.844 INFO kablam! Compiling rand v0.4.3 Oct 14 11:31:56.855 INFO kablam! Compiling log v0.4.5 Oct 14 11:31:57.459 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 14 11:31:59.047 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 11:31:59.071 INFO kablam! Compiling thread-id v2.0.0 Oct 14 11:31:59.665 INFO kablam! Compiling thread_local v0.2.7 Oct 14 11:31:59.723 INFO kablam! Compiling log v0.3.9 Oct 14 11:32:05.773 INFO kablam! Compiling regex v0.1.80 Oct 14 11:32:05.773 INFO kablam! Compiling curl-sys v0.1.35 Oct 14 11:32:05.840 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 11:32:06.084 INFO kablam! Compiling idna v0.1.5 Oct 14 11:32:08.293 INFO kablam! Compiling rand v0.3.22 Oct 14 11:32:14.663 INFO kablam! Compiling url v1.7.1 Oct 14 11:32:23.576 INFO kablam! Compiling curl v0.2.19 Oct 14 11:32:23.915 INFO kablam! Compiling env_logger v0.3.5 Oct 14 11:32:28.419 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 14 11:32:28.599 INFO kablam! warning: unused import: `std::error::Error` Oct 14 11:32:28.600 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 14 11:32:28.600 INFO kablam! | Oct 14 11:32:28.600 INFO kablam! 16 | use std::error::Error; Oct 14 11:32:28.601 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.601 INFO kablam! | Oct 14 11:32:28.601 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:28.602 INFO kablam! Oct 14 11:32:28.863 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.864 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 14 11:32:28.864 INFO kablam! | Oct 14 11:32:28.864 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.865 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.865 INFO kablam! | Oct 14 11:32:28.865 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:28.865 INFO kablam! Oct 14 11:32:28.866 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.866 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 14 11:32:28.866 INFO kablam! | Oct 14 11:32:28.867 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.867 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.867 INFO kablam! Oct 14 11:32:28.867 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:28.868 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 14 11:32:28.868 INFO kablam! | Oct 14 11:32:28.868 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:28.869 INFO kablam! | ^^^^^^^ Oct 14 11:32:28.869 INFO kablam! Oct 14 11:32:28.879 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 14 11:32:28.880 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 14 11:32:28.880 INFO kablam! | Oct 14 11:32:28.880 INFO kablam! 62 | pub Email: String, Oct 14 11:32:28.881 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.881 INFO kablam! Oct 14 11:32:28.881 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 14 11:32:28.882 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 14 11:32:28.882 INFO kablam! | Oct 14 11:32:28.882 INFO kablam! 63 | pub Apikey: String, Oct 14 11:32:28.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.883 INFO kablam! Oct 14 11:32:28.883 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 14 11:32:28.884 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 14 11:32:28.884 INFO kablam! | Oct 14 11:32:28.884 INFO kablam! 64 | pub Host: String, Oct 14 11:32:28.885 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 11:32:28.885 INFO kablam! Oct 14 11:32:28.885 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 14 11:32:28.885 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 14 11:32:28.886 INFO kablam! | Oct 14 11:32:28.886 INFO kablam! 65 | pub Version: String, Oct 14 11:32:28.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:28.887 INFO kablam! Oct 14 11:32:29.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.94s Oct 14 11:32:29.666 INFO kablam! su: No module specific data is present Oct 14 11:32:30.035 INFO running `"docker" "rm" "-f" "890d5d16b76f429c77a1d66637cb014eb498f48507e0e1685f9249316fcc5aa1"` Oct 14 11:32:30.151 INFO blam! 890d5d16b76f429c77a1d66637cb014eb498f48507e0e1685f9249316fcc5aa1 Oct 14 11:32:30.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.488 INFO blam! 6b6854d3ee8cf03591caf94e6edb537ce8c41d38292b800b4d615a40fc1c4921 Oct 14 11:32:30.495 INFO running `"docker" "start" "-a" "6b6854d3ee8cf03591caf94e6edb537ce8c41d38292b800b4d615a40fc1c4921"` Oct 14 11:32:31.543 INFO kablam! usermod: no changes Oct 14 11:32:31.584 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 11:32:31.585 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 11:32:31.585 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 11:32:31.585 INFO kablam! files will be included as a test target: Oct 14 11:32:31.585 INFO kablam! Oct 14 11:32:31.586 INFO kablam! * /source/tests/test_sshkeys.rs Oct 14 11:32:31.586 INFO kablam! * /source/tests/test_accounts.rs Oct 14 11:32:31.587 INFO kablam! * /source/tests/test_csars.rs Oct 14 11:32:31.587 INFO kablam! Oct 14 11:32:31.587 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 11:32:31.588 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 11:32:31.588 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 11:32:31.588 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 11:32:31.589 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 11:32:31.589 INFO kablam! Oct 14 11:32:31.590 INFO kablam! For more information on this warning you can consult Oct 14 11:32:31.590 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 11:32:31.663 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 14 11:32:31.886 INFO kablam! warning: unused import: `std::error::Error` Oct 14 11:32:31.886 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 14 11:32:31.886 INFO kablam! | Oct 14 11:32:31.886 INFO kablam! 16 | use std::error::Error; Oct 14 11:32:31.886 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:31.886 INFO kablam! | Oct 14 11:32:31.886 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:31.886 INFO kablam! Oct 14 11:32:31.895 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 14 11:32:31.896 INFO kablam! --> tests/tests.rs:7:1 Oct 14 11:32:31.896 INFO kablam! | Oct 14 11:32:31.896 INFO kablam! 7 | extern crate hamcrest; Oct 14 11:32:31.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 14 11:32:31.896 INFO kablam! Oct 14 11:32:31.943 INFO kablam! error: aborting due to previous error Oct 14 11:32:31.943 INFO kablam! Oct 14 11:32:31.944 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 14 11:32:31.945 INFO kablam! error: Could not compile `megam_api`. Oct 14 11:32:31.945 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 11:32:32.159 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:32.159 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 14 11:32:32.160 INFO kablam! | Oct 14 11:32:32.160 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:32.160 INFO kablam! | ^^^^^^^ Oct 14 11:32:32.161 INFO kablam! | Oct 14 11:32:32.161 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:32.161 INFO kablam! Oct 14 11:32:32.161 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:32.162 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 14 11:32:32.162 INFO kablam! | Oct 14 11:32:32.162 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:32.163 INFO kablam! | ^^^^^^^ Oct 14 11:32:32.163 INFO kablam! Oct 14 11:32:32.163 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 14 11:32:32.164 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 14 11:32:32.164 INFO kablam! | Oct 14 11:32:32.164 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 14 11:32:32.164 INFO kablam! | ^^^^^^^ Oct 14 11:32:32.165 INFO kablam! Oct 14 11:32:32.173 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 14 11:32:32.174 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 14 11:32:32.174 INFO kablam! | Oct 14 11:32:32.174 INFO kablam! 62 | pub Email: String, Oct 14 11:32:32.175 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:32:32.175 INFO kablam! Oct 14 11:32:32.175 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 14 11:32:32.176 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 14 11:32:32.176 INFO kablam! | Oct 14 11:32:32.176 INFO kablam! 63 | pub Apikey: String, Oct 14 11:32:32.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:32.177 INFO kablam! Oct 14 11:32:32.177 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 14 11:32:32.177 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 14 11:32:32.178 INFO kablam! | Oct 14 11:32:32.178 INFO kablam! 64 | pub Host: String, Oct 14 11:32:32.179 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 11:32:32.179 INFO kablam! Oct 14 11:32:32.179 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 14 11:32:32.179 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 14 11:32:32.184 INFO kablam! | Oct 14 11:32:32.185 INFO kablam! 65 | pub Version: String, Oct 14 11:32:32.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:32.185 INFO kablam! Oct 14 11:32:32.771 INFO kablam! error: build failed Oct 14 11:32:32.779 INFO kablam! su: No module specific data is present Oct 14 11:32:33.593 INFO running `"docker" "rm" "-f" "6b6854d3ee8cf03591caf94e6edb537ce8c41d38292b800b4d615a40fc1c4921"` Oct 14 11:32:33.911 INFO blam! 6b6854d3ee8cf03591caf94e6edb537ce8c41d38292b800b4d615a40fc1c4921