[INFO] updating cached repository https://github.com/ascii-dresden/ascii-prepaid-system [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/ascii-dresden/ascii-prepaid-system [INFO] [stderr] * [new branch] feature/auth-macro -> feature/auth-macro [INFO] [stderr] 264c4a6..7b506e9 master -> master [INFO] [stderr] * [new branch] update/actix2.0 -> update/actix2.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b506e997cb3f8f57322a253ff90c8fb1596938b [INFO] checking ascii-dresden/ascii-prepaid-system against master#4007d4ef26eab44bdabc2b7574d032152264d3ad for pr-66919 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fascii-dresden%2Fascii-prepaid-system" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ascii-dresden/ascii-prepaid-system on toolchain 4007d4ef26eab44bdabc2b7574d032152264d3ad [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ascii-dresden/ascii-prepaid-system [INFO] finished tweaking git repo https://github.com/ascii-dresden/ascii-prepaid-system [INFO] tweaked toml for git repo https://github.com/ascii-dresden/ascii-prepaid-system written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/ascii-dresden/ascii-prepaid-system already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 0ed10beae1faa73ef479af8d2b9124001bb24832f7bb64881122e83a2e961250 [INFO] running `"docker" "start" "-a" "0ed10beae1faa73ef479af8d2b9124001bb24832f7bb64881122e83a2e961250"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking crossbeam-utils v0.7.0 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Compiling sass-sys v0.4.15 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] error: could not compile `nom`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name nom /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nom-4.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="verbose-errors"' -C metadata=e1d7745b1e5f78c3 -C extra-filename=-e1d7745b1e5f78c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-4589a29cde9a1957.rmeta --cap-lints allow --cap-lints=forbid --cfg stable_i128` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `futures-util-preview`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name futures_util /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel-preview"' --cfg 'feature="futures-io-preview"' --cfg 'feature="futures-sink-preview"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=bd5d2a980e32da2a -C extra-filename=-bd5d2a980e32da2a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-c14a1a747233e89c.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-52d775f0d6a7abe5.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-436fff8a305e8391.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-8660738a5ad2182e.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-4589a29cde9a1957.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-ecf65489d1a9ffab.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-9dc3380838777fc3.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 `cc`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name cc /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="jobserver"' --cfg 'feature="num_cpus"' --cfg 'feature="parallel"' -C metadata=01055c7ed52c1f33 -C extra-filename=-01055c7ed52c1f33 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-dd3bd1c1419b64ff.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-37d9a2f0ffaf19d6.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 `syn`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.8/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=2aa28ee856152f4a -C extra-filename=-2aa28ee856152f4a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0dfeb3be5d71ec05.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2ba42da9d8dae38f.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-3fa30a86d848ba58.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 `crossbeam-deque`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name crossbeam_deque /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ce30abbfa4660d5f -C extra-filename=-ce30abbfa4660d5f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_epoch=/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1b548969f158d819.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-eb31103bb9b93dd6.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 `scheduled-thread-pool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name scheduled_thread_pool /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scheduled-thread-pool-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=7296349bd2e10887 -C extra-filename=-7296349bd2e10887 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7ad06bdee58bdeca.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 `rand`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name rand /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="std"' -C metadata=1679fce68df4e2b1 -C extra-filename=-1679fce68df4e2b1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern getrandom_package=/opt/rustwide/target/debug/deps/libgetrandom-7e043ff02dec5075.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-e8aed5fbb9c48727.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-20a3cabc7f8a34ba.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-bf99e9309cada9ad.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.15` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/sass-sys-f91759a0def53ba0/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] 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_selectors.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] 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/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 for instructions. [INFO] [stderr] make: *** [src/fn_maps.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_supports.o] Error 4 [INFO] [stderr] [INFO] [stderr] STDOUT:cc -Wall -O2 -I /opt/rustwide/target/debug/build/sass-sys-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/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-03afe3ea64a1e9f4/out/build/include -fPIC -c -o src/fn_strings.o src/fn_strings.cpp [INFO] [stderr] Makefile:226: recipe for target 'src/context.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_selectors.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_utils.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_colors.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_values.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/fn_maps.o' failed [INFO] [stderr] Makefile:226: recipe for target 'src/ast_supports.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: 0x55c7d6b7e964 - 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: 0x55c7d6b7e964 - 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: 0x55c7d6b7e964 - std::sys_common::backtrace::_print_fmt::h3fe925aba6fb8a40 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:84 [INFO] [stderr] 3: 0x55c7d6b7e964 - ::fmt::heeb49cad91640f09 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x55c7d6b9deac - core::fmt::write::h8833349fa0c8591c [INFO] [stderr] at src/libcore/fmt/mod.rs:1024 [INFO] [stderr] 5: 0x55c7d6b7b777 - std::io::Write::write_fmt::h04c97778c24a45de [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x55c7d6b80a8e - std::sys_common::backtrace::_print::h94674bd19992a2fa [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x55c7d6b80a8e - std::sys_common::backtrace::print::h96ed28e8e2a34b72 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x55c7d6b80a8e - std::panicking::default_hook::{{closure}}::h11c2ff14a155c2b9 [INFO] [stderr] at src/libstd/panicking.rs:193 [INFO] [stderr] 9: 0x55c7d6b80781 - std::panicking::default_hook::h036f22f28618618b [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x55c7d6b810bb - std::panicking::rust_panic_with_hook::hf61d02f6b05d844c [INFO] [stderr] at src/libstd/panicking.rs:471 [INFO] [stderr] 11: 0x55c7d6b80c6e - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:375 [INFO] [stderr] 12: 0x55c7d6b80bb0 - std::panicking::begin_panic_fmt::h1c95f3d89b737ce2 [INFO] [stderr] at src/libstd/panicking.rs:326 [INFO] [stderr] 13: 0x55c7d6b3c640 - build_script_build::compile::hb3e6144277a0fef2 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.15/build.rs:93 [INFO] [stderr] 14: 0x55c7d6b3cd80 - build_script_build::main::h00488293949c444f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sass-sys-0.4.15/build.rs:197 [INFO] [stderr] 15: 0x55c7d6b3ebf0 - std::rt::lang_start::{{closure}}::h9898403c9a85eb22 [INFO] [stderr] at /rustc/4007d4ef26eab44bdabc2b7574d032152264d3ad/src/libstd/rt.rs:67 [INFO] [stderr] 16: 0x55c7d6b80b53 - std::rt::lang_start_internal::{{closure}}::h8908fde85afe23e2 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 17: 0x55c7d6b80b53 - std::panicking::try::do_call::h4a6b7fd652bb44be [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 18: 0x55c7d6b8842a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:81 [INFO] [stderr] 19: 0x55c7d6b81550 - std::panicking::try::h3a04761f208f0237 [INFO] [stderr] at src/libstd/panicking.rs:270 [INFO] [stderr] 20: 0x55c7d6b81550 - std::panic::catch_unwind::hcd13548900b20da0 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x55c7d6b81550 - std::rt::lang_start_internal::hcbec06ca7695af54 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x55c7d6b3ebc9 - std::rt::lang_start::h0647ecdaaa08c26d [INFO] [stderr] at /rustc/4007d4ef26eab44bdabc2b7574d032152264d3ad/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x55c7d6b3cdba - main [INFO] [stderr] 24: 0x7f3fdca01b97 - __libc_start_main [INFO] [stderr] 25: 0x55c7d6b3a9ea - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "0ed10beae1faa73ef479af8d2b9124001bb24832f7bb64881122e83a2e961250"` [INFO] running `"docker" "rm" "-f" "0ed10beae1faa73ef479af8d2b9124001bb24832f7bb64881122e83a2e961250"` [INFO] [stdout] 0ed10beae1faa73ef479af8d2b9124001bb24832f7bb64881122e83a2e961250