[INFO] cloning repository KoharaKazuya/forest [INFO] running `"git" "clone" "--bare" "git://github.com/KoharaKazuya/forest.git" "work/cache/sources/gh/KoharaKazuya/forest"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/KoharaKazuya/forest'... [INFO] running `"git" "clone" "work/cache/sources/gh/KoharaKazuya/forest" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/KoharaKazuya/forest" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/KoharaKazuya/forest"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/KoharaKazuya/forest'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0f2ae009c6092d49bed24efcf1a261fdd4e8a7fe [INFO] sha for GitHub repo KoharaKazuya/forest: 0f2ae009c6092d49bed24efcf1a261fdd4e8a7fe [INFO] validating manifest of KoharaKazuya/forest 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 KoharaKazuya/forest 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 KoharaKazuya/forest [INFO] finished frobbing KoharaKazuya/forest [INFO] frobbed toml for KoharaKazuya/forest written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest/Cargo.toml [INFO] started frobbing KoharaKazuya/forest [INFO] finished frobbing KoharaKazuya/forest [INFO] frobbed toml for KoharaKazuya/forest written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/KoharaKazuya/forest/Cargo.toml [INFO] crate KoharaKazuya/forest 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 KoharaKazuya/forest against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest:/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] 64285adf40d15b125b5bd7785627b9d161fc3b560f801f2b7309479cf1c45b66 [INFO] running `"docker" "start" "-a" "64285adf40d15b125b5bd7785627b9d161fc3b560f801f2b7309479cf1c45b66"` [INFO] [stderr] Compiling forest v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tree_formatter.rs:5:19 [INFO] [stderr] | [INFO] [stderr] 5 | writer: &'a mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [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/tree_formatter.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(writer: &'a mut Write, ago: &str, agc: &str, ngo: &str, ngc: &str) -> Formatter<'a> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tree_formatter.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | / write!(self.writer, "{}", match *shape { [INFO] [stderr] 29 | | Shape::Open => &self.ancestor_guide_open, [INFO] [stderr] 30 | | Shape::Close => &self.ancestor_guide_close, [INFO] [stderr] 31 | | _ => panic!("Unexpected Internal Value\nPerhaps, internal logic error...\nformatter can treat with only Open/Close Shape"), [INFO] [stderr] 32 | | }); [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tree_formatter.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 39 | write!(self.writer, "{}{}\n", ng, entry.name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.43s [INFO] running `"docker" "inspect" "64285adf40d15b125b5bd7785627b9d161fc3b560f801f2b7309479cf1c45b66"` [INFO] running `"docker" "rm" "-f" "64285adf40d15b125b5bd7785627b9d161fc3b560f801f2b7309479cf1c45b66"` [INFO] [stdout] 64285adf40d15b125b5bd7785627b9d161fc3b560f801f2b7309479cf1c45b66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest:/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] 1b8373b9d81f547524971edf0ca511205a0ae2ba3ec0def033aec46e323f86a5 [INFO] running `"docker" "start" "-a" "1b8373b9d81f547524971edf0ca511205a0ae2ba3ec0def033aec46e323f86a5"` [INFO] [stderr] Compiling forest v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tree_formatter.rs:5:19 [INFO] [stderr] | [INFO] [stderr] 5 | writer: &'a mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [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/tree_formatter.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(writer: &'a mut Write, ago: &str, agc: &str, ngo: &str, ngc: &str) -> Formatter<'a> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tree_formatter.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | / write!(self.writer, "{}", match *shape { [INFO] [stderr] 29 | | Shape::Open => &self.ancestor_guide_open, [INFO] [stderr] 30 | | Shape::Close => &self.ancestor_guide_close, [INFO] [stderr] 31 | | _ => panic!("Unexpected Internal Value\nPerhaps, internal logic error...\nformatter can treat with only Open/Close Shape"), [INFO] [stderr] 32 | | }); [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/tree_formatter.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 39 | write!(self.writer, "{}{}\n", ng, entry.name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "1b8373b9d81f547524971edf0ca511205a0ae2ba3ec0def033aec46e323f86a5"` [INFO] running `"docker" "rm" "-f" "1b8373b9d81f547524971edf0ca511205a0ae2ba3ec0def033aec46e323f86a5"` [INFO] [stdout] 1b8373b9d81f547524971edf0ca511205a0ae2ba3ec0def033aec46e323f86a5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/KoharaKazuya/forest:/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] cdc617d07e6bc4e84c680f77784c8bb2bf9581db05a4e0f46e506d549b051eed [INFO] running `"docker" "start" "-a" "cdc617d07e6bc4e84c680f77784c8bb2bf9581db05a4e0f46e506d549b051eed"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/forest-29b7b49edbc84d1e [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tree_buider::test::test_build_one_entry ... ok [INFO] [stdout] test tree_buider::test::test_build_empty_tree ... ok [INFO] [stdout] test tree_formatter::tests::test_print_simple_parent ... ok [INFO] [stdout] test tree_buider::test::test_build_simple_sibling ... ok [INFO] [stdout] test tree_buider::test::test_build_simple_parent ... ok [INFO] [stdout] test tree_buider::test::test_build_ancle ... ok [INFO] [stdout] test tree_formatter::tests::test_print_simple_sibling ... ok [INFO] [stdout] test tree_formatter::tests::test_print_one_entry ... ok [INFO] [stdout] test tree_formatter::tests::test_print_ancle ... ok [INFO] [stdout] test tree_buider::test::test_build_with_space_separator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cdc617d07e6bc4e84c680f77784c8bb2bf9581db05a4e0f46e506d549b051eed"` [INFO] running `"docker" "rm" "-f" "cdc617d07e6bc4e84c680f77784c8bb2bf9581db05a4e0f46e506d549b051eed"` [INFO] [stdout] cdc617d07e6bc4e84c680f77784c8bb2bf9581db05a4e0f46e506d549b051eed