Oct 10 18:36:51.203 INFO testing megamsys/megam_api.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:36:51.203 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:36:51.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:36:51.632 INFO blam! 61417663113ab020c9ae504fee5f35413e83368e086aee351a1e5a7d7ac22f79 Oct 10 18:36:51.644 INFO running `"docker" "start" "-a" "61417663113ab020c9ae504fee5f35413e83368e086aee351a1e5a7d7ac22f79"` Oct 10 18:36:52.415 INFO kablam! usermod: no changes Oct 10 18:36:52.456 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 18:36:52.456 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 18:36:52.456 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:36:52.456 INFO kablam! files will be included as a test target: Oct 10 18:36:52.456 INFO kablam! Oct 10 18:36:52.456 INFO kablam! * /source/tests/test_accounts.rs Oct 10 18:36:52.456 INFO kablam! * /source/tests/test_sshkeys.rs Oct 10 18:36:52.456 INFO kablam! * /source/tests/test_csars.rs Oct 10 18:36:52.456 INFO kablam! Oct 10 18:36:52.456 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:36:52.456 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 18:36:52.456 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 18:36:52.456 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:36:52.456 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:36:52.456 INFO kablam! Oct 10 18:36:52.456 INFO kablam! For more information on this warning you can consult Oct 10 18:36:52.456 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:36:52.564 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 10 18:36:54.108 INFO kablam! warning: unused import: `std::error::Error` Oct 10 18:36:54.108 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 10 18:36:54.108 INFO kablam! | Oct 10 18:36:54.108 INFO kablam! 16 | use std::error::Error; Oct 10 18:36:54.108 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:36:54.108 INFO kablam! | Oct 10 18:36:54.108 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:36:54.108 INFO kablam! Oct 10 18:36:54.368 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:54.368 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 10 18:36:54.368 INFO kablam! | Oct 10 18:36:54.368 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:54.368 INFO kablam! | ^^^^^^^ Oct 10 18:36:54.368 INFO kablam! | Oct 10 18:36:54.368 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:36:54.368 INFO kablam! Oct 10 18:36:54.368 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:54.368 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 10 18:36:54.368 INFO kablam! | Oct 10 18:36:54.368 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:54.368 INFO kablam! | ^^^^^^^ Oct 10 18:36:54.368 INFO kablam! Oct 10 18:36:54.368 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:54.368 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 10 18:36:54.368 INFO kablam! | Oct 10 18:36:54.368 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:54.368 INFO kablam! | ^^^^^^^ Oct 10 18:36:54.368 INFO kablam! Oct 10 18:36:54.373 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 10 18:36:54.373 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 10 18:36:54.373 INFO kablam! | Oct 10 18:36:54.373 INFO kablam! 62 | pub Email: String, Oct 10 18:36:54.373 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:36:54.373 INFO kablam! Oct 10 18:36:54.373 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 10 18:36:54.373 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 10 18:36:54.373 INFO kablam! | Oct 10 18:36:54.373 INFO kablam! 63 | pub Apikey: String, Oct 10 18:36:54.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:36:54.373 INFO kablam! Oct 10 18:36:54.373 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 10 18:36:54.373 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 10 18:36:54.373 INFO kablam! | Oct 10 18:36:54.373 INFO kablam! 64 | pub Host: String, Oct 10 18:36:54.373 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 18:36:54.373 INFO kablam! Oct 10 18:36:54.373 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 10 18:36:54.373 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 10 18:36:54.373 INFO kablam! | Oct 10 18:36:54.373 INFO kablam! 65 | pub Version: String, Oct 10 18:36:54.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:54.373 INFO kablam! Oct 10 18:36:54.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 10 18:36:54.836 INFO kablam! su: No module specific data is present Oct 10 18:36:55.101 INFO running `"docker" "rm" "-f" "61417663113ab020c9ae504fee5f35413e83368e086aee351a1e5a7d7ac22f79"` Oct 10 18:36:55.208 INFO blam! 61417663113ab020c9ae504fee5f35413e83368e086aee351a1e5a7d7ac22f79 Oct 10 18:36:55.210 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:36:55.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:36:55.479 INFO blam! 4f3a182b247968841cfaab59a6817cac3c17b8de2216f441dd6a835d01cc919d Oct 10 18:36:55.481 INFO running `"docker" "start" "-a" "4f3a182b247968841cfaab59a6817cac3c17b8de2216f441dd6a835d01cc919d"` Oct 10 18:36:55.886 INFO kablam! usermod: no changes Oct 10 18:36:55.915 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 18:36:55.916 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 18:36:55.916 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 18:36:55.916 INFO kablam! files will be included as a test target: Oct 10 18:36:55.916 INFO kablam! Oct 10 18:36:55.916 INFO kablam! * /source/tests/test_accounts.rs Oct 10 18:36:55.916 INFO kablam! * /source/tests/test_sshkeys.rs Oct 10 18:36:55.916 INFO kablam! * /source/tests/test_csars.rs Oct 10 18:36:55.916 INFO kablam! Oct 10 18:36:55.916 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 18:36:55.916 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 18:36:55.916 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 18:36:55.916 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 18:36:55.916 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 18:36:55.916 INFO kablam! Oct 10 18:36:55.916 INFO kablam! For more information on this warning you can consult Oct 10 18:36:55.916 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 18:36:55.977 INFO kablam! Compiling megam_api v0.1.9 (/source) Oct 10 18:36:57.332 INFO kablam! warning: unused import: `std::error::Error` Oct 10 18:36:57.332 INFO kablam! --> src/megam_api/api.rs:16:5 Oct 10 18:36:57.332 INFO kablam! | Oct 10 18:36:57.332 INFO kablam! 16 | use std::error::Error; Oct 10 18:36:57.332 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:36:57.332 INFO kablam! | Oct 10 18:36:57.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:36:57.332 INFO kablam! Oct 10 18:36:57.462 INFO kablam! error[E0463]: can't find crate for `hamcrest` Oct 10 18:36:57.462 INFO kablam! --> tests/tests.rs:7:1 Oct 10 18:36:57.462 INFO kablam! | Oct 10 18:36:57.462 INFO kablam! 7 | extern crate hamcrest; Oct 10 18:36:57.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 10 18:36:57.462 INFO kablam! Oct 10 18:36:57.468 INFO kablam! error: aborting due to previous error Oct 10 18:36:57.468 INFO kablam! Oct 10 18:36:57.468 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 10 18:36:57.476 INFO kablam! error: Could not compile `megam_api`. Oct 10 18:36:57.476 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 10 18:36:57.616 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:57.616 INFO kablam! --> src/megam_api/util/accounts.rs:83:13 Oct 10 18:36:57.616 INFO kablam! | Oct 10 18:36:57.616 INFO kablam! 83 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:57.616 INFO kablam! | ^^^^^^^ Oct 10 18:36:57.616 INFO kablam! | Oct 10 18:36:57.616 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:36:57.616 INFO kablam! Oct 10 18:36:57.616 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:57.616 INFO kablam! --> src/megam_api/util/sshkeys.rs:54:13 Oct 10 18:36:57.616 INFO kablam! | Oct 10 18:36:57.616 INFO kablam! 54 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:57.616 INFO kablam! | ^^^^^^^ Oct 10 18:36:57.616 INFO kablam! Oct 10 18:36:57.616 INFO kablam! warning: variable `FailOne` should have a snake case name such as `fail_one` Oct 10 18:36:57.616 INFO kablam! --> src/megam_api/util/csars.rs:64:13 Oct 10 18:36:57.616 INFO kablam! | Oct 10 18:36:57.616 INFO kablam! 64 | Err(FailOne) => return Err(FailOne), Oct 10 18:36:57.616 INFO kablam! | ^^^^^^^ Oct 10 18:36:57.616 INFO kablam! Oct 10 18:36:57.628 INFO kablam! warning: structure field `Email` should have a snake case name such as `email` Oct 10 18:36:57.628 INFO kablam! --> src/megam_api/api.rs:62:3 Oct 10 18:36:57.628 INFO kablam! | Oct 10 18:36:57.628 INFO kablam! 62 | pub Email: String, Oct 10 18:36:57.628 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 18:36:57.628 INFO kablam! Oct 10 18:36:57.628 INFO kablam! warning: structure field `Apikey` should have a snake case name such as `apikey` Oct 10 18:36:57.628 INFO kablam! --> src/megam_api/api.rs:63:2 Oct 10 18:36:57.628 INFO kablam! | Oct 10 18:36:57.628 INFO kablam! 63 | pub Apikey: String, Oct 10 18:36:57.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:36:57.628 INFO kablam! Oct 10 18:36:57.628 INFO kablam! warning: structure field `Host` should have a snake case name such as `host` Oct 10 18:36:57.628 INFO kablam! --> src/megam_api/api.rs:64:2 Oct 10 18:36:57.628 INFO kablam! | Oct 10 18:36:57.628 INFO kablam! 64 | pub Host: String, Oct 10 18:36:57.628 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 18:36:57.628 INFO kablam! Oct 10 18:36:57.628 INFO kablam! warning: structure field `Version` should have a snake case name such as `version` Oct 10 18:36:57.628 INFO kablam! --> src/megam_api/api.rs:65:2 Oct 10 18:36:57.628 INFO kablam! | Oct 10 18:36:57.628 INFO kablam! 65 | pub Version: String, Oct 10 18:36:57.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:57.628 INFO kablam! Oct 10 18:36:58.041 INFO kablam! error: build failed Oct 10 18:36:58.043 INFO kablam! su: No module specific data is present Oct 10 18:36:58.353 INFO running `"docker" "rm" "-f" "4f3a182b247968841cfaab59a6817cac3c17b8de2216f441dd6a835d01cc919d"` Oct 10 18:36:58.465 INFO blam! 4f3a182b247968841cfaab59a6817cac3c17b8de2216f441dd6a835d01cc919d