[jira] [Created] (BIGTOP-3524) Hadoop 3.2.2 build failure on Arm

2021-03-08 Thread Jun He (Jira)
Jun He created BIGTOP-3524:
--

 Summary: Hadoop 3.2.2 build failure on Arm
 Key: BIGTOP-3524
 URL: https://issues.apache.org/jira/browse/BIGTOP-3524
 Project: Bigtop
  Issue Type: Bug
  Components: hadoop
Reporter: Jun He
Assignee: Jun He


Hadoop 3.2.2 build is failed on Arm due to missing protobuf header file.
{code:java}
[WARNING] make[3]: Leaving directory 
'/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target'
[WARNING] Makefile:140: recipe for target 'all' failed
[WARNING] make[2]: Leaving directory 
'/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target'
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/IpcConnectionContext.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 
[main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/IpcConnectionContext.pb.cc.o]
 Error 1
[WARNING] make[4]: *** Waiting for unfinished jobs
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/ProtobufRpcEngine.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 
[main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/ProtobufRpcEngine.pb.cc.o]
 Error 1
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/xattr.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 
[main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/xattr.pb.cc.o] Error 1
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/erasurecoding.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 
[main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/erasurecoding.pb.cc.o]
 Error 1
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/Security.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 
[main/native/libhdfspp/lib/proto/CMakeFiles/proto_obj.dir/Security.pb.cc.o] 
Error 1
[WARNING] In file included from 
/usr/local/include/google/protobuf/stubs/once.h:81:0,
[WARNING]  from 
/var/lib/jenkins/bigtop/output/hadoop/hadoop-3.2.2/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/HAServiceProtocol.pb.cc:10:
[WARNING] /usr/local/include/google/protobuf/stubs/atomicops.h:188:10: fatal 
error: google/protobuf/stubs/atomicops_internals_generic_gcc.h: No such file or 
directory
[WARNING]  #include 
[WARNING]   ^
[WARNING] compilation terminated.
[WARNING] make[4]: *** 

[GitHub] [bigtop] sekikn commented on pull request #752: BIGTOP-3522. Drop Fedora 31 and add Fedora 33 support.

2021-03-08 Thread GitBox


sekikn commented on pull request #752:
URL: https://github.com/apache/bigtop/pull/752#issuecomment-793194139


   I tested this PR as follows. For the same reason as BIGTOP-3492, the 
repository URL in config_fedora-33.yaml is invalid until 3.0.0 is released, so 
an incompatible but existent URL is passed to docker-provisioner via command 
line option here.
   
   ```
   $ cd docker/bigtop-puppet
   $ ./build.sh trunk-fedora-33
   $ cd ../bigtop-slaves
   $ ./build.sh trunk-fedora-33
   $ cd ../..
   $ ./gradlew bigtop-utils-pkg-ind zookeeper-pkg-ind repo-ind -POS=fedora-33
   
   ...
   
   BUILD SUCCESSFUL in 12m 18s
   3 actionable tasks: 3 executed
   $ ./gradlew docker-provisioner \
   >   -Pconfig=config_fedora-33.yaml \
   >   -Penable_local_repo \
   >   -Pnum_instances=1 \
   >   -POS=fedora-33 \
   >   
-Prepository='http://repos.bigtop.apache.org/releases/1.5.0/fedora/31/$basearch'
 \
   >   -Prun_smoke_tests \
   >   -Psmoke_tests=zookeeper \
   >   -Pstack=bigtop-utils,zookeeper
   
   ...
   
   TestZookeeper > testZkServerStatus STANDARD_ERROR
   21/03/09 00:08:50 INFO lang.Object: Running zkServer.sh status
   21/03/09 00:08:50 INFO lang.Object: zkServer.sh status checks out.
   Finished generating test XML results (0.009 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.062 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/zookeeper/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:zookeeper:test (Thread[Daemon worker,5,main]) 
completed. Took 2.168 secs.
   
   BUILD SUCCESSFUL in 2m 5s
   39 actionable tasks: 7 executed, 32 up-to-date
   Stopped 1 worker daemon(s).
   + rm -rf buildSrc/build/test-results/binary
   + rm -rf /bigtop-home/.gradle
   
   BUILD SUCCESSFUL in 4m 3s
   1 actionable task: 1 executed
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [bigtop] sekikn opened a new pull request #752: BIGTOP-3522. Drop Fedora 31 and add Fedora 33 support.

2021-03-08 Thread GitBox


sekikn opened a new pull request #752:
URL: https://github.com/apache/bigtop/pull/752


   https://issues.apache.org/jira/browse/BIGTOP-3522



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org