[INFO] cloning repository craigmayhew/id3-music-organiser [INFO] running `"git" "clone" "--bare" "git://github.com/craigmayhew/id3-music-organiser.git" "work/cache/sources/gh/craigmayhew/id3-music-organiser"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/craigmayhew/id3-music-organiser'... [INFO] running `"git" "clone" "work/cache/sources/gh/craigmayhew/id3-music-organiser" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/craigmayhew/id3-music-organiser"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/craigmayhew/id3-music-organiser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/craigmayhew/id3-music-organiser" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b593c17878962c950f43718db2c4faa6dfbf8754 [INFO] sha for GitHub repo craigmayhew/id3-music-organiser: b593c17878962c950f43718db2c4faa6dfbf8754 [INFO] validating manifest of craigmayhew/id3-music-organiser 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 craigmayhew/id3-music-organiser 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 craigmayhew/id3-music-organiser [INFO] removed 1 missing tests [INFO] finished frobbing craigmayhew/id3-music-organiser [INFO] frobbed toml for craigmayhew/id3-music-organiser written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/craigmayhew/id3-music-organiser/Cargo.toml [INFO] started frobbing craigmayhew/id3-music-organiser [INFO] removed 1 missing tests [INFO] finished frobbing craigmayhew/id3-music-organiser [INFO] frobbed toml for craigmayhew/id3-music-organiser written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser/Cargo.toml [INFO] crate craigmayhew/id3-music-organiser 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 cucumber_rust v0.5.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing craigmayhew/id3-music-organiser against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser:/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] 2bf250be1e2aaabb3ba83a5eaa1892a717dadc5a53671125b9caa4557b5bd50e [INFO] running `"docker" "start" "-a" "2bf250be1e2aaabb3ba83a5eaa1892a717dadc5a53671125b9caa4557b5bd50e"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/cucumber.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling gherkin_rust v0.4.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling id3 v0.2.5 [INFO] [stderr] Compiling ignore v0.4.4 [INFO] [stderr] Compiling globwalk v0.5.0 [INFO] [stderr] Compiling cucumber_rust v0.5.0 [INFO] [stderr] Compiling id3org v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:301:9 [INFO] [stderr] | [INFO] [stderr] 301 | artist.trim_right().to_string() [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: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:385:8 [INFO] [stderr] | [INFO] [stderr] 385 | album.trim_right().to_string() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | let mut file = File::open(path)?; [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | let mut destination_path_with_file_name: String = destination_path_with_file_name(path, &destination, &artist, &album_name, &title); [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.61s [INFO] running `"docker" "inspect" "2bf250be1e2aaabb3ba83a5eaa1892a717dadc5a53671125b9caa4557b5bd50e"` [INFO] running `"docker" "rm" "-f" "2bf250be1e2aaabb3ba83a5eaa1892a717dadc5a53671125b9caa4557b5bd50e"` [INFO] [stdout] 2bf250be1e2aaabb3ba83a5eaa1892a717dadc5a53671125b9caa4557b5bd50e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser:/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] 66b3e100922c033e1540105e6801c1f767edad34df4833d91f24e028f52f9b99 [INFO] running `"docker" "start" "-a" "66b3e100922c033e1540105e6801c1f767edad34df4833d91f24e028f52f9b99"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/cucumber.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling id3org v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:301:9 [INFO] [stderr] | [INFO] [stderr] 301 | artist.trim_right().to_string() [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: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:385:8 [INFO] [stderr] | [INFO] [stderr] 385 | album.trim_right().to_string() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | let mut file = File::open(path)?; [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | let mut destination_path_with_file_name: String = destination_path_with_file_name(path, &destination, &artist, &album_name, &title); [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `"docker" "inspect" "66b3e100922c033e1540105e6801c1f767edad34df4833d91f24e028f52f9b99"` [INFO] running `"docker" "rm" "-f" "66b3e100922c033e1540105e6801c1f767edad34df4833d91f24e028f52f9b99"` [INFO] [stdout] 66b3e100922c033e1540105e6801c1f767edad34df4833d91f24e028f52f9b99 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/craigmayhew/id3-music-organiser:/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] b1e0aec65fd84be132cade5f137109bd33544cd4317763e55583e477fb7cf6f8 [INFO] running `"docker" "start" "-a" "b1e0aec65fd84be132cade5f137109bd33544cd4317763e55583e477fb7cf6f8"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/cucumber.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/id3org-d05a51c0a1bb13b5 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test album::album_remove_bad_chars ... ok [INFO] [stdout] test album::album_id3_tags_not_readable ... ok [INFO] [stdout] test album::album_basic ... ok [INFO] [stdout] test album::album_artist_basic ... ok [INFO] [stdout] test artist::artist_id3_tags_not_readable ... ok [INFO] [stdout] test artist::artist_remove_bad_chars ... ok [INFO] [stdout] test artist::artist_basic ... ok [INFO] [stdout] test artist::artist_remove_ft ... ok [INFO] [stdout] test album::album_album_artist_feat ... ok [INFO] [stdout] test album::album_album_artist_feat_case_insensitive ... ok [INFO] [stdout] test album::album_album_featuring ... ok [INFO] [stdout] test artist::artist_remove_feat_case_insensitive ... ok [INFO] [stdout] test title::title_remove_bad_chars ... ok [INFO] [stdout] test title::title_basic ... ok [INFO] [stdout] test destination_path_with_file_name::check_creates_file ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin id3org' [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- destination_path_with_file_name::check_creates_file stdout ---- [INFO] [stdout] thread 'destination_path_with_file_name::check_creates_file' panicked at 'create_dir_all failed with an error', src/main.rs:178:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ffebc2726b - backtrace::backtrace::libunwind::trace::h98ebe34dc63b52e3 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55ffebc2726b - backtrace::backtrace::trace_unsynchronized::hd041341a38fdc1ca [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55ffebc2726b - std::sys_common::backtrace::_print::hc8c584aa09df5c15 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55ffebc2726b - std::sys_common::backtrace::print::h4828f56ae571c1ad [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55ffebc2726b - std::panicking::default_hook::{{closure}}::h69fce690c9f4b3d3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x55ffebc26eff - std::panicking::default_hook::h231e0e11400caad4 [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x55ffebc279e0 - std::panicking::rust_panic_with_hook::h8c0d039880f491f2 [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x55ffeba36018 - std::panicking::begin_panic::h8d045f34ff9a0a37 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:409 [INFO] [stdout] 8: 0x55ffeb9f3e10 - id3org::destination_path_with_file_name::setup::h91088cbbc371e55c [INFO] [stdout] at src/main.rs:178 [INFO] [stdout] 9: 0x55ffeb9f425c - id3org::destination_path_with_file_name::check_creates_file::haba39b1b91fce84a [INFO] [stdout] at src/main.rs:208 [INFO] [stdout] 10: 0x55ffeb9f423a - id3org::destination_path_with_file_name::check_creates_file::{{closure}}::h470917d6e58669b9 [INFO] [stdout] at src/main.rs:207 [INFO] [stdout] 11: 0x55ffeb9ee45e - core::ops::function::FnOnce::call_once::h1df696912e0f2dbb [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x55ffeba0023f - as core::ops::function::FnOnce>::call_once::h7d12c58d88f85f52 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 13: 0x55ffebc2bdda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x55ffeba1ac18 - std::panicking::try::h5ed77697f4b9cf5a [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] 15: 0x55ffeba1ac18 - std::panic::catch_unwind::hc3df70fd601bf96f [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] 16: 0x55ffeba1ac18 - test::run_test::run_test_inner::{{closure}}::haf52e514bd7b7a7a [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 17: 0x55ffeb9f57b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he61de6f42984ba1b [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x55ffeb9f97b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h583331a58084cfa6 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x55ffeb9f97b5 - as core::ops::function::FnOnce<()>>::call_once::h730d3f044d244375 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:309 [INFO] [stdout] 20: 0x55ffeb9f97b5 - std::panicking::try::do_call::h11328ad090f12422 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:294 [INFO] [stdout] 21: 0x55ffebc2bdda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 22: 0x55ffeb9f9e42 - std::panicking::try::hd00f486f5358e439 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] 23: 0x55ffeb9f9e42 - std::panic::catch_unwind::h78adeaedb9e59cb0 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] 24: 0x55ffeb9f9e42 - std::thread::Builder::spawn_unchecked::{{closure}}::ha2637f22a0fb0434 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x55ffeb9f9e42 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86e6656f4f46649d [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 26: 0x55ffebc1c0cf - as core::ops::function::FnOnce>::call_once::h146d737fe1c8556c [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x55ffebc2b200 - as core::ops::function::FnOnce>::call_once::h44ec2de830c4be09 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 28: 0x55ffebc2b200 - std::sys_common::thread::start_thread::hed7ed434f3e17f57 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x55ffebc2b200 - std::sys::unix::thread::Thread::new::thread_start::h62b89907378dc35b [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f6c9229c4a4 - start_thread [INFO] [stdout] 31: 0x7f6c91dc7d0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] destination_path_with_file_name::check_creates_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b1e0aec65fd84be132cade5f137109bd33544cd4317763e55583e477fb7cf6f8"` [INFO] running `"docker" "rm" "-f" "b1e0aec65fd84be132cade5f137109bd33544cd4317763e55583e477fb7cf6f8"` [INFO] [stdout] b1e0aec65fd84be132cade5f137109bd33544cd4317763e55583e477fb7cf6f8