-
Notifications
You must be signed in to change notification settings - Fork 3.8k
nodeos_run_test (failed) #2464
Comments
Appears that my issue was related to root being owner on the build directory, which was caused by me sudo'ing one of the build or prior test commands. chown user:user ./eos/build -R took me past that error but is not bringing me to a 'UnboundLocalError: local variable 'jsonData' referenced before assignment' error. Am going to clear my build directory, resync git and rebuild. |
Have spent past couple days rebuilding, making sure tags are set for Dawn3.0 and even upgraded Ubuntu distro from 16.4 to 16.10 on one of my machines. Keep getting same error running 'make test'. 24/26 Test #24: nodeos_run_test .....................***Failed 3.05 sec Running nodeos_run_test.py -v:
|
Most likely a performance issue. Was able to get running once the 1.0 software was released. Ran it in a VirtualBox Ubuntu 18 install running directly on my main SSD. |
I've tried multiple installations on different Ubuntu (edit)16.04 boxes, both an AWS instance and my local dev box. This is all through SSH.
Following directions on the wiki:
git clone https://github.com/EOSIO/eos --recursive
./eosio_build.sh
~/opt/mongodb/bin/mongod -f ~/opt/mongodb/mongod.conf &
make test
The following tests FAILED:
26 - nodeos_run_test (Failed)
27 - nodeos_run_remote_test (Failed)
29 - nodeos_run_test-mongodb (Failed)
30 - distributed-transactions-test (Failed)
31 - distributed-transactions-remote-test (Failed)
Errors while running CTest
Makefile:61: recipe for target 'test' failed
make: *** [test] Error 8
karma@homeboy:
/eos/build$ ps -A |grep mongod25137 pts/0 00:00:04 mongod/eos/build$ ps -ef |grep nodeoskarma@homeboy:
karma 25242 1992 0 23:31 pts/0 00:00:00 grep --color=auto nodeos
Followed along on #2292, but I get a bash permission denied when running 'tests/nodeos_run_test.py -v --dump-error-detail >& nodeos_run_test.out.txt', with or without sudo.
./tests/nodeos_run_test.py --dont-kill -v
cmd: programs/eosio-launcher/eosio-launcher -k 15
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::create_directory: Permission denied: "/home/karma/eos/build/staging"
sudo ./tests/nodeos_run_test.py --dont-kill -v
cmd: programs/eosio-launcher/eosio-launcher -k 15
is not a valid path
The text was updated successfully, but these errors were encountered: