[INFO] updating cached repository chriskrycho/lightning-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chriskrycho/lightning-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chriskrycho/lightning-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chriskrycho/lightning-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chriskrycho/lightning-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chriskrycho/lightning-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fac72459a97ac1551eb612fd323efd93a887cfe1 [INFO] sha for GitHub repo chriskrycho/lightning-rs: fac72459a97ac1551eb612fd323efd93a887cfe1 [INFO] validating manifest of chriskrycho/lightning-rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chriskrycho/lightning-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chriskrycho/lightning-rs [INFO] finished frobbing chriskrycho/lightning-rs [INFO] frobbed toml for chriskrycho/lightning-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs/Cargo.toml [INFO] started frobbing chriskrycho/lightning-rs [INFO] finished frobbing chriskrycho/lightning-rs [INFO] frobbed toml for chriskrycho/lightning-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chriskrycho/lightning-rs/Cargo.toml [INFO] crate chriskrycho/lightning-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chriskrycho/lightning-rs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 960a06573cc1d1f62e6b4e61fcc8085ff794db2a4220d6aa55bcea929fe5a26b [INFO] running `"docker" "start" "-a" "960a06573cc1d1f62e6b4e61fcc8085ff794db2a4220d6aa55bcea929fe5a26b"` [INFO] [stderr] Compiling pulldown-cmark v0.0.11 [INFO] [stderr] Compiling onig_sys v69.0.0 [INFO] [stderr] Compiling serde_yaml v0.8.7 [INFO] [stderr] Compiling quick-xml v0.4.2 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling flate2 v1.0.5 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling onig v4.2.1 [INFO] [stderr] Compiling syntect v3.0.2 [INFO] [stderr] Compiling lightning v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/builder.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `load_templates` [INFO] [stderr] --> src/builder.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | fn load_templates(_site_directory: &PathBuf, _config: &Config) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/validated_types.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(unvalidated_url: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `value` [INFO] [stderr] --> src/validated_types.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn value(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.19s [INFO] running `"docker" "inspect" "960a06573cc1d1f62e6b4e61fcc8085ff794db2a4220d6aa55bcea929fe5a26b"` [INFO] running `"docker" "rm" "-f" "960a06573cc1d1f62e6b4e61fcc8085ff794db2a4220d6aa55bcea929fe5a26b"` [INFO] [stdout] 960a06573cc1d1f62e6b4e61fcc8085ff794db2a4220d6aa55bcea929fe5a26b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f3402a356f16a825a57175e8fac28982ae4cbb82797d9d51e28564cec9b1d2c5 [INFO] running `"docker" "start" "-a" "f3402a356f16a825a57175e8fac28982ae4cbb82797d9d51e28564cec9b1d2c5"` [INFO] [stderr] Compiling lightning v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/builder.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `load_templates` [INFO] [stderr] --> src/builder.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | fn load_templates(_site_directory: &PathBuf, _config: &Config) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/validated_types.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(unvalidated_url: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `value` [INFO] [stderr] --> src/validated_types.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn value(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.67s [INFO] running `"docker" "inspect" "f3402a356f16a825a57175e8fac28982ae4cbb82797d9d51e28564cec9b1d2c5"` [INFO] running `"docker" "rm" "-f" "f3402a356f16a825a57175e8fac28982ae4cbb82797d9d51e28564cec9b1d2c5"` [INFO] [stdout] f3402a356f16a825a57175e8fac28982ae4cbb82797d9d51e28564cec9b1d2c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/chriskrycho/lightning-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] f3b0f0791c0f79ccc442f09923e56e4b6e741608f630b18106245d827de7af87 [INFO] running `"docker" "start" "-a" "f3b0f0791c0f79ccc442f09923e56e4b6e741608f630b18106245d827de7af87"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/lightning-222c4145999ee48a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test config::parses_site_info ... ok [INFO] [stdout] test config::parses_site_info_with_empty_metadata ... ok [INFO] [stdout] test config::parses_valid_taxonomies ... ok [INFO] [stdout] test config::parses_default_config ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/lx-0bf773cd476d6b98 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests lightning [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f3b0f0791c0f79ccc442f09923e56e4b6e741608f630b18106245d827de7af87"` [INFO] running `"docker" "rm" "-f" "f3b0f0791c0f79ccc442f09923e56e4b6e741608f630b18106245d827de7af87"` [INFO] [stdout] f3b0f0791c0f79ccc442f09923e56e4b6e741608f630b18106245d827de7af87