Oct 15 08:35:45.214 INFO testing MistLinux/Mina against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:35:45.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 08:35:45.383 INFO blam! 24650262239e15f8109f48d380fd5119661a4b4d760aeab29ffe7f20adc20044 Oct 15 08:35:45.395 INFO running `"docker" "start" "-a" "24650262239e15f8109f48d380fd5119661a4b4d760aeab29ffe7f20adc20044"` Oct 15 08:35:45.979 INFO kablam! usermod: no changes Oct 15 08:35:46.147 INFO kablam! Compiling socket2 v0.3.7 Oct 15 08:35:46.147 INFO kablam! Compiling toml v0.4.6 Oct 15 08:35:46.147 INFO kablam! Compiling serde_yaml v0.7.5 Oct 15 08:35:48.209 INFO kablam! Compiling curl v0.4.14 Oct 15 08:35:55.627 INFO kablam! Compiling mina v0.1.0 (/source) Oct 15 08:35:56.775 INFO kablam! warning: unused imports: `File`, `OpenOptions` Oct 15 08:35:56.775 INFO kablam! --> src/config/workspace.rs:2:15 Oct 15 08:35:56.775 INFO kablam! | Oct 15 08:35:56.775 INFO kablam! 2 | use std::fs::{File, OpenOptions}; Oct 15 08:35:56.775 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:35:56.775 INFO kablam! | Oct 15 08:35:56.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:35:56.775 INFO kablam! Oct 15 08:35:56.775 INFO kablam! warning: unused import: `std::io::Write` Oct 15 08:35:56.775 INFO kablam! --> src/config/workspace.rs:3:5 Oct 15 08:35:56.775 INFO kablam! | Oct 15 08:35:56.775 INFO kablam! 3 | use std::io::Write; Oct 15 08:35:56.775 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:35:56.775 INFO kablam! Oct 15 08:35:56.775 INFO kablam! warning: unused import: `Path` Oct 15 08:35:56.775 INFO kablam! --> src/config/workspace.rs:4:17 Oct 15 08:35:56.775 INFO kablam! | Oct 15 08:35:56.775 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 08:35:56.775 INFO kablam! | ^^^^ Oct 15 08:35:56.775 INFO kablam! Oct 15 08:35:56.775 INFO kablam! warning: unused import: `Pkg` Oct 15 08:35:56.775 INFO kablam! --> src/package/packager.rs:3:36 Oct 15 08:35:56.775 INFO kablam! | Oct 15 08:35:56.775 INFO kablam! 3 | use parser::minaparser::{MinaFile, Pkg}; Oct 15 08:35:56.775 INFO kablam! | ^^^ Oct 15 08:35:56.775 INFO kablam! Oct 15 08:35:56.791 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:35:56.791 INFO kablam! --> src/config/workspace.rs:10:20 Oct 15 08:35:56.791 INFO kablam! | Oct 15 08:35:56.791 INFO kablam! 10 | let mut mina = env::home_dir().unwrap(); Oct 15 08:35:56.791 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:35:56.791 INFO kablam! | Oct 15 08:35:56.791 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:35:56.791 INFO kablam! Oct 15 08:35:57.171 INFO kablam! warning: unused variable: `name` Oct 15 08:35:57.171 INFO kablam! --> src/package/dlsource.rs:8:9 Oct 15 08:35:57.171 INFO kablam! | Oct 15 08:35:57.171 INFO kablam! 8 | let name = mina.name; Oct 15 08:35:57.171 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 08:35:57.171 INFO kablam! | Oct 15 08:35:57.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:35:57.171 INFO kablam! Oct 15 08:35:57.295 INFO kablam! warning: function is never used: `get_mina_dir` Oct 15 08:35:57.295 INFO kablam! --> src/config/workspace.rs:8:1 Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! 8 | fn get_mina_dir() -> PathBuf { Oct 15 08:35:57.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:35:57.295 INFO kablam! Oct 15 08:35:57.295 INFO kablam! warning: function is never used: `create_workspace` Oct 15 08:35:57.295 INFO kablam! --> src/config/workspace.rs:21:1 Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! 21 | pub fn create_workspace(str:&str) { Oct 15 08:35:57.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:35:57.295 INFO kablam! Oct 15 08:35:57.295 INFO kablam! warning: function is never used: `print_example` Oct 15 08:35:57.295 INFO kablam! --> src/parser/minaparser.rs:44:1 Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! 44 | pub fn print_example() { Oct 15 08:35:57.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:35:57.295 INFO kablam! Oct 15 08:35:57.295 INFO kablam! warning: structure field `enableColor` should have a snake case name such as `enable_color` Oct 15 08:35:57.295 INFO kablam! --> src/config/conf.rs:11:5 Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! 11 | enableColor:bool, Oct 15 08:35:57.295 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:35:57.295 INFO kablam! | Oct 15 08:35:57.295 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:35:57.295 INFO kablam! Oct 15 08:35:57.311 INFO kablam! warning: structure field `DevModeEnabled` should have a snake case name such as `dev_mode_enabled` Oct 15 08:35:57.311 INFO kablam! --> src/config/conf.rs:25:5 Oct 15 08:35:57.311 INFO kablam! | Oct 15 08:35:57.311 INFO kablam! 25 | DevModeEnabled:bool, Oct 15 08:35:57.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:35:57.311 INFO kablam! Oct 15 08:35:57.311 INFO kablam! warning: structure field `buildDir` should have a snake case name such as `build_dir` Oct 15 08:35:57.311 INFO kablam! --> src/config/conf.rs:27:5 Oct 15 08:35:57.311 INFO kablam! | Oct 15 08:35:57.311 INFO kablam! 27 | buildDir:String Oct 15 08:35:57.311 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:35:57.311 INFO kablam! Oct 15 08:35:57.311 INFO kablam! warning: variable `ConfGlobal` should have a snake case name such as `conf_global` Oct 15 08:35:57.311 INFO kablam! --> src/config/conf.rs:36:9 Oct 15 08:35:57.311 INFO kablam! | Oct 15 08:35:57.311 INFO kablam! 36 | let ConfGlobal = ConfGlobal {enableColor: true, repo: vec![core, meta, comunity, evil]}; Oct 15 08:35:57.311 INFO kablam! | ^^^^^^^^^^ Oct 15 08:35:57.311 INFO kablam! Oct 15 08:35:57.311 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:35:57.311 INFO kablam! --> src/config/workspace.rs:27:9 Oct 15 08:35:57.311 INFO kablam! | Oct 15 08:35:57.311 INFO kablam! 27 | fs::create_dir(&workspace); Oct 15 08:35:57.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:35:57.311 INFO kablam! | Oct 15 08:35:57.311 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:35:57.311 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:35:57.311 INFO kablam! Oct 15 08:35:59.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.75s Oct 15 08:35:59.758 INFO kablam! su: No module specific data is present Oct 15 08:36:00.095 INFO running `"docker" "rm" "-f" "24650262239e15f8109f48d380fd5119661a4b4d760aeab29ffe7f20adc20044"` Oct 15 08:36:00.207 INFO blam! 24650262239e15f8109f48d380fd5119661a4b4d760aeab29ffe7f20adc20044 Oct 15 08:36:00.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 08:36:00.494 INFO blam! 3a75ec88dcf91fa984b4648a1110bc0392b8b53b62a54c2fe3ee6293b7ab2f91 Oct 15 08:36:00.497 INFO running `"docker" "start" "-a" "3a75ec88dcf91fa984b4648a1110bc0392b8b53b62a54c2fe3ee6293b7ab2f91"` Oct 15 08:36:00.883 INFO kablam! usermod: no changes Oct 15 08:36:00.967 INFO kablam! Compiling mina v0.1.0 (/source) Oct 15 08:36:01.908 INFO kablam! warning: unused imports: `File`, `OpenOptions` Oct 15 08:36:01.908 INFO kablam! --> src/config/workspace.rs:2:15 Oct 15 08:36:01.908 INFO kablam! | Oct 15 08:36:01.908 INFO kablam! 2 | use std::fs::{File, OpenOptions}; Oct 15 08:36:01.908 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:36:01.908 INFO kablam! | Oct 15 08:36:01.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:01.908 INFO kablam! Oct 15 08:36:01.908 INFO kablam! warning: unused import: `std::io::Write` Oct 15 08:36:01.908 INFO kablam! --> src/config/workspace.rs:3:5 Oct 15 08:36:01.908 INFO kablam! | Oct 15 08:36:01.908 INFO kablam! 3 | use std::io::Write; Oct 15 08:36:01.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:01.908 INFO kablam! Oct 15 08:36:01.908 INFO kablam! warning: unused import: `Path` Oct 15 08:36:01.908 INFO kablam! --> src/config/workspace.rs:4:17 Oct 15 08:36:01.908 INFO kablam! | Oct 15 08:36:01.908 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 08:36:01.909 INFO kablam! | ^^^^ Oct 15 08:36:01.909 INFO kablam! Oct 15 08:36:01.909 INFO kablam! warning: unused import: `Pkg` Oct 15 08:36:01.909 INFO kablam! --> src/package/packager.rs:3:36 Oct 15 08:36:01.909 INFO kablam! | Oct 15 08:36:01.909 INFO kablam! 3 | use parser::minaparser::{MinaFile, Pkg}; Oct 15 08:36:01.909 INFO kablam! | ^^^ Oct 15 08:36:01.909 INFO kablam! Oct 15 08:36:01.935 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:01.935 INFO kablam! --> src/config/workspace.rs:10:20 Oct 15 08:36:01.935 INFO kablam! | Oct 15 08:36:01.935 INFO kablam! 10 | let mut mina = env::home_dir().unwrap(); Oct 15 08:36:01.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 08:36:01.935 INFO kablam! | Oct 15 08:36:01.935 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:36:01.935 INFO kablam! Oct 15 08:36:02.204 INFO kablam! warning: unused variable: `name` Oct 15 08:36:02.205 INFO kablam! --> src/package/dlsource.rs:8:9 Oct 15 08:36:02.205 INFO kablam! | Oct 15 08:36:02.205 INFO kablam! 8 | let name = mina.name; Oct 15 08:36:02.205 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 08:36:02.205 INFO kablam! | Oct 15 08:36:02.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:36:02.205 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: function is never used: `get_mina_dir` Oct 15 08:36:02.316 INFO kablam! --> src/config/workspace.rs:8:1 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 8 | fn get_mina_dir() -> PathBuf { Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: function is never used: `create_workspace` Oct 15 08:36:02.316 INFO kablam! --> src/config/workspace.rs:21:1 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 21 | pub fn create_workspace(str:&str) { Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: function is never used: `print_example` Oct 15 08:36:02.316 INFO kablam! --> src/parser/minaparser.rs:44:1 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 44 | pub fn print_example() { Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: structure field `enableColor` should have a snake case name such as `enable_color` Oct 15 08:36:02.316 INFO kablam! --> src/config/conf.rs:11:5 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 11 | enableColor:bool, Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: structure field `DevModeEnabled` should have a snake case name such as `dev_mode_enabled` Oct 15 08:36:02.316 INFO kablam! --> src/config/conf.rs:25:5 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 25 | DevModeEnabled:bool, Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.316 INFO kablam! warning: structure field `buildDir` should have a snake case name such as `build_dir` Oct 15 08:36:02.316 INFO kablam! --> src/config/conf.rs:27:5 Oct 15 08:36:02.316 INFO kablam! | Oct 15 08:36:02.316 INFO kablam! 27 | buildDir:String Oct 15 08:36:02.316 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:36:02.316 INFO kablam! Oct 15 08:36:02.327 INFO kablam! warning: variable `ConfGlobal` should have a snake case name such as `conf_global` Oct 15 08:36:02.327 INFO kablam! --> src/config/conf.rs:36:9 Oct 15 08:36:02.327 INFO kablam! | Oct 15 08:36:02.327 INFO kablam! 36 | let ConfGlobal = ConfGlobal {enableColor: true, repo: vec![core, meta, comunity, evil]}; Oct 15 08:36:02.327 INFO kablam! | ^^^^^^^^^^ Oct 15 08:36:02.327 INFO kablam! Oct 15 08:36:02.327 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:36:02.327 INFO kablam! --> src/config/workspace.rs:27:9 Oct 15 08:36:02.327 INFO kablam! | Oct 15 08:36:02.327 INFO kablam! 27 | fs::create_dir(&workspace); Oct 15 08:36:02.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:36:02.327 INFO kablam! | Oct 15 08:36:02.327 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:36:02.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:36:02.327 INFO kablam! Oct 15 08:36:02.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 15 08:36:02.779 INFO kablam! su: No module specific data is present Oct 15 08:36:03.152 INFO running `"docker" "rm" "-f" "3a75ec88dcf91fa984b4648a1110bc0392b8b53b62a54c2fe3ee6293b7ab2f91"` Oct 15 08:36:03.359 INFO blam! 3a75ec88dcf91fa984b4648a1110bc0392b8b53b62a54c2fe3ee6293b7ab2f91 Oct 15 08:36:03.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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" "-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.847 INFO blam! 0c6ef51186e984d07ecc0db830e3453f0069eeb73fb66a3da005df10a1674b67 Oct 15 08:36:03.855 INFO running `"docker" "start" "-a" "0c6ef51186e984d07ecc0db830e3453f0069eeb73fb66a3da005df10a1674b67"` Oct 15 08:36:04.616 INFO kablam! usermod: no changes Oct 15 08:36:04.693 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 08:36:04.706 INFO kablam! Running /target/debug/deps/mina-cb6315b393420bb0 Oct 15 08:36:04.707 INFO blam! Oct 15 08:36:04.707 INFO blam! running 0 tests Oct 15 08:36:04.707 INFO blam! Oct 15 08:36:04.707 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:04.707 INFO blam! Oct 15 08:36:04.709 INFO kablam! su: No module specific data is present Oct 15 08:36:05.008 INFO running `"docker" "rm" "-f" "0c6ef51186e984d07ecc0db830e3453f0069eeb73fb66a3da005df10a1674b67"` Oct 15 08:36:05.099 INFO blam! 0c6ef51186e984d07ecc0db830e3453f0069eeb73fb66a3da005df10a1674b67