[INFO] crate cobalt-bin 0.15.4 is already in cache [INFO] extracting crate cobalt-bin 0.15.4 into work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/reg/cobalt-bin/0.15.4 [INFO] extracting crate cobalt-bin 0.15.4 into work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/cobalt-bin/0.15.4 [INFO] validating manifest of cobalt-bin-0.15.4 on toolchain master#1891bfa80364eead426517c68de6947b7692e2de [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cobalt-bin-0.15.4 on toolchain try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cobalt-bin-0.15.4 [INFO] finished frobbing cobalt-bin-0.15.4 [INFO] frobbed toml for cobalt-bin-0.15.4 written to work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/reg/cobalt-bin/0.15.4/Cargo.toml [INFO] started frobbing cobalt-bin-0.15.4 [INFO] finished frobbing cobalt-bin-0.15.4 [INFO] frobbed toml for cobalt-bin-0.15.4 written to work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/cobalt-bin/0.15.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking cobalt-bin-0.15.4 against try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a for pr-60261 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60261/worker-5/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/reg/cobalt-bin/0.15.4:/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" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] efaf612532ee625c489f645ea7e5d5071bb7805f3bfd39bfc0537f87fe825134 [INFO] running `"docker" "start" "-a" "efaf612532ee625c489f645ea7e5d5071bb7805f3bfd39bfc0537f87fe825134"` [INFO] [stderr] Checking deunicode v1.0.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling sass-sys v0.4.8 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking ghp v0.1.2 [INFO] [stderr] Checking liquid-value v0.18.1 [INFO] [stderr] Checking plist v0.4.1 [INFO] [stderr] Checking bincode v1.1.3 [INFO] [stderr] Checking globwalk v0.5.0 [INFO] [stderr] Checking escargot v0.3.1 [INFO] [stderr] Checking jsonfeed v0.2.0 [INFO] [stderr] Checking quick-xml v0.13.3 [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'s> ScalarCow<'s> { [INFO] [stderr] | -- lifetime `'s` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'s` must outlive `'static` [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] [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn as_ref<'r: 's>(&'r self) -> ScalarCow<'r> { [INFO] [stderr] | -- lifetime `'r` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'r` must outlive `'static` [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] [INFO] [stderr] Checking assert_fs v0.10.1 [INFO] [stderr] Checking liquid-interpreter v0.18.1 [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stderr] Checking rss v1.7.0 [INFO] [stderr] Checking syntect v3.2.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking liquid-compiler v0.18.1 [INFO] [stderr] Checking liquid v0.18.2 [INFO] [stderr] error: failed to run custom build command for `sass-sys v0.4.8` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/sass-sys-5f9a75daf402aa88/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Build error: [INFO] [stderr] STDERR:g++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make: *** [src/context.o] Error 4 [INFO] [stderr] make: *** Waiting for unfinished jobs.... [INFO] [stderr] [INFO] [stderr] STDOUT:cc -Wall -O2 -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/cencode.o src/cencode.c [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/ast.o src/ast.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/node.o src/node.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/context.o src/context.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/constants.o src/constants.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/functions.o src/functions.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/color_maps.o src/color_maps.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/environment.o src/environment.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/ast_fwd_decl.o src/ast_fwd_decl.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/bind.o src/bind.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-edc74ab191780cae/out/build/include -fPIC -fPIC -c -o src/file.o src/file.cpp [INFO] [stderr] Makefile:249: recipe for target 'src/context.o' failed [INFO] [stderr] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.8/build.rs:81:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560b70336683 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::he40e3e73036b0b3f [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x560b7033239b - std::sys_common::backtrace::_print::h6d6f6242937d4268 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x560b70335476 - std::panicking::default_hook::{{closure}}::hd0821dee96f91765 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x560b70335209 - std::panicking::default_hook::h8dc8a77692be60de [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x560b70335acf - std::panicking::rust_panic_with_hook::he8c6e40be53e89a5 [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x560b70335651 - std::panicking::continue_panic_fmt::h24ac15689db01f04 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x560b7033559e - std::panicking::begin_panic_fmt::hff8a4f354660ec5a [INFO] [stderr] at src/libstd/panicking.rs:336 [INFO] [stderr] 7: 0x560b702e5126 - build_script_build::compile::h4bb18805c8c9927c [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.8/build.rs:81 [INFO] [stderr] 8: 0x560b702e559d - build_script_build::main::h15f4b2cd60adaae8 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.8/build.rs:166 [INFO] [stderr] 9: 0x560b702e72af - std::rt::lang_start::{{closure}}::hecd08a454d65ee40 [INFO] [stderr] at /rustc/bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/src/libstd/rt.rs:64 [INFO] [stderr] 10: 0x560b70335522 - std::panicking::try::do_call::h03c9792ab8ffda62 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 11: 0x560b7033d489 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 12: 0x560b70335fdc - std::rt::lang_start_internal::h0a8566bec8d08064 [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 13: 0x560b702e7288 - std::rt::lang_start::h36abf790b3485a91 [INFO] [stderr] at /rustc/bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x560b702e55c9 - main [INFO] [stderr] 15: 0x7f3be2d632e0 - __libc_start_main [INFO] [stderr] 16: 0x560b702e33e9 - _start [INFO] [stderr] 17: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "efaf612532ee625c489f645ea7e5d5071bb7805f3bfd39bfc0537f87fe825134"` [INFO] running `"docker" "rm" "-f" "efaf612532ee625c489f645ea7e5d5071bb7805f3bfd39bfc0537f87fe825134"` [INFO] [stdout] efaf612532ee625c489f645ea7e5d5071bb7805f3bfd39bfc0537f87fe825134