{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,498",
          "upstreamBuild" : 1498,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1498,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
            "branch" : [
              {
                "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
            "branch" : [
              {
                "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
        "branch" : [
          {
            "SHA1" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 3,
      "skipCount" : 9,
      "totalCount" : 1146,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1498",
  "duration" : 2847620,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #1498",
  "id" : "1498",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1498,
  "queueId" : 823,
  "result" : "UNSTABLE",
  "timestamp" : 1578922002568,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1498/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "make/scripts/tests-win.bat",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02NewtGLWindow.java"
        ],
        "commitId" : "a1d9e3d0deaa06a417efac9fcd223db35ec6d255",
        "timestamp" : 1578919873000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks on OSX and Windows\u000a\u000aEssentially same code path as NewtCanvasSWT\u000a",
        "date" : "2020-01-13 13:51:13 +0100",
        "id" : "a1d9e3d0deaa06a417efac9fcd223db35ec6d255",
        "msg" : "TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks on OSX and Windows",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02NewtGLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasSWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestGLCanvasSWTNewtCanvasSWTPosInTabs.java"
        ],
        "commitId" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
        "timestamp" : 1578920711000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independent UI interaction coding\u000a",
        "date" : "2020-01-13 14:05:11 +0100",
        "id" : "2cdf7730b6d3e813a8693087582f3cf3ac44f015",
        "msg" : "NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independent UI interaction coding",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestGLCanvasSWTNewtCanvasSWTPosInTabs.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}