Oct 27 07:12:47.337 INFO checking buckhx/git-bump against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:12:47.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 07:12:47.755 INFO blam! 04b5ddefa07d5dc9fa14911d00c9563039f1907fe2ef011c049876c23d44eebf Oct 27 07:12:47.767 INFO running `"docker" "start" "-a" "04b5ddefa07d5dc9fa14911d00c9563039f1907fe2ef011c049876c23d44eebf"` Oct 27 07:12:48.970 INFO kablam! usermod: no changes Oct 27 07:12:49.135 INFO kablam! Checking yaml-rust v0.3.4 Oct 27 07:12:49.135 INFO kablam! Compiling openssl-sys v0.9.1 Oct 27 07:12:49.135 INFO kablam! Compiling libz-sys v1.0.7 Oct 27 07:12:49.135 INFO kablam! Compiling curl-sys v0.3.4 Oct 27 07:12:49.135 INFO kablam! Compiling libssh2-sys v0.2.3 Oct 27 07:12:49.135 INFO kablam! Compiling libgit2-sys v0.6.2 Oct 27 07:12:52.113 INFO kablam! Checking clap v2.18.0 Oct 27 07:13:40.855 INFO kablam! Checking git2 v0.6.0 Oct 27 07:13:44.744 INFO kablam! Checking git-bump v0.0.7 (/source) Oct 27 07:13:47.123 INFO kablam! warning: unused import: `push_tags` Oct 27 07:13:47.123 INFO kablam! --> src/main.rs:9:34 Oct 27 07:13:47.123 INFO kablam! | Oct 27 07:13:47.123 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 27 07:13:47.123 INFO kablam! | ^^^^^^^^^ Oct 27 07:13:47.123 INFO kablam! | Oct 27 07:13:47.123 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:13:47.123 INFO kablam! Oct 27 07:13:47.219 INFO kablam! warning: unused import: `push_tags` Oct 27 07:13:47.219 INFO kablam! --> src/main.rs:9:34 Oct 27 07:13:47.219 INFO kablam! | Oct 27 07:13:47.219 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 27 07:13:47.219 INFO kablam! | ^^^^^^^^^ Oct 27 07:13:47.219 INFO kablam! | Oct 27 07:13:47.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:13:47.219 INFO kablam! Oct 27 07:13:47.287 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 27 07:13:47.287 INFO kablam! --> src/bump.rs:6:1 Oct 27 07:13:47.287 INFO kablam! | Oct 27 07:13:47.287 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 27 07:13:47.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:13:47.287 INFO kablam! | Oct 27 07:13:47.287 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:13:47.287 INFO kablam! Oct 27 07:13:47.287 INFO kablam! warning: function is never used: `push_tags` Oct 27 07:13:47.287 INFO kablam! --> src/bump.rs:115:1 Oct 27 07:13:47.287 INFO kablam! | Oct 27 07:13:47.287 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 27 07:13:47.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:13:47.287 INFO kablam! Oct 27 07:13:47.379 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 27 07:13:47.380 INFO kablam! --> src/bump.rs:6:1 Oct 27 07:13:47.380 INFO kablam! | Oct 27 07:13:47.380 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 27 07:13:47.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:13:47.380 INFO kablam! | Oct 27 07:13:47.380 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:13:47.380 INFO kablam! Oct 27 07:13:47.382 INFO kablam! warning: function is never used: `push_tags` Oct 27 07:13:47.382 INFO kablam! --> src/bump.rs:115:1 Oct 27 07:13:47.382 INFO kablam! | Oct 27 07:13:47.382 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 27 07:13:47.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:13:47.382 INFO kablam! Oct 27 07:13:47.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.41s Oct 27 07:13:47.419 INFO kablam! su: No module specific data is present Oct 27 07:13:48.425 INFO running `"docker" "rm" "-f" "04b5ddefa07d5dc9fa14911d00c9563039f1907fe2ef011c049876c23d44eebf"` Oct 27 07:13:48.661 INFO blam! 04b5ddefa07d5dc9fa14911d00c9563039f1907fe2ef011c049876c23d44eebf