Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find 2 different ports in cli_test for rpc and p2p #2411

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

abitmore
Copy link
Member

Fixes #2409.

@abitmore
Copy link
Member Author

abitmore commented Apr 21, 2021

Encountered CCache error again: https://github.com/bitshares/bitshares-core/runs/2400806702

[ 5%] Performing install step for 'project_secp256k1'
[ 5%] Completed 'project_secp256k1'
make[3]: Leaving directory '/home/runner/work/bitshares-core/bitshares-core/_build'
[ 5%] Built target project_secp256k1
make[3]: Entering directory '/home/runner/work/bitshares-core/bitshares-core/_build'
make[3]: Leaving directory '/home/runner/work/bitshares-core/bitshares-core/_build'
make[3]: Entering directory '/home/runner/work/bitshares-core/bitshares-core/_build'
[ 5%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/popcount.o
[ 5%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant.o
ccache: error: /home/runner/work/bitshares-core/bitshares-core/ccache/ccache.conf: No such file or directory
make[3]: *** [libraries/fc/CMakeFiles/fc.dir/src/popcount.o] Error 1
libraries/fc/CMakeFiles/fc.dir/build.make:75: recipe for target 'libraries/fc/CMakeFiles/fc.dir/src/popcount.o' failed

Perhaps related to ccache/ccache#260, which is fixed in " v4.2.1 v4.2 v4.1 v4.0 v3.7.12 v3.7.11 v3.7.10 v3.7.9 v3.7.8 v3.7.7 v3.7.6 v3.7.5 v3.7.4 v3.7.3 v3.7.2 v3.7.1 v3.7 v3.6 v3.5.1 v3.5 v3.4.3" by ccache/ccache@c8590d9.

Our CCache vesion was 3.4.1-1 (http://azure.archive.ubuntu.com/ubuntu bionic/main amd64 ccache amd64 3.4.1-1) in ubuntu-18.04.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cli_test sometimes fails because the p2p node and websocket server attempt to listen on the same port
1 participant