Oct 15 08:35:42.065 INFO testing MistLinux/Mina against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:35:42.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:35:42.315 INFO blam! 71d62c04b79d80e9c1a1e172653759a5ad9cb86bfe26d77547ba92cd4c7bfa28 Oct 15 08:35:42.318 INFO running `"docker" "start" "-a" "71d62c04b79d80e9c1a1e172653759a5ad9cb86bfe26d77547ba92cd4c7bfa28"` Oct 15 08:35:42.935 INFO kablam! usermod: no changes Oct 15 08:35:43.100 INFO kablam! Compiling socket2 v0.3.7 Oct 15 08:35:43.162 INFO kablam! Compiling libz-sys v1.0.20 Oct 15 08:35:43.163 INFO kablam! Compiling serde_derive v1.0.71 Oct 15 08:35:43.252 INFO kablam! Compiling curl-sys v0.4.8 Oct 15 08:35:45.083 INFO kablam! Compiling curl v0.4.14 Oct 15 08:35:59.451 INFO kablam! Compiling mina v0.1.0 (/source) Oct 15 08:36:00.402 INFO kablam! warning: unused imports: `File`, `OpenOptions` Oct 15 08:36:00.402 INFO kablam! --> src/config/workspace.rs:2:15 Oct 15 08:36:00.402 INFO kablam! | Oct 15 08:36:00.402 INFO kablam! 2 | use std::fs::{File, OpenOptions}; Oct 15 08:36:00.402 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:36:00.402 INFO kablam! | Oct 15 08:36:00.402 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:00.402 INFO kablam! Oct 15 08:36:00.402 INFO kablam! warning: unused import: `std::io::Write` Oct 15 08:36:00.402 INFO kablam! --> src/config/workspace.rs:3:5 Oct 15 08:36:00.402 INFO kablam! | Oct 15 08:36:00.402 INFO kablam! 3 | use std::io::Write; Oct 15 08:36:00.402 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:00.402 INFO kablam! Oct 15 08:36:00.402 INFO kablam! warning: unused import: `Path` Oct 15 08:36:00.402 INFO kablam! --> src/config/workspace.rs:4:17 Oct 15 08:36:00.402 INFO kablam! | Oct 15 08:36:00.402 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 08:36:00.402 INFO kablam! | ^^^^ Oct 15 08:36:00.402 INFO kablam! Oct 15 08:36:00.403 INFO kablam! warning: unused import: `Pkg` Oct 15 08:36:00.403 INFO kablam! --> src/package/packager.rs:3:36 Oct 15 08:36:00.404 INFO kablam! | Oct 15 08:36:00.404 INFO kablam! 3 | use parser::minaparser::{MinaFile, Pkg}; Oct 15 08:36:00.404 INFO kablam! | ^^^ Oct 15 08:36:00.404 INFO kablam! Oct 15 08:36:00.423 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 08:36:00.423 INFO kablam! --> src/config/workspace.rs:10:20 Oct 15 08:36:00.423 INFO kablam! | Oct 15 08:36:00.423 INFO kablam! 10 | let mut mina = env::home_dir().unwrap(); Oct 15 08:36:00.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:36:00.423 INFO kablam! | Oct 15 08:36:00.423 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:36:00.423 INFO kablam! Oct 15 08:36:00.726 INFO kablam! warning: unused variable: `name` Oct 15 08:36:00.726 INFO kablam! --> src/package/dlsource.rs:8:9 Oct 15 08:36:00.726 INFO kablam! | Oct 15 08:36:00.726 INFO kablam! 8 | let name = mina.name; Oct 15 08:36:00.726 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 08:36:00.726 INFO kablam! | Oct 15 08:36:00.726 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:36:00.726 INFO kablam! Oct 15 08:36:00.831 INFO kablam! warning: function is never used: `get_mina_dir` Oct 15 08:36:00.831 INFO kablam! --> src/config/workspace.rs:8:1 Oct 15 08:36:00.831 INFO kablam! | Oct 15 08:36:00.831 INFO kablam! 8 | fn get_mina_dir() -> PathBuf { Oct 15 08:36:00.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:00.831 INFO kablam! | Oct 15 08:36:00.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:36:00.831 INFO kablam! Oct 15 08:36:00.831 INFO kablam! warning: function is never used: `create_workspace` Oct 15 08:36:00.831 INFO kablam! --> src/config/workspace.rs:21:1 Oct 15 08:36:00.831 INFO kablam! | Oct 15 08:36:00.831 INFO kablam! 21 | pub fn create_workspace(str:&str) { Oct 15 08:36:00.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:00.831 INFO kablam! Oct 15 08:36:00.831 INFO kablam! warning: function is never used: `print_example` Oct 15 08:36:00.831 INFO kablam! --> src/parser/minaparser.rs:44:1 Oct 15 08:36:00.831 INFO kablam! | Oct 15 08:36:00.831 INFO kablam! 44 | pub fn print_example() { Oct 15 08:36:00.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:00.831 INFO kablam! Oct 15 08:36:00.833 INFO kablam! warning: structure field `enableColor` should have a snake case name such as `enable_color` Oct 15 08:36:00.834 INFO kablam! --> src/config/conf.rs:11:5 Oct 15 08:36:00.834 INFO kablam! | Oct 15 08:36:00.834 INFO kablam! 11 | enableColor:bool, Oct 15 08:36:00.834 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:36:00.834 INFO kablam! | Oct 15 08:36:00.834 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:00.834 INFO kablam! Oct 15 08:36:00.834 INFO kablam! warning: structure field `DevModeEnabled` should have a snake case name such as `dev_mode_enabled` Oct 15 08:36:00.834 INFO kablam! --> src/config/conf.rs:25:5 Oct 15 08:36:00.834 INFO kablam! | Oct 15 08:36:00.834 INFO kablam! 25 | DevModeEnabled:bool, Oct 15 08:36:00.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:00.834 INFO kablam! Oct 15 08:36:00.834 INFO kablam! warning: structure field `buildDir` should have a snake case name such as `build_dir` Oct 15 08:36:00.834 INFO kablam! --> src/config/conf.rs:27:5 Oct 15 08:36:00.834 INFO kablam! | Oct 15 08:36:00.834 INFO kablam! 27 | buildDir:String Oct 15 08:36:00.834 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:36:00.834 INFO kablam! Oct 15 08:36:00.835 INFO kablam! warning: variable `ConfGlobal` should have a snake case name such as `conf_global` Oct 15 08:36:00.835 INFO kablam! --> src/config/conf.rs:36:9 Oct 15 08:36:00.835 INFO kablam! | Oct 15 08:36:00.835 INFO kablam! 36 | let ConfGlobal = ConfGlobal {enableColor: true, repo: vec![core, meta, comunity, evil]}; Oct 15 08:36:00.835 INFO kablam! | ^^^^^^^^^^ Oct 15 08:36:00.835 INFO kablam! Oct 15 08:36:00.836 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:36:00.836 INFO kablam! --> src/config/workspace.rs:27:9 Oct 15 08:36:00.836 INFO kablam! | Oct 15 08:36:00.836 INFO kablam! 27 | fs::create_dir(&workspace); Oct 15 08:36:00.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:00.836 INFO kablam! | Oct 15 08:36:00.836 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:36:00.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:36:00.836 INFO kablam! Oct 15 08:36:02.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.53s Oct 15 08:36:02.504 INFO kablam! su: No module specific data is present Oct 15 08:36:03.005 INFO running `"docker" "rm" "-f" "71d62c04b79d80e9c1a1e172653759a5ad9cb86bfe26d77547ba92cd4c7bfa28"` Oct 15 08:36:03.176 INFO blam! 71d62c04b79d80e9c1a1e172653759a5ad9cb86bfe26d77547ba92cd4c7bfa28 Oct 15 08:36:03.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:36:03.464 INFO blam! d17ca3aebee5f2708de90b8b5d7abd3c55338985223e2706fee2726e7f0096bf Oct 15 08:36:03.465 INFO running `"docker" "start" "-a" "d17ca3aebee5f2708de90b8b5d7abd3c55338985223e2706fee2726e7f0096bf"` Oct 15 08:36:04.388 INFO kablam! usermod: no changes Oct 15 08:36:04.453 INFO kablam! Compiling mina v0.1.0 (/source) Oct 15 08:36:05.469 INFO kablam! warning: unused imports: `File`, `OpenOptions` Oct 15 08:36:05.469 INFO kablam! --> src/config/workspace.rs:2:15 Oct 15 08:36:05.469 INFO kablam! | Oct 15 08:36:05.469 INFO kablam! 2 | use std::fs::{File, OpenOptions}; Oct 15 08:36:05.469 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:36:05.469 INFO kablam! | Oct 15 08:36:05.469 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:05.469 INFO kablam! Oct 15 08:36:05.469 INFO kablam! warning: unused import: `std::io::Write` Oct 15 08:36:05.469 INFO kablam! --> src/config/workspace.rs:3:5 Oct 15 08:36:05.469 INFO kablam! | Oct 15 08:36:05.469 INFO kablam! 3 | use std::io::Write; Oct 15 08:36:05.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:05.469 INFO kablam! Oct 15 08:36:05.469 INFO kablam! warning: unused import: `Path` Oct 15 08:36:05.469 INFO kablam! --> src/config/workspace.rs:4:17 Oct 15 08:36:05.469 INFO kablam! | Oct 15 08:36:05.469 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 08:36:05.469 INFO kablam! | ^^^^ Oct 15 08:36:05.469 INFO kablam! Oct 15 08:36:05.471 INFO kablam! warning: unused import: `Pkg` Oct 15 08:36:05.471 INFO kablam! --> src/package/packager.rs:3:36 Oct 15 08:36:05.471 INFO kablam! | Oct 15 08:36:05.471 INFO kablam! 3 | use parser::minaparser::{MinaFile, Pkg}; Oct 15 08:36:05.471 INFO kablam! | ^^^ Oct 15 08:36:05.471 INFO kablam! Oct 15 08:36:05.501 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 08:36:05.501 INFO kablam! --> src/config/workspace.rs:10:20 Oct 15 08:36:05.501 INFO kablam! | Oct 15 08:36:05.501 INFO kablam! 10 | let mut mina = env::home_dir().unwrap(); Oct 15 08:36:05.501 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:36:05.501 INFO kablam! | Oct 15 08:36:05.501 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:36:05.501 INFO kablam! Oct 15 08:36:05.771 INFO kablam! warning: unused variable: `name` Oct 15 08:36:05.771 INFO kablam! --> src/package/dlsource.rs:8:9 Oct 15 08:36:05.771 INFO kablam! | Oct 15 08:36:05.771 INFO kablam! 8 | let name = mina.name; Oct 15 08:36:05.771 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 08:36:05.771 INFO kablam! | Oct 15 08:36:05.771 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:36:05.771 INFO kablam! Oct 15 08:36:05.866 INFO kablam! warning: function is never used: `get_mina_dir` Oct 15 08:36:05.866 INFO kablam! --> src/config/workspace.rs:8:1 Oct 15 08:36:05.866 INFO kablam! | Oct 15 08:36:05.866 INFO kablam! 8 | fn get_mina_dir() -> PathBuf { Oct 15 08:36:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:05.866 INFO kablam! | Oct 15 08:36:05.866 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:36:05.866 INFO kablam! Oct 15 08:36:05.866 INFO kablam! warning: function is never used: `create_workspace` Oct 15 08:36:05.866 INFO kablam! --> src/config/workspace.rs:21:1 Oct 15 08:36:05.866 INFO kablam! | Oct 15 08:36:05.866 INFO kablam! 21 | pub fn create_workspace(str:&str) { Oct 15 08:36:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:05.866 INFO kablam! Oct 15 08:36:05.866 INFO kablam! warning: function is never used: `print_example` Oct 15 08:36:05.866 INFO kablam! --> src/parser/minaparser.rs:44:1 Oct 15 08:36:05.866 INFO kablam! | Oct 15 08:36:05.866 INFO kablam! 44 | pub fn print_example() { Oct 15 08:36:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:05.866 INFO kablam! Oct 15 08:36:05.875 INFO kablam! warning: structure field `enableColor` should have a snake case name such as `enable_color` Oct 15 08:36:05.875 INFO kablam! --> src/config/conf.rs:11:5 Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! 11 | enableColor:bool, Oct 15 08:36:05.875 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:05.875 INFO kablam! Oct 15 08:36:05.875 INFO kablam! warning: structure field `DevModeEnabled` should have a snake case name such as `dev_mode_enabled` Oct 15 08:36:05.875 INFO kablam! --> src/config/conf.rs:25:5 Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! 25 | DevModeEnabled:bool, Oct 15 08:36:05.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:05.875 INFO kablam! Oct 15 08:36:05.875 INFO kablam! warning: structure field `buildDir` should have a snake case name such as `build_dir` Oct 15 08:36:05.875 INFO kablam! --> src/config/conf.rs:27:5 Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! 27 | buildDir:String Oct 15 08:36:05.875 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:36:05.875 INFO kablam! Oct 15 08:36:05.875 INFO kablam! warning: variable `ConfGlobal` should have a snake case name such as `conf_global` Oct 15 08:36:05.875 INFO kablam! --> src/config/conf.rs:36:9 Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! 36 | let ConfGlobal = ConfGlobal {enableColor: true, repo: vec![core, meta, comunity, evil]}; Oct 15 08:36:05.875 INFO kablam! | ^^^^^^^^^^ Oct 15 08:36:05.875 INFO kablam! Oct 15 08:36:05.875 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:36:05.875 INFO kablam! --> src/config/workspace.rs:27:9 Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! 27 | fs::create_dir(&workspace); Oct 15 08:36:05.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:05.875 INFO kablam! | Oct 15 08:36:05.875 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:36:05.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:36:05.875 INFO kablam! Oct 15 08:36:06.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 15 08:36:06.281 INFO kablam! su: No module specific data is present Oct 15 08:36:07.015 INFO running `"docker" "rm" "-f" "d17ca3aebee5f2708de90b8b5d7abd3c55338985223e2706fee2726e7f0096bf"` Oct 15 08:36:07.097 INFO blam! d17ca3aebee5f2708de90b8b5d7abd3c55338985223e2706fee2726e7f0096bf Oct 15 08:36:07.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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" "-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 15 08:36:07.371 INFO blam! e6080aac4d868e4ad9c97bcceb916aba2ddc04e94d607d2a0122c46f3ab933e2 Oct 15 08:36:07.373 INFO running `"docker" "start" "-a" "e6080aac4d868e4ad9c97bcceb916aba2ddc04e94d607d2a0122c46f3ab933e2"` Oct 15 08:36:07.734 INFO kablam! usermod: no changes Oct 15 08:36:07.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 08:36:07.789 INFO kablam! Running /target/debug/deps/mina-c774aee44089ac3b Oct 15 08:36:07.793 INFO blam! Oct 15 08:36:07.793 INFO kablam! su: No module specific data is present Oct 15 08:36:07.793 INFO blam! running 0 tests Oct 15 08:36:07.793 INFO blam! Oct 15 08:36:07.793 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:07.793 INFO blam! Oct 15 08:36:08.057 INFO running `"docker" "rm" "-f" "e6080aac4d868e4ad9c97bcceb916aba2ddc04e94d607d2a0122c46f3ab933e2"` Oct 15 08:36:08.165 INFO blam! e6080aac4d868e4ad9c97bcceb916aba2ddc04e94d607d2a0122c46f3ab933e2