[INFO] crate autollvm 0.0.1 is already in cache [INFO] checking autollvm-0.0.1 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate autollvm 0.0.1 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate autollvm 0.0.1 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate autollvm 0.0.1 [INFO] finished tweaking crates.io crate autollvm 0.0.1 [INFO] tweaked toml for crates.io crate autollvm 0.0.1 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e5be4845bf6abe10dcaec849fc3279032dbddaa94a3d3aabbf8b1e6869e07d5c [INFO] running `"docker" "start" "-a" "e5be4845bf6abe10dcaec849fc3279032dbddaa94a3d3aabbf8b1e6869e07d5c"` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling clang-sys v0.11.1 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling syntex_pos v0.38.0 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling syntex_errors v0.38.0 [INFO] [stderr] Compiling syntex_syntax v0.38.0 [INFO] [stderr] warning[E0502]: cannot borrow `cx.parse_sess.span_diagnostic` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.38.0/src/ext/expand.rs:1061:25 [INFO] [stderr] | [INFO] [stderr] 1051 | let mut expander = MacroExpander::new(&mut cx); [INFO] [stderr] | ------- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1061 | let err_count = cx.parse_sess.span_diagnostic.err_count(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 1062 | let mut ret = expander.fold_crate(c); [INFO] [stderr] | -------- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling bindgen v0.19.1 [INFO] [stderr] Compiling autollvm v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> build.rs:98:78 [INFO] [stderr] | [INFO] [stderr] 98 | let bindings = bindgen::Bindings::generate(&options, Some(&StdLogger as &bindgen::Logger), None).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn bindgen::Logger` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `autollvm v0.0.1 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/autollvm-4bb6b91603fc461f/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] src/autollvm.h:1:9: warning: '__STDC_LIMIT_MACROS' macro redefined [-Wmacro-redefined] [INFO] [stderr] src/autollvm.h:2:9: warning: '__STDC_CONSTANT_MACROS' macro redefined [-Wmacro-redefined] [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:49:40) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:54:35) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:62:34) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:69:32) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:76:33) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:83:38) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:90:36) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:97:35) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:104:37) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:111:42) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:114:39) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:117:40) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:123:31) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:130:40) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Types.h:135:42) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Analysis.h:39:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:138:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:158:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:181:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:187:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:193:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:203:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:235:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:248:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:267:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:272:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:280:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:307:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:329:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Core.h:336:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/lib/clang/6.0.0/include/__stddef_max_align_t.h:40:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Disassembler.h:85:28) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Disassembler.h:86:28) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Target.h:42:38) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Target.h:43:50) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Target.h:222:23) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:28:41) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:29:28) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:36:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:43:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:52:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/TargetMachine.h:57:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/ExecutionEngine.h:40:40) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/ExecutionEngine.h:41:43) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/ExecutionEngine.h:42:46) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/ExecutionEngine.h:89:36) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/ExecutionEngine.h:110:36) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Linker.h:28:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/LinkTimeOptimizer.h:48:5) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:72:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:80:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:90:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:93:37) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:96:44) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:99:48) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:310:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/lto.h:569:3) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Object.h:37:38) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Object.h:38:43) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Object.h:39:42) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Object.h:40:46) [INFO] [stderr] unsupported type `CXTypeKind(119)` (/usr/lib/llvm-6.0/include/llvm-c/Transforms/PassManagerBuilder.h:19:46) [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ()', src/libcore/result.rs:1165:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562972841f94 - backtrace::backtrace::libunwind::trace::h3c0a6ef922927c46 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x562972841f94 - backtrace::backtrace::trace_unsynchronized::h35d4e03c0e8ab47a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x562972841f94 - std::sys_common::backtrace::_print_fmt::hf04e228d9456a61b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stderr] 3: 0x562972841f94 - ::fmt::hfbc1dc77dae53d09 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stderr] 4: 0x56297286208c - core::fmt::write::h37dd608a61cc034b [INFO] [stderr] at src/libcore/fmt/mod.rs:1030 [INFO] [stderr] 5: 0x56297283eba7 - std::io::Write::write_fmt::h3b9053b7f45f25c3 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x562972844315 - std::sys_common::backtrace::_print::h9f196a8ab349c245 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stderr] 7: 0x562972844315 - std::sys_common::backtrace::print::h24c97bdb42c9567f [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x562972844315 - std::panicking::default_hook::{{closure}}::h1bfa21bfab63e40f [INFO] [stderr] at src/libstd/panicking.rs:196 [INFO] [stderr] 9: 0x562972844006 - std::panicking::default_hook::hf7ab6a844228b0c0 [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x5629728449b5 - std::panicking::rust_panic_with_hook::hf49dbf6343540046 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 11: 0x562972844552 - std::panicking::continue_panic_fmt::h8d0c09641c4ad511 [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 12: 0x562972844446 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:307 [INFO] [stderr] 13: 0x56297285f56a - core::panicking::panic_fmt::h3cbe072dbfab6db9 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 14: 0x56297285f667 - core::result::unwrap_failed::hb6a3e335758ca63f [INFO] [stderr] at src/libcore/result.rs:1165 [INFO] [stderr] 15: 0x562972176096 - core::result::Result::unwrap::hdbbe814743328360 [INFO] [stderr] at /rustc/00e4530a79c42b21a6ca2ac1edb597c90d21f89f/src/libcore/result.rs:933 [INFO] [stderr] 16: 0x562972170537 - build_script_build::main::h8c977983d1a8ace1 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:98 [INFO] [stderr] 17: 0x562972173090 - std::rt::lang_start::{{closure}}::h026890271cbe534f [INFO] [stderr] at /rustc/00e4530a79c42b21a6ca2ac1edb597c90d21f89f/src/libstd/rt.rs:64 [INFO] [stderr] 18: 0x5629728443e3 - std::rt::lang_start_internal::{{closure}}::he5fcc75ec165f647 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 19: 0x5629728443e3 - std::panicking::try::do_call::h17d15f6f56248700 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 20: 0x56297284afea - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 21: 0x562972844ead - std::panicking::try::h788d6f62571352f2 [INFO] [stderr] at src/libstd/panicking.rs:271 [INFO] [stderr] 22: 0x562972844ead - std::panic::catch_unwind::h118eae3cc66185af [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x562972844ead - std::rt::lang_start_internal::h16dc6aaaeba64bf8 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 24: 0x562972173069 - std::rt::lang_start::h789650f0ab916a5a [INFO] [stderr] at /rustc/00e4530a79c42b21a6ca2ac1edb597c90d21f89f/src/libstd/rt.rs:64 [INFO] [stderr] 25: 0x562972170e5a - main [INFO] [stderr] 26: 0x7f5de24c1b97 - __libc_start_main [INFO] [stderr] 27: 0x56297216d55a - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "e5be4845bf6abe10dcaec849fc3279032dbddaa94a3d3aabbf8b1e6869e07d5c"` [INFO] running `"docker" "rm" "-f" "e5be4845bf6abe10dcaec849fc3279032dbddaa94a3d3aabbf8b1e6869e07d5c"` [INFO] [stdout] e5be4845bf6abe10dcaec849fc3279032dbddaa94a3d3aabbf8b1e6869e07d5c