Console Output
Pull request #5151 updated
09:49:19 Connecting to https://api.github.com using buildscuberiteorg/****** (github buildscuberiteorg pat)
Obtained Jenkinsfile from 5013532bca787f51f7874659e863f40a6aafb2bd+17820b94f6db541ad6e3a042a91b5d60a763f3d2 (3adbdd6d7cdcdb0ea8488368114e06cab6c25186)
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
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 gh-bco
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 buildscuberiteorg pat
> 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 17820b94f6db541ad6e3a042a91b5d60a763f3d2 into PR head commit 5013532bca787f51f7874659e863f40a6aafb2bd
Merge succeeded, producing 5013532bca787f51f7874659e863f40a6aafb2bd
Checking out Revision 5013532bca787f51f7874659e863f40a6aafb2bd (PR-5151)
> 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 buildscuberiteorg pat
> 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 5013532bca787f51f7874659e863f40a6aafb2bd # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials github buildscuberiteorg pat
> git merge 17820b94f6db541ad6e3a042a91b5d60a763f3d2 # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5013532bca787f51f7874659e863f40a6aafb2bd # timeout=10
Commit message: "fixed tests"
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b PR-5151 5013532bca787f51f7874659e863f40a6aafb2bd # timeout=10
> git rev-list --no-walk 8d50591fabb271c1054890d6b4c7b1d62bae240d # timeout=10
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u jenkins -p ******** https://registry.cuberite.org
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bearbin/workspace/cuberite_PR-5151@tmp/dda2fc35-430f-431e-8f11-c3ae9ab6a32f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
[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 ******** -e ******** -e ******** -e ******** cuberite/docker-ci/minimal:latest cat
$ docker top 0b32c5bf206af3d8baf4e8a1ae2f1323bac1238428749d672cd7bb2f1a45d0e6 -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/Core'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/Server/Plugins/ProtectionAreas'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/SQLiteCpp'...
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/expat'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/fmt'...
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/lua'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/libevent'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/luaexpat'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/luaproxy'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/sqlite'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/tolua++'...
Cloning into '/home/bearbin/workspace/cuberite_PR-5151/lib/mbedtls'...
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 'b1f67393fdac05d7d05b7f1232de688e82a7e98f'
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 'f543fd79318bf31c81141a07662eb71896a1d938'
Submodule path 'lib/luaexpat': checked out 'd1986776c6c3d209a8410bd5928facf157dc42bd'
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 '9aeab26b00c0bf4c1c3d0afd61acaf08eaf949d3'
Submodule path 'lib/tolua++': checked out '26e85c404baf1d2e5eb4a21660d1f37176d7ab33'
[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
-- Detecting C compiler ABI info - done
[Pipeline] sh
-- 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/tmpxwrin5vr/tmpu79nr0kj.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/tmpxwrin5vr/tmpfyep4oc2.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/tmpxwrin5vr/tmp6qa5at36.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/tmpxwrin5vr/tmpiwsi2gvq.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockType.cpp
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpxwrin5vr/tmp6x_qy2r2.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BlockState.cpp
Number of violations found: 0
[Pipeline] sh
+ cd Bindings
+ lua CheckBindingsDependencies.lua
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpxwrin5vr/tmpijdzmzqr.yaml -p=/home/bearbin/workspace/cuberite_PR-5151/tidy-build -quiet /home/bearbin/workspace/cuberite_PR-5151/src/BrewingRecipes.cpp
[Pipeline] }
clang-tidy-11 -header-filter=cuberite_[^/\.]+/src/\.?[^\.] -export-fixes /tmp/tmpxwrin5vr/tmpttv198tm.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/tmpxwrin5vr/tmplaf3gfbs.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/tmpxwrin5vr/tmp71mhavik.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/tmpxwrin5vr/tmpe04tz4zg.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/tmpxwrin5vr/tmpc3osstc1.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/tmpxwrin5vr/tmp301_e0jd.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/tmpxwrin5vr/tmp4sh50i3f.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/tmpxwrin5vr/tmp4yx8o330.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/tmpxwrin5vr/tmpuv1sh7lj.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/tmpxwrin5vr/tmp825qof4m.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/tmpxwrin5vr/tmpzdapo4je.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/tmpxwrin5vr/tmpn2pikmak.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/tmpxwrin5vr/tmp08cn87tb.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/tmpxwrin5vr/tmpftfulrwf.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/tmpxwrin5vr/tmpzoqwit1m.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/tmpxwrin5vr/tmpv932f5rf.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/tmpxwrin5vr/tmpskbei1ab.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/tmpxwrin5vr/tmphrrj8py8.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/tmpxwrin5vr/tmp4wur6rmn.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/tmpxwrin5vr/tmpm407fdeb.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/tmpxwrin5vr/tmp9qs8cb85.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/tmpxwrin5vr/tmp6fzovd0a.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/tmpxwrin5vr/tmp05oqs_79.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/tmpxwrin5vr/tmppai47dow.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/tmpxwrin5vr/tmp3xu1ptnn.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/tmpxwrin5vr/tmpwbwhfuh1.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/tmpxwrin5vr/tmpb4fvulo5.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/tmpxwrin5vr/tmpxu5fjyix.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/tmpxwrin5vr/tmpv_hqllf8.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/tmpxwrin5vr/tmplvqsjq5j.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/tmpxwrin5vr/tmpj64ol987.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/tmpxwrin5vr/tmpgpmkyelm.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/tmpxwrin5vr/tmpi3y08j3j.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/tmpxwrin5vr/tmp777wd6xc.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/tmpxwrin5vr/tmp70861yfw.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/tmpxwrin5vr/tmppqrj0dmk.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/tmpxwrin5vr/tmp69p43fsv.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/tmpxwrin5vr/tmp9cjen_i6.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/tmpxwrin5vr/tmp9guxib6j.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/tmpxwrin5vr/tmpq8ssgsck.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/tmpxwrin5vr/tmpof3cisvu.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/tmpxwrin5vr/tmp3j7ux2ga.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/tmpxwrin5vr/tmpxf4dff5k.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/tmpxwrin5vr/tmpz6qi1v4q.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/tmpxwrin5vr/tmpj7__1t1x.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/tmpxwrin5vr/tmpt5oha62d.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/tmpxwrin5vr/tmpyhd_ojcc.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/tmpxwrin5vr/tmp_q1tlvps.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/tmpxwrin5vr/tmpzqpctmng.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/tmpxwrin5vr/tmphz00492o.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/tmpxwrin5vr/tmp6vv_1xkd.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/tmpxwrin5vr/tmpij38zznf.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/tmpxwrin5vr/tmppo7alxlh.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/tmpxwrin5vr/tmp0mp0zf2d.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/tmpxwrin5vr/tmpmdn27sx3.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/tmpxwrin5vr/tmps51q6ulh.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/tmpxwrin5vr/tmpq_mcqnzo.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/tmpxwrin5vr/tmpi4n3ulpw.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/tmpxwrin5vr/tmppzbvpbmf.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/tmpxwrin5vr/tmpi25hz5b9.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/tmpxwrin5vr/tmpgdb2qkid.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/tmpxwrin5vr/tmpgd0qqxe4.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/tmpxwrin5vr/tmp1hi_8i2y.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/tmpxwrin5vr/tmpzwh6jfks.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/tmpxwrin5vr/tmprvtrrkvg.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/tmpxwrin5vr/tmpgbfwt_li.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/tmpxwrin5vr/tmp_xy1euc4.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/tmpxwrin5vr/tmpod51_qw5.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/tmpxwrin5vr/tmp00n9c10z.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/tmpxwrin5vr/tmpc6rq1s5d.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/tmpxwrin5vr/tmpoob9i_fa.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/tmpxwrin5vr/tmprp8zivel.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/tmpxwrin5vr/tmpffh_agzh.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/tmpxwrin5vr/tmp99iilkrf.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/tmpxwrin5vr/tmptw7pmtgr.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/tmpxwrin5vr/tmp1thmel1p.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/tmpxwrin5vr/tmp7vsm01cd.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/tmpxwrin5vr/tmpquvgec6b.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/tmpxwrin5vr/tmpo0guxn_d.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/tmpxwrin5vr/tmpfg6lasau.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/tmpxwrin5vr/tmpyxx4i5k5.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/tmpxwrin5vr/tmp59i4biba.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/tmpxwrin5vr/tmpbdqktuai.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/tmpxwrin5vr/tmp4kl63x52.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/tmpxwrin5vr/tmptwc0egrv.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/tmpxwrin5vr/tmp1a2m3p1m.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/tmpxwrin5vr/tmp4zph37of.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/tmpxwrin5vr/tmper7pobk5.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/tmpxwrin5vr/tmpkxezl93u.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/tmpxwrin5vr/tmp3ildeian.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/tmpxwrin5vr/tmpob1lu9yx.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/tmpxwrin5vr/tmp0v2pu5hv.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/tmpxwrin5vr/tmptes4gd48.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/tmpxwrin5vr/tmpkj19g22_.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/tmpxwrin5vr/tmp6vfpsk5t.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/tmpxwrin5vr/tmpuowrq2ao.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/tmpxwrin5vr/tmpgnu060yl.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/tmpxwrin5vr/tmpgtj0lilr.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/tmpxwrin5vr/tmpg_nl4ma2.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/tmpxwrin5vr/tmp6at38p6p.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/tmpxwrin5vr/tmpi9qlls0z.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/tmpxwrin5vr/tmpvan18tdv.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/tmpxwrin5vr/tmpiza63lkm.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/tmpxwrin5vr/tmp0ta6yrd2.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/tmpxwrin5vr/tmpx87e1wrw.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/tmpxwrin5vr/tmp7lssvnwm.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/tmpxwrin5vr/tmp6q4h5cro.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/tmpxwrin5vr/tmpwv9h1wqs.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/tmpxwrin5vr/tmp7ujhsdxj.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/tmpxwrin5vr/tmpd6jbmu0h.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/tmpxwrin5vr/tmpzg7mwjor.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/tmpxwrin5vr/tmpn28_8y07.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/tmpxwrin5vr/tmpizbkhudk.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/tmpxwrin5vr/tmpte77w42v.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/tmpxwrin5vr/tmpypxs_f0a.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/tmpxwrin5vr/tmpry7cg81f.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/tmpxwrin5vr/tmpqsjpmu95.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/tmpxwrin5vr/tmp6dyzcqjg.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/tmpxwrin5vr/tmpogq_1e4d.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/tmpxwrin5vr/tmp00entybm.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/tmpxwrin5vr/tmp5qsa2fbg.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/tmpxwrin5vr/tmp6gi8qh13.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/tmpxwrin5vr/tmp5882c1ug.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/tmpxwrin5vr/tmp98s9p0oj.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/tmpxwrin5vr/tmpiocjso_u.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/tmpxwrin5vr/tmp96vcb9h1.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/tmpxwrin5vr/tmpda78__jf.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/tmpxwrin5vr/tmp7k4m0isv.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/tmpxwrin5vr/tmpb4pqaj_n.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/tmpxwrin5vr/tmp6zqjbqsb.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/tmpxwrin5vr/tmp6mol84py.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/tmpxwrin5vr/tmpuu_gnghi.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/tmpxwrin5vr/tmpxswp6kf9.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/tmpxwrin5vr/tmpc23uko6n.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/tmpxwrin5vr/tmpab0b1ylr.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/tmpxwrin5vr/tmpth5ty7n6.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/tmpxwrin5vr/tmpjnr9np42.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/tmpxwrin5vr/tmpj527owb7.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/tmpxwrin5vr/tmpzig4cgut.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/tmpxwrin5vr/tmp7zmxheem.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/tmpxwrin5vr/tmp8fcrecoa.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/tmpxwrin5vr/tmpit7fgggq.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/tmpxwrin5vr/tmp_b8i_u7a.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/tmpxwrin5vr/tmp2fenj3yf.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/tmpxwrin5vr/tmpkbzhbaej.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/tmpxwrin5vr/tmpptxzqdu3.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/tmpxwrin5vr/tmp1h3wm1xg.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/tmpxwrin5vr/tmpwmr6v6nl.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/tmpxwrin5vr/tmpibwmug27.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/tmpxwrin5vr/tmpqgl_4wgm.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/tmpxwrin5vr/tmplxi4phfe.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/tmpxwrin5vr/tmpdk4ffo6e.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/tmpxwrin5vr/tmpzyffv1cp.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/tmpxwrin5vr/tmpbldzld41.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/tmpxwrin5vr/tmpjlthhe0b.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/tmpxwrin5vr/tmp2e4byj30.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/tmpxwrin5vr/tmpb_htighv.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/tmpxwrin5vr/tmpmqrm72xr.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/tmpxwrin5vr/tmpggu0czwp.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/tmpxwrin5vr/tmp1qk7y82o.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/tmpxwrin5vr/tmpumtllhqb.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/tmpxwrin5vr/tmp0vngci_a.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/tmpxwrin5vr/tmpb5rqqvc1.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/tmpxwrin5vr/tmp1e1kb3hc.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/tmpxwrin5vr/tmpno4z1rm1.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/tmpxwrin5vr/tmp7p9hn4ey.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/tmpxwrin5vr/tmpwjuq7xbp.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/tmpxwrin5vr/tmpnaujh9vk.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/tmpxwrin5vr/tmp0skkknxj.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/tmpxwrin5vr/tmp2y40cfla.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/tmpxwrin5vr/tmpx5ay_hdr.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/tmpxwrin5vr/tmpf13b4iox.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/tmpxwrin5vr/tmp51_o3x2q.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/tmpxwrin5vr/tmpj0ppcn6x.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/tmpxwrin5vr/tmpqro_gps4.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/tmpxwrin5vr/tmp1a8bfibl.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/tmpxwrin5vr/tmp0wp72_8d.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/tmpxwrin5vr/tmpfv5i640f.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/tmpxwrin5vr/tmp61v83fs_.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/tmpxwrin5vr/tmpnkpspfmi.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/tmpxwrin5vr/tmppe9u79gf.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/tmpxwrin5vr/tmp4g3qksm6.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/tmpxwrin5vr/tmp32awgsk0.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/tmpxwrin5vr/tmpns5gqkvt.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/tmpxwrin5vr/tmperxfatxu.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/tmpxwrin5vr/tmpma8p6_kj.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/tmpxwrin5vr/tmpcvbk5tuo.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/tmpxwrin5vr/tmpxvpe3kfr.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/tmpxwrin5vr/tmp1jhgn3ov.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/tmpxwrin5vr/tmpfvgbzenv.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/tmpxwrin5vr/tmp4rmrpugo.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/tmpxwrin5vr/tmpd1u5gdiu.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/tmpxwrin5vr/tmpasvr0_gf.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/tmpxwrin5vr/tmp6k1ddb4r.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/tmpxwrin5vr/tmpu5j62ohs.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/tmpxwrin5vr/tmpurc8gvo5.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/tmpxwrin5vr/tmpjtykr586.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/tmpxwrin5vr/tmpmh7asgev.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/tmpxwrin5vr/tmpxzu0so4k.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/tmpxwrin5vr/tmp1zmbkvr7.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/tmpxwrin5vr/tmpvai57lrb.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/tmpxwrin5vr/tmpiolqw9ug.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/tmpxwrin5vr/tmpjvwfcocp.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/tmpxwrin5vr/tmpkk3g3oro.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/tmpxwrin5vr/tmptn5wwod5.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/tmpxwrin5vr/tmp94falep3.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/tmpxwrin5vr/tmp46v7w2fm.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/tmpxwrin5vr/tmpvk5oqz1j.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/tmpxwrin5vr/tmphka4aiuh.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/tmpxwrin5vr/tmp2catjyrn.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/tmpxwrin5vr/tmp0xh3ta8a.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/tmpxwrin5vr/tmp5g5lf95_.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/tmpxwrin5vr/tmptj7q7rg9.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/tmpxwrin5vr/tmph17v7hjo.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/tmpxwrin5vr/tmp3tmsdxqx.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/tmpxwrin5vr/tmpbmf9atjt.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/tmpxwrin5vr/tmp98fx7okt.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/tmpxwrin5vr/tmpnutu0ngq.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/tmpxwrin5vr/tmpdd433u9z.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/tmpxwrin5vr/tmp908cdn7h.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/tmpxwrin5vr/tmp_13dq9fz.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/tmpxwrin5vr/tmphm0a0xhz.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/tmpxwrin5vr/tmpgca3w2bv.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/tmpxwrin5vr/tmpixgp0ji2.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/tmpxwrin5vr/tmp967fhbay.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/tmpxwrin5vr/tmp165virrx.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/tmpxwrin5vr/tmpdf14muo9.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/tmpxwrin5vr/tmp6h89j85g.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/tmpxwrin5vr/tmpxlin6kit.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/tmpxwrin5vr/tmp4wrsvh1t.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/tmpxwrin5vr/tmpbkm18ciz.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/tmpxwrin5vr/tmp99h0osrk.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/tmpxwrin5vr/tmpd1mt6xhx.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/tmpxwrin5vr/tmptg6jt4fk.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/tmpxwrin5vr/tmp3cox8050.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/tmpxwrin5vr/tmpq7mjtnmm.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/tmpxwrin5vr/tmph0xtqigl.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/tmpxwrin5vr/tmpaloj45x6.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/tmpxwrin5vr/tmpm28dyg2u.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/tmpxwrin5vr/tmpsbbvcb4s.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/tmpxwrin5vr/tmpanss5rzq.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/tmpxwrin5vr/tmpmaylq8e0.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/tmpxwrin5vr/tmpleb_g0ar.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/tmpxwrin5vr/tmpgfv4fyt6.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/tmpxwrin5vr/tmpdfidnlrz.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/tmpxwrin5vr/tmp_908c5pj.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/tmpxwrin5vr/tmpd3wybyhp.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/tmpxwrin5vr/tmpmp666f3v.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/tmpxwrin5vr/tmp4a2d02mu.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/tmpxwrin5vr/tmp95mhzb2p.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/tmpxwrin5vr/tmpjxdqsqkf.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/tmpxwrin5vr/tmpvp7sb7yu.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/tmpxwrin5vr/tmpd65huxvw.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/tmpxwrin5vr/tmptpqedkok.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/tmpxwrin5vr/tmp2pvxkj7w.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/tmpxwrin5vr/tmp8y5j21lw.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/tmpxwrin5vr/tmpmghrnu4u.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/tmpxwrin5vr/tmpr6gfdvk5.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/tmpxwrin5vr/tmpwqmwmi1a.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/tmpxwrin5vr/tmp9zbrfm5j.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/tmpxwrin5vr/tmpfc29j8r0.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/tmpxwrin5vr/tmpdho0dwv8.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/tmpxwrin5vr/tmpz0kv7_fl.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/tmpxwrin5vr/tmpzdyvjm77.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/tmpxwrin5vr/tmpl6cgmt2c.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/tmpxwrin5vr/tmpalgj3da6.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/tmpxwrin5vr/tmpbblkrr3c.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/tmpxwrin5vr/tmpm9s1x_yt.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/tmpxwrin5vr/tmp734mey09.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/tmpxwrin5vr/tmppgtstags.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/tmpxwrin5vr/tmptzyffl8u.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/tmpxwrin5vr/tmp_72sfdfi.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/tmpxwrin5vr/tmpch17snq1.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/tmpxwrin5vr/tmpr0_wdbyj.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/tmpxwrin5vr/tmp0x50dp4_.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/tmpxwrin5vr/tmpnpnnhsw2.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/tmpxwrin5vr/tmp9d7gw7o3.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/tmpxwrin5vr/tmp58ctg28v.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/tmpxwrin5vr/tmp1y5l8k2i.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/tmpxwrin5vr/tmpk51r04u_.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/tmpxwrin5vr/tmpslw65tg9.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/tmpxwrin5vr/tmpe8vnrzbo.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/tmpxwrin5vr/tmp24n9v90q.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/tmpxwrin5vr/tmpakazexyr.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/tmpxwrin5vr/tmp_xqw774m.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/tmpxwrin5vr/tmppith_d1q.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/tmpxwrin5vr/tmppp4mpux_.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/tmpxwrin5vr/tmpcor3tc1j.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/tmpxwrin5vr/tmphid3fran.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/tmpxwrin5vr/tmpdo6nem2g.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/tmpxwrin5vr/tmp5iod0iw4.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/tmpxwrin5vr/tmp31iv9003.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/tmpxwrin5vr/tmpjn3yxynd.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/tmpxwrin5vr/tmpku932bl3.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/tmpxwrin5vr/tmp38auqnk2.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/tmpxwrin5vr/tmpeou13h6_.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/tmpxwrin5vr/tmp7iu529dx.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/tmpxwrin5vr/tmpj0v14pvq.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/tmpxwrin5vr/tmpisirnbec.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/tmpxwrin5vr/tmp0dnd7mui.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/tmpxwrin5vr/tmpm4ph1f_y.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/tmpxwrin5vr/tmpd9akwgqe.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/tmpxwrin5vr/tmph9b9q15i.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/tmpxwrin5vr/tmpthnz2mty.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/tmpxwrin5vr/tmp4d09s2f1.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.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
518 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
472 warnings generated.
454 warnings generated.
454 warnings generated.
518 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.
454 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.
499 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.
454 warnings generated.
517 warnings generated.
472 warnings generated.
499 warnings generated.
517 warnings generated.
517 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.
516 warnings generated.
518 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.
517 warnings generated.
539 warnings generated.
454 warnings generated.
454 warnings generated.
472 warnings generated.
472 warnings generated.
472 warnings generated.
454 warnings generated.
472 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
472 warnings generated.
472 warnings generated.
499 warnings generated.
517 warnings generated.
454 warnings generated.
454 warnings generated.
455 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
472 warnings generated.
499 warnings generated.
471 warnings generated.
499 warnings generated.
471 warnings generated.
499 warnings generated.
454 warnings generated.
454 warnings generated.
519 warnings generated.
454 warnings generated.
454 warnings generated.
499 warnings generated.
454 warnings generated.
499 warnings generated.
454 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.
499 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
499 warnings generated.
454 warnings generated.
517 warnings generated.
517 warnings generated.
454 warnings generated.
499 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.
454 warnings generated.
455 warnings generated.
456 warnings generated.
454 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.
519 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.
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.
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.
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.
499 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.
454 warnings generated.
454 warnings generated.
499 warnings generated.
517 warnings generated.
499 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.
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.
454 warnings generated.
457 warnings generated.
455 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.
454 warnings generated.
454 warnings generated.
454 warnings generated.
454 warnings generated.
517 warnings generated.
517 warnings generated.
454 warnings generated.
499 warnings generated.
472 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.
454 warnings generated.
455 warnings generated.
472 warnings generated.
454 warnings generated.
455 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
-- 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 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
-- Performing Test has_std_17_flag - Success
-- Performing Test has_std_1z_flag
-- Looking for C++ include clocale - found
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for C++ include sys/types.h
-- Performing Test has_std_1z_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- 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 FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Performing Test HAS_NULLPTR_WARNING
-- 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 HAS_NULLPTR_WARNING - Success
-- Looking for strtod_l
-- Looking for strtod_l - not found
-- JsonCpp Version: 1.9.4
-- Looking for C++ include clocale
-- 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
-- Looking for C++ include clocale - found
-- Looking for localeconv
-- 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 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 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
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.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 C++ include stddef.h - found
-- Check size of lconv
-- 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
-- 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__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__Wall - Success
-- Performing Test check_c_compiler_flag__Wextra
-- 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__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 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__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
-- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wmissing_prototypes
-- 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__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 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__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
-- 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__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
-- Performing Test check_c_compiler_flag__Woverride_init - Failed
-- Performing Test check_c_compiler_flag__Wlogical_op
-- 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
-- Performing Test check_c_compiler_flag__Wlogical_op - Failed
-- Performing Test check_c_compiler_flag__Wwrite_strings
-- Performing Test check_c_compiler_flag__Wwrite_strings - Success
-- Performing Test check_c_compiler_flag__Wno_unused_function
-- 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
-- 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 __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 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 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 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 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 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 6 include files fcntl.h, ..., stddef.h - found
-- Looking for 7 include files fcntl.h, ..., stdint.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 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 27 include files fcntl.h, ..., sys/mman.h - found
-- Looking for 28 include files fcntl.h, ..., sys/queue.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 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 11 include files fcntl.h, ..., unistd.h - found
-- Looking for 12 include files fcntl.h, ..., time.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 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 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 14 include files fcntl.h, ..., sys/stat.h - found
-- Looking for 15 include files fcntl.h, ..., sys/time.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 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 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 17 include files fcntl.h, ..., netdb.h - found
-- Looking for 18 include files fcntl.h, ..., dlfcn.h
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- 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 getnameinfo - found
-- Looking for getprotobynumber
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for 20 include files fcntl.h, ..., poll.h - found
-- Looking for 21 include files fcntl.h, ..., port.h
-- Looking for getservbyname - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for inet_ntop
-- 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 inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for gettimeofday
-- Looking for 22 include files fcntl.h, ..., sys/random.h - found
-- Looking for 23 include files fcntl.h, ..., sys/un.h
-- Looking for gettimeofday - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strtoll
-- 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 strtoll - found
-- Looking for splice
-- Looking for splice - found
-- Looking for strlcpy
-- 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 strlcpy - not found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for 26 include files fcntl.h, ..., sys/event.h - not found
-- Looking for 26 include files fcntl.h, ..., sys/ioctl.h
-- Looking for strtok_r - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for timerclear
-- 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 timerclear - found
-- Looking for timercmp
-- Looking for timercmp - found
-- Looking for timerisset
-- Looking for 28 include files fcntl.h, ..., sys/queue.h - found
-- Looking for 29 include files fcntl.h, ..., sys/select.h
-- Looking for timerisset - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for nanosleep
-- 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 nanosleep - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for umask
-- Looking for 31 include files fcntl.h, ..., sys/uio.h - found
-- Looking for 32 include files fcntl.h, ..., sys/wait.h
-- Looking for umask - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for getifaddrs
-- 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 getifaddrs - found
-- Looking for select
-- 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 select - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for epoll_create1
-- 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 epoll_create1 - found
-- Looking for epoll_ctl
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- Looking for 36 include files fcntl.h, ..., netinet/tcp.h - found
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h
-- Looking for eventfd - found
-- Looking for poll
-- Looking for poll - found
-- Looking for port_create
-- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
-- Looking for getaddrinfo
-- Looking for port_create - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for fcntl
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getprotobynumber
-- Looking for fcntl - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pipe
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for sendfile
-- Looking for getservbyname - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for inet_ntop
-- Looking for sendfile - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strsignal
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for strsignal - found
-- Looking for sysctl
-- Looking for sysctl - not found
-- Looking for accept4
-- Looking for inet_pton - found
-- Looking for gettimeofday
-- 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 gettimeofday - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strtoll
-- Looking for getrandom - found
-- Looking for getegid
-- Looking for strtoll - found
-- Looking for splice
-- Looking for getegid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for usleep
-- Looking for splice - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for usleep - found
-- Looking for timerfd_create
-- Looking for timerfd_create - found
-- Looking for setenv
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for setrlimit
-- Looking for strtok_r - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for timerclear
-- Looking for setrlimit - found
-- Looking for gethostbyname_r
-- Looking for timerclear - found
-- Looking for timercmp
-- 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
-- Looking for timercmp - found
-- Looking for timerisset
-- Check size of struct sockaddr_un - done
-- Check size of uint8_t
-- Looking for timerisset - found
-- Looking for timeradd
-- Looking for timeradd - found
-- Looking for nanosleep
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Looking for nanosleep - found
-- Looking for putenv
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of short
-- Looking for putenv - found
-- Looking for umask
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of unsigned
-- Looking for umask - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for getifaddrs
-- Check size of unsigned - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of long
-- Looking for getifaddrs - found
-- Looking for select
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test HAVE_INLINE
-- Looking for select - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for epoll_create1
-- Performing Test HAVE_INLINE - Success
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __FUNCTION__
-- Looking for epoll_create1 - found
-- Looking for epoll_ctl
-- Looking for __FUNCTION__ - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Performing Test EVENT__HAVE_DECL_CTL_KERN
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- 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
-- Looking for eventfd - found
-- Looking for poll
-- Looking for poll - found
-- Looking for port_create
-- Check size of fd_mask - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of off_t
-- Looking for port_create - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for fcntl
-- Check size of off_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of SSIZE_T
-- Looking for fcntl - found
-- Looking for mmap
-- Check size of SSIZE_T - failed
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Check size of pid_t
-- Looking for mmap - found
-- Looking for pipe
-- Check size of pid_t - done
-- Check size of pthread_t
-- Check size of pthread_t - done
-- Check size of uintptr_t
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for sendfile
-- Check size of uintptr_t - done
-- Check size of void *
-- Check size of void * - done
-- Check size of time_t
-- Looking for sendfile - found
-- Looking for sigaction
-- Check size of time_t - done
-- Check size of struct addrinfo
-- Looking for sigaction - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for sysctl
-- 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 sysctl - not found
-- Looking for accept4
-- 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 accept4 - found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random_addrandom
-- 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
-- Looking for arc4random_addrandom - not found
-- Looking for getrandom
-- Check size of struct sockaddr_storage - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
-- Looking for getrandom - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for geteuid
-- 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 geteuid - found
-- Looking for issetugid
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for issetugid - not found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for timerfd_create
-- 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")
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Looking for timerfd_create - found
-- Looking for setenv
-- 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
-- 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
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for setrlimit
-- 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 setrlimit - found
-- Looking for gethostbyname_r
-- Generating done
-- 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
-- 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
[ 0%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/format.cc.o
-- 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
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lauxlib.cpp.o
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lbaselib.cpp.o
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lcode.cpp.o
-- Check size of uint32_t - done
-- Check size of uint64_t
[ 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 uint64_t - done
-- Check size of short
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldblib.cpp.o
-- Check size of short - done
-- Check size of int
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldebug.cpp.o
-- Check size of int - done
-- Check size of unsigned
[ 1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldo.cpp.o
-- Check size of unsigned - done
-- Check size of unsigned int
[ 1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldump.cpp.o
-- Check size of unsigned int - done
-- Check size of long
[ 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
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lfunc.cpp.o
[ 2%] Built target expat
Scanning dependencies of target jsoncpp_static
-- Check size of long - done
-- Check size of long long
[ 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/lgc.cpp.o
-- Check size of long long - done
-- Performing Test HAVE_INLINE
-- Performing Test HAVE_INLINE - Success
-- Looking for __func__
[ 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
-- Looking for __func__ - found
-- Looking for __FUNCTION__
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/llex.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
-- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
-- Looking for KERN_ARND - not found
-- Looking for F_SETFD
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmathlib.cpp.o
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmem.cpp.o
-- Looking for F_SETFD - found
-- Check size of fd_mask
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loadlib.cpp.o
-- Check size of fd_mask - done
-- Check size of size_t
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lobject.cpp.o
[ 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/lopcodes.cpp.o
-- Check size of size_t - done
-- Check size of off_t
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loslib.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/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%] Built target fmt
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstate.cpp.o
Scanning dependencies of target libdeflate
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/adler32.c.o
-- Check size of socklen_t - done
-- Check size of pid_t
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/arm/cpu_features.c.o
[ 4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstring.cpp.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/crc32.c.o
-- Check size of pid_t - done
-- Check size of pthread_t
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstrlib.cpp.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_compress.c.o
-- Check size of pthread_t - done
-- Check size of uintptr_t
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltable.cpp.o
[ 5%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_writer.cpp.o
-- Check size of uintptr_t - done
-- Check size of void *
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltablib.cpp.o
-- Check size of void * - done
-- Check size of time_t
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltm.cpp.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_decompress.c.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
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lvm.cpp.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_compress.c.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_decompress.c.o
-- Check size of struct in6_addr - done
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/utils.c.o
[ 5%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lzio.cpp.o
[ 6%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/x86/cpu_features.c.o
-- 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
[ 6%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_compress.c.o
[ 6%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/print.cpp.o
[ 6%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_decompress.c.o
[ 6%] Linking C static library ../liblibdeflate.a
[ 7%] Linking CXX static library ../liblualib.a
[ 7%] Built target libdeflate
Scanning dependencies of target event_core_static
-- Check size of sa_family_t - done
-- Check size of struct sockaddr_in6
[ 7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/buffer.c.o
[ 7%] Built target lualib
Scanning dependencies of target luaexpat
[ 8%] Building CXX object lib/luaexpat/CMakeFiles/luaexpat.dir/lxplib.cpp.o
[ 8%] Linking CXX static library ../../../libjsoncpp.a
-- 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
[ 8%] Built target jsoncpp_static
[ 8%] Linking CXX static library ../libluaexpat.a
Scanning dependencies of target mbedcrypto
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[ 8%] Built target luaexpat
Scanning dependencies of target sqlite3
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Check size of struct sockaddr_storage
[ 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
[ 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
-- 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
[ 8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent.c.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.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_filter.c.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[ 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/bignum.c.o
-- Check size of struct linger - done
-- Looking for pthread.h
[ 8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_ratelim.c.o
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[ 9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_sock.c.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
[ 9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/event.c.o
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
-- 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/chacha20.c.o
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.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
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
-- 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
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
-- 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/cmac.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
-- Generating done
-- Build files have been written to: /home/bearbin/workspace/cuberite_PR-5151/clang_Debug
Building...
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evmap.c.o
Scanning dependencies of target lualib
Scanning dependencies of target expat
Scanning dependencies of target fmt
[ 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
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.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;
~~~~~~ ^~~~~~
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evthread.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o
3 warnings generated.
[ 0%] Building C object lib/expat/CMakeFiles/expat.dir/xmlrole.c.o
[ 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
[ 0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
1 warning generated.
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lbaselib.cpp.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
[ 0%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lcode.cpp.o
[ 0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_impl.c.o
[ 0%] Building C object lib/expat/CMakeFiles/expat.dir/xmltok_ns.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_rand.c.o
[ 1%] Linking C static library libexpat.a
[ 1%] Built target expat
[ 1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldblib.cpp.o
Scanning dependencies of target jsoncpp_static
[ 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_curves.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/listener.c.o
[ 1%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_reader.cpp.o
[ 1%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldebug.cpp.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/log.c.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldo.cpp.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/signal.c.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ldump.cpp.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.o
[ 13%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/strlcpy.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o
[ 13%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/select.c.o
[ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.o
[ 13%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/poll.c.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lfunc.cpp.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lgc.cpp.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
[ 2%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_value.cpp.o
[ 13%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/epoll.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
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/linit.cpp.o
[ 13%] Linking C static library ../libevent_core.a
[ 13%] Built target event_core_static
Scanning dependencies of target GrownBiomeGenVisualiser
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/liolib.cpp.o
[ 13%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/GrownBiomeGenVisualiser.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
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.o
[ 2%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/os.cc.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/llex.cpp.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
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o
[ 2%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmathlib.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
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lmem.cpp.o
[ 3%] Building CXX object lib/jsoncpp/src/lib_json/CMakeFiles/jsoncpp_static.dir/json_writer.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.o
[ 3%] Linking CXX static library libfmtd.a
[ 3%] Built target fmt
[ 3%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loadlib.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o
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/lobject.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
[ 4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lopcodes.cpp.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/arm/cpu_features.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/crc32.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
[ 4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/loslib.cpp.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/deflate_compress.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o
[ 4%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lparser.cpp.o
[ 4%] Linking CXX static library ../../../libjsoncpp.a
[ 4%] Built target jsoncpp_static
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.o
Scanning dependencies of target event_core_static
[ 4%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/buffer.c.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.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/deflate_decompress.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o
[ 4%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent.c.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_compress.c.o
[ 4%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/gzip_decompress.c.o
[ 4%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_filter.c.o
[ 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
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/x86/cpu_features.c.o
[ 5%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_pair.c.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_compress.c.o
[ 5%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_ratelim.c.o
[ 5%] Building C object lib/libdeflate/CMakeFiles/libdeflate.dir/lib/zlib_decompress.c.o
[ 6%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lstrlib.cpp.o
[ 6%] Linking C static library ../liblibdeflate.a
[ 6%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/bufferevent_sock.c.o
[ 6%] Built target libdeflate
Scanning dependencies of target luaexpat
[ 7%] Building CXX object lib/luaexpat/CMakeFiles/luaexpat.dir/lxplib.cpp.o
[ 7%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/event.c.o
[ 7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltable.cpp.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
[ 7%] Linking CXX static library ../libluaexpat.a
[ 7%] Built target luaexpat
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o
Scanning dependencies of target mbedcrypto
[ 7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[ 7%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltablib.cpp.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
[ 8%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/ltm.cpp.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.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/arc4.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
[ 8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil.c.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.o
[ 8%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lundump.cpp.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.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/evutil_rand.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[ 8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/evutil_time.c.o
[ 8%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lvm.cpp.o
[ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
[ 17%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/Globals.cpp.o
[ 8%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/listener.c.o
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o
[ 9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/log.c.o
[ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
[ 9%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/lzio.cpp.o
[ 9%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/signal.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/strlcpy.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
[ 10%] Building CXX object lib/lua/CMakeFiles/lualib.dir/src/print.cpp.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/select.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.o
[ 10%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/poll.c.o
[ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o
[ 11%] Linking CXX static library ../liblualib.a
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
[ 11%] Building C object lib/libevent/CMakeFiles/event_core_static.dir/epoll.c.o
[ 11%] Built target lualib
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.o
Scanning dependencies of target sqlite3
[ 11%] Building C object lib/SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
[ 11%] Linking C static library ../libevent_core.a
[ 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
[ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
[ 11%] Built target event_core_static
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
[ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.o
[ 17%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/StringUtils.cpp.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.o
Scanning dependencies of target GrownBiomeGenVisualiser
[ 12%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/GrownBiomeGenVisualiser.cpp.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o
[ 18%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.o
[ 18%] Linking C static library ../../libmbedcrypto.a
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.o
[ 18%] Built target mbedcrypto
Scanning dependencies of target MCADefrag
[ 18%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/MCADefrag.cpp.o
[ 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
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
[ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.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%] 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
[ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o
[ 14%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/Globals.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
[ 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
[ 18%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Logger.cpp.o
[ 15%] Linking C static library ../../libsqlite3.a
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
[ 15%] Built target sqlite3
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
Scanning dependencies of target MCADefrag
[ 15%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/MCADefrag.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
[ 15%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/StringUtils.cpp.o
[ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.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
[ 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
[ 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_driver_wrappers.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o
[ 16%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.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
[ 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 CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringCompression.cpp.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
[ 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%] 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
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/StringUtils.cpp.o
[ 19%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Noise/Noise.cpp.o
[ 19%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/LoggerListeners.cpp.o
[ 20%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.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/Logger.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/Noise/Noise.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/LoggerListeners.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/CriticalSection.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/OSSupport/Event.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/BiomeDef.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/OSSupport/File.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/Event.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/Event.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/File.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/File.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/Event.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/IsThread.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/IsThread.cpp.o
[ 21%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/IsThread.cpp.o
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 21%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/File.cpp.o
[ 20%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 20%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 20%] Linking C static library ../../libsqlite3.a
[ 20%] Built target sqlite3
Scanning dependencies of target NoiseSpeedTest
[ 21%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/NoiseSpeedTest.cpp.o
[ 21%] Linking CXX executable ../../bin/GrownBiomeGenVisualiser
[ 21%] Built target GrownBiomeGenVisualiser
Scanning dependencies of target BlockTypePaletteTest
[ 21%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.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/StackTrace.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/Logger.cpp.o
[ 22%] Linking CXX executable ../../bin/MCADefrag
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/StringUtils.cpp.o
[ 22%] Building CXX object Tools/GrownBiomeGenVisualiser/CMakeFiles/GrownBiomeGenVisualiser.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 22%] Built target MCADefrag
Scanning dependencies of target BlockStateTest
[ 22%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/BlockStateTest.cpp.o
[ 22%] Building CXX object Tools/MCADefrag/CMakeFiles/MCADefrag.dir/__/__/src/OSSupport/StackTrace.cpp.o
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp: In function 'void testStaticCreation()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:15:38: error: no matching function for call to 'BlockState::BlockState(const char [9], const char [6])'
BlockState bs2v1("property", "value");
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:16:69: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
BlockState bs3v1({{"property1", "value1"}, {"property2", "value2"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:20:56: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs1v3(bs1v2, {{"added property", "value1"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:21:56: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs2v3(bs2v2, {{"added property", "value2"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:22:56: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs3v3(bs3v2, {{"added property", "value3"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:36:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs1v1.value("property"), "");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:37:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs2v1.value("property"), "value");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:38:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs2v1.value("property1"), "");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:39:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs3v1.value("property1"), "value1");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:40:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs3v1.value("property2"), "value2");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:41:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs1v3.value("added property"), "value1");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:42:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs2v3.value("added property"), "value2");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:43:19: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs3v3.value("added property"), "value3");
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp: In function 'void testDynamicCreation()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:59:42: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
BlockState bs1a({{"property", "value"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:61:23: error: no matching function for call to 'BlockState::BlockState(Map&)'
BlockState bs1b(map1);
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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 'Map' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'Map' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'Map' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'Map' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} to 'BlockState&&'
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:69:42: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
BlockState bs2a({{"property", "value"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:71:34: error: no matching function for call to 'BlockState::BlockState(std::remove_reference<std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&>::type)'
BlockState bs2b(std::move(map2));
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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 'std::remove_reference<std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&>::type' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'std::remove_reference<std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&>::type' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'std::remove_reference<std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&>::type' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} 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 'std::remove_reference<std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&>::type' {aka 'std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >'} to 'BlockState&&'
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:77:41: error: no matching function for call to 'BlockState::BlockState(const char [10], const char [7])'
BlockState bsSrc("property1", "value1");
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:78:51: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs3a(bsSrc, {{"property2", "value2"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:80:30: error: no matching function for call to 'BlockState::BlockState(BlockState&, Map&)'
BlockState bs3b(bsSrc, map3);
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp: In function 'void testReplacing()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:97:40: error: no matching function for call to 'BlockState::BlockState(const char [10], const char [9])'
BlockState bs1("property1", "value1v1");
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:98:49: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs2(bs1, {{"property1", "value1v2"}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:99:17: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs2.value("property1"), "value1v2"); // Stored the new one
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:100:17: error: 'struct BlockState' has no member named 'value'
TEST_EQUAL(bs1.value("property1"), "value1v1"); // Didn't replace in the original
^~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:103:41: error: no matching function for call to 'BlockState::BlockState(BlockState&, <brace-enclosed initializer list>)'
BlockState bs3(bs1, {{"property1", ""}});
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp: In function 'void testComparison()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:37: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:2: note: in expansion of macro 'TEST_FALSE'
TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
^~~~~~~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:64: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:118:2: note: in expansion of macro 'TEST_FALSE'
TEST_FALSE((BlockState({{"a", "a"}}) < BlockState({{"a", "a"}})));
^~~~~~~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:119:27: error: no match for 'operator<' (operand types are 'BlockState' and 'BlockState')
TEST_FALSE((BlockState() < BlockState()));
~~~~~~~~~~~~~^~~~~~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:119:2: note: in expansion of macro 'TEST_FALSE'
TEST_FALSE((BlockState() < BlockState()));
^~~~~~~~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:120:55: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
TEST_TRUE((BlockState() < BlockState({{"foo", "bar"}})));
^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:120:2: note: in expansion of macro 'TEST_TRUE'
TEST_TRUE((BlockState() < BlockState({{"foo", "bar"}})));
^~~~~~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:3:
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:121:41: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
TEST_FALSE((BlockState({{"foo", "bar"}}) < BlockState()));
^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/../TestHelpers.h:49:7: note: in definition of macro 'TEST_EQUAL'
if (VAL1 != VAL2) \
^~~~
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:121:2: note: in expansion of macro 'TEST_FALSE'
TEST_FALSE((BlockState({{"foo", "bar"}}) < BlockState()));
^~~~~~~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp: In function 'void testComparison2()':
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:139:107: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
v.push_back(BlockState({{std::string(1, static_cast<char>(0x1F)), std::string(1, static_cast<char>(i))}}));
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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/BlockStateTest.cpp:141:87: error: no matching function for call to 'BlockState::BlockState(<brace-enclosed initializer list>)'
{std::string(1, static_cast<char>(0x0F)), std::string(1, static_cast<char>(0x80))}}));
^
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:397,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.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 /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h: In instantiation of 'constexpr bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = BlockState]':
/usr/include/c++/8/bits/stl_map.h:497:32: required from 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = BlockState; _Tp = bool; _Compare = std::less<BlockState>; _Alloc = std::allocator<std::pair<const BlockState, bool> >; std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type = bool; std::map<_Key, _Tp, _Compare, _Alloc>::key_type = BlockState]'
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:146:12: required from here
/usr/include/c++/8/bits/stl_function.h:386:20: error: no match for 'operator<' (operand types are 'const BlockState' and 'const BlockState')
{ return __x < __y; }
~~~~^~~~~
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/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_pair.h:454:5: note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator<(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)'
operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
^~~~~~~~
/usr/include/c++/8/bits/stl_pair.h:454:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::pair<_T1, _T2>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
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/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_iterator.h:308:5: note: candidate: 'template<class _Iterator> constexpr bool std::operator<(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)'
operator<(const reverse_iterator<_Iterator>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator.h:308:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::reverse_iterator<_Iterator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
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/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_iterator.h:346:5: note: candidate: 'template<class _IteratorL, class _IteratorR> constexpr bool std::operator<(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)'
operator<(const reverse_iterator<_IteratorL>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator.h:346:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::reverse_iterator<_Iterator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
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/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_iterator.h:1139:5: note: candidate: 'template<class _IteratorL, class _IteratorR> constexpr bool std::operator<(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)'
operator<(const move_iterator<_IteratorL>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator.h:1139:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::move_iterator<_IteratorL>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
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/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_iterator.h:1145:5: note: candidate: 'template<class _Iterator> constexpr bool std::operator<(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)'
operator<(const move_iterator<_Iterator>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator.h:1145:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::move_iterator<_IteratorL>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/basic_string.h:48,
from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/string_view:472:5: note: candidate: 'template<class _CharT, class _Traits> constexpr bool std::operator<(std::basic_string_view<_CharT, _Traits>, std::basic_string_view<_CharT, _Traits>)'
operator< (basic_string_view<_CharT, _Traits> __x,
^~~~~~~~
/usr/include/c++/8/string_view:472:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'BlockState' is not derived from 'std::basic_string_view<_CharT, _Traits>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/basic_string.h:48,
from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/string_view:478:5: note: candidate: 'template<class _CharT, class _Traits> constexpr bool std::operator<(std::basic_string_view<_CharT, _Traits>, std::__detail::__idt<std::basic_string_view<_CharT, _Traits> >)'
operator< (basic_string_view<_CharT, _Traits> __x,
^~~~~~~~
/usr/include/c++/8/string_view:478:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'BlockState' is not derived from 'std::basic_string_view<_CharT, _Traits>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/basic_string.h:48,
from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/string_view:484:5: note: candidate: 'template<class _CharT, class _Traits> constexpr bool std::operator<(std::__detail::__idt<std::basic_string_view<_CharT, _Traits> >, std::basic_string_view<_CharT, _Traits>)'
operator< (__detail::__idt<basic_string_view<_CharT, _Traits>> __x,
^~~~~~~~
/usr/include/c++/8/string_view:484:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'BlockState' is not derived from 'std::basic_string_view<_CharT, _Traits>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/basic_string.h:6133:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&, const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&)'
operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
^~~~~~~~
/usr/include/c++/8/bits/basic_string.h:6133:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/basic_string.h:6146:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&, const _CharT*)'
operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
^~~~~~~~
/usr/include/c++/8/bits/basic_string.h:6146:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/string:52,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/basic_string.h:6158:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator<(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&)'
operator<(const _CharT* __lhs,
^~~~~~~~
/usr/include/c++/8/bits/basic_string.h:6158:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: mismatched types 'const _CharT*' and 'BlockState'
{ return __x < __y; }
~~~~^~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/array:262:5: note: candidate: 'template<class _Tp, long unsigned int _Nm> bool std::operator<(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)'
operator<(const array<_Tp, _Nm>& __a, const array<_Tp, _Nm>& __b)
^~~~~~~~
/usr/include/c++/8/array:262:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::array<_Tp, _Nm>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/std_mutex.h:39,
from /usr/include/c++/8/condition_variable:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/system_error:208:3: note: candidate: 'bool std::operator<(const std::error_code&, const std::error_code&)'
operator<(const error_code& __lhs, const error_code& __rhs) noexcept
^~~~~~~~
/usr/include/c++/8/system_error:208:3: note: no known conversion for argument 1 from 'const BlockState' to 'const std::error_code&'
/usr/include/c++/8/system_error:282:3: note: candidate: 'bool std::operator<(const std::error_condition&, const std::error_condition&)'
operator<(const error_condition& __lhs,
^~~~~~~~
/usr/include/c++/8/system_error:282:3: note: no known conversion for argument 1 from 'const BlockState' to 'const std::error_condition&'
In file included from /usr/include/c++/8/bits/unique_ptr.h:37,
from /usr/include/c++/8/condition_variable:43,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/tuple:1426:5: note: candidate: 'template<class ... _TElements, class ... _UElements> constexpr bool std::operator<(const std::tuple<_Tps ...>&, const std::tuple<_Elements ...>&)'
operator<(const tuple<_TElements...>& __t,
^~~~~~~~
/usr/include/c++/8/tuple:1426:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::tuple<_Tps ...>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:43,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/unique_ptr.h:723:5: note: candidate: 'template<class _Tp, class _Dp, class _Up, class _Ep> bool std::operator<(const std::unique_ptr<_Tp, _Dp>&, const std::unique_ptr<_Up, _Ep>&)'
operator<(const unique_ptr<_Tp, _Dp>& __x,
^~~~~~~~
/usr/include/c++/8/bits/unique_ptr.h:723:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:43,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/unique_ptr.h:734:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator<(const std::unique_ptr<_Tp, _Dp>&, std::nullptr_t)'
operator<(const unique_ptr<_Tp, _Dp>& __x, nullptr_t)
^~~~~~~~
/usr/include/c++/8/bits/unique_ptr.h:734:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:43,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/unique_ptr.h:740:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator<(std::nullptr_t, const std::unique_ptr<_Tp, _Dp>&)'
operator<(nullptr_t, const unique_ptr<_Tp, _Dp>& __x)
^~~~~~~~
/usr/include/c++/8/bits/unique_ptr.h:740:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/shared_ptr.h:52,
from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr_base.h:1442:5: note: candidate: 'template<class _Tp, class _Up, __gnu_cxx::_Lock_policy _Lp> bool std::operator<(const std::__shared_ptr<_Tp1, _Lp>&, const std::__shared_ptr<_Tp2, _Lp>&)'
operator<(const __shared_ptr<_Tp, _Lp>& __a,
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr_base.h:1442:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__shared_ptr<_Tp1, _Lp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/shared_ptr.h:52,
from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr_base.h:1453:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator<(const std::__shared_ptr<_Tp, _Lp>&, std::nullptr_t)'
operator<(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr_base.h:1453:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/shared_ptr.h:52,
from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr_base.h:1461:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator<(std::nullptr_t, const std::__shared_ptr<_Tp, _Lp>&)'
operator<(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr_base.h:1461:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr.h:413:5: note: candidate: 'template<class _Tp, class _Up> bool std::operator<(const std::shared_ptr<_Tp>&, const std::shared_ptr<_Tp>&)'
operator<(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr.h:413:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::shared_ptr<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr.h:423:5: note: candidate: 'template<class _Tp> bool std::operator<(const std::shared_ptr<_Tp>&, std::nullptr_t)'
operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr.h:423:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::shared_ptr<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/condition_variable:44,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:125,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/shared_ptr.h:431:5: note: candidate: 'template<class _Tp> bool std::operator<(std::nullptr_t, const std::shared_ptr<_Tp>&)'
operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
^~~~~~~~
/usr/include/c++/8/bits/shared_ptr.h:431:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::shared_ptr<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/deque:64,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:126,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_deque.h:294:5: note: candidate: 'template<class _Tp, class _Ref, class _Ptr> bool std::operator<(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)'
operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_deque.h:294:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/deque:64,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:126,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_deque.h:302:5: note: candidate: 'template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator<(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)'
operator<(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_deque.h:302:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/deque:64,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:126,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_deque.h:2295:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator<(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)'
operator<(const deque<_Tp, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_deque.h:2295:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::deque<_Tp, _Alloc>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/list:63,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:129,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_list.h:2021:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator<(const std::__cxx11::list<_Tp, _Alloc>&, const std::__cxx11::list<_Tp, _Alloc>&)'
operator<(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)
^~~~~~~~
/usr/include/c++/8/bits/stl_list.h:2021:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::__cxx11::list<_Tp, _Alloc>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/node_handle.h:39,
from /usr/include/c++/8/bits/stl_tree.h:72,
from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/optional:1297:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Tp>() < declval<_Up>()))> std::operator<(const std::optional<_Tp>&, const std::optional<_Up>&)'
operator<(const optional<_Tp>& __lhs, const optional<_Up>& __rhs)
^~~~~~~~
/usr/include/c++/8/optional:1297:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::optional<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/node_handle.h:39,
from /usr/include/c++/8/bits/stl_tree.h:72,
from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/optional:1350:5: note: candidate: 'template<class _Tp> constexpr bool std::operator<(const std::optional<_Tp>&, std::nullopt_t)'
operator<(const optional<_Tp>& /* __lhs */, nullopt_t) noexcept
^~~~~~~~
/usr/include/c++/8/optional:1350:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::optional<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/node_handle.h:39,
from /usr/include/c++/8/bits/stl_tree.h:72,
from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/optional:1355:5: note: candidate: 'template<class _Tp> constexpr bool std::operator<(std::nullopt_t, const std::optional<_Tp>&)'
operator<(nullopt_t, const optional<_Tp>& __rhs) noexcept
^~~~~~~~
/usr/include/c++/8/optional:1355:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::optional<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/node_handle.h:39,
from /usr/include/c++/8/bits/stl_tree.h:72,
from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/optional:1415:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Tp>() < declval<_Up>()))> std::operator<(const std::optional<_Tp>&, const _Up&)'
operator<(const optional<_Tp>& __lhs, const _Up& __rhs)
^~~~~~~~
/usr/include/c++/8/optional:1415:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::optional<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/bits/node_handle.h:39,
from /usr/include/c++/8/bits/stl_tree.h:72,
from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/optional:1421:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Up>() < declval<_Tp>()))> std::operator<(const _Up&, const std::optional<_Tp>&)'
operator<(const _Up& __lhs, const optional<_Tp>& __rhs)
^~~~~~~~
/usr/include/c++/8/optional:1421:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::optional<_Tp>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/map:60,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_tree.h:1559:5: note: candidate: 'template<class _Key, class _Val, class _KeyOfValue, class _Compare, class _Alloc> bool std::operator<(const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&)'
operator<(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_tree.h:1559:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/map:61,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_map.h:1451:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator<(const std::map<_Key, _Tp, _Compare, _Allocator>&, const std::map<_Key, _Tp, _Compare, _Allocator>&)'
operator<(const map<_Key, _Tp, _Compare, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_map.h:1451:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::map<_Key, _Tp, _Compare, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/map:62,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:130,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_multimap.h:1115:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator<(const std::multimap<_Key, _Tp, _Compare, _Allocator>&, const std::multimap<_Key, _Tp, _Compare, _Allocator>&)'
operator<(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_multimap.h:1115:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/vector:64,
from /usr/include/c++/8/queue:61,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:133,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_vector.h:1770:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator<(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)'
operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
^~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1770:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::vector<_Tp, _Alloc>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/queue:64,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:133,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_queue.h:348:5: note: candidate: 'template<class _Tp, class _Seq> bool std::operator<(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&)'
operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
^~~~~~~~
/usr/include/c++/8/bits/stl_queue.h:348:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::queue<_Tp, _Seq>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/set:61,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:135,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_set.h:975:5: note: candidate: 'template<class _Key, class _Compare, class _Alloc> bool std::operator<(const std::set<_Key, _Compare, _Allocator>&, const std::set<_Key, _Compare, _Allocator>&)'
operator<(const set<_Key, _Compare, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_set.h:975:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::set<_Key, _Compare, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /usr/include/c++/8/set:62,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:135,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_multiset.h:960:5: note: candidate: 'template<class _Key, class _Compare, class _Alloc> bool std::operator<(const std::multiset<_Key, _Compare, _Allocator>&, const std::multiset<_Key, _Compare, _Allocator>&)'
operator<(const multiset<_Key, _Compare, _Alloc>& __x,
^~~~~~~~
/usr/include/c++/8/bits/stl_multiset.h:960:5: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::multiset<_Key, _Compare, _Allocator>'
{ return __x < __y; }
~~~~^~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:137,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/thread:291:3: note: candidate: 'bool std::operator<(std::thread::id, std::thread::id)'
operator<(thread::id __x, thread::id __y) noexcept
^~~~~~~~
/usr/include/c++/8/thread:291:3: note: no known conversion for argument 1 from 'const BlockState' to 'std::thread::id'
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:142,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/variant:982:3: note: candidate: 'template<class ... _Types> constexpr bool std::operator<(const std::variant<_Types ...>&, const std::variant<_Types ...>&)'
_VARIANT_RELATION_FUNCTION_TEMPLATE(<, less)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/variant:982:3: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/8/string:48,
from /usr/include/c++/8/stdexcept:39,
from /usr/include/c++/8/array:39,
from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:122,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/bits/stl_function.h:386:20: note: 'const BlockState' is not derived from 'const std::variant<_Types ...>'
{ return __x < __y; }
~~~~^~~~~
In file included from /home/bearbin/workspace/cuberite_PR-5151/src/Globals.h:142,
from /home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:1:
/usr/include/c++/8/variant:982:3: note: candidate: 'constexpr bool std::operator<(std::monostate, std::monostate)'
_VARIANT_RELATION_FUNCTION_TEMPLATE(<, less)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/variant:982:3: note: no known conversion for argument 1 from 'const BlockState' to 'std::monostate'
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
make[1]: *** Waiting for unfinished jobs....
[ 22%] Linking CXX executable ../../bin/GrownBiomeGenVisualiser
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/LoggerListeners.cpp.o
[ 22%] Built target GrownBiomeGenVisualiser
Scanning dependencies of target BlockTypePaletteTest
[ 22%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/BlockTypePaletteTest.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/OSSupport/CriticalSection.cpp.o
[ 23%] Linking CXX executable ../../bin/NoiseSpeedTest
[ 23%] Built target NoiseSpeedTest
Scanning dependencies of target BlockStateTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockStateTest.dir/BlockStateTest.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/File.cpp.o
[ 22%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/Bindings/BlockState.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/StackTrace.cpp.o
[ 23%] Linking CXX executable ../../bin/MCADefrag
[ 23%] Built target MCADefrag
Scanning dependencies of target BlockTypeRegistryTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/BlockTypeRegistryTest.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/OSSupport/WinStackWalker.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/Bindings/BlockState.cpp.o
/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) {}
^
/home/bearbin/workspace/cuberite_PR-5151/tests/BlockTypeRegistry/BlockStateTest.cpp:139:15: error: no matching constructor for initialization of 'BlockState'
v.push_back(BlockState({{std::string(1, static_cast<char>(0x1F)), std::string(1, static_cast<char>(i))}}));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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
make[1]: *** Waiting for unfinished jobs....
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/Bindings/BlockTypePalette.cpp.o
[ 22%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/Bindings/BlockTypePalette.cpp.o
[ 22%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/Noise/Noise.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/__/__/src/Bindings/BlockTypeRegistry.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/JsonUtils.cpp.o
[ 23%] Building CXX object Tools/NoiseSpeedTest/CMakeFiles/NoiseSpeedTest.dir/__/__/src/StringUtils.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/JsonUtils.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/StringUtils.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/StringUtils.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/__/__/src/StringUtils.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/OSSupport/File.cpp.o
[ 23%] Linking CXX executable ../../bin/NoiseSpeedTest
[ 23%] Built target NoiseSpeedTest
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypePaletteTest.dir/__/__/src/OSSupport/File.cpp.o
[ 23%] Building CXX object tests/BlockTypeRegistry/CMakeFiles/BlockTypeRegistryTest.dir/__/__/src/OSSupport/CriticalSection.cpp.o
[ 23%] Linking CXX executable ../../bin/BlockTypeRegistryTest
[ 23%] Built target BlockTypeRegistryTest
[ 24%] Linking CXX executable ../../bin/BlockTypePaletteTest
[ 24%] Built target BlockTypePaletteTest
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[ 24%] Linking CXX executable ../../bin/BlockTypePaletteTest
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[ 24%] Built target BlockTypePaletteTest
make: *** [Makefile:141: all] Error 2
[Pipeline] }
Failed in branch gcc
[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 0b32c5bf206af3d8baf4e8a1ae2f1323bac1238428749d672cd7bb2f1a45d0e6
$ docker rm -f 0b32c5bf206af3d8baf4e8a1ae2f1323bac1238428749d672cd7bb2f1a45d0e6
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withEnv
[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