[INFO] updating cached repository https://github.com/cobalt-org/cobalt.rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] [stderr] From https://github.com/cobalt-org/cobalt.rs
[INFO] [stderr]  * [new branch]      dependabot/cargo/syntect-4.1.0 -> dependabot/cargo/syntect-4.1.0
[INFO] [stderr]    7fc4dd8..bd3c644  master     -> master
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] bd3c64486ad096f09c7fa9855b9d773fa5d8ef27
[INFO] checking cobalt-org/cobalt.rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobalt-org%2Fcobalt.rs" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cobalt-org/cobalt.rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/cobalt-org/cobalt.rs
[INFO] finished tweaking git repo https://github.com/cobalt-org/cobalt.rs
[INFO] tweaked toml for git repo https://github.com/cobalt-org/cobalt.rs written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/cobalt-org/cobalt.rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 890ce5e868e6b4b72cb8fe07f235e9f7a7e3a93b729224d5f317b57eae0e0007
[INFO] running `"docker" "start" "-a" "890ce5e868e6b4b72cb8fe07f235e9f7a7e3a93b729224d5f317b57eae0e0007"`
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking deunicode v1.1.0
[INFO] [stderr]    Compiling pulldown-cmark v0.7.0
[INFO] [stderr]     Checking humantime v2.0.0
[INFO] [stderr]     Checking open v1.4.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.34
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking quick-xml v0.17.2
[INFO] [stderr]     Checking flate2 v1.0.14
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling sass-sys v0.4.18
[INFO] [stderr]     Checking float-cmp v0.6.0
[INFO] [stderr]     Checking walkdir v0.1.8
[INFO] [stderr]     Checking chrono_utils v0.1.3
[INFO] [stderr]     Checking tiny_http v0.6.2
[INFO] [stderr]     Checking ghp v0.1.2
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking sitemap v0.4.0
[INFO] [stderr]     Checking backtrace v0.3.45
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr] error: could not compile `pest`.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustc --crate-name pest /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=f518188c34db2ed7 -C extra-filename=-f518188c34db2ed7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-544c9347e8ea1398.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 `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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -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=f84f7ca88f461eb4 -C extra-filename=-f84f7ca88f461eb4 --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 `syn`.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=353cdad718ae4ebd -C extra-filename=-353cdad718ae4ebd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f1d56d79d083a9fa.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-90a64d8f2d739c4d.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-47a4f2051df1371e.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: failed to run custom build command for `sass-sys v0.4.18`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/sass-sys-bfca0f0384ee4126/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 <file:///usr/share/doc/gcc-7/README.Bugs> 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 <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
[INFO] [stderr] make: *** [src/fn_utils.o] Error 4
[INFO] [stderr] make: *** Waiting for unfinished jobs....
[INFO] [stderr] make: *** [src/ast_supports.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 <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
[INFO] [stderr] make: *** [src/ast_sel_super.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 <file:///usr/share/doc/gcc-7/README.Bugs> 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 <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
[INFO] [stderr] make: *** [src/ast_values.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 <file:///usr/share/doc/gcc-7/README.Bugs> 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 <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
[INFO] [stderr] make: *** [src/ast_selectors.o] Error 4
[INFO] [stderr] 
[INFO] [stderr] STDOUT:cc -Wall -O2 -I /opt/rustwide/target/debug/build/sass-sys-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/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-88e01c511700413d/out/build/include  -fPIC -c -o src/fn_strings.o src/fn_strings.cpp
[INFO] [stderr] Makefile:226: recipe for target 'src/fn_utils.o' failed
[INFO] [stderr] Makefile:226: recipe for target 'src/ast_supports.o' failed
[INFO] [stderr] Makefile:226: recipe for target 'src/ast_sel_super.o' failed
[INFO] [stderr] Makefile:226: recipe for target 'src/fn_miscs.o' failed
[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_selectors.o' failed
[INFO] [stderr] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.18/build.rs:126:9
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5567249040e4 - backtrace::backtrace::libunwind::trace::h9e598fcb10d5c4f5
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86
[INFO] [stderr]    1:     0x5567249040e4 - backtrace::backtrace::trace_unsynchronized::hbfbd58fbb4a2603e
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66
[INFO] [stderr]    2:     0x5567249040e4 - std::sys_common::backtrace::_print_fmt::hacb596a8013761df
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:78
[INFO] [stderr]    3:     0x5567249040e4 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::ha1ba73c9085723eb
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:59
[INFO] [stderr]    4:     0x55672492901c - core::fmt::write::hb4ac1e8a8c800611
[INFO] [stderr]                                at src/libcore/fmt/mod.rs:1069
[INFO] [stderr]    5:     0x556724900f03 - std::io::Write::write_fmt::ha413e6029f4d499f
[INFO] [stderr]                                at src/libstd/io/mod.rs:1504
[INFO] [stderr]    6:     0x556724906735 - std::sys_common::backtrace::_print::h5afa8b3832cd03b8
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:62
[INFO] [stderr]    7:     0x556724906735 - std::sys_common::backtrace::print::h49229e3486b70f83
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:49
[INFO] [stderr]    8:     0x556724906735 - std::panicking::default_hook::{{closure}}::hcfefd5f4943f3aa9
[INFO] [stderr]                                at src/libstd/panicking.rs:198
[INFO] [stderr]    9:     0x556724906472 - std::panicking::default_hook::h4c2b6d8d034c53de
[INFO] [stderr]                                at src/libstd/panicking.rs:218
[INFO] [stderr]   10:     0x556724906d42 - std::panicking::rust_panic_with_hook::hf8cee70c0118d2cc
[INFO] [stderr]                                at src/libstd/panicking.rs:511
[INFO] [stderr]   11:     0x55672490692b - rust_begin_unwind
[INFO] [stderr]                                at src/libstd/panicking.rs:419
[INFO] [stderr]   12:     0x55672490689b - std::panicking::begin_panic_fmt::h58dd034954c7216c
[INFO] [stderr]                                at src/libstd/panicking.rs:373
[INFO] [stderr]   13:     0x5567248c2002 - build_script_build::compile::h24efc2bb53f33a7f
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.18/build.rs:126
[INFO] [stderr]   14:     0x5567248c25d5 - build_script_build::main::heea4f11e3afdbcf7
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.18/build.rs:230
[INFO] [stderr]   15:     0x5567248c33eb - std::rt::lang_start::{{closure}}::h5453d6712ea1c501
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   16:     0x556724907188 - std::rt::lang_start_internal::{{closure}}::h4c4631d379953dd0
[INFO] [stderr]                                at src/libstd/rt.rs:52
[INFO] [stderr]   17:     0x556724907188 - std::panicking::try::do_call::hc26b3db2421dedbb
[INFO] [stderr]                                at src/libstd/panicking.rs:331
[INFO] [stderr]   18:     0x556724907188 - std::panicking::try::h4da6835c8705b8a7
[INFO] [stderr]                                at src/libstd/panicking.rs:274
[INFO] [stderr]   19:     0x556724907188 - std::panic::catch_unwind::h02aff520273fa6b1
[INFO] [stderr]                                at src/libstd/panic.rs:394
[INFO] [stderr]   20:     0x556724907188 - std::rt::lang_start_internal::he0572ca212cb5ef4
[INFO] [stderr]                                at src/libstd/rt.rs:51
[INFO] [stderr]   21:     0x5567248c33c7 - std::rt::lang_start::hf34123116649c45b
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   22:     0x5567248c260a - main
[INFO] [stderr]   23:     0x7f529449eb97 - __libc_start_main
[INFO] [stderr]   24:     0x5567248c017a - _start
[INFO] [stderr]   25:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] running `"docker" "inspect" "890ce5e868e6b4b72cb8fe07f235e9f7a7e3a93b729224d5f317b57eae0e0007"`
[INFO] running `"docker" "rm" "-f" "890ce5e868e6b4b72cb8fe07f235e9f7a7e3a93b729224d5f317b57eae0e0007"`
[INFO] [stdout] 890ce5e868e6b4b72cb8fe07f235e9f7a7e3a93b729224d5f317b57eae0e0007
