Oct 12 23:39:23.155 INFO checking chriskrycho/lightning-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 23:39:23.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 23:39:23.523 INFO blam! 1bea5fdcdbb1164f8ae7e1d25a2e8d76f499c0c3dba37a8ca7a49a966b12028b Oct 12 23:39:23.528 INFO running `"docker" "start" "-a" "1bea5fdcdbb1164f8ae7e1d25a2e8d76f499c0c3dba37a8ca7a49a966b12028b"` Oct 12 23:39:24.567 INFO kablam! usermod: no changes Oct 12 23:39:24.617 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 23:39:24.617 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 23:39:24.617 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 23:39:24.617 INFO kablam! files will be included as a binary target: Oct 12 23:39:24.617 INFO kablam! Oct 12 23:39:24.617 INFO kablam! * /source/src/main.rs Oct 12 23:39:24.617 INFO kablam! Oct 12 23:39:24.617 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 23:39:24.617 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 23:39:24.617 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 23:39:24.617 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 23:39:24.617 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 23:39:24.617 INFO kablam! Oct 12 23:39:24.617 INFO kablam! For more information on this warning you can consult Oct 12 23:39:24.617 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 23:39:24.617 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 12 23:39:24.617 INFO kablam! please set bin.path in Cargo.toml Oct 12 23:39:24.728 INFO kablam! Compiling plist v0.0.14 Oct 12 23:39:24.728 INFO kablam! Checking serde v0.8.20 Oct 12 23:39:24.728 INFO kablam! Compiling cmake v0.1.20 Oct 12 23:39:24.732 INFO kablam! Compiling miniz-sys v0.1.7 Oct 12 23:39:24.740 INFO kablam! Checking xml-rs v0.3.5 Oct 12 23:39:24.740 INFO kablam! Checking quick-xml v0.4.2 Oct 12 23:39:24.740 INFO kablam! Checking pandoc v0.5.0 Oct 12 23:39:24.740 INFO kablam! Checking clap v2.19.2 Oct 12 23:39:30.772 INFO kablam! Compiling onig_sys v61.1.0 Oct 12 23:39:34.941 INFO kablam! Checking flate2 v0.2.14 Oct 12 23:39:51.644 INFO kablam! Checking onig v1.2.0 Oct 12 23:39:53.024 INFO kablam! Checking bincode v0.6.0 Oct 12 23:39:54.748 INFO kablam! Checking syntect v1.0.2 Oct 12 23:39:57.721 INFO kablam! Checking lightning v0.1.0 (/source) Oct 12 23:40:00.764 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:40:00.765 INFO kablam! --> src/builder.rs:30:19 Oct 12 23:40:00.765 INFO kablam! | Oct 12 23:40:00.765 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:00.765 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:40:00.765 INFO kablam! | Oct 12 23:40:00.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:40:00.765 INFO kablam! Oct 12 23:40:00.765 INFO kablam! warning: unused variable: `config` Oct 12 23:40:00.765 INFO kablam! --> src/builder.rs:30:45 Oct 12 23:40:00.765 INFO kablam! | Oct 12 23:40:00.765 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:00.765 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 12 23:40:00.765 INFO kablam! Oct 12 23:40:00.765 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:40:00.765 INFO kablam! --> src/initializer.rs:3:13 Oct 12 23:40:00.765 INFO kablam! | Oct 12 23:40:00.765 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 12 23:40:00.765 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:40:00.765 INFO kablam! Oct 12 23:40:00.911 INFO kablam! warning: function is never used: `load_templates` Oct 12 23:40:00.911 INFO kablam! --> src/builder.rs:30:1 Oct 12 23:40:00.912 INFO kablam! | Oct 12 23:40:00.912 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:00.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:00.912 INFO kablam! | Oct 12 23:40:00.912 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:40:00.912 INFO kablam! Oct 12 23:40:00.912 INFO kablam! warning: method is never used: `value` Oct 12 23:40:00.912 INFO kablam! --> src/validated_types.rs:14:5 Oct 12 23:40:00.912 INFO kablam! | Oct 12 23:40:00.912 INFO kablam! 14 | pub fn value(&self) -> String { Oct 12 23:40:00.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:00.912 INFO kablam! Oct 12 23:40:00.946 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:40:00.946 INFO kablam! --> src/builder.rs:30:19 Oct 12 23:40:00.946 INFO kablam! | Oct 12 23:40:00.946 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:00.946 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:40:00.946 INFO kablam! | Oct 12 23:40:00.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:40:00.947 INFO kablam! Oct 12 23:40:00.947 INFO kablam! warning: unused variable: `config` Oct 12 23:40:00.947 INFO kablam! --> src/builder.rs:30:45 Oct 12 23:40:00.947 INFO kablam! | Oct 12 23:40:00.947 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:00.947 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 12 23:40:00.947 INFO kablam! Oct 12 23:40:00.947 INFO kablam! warning: unused variable: `site_directory` Oct 12 23:40:00.947 INFO kablam! --> src/initializer.rs:3:13 Oct 12 23:40:00.947 INFO kablam! | Oct 12 23:40:00.947 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 12 23:40:00.947 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 12 23:40:00.947 INFO kablam! Oct 12 23:40:01.300 INFO kablam! warning: function is never used: `load_templates` Oct 12 23:40:01.300 INFO kablam! --> src/builder.rs:30:1 Oct 12 23:40:01.300 INFO kablam! | Oct 12 23:40:01.300 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 12 23:40:01.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:01.300 INFO kablam! | Oct 12 23:40:01.300 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:40:01.300 INFO kablam! Oct 12 23:40:01.300 INFO kablam! warning: method is never used: `value` Oct 12 23:40:01.300 INFO kablam! --> src/validated_types.rs:14:5 Oct 12 23:40:01.300 INFO kablam! | Oct 12 23:40:01.300 INFO kablam! 14 | pub fn value(&self) -> String { Oct 12 23:40:01.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:01.300 INFO kablam! Oct 12 23:40:04.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.83s Oct 12 23:40:04.431 INFO kablam! su: No module specific data is present Oct 12 23:40:05.193 INFO running `"docker" "rm" "-f" "1bea5fdcdbb1164f8ae7e1d25a2e8d76f499c0c3dba37a8ca7a49a966b12028b"` Oct 12 23:40:05.460 INFO blam! 1bea5fdcdbb1164f8ae7e1d25a2e8d76f499c0c3dba37a8ca7a49a966b12028b