[INFO] updating cached repository https://github.com/cmsd2/rust-openid-connect [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 689e09bceb108ce7e7652cc401fa22a83137a35a [INFO] testing cmsd2/rust-openid-connect against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcmsd2%2Frust-openid-connect" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cmsd2/rust-openid-connect on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cmsd2/rust-openid-connect [INFO] removed 2 missing examples [INFO] removed path dependency jsonwebtoken from git repo https://github.com/cmsd2/rust-openid-connect [INFO] finished tweaking git repo https://github.com/cmsd2/rust-openid-connect [INFO] tweaked toml for git repo https://github.com/cmsd2/rust-openid-connect written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/cmsd2/rust-openid-connect already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /big/crater/work/builds/worker-5/source/examples/rp_server.rs [INFO] [stderr] * /big/crater/work/builds/worker-5/source/examples/rp_client.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: dependency (jsonwebtoken) 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 /big/crater/work/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/cmsd2/rbvt.git` [INFO] [stderr] Updating git repository `https://github.com/cmsd2/urlencoded.git` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /big/crater/work/builds/worker-5/source/examples/rp_server.rs [INFO] [stderr] * /big/crater/work/builds/worker-5/source/examples/rp_client.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: dependency (jsonwebtoken) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 5f784b8e1cc4b4b9f4becc9553e9d583d313b13b046019bf17baaa84760fed94 [INFO] running `"docker" "start" "-a" "5f784b8e1cc4b4b9f4becc9553e9d583d313b13b046019bf17baaa84760fed94"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/rp_server.rs [INFO] [stderr] * /opt/rustwide/workdir/examples/rp_client.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: dependency (jsonwebtoken) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cast v0.1.0 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling rbvt v0.1.0 (https://github.com/cmsd2/rbvt.git#6f8d4075) [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling cookie v0.6.2 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling handlebars v0.25.3 [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-116a0ca272e56440/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: 0x561d9f8caad4 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x561d9f8caad4 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x561d9f8caad4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stderr] 3: 0x561d9f8caad4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stderr] 4: 0x561d9f8e33fc - core::fmt::write::h7fd0d904495c035f [INFO] [stderr] at src/libcore/fmt/mod.rs:1030 [INFO] [stderr] 5: 0x561d9f8c90b7 - std::io::Write::write_fmt::h663e4bf63637c947 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x561d9f8ccdc5 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stderr] 7: 0x561d9f8ccdc5 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x561d9f8ccdc5 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stderr] at src/libstd/panicking.rs:196 [INFO] [stderr] 9: 0x561d9f8ccab6 - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x561d9f8cd415 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 11: 0x561d9f8c123f - std::panicking::begin_panic::h3c38dfba240f5c2e [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:407 [INFO] [stderr] 12: 0x561d9f8c3621 - build_script_build::main::h4fe6cafe8b04d392 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16 [INFO] [stderr] 13: 0x561d9f8c1850 - std::rt::lang_start::{{closure}}::hd6e41290d0f15225 [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x561d9f8cce93 - std::rt::lang_start_internal::{{closure}}::hf85bf15597d76295 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x561d9f8cce93 - std::panicking::try::do_call::hd308ec0604b9bc21 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 16: 0x561d9f8ce65a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x561d9f8cd90d - std::panicking::try::hafc45125a5bd2b22 [INFO] [stderr] at src/libstd/panicking.rs:271 [INFO] [stderr] 18: 0x561d9f8cd90d - std::panic::catch_unwind::h8494678ec44c4b51 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x561d9f8cd90d - std::rt::lang_start_internal::h7404667a595739f8 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x561d9f8c1829 - std::rt::lang_start::hf9f4cddcadd2088d [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x561d9f8c3dba - main [INFO] [stderr] 22: 0x7f8e395a7b97 - __libc_start_main [INFO] [stderr] 23: 0x561d9f8be3fa - _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" "5f784b8e1cc4b4b9f4becc9553e9d583d313b13b046019bf17baaa84760fed94"` [INFO] running `"docker" "rm" "-f" "5f784b8e1cc4b4b9f4becc9553e9d583d313b13b046019bf17baaa84760fed94"` [INFO] [stdout] 5f784b8e1cc4b4b9f4becc9553e9d583d313b13b046019bf17baaa84760fed94