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-0 (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/jenkins4013523622097811719.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 17Gi 39% 488245 521751355 0% / devfs 187Ki 187Ki 0Bi 100% 648 0 100% /dev /dev/disk2s1 50Gi 21Gi 17Gi 56% 1529970 520709630 0% /System/Volumes/Data /dev/disk2s4 50Gi 1.0Gi 17Gi 6% 2 522239598 0% /private/var/vm /dev/disk1s2 100Gi 51Gi 49Gi 51% 743805 4294223474 0% /Volumes/Jenkins map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home ----------------- 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-0 python3 ------------------ free_space = 68860848 max_days_since_modified_short = 1/2 max_days_since_modified_long = 6 ------------------ Cleaning in /Volumes/Jenkins/workspace/clean-old-builds/../sofa-framework PR-2396: macos_clang_options_release: last build was on Thu Jan 13 15:13:29 CET 2022 -> not removed PR-2535: macos_clang_options_release: last build was on Fri Jan 7 23:29:31 CET 2022 (more than 6 days ago) -> removed All valid configs were removed -> PR-2535 removed PR-2554: macos_clang_options_release: last build was on Tue Jan 11 15:51:17 CET 2022 -> not removed PR-2565: macos_clang_options_release: last build was on Thu Jan 13 17:45:13 CET 2022 -> not removed PR-2570: macos_clang_options_release: last build was on Tue Jan 11 17:23:54 CET 2022 -> not removed PR-2571: macos_clang_options_release: last build was on Wed Jan 12 19:14:31 CET 2022 -> not removed PR-2582: macos_clang_options_release: last build was on Thu Jan 13 19:43:19 CET 2022 -> not removed PR-2584: macos_clang_options_release: last build was on Tue Jan 11 15:14:23 CET 2022 -> not removed PR-2585: macos_clang_options_release: last build was on Tue Jan 11 17:03:22 CET 2022 -> not removed PR-2590: macos_clang_options_release: last build was on Wed Jan 12 18:29:12 CET 2022 -> not removed PR-2594: PR 2594 is closed -> removed PR-2595: macos_clang_options_release: last build was on Thu Jan 13 22:02:27 CET 2022 -> not removed PR-2596: macos_clang_options_release: last build was on Thu Jan 13 17:21:20 CET 2022 -> not removed master: macos_clang_default_release: last build was on Wed Jan 12 04:05:44 CET 2022 -> not removed macos_clang_options_release: last build was on Thu Jan 13 09:41:50 CET 2022 -> not removed ------------------------------------------------------- Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk2s5 50Gi 10Gi 17Gi 39% 488245 521751355 0% / devfs 187Ki 187Ki 0Bi 100% 648 0 100% /dev /dev/disk2s1 50Gi 21Gi 17Gi 56% 1529970 520709630 0% /System/Volumes/Data /dev/disk2s4 50Gi 1.0Gi 17Gi 6% 2 522239598 0% /private/var/vm /dev/disk1s2 100Gi 31Gi 69Gi 32% 521745 4294445534 0% /Volumes/Jenkins map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home Finished: SUCCESS