{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "jenkins.branch.BranchEventCause",
          "shortDescription" : "Pull request #5639 updated"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_REPORT_TO_DASHBOARD",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_REPORT_TO_GITHUB",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_FORCE_FULL_BUILD",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_GENERATE_BINARIES",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_RUN_UNIT_TESTS",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_RUN_SCENE_TESTS",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_RUN_REGRESSION_TESTS",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_ENABLE_EMAIL_NOTIF",
          "value" : False
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_SCRIPTS_REPOSITORY",
          "value" : "https://github.com/sofa-framework/ci"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_SCRIPTS_BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.plugins.matrix_configuration_parameter.DefaultMatrixCombinationsParameterValue",
          "name" : "CI_MATRIX_COMBINATIONS"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_CMAKE_OPTIONS",
          "value" : ""
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "CI_DEBUG",
          "value" : False
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_COMMIT_HASH",
          "value" : "9f926d96d503279c215a6cac3255de08f04b0c2b"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_BASECOMMIT_HASH",
          "value" : "d67d1cda5f44d322059d0a2115c77038e5e88a5c"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_BRANCH_NAME",
          "value" : "PR-5639"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/PR-5639" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
            "branch" : [
              {
                "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
                "name" : "origin/PR-5639"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
            "branch" : [
              {
                "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
                "name" : "origin/PR-5639"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
        "branch" : [
          {
            "SHA1" : "9f926d96d503279c215a6cac3255de08f04b0c2b",
            "name" : "origin/PR-5639"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/sofa-framework/sofa.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3",
  "duration" : 6364256,
  "estimatedDuration" : 6576625,
  "executor" : None,
  "fullDisplayName" : "sofa-framework » PR-5639 #3",
  "id" : "3",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3,
  "queueId" : 21425,
  "result" : "UNSTABLE",
  "timestamp" : 1756280275839,
  "url" : "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5639/3/",
  "builtOn" : "_launcher_",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Sofa/GUI/Common/src/sofa/gui/common/GUIManager.h",
          "Sofa/GUI/Batch/src/sofa/gui/batch/BatchGUI.h"
        ],
        "commitId" : "3139b27ebae8e1c1909340fd598de5dd8ba0bd28",
        "timestamp" : 1756195034000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/sofa-ci-dev/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "[GUI] Fix compilation with clang and boost 1.89 (#5664)\u000a\u000afix compilation with clang and boost 1.89\u000a",
        "date" : "2025-08-26 09:57:14 +0200",
        "id" : "3139b27ebae8e1c1909340fd598de5dd8ba0bd28",
        "msg" : "[GUI] Fix compilation with clang and boost 1.89 (#5664)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Sofa/GUI/Common/src/sofa/gui/common/GUIManager.h"
          },
          {
            "editType" : "edit",
            "file" : "Sofa/GUI/Batch/src/sofa/gui/batch/BatchGUI.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Sofa/framework/Type/src/sofa/type/Mat.h",
          "Sofa/framework/Config/src/sofa/config.h.in"
        ],
        "commitId" : "d67d1cda5f44d322059d0a2115c77038e5e88a5c",
        "timestamp" : 1756195076000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/sofa-ci-dev/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "[Framework] Fix compilation with clang20 (#5665)\u000a\u000a* fix compilation with clang20\u000a\u000a* remove deprecation warning about space with operator string litteral\u000a\u000a---------\u000a\u000aCo-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>\u000a",
        "date" : "2025-08-26 09:57:56 +0200",
        "id" : "d67d1cda5f44d322059d0a2115c77038e5e88a5c",
        "msg" : "[Framework] Fix compilation with clang20 (#5665)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Sofa/framework/Type/src/sofa/type/Mat.h"
          },
          {
            "editType" : "edit",
            "file" : "Sofa/framework/Config/src/sofa/config.h.in"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/sofa-ci-dev/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "runs" : [
    {
      "number" : 3,
      "url" : "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5639/CI_CONFIG=fedora_clang,CI_PLUGINS=options,CI_TYPE=release/3/"
    },
    {
      "number" : 3,
      "url" : "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5639/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/3/"
    },
    {
      "number" : 3,
      "url" : "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5639/CI_CONFIG=ubuntu_gcc,CI_PLUGINS=options,CI_TYPE=release/3/"
    },
    {
      "number" : 3,
      "url" : "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5639/CI_CONFIG=windows_vs2022,CI_PLUGINS=options,CI_TYPE=release/3/"
    }
  ]
}