Oct 15 00:54:53.618 INFO testing chriskrycho/lightning-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:54:53.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 00:54:54.130 INFO blam! 646abb27ec7dd59288a2a4559c99572bffca51b17d5f3e18846dafe90e0c56f5 Oct 15 00:54:54.130 INFO running `"docker" "start" "-a" "646abb27ec7dd59288a2a4559c99572bffca51b17d5f3e18846dafe90e0c56f5"` Oct 15 00:54:55.471 INFO kablam! usermod: no changes Oct 15 00:54:55.539 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:54:55.539 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:54:55.539 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:54:55.539 INFO kablam! files will be included as a binary target: Oct 15 00:54:55.539 INFO kablam! Oct 15 00:54:55.539 INFO kablam! * /source/src/main.rs Oct 15 00:54:55.539 INFO kablam! Oct 15 00:54:55.539 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:54:55.539 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:54:55.539 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:54:55.539 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:54:55.539 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:54:55.539 INFO kablam! Oct 15 00:54:55.539 INFO kablam! For more information on this warning you can consult Oct 15 00:54:55.539 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:54:55.539 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:54:55.539 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:54:55.715 INFO kablam! Compiling plist v0.0.14 Oct 15 00:54:55.715 INFO kablam! Compiling serde v0.8.20 Oct 15 00:54:55.727 INFO kablam! Compiling cmake v0.1.20 Oct 15 00:54:55.727 INFO kablam! Compiling miniz-sys v0.1.7 Oct 15 00:54:55.727 INFO kablam! Compiling xml-rs v0.3.5 Oct 15 00:54:55.727 INFO kablam! Compiling quick-xml v0.4.2 Oct 15 00:54:55.727 INFO kablam! Compiling pandoc v0.5.0 Oct 15 00:54:55.735 INFO kablam! Compiling clap v2.19.2 Oct 15 00:55:02.013 INFO kablam! Compiling onig_sys v61.1.0 Oct 15 00:55:07.531 INFO kablam! Compiling flate2 v0.2.14 Oct 15 00:55:23.487 INFO kablam! Compiling bincode v0.6.0 Oct 15 00:55:24.683 INFO kablam! Compiling onig v1.2.0 Oct 15 00:55:29.143 INFO kablam! Compiling syntect v1.0.2 Oct 15 00:55:45.881 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 15 00:55:47.164 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:47.165 INFO kablam! --> src/builder.rs:30:19 Oct 15 00:55:47.165 INFO kablam! | Oct 15 00:55:47.165 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:47.165 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:47.166 INFO kablam! | Oct 15 00:55:47.166 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:55:47.166 INFO kablam! Oct 15 00:55:47.167 INFO kablam! warning: unused variable: `config` Oct 15 00:55:47.167 INFO kablam! --> src/builder.rs:30:45 Oct 15 00:55:47.167 INFO kablam! | Oct 15 00:55:47.167 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:47.168 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 00:55:47.168 INFO kablam! Oct 15 00:55:47.168 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:47.169 INFO kablam! --> src/initializer.rs:3:13 Oct 15 00:55:47.169 INFO kablam! | Oct 15 00:55:47.169 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 15 00:55:47.170 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:47.170 INFO kablam! Oct 15 00:55:47.258 INFO kablam! warning: function is never used: `load_templates` Oct 15 00:55:47.259 INFO kablam! --> src/builder.rs:30:1 Oct 15 00:55:47.259 INFO kablam! | Oct 15 00:55:47.259 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:47.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:47.260 INFO kablam! | Oct 15 00:55:47.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:55:47.261 INFO kablam! Oct 15 00:55:47.261 INFO kablam! warning: method is never used: `value` Oct 15 00:55:47.261 INFO kablam! --> src/validated_types.rs:14:5 Oct 15 00:55:47.261 INFO kablam! | Oct 15 00:55:47.262 INFO kablam! 14 | pub fn value(&self) -> String { Oct 15 00:55:47.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:47.262 INFO kablam! Oct 15 00:55:52.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.15s Oct 15 00:55:52.667 INFO kablam! su: No module specific data is present Oct 15 00:55:53.671 INFO running `"docker" "rm" "-f" "646abb27ec7dd59288a2a4559c99572bffca51b17d5f3e18846dafe90e0c56f5"` Oct 15 00:55:53.921 INFO blam! 646abb27ec7dd59288a2a4559c99572bffca51b17d5f3e18846dafe90e0c56f5 Oct 15 00:55:53.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 00:55:54.339 INFO blam! aeb5ac16207e01c0fc3f908e4f2464e0960d80a0d73bed49eb32541e1b8f76c6 Oct 15 00:55:54.347 INFO running `"docker" "start" "-a" "aeb5ac16207e01c0fc3f908e4f2464e0960d80a0d73bed49eb32541e1b8f76c6"` Oct 15 00:55:55.409 INFO kablam! usermod: no changes Oct 15 00:55:55.459 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:55:55.459 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:55:55.459 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:55:55.459 INFO kablam! files will be included as a binary target: Oct 15 00:55:55.459 INFO kablam! Oct 15 00:55:55.459 INFO kablam! * /source/src/main.rs Oct 15 00:55:55.459 INFO kablam! Oct 15 00:55:55.459 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:55:55.459 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:55:55.459 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:55:55.459 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:55:55.459 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:55:55.459 INFO kablam! Oct 15 00:55:55.459 INFO kablam! For more information on this warning you can consult Oct 15 00:55:55.459 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:55:55.459 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:55:55.459 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:55:55.591 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 15 00:55:57.219 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:57.219 INFO kablam! --> src/builder.rs:30:19 Oct 15 00:55:57.220 INFO kablam! | Oct 15 00:55:57.220 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:57.220 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:57.221 INFO kablam! | Oct 15 00:55:57.221 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:55:57.221 INFO kablam! Oct 15 00:55:57.222 INFO kablam! warning: unused variable: `config` Oct 15 00:55:57.222 INFO kablam! --> src/builder.rs:30:45 Oct 15 00:55:57.222 INFO kablam! | Oct 15 00:55:57.223 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:57.223 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 00:55:57.223 INFO kablam! Oct 15 00:55:57.223 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:57.224 INFO kablam! --> src/initializer.rs:3:13 Oct 15 00:55:57.224 INFO kablam! | Oct 15 00:55:57.224 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 15 00:55:57.225 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:57.225 INFO kablam! Oct 15 00:55:57.347 INFO kablam! warning: function is never used: `load_templates` Oct 15 00:55:57.347 INFO kablam! --> src/builder.rs:30:1 Oct 15 00:55:57.348 INFO kablam! | Oct 15 00:55:57.348 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:57.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:57.349 INFO kablam! | Oct 15 00:55:57.349 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:55:57.349 INFO kablam! Oct 15 00:55:57.349 INFO kablam! warning: method is never used: `value` Oct 15 00:55:57.350 INFO kablam! --> src/validated_types.rs:14:5 Oct 15 00:55:57.350 INFO kablam! | Oct 15 00:55:57.350 INFO kablam! 14 | pub fn value(&self) -> String { Oct 15 00:55:57.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:57.351 INFO kablam! Oct 15 00:55:59.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.62s Oct 15 00:55:59.071 INFO kablam! su: No module specific data is present Oct 15 00:55:59.643 INFO running `"docker" "rm" "-f" "aeb5ac16207e01c0fc3f908e4f2464e0960d80a0d73bed49eb32541e1b8f76c6"` Oct 15 00:55:59.918 INFO blam! aeb5ac16207e01c0fc3f908e4f2464e0960d80a0d73bed49eb32541e1b8f76c6 Oct 15 00:55:59.925 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 00:56:00.447 INFO blam! 7cd8947f037356d69ad913203beb13d4f02d9ad471c2f7abf97d97b25a0119b3 Oct 15 00:56:00.450 INFO running `"docker" "start" "-a" "7cd8947f037356d69ad913203beb13d4f02d9ad471c2f7abf97d97b25a0119b3"` Oct 15 00:56:01.463 INFO kablam! usermod: no changes Oct 15 00:56:01.495 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:56:01.495 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:56:01.495 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:56:01.495 INFO kablam! files will be included as a binary target: Oct 15 00:56:01.495 INFO kablam! Oct 15 00:56:01.495 INFO kablam! * /source/src/main.rs Oct 15 00:56:01.495 INFO kablam! Oct 15 00:56:01.495 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:56:01.495 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:56:01.495 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:56:01.495 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:56:01.495 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:56:01.495 INFO kablam! Oct 15 00:56:01.495 INFO kablam! For more information on this warning you can consult Oct 15 00:56:01.495 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:56:01.495 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:56:01.495 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:56:01.565 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 00:56:01.578 INFO kablam! Running /target/debug/deps/lightning-302d484c290ec45f Oct 15 00:56:01.588 INFO blam! Oct 15 00:56:01.588 INFO blam! running 4 tests Oct 15 00:56:01.588 INFO blam! test config::parses_site_info_with_empty_metadata ... ok Oct 15 00:56:01.588 INFO blam! test config::parses_site_info ... ok Oct 15 00:56:01.591 INFO blam! test syntax_highlighting::tests::parse_state ... ok Oct 15 00:56:01.591 INFO blam! test config::parses_valid_taxonomies ... ok Oct 15 00:56:01.591 INFO blam! Oct 15 00:56:01.591 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:01.591 INFO blam! Oct 15 00:56:01.599 INFO kablam! Running /target/debug/deps/lx-993afa1890e88978 Oct 15 00:56:01.607 INFO blam! Oct 15 00:56:01.607 INFO blam! running 0 tests Oct 15 00:56:01.607 INFO blam! Oct 15 00:56:01.607 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:01.607 INFO blam! Oct 15 00:56:01.607 INFO kablam! Doc-tests lightning Oct 15 00:56:03.271 INFO blam! Oct 15 00:56:03.272 INFO blam! running 0 tests Oct 15 00:56:03.272 INFO blam! Oct 15 00:56:03.272 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:03.273 INFO blam! Oct 15 00:56:03.284 INFO kablam! su: No module specific data is present Oct 15 00:56:04.377 INFO running `"docker" "rm" "-f" "7cd8947f037356d69ad913203beb13d4f02d9ad471c2f7abf97d97b25a0119b3"` Oct 15 00:56:04.647 INFO blam! 7cd8947f037356d69ad913203beb13d4f02d9ad471c2f7abf97d97b25a0119b3