From: Girar Builder awaiter robot <girar-builder@altlinux.org> To: "Andrew A. Vasilyev" <andy@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#250835] [test-only] FAILED coccinelle.git=1.0.8-alt6 Date: Wed, 29 Apr 2020 16:22:54 +0000 Message-ID: <20200429162254.GA1669@gyle.altlinux.org> (raw) 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@altlinux> 1.0.8-alt6 - merge changes from p9 branch (imz@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
reply other threads:[~2020-04-29 16:22 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200429162254.GA1669@gyle.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=andy@altlinux.org \ --cc=girar-builder-sisyphus@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Girar Builder robot reports This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \ sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com public-inbox-index sisyphus-incominger Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger AGPL code for this site: git clone https://public-inbox.org/public-inbox.git