You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run velox_aggregation_runner_test, and just list the test cases as "velox_aggregation_runner_test --gtest_list_tests".
I reports the errors as following. Can anyone help me to resolve this problem? Thanks.
E0509 06:17:01.846388 139338 AggregationFuzzerBase.cpp:679] Total functions: 262 (1007 signatures)
E0509 06:17:01.846494 139338 AggregationFuzzerBase.cpp:683] Functions with at least one supported signature: 262 (100.00%)
E0509 06:17:01.846508 139338 AggregationFuzzerBase.cpp:689] Functions with no supported signature: 0 (0.00%)
E0509 06:17:01.846510 139338 AggregationFuzzerBase.cpp:692] Supported function signatures: 983 (97.62%)
E0509 06:17:01.846513 139338 AggregationFuzzerBase.cpp:698] Unsupported function signatures: 24 (2.38%)
E0509 06:17:01.849071 139338 Exceptions.h:66] Line: /home/chao/work2/velox/velox/vector/VectorSaver.cpp:696, Function:restoreStringFromFile, Expression: !inputFile.fail() Cannot open file: , Source: RUNTIME, ErrorCode: INVALID_STATE
terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError'
what(): Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: Cannot open file:
Retriable: False
Expression: !inputFile.fail()
Function: restoreStringFromFile
File: /home/chao/work2/velox/velox/vector/VectorSaver.cpp
Line: 696
Stack trace:
*** Aborted at 1746771421 (Unix time, try 'date -d @1746771421') ***
*** Signal 6 (SIGABRT) (0x3e80002204a) received by PID 139338 (pthread TID 0xffffa7914020) (linux TID 139338) (maybe from PID 139338, UID 1000) (code: -6), stack trace: ***
Aborted (core dumped)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run velox_aggregation_runner_test, and just list the test cases as "velox_aggregation_runner_test --gtest_list_tests".
I reports the errors as following. Can anyone help me to resolve this problem? Thanks.
E0509 06:17:01.846388 139338 AggregationFuzzerBase.cpp:679] Total functions: 262 (1007 signatures)
E0509 06:17:01.846494 139338 AggregationFuzzerBase.cpp:683] Functions with at least one supported signature: 262 (100.00%)
E0509 06:17:01.846508 139338 AggregationFuzzerBase.cpp:689] Functions with no supported signature: 0 (0.00%)
E0509 06:17:01.846510 139338 AggregationFuzzerBase.cpp:692] Supported function signatures: 983 (97.62%)
E0509 06:17:01.846513 139338 AggregationFuzzerBase.cpp:698] Unsupported function signatures: 24 (2.38%)
E0509 06:17:01.849071 139338 Exceptions.h:66] Line: /home/chao/work2/velox/velox/vector/VectorSaver.cpp:696, Function:restoreStringFromFile, Expression: !inputFile.fail() Cannot open file: , Source: RUNTIME, ErrorCode: INVALID_STATE
terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError'
what(): Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: Cannot open file:
Retriable: False
Expression: !inputFile.fail()
Function: restoreStringFromFile
File: /home/chao/work2/velox/velox/vector/VectorSaver.cpp
Line: 696
Stack trace:
0 _ZN8facebook5velox7process10StackTraceC1Ei
1 ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7
2 ZN8facebook5velox6detail14veloxCheckFailINS0_17VeloxRuntimeErrorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKNS1_18VeloxCheckFailArgsET0
3 _ZN8facebook5velox21restoreStringFromFileB5cxx11EPKc
4 _ZN8facebook5velox4exec4test15aggregateFuzzerESt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISt10shared_ptrINS1_26AggregateFunctionSignatureEESaISD_EESt4hashIS9_ESt8equal_toIS9_ESaISt4pairIKS9_SF_EEEmRKS3_IS9_SB_INS2_14ResultVerifierEESH_SJ_SaISK_ISL_SQ_EEERKS3_IS9_SB_INS2_14InputGeneratorEESH_SJ_SaISK_ISL_SX_EEERKS3_IS9_NS0_6fuzzer8DataSpecESH_SJ_SaISK_ISL_S14_EEENS13_24FuzzerTimestampPrecisionERKS3_IS9_S9_SH_SJ_SaISK_ISL_S9_EEES1F_bRKSt8optionalIS9_ESt10unique_ptrINS2_20ReferenceQueryRunnerESt14default_deleteIS1L_EE
5 _ZN8facebook5velox4exec4test23AggregationFuzzerRunner8runReproERKSt8optionalINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10unique_ptrINS2_20ReferenceQueryRunnerESt14default_deleteISF_EE
6 main
7 0x00000000000273fb
8 __libc_start_main
9 _start
*** Aborted at 1746771421 (Unix time, try 'date -d @1746771421') ***
*** Signal 6 (SIGABRT) (0x3e80002204a) received by PID 139338 (pthread TID 0xffffa7914020) (linux TID 139338) (maybe from PID 139338, UID 1000) (code: -6), stack trace: ***
Aborted (core dumped)
Beta Was this translation helpful? Give feedback.
All reactions