[#250835] [test-only] FAILED coccinelle.git=1.0.8-alt6
Girar Builder awaiter robot
girar-builder at altlinux.org
Wed Apr 29 19:22:54 MSK 2020
http://git.altlinux.org/tasks/250835/logs/events.1.1.log
2020-Apr-29 16:15:40 :: test-only task #250835 for sisyphus started by andy:
#100 build 1.0.8-alt6 from /people/andy/packages/coccinelle.git fetched at 2020-Apr-29 16:15:39
2020-Apr-29 16:15:41 :: [x86_64] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:15:41 :: [aarch64] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:15:41 :: [ppc64le] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:15:41 :: [i586] #100 coccinelle.git 1.0.8-alt6: build start
2020-Apr-29 16:17:35 :: [x86_64] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:17:38 :: [i586] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:18:02 :: [aarch64] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:18:31 :: [ppc64le] #100 coccinelle.git 1.0.8-alt6: build OK
2020-Apr-29 16:18:50 :: #100: coccinelle.git 1.0.8-alt6: build check OK
2020-Apr-29 16:18:50 :: build check OK
2020-Apr-29 16:19:08 :: noarch check OK
2020-Apr-29 16:19:10 :: 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:19:10 :: 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:20:34 :: generated apt indices
2020-Apr-29 16:20:34 :: created next repo
2020-Apr-29 16:21:24 :: dependencies check OK
2020-Apr-29 16:22:22 :: [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
2020-Apr-29 16:22:38 :: [x86_64] #100 coccinelle: install check OK
i586: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
2020-Apr-29 16:22:38 :: [i586] #100 coccinelle: install check OK
aarch64: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
ppc64le: coccinelle=1.0.8-alt6 post-install unowned files:
/usr/share/bash-completion
/usr/share/bash-completion/completions
2020-Apr-29 16:22:43 :: [aarch64] #100 coccinelle: install check OK
2020-Apr-29 16:22:43 :: [ppc64le] #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-3036273-0c1686-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:22:44 :: [x86_64] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:22:45 :: [x86_64] requesting cancellation of task processing
2020-Apr-29 16:22:45 :: [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-2536756-74da79-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:22:45 :: [i586] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:22:45 :: [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-213488-893efa-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:22:52 :: [ppc64le] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:22:52 :: [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-3747981-7f4832-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:22:53 :: [aarch64] #100 coccinelle-checkinstall: install check FAILED
2020-Apr-29 16:22:53 :: [aarch64] #100 coccinelle-debuginfo: install check CANCELLED
2020-Apr-29 16:22:45 :: [x86_64] install check FAILED
2020-Apr-29 16:22:46 :: [i586] install check FAILED
2020-Apr-29 16:22:53 :: [ppc64le] install check FAILED
2020-Apr-29 16:22:53 :: [aarch64] install check FAILED
2020-Apr-29 16:22:53 :: task #250835 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list