Oct 12 23:39:22.891 INFO checking chriskrycho/lightning-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:39:22.891 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 12 23:39:23.310 INFO blam! a8c79eb84625549f9c8bcea54a3ff517f45909332e51e208243e70bd360eb626 Oct 12 23:39:23.311 INFO running `"docker" "start" "-a" "a8c79eb84625549f9c8bcea54a3ff517f45909332e51e208243e70bd360eb626"` Oct 12 23:39:24.128 INFO kablam! usermod: no changes Oct 12 23:39:24.180 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 23:39:24.180 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 23:39:24.180 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 23:39:24.180 INFO kablam! files will be included as a binary target: Oct 12 23:39:24.180 INFO kablam! Oct 12 23:39:24.180 INFO kablam! * /source/src/main.rs Oct 12 23:39:24.180 INFO kablam! Oct 12 23:39:24.180 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 23:39:24.180 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 23:39:24.180 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 23:39:24.180 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 23:39:24.180 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 23:39:24.180 INFO kablam! Oct 12 23:39:24.180 INFO kablam! For more information on this warning you can consult Oct 12 23:39:24.180 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 23:39:24.180 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 12 23:39:24.180 INFO kablam! please set bin.path in Cargo.toml Oct 12 23:39:24.316 INFO kablam! Compiling plist v0.0.14 Oct 12 23:39:24.324 INFO kablam! Checking serde v0.7.15 Oct 12 23:39:24.324 INFO kablam! Compiling cmake v0.1.20 Oct 12 23:39:24.324 INFO kablam! Compiling miniz-sys v0.1.7 Oct 12 23:39:24.324 INFO kablam! Checking bincode v0.6.0 Oct 12 23:39:24.324 INFO kablam! Checking pandoc v0.5.0 Oct 12 23:39:24.324 INFO kablam! Checking clap v2.19.2 Oct 12 23:39:28.306 INFO kablam! Compiling onig_sys v61.1.0 Oct 12 23:39:33.981 INFO kablam! Checking flate2 v0.2.14 Oct 12 23:39:50.249 INFO kablam! Checking onig v1.2.0 Oct 12 23:39:51.626 INFO kablam! Checking syntect v1.0.2 Oct 12 23:39:54.340 INFO kablam! Checking lightning v0.1.0 (/source) Oct 12 23:39:57.203 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:39:57.203 INFO kablam! --> src/builder.rs:30:19 Oct 12 23:39:57.203 INFO kablam! | Oct 12 23:39:57.203 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.204 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:39:57.205 INFO kablam! | Oct 12 23:39:57.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:39:57.206 INFO kablam! Oct 12 23:39:57.206 INFO kablam! warning: unused variable: `config` Oct 12 23:39:57.206 INFO kablam! --> src/builder.rs:30:45 Oct 12 23:39:57.207 INFO kablam! | Oct 12 23:39:57.207 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.207 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 12 23:39:57.207 INFO kablam! Oct 12 23:39:57.212 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:39:57.212 INFO kablam! --> src/initializer.rs:3:13 Oct 12 23:39:57.213 INFO kablam! | Oct 12 23:39:57.213 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 12 23:39:57.213 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:39:57.213 INFO kablam! Oct 12 23:39:57.372 INFO kablam! warning: function is never used: `load_templates` Oct 12 23:39:57.372 INFO kablam! --> src/builder.rs:30:1 Oct 12 23:39:57.372 INFO kablam! | Oct 12 23:39:57.372 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:57.372 INFO kablam! | Oct 12 23:39:57.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:39:57.373 INFO kablam! Oct 12 23:39:57.374 INFO kablam! warning: method is never used: `value` Oct 12 23:39:57.374 INFO kablam! --> src/validated_types.rs:14:5 Oct 12 23:39:57.374 INFO kablam! | Oct 12 23:39:57.374 INFO kablam! 14 | pub fn value(&self) -> String { Oct 12 23:39:57.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:57.374 INFO kablam! Oct 12 23:39:57.632 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:39:57.632 INFO kablam! --> src/builder.rs:30:19 Oct 12 23:39:57.632 INFO kablam! | Oct 12 23:39:57.633 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.633 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:39:57.633 INFO kablam! | Oct 12 23:39:57.633 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:39:57.633 INFO kablam! Oct 12 23:39:57.633 INFO kablam! warning: unused variable: `config` Oct 12 23:39:57.633 INFO kablam! --> src/builder.rs:30:45 Oct 12 23:39:57.633 INFO kablam! | Oct 12 23:39:57.633 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.633 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 12 23:39:57.633 INFO kablam! Oct 12 23:39:57.634 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:39:57.634 INFO kablam! --> src/initializer.rs:3:13 Oct 12 23:39:57.634 INFO kablam! | Oct 12 23:39:57.634 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 12 23:39:57.634 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:39:57.634 INFO kablam! Oct 12 23:39:57.960 INFO kablam! warning: function is never used: `load_templates` Oct 12 23:39:57.960 INFO kablam! --> src/builder.rs:30:1 Oct 12 23:39:57.960 INFO kablam! | Oct 12 23:39:57.960 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:39:57.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:57.961 INFO kablam! | Oct 12 23:39:57.961 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:39:57.961 INFO kablam! Oct 12 23:39:57.961 INFO kablam! warning: method is never used: `value` Oct 12 23:39:57.961 INFO kablam! --> src/validated_types.rs:14:5 Oct 12 23:39:57.961 INFO kablam! | Oct 12 23:39:57.961 INFO kablam! 14 | pub fn value(&self) -> String { Oct 12 23:39:57.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:57.961 INFO kablam! Oct 12 23:40:01.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.88s Oct 12 23:40:01.057 INFO kablam! su: No module specific data is present Oct 12 23:40:02.967 INFO running `"docker" "rm" "-f" "a8c79eb84625549f9c8bcea54a3ff517f45909332e51e208243e70bd360eb626"` Oct 12 23:40:03.269 INFO blam! a8c79eb84625549f9c8bcea54a3ff517f45909332e51e208243e70bd360eb626