Oct 27 06:48:15.756 INFO checking chriskrycho/lightning-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:48:15.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 06:48:16.263 INFO blam! db47476a46038508152fa3215826feae549454b5837b6553d81d97ecbf90cf48 Oct 27 06:48:16.290 INFO running `"docker" "start" "-a" "db47476a46038508152fa3215826feae549454b5837b6553d81d97ecbf90cf48"` Oct 27 06:48:17.452 INFO kablam! usermod: no changes Oct 27 06:48:17.507 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 06:48:17.507 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 06:48:17.507 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 06:48:17.507 INFO kablam! files will be included as a binary target: Oct 27 06:48:17.507 INFO kablam! Oct 27 06:48:17.507 INFO kablam! * /source/src/main.rs Oct 27 06:48:17.507 INFO kablam! Oct 27 06:48:17.507 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 06:48:17.507 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 06:48:17.507 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 06:48:17.507 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 06:48:17.507 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 06:48:17.507 INFO kablam! Oct 27 06:48:17.507 INFO kablam! For more information on this warning you can consult Oct 27 06:48:17.507 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 06:48:17.507 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 27 06:48:17.507 INFO kablam! please set bin.path in Cargo.toml Oct 27 06:48:17.668 INFO kablam! Compiling plist v0.0.14 Oct 27 06:48:17.683 INFO kablam! Compiling cmake v0.1.20 Oct 27 06:48:17.691 INFO kablam! Checking xml-rs v0.3.5 Oct 27 06:48:17.691 INFO kablam! Checking bincode v0.6.0 Oct 27 06:48:17.691 INFO kablam! Checking quick-xml v0.4.2 Oct 27 06:48:17.691 INFO kablam! Checking pandoc v0.5.0 Oct 27 06:48:17.735 INFO kablam! Checking clap v2.19.2 Oct 27 06:48:22.831 INFO kablam! Compiling onig_sys v61.1.0 Oct 27 06:48:39.359 INFO kablam! Checking onig v1.2.0 Oct 27 06:48:40.803 INFO kablam! Checking syntect v1.0.2 Oct 27 06:48:43.322 INFO kablam! Checking lightning v0.1.0 (/source) Oct 27 06:48:46.401 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:46.402 INFO kablam! --> src/builder.rs:30:19 Oct 27 06:48:46.402 INFO kablam! | Oct 27 06:48:46.402 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:46.403 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:46.403 INFO kablam! | Oct 27 06:48:46.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:48:46.404 INFO kablam! Oct 27 06:48:46.404 INFO kablam! warning: unused variable: `config` Oct 27 06:48:46.404 INFO kablam! --> src/builder.rs:30:45 Oct 27 06:48:46.404 INFO kablam! | Oct 27 06:48:46.404 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:46.404 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 27 06:48:46.404 INFO kablam! Oct 27 06:48:46.404 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:46.404 INFO kablam! --> src/initializer.rs:3:13 Oct 27 06:48:46.404 INFO kablam! | Oct 27 06:48:46.404 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 27 06:48:46.404 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:46.404 INFO kablam! Oct 27 06:48:46.575 INFO kablam! warning: function is never used: `load_templates` Oct 27 06:48:46.576 INFO kablam! --> src/builder.rs:30:1 Oct 27 06:48:46.576 INFO kablam! | Oct 27 06:48:46.577 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:46.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:46.578 INFO kablam! | Oct 27 06:48:46.579 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:48:46.579 INFO kablam! Oct 27 06:48:46.580 INFO kablam! warning: method is never used: `value` Oct 27 06:48:46.580 INFO kablam! --> src/validated_types.rs:14:5 Oct 27 06:48:46.581 INFO kablam! | Oct 27 06:48:46.582 INFO kablam! 14 | pub fn value(&self) -> String { Oct 27 06:48:46.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:46.582 INFO kablam! Oct 27 06:48:47.063 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.063 INFO kablam! --> src/builder.rs:30:19 Oct 27 06:48:47.064 INFO kablam! | Oct 27 06:48:47.064 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.064 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.064 INFO kablam! | Oct 27 06:48:47.064 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:48:47.064 INFO kablam! Oct 27 06:48:47.066 INFO kablam! warning: unused variable: `config` Oct 27 06:48:47.066 INFO kablam! --> src/builder.rs:30:45 Oct 27 06:48:47.066 INFO kablam! | Oct 27 06:48:47.066 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.066 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 27 06:48:47.066 INFO kablam! Oct 27 06:48:47.066 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.066 INFO kablam! --> src/initializer.rs:3:13 Oct 27 06:48:47.066 INFO kablam! | Oct 27 06:48:47.066 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 27 06:48:47.066 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.066 INFO kablam! Oct 27 06:48:47.468 INFO kablam! warning: function is never used: `load_templates` Oct 27 06:48:47.468 INFO kablam! --> src/builder.rs:30:1 Oct 27 06:48:47.468 INFO kablam! | Oct 27 06:48:47.468 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.468 INFO kablam! | Oct 27 06:48:47.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:48:47.468 INFO kablam! Oct 27 06:48:47.468 INFO kablam! warning: method is never used: `value` Oct 27 06:48:47.469 INFO kablam! --> src/validated_types.rs:14:5 Oct 27 06:48:47.469 INFO kablam! | Oct 27 06:48:47.469 INFO kablam! 14 | pub fn value(&self) -> String { Oct 27 06:48:47.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.469 INFO kablam! Oct 27 06:48:50.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.85s Oct 27 06:48:50.367 INFO kablam! su: No module specific data is present Oct 27 06:48:51.659 INFO running `"docker" "rm" "-f" "db47476a46038508152fa3215826feae549454b5837b6553d81d97ecbf90cf48"` Oct 27 06:48:52.039 INFO blam! db47476a46038508152fa3215826feae549454b5837b6553d81d97ecbf90cf48