{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 32,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
            "branch" : [
              {
                "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
            "branch" : [
              {
                "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
        "branch" : [
          {
            "SHA1" : "9fa3124ca87cf7c852405f3fa709e599f12e92a0",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ISSMteam/ISSM/"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#32",
  "duration" : 3914,
  "estimatedDuration" : 3914,
  "executor" : null,
  "fullDisplayName" : "macOS - Silicon - MATLAB License Check #32",
  "id" : "32",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 32,
  "queueId" : 2468,
  "result" : "SUCCESS",
  "timestamp" : 1784271120578,
  "url" : "https://ross.ics.uci.edu/jenkins/job/macOS-Silicon-MATLAB_License_Check/32/",
  "builtOn" : "macOS-Silicon",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/applyoptions.m"
        ],
        "commitId" : "e9bba04c4f9ca8e52f06ae049eff4e415153693d",
        "timestamp" : 1783665840000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Support string cell arrays for colorbar ticks. Additionally, generate numeric tick labels on a single line.\u000a",
        "date" : "2026-07-10 15:44:00 +0900",
        "id" : "e9bba04c4f9ca8e52f06ae049eff4e415153693d",
        "msg" : "CHG: Support string cell arrays for colorbar ticks. Additionally, generate numeric tick labels on a single line.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/applyoptions.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Loads/Moulin.cpp",
          "src/c/classes/Elements/Element.cpp",
          "src/c/shared/io/Marshalling/IoCodeConversions.cpp"
        ],
        "commitId" : "bc1c34a8e74ed54b3fad92809723e943437d1cf3",
        "timestamp" : 1783678516000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: adding HydrologyMoulinInputEnum as control and a couple of estetic changes\u000a",
        "date" : "2026-07-10 06:15:16 -0400",
        "id" : "bc1c34a8e74ed54b3fad92809723e943437d1cf3",
        "msg" : "CHG: adding HydrologyMoulinInputEnum as control and a couple of estetic changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/shared/io/Marshalling/IoCodeConversions.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Loads/Moulin.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Hook.cpp",
          "src/c/classes/FemModel.cpp"
        ],
        "commitId" : "f711220b9b2a6fdc43c5df0f838bdfb7a6223147",
        "timestamp" : 1783679468000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "BUG: when copying a hook, we should NOT copy the pointers because other datasets are already being copied and we don't want to point to obects of the original dataset\u000a",
        "date" : "2026-07-10 06:31:08 -0400",
        "id" : "f711220b9b2a6fdc43c5df0f838bdfb7a6223147",
        "msg" : "BUG: when copying a hook, we should NOT copy the pointers because other datasets are already being copied and we don't want to point to obects of the original dataset",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Hook.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Loads/Penpair.cpp",
          "src/c/solutionsequences/solutionsequence_nonlinear.cpp"
        ],
        "commitId" : "790b18c1ca753a03d33aaedd4f161353b583a2bd",
        "timestamp" : 1783681266000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "BUG: now loads need to be reconfigured after being copied\u000a",
        "date" : "2026-07-10 07:01:06 -0400",
        "id" : "790b18c1ca753a03d33aaedd4f161353b583a2bd",
        "msg" : "BUG: now loads need to be reconfigured after being copied",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Loads/Penpair.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/solutionsequences/solutionsequence_nonlinear.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/analyses/DamageEvolutionAnalysis.cpp"
        ],
        "commitId" : "6830c9c003a0fbb7e910ebb3442632f614360fb6",
        "timestamp" : 1783816732000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Fix healing term in damage evolution with Pralong.\u000a",
        "date" : "2026-07-12 09:38:52 +0900",
        "id" : "6830c9c003a0fbb7e910ebb3442632f614360fb6",
        "msg" : "CHG: Fix healing term in damage evolution with Pralong.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/analyses/DamageEvolutionAnalysis.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/analyses/DamageEvolutionAnalysis.cpp"
        ],
        "commitId" : "0a0a369748042c4f099c401c392888cd4f3731da",
        "timestamp" : 1783817266000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: Fix healing term in damage evolution with Pralong.\u000a",
        "date" : "2026-07-12 09:47:46 +0900",
        "id" : "0a0a369748042c4f099c401c392888cd4f3731da",
        "msg" : "CHG: Fix healing term in damage evolution with Pralong.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/analyses/DamageEvolutionAnalysis.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/Archives/Archive275.arch"
        ],
        "commitId" : "87f666da90f735892e2ad27dfdab333d3f1a7771",
        "timestamp" : 1783821086000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Update the archive for test275 to reflect the changes to the Pralong damage law.\u000a",
        "date" : "2026-07-12 10:51:26 +0900",
        "id" : "87f666da90f735892e2ad27dfdab333d3f1a7771",
        "msg" : "CHG: Update the archive for test275 to reflect the changes to the Pralong damage law.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive275.arch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/listoutputs.m",
          "src/c/shared/Enum/Synchronize.sh"
        ],
        "commitId" : "aa1552c5a3b1546deaf7200cf3f6205f3c11fad3",
        "timestamp" : 1783968925000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: added comment sign so that output name display when typing help\u000a",
        "date" : "2026-07-13 20:55:25 +0200",
        "id" : "aa1552c5a3b1546deaf7200cf3f6205f3c11fad3",
        "msg" : "CHG: added comment sign so that output name display when typing help",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/listoutputs.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Synchronize.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/cores/controlnudging_core.cpp"
        ],
        "commitId" : "43c4a631430a638137728f184e88d3052eb3a128",
        "timestamp" : 1784129064000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "BUG: forgot to delete materials for 3D meshes\u000a",
        "date" : "2026-07-15 11:24:24 -0400",
        "id" : "43c4a631430a638137728f184e88d3052eb3a128",
        "msg" : "BUG: forgot to delete materials for 3D meshes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/cores/controlnudging_core.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/hydrologytws.py",
          "src/c/shared/Enum/StringToEnumx.cpp",
          "src/c/analyses/SealevelchangeAnalysis.cpp",
          "src/c/classes/Elements/Tria.h",
          "src/c/classes/Elements/Element.h",
          "src/c/analyses/HydrologyTwsAnalysis.cpp",
          "src/c/classes/GrdLoads.cpp",
          "src/c/cores/hydrology_core.cpp",
          "src/c/cores/sealevelchange_core.cpp",
          "src/c/shared/Enum/issmenums.jl",
          "src/m/solve/listoutputs.m",
          "src/c/shared/Enum/Enumjl.vim",
          "src/c/shared/Enum/EnumDefinitions.h",
          "src/c/shared/Enum/EnumToStringx.cpp",
          "src/m/classes/hydrologytws.m",
          "src/c/shared/Enum/Enum.vim",
          "src/c/classes/Elements/Tria.cpp",
          "src/c/classes/GrdLoads.h"
        ],
        "commitId" : "dd94546b5258cbcd8534f7ff332b2c1804558b76",
        "timestamp" : 1784219271000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved\u000a",
        "date" : "2026-07-16 09:27:51 -0700",
        "id" : "dd94546b5258cbcd8534f7ff332b2c1804558b76",
        "msg" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/hydrology_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/hydrologytws.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/hydrologytws.py"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/SealevelchangeAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/HydrologyTwsAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/sealevelchange_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/listoutputs.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/Archives/Archive2014.arch",
          "test/Archives/Archive2092.arch",
          "src/c/classes/Elements/Tria.h",
          "test/Archives/Archive2011.arch",
          "test/NightlyRun/test2011.m",
          "test/NightlyRun/test2003.m",
          "test/NightlyRun/test2014.m",
          "src/c/classes/GrdLoads.cpp",
          "test/NightlyRun/test2002.m",
          "test/Archives/Archive2012.arch",
          "test/NightlyRun/test2005.m",
          "test/Archives/Archive2091.arch",
          "src/c/classes/Elements/Tria.cpp"
        ],
        "commitId" : "47a5eacf789bb38297ca012deab66c3578fcb435",
        "timestamp" : 1784219374000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved\u000a",
        "date" : "2026-07-16 09:29:34 -0700",
        "id" : "47a5eacf789bb38297ca012deab66c3578fcb435",
        "msg" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          },
          {
            "editType" : "add",
            "file" : "test/Archives/Archive2012.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2003.m"
          },
          {
            "editType" : "add",
            "file" : "test/NightlyRun/test2014.m"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2092.arch"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.h"
          },
          {
            "editType" : "add",
            "file" : "test/Archives/Archive2014.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2091.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2005.m"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2002.m"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2011.m"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2011.arch"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/StringToEnumx.cpp",
          "src/c/classes/Elements/Tria.h",
          "test/NightlyRun/test2011.m",
          "src/c/classes/GrdLoads.cpp",
          "test/NightlyRun/test2014.m",
          "src/c/cores/sealevelchange_core.cpp",
          "src/m/solve/listoutputs.m",
          "src/c/shared/Enum/issmenums.jl",
          "src/c/shared/Enum/Enumjl.vim",
          "src/c/shared/Enum/EnumDefinitions.h",
          "src/c/shared/Enum/EnumToStringx.cpp",
          "src/c/shared/Enum/Enum.vim",
          "src/m/classes/clusters/generic.m",
          "src/c/classes/Elements/Tria.cpp",
          "src/c/classes/GrdLoads.h"
        ],
        "commitId" : "aeef284d6cb69cc9015abd8c9506d38f12253799",
        "timestamp" : 1784225424000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved\u000a",
        "date" : "2026-07-16 11:10:24 -0700",
        "id" : "aeef284d6cb69cc9015abd8c9506d38f12253799",
        "msg" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/listoutputs.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/sealevelchange_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2011.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2014.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/generic.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/EnumDefinitions.h",
          "test/NightlyRun/test2011.m",
          "src/m/classes/clusters/generic.m",
          "src/c/classes/GrdLoads.cpp",
          "src/c/classes/Elements/Tria.cpp",
          "src/c/cores/sealevelchange_core.cpp",
          "src/c/classes/GrdLoads.h"
        ],
        "commitId" : "ab7930910da72e838793c4f2a2bed57b6ade3de1",
        "timestamp" : 1784227365000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved\u000a",
        "date" : "2026-07-16 11:42:45 -0700",
        "id" : "ab7930910da72e838793c4f2a2bed57b6ade3de1",
        "msg" : "CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2011.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/sealevelchange_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/GrdLoads.h"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/generic.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/NightlyRun/test2091.m",
          "test/Archives/Archive2091.arch"
        ],
        "commitId" : "a631d0902492aba11ae99c72178183577c446048",
        "timestamp" : 1784233556000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "[BUG]: bamg seems to be OS-dependent when it comes to the mesh for test2091, changed the test to check a profile on required vertices\u000a",
        "date" : "2026-07-16 13:25:56 -0700",
        "id" : "a631d0902492aba11ae99c72178183577c446048",
        "msg" : "[BUG]: bamg seems to be OS-dependent when it comes to the mesh for test2091, changed the test to check a profile on required vertices",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2091.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2091.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/Archives/Archive2091.arch",
          "test/NightlyRun/test2092.m",
          "test/NightlyRun/test2091.m",
          "test/Archives/Archive2092.arch"
        ],
        "commitId" : "75f1f6f777d22b795068f70c7865d83ef131379b",
        "timestamp" : 1784235795000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
          "fullName" : "lambert.caron"
        },
        "authorEmail" : "lambert.caron@jpl.nasa.gov",
        "comment" : "[BUG]: switching to pre-gen mesh for test2091, 2092 for consistency across OS\u000a",
        "date" : "2026-07-16 14:03:15 -0700",
        "id" : "75f1f6f777d22b795068f70c7865d83ef131379b",
        "msg" : "[BUG]: switching to pre-gen mesh for test2091, 2092 for consistency across OS",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2092.m"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2091.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test2091.m"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive2092.arch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/lambert.caron",
      "fullName" : "lambert.caron"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
      "fullName" : "Mathieu Morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
      "fullName" : "mathieu.morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
      "fullName" : "inwoopark0415"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
      "fullName" : "inwoo0415"
    }
  ]
}