Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.0.26, 10.0.27, 10.0.28, 10.0.29
-
None
Description
It was reported in Debian that 10.0.26 in Jessie failed to build on PowerPC. As other PowerPC issues were fixed, we assumed wrongly this one was fixed too, but when 10.0.29 was uploaded to Jessie, the failure can still be seen.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832931 for longer discussion.
The failures happens when tests are about to start:
Creating var directory '/«PKGBUILDDIR»/builddir/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 10.0.29-MariaDB-0+deb8u1
|
- SSL connections supported
|
Sphinx 'indexer' binary not found, sphinx suite will be skipped
|
Using suites: main-,archive-,binlog-,csv-,federated-,funcs_1-,funcs_2-,handler-,heap-,innodb-,innodb_fts-,innodb_zip-,maria-,multi_source-,optimizer_unfixed_bugs-,parts-,percona-,perfschema-,plugins-,roles-,rpl-,sys_vars-,unit-,vcol-,connect,oqgraph,sequence,spider,spider/bg,sql_discovery,metadata_lock_info,query_response_time
|
Collecting tests...
|
Installing system database...
|
mysql-test/CMakeFiles/test-force.dir/build.make:49: recipe for target 'mysql-test/CMakeFiles/test-force' failed
|
make[5]: *** [mysql-test/CMakeFiles/test-force] Terminated
|
E: Caught signal ‘Terminated’: terminating immediately
|
debian/rules:129: recipe for target 'override_dh_auto_test' failed
|
make[1]: *** [override_dh_auto_test] Terminated
|
CMakeFiles/Makefile2:8965: recipe for target 'mysql-test/CMakeFiles/test-force.dir/all' failed
|
make[4]: *** [mysql-test/CMakeFiles/test-force.dir/all] Terminated
|
CMakeFiles/Makefile2:8973: recipe for target 'mysql-test/CMakeFiles/test-force.dir/rule' failed
|
make[3]: *** [mysql-test/CMakeFiles/test-force.dir/rule] Terminated
|
debian/rules:210: recipe for target 'build-arch' failed
|
make: *** [build-arch] Terminated
|
Makefile:2885: recipe for target 'test-force' failed
|
make[2]: *** [test-force] Terminated
|
Build killed with signal TERM after 150 minutes of inactivity
|
Full log attached.
Debian build logs visible at https://buildd.debian.org/status/logs.php?pkg=mariadb-10.0&arch=powerpc
Note that 10.0.x in Sid built OK on PowerPC. This issue is visible only in recent Jessie builds. It might have something to do with libc and jemalloc versions in Debian Jessie. Also note that Jessie only gets security updates at this point, and not all security builds are public, thus for example the attached build log isn't visible in the build summary.