[INFO] updating cached repository chasinglogic/licensure [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chasinglogic/licensure [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chasinglogic/licensure" "work/ex/beta-1.38-1/sources/1.37.0/gh/chasinglogic/licensure"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chasinglogic/licensure'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chasinglogic/licensure" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 43141f97053ad89cf9e8eb0239c9321b1b0ba9cb [INFO] sha for GitHub repo chasinglogic/licensure: 43141f97053ad89cf9e8eb0239c9321b1b0ba9cb [INFO] validating manifest of chasinglogic/licensure 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 chasinglogic/licensure 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 chasinglogic/licensure [INFO] finished frobbing chasinglogic/licensure [INFO] frobbed toml for chasinglogic/licensure written to work/ex/beta-1.38-1/sources/1.37.0/gh/chasinglogic/licensure/Cargo.toml [INFO] started frobbing chasinglogic/licensure [INFO] finished frobbing chasinglogic/licensure [INFO] frobbed toml for chasinglogic/licensure written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure/Cargo.toml [INFO] crate chasinglogic/licensure 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 chasinglogic/licensure against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 6c97a25262844e53a6f447cfd3f6baf22357458874366f2368dadff268075895 [INFO] running `"docker" "start" "-a" "6c97a25262844e53a6f447cfd3f6baf22357458874366f2368dadff268075895"` [INFO] [stderr] Compiling serde v1.0.67 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling chrono v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.67 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling licensure v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/comments.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | per_line: Option>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Comment` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/comments.rs:97:42 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn get_commenter(ftype: &str) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Comment` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | if let Some(mut global) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.13s [INFO] running `"docker" "inspect" "6c97a25262844e53a6f447cfd3f6baf22357458874366f2368dadff268075895"` [INFO] running `"docker" "rm" "-f" "6c97a25262844e53a6f447cfd3f6baf22357458874366f2368dadff268075895"` [INFO] [stdout] 6c97a25262844e53a6f447cfd3f6baf22357458874366f2368dadff268075895 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6faacc30d2ebd584f000c3040c90aae0dd965e5d268d87786608b330c56f007c [INFO] running `"docker" "start" "-a" "6faacc30d2ebd584f000c3040c90aae0dd965e5d268d87786608b330c56f007c"` [INFO] [stderr] Compiling licensure v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/comments.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | per_line: Option>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Comment` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/comments.rs:97:42 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn get_commenter(ftype: &str) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Comment` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | if let Some(mut global) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `"docker" "inspect" "6faacc30d2ebd584f000c3040c90aae0dd965e5d268d87786608b330c56f007c"` [INFO] running `"docker" "rm" "-f" "6faacc30d2ebd584f000c3040c90aae0dd965e5d268d87786608b330c56f007c"` [INFO] [stdout] 6faacc30d2ebd584f000c3040c90aae0dd965e5d268d87786608b330c56f007c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chasinglogic/licensure:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 6ccd23752fb26365914158ab74828d3a02e1e1f8f28191bf86082f821cc83547 [INFO] running `"docker" "start" "-a" "6ccd23752fb26365914158ab74828d3a02e1e1f8f28191bf86082f821cc83547"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/licensure-a0b1205c9452a3ca [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test comments::tests::test_comment_cpp ... ok [INFO] [stdout] test comments::tests::test_comment_python ... ok [INFO] [stdout] test comments::tests::test_get_filetype ... ok [INFO] [stdout] test licenses::tests::test_render_gplv3 ... ok [INFO] [stdout] test licenses::tests::test_returns_gplv3 ... ok [INFO] [stdout] test licenses::tests::test_returns_short_ident_by_default ... ok [INFO] [stdout] test licenses::tests::test_render_short_ident ... ok [INFO] [stdout] test licenses::tests::test_returns_agplv3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/licensure-1b437d23cdb97aad [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test::test_get_project_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests licensure [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" "6ccd23752fb26365914158ab74828d3a02e1e1f8f28191bf86082f821cc83547"` [INFO] running `"docker" "rm" "-f" "6ccd23752fb26365914158ab74828d3a02e1e1f8f28191bf86082f821cc83547"` [INFO] [stdout] 6ccd23752fb26365914158ab74828d3a02e1e1f8f28191bf86082f821cc83547