Sep 21 04:26:40.336 INFO checking roughenough-fuzz-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:26:40.336 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:26:40.336 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:26:40.515 INFO blam! 436e61ea3de9b65013a5cfde089ecde5e52568d915cfee0962085a022171e7f0 Sep 21 04:26:40.517 INFO running `"docker" "start" "-a" "436e61ea3de9b65013a5cfde089ecde5e52568d915cfee0962085a022171e7f0"` Sep 21 04:26:41.541 INFO kablam! usermod: no changes Sep 21 04:26:41.594 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 04:26:41.594 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 04:26:41.594 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 04:26:41.594 INFO kablam! files will be included as a binary target: Sep 21 04:26:41.594 INFO kablam! Sep 21 04:26:41.594 INFO kablam! * /source/src/main.rs Sep 21 04:26:41.594 INFO kablam! Sep 21 04:26:41.594 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 04:26:41.594 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 04:26:41.594 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 04:26:41.594 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 04:26:41.594 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 04:26:41.594 INFO kablam! Sep 21 04:26:41.594 INFO kablam! For more information on this warning you can consult Sep 21 04:26:41.594 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 04:26:41.717 INFO kablam! Compiling xdg v2.1.0 Sep 21 04:26:41.717 INFO kablam! Compiling honggfuzz v0.5.27 Sep 21 04:26:41.726 INFO kablam! Checking cc v1.0.25 Sep 21 04:26:41.746 INFO kablam! Checking simple_logger v0.5.0 Sep 21 04:26:41.748 INFO kablam! Checking rustc_version v0.2.3 Sep 21 04:26:42.982 INFO kablam! Checking roughenough v1.0.4 Sep 21 04:26:44.990 INFO kablam! Compiling afl v0.3.2 Sep 21 04:26:46.743 INFO kablam! error: failed to run custom build command for `afl v0.3.2` Sep 21 04:26:46.743 INFO kablam! process didn't exit successfully: `/target/debug/build/afl-907e914dabb69549/build-script-build` (exit code: 101) Sep 21 04:26:46.743 INFO kablam! --- stderr Sep 21 04:26:46.743 INFO kablam! thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Sep 21 04:26:46.743 INFO kablam! stack backtrace: Sep 21 04:26:46.743 INFO kablam! 0: 0x5582c74c141e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6f03e345e7220f71 Sep 21 04:26:46.743 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 21 04:26:46.743 INFO kablam! 1: 0x5582c74b66c6 - std::sys_common::backtrace::print::h41236bee57dc6f2f Sep 21 04:26:46.743 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 21 04:26:46.743 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 21 04:26:46.743 INFO kablam! 2: 0x5582c74b501d - std::panicking::default_hook::{{closure}}::hdccdd5cf822554bd Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:211 Sep 21 04:26:46.743 INFO kablam! 3: 0x5582c74b4d90 - std::panicking::default_hook::h51e0996e64af4435 Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:227 Sep 21 04:26:46.743 INFO kablam! 4: 0x5582c74b55dc - std::panicking::rust_panic_with_hook::hbba83c9bc00efd25 Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:477 Sep 21 04:26:46.743 INFO kablam! 5: 0x5582c74b51d9 - std::panicking::continue_panic_fmt::ha190502cef7433c2 Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:391 Sep 21 04:26:46.743 INFO kablam! 6: 0x5582c74b50d5 - rust_begin_unwind Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:326 Sep 21 04:26:46.743 INFO kablam! 7: 0x5582c74fceeb - core::panicking::panic_fmt::h7abbba9d1f088415 Sep 21 04:26:46.743 INFO kablam! at libcore/panicking.rs:77 Sep 21 04:26:46.743 INFO kablam! 8: 0x5582c74827b3 - core::result::unwrap_failed::h8a0986957fd06507 Sep 21 04:26:46.743 INFO kablam! at libcore/macros.rs:26 Sep 21 04:26:46.743 INFO kablam! 9: 0x5582c7481cd2 - >::unwrap::h0dd8f4e28d33e8f4 Sep 21 04:26:46.743 INFO kablam! at libcore/result.rs:808 Sep 21 04:26:46.743 INFO kablam! 10: 0x5582c748367d - build_script_build::common::afl_dir::h75f397ec759bb834 Sep 21 04:26:46.743 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/afl-0.3.2/src/common.rs:37 Sep 21 04:26:46.743 INFO kablam! 11: 0x5582c747cc5d - build_script_build::main::h737085d5f5a23311 Sep 21 04:26:46.743 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/afl-0.3.2/build.rs:14 Sep 21 04:26:46.743 INFO kablam! 12: 0x5582c747d46f - std::rt::lang_start::{{closure}}::h78f06991f08ebf77 Sep 21 04:26:46.743 INFO kablam! at libstd/rt.rs:74 Sep 21 04:26:46.743 INFO kablam! 13: 0x5582c74b50c2 - std::panicking::try::do_call::h5d32e7529efe730f Sep 21 04:26:46.743 INFO kablam! at libstd/rt.rs:59 Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:310 Sep 21 04:26:46.743 INFO kablam! 14: 0x5582c74d2809 - __rust_maybe_catch_panic Sep 21 04:26:46.743 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 21 04:26:46.743 INFO kablam! 15: 0x5582c74bece5 - std::rt::lang_start_internal::hc5e2e4826ae19193 Sep 21 04:26:46.743 INFO kablam! at libstd/panicking.rs:289 Sep 21 04:26:46.743 INFO kablam! at libstd/panic.rs:392 Sep 21 04:26:46.743 INFO kablam! at libstd/rt.rs:58 Sep 21 04:26:46.743 INFO kablam! 16: 0x5582c747d447 - std::rt::lang_start::h00d98f878d7c8a24 Sep 21 04:26:46.743 INFO kablam! at libstd/rt.rs:74 Sep 21 04:26:46.743 INFO kablam! 17: 0x5582c747d289 - main Sep 21 04:26:46.743 INFO kablam! 18: 0x7f419e46582f - __libc_start_main Sep 21 04:26:46.743 INFO kablam! 19: 0x5582c7476998 - _start Sep 21 04:26:46.743 INFO kablam! 20: 0x0 - Sep 21 04:26:46.743 INFO kablam! Sep 21 04:26:46.744 INFO kablam! su: No module specific data is present Sep 21 04:26:47.599 INFO running `"docker" "rm" "-f" "436e61ea3de9b65013a5cfde089ecde5e52568d915cfee0962085a022171e7f0"` Sep 21 04:26:47.690 INFO blam! 436e61ea3de9b65013a5cfde089ecde5e52568d915cfee0962085a022171e7f0