Started by upstream project "clean-old-builds" build number 1412 originally caused by: Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on consortium-macos-1 (default debug package release builder options macos_clang rebootable mac_clang-3.5 cleanable) in workspace /Volumes/Jenkins/workspace/clean-old-builds [EnvInject] - Inject global passwords. [EnvInject] - Mask passwords that will be passed as build parameters. [clean-old-builds] $ bash /Volumes/Jenkins/tmp/jenkins970169217890015297.sh --------------- Clone/update CI scripts --------------- pwd = /Volumes/Jenkins/workspace/clean-old-builds HEAD is now at 82f280e Merge pull request #11 from fredroy/fetch_registration CI scripts are available in /Volumes/Jenkins/workspace/clean-old-builds/ci/scripts ------------------------------------------------------- ------------- Clone/update reference_repo/sofa -------------- Checking /Users/ci/reference_repo/sofa Reference repo found. Updating... From https://github.com/sofa-framework/sofa 7649ab6c2c..b2a3f8fe5a master -> origin/master Updating 7649ab6c2c..b2a3f8fe5a Fast-forward .../BaseInteractionProjectiveConstraintSet.h | 4 +- .../examples/beam10x10x46-fem-implicit-CPU.scn | 73 ------------------ .../examples/beam10x10x46-fem-implicit-CUDA.scn | 68 ----------------- .../examples/beam10x10x46-hexafem-implicit-CPU.scn | 35 --------- .../beam10x10x46-hexafem-implicit-CUDA.scn | 39 ---------- .../examples/beam10x10x46-hexafem-rk4-CPU.scn | 33 -------- .../examples/beam10x10x46-hexafem-rk4-CUDA.scn | 37 --------- .../examples/beam16x16x76-fem-implicit-CPU.scn | 59 --------------- .../beam16x16x76-fem-implicit-CPU.scn.view | 2 - .../examples/beam16x16x76-fem-implicit-CUDA.scn | 64 ---------------- .../beam16x16x76-fem-implicit-CUDA.scn.view | 2 - .../examples/beam16x16x76-hexafem-rk4-CPU.scn | 34 --------- .../examples/beam16x16x76-hexafem-rk4-CUDA.scn | 37 --------- .../HexahedronFEMForceField_beam10x10x40_cpu.scn | 47 ++++++++++++ .../HexahedronFEMForceField_beam10x10x40_gpu.scn | 45 +++++++++++ .../HexahedronFEMForceField_beam16x16x76_cpu.scn | 62 +++++++++++++++ .../HexahedronFEMForceField_beam16x16x76_gpu.scn | 60 +++++++++++++++ .../TetrahedronFEMForceField_beam10x10x40_cpu.scn | 56 ++++++++++++++ .../TetrahedronFEMForceField_beam10x10x40_gpu.scn | 55 ++++++++++++++ .../TetrahedronFEMForceField_beam16x16x76_cpu.scn | 70 +++++++++++++++++ .../TetrahedronFEMForceField_beam16x16x76_gpu.scn | 71 ++++++++++++++++++ ...xahedronFEMForceField_beam10x10x40_implicit.scn | 76 +++++++++++++++++++ ...udaHexahedronFEMForceField_beam10x10x40_rk4.scn | 74 ++++++++++++++++++ ...rahedronFEMForceField_beam10x10x40_implicit.scn | 87 ++++++++++++++++++++++ ...daTetrahedronFEMForceField_beam10x10x40_rk4.scn | 85 +++++++++++++++++++++ 25 files changed, 790 insertions(+), 485 deletions(-) delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-fem-implicit-CPU.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-fem-implicit-CUDA.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-hexafem-implicit-CPU.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-hexafem-implicit-CUDA.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-hexafem-rk4-CPU.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam10x10x46-hexafem-rk4-CUDA.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-fem-implicit-CPU.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-fem-implicit-CPU.scn.view delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-fem-implicit-CUDA.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-fem-implicit-CUDA.scn.view delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-hexafem-rk4-CPU.scn delete mode 100644 applications/plugins/SofaCUDA/examples/beam16x16x76-hexafem-rk4-CUDA.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_gpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_gpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_gpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_gpu.scn create mode 100644 applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_implicit.scn create mode 100644 applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_rk4.scn create mode 100644 applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_implicit.scn create mode 100644 applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_rk4.scn ------------------------------------------------------- Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk2s5 50Gi 10Gi 19Gi 36% 488245 521751355 0% / devfs 187Ki 187Ki 0Bi 100% 648 0 100% /dev /dev/disk2s1 50Gi 19Gi 19Gi 51% 815140 521424460 0% /System/Volumes/Data /dev/disk2s4 50Gi 1.0Mi 19Gi 1% 1 522239599 0% /private/var/vm map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home /dev/disk0s2 100Gi 32Gi 68Gi 32% 519837 4294447442 0% /Volumes/Jenkins ----------------- clean-old-builds.sh ----------------- ENV VARS: load /Volumes/Jenkins/workspace/clean-old-builds/ci/scripts/env/default ENV VARS: load node specific /Volumes/Jenkins/workspace/clean-old-builds/ci/scripts/env/consortium-macos-1 python3 ------------------ free_space = 76262996 max_days_since_modified_short = 1/2 max_days_since_modified_long = 6 ------------------ Cleaning in /Volumes/Jenkins/workspace/clean-old-builds/../sofa-framework PR-2549: macos_clang_options_release: last build was on Thu Jan 13 18:02:05 CET 2022 -> not removed PR-2568: macos_clang_options_release: last build was on Tue Jan 11 10:53:09 CET 2022 -> not removed PR-2569: macos_clang_options_release: last build was on Tue Jan 11 16:40:52 CET 2022 -> not removed PR-2578: macos_clang_options_release: last build was on Mon Jan 10 09:41:04 CET 2022 -> not removed PR-2587: macos_clang_options_release: last build was on Wed Jan 12 09:23:25 CET 2022 -> not removed PR-2588: macos_clang_options_release: last build was on Tue Jan 11 16:24:23 CET 2022 -> not removed PR-2589: macos_clang_options_release: last build was on Wed Jan 12 17:06:06 CET 2022 -> not removed PR-2597: macos_clang_options_release: last build was on Thu Jan 13 22:04:28 CET 2022 -> not removed PR-2598: macos_clang_options_release: last build was on Thu Jan 13 22:36:55 CET 2022 -> not removed master: macos_clang_default_release: last build was on Thu Jan 13 17:30:49 CET 2022 -> not removed macos_clang_options_release: last build was on Thu Jan 13 17:20:21 CET 2022 -> not removed ------------------------------------------------------- Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk2s5 50Gi 10Gi 19Gi 36% 488245 521751355 0% / devfs 187Ki 187Ki 0Bi 100% 648 0 100% /dev /dev/disk2s1 50Gi 19Gi 19Gi 51% 815140 521424460 0% /System/Volumes/Data /dev/disk2s4 50Gi 1.0Mi 19Gi 1% 1 522239599 0% /private/var/vm map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home /dev/disk0s2 100Gi 27Gi 73Gi 28% 467782 4294499497 0% /Volumes/Jenkins Finished: SUCCESS