{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 379",
          "upstreamBuild" : 379,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 379,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
            "branch" : [
              {
                "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
            "branch" : [
              {
                "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
        "branch" : [
          {
            "SHA1" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 46,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#379",
  "duration" : 92786,
  "estimatedDuration" : 181378,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #379",
  "id" : "2011-08-02_12-20-53",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 379,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1312280453000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=linux-x86_64/379/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "f1e6e791ce6b52944c58a6e68e55e201d63b759e",
        "timestamp" : 1311909889000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
          "fullName" : "Rami Santina"
        },
        "authorEmail" : "rami.santina@gmail.com",
        "comment" : "added generation and compilation of android Resource class\u000a",
        "date" : "2011-07-29T06:24:49+0300",
        "id" : "f1e6e791ce6b52944c58a6e68e55e201d63b759e",
        "msg" : "added generation and compilation of android Resource class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "a01e72f7bff77889368523b4a8783b5401e0b9f3",
        "timestamp" : 1312110662000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
          "fullName" : "Rami Santina"
        },
        "authorEmail" : "rami.santina@gmail.com",
        "comment" : "Fix: cleanup android.R based task and classpaths\u000a",
        "date" : "2011-07-31T14:11:02+0300",
        "id" : "a01e72f7bff77889368523b4a8783b5401e0b9f3",
        "msg" : "Fix: cleanup android.R based task and classpaths",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXxf86vm.so",
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXinerama.so",
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXrandr.so",
          "make/scripts/make.gluegen.all.linux-armv7-cross.sh",
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/libjawt.so",
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libX11.so",
          "make/scripts/make.gluegen.all.linux-armv7.sh",
          "make/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/server/libjvm.so",
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "2d736fa22d2ad76a8e4c38671fe8d34c993955f2",
        "timestamp" : 1312266860000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Remove linux-armv7 native platform libraries (compile time only),\u000areducing the burden to add a license file etc.\u000a",
        "date" : "2011-08-02T08:34:20+0200",
        "id" : "2d736fa22d2ad76a8e4c38671fe8d34c993955f2",
        "msg" : "Remove linux-armv7 native platform libraries (compile time only),",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/server/libjvm.so"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libX11.so"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXxf86vm.so"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXinerama.so"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXrandr.so"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-armv7-cross.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/libjawt.so"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/crosstest-junit-linux-armv7-rel.sh",
          "make/scripts/crosstest-java-linux-armv7-rel.sh"
        ],
        "commitId" : "b00d52924f020a1fa1b557faad7be2189191b352",
        "timestamp" : 1312266893000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "cross test linux/armv7 scripts: use generic ANT_PATH\u000a",
        "date" : "2011-08-02T08:34:53+0200",
        "id" : "b00d52924f020a1fa1b557faad7be2189191b352",
        "msg" : "cross test linux/armv7 scripts: use generic ANT_PATH",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-junit-linux-armv7-rel.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-java-linux-armv7-rel.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/res/jogamp_logo_final_346x70pel.png",
          "make/lib/res/jogamp_symbol_final_135x135pel.png",
          "make/lib/res/graphics/jogamp_logo_final_346x70pel.png",
          "make/lib/res/graphics/jogamp_symbol_final_135x135pel.png"
        ],
        "commitId" : "fbb40b26f2bb1416b0112a66b240963b72c00dd3",
        "timestamp" : 1312267282000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "resources: unique graphics location\u000a",
        "date" : "2011-08-02T08:41:22+0200",
        "id" : "fbb40b26f2bb1416b0112a66b240963b72c00dd3",
        "msg" : "resources: unique graphics location",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/lib/res/graphics/jogamp_symbol_final_135x135pel.png"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/res/jogamp_logo_final_346x70pel.png"
          },
          {
            "editType" : "add",
            "file" : "make/lib/res/graphics/jogamp_logo_final_346x70pel.png"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/res/jogamp_symbol_final_135x135pel.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/resources/graphics/jogamp_symbol_final_135x135pel.png",
          "make/lib/res/graphics/jogamp_logo_final_346x70pel.png",
          "make/lib/res/graphics/jogamp_symbol_final_135x135pel.png",
          "make/resources/graphics/jogamp_logo_final_346x70pel.png"
        ],
        "commitId" : "e813dbe55f2a56457f28d1efd82762ce412b1f86",
        "timestamp" : 1312267335000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "resources: proper location, not mixing w/ 3rd party libs\u000a",
        "date" : "2011-08-02T08:42:15+0200",
        "id" : "e813dbe55f2a56457f28d1efd82762ce412b1f86",
        "msg" : "resources: proper location, not mixing w/ 3rd party libs",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/lib/res/graphics/jogamp_symbol_final_135x135pel.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/graphics/jogamp_logo_final_346x70pel.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/graphics/jogamp_symbol_final_135x135pel.png"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/res/graphics/jogamp_logo_final_346x70pel.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/resources/android/AndroidManifest-Test.xml",
          "make/lib/android/AndroidManifest-Runtime.xml",
          "make/lib/android/AndroidManifest-CompileTime.xml",
          "make/gluegen-properties.xml",
          "make/lib/android/res/layout/main.xml",
          "make/resources/android/res/layout/main.xml",
          "make/build.xml",
          "make/resources/android/res/drawable-hdpi/icon.png",
          "make/jogamp-env.xml",
          "make/lib/android-sdk/8/android.jar",
          "make/lib/android/res/values/strings.xml",
          "make/lib/android-sdk/8/NOTICE.txt",
          "make/lib/android/res/drawable-mdpi/icon.png",
          "make/lib/android-sdk/9/android.jar",
          "make/resources/android/res/values/strings.xml",
          "make/lib/android/res/drawable-ldpi/icon.png",
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/jogamp-androidtasks.xml",
          "make/lib/android-sdk/9/NOTICE.txt",
          "make/build-test.xml",
          "make/lib/android/res/drawable-hdpi/icon.png",
          "make/lib/android/AndroidManifest-Test.xml",
          "make/resources/android/AndroidManifest-CompileTime.xml",
          "make/resources/android/AndroidManifest-Runtime.xml",
          "make/resources/android/res/drawable-mdpi/icon.png",
          "make/resources/android/res/drawable-ldpi/icon.png"
        ],
        "commitId" : "e959f955901492f7d61abaa05da10c993052652b",
        "timestamp" : 1312272345000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resources -> make/resources\u000a\u000aDrop android.jar\u000a- version 8 and 9\u000a- license: apache v2 (NOTICE.txt included)\u000a- allows compilation using Android API on all platforms\u000a\u000aSimplify 'aapt.signed'\u000a- removed 'jarclasspathrefid', seems to be not needed\u000a  (commented out)\u000a\u000aMove our android resources make/lib/android -> make/resources/android\u000a- make/lib is for 3rd party stuff only\u000a",
        "date" : "2011-08-02T10:05:45+0200",
        "id" : "e959f955901492f7d61abaa05da10c993052652b",
        "msg" : "Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/resources/android/AndroidManifest-Runtime.xml"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/res/drawable-hdpi/icon.png"
          },
          {
            "editType" : "add",
            "file" : "make/lib/android-sdk/9/android.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/android-sdk/9/NOTICE.txt"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/res/layout/main.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/res/values/strings.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/res/drawable-ldpi/icon.png"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/AndroidManifest-Test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-properties.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/android-sdk/8/android.jar"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/res/drawable-mdpi/icon.png"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/AndroidManifest-Runtime.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/res/drawable-mdpi/icon.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/res/drawable-ldpi/icon.png"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/res/drawable-hdpi/icon.png"
          },
          {
            "editType" : "add",
            "file" : "make/lib/android-sdk/8/NOTICE.txt"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/res/values/strings.xml"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/AndroidManifest-CompileTime.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/AndroidManifest-Test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          },
          {
            "editType" : "delete",
            "file" : "make/lib/android/AndroidManifest-CompileTime.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "make/resources/android/res/layout/main.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
        "timestamp" : 1312272900000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Remove android excludes (compilation), ensuring 1:1 jar files\u000a",
        "date" : "2011-08-02T10:15:00+0200",
        "id" : "8ce1c028a220b1dcc0973b079372d0582949aacd",
        "msg" : "Remove android excludes (compilation), ensuring 1:1 jar files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    }
  ]
}