[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.38-1/sources/1.37.0/gh/chriskrycho/lightning-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chriskrycho/lightning-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chriskrycho/lightning-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chriskrycho/lightning-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chriskrycho/lightning-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chriskrycho/lightning-rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] 2982968792b1ce4c806cc9bf6cfebae0295aa221b72cefb9524aa2e4974abe26 [INFO] running `"docker" "start" "-a" "2982968792b1ce4c806cc9bf6cfebae0295aa221b72cefb9524aa2e4974abe26"` [INFO] [stderr] Compiling plist v0.3.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.11 [INFO] [stderr] Compiling onig_sys v69.0.0 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling quick-xml v0.4.2 [INFO] [stderr] Compiling serde_yaml v0.8.7 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling onig v4.2.1 [INFO] [stderr] Compiling structopt v0.2.13 [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 52.03s [INFO] running `"docker" "inspect" "2982968792b1ce4c806cc9bf6cfebae0295aa221b72cefb9524aa2e4974abe26"` [INFO] running `"docker" "rm" "-f" "2982968792b1ce4c806cc9bf6cfebae0295aa221b72cefb9524aa2e4974abe26"` [INFO] [stdout] 2982968792b1ce4c806cc9bf6cfebae0295aa221b72cefb9524aa2e4974abe26 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] fcd3472e993fea82e9178b51d722040f5c10318fe60a3758c9ac58f633916210 [INFO] running `"docker" "start" "-a" "fcd3472e993fea82e9178b51d722040f5c10318fe60a3758c9ac58f633916210"` [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 8.21s [INFO] running `"docker" "inspect" "fcd3472e993fea82e9178b51d722040f5c10318fe60a3758c9ac58f633916210"` [INFO] running `"docker" "rm" "-f" "fcd3472e993fea82e9178b51d722040f5c10318fe60a3758c9ac58f633916210"` [INFO] [stdout] fcd3472e993fea82e9178b51d722040f5c10318fe60a3758c9ac58f633916210 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "test" "--frozen"` [INFO] [stdout] 71f8ad3865cd8060351de61ac7400d3666de42e346d0dda00ea84fd2cb6bd5a3 [INFO] running `"docker" "start" "-a" "71f8ad3865cd8060351de61ac7400d3666de42e346d0dda00ea84fd2cb6bd5a3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/lightning-e63bcc8727e49364 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test config::parses_site_info_with_empty_metadata ... ok [INFO] [stdout] test config::parses_site_info ... 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-c4d368906d421c8e [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] [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" "71f8ad3865cd8060351de61ac7400d3666de42e346d0dda00ea84fd2cb6bd5a3"` [INFO] running `"docker" "rm" "-f" "71f8ad3865cd8060351de61ac7400d3666de42e346d0dda00ea84fd2cb6bd5a3"` [INFO] [stdout] 71f8ad3865cd8060351de61ac7400d3666de42e346d0dda00ea84fd2cb6bd5a3