Oct 10 12:46:15.581 INFO testing vemilyus/virtuoso against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:46:15.582 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:46:15.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 12:46:16.172 INFO blam! 3c62ba2e5fbf2c929b308cc958ea233630fa89287a047e7395e509d24b9b4a3f Oct 10 12:46:16.174 INFO running `"docker" "start" "-a" "3c62ba2e5fbf2c929b308cc958ea233630fa89287a047e7395e509d24b9b4a3f"` Oct 10 12:46:17.704 INFO kablam! usermod: no changes Oct 10 12:46:17.912 INFO kablam! Compiling openssl-sys v0.9.35 Oct 10 12:46:17.912 INFO kablam! Compiling libz-sys v1.0.20 Oct 10 12:46:17.912 INFO kablam! Compiling cmake v0.1.33 Oct 10 12:46:17.912 INFO kablam! Compiling curl-sys v0.4.8 Oct 10 12:46:17.912 INFO kablam! Compiling regex v1.0.4 Oct 10 12:46:22.704 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 10 12:46:22.704 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 10 12:47:09.404 INFO kablam! Compiling git2 v0.7.5 Oct 10 12:47:18.652 INFO kablam! Compiling virtuoso v0.1.0 (/source) Oct 10 12:47:20.760 INFO kablam! warning: unused imports: `PathBuf`, `Path` Oct 10 12:47:20.760 INFO kablam! --> src/delta.rs:3:17 Oct 10 12:47:20.760 INFO kablam! | Oct 10 12:47:20.760 INFO kablam! 3 | use std::path::{Path, PathBuf}; Oct 10 12:47:20.760 INFO kablam! | ^^^^ ^^^^^^^ Oct 10 12:47:20.760 INFO kablam! | Oct 10 12:47:20.760 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:47:20.760 INFO kablam! Oct 10 12:47:20.760 INFO kablam! warning: unused import: `std::process::exit` Oct 10 12:47:20.760 INFO kablam! --> src/delta.rs:4:5 Oct 10 12:47:20.760 INFO kablam! | Oct 10 12:47:20.760 INFO kablam! 4 | use std::process::exit; Oct 10 12:47:20.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.760 INFO kablam! Oct 10 12:47:20.760 INFO kablam! warning: unused import: `utils::*` Oct 10 12:47:20.760 INFO kablam! --> src/dockerfile.rs:3:5 Oct 10 12:47:20.760 INFO kablam! | Oct 10 12:47:20.761 INFO kablam! 3 | use utils::*; Oct 10 12:47:20.761 INFO kablam! | ^^^^^^^^ Oct 10 12:47:20.761 INFO kablam! Oct 10 12:47:20.761 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 10 12:47:20.761 INFO kablam! --> src/dockerfile.rs:4:5 Oct 10 12:47:20.761 INFO kablam! | Oct 10 12:47:20.761 INFO kablam! 4 | use yaml_rust::YamlLoader; Oct 10 12:47:20.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.761 INFO kablam! Oct 10 12:47:20.772 INFO kablam! warning: unused import: `std::io` Oct 10 12:47:20.772 INFO kablam! --> src/utils.rs:4:5 Oct 10 12:47:20.772 INFO kablam! | Oct 10 12:47:20.772 INFO kablam! 4 | use std::io; Oct 10 12:47:20.772 INFO kablam! | ^^^^^^^ Oct 10 12:47:20.772 INFO kablam! Oct 10 12:47:20.932 INFO kablam! warning: unused variable: `repo` Oct 10 12:47:20.932 INFO kablam! --> src/delta.rs:7:29 Oct 10 12:47:20.932 INFO kablam! | Oct 10 12:47:20.932 INFO kablam! 7 | pub fn process_delta<'repo>(repo: &'repo Repository, Oct 10 12:47:20.932 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 10 12:47:20.932 INFO kablam! | Oct 10 12:47:20.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:47:20.932 INFO kablam! Oct 10 12:47:20.932 INFO kablam! warning: unused variable: `current_delta` Oct 10 12:47:20.932 INFO kablam! --> src/delta.rs:8:29 Oct 10 12:47:20.932 INFO kablam! | Oct 10 12:47:20.932 INFO kablam! 8 | current_delta: &'repo DiffDelta, Oct 10 12:47:20.932 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_delta` instead Oct 10 12:47:20.932 INFO kablam! Oct 10 12:47:20.932 INFO kablam! warning: unused variable: `all_deltas` Oct 10 12:47:20.932 INFO kablam! --> src/delta.rs:9:29 Oct 10 12:47:20.932 INFO kablam! | Oct 10 12:47:20.932 INFO kablam! 9 | all_deltas: &Vec, Oct 10 12:47:20.932 INFO kablam! | ^^^^^^^^^^ help: consider using `_all_deltas` instead Oct 10 12:47:20.933 INFO kablam! Oct 10 12:47:20.933 INFO kablam! warning: unused variable: `config` Oct 10 12:47:20.933 INFO kablam! --> src/delta.rs:10:29 Oct 10 12:47:20.933 INFO kablam! | Oct 10 12:47:20.933 INFO kablam! 10 | config: &Config) {} Oct 10 12:47:20.933 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 10 12:47:20.933 INFO kablam! Oct 10 12:47:20.933 INFO kablam! warning: unused variable: `path` Oct 10 12:47:20.933 INFO kablam! --> src/dockerfile.rs:6:30 Oct 10 12:47:20.933 INFO kablam! | Oct 10 12:47:20.933 INFO kablam! 6 | pub fn try_read_compose_file(path: &Path) -> Result> { Oct 10 12:47:20.933 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 10 12:47:20.933 INFO kablam! Oct 10 12:47:20.968 INFO kablam! warning: function is never used: `try_read_compose_file` Oct 10 12:47:20.968 INFO kablam! --> src/dockerfile.rs:6:1 Oct 10 12:47:20.968 INFO kablam! | Oct 10 12:47:20.968 INFO kablam! 6 | pub fn try_read_compose_file(path: &Path) -> Result> { Oct 10 12:47:20.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.968 INFO kablam! | Oct 10 12:47:20.968 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:47:20.968 INFO kablam! Oct 10 12:47:20.968 INFO kablam! warning: struct is never constructed: `DComposeFile` Oct 10 12:47:20.968 INFO kablam! --> src/dockerfile.rs:11:1 Oct 10 12:47:20.968 INFO kablam! | Oct 10 12:47:20.968 INFO kablam! 11 | pub struct DComposeFile<'a> { Oct 10 12:47:20.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.969 INFO kablam! Oct 10 12:47:20.969 INFO kablam! warning: method is never used: `new` Oct 10 12:47:20.969 INFO kablam! --> src/dockerfile.rs:17:5 Oct 10 12:47:20.969 INFO kablam! | Oct 10 12:47:20.969 INFO kablam! 17 | fn new(path: &'a Path, services: Vec>) -> DComposeFile<'a> { Oct 10 12:47:20.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.969 INFO kablam! Oct 10 12:47:20.969 INFO kablam! warning: struct is never constructed: `DCService` Oct 10 12:47:20.969 INFO kablam! --> src/dockerfile.rs:26:1 Oct 10 12:47:20.969 INFO kablam! | Oct 10 12:47:20.969 INFO kablam! 26 | pub struct DCService<'a> { Oct 10 12:47:20.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.969 INFO kablam! Oct 10 12:47:20.969 INFO kablam! warning: method is never used: `new` Oct 10 12:47:20.969 INFO kablam! --> src/dockerfile.rs:32:5 Oct 10 12:47:20.969 INFO kablam! | Oct 10 12:47:20.969 INFO kablam! 32 | fn new(name: &'a str, docker_file: Option<&'a Path>) -> DCService<'a> { Oct 10 12:47:20.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:20.969 INFO kablam! Oct 10 12:47:24.885 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 10 12:47:24.901 INFO kablam! su: No module specific data is present Oct 10 12:47:26.023 INFO running `"docker" "rm" "-f" "3c62ba2e5fbf2c929b308cc958ea233630fa89287a047e7395e509d24b9b4a3f"` Oct 10 12:47:26.284 INFO blam! 3c62ba2e5fbf2c929b308cc958ea233630fa89287a047e7395e509d24b9b4a3f Oct 10 12:47:26.293 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:47:26.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 12:47:26.657 INFO blam! 88d717c2112c33ff8d0c0349001d70af6da8fcdb0dcee654d5eed9e2762de415 Oct 10 12:47:26.664 INFO running `"docker" "start" "-a" "88d717c2112c33ff8d0c0349001d70af6da8fcdb0dcee654d5eed9e2762de415"` Oct 10 12:47:28.599 INFO kablam! usermod: no changes Oct 10 12:47:28.871 INFO kablam! Compiling virtuoso v0.1.0 (/source) Oct 10 12:47:30.576 INFO kablam! warning: unused imports: `PathBuf`, `Path` Oct 10 12:47:30.577 INFO kablam! --> src/delta.rs:3:17 Oct 10 12:47:30.577 INFO kablam! | Oct 10 12:47:30.577 INFO kablam! 3 | use std::path::{Path, PathBuf}; Oct 10 12:47:30.577 INFO kablam! | ^^^^ ^^^^^^^ Oct 10 12:47:30.577 INFO kablam! | Oct 10 12:47:30.577 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:47:30.577 INFO kablam! Oct 10 12:47:30.577 INFO kablam! warning: unused import: `std::process::exit` Oct 10 12:47:30.577 INFO kablam! --> src/delta.rs:4:5 Oct 10 12:47:30.577 INFO kablam! | Oct 10 12:47:30.577 INFO kablam! 4 | use std::process::exit; Oct 10 12:47:30.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.577 INFO kablam! Oct 10 12:47:30.577 INFO kablam! warning: unused import: `utils::*` Oct 10 12:47:30.577 INFO kablam! --> src/dockerfile.rs:3:5 Oct 10 12:47:30.577 INFO kablam! | Oct 10 12:47:30.577 INFO kablam! 3 | use utils::*; Oct 10 12:47:30.577 INFO kablam! | ^^^^^^^^ Oct 10 12:47:30.577 INFO kablam! Oct 10 12:47:30.577 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 10 12:47:30.577 INFO kablam! --> src/dockerfile.rs:4:5 Oct 10 12:47:30.578 INFO kablam! | Oct 10 12:47:30.578 INFO kablam! 4 | use yaml_rust::YamlLoader; Oct 10 12:47:30.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.578 INFO kablam! Oct 10 12:47:30.578 INFO kablam! warning: unused import: `std::io` Oct 10 12:47:30.578 INFO kablam! --> src/utils.rs:4:5 Oct 10 12:47:30.578 INFO kablam! | Oct 10 12:47:30.578 INFO kablam! 4 | use std::io; Oct 10 12:47:30.578 INFO kablam! | ^^^^^^^ Oct 10 12:47:30.578 INFO kablam! Oct 10 12:47:30.707 INFO kablam! warning: unused variable: `repo` Oct 10 12:47:30.707 INFO kablam! --> src/delta.rs:7:29 Oct 10 12:47:30.707 INFO kablam! | Oct 10 12:47:30.707 INFO kablam! 7 | pub fn process_delta<'repo>(repo: &'repo Repository, Oct 10 12:47:30.707 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 10 12:47:30.708 INFO kablam! | Oct 10 12:47:30.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:47:30.708 INFO kablam! Oct 10 12:47:30.708 INFO kablam! warning: unused variable: `current_delta` Oct 10 12:47:30.708 INFO kablam! --> src/delta.rs:8:29 Oct 10 12:47:30.708 INFO kablam! | Oct 10 12:47:30.708 INFO kablam! 8 | current_delta: &'repo DiffDelta, Oct 10 12:47:30.708 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_delta` instead Oct 10 12:47:30.708 INFO kablam! Oct 10 12:47:30.708 INFO kablam! warning: unused variable: `all_deltas` Oct 10 12:47:30.708 INFO kablam! --> src/delta.rs:9:29 Oct 10 12:47:30.708 INFO kablam! | Oct 10 12:47:30.708 INFO kablam! 9 | all_deltas: &Vec, Oct 10 12:47:30.708 INFO kablam! | ^^^^^^^^^^ help: consider using `_all_deltas` instead Oct 10 12:47:30.708 INFO kablam! Oct 10 12:47:30.708 INFO kablam! warning: unused variable: `config` Oct 10 12:47:30.708 INFO kablam! --> src/delta.rs:10:29 Oct 10 12:47:30.708 INFO kablam! | Oct 10 12:47:30.708 INFO kablam! 10 | config: &Config) {} Oct 10 12:47:30.708 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 10 12:47:30.708 INFO kablam! Oct 10 12:47:30.708 INFO kablam! warning: unused variable: `path` Oct 10 12:47:30.709 INFO kablam! --> src/dockerfile.rs:6:30 Oct 10 12:47:30.709 INFO kablam! | Oct 10 12:47:30.709 INFO kablam! 6 | pub fn try_read_compose_file(path: &Path) -> Result> { Oct 10 12:47:30.709 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 10 12:47:30.709 INFO kablam! Oct 10 12:47:30.743 INFO kablam! warning: function is never used: `try_read_compose_file` Oct 10 12:47:30.743 INFO kablam! --> src/dockerfile.rs:6:1 Oct 10 12:47:30.743 INFO kablam! | Oct 10 12:47:30.743 INFO kablam! 6 | pub fn try_read_compose_file(path: &Path) -> Result> { Oct 10 12:47:30.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.743 INFO kablam! | Oct 10 12:47:30.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:47:30.744 INFO kablam! Oct 10 12:47:30.744 INFO kablam! warning: struct is never constructed: `DComposeFile` Oct 10 12:47:30.744 INFO kablam! --> src/dockerfile.rs:11:1 Oct 10 12:47:30.744 INFO kablam! | Oct 10 12:47:30.744 INFO kablam! 11 | pub struct DComposeFile<'a> { Oct 10 12:47:30.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.744 INFO kablam! Oct 10 12:47:30.744 INFO kablam! warning: method is never used: `new` Oct 10 12:47:30.744 INFO kablam! --> src/dockerfile.rs:17:5 Oct 10 12:47:30.744 INFO kablam! | Oct 10 12:47:30.745 INFO kablam! 17 | fn new(path: &'a Path, services: Vec>) -> DComposeFile<'a> { Oct 10 12:47:30.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.745 INFO kablam! Oct 10 12:47:30.745 INFO kablam! warning: struct is never constructed: `DCService` Oct 10 12:47:30.745 INFO kablam! --> src/dockerfile.rs:26:1 Oct 10 12:47:30.745 INFO kablam! | Oct 10 12:47:30.745 INFO kablam! 26 | pub struct DCService<'a> { Oct 10 12:47:30.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.745 INFO kablam! Oct 10 12:47:30.745 INFO kablam! warning: method is never used: `new` Oct 10 12:47:30.746 INFO kablam! --> src/dockerfile.rs:32:5 Oct 10 12:47:30.746 INFO kablam! | Oct 10 12:47:30.746 INFO kablam! 32 | fn new(name: &'a str, docker_file: Option<&'a Path>) -> DCService<'a> { Oct 10 12:47:30.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:47:30.746 INFO kablam! Oct 10 12:47:31.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 10 12:47:31.374 INFO kablam! su: No module specific data is present Oct 10 12:47:32.393 INFO running `"docker" "rm" "-f" "88d717c2112c33ff8d0c0349001d70af6da8fcdb0dcee654d5eed9e2762de415"` Oct 10 12:47:32.744 INFO blam! 88d717c2112c33ff8d0c0349001d70af6da8fcdb0dcee654d5eed9e2762de415 Oct 10 12:47:32.749 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:47:32.751 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:47:33.252 INFO blam! 1e0dcb830a6609ec8d539db22f0ffc52c18d8fa25b5e5a1d77fe2a2f66db6cac Oct 10 12:47:33.260 INFO running `"docker" "start" "-a" "1e0dcb830a6609ec8d539db22f0ffc52c18d8fa25b5e5a1d77fe2a2f66db6cac"` Oct 10 12:47:34.564 INFO kablam! usermod: no changes Oct 10 12:47:34.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 12:47:34.733 INFO kablam! Running /target/debug/deps/virtuoso-a21a7947c8f7cdcd Oct 10 12:47:34.741 INFO blam! Oct 10 12:47:34.741 INFO blam! running 0 tests Oct 10 12:47:34.742 INFO blam! Oct 10 12:47:34.742 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:47:34.742 INFO blam! Oct 10 12:47:34.744 INFO kablam! su: No module specific data is present Oct 10 12:47:35.775 INFO running `"docker" "rm" "-f" "1e0dcb830a6609ec8d539db22f0ffc52c18d8fa25b5e5a1d77fe2a2f66db6cac"` Oct 10 12:47:36.064 INFO blam! 1e0dcb830a6609ec8d539db22f0ffc52c18d8fa25b5e5a1d77fe2a2f66db6cac