Oct 27 06:48:16.335 INFO checking chriskrycho/lightning-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:48:16.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 06:48:16.805 INFO blam! 8b14a8f5be6ee10ad3e75b5948d950af8cd2c80c26e86f162ddd937937f97c7d Oct 27 06:48:16.807 INFO running `"docker" "start" "-a" "8b14a8f5be6ee10ad3e75b5948d950af8cd2c80c26e86f162ddd937937f97c7d"` Oct 27 06:48:18.206 INFO kablam! usermod: no changes Oct 27 06:48:18.302 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 06:48:18.311 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 06:48:18.311 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 06:48:18.311 INFO kablam! files will be included as a binary target: Oct 27 06:48:18.311 INFO kablam! Oct 27 06:48:18.311 INFO kablam! * /source/src/main.rs Oct 27 06:48:18.311 INFO kablam! Oct 27 06:48:18.311 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 06:48:18.311 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 06:48:18.311 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 06:48:18.311 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 06:48:18.311 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 06:48:18.311 INFO kablam! Oct 27 06:48:18.311 INFO kablam! For more information on this warning you can consult Oct 27 06:48:18.311 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 06:48:18.311 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 27 06:48:18.311 INFO kablam! please set bin.path in Cargo.toml Oct 27 06:48:18.448 INFO kablam! Compiling plist v0.0.14 Oct 27 06:48:18.453 INFO kablam! Checking itertools v0.4.19 Oct 27 06:48:18.458 INFO kablam! Compiling cmake v0.1.20 Oct 27 06:48:18.459 INFO kablam! Checking xml-rs v0.3.5 Oct 27 06:48:18.459 INFO kablam! Checking bincode v0.6.0 Oct 27 06:48:18.459 INFO kablam! Checking quick-xml v0.4.2 Oct 27 06:48:18.475 INFO kablam! Checking clap v2.19.2 Oct 27 06:48:23.924 INFO kablam! Compiling onig_sys v61.1.0 Oct 27 06:48:28.035 INFO kablam! Checking pandoc v0.5.0 Oct 27 06:48:40.511 INFO kablam! Checking onig v1.2.0 Oct 27 06:48:41.831 INFO kablam! Checking syntect v1.0.2 Oct 27 06:48:44.403 INFO kablam! Checking lightning v0.1.0 (/source) Oct 27 06:48:47.391 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.392 INFO kablam! --> src/builder.rs:30:19 Oct 27 06:48:47.392 INFO kablam! | Oct 27 06:48:47.392 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.392 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.392 INFO kablam! | Oct 27 06:48:47.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:48:47.392 INFO kablam! Oct 27 06:48:47.392 INFO kablam! warning: unused variable: `config` Oct 27 06:48:47.392 INFO kablam! --> src/builder.rs:30:45 Oct 27 06:48:47.392 INFO kablam! | Oct 27 06:48:47.392 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.392 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 27 06:48:47.392 INFO kablam! Oct 27 06:48:47.392 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.392 INFO kablam! --> src/initializer.rs:3:13 Oct 27 06:48:47.392 INFO kablam! | Oct 27 06:48:47.392 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 27 06:48:47.392 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.392 INFO kablam! Oct 27 06:48:47.543 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.543 INFO kablam! --> src/builder.rs:30:19 Oct 27 06:48:47.543 INFO kablam! | Oct 27 06:48:47.544 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.544 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.544 INFO kablam! | Oct 27 06:48:47.545 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:48:47.545 INFO kablam! Oct 27 06:48:47.545 INFO kablam! warning: unused variable: `config` Oct 27 06:48:47.545 INFO kablam! --> src/builder.rs:30:45 Oct 27 06:48:47.545 INFO kablam! | Oct 27 06:48:47.545 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.545 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 27 06:48:47.545 INFO kablam! Oct 27 06:48:47.545 INFO kablam! warning: unused variable: `site_directory` Oct 27 06:48:47.545 INFO kablam! --> src/initializer.rs:3:13 Oct 27 06:48:47.545 INFO kablam! | Oct 27 06:48:47.545 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 27 06:48:47.545 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 27 06:48:47.545 INFO kablam! Oct 27 06:48:47.583 INFO kablam! warning: function is never used: `load_templates` Oct 27 06:48:47.583 INFO kablam! --> src/builder.rs:30:1 Oct 27 06:48:47.583 INFO kablam! | Oct 27 06:48:47.583 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.583 INFO kablam! | Oct 27 06:48:47.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:48:47.583 INFO kablam! Oct 27 06:48:47.583 INFO kablam! warning: method is never used: `value` Oct 27 06:48:47.583 INFO kablam! --> src/validated_types.rs:14:5 Oct 27 06:48:47.583 INFO kablam! | Oct 27 06:48:47.583 INFO kablam! 14 | pub fn value(&self) -> String { Oct 27 06:48:47.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.583 INFO kablam! Oct 27 06:48:47.927 INFO kablam! warning: function is never used: `load_templates` Oct 27 06:48:47.928 INFO kablam! --> src/builder.rs:30:1 Oct 27 06:48:47.928 INFO kablam! | Oct 27 06:48:47.929 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 27 06:48:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.930 INFO kablam! | Oct 27 06:48:47.931 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:48:47.931 INFO kablam! Oct 27 06:48:47.932 INFO kablam! warning: method is never used: `value` Oct 27 06:48:47.933 INFO kablam! --> src/validated_types.rs:14:5 Oct 27 06:48:47.933 INFO kablam! | Oct 27 06:48:47.934 INFO kablam! 14 | pub fn value(&self) -> String { Oct 27 06:48:47.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:48:47.935 INFO kablam! Oct 27 06:48:50.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.51s Oct 27 06:48:50.771 INFO kablam! su: No module specific data is present Oct 27 06:48:51.779 INFO running `"docker" "rm" "-f" "8b14a8f5be6ee10ad3e75b5948d950af8cd2c80c26e86f162ddd937937f97c7d"` Oct 27 06:48:52.155 INFO blam! 8b14a8f5be6ee10ad3e75b5948d950af8cd2c80c26e86f162ddd937937f97c7d