[INFO] fetching crate egc 0.1.2... [INFO] extracting crate egc 0.1.2 into work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/egc/0.1.2 [INFO] extracting crate egc 0.1.2 into work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/egc/0.1.2 [INFO] validating manifest of egc-0.1.2 on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of egc-0.1.2 on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing egc-0.1.2 [INFO] removed path dependency libedgegrid from egc-0.1.2 [INFO] finished frobbing egc-0.1.2 [INFO] frobbed toml for egc-0.1.2 written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/egc/0.1.2/Cargo.toml [INFO] started frobbing egc-0.1.2 [INFO] removed path dependency libedgegrid from egc-0.1.2 [INFO] finished frobbing egc-0.1.2 [INFO] frobbed toml for egc-0.1.2 written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/egc/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking egc-0.1.2 against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-1/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/egc/0.1.2:/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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] eed5bba78b42677b061a3056b44582854672c7d0d197576e53a2c8eb619f8e24 [INFO] running `"docker" "start" "-a" "eed5bba78b42677b061a3056b44582854672c7d0d197576e53a2c8eb619f8e24"` [INFO] [stderr] Checking blastfig v0.3.3 [INFO] [stderr] Compiling sodium-sys v0.0.4 [INFO] [stderr] Compiling syntex_syntax v0.26.0 [INFO] [stderr] Compiling libmultilog v0.1.0 [INFO] [stderr] Checking curl-sys v0.1.35 [INFO] [stderr] Compiling egc v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Compiling quasi_codegen v0.7.0 [INFO] [stderr] Checking url v0.2.38 [INFO] [stderr] Checking curl v0.2.19 [INFO] [stderr] error[E0271]: type mismatch resolving `for<'cx, 'r, 's> fn(&'t0 mut syntax::ext::base::ExtCtxt<'t1>, syntax::codemap::Span, &'t2 [syntax::ast::TokenTree]) -> std::boxed::Box {expand_quote_stmt::<'_>} as std::ops::FnOnce<(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax::codemap::Span, &'s [syntax::ast::TokenTree])>>::Output == std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/quasi_codegen-0.7.0/src/lib.rs:728:9 [INFO] [stderr] | [INFO] [stderr] 728 | reg.add_macro("quote_stmt", expand_quote_stmt); [INFO] [stderr] | ^^^^^^^^^ expected bound lifetime parameter 'cx, found concrete lifetime [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `syntax::ext::base::TTMacroExpander` for `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax::codemap::Span, &'t0 [syntax::ast::TokenTree]) -> std::boxed::Box {expand_quote_stmt::<'_>}` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `for<'cx, 'r, 's> fn(&'t0 mut syntax::ext::base::ExtCtxt<'t1>, syntax::codemap::Span, &'t2 [syntax::ast::TokenTree]) -> std::boxed::Box {expand_quote_item::<'_>} as std::ops::FnOnce<(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax::codemap::Span, &'s [syntax::ast::TokenTree])>>::Output == std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/quasi_codegen-0.7.0/src/lib.rs:733:9 [INFO] [stderr] | [INFO] [stderr] 733 | reg.add_macro("quote_item", expand_quote_item); [INFO] [stderr] | ^^^^^^^^^ expected bound lifetime parameter 'cx, found concrete lifetime [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `syntax::ext::base::TTMacroExpander` for `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax::codemap::Span, &'t0 [syntax::ast::TokenTree]) -> std::boxed::Box {expand_quote_item::<'_>}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: Could not compile `quasi_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `sodium-sys v0.0.4` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/sodium-sys-b06d14699c7e8516/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] autoreconf: Entering directory `.' [INFO] [stderr] autoreconf: configure.ac: not using Gettext [INFO] [stderr] autoreconf: running: aclocal --force -I m4 [INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory [INFO] [stderr] aclocal: error: echo failed with exit status: 1 [INFO] [stderr] autoreconf: aclocal failed with exit status: 1 [INFO] [stderr] thread 'main' panicked at 'assertion failed: status.success()', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodium-sys-0.0.4/build.rs:68:23 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559c9c31170b - backtrace::backtrace::libunwind::trace::h00e2f01ca6755a19 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x559c9c31170b - backtrace::backtrace::trace_unsynchronized::hc2e55f9123c24578 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x559c9c31170b - std::sys_common::backtrace::_print::h878d975ca669e1b4 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x559c9c31170b - std::sys_common::backtrace::print::h1b2f6b4885b021f3 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x559c9c31170b - std::panicking::default_hook::{{closure}}::he9ab19abef5c787f [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 5: 0x559c9c31140c - std::panicking::default_hook::h9b73316e8577c3fa [INFO] [stderr] at src/libstd/panicking.rs:212 [INFO] [stderr] 6: 0x559c9c311dd0 - std::panicking::rust_panic_with_hook::he062866264d328c5 [INFO] [stderr] at src/libstd/panicking.rs:475 [INFO] [stderr] 7: 0x559c9c2f7d08 - std::panicking::begin_panic::h055e8bbf970b903c [INFO] [stderr] at /rustc/d3301713b54af69ca9de941a8c6b0d8287dbd6df/src/libstd/panicking.rs:409 [INFO] [stderr] 8: 0x559c9c2c2557 - build_script_build::run::hf5a4b795462139c1 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodium-sys-0.0.4/build.rs:68 [INFO] [stderr] 9: 0x559c9c2c1983 - build_script_build::build_libsodium::h7a10c43b31b09edb [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodium-sys-0.0.4/build.rs:32 [INFO] [stderr] 10: 0x559c9c2c14fc - build_script_build::main::h5576b317ba55162b [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sodium-sys-0.0.4/build.rs:10 [INFO] [stderr] 11: 0x559c9c2c1480 - std::rt::lang_start::{{closure}}::h654a4f40c3e28dac [INFO] [stderr] at /rustc/d3301713b54af69ca9de941a8c6b0d8287dbd6df/src/libstd/rt.rs:64 [INFO] [stderr] 12: 0x559c9c311823 - std::rt::lang_start_internal::{{closure}}::hac4055a4b24c3806 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 13: 0x559c9c311823 - std::panicking::try::do_call::h0bdfdef338a7b8de [INFO] [stderr] at src/libstd/panicking.rs:294 [INFO] [stderr] 14: 0x559c9c3192fa - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 15: 0x559c9c3122dd - std::panicking::try::h5986cc11523af350 [INFO] [stderr] at src/libstd/panicking.rs:273 [INFO] [stderr] 16: 0x559c9c3122dd - std::panic::catch_unwind::h5e6e2d11127cecca [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] 17: 0x559c9c3122dd - std::rt::lang_start_internal::hd1ad303a81183dc4 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 18: 0x559c9c2c1459 - std::rt::lang_start::h960217cf2b99d2aa [INFO] [stderr] at /rustc/d3301713b54af69ca9de941a8c6b0d8287dbd6df/src/libstd/rt.rs:64 [INFO] [stderr] 19: 0x559c9c2c274a - main [INFO] [stderr] 20: 0x7f51fbd0e2e1 - __libc_start_main [INFO] [stderr] 21: 0x559c9c2c073a - _start [INFO] [stderr] 22: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: to use a constant of type `codemap::Span` in a pattern, `codemap::Span` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.26.0/src/errors/emitter.rs:111:18 [INFO] [stderr] | [INFO] [stderr] 111 | Some(COMMAND_LINE_SP) => self.emit_(FileLine(COMMAND_LINE_SP), msg, code, lvl), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eed5bba78b42677b061a3056b44582854672c7d0d197576e53a2c8eb619f8e24"` [INFO] running `"docker" "rm" "-f" "eed5bba78b42677b061a3056b44582854672c7d0d197576e53a2c8eb619f8e24"` [INFO] [stdout] eed5bba78b42677b061a3056b44582854672c7d0d197576e53a2c8eb619f8e24