pfrenssen / firetrack

Web app for budget tracking, written as an exercise to learn Rust and the actix-web framework. WIP
GNU General Public License v3.0
1 stars 1 forks source link

RFT: rust-openssl lock 1 already unlocked #97

Open pfrenssen opened 4 years ago

pfrenssen commented 4 years ago

Occurred in https://travis-ci.com/github/pfrenssen/firetrack/jobs/318811716

running 6 tests
test integration_tests::homepage::access_homepage ... ok
BUG: rust-openssl lock 1 already unlocked, aborting
error: test failed, to rerun pass '-p web --lib'

This could be due to an outdated version of OpenSSL present on the Travis CI image, according to https://github.com/sfackler/rust-openssl/issues/620

openssl version
OpenSSL 1.0.2g  1 Mar 2016
pfrenssen commented 4 years ago

See also https://github.com/diesel-rs/diesel/issues/813