You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/11/09 06:49:00 UTC

[jira] [Assigned] (BIGTOP-3429) QFS smoke test fails on Ubuntu 16.04

     [ https://issues.apache.org/jira/browse/BIGTOP-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuqi Gu reassigned BIGTOP-3429:
-------------------------------

    Assignee: Yuqi Gu

> QFS smoke test fails on Ubuntu 16.04
> ------------------------------------
>
>                 Key: BIGTOP-3429
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3429
>             Project: Bigtop
>          Issue Type: Bug
>          Components: qfs, tests
>            Reporter: Kengo Seki
>            Assignee: Yuqi Gu
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Even after merging BIGTOP-3413, QFS' smoke test is failing on this distro for some reason.
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/181/COMPONENTS=hdfs.yarn.qfs@qfs,OS=ubuntu-16.04-amd64-deploy/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/181/COMPONENTS=hdfs.yarn.qfs@qfs,OS=ubuntu-16.04-arm64-deploy/console
> {code}
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples STANDARD_ERROR
>     20/09/30 04:26:01 INFO lang.Object: Failed to unpack jar resources.  Attemting to use bigtop sources
>     20/09/30 04:26:01 INFO lang.Object: MAKING DIRECTORIES ..................... examples examples-output
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[pi] FAILED
>     java.lang.AssertionError: Example pi /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar pi 2 1000 failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[wordcount] FAILED
>     java.lang.AssertionError: Example wordcount /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar wordcount examples/text examples-output/wordcount failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[multifilewc] FAILED
>     java.lang.AssertionError: Example multifilewc /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar multifilewc examples/text examples-output/multifilewc failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[aggregatewordcount] FAILED
>     java.lang.AssertionError: Example aggregatewordcount /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar aggregatewordcount examples/text examples-output/aggregatewordcount 2 textinputformat failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[aggregatewordhist] FAILED
>     java.lang.AssertionError: Example aggregatewordhist /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar aggregatewordhist examples/text examples-output/aggregatewordhist 2 textinputformat failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[grep] FAILED
>     java.lang.AssertionError: Example grep /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar grep examples/text examples-output/grep '[Cc]uriouser' failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[secondarysort] FAILED
>     java.lang.AssertionError: Example secondarysort /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar secondarysort examples/ints examples-output/secondarysort failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples > testMRExample[randomtextwriter] FAILED
>     java.lang.AssertionError: Example randomtextwriter /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar randomtextwriter -D mapreduce.randomtextwriter.totalbytes=1073741824 examples-output/randomtextwriter failed
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
>         at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
>         at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
>         at org.apache.bigtop.itest.hadoop.mapreduce.TestHadoopExamples.testMRExample(TestHadoopExamples.groovy:176)
> Gradle Test Executor 2 finished executing tests.
> > Task :bigtop-tests:smoke-tests:qfs:test
> 8 tests completed, 8 failed
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)