Oct 14 14:49:53.609 INFO testing kobus1998/git_rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:49:53.611 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 14:49:54.111 INFO blam! b5461cbf1bcd4d9b60a3c9961facd005a4f597f8f2ba4de012cd26027be92427 Oct 14 14:49:54.119 INFO running `"docker" "start" "-a" "b5461cbf1bcd4d9b60a3c9961facd005a4f597f8f2ba4de012cd26027be92427"` Oct 14 14:49:55.414 INFO kablam! usermod: no changes Oct 14 14:49:55.491 INFO kablam! Compiling uuid v0.6.3 Oct 14 14:49:56.368 INFO kablam! Compiling git_rs v0.1.0 (/source) Oct 14 14:49:56.566 INFO kablam! warning: unused import: `Repo` Oct 14 14:49:56.567 INFO kablam! --> src/main.rs:5:18 Oct 14 14:49:56.567 INFO kablam! | Oct 14 14:49:56.567 INFO kablam! 5 | use git::repo::{ Repo, Settings }; Oct 14 14:49:56.568 INFO kablam! | ^^^^ Oct 14 14:49:56.568 INFO kablam! | Oct 14 14:49:56.568 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:49:56.569 INFO kablam! Oct 14 14:49:56.580 INFO kablam! warning: unused variable: `repo` Oct 14 14:49:56.581 INFO kablam! --> src/main.rs:10:9 Oct 14 14:49:56.581 INFO kablam! | Oct 14 14:49:56.581 INFO kablam! 10 | let repo = git::repo::Repo::new("test", &settings); Oct 14 14:49:56.582 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 14 14:49:56.582 INFO kablam! | Oct 14 14:49:56.582 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:49:56.583 INFO kablam! Oct 14 14:49:56.583 INFO kablam! warning: field is never used: `name` Oct 14 14:49:56.584 INFO kablam! --> src/git/repo.rs:17:5 Oct 14 14:49:56.584 INFO kablam! | Oct 14 14:49:56.585 INFO kablam! 17 | name: &'a str, Oct 14 14:49:56.585 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:49:56.585 INFO kablam! | Oct 14 14:49:56.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:49:56.586 INFO kablam! Oct 14 14:49:56.586 INFO kablam! warning: field is never used: `settings` Oct 14 14:49:56.586 INFO kablam! --> src/git/repo.rs:18:5 Oct 14 14:49:56.587 INFO kablam! | Oct 14 14:49:56.587 INFO kablam! 18 | settings: &'a Settings, Oct 14 14:49:56.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.588 INFO kablam! Oct 14 14:49:56.588 INFO kablam! warning: field is never used: `commits` Oct 14 14:49:56.588 INFO kablam! --> src/git/repo.rs:19:5 Oct 14 14:49:56.589 INFO kablam! | Oct 14 14:49:56.589 INFO kablam! 19 | commits: Vec>, Oct 14 14:49:56.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.590 INFO kablam! Oct 14 14:49:56.590 INFO kablam! warning: field is never used: `branches` Oct 14 14:49:56.590 INFO kablam! --> src/git/repo.rs:20:5 Oct 14 14:49:56.591 INFO kablam! | Oct 14 14:49:56.591 INFO kablam! 20 | branches: Vec>, Oct 14 14:49:56.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.592 INFO kablam! Oct 14 14:49:56.592 INFO kablam! warning: field is never used: `contributors` Oct 14 14:49:56.592 INFO kablam! --> src/git/repo.rs:21:5 Oct 14 14:49:56.593 INFO kablam! | Oct 14 14:49:56.593 INFO kablam! 21 | contributors: Vec> Oct 14 14:49:56.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.594 INFO kablam! Oct 14 14:49:56.594 INFO kablam! warning: field is never used: `id` Oct 14 14:49:56.594 INFO kablam! --> src/git/commit.rs:4:5 Oct 14 14:49:56.595 INFO kablam! | Oct 14 14:49:56.595 INFO kablam! 4 | id: Uuid, Oct 14 14:49:56.595 INFO kablam! | ^^^^^^^^ Oct 14 14:49:56.595 INFO kablam! Oct 14 14:49:56.596 INFO kablam! warning: field is never used: `desc` Oct 14 14:49:56.596 INFO kablam! --> src/git/commit.rs:5:5 Oct 14 14:49:56.596 INFO kablam! | Oct 14 14:49:56.597 INFO kablam! 5 | desc: &'a str Oct 14 14:49:56.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:49:56.597 INFO kablam! Oct 14 14:49:56.598 INFO kablam! warning: method is never used: `new` Oct 14 14:49:56.598 INFO kablam! --> src/git/commit.rs:9:5 Oct 14 14:49:56.598 INFO kablam! | Oct 14 14:49:56.603 INFO kablam! 9 | pub fn new(desc: &'a str) -> Commit<'a> { Oct 14 14:49:56.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.603 INFO kablam! Oct 14 14:49:56.604 INFO kablam! warning: field is never used: `name` Oct 14 14:49:56.604 INFO kablam! --> src/git/branch.rs:2:5 Oct 14 14:49:56.604 INFO kablam! | Oct 14 14:49:56.605 INFO kablam! 2 | name: &'a str Oct 14 14:49:56.605 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:49:56.605 INFO kablam! Oct 14 14:49:56.606 INFO kablam! warning: method is never used: `new` Oct 14 14:49:56.606 INFO kablam! --> src/git/branch.rs:6:5 Oct 14 14:49:56.606 INFO kablam! | Oct 14 14:49:56.607 INFO kablam! 6 | pub fn new(name: &'a str) -> Branch<'a> { Oct 14 14:49:56.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.607 INFO kablam! Oct 14 14:49:56.608 INFO kablam! warning: field is never used: `name` Oct 14 14:49:56.608 INFO kablam! --> src/git/contributor.rs:2:5 Oct 14 14:49:56.608 INFO kablam! | Oct 14 14:49:56.608 INFO kablam! 2 | name: &'a str Oct 14 14:49:56.609 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:49:56.609 INFO kablam! Oct 14 14:49:56.609 INFO kablam! warning: method is never used: `new` Oct 14 14:49:56.610 INFO kablam! --> src/git/contributor.rs:6:5 Oct 14 14:49:56.610 INFO kablam! | Oct 14 14:49:56.610 INFO kablam! 6 | pub fn new(name: &'a str) -> Contributor<'a> { Oct 14 14:49:56.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:49:56.611 INFO kablam! Oct 14 14:49:57.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 14 14:49:57.131 INFO kablam! su: No module specific data is present Oct 14 14:49:59.160 INFO running `"docker" "rm" "-f" "b5461cbf1bcd4d9b60a3c9961facd005a4f597f8f2ba4de012cd26027be92427"` Oct 14 14:49:59.429 INFO blam! b5461cbf1bcd4d9b60a3c9961facd005a4f597f8f2ba4de012cd26027be92427 Oct 14 14:49:59.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 14:49:59.823 INFO blam! 285f713786535d1f660addd3883b356d521cf9cee9ae8326a456d48d446546d7 Oct 14 14:49:59.825 INFO running `"docker" "start" "-a" "285f713786535d1f660addd3883b356d521cf9cee9ae8326a456d48d446546d7"` Oct 14 14:50:00.991 INFO kablam! usermod: no changes Oct 14 14:50:01.059 INFO kablam! Compiling git_rs v0.1.0 (/source) Oct 14 14:50:01.399 INFO kablam! warning: unused import: `Repo` Oct 14 14:50:01.399 INFO kablam! --> src/main.rs:5:18 Oct 14 14:50:01.399 INFO kablam! | Oct 14 14:50:01.399 INFO kablam! 5 | use git::repo::{ Repo, Settings }; Oct 14 14:50:01.399 INFO kablam! | ^^^^ Oct 14 14:50:01.399 INFO kablam! | Oct 14 14:50:01.399 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:50:01.399 INFO kablam! Oct 14 14:50:01.416 INFO kablam! warning: unused variable: `repo` Oct 14 14:50:01.416 INFO kablam! --> src/main.rs:10:9 Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.416 INFO kablam! 10 | let repo = git::repo::Repo::new("test", &settings); Oct 14 14:50:01.416 INFO kablam! | ^^^^ help: consider using `_repo` instead Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.416 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:50:01.416 INFO kablam! Oct 14 14:50:01.416 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.416 INFO kablam! --> src/git/repo.rs:17:5 Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.416 INFO kablam! 17 | name: &'a str, Oct 14 14:50:01.416 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:50:01.416 INFO kablam! Oct 14 14:50:01.416 INFO kablam! warning: field is never used: `settings` Oct 14 14:50:01.416 INFO kablam! --> src/git/repo.rs:18:5 Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.416 INFO kablam! 18 | settings: &'a Settings, Oct 14 14:50:01.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.416 INFO kablam! Oct 14 14:50:01.416 INFO kablam! warning: field is never used: `commits` Oct 14 14:50:01.416 INFO kablam! --> src/git/repo.rs:19:5 Oct 14 14:50:01.416 INFO kablam! | Oct 14 14:50:01.417 INFO kablam! 19 | commits: Vec>, Oct 14 14:50:01.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.417 INFO kablam! Oct 14 14:50:01.417 INFO kablam! warning: field is never used: `branches` Oct 14 14:50:01.417 INFO kablam! --> src/git/repo.rs:20:5 Oct 14 14:50:01.417 INFO kablam! | Oct 14 14:50:01.417 INFO kablam! 20 | branches: Vec>, Oct 14 14:50:01.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.417 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: field is never used: `contributors` Oct 14 14:50:01.424 INFO kablam! --> src/git/repo.rs:21:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 21 | contributors: Vec> Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: field is never used: `id` Oct 14 14:50:01.424 INFO kablam! --> src/git/commit.rs:4:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 4 | id: Uuid, Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: field is never used: `desc` Oct 14 14:50:01.424 INFO kablam! --> src/git/commit.rs:5:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 5 | desc: &'a str Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.424 INFO kablam! --> src/git/commit.rs:9:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 9 | pub fn new(desc: &'a str) -> Commit<'a> { Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.424 INFO kablam! --> src/git/branch.rs:2:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 2 | name: &'a str Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.424 INFO kablam! --> src/git/branch.rs:6:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 6 | pub fn new(name: &'a str) -> Branch<'a> { Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: field is never used: `name` Oct 14 14:50:01.424 INFO kablam! --> src/git/contributor.rs:2:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 2 | name: &'a str Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.424 INFO kablam! warning: method is never used: `new` Oct 14 14:50:01.424 INFO kablam! --> src/git/contributor.rs:6:5 Oct 14 14:50:01.424 INFO kablam! | Oct 14 14:50:01.424 INFO kablam! 6 | pub fn new(name: &'a str) -> Contributor<'a> { Oct 14 14:50:01.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:50:01.424 INFO kablam! Oct 14 14:50:01.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 14:50:01.999 INFO kablam! su: No module specific data is present Oct 14 14:50:02.739 INFO running `"docker" "rm" "-f" "285f713786535d1f660addd3883b356d521cf9cee9ae8326a456d48d446546d7"` Oct 14 14:50:03.099 INFO blam! 285f713786535d1f660addd3883b356d521cf9cee9ae8326a456d48d446546d7 Oct 14 14:50:03.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 14:50:03.544 INFO blam! 5e538cffc6ff1730c620797adf81c574fbe5ece86b82294e05cc881f357df5fa Oct 14 14:50:03.551 INFO running `"docker" "start" "-a" "5e538cffc6ff1730c620797adf81c574fbe5ece86b82294e05cc881f357df5fa"` Oct 14 14:50:05.027 INFO kablam! usermod: no changes Oct 14 14:50:05.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 14:50:05.123 INFO kablam! Running /target/debug/deps/git_rs-f797793e9ca36162 Oct 14 14:50:05.135 INFO kablam! su: No module specific data is present Oct 14 14:50:05.135 INFO blam! Oct 14 14:50:05.135 INFO blam! running 0 tests Oct 14 14:50:05.135 INFO blam! Oct 14 14:50:05.135 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:50:05.135 INFO blam! Oct 14 14:50:06.743 INFO running `"docker" "rm" "-f" "5e538cffc6ff1730c620797adf81c574fbe5ece86b82294e05cc881f357df5fa"` Oct 14 14:50:07.035 INFO blam! 5e538cffc6ff1730c620797adf81c574fbe5ece86b82294e05cc881f357df5fa