[INFO] cloning repository https://github.com/panicbit/lua_demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panicbit/lua_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Flua_demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Flua_demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 767b5609597cf54fe2fd7c38969e70a53fd99e66 [INFO] checking panicbit/lua_demo against try#d7b15db413fd2070daa09a2c5b7f2ab38417429f for pr-144544 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Flua_demo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/panicbit/lua_demo [INFO] finished tweaking git repo https://github.com/panicbit/lua_demo [INFO] tweaked toml for git repo https://github.com/panicbit/lua_demo written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/panicbit/lua_demo on toolchain d7b15db413fd2070daa09a2c5b7f2ab38417429f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/panicbit/lua_demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe054762d4e6620b379f1058b755dec2b890693036c88b18e3b2916fbbdb2583 [INFO] running `Command { std: "docker" "start" "-a" "fe054762d4e6620b379f1058b755dec2b890693036c88b18e3b2916fbbdb2583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe054762d4e6620b379f1058b755dec2b890693036c88b18e3b2916fbbdb2583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe054762d4e6620b379f1058b755dec2b890693036c88b18e3b2916fbbdb2583", kill_on_drop: false }` [INFO] [stdout] fe054762d4e6620b379f1058b755dec2b890693036c88b18e3b2916fbbdb2583 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdb856a334f0f82054cfef5f8bfe7cb68b8bdf772921a670446f6826694d198f [INFO] running `Command { std: "docker" "start" "-a" "bdb856a334f0f82054cfef5f8bfe7cb68b8bdf772921a670446f6826694d198f", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.127 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.60 [INFO] [stderr] Compiling rlua v0.19.4 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling rlua-lua54-sys v0.1.3 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] warning: rlua-lua54-sys@0.1.3: lua-5.4.3/src/lstate.c:438:1: fatal error: error writing to /tmp/ccqZoZu6.s: No space left on device [INFO] [stderr] warning: rlua-lua54-sys@0.1.3: 438 | } [INFO] [stderr] warning: rlua-lua54-sys@0.1.3: | ^ [INFO] [stderr] warning: rlua-lua54-sys@0.1.3: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `rlua-lua54-sys v0.1.3` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rlua-lua54-sys-dd9a81dc6e95bd24/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lapi.o" "-c" "lua-5.4.3/src/lapi.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lbaselib.o" "-c" "lua-5.4.3/src/lbaselib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lcode.o" "-c" "lua-5.4.3/src/lcode.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lcorolib.o" "-c" "lua-5.4.3/src/lcorolib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lctype.o" "-c" "lua-5.4.3/src/lctype.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/ldblib.o" "-c" "lua-5.4.3/src/ldblib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/ldebug.o" "-c" "lua-5.4.3/src/ldebug.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/ldo.o" "-c" "lua-5.4.3/src/ldo.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/ldump.o" "-c" "lua-5.4.3/src/ldump.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lfunc.o" "-c" "lua-5.4.3/src/lfunc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lgc.o" "-c" "lua-5.4.3/src/lgc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/liolib.o" "-c" "lua-5.4.3/src/liolib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/llex.o" "-c" "lua-5.4.3/src/llex.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lmathlib.o" "-c" "lua-5.4.3/src/lmathlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lauxlib.o" "-c" "lua-5.4.3/src/lauxlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lmem.o" "-c" "lua-5.4.3/src/lmem.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/loadlib.o" "-c" "lua-5.4.3/src/loadlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lobject.o" "-c" "lua-5.4.3/src/lobject.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lopcodes.o" "-c" "lua-5.4.3/src/lopcodes.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lparser.o" "-c" "lua-5.4.3/src/lparser.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lstate.o" "-c" "lua-5.4.3/src/lstate.c" [INFO] [stderr] cargo:warning=lua-5.4.3/src/lstate.c:438:1: fatal error: error writing to /tmp/ccqZoZu6.s: No space left on device [INFO] [stderr] cargo:warning= 438 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "lua-5.4.3/src" "-DLUA_USE_LINUX" "-o" "/opt/rustwide/target/debug/build/rlua-lua54-sys-778779639eb06440/out/lib/lua-5.4.3/src/lstate.o" "-c" "lua-5.4.3/src/lstate.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bdb856a334f0f82054cfef5f8bfe7cb68b8bdf772921a670446f6826694d198f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdb856a334f0f82054cfef5f8bfe7cb68b8bdf772921a670446f6826694d198f", kill_on_drop: false }` [INFO] [stdout] bdb856a334f0f82054cfef5f8bfe7cb68b8bdf772921a670446f6826694d198f