[INFO] cloning repository saschagrunert/git-journal [INFO] running `"git" "clone" "--bare" "git://github.com/saschagrunert/git-journal.git" "work/cache/sources/gh/saschagrunert/git-journal"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/saschagrunert/git-journal'... [INFO] running `"git" "clone" "work/cache/sources/gh/saschagrunert/git-journal" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/saschagrunert/git-journal"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/saschagrunert/git-journal'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/saschagrunert/git-journal" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/saschagrunert/git-journal"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/saschagrunert/git-journal'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c5a2eb937432069af2adfb72ee59eaf4216a916 [INFO] sha for GitHub repo saschagrunert/git-journal: 6c5a2eb937432069af2adfb72ee59eaf4216a916 [INFO] validating manifest of saschagrunert/git-journal 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 saschagrunert/git-journal 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 saschagrunert/git-journal [INFO] finished frobbing saschagrunert/git-journal [INFO] frobbed toml for saschagrunert/git-journal written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/saschagrunert/git-journal/Cargo.toml [INFO] started frobbing saschagrunert/git-journal [INFO] finished frobbing saschagrunert/git-journal [INFO] frobbed toml for saschagrunert/git-journal written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/saschagrunert/git-journal/Cargo.toml [INFO] crate saschagrunert/git-journal 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mowl v2.0.0 [INFO] [stderr] Downloaded num-integer v0.1.40 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building saschagrunert/git-journal against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/saschagrunert/git-journal:/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] 279a59f1311736c2a47e3942f545d59dc3e1044a7be5384062b1f82fb73958e2 [INFO] running `"docker" "start" "-a" "279a59f1311736c2a47e3942f545d59dc3e1044a7be5384062b1f82fb73958e2"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.40 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling mowl v2.0.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling git2 v0.9.1 [INFO] [stderr] Compiling git-journal v1.8.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "279a59f1311736c2a47e3942f545d59dc3e1044a7be5384062b1f82fb73958e2"` [INFO] running `"docker" "rm" "-f" "279a59f1311736c2a47e3942f545d59dc3e1044a7be5384062b1f82fb73958e2"` [INFO] [stdout] 279a59f1311736c2a47e3942f545d59dc3e1044a7be5384062b1f82fb73958e2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/saschagrunert/git-journal:/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] 3ebff8f7d34f08f1c03d64775842dd0efde9653e0f07a514ddfb9e5a2b67f212 [INFO] running `"docker" "start" "-a" "3ebff8f7d34f08f1c03d64775842dd0efde9653e0f07a514ddfb9e5a2b67f212"` [INFO] [stderr] Compiling git-journal v1.8.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.89s [INFO] running `"docker" "inspect" "3ebff8f7d34f08f1c03d64775842dd0efde9653e0f07a514ddfb9e5a2b67f212"` [INFO] running `"docker" "rm" "-f" "3ebff8f7d34f08f1c03d64775842dd0efde9653e0f07a514ddfb9e5a2b67f212"` [INFO] [stdout] 3ebff8f7d34f08f1c03d64775842dd0efde9653e0f07a514ddfb9e5a2b67f212