Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Problem: (CRO-122) chain-abci has Builder::init error and cannot be started#101

Merged
tomtau merged 2 commits intocrypto-com:masterfrom
calvinaco:feature/CRO-122-revert-rust-abci-051
May 24, 2019
Merged

Problem: (CRO-122) chain-abci has Builder::init error and cannot be started#101
tomtau merged 2 commits intocrypto-com:masterfrom
calvinaco:feature/CRO-122-revert-rust-abci-051

Conversation

@calvinaco
Copy link
Copy Markdown
Collaborator

Problem:

chain-abci has Builder::init error and cannot be started

thread 'main' panicked at 'Builder::init should not be called after logger initialized: SetLoggerError(())', src/libcore/result.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Cause:

rust-abci recently upgraded to 0.5.1 in which it added evn_logger initialization. Since env_logger only allows one initialization, chain-abci panic.

Solution

Revert "Bump abci from 0.5.0 to 0.5.1 (#97)"
This reverts commit d1941f4.

@calvinaco calvinaco requested a review from tomtau May 24, 2019 05:56
@calvinaco calvinaco changed the title Problem(CRO-122): chain-abci has Builder::init error and cannot be started Problem: (CRO-122)chain-abci has Builder::init error and cannot be started May 24, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented May 24, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@d292a3f). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff            @@
##             master    #101   +/-   ##
========================================
  Coverage          ?   69.5%           
========================================
  Files             ?      85           
  Lines             ?    5505           
  Branches          ?       0           
========================================
  Hits              ?    3826           
  Misses            ?    1679           
  Partials          ?       0

@calvinaco calvinaco changed the title Problem: (CRO-122)chain-abci has Builder::init error and cannot be started Problem: (CRO-122) chain-abci has Builder::init error and cannot be started May 24, 2019
@tomtau tomtau merged commit 969a6c8 into crypto-com:master May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants