Oct 15 00:01:17.791 INFO testing cswl/git-all against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:01:17.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 00:01:17.963 INFO blam! 56b7ba2fb0ce301672597fe6c80df52e662828f31ff11a7ffd65d47789121200 Oct 15 00:01:17.968 INFO running `"docker" "start" "-a" "56b7ba2fb0ce301672597fe6c80df52e662828f31ff11a7ffd65d47789121200"` Oct 15 00:01:18.395 INFO kablam! usermod: no changes Oct 15 00:01:18.549 INFO kablam! Compiling proc-macro2 v0.3.5 Oct 15 00:01:18.563 INFO kablam! Compiling subprocess v0.1.12 Oct 15 00:01:18.615 INFO kablam! Compiling serde_json v1.0.13 Oct 15 00:01:18.615 INFO kablam! Compiling bytes v0.4.6 Oct 15 00:01:18.631 INFO kablam! Compiling clap v2.31.2 Oct 15 00:01:22.469 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 00:01:24.891 INFO kablam! Compiling quote v0.5.1 Oct 15 00:01:26.260 INFO kablam! Compiling syn v0.13.1 Oct 15 00:01:33.242 INFO kablam! Compiling serde_derive_internals v0.23.0 Oct 15 00:01:36.602 INFO kablam! Compiling serde_derive v1.0.37 Oct 15 00:01:47.492 INFO kablam! Compiling git-all v0.1.0 (/source) Oct 15 00:01:48.615 INFO kablam! warning: unused imports: `Error as SerdeError`, `Value` Oct 15 00:01:48.615 INFO kablam! --> src/main.rs:10:18 Oct 15 00:01:48.615 INFO kablam! | Oct 15 00:01:48.615 INFO kablam! 10 | use serde_json::{Error as SerdeError, Value}; Oct 15 00:01:48.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 00:01:48.615 INFO kablam! | Oct 15 00:01:48.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:48.615 INFO kablam! Oct 15 00:01:48.615 INFO kablam! warning: unused imports: `PopenConfig`, `Popen` Oct 15 00:01:48.615 INFO kablam! --> src/main.rs:16:24 Oct 15 00:01:48.615 INFO kablam! | Oct 15 00:01:48.615 INFO kablam! 16 | use subprocess::{Exec, Popen, PopenConfig, Redirection}; Oct 15 00:01:48.615 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 15 00:01:48.615 INFO kablam! Oct 15 00:01:48.715 INFO kablam! warning: unused variable: `matches` Oct 15 00:01:48.715 INFO kablam! --> src/main.rs:41:17 Oct 15 00:01:48.715 INFO kablam! | Oct 15 00:01:48.715 INFO kablam! 41 | if let Some(matches) = matches.subcommand_matches("status") { Oct 15 00:01:48.715 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 00:01:48.715 INFO kablam! | Oct 15 00:01:48.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:48.715 INFO kablam! Oct 15 00:01:48.715 INFO kablam! warning: unused variable: `exit_status` Oct 15 00:01:48.715 INFO kablam! --> src/main.rs:48:9 Oct 15 00:01:48.715 INFO kablam! | Oct 15 00:01:48.715 INFO kablam! 48 | let exit_status = Exec::cmd("git") Oct 15 00:01:48.715 INFO kablam! | ^^^^^^^^^^^ help: consider using `_exit_status` instead Oct 15 00:01:48.715 INFO kablam! Oct 15 00:01:48.751 INFO kablam! warning: struct is never constructed: `ScanFlags` Oct 15 00:01:48.751 INFO kablam! --> src/scan.rs:9:1 Oct 15 00:01:48.751 INFO kablam! | Oct 15 00:01:48.751 INFO kablam! 9 | pub struct ScanFlags { Oct 15 00:01:48.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:48.751 INFO kablam! | Oct 15 00:01:48.751 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:48.751 INFO kablam! Oct 15 00:01:48.751 INFO kablam! warning: structure field `Symlinks` should have a snake case name such as `symlinks` Oct 15 00:01:48.751 INFO kablam! --> src/scan.rs:10:5 Oct 15 00:01:48.751 INFO kablam! | Oct 15 00:01:48.751 INFO kablam! 10 | Symlinks: bool, // Whether to follow symlinks Oct 15 00:01:48.751 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:01:48.751 INFO kablam! | Oct 15 00:01:48.751 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:01:48.752 INFO kablam! Oct 15 00:01:48.752 INFO kablam! warning: structure field `TopLevelOnly` should have a snake case name such as `top_level_only` Oct 15 00:01:48.752 INFO kablam! --> src/scan.rs:11:5 Oct 15 00:01:48.752 INFO kablam! | Oct 15 00:01:48.752 INFO kablam! 11 | TopLevelOnly: bool, // Whether to stop after first .git repo Oct 15 00:01:48.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:01:48.752 INFO kablam! Oct 15 00:01:51.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.90s Oct 15 00:01:51.339 INFO kablam! su: No module specific data is present Oct 15 00:01:52.595 INFO running `"docker" "rm" "-f" "56b7ba2fb0ce301672597fe6c80df52e662828f31ff11a7ffd65d47789121200"` Oct 15 00:01:52.871 INFO blam! 56b7ba2fb0ce301672597fe6c80df52e662828f31ff11a7ffd65d47789121200 Oct 15 00:01:52.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 00:01:53.353 INFO blam! e85873282b6935c7e78dd660dae97656d7a1d666ea4931568871190edda73205 Oct 15 00:01:53.355 INFO running `"docker" "start" "-a" "e85873282b6935c7e78dd660dae97656d7a1d666ea4931568871190edda73205"` Oct 15 00:01:55.343 INFO kablam! usermod: no changes Oct 15 00:01:55.483 INFO kablam! Compiling git-all v0.1.0 (/source) Oct 15 00:01:56.452 INFO kablam! warning: unused imports: `Error as SerdeError`, `Value` Oct 15 00:01:56.453 INFO kablam! --> src/main.rs:10:18 Oct 15 00:01:56.453 INFO kablam! | Oct 15 00:01:56.453 INFO kablam! 10 | use serde_json::{Error as SerdeError, Value}; Oct 15 00:01:56.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 00:01:56.454 INFO kablam! | Oct 15 00:01:56.454 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:01:56.454 INFO kablam! Oct 15 00:01:56.455 INFO kablam! warning: unused imports: `PopenConfig`, `Popen` Oct 15 00:01:56.455 INFO kablam! --> src/main.rs:16:24 Oct 15 00:01:56.455 INFO kablam! | Oct 15 00:01:56.456 INFO kablam! 16 | use subprocess::{Exec, Popen, PopenConfig, Redirection}; Oct 15 00:01:56.456 INFO kablam! | ^^^^^ ^^^^^^^^^^^ Oct 15 00:01:56.456 INFO kablam! Oct 15 00:01:56.531 INFO kablam! warning: unused variable: `matches` Oct 15 00:01:56.531 INFO kablam! --> src/main.rs:41:17 Oct 15 00:01:56.531 INFO kablam! | Oct 15 00:01:56.531 INFO kablam! 41 | if let Some(matches) = matches.subcommand_matches("status") { Oct 15 00:01:56.531 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 15 00:01:56.531 INFO kablam! | Oct 15 00:01:56.531 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:01:56.531 INFO kablam! Oct 15 00:01:56.531 INFO kablam! warning: unused variable: `exit_status` Oct 15 00:01:56.531 INFO kablam! --> src/main.rs:48:9 Oct 15 00:01:56.531 INFO kablam! | Oct 15 00:01:56.531 INFO kablam! 48 | let exit_status = Exec::cmd("git") Oct 15 00:01:56.531 INFO kablam! | ^^^^^^^^^^^ help: consider using `_exit_status` instead Oct 15 00:01:56.531 INFO kablam! Oct 15 00:01:56.555 INFO kablam! warning: struct is never constructed: `ScanFlags` Oct 15 00:01:56.555 INFO kablam! --> src/scan.rs:9:1 Oct 15 00:01:56.555 INFO kablam! | Oct 15 00:01:56.555 INFO kablam! 9 | pub struct ScanFlags { Oct 15 00:01:56.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:56.555 INFO kablam! | Oct 15 00:01:56.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:56.555 INFO kablam! Oct 15 00:01:56.555 INFO kablam! warning: structure field `Symlinks` should have a snake case name such as `symlinks` Oct 15 00:01:56.555 INFO kablam! --> src/scan.rs:10:5 Oct 15 00:01:56.555 INFO kablam! | Oct 15 00:01:56.555 INFO kablam! 10 | Symlinks: bool, // Whether to follow symlinks Oct 15 00:01:56.555 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:01:56.555 INFO kablam! | Oct 15 00:01:56.555 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:01:56.555 INFO kablam! Oct 15 00:01:56.555 INFO kablam! warning: structure field `TopLevelOnly` should have a snake case name such as `top_level_only` Oct 15 00:01:56.555 INFO kablam! --> src/scan.rs:11:5 Oct 15 00:01:56.555 INFO kablam! | Oct 15 00:01:56.555 INFO kablam! 11 | TopLevelOnly: bool, // Whether to stop after first .git repo Oct 15 00:01:56.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 00:01:56.555 INFO kablam! Oct 15 00:01:57.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 15 00:01:57.215 INFO kablam! su: No module specific data is present Oct 15 00:01:57.900 INFO running `"docker" "rm" "-f" "e85873282b6935c7e78dd660dae97656d7a1d666ea4931568871190edda73205"` Oct 15 00:01:58.330 INFO blam! e85873282b6935c7e78dd660dae97656d7a1d666ea4931568871190edda73205 Oct 15 00:01:58.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 00:01:58.816 INFO blam! e301a4722acd6019d01eed3e4170886a7cec708f508a96e1fd45ed247e62acd2 Oct 15 00:01:58.818 INFO running `"docker" "start" "-a" "e301a4722acd6019d01eed3e4170886a7cec708f508a96e1fd45ed247e62acd2"` Oct 15 00:02:00.155 INFO kablam! usermod: no changes Oct 15 00:02:00.270 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 00:02:00.303 INFO blam! Oct 15 00:02:00.303 INFO kablam! Running /target/debug/deps/git_all-cb5f92e98116eab6 Oct 15 00:02:00.303 INFO blam! running 0 tests Oct 15 00:02:00.303 INFO kablam! su: No module specific data is present Oct 15 00:02:00.303 INFO blam! Oct 15 00:02:00.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:02:00.303 INFO blam! Oct 15 00:02:01.361 INFO running `"docker" "rm" "-f" "e301a4722acd6019d01eed3e4170886a7cec708f508a96e1fd45ed247e62acd2"` Oct 15 00:02:01.855 INFO blam! e301a4722acd6019d01eed3e4170886a7cec708f508a96e1fd45ed247e62acd2