I hereby claim:
- I am marsoft on github.
- I am marsoft (https://keybase.io/marsoft) on keybase.
- I have a public key ASDSALckQFiuijbkwsqrmnxZSFm7Yr1Rab9KB5JaSdbKFQo
To claim this, I am signing this object:
--------- beginning of crash | |
[38;5;196m08-23 12:07:24.840 18694 18919 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 18919 (Network), pid 18694 (sparking.appnew)[0m | |
[38;5;196m08-23 12:07:25.020 18961 18961 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***[0m | |
[38;5;196m08-23 12:07:25.020 18961 18961 F DEBUG : Build fingerprint: 'Redmi/begonia_ru/begonia:11/RP1A.200720.011/V12.5.1.0.RGGRUXM:user/release-keys'[0m | |
[38;5;196m08-23 12:07:25.020 18961 18961 F DEBUG : Revision: '0'[0m | |
[38;5;196m08-23 12:07:25.020 18961 18961 F DEBUG : ABI: 'arm64'[0m | |
[38;5;196m08-23 12:07:25.021 18961 18961 F DEBUG : Timestamp: 2021-08-23 12:07:25+0300[0m | |
[38;5;196m08-23 12:07:25.021 18961 18961 F DEBUG : pid: 18694, tid: 18919, name: Network >>> ru.mosparking.appnew <<<[0m | |
[38;5;196m08-23 12:07:25.021 18961 18961 F DEBUG : uid: 10369[0m | |
[38;5;196m08-23 12:07:25.021 18961 18961 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------[0m |
============================= test session starts ============================== | |
platform linux -- Python 3.6.1, pytest-3.1.1, py-1.4.34, pluggy-0.4.0 | |
rootdir: /tmp/x, inifile: | |
plugins: xdist-1.16.0, hypothesis-3.11.1 | |
collected 1 items | |
so.py F | |
=================================== FAILURES =================================== | |
_____________________________ DieHardTest.runTest ______________________________ |
I hereby claim:
To claim this, I am signing this object:
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o Release/ocr_test ocr_test.o ImgCoordsScaler.o ImgParser.o ImgProcHelper.o IoHelper.o OcrAbcSaver.o OcrMatchProcessor.o OcrSystem.o ocrmatchprocessorworker.o OcrLogger.o OcrMeanValue.o OcrFreqValue.o moc_ocrmatchprocessorworker.o -ltesseract -llept -lopencv_core -lopencv_highgui -lopencv_imgproc -lQt5Core -lpthread | |
/usr/bin/ld: warning: libicui18n.so.55, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so, not found (try using -rpath or -rpath-link) | |
/usr/bin/ld: warning: libicuuc.so.55, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so, not found (try using -rpath or -rpath-link) | |
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucnv_setSubstChars_55' | |
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libQt5Core.so: undefined reference to `ucal_getDefaultTimeZone_55' | |
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/li |
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o Release/ocr_test ocr_test.o ImgCoordsScaler.o ImgParser.o ImgProcHelper.o IoHelper.o OcrAbcSaver.o OcrMatchProcessor.o OcrSystem.o ocrmatchprocessorworker.o OcrLogger.o moc_ocrmatchprocessorworker.o -ltesseract -llept -lopencv_core -lopencv_highgui -lopencv_imgproc -lQt5Core -lpthread | |
OcrMatchProcessor.o: In function `OcrMatchProcessor::_worker_processFrame()': | |
OcrMatchProcessor.cpp:(.text+0x2b14): undefined reference to `OcrMeanValue::pushVal(int)' | |
OcrMatchProcessor.cpp:(.text+0x2b27): undefined reference to `OcrMeanValue::pushVal(int)' | |
OcrMatchProcessor.cpp:(.text+0x2b33): undefined reference to `OcrMeanValue::getVal()' | |
OcrMatchProcessor.cpp:(.text+0x2b41): undefined reference to `OcrMeanValue::getVal()' | |
OcrMatchProcessor.cpp:(.text+0x300f): undefined reference to `OcrMeanValue::pushVal(int)' | |
OcrMatchProcessor.cpp:(.text+0x3022): undefined reference to `OcrMeanValue::pushVal(int)' | |
OcrMatchProcessor.cpp:(.text+0x302e): undefined reference to `OcrMe |
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp | |
In file included from ocr_test/OcrMatchProcessor.h:12:0, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/ImgParser.h:79:8: warning: extra tokens at end of #endif directive [-Wendif-labels] | |
#endif _H_IMG_PARSER | |
^ | |
In file included from ocr_test/ocr_test.cpp:16:0: | |
ocr_test/OcrMatchProcessor.h:23:48: error: invalid initialization of non-const reference of type 'std::string& {aka std::basic_string<char>&}' from an rvalue of type 'std::string {aka std::basic_string<char>}' | |
OcrMatchInfo(std::string& lTeam = std::string(), std::string& rTeam = std::string(), int lScore = 0, int rScore = 0, int time = 0) : leftTeam(lTeam), rightTeam(rTeam), leftScore(lScore), rightScore(rScore), time(time) {} | |
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I3rdParty/leptonica/include -I3rdParty/tesseract/include -I3rdParty/opencv/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp | |
In file included from ocr_test/OcrMatchProcessor.h:9:0, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/ImgParser.h:76:8: warning: extra tokens at end of #endif directive [-Wendif-labels] | |
#endif _H_IMG_PARSER | |
^ | |
In file included from ocr_test/core/threads/RpcThread.h:4:0, | |
from ocr_test/OcrMatchProcessor.h:5, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/core/threads/../memory/SmartPtr.h:147:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] |
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I3rdParty/leptonica/include -I3rdParty/tesseract/include -I3rdParty/opencv/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp | |
In file included from ocr_test/OcrMatchProcessor.h:9:0, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/ImgParser.h:76:8: warning: extra tokens at end of #endif directive [-Wendif-labels] | |
#endif _H_IMG_PARSER | |
^ | |
In file included from ocr_test/core/threads/RpcThread.h:4:0, | |
from ocr_test/OcrMatchProcessor.h:5, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/core/threads/../memory/SmartPtr.h:147:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] |
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I3rdParty/leptonica/include -I3rdParty/tesseract/include -I3rdParty/opencv/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp | |
Makefile:726: recipe for target 'ocr_test.o' failed |
mars@bookone p12 /tmp $ pebble new-project | |
Creating new project test | |
mars@bookone p12 /tmp $ cd test | |
mars@bookone p12 /tmp/test $ pebble build | |
Setting top to : /tmp/test | |
Setting out to : /tmp/test/build | |
Checking for program gcc,cc : arm-none-eabi-gcc | |
Checking for program ar : arm-none-eabi-ar | |
Found Pebble SDK in : /opt/pebble/Pebble | |
'configure' finished successfully (0.705s) |