[INFO] cloning repository deciduously/ar-bot [INFO] running `"git" "clone" "--bare" "git://github.com/deciduously/ar-bot.git" "work/cache/sources/gh/deciduously/ar-bot"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/deciduously/ar-bot'... [INFO] running `"git" "clone" "work/cache/sources/gh/deciduously/ar-bot" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/deciduously/ar-bot"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/deciduously/ar-bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/deciduously/ar-bot" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 824c07024e36dfc46ecfd87e5178dca9590726e4 [INFO] sha for GitHub repo deciduously/ar-bot: 824c07024e36dfc46ecfd87e5178dca9590726e4 [INFO] validating manifest of deciduously/ar-bot on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of deciduously/ar-bot on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing deciduously/ar-bot [INFO] finished frobbing deciduously/ar-bot [INFO] frobbed toml for deciduously/ar-bot written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/deciduously/ar-bot/Cargo.toml [INFO] started frobbing deciduously/ar-bot [INFO] finished frobbing deciduously/ar-bot [INFO] frobbed toml for deciduously/ar-bot written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot/Cargo.toml [INFO] crate deciduously/ar-bot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing deciduously/ar-bot against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 047604f9829a36d614a1329bff5f49c8caa7fe057ea6e488d3ecc3bf38990bcf [INFO] running `"docker" "start" "-a" "047604f9829a36d614a1329bff5f49c8caa7fe057ea6e488d3ecc3bf38990bcf"` [INFO] [stderr] Compiling termcolor v1.0.1 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling askama_shared v0.7.1 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling askama_derive v0.7.1 [INFO] [stderr] Compiling env_logger v0.5.11 [INFO] [stderr] Compiling pretty_env_logger v0.2.4 [INFO] [stderr] Compiling askama v0.7.1 [INFO] [stderr] Compiling ar-bot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `ReportTemplate` [INFO] [stderr] --> src/page.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct ReportTemplate<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SkelTemplate` [INFO] [stderr] --> src/page.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | struct SkelTemplate {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.78s [INFO] running `"docker" "inspect" "047604f9829a36d614a1329bff5f49c8caa7fe057ea6e488d3ecc3bf38990bcf"` [INFO] running `"docker" "rm" "-f" "047604f9829a36d614a1329bff5f49c8caa7fe057ea6e488d3ecc3bf38990bcf"` [INFO] [stdout] 047604f9829a36d614a1329bff5f49c8caa7fe057ea6e488d3ecc3bf38990bcf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 799d649078740aff51321daf5b4c68b47d72ab63bf633b8f498b429c30859eba [INFO] running `"docker" "start" "-a" "799d649078740aff51321daf5b4c68b47d72ab63bf633b8f498b429c30859eba"` [INFO] [stderr] Compiling ar-bot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `ReportTemplate` [INFO] [stderr] --> src/page.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | struct ReportTemplate<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SkelTemplate` [INFO] [stderr] --> src/page.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | struct SkelTemplate {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.23s [INFO] running `"docker" "inspect" "799d649078740aff51321daf5b4c68b47d72ab63bf633b8f498b429c30859eba"` [INFO] running `"docker" "rm" "-f" "799d649078740aff51321daf5b4c68b47d72ab63bf633b8f498b429c30859eba"` [INFO] [stdout] 799d649078740aff51321daf5b4c68b47d72ab63bf633b8f498b429c30859eba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/deciduously/ar-bot:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 12b814a5863ce70e2d14f55604ea2cad0b3408ccf305b62c76e28babd18cd6fa [INFO] running `"docker" "start" "-a" "12b814a5863ce70e2d14f55604ea2cad0b3408ccf305b62c76e28babd18cd6fa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/ar_bot-1212e1991fa6f56b [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test batch::tests::test_add_entry_to_empty_batch ... ok [INFO] [stdout] test batch::tests::test_classify_new_entry ... ok [INFO] [stdout] test batch::tests::test_entry_from_str ... ok [INFO] [stdout] test brain::tests::test_split_emails ... ok [INFO] [stdout] test config::tests::test_init_config_alterate_file ... ok [INFO] [stdout] test config::tests::test_init_config_default ... ok [INFO] [stdout] test batch::tests::test_add_entry_duplicate_product ... ok [INFO] [stdout] test batch::tests::test_classify_duplicate_id ... ok [INFO] [stdout] test batch::tests::test_add_entry_duplicate_id_and_product ... ok [INFO] [stdout] test batch::tests::test_add_entry_duplicate_id ... ok [INFO] [stdout] test batch::tests::test_add_entry_new_id ... ok [INFO] [stdout] test batch::tests::test_classify_duplicate_prod ... ok [INFO] [stdout] test batch::tests::test_classify_duplicate_id_and_product ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "12b814a5863ce70e2d14f55604ea2cad0b3408ccf305b62c76e28babd18cd6fa"` [INFO] running `"docker" "rm" "-f" "12b814a5863ce70e2d14f55604ea2cad0b3408ccf305b62c76e28babd18cd6fa"` [INFO] [stdout] 12b814a5863ce70e2d14f55604ea2cad0b3408ccf305b62c76e28babd18cd6fa