[MDEV-26576] type_inet.type_inet6 test failure on alpine linux Created: 2021-09-09  Updated: 2023-09-19

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.5.13
Fix Version/s: 10.5, 10.6

Type: Bug Priority: Major
Reporter: Daniel Black Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

CURRENT_TEST: type_inet.type_inet6
--- /source/plugin/type_inet/mysql-test/type_inet/type_inet6.result
+++ /source/plugin/type_inet/mysql-test/type_inet/type_inet6.reject
@@ -1347,7 +1347,7 @@
 4	18	::ffff:192.168.0.1	1
 SELECT id, length(a), a, IS_IPV4_COMPAT(a) FROM t1 ORDER BY id;
 id	length(a)	a	IS_IPV4_COMPAT(a)
-1	13	::192.168.0.1	1
+1	13	::192.168.0.1	0
 2	16	::192.168.10.111	1
 3	16	::ffff:10.10.0.1	0
 4	18	::ffff:192.168.0.1	0

I think I saw the same failure on AIX when it was building.



 Comments   
Comment by Daniel Black [ 2021-09-10 ]

aix failure

CURRENT_TEST: type_inet.type_inet6
--- /home/mdborg/mariadb-server/plugin/type_inet/mysql-test/type_inet/type_inet6.result 2021-08-05 05:58:34.000000000 +0000
+++ /home/mdborg/mariadb-server/plugin/type_inet/mysql-test/type_inet/type_inet6.reject 2021-09-10 04:37:04.000000000 +0000
@@ -1347,7 +1347,7 @@
  4     18      ::ffff:192.168.0.1      1
  SELECT id, length(a), a, IS_IPV4_COMPAT(a) FROM t1 ORDER BY id;
  id    length(a)       a       IS_IPV4_COMPAT(a)
- 1     13      ::192.168.0.1   1
+ 1     13      ::192.168.0.1   0
  2     16      ::192.168.10.111        1
  3     16      ::ffff:10.10.0.1        0
  4     18      ::ffff:192.168.0.1      0
 
mysqltest: Result content mismatch

Comment by Elena Stepanova [ 2021-10-10 ]

According to crossref, It was happening on aix a lot, but aix stopped reporting anything on Sep 14. Is it decommissioned?

Comment by Daniel Black [ 2021-10-11 ]

No, just got a little stuck and thinking about compiles really well. And a month worth of backlog :grimace:

buildbot 11206898 22872316   0   Sep 14      -  0:00 /usr/ccs/bin/bind64 QUIET
buildbot 11403394 11796538   0   Sep 14      -  0:00 /opt/freeware/bin/g++ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -maix64 -pthread -mcmodel=large -pie -fPIC -O2 -g -DNDEBUG -fno-omit-frame-pointer 
buildbot 11468850 12714178   0   Sep 14      -  0:00 make -f storage/maria/CMakeFiles/aria_read_log.dir/build.make storage/maria/CMakeFiles/aria_read_log.dir/build
buildbot 11534430 24313884   0   Sep 14      -  0:00 /opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/8/collect2 -bpT:0x10000000 -bpD:0x20000000 -btextro -b64 -o async_example /lib/crt0_64.o /opt/freeware/lib/g'
 
 
root@p8-aix1-mariadb:[/root]su - buildbot
/etc/profile[50]: cannot fork: too many processes

Forking madness.

root@p8-aix1-mariadb:[/root]ps -u buildbot -o pid | grep -v PID | xargs kill -9
 
root@p8-aix1-mariadb:[/root]/etc/rc.d/rc2.d/S40buildbot start
Following twistd.log until startup finished..
Removing stale pidfile /home/buildbot/twistd.pid
2021-10-11 03:53:08+0000 [-] Removing stale pidfile /home/buildbot/twistd.pid
2021-10-11 03:53:08+0000 [-] Loading buildbot.tac...
2021-10-11 03:53:08+0000 [-] Loaded.
2021-10-11 03:53:08+0000 [-] twistd 21.2.0 (/home/buildbot/buildbot-worker/bin/python3 3.7.10) starting up.
2021-10-11 03:53:08+0000 [-] reactor class: twisted.internet.pollreactor.PollReactor.
 
...

Generated at Thu Feb 08 09:46:21 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.