(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.4" 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.4" 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:*.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
  _=/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
Connection timed out during banner exchange
+ 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.4" 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.4.18-1.el7.centos.x86_64
MariaDB-server-debuginfo-10.4.18-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: mirrors.netix.net
 * epel: mirrors.netix.net
 * extras: mirrors.netix.net
 * updates: mirrors.netix.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: mirrors.netix.net
 * epel: mirrors.netix.net
 * extras: mirrors.netix.net
 * updates: mirrors.netix.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.4" 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.4.18-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[2] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
worker[1] 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.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_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: 1386, winpid: 1386] - 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: 1466, winpid: 1466] - 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 ]   2036
worker[1] > Restart [mysqld.1 - pid: 1387, winpid: 1387] - 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: 1456, winpid: 1456] - 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 ]   2052
worker[2] > Restart [mysqld.1 - pid: 1935, winpid: 1935] - 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: 2016, winpid: 2016] - 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 ]  12426
galera.mdev_18730 'innodb'               w1 [ pass ]   5053
galera.MDEV-22021 'binlogon,innodb'      w2 [ pass ]   2044
galera.mysql-wsrep-bugs-607 'innodb'     w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 1937, winpid: 1937] - 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: 2006, winpid: 2006] - 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 ]   2092
worker[2] > Restart [mysqld.1 - pid: 2503, winpid: 2503] - 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-sync-wait=0 --wsrep-causal-reads=OFF' != '--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: 2558, winpid: 2558] - 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-sync-wait=0 --wsrep-causal-reads=OFF' != '--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 ]   2035
worker[1] > Restart [mysqld.1 - pid: 2852, winpid: 2852] - 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' != '--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: 2888, winpid: 2888] - 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' != '--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_sync_wait_upto 'innodb'    w2 [ pass ]   4059
worker[2] > Restart [mysqld.1 - pid: 3022, winpid: 3022] - 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 --wsrep-sync-wait=0 --wsrep-causal-reads=OFF'
worker[2] > Restart [mysqld.2 - pid: 3061, winpid: 3061] - 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 --wsrep-sync-wait=0 --wsrep-causal-reads=OFF'
galera.galera_wsrep_new_cluster 'innodb' w1 [ pass ]   2790
worker[1] > Restart [mysqld.1 - pid: 3377, winpid: 3377] - 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 --wsrep-new-cluster'
worker[1] > Restart [mysqld.2 - pid: 3413, winpid: 3413] - 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 --wsrep-new-cluster'
galera.GAL-382 'innodb'                  w2 [ pass ]   2042
galera.unique_key 'innodb'               w1 [ pass ]   2100
galera.view 'innodb'                     w1 [ pass ]   2046
galera.wsrep_trx_fragment_size_sr 'innodb' w1 [ pass ]   2023
worker[1] > Restart [mysqld.1 - pid: 3513, winpid: 3513] - using different config file
worker[1] > Restart [mysqld.2 - pid: 3572, winpid: 3572] - using different config file
galera.GAL-401 'innodb'                  w2 [ pass ]  17230
galera.GAL-480 'innodb'                  w2 [ pass ]   2142
galera.MDEV-16509 'innodb'               w2 [ pass ]   4058
galera.MDEV-15443 'innodb'               w1 [ pass ]   9286
worker[1] > Restart [mysqld.1 - pid: 4042, winpid: 4042] - using different config file
worker[1] > Restart [mysqld.2 - pid: 4352, winpid: 4352] - using different config file
galera.MDEV-20616 'innodb'               w2 [ pass ]  11113
galera.MDEV-20793 'innodb'               w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MDEV-22021 'binlogoff,innodb'     w2 [ pass ]   2039
galera.MDEV-22051 'innodb'               w2 [ pass ]   2032
galera.MDEV-22055 'innodb'               w2 [ pass ]   2040
galera.MDEV-22458 'innodb'               w2 [ pass ]   2041
galera.MDEV-18832 'innodb'               w1 [ pass ]   2047
worker[1] > Restart [mysqld.1 - pid: 4583, winpid: 4583] - using different config file
worker[1] > Restart [mysqld.2 - pid: 4620, winpid: 4620] - using different config file
galera.MDEV-24063 'innodb'               w2 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-12-15 06:34:24
line
mysqld: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.18/include/mysql/psi/mysql_socket.h:785: 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/2/log/mysqld.2.err
ok

 - found 'core.3508' (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/2/log/galera.MDEV-24063-innodb/mysqld.2/data/core.3508
 - deleting it, already saved 0
 - saving '/dev/shm/var/2/log/galera.MDEV-24063-innodb/' to '/dev/shm/var/log/galera.MDEV-24063-innodb/'

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

worker[2] > Restart  - not started
worker[2] > Restart  - not started
galera.MDEV-6860 'innodb'                w1 [ pass ]   3162
worker[1] > Restart [mysqld.1 - pid: 4930, winpid: 4930] - using different config file
worker[1] > Restart [mysqld.2 - pid: 4976, winpid: 4976] - using different config file
worker[1] > Restart [mysqld.3 - pid: 4978, winpid: 4978] - using different config file
galera.MDEV-24063 'innodb'               w2 [ retry-pass ]   9391

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

galera.MW-284 'innodb'                   w1 [ pass ]  11630
worker[1] > Restart [mysqld.1 - pid: 5697, winpid: 5697] - using different config file
worker[1] > Restart [mysqld.2 - pid: 5734, winpid: 5734] - using different config file
worker[1] > Restart [mysqld.3 - pid: 5736, winpid: 5736] - using different config file
galera.MDEV-24063 'innodb'               w2 [ retry-pass ]   9518
galera.MW-252 'innodb'                   w2 [ pass ]   2179
galera.MW-313 'innodb'                   w1 [ pass ]   2053
worker[1] > Restart [mysqld.1 - pid: 6387, winpid: 6387] - using different config file
worker[1] > Restart [mysqld.2 - pid: 6433, winpid: 6433] - using different config file
galera.MW-258 'innodb'                   w2 [ pass ]  10063
galera.MW-259 'innodb'                   w2 [ pass ]   4153
galera.MW-285 'innodb'                   w2 [ pass ]   2046
galera.MW-292 'innodb'                   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-309 'innodb'                   w2 [ pass ]   2056
galera.MW-328C 'innodb'                  w1 [ pass ]   3342
worker[1] > Restart [mysqld.1 - pid: 6730, winpid: 6730] - using different config file
worker[1] > Restart [mysqld.2 - pid: 6784, winpid: 6784] - using different config file
galera.MW-357 'innodb'                   w2 [ pass ]   2039
galera.MW-369 'innodb'                   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-388 'innodb'                   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-402 'innodb'                   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-416 'innodb'                   w2 [ pass ]   2051
galera.basic 'innodb'                    w2 [ pass ]   2069
galera.binlog_checksum 'innodb'          w2 [ pass ]   2080
galera.create 'innodb'                   w2 [ pass ]   2105
galera.enforce_storage_engine 'innodb'   w2 [ pass ]   2032
galera.MW-328D 'innodb'                  w1 [ pass ]   4043
worker[1] > Restart [mysqld.1 - pid: 7139, winpid: 7139] - using different config file
worker[1] > Restart [mysqld.2 - pid: 7175, winpid: 7175] - using different config file
galera.ev51914 'innodb'                  w2 [ pass ]   2106
galera.fk 'innodb'                       w2 [ pass ]   2181
galera.galera#500 'innodb'               w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera#505 'innodb'               w2 [ pass ]   2031
galera.MW-328E 'innodb'                  w1 [ pass ]   4049
worker[1] > Restart [mysqld.1 - pid: 7559, winpid: 7559] - using different config file
worker[1] > Restart [mysqld.2 - pid: 7595, winpid: 7595] - using different config file
galera.galera_FK_duplicate_client_insert 'innodb' w2 [ fail ]
        Test ended at 2020-12-15 06:36:01

CURRENT_TEST: galera.galera_FK_duplicate_client_insert
mysqltest: At line 101: 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;
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/2/log/galera_FK_duplicate_client_insert.log


Server [mysqld.1 - pid: 5428, winpid: 5428, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-15  6:35:45 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
RECORD LOCKS space id 35 page no 3 n bits 72 index PRIMARY of table `test`.`user` trx id 603 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 80000004; asc     ;;

2020-12-15  6:35:45 1 [ERROR] InnoDB: WSREP state: 
2020-12-15  6:35:45 1 [ERROR] WSREP: Thread BF trx_id: 606 thread: 1 seqno: 264 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 > 0AY�_
2020-12-15  6:35:45 1 [ERROR] WSREP: Thread BF trx_id: 603 thread: 2 seqno: 263 client_state: exec client_mode: high priority transaction_mode: committing applier: 1 toi: 0 local: 0 query: NULL
2020-12-15 06:35:45 0x7fe7ee990700  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.18/storage/innobase/lock/lock0lock.cc line 687
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.
201215  6:35:45 [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.4.18-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=4
max_threads=153
thread_count=13
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63641 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x5568e4b5c070
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 = 0x7fe7ee98fc58 thread_stack 0x49000
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 130.
mysys/stacktrace.c:174(my_print_stacktrace)[0x5568d9379e36]
sql/signal_handler.cc:209(handle_fatal_signal)[0x5568d8c3ee4e]
sigaction.c:0(__restore_rt)[0x7fe7f6db95e0]
:0(__GI_raise)[0x7fe7f52c51f7]
:0(__GI_abort)[0x7fe7f52c68e8]
/usr/sbin/mysqld(+0xd48b3e)[0x5568d9050b3e]
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(+0xb905eb)[0x5568d8e985eb]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(+0xb980f1)[0x5568d8ea00f1]
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
/usr/sbin/mysqld(+0xba0706)[0x5568d8ea8706]
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 130.
/usr/sbin/mysqld(+0xba194d)[0x5568d8ea994d]
/usr/sbin/mysqld(+0xcb9e87)[0x5568d8fc1e87]
/usr/sbin/mysqld(+0xcbfd16)[0x5568d8fc7d16]
/usr/sbin/mysqld(+0xb20dd2)[0x5568d8e28dd2]
ut/ut0new.cc:95(ut_new_boot())[0x5568d8e29284]
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
lock/lock0lock.cc:687(Gis_read_stream::check_next_symbol(char))[0x5568d8c462d5]
lock/lock0lock.cc:1161(Gis_read_stream::check_next_symbol(char))[0x5568d8c54974]
lock/lock0lock.cc:1932(Gis_read_stream::check_next_symbol(char))[0x5568d8d6dbd8]
lock/lock0lock.cc:5808(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 long, que_thr_t*))[0x5568d8d6e913]
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
row/row0sel.cc:1254(void std::__introsort_loop<unsigned char**, long>(unsigned char**, unsigned char**, long))[0x5568d8d5f1ee]
row/row0sel.cc:5095(row_search_mvcc(unsigned char*, page_cur_mode_t, row_prebuilt_t*, unsigned long, unsigned long))[0x5568d8b9e9da]
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365241379) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
/usr/sbin/mysqld(_ZN22Wsrep_replayer_service15apply_write_setERKN5wsrep7ws_metaERKNS0_12const_bufferERNS0_14mutable_bufferE+0x16c)[0x5568d8b89592]
handler/ha_innodb.cc:9255(ha_innobase::index_read(unsigned char*, unsigned char const*, unsigned int, ha_rkey_function))[0x5568d9406ca1]
handler/ha_innodb.cc:9756(ha_innobase::rnd_pos(unsigned char*, unsigned char*))[0x5568d9407d41]
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
sql/handler.cc:2897(handler::ha_rnd_pos(unsigned char*, unsigned char*))[0x5568d941a4f1]
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2634978305) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2634978305) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
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&))[0x7fe7f1e91560]
src/trx_handle.hpp:826(galera::TrxHandleMaster::lock())[0x7fe7f1ece4ae]
src/trx_handle.hpp:1132(galera_replay_trx)[0x7fe7f1ee2c3b]
/usr/sbin/mysqld(_ZN5wsrep18wsrep_provider_v266replayERKNS_9ws_handleEPNS_21high_priority_serviceE+0x2a)[0x5568d941b3be]
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(_ZN20Wsrep_client_service6replayEv+0x194)[0x5568d8b887a8]
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(_ZN5wsrep11transaction6replayERNS_11unique_lockINS_5mutexEEE+0x80)[0x5568d9415716]
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
/usr/sbin/mysqld(_ZN5wsrep11transaction15after_statementEv+0x418)[0x5568d941750c]
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 130.
/usr/sbin/mysqld(_ZN5wsrep12client_state15after_statementEv+0x184)[0x5568d93f432a]
/usr/sbin/mysqld(+0x6b8637)[0x5568d89c0637]
/usr/sbin/mysqld(+0x6ce107)[0x5568d89d6107]
src/wsrep_provider_v26.cpp:867(wsrep::wsrep_provider_v26::replay(wsrep::ws_handle const&, wsrep::high_priority_service*))[0x5568d89d7403]
sql/wsrep_client_service.cc:282(Wsrep_client_service::replay())[0x5568d89d9d28]
src/transaction.cpp:1889(wsrep::transaction::replay(wsrep::unique_lock<wsrep::mutex>&))[0x5568d8ae3bce]
src/transaction.cpp:856(wsrep::transaction::after_statement())[0x5568d8ae3ca0]
src/client_state.cpp:258(wsrep::client_state::after_statement())[0x5568d932353d]
pthread_create.c:0(start_thread)[0x7fe7f6db1e25]
/lib64/libc.so.6(clone+0x6d)[0x7fe7f538834d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x7fe7f1343ccb): 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

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/2/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.5429' (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/2/log/galera.galera_FK_duplicate_client_insert-innodb/mysqld.1/data/core.5429
 - deleting it, already saved 0
 - skipping '/dev/shm/var/2/log/galera.galera_FK_duplicate_client_insert-innodb/'

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

worker[2] > Restart  - not started
worker[2] > 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.MDEV-24063 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-15  6:35:45 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
2020-12-15  6:35:45 1 [ERROR] InnoDB: WSREP state: 
2020-12-15  6:35:45 1 [ERROR] WSREP: Thread BF trx_id: 606 thread: 1 seqno: 264 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 > 0AY�_
2020-12-15  6:35:45 1 [ERROR] WSREP: Thread BF trx_id: 603 thread: 2 seqno: 263 client_state: exec client_mode: high priority transaction_mode: committing applier: 1 toi: 0 local: 0 query: NULL
Attempting backtrace. You can use the following information to find out

galera.MW-336 'innodb'                   w1 [ pass ]   2424
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera.galera_FK_duplicate_client_insert 'innodb' w2 [ retry-fail ]
        Test ended at 2020-12-15 06:36:24

CURRENT_TEST: galera.galera_FK_duplicate_client_insert
mysqltest: At line 101: 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;
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/2/log/galera_FK_duplicate_client_insert.log
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/2/log/galera_FK_duplicate_client_insert.log


Server [mysqld.1 - pid: 7837, winpid: 7837, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-12-15  6:36:01 0 [Warning] WSREP: option --wsrep-causal-reads is deprecated
2020-12-15  6:36:01 0 [Note] /usr/sbin/mysqld (mysqld 10.4.18-MariaDB-debug-log) starting as process 7838 ...
2020-12-15  6:36:01 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186)
2020-12-15  6:36:01 0 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
2020-12-15  6:36:01 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-15  6:36:01 0 [Note] WSREP: Loading provider /usr/lib64/galera-4/libgalera_smm.so initial position: 00000000-0000-0000-0000-000000000000:-1
2020-12-15  6:36:01 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera-4/libgalera_smm.so'
2020-12-15  6:36:01 0 [Note] WSREP: wsrep_load(): Galera 26.4.6(r1d8d67c) by Codership Oy <info@codership.com> loaded successfully.
2020-12-15  6:36:01 0 [Note] WSREP: CRC-32C: using "slicing-by-8" algorithm.
2020-12-15  6:36:01 0 [Warning] WSREP: Could not open state file for reading: '/dev/shm/var/2/mysqld.1/data//grastate.dat'
2020-12-15  6:36:01 0 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootstrap: 1
2020-12-15  6:36:01 0 [Note] WSREP: GCache DEBUG: opened preamble:
Version: 0
UUID: 00000000-0000-0000-0000-000000000000
Seqno: -1 - -1
Offset: -1
Synced: 0
2020-12-15  6:36:01 0 [Note] WSREP: Skipped GCache ring buffer recovery: could not determine history UUID.
2020-12-15  6:36:01 0 [Note] WSREP: Passing config to GCS: base_dir = /dev/shm/var/2/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/2/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-15  6:36:01 0 [Note] WSREP: Start replication
2020-12-15  6:36:01 0 [Note] WSREP: Connecting with bootstrap option: 1
2020-12-15  6:36:01 0 [Note] WSREP: Setting GCS initial position to 00000000-0000-0000-0000-000000000000:-1
2020-12-15  6:36:01 0 [Note] WSREP: protonet asio version 0
2020-12-15  6:36:01 0 [Note] WSREP: Using CRC-32C for message checksums.
2020-12-15  6:36:01 0 [Note] WSREP: backend: asio
2020-12-15  6:36:01 0 [Note] WSREP: gcomm thread scheduling priority set to other:0 
2020-12-15  6:36:01 0 [Warning] WSREP: access file(/dev/shm/var/2/mysqld.1/data//gvwstate.dat) failed(No such file or directory)
2020-12-15  6:36:01 0 [Note] WSREP: restore pc from disk failed
2020-12-15  6:36:01 0 [Note] WSREP: GMCast version 0
2020-12-15  6:36:01 0 [Note] WSREP: (cc932913-b41e, 'tcp://0.0.0.0:16002') listening at tcp://0.0.0.0:16002
2020-12-15  6:36:01 0 [Note] WSREP: (cc932913-b41e, 'tcp://0.0.0.0:16002') multicast: , ttl: 1
2020-12-15  6:36:01 0 [Note] WSREP: EVS version 1
2020-12-15  6:36:01 0 [Note] WSREP: gcomm: bootstrapping new group 'my_wsrep_cluster'
2020-12-15  6:36:01 0 [Note] WSREP: start_prim is enabled, turn off pc_recovery
2020-12-15  6:36:01 0 [Note] WSREP: EVS version upgrade 0 -> 1
2020-12-15  6:36:01 0 [Note] WSREP: PC protocol upgrade 0 -> 1
2020-12-15  6:36:01 0 [Note] WSREP: Node cc932913-b41e state prim
2020-12-15  6:36:01 0 [Note] WSREP: view(view_id(PRIM,cc932913-b41e,1) memb {
	cc932913-b41e,0
} joined {
} left {
} partitioned {
})
2020-12-15  6:36:01 0 [Note] WSREP: save pc into disk
2020-12-15  6:36:01 0 [Note] WSREP: gcomm: connected
2020-12-15  6:36:01 0 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
2020-12-15  6:36:01 0 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
2020-12-15  6:36:01 0 [Note] WSREP: Opened channel 'my_wsrep_cluster'
2020-12-15  6:36:01 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1
2020-12-15  6:36:01 0 [Note] WSREP: Starting new group from scratch: cc936418-3e9f-11eb-87d9-cf6a453b2b0a
2020-12-15  6:36:01 0 [Note] WSREP: STATE_EXCHANGE: sent state UUID: cc9366b4-3e9f-11eb-bb3c-bb0de41213bd
2020-12-15  6:36:01 0 [Note] WSREP: STATE EXCHANGE: sent state msg: cc9366b4-3e9f-11eb-bb3c-bb0de41213bd
2020-12-15  6:36:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: cc9366b4-3e9f-11eb-bb3c-bb0de41213bd from 0 (centos74-amd64)
2020-12-15  6:36:01 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 = cc936418-3e9f-11eb-87d9-cf6a453b2b0a
2020-12-15  6:36:01 0 [Note] WSREP: Flow-control interval: [16, 16]
2020-12-15  6:36:01 0 [Note] WSREP: Restored state OPEN -> JOINED (1)
2020-12-15  6:36:01 0 [Note] WSREP: Member 0.0 (centos74-amd64) synced with group.
2020-12-15  6:36:01 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 1)
2020-12-15  6:36:01 1 [Note] WSREP: Starting rollbacker thread 1
2020-12-15  6:36:01 2 [Note] WSREP: Starting applier thread 2
2020-12-15  6:36:01 2 [Note] WSREP: ####### processing CC 1, local, ordered
2020-12-15  6:36:01 2 [Note] WSREP: Process first view: cc936418-3e9f-11eb-87d9-cf6a453b2b0a my uuid: cc932913-3e9f-11eb-b41e-22ecd9be04da
2020-12-15  6:36:01 2 [Note] WSREP: Server centos74-amd64 connected to cluster at position cc936418-3e9f-11eb-87d9-cf6a453b2b0a:1 with ID cc932913-3e9f-11eb-b41e-22ecd9be04da
2020-12-15  6:36:01 2 [Note] WSREP: Server status change disconnected -> connected
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 2 [Note] WSREP: ####### My UUID: cc932913-3e9f-11eb-b41e-22ecd9be04da
2020-12-15  6:36:01 2 [Note] WSREP: Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: no
2020-12-15  6:36:01 0 [Note] WSREP: Service thread queue flushed.
2020-12-15  6:36:01 2 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1
2020-12-15  6:36:01 2 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-15  6:36:01 2 [Note] WSREP: ####### Adjusting cert position: -1 -> 1
2020-12-15  6:36:01 0 [Note] WSREP: Service thread queue flushed.
2020-12-15  6:36:01 2 [Note] WSREP: GCache history reset: 00000000-0000-0000-0000-000000000000:0 -> cc936418-3e9f-11eb-87d9-cf6a453b2b0a:0
2020-12-15  6:36:01 2 [Note] WSREP: ================================================
View:
  id: cc936418-3e9f-11eb-87d9-cf6a453b2b0a: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: cc932913-3e9f-11eb-b41e-22ecd9be04da, centos74-amd64
=================================================
2020-12-15  6:36:01 2 [Note] WSREP: Server status change connected -> joiner
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 2 [Note] WSREP: Server status change joiner -> initializing
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 0 [Note] Plugin 'partition' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-12-15  6:36:01 0 [Note] InnoDB: Using Linux native AIO
2020-12-15  6:36:01 0 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
2020-12-15  6:36:01 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-12-15  6:36:01 0 [Note] InnoDB: Uses event mutexes
2020-12-15  6:36:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
2020-12-15  6:36:01 0 [Note] InnoDB: Number of pools: 1
2020-12-15  6:36:01 0 [Note] InnoDB: Using generic crc32 instructions
2020-12-15  6:36:01 0 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M
2020-12-15  6:36:01 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-15  6:36: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-15  6:36:01 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-15  6:36:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-15  6:36:01 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-15  6:36:01 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-12-15  6:36:01 0 [Note] InnoDB: Waiting for purge to start
2020-12-15  6:36:01 0 [Note] InnoDB: 10.4.18 started; log sequence number 68820; transaction id 33
2020-12-15  6:36:01 0 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var/2/mysqld.1/data/ib_buffer_pool
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-12-15  6:36:01 0 [Note] InnoDB: Buffer pool(s) load completed at 201215  6:36:01
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'user_variables' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-12-15  6:36:01 0 [Note] Plugin 'unix_socket' is disabled.
2020-12-15  6:36:01 0 [Warning] /usr/sbin/mysqld: unknown option '--loose-pam-debug'
2020-12-15  6:36:01 0 [Warning] /usr/sbin/mysqld: unknown option '--loose-aria'
2020-12-15  6:36:01 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-12-15  6:36:01 0 [Note] WSREP: wsrep_init_schema_and_SR (nil)
2020-12-15  6:36:01 0 [Note] WSREP: Server initialized
2020-12-15  6:36:01 0 [Note] WSREP: Server status change initializing -> initialized
2020-12-15  6:36:01 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 2 [Note] WSREP: Bootstrapping a new cluster, setting initial position to 00000000-0000-0000-0000-000000000000:-1
2020-12-15  6:36:01 9 [Note] WSREP: Cluster table is empty, not recovering transactions
2020-12-15  6:36:01 2 [Note] WSREP: Server status change initialized -> joined
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:01 0 [Note] Reading of all Master_info entries succeeded
2020-12-15  6:36:01 0 [Note] Added new Master_info '' to hash table
2020-12-15  6:36:01 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.4.18-MariaDB-debug-log'  socket: '/dev/shm/var/tmp/2/mysqld.1.sock'  port: 16000  MariaDB Server
2020-12-15  6:36:01 2 [Note] WSREP: Lowest cert index boundary for CC from group: 1
2020-12-15  6:36:01 2 [Note] WSREP: Min available from gcache for CC from group: 1
2020-12-15  6:36:01 2 [Note] WSREP: Server centos74-amd64 synced with group
2020-12-15  6:36:01 2 [Note] WSREP: Server status change joined -> synced
2020-12-15  6:36:01 2 [Note] WSREP: Synchronized with group, ready for connections
2020-12-15  6:36:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:02 0 [Note] WSREP: (cc932913-b41e, 'tcp://0.0.0.0:16002') connection established to cccd4690-8ad9 tcp://127.0.0.1:16005
2020-12-15  6:36:02 0 [Note] WSREP: (cc932913-b41e, 'tcp://0.0.0.0:16002') turning message relay requesting on, nonlive peers: 
2020-12-15  6:36:02 0 [Note] WSREP: declaring cccd4690-8ad9 at tcp://127.0.0.1:16005 stable
2020-12-15  6:36:02 0 [Note] WSREP: Node cc932913-b41e state prim
2020-12-15  6:36:02 0 [Note] WSREP: view(view_id(PRIM,cc932913-b41e,2) memb {
	cc932913-b41e,0
	cccd4690-8ad9,0
} joined {
} left {
} partitioned {
})
2020-12-15  6:36:02 0 [Note] WSREP: save pc into disk
2020-12-15  6:36:02 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 2
2020-12-15  6:36:02 0 [Note] WSREP: STATE_EXCHANGE: sent state UUID: cd1ad0f3-3e9f-11eb-b3a5-1e3fd3be28f8
2020-12-15  6:36:02 0 [Note] WSREP: STATE EXCHANGE: sent state msg: cd1ad0f3-3e9f-11eb-b3a5-1e3fd3be28f8
2020-12-15  6:36:02 0 [Note] WSREP: STATE EXCHANGE: got state msg: cd1ad0f3-3e9f-11eb-b3a5-1e3fd3be28f8 from 0 (centos74-amd64)
2020-12-15  6:36:03 0 [Note] WSREP: STATE EXCHANGE: got state msg: cd1ad0f3-3e9f-11eb-b3a5-1e3fd3be28f8 from 1 (centos74-amd64)
2020-12-15  6:36:03 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 = cc936418-3e9f-11eb-87d9-cf6a453b2b0a
2020-12-15  6:36:03 0 [Note] WSREP: Flow-control interval: [23, 23]
2020-12-15  6:36:03 2 [Note] WSREP: ####### processing CC 2, local, ordered
2020-12-15  6:36:03 2 [Note] WSREP: ####### My UUID: cc932913-3e9f-11eb-b41e-22ecd9be04da
2020-12-15  6:36:03 2 [Note] WSREP: Skipping cert index reset
2020-12-15  6:36:03 2 [Note] WSREP: REPL Protocols: 10 (5)
2020-12-15  6:36:03 2 [Note] WSREP: ####### Adjusting cert position: 1 -> 2
2020-12-15  6:36:03 0 [Note] WSREP: Service thread queue flushed.
2020-12-15  6:36:03 2 [Note] WSREP: ================================================
View:
  id: cc936418-3e9f-11eb-87d9-cf6a453b2b0a: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: cc932913-3e9f-11eb-b41e-22ecd9be04da, centos74-amd64
	1: cccd4690-3e9f-11eb-8ad9-1bc0838bbb0c, centos74-amd64
=================================================
2020-12-15  6:36:03 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:03 2 [Note] WSREP: Lowest cert index boundary for CC from group: 2
2020-12-15  6:36:03 2 [Note] WSREP: Min available from gcache for CC from group: 1
2020-12-15  6:36:03 0 [Note] WSREP: Member 1.0 (centos74-amd64) requested state transfer from '*any*'. Selected 0.0 (centos74-amd64)(SYNCED) as donor.
2020-12-15  6:36:03 0 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 2)
2020-12-15  6:36:03 2 [Note] WSREP: Detected STR version: 1, req_len: 110, req: STRv1
2020-12-15  6:36:03 2 [Note] WSREP: Cert index preload: 2 -> 2
2020-12-15  6:36:03 2 [Note] WSREP: Server status change synced -> donor
2020-12-15  6:36:03 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:03 0 [Note] WSREP: async IST sender starting to serve tcp://127.0.0.1:16006 sending 2-2, preload starts from 2
2020-12-15  6:36:03 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:03 0 [Note] WSREP: IST sender 2 -> 2
2020-12-15  6:36:03 0 [Note] WSREP: Donor monitor thread started to monitor
2020-12-15  6:36:03 0 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'donor' --address '127.0.0.2:16007/rsync_sst' --socket '/dev/shm/var/tmp/2/mysqld.1.sock' --datadir '/dev/shm/var/2/mysqld.1/data/' --defaults-file '/dev/shm/var/2/my.cnf' --defaults-group-suffix '.1' --gtid 'cc936418-3e9f-11eb-87d9-cf6a453b2b0a:2' --gtid-domain-id '0' --binlog-index 'mysqld-bin.index' --mysqld-args --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/2/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-15  6:36:03 2 [Note] WSREP: sst_donor_thread signaled with 0
2020-12-15  6:36:03 0 [Note] WSREP: Flushing tables for SST...
2020-12-15  6:36:03 0 [Note] WSREP: pause
2020-12-15  6:36:03 0 [Note] WSREP: Provider paused at cc936418-3e9f-11eb-87d9-cf6a453b2b0a:2 (5)
2020-12-15  6:36:03 0 [Note] WSREP: Server paused at: 2
2020-12-15  6:36:03 0 [Note] WSREP: Tables flushed.
2020-12-15  6:36:04 0 [Note] WSREP: resume
2020-12-15  6:36:04 0 [Note] WSREP: resuming provider at 5
2020-12-15  6:36:04 0 [Note] WSREP: Provider resumed.
2020-12-15  6:36:04 0 [Note] WSREP: SST sent: cc936418-3e9f-11eb-87d9-cf6a453b2b0a:2
2020-12-15  6:36:04 0 [Note] WSREP: Server status change donor -> joined
2020-12-15  6:36:04 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:04 0 [Note] WSREP: 0.0 (centos74-amd64): State transfer to 1.0 (centos74-amd64) complete.
2020-12-15  6:36:04 0 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 2)
2020-12-15  6:36:04 0 [Note] WSREP: Member 0.0 (centos74-amd64) synced with group.
2020-12-15  6:36:04 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 2)
2020-12-15  6:36:04 2 [Note] WSREP: Server centos74-amd64 synced with group
2020-12-15  6:36:04 2 [Note] WSREP: Server status change joined -> synced
2020-12-15  6:36:04 2 [Note] WSREP: Synchronized with group, ready for connections
2020-12-15  6:36:04 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2020-12-15  6:36:04 0 [Note] WSREP: Donor monitor thread ended with total time 1 sec
2020-12-15  6:36:05 0 [Note] WSREP: (cc932913-b41e, 'tcp://0.0.0.0:16002') turning message relay requesting off
2020-12-15  6:36:06 0 [Note] WSREP: async IST sender served
2020-12-15  6:36:06 0 [Note] WSREP: 1.0 (centos74-amd64): State transfer from 0.0 (centos74-amd64) complete.
2020-12-15  6:36:06 0 [Note] WSREP: Member 1.0 (centos74-amd64) synced with group.
2020-12-15  6:36:09 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 258 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 80000007; asc     ;;

2020-12-15  6:36:09 1 [ERROR] InnoDB: WSREP state: 
2020-12-15  6:36:09 1 [ERROR] WSREP: Thread BF trx_id: 261 thread: 1 seqno: 50 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 > 0YY�_
2020-12-15  6:36:09 1 [ERROR] WSREP: Thread BF trx_id: 258 thread: 2 seqno: 49 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)YY�_
2020-12-15 06:36:09 0x7f433eb58700  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.18/storage/innobase/lock/lock0lock.cc line 687
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.
201215  6:36:09 [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.4.18-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=4
max_threads=153
thread_count=13
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63641 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x55b2d3f12070
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 = 0x7f433eb57c58 thread_stack 0x49000
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 130.
mysys/stacktrace.c:174(my_print_stacktrace)[0x55b2c9e08e36]
sql/signal_handler.cc:209(handle_fatal_signal)[0x55b2c96cde4e]
sigaction.c:0(__restore_rt)[0x7f43470155e0]
:0(__GI_raise)[0x7f43455211f7]
:0(__GI_abort)[0x7f43455228e8]
/usr/sbin/mysqld(+0xd48b3e)[0x55b2c9adfb3e]
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(+0xb905eb)[0x55b2c99275eb]
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(+0xb980f1)[0x55b2c992f0f1]
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 130.
/usr/sbin/mysqld(+0xba0706)[0x55b2c9937706]
/usr/sbin/mysqld(+0xba194d)[0x55b2c993894d]
/usr/sbin/mysqld(+0xcb9e87)[0x55b2c9a50e87]
/usr/sbin/mysqld(+0xcbfd16)[0x55b2c9a56d16]
ut/ut0new.cc:95(ut_new_boot())[0x55b2c98b7dd2]
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2488161024) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1932546816) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2487309056) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
lock/lock0lock.cc:687(Gis_read_stream::check_next_symbol(char))[0x55b2c98b8284]
lock/lock0lock.cc:1161(Gis_read_stream::check_next_symbol(char))[0x55b2c96d52d5]
lock/lock0lock.cc:1932(Gis_read_stream::check_next_symbol(char))[0x55b2c96e3974]
lock/lock0lock.cc:5808(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 long, que_thr_t*))[0x55b2c97fcbd8]
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (112788337) greater than or equal to .debug_str size (3522994).
row/row0sel.cc:1254(void std::__introsort_loop<unsigned char**, long>(unsigned char**, unsigned char**, long))[0x55b2c97fd913]
row/row0sel.cc:5095(row_search_mvcc(unsigned char*, page_cur_mode_t, row_prebuilt_t*, unsigned long, unsigned long))[0x55b2c97ee1ee]
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365241379) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (31130435) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (26477338) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (29426478) greater than or equal to .debug_str size (1507968).
/usr/sbin/mysqld(_Z18wsrep_apply_eventsP3THDP14Relay_log_infoPKvm+0x3f8)[0x55b2c962d9da]
handler/ha_innodb.cc:9255(ha_innobase::index_read(unsigned char*, unsigned char const*, unsigned int, ha_rkey_function))[0x55b2c9618592]
handler/ha_innodb.cc:9756(ha_innobase::rnd_pos(unsigned char*, unsigned char*))[0x55b2c9e95ca1]
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
sql/handler.cc:2897(handler::ha_rnd_pos(unsigned char*, unsigned char*))[0x55b2c9e96d41]
sql/handler.h:3760(handler::rnd_pos_by_record(unsigned char*))[0x55b2c9ea94f1]
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (245173908) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (352528052) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (320193802) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2634978305) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (2634978305) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3724748323) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (365234769) greater than or equal to .debug_str size (1507968).
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&))[0x7f43420ed560]
src/trx_handle.hpp:826(galera::TrxHandleMaster::lock())[0x7f434212a4ae]
src/trx_handle.hpp:1132(galera_replay_trx)[0x7f434213ec3b]
/usr/sbin/mysqld(_ZN5wsrep18wsrep_provider_v266replayERKNS_9ws_handleEPNS_21high_priority_serviceE+0x2a)[0x55b2c9eaa3be]
addr2line: Dwarf Error: Offset (122439681) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (2198601474) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1426194452) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1711407124) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(_ZN20Wsrep_client_service6replayEv+0x194)[0x55b2c96177a8]
addr2line: Dwarf Error: Offset (27328769) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (119146257) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (138545204) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1178796291) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (344860674) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363882242) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (363873794) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 149.
addr2line: Dwarf Error: Offset (1225787) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1225787.
addr2line: Dwarf Error: Offset (154011933) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (4011649795) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (117769985) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (135464975) greater than or equal to .debug_str size (3522994).
/usr/sbin/mysqld(_ZN5wsrep11transaction6replayERNS_11unique_lockINS_5mutexEEE+0x80)[0x55b2c9ea4716]
addr2line: Dwarf Error: Offset (301793548) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340311021) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1347224064) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (340661484) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (1060897280) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7500912) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Could not find abbrev number 161.
addr2line: Dwarf Error: Offset (7628135) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1088437) greater than or equal to .debug_info size (878025).
addr2line: Dwarf Error: Unable to read alt ref 1088437.
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (1107325285) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (3204451878) greater than or equal to .debug_str size (3522994).
addr2line: Dwarf Error: Offset (7628147) greater than or equal to .debug_str size (1507968).
addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (1507968).
/usr/sbin/mysqld(_ZN5wsrep11transaction15after_statementEv+0x418)[0x55b2c9ea650c]
addr2line: Dwarf Error: Could not find abbrev number 130.
/usr/sbin/mysqld(_ZN5wsrep12client_state15after_statementEv+0x184)[0x55b2c9e8332a]
/usr/sbin/mysqld(+0x6b8637)[0x55b2c944f637]
/usr/sbin/mysqld(+0x6ce107)[0x55b2c9465107]
src/wsrep_provider_v26.cpp:867(wsrep::wsrep_provider_v26::replay(wsrep::ws_handle const&, wsrep::high_priority_service*))[0x55b2c9466403]
sql/wsrep_client_service.cc:282(Wsrep_client_service::replay())[0x55b2c9468d28]
src/transaction.cpp:1889(wsrep::transaction::replay(wsrep::unique_lock<wsrep::mutex>&))[0x55b2c9572bce]
src/transaction.cpp:856(wsrep::transaction::after_statement())[0x55b2c9572ca0]
src/client_state.cpp:258(wsrep::client_state::after_statement())[0x55b2c9db253d]
pthread_create.c:0(start_thread)[0x7f434700de25]
/lib64/libc.so.6(clone+0x6d)[0x7f43455e434d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0x7f434158a59b): 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

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/2/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.7838' (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/2/log/galera.galera_FK_duplicate_client_insert-innodb/mysqld.1/data/core.7838
 - deleting it, already saved 0
 - skipping '/dev/shm/var/2/log/galera.galera_FK_duplicate_client_insert-innodb/'

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

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

2020-12-15  6:36:09 1 [ERROR] InnoDB: Conflicting lock on table: `test`.`user` index: PRIMARY that has lock 
2020-12-15  6:36:09 1 [ERROR] InnoDB: WSREP state: 
2020-12-15  6:36:09 1 [ERROR] WSREP: Thread BF trx_id: 261 thread: 1 seqno: 50 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 > 0YY�_
2020-12-15  6:36:09 1 [ERROR] WSREP: Thread BF trx_id: 258 thread: 2 seqno: 49 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)YY�_
Attempting backtrace. You can use the following information to find out

galera.MW-86-wait8 'innodb'              w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 8383, winpid: 8383] - using different config file
worker[1] > Restart [mysqld.2 - pid: 8420, winpid: 8420] - using different config file
galera.galera_admin 'innodb'             w2 [ pass ]   3639
galera.galera_alter_engine_innodb 'innodb' w2 [ pass ]   2041
galera.galera_alter_engine_myisam 'innodb' w2 [ pass ]   2038
galera.galera_alter_table_force 'innodb' w2 [ pass ]   2042
galera.galera_applier_ftwrl_table 'innodb' w2 [ pass ]   2045
galera.galera_bf_abort 'innodb'          w2 [ pass ]   2039
galera.enforce_storage_engine2 'innodb'  w1 [ pass ]   2038
worker[1] > Restart [mysqld.1 - pid: 8978, winpid: 8978] - using different config file
worker[1] > Restart [mysqld.2 - pid: 9026, winpid: 9026] - using different config file
galera.galera_bf_abort_at_after_statement 'innodb' w2 [ pass ]   2036
galera.galera_bf_abort_flush_for_export 'innodb' w2 [ pass ]   2041
galera.galera_bf_abort_for_update 'innodb' w2 [ pass ]   2041
galera.galera_bf_abort_ftwrl 'innodb'    w2 [ pass ]   2041
galera.galera_bf_abort_get_lock 'innodb' w2 [ pass ]   3039
galera.galera_bf_abort_lock_table 'innodb' w2 [ pass ]   2045
galera.galera_bf_abort_shutdown 'innodb' w2 [ pass ]   9387
galera.galera_applier_ftwrl_table_alter 'innodb' w1 [ pass ]   8063
worker[1] > Restart [mysqld.1 - pid: 9365, winpid: 9365] - using different config file
worker[1] > Restart [mysqld.2 - pid: 9401, winpid: 9401] - using different config file
galera.galera_bf_abort_sleep 'innodb'    w2 [ pass ]   2036
galera.galera_binlog_cache_size 'innodb' w2 [ pass ]   3063
galera.galera_binlog_row_image 'innodb'  w2 [ pass ]   2089
galera.galera_change_user 'innodb'       w2 [ pass ]   2025
galera.galera_commit_empty 'innodb'      w2 [ pass ]   2027
galera.galera_create_function 'innodb'   w2 [ pass ]   2033
galera.galera_create_procedure 'innodb'  w2 [ pass ]   2040
galera.galera_as_master 'innodb'         w1 [ pass ]   2838
worker[1] > Restart [mysqld.1 - pid: 9907, winpid: 9907] - using different config file
worker[1] > Restart [mysqld.2 - pid: 9956, winpid: 9956] - using different config file
worker[1] > Restart [mysqld.3 - pid: 9963, winpid: 9963] - using different config file
galera.galera_create_table_as_select 'innodb' w2 [ pass ]   2125
galera.galera_create_table_like 'innodb' w2 [ pass ]   2049
galera.galera_create_trigger 'innodb'    w2 [ pass ]   2084
galera.galera_ddl_fk_conflict 'innodb'   w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_as_master_large 'innodb'   w1 [ pass ]   2053
worker[1] > Restart [mysqld.1 - pid: 10307, winpid: 10307] - using different config file
worker[1] > Restart [mysqld.2 - pid: 10346, winpid: 10346] - using different config file
worker[1] > Restart [mysqld.3 - pid: 10350, winpid: 10350] - using different config file
galera.galera_ddl_multiline 'innodb'     w2 [ pass ]   2184
galera.galera_delete_limit 'innodb'      w2 [ pass ]   2059
galera.galera_desync_overlapped 'innodb' w2 [ pass ]   3265
galera.galera_as_slave 'innodb'          w1 [ pass ]   3093
worker[1] > Restart [mysqld.1 - pid: 10703, winpid: 10703] - using different config file
worker[1] > Restart [mysqld.2 - pid: 10740, winpid: 10740] - using different config file
worker[1] > Restart [mysqld.3 - pid: 10742, winpid: 10742] - using different config file
galera.galera_as_slave_autoinc 'innodb'  w1 [ pass ]   2263
worker[1] > Restart [mysqld.1 - pid: 11089, winpid: 11089] - using different config file
worker[1] > Restart [mysqld.2 - pid: 11127, winpid: 11127] - using different config file
worker[1] > Restart [mysqld.3 - pid: 11129, winpid: 11129] - using different config file
galera.galera_drop_database 'innodb'     w2 [ pass ]   9871
galera.galera_drop_multi 'innodb'        w2 [ pass ]   2044
galera.galera_enum 'innodb'              w2 [ pass ]   2048
galera.galera_events 'innodb'            w2 [ pass ]   3042
galera.galera_as_slave_ctas 'innodb'     w1 [ pass ]   3089
worker[1] > Restart [mysqld.1 - pid: 11601, winpid: 11601] - using different config file
worker[1] > Restart [mysqld.2 - pid: 11638, winpid: 11638] - using different config file
worker[1] > Restart [mysqld.3 - pid: 11640, winpid: 11640] - using different config file
galera.galera_as_slave_gtid 'innodb'     w1 [ pass ]   3167
worker[1] > Restart [mysqld.1 - pid: 11987, winpid: 11987] - using different config file
worker[1] > Restart [mysqld.2 - pid: 12024, winpid: 12024] - using different config file
worker[1] > Restart [mysqld.3 - pid: 12026, winpid: 12026] - using different config file
galera.galera_events2 'innodb'           w2 [ pass ]  15746
galera.galera_fk_cascade_delete 'innodb' w2 [ pass ]   2051
galera.galera_fk_cascade_delete_debug 'innodb' w2 [ pass ]   2069
galera.galera_as_slave_gtid_auto_engine 'innodb' w1 [ pass ]   3169
worker[1] > Restart [mysqld.1 - pid: 12481, winpid: 12481] - using different config file
worker[1] > Restart [mysqld.2 - pid: 12518, winpid: 12518] - using different config file
worker[1] > Restart [mysqld.3 - pid: 12520, winpid: 12520] - using different config file
galera.galera_fk_cascade_update 'innodb' w2 [ pass ]   2051
galera.galera_fk_conflict 'innodb'       w2 [ pass ]   2047
galera.galera_fk_mismatch 'innodb'       w2 [ pass ]   2043
galera.galera_fk_multicolumn 'innodb'    w2 [ pass ]   2054
galera.galera_as_slave_gtid_myisam 'innodb' w1 [ pass ]   3173
worker[1] > Restart [mysqld.1 - pid: 12924, winpid: 12924] - using different config file
worker[1] > Restart [mysqld.2 - pid: 12961, winpid: 12961] - using different config file
worker[1] > Restart [mysqld.3 - pid: 12963, winpid: 12963] - using different config file
galera.galera_fk_multitable 'innodb'     w2 [ pass ]   2038
galera.galera_fk_no_pk 'innodb'          w2 [ pass ]   2046
galera.galera_fk_selfreferential 'innodb' w2 [ pass ]   2029
galera.galera_as_slave_replay 'innodb'   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 13323, winpid: 13323] - using different config file
worker[1] > Restart [mysqld.2 - pid: 13360, winpid: 13360] - using different config file
worker[1] > Restart [mysqld.3 - pid: 13362, winpid: 13362] - using different config file
galera.galera_fk_setnull 'innodb'        w2 [ pass ]   2046
galera.galera_flush_local 'innodb'       w2 [ skipped ]  Test requires: 'have_wsrep_replicate_myisam'
galera.galera_ftwrl_drain 'innodb'       w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_gra_log 'innodb'           w2 [ pass ]   2067
galera.galera_insert_ignore 'innodb'     w2 [ pass ]   2059
galera.galera_bf_background_statistics 'innodb' w1 [ pass ]   4330
worker[1] > Restart [mysqld.1 - pid: 13694, winpid: 13694] - using different config file
worker[1] > Restart [mysqld.2 - pid: 13732, winpid: 13732] - using different config file
galera.galera_insert_multi 'innodb'      w2 [ pass ]   2064
galera.galera_kill_applier 'innodb'      w2 [ pass ]   2035
worker[2] > Restart  - not started
worker[2] > Restart  - not started
galera.galera_bf_kill 'innodb'           w1 [ pass ]   2086
worker[1] > Restart [mysqld.1 - pid: 14051, winpid: 14051] - using different config file
worker[1] > Restart [mysqld.2 - pid: 14087, winpid: 14087] - using different config file
galera.galera_bf_kill_debug 'innodb'     w1 [ pass ]   2059
worker[1] > Restart [mysqld.1 - pid: 14565, winpid: 14565] - using different config file
worker[1] > Restart [mysqld.2 - pid: 14601, winpid: 14601] - using different config file
galera.galera_kill_ddl 'innodb'          w2 [ pass ]  19429
galera.galera_binlog_checksum 'innodb'   w1 [ pass ]   2037
worker[1] > Restart [mysqld.1 - pid: 15057, winpid: 15057] - using different config file
worker[1] > Restart [mysqld.2 - pid: 15093, winpid: 15093] - using different config file
galera.galera_kill_smallchanges 'innodb' w2 [ pass ]  18207
galera.galera_last_committed_id 'innodb' w2 [ pass ]   2036
galera.galera_lock_table 'innodb'        w2 [ pass ]   4058
galera.galera_lock_tables_in_transaction 'innodb' w2 [ pass ]   2025
galera.galera_many_indexes 'innodb'      w2 [ pass ]   2425
galera.galera_binlog_event_max_size_min 'innodb' w1 [ pass ]   2027
worker[1] > Restart [mysqld.1 - pid: 15553, winpid: 15553] - using different config file
worker[1] > Restart [mysqld.2 - pid: 15593, winpid: 15593] - using different config file
galera.galera_mdev_10812 'innodb'        w2 [ pass ]   6042
galera.galera_multi_database 'innodb'    w2 [ pass ]   2043
galera.galera_multirow_rollback 'binlogoff,innodb' w2 [ pass ]   2067
galera.galera_myisam_autocommit 'innodb' w2 [ pass ]   2026
galera.galera_myisam_transactions 'innodb' w2 [ pass ]   2040
galera.galera_nopk_bit 'innodb'          w2 [ pass ]   2039
galera.galera_nopk_blob 'innodb'         w2 [ pass ]   2041
galera.galera_nopk_large_varchar 'innodb' w2 [ pass ]   2049
galera.galera_nopk_unicode 'innodb'      w2 [ pass ]   2039
galera.galera_defaults 'innodb'          w1 [ pass ]   2039
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera.galera_parallel_apply_lock_table 'innodb' w2 [ pass ]   4055
galera.galera_performance_schema 'innodb' w2 [ pass ]   2064
galera.galera_pk_bigint_signed 'innodb'  w2 [ pass ]   2032
galera.galera_gcs_fragment 'innodb'      w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 16286, winpid: 16286] - using different config file
worker[1] > Restart [mysqld.2 - pid: 16322, winpid: 16322] - using different config file
galera.galera_pk_bigint_unsigned 'innodb' w2 [ pass ]   2044
galera.galera_prepared_statement 'innodb' w2 [ pass ]   2050
galera.galera_read_only 'innodb'         w2 [ pass ]   2034
galera.galera_repl_key_format_flat16 'innodb' w2 [ pass ]   2037
galera.galera_repl_max_ws_size 'innodb'  w2 [ pass ]   2035
galera.galera_gtid 'innodb'              w1 [ pass ]   2035
worker[1] > Restart [mysqld.1 - pid: 16671, winpid: 16671] - using different config file
worker[1] > Restart [mysqld.2 - pid: 16708, winpid: 16708] - using different config file
galera.galera_restart_nochanges 'innodb' w2 [ pass ]   9491
galera.galera_gtid_slave 'innodb'        w1 [ pass ]   3070
worker[1] > Restart [mysqld.1 - pid: 17168, winpid: 17168] - using different config file
worker[1] > Restart [mysqld.2 - pid: 17205, winpid: 17205] - using different config file
worker[1] > Restart [mysqld.3 - pid: 17207, winpid: 17207] - using different config file
galera.galera_load_data 'innodb'         w1 [ pass ]  22170
worker[1] > Restart [mysqld.1 - pid: 17496, winpid: 17496] - using different config file
worker[1] > Restart [mysqld.2 - pid: 17532, winpid: 17532] - using different config file
galera.galera_log_bin 'innodb'           w1 [ pass ]   2201
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera.galera_restart_on_unknown_option 'innodb' w2 [ pass ]  78392
galera.galera_mdev_13787 'innodb'        w1 [ pass ]   2037
worker[1] > Restart [mysqld.1 - pid: 18256, winpid: 18256] - using different config file
worker[1] > Restart [mysqld.2 - pid: 18292, winpid: 18292] - using different config file
galera.galera_roles 'innodb'             w2 [ pass ]   5130
galera.galera_rsu_error 'innodb'         w2 [ pass ]   2042
galera.galera_rsu_simple 'innodb'        w2 [ pass ]   2042
galera.galera_rsu_wsrep_desync 'innodb'  w2 [ pass ]   4168
galera.galera_sbr 'innodb'               w2 [ pass ]   2031
galera.galera_schema_dirty_reads 'innodb' w2 [ pass ]   2023
galera.galera_mdev_15611 'innodb'        w1 [ pass ]   2270
worker[1] > Restart [mysqld.1 - pid: 18762, winpid: 18762] - using different config file
worker[1] > Restart [mysqld.2 - pid: 18798, winpid: 18798] - using different config file
galera.galera_serializable 'innodb'      w2 [ pass ]   6059
galera.galera_server 'innodb'            w2 [ pass ]   2036
galera.galera_query_cache 'innodb'       w1 [ pass ]   2053
worker[1] > Restart [mysqld.1 - pid: 19121, winpid: 19121] - using different config file
worker[1] > Restart [mysqld.2 - pid: 19157, winpid: 19157] - using different config file
galera.galera_set_position_after_cert_failure 'innodb' w2 [ pass ]  10313
worker[2] > Restart [mysqld.2 - pid: 19403, winpid: 19403] - 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' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_sp_bf_abort 'innodb'       w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_query_cache_sync_wait 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 19807, winpid: 19807] - using different config file
worker[1] > Restart [mysqld.2 - pid: 19843, winpid: 19843] - using different config file
galera.galera_sp_insert_parallel 'innodb' w2 [ pass ]   4687
galera.galera_sql_log_bin_zero 'innodb'  w2 [ pass ]   2027
galera.galera_status_cluster 'innodb'    w2 [ pass ]   2024
galera.galera_status_local_index 'innodb' w2 [ pass ]   2036
galera.galera_status_local_state 'innodb' w2 [ pass ]   2032
galera.galera_sbr_binlog 'innodb'        w1 [ pass ]   2039
worker[1] > Restart [mysqld.1 - pid: 20183, winpid: 20183] - using different config file
worker[1] > Restart [mysqld.2 - pid: 20220, winpid: 20220] - 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: 20475, winpid: 20475] - using different config file
worker[1] > Restart [mysqld.2 - pid: 20512, winpid: 20512] - using different config file
worker[1] > Restart [mysqld.3 - pid: 20514, winpid: 20514] - using different config file
galera.galera_suspend_slave 'innodb'     w2 [ pass ]  25614
galera.galera_sync_wait_show 'innodb'    w2 [ pass ]   2038
galera.galera_toi_alter_auto_increment 'innodb' w2 [ pass ]   4082
galera.galera_toi_ddl_locking 'innodb'   w2 [ pass ]   6063
galera.galera_toi_ddl_sequential 'innodb' w2 [ pass ]   2032
galera.galera_sst_mariabackup_lost_found 'innodb' w1 [ pass ]  21663
worker[1] > Restart [mysqld.1 - pid: 20792, winpid: 20792] - using different config file
worker[1] > Restart [mysqld.2 - pid: 21916, winpid: 21916] - 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_toi_drop_database 'innodb' w2 [ pass ]  51463
galera.galera_toi_ftwrl 'innodb'         w2 [ pass ]   2039
galera.galera_toi_lock_exclusive 'innodb' w2 [ pass ]   3038
galera.galera_toi_lock_shared 'innodb'   w2 [ pass ]   2035
galera.galera_transaction_read_only 'innodb' w2 [ pass ]   2034
galera.galera_transaction_replay 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_trigger 'innodb'           w2 [ pass ]   2059
galera.galera_truncate 'innodb'          w2 [ pass ]   2076
galera.galera_truncate_temporary 'innodb' w2 [ pass ]   2058
galera.galera_unicode_identifiers 'innodb' w2 [ pass ]   2057
galera.galera_unicode_pk 'innodb'        w2 [ pass ]   2039
galera.galera_update_limit 'innodb'      w2 [ pass ]   2058
galera.galera_var_OSU_method 'innodb'    w2 [ pass ]   2036
galera.galera_var_OSU_method2 'innodb'   w2 [ pass ]   2037
galera.galera_sst_rsync2 'debug,innodb'  w1 [ pass ]  49446
worker[1] > Restart [mysqld.1 - pid: 22919, winpid: 22919] - using different config file
worker[1] > Restart [mysqld.2 - pid: 24094, winpid: 24094] - using different config file
galera.galera_var_auto_inc_control_off 'innodb' w2 [ pass ]   4051
galera.galera_var_certify_nonPK_off 'innodb' w2 [ pass ]   2044
galera.galera_var_cluster_address 'innodb' w2 [ pass ]   6165
galera.galera_var_cluster_conf_id 'innodb' w2 [ pass ]   2022
galera.galera_var_desync_on 'innodb'     w2 [ pass ]   3058
galera.galera_v1_row_events 'innodb'     w1 [ pass ]   2034
worker[1] > Restart [mysqld.1 - pid: 24391, winpid: 24391] - using different config file
worker[1] > Restart [mysqld.2 - pid: 24447, winpid: 24447] - using different config file
galera.galera_var_dirty_reads 'innodb'   w2 [ pass ]   4186
galera.galera_var_fkchecks 'innodb'      w2 [ pass ]   2045
galera.galera_var_ignore_apply_errors 'innodb' w2 [ pass ]   2202
galera.galera_var_max_ws_rows 'innodb'   w2 [ pass ]   6893
galera.galera_var_auto_inc_control_on 'innodb' w1 [ pass ]   2045
worker[1] > Restart [mysqld.1 - pid: 24797, winpid: 24797] - using different config file
worker[1] > Restart [mysqld.2 - pid: 24833, winpid: 24833] - using different config file
galera.galera_var_max_ws_size 'innodb'   w2 [ pass ]   2030
galera.galera_var_mysql_replication_bundle 'innodb' w2 [ pass ]   2030
galera.galera_var_replicate_myisam_off 'innodb' w2 [ pass ]   2027
galera.galera_var_sync_wait 'innodb'     w2 [ pass ]   2048
galera.galera_var_trx_fragment_size 'innodb' w2 [ pass ]   2055
galera.galera_var_wsrep_on_off 'innodb'  w2 [ pass ]   2023
galera.galera_wsrep_provider_options_syntax 'innodb' w2 [ pass ]   2052
galera.galera_var_gtid_domain_id 'innodb' w1 [ pass ]   2804
worker[1] > Restart [mysqld.1 - pid: 25196, winpid: 25196] - using different config file
worker[1] > Restart [mysqld.2 - pid: 25233, winpid: 25233] - using different config file
galera.galera_wsrep_provider_unset_set 'innodb' w2 [ pass ]   5193
galera.galera_zero_length_column 'innodb' w2 [ pass ]   2053
galera.grant 'innodb'                    w2 [ pass ]   2029
galera.lp1276424 'innodb'                w2 [ pass ]   2030
galera.lp1347768 'innodb'                w2 [ pass ]   2037
galera.lp1376747 'innodb'                w2 [ pass ]   4046
galera.galera_var_log_bin 'innodb'       w1 [ pass ]   2029
worker[1] > Restart [mysqld.1 - pid: 25630, winpid: 25630] - using different config file
worker[1] > Restart [mysqld.2 - pid: 25667, winpid: 25667] - using different config file
galera.lp1376747-2 'innodb'              w2 [ pass ]   2042
galera.lp1376747-3 'innodb'              w2 [ pass ]   2039
galera.lp1376747-4 'innodb'              w2 [ pass ]   3039
galera.lp1438990 'innodb'                w2 [ pass ]   2046
galera.lp959512 'innodb'                 w2 [ pass ]   2030
galera.galera_var_slave_threads 'innodb' w1 [ pass ]   2391
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera.mdev-22543 'innodb'               w2 [ pass ]  18428
galera.mdev_21025 'innodb'               w2 [ pass ]   2029
galera.mdev_9290 'innodb'                w2 [ pass ]   2032
galera.galera_var_sst_auth 'innodb'      w1 [ pass ]   2021
worker[1] > Restart [mysqld.1 - pid: 26667, winpid: 26667] - using different config file
worker[1] > Restart [mysqld.2 - pid: 26706, winpid: 26706] - using different config file
galera.mysql-wsrep#110 'innodb'          w2 [ pass ]   2049
galera.mysql-wsrep#237 'innodb'          w2 [ pass ]   3043
galera.mysql-wsrep#247 'innodb'          w2 [ pass ]   3030
galera.galera_wsrep_log_conficts 'innodb' w1 [ pass ]   2104
worker[1] > Restart [mysqld.1 - pid: 27084, winpid: 27084] - using different config file
worker[1] > Restart [mysqld.2 - pid: 27120, winpid: 27120] - using different config file
galera.mysql-wsrep#31 'innodb'           w2 [ pass ]  10445
worker[2] > Restart [mysqld.2 - pid: 27363, winpid: 27363] - 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.mysql-wsrep#332 'innodb'          w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.mysql-wsrep#90 'innodb'           w2 [ pass ]   2057
galera.mdev_10518 'innodb'               w1 [ pass ]   2875
worker[1] > Restart [mysqld.1 - pid: 27770, winpid: 27770] - using different config file
worker[1] > Restart [mysqld.2 - pid: 27807, winpid: 27807] - using different config file
galera.pxc-421 'innodb'                  w2 [ pass ]   5270
galera.rename 'innodb'                   w2 [ pass ]   2046
worker[2] > Restart [mysqld.1 - pid: 14248, winpid: 14248] - using different config file
worker[2] > Restart [mysqld.2 - pid: 27556, winpid: 27556] - using different config file
galera.mdev_21718 'innodb'               w1 [ pass ]   3048
worker[1] > Restart [mysqld.1 - pid: 28188, winpid: 28188] - using different config file
worker[1] > Restart [mysqld.2 - pid: 28226, winpid: 28226] - using different config file
galera.mysql-wsrep#198 'innodb'          w2 [ pass ]   2167
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.mysql-wsrep#201 'innodb'          w1 [ pass ]   2853
worker[1] > Restart [mysqld.1 - pid: 28738, winpid: 28738] - using different config file
worker[1] > Restart [mysqld.2 - pid: 28774, winpid: 28774] - using different config file
galera.rpl_row_annotate 'innodb'         w2 [ pass ]   2047
worker[2] > Restart [mysqld.1 - pid: 28935, winpid: 28935] - using different config file
worker[2] > Restart [mysqld.2 - pid: 28972, winpid: 28972] - using different config file
galera_3nodes.GAL-501 'innodb'           w2 [ pass ]  14241
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.galera_certification_ccc 'innodb' w1 [ pass ]  16076
galera_3nodes.galera_certification_double_failure 'innodb' w1 [ pass ]   3052
galera_3nodes.galera_evs_suspect_timeout 'innodb' w1 [ pass ]  16008
galera_3nodes.galera_join_with_cc_A 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_B 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_C 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_parallel_apply_3nodes 'innodb' w1 [ pass ]   2052
galera_3nodes.galera_ipv6_mariabackup 'innodb' w2 [ pass ]  14729
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.galera_var_dirty_reads2 'innodb' w1 [ pass ]  20559
galera_3nodes.galera_wsrep_schema 'innodb' w1 [ pass ]   8818
worker[1] > Restart [mysqld.1 - pid: 29286, winpid: 29286] - using different config file
worker[1] > Restart [mysqld.2 - pid: 1819, winpid: 1819] - using different config file
worker[1] > Restart [mysqld.3 - pid: 29324, winpid: 29324] - using different config file
galera_3nodes.galera_ipv6_mariabackup_section 'innodb' w2 [ pass ]  14527
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 [ fail ]
        Test ended at 2020-12-15 06:50:41

CURRENT_TEST: galera_3nodes.galera_ipv6_mysqldump
mysqltest: In included file "./include/shutdown_mysqld.inc": 
included from ./include/restart_mysqld.inc at line 10:
included from /usr/share/mysql-test/suite/galera_3nodes/t/galera_ipv6_mysqldump.test at line 84:
At line 40: mysql_shutdown failed

The result from queries just before the failure was:
< snip >
connection node_1;
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';
SET GLOBAL wsrep_sst_auth = 'sst:';
connection node_2;
SET GLOBAL wsrep_sst_method = 'mysqldump';
Shutting down server ...
connection node_1;
Cleaning var directory ...
CREATE TABLE t1 (f1 INTEGER NOT NULL PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
connection node_2;
Starting server ...
SELECT COUNT(*) AS EXPECT_1 FROM t1;
EXPECT_1
1
DROP TABLE t1;
SELECT VARIABLE_VALUE LIKE '%[::1]%' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_incoming_addresses';
VARIABLE_VALUE LIKE '%[::1]%'
1

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

 - skipping '/dev/shm/var/1/log/galera_3nodes.galera_ipv6_mysqldump-innodb/'

Retrying test galera_3nodes.galera_ipv6_mysqldump, attempt(2/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera_3nodes.galera_ipv6_rsync 'innodb' w2 [ pass ]  13175
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 [ retry-pass ]  18889

Retrying test galera_3nodes.galera_ipv6_mysqldump, attempt(3/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera_3nodes.galera_ipv6_rsync_section 'innodb' w2 [ pass ]  14222
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 [ retry-pass ]  18736
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
worker[1] > Restart  - using different config file
galera_sr.mysql-wsrep-features#32 'innodb' w1 [ pass ]   3756
worker[1] > Restart [mysqld.1 - pid: 6062, winpid: 6062] - 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 --log-slave-updates --loose-galera-sr-gtid-unique' != '--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[1] > Restart [mysqld.2 - pid: 6098, winpid: 6098] - 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 --log-slave-updates --loose-galera-sr-gtid-unique' != '--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 ]   2046
worker[1] > Restart [mysqld.1 - pid: 6554, winpid: 6554] - 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 --log-bin=master-bin --log-bin --log-slave-updates --loose-galera-sr-gtid-unique'
worker[1] > Restart [mysqld.2 - pid: 6592, winpid: 6592] - 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 --log-bin=master-bin --log-bin --log-slave-updates --loose-galera-sr-gtid-unique'
galera_3nodes.galera_safe_to_bootstrap 'innodb' w2 [ pass ]  37873
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_sr.galera_sr_v1_row_events 'innodb' w2 [ pass ]   2032
worker[2] > Restart [mysqld.1 - pid: 7256, winpid: 7256] - 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-use-v1-row-events=1 --wsrep-trx-fragment-size=1'
worker[2] > Restart [mysqld.2 - pid: 7292, winpid: 7292] - 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-use-v1-row-events=1 --wsrep-trx-fragment-size=1'
galera_sr.galera_sr_log_bin 'innodb'     w1 [ pass ]   2948
galera_sr.mysql-wsrep-features#136 'innodb' w1 [ pass ]   2041
worker[1] > Restart [mysqld.1 - pid: 7458, winpid: 7458] - 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-slave-updates --log-bin'
worker[1] > Restart [mysqld.2 - pid: 7513, winpid: 7513] - 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-slave-updates --log-bin'
galera_sr.galera_sr_multirow_rollback 'binlogon,innodb' w2 [ pass ]   2121
worker[2] > Restart [mysqld.1 - pid: 7821, winpid: 7821] - 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'
worker[2] > Restart [mysqld.2 - pid: 7858, winpid: 7858] - 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.GCF-1008 'innodb'              w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.GCF-1018 'innodb'              w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.GCF-1051 'innodb'              w1 [ pass ]   2040
galera_sr.GCF-561 'innodb'               w1 [ pass ]   2061
galera_sr.GCF-571 'innodb'               w1 [ pass ]   2067
galera_sr.galera_sr_unit_statements 'innodb' w2 [ pass ]   2042
galera_sr.GCF-572 'innodb'               w1 [ pass ]   2040
galera_sr.galera_sr_ws_size 'innodb'     w2 [ pass ]   2155
galera_sr.GCF-580 'innodb'               w1 [ pass ]   2039
galera_sr.galera_sr_ws_size2 'innodb'    w2 [ pass ]   4061
galera_sr.galera_var_ignore_apply_errors_sr 'innodb' w2 [ pass ]   2051
galera_sr.GCF-585 'innodb'               w1 [ pass ]   5188
galera_sr.GCF-597 'innodb'               w1 [ pass ]   2042
galera_sr.mysql-wsrep#215 'innodb'       w2 [ pass ]   2396
galera_sr.GCF-620 'innodb'               w1 [ pass ]   2032
galera_sr.mysql-wsrep-features#138 'innodb' w2 [ pass ]   2034
galera_sr.GCF-623 'innodb'               w1 [ pass ]   2048
galera_sr.mysql-wsrep-features#14 'innodb' w2 [ pass ]   2031
galera_sr.GCF-627 'innodb'               w1 [ pass ]   2039
galera_sr.mysql-wsrep-features#148 'innodb' w2 [ pass ]   2068
galera_sr.mysql-wsrep-features#15 'innodb' w2 [ pass ]   2035
galera_sr.GCF-845 'innodb'               w1 [ pass ]   4118
galera_sr.mysql-wsrep-features#165 'innodb' w2 [ pass ]   2383
galera_sr.GCF-851 'innodb'               w1 [ pass ]   2032
galera_sr.mysql-wsrep-features#22 'innodb' w2 [ pass ]   2051
galera_sr.GCF-867 'innodb'               w1 [ pass ]   2257
galera_sr.GCF-889 'innodb'               w1 [ pass ]   2037
galera_sr.mysql-wsrep-features#27 'innodb' w2 [ pass ]   4045
galera_sr.GCF-900 'innodb'               w1 [ pass ]   2044
galera_sr.mysql-wsrep-features#35 'innodb' w2 [ pass ]   2055
galera_sr.MDEV-22616 'innodb'            w1 [ pass ]   2032
galera_sr.mysql-wsrep-features#93 'innodb' w2 [ pass ]   2034
galera_sr.MDEV-23623 'innodb'            w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.mysql-wsrep-features#96 'innodb' w2 [ pass ]   2041
worker[2] > Restart [mysqld.1 - pid: 8381, winpid: 8381] - using different config file
worker[2] > Restart [mysqld.2 - pid: 8417, winpid: 8417] - using different config file
galera_sr.galera_sr_bf_abort 'innodb'    w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_sr.galera_sr_blob 'innodb'        w1 [ pass ]   2043
galera_sr.galera_sr_cc_master 'innodb'   w1 [ pass ]   6078
galera_sr.MDEV-18585 'innodb'            w2 [ pass ]   2043
worker[2] > Restart [mysqld.1 - pid: 9295, winpid: 9295] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9349, winpid: 9349] - using different config file
galera_sr.galera_sr_cc_no_primary 'innodb' w1 [ pass ]  14301
galera_sr.galera_sr_cc_slave 'innodb'    w1 [ pass ]   4179
galera_sr.galera_sr_concurrent 'innodb'  w1 [ pass ]   2043
galera_sr.galera_sr_conflict 'innodb'    w1 [ pass ]   2039
galera_sr.galera_sr_conflict_on_commit 'innodb' w1 [ pass ]   2041
galera_sr.galera_sr_conflict_on_commit2 'innodb' w1 [ pass ]   3047
galera_sr.galera_sr_conflict_with_rollback_master 'innodb' w1 [ pass ]   2038
galera_sr.galera_sr_create_drop 'innodb' w1 [ pass ]   2036
galera_sr.galera_sr_kill_slave 'innodb'  w2 [ pass ]  13501
worker[2] > Restart [mysqld.1 - pid: 9624, winpid: 9624] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10002, winpid: 10002] - using different config file
galera_sr.galera_sr_ddl_master 'innodb'  w1 [ pass ]   2079
galera_sr.galera_sr_ddl_schema 'innodb'  w1 [ pass ]   2049
galera_sr.galera_sr_ddl_slave 'innodb'   w1 [ pass ]   2055
galera_sr.galera_sr_ddl_unrelated 'innodb' w1 [ pass ]   2053
galera_sr.galera_sr_dupkey_error 'innodb' w1 [ pass ]   2047
galera_sr.galera_sr_fk_conflict 'innodb' w1 [ pass ]   5332
galera_sr.galera_sr_small_gcache 'innodb' w2 [ pass ]  12561
worker[2] > Restart [mysqld.1 - pid: 10357, winpid: 10357] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10393, winpid: 10393] - using different config file
galera_sr.galera_sr_insert_select 'innodb' w1 [ pass ]  12774
galera_sr.galera_sr_kill_connection 'innodb' w1 [ pass ]   2052
galera_sr.galera_sr_kill_query 'innodb'  w1 [ pass ]   2414
galera_sr.galera_sr_load_data 'innodb'   w1 [ pass ]   3278
galera_sr.galera_sr_multirow_rollback 'binlogoff,innodb' w1 [ pass ]   2136
galera_sr.galera_sr_myisam 'innodb'      w1 [ pass ]   2033
galera_sr.mdev_18631 'innodb'            w2 [ pass ]   2036
worker[2] > Restart [mysqld.1 - pid: 10737, winpid: 10737] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10774, winpid: 10774] - using different config file
galera_sr.galera_sr_parallel_apply 'innodb' w1 [ pass ]   2054
galera_sr.galera_sr_rollback 'innodb'    w1 [ pass ]   2075
galera_sr.galera_sr_rollback_retry 'innodb' w1 [ pass ]   2053
galera_sr.galera_sr_rollback_savepoint 'innodb' w1 [ pass ]   2059
galera_sr.galera_sr_rollback_statement 'innodb' w1 [ pass ]   2053
wsrep.pool_of_threads 'innodb'           w2 [ pass ]      7
worker[2] > Restart [mysqld.1 - pid: 11188, winpid: 11188] - 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 ]     24
worker[2] > Restart [mysqld.1 - pid: 11266, winpid: 11266] - 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 ]      6
worker[2] > Restart [mysqld.1 - pid: 11314, winpid: 11314] - 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 ]    116
wsrep.mysql_tzinfo_to_sql_symlink_skip 'innodb' w2 [ pass ]     99
wsrep.trans 'innodb'                     w2 [ pass ]      6
worker[2] > Restart [mysqld.1 - pid: 11361, winpid: 11361] - using different config file
wsrep.MDEV-20625 'innodb'                w2 [ pass ]     21
worker[2] > Restart [mysqld.1 - pid: 11585, winpid: 11585] - using different config file
galera_sr.galera_sr_shutdown_master 'innodb' w1 [ pass ]   9336
wsrep.MDEV-22443 'innodb'                w2 [ pass ]      8
worker[2] > Restart [mysqld.1 - pid: 11679, winpid: 11679] - using different config file
wsrep.MDEV-23081 'binlogon,innodb'       w2 [ pass ]   1241
worker[2] > Restart [mysqld.1 - pid: 11768, winpid: 11768] - 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 ]   1234
worker[2] > Restart [mysqld.1 - pid: 11857, winpid: 11857] - using different config file
galera_sr.galera_sr_shutdown_slave 'innodb' w1 [ pass ]   9483
wsrep.MDEV-23092 'innodb'                w2 [ pass ]     12
worker[2] > Restart [mysqld.1 - pid: 12055, winpid: 12055] - using different config file
wsrep.MDEV-23466 'innodb'                w2 [ pass ]      6
worker[2] > Restart [mysqld.1 - pid: 12113, winpid: 12113] - using different config file
galera_sr.galera_sr_transaction_replay 'innodb' w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[1] > Restart [mysqld.1 - pid: 8107, winpid: 8107] - using different config file
worker[1] > Restart [mysqld.2 - pid: 11806, winpid: 11806] - using different config file
wsrep.alter_table_innodb 'innodb'        w2 [ pass ]   3017
worker[2] > Restart [mysqld.1 - pid: 12161, winpid: 12161] - using different config file
wsrep.mdev_10186 'innodb'                w2 [ pass ]      4
worker[2] > Restart [mysqld.1 - pid: 12200, winpid: 12200] - using different config file
wsrep.mdev_22681 'innodb'                w2 [ pass ]     15
worker[2] > Restart [mysqld.1 - pid: 12240, winpid: 12240] - using different config file
wsrep.binlog_format 'innodb'             w1 [ pass ]     23
worker[1] > Restart [mysqld.1 - pid: 12289, winpid: 12289] - using different config file
wsrep.mdev_6832 'innodb'                 w2 [ pass ]    134
worker[2] > Restart [mysqld.1 - pid: 12297, winpid: 12297] - using different config file
wsrep.variables 'innodb'                 w2 [ pass ]    469
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: 12510, winpid: 12510] - using different config file
wsrep.mdev_7798 'innodb'                 w1 [ pass ]   2565
worker[1] > Restart [mysqld.1 - pid: 12552, winpid: 12552] - using different config file
File /usr/share/mysql-test/suite/wsrep/r/wsrep-recover-v25.result is read-only; trying to patch anyway
wsrep.wsrep-recover-v25 'binlogoff,innodb' w1 [ pass ]   9742
worker[1] > Restart [mysqld.1 - pid: 13051, winpid: 13051] - using different config file
wsrep.wsrep-recover-v25 'binlogon,innodb' w2 [ pass ]  13280
worker[2] > Restart [mysqld.1 - pid: 13188, winpid: 13188] - using different config file
wsrep.wsrep-recover 'binlogon,innodb'    w1 [ pass ]  16529
worker[1] > Restart [mysqld.1 - pid: 13849, winpid: 13849] - using different config file
wsrep.wsrep-recover 'binlogoff,innodb'   w2 [ pass ]  15990
worker[2] > Restart [mysqld.1 - pid: 13985, winpid: 13985] - using different config file
wsrep.wsrep_rpl 'innodb,mix'             w1 [ pass ]   1062
worker[1] > Restart [mysqld.1 - pid: 13912, winpid: 13912] - running with different options '--binlog-format=statement --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=mixed --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: 13914, winpid: 13914] - running with different options '--binlog-format=statement --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=slave-bin' != '--binlog-format=mixed --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=slave-bin'
wsrep.wsrep_rpl 'innodb,row'             w2 [ pass ]   1029
wsrep.wsrep_rpl 'innodb,stmt'            w1 [ pass ]    998
--------------------------------------------------------------------------
The servers were restarted 110 times
Spent 1474.347 of 1477 seconds executing testcases

Completed: Failed 3/332 tests, 99.10% were successful.

Failing test(s): galera.MDEV-24063 galera.galera_FK_duplicate_client_insert galera_3nodes.galera_ipv6_mysqldump

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.MDEV-24063 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
88 tests were skipped, 29 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
kex_exchange_identification: read: Connection reset by peer
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 timed out during banner exchange
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 timed out during banner exchange
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
kex_exchange_identification: read: Connection reset by peer
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=1519.617816