Our team is getting the following error when trying to compile and install MariaDB Server version 10.6.18 from source with -DWITH_WSREP=ON :
171.3 [ 90%] Building CXX object client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o
171.3 In file included from /mariadb-10.6.18/sql/log_event_old.cc:35,
171.3 from /mariadb-10.6.18/client/mysqlbinlog.cc:3251:
171.3 /mariadb-10.6.18/sql/wsrep_mysqld.h:37:10: fatal error: wsrep/provider.hpp: No such file or directory
171.3 37 | #include "wsrep/provider.hpp"
171.3 | ^~~~~~~~~~~~~~~~~~~~
171.3 compilation terminated.
171.3 gmake[2] : *** [client/CMakeFiles/mariadb-binlog.dir/build.make:76: client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o] Error 1
171.3 gmake[1] : *** [CMakeFiles/Makefile2:4016: client/CMakeFiles/mariadb-binlog.dir/all] Error 2
171.3 gmake: *** [Makefile:166: all] Error 2
Our compilation scripts work with 10.6.17 and previous versions.
I had a look at the release notes for 10.6.18 but didn't spot anything that I believe could be related to this issue.
I'm attaching a Dockerfile (based on our compilation script) that reproduces the error. To run the script do:
DOCKER_BUILDGIT=1 docker build --progress=plain --build-arg VERSION=10.6.18 .
is caused by
MDEV-18590
galera.versioning_trx_id: Test failure: mysqltest: Result content mismatch
Closed
Diego Lemos
made changes -
2024-06-05 23:06
Field
Original Value
New Value
Description
Our team is getting the following error when trying to compile and install MariaDB Server version 10.6.18 from source with -DWITH_WSREP=ON:
{{171.3 [ 90%] Building CXX object client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o
171.3 In file included from /mariadb-10.6.18/sql/log_event_old.cc:35,
171.3 from /mariadb-10.6.18/client/mysqlbinlog.cc:3251:
171.3 /mariadb-10.6.18/sql/wsrep_mysqld.h:37:10: fatal error: wsrep/provider.hpp: No such file or directory
171.3 37 | #include "wsrep/provider.hpp"
171.3 | ^~~~~~~~~~~~~~~~~~~~
171.3 compilation terminated.
171.3 gmake[2]: *** [client/CMakeFiles/mariadb-binlog.dir/build.make:76: client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o] Error 1
171.3 gmake[1]: *** [CMakeFiles/Makefile2:4016: client/CMakeFiles/mariadb-binlog.dir/all] Error 2
171.3 gmake: *** [Makefile:166: all] Error 2}}
Our compilation scripts work with 10.6.17 and previous versions.
I had a look at the [release notes for 10.6.18|https://mariadb.com/kb/en/mariadb-10-6-18-release-notes/ ] but didn't spot anything that I believe could be related to this issue.
I'm attaching a Dockerfile (based on our compilation script) that reproduces the error.
{{DOCKER_BUILDGIT=1 docker build --progress=plain --build-arg VERSION=10.6.18 .}}
Our team is getting the following error when trying to compile and install MariaDB Server version 10.6.18 from source with -DWITH_WSREP=ON:
bq. 171.3 [ 90%] Building CXX object client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o
bq. 171.3 In file included from /mariadb-10.6.18/sql/log_event_old.cc:35,
bq. 171.3 from /mariadb-10.6.18/client/mysqlbinlog.cc:3251:
bq. 171.3 /mariadb-10.6.18/sql/wsrep_mysqld.h:37:10: fatal error: wsrep/provider.hpp: No such file or directory
bq. 171.3 37 | #include "wsrep/provider.hpp"
bq. 171.3 | ^~~~~~~~~~~~~~~~~~~~
bq. 171.3 compilation terminated.
bq. 171.3 gmake[2]: *** [client/CMakeFiles/mariadb-binlog.dir/build.make:76: client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o] Error 1
bq. 171.3 gmake[1]: *** [CMakeFiles/Makefile2:4016: client/CMakeFiles/mariadb-binlog.dir/all] Error 2
bq. 171.3 gmake: *** [Makefile:166: all] Error 2
Our compilation scripts work with 10.6.17 and previous versions.
I had a look at the [release notes for 10.6.18|https://mariadb.com/kb/en/mariadb-10-6-18-release-notes/ ] but didn't spot anything that I believe could be related to this issue.
I'm attaching a Dockerfile (based on our compilation script) that reproduces the error. To run the script do:
{{DOCKER_BUILDGIT=1 docker build --progress=plain --build-arg VERSION=10.6.18 .}}
Diego Lemos
made changes -
2024-06-05 23:07
Description
Our team is getting the following error when trying to compile and install MariaDB Server version 10.6.18 from source with -DWITH_WSREP=ON:
bq. 171.3 [ 90%] Building CXX object client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o
bq. 171.3 In file included from /mariadb-10.6.18/sql/log_event_old.cc:35,
bq. 171.3 from /mariadb-10.6.18/client/mysqlbinlog.cc:3251:
bq. 171.3 /mariadb-10.6.18/sql/wsrep_mysqld.h:37:10: fatal error: wsrep/provider.hpp: No such file or directory
bq. 171.3 37 | #include "wsrep/provider.hpp"
bq. 171.3 | ^~~~~~~~~~~~~~~~~~~~
bq. 171.3 compilation terminated.
bq. 171.3 gmake[2]: *** [client/CMakeFiles/mariadb-binlog.dir/build.make:76: client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o] Error 1
bq. 171.3 gmake[1]: *** [CMakeFiles/Makefile2:4016: client/CMakeFiles/mariadb-binlog.dir/all] Error 2
bq. 171.3 gmake: *** [Makefile:166: all] Error 2
Our compilation scripts work with 10.6.17 and previous versions.
I had a look at the [release notes for 10.6.18|https://mariadb.com/kb/en/mariadb-10-6-18-release-notes/ ] but didn't spot anything that I believe could be related to this issue.
I'm attaching a Dockerfile (based on our compilation script) that reproduces the error. To run the script do:
{{DOCKER_BUILDGIT=1 docker build --progress=plain --build-arg VERSION=10.6.18 .}}
Our team is getting the following error when trying to compile and install MariaDB Server version 10.6.18 from source with {{-DWITH_WSREP=ON}}:
bq. 171.3 [ 90%] Building CXX object client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o
bq. 171.3 In file included from /mariadb-10.6.18/sql/log_event_old.cc:35,
bq. 171.3 from /mariadb-10.6.18/client/mysqlbinlog.cc:3251:
bq. 171.3 /mariadb-10.6.18/sql/wsrep_mysqld.h:37:10: fatal error: wsrep/provider.hpp: No such file or directory
bq. 171.3 37 | #include "wsrep/provider.hpp"
bq. 171.3 | ^~~~~~~~~~~~~~~~~~~~
bq. 171.3 compilation terminated.
bq. 171.3 gmake[2]: *** [client/CMakeFiles/mariadb-binlog.dir/build.make:76: client/CMakeFiles/mariadb-binlog.dir/mysqlbinlog.cc.o] Error 1
bq. 171.3 gmake[1]: *** [CMakeFiles/Makefile2:4016: client/CMakeFiles/mariadb-binlog.dir/all] Error 2
bq. 171.3 gmake: *** [Makefile:166: all] Error 2
Our compilation scripts work with 10.6.17 and previous versions.
I had a look at the [release notes for 10.6.18|https://mariadb.com/kb/en/mariadb-10-6-18-release-notes/ ] but didn't spot anything that I believe could be related to this issue.
I'm attaching a Dockerfile (based on our compilation script) that reproduces the error. To run the script do:
bq. DOCKER_BUILDGIT=1 docker build --progress=plain --build-arg VERSION=10.6.18 .
Daniel Black
made changes -
2024-06-06 05:45
Assignee
Daniel Black
[ danblack
]
Daniel Black
made changes -
2024-06-06 05:56
Fix Version/s
10.5
[ 23123
]
Fix Version/s
10.6
[ 24028
]
Daniel Black
made changes -
2024-06-06 05:59
Status
Open
[ 1
]
In Progress
[ 3
]
Daniel Black
made changes -
2024-06-06 06:01
Assignee
Daniel Black
[ danblack
]
Julius Goryavsky
[ sysprg
]
Status
In Progress
[ 3
]
In Review
[ 10002
]
Daniel Black
made changes -
2024-06-06 06:02
Component/s
Scripts & Clients
[ 11002
]
Component/s
wsrep
[ 11500
]
Component/s
Server
[ 13907
]
Daniel Black
made changes -
2024-06-06 06:03
Summary
fatal error: wsrep/provider.hpp: No such file or directory
WITHOUT_SERVER cannot compile mariadb-binlog
Daniel Black
made changes -
2024-06-26 04:08
issue.field.resolutiondate
2024-06-26 04:08:38.0
2024-06-26 04:08:38.046
Daniel Black
made changes -
2024-06-26 04:08
Fix Version/s
10.5.26
[ 29832
]
Fix Version/s
10.5
[ 23123
]
Fix Version/s
10.6
[ 24028
]
Assignee
Julius Goryavsky
[ sysprg
]
Daniel Black
[ danblack
]
Resolution
Fixed
[ 1
]
Status
In Review
[ 10002
]
Closed
[ 6
]
JiraAutomate
made changes -
2024-06-26 04:08
Fix Version/s
10.6.19
[ 29833
]
Fix Version/s
10.11.9
[ 29834
]
Fix Version/s
11.1.6
[ 29835
]
Fix Version/s
11.2.5
[ 29836
]
Fix Version/s
11.4.3
[ 29837
]
{"report":{"fcp":2167,"ttfb":363.2000002861023,"pageVisibility":"visible","entityId":129452,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"c1dd2cbf-f57c-4a0e-bf2a-0dc320edc7ca","navigationType":0,"readyForUser":2260.6000003814697,"redirectCount":0,"resourceLoadedEnd":2945.1000003814697,"resourceLoadedStart":369.40000009536743,"resourceTiming":[{"duration":1264.3000001907349,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":369.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":369.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1633.7000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":1264.3000001907349,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":369.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":369.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1634.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":1273.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":369.90000009536743,"connectEnd":369.90000009536743,"connectStart":369.90000009536743,"domainLookupEnd":369.90000009536743,"domainLookupStart":369.90000009536743,"fetchStart":369.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":369.90000009536743,"responseEnd":1643.5,"responseStart":1643.5,"secureConnectionStart":369.90000009536743},{"duration":1339.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":370.1000003814697,"connectEnd":370.1000003814697,"connectStart":370.1000003814697,"domainLookupEnd":370.1000003814697,"domainLookupStart":370.1000003814697,"fetchStart":370.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":370.1000003814697,"responseEnd":1709.2000002861023,"responseStart":1709.1000003814697,"secureConnectionStart":370.1000003814697},{"duration":1343,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":370.30000019073486,"connectEnd":370.30000019073486,"connectStart":370.30000019073486,"domainLookupEnd":370.30000019073486,"domainLookupStart":370.30000019073486,"fetchStart":370.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":370.30000019073486,"responseEnd":1713.3000001907349,"responseStart":1713.3000001907349,"secureConnectionStart":370.30000019073486},{"duration":1343.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":370.6000003814697,"connectEnd":370.6000003814697,"connectStart":370.6000003814697,"domainLookupEnd":370.6000003814697,"domainLookupStart":370.6000003814697,"fetchStart":370.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":370.6000003814697,"responseEnd":1713.8000001907349,"responseStart":1713.8000001907349,"secureConnectionStart":370.6000003814697},{"duration":1343.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":370.7000002861023,"connectEnd":370.7000002861023,"connectStart":370.7000002861023,"domainLookupEnd":370.7000002861023,"domainLookupStart":370.7000002861023,"fetchStart":370.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":370.7000002861023,"responseEnd":1714.2000002861023,"responseStart":1714.2000002861023,"secureConnectionStart":370.7000002861023},{"duration":1432.2000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":370.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":370.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1803.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":1343.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":371,"connectEnd":371,"connectStart":371,"domainLookupEnd":371,"domainLookupStart":371,"fetchStart":371,"redirectEnd":0,"redirectStart":0,"requestStart":371,"responseEnd":1714.6000003814697,"responseStart":1714.6000003814697,"secureConnectionStart":371},{"duration":1432,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":371.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":371.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1803.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":1343.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":371.30000019073486,"connectEnd":371.30000019073486,"connectStart":371.30000019073486,"domainLookupEnd":371.30000019073486,"domainLookupStart":371.30000019073486,"fetchStart":371.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":371.30000019073486,"responseEnd":1715.2000002861023,"responseStart":1715.2000002861023,"secureConnectionStart":371.30000019073486},{"duration":1675.6999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":372.30000019073486,"connectEnd":372.30000019073486,"connectStart":372.30000019073486,"domainLookupEnd":372.30000019073486,"domainLookupStart":372.30000019073486,"fetchStart":372.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":372.30000019073486,"responseEnd":2048,"responseStart":2048,"secureConnectionStart":372.30000019073486},{"duration":2567.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":372.30000019073486,"connectEnd":372.30000019073486,"connectStart":372.30000019073486,"domainLookupEnd":372.30000019073486,"domainLookupStart":372.30000019073486,"fetchStart":372.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":372.30000019073486,"responseEnd":2939.9000000953674,"responseStart":2939.9000000953674,"secureConnectionStart":372.30000019073486},{"duration":104.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1848.8000001907349,"connectEnd":1848.8000001907349,"connectStart":1848.8000001907349,"domainLookupEnd":1848.8000001907349,"domainLookupStart":1848.8000001907349,"fetchStart":1848.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":1848.8000001907349,"responseEnd":1953.4000000953674,"responseStart":1953.4000000953674,"secureConnectionStart":1848.8000001907349},{"duration":825.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":2115.2000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":2115.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2940.7000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":824.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":2116.4000000953674,"connectEnd":2116.4000000953674,"connectStart":2116.4000000953674,"domainLookupEnd":2116.4000000953674,"domainLookupStart":2116.4000000953674,"fetchStart":2116.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":2116.4000000953674,"responseEnd":2940.9000000953674,"responseStart":2940.9000000953674,"secureConnectionStart":2116.4000000953674},{"duration":828.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":2116.800000190735,"connectEnd":2116.800000190735,"connectStart":2116.800000190735,"domainLookupEnd":2116.800000190735,"domainLookupStart":2116.800000190735,"fetchStart":2116.800000190735,"redirectEnd":0,"redirectStart":0,"requestStart":2116.800000190735,"responseEnd":2945.1000003814697,"responseStart":2945.1000003814697,"secureConnectionStart":2116.800000190735},{"duration":814.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":2160.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":2160.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2975.1000003814697,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":145,"responseStart":364,"responseEnd":368,"domLoading":367,"domInteractive":2984,"domContentLoadedEventStart":2984,"domContentLoadedEventEnd":3033,"domComplete":4619,"loadEventStart":4619,"loadEventEnd":4620,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":2946.7000002861023},{"name":"bigPipe.sidebar-id.end","time":2947.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":2947.7000002861023},{"name":"bigPipe.activity-panel-pipe-id.end","time":2952.6000003814697},{"name":"activityTabFullyLoaded","time":3063.2000002861023}],"measures":[],"correlationId":"82ef2a161837a2","effectiveType":"4g","downlink":9.2,"rtt":0,"serverDuration":163,"dbReadsTimeInMs":30,"dbConnsTimeInMs":41,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
cmake/wsrep.cmake WITHOUT_SERVER means the WSREP_ON= isn't available and more importantly for the compile INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/wsrep-lib/include) didn't set the include path for the provider.hpp header.