[INFO] crate opus_tools 0.1.3 is already in cache [INFO] extracting crate opus_tools 0.1.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/opus_tools/0.1.3 [INFO] extracting crate opus_tools 0.1.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/opus_tools/0.1.3 [INFO] validating manifest of opus_tools-0.1.3 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 opus_tools-0.1.3 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 opus_tools-0.1.3 [INFO] removed path dependency cli_test_dir from opus_tools-0.1.3 [INFO] finished frobbing opus_tools-0.1.3 [INFO] frobbed toml for opus_tools-0.1.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/opus_tools/0.1.3/Cargo.toml [INFO] started frobbing opus_tools-0.1.3 [INFO] removed path dependency cli_test_dir from opus_tools-0.1.3 [INFO] finished frobbing opus_tools-0.1.3 [INFO] frobbed toml for opus_tools-0.1.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/opus_tools/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing opus_tools-0.1.3 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-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/opus_tools/0.1.3:/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] be57ec72d642d8140b5acf3754cd0ce9130a5f5d8852c92521a805b4b89c3764 [INFO] running `"docker" "start" "-a" "be57ec72d642d8140b5acf3754cd0ce9130a5f5d8852c92521a805b4b89c3764"` [INFO] [stderr] Compiling from-ascii v0.0.1 [INFO] [stderr] Compiling encoding_rs v0.5.1 [INFO] [stderr] Compiling docopt v0.7.0 [INFO] [stderr] Compiling quick-xml v0.6.2 [INFO] [stderr] Compiling opus_tools v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/opusraw2txt.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Io(io::Error); [INFO] [stderr] 27 | | Xml(quick_xml::errors::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/opusraw2txt.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Io(io::Error); [INFO] [stderr] 27 | | Xml(quick_xml::errors::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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 12.29s [INFO] running `"docker" "inspect" "be57ec72d642d8140b5acf3754cd0ce9130a5f5d8852c92521a805b4b89c3764"` [INFO] running `"docker" "rm" "-f" "be57ec72d642d8140b5acf3754cd0ce9130a5f5d8852c92521a805b4b89c3764"` [INFO] [stdout] be57ec72d642d8140b5acf3754cd0ce9130a5f5d8852c92521a805b4b89c3764 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/opus_tools/0.1.3:/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] 76a1731f7b9ffa8acd4d948356cec72899cbe6dfcdee30f74cf6ca21f355543e [INFO] running `"docker" "start" "-a" "76a1731f7b9ffa8acd4d948356cec72899cbe6dfcdee30f74cf6ca21f355543e"` [INFO] [stderr] Compiling cli_test_dir v0.1.7 [INFO] [stderr] Compiling opus_tools v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/opusraw2txt.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Io(io::Error); [INFO] [stderr] 27 | | Xml(quick_xml::errors::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/opusraw2txt.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | / error_chain! { [INFO] [stderr] 25 | | foreign_links { [INFO] [stderr] 26 | | Io(io::Error); [INFO] [stderr] 27 | | Xml(quick_xml::errors::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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.51s [INFO] running `"docker" "inspect" "76a1731f7b9ffa8acd4d948356cec72899cbe6dfcdee30f74cf6ca21f355543e"` [INFO] running `"docker" "rm" "-f" "76a1731f7b9ffa8acd4d948356cec72899cbe6dfcdee30f74cf6ca21f355543e"` [INFO] [stdout] 76a1731f7b9ffa8acd4d948356cec72899cbe6dfcdee30f74cf6ca21f355543e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/opus_tools/0.1.3:/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] bbd89aad6db212eb3e3e061ddb585dd969647f6a0318a7536bb9616e3d1c9752 [INFO] running `"docker" "start" "-a" "bbd89aad6db212eb3e3e061ddb585dd969647f6a0318a7536bb9616e3d1c9752"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/opusraw2txt-cd6d74c615f1e6f7 [INFO] [stderr] Running /opt/crater/target/debug/deps/opusraw2txt-5039afda84056207 [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test parse_large_file ... ignored [INFO] [stdout] test parse_file ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parse_file stdout ---- [INFO] [stdout] thread 'parse_file' panicked at 'Could not canonicalize path: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55762e6af2a3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x55762e6aa5db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x55762e6adfe6 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x55762e6add0e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x55762e6ae6ef - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x55762e6ae271 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x55762e6ae155 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:308 [INFO] [stdout] 7: 0x55762e6c55ac - core::panicking::panic_fmt::hc4f83bfed80aeabd [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x55762e6960b7 - core::result::unwrap_failed::hcbfe054692f79d3f [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/macros.rs:18 [INFO] [stdout] 9: 0x55762e696627 - core::result::Result::expect::hc82dd83c5cf674f8 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/result.rs:827 [INFO] [stdout] 10: 0x55762e6505fd - cli_test_dir::TestDir::src_path::he2c91f236eb5958f [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/cli_test_dir-0.1.7/src/lib.rs:347 [INFO] [stdout] 11: 0x55762e6513b4 - opusraw2txt::parse_file::hc2763e7b4de7b244 [INFO] [stdout] at tests/opusraw2txt.rs:9 [INFO] [stdout] 12: 0x55762e651329 - opusraw2txt::parse_file::{{closure}}::h9a26df3edfce1f8f [INFO] [stdout] at tests/opusraw2txt.rs:6 [INFO] [stdout] 13: 0x55762e64fd3d - core::ops::function::FnOnce::call_once::hab7a1f4f39443458 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x55762e65dcce - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 15: 0x55762e6b6529 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x55762e6785c7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 17: 0x55762e652fe4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 18: 0x55762e657094 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 19: 0x55762e6b6529 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 20: 0x55762e6576a1 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 21: 0x55762e6a014e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 22: 0x55762e6b5c0f - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 23: 0x7f26cec8c4a3 - start_thread [INFO] [stdout] 24: 0x7f26ce7b7d0e - __clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parse_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test opusraw2txt' [INFO] running `"docker" "inspect" "bbd89aad6db212eb3e3e061ddb585dd969647f6a0318a7536bb9616e3d1c9752"` [INFO] running `"docker" "rm" "-f" "bbd89aad6db212eb3e3e061ddb585dd969647f6a0318a7536bb9616e3d1c9752"` [INFO] [stdout] bbd89aad6db212eb3e3e061ddb585dd969647f6a0318a7536bb9616e3d1c9752