Oct 13 00:04:28.354 INFO checking buckhx/git-bump against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:04:28.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 00:04:28.880 INFO blam! 8e831df777a25d5a73e3bf473a2f2896b54d9d9d26856f51f4daaff4557e8445 Oct 13 00:04:28.888 INFO running `"docker" "start" "-a" "8e831df777a25d5a73e3bf473a2f2896b54d9d9d26856f51f4daaff4557e8445"` Oct 13 00:04:30.756 INFO kablam! usermod: no changes Oct 13 00:04:30.921 INFO kablam! Compiling cmake v0.1.18 Oct 13 00:04:30.924 INFO kablam! Compiling openssl-sys v0.9.1 Oct 13 00:04:30.925 INFO kablam! Compiling libz-sys v1.0.7 Oct 13 00:04:30.925 INFO kablam! Compiling curl-sys v0.3.4 Oct 13 00:04:30.932 INFO kablam! Checking clap v2.18.0 Oct 13 00:04:35.265 INFO kablam! Compiling libssh2-sys v0.2.3 Oct 13 00:04:35.293 INFO kablam! Compiling libgit2-sys v0.6.2 Oct 13 00:05:22.957 INFO kablam! Checking git2 v0.6.0 Oct 13 00:05:27.004 INFO kablam! Checking git-bump v0.0.7 (/source) Oct 13 00:05:29.458 INFO kablam! warning: unused import: `push_tags` Oct 13 00:05:29.458 INFO kablam! --> src/main.rs:9:34 Oct 13 00:05:29.458 INFO kablam! | Oct 13 00:05:29.459 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 13 00:05:29.459 INFO kablam! | ^^^^^^^^^ Oct 13 00:05:29.459 INFO kablam! | Oct 13 00:05:29.460 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:05:29.460 INFO kablam! Oct 13 00:05:29.580 INFO kablam! warning: unused import: `push_tags` Oct 13 00:05:29.580 INFO kablam! --> src/main.rs:9:34 Oct 13 00:05:29.581 INFO kablam! | Oct 13 00:05:29.581 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 13 00:05:29.581 INFO kablam! | ^^^^^^^^^ Oct 13 00:05:29.581 INFO kablam! | Oct 13 00:05:29.582 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:05:29.582 INFO kablam! Oct 13 00:05:29.711 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 13 00:05:29.712 INFO kablam! --> src/bump.rs:6:1 Oct 13 00:05:29.712 INFO kablam! | Oct 13 00:05:29.713 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 13 00:05:29.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:29.716 INFO kablam! | Oct 13 00:05:29.717 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:05:29.717 INFO kablam! Oct 13 00:05:29.717 INFO kablam! warning: function is never used: `push_tags` Oct 13 00:05:29.718 INFO kablam! --> src/bump.rs:115:1 Oct 13 00:05:29.718 INFO kablam! | Oct 13 00:05:29.718 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 13 00:05:29.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:29.719 INFO kablam! Oct 13 00:05:29.747 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 13 00:05:29.748 INFO kablam! --> src/bump.rs:6:1 Oct 13 00:05:29.748 INFO kablam! | Oct 13 00:05:29.748 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 13 00:05:29.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:29.749 INFO kablam! | Oct 13 00:05:29.749 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:05:29.749 INFO kablam! Oct 13 00:05:29.750 INFO kablam! warning: function is never used: `push_tags` Oct 13 00:05:29.750 INFO kablam! --> src/bump.rs:115:1 Oct 13 00:05:29.750 INFO kablam! | Oct 13 00:05:29.751 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 13 00:05:29.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:29.751 INFO kablam! Oct 13 00:05:29.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.00s Oct 13 00:05:29.806 INFO kablam! su: No module specific data is present Oct 13 00:05:30.773 INFO running `"docker" "rm" "-f" "8e831df777a25d5a73e3bf473a2f2896b54d9d9d26856f51f4daaff4557e8445"` Oct 13 00:05:31.072 INFO blam! 8e831df777a25d5a73e3bf473a2f2896b54d9d9d26856f51f4daaff4557e8445