[#250833] [test-only] FAILED coccinelle.git=1.0.8-alt6

Girar Builder awaiter robot girar-builder at altlinux.org
Wed Apr 29 19:10:12 MSK 2020


http://git.altlinux.org/tasks/250833/logs/events.1.1.log

2020-Apr-29 16:02:20 :: test-only task #250833 for sisyphus started by andy:
#100 build 1.0.8-alt6 from /people/andy/packages/coccinelle.git fetched at 2020-Apr-29 16:02:15
2020-Apr-29 16:02:20 :: [x86_64] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:02:20 :: [ppc64le] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:02:20 :: [i586] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:02:20 :: [aarch64] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:04:13 :: [x86_64] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:04:20 :: [i586] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:04:40 :: [aarch64] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:05:10 :: [ppc64le] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:05:49 :: #100: coccinelle.git 1.0.8-alt6: build check OK
2020-Apr-29 16:05:50 :: build check OK
2020-Apr-29 16:06:12 :: noarch check OK
2020-Apr-29 16:06:14 :: plan: src +1 -1 =17564, aarch64 +2 -2 =28627, i586 +2 -2 =30373, noarch +2 -0 =17702, ppc64le +2 -2 =29098, x86_64 +2 -2 =30714
2020-Apr-29 16:06:14 :: version check OK
#100 coccinelle 1.0.8-alt5 -> 1.0.8-alt6
 Wed Apr 29 2020 Andrew A. Vasilyev <andy at altlinux> 1.0.8-alt6
 - merge changes from p9 branch (imz at altlinux.org)
2020-Apr-29 16:07:18 :: generated apt indices
2020-Apr-29 16:07:18 :: created next repo
2020-Apr-29 16:07:47 :: dependencies check OK
2020-Apr-29 16:09:44 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
	x86_64: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
	i586: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
2020-Apr-29 16:09:59 :: [x86_64] #100 coccinelle: install check OK
2020-Apr-29 16:09:59 :: [i586] #100 coccinelle: install check OK
	ppc64le: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
	aarch64: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
2020-Apr-29 16:10:03 :: [ppc64le] #100 coccinelle: install check OK
2020-Apr-29 16:10:03 :: [aarch64] #100 coccinelle: install check OK
	x86_64: coccinelle-checkinstall=1.0.8-alt6 install failed:
init_defs_builtins: /usr/lib64/coccinelle/standard.h
HANDLING: demos/assignment_matching.c
diff = 
--- demos/assignment_matching.c
+++ /tmp/cocci-output-2421551-23a875-assignment_matching.c
@@ -1,6 +1,6 @@
 int first() {
   int a = f(3);
-  b = f(3);
+  matches_little();
   if (c = f(3)) return 1;
   if (d = (int)f(3)) return 2;
   return 0;
@@ -8,25 +8,25 @@ int first() {
 
 int second() {
   int a = g(3);
-  b = g(3);
-  if (c = g(3)) return 1;
+  matches_more();
+  if (matches_more()) return 1;
   if (d = (int)g(3)) return 2;
   return 0;
 }
 
 int third() {
   int a = h(3);
-  b = h(3);
-  if (c = h(3)) return 1;
-  if (d = (int)h(3)) return 2;
+  matches_even_more();
+  if (matches_even_more()) return 1;
+  if (matches_even_more()) return 2;
   return 0;
 }
 
 int fourth() {
-  int a = i(3);
-  b = i(3);
-  if (c = i(3)) return 1;
-  if (d = (int)i(3)) return 2;
+  int a = matches_most();
+  b = matches_most();
+  if (c = matches_most()) return 1;
+  if (d = matches_most()) return 2;
   return 0;
 }
 
init_defs_builtins: /usr/lib64/coccinelle/standard.h
No OCaml compiler found! Install either ocamlopt or ocamlopt.opt
error: %prein(coccinelle-checkinstall-1.0.8-alt6.noarch) scriptlet failed, exit status 255
error: coccinelle-checkinstall-1.0.8-alt6.noarch: install failed
hsh-install: Packages installation failed.
2020-Apr-29 16:10:05 :: [x86_64] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:10:05 :: [x86_64] requesting cancellation of task processing
2020-Apr-29 16:10:05 :: [x86_64] #100 coccinelle-debuginfo: install check CANCELLED
	i586: coccinelle-checkinstall=1.0.8-alt6 install failed:
init_defs_builtins: /usr/lib/coccinelle/standard.h
HANDLING: demos/assignment_matching.c
diff = 
--- demos/assignment_matching.c
+++ /tmp/cocci-output-2922483-772948-assignment_matching.c
@@ -1,6 +1,6 @@
 int first() {
   int a = f(3);
-  b = f(3);
+  matches_little();
   if (c = f(3)) return 1;
   if (d = (int)f(3)) return 2;
   return 0;
@@ -8,25 +8,25 @@ int first() {
 
 int second() {
   int a = g(3);
-  b = g(3);
-  if (c = g(3)) return 1;
+  matches_more();
+  if (matches_more()) return 1;
   if (d = (int)g(3)) return 2;
   return 0;
 }
 
 int third() {
   int a = h(3);
-  b = h(3);
-  if (c = h(3)) return 1;
-  if (d = (int)h(3)) return 2;
+  matches_even_more();
+  if (matches_even_more()) return 1;
+  if (matches_even_more()) return 2;
   return 0;
 }
 
 int fourth() {
-  int a = i(3);
-  b = i(3);
-  if (c = i(3)) return 1;
-  if (d = (int)i(3)) return 2;
+  int a = matches_most();
+  b = matches_most();
+  if (c = matches_most()) return 1;
+  if (d = matches_most()) return 2;
   return 0;
 }
 
init_defs_builtins: /usr/lib/coccinelle/standard.h
No OCaml compiler found! Install either ocamlopt or ocamlopt.opt
error: %prein(coccinelle-checkinstall-1.0.8-alt6.noarch) scriptlet failed, exit status 255
error: coccinelle-checkinstall-1.0.8-alt6.noarch: install failed
hsh-install: Packages installation failed.
2020-Apr-29 16:10:06 :: [i586] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:10:06 :: [i586] #100 coccinelle-debuginfo: install check CANCELLED
	ppc64le: coccinelle-checkinstall=1.0.8-alt6 install failed:
init_defs_builtins: /usr/lib64/coccinelle/standard.h
HANDLING: demos/assignment_matching.c
diff = 
--- demos/assignment_matching.c
+++ /tmp/cocci-output-32987-d33609-assignment_matching.c
@@ -1,6 +1,6 @@
 int first() {
   int a = f(3);
-  b = f(3);
+  matches_little();
   if (c = f(3)) return 1;
   if (d = (int)f(3)) return 2;
   return 0;
@@ -8,25 +8,25 @@ int first() {
 
 int second() {
   int a = g(3);
-  b = g(3);
-  if (c = g(3)) return 1;
+  matches_more();
+  if (matches_more()) return 1;
   if (d = (int)g(3)) return 2;
   return 0;
 }
 
 int third() {
   int a = h(3);
-  b = h(3);
-  if (c = h(3)) return 1;
-  if (d = (int)h(3)) return 2;
+  matches_even_more();
+  if (matches_even_more()) return 1;
+  if (matches_even_more()) return 2;
   return 0;
 }
 
 int fourth() {
-  int a = i(3);
-  b = i(3);
-  if (c = i(3)) return 1;
-  if (d = (int)i(3)) return 2;
+  int a = matches_most();
+  b = matches_most();
+  if (c = matches_most()) return 1;
+  if (d = matches_most()) return 2;
   return 0;
 }
 
init_defs_builtins: /usr/lib64/coccinelle/standard.h
No OCaml compiler found! Install either ocamlopt or ocamlopt.opt
error: %prein(coccinelle-checkinstall-1.0.8-alt6.noarch) scriptlet failed, exit status 255
error: coccinelle-checkinstall-1.0.8-alt6.noarch: install failed
hsh-install: Packages installation failed.
2020-Apr-29 16:10:11 :: [ppc64le] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:10:11 :: [ppc64le] #100 coccinelle-debuginfo: install check CANCELLED
	aarch64: coccinelle-checkinstall=1.0.8-alt6 install failed:
init_defs_builtins: /usr/lib64/coccinelle/standard.h
HANDLING: demos/assignment_matching.c
diff = 
--- demos/assignment_matching.c
+++ /tmp/cocci-output-3610153-1b3128-assignment_matching.c
@@ -1,6 +1,6 @@
 int first() {
   int a = f(3);
-  b = f(3);
+  matches_little();
   if (c = f(3)) return 1;
   if (d = (int)f(3)) return 2;
   return 0;
@@ -8,25 +8,25 @@ int first() {
 
 int second() {
   int a = g(3);
-  b = g(3);
-  if (c = g(3)) return 1;
+  matches_more();
+  if (matches_more()) return 1;
   if (d = (int)g(3)) return 2;
   return 0;
 }
 
 int third() {
   int a = h(3);
-  b = h(3);
-  if (c = h(3)) return 1;
-  if (d = (int)h(3)) return 2;
+  matches_even_more();
+  if (matches_even_more()) return 1;
+  if (matches_even_more()) return 2;
   return 0;
 }
 
 int fourth() {
-  int a = i(3);
-  b = i(3);
-  if (c = i(3)) return 1;
-  if (d = (int)i(3)) return 2;
+  int a = matches_most();
+  b = matches_most();
+  if (c = matches_most()) return 1;
+  if (d = matches_most()) return 2;
   return 0;
 }
 
init_defs_builtins: /usr/lib64/coccinelle/standard.h
No OCaml compiler found! Install either ocamlopt or ocamlopt.opt
error: %prein(coccinelle-checkinstall-1.0.8-alt6.noarch) scriptlet failed, exit status 255
error: coccinelle-checkinstall-1.0.8-alt6.noarch: install failed
hsh-install: Packages installation failed.
2020-Apr-29 16:10:12 :: [aarch64] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:10:12 :: [aarch64] #100 coccinelle-debuginfo: install check CANCELLED
2020-Apr-29 16:10:05 :: [x86_64] install check FAILED
2020-Apr-29 16:10:06 :: [i586] install check FAILED
2020-Apr-29 16:10:12 :: [ppc64le] install check FAILED
2020-Apr-29 16:10:12 :: [aarch64] install check FAILED
2020-Apr-29 16:10:12 :: task #250833 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list