Oct 11 01:20:03.740 INFO testing chriskrycho/lightning-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:20:03.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:20:03.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:20:03.964 INFO blam! 6ffefd109134cbba6bd4c494f322420ac99f6913fabdc21c4053f9babb7e996e Oct 11 01:20:03.968 INFO running `"docker" "start" "-a" "6ffefd109134cbba6bd4c494f322420ac99f6913fabdc21c4053f9babb7e996e"` Oct 11 01:20:04.417 INFO kablam! usermod: no changes Oct 11 01:20:04.450 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:20:04.451 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:20:04.451 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:20:04.451 INFO kablam! files will be included as a binary target: Oct 11 01:20:04.451 INFO kablam! Oct 11 01:20:04.452 INFO kablam! * /source/src/main.rs Oct 11 01:20:04.452 INFO kablam! Oct 11 01:20:04.452 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:20:04.452 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:20:04.452 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:20:04.452 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:20:04.452 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:20:04.452 INFO kablam! Oct 11 01:20:04.452 INFO kablam! For more information on this warning you can consult Oct 11 01:20:04.452 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:20:04.452 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 11 01:20:04.452 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:20:04.555 INFO kablam! Compiling plist v0.0.14 Oct 11 01:20:04.556 INFO kablam! Compiling serde v0.8.20 Oct 11 01:20:04.556 INFO kablam! Compiling cmake v0.1.20 Oct 11 01:20:04.556 INFO kablam! Compiling miniz-sys v0.1.7 Oct 11 01:20:04.557 INFO kablam! Compiling xml-rs v0.3.5 Oct 11 01:20:04.557 INFO kablam! Compiling quick-xml v0.4.2 Oct 11 01:20:04.557 INFO kablam! Compiling pandoc v0.5.0 Oct 11 01:20:04.557 INFO kablam! Compiling clap v2.19.2 Oct 11 01:20:05.976 INFO kablam! Compiling chrono v0.2.25 Oct 11 01:20:09.788 INFO kablam! Compiling onig_sys v61.1.0 Oct 11 01:20:12.404 INFO kablam! Compiling flate2 v0.2.14 Oct 11 01:20:15.536 INFO kablam! Compiling bincode v0.6.0 Oct 11 01:20:32.545 INFO kablam! Compiling onig v1.2.0 Oct 11 01:20:34.796 INFO kablam! Compiling syntect v1.0.2 Oct 11 01:20:41.901 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 11 01:20:44.393 INFO kablam! warning: unused variable: `site_directory` Oct 11 01:20:44.393 INFO kablam! --> src/builder.rs:30:19 Oct 11 01:20:44.393 INFO kablam! | Oct 11 01:20:44.393 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:44.393 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 11 01:20:44.393 INFO kablam! | Oct 11 01:20:44.393 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:20:44.393 INFO kablam! Oct 11 01:20:44.393 INFO kablam! warning: unused variable: `config` Oct 11 01:20:44.393 INFO kablam! --> src/builder.rs:30:45 Oct 11 01:20:44.393 INFO kablam! | Oct 11 01:20:44.393 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:44.393 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:20:44.394 INFO kablam! Oct 11 01:20:44.394 INFO kablam! warning: unused variable: `site_directory` Oct 11 01:20:44.394 INFO kablam! --> src/initializer.rs:3:13 Oct 11 01:20:44.394 INFO kablam! | Oct 11 01:20:44.394 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 11 01:20:44.394 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 11 01:20:44.394 INFO kablam! Oct 11 01:20:44.480 INFO kablam! warning: function is never used: `load_templates` Oct 11 01:20:44.480 INFO kablam! --> src/builder.rs:30:1 Oct 11 01:20:44.480 INFO kablam! | Oct 11 01:20:44.480 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:44.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:20:44.480 INFO kablam! | Oct 11 01:20:44.480 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:20:44.480 INFO kablam! Oct 11 01:20:44.480 INFO kablam! warning: method is never used: `value` Oct 11 01:20:44.480 INFO kablam! --> src/validated_types.rs:14:5 Oct 11 01:20:44.480 INFO kablam! | Oct 11 01:20:44.480 INFO kablam! 14 | pub fn value(&self) -> String { Oct 11 01:20:44.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:20:44.480 INFO kablam! Oct 11 01:20:51.937 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.50s Oct 11 01:20:51.947 INFO kablam! su: No module specific data is present Oct 11 01:20:52.560 INFO running `"docker" "rm" "-f" "6ffefd109134cbba6bd4c494f322420ac99f6913fabdc21c4053f9babb7e996e"` Oct 11 01:20:52.850 INFO blam! 6ffefd109134cbba6bd4c494f322420ac99f6913fabdc21c4053f9babb7e996e Oct 11 01:20:52.856 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:20:52.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:20:53.317 INFO blam! 884e9aae4b7ef0d8197b123ffad78ba3ca9f8163ff0a32401010587a218c9abf Oct 11 01:20:53.319 INFO running `"docker" "start" "-a" "884e9aae4b7ef0d8197b123ffad78ba3ca9f8163ff0a32401010587a218c9abf"` Oct 11 01:20:54.366 INFO kablam! usermod: no changes Oct 11 01:20:54.383 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:20:54.383 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:20:54.383 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:20:54.384 INFO kablam! files will be included as a binary target: Oct 11 01:20:54.384 INFO kablam! Oct 11 01:20:54.384 INFO kablam! * /source/src/main.rs Oct 11 01:20:54.384 INFO kablam! Oct 11 01:20:54.385 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:20:54.385 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:20:54.385 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:20:54.385 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:20:54.386 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:20:54.386 INFO kablam! Oct 11 01:20:54.386 INFO kablam! For more information on this warning you can consult Oct 11 01:20:54.386 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:20:54.387 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 11 01:20:54.387 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:20:54.449 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 11 01:20:57.512 INFO kablam! warning: unused variable: `site_directory` Oct 11 01:20:57.513 INFO kablam! --> src/builder.rs:30:19 Oct 11 01:20:57.513 INFO kablam! | Oct 11 01:20:57.513 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:57.514 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 11 01:20:57.514 INFO kablam! | Oct 11 01:20:57.514 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:20:57.514 INFO kablam! Oct 11 01:20:57.515 INFO kablam! warning: unused variable: `config` Oct 11 01:20:57.515 INFO kablam! --> src/builder.rs:30:45 Oct 11 01:20:57.515 INFO kablam! | Oct 11 01:20:57.516 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:57.516 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:20:57.516 INFO kablam! Oct 11 01:20:57.516 INFO kablam! warning: unused variable: `site_directory` Oct 11 01:20:57.517 INFO kablam! --> src/initializer.rs:3:13 Oct 11 01:20:57.517 INFO kablam! | Oct 11 01:20:57.517 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 11 01:20:57.517 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 11 01:20:57.517 INFO kablam! Oct 11 01:20:57.628 INFO kablam! warning: function is never used: `load_templates` Oct 11 01:20:57.629 INFO kablam! --> src/builder.rs:30:1 Oct 11 01:20:57.629 INFO kablam! | Oct 11 01:20:57.629 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 11 01:20:57.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:20:57.630 INFO kablam! | Oct 11 01:20:57.630 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:20:57.630 INFO kablam! Oct 11 01:20:57.631 INFO kablam! warning: method is never used: `value` Oct 11 01:20:57.631 INFO kablam! --> src/validated_types.rs:14:5 Oct 11 01:20:57.631 INFO kablam! | Oct 11 01:20:57.632 INFO kablam! 14 | pub fn value(&self) -> String { Oct 11 01:20:57.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:20:57.632 INFO kablam! Oct 11 01:20:59.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.84s Oct 11 01:20:59.224 INFO kablam! su: No module specific data is present Oct 11 01:21:00.009 INFO running `"docker" "rm" "-f" "884e9aae4b7ef0d8197b123ffad78ba3ca9f8163ff0a32401010587a218c9abf"` Oct 11 01:21:00.320 INFO blam! 884e9aae4b7ef0d8197b123ffad78ba3ca9f8163ff0a32401010587a218c9abf Oct 11 01:21:00.326 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:21:00.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:21:00.732 INFO blam! 3d644f7800cf4f894e3394d1d06c94cdf4ddf300ca407117d06a63729e2d22d8 Oct 11 01:21:00.733 INFO running `"docker" "start" "-a" "3d644f7800cf4f894e3394d1d06c94cdf4ddf300ca407117d06a63729e2d22d8"` Oct 11 01:21:01.952 INFO kablam! usermod: no changes Oct 11 01:21:02.016 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:21:02.016 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:21:02.016 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:21:02.016 INFO kablam! files will be included as a binary target: Oct 11 01:21:02.016 INFO kablam! Oct 11 01:21:02.016 INFO kablam! * /source/src/main.rs Oct 11 01:21:02.016 INFO kablam! Oct 11 01:21:02.016 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:21:02.016 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:21:02.016 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:21:02.016 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:21:02.016 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:21:02.016 INFO kablam! Oct 11 01:21:02.016 INFO kablam! For more information on this warning you can consult Oct 11 01:21:02.016 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:21:02.016 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 11 01:21:02.016 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:21:02.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 01:21:02.112 INFO kablam! Running /target/debug/deps/lightning-176b0f3dd9faaa1e Oct 11 01:21:02.114 INFO blam! Oct 11 01:21:02.114 INFO blam! running 4 tests Oct 11 01:21:02.115 INFO blam! test config::parses_site_info ... ok Oct 11 01:21:02.118 INFO blam! test config::parses_valid_taxonomies ... ok Oct 11 01:21:02.118 INFO blam! test syntax_highlighting::tests::parse_state ... ok Oct 11 01:21:02.118 INFO blam! test config::parses_site_info_with_empty_metadata ... ok Oct 11 01:21:02.118 INFO blam! Oct 11 01:21:02.118 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:21:02.118 INFO blam! Oct 11 01:21:02.136 INFO blam! Oct 11 01:21:02.136 INFO kablam! Running /target/debug/deps/lx-8e3e34bb465c62d1 Oct 11 01:21:02.136 INFO blam! running 0 tests Oct 11 01:21:02.136 INFO kablam! Doc-tests lightning Oct 11 01:21:02.136 INFO blam! Oct 11 01:21:02.136 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:21:02.136 INFO blam! Oct 11 01:21:06.384 INFO blam! Oct 11 01:21:06.384 INFO kablam! su: No module specific data is present Oct 11 01:21:06.384 INFO blam! running 0 tests Oct 11 01:21:06.384 INFO blam! Oct 11 01:21:06.384 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:21:06.384 INFO blam! Oct 11 01:21:07.058 INFO running `"docker" "rm" "-f" "3d644f7800cf4f894e3394d1d06c94cdf4ddf300ca407117d06a63729e2d22d8"` Oct 11 01:21:07.360 INFO blam! 3d644f7800cf4f894e3394d1d06c94cdf4ddf300ca407117d06a63729e2d22d8