[INFO] updating cached repository https://github.com/SilverSoldier/Maze-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] cb23a3967059ec701b9ecb4335e1299f5b5b102b [INFO] checking SilverSoldier/Maze-Rust against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSilverSoldier%2FMaze-Rust" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SilverSoldier/Maze-Rust on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SilverSoldier/Maze-Rust [INFO] finished tweaking git repo https://github.com/SilverSoldier/Maze-Rust [INFO] tweaked toml for git repo https://github.com/SilverSoldier/Maze-Rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/SilverSoldier/Maze-Rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 20948a21e2439b89dd16c95431bbaf4e4a103d5253545e2268b33913af103b25 [INFO] running `"docker" "start" "-a" "20948a21e2439b89dd16c95431bbaf4e4a103d5253545e2268b33913af103b25"` [INFO] [stderr] Compiling gcc v0.3.44 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Compiling tcod-sys v4.0.1 [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: libtcod/src/zlib/gzlib.c: In function 'gz_open': [INFO] [stderr] warning: libtcod/src/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: # define LSEEK lseek [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libtcod/src/zlib/gzlib.c:250:24: note: in expansion of macro 'LSEEK' [INFO] [stderr] warning: state->start = LSEEK(state->fd, 0, SEEK_CUR); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: libtcod/src/zlib/gzread.c: In function 'gz_load': [INFO] [stderr] warning: libtcod/src/zlib/gzread.c:30:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: ret = read(state->fd, buf + *have, len - *have); [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: fread [INFO] [stderr] warning: libtcod/src/zlib/gzread.c: In function 'gzclose_r': [INFO] [stderr] warning: libtcod/src/zlib/gzread.c:586:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: ret = close(state->fd); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: pclose [INFO] [stderr] warning: libtcod/src/zlib/gzwrite.c: In function 'gz_comp': [INFO] [stderr] warning: libtcod/src/zlib/gzwrite.c:84:15: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: got = write(state->fd, strm->next_in, strm->avail_in); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: fwrite [INFO] [stderr] warning: libtcod/src/zlib/gzwrite.c: In function 'gzclose_w': [INFO] [stderr] warning: libtcod/src/zlib/gzwrite.c:561:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: if (close(state->fd) == -1) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: pclose [INFO] [stderr] warning: libtcod/src/sys_c.c: In function 'TCOD_sys_get_directory_content': [INFO] [stderr] warning: libtcod/src/sys_c.c:159:25: warning: passing argument 2 of 'TCOD_list_push' makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] warning: TCOD_list_push(list,strdup(dirent->d_name)); [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: In file included from libtcod/include/libtcod.h:178:0, [INFO] [stderr] warning: from libtcod/src/sys_c.c:41: [INFO] [stderr] warning: libtcod/include/list.h:37:18: note: expected 'const void *' but argument is of type 'int' [INFO] [stderr] warning: TCODLIB_API void TCOD_list_push(TCOD_list_t l, const void * elt); [INFO] [stderr] warning: ^~~~~~~~~~~~~~ [INFO] [stderr] warning: libtcod/src/sys_c.c: In function 'TCOD_sys_clipboard_get': [INFO] [stderr] warning: libtcod/src/sys_c.c:645:12: warning: initialization makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] warning: char *ret=strdup(xbuf); [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: libtcod/src/sys_opengl_c.c:35:10: fatal error: SDL/SDL.h: No such file or directory [INFO] [stderr] warning: #include [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: compilation terminated. [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `tcod-sys v4.0.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/tcod-sys-d0d3d763a2e76ca7/build-script-build` (exit code: 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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/adler32.o" "-c" "libtcod/src/zlib/adler32.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/crc32.o" "-c" "libtcod/src/zlib/crc32.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/deflate.o" "-c" "libtcod/src/zlib/deflate.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/infback.o" "-c" "libtcod/src/zlib/infback.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inffast.o" "-c" "libtcod/src/zlib/inffast.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inflate.o" "-c" "libtcod/src/zlib/inflate.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inftrees.o" "-c" "libtcod/src/zlib/inftrees.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/trees.o" "-c" "libtcod/src/zlib/trees.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/zutil.o" "-c" "libtcod/src/zlib/zutil.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/compress.o" "-c" "libtcod/src/zlib/compress.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/uncompr.o" "-c" "libtcod/src/zlib/uncompr.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzclose.o" "-c" "libtcod/src/zlib/gzclose.c" [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzlib.o" "-c" "libtcod/src/zlib/gzlib.c" [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzlib.c: In function 'gz_open': [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] [INFO] [stderr] cargo:warning= # define LSEEK lseek [INFO] [stderr] cargo:warning= ^ [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzlib.c:250:24: note: in expansion of macro 'LSEEK' [INFO] [stderr] cargo:warning= state->start = LSEEK(state->fd, 0, SEEK_CUR); [INFO] [stderr] cargo:warning= ^~~~~ [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzread.o" "-c" "libtcod/src/zlib/gzread.c" [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzread.c: In function 'gz_load': [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzread.c:30:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] [INFO] [stderr] cargo:warning= ret = read(state->fd, buf + *have, len - *have); [INFO] [stderr] cargo:warning= ^~~~ [INFO] [stderr] cargo:warning= fread [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzread.c: In function 'gzclose_r': [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzread.c:586:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] cargo:warning= ret = close(state->fd); [INFO] [stderr] cargo:warning= ^~~~~ [INFO] [stderr] cargo:warning= pclose [INFO] [stderr] ExitStatus(ExitStatus(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] PROFILE = Some("debug") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzwrite.o" "-c" "libtcod/src/zlib/gzwrite.c" [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzwrite.c: In function 'gz_comp': [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzwrite.c:84:15: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] [INFO] [stderr] cargo:warning= got = write(state->fd, strm->next_in, strm->avail_in); [INFO] [stderr] cargo:warning= ^~~~~ [INFO] [stderr] cargo:warning= fwrite [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzwrite.c: In function 'gzclose_w': [INFO] [stderr] cargo:warning=libtcod/src/zlib/gzwrite.c:561:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] [INFO] [stderr] cargo:warning= if (close(state->fd) == -1) [INFO] [stderr] cargo:warning= ^~~~~ [INFO] [stderr] cargo:warning= pclose [INFO] [stderr] ExitStatus(ExitStatus(0)) [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] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_AR = None [INFO] [stderr] AR = None [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] running: "ar" "crs" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libz.a" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/adler32.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/crc32.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/deflate.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/infback.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inffast.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inflate.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/inftrees.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/trees.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/zutil.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/compress.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/uncompr.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzclose.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzlib.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzread.o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/zlib/gzwrite.o" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rustc-link-lib=static=z [INFO] [stderr] cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/bresenham_c.o" "-c" "libtcod/src/bresenham_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/bsp_c.o" "-c" "libtcod/src/bsp_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/color_c.o" "-c" "libtcod/src/color_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/console_c.o" "-c" "libtcod/src/console_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_c.o" "-c" "libtcod/src/fov_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_circular_raycasting.o" "-c" "libtcod/src/fov_circular_raycasting.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_diamond_raycasting.o" "-c" "libtcod/src/fov_diamond_raycasting.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_recursive_shadowcasting.o" "-c" "libtcod/src/fov_recursive_shadowcasting.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_permissive2.o" "-c" "libtcod/src/fov_permissive2.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/fov_restrictive.o" "-c" "libtcod/src/fov_restrictive.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/heightmap_c.o" "-c" "libtcod/src/heightmap_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/image_c.o" "-c" "libtcod/src/image_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/lex_c.o" "-c" "libtcod/src/lex_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/list_c.o" "-c" "libtcod/src/list_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/mersenne_c.o" "-c" "libtcod/src/mersenne_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/noise_c.o" "-c" "libtcod/src/noise_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/parser_c.o" "-c" "libtcod/src/parser_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/path_c.o" "-c" "libtcod/src/path_c.c" [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/sys_c.o" "-c" "libtcod/src/sys_c.c" [INFO] [stderr] cargo:warning=libtcod/src/sys_c.c: In function 'TCOD_sys_get_directory_content': [INFO] [stderr] cargo:warning=libtcod/src/sys_c.c:159:25: warning: passing argument 2 of 'TCOD_list_push' makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] cargo:warning= TCOD_list_push(list,strdup(dirent->d_name)); [INFO] [stderr] cargo:warning= ^~~~~~ [INFO] [stderr] cargo:warning=In file included from libtcod/include/libtcod.h:178:0, [INFO] [stderr] cargo:warning= from libtcod/src/sys_c.c:41: [INFO] [stderr] cargo:warning=libtcod/include/list.h:37:18: note: expected 'const void *' but argument is of type 'int' [INFO] [stderr] cargo:warning= TCODLIB_API void TCOD_list_push(TCOD_list_t l, const void * elt); [INFO] [stderr] cargo:warning= ^~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libtcod/src/sys_c.c: In function 'TCOD_sys_clipboard_get': [INFO] [stderr] cargo:warning=libtcod/src/sys_c.c:645:12: warning: initialization makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] cargo:warning= char *ret=strdup(xbuf); [INFO] [stderr] cargo:warning= ^~~~~~ [INFO] [stderr] ExitStatus(ExitStatus(0)) [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "libtcod/include" "-I" "libtcod/src/zlib" "-fno-strict-aliasing" "-ansi" "-o" "/opt/rustwide/target/debug/build/tcod-sys-96e9faefcd8a3bc9/out/libtcod/src/sys_opengl_c.o" "-c" "libtcod/src/sys_opengl_c.c" [INFO] [stderr] cargo:warning=libtcod/src/sys_opengl_c.c:35:10: fatal error: SDL/SDL.h: No such file or directory [INFO] [stderr] cargo:warning= #include [INFO] [stderr] cargo:warning= ^~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] ExitStatus(ExitStatus(256)) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit code: 1 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:1140:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5560623b4394 - backtrace::backtrace::libunwind::trace::h6f1fdce296b4568c [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x5560623b4394 - backtrace::backtrace::trace_unsynchronized::h0824f4cb76b782a8 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5560623b4394 - std::sys_common::backtrace::_print_fmt::hc9ad027a2ec1d486 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x5560623b4394 - ::fmt::hc92f9fae3f41d466 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x5560623d9ebc - core::fmt::write::h6e3f1a0635b4e386 [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x5560623b0703 - std::io::Write::write_fmt::he392f419b7f87fef [INFO] [stderr] at src/libstd/io/mod.rs:1504 [INFO] [stderr] 6: 0x5560623b6bd5 - std::sys_common::backtrace::_print::hf2161343b596ab76 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x5560623b6bd5 - std::sys_common::backtrace::print::hcbfa657355778d58 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x5560623b6bd5 - std::panicking::default_hook::{{closure}}::he53abf341150e4be [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x5560623b6912 - std::panicking::default_hook::hbca798dce458d477 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x5560623b71e2 - std::panicking::rust_panic_with_hook::h8cc81269affb1635 [INFO] [stderr] at src/libstd/panicking.rs:511 [INFO] [stderr] 11: 0x55606238eec1 - std::panicking::begin_panic::hc23b67061254e326 [INFO] [stderr] at /rustc/e4dba30b9b475d8750370c4dfb49b6541990904d/src/libstd/panicking.rs:438 [INFO] [stderr] 12: 0x556062377e29 - gcc::fail::hc4d2a00b0b62bc5b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:1140 [INFO] [stderr] 13: 0x55606237781d - gcc::run::h066c90dbff875c83 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:1133 [INFO] [stderr] 14: 0x55606236dc52 - gcc::Config::compile_object::h58c56229430beceb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:482 [INFO] [stderr] 15: 0x55606236d549 - gcc::Config::compile_objects::hdaea356ef31971df [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:448 [INFO] [stderr] 16: 0x55606236c500 - gcc::Config::compile::h0d02459b946b7e7a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.44/src/lib.rs:398 [INFO] [stderr] 17: 0x556062347788 - build_script_build::build_libtcod_objects::hf5d5aa2c6adcdb3d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-4.0.1/build.rs:16 [INFO] [stderr] 18: 0x5560623482e2 - build_script_build::main::h7ef80445e638f6fc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tcod-sys-4.0.1/build.rs:111 [INFO] [stderr] 19: 0x55606234c49b - std::rt::lang_start::{{closure}}::h732ff5cfde05a231 [INFO] [stderr] at /rustc/e4dba30b9b475d8750370c4dfb49b6541990904d/src/libstd/rt.rs:67 [INFO] [stderr] 20: 0x5560623b7628 - std::rt::lang_start_internal::{{closure}}::h1e37a448ebe88799 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 21: 0x5560623b7628 - std::panicking::try::do_call::h0e616054d2c64056 [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 22: 0x5560623b7628 - std::panicking::try::h1265f7ff6bd115c4 [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 23: 0x5560623b7628 - std::panic::catch_unwind::h3aec84c4d67bf08d [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 24: 0x5560623b7628 - std::rt::lang_start_internal::h71f12b7d78e58cce [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 25: 0x55606234c477 - std::rt::lang_start::h920f8f1c14d80dbc [INFO] [stderr] at /rustc/e4dba30b9b475d8750370c4dfb49b6541990904d/src/libstd/rt.rs:67 [INFO] [stderr] 26: 0x55606234b9da - main [INFO] [stderr] 27: 0x7f495d267b97 - __libc_start_main [INFO] [stderr] 28: 0x55606234757a - _start [INFO] [stderr] 29: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "20948a21e2439b89dd16c95431bbaf4e4a103d5253545e2268b33913af103b25"` [INFO] running `"docker" "rm" "-f" "20948a21e2439b89dd16c95431bbaf4e4a103d5253545e2268b33913af103b25"` [INFO] [stdout] 20948a21e2439b89dd16c95431bbaf4e4a103d5253545e2268b33913af103b25