From: Girar Builder robot <girar-builder@altlinux.org> To: Igor Vlasenko <viy@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org Subject: [#80024] FAILED srpm=groovy-1.8.7-alt1_1jpp7.src.rpm Date: Thu, 13 Sep 2012 18:13:47 +0000 Message-ID: <20120913181346.GA11763@ssh.git.altlinux.org> (raw) http://git.altlinux.org/tasks/80024/logs/events.1.1.log 2012-Sep-13 17:57:19 :: task #80024 for sisyphus started by viy: #100 build groovy-1.8.7-alt1_1jpp7.src.rpm 2012-Sep-13 17:57:19 :: [x86_64] #100 groovy-1.8.7-alt1_1jpp7.src.rpm: build start 2012-Sep-13 17:57:19 :: [i586] #100 groovy-1.8.7-alt1_1jpp7.src.rpm: build start [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:22: error: package org.junit does not exist [javac] import static org.junit.Assert.assertTrue; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:22: error: static import only from classes and interfaces [javac] import static org.junit.Assert.assertTrue; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:23: error: package org.junit does not exist [javac] import static org.junit.Assert.fail; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:23: error: static import only from classes and interfaces [javac] import static org.junit.Assert.fail; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:46: error: cannot find symbol [javac] assertTrue("Closure " + code + " should have failed", failed); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:69: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception of type " + clazz.getName()); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:71: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception of type " + clazz.getName() + ", instead got Exception " + th); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:92: error: cannot find symbol [javac] fail("The expectedCause class cannot be null"); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:108: error: cannot find symbol [javac] fail("Closure " + code + " was expected to fail due to a nested cause of type " + expectedCause.getName() + -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:118: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception having a nested cause of type " + expectedCause.getName()); 2012-Sep-13 18:10:02 :: [x86_64] groovy-1.8.7-alt1_1jpp7.src.rpm: remote: build failed 2012-Sep-13 18:10:02 :: [x86_64] #100 groovy-1.8.7-alt1_1jpp7.src.rpm: build FAILED [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:22: error: package org.junit does not exist [javac] import static org.junit.Assert.assertTrue; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:22: error: static import only from classes and interfaces [javac] import static org.junit.Assert.assertTrue; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:23: error: package org.junit does not exist [javac] import static org.junit.Assert.fail; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:23: error: static import only from classes and interfaces [javac] import static org.junit.Assert.fail; [javac] ^ [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:46: error: cannot find symbol [javac] assertTrue("Closure " + code + " should have failed", failed); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:69: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception of type " + clazz.getName()); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:71: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception of type " + clazz.getName() + ", instead got Exception " + th); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:92: error: cannot find symbol [javac] fail("The expectedCause class cannot be null"); -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:108: error: cannot find symbol [javac] fail("Closure " + code + " was expected to fail due to a nested cause of type " + expectedCause.getName() + -- [javac] location: class GroovyAssert [javac] /usr/src/RPM/BUILD/groovy-1.8.7/subprojects/groovy-test/src/main/java/groovy/test/GroovyAssert.java:118: error: cannot find symbol [javac] fail("Closure " + code + " should have failed with an exception having a nested cause of type " + expectedCause.getName()); 2012-Sep-13 18:13:45 :: [i586] groovy-1.8.7-alt1_1jpp7.src.rpm: remote: build failed 2012-Sep-13 18:13:45 :: [i586] #100 groovy-1.8.7-alt1_1jpp7.src.rpm: build FAILED 2012-Sep-13 18:10:02 :: [x86_64] build FAILED 2012-Sep-13 18:13:46 :: [i586] build FAILED 2012-Sep-13 18:13:46 :: task #80024 for sisyphus FAILED
reply other threads:[~2012-09-13 18:13 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=20120913181346.GA11763@ssh.git.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.org \ --cc=viy@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