[INFO] cloning repository jhjaggars/tl [INFO] running `"git" "clone" "--bare" "git://github.com/jhjaggars/tl.git" "work/cache/sources/gh/jhjaggars/tl"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jhjaggars/tl'... [INFO] running `"git" "clone" "work/cache/sources/gh/jhjaggars/tl" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jhjaggars/tl" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jhjaggars/tl"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jhjaggars/tl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6d8535328ffd0b6018bcbbd3efe7117471c41cf7 [INFO] sha for GitHub repo jhjaggars/tl: 6d8535328ffd0b6018bcbbd3efe7117471c41cf7 [INFO] validating manifest of jhjaggars/tl 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 jhjaggars/tl 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 jhjaggars/tl [INFO] finished frobbing jhjaggars/tl [INFO] frobbed toml for jhjaggars/tl written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl/Cargo.toml [INFO] started frobbing jhjaggars/tl [INFO] finished frobbing jhjaggars/tl [INFO] frobbed toml for jhjaggars/tl written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jhjaggars/tl/Cargo.toml [INFO] crate jhjaggars/tl 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 jhjaggars/tl against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] afff4eb9f63233a66ecbd6b4f837e675becea31c784ef138d626bc99cb17bd3d [INFO] running `"docker" "start" "-a" "afff4eb9f63233a66ecbd6b4f837e675becea31c784ef138d626bc99cb17bd3d"` [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling chrono-humanize v0.0.11 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling docopt v1.0.0 [INFO] [stderr] Compiling tl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/todo.rs:61:51 [INFO] [stderr] | [INFO] [stderr] 61 | .insert(c, TodoItem::new(&description.trim_right(), c)); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/todo.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | let mut handle = stdin.lock(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.63s [INFO] running `"docker" "inspect" "afff4eb9f63233a66ecbd6b4f837e675becea31c784ef138d626bc99cb17bd3d"` [INFO] running `"docker" "rm" "-f" "afff4eb9f63233a66ecbd6b4f837e675becea31c784ef138d626bc99cb17bd3d"` [INFO] [stdout] afff4eb9f63233a66ecbd6b4f837e675becea31c784ef138d626bc99cb17bd3d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bd20d9c553bf4dfd0ae524f90800df79e4a9a42d6d86e0ff3423b23275f53861 [INFO] running `"docker" "start" "-a" "bd20d9c553bf4dfd0ae524f90800df79e4a9a42d6d86e0ff3423b23275f53861"` [INFO] [stderr] Compiling tl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/todo.rs:61:51 [INFO] [stderr] | [INFO] [stderr] 61 | .insert(c, TodoItem::new(&description.trim_right(), c)); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/todo.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | let mut handle = stdin.lock(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.32s [INFO] running `"docker" "inspect" "bd20d9c553bf4dfd0ae524f90800df79e4a9a42d6d86e0ff3423b23275f53861"` [INFO] running `"docker" "rm" "-f" "bd20d9c553bf4dfd0ae524f90800df79e4a9a42d6d86e0ff3423b23275f53861"` [INFO] [stdout] bd20d9c553bf4dfd0ae524f90800df79e4a9a42d6d86e0ff3423b23275f53861 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jhjaggars/tl:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 178a1eab3c049ce0748489c4da9e5220f955fb18b9f30ba57863599adb282762 [INFO] running `"docker" "start" "-a" "178a1eab3c049ce0748489c4da9e5220f955fb18b9f30ba57863599adb282762"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/tl-337d9fba5e3343dd [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" "178a1eab3c049ce0748489c4da9e5220f955fb18b9f30ba57863599adb282762"` [INFO] running `"docker" "rm" "-f" "178a1eab3c049ce0748489c4da9e5220f955fb18b9f30ba57863599adb282762"` [INFO] [stdout] 178a1eab3c049ce0748489c4da9e5220f955fb18b9f30ba57863599adb282762