{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "jenkins.branch.BranchEventCause",
          "shortDescription" : "Pull request #5151 updated"
        }
      ]
    },
    {
      "_class" : "jenkins.scm.api.SCMRevisionAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "PR-5151" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 14,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
            "branch" : [
              {
                "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
                "name" : "PR-5151"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
            "branch" : [
              {
                "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
                "name" : "PR-5151"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
        "branch" : [
          {
            "SHA1" : "6b2d9e4b93e3707682f14e249c191821807763f8",
            "name" : "PR-5151"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/cuberite/cuberite.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#14",
  "duration" : 1298054,
  "estimatedDuration" : 126594311,
  "executor" : None,
  "fullDisplayName" : "cuberite » PR-5151 #14",
  "id" : "14",
  "keepLog" : False,
  "number" : 14,
  "queueId" : 4833,
  "result" : "FAILURE",
  "timestamp" : 1625403778421,
  "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/14/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/OSSupport/StackTrace.cpp"
          ],
          "commitId" : "91c1d1c58a4269f4f5924e53476fa2e8ac680414",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Windows backtrace: fprintf to fputs\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "91c1d1c58a4269f4f5924e53476fa2e8ac680414",
          "msg" : "Windows backtrace: fprintf to fputs",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/OSSupport/StackTrace.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Globals.h"
          ],
          "commitId" : "2109057119781a3e8ed266836c95f98eded2038c",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Windows: do not include sdkddkver before defining WIN32_WINNT\u000a\u000aIncluding that header before defining the macro defaults the SDK to the latest version, not what we want.\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "2109057119781a3e8ed266836c95f98eded2038c",
          "msg" : "Windows: do not include sdkddkver before defining WIN32_WINNT",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Globals.h"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Player.h",
            "src/Entities/Player.cpp"
          ],
          "commitId" : "93611b84377e6453d1444a91b4d9ffda08cdf7f2",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "SetBedPos: make World parameter non-null\u000a\u000a* Fixes #5190\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "93611b84377e6453d1444a91b4d9ffda08cdf7f2",
          "msg" : "SetBedPos: make World parameter non-null",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Protocol/Protocol_1_13.cpp",
            "src/ClientHandle.cpp",
            "src/Protocol/Protocol_1_8.cpp"
          ],
          "commitId" : "04f02a675de1b788f5e5ed6e681828ea3e358df7",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Protocol: use dedicated packet for 1 block change\u000a\u000aIt's six bytes smaller.\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "04f02a675de1b788f5e5ed6e681828ea3e358df7",
          "msg" : "Protocol: use dedicated packet for 1 block change",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_13.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Bindings/ManualBindings_World.cpp"
          ],
          "commitId" : "81f63b6a09a3cd6c75568efae0fd596f734fcc1c",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Re-export SetBlockMeta\u000a\u000a* Fixes #5195\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "81f63b6a09a3cd6c75568efae0fd596f734fcc1c",
          "msg" : "Re-export SetBlockMeta",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Bindings/ManualBindings_World.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Server/Plugins/APIDump/APIDesc.lua"
          ],
          "commitId" : "ddf352e1e3a5147031cefae1ca36ea2d21d821cc",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Remove orphaned API symbols\u000a\u000ahttps://github.com/cuberite/cuberite/issues/5195#issue-860458139\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "ddf352e1e3a5147031cefae1ca36ea2d21d821cc",
          "msg" : "Remove orphaned API symbols",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/APIDesc.lua"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Bindings/PluginLua.h",
            "src/Bindings/PluginLua.cpp"
          ],
          "commitId" : "8b62245dfbcb610fd1aead1889c349afc0db8e97",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Remove LUA_PLUGIN_NAME_VAR_NAME\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "8b62245dfbcb610fd1aead1889c349afc0db8e97",
          "msg" : "Remove LUA_PLUGIN_NAME_VAR_NAME",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginLua.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginLua.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/World.cpp",
            "src/World.h",
            "src/Chunk.cpp"
          ],
          "commitId" : "b98e2c17e0305c78af3d7581f0bee29ddf26d8f8",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Don't flush ClientHandle data multiple times\u000a\u000a* Change cWorld::m_Players to a vector\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "b98e2c17e0305c78af3d7581f0bee29ddf26d8f8",
          "msg" : "Don't flush ClientHandle data multiple times",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Chunk.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/World.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/World.h"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Entity.cpp",
            "src/Entities/Player.cpp"
          ],
          "commitId" : "3252b3d4dc495d70eea7af422f6fe8c252656a36",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Remove spammy LOGD output\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "3252b3d4dc495d70eea7af422f6fe8c252656a36",
          "msg" : "Remove spammy LOGD output",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Entity.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Server/Plugins/APIDump/APIDesc.lua"
          ],
          "commitId" : "208616041fe8938c841d54b59f7b1c8190aa57a1",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Documentation: update chat colour link\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "208616041fe8938c841d54b59f7b1c8190aa57a1",
          "msg" : "Documentation: update chat colour link",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/APIDesc.lua"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Server/Plugins/APIDump/APIDesc.lua"
          ],
          "commitId" : "17048fc1e34cc269d5eaa97636a8894e2687fed2",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Documentation: add statistics descriptions\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "17048fc1e34cc269d5eaa97636a8894e2687fed2",
          "msg" : "Documentation: add statistics descriptions",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/APIDesc.lua"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Items/ItemLighter.h"
          ],
          "commitId" : "3e8c945a09d92d5699b26f72d2624fb9f2f85ad5",
          "timestamp" : 1624913661000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
            "fullName" : "ziwei.tiger"
          },
          "authorEmail" : "ziwei.tiger@outlook.com",
          "comment" : "Lighters: don't activate TNT when crouched\u000a\u000a* Fixes #5247\u000a",
          "date" : "2021-06-28 21:54:21 +0100",
          "id" : "3e8c945a09d92d5699b26f72d2624fb9f2f85ad5",
          "msg" : "Lighters: don't activate TNT when crouched",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Items/ItemLighter.h"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/SchematicFileSerializer/CMakeLists.txt",
            "tests/Generating/CMakeLists.txt",
            "tests/LuaThreadStress/Stubs.cpp",
            "src/WorldStorage/NamespaceSerializer.cpp",
            "src/Chunk.cpp",
            "tests/Generating/Stubs.cpp",
            "tests/ChunkData/Copies.cpp",
            "tests/SchematicFileSerializer/Stubs.cpp",
            "tests/SchematicFileSerializer/SchematicFileSerializerTest.cpp",
            "src/PalettedBlockArea.cpp",
            "tests/LuaThreadStress/CMakeLists.txt",
            "tests/Generating/BasicGeneratorTest.cpp",
            "tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp",
            "src/Generating/FinishGen.cpp",
            "src/BlockEntities/BlockEntity.cpp",
            "src/BlockArea.cpp",
            "tests/ChunkData/Coordinates.cpp",
            "tests/BlockTypeRegistry/BlockStateTest.cpp",
            "src/BlockEntities/BlockEntity.h",
            "tests/ChunkData/ArraytoCoord.cpp",
            "src/PalettedBlockArea.h"
          ],
          "commitId" : "830de13612372ed9f1bcc22213c24a900e5356df",
          "timestamp" : 1625403217000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/44411062+12xx12",
            "fullName" : "44411062+12xx12"
          },
          "authorEmail" : "44411062+12xx12@users.noreply.github.com",
          "comment" : "Fixed all tests\u000a",
          "date" : "2021-07-04 14:53:37 +0200",
          "id" : "830de13612372ed9f1bcc22213c24a900e5356df",
          "msg" : "Fixed all tests",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Chunk.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/BlockTypeRegistry/BlockStateTest.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/SchematicFileSerializer/SchematicFileSerializerTest.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/WorldStorage/NamespaceSerializer.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/ChunkData/ArraytoCoord.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/SchematicFileSerializer/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockEntities/BlockEntity.h"
            },
            {
              "editType" : "edit",
              "file" : "tests/Generating/Stubs.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/LuaThreadStress/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/FinishGen.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/PalettedBlockArea.h"
            },
            {
              "editType" : "edit",
              "file" : "tests/ChunkData/Copies.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/LuaThreadStress/Stubs.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockArea.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockEntities/BlockEntity.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/ChunkData/Coordinates.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/PalettedBlockArea.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/Generating/BasicGeneratorTest.cpp"
            },
            {
              "editType" : "edit",
              "file" : "tests/Generating/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/SchematicFileSerializer/Stubs.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Generating/FinishGen.cpp",
            "src/ClientHandle.cpp",
            "src/Bindings/ManualBindings_World.cpp",
            "src/Items/ItemLighter.h"
          ],
          "commitId" : "6b2d9e4b93e3707682f14e249c191821807763f8",
          "timestamp" : 1625403814000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/44411062+12xx12",
            "fullName" : "44411062+12xx12"
          },
          "authorEmail" : "44411062+12xx12@users.noreply.github.com",
          "comment" : "fixed compile and unnececary log\u000a",
          "date" : "2021-07-04 15:03:34 +0200",
          "id" : "6b2d9e4b93e3707682f14e249c191821807763f8",
          "msg" : "fixed compile and unnececary log",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Bindings/ManualBindings_World.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Items/ItemLighter.h"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/FinishGen.cpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/ziwei.tiger",
      "fullName" : "ziwei.tiger"
    },
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/44411062+12xx12",
      "fullName" : "44411062+12xx12"
    },
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/github",
      "fullName" : "github"
    }
  ],
  "nextBuild" : {
    "number" : 15,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/15/"
  },
  "previousBuild" : {
    "number" : 13,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/13/"
  }
}