roottest icon indicating copy to clipboard operation
roottest copied to clipboard

[TTreeReader] Enhance test adding a new branch after a first event loop

Open dpiparo opened this issue 7 years ago • 27 comments
trafficstars

dpiparo avatar Nov 21 '18 21:11 dpiparo

Starting build on ROOT-centos7/noimt, ROOT-fedora29/python3, ROOT-ubuntu16/rtcxxmod, mac1014/cxx17, windows10/default with flags -Dccache=ON How to customize builds

phsft-bot avatar Nov 21 '18 21:11 phsft-bot

Build failed on ROOT-centos7/noimt. See console output.

Failing tests:

phsft-bot avatar Nov 21 '18 22:11 phsft-bot

Build failed on ROOT-fedora29/python3. See console output.

Warnings:

  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:309:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<void*, long unsigned int>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:296:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<clang::CXXRecordDecl*, clang::SourceLocation>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:296:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<const clang::CXXMethodDecl*, const clang::CXXMethodDecl*>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:296:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<clang::CXXMethodDecl*, const clang::FunctionProtoType*>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:309:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<void*, long unsigned int>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:309:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<void*, long unsigned int>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:309:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<void*, long unsigned int>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:309:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<void*, long unsigned int>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:296:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<clang::CXXRecordDecl*, clang::SourceLocation>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  • /mnt/build/workspace/roottest-pullrequests-build/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:296:13: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct std::pair<const clang::CXXMethodDecl*, const clang::CXXMethodDecl*>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]

And 65 more

Failing tests:

And 9 more

phsft-bot avatar Nov 21 '18 22:11 phsft-bot

@phsft-bot build

dpiparo avatar Jan 20 '19 19:01 dpiparo

Starting build on ROOT-performance-centos7-multicore/default, ROOT-fedora27/noimt, ROOT-fedora29/python3, ROOT-ubuntu16/rtcxxmod, mac1014/cxx17, windows10/default How to customize builds

phsft-bot avatar Jan 20 '19 19:01 phsft-bot

Build failed on mac1014/cxx17. See console output.

phsft-bot avatar Jan 20 '19 19:01 phsft-bot

Build failed on ROOT-fedora29/python3. See console output.

phsft-bot avatar Jan 20 '19 19:01 phsft-bot

Build failed on ROOT-performance-centos7-multicore/default. See console output.

Failing tests:

phsft-bot avatar Jan 21 '19 12:01 phsft-bot

@dpiparo @pcanal can and should this be merged into master before the v6.18 branch?

Axel-Naumann avatar May 15 '19 08:05 Axel-Naumann

@phsft-bot build

Axel-Naumann avatar May 15 '19 08:05 Axel-Naumann

Starting build on ROOT-performance-centos7-multicore/default, ROOT-fedora27/noimt, ROOT-fedora29/python3, ROOT-ubuntu16/rtcxxmod, mac1014/cxx17, windows10/default How to customize builds

phsft-bot avatar May 15 '19 08:05 phsft-bot

Build failed on ROOT-performance-centos7-multicore/default. See console output.

Errors:

  • CMake Error at /data/sftnight/workspace/roottest-pullrequests-build/root/cmake/modules/RootNewMacros.cmake:274 (message):
  • CMake Error at /data/sftnight/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:849 (message):

Warnings:

  • JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData

phsft-bot avatar May 15 '19 09:05 phsft-bot

Build failed on ROOT-fedora27/noimt. See console output.

Errors:

  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/root/cmake/modules/RootNewMacros.cmake:274 (message):
  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:849 (message):

Warnings:

  • JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData

phsft-bot avatar May 15 '19 09:05 phsft-bot

Build failed on ROOT-ubuntu16/rtcxxmod. See console output.

Errors:

  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/root/cmake/modules/RootNewMacros.cmake:274 (message):
  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:849 (message):

Warnings:

  • JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData

phsft-bot avatar May 15 '19 09:05 phsft-bot

Build failed on ROOT-fedora29/python3. See console output.

Errors:

  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/root/cmake/modules/RootNewMacros.cmake:274 (message):
  • CMake Error at /mnt/build/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:849 (message):

Warnings:

  • JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData

phsft-bot avatar May 15 '19 09:05 phsft-bot

@pcanal is this good to go?

Axel-Naumann avatar May 06 '20 08:05 Axel-Naumann

Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos7-multicore/default, ROOT-fedora29/python3, ROOT-fedora30/cxx14, ROOT-fedora31/noimt, ROOT-ubuntu16/nortcxxmod, mac1015/cxx17, windows10/cxx14 How to customize builds

phsft-bot avatar May 06 '20 08:05 phsft-bot

Build failed on ROOT-performance-centos7-multicore/default. Running on olhswep22.cern.ch:/data/sftnight/workspace/roottest-pullrequests-build See cdash. See console output.

Errors:

  • [2020-05-06T08:29:02.830Z] CMake Error at /data/sftnight/workspace/roottest-pullrequests-build/roottest/CMakeLists.txt:140 (ROOTTEST_ADD_TESTDIRS):
  • [2020-05-06T08:29:03.088Z] CMake Error at /data/sftnight/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:982 (message):

phsft-bot avatar May 06 '20 08:05 phsft-bot

Build failed on ROOT-ubuntu16/nortcxxmod. Running on sft-ubuntu-1604-4.cern.ch:/build/workspace/roottest-pullrequests-build See cdash. See console output.

Errors:

  • [2020-05-06T08:57:38.588Z] CMake Error at /mnt/build/workspace/roottest-pullrequests-build/roottest/CMakeLists.txt:135 (ROOTTEST_ADD_TESTDIRS):
  • [2020-05-06T08:57:38.845Z] CMake Error at /mnt/build/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:982 (message):

phsft-bot avatar May 06 '20 08:05 phsft-bot

Build failed on ROOT-fedora29/python3. Running on root-fedora29-2.cern.ch:/build/workspace/roottest-pullrequests-build See cdash. See console output.

Errors:

  • [2020-05-06T10:48:42.631Z] CMake Error at /mnt/build/workspace/roottest-pullrequests-build/roottest/CMakeLists.txt:158 (ROOTTEST_ADD_TESTDIRS):
  • [2020-05-06T10:48:43.146Z] CMake Error at /mnt/build/workspace/roottest-pullrequests-build/rootspi/jenkins/root-build.cmake:982 (message):

phsft-bot avatar May 06 '20 10:05 phsft-bot

There was two unaddressed comments.

pcanal avatar May 06 '20 22:05 pcanal