Console Output

Pull request #5151 updated
19:41:45 Connecting to https://api.github.com using GitHub Access Token
Obtained Jenkinsfile from 653d8d1a435aa6e6d51ba5edee66c647091d4b4f+4e48464bb3708968e1f15455cc2a11ae3acec3fe (62220d5ac552ecf25b5c8cab0ed5a01697daaf34)
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘linux-12xx12’
Running on linux-12xx12 in /home/bearbin/workspace/cuberite_PR-5151
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github
Wiping out workspace first.
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/cuberite/cuberite.git
 > git init /home/bearbin/workspace/cuberite_PR-5151 # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/pull/5151/head:refs/remotes/origin/PR-5151 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit 4e48464bb3708968e1f15455cc2a11ae3acec3fe into PR head commit 653d8d1a435aa6e6d51ba5edee66c647091d4b4f
Merge succeeded, producing 653d8d1a435aa6e6d51ba5edee66c647091d4b4f
Checking out Revision 653d8d1a435aa6e6d51ba5edee66c647091d4b4f (PR-5151)
Commit message: "Merge branch 'master' into NewBlockStruct"
First time build. Skipping changelog.
Cleaning workspace
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5151/head:refs/remotes/origin/PR-5151 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/pull/5151/head:refs/remotes/origin/PR-5151 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 653d8d1a435aa6e6d51ba5edee66c647091d4b4f # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge 4e48464bb3708968e1f15455cc2a11ae3acec3fe # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 653d8d1a435aa6e6d51ba5edee66c647091d4b4f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-5151 653d8d1a435aa6e6d51ba5edee66c647091d4b4f # timeout=10
 > git rev-list --no-walk 74e2db628c132ef469e6dbc2d0b92867ae489982 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
+ docker inspect -f . cuberite/docker-ci/minimal:latest
.
[Pipeline] withDockerContainer
linux-12xx12 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -w /home/bearbin/workspace/cuberite_PR-5151 -v /home/bearbin/workspace/cuberite_PR-5151:/home/bearbin/workspace/cuberite_PR-5151:rw,z -v /home/bearbin/workspace/cuberite_PR-5151@tmp:/home/bearbin/workspace/cuberite_PR-5151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** cuberite/docker-ci/minimal:latest cat
$ docker top ea6c940f8e5bd4d44cd2d38d8b90a4ed5a4b231f59459af00e33a4a857e041de -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] sh
+ git submodule update --init
Submodule 'Server/Plugins/ChatLog' (https://github.com/cuberite/ChatLog.git) registered for path 'Server/Plugins/ChatLog'
Submodule 'Server/Plugins/Core' (https://github.com/cuberite/Core.git) registered for path 'Server/Plugins/Core'
Submodule 'Server/Plugins/ProtectionAreas' (https://github.com/cuberite/ProtectionAreas.git) registered for path 'Server/Plugins/ProtectionAreas'
Submodule 'Tools/BlockTypePaletteGenerator/lib/lunajson' (https://github.com/grafi-tt/lunajson.git) registered for path 'Tools/BlockTypePaletteGenerator/lib/lunajson'
Submodule 'lib/SQLiteCpp' (https://github.com/cuberite/SQLiteCpp.git) registered for path 'lib/SQLiteCpp'
Submodule 'lib/TCLAP' (https://github.com/cuberite/TCLAP.git) registered for path 'lib/TCLAP'
Submodule 'lib/cmake-coverage' (https://github.com/cuberite/cmake-coverage.git) registered for path 'lib/cmake-coverage'
Submodule 'lib/expat' (https://github.com/cuberite/expat.git) registered for path 'lib/expat'
Submodule 'lib/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'lib/fmt'
Submodule 'lib/jsoncpp' (https://github.com/open-source-parsers/jsoncpp.git) registered for path 'lib/jsoncpp'
Submodule 'lib/libdeflate' (https://github.com/cuberite/libdeflate) registered for path 'lib/libdeflate'
Submodule 'lib/libevent' (https://github.com/cuberite/libevent.git) registered for path 'lib/libevent'
Submodule 'lib/lua' (https://github.com/cuberite/lua.git) registered for path 'lib/lua'
Submodule 'lib/luaexpat' (https://github.com/cuberite/luaexpat.git) registered for path 'lib/luaexpat'
Submodule 'lib/luaproxy' (https://github.com/cuberite/luaproxy.git) registered for path 'lib/luaproxy'
Submodule 'lib/mbedtls' (https://github.com/cuberite/polarssl.git) registered for path 'lib/mbedtls'
Submodule 'lib/sqlite' (https://github.com/cuberite/sqlite.git) registered for path 'lib/sqlite'
Submodule 'lib/tolua++' (https://github.com/cuberite/toluapp.git) registered for path 'lib/tolua++'
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/Server/Plugins/ChatLog'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/Server/Plugins/ProtectionAreas'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/Server/Plugins/Core'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/Tools/BlockTypePaletteGenerator/lib/lunajson'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/TCLAP'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/cmake-coverage'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/SQLiteCpp'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/expat'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/jsoncpp'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/libdeflate'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/fmt'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/libevent'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/lua'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/luaexpat'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/mbedtls'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/luaproxy'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/tolua++'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/sqlite'...
Submodule path 'Server/Plugins/ChatLog': checked out 'cc04da381b9aa683ee3bbd7013f9d3fd909db039'
From https://github.com/cuberite/Core
 * branch            96419d200ac84c1a1a6116e19f919b7a2bfdd69e -> FETCH_HEAD
Submodule path 'Server/Plugins/Core': checked out '96419d200ac84c1a1a6116e19f919b7a2bfdd69e'
Submodule path 'Server/Plugins/ProtectionAreas': checked out '5cc1171bb11601ba6a7ba06a0e447d9df1e18e94'
Submodule path 'Tools/BlockTypePaletteGenerator/lib/lunajson': checked out '1bdc886a9abb1be745fa7436f2a043b0455d70b8'
Submodule path 'lib/SQLiteCpp': checked out 'a25ffb56ab1bae0f416ac5dfbddd4188ea3c1a9c'
Submodule path 'lib/TCLAP': checked out '07472612522e4da6b96f589ccd1d20607c28c2b8'
Submodule path 'lib/cmake-coverage': checked out '25af3c657e42543e3e8b43378ebc5381e6260daa'
Submodule path 'lib/expat': checked out 'e87c7903718ed7e05cbb614bbc385553987a2d33'
Submodule path 'lib/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b'
Submodule path 'lib/jsoncpp': checked out '9059f5cad030ba11d37818847443a53918c327b1'
Submodule path 'lib/libdeflate': checked out 'cb1502021a723db7926c0823ac41f2190a2ecc7e'
Submodule path 'lib/libevent': checked out 'bbc5fd64b34a26015f0b7bd9c6849fcaca7556b6'
Submodule path 'lib/lua': checked out '935fe9113295e049baa8ab0163e2dfec0393a8dd'
Submodule path 'lib/luaexpat': checked out '368e2927fcd227bf0af91b3e4b92e740196425cd'
Submodule path 'lib/luaproxy': checked out '9e4b11990b1e4e368f1cacb4cbf9d0e908da96b6'
From https://github.com/cuberite/polarssl
 * branch                c0a234b9e74d8d804c2844092abad1e5d7804c10 -> FETCH_HEAD
Submodule path 'lib/mbedtls': checked out 'c0a234b9e74d8d804c2844092abad1e5d7804c10'
Submodule path 'lib/sqlite': checked out '4435d7e4297220228174385302d430f1fdf3d090'
Submodule path 'lib/tolua++': checked out '4d24aa316898964c23896fbb7419bdaa23638c26'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check)
[Pipeline] parallel
[Pipeline] { (Branch: CheckBasicStyle)
[Pipeline] { (Branch: clang-tidy)
[Pipeline] stage
[Pipeline] { (CheckBasicStyle)
[Pipeline] stage
[Pipeline] { (clang-tidy)
[Pipeline] dir
Running in /home/bearbin/workspace/cuberite_PR-5151/src
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ ./clang-tidy.sh -j 3
-- The C compiler identification is GNU 8.3.0
+ find . -name *.cpp -or -name *.h
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
[Pipeline] sh
-- Detecting C compiler ABI info - done
-- Detecting C compile features
+ lua CheckBasicStyle.lua
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Optimising for this machine (march=native)
-- Version: TRUE7.1.3
-- Build type: 
-- CXX_STANDARD: 17
-- Performing Test has_std_17_flag
-- Performing Test has_std_17_flag - Success
-- Performing Test has_std_1z_flag
-- Performing Test has_std_1z_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- Performing Test FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Looking for strtod_l
-- Looking for strtod_l - not found
-- JsonCpp Version: 1.9.4
-- Looking for C++ include clocale
-- Looking for C++ include clocale - found
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of lconv
-- Check size of lconv - done
-- Performing Test HAVE_DECIMAL_POINT
-- Performing Test HAVE_DECIMAL_POINT - Success
-- Found Git: /usr/bin/git (found version "2.20.1") 
-- Performing Test check_c_compiler_flag__Wall
-- Performing Test check_c_compiler_flag__Wall - Success
-- Performing Test check_c_compiler_flag__Wextra
-- Performing Test check_c_compiler_flag__Wextra - Success
-- Performing Test check_c_compiler_flag__Wno_unused_parameter
-- Performing Test check_c_compiler_flag__Wno_unused_parameter - Success
-- Performing Test check_c_compiler_flag__Wstrict_aliasing
-- Performing Test check_c_compiler_flag__Wstrict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wstrict_prototypes
-- Performing Test check_c_compiler_flag__Wstrict_prototypes - Success
-- Performing Test check_c_compiler_flag__fno_strict_aliasing
-- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wmissing_prototypes
-- Performing Test check_c_compiler_flag__Wmissing_prototypes - Success
-- Performing Test check_c_compiler_flag__Winit_self
-- Performing Test check_c_compiler_flag__Winit_self - Success
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers - Success
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement - Success
-- Performing Test check_c_compiler_flag__Waddress
-- Performing Test check_c_compiler_flag__Waddress - Success
-- Performing Test check_c_compiler_flag__Wnormalized_id
-- Performing Test check_c_compiler_flag__Wnormalized_id - Success
-- Performing Test check_c_compiler_flag__Woverride_init
-- Performing Test check_c_compiler_flag__Woverride_init - Success
-- Performing Test check_c_compiler_flag__Wlogical_op
-- Performing Test check_c_compiler_flag__Wlogical_op - Success
-- Performing Test check_c_compiler_flag__Wwrite_strings
-- Performing Test check_c_compiler_flag__Wwrite_strings - Success
-- Looking for __GNU_LIBRARY__
-- Looking for __GNU_LIBRARY__ - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include files fcntl.h, inttypes.h
-- Looking for include files fcntl.h, inttypes.h - found
-- Looking for 3 include files fcntl.h, ..., memory.h
-- Looking for 3 include files fcntl.h, ..., memory.h - found
-- Looking for 4 include files fcntl.h, ..., signal.h
-- Looking for 4 include files fcntl.h, ..., signal.h - found
-- Looking for 5 include files fcntl.h, ..., stdarg.h
-- Looking for 5 include files fcntl.h, ..., stdarg.h - found
-- Looking for 6 include files fcntl.h, ..., stddef.h
-- Looking for 6 include files fcntl.h, ..., stddef.h - found
-- Looking for 7 include files fcntl.h, ..., stdint.h
-- Looking for 7 include files fcntl.h, ..., stdint.h - found
-- Looking for 8 include files fcntl.h, ..., stdlib.h
-- Looking for 8 include files fcntl.h, ..., stdlib.h - found
-- Looking for 9 include files fcntl.h, ..., string.h
-- Looking for 9 include files fcntl.h, ..., string.h - found
-- Looking for 10 include files fcntl.h, ..., errno.h
-- Looking for 10 include files fcntl.h, ..., errno.h - found
-- Looking for 11 include files fcntl.h, ..., unistd.h
-- Looking for 11 include files fcntl.h, ..., unistd.h - found
-- Looking for 12 include files fcntl.h, ..., time.h
-- Looking for 12 include files fcntl.h, ..., time.h - found
-- Looking for 13 include files fcntl.h, ..., sys/types.h
-- Looking for 13 include files fcntl.h, ..., sys/types.h - found
-- Looking for 14 include files fcntl.h, ..., sys/stat.h
-- Looking for 14 include files fcntl.h, ..., sys/stat.h - found
-- Looking for 15 include files fcntl.h, ..., sys/time.h
-- Looking for 15 include files fcntl.h, ..., sys/time.h - found
-- Looking for 16 include files fcntl.h, ..., sys/param.h
-- Looking for 16 include files fcntl.h, ..., sys/param.h - found
-- Looking for 17 include files fcntl.h, ..., netdb.h
-- Looking for 17 include files fcntl.h, ..., netdb.h - found
-- Looking for 18 include files fcntl.h, ..., dlfcn.h
-- Looking for 18 include files fcntl.h, ..., dlfcn.h - found
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h - found
-- Looking for 20 include files fcntl.h, ..., poll.h
-- Looking for 20 include files fcntl.h, ..., poll.h - found
-- Looking for 21 include files fcntl.h, ..., port.h
-- Looking for 21 include files fcntl.h, ..., port.h - not found
-- Looking for 21 include files fcntl.h, ..., sys/socket.h
-- Looking for 21 include files fcntl.h, ..., sys/socket.h - found
-- Looking for 22 include files fcntl.h, ..., sys/random.h
-- Looking for 22 include files fcntl.h, ..., sys/random.h - found
-- Looking for 23 include files fcntl.h, ..., sys/un.h
-- Looking for 23 include files fcntl.h, ..., sys/un.h - found
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h - not found
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h - found
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h - found
-- Looking for 26 include files fcntl.h, ..., sys/event.h
-- Looking for 26 include files fcntl.h, ..., sys/event.h - not found
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h - found
-- Looking for 27 include files fcntl.h, ..., sys/mman.h
-- Looking for 27 include files fcntl.h, ..., sys/mman.h - found
-- Looking for 28 include files fcntl.h, ..., sys/queue.h
-- Looking for 28 include files fcntl.h, ..., sys/queue.h - found
-- Looking for 29 include files fcntl.h, ..., sys/select.h
-- Looking for 29 include files fcntl.h, ..., sys/select.h - found
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h - found
-- Looking for 31 include files fcntl.h, ..., sys/uio.h
-- Looking for 31 include files fcntl.h, ..., sys/uio.h - found
-- Looking for 32 include files fcntl.h, ..., sys/wait.h
-- Looking for 32 include files fcntl.h, ..., sys/wait.h - found
-- Looking for 33 include files fcntl.h, ..., sys/resource.h
-- Looking for 33 include files fcntl.h, ..., sys/resource.h - found
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h - found
-- Looking for 35 include files fcntl.h, ..., netinet/in.h
-- Looking for 35 include files fcntl.h, ..., netinet/in.h - found
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h - not found
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h - found
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getprotobynumber
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for getservbyname - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for splice
-- Looking for splice - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
-- Looking for timercmp - found
-- Looking for timerisset
-- Looking for timerisset - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for umask
-- Looking for umask - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for select
-- Looking for select - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for epoll_create1
-- Looking for epoll_create1 - found
-- Looking for epoll_ctl
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for poll
-- Looking for poll - found
-- Looking for port_create
-- Looking for port_create - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pipe
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for sendfile
-- Looking for sendfile - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for sysctl
-- Looking for sysctl - not found
-- Looking for accept4
-- Looking for accept4 - found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random_addrandom
-- Looking for arc4random_addrandom - not found
-- Looking for getrandom
-- Looking for getrandom - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for timerfd_create
-- Looking for timerfd_create - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_3_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_5_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_6_ARG - True
-- Check size of struct sockaddr_un
-- Check size of struct sockaddr_un - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of unsigned
-- Check size of unsigned - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test HAVE_INLINE
-- Performing Test HAVE_INLINE - Success
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
-- Looking for __FUNCTION__ - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Performing Test EVENT__HAVE_DECL_CTL_KERN
-- Performing Test EVENT__HAVE_DECL_CTL_KERN - Success
-- Looking for CTL_KERN - found
-- Performing Test EVENT__HAVE_DECL_KERN_ARND
-- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
-- Looking for KERN_ARND - not found
-- Looking for F_SETFD
-- Looking for F_SETFD - found
-- Check size of fd_mask
-- Check size of fd_mask - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of SSIZE_T
-- Check size of SSIZE_T - failed
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Check size of pid_t
-- Check size of pid_t - done
-- Check size of pthread_t
-- Check size of pthread_t - done
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Check size of void *
-- Check size of void * - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of struct addrinfo
-- Check size of struct addrinfo - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Success
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Success
-- Check size of sa_family_t
-- Check size of sa_family_t - done
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Check size of struct sockaddr_storage
-- Check size of struct sockaddr_storage - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed
-- Check size of struct linger
-- Check size of struct linger - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- 
--         ---( Libevent 2.1.12-stable )---
-- 
-- Available event backends: 
-- CMAKE_BINARY_DIR:         /home/bearbin/workspace/cuberite_PR-5151/tidy-build
-- CMAKE_CURRENT_BINARY_DIR: /home/bearbin/workspace/cuberite_PR-5151/tidy-build/lib/libevent
-- CMAKE_SOURCE_DIR:         /home/bearbin/workspace/cuberite_PR-5151
-- CMAKE_CURRENT_SOURCE_DIR: /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- PROJECT_BINARY_DIR:       /home/bearbin/workspace/cuberite_PR-5151/tidy-build/lib/libevent
-- PROJECT_SOURCE_DIR:       /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- CMAKE_MODULE_PATH:        /home/bearbin/workspace/cuberite_PR-5151/lib/libevent/cmake/
-- CMAKE_COMMAND:            /usr/bin/cmake
-- CMAKE_ROOT:               /usr/share/cmake-3.13
-- CMAKE_SYSTEM:             Linux-5.4.0-74-generic
-- CMAKE_SYSTEM_NAME:        Linux
-- CMAKE_SYSTEM_VERSION:     5.4.0-74-generic
-- CMAKE_SYSTEM_PROCESSOR:   x86_64
-- CMAKE_SKIP_RPATH:         NO
-- CMAKE_VERBOSE_MAKEFILE:   FALSE
-- CMAKE_C_FLAGS:             -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings
-- CMAKE_BUILD_TYPE:         Release
-- CMAKE_C_COMPILER:         /usr/bin/cc (id GNU, clang 0, GNUC 1)
-- CMAKE_AR:                 /usr/bin/ar
-- CMAKE_RANLIB:             /usr/bin/ranlib
-- 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3") 
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- Using c++ standard c++17
-- CMake version: 3.13.4
-- Project version: 3.1.1
-- CMAKE_CXX_COMPILER '/usr/bin/c++' 'GNU' '8.3.0'
-- CMAKE_CXX_FLAGS                ' -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long'
-- CMAKE_CXX_FLAGS_RELEASE        '-O3 -DNDEBUG'
-- Compile sqlite3 from source in subdirectory
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- SQLITECPP_RUN_CPPLINT OFF
-- SQLITECPP_RUN_CPPCHECK OFF
-- SQLITECPP_RUN_DOXYGEN OFF
-- SQLITECPP_BUILD_EXAMPLES OFF
-- SQLITECPP_BUILD_TESTS OFF
-- Creating output folder and symlinks...
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/Install
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Plugins; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/Plugins
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Prefabs; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/Prefabs
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Protocol; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/Protocol
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/webadmin; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/webadmin
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/brewing.txt; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/brewing.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/crafting.txt; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/crafting.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/favicon.png; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/favicon.png
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/furnace.txt; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/furnace.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/items.ini; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/items.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/monsters.ini; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/monsters.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/README.txt; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/README.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../BACKERS; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/BACKERS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../CONTRIBUTORS; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/CONTRIBUTORS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../LICENSE; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/LICENSE
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install/ThirdPartyLicenses; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/ThirdPartyLicenses
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/docs; link = /home/bearbin/workspace/cuberite_PR-5151/tidy-build/Server/BindingsDocs
CMake Warning at CMakeLists.txt:68 (message):
  Precompiled headers for FASTER BUILDS not enabled, upgrade to CMake 3.16 or
  newer!


-- Configuring done
CMake Warning (dev) at lib/SQLiteCpp/CMakeLists.txt:174 (add_library):
  Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
  enabled.  Run "cmake --help-policy CMP0069" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  INTERPROCEDURAL_OPTIMIZATION property will be ignored for target
  'SQLiteCpp'.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at lib/SQLiteCpp/sqlite3/CMakeLists.txt:9 (add_library):
  Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
  enabled.  Run "cmake --help-policy CMP0069" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'sqlite3'.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /home/bearbin/workspace/cuberite_PR-5151/tidy-build
Generating Lua bindings and docs...
API docs have been generated.
Lua bindings have been generated.
clang-apply-replacements version 11.0.1
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4qjll_3z.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BiomeDef.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2efjecd1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockArea.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpc7qbei15.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockInfo.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqz8srhjd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockState.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp0spot1s5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockType.cpp
Number of violations found: 0
[Pipeline] sh
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpy7u13mp5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BrewingRecipes.cpp
+ cd Bindings
+ lua CheckBindingsDependencies.lua
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpl0b3921r.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Broadcaster.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpsrj1cikk.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BoundingBox.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp9gck6zas.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ByteBuffer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmplh9up18z.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChunkData.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzsz7sukm.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Chunk.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbkxgzqp6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChatColor.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpe4_f9brh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChunkSender.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpj5om390s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChunkGeneratorThread.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2jxv5hcr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChunkMap.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpijio_pzn.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ChunkStay.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp548uari_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/CircularBufferCompressor.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpxr5cwy4s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Color.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp59q1hxcd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ClientHandle.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvkgejcjm.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/CommandOutput.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpv9k258os.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Cuboid.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpyrw0c7i2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/CompositeChat.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpnt368a98.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/CraftingRecipes.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbi3ndobd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Enchantments.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpm2riua0n.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/DeadlockDetect.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpofjhnbvd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Defines.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpljjcyfk3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/FastRandom.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4phz5dqy.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Globals.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpyfiur0kr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/FurnaceRecipe.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfjtim2_6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/IniFile.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5tfw6o0s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Item.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_5oke64e.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Inventory.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbc4kmqcl.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/JsonUtils.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpl2a4nasu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ItemGrid.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpod3nslxs.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/LightingThread.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp0y607fb3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/LinearInterpolation.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbgomzaaf.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/LineBlockTracer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_f2fbzn2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/LoggerListeners.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp1gmuryvn.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Logger.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptquwjt3v.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Map.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp18hy6d8a.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MapManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp8sme2a67.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MobCensus.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpgiu2joss.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MemorySettingsRepository.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp0ehqhrqh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MobFamilyCollecter.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5xy8b0i6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MobProximityCounter.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprfs5112m.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MobSpawner.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprt8ku10y.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/MonsterConfig.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpx25tdang.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/NetherPortalScanner.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2ha4y2hh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/ProbabDistrib.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpoiw_byto.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OverridesSettingsRepository.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpy9ydurqv.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/RCONServer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmplfb04z4t.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/RankManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpe5ndnne7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Root.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpxpuljdwd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Server.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptn6gd_yq.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Scoreboard.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpo7avs_q5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/StatisticsManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpc_9rxr1q.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/SpawnPrepare.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6111dtm8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/StringCompression.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzif6n4td.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UUID.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfgi5hkz3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/StringUtils.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp77s5z4g8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/VoronoiMap.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp1ii0ywre.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WebAdmin.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpx0zln5c4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/main.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwph7nt4t.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/World.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2eertzta.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaChunkStay.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpogob0h3s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/DeprecatedBindings.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpaanqhsnt.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/Bindings.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpy73or669.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaJson.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmps5c8h_ex.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaNameLookup.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp089njek_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaServerHandle.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpx01igfd3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaState.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcin581_x.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaState_Implementation.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptp_q9ugh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaTCPLink.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5rur2mw6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaUDPEndpoint.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpin4b3d7b.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/LuaWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpd1i8gf9l.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/ManualBindings_BlockArea.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptmuot3wt.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/ManualBindings.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqq8h1chw.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/ManualBindings_RankManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcp6nvx2g.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/ManualBindings_Network.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp285sdthz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/ManualBindings_World.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7fql9akw.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/Plugin.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4gtsrg5g.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/PluginLua.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2921vo13.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/PluginManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpze2s10x7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BannerEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpjv2zpb2p.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BedEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5wuoavv6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BeaconEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdsde4gd3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BlockEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprmqdkmy_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BlockEntityWithItems.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpnbrgl26j.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/BrewingstandEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4olrjlnr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/ChestEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvjodk6dx.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/CommandBlockEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmplnrltiy5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/DispenserEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpl5a3fvyu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/DropSpenserEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmppk3zyzrz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/DropperEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpj_m3e030.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/EnchantingTableEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp35xbavrd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/EndPortalEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpp1nymwl5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/EnderChestEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphgk8gddm.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/FlowerPotEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_cm3kzes.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/FurnaceEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdrk_6q_k.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/HopperEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpj64b_kz0.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/JukeboxEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwpg1h3q1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/MobHeadEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6yun6pze.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/MobSpawnerEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqhhq8ykq.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/NoteEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpoiei6wsm.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockEntities/SignEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcrh5swe4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Blocks/BlockBed.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmped_4vk40.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Blocks/BlockDoor.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpyz9dl4w3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Blocks/BlockHandler.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphd1ise4w.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Blocks/BlockPiston.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptetgijyu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Blocks/ChunkInterface.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6buk1zmn.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ArrowEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpmqll3f22.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Boat.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmph2p3ysy7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/EnderCrystal.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7u4yr_tt.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Entity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprm9i8rv0.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/EntityEffect.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvf02e8g7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ExpBottleEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3dy5gfsj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/FallingBlock.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp82g8essd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ExpOrb.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpb0pls8qo.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/FireChargeEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpouoqn7fa.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/FireworkEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpnzkys13y.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Floater.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqh51i68y.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/GhastFireballEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpeg96s83m.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/HangingEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp8jgvh68p.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ItemFrame.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpeip63bt1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/LeashKnot.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3k2t8orj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Minecart.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpg9180be3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Pawn.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqky0bdi2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Painting.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbjxwlr2a.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Pickup.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_wyqeatc.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ProjectileEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_6oha1qp.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/Player.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp22w1sffe.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/SplashPotionEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpxw2x16vm.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/TNTEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp8pge7h4e.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ThrownEggEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdv5oo_3y.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ThrownEnderPearlEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpv1xo3ow0.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/ThrownSnowballEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfghkdc10.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Entities/WitherSkullEntity.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpf_pskit2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/BioGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpj1m2lhpj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/Caves.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp__1bt3ia.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/ChunkDesc.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpk1hjgmvh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/ChunkGenerator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdx3njjcw.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/CompoGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcc0t5zb_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/CompoGenBiomal.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcwt80ste.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/DistortedHeightmap.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7efm1q6w.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/ComposableGenerator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpbdnlmbmj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/EndGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpyep4cb5s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/EnderDragonFightStructuresGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp848_y5cz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/DungeonRoomsFinisher.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpnsyj7bm4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/GridStructGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp32w1aaz6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/HeiGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpf1_8p9yg.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/FinishGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5kx_ygx9.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/Noise3DGenerator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2piudpto.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/MineShafts.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfduly1zu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PieceGeneratorBFSTree.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpme1crem4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PieceModifier.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvn8un_n1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PiecePool.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4rahbuwg.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PieceStructuresGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqbkfy2d0.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/Prefab.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4vn8swba.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PrefabStructure.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpmazzhir1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/PrefabPiecePool.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpc85vyful.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/Ravines.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3qpobmi1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/RoughRavines.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp1fy5ggc9.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/SinglePieceStructuresGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7niiglxj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/StructGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwomzpuq8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/Trees.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphy3gs0x7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/TwoHeights.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqe98okrx.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/VerticalLimit.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwsma4tnr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/VerticalStrategy.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5z0nb1o1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/VillageGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7rtwwv4j.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/EnvelopeParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpsk_ac_jf.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Generating/ShapeGen.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzd1vmauf.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/HTTPFormParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4i365wj7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/HTTPMessageParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzxd301r8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/HTTPMessage.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5tybju47.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/HTTPServer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpxrvxnavr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/HTTPServerConnection.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpegp2ljps.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/NameValueParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpivapbap2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/MultipartParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp06fti4kl.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/TransferEncodingParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp9kof2tio.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/UrlClient.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpryesjqho.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/SslHTTPServerConnection.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_rjbk2fj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/HTTP/UrlParser.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4h7n69ih.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/AesCfb128Decryptor.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp4de2ctf6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/AesCfb128Encryptor.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpa774za3r.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Items/ItemHandler.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpi2qc4ran.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/BlockingSslClientSocket.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpkm_c3s9v.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/CallbackSslContext.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmplpsbzi9z.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/BufferedSslContext.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpjo5tp4yl.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/CtrDrbgContext.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqqhew71n.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/CryptoKey.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpsspbdr34.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/EntropyContext.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvy67ezag.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/RsaPrivateKey.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwiq0dh8s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/Sha1Checksum.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp9y7rirvd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/SslConfig.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5e3l4jup.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/X509Cert.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvrv3dqb5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/mbedTLS++/SslContext.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpmn0gqa4h.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/AggressiveMonster.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5jvlnk9l.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/CaveSpider.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmptkdfa783.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Bat.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpi4zinvgv.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Blaze.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpz_abb5j5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Chicken.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpujr8tpbv.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Cow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpoow38wyo.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Creeper.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp8qosqx84.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/EnderDragon.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5tm3nxud.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Ghast.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpl8js2opt.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Enderman.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmppy9dts6h.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Giant.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpq9temzoa.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Guardian.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfusvi2ct.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/IronGolem.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp18jtjae8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Horse.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp9r06kbd2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/MagmaCube.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpkz03nmtu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Mooshroom.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3d9zyfp7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Ocelot.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpit_w6qk_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Monster.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpa4agduan.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/PassiveMonster.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpu5tf0gat.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/PassiveAggressiveMonster.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpj_66bc_k.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Path.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpgrfdfkpp.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/PathFinder.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmppu92k2qs.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Pig.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmph_dwm59r.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Rabbit.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpga2x75cg.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Sheep.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp0jy239v3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Skeleton.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_rgo26gb.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Silverfish.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_i5snce7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/SnowGolem.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfmjen4uq.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Slime.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpd1xl18yw.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Spider.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdr35iwwg.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Squid.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdbnfm8z_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Villager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpf5jsgulc.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Witch.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpvwyw4kbh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Wither.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpdog7ek_l.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/WitherSkeleton.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpl10i_jqw.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Wolf.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpy19lg6ky.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/Zombie.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpp8_s8xuz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/ZombieVillager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcneozvu_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Noise/Noise.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp__kgo2vl.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Mobs/ZombiePigman.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpguzjnyvk.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/CriticalSection.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpnfj456qr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/Event.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3c84rphp.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/File.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpi6wvpoc9.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/GZipFile.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprfo802r3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/HostnameLookup.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpha598zis.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/IsThread.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmput9vlg7p.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/IPLookup.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpm0h0x_m5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/NetworkInterfaceEnum.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5irujkhu.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/NetworkLookup.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpszito6_h.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/NetworkSingleton.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmprcsovmib.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/ServerHandleImpl.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpagxyr09b.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/StackTrace.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpu4ifuiy4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/TCPLinkImpl.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpc0fk0a87.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/UDPEndpointImpl.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpo1p8b72l.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/OSSupport/WinStackWalker.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp0f87dk2m.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Physics/Explodinator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5ck64_24.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Authenticator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpfyrg2cs5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/ChunkDataSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpngdc0woe.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/ForgeHandshake.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcez8s7g9.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/MojangAPI.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpub49lqsj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Packetizer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpt5scpxf3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_8.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp5imwsdh_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_9.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpkhr5rhb9.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_10.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp2qcdzao1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_11.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpf7wf4o6s.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_12.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmppte9hzjg.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_13.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpqvebpp1o.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Protocol_1_14.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpgnh1mcw3.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/ProtocolRecognizer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp88cfugf1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/RecipeMapper.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpsq0hcbw1.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Palette_1_13.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6vr59g8n.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Palette_1_13_1.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpaoglqx41.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Palette_1_14.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpomlbu4f6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Palette_1_15.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpltjpsfl8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Palette_1_16.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp43o4tulo.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Protocol/Palettes/Upgrade.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphr99x3td.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Registries/BlockStates.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmps7b5apmy.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Registries/BlockItemConverter.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmplkmix7ve.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/FireSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7swt59oz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/DelayedFluidSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7vutrp6b.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/FloodyFluidSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp8fgtomky.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/FluidSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpyyu7uwvj.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/SandSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpz492k8gh.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/Simulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6uwsqcbi.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/SimulatorManager.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpe127j4qv.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/VanillaFluidSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7yow5ew8.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/VaporizeFluidSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpv9teddz7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/IncrementalRedstoneSimulator/ForEachSourceCallback.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpq08xnpwp.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzusyorkz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/Simulator/IncrementalRedstoneSimulator/RedstoneHandler.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpp9ihb_16.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/Window.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphh0unm51.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/SlotArea.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_8agu3k4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/AnvilWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpn34n7n_5.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/BrewingstandWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphu8p739k.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/BeaconWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_46nn1d_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/ChestWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpaxe_5axb.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/DropSpenserWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpmatyieoz.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/EnchantingWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpajvx5zwd.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/CraftingWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp7g_s53ez.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/EnderChestWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmppzl_9_m_.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/HopperWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpcsvzu0e7.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/FurnaceWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmphwlj_umt.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/HorseWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpx8e2qbf6.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/UI/InventoryWindow.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpixywew8z.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/EnchantmentSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp3xhjw621.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/FastNBT.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpa2mhsicp.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/FireworksSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpzy9y7ox4.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/MapSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpy420v4ip.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/NBTChunkSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpwqanxyfa.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/SchematicFileSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp_bv1xtia.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/NamespaceSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp6eu1qd2f.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/ScoreboardSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmp29n_mjdq.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/StatisticsSerializer.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpn4xck41t.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/WorldStorage.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpdi5bmqjr/tmpa0ne3pfx.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/WorldStorage/WSSAnvil.cpp
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
472 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
472 warnings generated.
454 warnings generated.
472 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
517 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
517 warnings generated.
517 warnings generated.
517 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
525 warnings generated.
517 warnings generated.
454 warnings generated.
454 warnings generated.
516 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
454 warnings generated.
539 warnings generated.
472 warnings generated.
454 warnings generated.
472 warnings generated.
454 warnings generated.
472 warnings generated.
472 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
472 warnings generated.
454 warnings generated.
472 warnings generated.
499 warnings generated.
517 warnings generated.
454 warnings generated.
455 warnings generated.
454 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
472 warnings generated.
454 warnings generated.
471 warnings generated.
499 warnings generated.
499 warnings generated.
471 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
518 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
499 warnings generated.
517 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
499 warnings generated.
517 warnings generated.
499 warnings generated.
517 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
455 warnings generated.
454 warnings generated.
455 warnings generated.
454 warnings generated.
455 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
455 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
456 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
518 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
517 warnings generated.
499 warnings generated.
517 warnings generated.
517 warnings generated.
454 warnings generated.
517 warnings generated.
517 warnings generated.
517 warnings generated.
517 warnings generated.
517 warnings generated.
517 warnings generated.
472 warnings generated.
517 warnings generated.
472 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
457 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
455 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
517 warnings generated.
454 warnings generated.
472 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
455 warnings generated.
455 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
517 warnings generated.
Writing fixes to tidy-fixes.yaml ...
clang-tidy: No violations found
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: gcc)
[Pipeline] { (Branch: clang)
[Pipeline] stage
[Pipeline] { (gcc)
[Pipeline] stage
[Pipeline] { (clang)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ bash ./travisbuild.sh
-- The C compiler identification is GNU 8.3.0
+ bash ./travisbuild.sh
-- The C compiler identification is Clang 7.0.1
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- The CXX compiler identification is Clang 7.0.1
-- Check for working C compiler: /usr/bin/clang
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Commit id not set, attempting to determine id from git
-- Optimising for this machine (march=native)
-- Version: 7.1.3
-- Build type: Release
-- CXX_STANDARD: 17
-- Performing Test has_std_17_flag
-- Performing Test has_std_17_flag - Success
-- Performing Test has_std_1z_flag
-- Performing Test has_std_1z_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- Performing Test FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Looking for strtod_l
-- Looking for strtod_l - not found
-- JsonCpp Version: 1.9.4
-- Looking for C++ include clocale
-- Looking for C++ include clocale - found
-- Looking for localeconv
-- Detecting CXX compile features - done
Commit id not set, attempting to determine id from git
-- Optimising for this machine (march=native)
-- Version: 7.1.3
-- Build type: Debug
-- CXX_STANDARD: 17
-- Performing Test has_std_17_flag
-- Performing Test has_std_17_flag - Success
-- Performing Test has_std_1z_flag
-- Looking for localeconv - found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Performing Test has_std_1z_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- Looking for C++ include stddef.h - found
-- Check size of lconv
-- Check size of lconv - done
-- Performing Test HAVE_DECIMAL_POINT
-- Performing Test FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- Looking for strtod_l
-- Performing Test HAVE_DECIMAL_POINT - Success
-- Found Git: /usr/bin/git (found version "2.20.1") 
-- Performing Test check_c_compiler_flag__Wall
-- Performing Test check_c_compiler_flag__Wall - Success
-- Performing Test check_c_compiler_flag__Wextra
-- Looking for strtod_l - not found
-- JsonCpp Version: 1.9.4
-- Looking for C++ include clocale
-- Performing Test check_c_compiler_flag__Wextra - Success
-- Performing Test check_c_compiler_flag__Wno_unused_parameter
-- Performing Test check_c_compiler_flag__Wno_unused_parameter - Success
-- Performing Test check_c_compiler_flag__Wstrict_aliasing
-- Looking for C++ include clocale - found
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for C++ include sys/types.h
-- Performing Test check_c_compiler_flag__Wstrict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wstrict_prototypes
-- Performing Test check_c_compiler_flag__Wstrict_prototypes - Success
-- Performing Test check_c_compiler_flag__fno_strict_aliasing
-- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wmissing_prototypes
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Performing Test check_c_compiler_flag__Wmissing_prototypes - Success
-- Performing Test check_c_compiler_flag__Winit_self
-- Performing Test check_c_compiler_flag__Winit_self - Success
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of lconv
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers - Success
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement - Success
-- Performing Test check_c_compiler_flag__Waddress
-- Performing Test check_c_compiler_flag__Waddress - Success
-- Performing Test check_c_compiler_flag__Wnormalized_id
-- Check size of lconv - done
-- Performing Test HAVE_DECIMAL_POINT
-- Performing Test check_c_compiler_flag__Wnormalized_id - Success
-- Performing Test check_c_compiler_flag__Woverride_init
-- Performing Test check_c_compiler_flag__Woverride_init - Success
-- Performing Test check_c_compiler_flag__Wlogical_op
-- Performing Test check_c_compiler_flag__Wlogical_op - Success
-- Performing Test check_c_compiler_flag__Wwrite_strings
-- Performing Test HAVE_DECIMAL_POINT - Success
-- Found Git: /usr/bin/git (found version "2.20.1") 
-- Performing Test check_c_compiler_flag__Wall
-- Performing Test check_c_compiler_flag__Wwrite_strings - Success
-- Looking for __GNU_LIBRARY__
-- Looking for __GNU_LIBRARY__ - found
-- Looking for include file fcntl.h
-- Performing Test check_c_compiler_flag__Wall - Success
-- Performing Test check_c_compiler_flag__Wextra
-- Performing Test check_c_compiler_flag__Wextra - Success
-- Performing Test check_c_compiler_flag__Wno_unused_parameter
-- Looking for include file fcntl.h - found
-- Looking for include files fcntl.h, inttypes.h
-- Looking for include files fcntl.h, inttypes.h - found
-- Looking for 3 include files fcntl.h, ..., memory.h
-- Looking for 3 include files fcntl.h, ..., memory.h - found
-- Looking for 4 include files fcntl.h, ..., signal.h
-- Performing Test check_c_compiler_flag__Wno_unused_parameter - Success
-- Performing Test check_c_compiler_flag__Wstrict_aliasing
-- Performing Test check_c_compiler_flag__Wstrict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wstrict_prototypes
-- Looking for 4 include files fcntl.h, ..., signal.h - found
-- Looking for 5 include files fcntl.h, ..., stdarg.h
-- Looking for 5 include files fcntl.h, ..., stdarg.h - found
-- Looking for 6 include files fcntl.h, ..., stddef.h
-- Performing Test check_c_compiler_flag__Wstrict_prototypes - Success
-- Performing Test check_c_compiler_flag__fno_strict_aliasing
-- Looking for 6 include files fcntl.h, ..., stddef.h - found
-- Looking for 7 include files fcntl.h, ..., stdint.h
-- Looking for 7 include files fcntl.h, ..., stdint.h - found
-- Looking for 8 include files fcntl.h, ..., stdlib.h
-- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wmissing_prototypes
-- Performing Test check_c_compiler_flag__Wmissing_prototypes - Success
-- Performing Test check_c_compiler_flag__Winit_self
-- Looking for 8 include files fcntl.h, ..., stdlib.h - found
-- Looking for 9 include files fcntl.h, ..., string.h
-- Looking for 9 include files fcntl.h, ..., string.h - found
-- Looking for 10 include files fcntl.h, ..., errno.h
-- Performing Test check_c_compiler_flag__Winit_self - Success
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers - Success
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement
-- Looking for 10 include files fcntl.h, ..., errno.h - found
-- Looking for 11 include files fcntl.h, ..., unistd.h
-- Looking for 11 include files fcntl.h, ..., unistd.h - found
-- Looking for 12 include files fcntl.h, ..., time.h
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement - Success
-- Performing Test check_c_compiler_flag__Waddress
-- Performing Test check_c_compiler_flag__Waddress - Success
-- Performing Test check_c_compiler_flag__Wnormalized_id
-- Looking for 12 include files fcntl.h, ..., time.h - found
-- Looking for 13 include files fcntl.h, ..., sys/types.h
-- Looking for 13 include files fcntl.h, ..., sys/types.h - found
-- Looking for 14 include files fcntl.h, ..., sys/stat.h
-- Performing Test check_c_compiler_flag__Wnormalized_id - Failed
-- Performing Test check_c_compiler_flag__Woverride_init
-- Looking for 14 include files fcntl.h, ..., sys/stat.h - found
-- Looking for 15 include files fcntl.h, ..., sys/time.h
-- Looking for 15 include files fcntl.h, ..., sys/time.h - found
-- Looking for 16 include files fcntl.h, ..., sys/param.h
-- Looking for 16 include files fcntl.h, ..., sys/param.h - found
-- Looking for 17 include files fcntl.h, ..., netdb.h
-- Performing Test check_c_compiler_flag__Woverride_init - Failed
-- Performing Test check_c_compiler_flag__Wlogical_op
-- Performing Test check_c_compiler_flag__Wlogical_op - Failed
-- Performing Test check_c_compiler_flag__Wwrite_strings
-- Looking for 17 include files fcntl.h, ..., netdb.h - found
-- Looking for 18 include files fcntl.h, ..., dlfcn.h
-- Performing Test check_c_compiler_flag__Wwrite_strings - Success
-- Performing Test check_c_compiler_flag__Wno_unused_function
-- Performing Test check_c_compiler_flag__Wno_unused_function - Success
-- Looking for __GNU_LIBRARY__
-- Looking for 18 include files fcntl.h, ..., dlfcn.h - found
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h - found
-- Looking for 20 include files fcntl.h, ..., poll.h
-- Looking for 20 include files fcntl.h, ..., poll.h - found
-- Looking for 21 include files fcntl.h, ..., port.h
-- Looking for __GNU_LIBRARY__ - found
-- Looking for include file fcntl.h
-- Looking for 21 include files fcntl.h, ..., port.h - not found
-- Looking for 21 include files fcntl.h, ..., sys/socket.h
-- Looking for 21 include files fcntl.h, ..., sys/socket.h - found
-- Looking for 22 include files fcntl.h, ..., sys/random.h
-- Looking for include file fcntl.h - found
-- Looking for include files fcntl.h, inttypes.h
-- Looking for include files fcntl.h, inttypes.h - found
-- Looking for 3 include files fcntl.h, ..., memory.h
-- Looking for 22 include files fcntl.h, ..., sys/random.h - found
-- Looking for 23 include files fcntl.h, ..., sys/un.h
-- Looking for 23 include files fcntl.h, ..., sys/un.h - found
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h - not found
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h
-- Looking for 3 include files fcntl.h, ..., memory.h - found
-- Looking for 4 include files fcntl.h, ..., signal.h
-- Looking for 4 include files fcntl.h, ..., signal.h - found
-- Looking for 5 include files fcntl.h, ..., stdarg.h
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h - found
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h
-- Looking for 5 include files fcntl.h, ..., stdarg.h - found
-- Looking for 6 include files fcntl.h, ..., stddef.h
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h - found
-- Looking for 26 include files fcntl.h, ..., sys/event.h
-- Looking for 26 include files fcntl.h, ..., sys/event.h - not found
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h - found
-- Looking for 27 include files fcntl.h, ..., sys/mman.h
-- Looking for 6 include files fcntl.h, ..., stddef.h - found
-- Looking for 7 include files fcntl.h, ..., stdint.h
-- Looking for 7 include files fcntl.h, ..., stdint.h - found
-- Looking for 8 include files fcntl.h, ..., stdlib.h
-- Looking for 27 include files fcntl.h, ..., sys/mman.h - found
-- Looking for 28 include files fcntl.h, ..., sys/queue.h
-- Looking for 28 include files fcntl.h, ..., sys/queue.h - found
-- Looking for 29 include files fcntl.h, ..., sys/select.h
-- Looking for 8 include files fcntl.h, ..., stdlib.h - found
-- Looking for 9 include files fcntl.h, ..., string.h
-- Looking for 29 include files fcntl.h, ..., sys/select.h - found
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h - found
-- Looking for 31 include files fcntl.h, ..., sys/uio.h
-- Looking for 9 include files fcntl.h, ..., string.h - found
-- Looking for 10 include files fcntl.h, ..., errno.h
-- Looking for 10 include files fcntl.h, ..., errno.h - found
-- Looking for 11 include files fcntl.h, ..., unistd.h
-- Looking for 31 include files fcntl.h, ..., sys/uio.h - found
-- Looking for 32 include files fcntl.h, ..., sys/wait.h
-- Looking for 32 include files fcntl.h, ..., sys/wait.h - found
-- Looking for 33 include files fcntl.h, ..., sys/resource.h
-- Looking for 11 include files fcntl.h, ..., unistd.h - found
-- Looking for 12 include files fcntl.h, ..., time.h
-- Looking for 33 include files fcntl.h, ..., sys/resource.h - found
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h - found
-- Looking for 35 include files fcntl.h, ..., netinet/in.h
-- Looking for 12 include files fcntl.h, ..., time.h - found
-- Looking for 13 include files fcntl.h, ..., sys/types.h
-- Looking for 13 include files fcntl.h, ..., sys/types.h - found
-- Looking for 14 include files fcntl.h, ..., sys/stat.h
-- Looking for 35 include files fcntl.h, ..., netinet/in.h - found
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h - not found
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h
-- Looking for 14 include files fcntl.h, ..., sys/stat.h - found
-- Looking for 15 include files fcntl.h, ..., sys/time.h
-- Looking for 15 include files fcntl.h, ..., sys/time.h - found
-- Looking for 16 include files fcntl.h, ..., sys/param.h
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h - found
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
-- Looking for getaddrinfo
-- Looking for 16 include files fcntl.h, ..., sys/param.h - found
-- Looking for 17 include files fcntl.h, ..., netdb.h
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getprotobynumber
-- Looking for 17 include files fcntl.h, ..., netdb.h - found
-- Looking for 18 include files fcntl.h, ..., dlfcn.h
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for getservbyname - found
-- Looking for gethostbyname
-- Looking for 18 include files fcntl.h, ..., dlfcn.h - found
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h
-- Looking for 19 include files fcntl.h, ..., arpa/inet.h - found
-- Looking for 20 include files fcntl.h, ..., poll.h
-- Looking for gethostbyname - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for 20 include files fcntl.h, ..., poll.h - found
-- Looking for 21 include files fcntl.h, ..., port.h
-- Looking for 21 include files fcntl.h, ..., port.h - not found
-- Looking for 21 include files fcntl.h, ..., sys/socket.h
-- Looking for inet_pton - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for signal
-- Looking for 21 include files fcntl.h, ..., sys/socket.h - found
-- Looking for 22 include files fcntl.h, ..., sys/random.h
-- Looking for signal - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for splice
-- Looking for 22 include files fcntl.h, ..., sys/random.h - found
-- Looking for 23 include files fcntl.h, ..., sys/un.h
-- Looking for splice - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for 23 include files fcntl.h, ..., sys/un.h - found
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h
-- Looking for 24 include files fcntl.h, ..., sys/devpoll.h - not found
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for vasprintf
-- Looking for 24 include files fcntl.h, ..., sys/epoll.h - found
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h
-- Looking for 25 include files fcntl.h, ..., sys/eventfd.h - found
-- Looking for 26 include files fcntl.h, ..., sys/event.h
-- Looking for vasprintf - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
-- Looking for 26 include files fcntl.h, ..., sys/event.h - not found
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h - found
-- Looking for 27 include files fcntl.h, ..., sys/mman.h
-- Looking for timercmp - found
-- Looking for timerisset
-- Looking for timerisset - found
-- Looking for timeradd
-- Looking for 27 include files fcntl.h, ..., sys/mman.h - found
-- Looking for 28 include files fcntl.h, ..., sys/queue.h
-- Looking for timeradd - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for putenv
-- Looking for 28 include files fcntl.h, ..., sys/queue.h - found
-- Looking for 29 include files fcntl.h, ..., sys/select.h
-- Looking for putenv - found
-- Looking for umask
-- Looking for umask - found
-- Looking for clock_gettime
-- Looking for 29 include files fcntl.h, ..., sys/select.h - found
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h
-- Looking for 30 include files fcntl.h, ..., sys/sendfile.h - found
-- Looking for 31 include files fcntl.h, ..., sys/uio.h
-- Looking for clock_gettime - found
-- Looking for getifaddrs
-- Looking for 31 include files fcntl.h, ..., sys/uio.h - found
-- Looking for 32 include files fcntl.h, ..., sys/wait.h
-- Looking for getifaddrs - found
-- Looking for select
-- Looking for select - found
-- Looking for epoll_create
-- Looking for 32 include files fcntl.h, ..., sys/wait.h - found
-- Looking for 33 include files fcntl.h, ..., sys/resource.h
-- Looking for 33 include files fcntl.h, ..., sys/resource.h - found
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h
-- Looking for epoll_create - found
-- Looking for epoll_create1
-- Looking for epoll_create1 - found
-- Looking for epoll_ctl
-- Looking for 34 include files fcntl.h, ..., sys/timerfd.h - found
-- Looking for 35 include files fcntl.h, ..., netinet/in.h
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for poll
-- Looking for poll - found
-- Looking for 35 include files fcntl.h, ..., netinet/in.h - found
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h
-- Looking for 36 include files fcntl.h, ..., netinet/in6.h - not found
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h
-- Looking for port_create
-- Looking for port_create - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for fcntl
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h - found
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
-- Looking for getaddrinfo
-- Looking for fcntl - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pipe
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for sendfile
-- Looking for getnameinfo - found
-- Looking for getprotobynumber
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for sendfile - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strsignal
-- Looking for getservbyname - found
-- Looking for gethostbyname
-- Looking for strsignal - found
-- Looking for sysctl
-- Looking for sysctl - not found
-- Looking for accept4
-- Looking for gethostbyname - found
-- Looking for inet_ntop
-- Looking for accept4 - found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random_addrandom
-- Looking for arc4random_addrandom - not found
-- Looking for getrandom
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for gettimeofday
-- Looking for getrandom - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for geteuid
-- Looking for gettimeofday - found
-- Looking for signal
-- Looking for geteuid - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for usleep
-- Looking for signal - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for splice
-- Looking for usleep - found
-- Looking for timerfd_create
-- Looking for timerfd_create - found
-- Looking for setenv
-- Looking for splice - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for setrlimit
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for setrlimit - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for strtok_r - found
-- Looking for vasprintf
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_3_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_5_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_6_ARG - True
-- Check size of struct sockaddr_un
-- Looking for vasprintf - found
-- Looking for timerclear
-- Looking for timerclear - found
-- Looking for timercmp
-- Check size of struct sockaddr_un - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Looking for timercmp - found
-- Looking for timerisset
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Looking for timerisset - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for nanosleep
-- Check size of uint64_t - done
-- Check size of short
-- Looking for nanosleep - found
-- Looking for putenv
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of unsigned
-- Looking for putenv - found
-- Looking for umask
-- Check size of unsigned - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of long
-- Looking for umask - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for getifaddrs
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test HAVE_INLINE
-- Looking for getifaddrs - found
-- Looking for select
-- Performing Test HAVE_INLINE - Success
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
-- Looking for __FUNCTION__ - found
-- Looking for TAILQ_FOREACH
-- Looking for select - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for epoll_create1
-- Looking for TAILQ_FOREACH - found
-- Performing Test EVENT__HAVE_DECL_CTL_KERN
-- Performing Test EVENT__HAVE_DECL_CTL_KERN - Success
-- Looking for CTL_KERN - found
-- Performing Test EVENT__HAVE_DECL_KERN_ARND
-- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
-- Looking for KERN_ARND - not found
-- Looking for F_SETFD
-- Looking for epoll_create1 - found
-- Looking for epoll_ctl
-- Looking for F_SETFD - found
-- Check size of fd_mask
-- Check size of fd_mask - done
-- Check size of size_t
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for poll
-- Check size of size_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of ssize_t
-- Looking for poll - found
-- Looking for port_create
-- Check size of ssize_t - done
-- Check size of SSIZE_T
-- Check size of SSIZE_T - failed
-- Check size of socklen_t
-- Looking for port_create - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for fcntl
-- Check size of socklen_t - done
-- Check size of pid_t
-- Check size of pid_t - done
-- Check size of pthread_t
-- Looking for fcntl - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pipe
-- Check size of pthread_t - done
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Check size of void *
-- Looking for pipe - found
-- Looking for pipe2
-- Check size of void * - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of struct addrinfo
-- Looking for pipe2 - found
-- Looking for sendfile
-- Looking for sendfile - found
-- Looking for sigaction
-- Check size of struct addrinfo - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
-- Looking for sigaction - found
-- Looking for strsignal
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Success
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Success
-- Check size of sa_family_t
-- Looking for strsignal - found
-- Looking for sysctl
-- Looking for sysctl - not found
-- Looking for accept4
-- Check size of sa_family_t - done
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
-- Looking for accept4 - found
-- Looking for arc4random
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Check size of struct sockaddr_storage
-- Check size of struct sockaddr_storage - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
-- Looking for arc4random - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random_addrandom
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed
-- Check size of struct linger
-- Looking for arc4random_addrandom - not found
-- Looking for getrandom
-- Looking for getrandom - found
-- Looking for getegid
-- Check size of struct linger - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for getegid - found
-- Looking for geteuid
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- 
--         ---( Libevent 2.1.12-stable )---
-- 
-- Available event backends: 
-- CMAKE_BINARY_DIR:         /home/bearbin/workspace/cuberite_PR-5151/gcc_Release
-- CMAKE_CURRENT_BINARY_DIR: /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/lib/libevent
-- CMAKE_SOURCE_DIR:         /home/bearbin/workspace/cuberite_PR-5151
-- CMAKE_CURRENT_SOURCE_DIR: /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- PROJECT_BINARY_DIR:       /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/lib/libevent
-- PROJECT_SOURCE_DIR:       /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- CMAKE_MODULE_PATH:        /home/bearbin/workspace/cuberite_PR-5151/lib/libevent/cmake/
-- CMAKE_COMMAND:            /usr/bin/cmake
-- CMAKE_ROOT:               /usr/share/cmake-3.13
-- CMAKE_SYSTEM:             Linux-5.4.0-74-generic
-- CMAKE_SYSTEM_NAME:        Linux
-- CMAKE_SYSTEM_VERSION:     5.4.0-74-generic
-- CMAKE_SYSTEM_PROCESSOR:   x86_64
-- CMAKE_SKIP_RPATH:         NO
-- CMAKE_VERBOSE_MAKEFILE:   FALSE
-- CMAKE_C_FLAGS:             -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings
-- CMAKE_BUILD_TYPE:         Release
-- CMAKE_C_COMPILER:         /usr/bin/gcc (id GNU, clang 0, GNUC 1)
-- CMAKE_AR:                 /usr/bin/ar
-- CMAKE_RANLIB:             /usr/bin/ranlib
-- 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3") 
-- Looking for geteuid - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for usleep
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- Using c++ standard c++17
-- CMake version: 3.13.4
-- Project version: 3.1.1
-- CMAKE_CXX_COMPILER '/usr/bin/g++' 'GNU' '8.3.0'
-- CMAKE_CXX_FLAGS                ' -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long'
-- CMAKE_CXX_FLAGS_RELEASE        '-O3 -DNDEBUG'
-- Compile sqlite3 from source in subdirectory
-- Check if compiler accepts -pthread
-- Looking for usleep - found
-- Looking for timerfd_create
-- Check if compiler accepts -pthread - yes
-- SQLITECPP_RUN_CPPLINT OFF
-- SQLITECPP_RUN_CPPCHECK OFF
-- SQLITECPP_RUN_DOXYGEN OFF
-- SQLITECPP_BUILD_EXAMPLES OFF
-- SQLITECPP_BUILD_TESTS OFF
-- Creating output folder and symlinks...
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/Install
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Plugins; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/Plugins
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Prefabs; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/Prefabs
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Protocol; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/Protocol
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/webadmin; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/webadmin
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/brewing.txt; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/brewing.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/crafting.txt; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/crafting.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/favicon.png; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/favicon.png
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/furnace.txt; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/furnace.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/items.ini; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/items.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/monsters.ini; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/monsters.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/README.txt; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/README.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../BACKERS; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/BACKERS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../CONTRIBUTORS; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/CONTRIBUTORS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../LICENSE; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/LICENSE
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install/ThirdPartyLicenses; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/ThirdPartyLicenses
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/docs; link = /home/bearbin/workspace/cuberite_PR-5151/gcc_Release/Server/BindingsDocs
CMake Warning at CMakeLists.txt:68 (message):
  Precompiled headers for FASTER BUILDS not enabled, upgrade to CMake 3.16 or
  newer!


-- Building tools
-- Tests enabled
-- Configuring done
-- Looking for timerfd_create - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Generating done
-- Build files have been written to: /home/bearbin/workspace/cuberite_PR-5151/gcc_Release
Building...
Scanning dependencies of target expat
Scanning dependencies of target lualib
Scanning dependencies of target fmt
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmlparse.c.o
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lapi.cpp.o
-- Looking for unsetenv - found
-- Looking for setrlimit
[  0%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/format.cc.o
-- Looking for setrlimit - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_3_ARG - False
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lauxlib.cpp.o
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_5_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_6_ARG - True
-- Check size of struct sockaddr_un
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lbaselib.cpp.o
-- Check size of struct sockaddr_un - done
-- Check size of uint8_t
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lcode.cpp.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmlrole.c.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok.c.o
-- Check size of uint8_t - done
-- Check size of uint16_t
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldblib.cpp.o
-- Check size of uint16_t - done
-- Check size of uint32_t
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldebug.cpp.o
-- Check size of uint32_t - done
-- Check size of uint64_t
[  1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldo.cpp.o
-- Check size of uint64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
[  1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldump.cpp.o
-- Check size of int - done
-- Check size of unsigned
[  1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lfunc.cpp.o
-- Check size of unsigned - done
-- Check size of unsigned int
[  1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lgc.cpp.o
[  1%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_impl.c.o
[  1%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_ns.c.o
[  2%] Linking C static library libexpat.a
-- Check size of unsigned int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
[  2%] Built target expat
Scanning dependencies of target jsoncpp_static
[  2%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_reader.cpp.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/linit.cpp.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/liolib.cpp.o
-- Check size of long long - done
-- Performing Test HAVE_INLINE
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/llex.cpp.o
-- Performing Test HAVE_INLINE - Success
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmathlib.cpp.o
-- Looking for __FUNCTION__ - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Performing Test EVENT__HAVE_DECL_CTL_KERN
-- Performing Test EVENT__HAVE_DECL_CTL_KERN - Success
-- Looking for CTL_KERN - found
-- Performing Test EVENT__HAVE_DECL_KERN_ARND
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmem.cpp.o
-- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
-- Looking for KERN_ARND - not found
-- Looking for F_SETFD
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loadlib.cpp.o
-- Looking for F_SETFD - found
-- Check size of fd_mask
[  3%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_value.cpp.o
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lobject.cpp.o
-- Check size of fd_mask - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of off_t
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lopcodes.cpp.o
[  3%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/os.cc.o
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loslib.cpp.o
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lparser.cpp.o
-- Check size of off_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of SSIZE_T
-- Check size of SSIZE_T - failed
-- Check size of socklen_t
[  3%] Linking CXX static library libfmt.a
[  3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstate.cpp.o
-- Check size of socklen_t - done
-- Check size of pid_t
[  3%] Built target fmt
Scanning dependencies of target libdeflate
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/adler32.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstring.cpp.o
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstrlib.cpp.o
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/arm/cpu_features.c.o
-- Check size of pid_t - done
-- Check size of pthread_t
-- Check size of pthread_t - done
-- Check size of uintptr_t
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/crc32.c.o
[  5%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_writer.cpp.o
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_compress.c.o
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltable.cpp.o
-- Check size of uintptr_t - done
-- Check size of void *
-- Check size of void * - done
-- Check size of time_t
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltablib.cpp.o
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltm.cpp.o
-- Check size of time_t - done
-- Check size of struct addrinfo
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lundump.cpp.o
-- Check size of struct addrinfo - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lvm.cpp.o
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Success
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_decompress.c.o
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lzio.cpp.o
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Success
-- Check size of sa_family_t
[  5%] Linking CXX static library ../../../libjsoncpp.a
[  5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/print.cpp.o
[  5%] Built target jsoncpp_static
Scanning dependencies of target event_core_static
-- Check size of sa_family_t - done
-- Check size of struct sockaddr_in6
[  5%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/buffer.c.o
[  6%] Linking CXX static library ../liblualib.a
[  6%] Built target lualib
-- Check size of struct sockaddr_in6 - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
Scanning dependencies of target luaexpat
[  7%] Building C object lib/luaexpat/CMakeFiles/luaexpat.dir/lxplib.c.o
[  7%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_compress.c.o
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Check size of struct sockaddr_storage
[  7%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_decompress.c.o
[  7%] Linking C static library ../libluaexpat.a
[  7%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/utils.c.o
-- Check size of struct sockaddr_storage - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
[  8%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/x86/cpu_features.c.o
[  8%] Built target luaexpat
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent.c.o
[  8%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_compress.c.o
Scanning dependencies of target mbedcrypto
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[  8%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_decompress.c.o
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
[  8%] Linking C static library ../liblibdeflate.a
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_filter.c.o
[  8%] Built target libdeflate
Scanning dependencies of target sqlite3
[  8%] Building C object lib/SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed
-- Check size of struct linger
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_pair.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_ratelim.c.o
-- Check size of struct linger - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_sock.c.o
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/event.c.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- 
--         ---( Libevent 2.1.12-stable )---
-- 
-- Available event backends: 
-- CMAKE_BINARY_DIR:         /home/bearbin/workspace/cuberite_PR-5151/clang_Debug
-- CMAKE_CURRENT_BINARY_DIR: /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/lib/libevent
-- CMAKE_SOURCE_DIR:         /home/bearbin/workspace/cuberite_PR-5151
-- CMAKE_CURRENT_SOURCE_DIR: /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- PROJECT_BINARY_DIR:       /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/lib/libevent
-- PROJECT_SOURCE_DIR:       /home/bearbin/workspace/cuberite_PR-5151/lib/libevent
-- CMAKE_MODULE_PATH:        /home/bearbin/workspace/cuberite_PR-5151/lib/libevent/cmake/
-- CMAKE_COMMAND:            /usr/bin/cmake
-- CMAKE_ROOT:               /usr/share/cmake-3.13
-- CMAKE_SYSTEM:             Linux-5.4.0-74-generic
-- CMAKE_SYSTEM_NAME:        Linux
-- CMAKE_SYSTEM_VERSION:     5.4.0-74-generic
-- CMAKE_SYSTEM_PROCESSOR:   x86_64
-- CMAKE_SKIP_RPATH:         NO
-- CMAKE_VERBOSE_MAKEFILE:   FALSE
-- CMAKE_C_FLAGS:             -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wwrite-strings -Wno-unused-function
-- CMAKE_BUILD_TYPE:         Debug
-- CMAKE_C_COMPILER:         /usr/bin/clang (id Clang, clang 1, GNUC 1)
-- CMAKE_AR:                 /usr/bin/ar
-- CMAKE_RANLIB:             /usr/bin/ranlib
-- 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3") 
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
-- Using c++ standard c++17
-- CMake version: 3.13.4
-- Project version: 3.1.1
-- CMAKE_CXX_COMPILER '/usr/bin/clang++' 'Clang' '7.0.1'
-- CMAKE_CXX_FLAGS                ' -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long'
-- CMAKE_CXX_FLAGS_DEBUG          '-g'
-- Compile sqlite3 from source in subdirectory
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- SQLITECPP_RUN_CPPLINT OFF
-- SQLITECPP_RUN_CPPCHECK OFF
-- SQLITECPP_RUN_DOXYGEN OFF
-- SQLITECPP_BUILD_EXAMPLES OFF
-- SQLITECPP_BUILD_TESTS OFF
-- Creating output folder and symlinks...
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/Install
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Plugins; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/Plugins
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Prefabs; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/Prefabs
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Protocol; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/Protocol
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/webadmin; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/webadmin
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/brewing.txt; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/brewing.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/crafting.txt; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/crafting.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/favicon.png; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/favicon.png
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/furnace.txt; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/furnace.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/items.ini; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/items.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/monsters.ini; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/monsters.ini
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/README.txt; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/README.txt
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../BACKERS; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/BACKERS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../CONTRIBUTORS; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/CONTRIBUTORS
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../LICENSE; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/LICENSE
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/../Server/Install/ThirdPartyLicenses; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/ThirdPartyLicenses
-- Creating symlink, orig = /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/docs; link = /home/bearbin/workspace/cuberite_PR-5151/clang_Debug/Server/BindingsDocs
CMake Warning at CMakeLists.txt:68 (message):
  Precompiled headers for FASTER BUILDS not enabled, upgrade to CMake 3.16 or
  newer!


-- Building tools
-- Tests enabled
-- Configuring done
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evmap.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
-- Generating done
-- Build files have been written to: /home/bearbin/workspace/cuberite_PR-5151/clang_Debug
Building...
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evthread.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
Scanning dependencies of target lualib
Scanning dependencies of target fmt
Scanning dependencies of target expat
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lapi.cpp.o
[  0%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/format.cc.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmlparse.c.o
/home/bearbin/workspace/cuberite_PR-5151/lib/expat/xmlparse.c:1570:18: warning: implicit conversion from enumeration type 'enum XML_Status' to different enumeration type 'enum XML_Error' [-Wenum-conversion]
        result = XML_STATUS_SUSPENDED;
               ~ ^~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/lib/expat/expat.h:51:30: note: expanded from macro 'XML_STATUS_SUSPENDED'
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
                             ^~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/lib/expat/xmlparse.c:1580:18: warning: implicit conversion from enumeration type 'enum XML_Status' to different enumeration type 'enum XML_Error' [-Wenum-conversion]
        result = XML_STATUS_OK;
               ~ ^~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/lib/expat/expat.h:49:23: note: expanded from macro 'XML_STATUS_OK'
#define XML_STATUS_OK XML_STATUS_OK
                      ^~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/lib/expat/xmlparse.c:1610:12: warning: implicit conversion from enumeration type 'enum XML_Error' to different enumeration type 'enum XML_Status' [-Wenum-conversion]
    return result;
    ~~~~~~ ^~~~~~
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lauxlib.cpp.o
/home/bearbin/workspace/cuberite_PR-5151/lib/lua/src/lauxlib.cpp:577:61: warning: while loop has empty body [-Wempty-body]
   while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
                                                            ^
/home/bearbin/workspace/cuberite_PR-5151/lib/lua/src/lauxlib.cpp:577:61: note: put the semicolon on a separate line to silence this warning
1 warning generated.
3 warnings generated.
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lbaselib.cpp.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmlrole.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok.c.o
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lcode.cpp.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.o
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldblib.cpp.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_impl.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_rand.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o
[  0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldebug.cpp.o
[  0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_ns.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
[  1%] Linking C static library libexpat.a
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldo.cpp.o
[  2%] Built target expat
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_time.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
Scanning dependencies of target jsoncpp_static
[  2%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_reader.cpp.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/listener.c.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldump.cpp.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/log.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/signal.c.o
[ 12%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/strlcpy.c.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lfunc.cpp.o
[  2%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/os.cc.o
[ 12%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/select.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o
[ 12%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/poll.c.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lgc.cpp.o
[ 12%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/epoll.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o
[ 13%] Linking C static library ../libevent_core.a
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/linit.cpp.o
[  2%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_value.cpp.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/liolib.cpp.o
[ 13%] Built target event_core_static
Scanning dependencies of target GrownBiomeGenVisualiser
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.o
[ 13%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/GrownBiomeGenVisualiser.cpp.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.o
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/llex.cpp.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o
[  2%] Linking CXX static library libfmtd.a
[  2%] Built target fmt
[  2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmathlib.cpp.o
Scanning dependencies of target libdeflate
[  3%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/adler32.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmem.cpp.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.o
[  4%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_writer.cpp.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loadlib.cpp.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.o
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/arm/cpu_features.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lobject.cpp.o
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/crc32.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_compress.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lopcodes.cpp.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loslib.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lparser.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_decompress.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstate.cpp.o
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_compress.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
[  4%] Linking CXX static library ../../../libjsoncpp.a
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_decompress.c.o
[  4%] Built target jsoncpp_static
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o
Scanning dependencies of target event_core_static
[  4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/utils.c.o
[  4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstring.cpp.o
[  4%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/buffer.c.o
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/x86/cpu_features.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.o
[  5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_compress.c.o
[  6%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstrlib.cpp.o
[  6%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_decompress.c.o
[  6%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o
[  6%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltable.cpp.o
[  6%] Linking C static library ../liblibdeflate.a
[  6%] Built target libdeflate
[  6%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_filter.c.o
Scanning dependencies of target luaexpat
[  7%] Building C object lib/luaexpat/CMakeFiles/luaexpat.dir/lxplib.c.o
[  7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltablib.cpp.o
[  7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_pair.c.o
[  7%] Linking C static library ../libluaexpat.a
[  7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltm.cpp.o
[  7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_ratelim.c.o
[  7%] Built target luaexpat
Scanning dependencies of target mbedcrypto
[  7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[  7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_sock.c.o
[  7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lundump.cpp.o
[  7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
[  7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/event.c.o
[  7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o
[ 16%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/Globals.cpp.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o
[  7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.o
[  7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lvm.cpp.o
[  7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evmap.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evthread.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[  8%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lzio.cpp.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
[  8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
[  8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil.c.o
[ 16%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/StringUtils.cpp.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[  9%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/print.cpp.o
[  9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_rand.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
[  9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_time.c.o
[  9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.o
[  9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/listener.c.o
[ 10%] Linking CXX static library ../liblualib.a
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/log.c.o
[ 10%] Built target lualib
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/signal.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/strlcpy.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/select.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/poll.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/epoll.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o
[ 12%] Linking C static library ../libevent_core.a
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.o
[ 12%] Built target event_core_static
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o
Scanning dependencies of target sqlite3
[ 12%] Building C object lib/SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
Scanning dependencies of target GrownBiomeGenVisualiser
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.o
[ 12%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/GrownBiomeGenVisualiser.cpp.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.o
[ 18%] Linking C static library ../../libmbedcrypto.a
[ 18%] Built target mbedcrypto
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o
Scanning dependencies of target MCADefrag
[ 18%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/MCADefrag.cpp.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.o
[ 18%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Logger.cpp.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.o
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.o
[ 18%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringCompression.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o
[ 15%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/Globals.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.o
[ 15%] Linking C static library ../../libsqlite3.a
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.o
[ 16%] Built target sqlite3
Scanning dependencies of target MCADefrag
[ 16%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/MCADefrag.cpp.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o
[ 19%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringUtils.cpp.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o
[ 16%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/StringUtils.cpp.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.o
[ 19%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Noise/Noise.cpp.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.o
[ 18%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringCompression.cpp.o
[ 18%] Linking C static library ../../libmbedcrypto.a
[ 18%] Built target mbedcrypto
Scanning dependencies of target NoiseSpeedTest
[ 19%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/NoiseSpeedTest.cpp.o
[ 19%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Logger.cpp.o
[ 19%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/BiomeDef.cpp.o
[ 19%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/LoggerListeners.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringUtils.cpp.o
[ 20%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/Logger.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/Logger.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Noise/Noise.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/Event.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/LoggerListeners.cpp.o
[ 20%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/LoggerListeners.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/BiomeDef.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/File.cpp.o
[ 20%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/Logger.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/File.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/Event.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/IsThread.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/File.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/Event.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/File.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/Event.cpp.o
[ 20%] Linking CXX executable ../../bin/GrownBiomeGenVisualiser
[ 20%] Built target GrownBiomeGenVisualiser
Scanning dependencies of target NoiseSpeedTest
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/NoiseSpeedTest.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/IsThread.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 21%] Linking C static library ../../libsqlite3.a
[ 21%] Built target sqlite3
Scanning dependencies of target BlockTypePaletteTest
[ 21%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/File.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/Noise/Noise.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/IsThread.cpp.o
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:4,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockState.h:19:7: error: redefinition of 'class BlockState'
 class BlockState
       ^~~~~~~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: previous definition of 'class BlockState'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testBasic()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:29:33: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  BlockState bs2("key1", "value1");
                                 ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:30:57: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  BlockState bs3({{"key1", "value1"}, {"key2", "value2"}});
                                                         ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testTransformAddMissing()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:62:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 4 */ pal1.index("block5", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:66:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 3 */ pal2.index("block4", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:67:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 4 */ pal2.index("block5", BlockState("key1", "value1"));  // overlap
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:68:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 5 */ pal2.index("block6", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:76:66: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  TEST_EQUAL(pal1.maybeIndex("block5", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(4, true)));
                                                                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:78:66: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  TEST_EQUAL(pal1.maybeIndex("block4", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(6, true)));
                                                                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:79:66: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  TEST_EQUAL(pal1.maybeIndex("block6", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(7, true)));
                                                                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testTransformWithFallback()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:104:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 4 */ pal1.index("block5", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:108:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 3 */ pal2.index("block4", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:109:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 4 */ pal2.index("block5", BlockState("key1", "value1"));  // overlap
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:110:58: error: no matching function for call to 'BlockState::BlockState(const char [5], const char [7])'
  /* 5 */ pal2.index("block6", BlockState("key1", "value1"));
                                                          ^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   candidate expects 1 argument, 2 provided
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadJsonSimple()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:165:76: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:air", BlockState({{"foo", "baz"}})).second, false);
                                                                            ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadJsonComplex()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:213:74: error: no matching function for call to 'BlockTypePalette::maybeIndex(const char [22], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "10"}}).second, false);
                                                                          ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note: candidate: 'std::pair<unsigned int, bool> BlockTypePalette::maybeIndex(const AString&, const BlockState&) const'
  std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                          ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note:   no known conversion for argument 2 from '<brace-enclosed initializer list>' to 'const BlockState&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:214:73: error: no matching function for call to 'BlockTypePalette::maybeIndex(const char [22], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "0"}}), (std::make_pair<UInt32, bool>(21, true)));
                                                                         ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note: candidate: 'std::pair<unsigned int, bool> BlockTypePalette::maybeIndex(const AString&, const BlockState&) const'
  std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                          ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note:   no known conversion for argument 2 from '<brace-enclosed initializer list>' to 'const BlockState&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:215:73: error: no matching function for call to 'BlockTypePalette::maybeIndex(const char [22], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "1"}}), (std::make_pair<UInt32, bool>(23, true)));
                                                                         ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note: candidate: 'std::pair<unsigned int, bool> BlockTypePalette::maybeIndex(const AString&, const BlockState&) const'
  std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                          ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note:   no known conversion for argument 2 from '<brace-enclosed initializer list>' to 'const BlockState&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:216:73: error: no matching function for call to 'BlockTypePalette::maybeIndex(const char [22], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"foo", "baz"}}).second, false);
                                                                         ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note: candidate: 'std::pair<unsigned int, bool> BlockTypePalette::maybeIndex(const AString&, const BlockState&) const'
  std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                          ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note:   no known conversion for argument 2 from '<brace-enclosed initializer list>' to 'const BlockState&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:217:73: error: no matching function for call to 'BlockTypePalette::maybeIndex(const char [18], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:oak_sap",     {{"stage", "0"}}).second, false);
                                                                         ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note: candidate: 'std::pair<unsigned int, bool> BlockTypePalette::maybeIndex(const AString&, const BlockState&) const'
  std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                          ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:26: note:   no known conversion for argument 2 from '<brace-enclosed initializer list>' to 'const BlockState&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadTsvRegular()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:242:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "0"}})), (std::make_pair<UInt32, bool>(2, true)));
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:243:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "1"}})), (std::make_pair<UInt32, bool>(3, true)));
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:244:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:air",   BlockState({{"snow_covered", "0"}})).second, false);
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:245:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "2"}})).second, false);
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadTsvUpgrade()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:271:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "0"}})), (std::make_pair<UInt32, bool>(32, true)));
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:272:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "1"}})), (std::make_pair<UInt32, bool>(33, true)));
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:273:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:air",   BlockState({{"snow_covered", "0"}})).second, false);
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:274:85: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
  TEST_EQUAL(palette.maybeIndex("minecraft:grass", BlockState({{"snow_covered", "2"}})).second, false);
                                                                                     ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadFromBaseFile()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:298:59: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
    BlockState({{"persistent", "false"}, {"distance", "6"}})
                                                           ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:305:40: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
    BlockState({{"persistent", "false"}})
                                        ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
       ^~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate: 'BlockState::BlockState(BlockType)'
  BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
  ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockType'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate: 'constexpr BlockState::BlockState(uint_least16_t)'
  constexpr BlockState(uint_least16_t StateID) :
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'uint_least16_t' {aka 'short unsigned int'}
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate: 'constexpr BlockState::BlockState()'
  constexpr BlockState() : ID(0) {}
            ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note:   candidate expects 0 arguments, 1 provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(const BlockState&)'
 struct BlockState
        ^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const BlockState&'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate: 'constexpr BlockState::BlockState(BlockState&&)'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'BlockState&&'
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp: In function 'void testLoadFromUpgradeFile()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:327:119: error: no matching function for call to 'make_pair<AString, BlockState>(const char [21], <brace-enclosed initializer list>)'
  TEST_EQUAL(palette.entry(44 * 16 + 8), (std::make_pair<AString, BlockState>("minecraft:stone_slab", {{"type", "top"}})));
                                                                                                                       ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:15: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
               ^~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:64,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:112,
                 from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:1:
/usr/include/c++/8/bits/stl_pair.h:524:5: note: candidate: 'template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)'
     make_pair(_T1&& __x, _T2&& __y)
     ^~~~~~~~~
/usr/include/c++/8/bits/stl_pair.h:524:5: note:   template argument deduction/substitution failed:
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:327:119: note:   cannot convert '{{"type", "top"}}' (type '<brace-enclosed initializer list>') to type 'BlockState&&'
  TEST_EQUAL(palette.entry(44 * 16 + 8), (std::make_pair<AString, BlockState>("minecraft:stone_slab", {{"type", "top"}})));
                                                                                                                       ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:15: note: in definition of macro 'TEST_EQUAL'
   if (VAL1 != VAL2) \
               ^~~~
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/Logger.cpp.o
make[2]: *** [tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/build.make:63: tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1867: tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/LoggerListeners.cpp.o
[ 22%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/IsThread.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/StringUtils.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 22%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 22%] Linking CXX executable ../../bin/MCADefrag
[ 22%] Built target MCADefrag
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/File.cpp.o
[ 22%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 22%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 23%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/Noise/Noise.cpp.o
[ 23%] Linking CXX executable ../../bin/NoiseSpeedTest
[ 23%] Built target NoiseSpeedTest
Scanning dependencies of target BlockTypePaletteTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.cpp.o
[ 23%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/StringUtils.cpp.o
[ 23%] Linking CXX executable ../../bin/GrownBiomeGenVisualiser
[ 23%] Built target GrownBiomeGenVisualiser
[ 23%] Linking CXX executable ../../bin/MCADefrag
Scanning dependencies of target BlockStateTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/BlockStateTest.cpp.o
[ 23%] Built target MCADefrag
Scanning dependencies of target BlockTypeRegistryTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/BlockTypeRegistryTest.cpp.o
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:3:
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:4:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockState.h:19:7: error: redefinition of 'BlockState'
class BlockState
      ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: previous definition is here
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:29:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs2("key1", "value1");
                   ^   ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:30:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs3({{"key1", "value1"}, {"key2", "value2"}});
                   ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:62:31: error: no matching constructor for initialization of 'BlockState'
        /* 4 */ pal1.index("block5", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:66:31: error: no matching constructor for initialization of 'BlockState'
        /* 3 */ pal2.index("block4", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:67:31: error: no matching constructor for initialization of 'BlockState'
        /* 4 */ pal2.index("block5", BlockState("key1", "value1"));  // overlap
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:68:31: error: no matching constructor for initialization of 'BlockState'
        /* 5 */ pal2.index("block6", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:76:39: error: no matching constructor for initialization of 'BlockState'
        TEST_EQUAL(pal1.maybeIndex("block5", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(4, true)));
                                             ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:78:39: error: no matching constructor for initialization of 'BlockState'
        TEST_EQUAL(pal1.maybeIndex("block4", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(6, true)));
                                             ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:79:39: error: no matching constructor for initialization of 'BlockState'
        TEST_EQUAL(pal1.maybeIndex("block6", BlockState("key1", "value1")), (std::make_pair<UInt32, bool>(7, true)));
                                             ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:104:31: error: no matching constructor for initialization of 'BlockState'
        /* 4 */ pal1.index("block5", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:108:31: error: no matching constructor for initialization of 'BlockState'
        /* 3 */ pal2.index("block4", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:109:31: error: no matching constructor for initialization of 'BlockState'
        /* 4 */ pal2.index("block5", BlockState("key1", "value1"));  // overlap
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:110:31: error: no matching constructor for initialization of 'BlockState'
        /* 5 */ pal2.index("block6", BlockState("key1", "value1"));
                                     ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:165:49: error: no matching constructor for initialization of 'BlockState'
        TEST_EQUAL(palette.maybeIndex("minecraft:air", BlockState({{"foo", "baz"}})).second, false);
                                                       ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:213:57: error: no matching constructor for initialization of 'const BlockState &'
        TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "10"}}).second, false);
                                                               ^~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:88: note: passing argument to parameter 'aBlockState' here
        std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                                                                                              ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:214:57: error: no matching constructor for initialization of 'const BlockState &'
        TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "0"}}), (std::make_pair<UInt32, bool>(21, true)));
                                                               ^~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:88: note: passing argument to parameter 'aBlockState' here
        std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                                                                                              ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:215:57: error: no matching constructor for initialization of 'const BlockState &'
        TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"stage", "1"}}), (std::make_pair<UInt32, bool>(23, true)));
                                                               ^~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:88: note: passing argument to parameter 'aBlockState' here
        std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                                                                                              ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp:216:57: error: no matching constructor for initialization of 'const BlockState &'
        TEST_EQUAL(palette.maybeIndex("minecraft:oak_sapling", {{"foo", "baz"}}).second, false);
                                                               ^~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockTypePalette.h:78:88: note: passing argument to parameter 'aBlockState' here
        std::pair<UInt32, bool> maybeIndex(const AString & aBlockTypeName, const BlockState & aBlockState) const;
                                                                                              ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/build.make:63: tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1867: tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/__/__/src/Bindings/BlockTypeRegistry.cpp.o
In file included from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:2:
/home/bearbin/workspace/cuberite_PR-5151/src/Bindings/BlockState.h:19:7: error: redefinition of 'BlockState'
class BlockState
      ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: previous definition is here
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:15:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs2v1("property", "value");
                   ^     ~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:16:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs3v1({{"property1", "value1"}, {"property2", "value2"}});
                   ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:20:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs1v3(bs1v2, {{"added property", "value1"}});
                   ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:21:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs2v3(bs2v2, {{"added property", "value2"}});
                   ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:22:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs3v3(bs3v2, {{"added property", "value3"}});
                   ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:36:19: error: no member named 'value' in 'BlockState'
        TEST_EQUAL(bs1v1.value("property"), "");
                   ~~~~~ ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:59:14: error: no matching constructor for initialization of 'BlockState'
                BlockState bs1a({{"property", "value"}});
                           ^    ~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:61:14: error: no matching constructor for initialization of 'BlockState'
                BlockState bs1b(map1);
                           ^    ~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Map' (aka 'map<basic_string<char>, basic_string<char> >') to 'const BlockState' for 1st argument
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'Map' (aka 'map<basic_string<char>, basic_string<char> >') to 'BlockState' for 1st argument
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: no known conversion from 'Map' (aka 'map<basic_string<char>, basic_string<char> >') to 'uint_least16_t' (aka 'unsigned short') for 1st argument
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: no known conversion from 'Map' (aka 'map<basic_string<char>, basic_string<char> >') to 'BlockType' for 1st argument
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:69:14: error: no matching constructor for initialization of 'BlockState'
                BlockState bs2a({{"property", "value"}});
                           ^    ~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:71:14: error: no matching constructor for initialization of 'BlockState'
                BlockState bs2b(std::move(map2));
                           ^    ~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'typename std::remove_reference<map<basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> >, less<basic_string<char, char_traits<char>, allocator<char> > >, allocator<pair<const basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> > > > > &>::type' (aka 'std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') to 'const BlockState' for 1st argument
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'typename std::remove_reference<map<basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> >, less<basic_string<char, char_traits<char>, allocator<char> > >, allocator<pair<const basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> > > > > &>::type' (aka 'std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') to 'BlockState' for 1st argument
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: no known conversion from 'typename std::remove_reference<map<basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> >, less<basic_string<char, char_traits<char>, allocator<char> > >, allocator<pair<const basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> > > > > &>::type' (aka 'std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') to 'uint_least16_t' (aka 'unsigned short') for 1st argument
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: no known conversion from 'typename std::remove_reference<map<basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> >, less<basic_string<char, char_traits<char>, allocator<char> > >, allocator<pair<const basic_string<char, char_traits<char>, allocator<char> >, basic_string<char, char_traits<char>, allocator<char> > > > > &>::type' (aka 'std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') to 'BlockType' for 1st argument
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:77:14: error: no matching constructor for initialization of 'BlockState'
                BlockState bsSrc("property1", "value1");
                           ^     ~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:97:13: error: no matching constructor for initialization of 'BlockState'
        BlockState bs1("property1", "value1v1");
                   ^   ~~~~~~~~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: requires single argument 'StateID', but 2 arguments were provided
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: requires single argument 'a_Type', but 2 arguments were provided
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:99:17: error: no member named 'value' in 'BlockState'
        TEST_EQUAL(bs2.value("property1"), "value1v2");  // Stored the new one
                   ~~~ ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:14: error: no matching constructor for initialization of 'BlockState'
        TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
                    ^          ~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:100:34: note: expanded from macro 'TEST_FALSE'
#define TEST_FALSE(X) TEST_EQUAL(X, false)
                                 ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:41: error: no matching constructor for initialization of 'BlockState'
        TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
                                               ^          ~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:100:34: note: expanded from macro 'TEST_FALSE'
#define TEST_FALSE(X) TEST_EQUAL(X, false)
                                 ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:119:27: error: invalid operands to binary expression ('BlockState' and 'BlockState')
        TEST_FALSE((BlockState() < BlockState()));
                    ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:100:34: note: expanded from macro 'TEST_FALSE'
#define TEST_FALSE(X) TEST_EQUAL(X, false)
                                 ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:120:28: error: no matching constructor for initialization of 'BlockState'
        TEST_TRUE((BlockState() < BlockState({{"foo", "bar"}})));
                                  ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:93:33: note: expanded from macro 'TEST_TRUE'
#define TEST_TRUE(X) TEST_EQUAL(X, true)
                                ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:121:14: error: no matching constructor for initialization of 'BlockState'
        TEST_FALSE((BlockState({{"foo", "bar"}}) < BlockState()));
                    ^          ~~~~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:100:34: note: expanded from macro 'TEST_FALSE'
#define TEST_FALSE(X) TEST_EQUAL(X, false)
                                 ^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: expanded from macro 'TEST_EQUAL'
                if (VAL1 != VAL2) \
                    ^~~~
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: cannot convert initializer list argument to 'const BlockState'
struct BlockState
       ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: candidate constructor (the implicit move constructor) not viable: cannot convert initializer list argument to 'BlockState'
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:13:12: note: candidate constructor not viable: cannot convert initializer list argument to 'uint_least16_t' (aka 'unsigned short')
        constexpr BlockState(uint_least16_t StateID) :
                  ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:18:2: note: candidate constructor not viable: cannot convert initializer list argument to 'BlockType'
        BlockState(BlockType a_Type);  // TODO(12xx12) constexpr this
        ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:11:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        constexpr BlockState() : ID(0) {}
                  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/build.make:63: tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/BlockStateTest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1904: tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/all] Error 2
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/__/__/src/StringUtils.cpp.o
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockTypeRegistryTest.cpp:10:7: error: redefinition of 'BlockState'
class BlockState
      ^
/home/bearbin/workspace/cuberite_PR-5151/src/BlockState.h:9:8: note: previous definition is here
struct BlockState
       ^
1 error generated.
make[2]: *** [tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/build.make:63: tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/BlockTypeRegistryTest.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 23%] Linking CXX executable ../../bin/NoiseSpeedTest
[ 23%] Built target NoiseSpeedTest
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch gcc
make[1]: *** [CMakeFiles/Makefile2:1941: tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch clang
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 ea6c940f8e5bd4d44cd2d38d8b90a4ed5a4b231f59459af00e33a4a857e041de
$ docker rm -f ea6c940f8e5bd4d44cd2d38d8b90a4ed5a4b231f59459af00e33a4a857e041de
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2

GitHub has been notified of this commit’s build result

Finished: FAILURE