Oct 21 18:56:19.599 INFO checking chriskrycho/lightning-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:56:19.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 18:56:20.048 INFO blam! c847937c582513873742a28eb19dec0b8c2657d929bc63d24b599355d905937c Oct 21 18:56:20.057 INFO running `"docker" "start" "-a" "c847937c582513873742a28eb19dec0b8c2657d929bc63d24b599355d905937c"` Oct 21 18:56:21.176 INFO kablam! usermod: no changes Oct 21 18:56:21.208 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 18:56:21.208 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 18:56:21.208 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 18:56:21.208 INFO kablam! files will be included as a binary target: Oct 21 18:56:21.208 INFO kablam! Oct 21 18:56:21.208 INFO kablam! * /source/src/main.rs Oct 21 18:56:21.208 INFO kablam! Oct 21 18:56:21.208 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 18:56:21.208 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 18:56:21.208 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 18:56:21.209 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 18:56:21.209 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 18:56:21.209 INFO kablam! Oct 21 18:56:21.209 INFO kablam! For more information on this warning you can consult Oct 21 18:56:21.209 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 18:56:21.209 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 21 18:56:21.209 INFO kablam! please set bin.path in Cargo.toml Oct 21 18:56:21.342 INFO kablam! Compiling plist v0.0.14 Oct 21 18:56:21.348 INFO kablam! Compiling cmake v0.1.20 Oct 21 18:56:21.348 INFO kablam! Checking xml-rs v0.3.5 Oct 21 18:56:21.348 INFO kablam! Checking bincode v0.6.0 Oct 21 18:56:21.349 INFO kablam! Checking pandoc v0.5.0 Oct 21 18:56:21.349 INFO kablam! Checking clap v2.19.2 Oct 21 18:56:21.349 INFO kablam! Checking chrono v0.2.25 Oct 21 18:56:24.392 INFO kablam! Compiling onig_sys v61.1.0 Oct 21 18:56:41.140 INFO kablam! Checking onig v1.2.0 Oct 21 18:56:42.460 INFO kablam! Checking syntect v1.0.2 Oct 21 18:56:45.156 INFO kablam! Checking lightning v0.1.0 (/source) Oct 21 18:56:47.730 INFO kablam! warning: unused variable: `site_directory` Oct 21 18:56:47.730 INFO kablam! --> src/builder.rs:30:19 Oct 21 18:56:47.730 INFO kablam! | Oct 21 18:56:47.730 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:47.730 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 21 18:56:47.730 INFO kablam! | Oct 21 18:56:47.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:56:47.730 INFO kablam! Oct 21 18:56:47.730 INFO kablam! warning: unused variable: `config` Oct 21 18:56:47.730 INFO kablam! --> src/builder.rs:30:45 Oct 21 18:56:47.730 INFO kablam! | Oct 21 18:56:47.730 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:47.731 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 21 18:56:47.731 INFO kablam! Oct 21 18:56:47.731 INFO kablam! warning: unused variable: `site_directory` Oct 21 18:56:47.731 INFO kablam! --> src/initializer.rs:3:13 Oct 21 18:56:47.731 INFO kablam! | Oct 21 18:56:47.731 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 21 18:56:47.731 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 21 18:56:47.731 INFO kablam! Oct 21 18:56:47.934 INFO kablam! warning: function is never used: `load_templates` Oct 21 18:56:47.934 INFO kablam! --> src/builder.rs:30:1 Oct 21 18:56:47.934 INFO kablam! | Oct 21 18:56:47.934 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:47.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:47.934 INFO kablam! | Oct 21 18:56:47.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:56:47.935 INFO kablam! Oct 21 18:56:47.952 INFO kablam! warning: method is never used: `value` Oct 21 18:56:47.952 INFO kablam! --> src/validated_types.rs:14:5 Oct 21 18:56:47.952 INFO kablam! | Oct 21 18:56:47.952 INFO kablam! 14 | pub fn value(&self) -> String { Oct 21 18:56:47.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:47.952 INFO kablam! Oct 21 18:56:47.980 INFO kablam! warning: unused variable: `site_directory` Oct 21 18:56:47.980 INFO kablam! --> src/builder.rs:30:19 Oct 21 18:56:47.980 INFO kablam! | Oct 21 18:56:47.980 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:47.980 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 21 18:56:47.980 INFO kablam! | Oct 21 18:56:47.980 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:56:47.980 INFO kablam! Oct 21 18:56:47.980 INFO kablam! warning: unused variable: `config` Oct 21 18:56:47.980 INFO kablam! --> src/builder.rs:30:45 Oct 21 18:56:47.980 INFO kablam! | Oct 21 18:56:47.980 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:47.980 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 21 18:56:47.980 INFO kablam! Oct 21 18:56:47.980 INFO kablam! warning: unused variable: `site_directory` Oct 21 18:56:47.980 INFO kablam! --> src/initializer.rs:3:13 Oct 21 18:56:47.980 INFO kablam! | Oct 21 18:56:47.980 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 21 18:56:47.980 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 21 18:56:47.980 INFO kablam! Oct 21 18:56:48.320 INFO kablam! warning: function is never used: `load_templates` Oct 21 18:56:48.320 INFO kablam! --> src/builder.rs:30:1 Oct 21 18:56:48.320 INFO kablam! | Oct 21 18:56:48.320 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 21 18:56:48.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:48.320 INFO kablam! | Oct 21 18:56:48.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:56:48.320 INFO kablam! Oct 21 18:56:48.320 INFO kablam! warning: method is never used: `value` Oct 21 18:56:48.320 INFO kablam! --> src/validated_types.rs:14:5 Oct 21 18:56:48.320 INFO kablam! | Oct 21 18:56:48.320 INFO kablam! 14 | pub fn value(&self) -> String { Oct 21 18:56:48.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:48.320 INFO kablam! Oct 21 18:56:50.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.32s Oct 21 18:56:50.537 INFO kablam! su: No module specific data is present Oct 21 18:56:51.177 INFO running `"docker" "rm" "-f" "c847937c582513873742a28eb19dec0b8c2657d929bc63d24b599355d905937c"` Oct 21 18:56:51.482 INFO blam! c847937c582513873742a28eb19dec0b8c2657d929bc63d24b599355d905937c