Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6170

Failure in llvm-codegen-test: Failed to get file info /test-warehouse/test-udfs.ll

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.11.0
    • Impala 2.11.0
    • Backend
    • ghx-label-2

    Description

      Seen in a local filesystem job:

      05:00:05  1/86 Test  #1: llvm-codegen-test ................***Exception: Other  8.27 sec
      05:00:05 Turning perftools heap leak checking off
      05:00:05 [==========] Running 9 tests from 1 test case.
      05:00:05 [----------] Global test environment set-up.
      05:00:05 [----------] 9 tests from LlvmCodeGenTest
      05:00:05 [ RUN      ] LlvmCodeGenTest.BasicLifetime
      05:00:05 [       OK ] LlvmCodeGenTest.BasicLifetime (1094 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.MultithreadedLifetime
      05:00:05 [       OK ] LlvmCodeGenTest.MultithreadedLifetime (298 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.BadIRFile
      05:00:05 [       OK ] LlvmCodeGenTest.BadIRFile (228 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.ReplaceFnCall
      05:00:05 Default
      05:00:05 Default
      05:00:05 Default
      05:00:05 Default
      05:00:05 Default
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 LLVM Trace: Jitted
      05:00:05 [       OK ] LlvmCodeGenTest.ReplaceFnCall (294 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.StringValue
      05:00:05 [       OK ] LlvmCodeGenTest.StringValue (266 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.MemcpyTest
      05:00:05 [       OK ] LlvmCodeGenTest.MemcpyTest (241 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.HashTest
      05:00:05 [       OK ] LlvmCodeGenTest.HashTest (298 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.HandleLinkageError
      05:00:05 [       OK ] LlvmCodeGenTest.HandleLinkageError (224 ms)
      05:00:05 [ RUN      ] LlvmCodeGenTest.LinkageTest
      05:00:05 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/codegen/llvm-codegen-test.cc:488: Failure
      05:00:05 Value of: status_.ok()
      05:00:05   Actual: false
      05:00:05 Expected: true
      05:00:05 Error: Failed to get file info /test-warehouse/test-udfs.ll
      05:00:05 Error(2): No such file or directory
      05:00:05 
      05:00:05 *** Check failure stack trace: ***
      05:00:05     @          0x2f3909d  google::LogMessage::Fail()
      05:00:05     @          0x2f3a942  google::LogMessage::SendToLog()
      05:00:05     @          0x2f38a77  google::LogMessage::Flush()
      05:00:05     @          0x2f3c03e  google::LogMessageFatal::~LogMessageFatal()
      05:00:05     @          0x153cc83  impala::LlvmCodeGen::~LlvmCodeGen()
      05:00:05     @          0x1533255  boost::checked_delete<>()
      05:00:05     @          0x1530e8d  boost::scoped_ptr<>::~scoped_ptr()
      05:00:05     @          0x1526ccf  impala::LlvmCodeGenTest_LinkageTest_Test::TestBody()
      05:00:05     @          0x2fdf463  testing::internal::HandleExceptionsInMethodIfSupported<>()
      05:00:05     @          0x2fd61fa  testing::Test::Run()
      05:00:05     @          0x2fd6348  testing::TestInfo::Run()
      05:00:05     @          0x2fd6425  testing::TestCase::Run()
      05:00:05     @          0x2fd76a8  testing::internal::UnitTestImpl::RunAllTests()
      05:00:05     @          0x2fd7983  testing::UnitTest::Run()
      05:00:05     @          0x1527056  main
      05:00:05     @       0x346a01ecdd  (unknown)
      05:00:05     @          0x151f721  (unknown)
      05:00:05 Wrote minidump to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/be_tests/minidumps/llvm-codegen-test/d64f5433-df9e-4380-a32a3695-d72d730e.dmp
      05:00:05 Wrote minidump to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/be_tests/msinidumps/llvm-codegen-test/d64f5433-df9e-4380-a32a3695-d72d730e.dmp
      

      The test failed with this error:

      05:00:05 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/codegen/llvm-codegen-test.cc:488: Failure
      05:00:05 Value of: status_.ok()
      05:00:05   Actual: false
      05:00:05 Expected: true
      05:00:05 Error: Failed to get file info /test-warehouse/test-udfs.ll
      05:00:05 Error(2): No such file or directory
      

      A DCHECK was hit subsequently during tear-down of the test.

      F1108 01:53:13.050910 15160 llvm-codegen.cc:422] Check failed: execution_engine_ == nullptr Must Close() before destruction 
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            bikramjeet.vig Bikramjeet Vig
            twmarshall Thomas Tauber-Marshall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment