[INFO] updating cached repository https://github.com/Samlof/learning-opengl [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] f419de08e8a794b48c82d8d4fb616e457555aa2b [INFO] checking Samlof/learning-opengl against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSamlof%2Flearning-opengl" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Samlof/learning-opengl on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Samlof/learning-opengl [INFO] removed path dependency gl from git repo https://github.com/Samlof/learning-opengl [INFO] removed path dependency stb_image from git repo https://github.com/Samlof/learning-opengl [INFO] finished tweaking git repo https://github.com/Samlof/learning-opengl [INFO] tweaked toml for git repo https://github.com/Samlof/learning-opengl written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Samlof/learning-opengl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (stb_image) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (stb_image) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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] 71a97c6effcd3b377ad2fda81f7f383fdbe42f7ea664c01ff6041769b1c565a4 [INFO] running `"docker" "start" "-a" "71a97c6effcd3b377ad2fda81f7f383fdbe42f7ea664c01ff6041769b1c565a4"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (stb_image) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling stb_image v0.2.2 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] error: failed to run custom build command for `openssl v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-8d1ac774662a7f79/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to detect OpenSSL version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5563f6648a14 - backtrace::backtrace::libunwind::trace::hef6fc58b54b0c273 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5563f6648a14 - backtrace::backtrace::trace_unsynchronized::hed70e532b71a8977 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5563f6648a14 - std::sys_common::backtrace::_print_fmt::hb989f9624749a87e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x5563f6648a14 - ::fmt::h752e880115b2e6b8 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x5563f66611ac - core::fmt::write::h8587a0223398998a [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x5563f6647097 - std::io::Write::write_fmt::h739e1721b42dc764 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x5563f664ad0e - std::sys_common::backtrace::_print::he941da29bef7c30c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x5563f664ad0e - std::sys_common::backtrace::print::haf56476e740dbe1b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x5563f664ad0e - std::panicking::default_hook::{{closure}}::ha490775aa99416ce [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x5563f664aa11 - std::panicking::default_hook::h27c65cbf7bc04c7a [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x5563f664b355 - std::panicking::rust_panic_with_hook::h5640e0014aa25ab8 [INFO] [stderr] at src/libstd/panicking.rs:469 [INFO] [stderr] 11: 0x5563f663f08f - std::panicking::begin_panic::h836e3fe64e330215 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/panicking.rs:403 [INFO] [stderr] 12: 0x5563f6641471 - build_script_build::main::h21ca83d22274574b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16 [INFO] [stderr] 13: 0x5563f663f6a0 - std::rt::lang_start::{{closure}}::h717ef26699c90c04 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 14: 0x5563f664add3 - std::rt::lang_start_internal::{{closure}}::h5f0ee1fc0a13fd44 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 15: 0x5563f664add3 - std::panicking::try::do_call::h1b76048f8cff5994 [INFO] [stderr] at src/libstd/panicking.rs:288 [INFO] [stderr] 16: 0x5563f664c59a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x5563f664b84d - std::panicking::try::hb92b65c4d6ee9dd4 [INFO] [stderr] at src/libstd/panicking.rs:267 [INFO] [stderr] 18: 0x5563f664b84d - std::panic::catch_unwind::hc76e28cdfa615edb [INFO] [stderr] at src/libstd/panic.rs:396 [INFO] [stderr] 19: 0x5563f664b84d - std::rt::lang_start_internal::h8abfd636cde844de [INFO] [stderr] at src/libstd/rt.rs:47 [INFO] [stderr] 20: 0x5563f663f679 - std::rt::lang_start::h943aa837d4bdb5bb [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 21: 0x5563f6641c0a - main [INFO] [stderr] 22: 0x7f8f6a619b97 - __libc_start_main [INFO] [stderr] 23: 0x5563f663c3fa - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "71a97c6effcd3b377ad2fda81f7f383fdbe42f7ea664c01ff6041769b1c565a4"` [INFO] running `"docker" "rm" "-f" "71a97c6effcd3b377ad2fda81f7f383fdbe42f7ea664c01ff6041769b1c565a4"` [INFO] [stdout] 71a97c6effcd3b377ad2fda81f7f383fdbe42f7ea664c01ff6041769b1c565a4