http://buildbot.askmonty.org/buildbot/builders/kvm-deb-xenial-ppc64le/builds/1224/steps/mtr/logs/stdio
main.func_regexp_pcre w2 [ fail ]
|
Test ended at 2017-07-25 09:20:00
|
|
CURRENT_TEST: main.func_regexp_pcre
|
mysqltest: At line 432: query 'SELECT 1 FROM dual WHERE ('Alpha,Bravo,Charlie,Delta,Echo,Foxtrot,StrataCentral,Golf,Hotel,India,Juliet,Kilo,Lima,Mike,StrataL3,November,Oscar,StrataL2,Sand,P3,P4SwitchTest,Arsys,Poppa,ExtensionMgr,Arp,Quebec,Romeo,StrataApiV2,PtReyes,Sierra,SandAcl,Arrow,Artools,BridgeTest,Tango,SandT,PAlaska,Namespace,Agent,Qos,PatchPanel,ProjectReport,Ark,Gimp,Agent,SliceAgent,Arnet,Bgp,Ale,Tommy,Central,AsicPktTestLib,Hsc,SandL3,Abuild,Pca9555,Standby,ControllerDut,CalSys,SandLib,Sb820,PointV2,BfnLib,Evpn,BfnSdk,Sflow,ManagementActive,AutoTest,GatedTest,Bgp,Sand,xinetd,BfnAgentLib,bf-utils,Hello,BfnState,Eos,Artest,Qos,Scd,ThermoMgr,Uniform,EosUtils,Eb,FanController,Central,BfnL3,BfnL2,tcp_wrappers,Victor,Environment,Route,Failover,Whiskey,Xray,Gimp,BfnFixed,Strata,SoCal,XApi,Msrp,XpProfile,tcpdump,PatchPanel,ArosTest,FhTest,Arbus,XpAcl,MacConc,XpApi,telnet,QosTest,Alpha2,BfnVlan,Stp,VxlanControllerTest,MplsAgent,Bravo2,Lanz,BfnMbb,Intf,XCtrl,Unicast,SandTunnel,L3Unicast,Ipsec,MplsTest,Rsvp,EthIntf,StageMgr,Sol,MplsUtils,Nat,Ira,P4NamespaceDut,Counters,Charlie2,Aqlc,Mlag,Power,OpenFlow,Lag,RestApi,BfdTest,strongs,Sfa,CEosUtils,Adt746,MaintenanceMode,MlagDut,EosImage,IpEth,MultiProtocol,Launcher,Max3179,Snmp,Acl,IpEthTest,PhyEee,bf-syslibs,tacc,XpL2,p4-ar-switch,p4-bf-switch,LdpTest,BfnPhy,Mirroring,Phy6,Ptp' REGEXP '^((?!\b(Strata|StrataApi|StrataApiV2)\b).)*$')' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
# Testing workaround N1: This makes the pattern to be a binary string:
|
SET NAMES latin1;
|
SET @regCheck= X'E001';
|
SELECT 0xE001 REGEXP @regCheck;
|
0xE001 REGEXP @regCheck
|
1
|
# Testing workaround N2: This also makes the pattern to be a binary string, using a different syntax:
|
SET NAMES latin1;
|
SET @regCheck= _binary '\\xE0\\x01';
|
SELECT 0xE001 REGEXP @regCheck;
|
0xE001 REGEXP @regCheck
|
1
|
# Testing workarond N3: This makes derivation of the subject string stronger (IMLICIT instead of COERCIBLE)
|
SET NAMES latin1;
|
SET @regCheck= '\\xE0\\x01';
|
SELECT CAST(0xE001 AS BINARY) REGEXP @regCheck;
|
CAST(0xE001 AS BINARY) REGEXP @regCheck
|
1
|
# MDEV-12420: Testing recursion overflow
|
SELECT 1 FROM dual WHERE ('Alpha,Bravo,Charlie,Delta,Echo,Foxtrot,StrataCentral,Golf,Hotel,India,Juliet,Kilo,Lima,Mike,StrataL3,November,Oscar,StrataL2,Sand,P3,P4SwitchTest,Arsys,Poppa,ExtensionMgr,Arp,Quebec,Romeo,StrataApiV2,PtReyes,Sierra,SandAcl,Arrow,Artools,BridgeTest,Tango,SandT,PAlaska,Namespace,Agent,Qos,PatchPanel,ProjectReport,Ark,Gimp,Agent,SliceAgent,Arnet,Bgp,Ale,Tommy,Central,AsicPktTestLib,Hsc,SandL3,Abuild,Pca9555,Standby,ControllerDut,CalSys,SandLib,Sb820,PointV2,BfnLib,Evpn,BfnSdk,Sflow,ManagementActive,AutoTest,GatedTest,Bgp,Sand,xinetd,BfnAgentLib,bf-utils,Hello,BfnState,Eos,Artest,Qos,Scd,ThermoMgr,Uniform,EosUtils,Eb,FanController,Central,BfnL3,BfnL2,tcp_wrappers,Victor,Environment,Route,Failover,Whiskey,Xray,Gimp,BfnFixed,Strata,SoCal,XApi,Msrp,XpProfile,tcpdump,PatchPanel,ArosTest,FhTest,Arbus,XpAcl,MacConc,XpApi,telnet,QosTest,Alpha2,BfnVlan,Stp,VxlanControllerTest,MplsAgent,Bravo2,Lanz,BfnMbb,Intf,XCtrl,Unicast,SandTunnel,L3Unicast,Ipsec,MplsTest,Rsvp,EthIntf,StageMgr,Sol,MplsUtils,Nat,Ira,P4NamespaceDut,Counters,Charlie2,Aqlc,Mlag,Power,OpenFlow,Lag,RestApi,BfdTest,strongs,Sfa,CEosUtils,Adt746,MaintenanceMode,MlagDut,EosImage,IpEth,MultiProtocol,Launcher,Max3179,Snmp,Acl,IpEthTest,PhyEee,bf-syslibs,tacc,XpL2,p4-ar-switch,p4-bf-switch,LdpTest,BfnPhy,Mirroring,Phy6,Ptp' REGEXP '^((?!\b(Strata|StrataApi|StrataApiV2)\b).)*$');
|
|
More results from queries before failure can be found in /dev/shm/var/2/log/func_regexp_pcre.log
|
|
|
Server [mysqld.1 - pid: 16801, winpid: 16801, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
----------SERVER LOG END-------------
|
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-jessie-ppc64le/builds/1171/steps/mtr/logs/stdio
main.func_regexp_pcre w1 [ fail ]
|
Test ended at 2017-07-20 15:38:10
|
|
CURRENT_TEST: main.func_regexp_pcre
|
--- /usr/share/mysql/mysql-test/r/func_regexp_pcre.result 2017-07-20 14:24:19.000000000 -0400
|
+++ /dev/shm/var/1/log/func_regexp_pcre.reject 2017-07-20 15:38:09.916000008 -0400
|
@@ -881,7 +881,9 @@
|
Warning 1139 Got error 'pcre_exec: recursion limit of NUM exceeded' from regexp
|
SELECT CONCAT(REPEAT('100,',500),'101') RLIKE '^(([1-9][0-9]*),)*[1-9][0-9]*$';
|
CONCAT(REPEAT('100,',500),'101') RLIKE '^(([1-9][0-9]*),)*[1-9][0-9]*$'
|
-1
|
+0
|
+Warnings:
|
+Warning 1139 Got error 'pcre_exec: recursion limit of 434 exceeded' from regexp
|
SELECT CONCAT(REPEAT('100,',600),'101') RLIKE '^(([1-9][0-9]*),)*[1-9][0-9]*$';
|
CONCAT(REPEAT('100,',600),'101') RLIKE '^(([1-9][0-9]*),)*[1-9][0-9]*$'
|
0
|
@@ -889,7 +891,9 @@
|
Warning 1139 Got error 'pcre_exec: recursion limit of NUM exceeded' from regexp
|
SELECT REGEXP_INSTR(CONCAT(REPEAT('100,',500),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$');
|
REGEXP_INSTR(CONCAT(REPEAT('100,',500),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$')
|
-1
|
+0
|
+Warnings:
|
+Warning 1139 Got error 'pcre_exec: recursion limit of 434 exceeded' from regexp
|
SELECT REGEXP_INSTR(CONCAT(REPEAT('100,',600),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$');
|
REGEXP_INSTR(CONCAT(REPEAT('100,',600),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$')
|
0
|
@@ -897,7 +901,9 @@
|
Warning 1139 Got error 'pcre_exec: recursion limit of NUM exceeded' from regexp
|
SELECT LENGTH(REGEXP_SUBSTR(CONCAT(REPEAT('100,',500/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$'));
|
LENGTH(REGEXP_SUBSTR(CONCAT(REPEAT('100,',500/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$'))
|
-671
|
+0
|
+Warnings:
|
+Warning 1139 Got error 'pcre_exec: recursion limit of 433 exceeded' from regexp
|
SELECT LENGTH(REGEXP_SUBSTR(CONCAT(REPEAT('100,',600/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$'));
|
LENGTH(REGEXP_SUBSTR(CONCAT(REPEAT('100,',600/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$'))
|
0
|
@@ -905,7 +911,9 @@
|
Warning 1139 Got error 'pcre_exec: recursion limit of NUM exceeded' from regexp
|
SELECT LENGTH(REGEXP_REPLACE(CONCAT(REPEAT('100,',500/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$', ''));
|
LENGTH(REGEXP_REPLACE(CONCAT(REPEAT('100,',500/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$', ''))
|
-0
|
+671
|
+Warnings:
|
+Warning 1139 Got error 'pcre_exec: recursion limit of 433 exceeded' from regexp
|
SELECT LENGTH(REGEXP_REPLACE(CONCAT(REPEAT('100,',600/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$', ''));
|
LENGTH(REGEXP_REPLACE(CONCAT(REPEAT('100,',600/3),'101'), '^(([1-9][0-9]*),)*[1-9][0-9]*$', ''))
|
803
|
|
mysqltest: Result length mismatch
|
{"report":{"fcp":843.0999999046326,"ttfb":289.09999990463257,"pageVisibility":"visible","entityId":62444,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"d768b1ac-1aee-4a2f-896e-70815237852e","navigationType":0,"readyForUser":940,"redirectCount":0,"resourceLoadedEnd":1184.8000001907349,"resourceLoadedStart":294.40000009536743,"resourceTiming":[{"duration":9.199999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":294.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":294.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":303.59999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":9.100000381469727,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":294.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":294.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":303.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":80.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":294.90000009536743,"connectEnd":294.90000009536743,"connectStart":294.90000009536743,"domainLookupEnd":294.90000009536743,"domainLookupStart":294.90000009536743,"fetchStart":294.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":294.90000009536743,"responseEnd":375.30000019073486,"responseStart":375.30000019073486,"secureConnectionStart":294.90000009536743},{"duration":161.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":295.09999990463257,"connectEnd":295.09999990463257,"connectStart":295.09999990463257,"domainLookupEnd":295.09999990463257,"domainLookupStart":295.09999990463257,"fetchStart":295.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":295.09999990463257,"responseEnd":456.59999990463257,"responseStart":456.59999990463257,"secureConnectionStart":295.09999990463257},{"duration":165.7000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":295.19999980926514,"connectEnd":295.19999980926514,"connectStart":295.19999980926514,"domainLookupEnd":295.19999980926514,"domainLookupStart":295.19999980926514,"fetchStart":295.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":295.19999980926514,"responseEnd":460.90000009536743,"responseStart":460.80000019073486,"secureConnectionStart":295.19999980926514},{"duration":166,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":295.40000009536743,"connectEnd":295.40000009536743,"connectStart":295.40000009536743,"domainLookupEnd":295.40000009536743,"domainLookupStart":295.40000009536743,"fetchStart":295.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":295.40000009536743,"responseEnd":461.40000009536743,"responseStart":461.40000009536743,"secureConnectionStart":295.40000009536743},{"duration":166,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":295.69999980926514,"connectEnd":295.69999980926514,"connectStart":295.69999980926514,"domainLookupEnd":295.69999980926514,"domainLookupStart":295.69999980926514,"fetchStart":295.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":295.69999980926514,"responseEnd":461.69999980926514,"responseStart":461.69999980926514,"secureConnectionStart":295.69999980926514},{"duration":224.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":295.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":295.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":520.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":166.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":296,"connectEnd":296,"connectStart":296,"domainLookupEnd":296,"domainLookupStart":296,"fetchStart":296,"redirectEnd":0,"redirectStart":0,"requestStart":296,"responseEnd":462.09999990463257,"responseStart":462.09999990463257,"secureConnectionStart":296},{"duration":224.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":296.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":296.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":520.5,"responseStart":0,"secureConnectionStart":0},{"duration":166.39999961853027,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":296.30000019073486,"connectEnd":296.30000019073486,"connectStart":296.30000019073486,"domainLookupEnd":296.30000019073486,"domainLookupStart":296.30000019073486,"fetchStart":296.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":296.30000019073486,"responseEnd":462.69999980926514,"responseStart":462.69999980926514,"secureConnectionStart":296.30000019073486},{"duration":878.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":302.5,"connectEnd":302.5,"connectStart":302.5,"domainLookupEnd":302.5,"domainLookupStart":302.5,"fetchStart":302.5,"redirectEnd":0,"redirectStart":0,"requestStart":302.5,"responseEnd":1180.8000001907349,"responseStart":1180.8000001907349,"secureConnectionStart":302.5},{"duration":882.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":302.69999980926514,"connectEnd":302.69999980926514,"connectStart":302.69999980926514,"domainLookupEnd":302.69999980926514,"domainLookupStart":302.69999980926514,"fetchStart":302.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":302.69999980926514,"responseEnd":1184.8000001907349,"responseStart":1184.8000001907349,"secureConnectionStart":302.69999980926514},{"duration":649.2000002861023,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":532.0999999046326,"connectEnd":532.0999999046326,"connectStart":532.0999999046326,"domainLookupEnd":532.0999999046326,"domainLookupStart":532.0999999046326,"fetchStart":532.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":532.0999999046326,"responseEnd":1181.3000001907349,"responseStart":1181.3000001907349,"secureConnectionStart":532.0999999046326},{"duration":377.19999980926514,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":836,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":836,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1213.1999998092651,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":101,"responseStart":289,"responseEnd":302,"domLoading":292,"domInteractive":1274,"domContentLoadedEventStart":1274,"domContentLoadedEventEnd":1328,"domComplete":2849,"loadEventStart":2849,"loadEventEnd":2851,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1257.0999999046326},{"name":"bigPipe.sidebar-id.end","time":1257.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.start","time":1258.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1260.5999999046326},{"name":"activityTabFullyLoaded","time":1340.3000001907349}],"measures":[],"correlationId":"9d39a3e58b9842","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":109,"dbReadsTimeInMs":12,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}