(view as text)
runvm --port=2229 --memory=6144 --user=buildbot --smp=4 --cpu=qemu64 --startup-timeout=600 --logfile=kernel_2229.log --logfile=kernel_2229.log vm-tmp-2229.qcow2 '
set -ex

if ! rpm -qa | grep -i mariadb-server
then
  echo "Pre-MTR warning: MariaDB server was not installed, skipping the tests"
  exit
fi

test_set=galera

arch=

cd /usr/share/mysql-test

if test -f suite/plugins/pam/pam_mariadb_mtr.so; then
  for p in /lib*/security /lib*/*/security ; do
    test -f $p/pam_unix.so && sudo cp -v suite/plugins/pam/pam_mariadb_mtr.so $p/
  done
  sudo cp -v suite/plugins/pam/mariadb_mtr /etc/pam.d/
fi

if sudo yum install -y perl-Env
then
  echo "Installed Env.pm"
fi

tcmalloc=
if [[ "yes" == "yes" ]] ; then
  if sudo yum install -y gperftools-libs
  then
    tcmalloc=`rpm -ql gperftools-libs | grep libtcmalloc.so | head -1`
  fi
fi

res=0
if [ "$test_set" == "default" ] ; then
  if ! LD_PRELOAD=$tcmalloc NO_FEEDBACK_PLUGIN=1 perl mysql-test-run.pl --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
elif [ "$test_set" == "galera" ] ; then
  case "10.5" in
  *10.1*)
    galera_suites=galera,wsrep
    ;;
  *10.[2-3]*)
    galera_suites=galera,wsrep,galera_3nodes
    ;;
  *)
    galera_suites=galera,wsrep,galera_3nodes,galera_sr
  ;;
  esac
  if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suites=$galera_suites --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
elif [ "$test_set" == "rocksdb" ] ; then
  set +o pipefail
  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E '"'"'RocksDB is not compiled|Could not find'"'"' ; then
    if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
      res=1
    fi
  else
    echo "WARNING: RocksDB engine not found"
  fi
elif [ "$test_set" == "s3" ] ; then
  set +o pipefail
  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E '"'"'Need S3 engine'"'"' ; then
    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"
    exit 0
  fi
 
  if ! curl ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} --output ~/minio ; then
    echo "ERROR: Could not download MinIO server for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/minio
  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &
  if ! curl ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} --output ~/mc ; then
    echo "ERROR: Could not download MinIO client for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/mc
  # Try a few times in case the server hasn'"'"'t finished initializing yet
  res=1
  for i in 1 2 3 4 5 ; do
    if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn'"'"'t configure MinIO server"
    exit 1
  fi
  ~/mc mb --ignore-existing local/storage-engine
  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
else
  echo "ERROR: Unknown test set $test_set"
  res=1
fi

rm -rf /home/buildbot/var
cp -r /dev/shm/var /home/buildbot
exit $res
' '!= rm -Rf var/ ; scp -rp -P 2229 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :'
 in dir /var/lib/buildbot/slaves/maria/kvm-rpm-centos74-amd64-debug/build (timeout 1200 secs)
 watching logfiles {'kernel': 'kernel_2229.log', 'syslog': 'daemon.log', 'mysqld.1.err': './var/log/mysqld.1.err', 'mysqld.4.err': './var/log/mysqld.4.err', 'mysqld.3.err.1': './var/1/log/mysqld.3.err', 'mysqld.4.err.1': './var/1/log/mysqld.4.err', 'mysqld.4.err.3': './var/3/log/mysqld.4.err', 'mysqld.4.err.2': './var/2/log/mysqld.4.err', 'mysqld.3.err.2': './var/2/log/mysqld.3.err', 'mysqld.3.err.3': './var/3/log/mysqld.3.err', 'mysqld.3.err.4': './var/4/log/mysqld.3.err', 'mysqld.4.err.4': './var/4/log/mysqld.4.err', 'mysqld.2.err.4': './var/4/log/mysqld.2.err', 'mysqld.2.err.1': './var/1/log/mysqld.2.err', 'mysqld.2.err.3': './var/3/log/mysqld.2.err', 'mysqld.2.err.2': './var/2/log/mysqld.2.err', 'mysqld.2.err': './var/log/mysqld.2.err', 'mysqld.3.err': './var/log/mysqld.3.err', 'mysqld.1.err.2': './var/2/log/mysqld.1.err', 'mysqld.1.err.3': './var/3/log/mysqld.1.err', 'mysqld.1.err.1': './var/1/log/mysqld.1.err', 'mysqld.1.err.4': './var/4/log/mysqld.1.err'}
 argv: ['runvm', '--port=2229', '--memory=6144', '--user=buildbot', '--smp=4', '--cpu=qemu64', '--startup-timeout=600', '--logfile=kernel_2229.log', '--logfile=kernel_2229.log', 'vm-tmp-2229.qcow2', '\nset -ex\n\nif ! rpm -qa | grep -i mariadb-server\nthen\n  echo "Pre-MTR warning: MariaDB server was not installed, skipping the tests"\n  exit\nfi\n\ntest_set=galera\n\narch=\n\ncd /usr/share/mysql-test\n\nif test -f suite/plugins/pam/pam_mariadb_mtr.so; then\n  for p in /lib*/security /lib*/*/security ; do\n    test -f $p/pam_unix.so && sudo cp -v suite/plugins/pam/pam_mariadb_mtr.so $p/\n  done\n  sudo cp -v suite/plugins/pam/mariadb_mtr /etc/pam.d/\nfi\n\nif sudo yum install -y perl-Env\nthen\n  echo "Installed Env.pm"\nfi\n\ntcmalloc=\nif [[ "yes" == "yes" ]] ; then\n  if sudo yum install -y gperftools-libs\n  then\n    tcmalloc=`rpm -ql gperftools-libs | grep libtcmalloc.so | head -1`\n  fi\nfi\n\nres=0\nif [ "$test_set" == "default" ] ; then\n  if ! LD_PRELOAD=$tcmalloc NO_FEEDBACK_PLUGIN=1 perl mysql-test-run.pl --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then\n    res=1\n  fi\nelif [ "$test_set" == "galera" ] ; then\n  case "10.5" in\n  *10.1*)\n    galera_suites=galera,wsrep\n    ;;\n  *10.[2-3]*)\n    galera_suites=galera,wsrep,galera_3nodes\n    ;;\n  *)\n    galera_suites=galera,wsrep,galera_3nodes,galera_sr\n  ;;\n  esac\n  if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suites=$galera_suites --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then\n    res=1\n  fi\nelif [ "$test_set" == "rocksdb" ] ; then\n  set +o pipefail\n  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E \'RocksDB is not compiled|Could not find\' ; then\n    if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then\n      res=1\n    fi\n  else\n    echo "WARNING: RocksDB engine not found"\n  fi\nelif [ "$test_set" == "s3" ] ; then\n  set +o pipefail\n  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E \'Need S3 engine\' ; then\n    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"\n    exit 0\n  fi\n \n  if ! curl ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} --output ~/minio ; then\n    echo "ERROR: Could not download MinIO server for Linux ${arch}"\n    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"\n    exit 1\n  fi\n  chmod a+x ~/minio\n  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &\n  if ! curl ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} --output ~/mc ; then\n    echo "ERROR: Could not download MinIO client for Linux ${arch}"\n    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"\n    exit 1\n  fi\n  chmod a+x ~/mc\n  # Try a few times in case the server hasn\'t finished initializing yet\n  res=1\n  for i in 1 2 3 4 5 ; do\n    if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then\n      res=0\n      break\n    fi\n    sleep 1\n  done\n  if [ "$res" == "1" ] ; then\n    echo "ERROR: Couldn\'t configure MinIO server"\n    exit 1\n  fi\n  ~/mc mb --ignore-existing local/storage-engine\n  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then\n    res=1\n  fi\nelse\n  echo "ERROR: Unknown test set $test_set"\n  res=1\nfi\n\nrm -rf /home/buildbot/var\ncp -r /dev/shm/var /home/buildbot\nexit $res\n', '!= rm -Rf var/ ; scp -rp -P 2229 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :']
 environment:
  HOME=/var/lib/buildbot
  LANG=en_US.UTF-8
  LESSCLOSE=/usr/bin/lesspipe %s %s
  LESSOPEN=| /usr/bin/lesspipe %s
  LOGNAME=buildbot
  LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
  MAIL=/var/mail/buildbot
  PATH=/var/lib/buildbot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  PWD=/var/lib/buildbot/slaves/maria/kvm-rpm-centos74-amd64-debug/build
  SHELL=/bin/bash
  SHLVL=1
  TERM=vt102
  USER=buildbot
  XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
  XDG_RUNTIME_DIR=/run/user/113
  XDG_SESSION_ID=3022
  _=/usr/local/bin/buildslave
 using PTY: False
+ kvm -m 6144 -hda vm-tmp-2229.qcow2 -boot c -smp 4 -cpu qemu64,-kvmclock -nographic -net nic,model=virtio -net 'user,hostfwd=tcp:127.0.0.1:2229-:22' -pidfile /var/lib/buildbot/.runvmkvm_2229.pid
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
ssh: connect to host localhost port 2229: Connection timed out
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
ssh: connect to host localhost port 2229: Connection timed out
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
ssh: connect to host localhost port 2229: Connection timed out
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
Connection to localhost closed.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
Connection to localhost closed.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost true
Connection to localhost closed.
+ 
set -ex

if ! rpm -qa | grep -i mariadb-server
then
  echo "Pre-MTR warning: MariaDB server was not installed, skipping the tests"
  exit
fi

test_set=galera

arch=

cd /usr/share/mysql-test

if test -f suite/plugins/pam/pam_mariadb_mtr.so; then
  for p in /lib*/security /lib*/*/security ; do
    test -f $p/pam_unix.so && sudo cp -v suite/plugins/pam/pam_mariadb_mtr.so $p/
  done
  sudo cp -v suite/plugins/pam/mariadb_mtr /etc/pam.d/
fi

if sudo yum install -y perl-Env
then
  echo "Installed Env.pm"
fi

tcmalloc=
if [[ "yes" == "yes" ]] ; then
  if sudo yum install -y gperftools-libs
  then
    tcmalloc=`rpm -ql gperftools-libs | grep libtcmalloc.so | head -1`
  fi
fi

res=0
if [ "$test_set" == "default" ] ; then
  if ! LD_PRELOAD=$tcmalloc NO_FEEDBACK_PLUGIN=1 perl mysql-test-run.pl --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
elif [ "$test_set" == "galera" ] ; then
  case "10.5" in
  *10.1*)
    galera_suites=galera,wsrep
    ;;
  *10.[2-3]*)
    galera_suites=galera,wsrep,galera_3nodes
    ;;
  *)
    galera_suites=galera,wsrep,galera_3nodes,galera_sr
  ;;
  esac
  if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suites=$galera_suites --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
elif [ "$test_set" == "rocksdb" ] ; then
  set +o pipefail
  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E 'RocksDB is not compiled|Could not find' ; then
    if ! LD_PRELOAD=$tcmalloc perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
      res=1
    fi
  else
    echo "WARNING: RocksDB engine not found"
  fi
elif [ "$test_set" == "s3" ] ; then
  set +o pipefail
  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E 'Need S3 engine' ; then
    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"
    exit 0
  fi
 
  if ! curl ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} --output ~/minio ; then
    echo "ERROR: Could not download MinIO server for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/minio
  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &
  if ! curl ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} --output ~/mc ; then
    echo "ERROR: Could not download MinIO client for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/mc
  # Try a few times in case the server hasn't finished initializing yet
  res=1
  for i in 1 2 3 4 5 ; do
    if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn't configure MinIO server"
    exit 1
  fi
  ~/mc mb --ignore-existing local/storage-engine
  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
else
  echo "ERROR: Unknown test set $test_set"
  res=1
fi

rm -rf /home/buildbot/var
cp -r /dev/shm/var /home/buildbot
exit $res

+ rpm -qa
+ grep -i mariadb-server
MariaDB-server-10.5.9-1.el7.centos.x86_64
MariaDB-server-debuginfo-10.5.9-1.el7.centos.x86_64
+ test_set=galera
+ arch=
+ cd /usr/share/mysql-test
+ test -f suite/plugins/pam/pam_mariadb_mtr.so
+ for p in '/lib*/security' '/lib*/*/security'
+ test -f /lib64/security/pam_unix.so
+ sudo cp -v suite/plugins/pam/pam_mariadb_mtr.so /lib64/security/
‘suite/plugins/pam/pam_mariadb_mtr.so’ -> ‘/lib64/security/pam_mariadb_mtr.so’
+ for p in '/lib*/security' '/lib*/*/security'
+ test -f '/lib*/*/security/pam_unix.so'
+ sudo cp -v suite/plugins/pam/mariadb_mtr /etc/pam.d/
‘suite/plugins/pam/mariadb_mtr’ -> ‘/etc/pam.d/mariadb_mtr’
+ sudo yum install -y perl-Env
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.fr.planethoster.net
 * epel: mirrors.ircam.fr
 * extras: centos.mirror.fr.planethoster.net
 * updates: centos.mirror.fr.planethoster.net
Package perl-Env-1.04-2.el7.noarch already installed and latest version
Nothing to do
+ echo 'Installed Env.pm'
Installed Env.pm
+ tcmalloc=
+ [[ yes == \y\e\s ]]
+ sudo yum install -y gperftools-libs
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.fr.planethoster.net
 * epel: mirrors.ircam.fr
 * extras: centos.mirror.fr.planethoster.net
 * updates: centos.mirror.fr.planethoster.net
Package gperftools-libs-2.6.1-1.el7.x86_64 already installed and latest version
Nothing to do
++ rpm -ql gperftools-libs
++ grep libtcmalloc.so
++ head -1
+ tcmalloc=/usr/lib64/libtcmalloc.so.4
+ res=0
+ '[' galera == default ']'
+ '[' galera == galera ']'
+ case "10.5" in
+ galera_suites=galera,wsrep,galera_3nodes,galera_sr
++ readlink -f /dev/shm/var
+ LD_PRELOAD=/usr/lib64/libtcmalloc.so.4
+ perl mysql-test-run.pl --suites=galera,wsrep,galera_3nodes,galera_sr --verbose-restart --vardir=/dev/shm/var --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
Logging: mysql-test-run.pl  --suites=galera,wsrep,galera_3nodes,galera_sr --verbose-restart --vardir=/dev/shm/var --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
vardir: /dev/shm/var
Removing old var directory...
Creating var directory '/dev/shm/var'...
Checking supported features...
MariaDB Version 10.5.9-MariaDB-debug
 - SSL connections supported
 - binaries are debug compiled
Using suites: galera,wsrep,galera_3nodes,galera_sr
Collecting tests...
 - binaries built with wsrep patch
Installing system database...

==============================================================================

TEST                                  WORKER RESULT   TIME (ms) or COMMENT
--------------------------------------------------------------------------

worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
worker[2] Using MTR_BUILD_THREAD 301, with reserved ports 16020..16039
galera.GAL-419                           [ skipped ]  Test needs --big-test
galera.GCF-1081                          [ disabled ]  MDEV-18283 Galera test failure on galera.GCF-1081
galera.GCF-939                           [ disabled ]  MDEV-21520 galera.GCF-939
galera.MDEV-20225                        [ disabled ]  MDEV-20886 galera.MDEV-20225
galera.MW-286                            [ disabled ]  MDEV-18464 Killing thread can cause mutex deadlock if done concurrently with Galera/replication victim kill
galera.MW-328A                           [ disabled ]  MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
galera.MW-328B                           [ disabled ]  MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
galera.MW-329                            [ disabled ]  MDEV-19962 Galera test failure on MW-329
galera.galera_bf_abort_group_commit      [ disabled ]  MDEV-18282 Galera test failure on galera.galera_bf_abort_group_commit
galera.galera_binlog_stmt_autoinc        [ disabled ]  MDEV-19959 Galera test failure on galera_binlog_stmt_autoinc
galera.galera_concurrent_ctas            [ skipped ]  Test needs --big-test
galera.galera_encrypt_tmp_files          [ disabled ]  Get error failed to enable encryption of temporary files
galera.galera_ftwrl                      [ disabled ]  MDEV-21525 galera.galera_ftwrl
galera.galera_fulltext                   [ skipped ]  Test needs --big-test
galera.galera_gcache_recover_manytrx     [ disabled ]  MDEV-18834 Galera test failure
galera.galera_gcs_fc_limit               [ skipped ]  Test needs --big-test
galera.galera_kill_largechanges          [ disabled ]  MDEV-18179 Galera test failure on galera.galera_kill_largechanges
galera.galera_kill_nochanges             [ disabled ]  MDEV-18280 Galera test failure on galera_split_brain and galera_kill_nochanges
galera.galera_many_columns               [ skipped ]  Test needs --big-test
galera.galera_many_tables_nopk           [ disabled ]  MDEV-18182 Galera test failure on galera.galera_many_tables_nopk
galera.galera_many_tables_pk             [ skipped ]  Test needs --big-test
galera.galera_mdl_race                   [ disabled ]  MDEV-21524 galera.galera_mdl_race
galera.galera_parallel_autoinc_largetrx  [ skipped ]  Test needs --big-test
galera.galera_parallel_autoinc_manytrx   [ skipped ]  Test needs --big-test
galera.galera_parallel_simple            [ disabled ]  MDEV-20318 galera.galera_parallel_simple fails
galera.galera_pc_ignore_sb               [ disabled ]  MDEV-20888 galera.galera_pc_ignore_sb
galera.galera_pc_recovery                [ skipped ]  Test needs --big-test
galera.galera_rsu_add_pk                 [ skipped ]  Test needs --big-test
galera.galera_rsu_drop_pk                [ skipped ]  Test needs --big-test
galera.galera_shutdown_nonprim           [ disabled ]  MDEV-21493 galera.galera_shutdown_nonprim
galera.galera_split_brain                [ disabled ]  MDEV-18280 Galera test failure on galera_split_brain and galera_kill_nochanges
galera.galera_ssl_upgrade                [ disabled ]  MDEV-19950 Galera test failure on galera_ssl_upgrade
galera.galera_sst_mariabackup_encrypt_with_key [ disabled ]  MDEV-21484 galera_sst_mariabackup_encrypt_with_key
galera.galera_toi_ddl_error              [ skipped ]  Test needs --big-test
galera.galera_toi_ddl_fk_insert          [ skipped ]  Test needs --big-test
galera.galera_toi_ddl_fk_update          [ skipped ]  Test needs --big-test
galera.galera_toi_ddl_nonconflicting     [ disabled ]  MDEV-21518 galera.galera_toi_ddl_nonconflicting
galera.galera_toi_truncate               [ disabled ]  MDEV-22996 Hang on galera_toi_truncate test case
galera.galera_var_load_data_splitting    [ skipped ]  Test needs --big-test
galera.galera_var_node_address           [ disabled ]  MDEV-20485 Galera test failure
galera.galera_var_notify_cmd             [ disabled ]  MDEV-21905 Galera test galera_var_notify_cmd causes hang
galera.galera_var_reject_queries         [ disabled ]  assertion in inline_mysql_socket_send
galera.galera_var_replicate_myisam_on    [ disabled ]  MDEV-24062 Galera test failure on galera_var_replicate_myisam_on
galera.galera_var_retry_autocommit       [ disabled ]  MDEV-18181 Galera test failure on galera.galera_var_retry_autocommit
galera.galera_wan                        [ disabled ]  MDEV-17259 Test failure on galera.galera_wan
galera.galera_wsrep_desync_wsrep_on      [ skipped ]  Test needs --big-test
galera.partition                         [ disabled ]  MDEV-19958 Galera test failure on galera.partition
galera.query_cache                       [ disabled ]  MDEV-15805 Test failure on galera.query_cache
galera.sql_log_bin                       [ disabled ]  MDEV-21491 galera.sql_log_bin
galera.versioning_trx_id                 [ disabled ]  MDEV-18590 galera.versioning_trx_id
galera_3nodes.GCF-354                    [ disabled ]  MDEV-24010 galera_3nodes.GCF-354 MTR fails : WSREP has not yet prepared node for application use
galera_3nodes.galera_garbd               [ skipped ]  Test needs --big-test
galera_3nodes.galera_gtid_2_cluster      [ disabled ]  MDEV-23775 Galera test failure on galera_3nodes.galera_gtid_2_cluster
galera_3nodes.galera_ist_gcache_rollover [ disabled ]  MDEV-23578 WSREP: exception caused by message: {v=0,t=1,ut=255,o=4,s=0,sr=0,as=1,f=6,src=50524cfe,srcvid=view_id(REG,50524cfe,4),insvid=view_id(UNKNOWN,00000000,0),ru=00000000,r=[-1,-1],fs=75,nl=(}
galera_3nodes.galera_slave_options_do    [ disabled ]  MDEV-8798
galera_3nodes.galera_slave_options_ignore [ disabled ]  MDEV-8798
galera_sr.GCF-1018B                      [ skipped ]  Test needs --big-test
galera_sr.GCF-1060                       [ disabled ]  MDEV-20848 galera_sr.GCF_1060
galera_sr.galera-features#56             [ disabled ]  MDEV-18542 galera_sr.galera-features#56
galera_sr.galera_sr_kill_all_nobootstrap [ skipped ]  Test needs --big-test
galera_sr.galera_sr_kill_all_pcrecovery  [ skipped ]  Test needs --big-test
galera_sr.galera_sr_large_fragment       [ skipped ]  Test needs --big-test
galera_sr.galera_sr_load_data_splitting  [ skipped ]  Test needs --big-test
galera_sr.galera_sr_many_fragments       [ skipped ]  Test needs --big-test
galera_sr.mysql-wsrep-features#8         [ skipped ]  Test needs --big-test
galera_sr.mysql-wsrep-features#9         [ skipped ]  Test needs --big-test
galera.galera#414                        [ skipped ]  Test needs --big-test
galera.galera_as_slave_nonprim           [ skipped ]  Test needs --big-test
galera.galera_autoinc_sst_mariabackup    [ skipped ]  Test needs --big-test
galera.galera_bf_lock_wait               [ skipped ]  Test needs --big-test
galera.galera_binlog_event_max_size_max  [ skipped ]  Test needs --big-test
galera.galera_gcache_recover             [ skipped ]  Test needs --big-test
galera.galera_gcache_recover_full_gcache [ skipped ]  Test needs --big-test
galera.galera_gcs_max_packet_size        [ skipped ]  Test needs --big-test
galera.galera_gtid_slave_sst_rsync       [ skipped ]  Test needs --big-test
galera.galera_ist_mariabackup            [ skipped ]  Test needs --big-test
galera.galera_ist_mariabackup_innodb_flush_logs [ skipped ]  Test needs --big-test
galera.galera_ist_mysqldump              [ skipped ]  Test needs --big-test
galera.galera_ist_progress               [ skipped ]  Test needs --big-test
galera.galera_ist_recv_bind              [ skipped ]  Test needs --big-test
galera.galera_ist_restart_joiner         [ skipped ]  Test needs --big-test
galera.galera_ist_rsync                  [ skipped ]  Test needs --big-test
galera.galera_many_rows                  [ skipped ]  Test needs --big-test
galera.galera_partition                  [ skipped ]  Test needs --big-test
galera.galera_ssl                        [ skipped ]  Test needs --big-test
galera.galera_ssl_compression            [ skipped ]  Test needs --big-test
galera.galera_sst_mariabackup            [ skipped ]  Test needs --big-test
galera.galera_sst_mariabackup_data_dir   [ skipped ]  Test needs --big-test
galera.galera_sst_mariabackup_table_options [ skipped ]  Test needs --big-test
galera.galera_sst_mysqldump              [ skipped ]  Test needs --big-test
galera.galera_sst_mysqldump_with_key     [ skipped ]  Test needs --big-test
galera.galera_sst_rsync                  [ skipped ]  Test needs --big-test
galera.galera_sst_rsync_data_dir         [ skipped ]  Test needs --big-test
galera.galera_vote_rejoin_ddl            [ skipped ]  Test needs --big-test
galera.galera_vote_rejoin_dml            [ skipped ]  Test needs --big-test
galera.galera_wan_restart_ist            [ skipped ]  Test needs --big-test
galera.galera_wan_restart_sst            [ skipped ]  Test needs --big-test
galera.mysql-wsrep#33                    [ skipped ]  Test needs --big-test
galera_3nodes.galera_pc_bootstrap        [ skipped ]  Test needs --big-test
galera_3nodes.galera_pc_weight           [ skipped ]  Test needs --big-test
galera_sr.galera_sr_kill_all_norecovery  [ skipped ]  Test needs --big-test
galera_sr.galera_sr_mysqldump_sst        [ skipped ]  Test needs --big-test
galera.MW-86-wait1 'innodb'              w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 1503, winpid: 1503] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row'
worker[2] > Restart [mysqld.2 - pid: 1553, winpid: 1553] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row'
galera.galera_log_output_csv 'innodb'    w1 [ pass ]   2146
worker[1] > Restart [mysqld.1 - pid: 1502, winpid: 1502] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE --log-queries-not-using-indexes --general-log --slow-query-log'
worker[1] > Restart [mysqld.2 - pid: 1552, winpid: 1552] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE --log-queries-not-using-indexes --general-log --slow-query-log'
galera.galera_forced_binlog_format 'innodb' w2 [ pass ]   2140
worker[2] > Restart [mysqld.1 - pid: 2075, winpid: 2075] - running with different options '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW'
worker[2] > Restart [mysqld.2 - pid: 2124, winpid: 2124] - running with different options '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW'
galera.galera_var_innodb_disallow_writes 'innodb' w1 [ pass ]  12777
galera.mdev_18730 'innodb'               w1 [ pass ]   5137
galera.MDEV-22021 'binlogon,innodb'      w2 [ pass ]   2103
galera.mysql-wsrep-bugs-607 'innodb'     w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 2077, winpid: 2077] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin'
worker[1] > Restart [mysqld.2 - pid: 2130, winpid: 2130] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin'
galera.galera_multirow_rollback 'binlogon,innodb' w2 [ pass ]   2328
worker[2] > Restart [mysqld.1 - pid: 2619, winpid: 2619] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster' != '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
worker[2] > Restart [mysqld.2 - pid: 2645, winpid: 2645] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster' != '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
galera.MW-44 'innodb'                    w1 [ pass ]   2125
worker[1] > Restart [mysqld.1 - pid: 2967, winpid: 2967] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE'
worker[1] > Restart [mysqld.2 - pid: 2991, winpid: 2991] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE'
galera.galera_wsrep_new_cluster 'innodb' w2 [ pass ]   4660
worker[2] > Restart [mysqld.1 - pid: 3078, winpid: 3078] - using different config file
worker[2] > Restart [mysqld.2 - pid: 3149, winpid: 3149] - using different config file
galera.GAL-382 'innodb'                  w1 [ pass ]   2099
galera.GCF-360 'innodb'                  w2 [ pass ]   6496
worker[2] > Restart [mysqld.1 - pid: 3283, winpid: 3283] - using different config file
worker[2] > Restart [mysqld.2 - pid: 3306, winpid: 3306] - using different config file
worker[2] > Restart [mysqld.3 - pid: 3308, winpid: 3308] - using different config file
worker[2] > Restart [mysqld.4 - pid: 3311, winpid: 3311] - using different config file
galera.MDEV-10715 'innodb'               w2 [ pass ]   2150
worker[2] > Restart [mysqld.1 - pid: 4200, winpid: 4200] - using different config file
worker[2] > Restart [mysqld.2 - pid: 4225, winpid: 4225] - using different config file
galera.GAL-401 'innodb'                  w1 [ pass ]  17645
galera.GAL-480 'innodb'                  w1 [ pass ]   2366
galera.MDEV-16509 'innodb'               w1 [ pass ]   4178
galera.MDEV-15443 'innodb'               w2 [ pass ]   9006
worker[2] > Restart [mysqld.1 - pid: 4503, winpid: 4503] - using different config file
worker[2] > Restart [mysqld.2 - pid: 4760, winpid: 4760] - using different config file
galera.MDEV-20616 'innodb'               w1 [ pass ]  16176
galera.MDEV-20793 'innodb'               w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MDEV-22021 'binlogoff,innodb'     w1 [ pass ]   2088
galera.MDEV-22051 'innodb'               w1 [ pass ]   2136
galera.MDEV-22055 'innodb'               w1 [ pass ]   2130
galera.MDEV-22458 'innodb'               w1 [ pass ]   2059
galera.MDEV-18832 'innodb'               w2 [ pass ]   2120
worker[2] > Restart [mysqld.1 - pid: 4985, winpid: 4985] - using different config file
worker[2] > Restart [mysqld.2 - pid: 5012, winpid: 5012] - using different config file
galera.MDEV-6860 'innodb'                w2 [ pass ]   5604
worker[2] > Restart [mysqld.1 - pid: 5313, winpid: 5313] - using different config file
worker[2] > Restart [mysqld.2 - pid: 5350, winpid: 5350] - using different config file
worker[2] > Restart [mysqld.3 - pid: 5352, winpid: 5352] - using different config file
galera.MDEV-24063 'innodb'               w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-12-21 19:35:54
line
mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
Attempting backtrace. You can use the following information to find out
^ Found warnings in /dev/shm/var/1/log/mysqld.2.err
ok

 - found 'core.3805' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera.MDEV-24063-innodb/mysqld.2/data/core.3805
 - deleting it, already saved 0
 - saving '/dev/shm/var/1/log/galera.MDEV-24063-innodb/' to '/dev/shm/var/log/galera.MDEV-24063-innodb/'

Retrying test galera.MDEV-24063, attempt(2/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera.MW-284 'innodb'                   w2 [ pass ]  10915
worker[2] > Restart [mysqld.1 - pid: 5753, winpid: 5753] - using different config file
worker[2] > Restart [mysqld.2 - pid: 5788, winpid: 5788] - using different config file
worker[2] > Restart [mysqld.3 - pid: 5790, winpid: 5790] - using different config file
galera.MDEV-24063 'innodb'               w1 [ retry-pass ]   9223

Retrying test galera.MDEV-24063, attempt(3/3)...

galera.MW-313 'innodb'                   w2 [ pass ]   2121
worker[2] > Restart [mysqld.1 - pid: 6497, winpid: 6497] - using different config file
worker[2] > Restart [mysqld.2 - pid: 6535, winpid: 6535] - using different config file
galera.MDEV-24063 'innodb'               w1 [ retry-fail ]  Found warnings/errors in server log file!
        Test ended at 2020-12-21 19:36:38
line
mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
Attempting backtrace. You can use the following information to find out
^ Found warnings in /dev/shm/var/1/log/mysqld.2.err
ok

 - found 'core.6309' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera.MDEV-24063-innodb/mysqld.2/data/core.6309
 - deleting it, already saved 0
 - skipping '/dev/shm/var/1/log/galera.MDEV-24063-innodb/'
worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera.MW-328C 'innodb'                  w2 [ pass ]   3358
worker[2] > Restart [mysqld.1 - pid: 6800, winpid: 6800] - using different config file
worker[2] > Restart [mysqld.2 - pid: 6827, winpid: 6827] - using different config file
galera.MW-252 'innodb'                   w1 [ pass ]   2488
galera.MW-258 'innodb'                   w1 [ pass ]  10089
galera.MW-328D 'innodb'                  w2 [ pass ]   4081
worker[2] > Restart [mysqld.1 - pid: 7468, winpid: 7468] - using different config file
worker[2] > Restart [mysqld.2 - pid: 7494, winpid: 7494] - using different config file
galera.MW-259 'innodb'                   w1 [ pass ]   4177
galera.MW-285 'innodb'                   w1 [ pass ]   2075
galera.MW-292 'innodb'                   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-309 'innodb'                   w1 [ pass ]   2142
galera.MW-357 'innodb'                   w1 [ pass ]   2062
galera.MW-369 'innodb'                   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-388 'innodb'                   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-402 'innodb'                   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-328E 'innodb'                  w2 [ pass ]   4072
worker[2] > Restart [mysqld.1 - pid: 7798, winpid: 7798] - using different config file
worker[2] > Restart [mysqld.2 - pid: 7825, winpid: 7825] - using different config file
galera.MW-416 'innodb'                   w1 [ pass ]   2056
galera.basic 'innodb'                    w1 [ pass ]   2145
galera.binlog_checksum 'innodb'          w1 [ pass ]   2181
galera.create 'innodb'                   w1 [ pass ]   2310
galera.enforce_storage_engine 'innodb'   w1 [ pass ]   2054
galera.ev51914 'innodb'                  w1 [ pass ]   2324
galera.fk 'innodb'                       w1 [ pass ]   2401
galera.galera#500 'innodb'               w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera#505 'innodb'               w1 [ pass ]   2064
galera.MW-336 'innodb'                   w2 [ pass ]   2593
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.MW-86-wait8 'innodb'              w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 8566, winpid: 8566] - using different config file
worker[2] > Restart [mysqld.2 - pid: 8592, winpid: 8592] - using different config file
galera.galera_FK_duplicate_client_insert 'innodb' w1 [ fail ]
        Test ended at 2020-12-21 19:38:17

CURRENT_TEST: galera.galera_FK_duplicate_client_insert
mysqltest: At line 156: query 'commit' failed with wrong errno 2013: 'Lost connection to MySQL server during query', instead of 0...

The result from queries just before the failure was:
< snip >
connection node_1_u;
commit;
connection node_1;
truncate user_session;
set debug_sync = reset;
connection node_1_u;
begin;
execute upd;
connection node_1_i;
set debug_sync='lock_wait_suspend_thread_enter SIGNAL ins_waiting WAIT_FOR cont_ins';
execute ins1;
connection node_1;
set debug_sync='now WAIT_FOR ins_waiting';
connection node_2_i;
execute ins2;
connection node_1;
set debug_sync='now SIGNAL cont_ins';
connection node_1_i;
connection node_1_u;
commit;

More results from queries before failure can be found in /dev/shm/var/1/log/galera_FK_duplicate_client_insert.log


Server [mysqld.1 - pid: 7201, winpid: 7201, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-21 19:37:49 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
RECORD LOCKS space id 33 page no 3 n bits 72 index PRIMARY of table `test`.`user` trx id 635 lock mode S locks rec but not gap
Record lock, heap no 3 PHYSICAL RECORD: n_fields 4; compact format; info bits 0
 0: len 4; hex 80000002; asc     ;;
 1: len 6; hex 000000000000; asc       ;;
 2: len 7; hex 80000000000000; asc        ;;
 3: len 4; hex 80000001; asc     ;;

2020-12-21 19:37:49 1 [ERROR] InnoDB: WSREP state: 
2020-12-21 19:37:49 1 [ERROR] WSREP: Thread BF trx_id: 638 thread: 1 seqno: 265 client_state: exec client_mode: high priority transaction_mode: replaying applier: 1 toi: 0 local: 0 query: update user set j = j + 1 WHERE id > 0���_
2020-12-21 19:37:49 1 [ERROR] WSREP: Thread BF trx_id: 635 thread: 2 seqno: 264 client_state: exec client_mode: high priority transaction_mode: executing applier: 1 toi: 0 local: 0 query: insert into user_session(id,fk1,fk2) values (2, 2, 3)���_
2020-12-21 19:37:49 0x7f9f115a4700  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/storage/innobase/lock/lock0lock.cc line 655
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
InnoDB: about forcing recovery.
201221 19:37:49 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.

To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

Server version: 10.5.9-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=4
max_threads=153
thread_count=8
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63743 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x564a74266088
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x7f9f115a3c18 thread_stack 0x49000
/usr/sbin/mariadbd(my_print_stacktrace+0x2b)[0x564a6904fd6b]
/usr/sbin/mariadbd(handle_fatal_signal+0x308)[0x564a688f4ace]
addr2line: Dwarf Error: Could not find abbrev number 347.
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
sigaction.c:0(__restore_rt)[0x7f9f1a75c5e0]
:0(__GI_raise)[0x7f9f189f11f7]
:0(__GI_abort)[0x7f9f189f28e8]
/usr/sbin/mariadbd(+0xf1a585)[0x564a68e50585]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(+0xd794a9)[0x564a68caf4a9]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd81711)[0x564a68cb7711]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
/usr/sbin/mariadbd(+0xd888c8)[0x564a68cbe8c8]
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(+0xd89a0d)[0x564a68cbfa0d]
addr2line: Dwarf Error: Could not find abbrev number 1310.
/usr/sbin/mariadbd(+0xe9129a)[0x564a68dc729a]
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xe96c22)[0x564a68dccc22]
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd04bce)[0x564a68c3abce]
/usr/sbin/mariadbd(+0xd05074)[0x564a68c3b074]
/usr/sbin/mariadbd(_ZN7handler10ha_rnd_posEPhS0_+0x16b)[0x564a688fc5e5]
/usr/sbin/mariadbd(+0x9d5f98)[0x564a6890bf98]
/usr/sbin/mariadbd(_ZN14Rows_log_event8find_rowEP14rpl_group_info+0x215)[0x564a68a3330b]
/usr/sbin/mariadbd(_ZN21Update_rows_log_event11do_exec_rowEP14rpl_group_info+0x160)[0x564a68a34082]
/usr/sbin/mariadbd(_ZN14Rows_log_event14do_apply_eventEP14rpl_group_info+0xba5)[0x564a68a281e9]
ut/ut0new.cc:84(ut_new_boot())[0x564a68c0919d]
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xcbc07b)[0x564a68bf207b]
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
lock/lock0lock.cc:655(std::string __gnu_cxx::__to_xstring<std::string, char>(int (*)(char*, unsigned long, char const*, __va_list_tag*), unsigned long, char const*, ...))[0x564a68bf25d8]
lock/lock0lock.cc:1095(std::string __gnu_cxx::__to_xstring<std::string, char>(int (*)(char*, unsigned long, char const*, __va_list_tag*), unsigned long, char const*, ...))[0x564a690d40e1]
lock/lock0lock.cc:1882(std::string __gnu_cxx::__to_xstring<std::string, char>(int (*)(char*, unsigned long, char const*, __va_list_tag*), unsigned long, char const*, ...))[0x564a690d5181]
lock/lock0lock.cc:5654(lock_clust_rec_read_check_and_lock(unsigned long, buf_block_t const*, unsigned char const*, dict_index_t*, unsigned short const*, lock_mode, unsigned int, que_thr_t*))[0x564a690e7851]
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140639348) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140788081) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140639348) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2488030798) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2488030798) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1682010372) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (202004616) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202003778) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202004616) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202003778) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701135312) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701135312) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
src/trx_handle.cpp:387(galera::TrxHandleSlave::apply(void*, wsrep_cb_status (*)(void*, wsrep_ws_handle const*, unsigned int, wsrep_buf const*, wsrep_trx_meta const*, bool*), wsrep_trx_meta const&, bool&))[0x7f9f15dbe560]
src/trx_handle.hpp:826(galera::TrxHandleMaster::lock())[0x7f9f15dfb4ae]
src/trx_handle.hpp:1132(galera_replay_trx)[0x7f9f15e0fc3b]
/usr/sbin/mariadbd(_ZN5wsrep18wsrep_provider_v266replayERKNS_9ws_handleEPNS_21high_priority_serviceE+0x2a)[0x564a690e871e]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(_ZN20Wsrep_client_service6replayEv+0x187)[0x564a68bf1929]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_ZN5wsrep11transaction6replayERNS_11unique_lockINS_5mutexEEE+0x80)[0x564a690e2b56]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
/usr/sbin/mariadbd(_ZN5wsrep11transaction15after_statementEv+0x418)[0x564a690e494c]
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(_ZN5wsrep12client_state15after_statementEv+0x184)[0x564a690c176a]
/usr/sbin/mariadbd(+0x743d69)[0x564a68679d69]
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0x759ace)[0x564a6868face]
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xe4c)[0x564a68690e6a]
/usr/sbin/mariadbd(_Z10do_commandP3THD+0x6ab)[0x564a68693742]
/usr/sbin/mariadbd(_Z24do_handle_one_connectionP7CONNECTb+0x1be)[0x564a687b10ce]
/usr/sbin/mariadbd(handle_one_connection+0x4d)[0x564a687b137e]
/usr/sbin/mariadbd(+0xc552fe)[0x564a68b8b2fe]
pthread_create.c:0(start_thread)[0x7f9f1a754e25]
??:0(__clone)[0x7f9f18ab434d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x7f9f15270fc3): update user set j = j + 1 WHERE id > 0

Connection ID (thread ID): 1
Status: NOT_KILLED

Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off

The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /dev/shm/var/1/mysqld.1/data
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             4096                 23142                processes 
Max open files            1024                 1024                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       23142                23142                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: core

----------SERVER LOG END-------------


 - found 'core.7202' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera.galera_FK_duplicate_client_insert-innodb/mysqld.1/data/core.7202
 - deleting it, already saved 0
 - skipping '/dev/shm/var/1/log/galera.galera_FK_duplicate_client_insert-innodb/'

Retrying test galera.galera_FK_duplicate_client_insert, attempt(2/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
***Warnings generated in error logs during shutdown after running tests: galera.MW-402 galera.MW-369 galera.MW-285 galera.enforce_storage_engine galera.fk galera.MW-252 galera.binlog_checksum galera.galera_FK_duplicate_client_insert galera.create galera.MW-258 galera.ev51914 galera.MW-357 galera.MW-292 galera.MW-416 galera.MW-388 galera.basic galera.galera#505 galera.MW-309 galera.MW-259 galera.galera#500

2020-12-21 19:37:49 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
2020-12-21 19:37:49 1 [ERROR] InnoDB: WSREP state: 
2020-12-21 19:37:49 1 [ERROR] WSREP: Thread BF trx_id: 638 thread: 1 seqno: 265 client_state: exec client_mode: high priority transaction_mode: replaying applier: 1 toi: 0 local: 0 query: update user set j = j + 1 WHERE id > 0���_
2020-12-21 19:37:49 1 [ERROR] WSREP: Thread BF trx_id: 635 thread: 2 seqno: 264 client_state: exec client_mode: high priority transaction_mode: executing applier: 1 toi: 0 local: 0 query: insert into user_session(id,fk1,fk2) values (2, 2, 3)���_
Attempting backtrace. You can use the following information to find out

galera.enforce_storage_engine2 'innodb'  w2 [ pass ]   2076
worker[2] > Restart [mysqld.1 - pid: 8830, winpid: 8830] - using different config file
worker[2] > Restart [mysqld.2 - pid: 8857, winpid: 8857] - using different config file
galera.galera-features#117 'innodb'      w2 [ pass ]  10499
worker[2] > Restart [mysqld.1 - pid: 9333, winpid: 9333] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9586, winpid: 9586] - using different config file
galera.galera_FK_duplicate_client_insert 'innodb' w1 [ retry-fail ]
        Test ended at 2020-12-21 19:38:57

CURRENT_TEST: galera.galera_FK_duplicate_client_insert
mysqltest: At line 156: query 'commit' failed with wrong errno 2013: 'Lost connection to MySQL server during query', instead of 0...

The result from queries just before the failure was:
< snip >
connection node_1_u;
commit;
connection node_1;
truncate user_session;
set debug_sync = reset;
connection node_1_u;
begin;
execute upd;
connection node_1_i;
set debug_sync='lock_wait_suspend_thread_enter SIGNAL ins_waiting WAIT_FOR cont_ins';
execute ins1;
connection node_1;
set debug_sync='now WAIT_FOR ins_waiting';
connection node_2_i;
execute ins2;
connection node_1;
set debug_sync='now SIGNAL cont_ins';
connection node_1_i;
connection node_1_u;
commit;

More results from queries before failure can be found in /dev/shm/var/1/log/galera_FK_duplicate_client_insert.log
CURRENT_TEST: galera.galera_FK_duplicate_client_insert
mysqltest: At line 93: query 'commit' failed with wrong errno 2013: 'Lost connection to MySQL server during query', instead of 0...

The result from queries just before the failure was:
< snip >
connect node_1_u, 127.0.0.1, root, , test, $NODE_MYPORT_1;
connect node_1_i, 127.0.0.1, root, , test, $NODE_MYPORT_1;
connect node_2_i, 127.0.0.1, root, , test, $NODE_MYPORT_2;
"Phase 1: plain SQL statements"
connection node_1;
connection node_1_u;
begin;
update user set j = j + 1 WHERE id > 0;
connection node_1_i;
set debug_sync='lock_wait_suspend_thread_enter SIGNAL ins_waiting WAIT_FOR cont_ins';
insert into user_session(id,fk1,fk2) values (2, 2, 2);
connection node_1;
set debug_sync='now WAIT_FOR ins_waiting';
connection node_2_i;
insert into user_session(id,fk1,fk2) values (2, 2, 3);
connection node_1;
set debug_sync='now SIGNAL cont_ins';
connection node_1_i;
connection node_1_u;
commit;

More results from queries before failure can be found in /dev/shm/var/1/log/galera_FK_duplicate_client_insert.log


Server [mysqld.1 - pid: 9070, winpid: 9070, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-21 19:38:17 0 [Warning] WSREP: option --wsrep-causal-reads is deprecated
2020-12-21 19:38:17 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.9-MariaDB-debug-log) starting as process 9072 ...
2020-12-21 19:38:17 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186)
2020-12-21 19:38:17 0 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
2020-12-21 19:38:17 0 [Warning] WSREP: wsrep_sst_receive_address is set to '127.0.0.1:16004' which makes it impossible for another host to reach this one. Please set it to the address which this node can be connected at by other cluster members.
2020-12-21 19:38:17 0 [Note] WSREP: Loading provider /usr/lib64/galera-4/libgalera_smm.so initial position: 00000000-0000-0000-0000-000000000000:-1
2020-12-21 19:38:17 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera-4/libgalera_smm.so'
2020-12-21 19:38:17 0 [Note] WSREP: wsrep_load(): Galera 26.4.6(r1d8d67c) by Codership Oy <info@codership.com> loaded successfully.
2020-12-21 19:38:17 0 [Note] WSREP: CRC-32C: using "slicing-by-8" algorithm.
2020-12-21 19:38:17 0 [Warning] WSREP: Could not open state file for reading: '/dev/shm/var/1/mysqld.1/data//grastate.dat'
2020-12-21 19:38:17 0 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootstrap: 1
2020-12-21 19:38:17 0 [Note] WSREP: GCache DEBUG: opened preamble:
Version: 0
UUID: 00000000-0000-0000-0000-000000000000
Seqno: -1 - -1
Offset: -1
Synced: 0
2020-12-21 19:38:17 0 [Note] WSREP: Skipped GCache ring buffer recovery: could not determine history UUID.
2020-12-21 19:38:17 0 [Note] WSREP: Passing config to GCS: base_dir = /dev/shm/var/1/mysqld.1/data/; base_host = 127.0.0.1; base_port = 16002; cert.log_conflicts = no; cert.optimistic_pa = yes; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT30S; evs.install_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT10S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /dev/shm/var/1/mysqld.1/data/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = galera.cache; gcache.page_size = 128M; gcache.recover = yes; gcache.size = 10M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.
2020-12-21 19:38:18 0 [Note] WSREP: Start replication
2020-12-21 19:38:18 0 [Note] WSREP: Connecting with bootstrap option: 1
2020-12-21 19:38:18 0 [Note] WSREP: Setting GCS initial position to 00000000-0000-0000-0000-000000000000:-1
2020-12-21 19:38:18 0 [Note] WSREP: protonet asio version 0
2020-12-21 19:38:18 0 [Note] WSREP: Using CRC-32C for message checksums.
2020-12-21 19:38:18 0 [Note] WSREP: backend: asio
2020-12-21 19:38:18 0 [Note] WSREP: gcomm thread scheduling priority set to other:0 
2020-12-21 19:38:18 0 [Warning] WSREP: access file(/dev/shm/var/1/mysqld.1/data//gvwstate.dat) failed(No such file or directory)
2020-12-21 19:38:18 0 [Note] WSREP: restore pc from disk failed
2020-12-21 19:38:18 0 [Note] WSREP: GMCast version 0
2020-12-21 19:38:18 0 [Note] WSREP: (133a9b58-aa55, 'tcp://0.0.0.0:16002') listening at tcp://0.0.0.0:16002
2020-12-21 19:38:18 0 [Note] WSREP: (133a9b58-aa55, 'tcp://0.0.0.0:16002') multicast: , ttl: 1
2020-12-21 19:38:18 0 [Note] WSREP: EVS version 1
2020-12-21 19:38:18 0 [Note] WSREP: gcomm: bootstrapping new group 'my_wsrep_cluster'
2020-12-21 19:38:18 0 [Note] WSREP: start_prim is enabled, turn off pc_recovery
2020-12-21 19:38:18 0 [Note] WSREP: EVS version upgrade 0 -> 1
2020-12-21 19:38:18 0 [Note] WSREP: PC protocol upgrade 0 -> 1
2020-12-21 19:38:18 0 [Note] WSREP: Node 133a9b58-aa55 state prim
2020-12-21 19:38:18 0 [Note] WSREP: view(view_id(PRIM,133a9b58-aa55,1) memb {
	133a9b58-aa55,0
} joined {
} left {
} partitioned {
})
2020-12-21 19:38:18 0 [Note] WSREP: save pc into disk
2020-12-21 19:38:18 0 [Note] WSREP: gcomm: connected
2020-12-21 19:38:18 0 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
2020-12-21 19:38:18 0 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
2020-12-21 19:38:18 0 [Note] WSREP: Opened channel 'my_wsrep_cluster'
2020-12-21 19:38:18 2 [Note] WSREP: Starting rollbacker thread 2
2020-12-21 19:38:18 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1
2020-12-21 19:38:18 1 [Note] WSREP: Starting applier thread 1
2020-12-21 19:38:18 0 [Note] WSREP: Starting new group from scratch: 133d6dba-43c4-11eb-a338-a346934a80e1
2020-12-21 19:38:18 0 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 13400529-43c4-11eb-8534-92a1bb73a38b
2020-12-21 19:38:18 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 13400529-43c4-11eb-8534-92a1bb73a38b
2020-12-21 19:38:18 0 [Note] WSREP: STATE EXCHANGE: got state msg: 13400529-43c4-11eb-8534-92a1bb73a38b from 0 (centos74-amd64)
2020-12-21 19:38:18 0 [Note] WSREP: Quorum results:
	version    = 6,
	component  = PRIMARY,
	conf_id    = 0,
	members    = 1/1 (joined/total),
	act_id     = 0,
	last_appl. = 0,
	protocols  = 2/10/4 (gcs/repl/appl),
	vote policy= 0,
	group UUID = 133d6dba-43c4-11eb-a338-a346934a80e1
2020-12-21 19:38:18 0 [Note] WSREP: Flow-control interval: [16, 16]
2020-12-21 19:38:18 0 [Note] WSREP: Restored state OPEN -> JOINED (1)
2020-12-21 19:38:18 1 [Note] WSREP: ####### processing CC 1, local, ordered
2020-12-21 19:38:18 1 [Note] WSREP: Process first view: 133d6dba-43c4-11eb-a338-a346934a80e1 my uuid: 133a9b58-43c4-11eb-aa55-0e90acf5b8a2
2020-12-21 19:38:18 1 [Note] WSREP: Server centos74-amd64 connected to cluster at position 133d6dba-43c4-11eb-a338-a346934a80e1:1 with ID 133a9b58-43c4-11eb-aa55-0e90acf5b8a2
2020-12-21 19:38:18 1 [Note] WSREP: Server status change disconnected -> connected
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 1 [Note] WSREP: ####### My UUID: 133a9b58-43c4-11eb-aa55-0e90acf5b8a2
2020-12-21 19:38:18 1 [Note] WSREP: Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: no
2020-12-21 19:38:18 0 [Note] WSREP: Member 0.0 (centos74-amd64) synced with group.
2020-12-21 19:38:18 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 1)
2020-12-21 19:38:18 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 19:38:18 1 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1
2020-12-21 19:38:18 1 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-21 19:38:18 1 [Note] WSREP: ####### Adjusting cert position: -1 -> 1
2020-12-21 19:38:18 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 19:38:18 1 [Note] WSREP: GCache history reset: 00000000-0000-0000-0000-000000000000:0 -> 133d6dba-43c4-11eb-a338-a346934a80e1:0
2020-12-21 19:38:18 1 [Note] WSREP: ================================================
View:
  id: 133d6dba-43c4-11eb-a338-a346934a80e1:1
  status: primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: no
  own_index: 0
  members(1):
	0: 133a9b58-43c4-11eb-aa55-0e90acf5b8a2, centos74-amd64
=================================================
2020-12-21 19:38:18 1 [Note] WSREP: Server status change connected -> joiner
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 1 [Note] WSREP: Server status change joiner -> initializing
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 0 [Note] Plugin 'partition' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-12-21 19:38:18 0 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
2020-12-21 19:38:18 0 [Note] InnoDB: Uses event mutexes
2020-12-21 19:38:18 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
2020-12-21 19:38:18 0 [Note] InnoDB: Number of pools: 1
2020-12-21 19:38:18 0 [Note] InnoDB: Using generic crc32 instructions
2020-12-21 19:38:18 0 [Note] InnoDB: Using Linux native AIO
2020-12-21 19:38:18 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-12-21 19:38:18 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 19:38:18 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-12-21 19:38:18 0 [Note] InnoDB: 128 rollback segments are active.
2020-12-21 19:38:18 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 19:38:18 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 19:38:18 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-12-21 19:38:18 0 [Note] InnoDB: 10.5.9 started; log sequence number 47822; transaction id 27
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-12-21 19:38:18 0 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var/1/mysqld.1/data/ib_buffer_pool
2020-12-21 19:38:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-12-21 19:38:18 0 [Note] InnoDB: Buffer pool(s) load completed at 201221 19:38:18
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'user_variables' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-12-21 19:38:18 0 [Note] Plugin 'unix_socket' is disabled.
2020-12-21 19:38:18 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-pam-debug'
2020-12-21 19:38:18 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-aria'
2020-12-21 19:38:18 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-12-21 19:38:18 0 [Note] WSREP: wsrep_init_schema_and_SR 0x0
2020-12-21 19:38:18 0 [Note] WSREP: Server initialized
2020-12-21 19:38:18 0 [Note] WSREP: Server status change initializing -> initialized
2020-12-21 19:38:18 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 1 [Note] WSREP: Bootstrapping a new cluster, setting initial position to 00000000-0000-0000-0000-000000000000:-1
2020-12-21 19:38:18 4 [Note] WSREP: Cluster table is empty, not recovering transactions
2020-12-21 19:38:18 1 [Note] WSREP: Server status change initialized -> joined
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 0 [Note] Reading of all Master_info entries succeeded
2020-12-21 19:38:18 0 [Note] Added new Master_info '' to hash table
2020-12-21 19:38:18 0 [Note] /usr/sbin/mariadbd: ready for connections.
Version: '10.5.9-MariaDB-debug-log'  socket: '/dev/shm/var/tmp/1/mysqld.1.sock'  port: 16000  MariaDB Server
2020-12-21 19:38:18 1 [Note] WSREP: Lowest cert index boundary for CC from group: 1
2020-12-21 19:38:18 1 [Note] WSREP: Min available from gcache for CC from group: 1
2020-12-21 19:38:18 1 [Note] WSREP: Server centos74-amd64 synced with group
2020-12-21 19:38:18 1 [Note] WSREP: Server status change joined -> synced
2020-12-21 19:38:18 1 [Note] WSREP: Synchronized with group, ready for connections
2020-12-21 19:38:18 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:18 0 [Note] WSREP: (133a9b58-aa55, 'tcp://0.0.0.0:16002') connection established to 138dbbf1-a6fd tcp://127.0.0.1:16005
2020-12-21 19:38:18 0 [Note] WSREP: (133a9b58-aa55, 'tcp://0.0.0.0:16002') turning message relay requesting on, nonlive peers: 
2020-12-21 19:38:19 0 [Note] WSREP: declaring 138dbbf1-a6fd at tcp://127.0.0.1:16005 stable
2020-12-21 19:38:19 0 [Note] WSREP: Node 133a9b58-aa55 state prim
2020-12-21 19:38:19 0 [Note] WSREP: view(view_id(PRIM,133a9b58-aa55,2) memb {
	133a9b58-aa55,0
	138dbbf1-a6fd,0
} joined {
} left {
} partitioned {
})
2020-12-21 19:38:19 0 [Note] WSREP: save pc into disk
2020-12-21 19:38:19 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 2
2020-12-21 19:38:19 0 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 13da9e8c-43c4-11eb-a0c3-2323cd18e2cd
2020-12-21 19:38:19 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 13da9e8c-43c4-11eb-a0c3-2323cd18e2cd
2020-12-21 19:38:19 0 [Note] WSREP: STATE EXCHANGE: got state msg: 13da9e8c-43c4-11eb-a0c3-2323cd18e2cd from 0 (centos74-amd64)
2020-12-21 19:38:19 0 [Note] WSREP: STATE EXCHANGE: got state msg: 13da9e8c-43c4-11eb-a0c3-2323cd18e2cd from 1 (centos74-amd64)
2020-12-21 19:38:19 0 [Note] WSREP: Quorum results:
	version    = 6,
	component  = PRIMARY,
	conf_id    = 1,
	members    = 1/2 (joined/total),
	act_id     = 1,
	last_appl. = 0,
	protocols  = 2/10/4 (gcs/repl/appl),
	vote policy= 0,
	group UUID = 133d6dba-43c4-11eb-a338-a346934a80e1
2020-12-21 19:38:19 0 [Note] WSREP: Flow-control interval: [23, 23]
2020-12-21 19:38:19 1 [Note] WSREP: ####### processing CC 2, local, ordered
2020-12-21 19:38:19 1 [Note] WSREP: ####### My UUID: 133a9b58-43c4-11eb-aa55-0e90acf5b8a2
2020-12-21 19:38:19 1 [Note] WSREP: Skipping cert index reset
2020-12-21 19:38:19 1 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-21 19:38:19 1 [Note] WSREP: ####### Adjusting cert position: 1 -> 2
2020-12-21 19:38:19 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 19:38:19 1 [Note] WSREP: ================================================
View:
  id: 133d6dba-43c4-11eb-a338-a346934a80e1:2
  status: primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: no
  own_index: 0
  members(2):
	0: 133a9b58-43c4-11eb-aa55-0e90acf5b8a2, centos74-amd64
	1: 138dbbf1-43c4-11eb-a6fd-1f170e25ee07, centos74-amd64
=================================================
2020-12-21 19:38:19 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:19 1 [Note] WSREP: Lowest cert index boundary for CC from group: 2
2020-12-21 19:38:19 1 [Note] WSREP: Min available from gcache for CC from group: 1
2020-12-21 19:38:20 0 [Note] WSREP: Member 1.0 (centos74-amd64) requested state transfer from '*any*'. Selected 0.0 (centos74-amd64)(SYNCED) as donor.
2020-12-21 19:38:20 0 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 2)
2020-12-21 19:38:20 1 [Note] WSREP: Detected STR version: 1, req_len: 110, req: STRv1
2020-12-21 19:38:20 1 [Note] WSREP: Cert index preload: 2 -> 2
2020-12-21 19:38:20 1 [Note] WSREP: Server status change synced -> donor
2020-12-21 19:38:20 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:20 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:20 0 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'donor' --address '127.0.0.2:16007/rsync_sst' --socket '/dev/shm/var/tmp/1/mysqld.1.sock' --datadir '/dev/shm/var/1/mysqld.1/data/' --defaults-file '/dev/shm/var/1/my.cnf' --defaults-group-suffix '.1' --gtid '133d6dba-43c4-11eb-a338-a346934a80e1:2' --gtid-domain-id '0' --binlog-index 'mysqld-bin.index' --mysqld-args --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/1/my.cnf --log-output=file --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --core-file --loose-debug-sync-timeout=300'
2020-12-21 19:38:20 0 [Note] WSREP: Donor monitor thread started to monitor
2020-12-21 19:38:20 1 [Note] WSREP: sst_donor_thread signaled with 0
2020-12-21 19:38:20 0 [Note] WSREP: async IST sender starting to serve tcp://127.0.0.1:16006 sending 2-2, preload starts from 2
2020-12-21 19:38:20 0 [Note] WSREP: IST sender 2 -> 2
2020-12-21 19:38:20 0 [Note] WSREP: Flushing tables for SST...
2020-12-21 19:38:20 0 [Note] WSREP: pause
2020-12-21 19:38:20 0 [Note] WSREP: Provider paused at 133d6dba-43c4-11eb-a338-a346934a80e1:2 (5)
2020-12-21 19:38:20 0 [Note] WSREP: Server paused at: 2
2020-12-21 19:38:20 0 [Note] WSREP: Tables flushed.
2020-12-21 19:38:21 0 [Note] WSREP: resume
2020-12-21 19:38:21 0 [Note] WSREP: resuming provider at 5
2020-12-21 19:38:21 0 [Note] WSREP: Provider resumed.
2020-12-21 19:38:21 0 [Note] WSREP: SST sent: 133d6dba-43c4-11eb-a338-a346934a80e1:2
2020-12-21 19:38:21 0 [Note] WSREP: Server status change donor -> joined
2020-12-21 19:38:21 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:21 0 [Note] WSREP: 0.0 (centos74-amd64): State transfer to 1.0 (centos74-amd64) complete.
2020-12-21 19:38:21 0 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 2)
2020-12-21 19:38:21 0 [Note] WSREP: Member 0.0 (centos74-amd64) synced with group.
2020-12-21 19:38:21 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 2)
2020-12-21 19:38:21 1 [Note] WSREP: Server centos74-amd64 synced with group
2020-12-21 19:38:21 1 [Note] WSREP: Server status change joined -> synced
2020-12-21 19:38:21 1 [Note] WSREP: Synchronized with group, ready for connections
2020-12-21 19:38:21 1 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 19:38:21 0 [Note] WSREP: Donor monitor thread ended with total time 1 sec
2020-12-21 19:38:22 0 [Note] WSREP: (133a9b58-aa55, 'tcp://0.0.0.0:16002') turning message relay requesting off
2020-12-21 19:38:23 0 [Note] WSREP: async IST sender served
2020-12-21 19:38:23 0 [Note] WSREP: 1.0 (centos74-amd64): State transfer from 0.0 (centos74-amd64) complete.
2020-12-21 19:38:23 0 [Note] WSREP: Member 1.0 (centos74-amd64) synced with group.
2020-12-21 19:38:26 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
RECORD LOCKS space id 8 page no 3 n bits 72 index PRIMARY of table `test`.`user` trx id 61 lock mode S locks rec but not gap
Record lock, heap no 3 PHYSICAL RECORD: n_fields 4; compact format; info bits 0
 0: len 4; hex 80000002; asc     ;;
 1: len 6; hex 000000000000; asc       ;;
 2: len 7; hex 80000000000000; asc        ;;
 3: len 4; hex 80000000; asc     ;;

2020-12-21 19:38:26 1 [ERROR] InnoDB: WSREP state: 
2020-12-21 19:38:26 1 [ERROR] WSREP: Thread BF trx_id: 64 thread: 1 seqno: 9 client_state: exec client_mode: high priority transaction_mode: replaying applier: 1 toi: 0 local: 0 query: update user set j = j + 1 WHERE id > 0���_
2020-12-21 19:38:26 1 [ERROR] WSREP: Thread BF trx_id: 61 thread: 1 seqno: 8 client_state: exec client_mode: high priority transaction_mode: executing applier: 1 toi: 0 local: 0 query: insert into user_session(id,fk1,fk2) values (2, 2, 3)���_
2020-12-21 19:38:26 0x7f6c19a25700  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/storage/innobase/lock/lock0lock.cc line 655
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
InnoDB: about forcing recovery.
201221 19:38:26 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.

To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

Server version: 10.5.9-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=4
max_threads=153
thread_count=8
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63743 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x5601ee83c088
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x7f6c19a24c18 thread_stack 0x49000
/usr/sbin/mariadbd(my_print_stacktrace+0x2b)[0x5601e4909d6b]
/usr/sbin/mariadbd(handle_fatal_signal+0x308)[0x5601e41aeace]
addr2line: Dwarf Error: Could not find abbrev number 347.
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
sigaction.c:0(__restore_rt)[0x7f6c22bdd5e0]
:0(__GI_raise)[0x7f6c20e721f7]
:0(__GI_abort)[0x7f6c20e738e8]
/usr/sbin/mariadbd(+0xf1a585)[0x5601e470a585]
/usr/sbin/mariadbd(+0xd794a9)[0x5601e45694a9]
addr2line: Dwarf Error: Could not find abbrev number 347.
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd81711)[0x5601e4571711]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd888c8)[0x5601e45788c8]
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(+0xd89a0d)[0x5601e4579a0d]
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(+0xe9129a)[0x5601e468129a]
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xe96c22)[0x5601e4686c22]
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd04bce)[0x5601e44f4bce]
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(+0xd05074)[0x5601e44f5074]
/usr/sbin/mariadbd(_ZN7handler10ha_rnd_posEPhS0_+0x16b)[0x5601e41b65e5]
/usr/sbin/mariadbd(+0x9d5f98)[0x5601e41c5f98]
/usr/sbin/mariadbd(_ZN14Rows_log_event8find_rowEP14rpl_group_info+0x215)[0x5601e42ed30b]
/usr/sbin/mariadbd(_ZN21Update_rows_log_event11do_exec_rowEP14rpl_group_info+0x160)[0x5601e42ee082]
/usr/sbin/mariadbd(_ZN14Rows_log_event14do_apply_eventEP14rpl_group_info+0xba5)[0x5601e42e21e9]
/usr/sbin/mariadbd(_Z18wsrep_apply_eventsP3THDP14Relay_log_infoPKvm+0x4ff)[0x5601e44c319d]
/usr/sbin/mariadbd(+0xcbc07b)[0x5601e44ac07b]
ut/ut0new.cc:84(ut_new_boot())[0x5601e44ac5d8]
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(+0x119e0e1)[0x5601e498e0e1]
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_ZN5wsrep12server_state8on_applyERNS_21high_priority_serviceERKNS_9ws_handleERKNS_7ws_metaERKNS_12const_bufferE+0x245)[0x5601e498f181]
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
lock/lock0lock.cc:655(std::string __gnu_cxx::__to_xstring<std::string, char>(int (*)(char*, unsigned long, char const*, __va_list_tag*), unsigned long, char const*, ...))[0x5601e49a1851]
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140639348) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140788081) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (140639348) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1314258962) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (810942482) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1096155154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (110297969) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2488030798) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2488030798) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1682010372) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1643934723) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (76415823) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (96928606) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (98108287) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (60883770) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (202004616) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202003778) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202004616) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (202003778) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701135312) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701135312) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (1553933).
src/trx_handle.cpp:387(galera::TrxHandleSlave::apply(void*, wsrep_cb_status (*)(void*, wsrep_ws_handle const*, unsigned int, wsrep_buf const*, wsrep_trx_meta const*, bool*), wsrep_trx_meta const&, bool&))[0x7f6c1e23f560]
src/trx_handle.hpp:826(galera::TrxHandleMaster::lock())[0x7f6c1e27c4ae]
src/trx_handle.hpp:1132(galera_replay_trx)[0x7f6c1e290c3b]
/usr/sbin/mariadbd(_ZN5wsrep18wsrep_provider_v266replayERKNS_9ws_handleEPNS_21high_priority_serviceE+0x2a)[0x5601e49a271e]
/usr/sbin/mariadbd(_ZN20Wsrep_client_service6replayEv+0x187)[0x5601e44ab929]
addr2line: Dwarf Error: Could not find abbrev number 347.
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_ZN5wsrep11transaction6replayERNS_11unique_lockINS_5mutexEEE+0x80)[0x5601e499cb56]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_ZN5wsrep11transaction15after_statementEv+0x418)[0x5601e499e94c]
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(_ZN5wsrep12client_state15after_statementEv+0x184)[0x5601e497b76a]
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(+0x743d69)[0x5601e3f33d69]
/usr/sbin/mariadbd(+0x759ace)[0x5601e3f49ace]
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xe4c)[0x5601e3f4ae6a]
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_Z10do_commandP3THD+0x6ab)[0x5601e3f4d742]
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(_Z24do_handle_one_connectionP7CONNECTb+0x1be)[0x5601e406b0ce]
/usr/sbin/mariadbd(handle_one_connection+0x4d)[0x5601e406b37e]
/usr/sbin/mariadbd(+0xc552fe)[0x5601e44452fe]
pthread_create.c:0(start_thread)[0x7f6c22bd5e25]
??:0(__clone)[0x7f6c20f3534d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x7f6c1d6d8293): update user set j = j + 1 WHERE id > 0

Connection ID (thread ID): 1
Status: NOT_KILLED

Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off

The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /dev/shm/var/1/mysqld.1/data
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             4096                 23142                processes 
Max open files            1024                 1024                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       23142                23142                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: core

----------SERVER LOG END-------------


 - found 'core.9072' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera.galera_FK_duplicate_client_insert-innodb/mysqld.1/data/core.9072
 - deleting it, already saved 0
 - skipping '/dev/shm/var/1/log/galera.galera_FK_duplicate_client_insert-innodb/'

Test galera.galera_FK_duplicate_client_insert has failed 2 times, no more retries!

worker[1] > Restart  - not started
worker[1] > Restart  - not started
***Warnings generated in error logs during shutdown after running tests: galera.galera_FK_duplicate_client_insert

2020-12-21 19:38:26 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
2020-12-21 19:38:26 1 [ERROR] InnoDB: WSREP state: 
2020-12-21 19:38:26 1 [ERROR] WSREP: Thread BF trx_id: 64 thread: 1 seqno: 9 client_state: exec client_mode: high priority transaction_mode: replaying applier: 1 toi: 0 local: 0 query: update user set j = j + 1 WHERE id > 0���_
2020-12-21 19:38:26 1 [ERROR] WSREP: Thread BF trx_id: 61 thread: 1 seqno: 8 client_state: exec client_mode: high priority transaction_mode: executing applier: 1 toi: 0 local: 0 query: insert into user_session(id,fk1,fk2) values (2, 2, 3)���_
Attempting backtrace. You can use the following information to find out

galera.galera_admin 'innodb'             w1 [ pass ]   4264
galera.galera_alter_engine_innodb 'innodb' w1 [ pass ]   2063
galera.galera_applier_ftwrl_table_alter 'innodb' w2 [ pass ]   8108
worker[2] > Restart [mysqld.1 - pid: 9829, winpid: 9829] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9855, winpid: 9855] - using different config file
galera.galera_alter_engine_myisam 'innodb' w1 [ pass ]   2040
galera.galera_alter_table_force 'innodb' w1 [ pass ]   2061
galera.galera_applier_ftwrl_table 'innodb' w1 [ pass ]   2156
galera.galera_bf_abort 'innodb'          w1 [ pass ]   2053
galera.galera_bf_abort_at_after_statement 'innodb' w1 [ pass ]   2122
galera.galera_bf_abort_flush_for_export 'innodb' w1 [ pass ]   2046
galera.galera_bf_abort_for_update 'innodb' w1 [ pass ]   2091
galera.galera_as_master 'innodb'         w2 [ pass ]   2715
worker[2] > Restart [mysqld.1 - pid: 10404, winpid: 10404] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10429, winpid: 10429] - using different config file
worker[2] > Restart [mysqld.3 - pid: 10431, winpid: 10431] - using different config file
galera.galera_bf_abort_ftwrl 'innodb'    w1 [ pass ]   2095
galera.galera_bf_abort_get_lock 'innodb' w1 [ pass ]   3086
galera.galera_bf_abort_lock_table 'innodb' w1 [ pass ]   2149
galera.galera_as_master_large 'innodb'   w2 [ pass ]   2145
worker[2] > Restart [mysqld.1 - pid: 10758, winpid: 10758] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10795, winpid: 10795] - using different config file
worker[2] > Restart [mysqld.3 - pid: 10801, winpid: 10801] - using different config file
galera.galera_bf_abort_shutdown 'innodb' w1 [ pass ]   9533
galera.galera_as_slave 'innodb'          w2 [ pass ]   2335
worker[2] > Restart [mysqld.1 - pid: 11112, winpid: 11112] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11138, winpid: 11138] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11140, winpid: 11140] - using different config file
galera.galera_bf_abort_sleep 'innodb'    w1 [ pass ]   2038
galera.galera_binlog_cache_size 'innodb' w1 [ pass ]   3103
galera.galera_binlog_row_image 'innodb'  w1 [ pass ]   2253
galera.galera_as_slave_autoinc 'innodb'  w2 [ pass ]   2203
worker[2] > Restart [mysqld.1 - pid: 11606, winpid: 11606] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11642, winpid: 11642] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11644, winpid: 11644] - using different config file
galera.galera_change_user 'innodb'       w1 [ pass ]   2061
galera.galera_commit_empty 'innodb'      w1 [ pass ]   2150
galera.galera_create_function 'innodb'   w1 [ pass ]   2078
galera.galera_create_procedure 'innodb'  w1 [ pass ]   2095
galera.galera_as_slave_ctas 'innodb'     w2 [ pass ]   3079
worker[2] > Restart [mysqld.1 - pid: 11962, winpid: 11962] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11989, winpid: 11989] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11991, winpid: 11991] - using different config file
galera.galera_create_table_as_select 'innodb' w1 [ pass ]   2443
galera.galera_create_table_like 'innodb' w1 [ pass ]   2204
galera.galera_create_trigger 'innodb'    w1 [ pass ]   2236
galera.galera_create_view 'innodb'       w1 [ pass ]   2030
galera.galera_as_slave_gtid 'innodb'     w2 [ pass ]   3277
worker[2] > Restart [mysqld.1 - pid: 12337, winpid: 12337] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12362, winpid: 12362] - using different config file
worker[2] > Restart [mysqld.3 - pid: 12364, winpid: 12364] - using different config file
galera.galera_ddl_fk_conflict 'innodb'   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_ddl_multiline 'innodb'     w1 [ pass ]   2617
galera.galera_delete_limit 'innodb'      w1 [ pass ]   2104
galera.galera_as_slave_gtid_auto_engine 'innodb' w2 [ pass ]   3185
worker[2] > Restart [mysqld.1 - pid: 12710, winpid: 12710] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12735, winpid: 12735] - using different config file
worker[2] > Restart [mysqld.3 - pid: 12737, winpid: 12737] - using different config file
galera.galera_desync_overlapped 'innodb' w1 [ pass ]   3243
galera.galera_as_slave_gtid_myisam 'innodb' w2 [ pass ]   3115
worker[2] > Restart [mysqld.1 - pid: 13066, winpid: 13066] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13094, winpid: 13094] - using different config file
worker[2] > Restart [mysqld.3 - pid: 13096, winpid: 13096] - using different config file
galera.galera_drop_database 'innodb'     w1 [ pass ]  12086
galera.galera_as_slave_replay 'innodb'   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 13467, winpid: 13467] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13493, winpid: 13493] - using different config file
worker[2] > Restart [mysqld.3 - pid: 13495, winpid: 13495] - using different config file
galera.galera_drop_multi 'innodb'        w1 [ pass ]   2082
galera.galera_enum 'innodb'              w1 [ pass ]   2116
galera.galera_events 'innodb'            w1 [ pass ]   3059
galera.galera_bf_background_statistics 'innodb' w2 [ pass ]   5068
worker[2] > Restart [mysqld.1 - pid: 13868, winpid: 13868] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13911, winpid: 13911] - using different config file
galera.galera_events2 'innodb'           w1 [ pass ]  16428
galera.galera_fk_cascade_delete 'innodb' w1 [ pass ]   2228
galera.galera_fk_cascade_delete_debug 'innodb' w1 [ pass ]   2155
galera.galera_bf_kill 'innodb'           w2 [ pass ]   2140
worker[2] > Restart [mysqld.1 - pid: 14360, winpid: 14360] - using different config file
worker[2] > Restart [mysqld.2 - pid: 14392, winpid: 14392] - using different config file
galera.galera_fk_cascade_update 'innodb' w1 [ pass ]   2073
galera.galera_fk_conflict 'innodb'       w1 [ pass ]   2083
galera.galera_fk_mismatch 'innodb'       w1 [ pass ]   2089
galera.galera_fk_multicolumn 'innodb'    w1 [ pass ]   2081
galera.galera_fk_multitable 'innodb'     w1 [ pass ]   2052
galera.galera_fk_no_pk 'innodb'          w1 [ pass ]   2116
galera.galera_fk_selfreferential 'innodb' w1 [ pass ]   2054
galera.galera_fk_setnull 'innodb'        w1 [ pass ]   2139
galera.galera_flush_local 'innodb'       w1 [ skipped ]  Test requires: 'have_wsrep_replicate_myisam'
galera.galera_ftwrl_drain 'innodb'       w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_gra_log 'innodb'           w1 [ pass ]   9273
galera.galera_insert_ignore 'innodb'     w1 [ pass ]   2117
galera.galera_insert_multi 'innodb'      w1 [ pass ]   2255
galera.galera_kill_applier 'innodb'      w1 [ pass ]   2097
worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera.galera_kill_ddl 'innodb'          w1 [ pass ]  19612
galera.galera_kill_smallchanges 'innodb' w1 [ pass ]  19798
galera.galera_lock_table 'innodb'        w1 [ pass ]   4072
galera.galera_lock_tables_in_transaction 'innodb' w1 [ pass ]   2063
galera.galera_many_indexes 'innodb'      w1 [ pass ]   3166
galera.galera_mdev_10812 'innodb'        w1 [ pass ]   6043
galera.galera_multi_database 'innodb'    w1 [ pass ]   2174
galera.galera_multirow_rollback 'binlogoff,innodb' w1 [ pass ]   2193
galera.galera_myisam_autocommit 'innodb' w1 [ pass ]   2057
galera.galera_myisam_transactions 'innodb' w1 [ pass ]   2157
galera.galera_nopk_bit 'innodb'          w1 [ pass ]   2088
galera.galera_nopk_blob 'innodb'         w1 [ pass ]   2104
galera.galera_nopk_large_varchar 'innodb' w1 [ pass ]   2165
galera.galera_nopk_unicode 'innodb'      w1 [ pass ]   2085
galera.galera_parallel_apply_lock_table 'innodb' w1 [ pass ]   4087
galera.galera_performance_schema 'innodb' w1 [ pass ]   2123
galera.galera_pk_bigint_signed 'innodb'  w1 [ pass ]   2076
galera.galera_pk_bigint_unsigned 'innodb' w1 [ pass ]   2065
galera.galera_prepared_statement 'innodb' w1 [ pass ]   2114
galera.galera_read_only 'innodb'         w1 [ pass ]   2106
galera.galera_repl_key_format_flat16 'innodb' w1 [ pass ]   2131
galera.galera_repl_max_ws_size 'innodb'  w1 [ pass ]   2054
galera.galera_restart_nochanges 'innodb' w1 [ pass ]  10516
galera.galera_restart_on_unknown_option 'innodb' w1 [ pass ]  78724
galera.galera_roles 'innodb'             w1 [ pass ]   5434
galera.galera_rsu_error 'innodb'         w1 [ pass ]   2119
galera.galera_rsu_simple 'innodb'        w1 [ pass ]   2102
galera.galera_rsu_wsrep_desync 'innodb'  w1 [ pass ]   4222
galera.galera_sbr 'innodb'               w1 [ pass ]   2062
galera.galera_schema_dirty_reads 'innodb' w1 [ pass ]   2021
galera.galera_serializable 'innodb'      w1 [ pass ]   6067
galera.galera_server 'innodb'            w1 [ pass ]   2086
galera.galera_set_position_after_cert_failure 'innodb' w1 [ pass ]   9060
worker[1] > Restart [mysqld.2 - pid: 17150, winpid: 17150] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
galera.galera_set_position_after_dummy_writeset 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_sp_bf_abort 'innodb'       w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_bf_kill_debug 'innodb'     w2 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-12-21 19:46:40
line
2020-12-21 19:45:52 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:46:07 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:46:22 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:46:37 0 [Warning] InnoDB: A long semaphore wait:
^ Found warnings in /dev/shm/var/2/log/mysqld.2.err
ok

 - skipping '/dev/shm/var/2/log/galera.galera_bf_kill_debug-innodb/'

Retrying test galera.galera_bf_kill_debug, attempt(2/3)...

worker[2] > Restart  - not started
worker[2] > Restart  - not started
galera.galera_sp_insert_parallel 'innodb' w1 [ pass ]   9970
galera.galera_sql_log_bin_zero 'innodb'  w1 [ pass ]   2102
galera.galera_status_cluster 'innodb'    w1 [ pass ]   2025
galera.galera_status_local_index 'innodb' w1 [ pass ]   2085
galera.galera_status_local_state 'innodb' w1 [ pass ]   2063
galera.galera_suspend_slave 'innodb'     w1 [ pass ]  26817
galera.galera_sync_wait_show 'innodb'    w1 [ pass ]   2120
galera.galera_toi_alter_auto_increment 'innodb' w1 [ pass ]   4313
galera.galera_toi_ddl_locking 'innodb'   w1 [ pass ]   6135
galera.galera_toi_ddl_sequential 'innodb' w1 [ pass ]   2084
galera.galera_toi_drop_database 'innodb' w1 [ pass ]  67611
galera.galera_toi_ftwrl 'innodb'         w1 [ pass ]   2123
galera.galera_toi_lock_exclusive 'innodb' w1 [ pass ]   3090
galera.galera_toi_lock_shared 'innodb'   w1 [ pass ]   2053
galera.galera_transaction_read_only 'innodb' w1 [ pass ]   2097
galera.galera_transaction_replay 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_trigger 'innodb'           w1 [ pass ]   2189
galera.galera_truncate 'innodb'          w1 [ pass ]   2181
galera.galera_truncate_temporary 'innodb' w1 [ pass ]   2160
galera.galera_unicode_identifiers 'innodb' w1 [ pass ]   2101
galera.galera_unicode_pk 'innodb'        w1 [ pass ]   2154
galera.galera_update_limit 'innodb'      w1 [ pass ]   2143
galera.galera_var_OSU_method 'innodb'    w1 [ pass ]   2141
galera.galera_var_OSU_method2 'innodb'   w1 [ pass ]   2161
galera.galera_var_auto_inc_control_off 'innodb' w1 [ pass ]   4116
galera.galera_var_certify_nonPK_off 'innodb' w1 [ pass ]   2082
galera.galera_var_cluster_address 'innodb' w1 [ pass ]   6219
galera.galera_var_cluster_conf_id 'innodb' w1 [ pass ]   2050
galera.galera_var_desync_on 'innodb'     w1 [ pass ]   3123
galera.galera_var_dirty_reads 'innodb'   w1 [ pass ]   4257
galera.galera_var_fkchecks 'innodb'      w1 [ pass ]   2093
galera.galera_var_ignore_apply_errors 'innodb' w1 [ pass ]   2626
galera.galera_var_max_ws_rows 'innodb'   w1 [ pass ]  10129
galera.galera_var_max_ws_size 'innodb'   w1 [ pass ]   2080
galera.galera_var_mysql_replication_bundle 'innodb' w1 [ pass ]   2046
galera.galera_var_replicate_myisam_off 'innodb' w1 [ pass ]   2057
galera.galera_var_sync_wait 'innodb'     w1 [ pass ]   2092
galera.galera_var_trx_fragment_size 'innodb' w1 [ pass ]   2071
galera.galera_var_wsrep_on_off 'innodb'  w1 [ pass ]   2055
galera.galera_view 'innodb'              w1 [ pass ]   2026
galera.galera_wsrep_provider_options_syntax 'innodb' w1 [ pass ]   2080
galera.galera_wsrep_provider_unset_set 'innodb' w1 [ pass ]   5220
galera.galera_zero_length_column 'innodb' w1 [ pass ]   2052
galera.grant 'innodb'                    w1 [ pass ]   2060
galera.lp1276424 'innodb'                w1 [ pass ]   2063
galera.lp1347768 'innodb'                w1 [ pass ]   2039
galera.lp1376747 'innodb'                w1 [ pass ]   4074
galera.lp1376747-2 'innodb'              w1 [ pass ]   2040
galera.lp1376747-3 'innodb'              w1 [ pass ]   2050
galera.lp1376747-4 'innodb'              w1 [ pass ]   3088
galera.lp1438990 'innodb'                w1 [ pass ]   2088
galera.lp959512 'innodb'                 w1 [ pass ]   2101
galera.mdev-22543 'innodb'               w1 [ pass ]  18369
galera.mdev_21025 'innodb'               w1 [ pass ]   2087
galera.mdev_9290 'innodb'                w1 [ pass ]   2054
galera.mysql-wsrep#110 'innodb'          w1 [ pass ]   2130
galera.mysql-wsrep#237 'innodb'          w1 [ pass ]   3078
galera.mysql-wsrep#247 'innodb'          w1 [ pass ]   3055
galera.galera_bf_kill_debug 'innodb'     w2 [ retry-fail ]  Found warnings/errors in server log file!
        Test ended at 2020-12-21 19:51:49
line
2020-12-21 19:51:01 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:51:16 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:51:31 0 [Warning] InnoDB: A long semaphore wait:
2020-12-21 19:51:46 0 [Warning] InnoDB: A long semaphore wait:
^ Found warnings in /dev/shm/var/2/log/mysqld.2.err
ok

 - skipping '/dev/shm/var/2/log/galera.galera_bf_kill_debug-innodb/'

Test galera.galera_bf_kill_debug has failed 2 times, no more retries!

worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.mysql-wsrep#31 'innodb'           w1 [ pass ]   9210
worker[1] > Restart [mysqld.2 - pid: 19349, winpid: 19349] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
galera.galera_binlog_checksum 'innodb'   w2 [ pass ]   2168
worker[2] > Restart [mysqld.1 - pid: 19535, winpid: 19535] - using different config file
worker[2] > Restart [mysqld.2 - pid: 19570, winpid: 19570] - using different config file
galera.mysql-wsrep#332 'innodb'          w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.mysql-wsrep#90 'innodb'           w1 [ pass ]   2230
galera.pxc-421 'innodb'                  w1 [ pass ]   5471
galera.rename 'innodb'                   w1 [ pass ]   2122
galera.unique_key 'innodb'               w1 [ pass ]   2263
galera.view 'innodb'                     w1 [ pass ]   2074
galera.galera_binlog_event_max_size_min 'innodb' w2 [ pass ]   2120
worker[2] > Restart [mysqld.1 - pid: 20112, winpid: 20112] - using different config file
worker[2] > Restart [mysqld.2 - pid: 20148, winpid: 20148] - using different config file
galera.wsrep_strict_ddl 'innodb'         w1 [ pass ]   2152
galera.wsrep_trx_fragment_size_sr 'innodb' w1 [ pass ]   2074
worker[1] > Restart [mysqld.1 - pid: 15383, winpid: 15383] - using different config file
worker[1] > Restart [mysqld.2 - pid: 19615, winpid: 19615] - using different config file
galera.galera_gcs_fragment 'innodb'      w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 20691, winpid: 20691] - using different config file
worker[1] > Restart [mysqld.2 - pid: 20742, winpid: 20742] - using different config file
galera.galera_defaults 'innodb'          w2 [ pass ]   2080
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.galera_gtid_slave 'innodb'        w2 [ pass ]   3305
worker[2] > Restart [mysqld.1 - pid: 20967, winpid: 20967] - using different config file
worker[2] > Restart [mysqld.2 - pid: 20995, winpid: 20995] - using different config file
worker[2] > Restart [mysqld.3 - pid: 20997, winpid: 20997] - using different config file
galera.galera_gtid 'innodb'              w1 [ pass ]   2112
worker[1] > Restart [mysqld.1 - pid: 21211, winpid: 21211] - using different config file
worker[1] > Restart [mysqld.2 - pid: 21246, winpid: 21246] - using different config file
galera.galera_gtid_trx_conflict 'innodb' w2 [ pass ]   2181
worker[2] > Restart [mysqld.1 - pid: 21489, winpid: 21489] - using different config file
worker[2] > Restart [mysqld.2 - pid: 21533, winpid: 21533] - using different config file
galera.galera_last_committed_id 'binlogon,innodb' w1 [ pass ]   2097
worker[1] > Restart [mysqld.1 - pid: 21810, winpid: 21810] - using different config file
worker[1] > Restart [mysqld.2 - pid: 21838, winpid: 21838] - using different config file
galera.galera_last_committed_id 'binlogoff,innodb' w2 [ pass ]   2062
worker[2] > Restart [mysqld.1 - pid: 22029, winpid: 22029] - using different config file
worker[2] > Restart [mysqld.2 - pid: 22071, winpid: 22071] - using different config file
galera.galera_log_bin 'innodb'           w2 [ pass ]   2685
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.galera_load_data 'innodb'         w1 [ pass ]  22220
worker[1] > Restart [mysqld.1 - pid: 22335, winpid: 22335] - using different config file
worker[1] > Restart [mysqld.2 - pid: 22360, winpid: 22360] - using different config file
galera.galera_mdev_13787 'innodb'        w2 [ pass ]   2076
worker[2] > Restart [mysqld.1 - pid: 22836, winpid: 22836] - using different config file
worker[2] > Restart [mysqld.2 - pid: 22862, winpid: 22862] - using different config file
galera.galera_mdev_15611 'innodb'        w1 [ pass ]   2807
worker[1] > Restart [mysqld.1 - pid: 23089, winpid: 23089] - using different config file
worker[1] > Restart [mysqld.2 - pid: 23115, winpid: 23115] - using different config file
galera.galera_query_cache 'innodb'       w2 [ pass ]   2109
worker[2] > Restart [mysqld.1 - pid: 23163, winpid: 23163] - using different config file
worker[2] > Restart [mysqld.2 - pid: 23220, winpid: 23220] - using different config file
galera.galera_query_cache_sync_wait 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 23594, winpid: 23594] - using different config file
worker[1] > Restart [mysqld.2 - pid: 23620, winpid: 23620] - using different config file
galera.galera_sbr_binlog 'innodb'        w2 [ pass ]   2096
worker[2] > Restart [mysqld.1 - pid: 23627, winpid: 23627] - using different config file
worker[2] > Restart [mysqld.2 - pid: 23658, winpid: 23658] - using different config file
galera.galera_slave_replay 'innodb'      w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 24100, winpid: 24100] - using different config file
worker[1] > Restart [mysqld.2 - pid: 24125, winpid: 24125] - using different config file
worker[1] > Restart [mysqld.3 - pid: 24127, winpid: 24127] - using different config file
File /usr/share/mysql-test/suite/galera/r/galera_sst_rsync2.result is read-only; trying to patch anyway
1 out of 2 hunks FAILED
galera.galera_sst_mariabackup_lost_found 'innodb' w2 [ pass ]  23282
worker[2] > Restart [mysqld.1 - pid: 24150, winpid: 24150] - using different config file
worker[2] > Restart [mysqld.2 - pid: 25856, winpid: 25856] - using different config file
galera.galera_sst_rsync2 'debug,innodb'  w1 [ pass ]  43528
worker[1] > Restart [mysqld.1 - pid: 25052, winpid: 25052] - using different config file
worker[1] > Restart [mysqld.2 - pid: 27169, winpid: 27169] - using different config file
galera.galera_sync_wait_upto 'binlogon,innodb' w2 [ pass ]   3046
worker[2] > Restart [mysqld.1 - pid: 27358, winpid: 27358] - using different config file
worker[2] > Restart [mysqld.2 - pid: 27400, winpid: 27400] - using different config file
galera.galera_sync_wait_upto 'binlogoff,innodb' w1 [ pass ]   3037
worker[1] > Restart [mysqld.1 - pid: 27660, winpid: 27660] - using different config file
worker[1] > Restart [mysqld.2 - pid: 27686, winpid: 27686] - using different config file
galera.galera_v1_row_events 'innodb'     w2 [ pass ]   2051
worker[2] > Restart [mysqld.1 - pid: 27887, winpid: 27887] - using different config file
worker[2] > Restart [mysqld.2 - pid: 27911, winpid: 27911] - using different config file
galera.galera_var_auto_inc_control_on 'innodb' w1 [ pass ]   2056
worker[1] > Restart [mysqld.1 - pid: 28144, winpid: 28144] - using different config file
worker[1] > Restart [mysqld.2 - pid: 28169, winpid: 28169] - using different config file
galera.galera_var_gtid_domain_id 'innodb' w2 [ pass ]   2756
worker[2] > Restart [mysqld.1 - pid: 28372, winpid: 28372] - using different config file
worker[2] > Restart [mysqld.2 - pid: 28398, winpid: 28398] - using different config file
galera.galera_var_log_bin 'innodb'       w1 [ pass ]   2113
worker[1] > Restart [mysqld.1 - pid: 28650, winpid: 28650] - using different config file
worker[1] > Restart [mysqld.2 - pid: 28677, winpid: 28677] - using different config file
galera.galera_var_slave_threads 'innodb' w2 [ pass ]   2358
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.galera_var_sst_auth 'innodb'      w1 [ pass ]   2020
worker[1] > Restart [mysqld.1 - pid: 29237, winpid: 29237] - using different config file
worker[1] > Restart [mysqld.2 - pid: 29262, winpid: 29262] - using different config file
galera.galera_wsrep_log_conficts 'innodb' w2 [ pass ]   2178
worker[2] > Restart [mysqld.1 - pid: 29478, winpid: 29478] - using different config file
worker[2] > Restart [mysqld.2 - pid: 29504, winpid: 29504] - using different config file
galera.mdev_10518 'innodb'               w1 [ pass ]   2396
worker[1] > Restart [mysqld.1 - pid: 29739, winpid: 29739] - using different config file
worker[1] > Restart [mysqld.2 - pid: 29766, winpid: 29766] - using different config file
galera.mdev_21718 'innodb'               w2 [ pass ]   3056
worker[2] > Restart [mysqld.1 - pid: 30019, winpid: 30019] - using different config file
worker[2] > Restart [mysqld.2 - pid: 30043, winpid: 30043] - using different config file
galera.mysql-wsrep#198 'innodb'          w1 [ pass ]   2194
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera.mysql-wsrep#201 'innodb'          w2 [ pass ]   4319
worker[2] > Restart [mysqld.1 - pid: 30529, winpid: 30529] - using different config file
worker[2] > Restart [mysqld.2 - pid: 30555, winpid: 30555] - using different config file
galera.rpl_row_annotate 'innodb'         w1 [ pass ]   2043
worker[1] > Restart [mysqld.1 - pid: 30761, winpid: 30761] - using different config file
worker[1] > Restart [mysqld.2 - pid: 30788, winpid: 30788] - using different config file
galera_3nodes.GAL-501 'innodb'           w1 [ pass ]  15235
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera_3nodes.galera-features#119 'innodb' w2 [ pass ]  26444
galera_3nodes.galera_certification_ccc 'innodb' w2 [ pass ]  15093
galera_3nodes.galera_certification_double_failure 'innodb' w2 [ pass ]   3079
galera_3nodes.GCF-363 'innodb'           w1 [ pass ]  10811
worker[1] > Restart [mysqld.1 - pid: 32119, winpid: 32119] - using different config file
worker[1] > Restart [mysqld.2 - pid: 32148, winpid: 32148] - using different config file
worker[1] > Restart [mysqld.3 - pid: 32644, winpid: 32644] - using different config file
galera_3nodes.galera_evs_suspect_timeout 'innodb' w2 [ pass ]  14428
galera_3nodes.galera_join_with_cc_A 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_B 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_C 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_parallel_apply_3nodes 'innodb' w2 [ pass ]   2062
galera_3nodes.galera_var_dirty_reads2 'innodb' w2 [ pass ]  20396
galera_3nodes.GCF-376 'innodb'           w1 [ pass ]  25856
worker[1] > Restart [mysqld.1 - pid: 486, winpid: 486] - using different config file
worker[1] > Restart [mysqld.2 - pid: 1132, winpid: 1132] - using different config file
worker[1] > Restart [mysqld.3 - pid: 515, winpid: 515] - using different config file
galera_3nodes.galera_wsrep_schema 'innodb' w2 [ pass ]   7997
worker[2] > Restart [mysqld.1 - pid: 31042, winpid: 31042] - using different config file
worker[2] > Restart [mysqld.2 - pid: 1924, winpid: 1924] - using different config file
worker[2] > Restart [mysqld.3 - pid: 31066, winpid: 31066] - using different config file
galera_3nodes.galera_ipv6_mariabackup 'innodb' w1 [ pass ]  13386
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera_3nodes.galera_ipv6_mariabackup_section 'innodb' w2 [ pass ]  14721
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.galera_ipv6_mysqldump 'innodb' w1 [ pass ]  18990
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera_3nodes.galera_ipv6_rsync 'innodb' w2 [ pass ]  13131
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.galera_ipv6_rsync_section 'innodb' w1 [ pass ]  13506
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera_3nodes.galera_toi_vote 'innodb'   w1 [ pass ]  10098
worker[1] > Restart [mysqld.1 - pid: 7858, winpid: 7858] - using different config file
worker[1] > Restart [mysqld.2 - pid: 7884, winpid: 7884] - using different config file
worker[1] > Restart [mysqld.3 - pid: 8355, winpid: 8355] - using different config file
galera_3nodes.galera_safe_to_bootstrap 'innodb' w2 [ pass ]  34814
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.inconsistency_shutdown 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 9218, winpid: 9218] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9257, winpid: 9257] - using different config file
worker[2] > Restart [mysqld.3 - pid: 9259, winpid: 9259] - using different config file
galera_3nodes.galera_vote_rejoin_mysqldump 'innodb' w1 [ pass ]  11598
worker[1] > Restart [mysqld.1 - pid: 8880, winpid: 8880] - using different config file
worker[1] > Restart [mysqld.2 - pid: 9889, winpid: 9889] - using different config file
worker[1] > Restart [mysqld.3 - pid: 8921, winpid: 8921] - using different config file
galera_sr.mysql-wsrep-features#32 'innodb' w2 [ pass ]   4084
worker[2] > Restart [mysqld.1 - pid: 9894, winpid: 9894] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-slave-updates --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --innodb-lock-wait-timeout=1'
worker[2] > Restart [mysqld.2 - pid: 9917, winpid: 9917] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-slave-updates --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --innodb-lock-wait-timeout=1'
galera_sr.galera_sr_gtid 'innodb'        w1 [ pass ]   2061
worker[1] > Restart [mysqld.1 - pid: 10289, winpid: 10289] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin-use-v1-row-events=1 --wsrep-trx-fragment-size=1' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --log-slave-updates --loose-galera-sr-gtid-unique'
worker[1] > Restart [mysqld.2 - pid: 10315, winpid: 10315] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin-use-v1-row-events=1 --wsrep-trx-fragment-size=1' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --log-slave-updates --loose-galera-sr-gtid-unique'
galera_sr.galera_sr_log_bin 'innodb'     w2 [ pass ]   2799
galera_sr.mysql-wsrep-features#136 'innodb' w2 [ pass ]   2044
worker[2] > Restart [mysqld.1 - pid: 10573, winpid: 10573] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-slave-updates --log-bin'
worker[2] > Restart [mysqld.2 - pid: 10599, winpid: 10599] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-slave-updates --log-bin'
galera_sr.galera_sr_v1_row_events 'innodb' w1 [ pass ]   2044
worker[1] > Restart [mysqld.1 - pid: 10776, winpid: 10776] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin-use-v1-row-events=1 --wsrep-trx-fragment-size=1'
worker[1] > Restart [mysqld.2 - pid: 10816, winpid: 10816] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin-use-v1-row-events=1 --wsrep-trx-fragment-size=1'
galera_sr.GCF-1008 'innodb'              w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.galera_sr_multirow_rollback 'binlogon,innodb' w2 [ pass ]   2177
worker[2] > Restart [mysqld.1 - pid: 11103, winpid: 11103] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin'
worker[2] > Restart [mysqld.2 - pid: 11128, winpid: 11128] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin'
galera_sr.GCF-1018 'innodb'              w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.GCF-1051 'innodb'              w1 [ pass ]   2115
galera_sr.GCF-561 'innodb'               w1 [ pass ]   2100
galera_sr.GCF-571 'innodb'               w1 [ pass ]   2093
galera_sr.GCF-572 'innodb'               w1 [ pass ]   2056
galera_sr.GCF-580 'innodb'               w1 [ pass ]   2045
galera_sr.galera_sr_unit_statements 'innodb' w2 [ pass ]   2060
galera_sr.galera_sr_ws_size 'innodb'     w2 [ pass ]   2180
galera_sr.GCF-585 'innodb'               w1 [ pass ]   6092
galera_sr.GCF-597 'innodb'               w1 [ pass ]   2061
galera_sr.galera_sr_ws_size2 'innodb'    w2 [ pass ]   4108
galera_sr.GCF-620 'innodb'               w1 [ pass ]   2101
galera_sr.galera_var_ignore_apply_errors_sr 'innodb' w2 [ pass ]   2055
galera_sr.GCF-623 'innodb'               w1 [ pass ]   2053
galera_sr.mysql-wsrep#215 'innodb'       w2 [ pass ]   2411
galera_sr.GCF-627 'innodb'               w1 [ pass ]   2067
galera_sr.mysql-wsrep-features#138 'innodb' w2 [ pass ]   2122
galera_sr.mysql-wsrep-features#14 'innodb' w2 [ pass ]   2034
galera_sr.GCF-845 'innodb'               w1 [ pass ]   4099
galera_sr.mysql-wsrep-features#148 'innodb' w2 [ pass ]   2093
galera_sr.GCF-851 'innodb'               w1 [ pass ]   2067
galera_sr.mysql-wsrep-features#15 'innodb' w2 [ pass ]   2037
galera_sr.GCF-867 'innodb'               w1 [ pass ]   2375
galera_sr.mysql-wsrep-features#165 'innodb' w2 [ pass ]   2902
galera_sr.GCF-889 'innodb'               w1 [ pass ]   2035
galera_sr.mysql-wsrep-features#22 'innodb' w2 [ pass ]   2080
galera_sr.GCF-900 'innodb'               w1 [ pass ]   2102
galera_sr.MDEV-22616 'innodb'            w1 [ pass ]   2041
galera_sr.mysql-wsrep-features#27 'innodb' w2 [ pass ]   4048
galera_sr.MDEV-23623 'innodb'            w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.mysql-wsrep-features#35 'innodb' w2 [ pass ]   2064
galera_sr.galera_sr_bf_abort 'innodb'    w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.mysql-wsrep-features#93 'innodb' w2 [ pass ]   2039
galera_sr.galera_sr_blob 'innodb'        w1 [ pass ]   2040
galera_sr.mysql-wsrep-features#96 'innodb' w2 [ pass ]   2043
worker[2] > Restart [mysqld.1 - pid: 11680, winpid: 11680] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11709, winpid: 11709] - using different config file
galera_sr.galera_sr_cc_master 'innodb'   w1 [ fail ]
        Test ended at 2020-12-21 20:03:56

CURRENT_TEST: galera_sr.galera_sr_cc_master
mysqltest: At line 44: query 'SET GLOBAL wsrep_cluster_address = ''' failed: 2013: Lost connection to MySQL server during query

The result from queries just before the failure was:
< snip >
SET AUTOCOMMIT=OFF;
START TRANSACTION;
INSERT INTO t1 VALUES (1);
INSERT INTO t1 VALUES (2);
INSERT INTO t1 VALUES (3);
INSERT INTO t1 VALUES (4);
INSERT INTO t1 VALUES (5);
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connection node_1;
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
SET SESSION wsrep_sync_wait=0;
SET GLOBAL wsrep_cluster_address = '';

More results from queries before failure can be found in /dev/shm/var/1/log/galera_sr_cc_master.log


Server [mysqld.2 - pid: 11159, winpid: 11159, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-21 20:03:38 198 [Note] WSREP: Stop replication by 198
2020-12-21 20:03:38 198 [Note] WSREP: Server status change synced -> disconnecting
2020-12-21 20:03:38 198 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:38 198 [Note] WSREP: Closing send monitor...
2020-12-21 20:03:38 198 [Note] WSREP: Closed send monitor.
2020-12-21 20:03:38 198 [Note] WSREP: gcomm: terminating thread
2020-12-21 20:03:38 198 [Note] WSREP: gcomm: joining thread
2020-12-21 20:03:38 198 [Note] WSREP: gcomm: closing backend
2020-12-21 20:03:39 198 [Note] WSREP: view(view_id(NON_PRIM,75e83fe1-bed3,2) memb {
	762a5133-b951,0
} joined {
} left {
} partitioned {
	75e83fe1-bed3,0
})
2020-12-21 20:03:39 198 [Note] WSREP: PC protocol downgrade 1 -> 0
2020-12-21 20:03:39 198 [Note] WSREP: view((empty))
2020-12-21 20:03:39 198 [Note] WSREP: gcomm: closed
2020-12-21 20:03:39 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2020-12-21 20:03:39 0 [Note] WSREP: Flow-control interval: [16, 16]
2020-12-21 20:03:39 0 [Note] WSREP: Received NON-PRIMARY.
2020-12-21 20:03:39 0 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 280)
2020-12-21 20:03:39 0 [Note] WSREP: New SELF-LEAVE.
2020-12-21 20:03:39 0 [Note] WSREP: Flow-control interval: [0, 0]
2020-12-21 20:03:39 0 [Note] WSREP: Received SELF-LEAVE. Closing connection.
2020-12-21 20:03:39 0 [Note] WSREP: Shifting OPEN -> CLOSED (TO: 280)
2020-12-21 20:03:39 0 [Note] WSREP: RECV thread exiting 0: Success
2020-12-21 20:03:39 198 [Note] WSREP: recv_thread() joined.
2020-12-21 20:03:39 198 [Note] WSREP: Closing replication queue.
2020-12-21 20:03:39 198 [Note] WSREP: Closing slave action queue.
2020-12-21 20:03:39 2 [Note] WSREP: ================================================
View:
  id: 75eb12d9-43c7-11eb-b4ca-0f7011a70947:280
  status: non-primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: no
  own_index: 0
  members(1):
	0: 762a5133-43c7-11eb-b951-aaf7d8ef8354, centos74-amd64
=================================================
2020-12-21 20:03:39 2 [Note] WSREP: Non-primary view
2020-12-21 20:03:39 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:39 2 [Note] WSREP: ================================================
View:
  id: 75eb12d9-43c7-11eb-b4ca-0f7011a70947:280
  status: non-primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: yes
  own_index: -1
  members(0):
=================================================
2020-12-21 20:03:39 2 [Note] WSREP: Non-primary view
2020-12-21 20:03:39 2 [Note] WSREP: Server status change disconnecting -> disconnected
2020-12-21 20:03:39 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:39 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:39 2 [Note] WSREP: Applier thread exiting ret: 0 thd: 2
2020-12-21 20:03:39 198 [Note] WSREP: killing local connection: 197
mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
201221 20:03:39 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.

To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

Server version: 10.5.9-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=2
max_threads=153
thread_count=5
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63743 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x55c175316088
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x7ff8b0cdac18 thread_stack 0x49000
2020-12-21 20:03:39 2 [Warning] Aborted connection 2 to db: 'unconnected' user: 'unauthenticated' host: '' (This connection closed normally without authentication)
/usr/sbin/mariadbd(my_print_stacktrace+0x2b)[0x55c1699d6d6b]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(handle_fatal_signal+0x308)[0x55c16927bace]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
sigaction.c:0(__restore_rt)[0x7ff8c2c4c5e0]
:0(__GI_raise)[0x7ff8c0ee11f7]
:0(__GI_abort)[0x7ff8c0ee28e8]
:0(__assert_fail_base)[0x7ff8c0eda266]
:0(__GI___assert_fail)[0x7ff8c0eda312]
/usr/sbin/mariadbd(vio_read+0x19e)[0x55c16944d183]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(+0xb0a43d)[0x55c1693c743d]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(my_net_read_packet_reallen+0x39)[0x55c1693c84db]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(my_net_read_packet+0x1d)[0x55c1693c8741]
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(_Z10do_commandP3THD+0x193)[0x55c16901a22a]
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
/usr/sbin/mariadbd(_Z24do_handle_one_connectionP7CONNECTb+0x1be)[0x55c1691380ce]
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(handle_one_connection+0x4d)[0x55c16913837e]
psi/mysql_socket.h:809(vio_read)[0x55c1695122fe]
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (48573184) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (939732992) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (50331659) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
pthread_create.c:0(start_thread)[0x7ff8c2c44e25]
??:0(__clone)[0x7ff8c0fa434d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x0): (null)
Connection ID (thread ID): 197
Status: KILL_CONNECTION

Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off

The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.

We think the query pointer is invalid, but we will try to print it anyway. 
Query: 

Writing a core file...
Working directory at /dev/shm/var/1/mysqld.2/data
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             4096                 23142                processes 
Max open files            1024                 1024                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       23142                23142                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: core

----------SERVER LOG END-------------


 - found 'core.11161' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera_sr.galera_sr_cc_master-innodb/mysqld.2/data/core.11161
 - deleting it, already saved 0
 - skipping '/dev/shm/var/1/log/galera_sr.galera_sr_cc_master-innodb/'

Retrying test galera_sr.galera_sr_cc_master, attempt(2/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
***Warnings generated in error logs during shutdown after running tests: galera_sr.GCF-620 galera_sr.GCF-627 galera_sr.GCF-900 galera_sr.GCF-889 galera_sr.GCF-561 galera_sr.GCF-597 galera_sr.GCF-572 galera_sr.galera_sr_blob galera_sr.GCF-1051 galera_sr.GCF-851 galera_sr.GCF-571 galera_sr.GCF-585 galera_sr.galera_sr_bf_abort galera_sr.GCF-845 galera_sr.galera_sr_cc_master galera_sr.GCF-623 galera_sr.MDEV-23623 galera_sr.GCF-580 galera_sr.GCF-867 galera_sr.GCF-1008 galera_sr.MDEV-22616 galera_sr.GCF-1018

mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
Attempting backtrace. You can use the following information to find out

galera_sr.MDEV-18585 'innodb'            w2 [ pass ]   2061
worker[2] > Restart [mysqld.1 - pid: 12543, winpid: 12543] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12569, winpid: 12569] - using different config file
galera_sr.galera_sr_cc_master 'innodb'   w1 [ retry-fail ]
        Test ended at 2020-12-21 20:04:21

CURRENT_TEST: galera_sr.galera_sr_cc_master
mysqltest: At line 44: query 'SET GLOBAL wsrep_cluster_address = ''' failed: 2013: Lost connection to MySQL server during query

The result from queries just before the failure was:
< snip >
SET AUTOCOMMIT=OFF;
START TRANSACTION;
INSERT INTO t1 VALUES (1);
INSERT INTO t1 VALUES (2);
INSERT INTO t1 VALUES (3);
INSERT INTO t1 VALUES (4);
INSERT INTO t1 VALUES (5);
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connection node_1;
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
SET SESSION wsrep_sync_wait=0;
SET GLOBAL wsrep_cluster_address = '';

More results from queries before failure can be found in /dev/shm/var/1/log/galera_sr_cc_master.log
CURRENT_TEST: galera_sr.galera_sr_cc_master
mysqltest: At line 44: query 'SET GLOBAL wsrep_cluster_address = ''' failed: 2013: Lost connection to MySQL server during query

The result from queries just before the failure was:
< snip >
SET AUTOCOMMIT=OFF;
START TRANSACTION;
INSERT INTO t1 VALUES (1);
INSERT INTO t1 VALUES (2);
INSERT INTO t1 VALUES (3);
INSERT INTO t1 VALUES (4);
INSERT INTO t1 VALUES (5);
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connection node_1;
SELECT COUNT(*) FROM mysql.wsrep_streaming_log;
COUNT(*)
5
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
connection node_2a;
SET SESSION wsrep_sync_wait=0;
SET GLOBAL wsrep_cluster_address = '';

More results from queries before failure can be found in /dev/shm/var/1/log/galera_sr_cc_master.log


Server [mysqld.2 - pid: 12816, winpid: 12816, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-21 20:03:57 0 [Warning] WSREP: option --wsrep-causal-reads is deprecated
2020-12-21 20:03:57 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.9-MariaDB-debug-log) starting as process 12818 ...
2020-12-21 20:03:57 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186)
2020-12-21 20:03:57 0 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
2020-12-21 20:03:57 0 [Note] WSREP: Loading provider /usr/lib64/galera-4/libgalera_smm.so initial position: 00000000-0000-0000-0000-000000000000:-1
2020-12-21 20:03:57 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera-4/libgalera_smm.so'
2020-12-21 20:03:57 0 [Note] WSREP: wsrep_load(): Galera 26.4.6(r1d8d67c) by Codership Oy <info@codership.com> loaded successfully.
2020-12-21 20:03:57 0 [Note] WSREP: CRC-32C: using "slicing-by-8" algorithm.
2020-12-21 20:03:57 0 [Warning] WSREP: Could not open state file for reading: '/dev/shm/var/1/mysqld.2/data//grastate.dat'
2020-12-21 20:03:57 0 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootstrap: 1
2020-12-21 20:03:57 0 [Note] WSREP: GCache DEBUG: opened preamble:
Version: 0
UUID: 00000000-0000-0000-0000-000000000000
Seqno: -1 - -1
Offset: -1
Synced: 0
2020-12-21 20:03:57 0 [Note] WSREP: Skipped GCache ring buffer recovery: could not determine history UUID.
2020-12-21 20:03:57 0 [Note] WSREP: Passing config to GCS: base_dir = /dev/shm/var/1/mysqld.2/data/; base_host = 127.0.0.1; base_port = 16005; cert.log_conflicts = no; cert.optimistic_pa = yes; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT30S; evs.install_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT10S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /dev/shm/var/1/mysqld.2/data/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = galera.cache; gcache.page_size = 128M; gcache.recover = yes; gcache.size = 128M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast
2020-12-21 20:03:57 0 [Note] WSREP: Start replication
2020-12-21 20:03:57 0 [Note] WSREP: Connecting with bootstrap option: 0
2020-12-21 20:03:57 0 [Note] WSREP: Setting GCS initial position to 00000000-0000-0000-0000-000000000000:-1
2020-12-21 20:03:57 0 [Note] WSREP: protonet asio version 0
2020-12-21 20:03:57 0 [Note] WSREP: Using CRC-32C for message checksums.
2020-12-21 20:03:57 0 [Note] WSREP: backend: asio
2020-12-21 20:03:57 0 [Note] WSREP: gcomm thread scheduling priority set to other:0 
2020-12-21 20:03:57 0 [Warning] WSREP: access file(/dev/shm/var/1/mysqld.2/data//gvwstate.dat) failed(No such file or directory)
2020-12-21 20:03:57 0 [Note] WSREP: restore pc from disk failed
2020-12-21 20:03:57 0 [Note] WSREP: GMCast version 0
2020-12-21 20:03:57 0 [Note] WSREP: (a893dcaa-9035, 'tcp://0.0.0.0:16005') listening at tcp://0.0.0.0:16005
2020-12-21 20:03:57 0 [Note] WSREP: (a893dcaa-9035, 'tcp://0.0.0.0:16005') multicast: , ttl: 1
2020-12-21 20:03:57 0 [Note] WSREP: EVS version 1
2020-12-21 20:03:57 0 [Note] WSREP: gcomm: connecting to group 'my_wsrep_cluster', peer '127.0.0.1:16002'
2020-12-21 20:03:57 0 [Note] WSREP: (a893dcaa-9035, 'tcp://0.0.0.0:16005') connection established to a858e132-ab65 tcp://127.0.0.1:16002
2020-12-21 20:03:57 0 [Note] WSREP: (a893dcaa-9035, 'tcp://0.0.0.0:16005') turning message relay requesting on, nonlive peers: 
2020-12-21 20:03:57 0 [Note] WSREP: EVS version upgrade 0 -> 1
2020-12-21 20:03:57 0 [Note] WSREP: declaring a858e132-ab65 at tcp://127.0.0.1:16002 stable
2020-12-21 20:03:57 0 [Note] WSREP: PC protocol upgrade 0 -> 1
2020-12-21 20:03:57 0 [Note] WSREP: Node a858e132-ab65 state prim
2020-12-21 20:03:57 0 [Note] WSREP: view(view_id(PRIM,a858e132-ab65,2) memb {
	a858e132-ab65,0
	a893dcaa-9035,0
} joined {
} left {
} partitioned {
})
2020-12-21 20:03:57 0 [Note] WSREP: save pc into disk
2020-12-21 20:03:58 0 [Note] WSREP: gcomm: connected
2020-12-21 20:03:58 0 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
2020-12-21 20:03:58 0 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
2020-12-21 20:03:58 0 [Note] WSREP: Opened channel 'my_wsrep_cluster'
2020-12-21 20:03:58 1 [Note] WSREP: Starting rollbacker thread 1
2020-12-21 20:03:58 2 [Note] WSREP: Starting applier thread 2
2020-12-21 20:03:58 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 1, memb_num = 2
2020-12-21 20:03:58 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID.
2020-12-21 20:03:58 0 [Note] WSREP: STATE EXCHANGE: sent state msg: a8e178dc-43c7-11eb-bf45-5fec97f49d3e
2020-12-21 20:03:58 0 [Note] WSREP: STATE EXCHANGE: got state msg: a8e178dc-43c7-11eb-bf45-5fec97f49d3e from 0 (centos74-amd64)
2020-12-21 20:03:58 0 [Note] WSREP: STATE EXCHANGE: got state msg: a8e178dc-43c7-11eb-bf45-5fec97f49d3e from 1 (centos74-amd64)
2020-12-21 20:03:58 0 [Note] WSREP: Quorum results:
	version    = 6,
	component  = PRIMARY,
	conf_id    = 1,
	members    = 1/2 (joined/total),
	act_id     = 1,
	last_appl. = 0,
	protocols  = 2/10/4 (gcs/repl/appl),
	vote policy= 0,
	group UUID = a85937bf-43c7-11eb-b88f-0a0f277a207a
2020-12-21 20:03:58 0 [Note] WSREP: Flow-control interval: [23, 23]
2020-12-21 20:03:58 0 [Note] WSREP: Shifting OPEN -> PRIMARY (TO: 2)
2020-12-21 20:03:58 2 [Note] WSREP: ####### processing CC 2, local, ordered
2020-12-21 20:03:58 2 [Note] WSREP: Process first view: a85937bf-43c7-11eb-b88f-0a0f277a207a my uuid: a893dcaa-43c7-11eb-9035-1b3852e18d17
2020-12-21 20:03:58 2 [Note] WSREP: Server centos74-amd64 connected to cluster at position a85937bf-43c7-11eb-b88f-0a0f277a207a:2 with ID a893dcaa-43c7-11eb-9035-1b3852e18d17
2020-12-21 20:03:58 2 [Note] WSREP: Server status change disconnected -> connected
2020-12-21 20:03:58 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:58 2 [Note] WSREP: ####### My UUID: a893dcaa-43c7-11eb-9035-1b3852e18d17
2020-12-21 20:03:58 2 [Note] WSREP: Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: yes
2020-12-21 20:03:58 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 20:03:58 2 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1
2020-12-21 20:03:58 2 [Note] WSREP: State transfer required: 
	Group state: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
	Local state: 00000000-0000-0000-0000-000000000000:-1
2020-12-21 20:03:58 2 [Note] WSREP: Server status change connected -> joiner
2020-12-21 20:03:58 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:03:58 0 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'joiner' --address '127.0.0.2:16007' --datadir '/dev/shm/var/1/mysqld.2/data/' --defaults-file '/dev/shm/var/1/my.cnf' --defaults-group-suffix '.2' --parent '12818' --binlog-index 'mysqld-bin.index' --mysqld-args --defaults-group-suffix=.2 --defaults-file=/dev/shm/var/1/my.cnf --log-output=file --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --core-file --loose-debug-sync-timeout=300'
2020-12-21 20:03:58 0 [Note] WSREP: Joiner monitor thread started to monitor
2020-12-21 20:03:58 2 [Note] WSREP: Prepared SST request: rsync|127.0.0.2:16007/rsync_sst
2020-12-21 20:03:58 2 [Note] WSREP: ####### IST uuid:00000000-0000-0000-0000-000000000000 f: 0, l: 2, STRv: 3
2020-12-21 20:03:58 2 [Note] WSREP: IST receiver addr using tcp://127.0.0.1:16006
2020-12-21 20:03:58 2 [Note] WSREP: Prepared IST receiver for 0-2, listening at: tcp://127.0.0.1:16006
2020-12-21 20:03:58 0 [Note] WSREP: Member 1.0 (centos74-amd64) requested state transfer from '*any*'. Selected 0.0 (centos74-amd64)(SYNCED) as donor.
2020-12-21 20:03:58 0 [Note] WSREP: Shifting PRIMARY -> JOINER (TO: 2)
2020-12-21 20:03:58 2 [Note] WSREP: Requesting state transfer: success, donor: 0
2020-12-21 20:03:58 2 [Note] WSREP: Resetting GCache seqno map due to different histories.
2020-12-21 20:03:58 2 [Note] WSREP: GCache history reset: 00000000-0000-0000-0000-000000000000:0 -> a85937bf-43c7-11eb-b88f-0a0f277a207a:2
2020-12-21 20:04:00 0 [Note] WSREP: (a893dcaa-9035, 'tcp://0.0.0.0:16005') turning message relay requesting off
2020-12-21 20:04:00 0 [Note] WSREP: 0.0 (centos74-amd64): State transfer to 1.0 (centos74-amd64) complete.
2020-12-21 20:04:00 0 [Note] WSREP: Member 0.0 (centos74-amd64) synced with group.
WSREP_SST: [INFO] Joiner cleanup. rsync PID: 12895 (20201221 20:04:00.924)
WSREP_SST: [INFO] Joiner cleanup done. (20201221 20:04:01.496)
2020-12-21 20:04:01 3 [Note] WSREP: SST received
2020-12-21 20:04:01 3 [Note] WSREP: Server status change joiner -> initializing
2020-12-21 20:04:01 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:01 0 [Note] Plugin 'partition' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-12-21 20:04:01 0 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
2020-12-21 20:04:01 0 [Note] InnoDB: Uses event mutexes
2020-12-21 20:04:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
2020-12-21 20:04:01 0 [Note] InnoDB: Number of pools: 1
2020-12-21 20:04:01 0 [Note] InnoDB: Using generic crc32 instructions
2020-12-21 20:04:01 0 [Note] InnoDB: Using Linux native AIO
2020-12-21 20:04:01 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-12-21 20:04:01 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 20:04:01 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-12-21 20:04:01 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=48970,54355
2020-12-21 20:04:01 0 [Note] InnoDB: Starting final batch to recover 17 pages from redo log.
2020-12-21 20:04:01 0 [Note] InnoDB: 128 rollback segments are active.
2020-12-21 20:04:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 20:04:01 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 20:04:01 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-12-21 20:04:01 0 [Note] InnoDB: 10.5.9 started; log sequence number 55338; transaction id 38
2020-12-21 20:04:01 0 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var/1/mysqld.2/data/ib_buffer_pool
2020-12-21 20:04:01 0 [Note] InnoDB: Buffer pool(s) load completed at 201221 20:04:01
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'user_variables' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-12-21 20:04:01 0 [Note] Plugin 'unix_socket' is disabled.
2020-12-21 20:04:01 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-pam-debug'
2020-12-21 20:04:01 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-aria'
2020-12-21 20:04:01 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-12-21 20:04:01 0 [Note] WSREP: wsrep_init_schema_and_SR 0x0
2020-12-21 20:04:01 0 [Note] WSREP: Server initialized
2020-12-21 20:04:01 0 [Note] WSREP: Server status change initializing -> initialized
2020-12-21 20:04:01 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:01 3 [Note] WSREP: Server status change initialized -> joined
2020-12-21 20:04:01 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:01 3 [Note] WSREP: Recovered position from storage: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
2020-12-21 20:04:01 3 [Note] WSREP: Recovered view from SST:
  id: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
  status: primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: no
  own_index: 1
  members(2):
	0: a858e132-43c7-11eb-ab65-ab1c539596b8, centos74-amd64
	1: a893dcaa-43c7-11eb-9035-1b3852e18d17, centos74-amd64

2020-12-21 20:04:01 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:01 5 [Note] WSREP: Recovered cluster id a85937bf-43c7-11eb-b88f-0a0f277a207a
2020-12-21 20:04:01 3 [Note] WSREP: SST received: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
2020-12-21 20:04:01 0 [Note] WSREP: Joiner monitor thread ended with total time 3 sec
2020-12-21 20:04:01 2 [Note] WSREP: Installed new state from SST: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
2020-12-21 20:04:01 2 [Note] WSREP: Cert. index preload up to 2
2020-12-21 20:04:01 0 [Note] WSREP: ####### IST applying starts with 3
2020-12-21 20:04:01 0 [Note] WSREP: ####### IST current seqno initialized to 2
2020-12-21 20:04:01 0 [Note] WSREP: Receiving IST...  0.0% (0/1 events) complete.
2020-12-21 20:04:01 0 [Note] WSREP: IST preload starting at 2
2020-12-21 20:04:01 0 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-21 20:04:01 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 20:04:01 0 [Note] WSREP: ####### Assign initial position for certification: a85937bf-43c7-11eb-b88f-0a0f277a207a:1, protocol version: 5
2020-12-21 20:04:01 0 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-21 20:04:01 0 [Note] WSREP: ####### Adjusting cert position: 1 -> 2
2020-12-21 20:04:01 0 [Note] WSREP: Service thread queue flushed.
2020-12-21 20:04:01 0 [Note] WSREP: Lowest cert index boundary for CC from preload: 2
2020-12-21 20:04:01 0 [Note] WSREP: Min available from gcache for CC from preload: 2
2020-12-21 20:04:01 0 [Note] WSREP: Receiving IST...100.0% (1/1 events) complete.
2020-12-21 20:04:01 0 [Note] Reading of all Master_info entries succeeded
2020-12-21 20:04:01 0 [Note] Added new Master_info '' to hash table
2020-12-21 20:04:01 0 [Note] /usr/sbin/mariadbd: ready for connections.
Version: '10.5.9-MariaDB-debug-log'  socket: '/dev/shm/var/tmp/1/mysqld.2.sock'  port: 16001  MariaDB Server
2020-12-21 20:04:01 2 [Note] WSREP: IST received: a85937bf-43c7-11eb-b88f-0a0f277a207a:2
2020-12-21 20:04:01 2 [Note] WSREP: Lowest cert index boundary for CC from sst: 2
2020-12-21 20:04:01 2 [Note] WSREP: Min available from gcache for CC from sst: 2
2020-12-21 20:04:01 0 [Note] WSREP: 1.0 (centos74-amd64): State transfer from 0.0 (centos74-amd64) complete.
2020-12-21 20:04:01 0 [Note] WSREP: Shifting JOINER -> JOINED (TO: 2)
2020-12-21 20:04:01 0 [Note] WSREP: Member 1.0 (centos74-amd64) synced with group.
2020-12-21 20:04:01 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 2)
2020-12-21 20:04:01 2 [Note] WSREP: Server centos74-amd64 synced with group
2020-12-21 20:04:01 2 [Note] WSREP: Server status change joined -> synced
2020-12-21 20:04:01 2 [Note] WSREP: Synchronized with group, ready for connections
2020-12-21 20:04:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:04 11 [Note] WSREP: Stop replication by 11
2020-12-21 20:04:04 11 [Note] WSREP: Server status change synced -> disconnecting
2020-12-21 20:04:04 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:04 11 [Note] WSREP: Closing send monitor...
2020-12-21 20:04:04 11 [Note] WSREP: Closed send monitor.
2020-12-21 20:04:04 11 [Note] WSREP: gcomm: terminating thread
2020-12-21 20:04:04 11 [Note] WSREP: gcomm: joining thread
2020-12-21 20:04:04 11 [Note] WSREP: gcomm: closing backend
2020-12-21 20:04:05 11 [Note] WSREP: view(view_id(NON_PRIM,a858e132-ab65,2) memb {
	a893dcaa-9035,0
} joined {
} left {
} partitioned {
	a858e132-ab65,0
})
2020-12-21 20:04:05 11 [Note] WSREP: PC protocol downgrade 1 -> 0
2020-12-21 20:04:05 11 [Note] WSREP: view((empty))
2020-12-21 20:04:05 11 [Note] WSREP: gcomm: closed
2020-12-21 20:04:05 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2020-12-21 20:04:05 0 [Note] WSREP: Flow-control interval: [16, 16]
2020-12-21 20:04:05 0 [Note] WSREP: Received NON-PRIMARY.
2020-12-21 20:04:05 0 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 8)
2020-12-21 20:04:05 0 [Note] WSREP: New SELF-LEAVE.
2020-12-21 20:04:05 0 [Note] WSREP: Flow-control interval: [0, 0]
2020-12-21 20:04:05 0 [Note] WSREP: Received SELF-LEAVE. Closing connection.
2020-12-21 20:04:05 0 [Note] WSREP: Shifting OPEN -> CLOSED (TO: 8)
2020-12-21 20:04:05 0 [Note] WSREP: RECV thread exiting 0: Success
2020-12-21 20:04:05 2 [Note] WSREP: ================================================
View:
  id: a85937bf-43c7-11eb-b88f-0a0f277a207a:8
  status: non-primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: no
  own_index: 0
  members(1):
	0: a893dcaa-43c7-11eb-9035-1b3852e18d17, centos74-amd64
=================================================
2020-12-21 20:04:05 2 [Note] WSREP: Non-primary view
2020-12-21 20:04:05 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:05 11 [Note] WSREP: recv_thread() joined.
2020-12-21 20:04:05 11 [Note] WSREP: Closing replication queue.
2020-12-21 20:04:05 11 [Note] WSREP: Closing slave action queue.
2020-12-21 20:04:05 2 [Note] WSREP: ================================================
View:
  id: a85937bf-43c7-11eb-b88f-0a0f277a207a:8
  status: non-primary
  protocol_version: 4
  capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO
  final: yes
  own_index: -1
  members(0):
=================================================
2020-12-21 20:04:05 2 [Note] WSREP: Non-primary view
2020-12-21 20:04:05 2 [Note] WSREP: Server status change disconnecting -> disconnected
2020-12-21 20:04:05 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:05 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-21 20:04:05 2 [Note] WSREP: Applier thread exiting ret: 0 thd: 2
2020-12-21 20:04:05 2 [Warning] Aborted connection 2 to db: 'unconnected' user: 'unauthenticated' host: '' (This connection closed normally without authentication)
2020-12-21 20:04:05 11 [Note] WSREP: killing local connection: 10
mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
201221 20:04:05 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.

To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

Server version: 10.5.9-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=2
max_threads=153
thread_count=4
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63743 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x56141472a088
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x7f3f5b26ac18 thread_stack 0x49000
/usr/sbin/mariadbd(my_print_stacktrace+0x2b)[0x56140a801d6b]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(handle_fatal_signal+0x308)[0x56140a0a6ace]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2970356306) greater than or equal to .debug_str size (4190277).
sigaction.c:0(__restore_rt)[0x7f3f6d1925e0]
:0(__GI_raise)[0x7f3f6b4271f7]
:0(__GI_abort)[0x7f3f6b4288e8]
:0(__assert_fail_base)[0x7f3f6b420266]
:0(__GI___assert_fail)[0x7f3f6b420312]
/usr/sbin/mariadbd(vio_read+0x19e)[0x56140a278183]
/usr/sbin/mariadbd(+0xb0a43d)[0x56140a1f243d]
addr2line: Dwarf Error: Could not find abbrev number 347.
/usr/sbin/mariadbd(my_net_read_packet_reallen+0x39)[0x56140a1f34db]
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (374285825) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(my_net_read_packet+0x1d)[0x56140a1f3741]
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (2701137341) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (553653702) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(_Z10do_commandP3THD+0x193)[0x561409e4522a]
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
/usr/sbin/mariadbd(_Z24do_handle_one_connectionP7CONNECTb+0x1be)[0x561409f630ce]
addr2line: Dwarf Error: Could not find abbrev number 1310.
addr2line: Dwarf Error: Could not find abbrev number 142.
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (7629154) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (4009836512) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320315394) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1342182814) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (320288514) greater than or equal to .debug_str size (4190277).
/usr/sbin/mariadbd(handle_one_connection+0x4d)[0x561409f6337e]
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (2919328827) greater than or equal to .debug_str size (4190277).
psi/mysql_socket.h:809(vio_read)[0x56140a33d2fe]
addr2line: Dwarf Error: Could not find abbrev number 160.
addr2line: Dwarf Error: Offset (257769473) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1280724481) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (1459824212) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (330370058) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (48573184) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (939732992) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (50331659) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1553933).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (4190277).
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
addr2line: Dwarf Error: Could not find abbrev number 13156.
pthread_create.c:0(start_thread)[0x7f3f6d18ae25]
??:0(__clone)[0x7f3f6b4ea34d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x0): (null)
Connection ID (thread ID): 10
Status: KILL_CONNECTION

Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off

The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.

We think the query pointer is invalid, but we will try to print it anyway. 
Query: 

Writing a core file...
Working directory at /dev/shm/var/1/mysqld.2/data
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             4096                 23142                processes 
Max open files            1024                 1024                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       23142                23142                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: core

----------SERVER LOG END-------------


 - found 'core.12818' (0/0)

Trying 'dbx' to get a backtrace
gdb not found, cannot get the stack trace

Trying 'lldb' to get a backtrace from coredump /dev/shm/var/1/log/galera_sr.galera_sr_cc_master-innodb/mysqld.2/data/core.12818
 - deleting it, already saved 0
 - skipping '/dev/shm/var/1/log/galera_sr.galera_sr_cc_master-innodb/'

Test galera_sr.galera_sr_cc_master has failed 2 times, no more retries!

worker[1] > Restart  - not started
worker[1] > Restart  - not started
***Warnings generated in error logs during shutdown after running tests: galera_sr.galera_sr_cc_master

mariadbd: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.9/include/mysql/psi/mysql_socket.h:807: inline_mysql_socket_recv: Assertion `mysql_socket.fd != -1' failed.
Attempting backtrace. You can use the following information to find out

galera_sr.galera_sr_kill_slave 'innodb'  w2 [ pass ]  14019
worker[2] > Restart [mysqld.1 - pid: 13037, winpid: 13037] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13296, winpid: 13296] - using different config file
galera_sr.galera_sr_cc_no_primary 'innodb' w1 [ pass ]  15622
galera_sr.galera_sr_cc_slave 'innodb'    w1 [ pass ]   4237
galera_sr.galera_sr_concurrent 'innodb'  w1 [ pass ]   2116
galera_sr.galera_sr_conflict 'innodb'    w1 [ pass ]   2064
galera_sr.galera_sr_conflict_on_commit 'innodb' w1 [ pass ]   2081
galera_sr.galera_sr_conflict_on_commit2 'innodb' w1 [ pass ]   3044
galera_sr.galera_sr_conflict_with_rollback_master 'innodb' w1 [ pass ]   2048
galera_sr.galera_sr_create_drop 'innodb' w1 [ pass ]   2051
galera_sr.galera_sr_small_gcache 'innodb' w2 [ pass ]  21542
worker[2] > Restart [mysqld.1 - pid: 13723, winpid: 13723] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13750, winpid: 13750] - using different config file
galera_sr.galera_sr_ddl_master 'innodb'  w1 [ pass ]   2065
galera_sr.galera_sr_ddl_schema 'innodb'  w1 [ pass ]   2044
galera_sr.galera_sr_ddl_slave 'innodb'   w1 [ pass ]   2072
galera_sr.galera_sr_ddl_unrelated 'innodb' w1 [ pass ]   2146
galera_sr.galera_sr_dupkey_error 'innodb' w1 [ pass ]   2090
galera_sr.mdev_18631 'innodb'            w2 [ pass ]   2050
worker[2] > Restart [mysqld.1 - pid: 14267, winpid: 14267] - using different config file
worker[2] > Restart [mysqld.2 - pid: 14295, winpid: 14295] - using different config file
galera_sr.galera_sr_fk_conflict 'innodb' w1 [ pass ]   6402
wsrep.pool_of_threads 'innodb'           w2 [ pass ]     11
worker[2] > Restart [mysqld.1 - pid: 14587, winpid: 14587] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm://' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm:// --thread_handling=pool-of-threads --wsrep-on=1'
wsrep.foreign_key 'innodb'               w2 [ pass ]     51
worker[2] > Restart [mysqld.1 - pid: 14632, winpid: 14632] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog_format=ROW --log-bin --wsrep-on=1 --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm://' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm://'
wsrep.plugin 'innodb'                    w2 [ pass ]      8
worker[2] > Restart [mysqld.1 - pid: 14670, winpid: 14670] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep_on=1 --binlog_format=ROW' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog_format=ROW --log-bin --wsrep-on=1 --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib64/galera-4/libgalera_smm.so --wsrep-cluster-address=gcomm://'
wsrep.mysql_tzinfo_to_sql_symlink 'innodb' w2 [ pass ]    150
wsrep.mysql_tzinfo_to_sql_symlink_skip 'innodb' w2 [ pass ]    109
wsrep.trans 'innodb'                     w2 [ pass ]      6
worker[2] > Restart [mysqld.1 - pid: 14708, winpid: 14708] - using different config file
wsrep.MDEV-20625 'innodb'                w2 [ pass ]     19
worker[2] > Restart [mysqld.1 - pid: 14786, winpid: 14786] - using different config file
wsrep.MDEV-22443 'innodb'                w2 [ pass ]      8
worker[2] > Restart [mysqld.1 - pid: 14815, winpid: 14815] - using different config file
wsrep.MDEV-23081 'binlogon,innodb'       w2 [ pass ]   1196
worker[2] > Restart [mysqld.1 - pid: 14880, winpid: 14880] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
wsrep.MDEV-23081 'binlogoff,innodb'      w2 [ pass ]   1007
worker[2] > Restart [mysqld.1 - pid: 14939, winpid: 14939] - using different config file
wsrep.MDEV-23092 'innodb'                w2 [ pass ]     18
worker[2] > Restart [mysqld.1 - pid: 14962, winpid: 14962] - using different config file
wsrep.MDEV-23466 'innodb'                w2 [ pass ]      8
worker[2] > Restart [mysqld.1 - pid: 14990, winpid: 14990] - using different config file
galera_sr.galera_sr_insert_select 'innodb' w1 [ pass ]  21439
galera_sr.galera_sr_kill_connection 'innodb' w1 [ pass ]   2068
wsrep.alter_table_innodb 'innodb'        w2 [ pass ]   4475
worker[2] > Restart [mysqld.1 - pid: 15027, winpid: 15027] - using different config file
galera_sr.galera_sr_kill_query 'innodb'  w1 [ pass ]   2368
wsrep.binlog_format 'innodb'             w2 [ pass ]     37
worker[2] > Restart [mysqld.1 - pid: 15094, winpid: 15094] - using different config file
wsrep.mdev_10186 'innodb'                w2 [ pass ]      9
worker[2] > Restart [mysqld.1 - pid: 15155, winpid: 15155] - using different config file
wsrep.mdev_22681 'innodb'                w2 [ pass ]     23
worker[2] > Restart [mysqld.1 - pid: 15182, winpid: 15182] - using different config file
wsrep.mdev_6832 'innodb'                 w2 [ pass ]    143
worker[2] > Restart [mysqld.1 - pid: 15222, winpid: 15222] - using different config file
galera_sr.galera_sr_load_data 'innodb'   w1 [ pass ]   3867
wsrep.mdev_7798 'innodb'                 w2 [ pass ]   1562
worker[2] > Restart [mysqld.1 - pid: 15328, winpid: 15328] - using different config file
galera_sr.galera_sr_multirow_rollback 'binlogoff,innodb' w1 [ pass ]   2137
wsrep.variables 'innodb'                 w2 [ pass ]    415
worker[2] > Restart  - using different config file
wsrep.variables_debug 'innodb'           w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 15444, winpid: 15444] - using different config file
File /usr/share/mysql-test/suite/wsrep/r/wsrep-recover-v25.result is read-only; trying to patch anyway
galera_sr.galera_sr_myisam 'innodb'      w1 [ pass ]   2032
galera_sr.galera_sr_parallel_apply 'innodb' w1 [ pass ]   2049
galera_sr.galera_sr_rollback 'innodb'    w1 [ pass ]   2077
wsrep.wsrep-recover-v25 'binlogon,innodb' w2 [ pass ]   6237
worker[2] > Restart [mysqld.1 - pid: 15748, winpid: 15748] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
galera_sr.galera_sr_rollback_retry 'innodb' w1 [ pass ]   2052
galera_sr.galera_sr_rollback_savepoint 'innodb' w1 [ pass ]   2051
wsrep.wsrep-recover-v25 'binlogoff,innodb' w2 [ pass ]   4614
worker[2] > Restart [mysqld.1 - pid: 15966, winpid: 15966] - using different config file
galera_sr.galera_sr_rollback_statement 'innodb' w1 [ pass ]   2067
wsrep.wsrep-recover 'binlogon,innodb'    w2 [ pass ]   8885
worker[2] > Restart [mysqld.1 - pid: 16396, winpid: 16396] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--log-bin --innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
galera_sr.galera_sr_shutdown_master 'innodb' w1 [ pass ]   8869
wsrep.wsrep-recover 'binlogoff,innodb'   w2 [ pass ]   8654
worker[2] > Restart [mysqld.1 - pid: 16858, winpid: 16858] - using different config file
galera_sr.galera_sr_shutdown_slave 'innodb' w1 [ pass ]   8545
wsrep.wsrep_rpl 'innodb,mix'             w2 [ pass ]    405
worker[2] > Restart [mysqld.1 - pid: 16922, winpid: 16922] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=master-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=mixed --log-bin=master-bin'
worker[2] > Restart [mysqld.2 - pid: 16925, winpid: 16925] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=slave-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-lock-waits --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=mixed --log-bin=slave-bin'
galera_sr.galera_sr_transaction_replay 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 13283, winpid: 13283] - using different config file
worker[1] > Restart [mysqld.2 - pid: 16651, winpid: 16651] - using different config file
wsrep.wsrep_rpl 'innodb,row'             w2 [ pass ]    567
wsrep.wsrep_rpl 'innodb,stmt'            w1 [ pass ]    522
--------------------------------------------------------------------------
The servers were restarted 124 times
Spent 1598.589 of 2031 seconds executing testcases

Completed: Failed 4/346 tests, 98.84% were successful.

Failing test(s): galera.MDEV-24063 galera.galera_FK_duplicate_client_insert galera.galera_bf_kill_debug galera_sr.galera_sr_cc_master

The log files in var/log may give you some hint of what went wrong.

If you want to report this error, please read first the documentation
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html

Errors/warnings were found in logfiles during server shutdown after running the
following sequence(s) of tests:
    galera.MW-402 galera.MW-369 galera.MW-285 galera.enforce_storage_engine galera.fk galera.MW-252 galera.binlog_checksum galera.galera_FK_duplicate_client_insert galera.create galera.MW-258 galera.ev51914 galera.MW-357 galera.MW-292 galera.MW-416 galera.MW-388 galera.basic galera.galera#505 galera.MW-309 galera.MW-259 galera.galera#500
    galera.galera_FK_duplicate_client_insert
    galera_sr.GCF-620 galera_sr.GCF-627 galera_sr.GCF-900 galera_sr.GCF-889 galera_sr.GCF-561 galera_sr.GCF-597 galera_sr.GCF-572 galera_sr.galera_sr_blob galera_sr.GCF-1051 galera_sr.GCF-851 galera_sr.GCF-571 galera_sr.GCF-585 galera_sr.galera_sr_bf_abort galera_sr.GCF-845 galera_sr.galera_sr_cc_master galera_sr.GCF-623 galera_sr.MDEV-23623 galera_sr.GCF-580 galera_sr.GCF-867 galera_sr.GCF-1008 galera_sr.MDEV-22616 galera_sr.GCF-1018
    galera_sr.galera_sr_cc_master
91 tests were skipped, 30 by the test itself.

mysql-test-run: *** ERROR: there were failing test cases
+ res=1
+ rm -rf /home/buildbot/var
+ cp -r /dev/shm/var /home/buildbot
+ exit 1
Connection to localhost closed.
Command exit 1
= rm -Rf var/ ; scp -rp -P 2229 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :
Warning: Permanently added '[localhost]:2229' (ECDSA) to the list of known hosts.
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 385.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost sudo /sbin/shutdown -h now
Connection to localhost closed by remote host.
Connection to localhost closed.
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 385.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost sudo /sbin/shutdown -h now
ssh_exchange_identification: Connection closed by remote host
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 385.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost sudo /sbin/shutdown -h now
ssh_exchange_identification: Connection closed by remote host
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 385.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost sudo /sbin/shutdown -h now
ssh_exchange_identification: Connection closed by remote host
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 385.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2229 -l buildbot localhost sudo /sbin/shutdown -h now
ssh: connect to host localhost port 2229: Connection refused
program finished with exit code 1
elapsedTime=2093.527908