Started by upstream project "clean-old-builds" build number 902 originally caused by: Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on defrost-linuxmint181-0 (default debug ubuntu_gcc-7 ubuntu_clang-6 release options rebootable cleanable) in workspace /media/jenkins/sofa-ci-dev/workspace/clean-old-builds [Checks API] No suitable checks publisher found. [EnvInject] - Inject global passwords. [EnvInject] - Mask passwords that will be passed as build parameters. [clean-old-builds] $ bash /tmp/jenkins5498492977945645123.sh --------------- Clone/update CI scripts --------------- pwd = /media/jenkins/sofa-ci-dev/workspace/clean-old-builds Depuis https://github.com/sofa-framework/ci ffe430f..796d228 testing -> origin/testing HEAD est maintenant à 5a98105 [scripts] FIX unit-tests error CI scripts are available in /media/jenkins/sofa-ci-dev/workspace/clean-old-builds/ci/scripts ------------------------------------------------------- ------------- Clone/update reference_repo/sofa -------------- Checking /home/sofa/reference_repo/sofa Reference repo found. Updating... Depuis https://github.com/sofa-framework/sofa 6cb49a9..169530e master -> origin/master Mise à jour 6cb49a9..169530e Fast-forward .github/PULL_REQUEST_TEMPLATE.md | 20 ++-- CMakeLists.txt | 3 + SofaGeneral/CMakeLists.txt | 4 +- SofaGeneral/src/SofaGeneral/initSofaGeneral.cpp | 4 - .../SofaHelper/src/sofa/helper/ComponentChange.cpp | 15 +++ applications/projects/runSofa/CMakeLists.txt | 2 + .../Accuracy/cylinder_PhantomSolution.scn | 2 + .../Accuracy/cylinder_TLEDTetraSolution.scn | 2 + examples/Benchmark/Render/ManySpheres.scn | 16 ++-- .../Components/collision/RayTraceCollision.scn | 2 + examples/Components/engine/HausdorffDistance.scn | 2 + examples/Components/engine/MeshSplittingEngine.scn | 2 + examples/Components/engine/MeshSubsetEngine.scn | 2 + examples/Components/misc/Gravity.scn | 2 + examples/Components/misc/ViewerSetting.scn | 1 + examples/Components/visualmodel/LightMax.scn | 2 + examples/Components/visualmodel/OglLabel.scn | 2 + .../visualmodel/OglShadowShader_Directional.scn | 2 + .../visualmodel/OglShadowShader_SpotLight2.scn | 2 + examples/Demos/liverConfiguration.scn | 2 + examples/Objects/SMP/TorusFEMOctree.xml | 2 + examples/Objects/SMP/TorusRigidOctree.xml | 2 + .../Dentistry_Haptics/dentalSurgery_01.scn | 2 + .../Dentistry_Haptics/dentalSurgery_02.scn | 2 + .../Dentistry_Haptics/dentalSurgery_03.scn | 2 + .../Dentistry_Haptics/dentalSurgery_04.scn | 2 + .../Dentistry_Haptics/dentalSurgery_05.scn | 2 + .../StepByStep/Dentistry_Python/1_VisualModels.scn | 1 + .../Dentistry_Python/2_InstrumentModel.scn | 1 + .../Dentistry_Python/3_InstrumentControl.scn | 1 + .../StepByStep/Dentistry_Python/4_Collisions.scn | 1 + .../StepByStep/Dentistry_Python/6_FEM1.scn | 1 + .../StepByStep/Dentistry_Python/6_FEM2.scn | 1 + .../Dentistry_Python/7_CompleteScene.scn | 1 + .../Getyourbearings/0_getyourbearings.scn | 2 + .../Getyourbearings/1_getyourbearings.scn | 2 + .../Getyourbearings/2_getyourbearings.scn | 2 + .../Getyourbearings/3_getyourbearings.scn | 2 + modules/SofaGeneralMeshCollision/CMakeLists.txt | 56 +++++++---- modules/SofaGeneralMeshCollision/README.md | 1 + .../SofaGeneralMeshCollisionConfig.cmake.in | 12 +++ .../initGeneralMeshCollision.h | 40 -------- .../SofaGeneralMeshCollision}/DirectSAP.cpp | 18 +--- .../{ => src/SofaGeneralMeshCollision}/DirectSAP.h | 27 ++---- .../{ => src/SofaGeneralMeshCollision}/IncrSAP.cpp | 16 +--- .../{ => src/SofaGeneralMeshCollision}/IncrSAP.h | 27 ++---- .../MeshDiscreteIntersection.cpp | 17 +--- .../MeshDiscreteIntersection.h | 23 ++--- .../MeshDiscreteIntersection.inl | 21 +---- .../MeshMinProximityIntersection.cpp | 15 +-- .../MeshMinProximityIntersection.h | 26 ++---- .../SofaGeneralMeshCollision}/TriangleOctree.cpp | 25 ++--- .../SofaGeneralMeshCollision}/TriangleOctree.h | 26 ++---- .../TriangleOctreeModel.cpp | 18 +--- .../TriangleOctreeModel.h | 25 ++--- .../SofaGeneralMeshCollision/config.h.in} | 15 +-- .../initSofaGeneralMeshCollision.cpp | 75 +++++++++++++++ .../initSofaGeneralMeshCollision.h} | 21 +---- modules/SofaGraphComponent/CMakeLists.txt | 103 ++++++++++++--------- modules/SofaGraphComponent/README.md | 1 + .../SofaGraphComponentConfig.cmake.in | 12 +++ .../SofaGraphComponent_test/CMakeLists.txt | 4 +- .../SofaGraphComponent_test/SceneChecker_test.cpp | 3 + .../{ => src/SofaGraphComponent}/APIVersion.cpp | 14 +-- .../{ => src/SofaGraphComponent}/APIVersion.h | 27 ++---- .../SofaGraphComponent}/AddFrameButtonSetting.cpp | 14 +-- .../SofaGraphComponent}/AddFrameButtonSetting.h | 23 ++--- .../AddRecordedCameraButtonSetting.cpp | 14 +-- .../AddRecordedCameraButtonSetting.h | 25 ++--- .../AttachBodyButtonSetting.cpp | 14 +-- .../SofaGraphComponent}/AttachBodyButtonSetting.h | 23 ++--- .../SofaGraphComponent}/BackgroundSetting.h | 0 .../FixPickedParticleButtonSetting.cpp | 14 +-- .../FixPickedParticleButtonSetting.h | 23 ++--- .../{ => src/SofaGraphComponent}/Gravity.cpp | 15 +-- .../{ => src/SofaGraphComponent}/Gravity.h | 31 ++----- .../SofaGraphComponent}/InteractingBehaviorModel.h | 24 +---- .../SofaGraphComponent}/MouseButtonSetting.cpp | 14 +-- .../SofaGraphComponent}/MouseButtonSetting.h | 23 ++--- .../SofaGraphComponent}/PauseAnimation.cpp | 14 +-- .../{ => src/SofaGraphComponent}/PauseAnimation.h | 22 +---- .../SofaGraphComponent}/PauseAnimationOnEvent.cpp | 14 +-- .../SofaGraphComponent}/PauseAnimationOnEvent.h | 22 +---- .../{ => src/SofaGraphComponent}/SceneCheck.h | 32 +++---- .../SofaGraphComponent}/SceneCheckAPIChange.cpp | 10 +- .../SofaGraphComponent}/SceneCheckAPIChange.h | 47 ++++------ .../SceneCheckDuplicatedName.cpp | 10 +- .../SofaGraphComponent}/SceneCheckDuplicatedName.h | 25 ++--- .../SceneCheckMissingRequiredPlugin.cpp | 10 +- .../SceneCheckMissingRequiredPlugin.h | 35 +++---- .../SofaGraphComponent}/SceneCheckUsingAlias.cpp | 10 +- .../SofaGraphComponent}/SceneCheckUsingAlias.h | 26 ++---- .../SofaGraphComponent}/SceneCheckerListener.cpp | 10 +- .../SofaGraphComponent}/SceneCheckerListener.h | 24 ++--- .../SofaGraphComponent}/SceneCheckerVisitor.cpp | 11 +-- .../SofaGraphComponent}/SceneCheckerVisitor.h | 26 ++---- .../SofaGraphComponent}/SofaDefaultPathSetting.cpp | 14 +-- .../SofaGraphComponent}/SofaDefaultPathSetting.h | 23 ++--- .../{ => src/SofaGraphComponent}/StatsSetting.cpp | 14 +-- .../{ => src/SofaGraphComponent}/StatsSetting.h | 23 ++--- .../{ => src/SofaGraphComponent}/ViewerSetting.cpp | 14 +-- .../{ => src/SofaGraphComponent}/ViewerSetting.h | 23 ++--- .../SofaGraphComponent/config.h.in} | 20 ++-- .../SofaGraphComponent/initSofaGraphComponent.cpp} | 47 ++++++++-- .../SofaGraphComponent/initSofaGraphComponent.h} | 19 +--- modules/SofaGuiCommon/CMakeLists.txt | 5 +- tests/CMakeLists.txt | 1 - 107 files changed, 624 insertions(+), 970 deletions(-) create mode 100644 modules/SofaGeneralMeshCollision/README.md create mode 100644 modules/SofaGeneralMeshCollision/SofaGeneralMeshCollisionConfig.cmake.in delete mode 100644 modules/SofaGeneralMeshCollision/initGeneralMeshCollision.h rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/DirectSAP.cpp (98%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/DirectSAP.h (93%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/IncrSAP.cpp (99%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/IncrSAP.h (96%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/MeshDiscreteIntersection.cpp (96%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/MeshDiscreteIntersection.h (88%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/MeshDiscreteIntersection.inl (95%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/MeshMinProximityIntersection.cpp (99%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/MeshMinProximityIntersection.h (96%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/TriangleOctree.cpp (98%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/TriangleOctree.h (95%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/TriangleOctreeModel.cpp (96%) rename modules/SofaGeneralMeshCollision/{ => src/SofaGeneralMeshCollision}/TriangleOctreeModel.h (85%) rename modules/SofaGeneralMeshCollision/{config.h => src/SofaGeneralMeshCollision/config.h.in} (84%) create mode 100644 modules/SofaGeneralMeshCollision/src/SofaGeneralMeshCollision/initSofaGeneralMeshCollision.cpp rename modules/{SofaGraphComponent/initGraphComponent.cpp => SofaGeneralMeshCollision/src/SofaGeneralMeshCollision/initSofaGeneralMeshCollision.h} (87%) create mode 100644 modules/SofaGraphComponent/README.md create mode 100644 modules/SofaGraphComponent/SofaGraphComponentConfig.cmake.in rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/APIVersion.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/APIVersion.h (87%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AddFrameButtonSetting.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AddFrameButtonSetting.h (86%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AddRecordedCameraButtonSetting.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AddRecordedCameraButtonSetting.h (84%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AttachBodyButtonSetting.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/AttachBodyButtonSetting.h (87%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/BackgroundSetting.h (100%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/FixPickedParticleButtonSetting.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/FixPickedParticleButtonSetting.h (86%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/Gravity.cpp (94%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/Gravity.h (84%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/InteractingBehaviorModel.h (93%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/MouseButtonSetting.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/MouseButtonSetting.h (86%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/PauseAnimation.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/PauseAnimation.h (90%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/PauseAnimationOnEvent.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/PauseAnimationOnEvent.h (89%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheck.h (84%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckAPIChange.cpp (97%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckAPIChange.h (81%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckDuplicatedName.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckDuplicatedName.h (83%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckMissingRequiredPlugin.cpp (97%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckMissingRequiredPlugin.h (81%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckUsingAlias.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckUsingAlias.h (84%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckerListener.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckerListener.h (86%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckerVisitor.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SceneCheckerVisitor.h (85%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SofaDefaultPathSetting.cpp (95%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/SofaDefaultPathSetting.h (87%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/StatsSetting.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/StatsSetting.h (90%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/ViewerSetting.cpp (96%) rename modules/SofaGraphComponent/{ => src/SofaGraphComponent}/ViewerSetting.h (91%) rename modules/SofaGraphComponent/{config.h => src/SofaGraphComponent/config.h.in} (82%) rename modules/{SofaGeneralMeshCollision/initGeneralMeshCollision.cpp => SofaGraphComponent/src/SofaGraphComponent/initSofaGraphComponent.cpp} (59%) rename modules/SofaGraphComponent/{initGraphComponent.h => src/SofaGraphComponent/initSofaGraphComponent.h} (86%) ------------------------------------------------------- Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur udev 9,8G 0 9,8G 0% /dev tmpfs 2,0G 202M 1,8G 11% /run /dev/sdb1 59G 34G 23G 61% / tmpfs 9,8G 0 9,8G 0% /dev/shm tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 9,8G 0 9,8G 0% /sys/fs/cgroup /dev/sdb2 195G 95G 91G 52% /media/jenkins cgmfs 100K 0 100K 0% /run/cgmanager/fs tmpfs 2,0G 0 2,0G 0% /run/user/1000 ----------------- clean-old-builds.sh ----------------- Cleaning in /media/jenkins/sofa-ci-dev/workspace/clean-old-builds/../sofa-framework ENV VARS: load /media/jenkins/sofa-ci-dev/workspace/clean-old-builds/ci/scripts/env/default ENV VARS: load node specific /media/jenkins/sofa-ci-dev/workspace/clean-old-builds/ci/scripts/env/defrost-linuxmint181-0 master: ubuntu_clang-6_default_release: last build was on lundi 26 octobre 2020, 10:59:21 (UTC+0100) -> not removed ubuntu_clang-6_options_release: last build was on mardi 27 octobre 2020, 15:22:20 (UTC+0100) -> not removed ubuntu_gcc-7_options_release: last build was on mardi 27 octobre 2020, 11:50:31 (UTC+0100) -> not removed PR-1531: PR 1531 is closed -> removed PR-1540: PR 1540 is closed -> removed PR-1545: ubuntu_gcc-7_options_release: last build was on vendredi 23 octobre 2020, 12:19:20 (UTC+0200) -> not removed PR-1546: ubuntu_gcc-7_options_release: last build was on lundi 19 octobre 2020, 16:33:11 (UTC+0200) -> not removed PR-1549: ubuntu_gcc-7_options_release: last build was on lundi 19 octobre 2020, 20:04:47 (UTC+0200) -> not removed PR-1555: ubuntu_gcc-7_options_release: last build was on mercredi 21 octobre 2020, 14:26:52 (UTC+0200) -> not removed PR-1556: ubuntu_gcc-7_options_release: last build was on mardi 27 octobre 2020, 15:11:32 (UTC+0100) -> not removed PR-1557: ubuntu_gcc-7_options_release: last build was on vendredi 23 octobre 2020, 01:59:48 (UTC+0200) -> not removed PR-1558: ubuntu_gcc-7_options_release: last build was on vendredi 23 octobre 2020, 01:12:24 (UTC+0200) -> not removed PR-1562: ubuntu_gcc-7_options_release: last build was on vendredi 23 octobre 2020, 12:59:26 (UTC+0200) -> not removed PR-1563: ubuntu_gcc-7_options_release: last build was on mardi 27 octobre 2020, 13:17:17 (UTC+0100) -> not removed PR-1564: ubuntu_gcc-7_options_release: last build was on mardi 27 octobre 2020, 08:50:52 (UTC+0100) -> not removed PR-1565: ubuntu_gcc-7_options_release: last build was on mardi 27 octobre 2020, 14:54:31 (UTC+0100) -> not removed Cleaning Docker containers and images... Deleted Images: untagged: sofaframework/sofabuilder_ubuntu:testing untagged: sofaframework/sofabuilder_ubuntu@sha256:ffc67a986b136c806935ba581d8266e10270c8af2905eea6b12359b32eb77bc6 deleted: sha256:b222d9b06ca570927e27b04303e83de295e7973bd3c71f3b3eec7d0e8a65d1aa deleted: sha256:ce9e21dbeb393bf7fc418351b228f56a25d90a6146feb0d3fed2ec407c88f9d3 deleted: sha256:d153489deed87ab2fc96b3d8f5a009bc76c363ed463700b568fe66ed4f0ad1d1 deleted: sha256:5173df8a8568c6ce6b435dc7f5b9baeb1c92c693b6c58633dbf94370a9686a77 deleted: sha256:969c6bf0e5f47ee245846e73bb34c1f2c10222e1be72e02ed03d8d9ca022e8f2 deleted: sha256:6f59a8acda741fb98ca128a0637b425974a43f53759eb086c962b1071923c476 deleted: sha256:1a45cb1eb9bb85ecdd55029861e713846df3047386df52e6052535dd4e72418c deleted: sha256:0447eacddb39368a0a5613aff07ba92c768eaccc600704f0b5fa9dc81f56329a deleted: sha256:368a5d34e14fe9d8dd2288d82b52ceb55e6b3cb2c7676342452f27d75705548c deleted: sha256:90e34dd513d3fb2ca28b65b20871cab564903ca25f292dce0157221f3f1c135d deleted: sha256:3469f99209a50a17330ff3c9675c92e978370bfe126199d36a08aed18cc24cbd deleted: sha256:69182c045fe8f79640577926fde07e80f3dc8b7576e702b16dee40e9aa7a424f deleted: sha256:fe05b280b408ce0e2011bd747a52a317762c7eafffb3ec2316aaefe65227e4b8 deleted: sha256:f62aa5f8fe6c77dafe5ecd40689bbe1ce5f6ccd216a39de699f75f3657e76bf1 deleted: sha256:9b2bc117d223e355582036b4e001d21964a1c7856648e3912312e4f810589022 deleted: sha256:2b9115fbe3259a39015fd6731365a5ab40b5747806cd78c7bd2c3891861c7eab deleted: sha256:941a63c85183c0a25e7d8aca5f315dbdd54743f0c423292cfbdfdbdaab7102b8 deleted: sha256:69aabfb7ee24d67809374414b2cc8f609ef4351afc93f5ac8cfb8d675eed2751 deleted: sha256:e886360bb8bc7c98056d23c5be89621ec1091bb9de2da681366a6eb438438967 deleted: sha256:9b08dca16056ec3ad7d2da96bf6357c63b04dbef3eab005571cd20465fd5d987 deleted: sha256:3b06d551e063258bb85cdb166b6e47fb3de305b212622eedd0ca07c6305946fd deleted: sha256:3091dc929fe20251fc5b99acdd9ddebfa21f85482ca2d6e79171b8f4203f64b1 deleted: sha256:185b41388f2ae93af28480a2d09ec26711d3b969d7a9ea44976b464881ecc054 deleted: sha256:f3d9d3786223d4c43ebd228ee0ed64c3af7ba8e9b81366df89496746f47e2e4b untagged: sofaframework/sofabuilder_ubuntu:latest untagged: sofaframework/sofabuilder_ubuntu@sha256:38ab08facbdf6f3ac435a0723d46709a517df8ae0993acde64b2971a6d56817b deleted: sha256:15b6a59add4e22f95b4f41ea45851a74f145ca86c8943ae07b643af5d168c6e5 deleted: sha256:11cf639f2339602aab010409b91a9c30e6be881cea6fd99fee2f9fafd421641c deleted: sha256:345772fc11f8b83e79b88b995f9d4705ee7658d89208378891be8359cc512efe deleted: sha256:34fa11d384f24560ce40bbab9f7e3c1a0ff650727cff09eb356c8fc36ceb7a15 deleted: sha256:0738935de8022b0159fb8c1b6d088a089e885b85459271a4eb32435a53ab3b52 deleted: sha256:13d388efac560307d6b8c738536d2a237bc05a92d27366c6dc23a2e57b2d11e1 deleted: sha256:f6726480082cfed9c6caf8ec0e3e5cbf4beda5de079e6f4ae3d862a1482f83f7 deleted: sha256:26d260334fd814257c0d3c3f22b1b75ccee706fb504c683b07511e2e4067f3e3 deleted: sha256:f9e4669d8ec29bda2682075bcabbc0b38c815a53a2db81e1d5fabe12d607cae3 deleted: sha256:f733e8738eb018e0ab2d97bb27906813e36168f8ef80816b2b3f2160f823cecd deleted: sha256:773747a727f67774b8ab6af1961a64a6709bddb72f71b56f1e1e2e7420f7679a deleted: sha256:a284acccc280b80e6f8f8fdf8f27b2781debd4c93bd7887f00917e9aaf117802 deleted: sha256:59bb567da41db1d1ca47e8fb4d76879e967d39be919b675c65efe83e8aeeb8de deleted: sha256:2f21813a1c186e6a5e6535aa1f7e34535039877c3b185f1cff53d23f27bdd203 deleted: sha256:69ec145c72661ef3cc113b445d04b551964ee6b63a046d499148e8b29c68ddf2 deleted: sha256:51e24da60818d9b04bc9b73cbfc56e973f6f5f7cd062769da85af11d6bb802a8 deleted: sha256:ffc111f1891fa01813a232987d1b7de6a4d1978747f7fee24d9e4fb52fb949fa deleted: sha256:3271bcccdde0c66c023b32f53466d7eb7d388769c33899cfeaf73b6fbfbbbb41 deleted: sha256:9e7b52cdcc49f114e0ea68987401ab93268540989ae86b0d2bdfbc0c4f31bf57 deleted: sha256:1a4deb816c77bf2587a8287a087ab35f38dafbb71942896c923643b0ace3f880 deleted: sha256:9c54750c415f49753290c9e818659c5db78388754c01b4aa6c73d8ac1c66247c untagged: sofaframework/sofabuilder_ubuntu@sha256:3982cf9e26f3fc6f94b3c9cc1b505cea706220ed5d02ebd0efa564631dff0842 deleted: sha256:a36c364434b51c1096348f7ac6b0246488abc1d16a3f95050d86542892d8453e deleted: sha256:f3445b8696eb05af1418dbd7a99bb13aa1e899703926f55b45593b223976087d deleted: sha256:9d9d22bd2850f92a9f3b89268a71897546ec48ac802b83a1f3a5ef294b5be814 deleted: sha256:7d9f8d0828c8b0eb56229f4a78c85f5b7cc575b6f7d9c1ad9d7f82ce25db9fd0 deleted: sha256:39658772a797d047bc5d51aa7635291640aa112856be20c93f0c81aa51642160 deleted: sha256:741c42b0638a376fd33dd01a5c3e4c02db55f075ab7260bcb3bdc92dd6d9eb22 deleted: sha256:058cf2153872c3874bf6389fd461d63aa4498f1ea25027b30c0b34ccf36e04a5 deleted: sha256:75970de09acc258aa9576f12ff0d5659b2bfe22e4cf787094ea36d8b5b3a4494 deleted: sha256:9aff654f56ef3fbe2303ef1315cfb11ee2514e58921672ea2ed188332f9d9add deleted: sha256:1741e63c05020858b4727baf338bcdfe44475a566ee8dca3fda7a77f99da336f deleted: sha256:c219a89f2735553aad7ed4865e98b307ccb8ef11e0cf833342ec221c3b85540e deleted: sha256:97a1f8df1b1786c6c2de4fbb2f3eb2f56d58f3541b8e9afaecf5ec83aa6283a1 deleted: sha256:dc0cea171c2d3b81c5be74b2e5aaade0b7b0c6abd8407a50f0857e9a7d2afc05 deleted: sha256:30f7f053f19094d2365ec596fa0217b5481335e6ef56e64ee7d19aefd1b8394b deleted: sha256:7db8ffc3d8b7dc92595aa55c69ef58de2d7cdd7772917b0ab8506a645389b904 deleted: sha256:a470da9f86230dedda08bfa20dfe3c17358e49129f5bec3ed69f94b1c7240e71 deleted: sha256:1920878432b3a5451112e78a2dc269c1a265d9b2338dc6608161a732087c4bd9 deleted: sha256:df7c0d68887f804c5aa76daa87190cc94f1c471a6bba38a24c9ece95a4d154c2 deleted: sha256:c4319782baefb88622aaa0ae569eb6441f25162385ee655b3513282d4951ae6f deleted: sha256:7b6b3f7d6236f71ce58df68c24a223854fc55aa1a1fa36bb79f8f02b19952aac deleted: sha256:8aa4403275a2f23e136226bb5221aeb277d2aba9ca24b67f7b49066ef3e752f8 deleted: sha256:70a2c2fb776f23c6c6f9ecbc332bdd7622556e3322924361d6c43a9333c843ef deleted: sha256:976d97db874e9ece6689927f8f09dabbe7da418ff47b551706fc39084c3e9dc7 deleted: sha256:6427c772e5ed49fc2cf1f775e3b41465fd6dd49a447de4116a6fb9f22f12635a deleted: sha256:423662870fb3d051ccbc52495a1ff83e3b0c136d88614618dd18ea5b5a4fda15 deleted: sha256:dd44b56f7a8f4d7c34f8fe346f507e46defea98f198bccd13ef227a80a512f18 deleted: sha256:80580270666742c625aecc56607a806ba343a66a8f5a7fd708e6c4e4c07a3e9b Total reclaimed space: 16.92GB ------------------------------------------------------- Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur udev 9,8G 0 9,8G 0% /dev tmpfs 2,0G 202M 1,8G 11% /run /dev/sdb1 59G 34G 23G 61% / tmpfs 9,8G 0 9,8G 0% /dev/shm tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 9,8G 0 9,8G 0% /sys/fs/cgroup /dev/sdb2 195G 74G 111G 40% /media/jenkins cgmfs 100K 0 100K 0% /run/cgmanager/fs tmpfs 2,0G 0 2,0G 0% /run/user/1000 [Checks API] No suitable checks publisher found. Finished: SUCCESS