You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Andrew Wong (Jira)" <ji...@apache.org> on 2020/12/08 19:28:00 UTC

[jira] [Created] (KUDU-3220) Pre-commit appears to drop files sometimes

Andrew Wong created KUDU-3220:
---------------------------------

             Summary: Pre-commit appears to drop files sometimes
                 Key: KUDU-3220
                 URL: https://issues.apache.org/jira/browse/KUDU-3220
             Project: Kudu
          Issue Type: Bug
          Components: project-infra
            Reporter: Andrew Wong
         Attachments: consoleText.txt

I had a DEBUG precommit job fail because some built artifacts can't be found, even though they were just built.
{code:java}
[ 35%] Building CXX object src/kudu/rpc/CMakeFiles/krpc_exported.dir/negotiation.cc.o
[ 35%] Building CXX object src/kudu/security/CMakeFiles/security_test_util.dir/test/test_certs.cc.o
[ 35%] Building CXX object src/kudu/fs/CMakeFiles/kudu_fs.dir/fs_report.cc.o
...
c++: error: CMakeFiles/kudu_fs.dir/dir_util.cc.o: No such file or directory
c++: error: CMakeFiles/kudu_fs.dir/error_manager.cc.o: No such file or directory
c++: error: CMakeFiles/kudu_fs.dir/file_block_manager.cc.o: No such file or directory
c++: error: CMakeFiles/kudu_fs.dir/fs_manager.cc.o: No such file or directory
c++: error: CMakeFiles/kudu_fs.dir/fs_report.cc.o: No such file or directory {code}

There was another DEBUG build running concurrently, but it appeared to land in a different workspace. I've retriggered the job and I don't expect it's related to my patch, but I'm opening this ticket in case others see similar issues on the pre-commit infra.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)