[INFO] fetching crate luasocket 0.1.10... [INFO] checking luasocket-0.1.10 against try#da0275e101cdc809ce291ed8b64d6f82c6b65467 for pr-134276 [INFO] extracting crate luasocket 0.1.10 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate luasocket 0.1.10 on toolchain da0275e101cdc809ce291ed8b64d6f82c6b65467 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da0275e101cdc809ce291ed8b64d6f82c6b65467" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate luasocket 0.1.10 [INFO] finished tweaking crates.io crate luasocket 0.1.10 [INFO] tweaked toml for crates.io crate luasocket 0.1.10 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da0275e101cdc809ce291ed8b64d6f82c6b65467" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da0275e101cdc809ce291ed8b64d6f82c6b65467" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+da0275e101cdc809ce291ed8b64d6f82c6b65467" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9614ecd68cabe36500fdc9e59011ee313dcd511355ec9256494e9c5f7675470e [INFO] running `Command { std: "docker" "start" "-a" "9614ecd68cabe36500fdc9e59011ee313dcd511355ec9256494e9c5f7675470e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9614ecd68cabe36500fdc9e59011ee313dcd511355ec9256494e9c5f7675470e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9614ecd68cabe36500fdc9e59011ee313dcd511355ec9256494e9c5f7675470e", kill_on_drop: false }` [INFO] [stdout] 9614ecd68cabe36500fdc9e59011ee313dcd511355ec9256494e9c5f7675470e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+da0275e101cdc809ce291ed8b64d6f82c6b65467" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84b4876f4089514c8239e35d5a10597d858e7fce1c8c6ab66b4309f75fe532a9 [INFO] running `Command { std: "docker" "start" "-a" "84b4876f4089514c8239e35d5a10597d858e7fce1c8c6ab66b4309f75fe532a9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling td_clua v0.1.3 [INFO] [stderr] Compiling luasocket v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `macos` [INFO] [stdout] --> build.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | if cfg!(macos) { [INFO] [stdout] | ^^^^^ help: found config with similar value: `target_os = "macos"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(macos)'] } [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | let mut build = gcc::Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:5:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut build = gcc::Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: td_clua@0.1.3: lua/src/lcorolib.c:167:1: fatal error: error writing to /tmp/ccC551LI.s: No space left on device [INFO] [stderr] warning: td_clua@0.1.3: 167 | } [INFO] [stderr] warning: td_clua@0.1.3: | ^ [INFO] [stderr] warning: td_clua@0.1.3: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `td_clua 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/td_clua-12d68f2ee41aef3b/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lapi.o" "-c" "lua/src/lapi.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lcode.o" "-c" "lua/src/lcode.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lctype.o" "-c" "lua/src/lctype.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/ldebug.o" "-c" "lua/src/ldebug.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/ldo.o" "-c" "lua/src/ldo.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/ldump.o" "-c" "lua/src/ldump.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lfunc.o" "-c" "lua/src/lfunc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lgc.o" "-c" "lua/src/lgc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/llex.o" "-c" "lua/src/llex.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lmem.o" "-c" "lua/src/lmem.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lobject.o" "-c" "lua/src/lobject.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lopcodes.o" "-c" "lua/src/lopcodes.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lparser.o" "-c" "lua/src/lparser.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lstate.o" "-c" "lua/src/lstate.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lstring.o" "-c" "lua/src/lstring.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/ltable.o" "-c" "lua/src/ltable.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/ltm.o" "-c" "lua/src/ltm.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lundump.o" "-c" "lua/src/lundump.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lvm.o" "-c" "lua/src/lvm.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lzio.o" "-c" "lua/src/lzio.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lauxlib.o" "-c" "lua/src/lauxlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lbaselib.o" "-c" "lua/src/lbaselib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lbitlib.o" "-c" "lua/src/lbitlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lcorolib.o" "-c" "lua/src/lcorolib.c" [INFO] [stderr] cargo:warning=lua/src/lcorolib.c:167:1: fatal error: error writing to /tmp/ccC551LI.s: No space left on device [INFO] [stderr] cargo:warning= 167 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gcc-0.3.55/src/lib.rs:1672:5: [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "lua/src" "-DLUA_COMPAT_ALL" "-DLUA_COMPAT_MODULE" "-DLUA_COMPAT_BITLIB" "-DLUA_COMPAT_LOADSTRING" "-DLUA_USE_LINUX=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/td_clua-d3f7d65562e7be66/out/lua/src/lcorolib.o" "-c" "lua/src/lcorolib.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5d45b1d537aa - std::backtrace_rs::backtrace::libunwind::trace::h20bb79fb3cbb1538 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5d45b1d537aa - std::backtrace_rs::backtrace::trace_unsynchronized::hfb84d0e8d547546a [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5d45b1d537aa - std::sys::backtrace::_print_fmt::h51fc4cde5cde17f0 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5d45b1d537aa - ::fmt::h3d086ef24ca326d6 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5d45b1d764e3 - core::fmt::rt::Argument::fmt::h5130286309793143 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5d45b1d764e3 - core::fmt::write::h5affc32db0d4af42 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/core/src/fmt/mod.rs:1437:21 [INFO] [stderr] 6: 0x5d45b1d4fea3 - std::io::Write::write_fmt::he3b1eb37b4b0239c [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x5d45b1d535f2 - std::sys::backtrace::BacktraceLock::print::h6e9de34c95ab0c3a [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5d45b1d547dd - std::panicking::default_hook::{{closure}}::hb76019f25105c2fd [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:284:22 [INFO] [stderr] 9: 0x5d45b1d54622 - std::panicking::default_hook::hcbaa6c2588d4c18f [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:311:9 [INFO] [stderr] 10: 0x5d45b1d54e17 - std::panicking::rust_panic_with_hook::h40a3599061fb8e4c [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:817:13 [INFO] [stderr] 11: 0x5d45b1d54caa - std::panicking::begin_panic_handler::{{closure}}::hf118321bc44f39f7 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:690:13 [INFO] [stderr] 12: 0x5d45b1d53c79 - std::sys::backtrace::__rust_end_short_backtrace::hcdbe94597b084573 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5d45b1d5493d - rust_begin_unwind [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:681:5 [INFO] [stderr] 14: 0x5d45b1d75360 - core::panicking::panic_fmt::h4badc973f3f3eeaf [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5d45b1d11d5f - gcc::fail::h1665fce7e763486c [INFO] [stderr] 16: 0x5d45b1d058df - gcc::Build::compile::h1c7850d6e17b3a9e [INFO] [stderr] 17: 0x5d45b1d01fbd - build_script_build::main::he23285e739497050 [INFO] [stderr] 18: 0x5d45b1d016c3 - core::ops::function::FnOnce::call_once::hefb1df0adcbc721f [INFO] [stderr] 19: 0x5d45b1d01626 - std::sys::backtrace::__rust_begin_short_backtrace::h61020ce156c51b9f [INFO] [stderr] 20: 0x5d45b1d01609 - std::rt::lang_start::{{closure}}::h366badf28db7b817 [INFO] [stderr] 21: 0x5d45b1d4bd07 - core::ops::function::impls:: for &F>::call_once::h6e5a46c5eb759246 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x5d45b1d4bd07 - std::panicking::try::do_call::h329e87994633537b [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:573:40 [INFO] [stderr] 23: 0x5d45b1d4bd07 - std::panicking::try::h5044f478cb9e6aab [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:536:19 [INFO] [stderr] 24: 0x5d45b1d4bd07 - std::panic::catch_unwind::h0518555b97a26f37 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panic.rs:358:14 [INFO] [stderr] 25: 0x5d45b1d4bd07 - std::rt::lang_start_internal::{{closure}}::h5dca7d28736b1458 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/rt.rs:174:48 [INFO] [stderr] 26: 0x5d45b1d4bd07 - std::panicking::try::do_call::h971692da60291c5f [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:573:40 [INFO] [stderr] 27: 0x5d45b1d4bd07 - std::panicking::try::h2e0c438c49d8579b [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panicking.rs:536:19 [INFO] [stderr] 28: 0x5d45b1d4bd07 - std::panic::catch_unwind::h5aff86d1d7d10705 [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/panic.rs:358:14 [INFO] [stderr] 29: 0x5d45b1d4bd07 - std::rt::lang_start_internal::hac94d42d0926020f [INFO] [stderr] at /rustc/da0275e101cdc809ce291ed8b64d6f82c6b65467/library/std/src/rt.rs:174:20 [INFO] [stderr] 30: 0x5d45b1d015e7 - std::rt::lang_start::h8bc023ce196ce458 [INFO] [stderr] 31: 0x5d45b1d02005 - main [INFO] [stderr] 32: 0x7f5a6ad1cd90 - [INFO] [stderr] 33: 0x7f5a6ad1ce40 - __libc_start_main [INFO] [stderr] 34: 0x5d45b1d011c5 - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "84b4876f4089514c8239e35d5a10597d858e7fce1c8c6ab66b4309f75fe532a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84b4876f4089514c8239e35d5a10597d858e7fce1c8c6ab66b4309f75fe532a9", kill_on_drop: false }` [INFO] [stdout] 84b4876f4089514c8239e35d5a10597d858e7fce1c8c6ab66b4309f75fe532a9