{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by MathieuMorlighem"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2908,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
            "branch" : [
              {
                "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
            "branch" : [
              {
                "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
        "branch" : [
          {
            "SHA1" : "d000b0d54c75e852d3b2c6eb7cf7af771d75b7e4",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:ISSMteam/ISSM.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 4,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#2908",
  "duration" : 171457,
  "estimatedDuration" : 3001361,
  "executor" : null,
  "fullDisplayName" : "Windows - Basic #2908",
  "id" : "2908",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 2908,
  "queueId" : 1624,
  "result" : "FAILURE",
  "timestamp" : 1782948963640,
  "url" : "https://ross.ics.uci.edu/jenkins/job/Windows-Basic/2908/",
  "builtOn" : "Windows_10-MSYS2-MinGW-VM",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Inputs/ControlInput.cpp"
        ],
        "commitId" : "33d49fd447700a71e280310e37a10032f03fa796",
        "timestamp" : 1782945668000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: added better error message so that we can remove this function altogether\u000a",
        "date" : "2026-07-01 22:41:08 +0000",
        "id" : "33d49fd447700a71e280310e37a10032f03fa796",
        "msg" : "CHG: added better error message so that we can remove this function altogether",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Inputs/ControlInput.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Vertex.h",
          "src/c/classes/Vertex.cpp"
        ],
        "commitId" : "9c52f7caa797d6c6c99dd803aa449c1946dc853c",
        "timestamp" : 1782945698000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: minor cosmetics\u000a",
        "date" : "2026-07-01 22:41:38 +0000",
        "id" : "9c52f7caa797d6c6c99dd803aa449c1946dc853c",
        "msg" : "CHG: minor cosmetics",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Vertex.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Vertex.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/FemModel.cpp"
        ],
        "commitId" : "177399726a7ebc90923ae528016d76e98981f7bc",
        "timestamp" : 1782945711000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: minor cosmetics\u000a",
        "date" : "2026-07-01 22:41:51 +0000",
        "id" : "177399726a7ebc90923ae528016d76e98981f7bc",
        "msg" : "CHG: minor cosmetics",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Elements/Element.cpp",
          "src/c/classes/IoModel.cpp",
          "src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp",
          "src/c/classes/Elements/Element.h",
          "src/c/classes/IoModel.h"
        ],
        "commitId" : "4cd7a6be6c275cefdb34b61548448d60f0a328f5",
        "timestamp" : 1782945931000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "NEW: adding new way to read and broadcast data from binary file. Until now rank 0 reads and broadcasts entire fields but we sometimes run out of memory for very large fields (e.g., SMB). Instead, rank 0 now creates tailored arrays for each partition and that's what's being send. It does not work yet, this is an intermediary commit for debugging, so this behavior is not yet activated. This will be a long summer project...\u000a",
        "date" : "2026-07-01 22:45:31 +0000",
        "id" : "4cd7a6be6c275cefdb34b61548448d60f0a328f5",
        "msg" : "NEW: adding new way to read and broadcast data from binary file. Until now rank 0 reads and broadcasts entire fields but we sometimes run out of memory for very large fields (e.g., SMB). Instead, rank 0 now creates tailored arrays for each partition and that's what's being send. It does not work yet, this is an intermediary commit for debugging, so this behavior is not yet activated. This will be a long summer project...",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/IoModel.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/IoModel.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
      "fullName" : "Mathieu Morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/helene.l.seroussi",
      "fullName" : "helene.l.seroussi"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
      "fullName" : "inwoo0415"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/benjamingetraer",
      "fullName" : "benjamingetraer"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
      "fullName" : "34657535+TidbitSoftware"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
      "fullName" : "mathieu.morlighem"
    }
  ]
}