guyuqi commented on PR #1073: URL: https://github.com/apache/bigtop/pull/1073#issuecomment-1342251036
> Thanks for working on it. @yoda-mon > > Successfully built gpdb on Fedora-36 for x86/Arm64 with Bigtop `jenkins` user. And smoke tests on Fedora-36 were also passed. > > ``` > Successfully started process 'Gradle Test Executor 2' > > Gradle Test Executor 2 started executing tests. > Gradle Test Executor 2 finished executing tests. > > > Task :bigtop-tests:smoke-tests:kafka:test > Finished generating test XML results (0.014 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/test-results/test > Generating HTML test report... > Finished generating test html results (0.025 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/reports/tests/test > Now testing... > :bigtop-tests:smoke-tests:kafka:test (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 15.838 secs. > > BUILD SUCCESSFUL in 1m 14s > ``` > > **But** it failed to build gpdb on Rocky8 (x86/Arm64) with Bigtop `jenkins` user: > > ``` > + bash /home/workspace/bigtop-rocky8/build/gpdb/rpm/SOURCES/install_gpdb.sh /var/tmp > + make install DESTDIR=/var/tmp > make -C src install > make[1]: Entering directory '/home/workspace/bigtop-rocky8/build/gpdb/rpm/BUILD/gpdb-5.28.5/src' > /usr/bin/mkdir -p '/var/tmp/usr/lib/gpdb/lib/postgresql/pgxs/src' > mkdir: cannot create directory '/var/tmp/usr/lib/gpdb': Permission denied > make[1]: *** [Makefile:41: installdirs-local] Error 1 > make[1]: Leaving directory '/home/workspace/bigtop-rocky8/build/gpdb/rpm/BUILD/gpdb-5.28.5/src' > make: *** [GNUmakefile:47: install] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.99br4n (%install) > > Bad exit status from /var/tmp/rpm-tmp.99br4n (%install) > > RPM build errors: > > > Task :gpdb-rpm FAILED > > FAILURE: Build failed with an exception. > ``` I'm sorry it's my local environments issue that caused this `Permission denied`. Successfully built gpdb on Rocky8 linux for x86/Arm64 with Bigtop jenkins user too. +1, LGTM -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
