Oct 14 14:49:56.187 INFO testing kobus1998/git_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:49:56.187 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 14 14:49:57.839 INFO blam! 594bfae13a93f4f3d4cb2f62ab1aa66fd849b77b9b40cc6e612320aa567e19b4 Oct 14 14:49:57.842 INFO running `"docker" "start" "-a" "594bfae13a93f4f3d4cb2f62ab1aa66fd849b77b9b40cc6e612320aa567e19b4"` Oct 14 14:49:59.891 INFO kablam! usermod: no changes Oct 14 14:49:59.971 INFO kablam! Compiling uuid v0.6.3 Oct 14 14:50:00.908 INFO kablam! Compiling git_rs v0.1.0 (/source) Oct 14 14:50:01.107 INFO kablam! warning: unused import: `Repo` Oct 14 14:50:01.107 INFO kablam! --> src/main.rs:5:18 Oct 14 14:50:01.107 INFO kablam! | Oct 14 14:50:01.107 INFO kablam! 5 | use git::repo::{ Repo, Settings }; Oct 14 14:50:01.107 INFO kablam! | ^^^^ Oct 14 14:50:01.107 INFO kablam! | Oct 14 14:50:01.107 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:50:01.107 INFO kablam! Oct 14 14:50:01.135 INFO kablam! warning: unused variable: `repo` Oct 14 14:50:01.135 INFO kablam! --> src/main.rs:10:9 Oct 14 14:50:01.135 INFO kablam! | Oct 14 14:50:01.135 INFO kablam! 10 | let repo = git::repo::Repo::new("test", &settings); Oct 14 14:50:01.135 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 14 14:50:01.135 INFO kablam! | Oct 14 14:50:01.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:50:01.135 INFO kablam! Oct 14 14:50:01.143 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.143 INFO kablam! --> src/git/repo.rs:17:5 Oct 14 14:50:01.143 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 17 | name: &'a str, Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `settings` Oct 14 14:50:01.144 INFO kablam! --> src/git/repo.rs:18:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 18 | settings: &'a Settings, Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `commits` Oct 14 14:50:01.144 INFO kablam! --> src/git/repo.rs:19:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 19 | commits: Vec>, Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `branches` Oct 14 14:50:01.144 INFO kablam! --> src/git/repo.rs:20:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 20 | branches: Vec>, Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `contributors` Oct 14 14:50:01.144 INFO kablam! --> src/git/repo.rs:21:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 21 | contributors: Vec> Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `id` Oct 14 14:50:01.144 INFO kablam! --> src/git/commit.rs:4:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 4 | id: Uuid, Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `desc` Oct 14 14:50:01.144 INFO kablam! --> src/git/commit.rs:5:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 5 | desc: &'a str Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.144 INFO kablam! --> src/git/commit.rs:9:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 9 | pub fn new(desc: &'a str) -> Commit<'a> { Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.144 INFO kablam! --> src/git/branch.rs:2:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 2 | name: &'a str Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.144 INFO kablam! --> src/git/branch.rs:6:5 Oct 14 14:50:01.144 INFO kablam! | Oct 14 14:50:01.144 INFO kablam! 6 | pub fn new(name: &'a str) -> Branch<'a> { Oct 14 14:50:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.144 INFO kablam! Oct 14 14:50:01.144 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.144 INFO kablam! --> src/git/contributor.rs:2:5 Oct 14 14:50:01.145 INFO kablam! | Oct 14 14:50:01.145 INFO kablam! 2 | name: &'a str Oct 14 14:50:01.145 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.145 INFO kablam! Oct 14 14:50:01.145 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.145 INFO kablam! --> src/git/contributor.rs:6:5 Oct 14 14:50:01.145 INFO kablam! | Oct 14 14:50:01.145 INFO kablam! 6 | pub fn new(name: &'a str) -> Contributor<'a> { Oct 14 14:50:01.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.145 INFO kablam! Oct 14 14:50:01.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 14 14:50:01.788 INFO kablam! su: No module specific data is present Oct 14 14:50:02.707 INFO running `"docker" "rm" "-f" "594bfae13a93f4f3d4cb2f62ab1aa66fd849b77b9b40cc6e612320aa567e19b4"` Oct 14 14:50:02.935 INFO blam! 594bfae13a93f4f3d4cb2f62ab1aa66fd849b77b9b40cc6e612320aa567e19b4 Oct 14 14:50:02.945 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 14 14:50:03.516 INFO blam! 6a72a4ad7c5d05362c86833c991774c0b6cca1d3a395db72badc92f1e7153995 Oct 14 14:50:03.521 INFO running `"docker" "start" "-a" "6a72a4ad7c5d05362c86833c991774c0b6cca1d3a395db72badc92f1e7153995"` Oct 14 14:50:05.575 INFO kablam! usermod: no changes Oct 14 14:50:05.671 INFO kablam! Compiling git_rs v0.1.0 (/source) Oct 14 14:50:05.947 INFO kablam! warning: unused import: `Repo` Oct 14 14:50:05.947 INFO kablam! --> src/main.rs:5:18 Oct 14 14:50:05.947 INFO kablam! | Oct 14 14:50:05.947 INFO kablam! 5 | use git::repo::{ Repo, Settings }; Oct 14 14:50:05.947 INFO kablam! | ^^^^ Oct 14 14:50:05.947 INFO kablam! | Oct 14 14:50:05.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:50:05.947 INFO kablam! Oct 14 14:50:05.964 INFO kablam! warning: unused variable: `repo` Oct 14 14:50:05.964 INFO kablam! --> src/main.rs:10:9 Oct 14 14:50:05.964 INFO kablam! | Oct 14 14:50:05.964 INFO kablam! 10 | let repo = git::repo::Repo::new("test", &settings); Oct 14 14:50:05.964 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 14 14:50:05.964 INFO kablam! | Oct 14 14:50:05.964 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:50:05.964 INFO kablam! Oct 14 14:50:05.967 INFO kablam! warning: field is never used: `name` Oct 14 14:50:05.967 INFO kablam! --> src/git/repo.rs:17:5 Oct 14 14:50:05.967 INFO kablam! | Oct 14 14:50:05.967 INFO kablam! 17 | name: &'a str, Oct 14 14:50:05.967 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:05.967 INFO kablam! | Oct 14 14:50:05.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:50:05.967 INFO kablam! Oct 14 14:50:05.967 INFO kablam! warning: field is never used: `settings` Oct 14 14:50:05.967 INFO kablam! --> src/git/repo.rs:18:5 Oct 14 14:50:05.967 INFO kablam! | Oct 14 14:50:05.967 INFO kablam! 18 | settings: &'a Settings, Oct 14 14:50:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.967 INFO kablam! Oct 14 14:50:05.967 INFO kablam! warning: field is never used: `commits` Oct 14 14:50:05.967 INFO kablam! --> src/git/repo.rs:19:5 Oct 14 14:50:05.967 INFO kablam! | Oct 14 14:50:05.967 INFO kablam! 19 | commits: Vec>, Oct 14 14:50:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.967 INFO kablam! Oct 14 14:50:05.967 INFO kablam! warning: field is never used: `branches` Oct 14 14:50:05.967 INFO kablam! --> src/git/repo.rs:20:5 Oct 14 14:50:05.967 INFO kablam! | Oct 14 14:50:05.967 INFO kablam! 20 | branches: Vec>, Oct 14 14:50:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.967 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: field is never used: `contributors` Oct 14 14:50:05.975 INFO kablam! --> src/git/repo.rs:21:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 21 | contributors: Vec> Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: field is never used: `id` Oct 14 14:50:05.975 INFO kablam! --> src/git/commit.rs:4:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 4 | id: Uuid, Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: field is never used: `desc` Oct 14 14:50:05.975 INFO kablam! --> src/git/commit.rs:5:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 5 | desc: &'a str Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: method is never used: `new` Oct 14 14:50:05.975 INFO kablam! --> src/git/commit.rs:9:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 9 | pub fn new(desc: &'a str) -> Commit<'a> { Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: field is never used: `name` Oct 14 14:50:05.975 INFO kablam! --> src/git/branch.rs:2:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 2 | name: &'a str Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: method is never used: `new` Oct 14 14:50:05.975 INFO kablam! --> src/git/branch.rs:6:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 6 | pub fn new(name: &'a str) -> Branch<'a> { Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: field is never used: `name` Oct 14 14:50:05.975 INFO kablam! --> src/git/contributor.rs:2:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 2 | name: &'a str Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:05.975 INFO kablam! warning: method is never used: `new` Oct 14 14:50:05.975 INFO kablam! --> src/git/contributor.rs:6:5 Oct 14 14:50:05.975 INFO kablam! | Oct 14 14:50:05.975 INFO kablam! 6 | pub fn new(name: &'a str) -> Contributor<'a> { Oct 14 14:50:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:05.975 INFO kablam! Oct 14 14:50:06.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 14:50:06.567 INFO kablam! su: No module specific data is present Oct 14 14:50:07.909 INFO running `"docker" "rm" "-f" "6a72a4ad7c5d05362c86833c991774c0b6cca1d3a395db72badc92f1e7153995"` Oct 14 14:50:08.347 INFO blam! 6a72a4ad7c5d05362c86833c991774c0b6cca1d3a395db72badc92f1e7153995 Oct 14 14:50:08.353 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 14 14:50:08.891 INFO blam! 1eaea031148c18ae39153b85be21e8c553781f42ae9d61a3709233a2e60e5540 Oct 14 14:50:08.893 INFO running `"docker" "start" "-a" "1eaea031148c18ae39153b85be21e8c553781f42ae9d61a3709233a2e60e5540"` Oct 14 14:50:10.599 INFO kablam! usermod: no changes Oct 14 14:50:10.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 14:50:10.671 INFO blam! Oct 14 14:50:10.671 INFO blam! running 0 tests Oct 14 14:50:10.671 INFO blam! Oct 14 14:50:10.671 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:50:10.671 INFO blam! Oct 14 14:50:10.672 INFO kablam! Running /target/debug/deps/git_rs-d16fcab55a09b4aa Oct 14 14:50:10.673 INFO kablam! su: No module specific data is present Oct 14 14:50:11.455 INFO running `"docker" "rm" "-f" "1eaea031148c18ae39153b85be21e8c553781f42ae9d61a3709233a2e60e5540"` Oct 14 14:50:11.761 INFO blam! 1eaea031148c18ae39153b85be21e8c553781f42ae9d61a3709233a2e60e5540