[MDEV-20144] plugins.auth_ed25519 fails in buildbot with undefined symbol: inflate Created: 2019-07-23  Updated: 2019-08-09  Resolved: 2019-07-27

Status: Closed
Project: MariaDB Server
Component/s: Plugins, Tests
Affects Version/s: 10.2, 10.3
Fix Version/s: 10.2.26, 10.3.17

Type: Bug Priority: Blocker
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-trusty-amd64/builds/12208

10.2 97055e6b11508b53203aaadfe4618f54

plugins.auth_ed25519                     w2 [ fail ]
        Test ended at 2019-07-23 15:55:40
 
CURRENT_TEST: plugins.auth_ed25519
mysqltest: At line 35: query 'connect con1, localhost, test1, secret' failed: 1045: Plugin client_ed25519 could not be loaded: /usr/local/mariadb-10.2.26-linux-x86_64/lib/plugin//client_ed25519.so: undefined symbol: inflate
 
The result from queries just before the failure was:
< snip >
PLUGIN_NAME	ed25519
PLUGIN_VERSION	1.0
PLUGIN_STATUS	ACTIVE
PLUGIN_TYPE	AUTHENTICATION
PLUGIN_TYPE_VERSION	2.1
PLUGIN_LIBRARY	auth_ed25519.so
PLUGIN_LIBRARY_VERSION	1.13
PLUGIN_AUTHOR	Sergei Golubchik
PLUGIN_DESCRIPTION	Elliptic curve ED25519 based authentication
PLUGIN_LICENSE	GPL
LOAD_OPTION	ON
PLUGIN_MATURITY	Stable
PLUGIN_AUTH_VERSION	1.0
create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY';
show grants for test1@localhost;
Grants for test1@localhost
GRANT USAGE ON *.* TO 'test1'@'localhost' IDENTIFIED VIA ed25519 USING 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY'
connect(localhost,test1,public,test,PORT,SOCKET);
connect con1, localhost, test1, public;
ERROR 28000: Plugin client_ed25519 could not be loaded: /usr/local/mariadb-10.2.26-linux-x86_64/lib/plugin//client_ed25519.so: undefined symbol: inflate


Generated at Thu Feb 08 08:57:10 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.