Oct 13 00:04:18.916 INFO checking buckhx/git-bump against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 00:04:18.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:19.274 INFO blam! db61a7cba47472e208d5bc1028408f5ba5285ebdacd395ef6408c46773785ba7 Oct 13 00:04:19.275 INFO running `"docker" "start" "-a" "db61a7cba47472e208d5bc1028408f5ba5285ebdacd395ef6408c46773785ba7"` Oct 13 00:04:22.296 INFO kablam! usermod: no changes Oct 13 00:04:22.508 INFO kablam! Checking yaml-rust v0.3.4 Oct 13 00:04:22.514 INFO kablam! Compiling openssl-sys v0.9.1 Oct 13 00:04:22.514 INFO kablam! Compiling curl-sys v0.3.4 Oct 13 00:04:22.514 INFO kablam! Compiling libssh2-sys v0.2.3 Oct 13 00:04:22.545 INFO kablam! Compiling libgit2-sys v0.6.2 Oct 13 00:04:28.700 INFO kablam! Checking clap v2.18.0 Oct 13 00:05:12.610 INFO kablam! Checking git2 v0.6.0 Oct 13 00:05:16.572 INFO kablam! Checking git-bump v0.0.7 (/source) Oct 13 00:05:19.084 INFO kablam! warning: unused import: `push_tags` Oct 13 00:05:19.085 INFO kablam! --> src/main.rs:9:34 Oct 13 00:05:19.086 INFO kablam! | Oct 13 00:05:19.087 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 13 00:05:19.087 INFO kablam! | ^^^^^^^^^ Oct 13 00:05:19.088 INFO kablam! | Oct 13 00:05:19.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:05:19.089 INFO kablam! Oct 13 00:05:19.271 INFO kablam! warning: unused import: `push_tags` Oct 13 00:05:19.272 INFO kablam! --> src/main.rs:9:34 Oct 13 00:05:19.273 INFO kablam! | Oct 13 00:05:19.273 INFO kablam! 9 | use bump::{Version, ReleaseType, push_tags}; Oct 13 00:05:19.274 INFO kablam! | ^^^^^^^^^ Oct 13 00:05:19.274 INFO kablam! | Oct 13 00:05:19.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:05:19.276 INFO kablam! Oct 13 00:05:19.321 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 13 00:05:19.321 INFO kablam! --> src/bump.rs:6:1 Oct 13 00:05:19.321 INFO kablam! | Oct 13 00:05:19.321 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 13 00:05:19.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:19.321 INFO kablam! | Oct 13 00:05:19.321 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:05:19.323 INFO kablam! Oct 13 00:05:19.323 INFO kablam! warning: function is never used: `push_tags` Oct 13 00:05:19.323 INFO kablam! --> src/bump.rs:115:1 Oct 13 00:05:19.323 INFO kablam! | Oct 13 00:05:19.323 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 13 00:05:19.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:19.323 INFO kablam! Oct 13 00:05:19.542 INFO kablam! warning: constant item is never used: `REFSPECS` Oct 13 00:05:19.542 INFO kablam! --> src/bump.rs:6:1 Oct 13 00:05:19.542 INFO kablam! | Oct 13 00:05:19.542 INFO kablam! 6 | const REFSPECS: &'static str = "refs/tags/*:refs/tags/*"; Oct 13 00:05:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:19.542 INFO kablam! | Oct 13 00:05:19.542 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:05:19.542 INFO kablam! Oct 13 00:05:19.544 INFO kablam! warning: function is never used: `push_tags` Oct 13 00:05:19.544 INFO kablam! --> src/bump.rs:115:1 Oct 13 00:05:19.544 INFO kablam! | Oct 13 00:05:19.544 INFO kablam! 115 | pub fn push_tags(path: &str, remote: &str) -> Result<(), String> { Oct 13 00:05:19.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:05:19.544 INFO kablam! Oct 13 00:05:19.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.30s Oct 13 00:05:19.635 INFO kablam! su: No module specific data is present Oct 13 00:05:21.136 INFO running `"docker" "rm" "-f" "db61a7cba47472e208d5bc1028408f5ba5285ebdacd395ef6408c46773785ba7"` Oct 13 00:05:21.467 INFO blam! db61a7cba47472e208d5bc1028408f5ba5285ebdacd395ef6408c46773785ba7