Sep 21 04:26:47.753 INFO checking roughenough-fuzz-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 04:26:47.753 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 04:26:47.753 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:47.948 INFO blam! 3987b28c5fd843bd7acf9878882a5e6df6f03b4b63ba005a0eaac1f3f1022441 Sep 21 04:26:47.950 INFO running `"docker" "start" "-a" "3987b28c5fd843bd7acf9878882a5e6df6f03b4b63ba005a0eaac1f3f1022441"` Sep 21 04:26:48.785 INFO kablam! usermod: no changes Sep 21 04:26:48.841 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 04:26:48.841 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 04:26:48.841 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 04:26:48.841 INFO kablam! files will be included as a binary target: Sep 21 04:26:48.841 INFO kablam! Sep 21 04:26:48.841 INFO kablam! * /source/src/main.rs Sep 21 04:26:48.841 INFO kablam! Sep 21 04:26:48.841 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 04:26:48.841 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 04:26:48.841 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 04:26:48.841 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 04:26:48.841 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 04:26:48.841 INFO kablam! Sep 21 04:26:48.841 INFO kablam! For more information on this warning you can consult Sep 21 04:26:48.841 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 04:26:49.026 INFO kablam! Compiling xdg v2.1.0 Sep 21 04:26:49.030 INFO kablam! Compiling honggfuzz v0.5.27 Sep 21 04:26:49.043 INFO kablam! Checking cc v1.0.25 Sep 21 04:26:49.054 INFO kablam! Checking ctrlc v3.1.1 Sep 21 04:26:50.274 INFO kablam! Checking roughenough v1.0.4 Sep 21 04:26:51.182 INFO kablam! Compiling afl v0.3.2 Sep 21 04:26:52.866 INFO kablam! error: failed to run custom build command for `afl v0.3.2` Sep 21 04:26:52.866 INFO kablam! process didn't exit successfully: `/target/debug/build/afl-0edd50ffb3aa5afd/build-script-build` (exit code: 101) Sep 21 04:26:52.866 INFO kablam! --- stderr Sep 21 04:26:52.866 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:52.866 INFO kablam! stack backtrace: Sep 21 04:26:52.866 INFO kablam! 0: 0x5592da95079e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h8364381a6315579e Sep 21 04:26:52.866 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 21 04:26:52.866 INFO kablam! 1: 0x5592da9459a6 - std::sys_common::backtrace::print::hbf206e386958691c Sep 21 04:26:52.866 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 21 04:26:52.866 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 21 04:26:52.866 INFO kablam! 2: 0x5592da94434d - std::panicking::default_hook::{{closure}}::hdfbe128a3d24757d Sep 21 04:26:52.866 INFO kablam! at libstd/panicking.rs:211 Sep 21 04:26:52.866 INFO kablam! 3: 0x5592da9440c0 - std::panicking::default_hook::h7fe1685957f6b205 Sep 21 04:26:52.866 INFO kablam! at libstd/panicking.rs:227 Sep 21 04:26:52.866 INFO kablam! 4: 0x5592da94490c - std::panicking::rust_panic_with_hook::h67471ab114b25df3 Sep 21 04:26:52.866 INFO kablam! at libstd/panicking.rs:477 Sep 21 04:26:52.866 INFO kablam! 5: 0x5592da944509 - std::panicking::continue_panic_fmt::hccb547c7e8ba6430 Sep 21 04:26:52.866 INFO kablam! at libstd/panicking.rs:391 Sep 21 04:26:52.866 INFO kablam! 6: 0x5592da944405 - rust_begin_unwind Sep 21 04:26:52.866 INFO kablam! at libstd/panicking.rs:326 Sep 21 04:26:52.866 INFO kablam! 7: 0x5592da98c25b - core::panicking::panic_fmt::ha96969d716d5d4fe Sep 21 04:26:52.866 INFO kablam! at libcore/panicking.rs:77 Sep 21 04:26:52.866 INFO kablam! 8: 0x5592da9135b3 - core::result::unwrap_failed::h0d21dfbe1fe73c3d Sep 21 04:26:52.866 INFO kablam! at libcore/macros.rs:26 Sep 21 04:26:52.866 INFO kablam! 9: 0x5592da912c32 - >::unwrap::h333bf7c116fcbd7e Sep 21 04:26:52.866 INFO kablam! at libcore/result.rs:808 Sep 21 04:26:52.866 INFO kablam! 10: 0x5592da9145dd - build_script_build::common::afl_dir::hd61035bed6828cde Sep 21 04:26:52.866 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/afl-0.3.2/src/common.rs:37 Sep 21 04:26:52.867 INFO kablam! 11: 0x5592da90dbbd - build_script_build::main::hffbc0d20888091de Sep 21 04:26:52.867 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/afl-0.3.2/build.rs:14 Sep 21 04:26:52.867 INFO kablam! 12: 0x5592da90e3cf - std::rt::lang_start::{{closure}}::hd808294f89117afa Sep 21 04:26:52.867 INFO kablam! at libstd/rt.rs:74 Sep 21 04:26:52.867 INFO kablam! 13: 0x5592da9443f2 - std::panicking::try::do_call::hba3cdd40b2f76c63 Sep 21 04:26:52.867 INFO kablam! at libstd/rt.rs:59 Sep 21 04:26:52.867 INFO kablam! at libstd/panicking.rs:310 Sep 21 04:26:52.867 INFO kablam! 14: 0x5592da961839 - __rust_maybe_catch_panic Sep 21 04:26:52.867 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 21 04:26:52.867 INFO kablam! 15: 0x5592da94e065 - std::rt::lang_start_internal::ha318b532168af217 Sep 21 04:26:52.867 INFO kablam! at libstd/panicking.rs:289 Sep 21 04:26:52.867 INFO kablam! at libstd/panic.rs:392 Sep 21 04:26:52.867 INFO kablam! at libstd/rt.rs:58 Sep 21 04:26:52.867 INFO kablam! 16: 0x5592da90e3a7 - std::rt::lang_start::hdd1f3180bfc3b63f Sep 21 04:26:52.867 INFO kablam! at libstd/rt.rs:74 Sep 21 04:26:52.867 INFO kablam! 17: 0x5592da90e1e9 - main Sep 21 04:26:52.867 INFO kablam! 18: 0x7f47b7fa082f - __libc_start_main Sep 21 04:26:52.867 INFO kablam! 19: 0x5592da9078f8 - _start Sep 21 04:26:52.867 INFO kablam! 20: 0x0 - Sep 21 04:26:52.867 INFO kablam! Sep 21 04:26:52.869 INFO kablam! su: No module specific data is present Sep 21 04:26:53.477 INFO running `"docker" "rm" "-f" "3987b28c5fd843bd7acf9878882a5e6df6f03b4b63ba005a0eaac1f3f1022441"` Sep 21 04:26:53.573 INFO blam! 3987b28c5fd843bd7acf9878882a5e6df6f03b4b63ba005a0eaac1f3f1022441