[INFO] crate cobalt-bin 0.15.4 is already in cache [INFO] checking cobalt-bin-0.15.4 against master#4007d4ef26eab44bdabc2b7574d032152264d3ad for pr-66919 [INFO] extracting crate cobalt-bin 0.15.4 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate cobalt-bin 0.15.4 on toolchain 4007d4ef26eab44bdabc2b7574d032152264d3ad [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cobalt-bin 0.15.4 [INFO] finished tweaking crates.io crate cobalt-bin 0.15.4 [INFO] tweaked toml for crates.io crate cobalt-bin 0.15.4 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 528d8ec6a890859648341da276a1c310465fec6c69a2d41ca9b572c8c398685d [INFO] running `"docker" "start" "-a" "528d8ec6a890859648341da276a1c310465fec6c69a2d41ca9b572c8c398685d"` [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking liquid-error v0.18.1 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking deunicode v1.0.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Compiling sass-sys v0.4.15 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking walkdir v0.1.8 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking liquid-value v0.18.1 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking bincode v1.2.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking ghp v0.1.2 [INFO] [stderr] Checking jsonfeed v0.2.0 [INFO] [stderr] Checking quick-xml v0.14.0 [INFO] [stderr] Checking notify v4.0.14 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/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] = help: consider replacing `'s` with `'static` [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/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] = help: consider replacing `'r` with `'static` [INFO] [stderr] [INFO] [stderr] help: the following changes may resolve your lifetime errors [INFO] [stderr] | [INFO] [stderr] = help: replace `'s` with `'static` [INFO] [stderr] = help: replace `'r` with `'static` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `liquid-value`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `regex-syntax`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=59084e00ded94c87 -C extra-filename=-59084e00ded94c87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clang-sys`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clang_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clang-sys-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clang_6_0"' --cfg 'feature="gte_clang_3_6"' --cfg 'feature="gte_clang_3_7"' --cfg 'feature="gte_clang_3_8"' --cfg 'feature="gte_clang_3_9"' --cfg 'feature="gte_clang_4_0"' --cfg 'feature="gte_clang_5_0"' --cfg 'feature="gte_clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=974a2691c6a4353e -C extra-filename=-974a2691c6a4353e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glob=/opt/rustwide/target/debug/deps/libglob-fa5b3464494f1c6b.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-10cc24a0cd2077ea.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-0d83752df711db75.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-8022d51d929faf69/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `darling_core`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name darling_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/darling_core-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b1afccc45444ef87 -C extra-filename=-b1afccc45444ef87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-2e533fd31c93a7a9.rmeta --extern ident_case=/opt/rustwide/target/debug/deps/libident_case-a00fedc78cde4357.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bf1db8795b57cedc.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-be37a459b2dc1c60.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-de350ff9d4bd56d6.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-7c51d39be8c6b7a3.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `toml`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name toml /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/toml-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=1aeb46dbc6052655 -C extra-filename=-1aeb46dbc6052655 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-bdf302cef6b40f64.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `jsonfeed`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name jsonfeed /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/jsonfeed-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b29b1c8db4fadee7 -C extra-filename=-b29b1c8db4fadee7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-2a9d8f7604e0b315.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-bdf302cef6b40f64.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-917472bcbc3e0eee.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f77240f388b87275.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-23fc1a9814955443/out` (signal: 9, SIGKILL: kill) [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.15` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/sass-sys-19ac297752c3b344/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/ast_values.o] Error 4 [INFO] [stderr] make: *** Waiting for unfinished jobs.... [INFO] [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/ast.o] Error 4 [INFO] [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/ast_sel_unify.o] Error 4 [INFO] [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] 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/ast_supports.o] Error 4 [INFO] [stderr] make: *** [src/fn_lists.o] Error 4 [INFO] [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/ast_sel_weave.o] Error 4 [INFO] [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/fn_miscs.o] Error 4 [INFO] [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/fn_colors.o] Error 4 [INFO] [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/fn_utils.o] Error 4 [INFO] [stderr] [INFO] [stderr] STDOUT:cc -Wall -O2 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/cencode.o src/cencode.c [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast.o src/ast.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_values.o src/ast_values.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_supports.o src/ast_supports.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_sel_cmp.o src/ast_sel_cmp.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_sel_unify.o src/ast_sel_unify.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_sel_super.o src/ast_sel_super.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_sel_weave.o src/ast_sel_weave.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/ast_selectors.o src/ast_selectors.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/context.o src/context.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/constants.o src/constants.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_utils.o src/fn_utils.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_miscs.o src/fn_miscs.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_maps.o src/fn_maps.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_lists.o src/fn_lists.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_colors.o src/fn_colors.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_numbers.o src/fn_numbers.cpp [INFO] [stderr] g++ -Wall -O2 -std=c++11 -I /opt/rustwide/target/debug/build/sass-sys-23beba316df6d020/out/build/include -fPIC -c -o src/fn_strings.o src/fn_strings.cpp [INFO] [stderr] Makefile:226: recipe for target 'src/ast_values.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_sel_unify.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_supports.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_lists.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_sel_weave.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_miscs.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_colors.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_utils.o' failed [INFO] [stderr] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.15/build.rs:93:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55d4ca826344 - backtrace::backtrace::libunwind::trace::h86a11ecd6abb81ed [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55d4ca826344 - backtrace::backtrace::trace_unsynchronized::hb15fe4110e5f85d2 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55d4ca826344 - std::sys_common::backtrace::_print_fmt::h3fe925aba6fb8a40 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:84 [INFO] [stderr] 3: 0x55d4ca826344 - ::fmt::heeb49cad91640f09 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x55d4ca84588c - core::fmt::write::h8833349fa0c8591c [INFO] [stderr] at src/libcore/fmt/mod.rs:1024 [INFO] [stderr] 5: 0x55d4ca823157 - std::io::Write::write_fmt::h04c97778c24a45de [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x55d4ca82846e - std::sys_common::backtrace::_print::h94674bd19992a2fa [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x55d4ca82846e - std::sys_common::backtrace::print::h96ed28e8e2a34b72 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x55d4ca82846e - std::panicking::default_hook::{{closure}}::h11c2ff14a155c2b9 [INFO] [stderr] at src/libstd/panicking.rs:193 [INFO] [stderr] 9: 0x55d4ca828161 - std::panicking::default_hook::h036f22f28618618b [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x55d4ca828a9b - std::panicking::rust_panic_with_hook::hf61d02f6b05d844c [INFO] [stderr] at src/libstd/panicking.rs:471 [INFO] [stderr] 11: 0x55d4ca82864e - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:375 [INFO] [stderr] 12: 0x55d4ca828590 - std::panicking::begin_panic_fmt::h1c95f3d89b737ce2 [INFO] [stderr] at src/libstd/panicking.rs:326 [INFO] [stderr] 13: 0x55d4ca7e52b0 - build_script_build::compile::h161de5487ac31c26 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.15/build.rs:93 [INFO] [stderr] 14: 0x55d4ca7e59f0 - build_script_build::main::h4111b99a5fe1d6c4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.15/build.rs:197 [INFO] [stderr] 15: 0x55d4ca7e7860 - std::rt::lang_start::{{closure}}::ha839989b4b9ff461 [INFO] [stderr] at /rustc/4007d4ef26eab44bdabc2b7574d032152264d3ad/src/libstd/rt.rs:67 [INFO] [stderr] 16: 0x55d4ca828533 - std::rt::lang_start_internal::{{closure}}::h8908fde85afe23e2 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 17: 0x55d4ca828533 - std::panicking::try::do_call::h4a6b7fd652bb44be [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 18: 0x55d4ca82fe0a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:81 [INFO] [stderr] 19: 0x55d4ca828f30 - std::panicking::try::h3a04761f208f0237 [INFO] [stderr] at src/libstd/panicking.rs:270 [INFO] [stderr] 20: 0x55d4ca828f30 - std::panic::catch_unwind::hcd13548900b20da0 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x55d4ca828f30 - std::rt::lang_start_internal::hcbec06ca7695af54 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x55d4ca7e7839 - std::rt::lang_start::hbc9eefda75bdf53b [INFO] [stderr] at /rustc/4007d4ef26eab44bdabc2b7574d032152264d3ad/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x55d4ca7e5a2a - main [INFO] [stderr] 24: 0x7fd496fffb97 - __libc_start_main [INFO] [stderr] 25: 0x55d4ca7e365a - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "528d8ec6a890859648341da276a1c310465fec6c69a2d41ca9b572c8c398685d"` [INFO] running `"docker" "rm" "-f" "528d8ec6a890859648341da276a1c310465fec6c69a2d41ca9b572c8c398685d"` [INFO] [stdout] 528d8ec6a890859648341da276a1c310465fec6c69a2d41ca9b572c8c398685d