This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
CI fails with PC-relative offset overflow in PLT entry #15971
Copy link
Copy link
Closed
Description
Description
Clang build failed with:
lib/libmxnet.so: PC-relative offset overflow in PLT entry for `_ZN5mxnet2op8mxnet_op6KernelINS0_16ElemwiseBinaryOp15MissingLValueOpINS1_19backward_grad_tunedINS0_10mshadow_op8cos_gradEEELi3EEEN7mshadow3cpuEE11LaunchTunedIS8_dJPdSE_EEEvPNSA_6StreamISB_EEmDpT1_'
Full log:
/usr/bin/../lib/gcc/x86_64-linux-gnu/8.0.1/../../../x86_64-linux-gnu/crti.o: In function `_init':
(.init+0x7): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against undefined symbol `__gmon_start__'
build/src/operator/numpy/random/np_uniform_op.o: In function `mxnet::op::NumpyUniformParam::__MANAGER__()':
np_uniform_op.cc:(.text+0x8): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0xf): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x16): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x2e): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x36): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x43): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x5f): relocation truncated to fit: R_X86_64_PC32 against `.data'
np_uniform_op.cc:(.text+0x6b): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x7b): relocation truncated to fit: R_X86_64_PC32 against `.bss'
np_uniform_op.cc:(.text+0x83): additional relocation overflows omitted from the output
/usr/bin/../lib/gcc/x86_64-linux-gnu/8.0.1/../../../x86_64-linux-gnu/crti.o: In function `_init':
(.init+0x7): relocation truncated to fit: R_X86_64_REX_GOTPCRELX against undefined symbol `__gmon_start__'
/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a(pthread_atfork.oS): In function `__pthread_atfork':
/build/glibc-LK5gWL/glibc-2.23/nptl/pthread_atfork.c:54:(.text+0x3): relocation truncated to fit: R_X86_64_32S against symbol `__dso_handle' defined in .data section in /usr/bin/../lib/gcc/x86_64-linux-gnu/8.0.1/crtbegin.o
/usr/lib/x86_64-linux-gnu/libc_nonshared.a(atexit.oS): In function `atexit':
(.text+0x3): relocation truncated to fit: R_X86_64_32S against symbol `__dso_handle' defined in .data section in /usr/bin/../lib/gcc/x86_64-linux-gnu/8.0.1/crtbegin.o
/tmp/im2rec-31b2d6.o: In function `GetInterMethod(int, int, int, int, int, std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul>&)':
im2rec.cc:(.text+0x9): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0x11): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0x58): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0x65): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0x89): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0x92): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0xa2): relocation truncated to fit: R_X86_64_PC32 against `.bss'
im2rec.cc:(.text+0xaa): additional relocation overflows omitted from the output
lib/libmxnet.so: PC-relative offset overflow in PLT entry for `_ZN5mxnet2op8mxnet_op6KernelINS0_16ElemwiseBinaryOp15MissingLValueOpINS1_19backward_grad_tunedINS0_10mshadow_op8cos_gradEEELi3EEEN7mshadow3cpuEE11LaunchTunedIS8_dJPdSE_EEEvPNSA_6StreamISB_EEmDpT1_'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:580: recipe for target 'lib/libmxnet.so' failed
make: *** [lib/libmxnet.so] Error 1
make: *** Waiting for unfinished jobs....
bin/im2rec: PC-relative offset overflow in PLT entry for `vslDeleteStream'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Check below log for details:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fclang/detail/PR-15970/1/pipeline