{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,501",
          "upstreamBuild" : 1501,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1501,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
            "branch" : [
              {
                "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
            "branch" : [
              {
                "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
        "branch" : [
          {
            "SHA1" : "78609202731252f0024e6330cc94c52b05c1d146",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 7,
      "totalCount" : 1148,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4329459,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "1501",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1501,
  "queueId" : 928,
  "result" : "UNSTABLE",
  "timestamp" : 1579136416989,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1501/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/newt/classes/com/jogamp/newt/Window.java"
        ],
        "commitId" : "a0a2278721a1b0a8c5acc78d4d42b7cd7efeb47d",
        "timestamp" : 1579132344000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT.Window: Refine string representation, renamed append(StringBuilder) -> toString(..), added toSimpleString(..)\u000a\u000aThis also revised commit f56adf14deadd4ee8f434ea1293e27bcafdf2a90 Window API addition of 'append(StringBuilder)',\u000awhich has been renamed to 'toString(StringBuilder)' as aligned to out other classes.\u000a",
        "date" : "2020-01-16 00:52:24 +0100",
        "id" : "a0a2278721a1b0a8c5acc78d4d42b7cd7efeb47d",
        "msg" : "NEWT.Window: Refine string representation, renamed append(StringBuilder) -> toString(..), added toSimpleString(..)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Window.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java",
          "make/scripts/tests.sh",
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
        ],
        "commitId" : "78609202731252f0024e6330cc94c52b05c1d146",
        "timestamp" : 1579135041000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compensation like 'DPIUtil.useCairoAutoScale()'\u000a\u000aWe can't use DPIUtil's 'autoScaleUp(..)' method on non-native DPI scaling platforms\u000aas it uses a scale-factor of 1f if the higher toolkit compensates, i.e. 'DPIUtil.useCairoAutoScale()'.\u000a\u000aSince NEWT uses X11 and GDI directly, which are not DPI scale-aware,\u000awe have to drop the semnatics of 'DPIUtil.useCairoAutoScale()'\u000aand merely use the actual 'deviceZoom'.\u000a\u000aThis was proposed by Marcel Au in the first place.\u000aAt least I understand these semantics by now.\u000a\u000a+++\u000a\u000aAdditionally NewtCanvasSWT.SWTNativeWindow needs to return the 'deviceZoomScaleUp(..)'\u000avalues for returning its size in window- and pixel-units (surface).\u000a",
        "date" : "2020-01-16 01:37:21 +0100",
        "id" : "78609202731252f0024e6330cc94c52b05c1d146",
        "msg" : "Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compensation like 'DPIUtil.useCairoAutoScale()'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}