[INFO] cloning repository https://github.com/gSilas/roguelike-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gSilas/roguelike-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FgSilas%2Froguelike-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FgSilas%2Froguelike-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66b624d55957b9e9daf3c539f422e6b9d392b18b [INFO] checking gSilas/roguelike-rs/66b624d55957b9e9daf3c539f422e6b9d392b18b against 67854e511de21d881bb16426996cd4259d44aa2e for pr-161154 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FgSilas%2Froguelike-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/gSilas/roguelike-rs [INFO] finished tweaking git repo https://github.com/gSilas/roguelike-rs [INFO] tweaked toml for git repo https://github.com/gSilas/roguelike-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/gSilas/roguelike-rs on toolchain 67854e511de21d881bb16426996cd4259d44aa2e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/gSilas/roguelike-rs 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" "+67854e511de21d881bb16426996cd4259d44aa2e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `roguelike` (manifest) generated 1 warning [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gcc v0.3.32 [INFO] [stderr] Downloaded pkg-config v0.3.8 [INFO] [stderr] Downloaded libc v0.2.14 [INFO] [stderr] Downloaded tcod v0.10.0 [INFO] [stderr] Downloaded lazy_static v0.1.16 [INFO] [stderr] Downloaded tcod-sys v4.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc [INFO] running `Command { std: "docker" "start" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc" "/opt/rustwide/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc" "/opt/rustwide/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `roguelike` (manifest) generated 1 warning [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling gcc v0.3.32 [INFO] [stderr] Checking libc v0.2.14 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Checking bitflags v0.1.1 [INFO] [stderr] Checking rand v0.3.14 [INFO] [stderr] Compiling tcod-sys v4.0.1 [INFO] [stderr] error: failed to run custom build command for `tcod-sys v4.0.1` [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/tcod-sys/073a6a27aba1f715/out/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] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/adler32.o" "-c" "libtcod/src/zlib/adler32.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/crc32.o" "-c" "libtcod/src/zlib/crc32.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/deflate.o" "-c" "libtcod/src/zlib/deflate.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/infback.o" "-c" "libtcod/src/zlib/infback.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/inffast.o" "-c" "libtcod/src/zlib/inffast.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/inflate.o" "-c" "libtcod/src/zlib/inflate.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/inftrees.o" "-c" "libtcod/src/zlib/inftrees.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/trees.o" "-c" "libtcod/src/zlib/trees.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/zutil.o" "-c" "libtcod/src/zlib/zutil.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/compress.o" "-c" "libtcod/src/zlib/compress.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/uncompr.o" "-c" "libtcod/src/zlib/uncompr.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/gzclose.o" "-c" "libtcod/src/zlib/gzclose.c" [INFO] [stderr] ExitStatus(unix_wait_status(0)) [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] PROFILE = Some("debug") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] debug=true opt-level=0 [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] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-g" "-m64" "-fPIC" "-o" "/opt/rustwide/target/debug/build/tcod-sys/b194e582fe7be217/out/libtcod/src/zlib/gzlib.o" "-c" "libtcod/src/zlib/gzlib.c" [INFO] [stderr] ExitStatus(unix_wait_status(256)) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] libtcod/src/zlib/adler32.c: In function 'adler32': [INFO] [stderr] libtcod/src/zlib/adler32.c:65:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 65 | uLong ZEXPORT adler32(adler, buf, len) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/adler32.c: In function 'adler32_combine_': [INFO] [stderr] libtcod/src/zlib/adler32.c:136:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 136 | local uLong adler32_combine_(adler1, adler2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/adler32.c: In function 'adler32_combine': [INFO] [stderr] libtcod/src/zlib/adler32.c:165:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 165 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/adler32.c: In function 'adler32_combine64': [INFO] [stderr] libtcod/src/zlib/adler32.c:173:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 173 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32': [INFO] [stderr] libtcod/src/zlib/crc32.c:204:23: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 204 | unsigned long ZEXPORT crc32(crc, buf, len) [INFO] [stderr] | ^~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32_little': [INFO] [stderr] libtcod/src/zlib/crc32.c:247:21: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 247 | local unsigned long crc32_little(crc, buf, len) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32_big': [INFO] [stderr] libtcod/src/zlib/crc32.c:287:21: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 287 | local unsigned long crc32_big(crc, buf, len) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'gf2_matrix_times': [INFO] [stderr] libtcod/src/zlib/crc32.c:327:21: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 327 | local unsigned long gf2_matrix_times(mat, vec) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'gf2_matrix_square': [INFO] [stderr] libtcod/src/zlib/crc32.c:344:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 344 | local void gf2_matrix_square(square, mat) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32_combine_': [INFO] [stderr] libtcod/src/zlib/crc32.c:355:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 355 | local uLong crc32_combine_(crc1, crc2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32_combine': [INFO] [stderr] libtcod/src/zlib/crc32.c:411:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 411 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/crc32.c: In function 'crc32_combine64': [INFO] [stderr] libtcod/src/zlib/crc32.c:419:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 419 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateInit_': [INFO] [stderr] libtcod/src/zlib/deflate.c:201:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 201 | int ZEXPORT deflateInit_(strm, level, version, stream_size) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateInit2_': [INFO] [stderr] libtcod/src/zlib/deflate.c:213:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 213 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateSetDictionary': [INFO] [stderr] libtcod/src/zlib/deflate.c:323:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 323 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateResetKeep': [INFO] [stderr] libtcod/src/zlib/deflate.c:392:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 392 | int ZEXPORT deflateResetKeep (strm) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateReset': [INFO] [stderr] libtcod/src/zlib/deflate.c:427:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 427 | int ZEXPORT deflateReset (strm) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateSetHeader': [INFO] [stderr] libtcod/src/zlib/deflate.c:439:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 439 | int ZEXPORT deflateSetHeader (strm, head) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflatePending': [INFO] [stderr] libtcod/src/zlib/deflate.c:450:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 450 | int ZEXPORT deflatePending (strm, pending, bits) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflatePrime': [INFO] [stderr] libtcod/src/zlib/deflate.c:464:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 464 | int ZEXPORT deflatePrime (strm, bits, value) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateParams': [INFO] [stderr] libtcod/src/zlib/deflate.c:490:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 490 | int ZEXPORT deflateParams(strm, level, strategy) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateTune': [INFO] [stderr] libtcod/src/zlib/deflate.c:529:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 529 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateBound': [INFO] [stderr] libtcod/src/zlib/deflate.c:564:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 564 | uLong ZEXPORT deflateBound(strm, sourceLen) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'putShortMSB': [INFO] [stderr] libtcod/src/zlib/deflate.c:626:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 626 | local void putShortMSB (s, b) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'flush_pending': [INFO] [stderr] libtcod/src/zlib/deflate.c:640:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 640 | local void flush_pending(strm) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate': [INFO] [stderr] libtcod/src/zlib/deflate.c:663:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 663 | int ZEXPORT deflate (strm, flush) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateEnd': [INFO] [stderr] libtcod/src/zlib/deflate.c:977:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 977 | int ZEXPORT deflateEnd (strm) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflateCopy': [INFO] [stderr] libtcod/src/zlib/deflate.c:1012:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1012 | int ZEXPORT deflateCopy (dest, source) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'read_buf': [INFO] [stderr] libtcod/src/zlib/deflate.c:1074:11: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1074 | local int read_buf(strm, buf, size) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'lm_init': [INFO] [stderr] libtcod/src/zlib/deflate.c:1104:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1104 | local void lm_init (s) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'longest_match': [INFO] [stderr] libtcod/src/zlib/deflate.c:1146:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1146 | local uInt longest_match(s, cur_match) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'fill_window': [INFO] [stderr] libtcod/src/zlib/deflate.c:1388:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1388 | local void fill_window(s) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate_stored': [INFO] [stderr] libtcod/src/zlib/deflate.c:1562:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1562 | local block_state deflate_stored(s, flush) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate_fast': [INFO] [stderr] libtcod/src/zlib/deflate.c:1626:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1626 | local block_state deflate_fast(s, flush) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate_slow': [INFO] [stderr] libtcod/src/zlib/deflate.c:1728:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1728 | local block_state deflate_slow(s, flush) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate_rle': [INFO] [stderr] libtcod/src/zlib/deflate.c:1859:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1859 | local block_state deflate_rle(s, flush) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/deflate.c: In function 'deflate_huff': [INFO] [stderr] libtcod/src/zlib/deflate.c:1932:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1932 | local block_state deflate_huff(s, flush) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/infback.c: In function 'inflateBackInit_': [INFO] [stderr] libtcod/src/zlib/infback.c:28:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/infback.c: In function 'fixedtables': [INFO] [stderr] libtcod/src/zlib/infback.c:82:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 82 | local void fixedtables(state) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/infback.c: In function 'inflateBack': [INFO] [stderr] libtcod/src/zlib/infback.c:250:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/infback.c: In function 'inflateBackEnd': [INFO] [stderr] libtcod/src/zlib/infback.c:631:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 631 | int ZEXPORT inflateBackEnd(strm) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inffast.c: In function 'inflate_fast': [INFO] [stderr] libtcod/src/zlib/inffast.c:67:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 67 | void ZLIB_INTERNAL inflate_fast(strm, start) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateResetKeep': [INFO] [stderr] libtcod/src/zlib/inflate.c:103:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 103 | int ZEXPORT inflateResetKeep(strm) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateReset': [INFO] [stderr] libtcod/src/zlib/inflate.c:128:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 128 | int ZEXPORT inflateReset(strm) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateReset2': [INFO] [stderr] libtcod/src/zlib/inflate.c:141:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 141 | int ZEXPORT inflateReset2(strm, windowBits) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateInit2_': [INFO] [stderr] libtcod/src/zlib/inflate.c:179:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 179 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateInit_': [INFO] [stderr] libtcod/src/zlib/inflate.c:221:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 221 | int ZEXPORT inflateInit_(strm, version, stream_size) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflatePrime': [INFO] [stderr] libtcod/src/zlib/inflate.c:229:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 229 | int ZEXPORT inflatePrime(strm, bits, value) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'fixedtables': [INFO] [stderr] libtcod/src/zlib/inflate.c:260:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 260 | local void fixedtables(state) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'updatewindow': [INFO] [stderr] libtcod/src/zlib/inflate.c:378:11: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 378 | local int updatewindow(strm, out) [INFO] [stderr] | ^~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflate': [INFO] [stderr] libtcod/src/zlib/inflate.c:604:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 604 | int ZEXPORT inflate(strm, flush) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateEnd': [INFO] [stderr] libtcod/src/zlib/inflate.c:1253:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1253 | int ZEXPORT inflateEnd(strm) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateSetDictionary': [INFO] [stderr] libtcod/src/zlib/inflate.c:1267:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1267 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) [INFO] [stderr] | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateGetHeader': [INFO] [stderr] libtcod/src/zlib/inflate.c:1310:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1310 | int ZEXPORT inflateGetHeader(strm, head) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'syncsearch': [INFO] [stderr] libtcod/src/zlib/inflate.c:1338:16: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1338 | local unsigned syncsearch(have, buf, len) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateSync': [INFO] [stderr] libtcod/src/zlib/inflate.c:1361:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1361 | int ZEXPORT inflateSync(strm) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateSyncPoint': [INFO] [stderr] libtcod/src/zlib/inflate.c:1412:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1412 | int ZEXPORT inflateSyncPoint(strm) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateCopy': [INFO] [stderr] libtcod/src/zlib/inflate.c:1422:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1422 | int ZEXPORT inflateCopy(dest, source) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateUndermine': [INFO] [stderr] libtcod/src/zlib/inflate.c:1469:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1469 | int ZEXPORT inflateUndermine(strm, subvert) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inflate.c: In function 'inflateMark': [INFO] [stderr] libtcod/src/zlib/inflate.c:1486:14: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1486 | long ZEXPORT inflateMark(strm) [INFO] [stderr] | ^~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/inftrees.c: In function 'inflate_table': [INFO] [stderr] libtcod/src/zlib/inftrees.c:32:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_init': [INFO] [stderr] libtcod/src/zlib/trees.c:381:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 381 | void ZLIB_INTERNAL _tr_init(s) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'init_block': [INFO] [stderr] libtcod/src/zlib/trees.c:409:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 409 | local void init_block(s) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'pqdownheap': [INFO] [stderr] libtcod/src/zlib/trees.c:453:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 453 | local void pqdownheap(s, tree, k) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'gen_bitlen': [INFO] [stderr] libtcod/src/zlib/trees.c:488:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 488 | local void gen_bitlen(s, desc) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'gen_codes': [INFO] [stderr] libtcod/src/zlib/trees.c:575:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 575 | local void gen_codes (tree, max_code, bl_count) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'build_tree': [INFO] [stderr] libtcod/src/zlib/trees.c:617:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 617 | local void build_tree(s, desc) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'scan_tree': [INFO] [stderr] libtcod/src/zlib/trees.c:705:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 705 | local void scan_tree (s, tree, max_code) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'send_tree': [INFO] [stderr] libtcod/src/zlib/trees.c:750:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 750 | local void send_tree (s, tree, max_code) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'build_bl_tree': [INFO] [stderr] libtcod/src/zlib/trees.c:801:11: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 801 | local int build_bl_tree(s) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'send_all_trees': [INFO] [stderr] libtcod/src/zlib/trees.c:836:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 836 | local void send_all_trees(s, lcodes, dcodes, blcodes) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_stored_block': [INFO] [stderr] libtcod/src/zlib/trees.c:865:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 865 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_flush_bits': [INFO] [stderr] libtcod/src/zlib/trees.c:882:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 882 | void ZLIB_INTERNAL _tr_flush_bits(s) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_align': [INFO] [stderr] libtcod/src/zlib/trees.c:892:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 892 | void ZLIB_INTERNAL _tr_align(s) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_flush_block': [INFO] [stderr] libtcod/src/zlib/trees.c:907:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 907 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) [INFO] [stderr] | ^~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function '_tr_tally': [INFO] [stderr] libtcod/src/zlib/trees.c:1008:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1008 | int ZLIB_INTERNAL _tr_tally (s, dist, lc) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'compress_block': [INFO] [stderr] libtcod/src/zlib/trees.c:1058:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1058 | local void compress_block(s, ltree, dtree) [INFO] [stderr] | ^~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'detect_data_type': [INFO] [stderr] libtcod/src/zlib/trees.c:1118:11: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1118 | local int detect_data_type(s) [INFO] [stderr] | ^~~~~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'bi_reverse': [INFO] [stderr] libtcod/src/zlib/trees.c:1152:16: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1152 | local unsigned bi_reverse(code, len) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'bi_flush': [INFO] [stderr] libtcod/src/zlib/trees.c:1167:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1167 | local void bi_flush(s) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'bi_windup': [INFO] [stderr] libtcod/src/zlib/trees.c:1184:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1184 | local void bi_windup(s) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/trees.c: In function 'copy_block': [INFO] [stderr] libtcod/src/zlib/trees.c:1203:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 1203 | local void copy_block(s, buf, len, header) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/zutil.c: In function 'zError': [INFO] [stderr] libtcod/src/zlib/zutil.c:136:22: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 136 | const char * ZEXPORT zError(err) [INFO] [stderr] | ^~~~~~ [INFO] [stderr] libtcod/src/zlib/zutil.c: In function 'zcalloc': [INFO] [stderr] libtcod/src/zlib/zutil.c:304:22: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 304 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/zutil.c: In function 'zcfree': [INFO] [stderr] libtcod/src/zlib/zutil.c:314:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 314 | void ZLIB_INTERNAL zcfree (opaque, ptr) [INFO] [stderr] | ^~~~~~ [INFO] [stderr] libtcod/src/zlib/compress.c: In function 'compress2': [INFO] [stderr] libtcod/src/zlib/compress.c:22:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) [INFO] [stderr] | ^~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/compress.c: In function 'compress': [INFO] [stderr] libtcod/src/zlib/compress.c:62:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 62 | int ZEXPORT compress (dest, destLen, source, sourceLen) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/compress.c: In function 'compressBound': [INFO] [stderr] libtcod/src/zlib/compress.c:75:15: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 75 | uLong ZEXPORT compressBound (sourceLen) [INFO] [stderr] | ^~~~~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/uncompr.c: In function 'uncompress': [INFO] [stderr] libtcod/src/zlib/uncompr.c:24:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 24 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzclose.c: In function 'gzclose': [INFO] [stderr] libtcod/src/zlib/gzclose.c:11:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 11 | int ZEXPORT gzclose(file) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gz_reset': [INFO] [stderr] libtcod/src/zlib/gzlib.c:75:12: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 75 | local void gz_reset(state) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gz_open': [INFO] [stderr] libtcod/src/zlib/gzlib.c:91:14: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 91 | local gzFile gz_open(path, fd, mode) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c:14:17: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] [INFO] [stderr] 14 | # define LSEEK lseek [INFO] [stderr] | ^~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c:250:24: note: in expansion of macro 'LSEEK' [INFO] [stderr] 250 | state->start = LSEEK(state->fd, 0, SEEK_CUR); [INFO] [stderr] | ^~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzopen': [INFO] [stderr] libtcod/src/zlib/gzlib.c:262:16: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 262 | gzFile ZEXPORT gzopen(path, mode) [INFO] [stderr] | ^~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzopen64': [INFO] [stderr] libtcod/src/zlib/gzlib.c:270:16: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 270 | gzFile ZEXPORT gzopen64(path, mode) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzdopen': [INFO] [stderr] libtcod/src/zlib/gzlib.c:278:16: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 278 | gzFile ZEXPORT gzdopen(fd, mode) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzbuffer': [INFO] [stderr] libtcod/src/zlib/gzlib.c:304:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 304 | int ZEXPORT gzbuffer(file, size) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzrewind': [INFO] [stderr] libtcod/src/zlib/gzlib.c:329:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 329 | int ZEXPORT gzrewind(file) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzseek64': [INFO] [stderr] libtcod/src/zlib/gzlib.c:352:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 352 | z_off64_t ZEXPORT gzseek64(file, offset, whence) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzseek': [INFO] [stderr] libtcod/src/zlib/gzlib.c:429:17: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 429 | z_off_t ZEXPORT gzseek(file, offset, whence) [INFO] [stderr] | ^~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gztell64': [INFO] [stderr] libtcod/src/zlib/gzlib.c:441:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 441 | z_off64_t ZEXPORT gztell64(file) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gztell': [INFO] [stderr] libtcod/src/zlib/gzlib.c:458:17: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 458 | z_off_t ZEXPORT gztell(file) [INFO] [stderr] | ^~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzoffset64': [INFO] [stderr] libtcod/src/zlib/gzlib.c:468:19: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 468 | z_off64_t ZEXPORT gzoffset64(file) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzoffset': [INFO] [stderr] libtcod/src/zlib/gzlib.c:491:17: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 491 | z_off_t ZEXPORT gzoffset(file) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzeof': [INFO] [stderr] libtcod/src/zlib/gzlib.c:501:13: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 501 | int ZEXPORT gzeof(file) [INFO] [stderr] | ^~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzerror': [INFO] [stderr] libtcod/src/zlib/gzlib.c:518:22: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 518 | const char * ZEXPORT gzerror(file, errnum) [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gzclearerr': [INFO] [stderr] libtcod/src/zlib/gzlib.c:538:14: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 538 | void ZEXPORT gzclearerr(file) [INFO] [stderr] | ^~~~~~~~~~ [INFO] [stderr] libtcod/src/zlib/gzlib.c: In function 'gz_error': [INFO] [stderr] libtcod/src/zlib/gzlib.c:564:20: warning: old-style function definition [-Wold-style-definition] [INFO] [stderr] 564 | void ZLIB_INTERNAL gz_error(state, err, msg) [INFO] [stderr] | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] thread 'main' (115) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gcc-0.3.32/src/lib.rs:848:5: [INFO] [stderr] explicit panic [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5f31dde477f1 - std[7d4159f0da463c2b]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5f31dde477f1 - std[7d4159f0da463c2b]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5f31dde477f1 - std[7d4159f0da463c2b]::sys::backtrace::_print_fmt [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/sys/backtrace.rs:74:9 [INFO] [stderr] 3: 0x5f31dde477f1 - <::print::DisplayBacktrace as core[de7a050920cc59b0]::fmt::Display>::fmt [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/sys/backtrace.rs:44:26 [INFO] [stderr] 4: 0x5f31dde5a85a - ::fmt [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x5f31dde5a85a - core[de7a050920cc59b0]::fmt::write [INFO] [stderr] 6: 0x5f31dde4ca7c - core[de7a050920cc59b0]::io::write::default_write_fmt:: [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/core/src/io/write.rs:402:11 [INFO] [stderr] 7: 0x5f31dde4ca7c - ::write_fmt [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/core/src/io/write.rs:335:13 [INFO] [stderr] 8: 0x5f31dde27436 - ::print [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/sys/backtrace.rs:47:9 [INFO] [stderr] 9: 0x5f31dde27436 - std[7d4159f0da463c2b]::panicking::default_hook::{closure#0} [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:292:27 [INFO] [stderr] 10: 0x5f31dde42751 - std[7d4159f0da463c2b]::panicking::default_hook [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:319:9 [INFO] [stderr] 11: 0x5f31dde4290b - std[7d4159f0da463c2b]::panicking::panic_with_hook [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:815:13 [INFO] [stderr] 12: 0x5f31dde269bc - std[7d4159f0da463c2b]::panicking::begin_panic::<&str>::{closure#0} [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:752:9 [INFO] [stderr] 13: 0x5f31dde20209 - std[7d4159f0da463c2b]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/sys/backtrace.rs:182:18 [INFO] [stderr] 14: 0x5f31dde1dcfb - std[7d4159f0da463c2b]::panicking::begin_panic::<&str> [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:751:5 [INFO] [stderr] 15: 0x5f31dde01ae9 - gcc[bfb1afaaa96f89ef]::fail [INFO] [stderr] 16: 0x5f31dde0171e - gcc[bfb1afaaa96f89ef]::run [INFO] [stderr] 17: 0x5f31dde0423a - ::compile_object [INFO] [stderr] 18: 0x5f31dde0639b - ::compile [INFO] [stderr] 19: 0x5f31dde014e3 - gcc[bfb1afaaa96f89ef]::compile_library [INFO] [stderr] 20: 0x5f31dddeac48 - build_script_build[5e4e5edb5ed836d0]::main [INFO] [stderr] 21: 0x5f31dddeeeb3 - >::call_once [INFO] [stderr] 22: 0x5f31ddde9f7e - std[7d4159f0da463c2b]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 23: 0x5f31ddde9f89 - std[7d4159f0da463c2b]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 24: 0x5f31dde41b89 - <&dyn core[de7a050920cc59b0]::ops::function::Fn<(), Output = i32> + core[de7a050920cc59b0]::panic::unwind_safe::RefUnwindSafe + core[de7a050920cc59b0]::marker::Sync as core[de7a050920cc59b0]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 25: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panicking::catch_unwind::do_call::<&dyn core[de7a050920cc59b0]::ops::function::Fn<(), Output = i32> + core[de7a050920cc59b0]::panic::unwind_safe::RefUnwindSafe + core[de7a050920cc59b0]::marker::Sync, i32> [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:576:43 [INFO] [stderr] 26: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panicking::catch_unwind:: + core[de7a050920cc59b0]::panic::unwind_safe::RefUnwindSafe + core[de7a050920cc59b0]::marker::Sync> [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 27: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panic::catch_unwind::<&dyn core[de7a050920cc59b0]::ops::function::Fn<(), Output = i32> + core[de7a050920cc59b0]::panic::unwind_safe::RefUnwindSafe + core[de7a050920cc59b0]::marker::Sync, i32> [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x5f31dde41b89 - std[7d4159f0da463c2b]::rt::lang_start_internal::{closure#0} [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/rt.rs:175:24 [INFO] [stderr] 29: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panicking::catch_unwind::do_call:: [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:576:43 [INFO] [stderr] 30: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panicking::catch_unwind:: [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 31: 0x5f31dde41b89 - std[7d4159f0da463c2b]::panic::catch_unwind:: [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x5f31dde41b89 - std[7d4159f0da463c2b]::rt::lang_start_internal [INFO] [stderr] at /rustc/67854e511de21d881bb16426996cd4259d44aa2e/library/std/src/rt.rs:171:5 [INFO] [stderr] 33: 0x5f31ddde9f71 - std[7d4159f0da463c2b]::rt::lang_start::<()> [INFO] [stderr] 34: 0x5f31dddeeef5 - main [INFO] [stderr] 35: 0x7345b9218601 - [INFO] [stderr] 36: 0x7345b9218718 - __libc_start_main [INFO] [stderr] 37: 0x5f31ddde9bf5 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc", kill_on_drop: false }` [INFO] [stdout] 01cb0cac989169e583fb4edc0472fb8f6f4af96b9316c0c55ede7488099862cc