[INFO] updating cached repository https://github.com/VGDC-UCI/godot-workshop7-rust [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d189f62a5c9ba27dcb7cb84bcbbf69bc6ebaa364 [INFO] testing VGDC-UCI/godot-workshop7-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGDC-UCI%2Fgodot-workshop7-rust" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VGDC-UCI/godot-workshop7-rust on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/VGDC-UCI/godot-workshop7-rust [INFO] finished tweaking git repo https://github.com/VGDC-UCI/godot-workshop7-rust [INFO] tweaked toml for git repo https://github.com/VGDC-UCI/godot-workshop7-rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/VGDC-UCI/godot-workshop7-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3da282cb026974fe77981e6b82694a1fdfd6a8b26343250e03ca6d6471253fc0 [INFO] running `"docker" "start" "-a" "3da282cb026974fe77981e6b82694a1fdfd6a8b26343250e03ca6d6471253fc0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling euclid v0.20.4 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling gdnative-derive v0.5.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling gdnative_bindings_generator v0.2.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] Compiling gdnative-sys v0.5.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] Compiling gdnative-core v0.5.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] Compiling gdnative-bindings v0.1.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] Compiling gdnative v0.5.0 (https://github.com/GodotNativeTools/godot-rust.git#e95c7e6e) [INFO] [stderr] error: could not compile `gdnative-bindings`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gdnative_bindings --edition=2018 /opt/rustwide/cargo-home/git/checkouts/godot-rust-6b1e607c51143c56/e95c7e6/gdnative-bindings/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=cf24e162284cbb16 -C extra-filename=-cf24e162284cbb16 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rmeta --extern gdnative_core=/opt/rustwide/target/debug/deps/libgdnative_core-b2a4b3f99b530473.rmeta --extern gdnative_sys=/opt/rustwide/target/debug/deps/libgdnative_sys-4f78f76c55c559d5.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-70a8baaa89f21cfb.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "3da282cb026974fe77981e6b82694a1fdfd6a8b26343250e03ca6d6471253fc0"` [INFO] running `"docker" "rm" "-f" "3da282cb026974fe77981e6b82694a1fdfd6a8b26343250e03ca6d6471253fc0"` [INFO] [stdout] 3da282cb026974fe77981e6b82694a1fdfd6a8b26343250e03ca6d6471253fc0