[INFO] cloning repository https://github.com/mashiro-no-rabo/tcod-roguelike
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mashiro-no-rabo/tcod-roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashiro-no-rabo%2Ftcod-roguelike", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashiro-no-rabo%2Ftcod-roguelike'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7e50cf4cfd85a5995153d320eabf84a1724ce85
[INFO] testing mashiro-no-rabo/tcod-roguelike against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashiro-no-rabo%2Ftcod-roguelike" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mashiro-no-rabo/tcod-roguelike
[INFO] finished tweaking git repo https://github.com/mashiro-no-rabo/tcod-roguelike
[INFO] tweaked toml for git repo https://github.com/mashiro-no-rabo/tcod-roguelike written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mashiro-no-rabo/tcod-roguelike on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mashiro-no-rabo/tcod-roguelike 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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] ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136
[INFO] running `Command { std: "docker" "start" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136", 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" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.49
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling memoffset v0.2.1
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling smallvec v0.6.9
[INFO] [stderr]    Compiling rayon-core v1.4.1
[INFO] [stderr]    Compiling rayon v1.0.3
[INFO] [stderr]    Compiling crossbeam-utils v0.2.2
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling crossbeam-utils v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling syn v0.15.26
[INFO] [stderr]    Compiling crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling either v1.5.1
[INFO] [stderr]    Compiling owning_ref v0.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]    Compiling owning_ref v0.3.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling lock_api v0.1.5
[INFO] [stderr]    Compiling nonzero_signed v1.0.3
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling atom v0.3.5
[INFO] [stderr]    Compiling mopa v0.2.2
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.3
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling num_cpus v1.10.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling rand_os v0.1.2
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling lazy_static v0.1.16
[INFO] [stderr]    Compiling tuple_utils v0.2.0
[INFO] [stderr]    Compiling bitflags v0.1.1
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling tcod-sys v5.0.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.5.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.6.1
[INFO] [stderr]    Compiling crossbeam-deque v0.5.2
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.2.14
[INFO] [stderr]    Compiling parking_lot v0.5.5
[INFO] [stderr]    Compiling parking_lot v0.6.4
[INFO] [stderr]    Compiling crossbeam-channel v0.2.6
[INFO] [stderr]    Compiling crossbeam v0.4.1
[INFO] [stderr]    Compiling hibitset v0.5.4
[INFO] [stderr]    Compiling shred v0.7.1
[INFO] [stderr]    Compiling derivative v1.0.2
[INFO] [stderr]    Compiling shred-derive v0.5.1
[INFO] [stderr] warning: tcod-sys@5.0.0: libtcod/src/zlib/gzlib.c: In function 'gz_open':
[INFO] [stderr] warning: tcod-sys@5.0.0: libtcod/src/zlib/gzlib.c:14:17: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: tcod-sys@5.0.0:    14 | #  define LSEEK lseek
[INFO] [stderr] warning: tcod-sys@5.0.0:       |                 ^~~~~
[INFO] [stderr] warning: tcod-sys@5.0.0: libtcod/src/zlib/gzlib.c:256:24: note: in expansion of macro 'LSEEK'
[INFO] [stderr] warning: tcod-sys@5.0.0:   256 |         state->start = LSEEK(state->fd, 0, SEEK_CUR);
[INFO] [stderr] warning: tcod-sys@5.0.0:       |                        ^~~~~
[INFO] [stderr] error: failed to run custom build command for `tcod-sys v5.0.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/tcod-sys-a9fbc06e07c5005b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("3")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   DEBUG = Some("false")
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/adler32.o" "-c" "libtcod/src/zlib/adler32.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/crc32.o" "-c" "libtcod/src/zlib/crc32.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/deflate.o" "-c" "libtcod/src/zlib/deflate.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/infback.o" "-c" "libtcod/src/zlib/infback.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/inffast.o" "-c" "libtcod/src/zlib/inffast.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/inflate.o" "-c" "libtcod/src/zlib/inflate.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/inftrees.o" "-c" "libtcod/src/zlib/inftrees.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/trees.o" "-c" "libtcod/src/zlib/trees.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/zutil.o" "-c" "libtcod/src/zlib/zutil.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/compress.o" "-c" "libtcod/src/zlib/compress.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/uncompr.o" "-c" "libtcod/src/zlib/uncompr.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/gzclose.o" "-c" "libtcod/src/zlib/gzclose.c"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/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: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   14 | #  define LSEEK lseek
[INFO] [stderr]   cargo:warning=      |                 ^~~~~
[INFO] [stderr]   cargo:warning=libtcod/src/zlib/gzlib.c:256:24: note: in expansion of macro 'LSEEK'
[INFO] [stderr]   cargo:warning=  256 |         state->start = LSEEK(state->fd, 0, SEEK_CUR);
[INFO] [stderr]   cargo:warning=      |                        ^~~~~
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (737) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.29/src/lib.rs:2314:5:
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Internal error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-w" "-o" "/opt/rustwide/target/release/build/tcod-sys-c75d6d2192816de0/out/libtcod/src/zlib/gzlib.o" "-c" "libtcod/src/zlib/gzlib.c" with args "cc" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x6382ce8744a1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x6382ce8880fa - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x6382ce87a0dc - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x6382ce852086 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x6382ce86e5b1 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x6382ce86e76b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x6382ce852132 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x6382ce84a919 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x6382ce852a3d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x6382ce88886c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x6382ce80d557 - cc[29573b4fcfc0243b]::fail
[INFO] [stderr]     11:     0x6382ce81c0cd - <cc[29573b4fcfc0243b]::Build>::compile
[INFO] [stderr]     12:     0x6382ce7f124d - build_script_build[3d55f35301463f2c]::build_libz
[INFO] [stderr]     13:     0x6382ce7f2651 - build_script_build[3d55f35301463f2c]::main
[INFO] [stderr]     14:     0x6382ce7f6683 - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     15:     0x6382ce7f0abe - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     16:     0x6382ce7f0f69 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     17:     0x6382ce86d9e9 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     18:     0x6382ce7f0a81 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     19:     0x6382ce7f66e5 - main
[INFO] [stderr]     20:     0x70087ce30601 - <unknown>
[INFO] [stderr]     21:     0x70087ce30718 - __libc_start_main
[INFO] [stderr]     22:     0x6382ce7f0385 - _start
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136", kill_on_drop: false }`
[INFO] [stdout] ad4a3864d213d934adba03027d290abd8b2766488e503ccdf574cdb6c40a0136
