{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 30,
      "buildingDurationMillis" : 4500162,
      "executingTimeMillis" : 13507676,
      "executorUtilization" : 3.0,
      "subTaskCount" : 5,
      "waitingDurationMillis" : 2,
      "waitingTimeMillis" : 12
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 692,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
            "branch" : [
              {
                "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
            "branch" : [
              {
                "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
        "branch" : [
          {
            "SHA1" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kokkos/kokkos/"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 174,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#692",
  "duration" : 4500162,
  "estimatedDuration" : 15681545,
  "executor" : None,
  "fullDisplayName" : "Kokkos_nightly #692",
  "id" : "692",
  "keepLog" : False,
  "number" : 692,
  "queueId" : 5318,
  "result" : "FAILURE",
  "timestamp" : 1766035862416,
  "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/view/all/job/Kokkos_nightly/692/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "containers/src/Kokkos_DynamicView.hpp"
          ],
          "commitId" : "c2e77f185462454a2d5b09a962e9cbb72638ca03",
          "timestamp" : 1765935205000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/donlee",
            "fullName" : "donlee"
          },
          "authorEmail" : "donlee@sandia.gov",
          "comment" : "Add a missing deprecation for HostMirror in DyanamicView\u000a\u000aSigned-off-by: Dong Hun Lee <donlee@sandia.gov>\u000a",
          "date" : "2025-12-16 18:33:25 -0700",
          "id" : "c2e77f185462454a2d5b09a962e9cbb72638ca03",
          "msg" : "Add a missing deprecation for HostMirror in DyanamicView",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "containers/src/Kokkos_DynamicView.hpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            ".gitlab/hpsf-gitlab-ci.yml",
            "cmake/Modules/FindTPLROCM.cmake",
            "cmake/kokkos_tpls.cmake"
          ],
          "commitId" : "fa02eb74bfb54dce3bbed2cced0de7be388e19a3",
          "timestamp" : 1765978575000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Rework our cmake to detect ROCm TPL (#8747)\u000a\u000a* modernize rocm tpl module\u000a* use cmake_prefix_path for rocm location (as rocm searches for other libs internally, it fails to find them with ROCM_PATH for rocm 6.2 ... newer versions do not have this problem\u000a\u000a---------\u000a\u000aSigned-off-by: Jakob Bludau <bludauj@ornl.gov>\u000a",
          "date" : "2025-12-17 08:36:15 -0500",
          "id" : "fa02eb74bfb54dce3bbed2cced0de7be388e19a3",
          "msg" : "Rework our cmake to detect ROCm TPL (#8747)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : ".gitlab/hpsf-gitlab-ci.yml"
            },
            {
              "editType" : "edit",
              "file" : "cmake/kokkos_tpls.cmake"
            },
            {
              "editType" : "edit",
              "file" : "cmake/Modules/FindTPLROCM.cmake"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp",
            "core/src/impl/Kokkos_HostSpace.cpp",
            "core/src/impl/Kokkos_CStyleMemoryManagement.hpp",
            "core/src/Threads/Kokkos_Threads_Instance.cpp"
          ],
          "commitId" : "0fd459e07bcb3466b4282d0ec147a7353304146f",
          "timestamp" : 1765986889000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/hkannan",
            "fullName" : "hkannan"
          },
          "authorEmail" : "hkannan@gmail.com",
          "comment" : "Using allocate and deallocate of Kokkos::HostSpace during initialization and destruction of Threads backend.\u000aSigned-off-by: Hariprasad Kannan <hkannan@gmail.com>\u000a",
          "date" : "2025-12-17 16:54:49 +0100",
          "id" : "0fd459e07bcb3466b4282d0ec147a7353304146f",
          "msg" : "Using allocate and deallocate of Kokkos::HostSpace during initialization and destruction of Threads backend.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "core/src/Threads/Kokkos_Threads_Instance.cpp"
            },
            {
              "editType" : "edit",
              "file" : "core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/impl/Kokkos_HostSpace.cpp"
            },
            {
              "editType" : "edit",
              "file" : "core/src/impl/Kokkos_CStyleMemoryManagement.hpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "cmake/kokkos_enable_options.cmake"
          ],
          "commitId" : "efd086db9084dbc42343101c2607ed7c928c6775",
          "timestamp" : 1766001245000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Disable MallocAsync for ROCm 7 (#8746)\u000a\u000a* use find_package hip for this detection\u000a* add guard for HIP backend\u000a* add path hints\u000a* use cmake_prefix_path for rocm location (as rocm searches for other libs internally, it fails to find them with ROCM_PATH for rocm 6.2 ... newer versions do not have this problem\u000a* expand guard on all rocm 7\u000a* Warn instead or erroring out\u000a\u000a---------\u000a\u000aSigned-off-by: Jakob Bludau <bludauj@ornl.gov>\u000a",
          "date" : "2025-12-17 14:54:05 -0500",
          "id" : "efd086db9084dbc42343101c2607ed7c928c6775",
          "msg" : "Disable MallocAsync for ROCm 7 (#8746)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "cmake/kokkos_enable_options.cmake"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tpls/mdspan/include/experimental/__p0009_bits/utility.hpp",
            "tpls/mdspan-hash.txt"
          ],
          "commitId" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
          "timestamp" : 1766030087000,
          "author" : {
            "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Mdspan snapshot 546d4dd6 (#8766)\u000a\u000a* mdspan snapshot\u000a\u000aSHA kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812\u000a\u000aCorresponds to pr kokkos/mdspan#443\u000a\u000a* update mdspan-hash.txt\u000a\u000a---------\u000a\u000aSigned-off-by: Nathan Ellingwood <ndellin@sandia.gov>\u000a",
          "date" : "2025-12-17 22:54:47 -0500",
          "id" : "1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192",
          "msg" : "Mdspan snapshot 546d4dd6 (#8766)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tpls/mdspan-hash.txt"
            },
            {
              "editType" : "edit",
              "file" : "tpls/mdspan/include/experimental/__p0009_bits/utility.hpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/donlee",
      "fullName" : "donlee"
    },
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/crtrott",
      "fullName" : "crtrott"
    },
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://cloud1.cees.ornl.gov/jenkins-ci/user/hkannan",
      "fullName" : "hkannan"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 693,
    "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/view/all/job/Kokkos_nightly/693/"
  },
  "previousBuild" : {
    "number" : 691,
    "url" : "https://cloud1.cees.ornl.gov/jenkins-ci/view/all/job/Kokkos_nightly/691/"
  }
}