Started by upstream project "clean-old-builds" build number 500
originally caused by:
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on _launcher_ in workspace /builds/workspace/clean-old-builds
[EnvInject] - Inject global passwords.
[EnvInject] - Mask passwords that will be passed as build parameters.
[clean-old-builds] $ bash /tmp/jenkins631462448162172025.sh
--------------- Clone/update CI scripts ---------------
pwd = /builds/workspace/clean-old-builds
From https://github.com/sofa-framework/ci
900a14f..c4b8720 master -> origin/master
cc4dd2c..716c95b testing -> origin/testing
HEAD is now at c4b8720 Remove SofaCUDA from plugin_list.conf.default sooner
CI scripts are available in /builds/workspace/clean-old-builds/ci/scripts
-------------------------------------------------------
------------- Clone/update reference_repo/sofa --------------
Checking /builds/reference_repo/sofa
Reference repo found. Updating...
From https://github.com/sofa-framework/sofa
1c80e56..0bea5cd master -> origin/master
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
error: pack-objects died of signal 15
error: failed to run repack
Updating 1c80e56..0bea5cd
Fast-forward
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
error: pack-objects died of signal 15
error: failed to run repack
CMakeLists.txt | 2 +
SofaKernel/SofaFramework/SofaMacros.cmake | 2 +-
SofaKernel/cmake/CompilerOptions.cmake | 2 +-
SofaKernel/cmake/Modules/FindEigen3.cmake | 5 +-
.../framework/sofa/core/objectmodel/BaseNode.cpp | 13 +-
.../framework/sofa/core/objectmodel/BaseNode.h | 3 +
.../framework/sofa/core/objectmodel/BaseObject.cpp | 7 +-
SofaKernel/framework/sofa/defaulttype/Vec.h | 2 +-
.../sofa/helper/system/FileMonitor_windows.cpp | 6 +-
.../modules/SofaMeshCollision/PointModel.inl | 166 +++----
.../simulation/simulation_test/graph/Node_test.cpp | 22 +-
.../SofaPython_test/PythonFactory_test.cpp | 2 +-
extlibs/CMakeLists.txt | 6 +-
extlibs/gtest/README.md | 355 +++++++------
extlibs/gtest/cmake/Config.cmake.in | 9 +
extlibs/gtest/cmake/gtest.pc.in | 9 +
extlibs/gtest/cmake/gtest_main.pc.in | 10 +
extlibs/gtest/cmake/internal_utils.cmake | 52 +-
extlibs/gtest/include/gtest/gtest-death-test.h | 12 +-
extlibs/gtest/include/gtest/gtest-message.h | 12 +-
extlibs/gtest/include/gtest/gtest-param-test.h | 48 +-
.../gtest/include/gtest/gtest-param-test.h.pump | 11 +-
extlibs/gtest/include/gtest/gtest-printers.h | 57 ++-
extlibs/gtest/include/gtest/gtest-spi.h | 10 +-
extlibs/gtest/include/gtest/gtest-test-part.h | 10 +-
extlibs/gtest/include/gtest/gtest-typed-test.h | 110 +++--
extlibs/gtest/include/gtest/gtest.h | 39 +-
extlibs/gtest/include/gtest/gtest_pred_impl.h | 2 +
extlibs/gtest/include/gtest/gtest_prod.h | 6 +-
.../gtest/include/gtest/internal/custom/README.md | 56 +++
.../include/gtest/internal/custom/gtest-port.h | 40 +-
.../include/gtest/internal/custom/gtest-printers.h | 4 +-
.../gtest/include/gtest/internal/custom/gtest.h | 10 +-
.../gtest/internal/gtest-death-test-internal.h | 29 +-
.../gtest/include/gtest/internal/gtest-filepath.h | 8 +-
.../gtest/include/gtest/internal/gtest-internal.h | 192 +++++--
.../include/gtest/internal/gtest-linked_ptr.h | 6 +-
.../gtest/internal/gtest-param-util-generated.h | 417 +++++++++++++++-
.../internal/gtest-param-util-generated.h.pump | 7 +-
.../include/gtest/internal/gtest-param-util.h | 5 +-
.../gtest/include/gtest/internal/gtest-port-arch.h | 2 +-
extlibs/gtest/include/gtest/internal/gtest-port.h | 181 ++++---
.../gtest/include/gtest/internal/gtest-string.h | 8 +-
extlibs/gtest/include/gtest/internal/gtest-tuple.h | 7 +-
.../include/gtest/internal/gtest-tuple.h.pump | 7 +-
.../gtest/include/gtest/internal/gtest-type-util.h | 23 +-
.../include/gtest/internal/gtest-type-util.h.pump | 23 +-
extlibs/gtest/src/gtest-all.cc | 5 +-
extlibs/gtest/src/gtest-death-test.cc | 269 +++++++++-
extlibs/gtest/src/gtest-filepath.cc | 4 +-
extlibs/gtest/src/gtest-internal-inl.h | 22 +-
extlibs/gtest/src/gtest-port.cc | 171 +++++--
extlibs/gtest/src/gtest-printers.cc | 7 +-
extlibs/gtest/src/gtest-test-part.cc | 5 +-
extlibs/gtest/src/gtest-typed-test.cc | 3 +-
extlibs/gtest/src/gtest.cc | 550 +++++++++++++++------
extlibs/gtest/src/gtest_main.cc | 3 +-
.../PrecomputedConstraintCorrection.inl | 36 +-
.../UnilateralInteractionConstraint.inl | 6 +-
modules/SofaGeneralEngine/NearestPointROI.inl | 5 +-
.../src/SofaOpenglVisual/OglAttribute.h | 7 +-
.../src/SofaOpenglVisual/OglAttribute.inl | 102 +---
62 files changed, 2228 insertions(+), 982 deletions(-)
create mode 100644 extlibs/gtest/cmake/Config.cmake.in
create mode 100644 extlibs/gtest/cmake/gtest.pc.in
create mode 100644 extlibs/gtest/cmake/gtest_main.pc.in
create mode 100644 extlibs/gtest/include/gtest/internal/custom/README.md
-------------------------------------------------------
Filesystem Size Used Avail Use% Mounted on
udev 2.0G 0 2.0G 0% /dev
tmpfs 396M 41M 355M 11% /run
/dev/vda1 18G 7.4G 9.4G 45% /
tmpfs 2.0G 108K 2.0G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/vdb1 20G 7.6G 12G 41% /builds
tmpfs 396M 24K 396M 1% /run/user/111
tmpfs 396M 0 396M 0% /run/user/1000
----------------- clean-old-builds.sh -----------------
Cleaning in /builds/workspace/clean-old-builds/../launcher/sofa-framework
ENV VARS: load /builds/workspace/clean-old-builds/ci/scripts/env/default
ENV VARS: load node specific /builds/workspace/clean-old-builds/ci/scripts/env/_launcher_
master:
Launcher detected.
last launch: Mon Sep 30 02:14:34 CEST 2019
-> not removed
PR-1145:
Launcher detected.
last launch: Mon Sep 30 11:35:16 CEST 2019
-> not removed
PR-1152:
Launcher detected.
last launch: Thu Oct 3 10:24:33 CEST 2019
-> not removed
PR-1159:
PR 1159 is closed
-> removed
PR-1165:
Launcher detected.
last launch: Wed Oct 2 02:43:02 CEST 2019
-> not removed
PR-1167:
Launcher detected.
last launch: Wed Oct 2 20:31:20 CEST 2019
-> not removed
PR-1168:
Launcher detected.
last launch: Thu Oct 3 10:43:24 CEST 2019
-> not removed
PR-1172:
Launcher detected.
last launch: Thu Oct 3 17:13:10 CEST 2019
-> not removed
PR-1173:
Launcher detected.
last launch: Mon Oct 7 13:06:42 CEST 2019
-> not removed
PR-1174:
Launcher detected.
last launch: Tue Oct 8 10:19:23 CEST 2019
-> not removed
PR-1175:
PR 1175 is closed
-> removed
PR-1176:
Launcher detected.
last launch: Wed Oct 9 15:07:41 CEST 2019
-> not removed
PR-1177:
Launcher detected.
last launch: Wed Oct 9 15:53:45 CEST 2019
-> not removed
PR-1179:
Launcher detected.
last launch: Thu Oct 10 00:34:54 CEST 2019
-> not removed
-------------------------------------------------------
Filesystem Size Used Avail Use% Mounted on
udev 2.0G 0 2.0G 0% /dev
tmpfs 396M 41M 355M 11% /run
/dev/vda1 18G 7.4G 9.4G 45% /
tmpfs 2.0G 108K 2.0G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/vdb1 20G 6.7G 12G 36% /builds
tmpfs 396M 24K 396M 1% /run/user/111
tmpfs 396M 0 396M 0% /run/user/1000
Finished: SUCCESS