[INFO] updating cached repository inter-action/personal_blog_meta_generator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/inter-action/personal_blog_meta_generator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/inter-action/personal_blog_meta_generator" "work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/inter-action/personal_blog_meta_generator" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/inter-action/personal_blog_meta_generator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/inter-action/personal_blog_meta_generator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8046e0d74b9d85bbad5c8df5f663f2f6467a94ed [INFO] sha for GitHub repo inter-action/personal_blog_meta_generator: 8046e0d74b9d85bbad5c8df5f663f2f6467a94ed [INFO] validating manifest of inter-action/personal_blog_meta_generator 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 inter-action/personal_blog_meta_generator 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 inter-action/personal_blog_meta_generator [INFO] finished frobbing inter-action/personal_blog_meta_generator [INFO] frobbed toml for inter-action/personal_blog_meta_generator written to work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator/Cargo.toml [INFO] started frobbing inter-action/personal_blog_meta_generator [INFO] finished frobbing inter-action/personal_blog_meta_generator [INFO] frobbed toml for inter-action/personal_blog_meta_generator written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/inter-action/personal_blog_meta_generator/Cargo.toml [INFO] crate inter-action/personal_blog_meta_generator 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing inter-action/personal_blog_meta_generator 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-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator:/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] ec7f66dcc7bc4e42a172a33c2699d2878c25f3846f73db2ba6f1a5212b122c1c [INFO] running `"docker" "start" "-a" "ec7f66dcc7bc4e42a172a33c2699d2878c25f3846f73db2ba6f1a5212b122c1c"` [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling meta_creator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `file_to_direntry` [INFO] [stderr] --> src/utils/mod.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn file_to_direntry>(filepath: T) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `path_to_entry` [INFO] [stderr] --> src/utils/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | fn path_to_entry, B: AsRef>(path: A, filename: B) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.20s [INFO] running `"docker" "inspect" "ec7f66dcc7bc4e42a172a33c2699d2878c25f3846f73db2ba6f1a5212b122c1c"` [INFO] running `"docker" "rm" "-f" "ec7f66dcc7bc4e42a172a33c2699d2878c25f3846f73db2ba6f1a5212b122c1c"` [INFO] [stdout] ec7f66dcc7bc4e42a172a33c2699d2878c25f3846f73db2ba6f1a5212b122c1c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator:/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] 1620c65d8e0dad86949777b959c615f130f4ff079cebc573f5f240072534fe84 [INFO] running `"docker" "start" "-a" "1620c65d8e0dad86949777b959c615f130f4ff079cebc573f5f240072534fe84"` [INFO] [stderr] Compiling meta_creator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "1620c65d8e0dad86949777b959c615f130f4ff079cebc573f5f240072534fe84"` [INFO] running `"docker" "rm" "-f" "1620c65d8e0dad86949777b959c615f130f4ff079cebc573f5f240072534fe84"` [INFO] [stdout] 1620c65d8e0dad86949777b959c615f130f4ff079cebc573f5f240072534fe84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/inter-action/personal_blog_meta_generator:/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] 472be9648803900df6909ed7e1260d176ca63c92123a3429ea312925aca5d704 [INFO] running `"docker" "start" "-a" "472be9648803900df6909ed7e1260d176ca63c92123a3429ea312925aca5d704"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/meta_creator-4b29696a06fa3dbd [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_reader::test_create_capacity_zero ... ok [INFO] [stdout] test test_reader::test_macro_path_to_string ... ok [INFO] [stdout] test config_parser::test_config_parser::test_parse_config ... ok [INFO] [stdout] test utils::test::test_file_to_direntry ... ok [INFO] [stdout] test utils::test::test_file_to_direntry_noparent ... ok [INFO] [stdout] test config_parser::test_config_parser::test_parse ... ok [INFO] [stdout] test doc_reader::test_reader::test_read ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "472be9648803900df6909ed7e1260d176ca63c92123a3429ea312925aca5d704"` [INFO] running `"docker" "rm" "-f" "472be9648803900df6909ed7e1260d176ca63c92123a3429ea312925aca5d704"` [INFO] [stdout] 472be9648803900df6909ed7e1260d176ca63c92123a3429ea312925aca5d704