[INFO] fetching crate cobalt-bin 0.15.4... [INFO] extracting crate cobalt-bin 0.15.4 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/cobalt-bin/0.15.4 [INFO] extracting crate cobalt-bin 0.15.4 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/cobalt-bin/0.15.4 [INFO] validating manifest of cobalt-bin-0.15.4 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cobalt-bin-0.15.4 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/cobalt-bin/0.15.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building cobalt-bin-0.15.4 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] d57e2b96984ec32e5d56b03d752a43576be80bd46c85eb2af2df2bad1eb2615d [INFO] running `"docker" "start" "-a" "d57e2b96984ec32e5d56b03d752a43576be80bd46c85eb2af2df2bad1eb2615d"` [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Compiling sass-sys v0.4.10 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling ghp v0.1.2 [INFO] [stderr] Compiling liquid-value v0.18.1 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling plist v0.4.1 [INFO] [stderr] Compiling quick-xml v0.14.0 [INFO] [stderr] Compiling jsonfeed v0.2.0 [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] = note: for more information, try `rustc --explain E0729` [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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling liquid-interpreter v0.18.1 [INFO] [stderr] Compiling rss v1.8.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] error: failed to write bytecode to /opt/crater/target/debug/deps/jsonfeed-1efde56c07045194.jsonfeed.d95kjsp6-cgu.6.rcgu.bc.z: Cannot allocate memory (os error 12) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `jsonfeed`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `sass-sys v0.4.10` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/sass-sys-a8288c38e6c04dd3/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/functions.o] Error 4 [INFO] [stderr] make: *** Waiting for unfinished jobs.... [INFO] [stderr] [INFO] [stderr] STDOUT:mkdir lib [INFO] [stderr] cc -Wall -O2 -I /opt/crater/target/debug/build/sass-sys-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/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-d748e3c79d44585f/out/build/include -fPIC -fPIC -c -o src/file.o src/file.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++0x -I /opt/crater/target/debug/build/sass-sys-d748e3c79d44585f/out/build/include -fPIC -fPIC -c -o src/util.o src/util.cpp [INFO] [stderr] Makefile:249: recipe for target 'src/functions.o' failed [INFO] [stderr] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.10/build.rs:82:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5575c6ef808b - backtrace::backtrace::libunwind::trace::hcbf63b8d794b15f4 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5575c6ef808b - backtrace::backtrace::trace_unsynchronized::h681e1cb201a9972d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5575c6ef808b - std::sys_common::backtrace::_print::hd27175ce39811176 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x5575c6ef808b - std::sys_common::backtrace::print::h117e2eebf9a1e122 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x5575c6ef808b - std::panicking::default_hook::{{closure}}::h6369b988ee675335 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 5: 0x5575c6ef7d8c - std::panicking::default_hook::hfaefd2bea4c25f9e [INFO] [stderr] at src/libstd/panicking.rs:212 [INFO] [stderr] 6: 0x5575c6ef8750 - std::panicking::rust_panic_with_hook::h02c52718165ccced [INFO] [stderr] at src/libstd/panicking.rs:475 [INFO] [stderr] 7: 0x5575c6ef82d2 - std::panicking::continue_panic_fmt::h9e135674c1df51b4 [INFO] [stderr] at src/libstd/panicking.rs:382 [INFO] [stderr] 8: 0x5575c6ef821f - std::panicking::begin_panic_fmt::h7b7b130b87f3cbeb [INFO] [stderr] at src/libstd/panicking.rs:337 [INFO] [stderr] 9: 0x5575c6ea598b - build_script_build::compile::ha487ce4b92816423 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.10/build.rs:82 [INFO] [stderr] 10: 0x5575c6ea5e4e - build_script_build::main::h12095fb5980982de [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.10/build.rs:167 [INFO] [stderr] 11: 0x5575c6ea7dd0 - std::rt::lang_start::{{closure}}::h0b2265ba4dc810b2 [INFO] [stderr] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/rt.rs:64 [INFO] [stderr] 12: 0x5575c6ef81a3 - std::rt::lang_start_internal::{{closure}}::hcbc5c8394111530e [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 13: 0x5575c6ef81a3 - std::panicking::try::do_call::h84c4ef65129422bb [INFO] [stderr] at src/libstd/panicking.rs:294 [INFO] [stderr] 14: 0x5575c6f0003a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 15: 0x5575c6ef8c5d - std::panicking::try::h2c4ddfbb8ee8ea48 [INFO] [stderr] at src/libstd/panicking.rs:273 [INFO] [stderr] 16: 0x5575c6ef8c5d - std::panic::catch_unwind::hdaf4c8aaf8d806d4 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] 17: 0x5575c6ef8c5d - std::rt::lang_start_internal::h62b0fb13d258520d [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 18: 0x5575c6ea7da9 - std::rt::lang_start::h526972c5d1e845f3 [INFO] [stderr] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/rt.rs:64 [INFO] [stderr] 19: 0x5575c6ea5e7a - main [INFO] [stderr] 20: 0x7faf608752e1 - __libc_start_main [INFO] [stderr] 21: 0x5575c6ea3c2a - _start [INFO] [stderr] 22: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "d57e2b96984ec32e5d56b03d752a43576be80bd46c85eb2af2df2bad1eb2615d"` [INFO] running `"docker" "rm" "-f" "d57e2b96984ec32e5d56b03d752a43576be80bd46c85eb2af2df2bad1eb2615d"` [INFO] [stdout] d57e2b96984ec32e5d56b03d752a43576be80bd46c85eb2af2df2bad1eb2615d