Oct 15 00:54:54.177 INFO testing chriskrycho/lightning-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:54:54.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.588 INFO blam! f8f7e869985e677b19c77fc938e992ffe019b2bbd6158eaccff741cfe88fb914 Oct 15 00:54:54.591 INFO running `"docker" "start" "-a" "f8f7e869985e677b19c77fc938e992ffe019b2bbd6158eaccff741cfe88fb914"` Oct 15 00:54:56.174 INFO kablam! usermod: no changes Oct 15 00:54:56.227 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:54:56.227 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:54:56.227 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:54:56.227 INFO kablam! files will be included as a binary target: Oct 15 00:54:56.227 INFO kablam! Oct 15 00:54:56.227 INFO kablam! * /source/src/main.rs Oct 15 00:54:56.227 INFO kablam! Oct 15 00:54:56.227 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:54:56.227 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:54:56.227 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:54:56.227 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:54:56.227 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:54:56.227 INFO kablam! Oct 15 00:54:56.227 INFO kablam! For more information on this warning you can consult Oct 15 00:54:56.227 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:54:56.227 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:54:56.227 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:54:56.367 INFO kablam! Compiling gcc v0.3.40 Oct 15 00:54:56.367 INFO kablam! Compiling plist v0.0.14 Oct 15 00:54:56.368 INFO kablam! Compiling serde v0.7.15 Oct 15 00:54:56.368 INFO kablam! Compiling serde v0.8.20 Oct 15 00:54:56.383 INFO kablam! Compiling xml-rs v0.3.5 Oct 15 00:54:56.383 INFO kablam! Compiling pandoc v0.5.0 Oct 15 00:54:56.383 INFO kablam! Compiling quick-xml v0.4.2 Oct 15 00:54:56.383 INFO kablam! Compiling clap v2.19.2 Oct 15 00:55:10.735 INFO kablam! Compiling cmake v0.1.20 Oct 15 00:55:11.220 INFO kablam! Compiling miniz-sys v0.1.7 Oct 15 00:55:14.723 INFO kablam! Compiling onig_sys v61.1.0 Oct 15 00:55:15.987 INFO kablam! Compiling flate2 v0.2.14 Oct 15 00:55:30.419 INFO kablam! Compiling bincode v0.6.0 Oct 15 00:55:39.667 INFO kablam! Compiling onig v1.2.0 Oct 15 00:55:45.305 INFO kablam! Compiling syntect v1.0.2 Oct 15 00:55:52.747 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 15 00:55:53.975 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:53.976 INFO kablam! --> src/builder.rs:30:19 Oct 15 00:55:53.976 INFO kablam! | Oct 15 00:55:53.976 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:53.976 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:53.977 INFO kablam! | Oct 15 00:55:53.977 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:55:53.977 INFO kablam! Oct 15 00:55:53.977 INFO kablam! warning: unused variable: `config` Oct 15 00:55:53.977 INFO kablam! --> src/builder.rs:30:45 Oct 15 00:55:53.977 INFO kablam! | Oct 15 00:55:53.977 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:53.977 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 00:55:53.977 INFO kablam! Oct 15 00:55:53.982 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:55:53.982 INFO kablam! --> src/initializer.rs:3:13 Oct 15 00:55:53.982 INFO kablam! | Oct 15 00:55:53.982 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 15 00:55:53.982 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:55:53.982 INFO kablam! Oct 15 00:55:54.059 INFO kablam! warning: function is never used: `load_templates` Oct 15 00:55:54.059 INFO kablam! --> src/builder.rs:30:1 Oct 15 00:55:54.059 INFO kablam! | Oct 15 00:55:54.059 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:55:54.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:54.059 INFO kablam! | Oct 15 00:55:54.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:55:54.059 INFO kablam! Oct 15 00:55:54.059 INFO kablam! warning: method is never used: `value` Oct 15 00:55:54.059 INFO kablam! --> src/validated_types.rs:14:5 Oct 15 00:55:54.059 INFO kablam! | Oct 15 00:55:54.059 INFO kablam! 14 | pub fn value(&self) -> String { Oct 15 00:55:54.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:55:54.059 INFO kablam! Oct 15 00:55:59.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 00:55:59.381 INFO kablam! su: No module specific data is present Oct 15 00:55:59.819 INFO running `"docker" "rm" "-f" "f8f7e869985e677b19c77fc938e992ffe019b2bbd6158eaccff741cfe88fb914"` Oct 15 00:56:00.055 INFO blam! f8f7e869985e677b19c77fc938e992ffe019b2bbd6158eaccff741cfe88fb914 Oct 15 00:56:00.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:56:00.519 INFO blam! 57771fb2a2e618e5464cf6e38960302e6f84e9564e64d8bb175235b22716780e Oct 15 00:56:00.523 INFO running `"docker" "start" "-a" "57771fb2a2e618e5464cf6e38960302e6f84e9564e64d8bb175235b22716780e"` Oct 15 00:56:01.487 INFO kablam! usermod: no changes Oct 15 00:56:01.539 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:56:01.539 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:56:01.539 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:56:01.539 INFO kablam! files will be included as a binary target: Oct 15 00:56:01.539 INFO kablam! Oct 15 00:56:01.539 INFO kablam! * /source/src/main.rs Oct 15 00:56:01.539 INFO kablam! Oct 15 00:56:01.539 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:56:01.539 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:56:01.539 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:56:01.539 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:56:01.539 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:56:01.539 INFO kablam! Oct 15 00:56:01.539 INFO kablam! For more information on this warning you can consult Oct 15 00:56:01.539 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:56:01.539 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:56:01.539 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:56:01.630 INFO kablam! Compiling lightning v0.1.0 (/source) Oct 15 00:56:03.651 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:56:03.651 INFO kablam! --> src/builder.rs:30:19 Oct 15 00:56:03.651 INFO kablam! | Oct 15 00:56:03.651 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:56:03.651 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:56:03.651 INFO kablam! | Oct 15 00:56:03.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:56:03.651 INFO kablam! Oct 15 00:56:03.651 INFO kablam! warning: unused variable: `config` Oct 15 00:56:03.651 INFO kablam! --> src/builder.rs:30:45 Oct 15 00:56:03.651 INFO kablam! | Oct 15 00:56:03.651 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:56:03.651 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 00:56:03.651 INFO kablam! Oct 15 00:56:03.651 INFO kablam! warning: unused variable: `site_directory` Oct 15 00:56:03.651 INFO kablam! --> src/initializer.rs:3:13 Oct 15 00:56:03.651 INFO kablam! | Oct 15 00:56:03.651 INFO kablam! 3 | pub fn init(site_directory: PathBuf) -> Result<(), String> { Oct 15 00:56:03.651 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_site_directory` instead Oct 15 00:56:03.651 INFO kablam! Oct 15 00:56:03.883 INFO kablam! warning: function is never used: `load_templates` Oct 15 00:56:03.883 INFO kablam! --> src/builder.rs:30:1 Oct 15 00:56:03.883 INFO kablam! | Oct 15 00:56:03.883 INFO kablam! 30 | fn load_templates(site_directory: &PathBuf, config: &Config) -> Result { Oct 15 00:56:03.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:03.883 INFO kablam! | Oct 15 00:56:03.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:56:03.883 INFO kablam! Oct 15 00:56:03.883 INFO kablam! warning: method is never used: `value` Oct 15 00:56:03.883 INFO kablam! --> src/validated_types.rs:14:5 Oct 15 00:56:03.883 INFO kablam! | Oct 15 00:56:03.883 INFO kablam! 14 | pub fn value(&self) -> String { Oct 15 00:56:03.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:03.883 INFO kablam! Oct 15 00:56:05.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.33s Oct 15 00:56:05.855 INFO kablam! su: No module specific data is present Oct 15 00:56:06.631 INFO running `"docker" "rm" "-f" "57771fb2a2e618e5464cf6e38960302e6f84e9564e64d8bb175235b22716780e"` Oct 15 00:56:06.863 INFO blam! 57771fb2a2e618e5464cf6e38960302e6f84e9564e64d8bb175235b22716780e Oct 15 00:56:06.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:07.339 INFO blam! a38c02e1e010a6b41a071162eaf7a34a7b0122fe5d82ebeb441ae5001416c0f0 Oct 15 00:56:07.347 INFO running `"docker" "start" "-a" "a38c02e1e010a6b41a071162eaf7a34a7b0122fe5d82ebeb441ae5001416c0f0"` Oct 15 00:56:09.003 INFO kablam! usermod: no changes Oct 15 00:56:09.091 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:56:09.091 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:56:09.091 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:56:09.091 INFO kablam! files will be included as a binary target: Oct 15 00:56:09.091 INFO kablam! Oct 15 00:56:09.091 INFO kablam! * /source/src/main.rs Oct 15 00:56:09.091 INFO kablam! Oct 15 00:56:09.091 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:56:09.091 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:56:09.091 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:56:09.091 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:56:09.091 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:56:09.091 INFO kablam! Oct 15 00:56:09.091 INFO kablam! For more information on this warning you can consult Oct 15 00:56:09.091 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:56:09.091 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `lx`, Oct 15 00:56:09.091 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:56:09.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 00:56:09.215 INFO kablam! Running /target/debug/deps/lightning-176b0f3dd9faaa1e Oct 15 00:56:09.219 INFO blam! Oct 15 00:56:09.219 INFO blam! running 4 tests Oct 15 00:56:09.227 INFO blam! test config::parses_site_info_with_empty_metadata ... ok Oct 15 00:56:09.227 INFO blam! test syntax_highlighting::tests::parse_state ... ok Oct 15 00:56:09.239 INFO blam! test config::parses_valid_taxonomies ... ok Oct 15 00:56:09.239 INFO blam! test config::parses_site_info ... ok Oct 15 00:56:09.239 INFO blam! Oct 15 00:56:09.239 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:09.239 INFO blam! Oct 15 00:56:09.243 INFO kablam! Running /target/debug/deps/lx-8e3e34bb465c62d1 Oct 15 00:56:09.255 INFO kablam! Doc-tests lightning Oct 15 00:56:09.255 INFO blam! Oct 15 00:56:09.255 INFO blam! running 0 tests Oct 15 00:56:09.255 INFO blam! Oct 15 00:56:09.255 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:09.255 INFO blam! Oct 15 00:56:10.959 INFO blam! Oct 15 00:56:10.959 INFO blam! running 0 tests Oct 15 00:56:10.959 INFO blam! Oct 15 00:56:10.959 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:10.959 INFO blam! Oct 15 00:56:10.962 INFO kablam! su: No module specific data is present Oct 15 00:56:11.860 INFO running `"docker" "rm" "-f" "a38c02e1e010a6b41a071162eaf7a34a7b0122fe5d82ebeb441ae5001416c0f0"` Oct 15 00:56:12.187 INFO blam! a38c02e1e010a6b41a071162eaf7a34a7b0122fe5d82ebeb441ae5001416c0f0