Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build Error] Add New Environment into EnvPool #270

Open
baixianger opened this issue Jun 16, 2023 · 0 comments
Open

[Build Error] Add New Environment into EnvPool #270

baixianger opened this issue Jun 16, 2023 · 0 comments

Comments

@baixianger
Copy link

I followed your toturial Add New Environment into EnvPool. When I was compiling it on my scholl's HPC node, I got those errors. Does any one know how to fix it? Thank you.

In short

ERROR: /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/external/com_github_gflags_gflags/BUILD:18:15: Compiling src/gflags_reporting.cc failed: (Exit 1): nvc failed: error executing command /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF ... (remaining 31 argument(s) skipped)

Looks like something from the nvhpc compiler.

Detail

>>>bazel build //envpool/classic_control --config=debug
WARNING: Output base '/zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c' is on NFS. This may lead to surprising failures and undetermined behavior.
INFO: Analyzed target //envpool/classic_control:classic_control (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/demangle.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/demangle.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/demangle.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/demangle.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/demangle.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/logging.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/logging.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/logging.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/logging.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/logging.pic.o)
SUBCOMMAND: # @com_github_gflags_gflags//:gflags [action 'Compiling src/gflags_reporting.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_reporting.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_reporting.pic.o' -fPIC -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGFLAGS_BAZEL_BUILD -DGFLAGS_INTTYPES_FORMAT_C99 '-DGFLAGS_IS_A_DLL=0' -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -DHAVE_INTTYPES_H -DHAVE_SYS_STAT_H -DHAVE_STRTOLL -DHAVE_STRTOQ -DHAVE_RWLOCK -DHAVE_UNISTD_H -DHAVE_FNMATCH_H -DHAVE_PTHREAD -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_gflags_gflags/src/gflags_reporting.cc -o bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_reporting.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/symbolize.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/symbolize.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/symbolize.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/symbolize.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/symbolize.pic.o)
SUBCOMMAND: # @com_github_gflags_gflags//:gflags [action 'Compiling src/gflags_completions.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_completions.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_completions.pic.o' -fPIC -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGFLAGS_BAZEL_BUILD -DGFLAGS_INTTYPES_FORMAT_C99 '-DGFLAGS_IS_A_DLL=0' -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -DHAVE_INTTYPES_H -DHAVE_SYS_STAT_H -DHAVE_STRTOLL -DHAVE_STRTOQ -DHAVE_RWLOCK -DHAVE_UNISTD_H -DHAVE_FNMATCH_H -DHAVE_PTHREAD -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_gflags_gflags/src/gflags_completions.cc -o bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_completions.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/vlog_is_on.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/vlog_is_on.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/vlog_is_on.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/vlog_is_on.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/vlog_is_on.pic.o)
SUBCOMMAND: # @com_github_gflags_gflags//:gflags [action 'Compiling src/gflags.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags.pic.o' -fPIC -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGFLAGS_BAZEL_BUILD -DGFLAGS_INTTYPES_FORMAT_C99 '-DGFLAGS_IS_A_DLL=0' -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -DHAVE_INTTYPES_H -DHAVE_SYS_STAT_H -DHAVE_STRTOLL -DHAVE_STRTOQ -DHAVE_RWLOCK -DHAVE_UNISTD_H -DHAVE_FNMATCH_H -DHAVE_PTHREAD -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_gflags_gflags/src/gflags.cc -o bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/raw_logging.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/raw_logging.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/raw_logging.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/raw_logging.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/raw_logging.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/signalhandler.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/signalhandler.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/signalhandler.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/signalhandler.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/signalhandler.pic.o)
SUBCOMMAND: # @com_github_google_glog//:glog [action 'Compiling src/utilities.cc', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
    PWD=/proc/self/cwd \
  /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/utilities.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/utilities.pic.o' -fPIC '-DGLOG_DEPRECATED=__attribute__((deprecated))' '-DGLOG_EXPORT=__attribute__((visibility("default")))' -iquote external/com_github_google_glog -iquote bazel-out/k8-dbg/bin/external/com_github_google_glog -iquote external/com_github_gflags_gflags -iquote bazel-out/k8-dbg/bin/external/com_github_gflags_gflags -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/_virtual_includes/glog -Ibazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_virtual_includes/gflags '-std=c++17' -DENVPOOL_TEST -DGLOG_BAZEL_BUILD '-DGOOGLE_NAMESPACE=google' -DHAVE_CXX11_NULLPTR_T -DHAVE_STDINT_H -DHAVE_STRING_H -DGLOG_CUSTOM_PREFIX_SUPPORT -Ibazel-out/k8-dbg/bin/external/com_github_google_glog/glog_internal -DHAVE_LIB_GFLAGS -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedefs -Wno-unused-variable -DHAVE_PTHREAD -DHAVE_SYS_UTSNAME_H -DHAVE_SYS_TIME_H -DHAVE_UNWIND_H -DHAVE_SIGACTION -DHAVE_PREAD -DHAVE___ATTRIBUTE__ '-DGLOG_EXPORT=__attribute__((visibility("default")))' -DHAVE_SYS_SYSCALL_H -DHAVE_UNISTD_H -fvisibility-inlines-hidden '-fvisibility=hidden' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_github_google_glog/src/utilities.cc -o bazel-out/k8-dbg/bin/external/com_github_google_glog/_objs/glog/utilities.pic.o)
SUBCOMMAND: # @local_config_python//:python_include [action 'Executing genrule @local_config_python//:python_include', configuration: a9893cb3145a1f6250abf367d6f3781fb1520f2c44257f1516ef370a0e0a5604, execution platform: @local_config_platform//:host]
(cd /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/execroot/envpool && \
  exec env - \
    BAZEL_LINKLIBS=-l%:libstdc++.a:-lm \
    BAZEL_LINKOPTS=-static-libgcc \
    CUDA_DIR=/usr/local/cuda \
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/nvidia \
    PATH=/bin:/usr/bin:/usr/local/bin \
  /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; 
cp -f "/appl/python/3.9.11/include/python3.9/Python-ast.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/Python-ast.h" && cp -f "/appl/python/3.9.11/include/python3.9/Python.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/Python.h" && cp -f "/appl/python/3.9.11/include/python3.9/abstract.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/abstract.h" && cp -f "/appl/python/3.9.11/include/python3.9/asdl.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/asdl.h" && cp -f "/appl/python/3.9.11/include/python3.9/ast.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/ast.h" && cp -f "/appl/python/3.9.11/include/python3.9/bitset.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/bitset.h" && cp -f "/appl/python/3.9.11/include/python3.9/bltinmodule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/bltinmodule.h" && cp -f "/appl/python/3.9.11/include/python3.9/boolobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/boolobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/bytearrayobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/bytearrayobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/bytesobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/bytesobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cellobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cellobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/ceval.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/ceval.h" && cp -f "/appl/python/3.9.11/include/python3.9/classobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/classobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/code.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/code.h" && cp -f "/appl/python/3.9.11/include/python3.9/codecs.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/codecs.h" && cp -f "/appl/python/3.9.11/include/python3.9/compile.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/compile.h" && cp -f "/appl/python/3.9.11/include/python3.9/complexobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/complexobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/context.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/context.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/abstract.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/abstract.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/bytearrayobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/bytearrayobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/bytesobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/bytesobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/ceval.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/ceval.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/code.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/code.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/dictobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/dictobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/fileobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/fileobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/fileutils.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/fileutils.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/frameobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/frameobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/import.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/import.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/initconfig.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/initconfig.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/interpreteridobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/interpreteridobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/listobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/listobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/methodobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/methodobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/object.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/object.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/objimpl.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/objimpl.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/pyerrors.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/pyerrors.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/pylifecycle.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/pylifecycle.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/pymem.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/pymem.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/pystate.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/pystate.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/sysmodule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/sysmodule.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/traceback.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/traceback.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/tupleobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/tupleobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/cpython/unicodeobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/cpython/unicodeobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/datetime.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/datetime.h" && cp -f "/appl/python/3.9.11/include/python3.9/descrobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/descrobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/dictobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/dictobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/dynamic_annotations.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/dynamic_annotations.h" && cp -f "/appl/python/3.9.11/include/python3.9/enumobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/enumobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/errcode.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/errcode.h" && cp -f "/appl/python/3.9.11/include/python3.9/eval.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/eval.h" && cp -f "/appl/python/3.9.11/include/python3.9/exports.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/exports.h" && cp -f "/appl/python/3.9.11/include/python3.9/fileobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/fileobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/fileutils.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/fileutils.h" && cp -f "/appl/python/3.9.11/include/python3.9/floatobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/floatobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/frameobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/frameobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/funcobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/funcobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/genericaliasobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/genericaliasobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/genobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/genobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/graminit.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/graminit.h" && cp -f "/appl/python/3.9.11/include/python3.9/grammar.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/grammar.h" && cp -f "/appl/python/3.9.11/include/python3.9/import.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/import.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pegen_interface.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pegen_interface.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_abstract.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_abstract.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_accu.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_accu.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_atomic.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_atomic.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_bytes_methods.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_bytes_methods.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_byteswap.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_byteswap.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_call.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_call.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_ceval.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_ceval.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_code.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_code.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_condvar.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_condvar.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_context.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_context.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_dtoa.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_dtoa.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_fileutils.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_fileutils.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_gc.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_gc.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_getopt.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_getopt.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_gil.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_gil.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_hamt.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_hamt.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_hashtable.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_hashtable.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_import.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_import.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_initconfig.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_initconfig.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_interp.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_interp.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_object.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_object.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pathconfig.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pathconfig.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pyerrors.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pyerrors.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pyhash.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pyhash.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pylifecycle.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pylifecycle.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pymem.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pymem.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_pystate.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_pystate.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_runtime.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_runtime.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_sysmodule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_sysmodule.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_traceback.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_traceback.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_tupleobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_tupleobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/internal/pycore_warnings.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/internal/pycore_warnings.h" && cp -f "/appl/python/3.9.11/include/python3.9/interpreteridobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/interpreteridobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/intrcheck.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/intrcheck.h" && cp -f "/appl/python/3.9.11/include/python3.9/iterobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/iterobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/listobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/listobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/longintrepr.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/longintrepr.h" && cp -f "/appl/python/3.9.11/include/python3.9/longobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/longobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/marshal.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/marshal.h" && cp -f "/appl/python/3.9.11/include/python3.9/memoryobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/memoryobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/methodobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/methodobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/modsupport.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/modsupport.h" && cp -f "/appl/python/3.9.11/include/python3.9/moduleobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/moduleobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/namespaceobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/namespaceobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/node.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/node.h" && cp -f "/appl/python/3.9.11/include/python3.9/object.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/object.h" && cp -f "/appl/python/3.9.11/include/python3.9/objimpl.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/objimpl.h" && cp -f "/appl/python/3.9.11/include/python3.9/odictobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/odictobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/opcode.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/opcode.h" && cp -f "/appl/python/3.9.11/include/python3.9/osdefs.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/osdefs.h" && cp -f "/appl/python/3.9.11/include/python3.9/osmodule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/osmodule.h" && cp -f "/appl/python/3.9.11/include/python3.9/parsetok.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/parsetok.h" && cp -f "/appl/python/3.9.11/include/python3.9/patchlevel.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/patchlevel.h" && cp -f "/appl/python/3.9.11/include/python3.9/picklebufobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/picklebufobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/py_curses.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/py_curses.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyarena.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyarena.h" && cp -f "/appl/python/3.9.11/include/python3.9/pycapsule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pycapsule.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyconfig.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyconfig.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyctype.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyctype.h" && cp -f "/appl/python/3.9.11/include/python3.9/pydebug.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pydebug.h" && cp -f "/appl/python/3.9.11/include/python3.9/pydtrace.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pydtrace.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyerrors.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyerrors.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyexpat.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyexpat.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyfpe.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyfpe.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyframe.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyframe.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyhash.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyhash.h" && cp -f "/appl/python/3.9.11/include/python3.9/pylifecycle.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pylifecycle.h" && cp -f "/appl/python/3.9.11/include/python3.9/pymacconfig.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pymacconfig.h" && cp -f "/appl/python/3.9.11/include/python3.9/pymacro.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pymacro.h" && cp -f "/appl/python/3.9.11/include/python3.9/pymath.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pymath.h" && cp -f "/appl/python/3.9.11/include/python3.9/pymem.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pymem.h" && cp -f "/appl/python/3.9.11/include/python3.9/pyport.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pyport.h" && cp -f "/appl/python/3.9.11/include/python3.9/pystate.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pystate.h" && cp -f "/appl/python/3.9.11/include/python3.9/pystrcmp.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pystrcmp.h" && cp -f "/appl/python/3.9.11/include/python3.9/pystrhex.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pystrhex.h" && cp -f "/appl/python/3.9.11/include/python3.9/pystrtod.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pystrtod.h" && cp -f "/appl/python/3.9.11/include/python3.9/pythonrun.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pythonrun.h" && cp -f "/appl/python/3.9.11/include/python3.9/pythread.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pythread.h" && cp -f "/appl/python/3.9.11/include/python3.9/pytime.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/pytime.h" && cp -f "/appl/python/3.9.11/include/python3.9/rangeobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/rangeobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/setobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/setobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/sliceobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/sliceobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/structmember.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/structmember.h" && cp -f "/appl/python/3.9.11/include/python3.9/structseq.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/structseq.h" && cp -f "/appl/python/3.9.11/include/python3.9/symtable.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/symtable.h" && cp -f "/appl/python/3.9.11/include/python3.9/sysmodule.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/sysmodule.h" && cp -f "/appl/python/3.9.11/include/python3.9/token.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/token.h" && cp -f "/appl/python/3.9.11/include/python3.9/traceback.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/traceback.h" && cp -f "/appl/python/3.9.11/include/python3.9/tracemalloc.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/tracemalloc.h" && cp -f "/appl/python/3.9.11/include/python3.9/tupleobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/tupleobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/typeslots.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/typeslots.h" && cp -f "/appl/python/3.9.11/include/python3.9/ucnhash.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/ucnhash.h" && cp -f "/appl/python/3.9.11/include/python3.9/unicodeobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/unicodeobject.h" && cp -f "/appl/python/3.9.11/include/python3.9/warnings.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/warnings.h" && cp -f "/appl/python/3.9.11/include/python3.9/weakrefobject.h" "bazel-out/k8-dbg/bin/external/local_config_python/python_include/weakrefobject.h"
   ')
ERROR: /zhome/f0/a/165104/.cache/bazel/_bazel_s213120/d5d873109b608dde07050207c096600c/external/com_github_gflags_gflags/BUILD:18:15: Compiling src/gflags_reporting.cc failed: (Exit 1): nvc failed: error executing command /appl/nvhpc/2022_2211/Linux_x86_64/22.11/compilers/bin/nvc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -fno-omit-frame-pointer -g '-std=c++17' -MD -MF ... (remaining 31 argument(s) skipped)

Use --sandbox_debug to see verbose messages from the sandbox
nvc-Error-Unknown switch: -fstack-protector
nvc-Error-Unknown switch: -frandom-seed=bazel-out/k8-dbg/bin/external/com_github_gflags_gflags/_objs/gflags/gflags_reporting.pic.o
nvc-Error-Unknown switch: -Wno-builtin-macro-redefined
Target //envpool/classic_control:classic_control failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 3.299s, Critical Path: 1.27s
INFO: 12 processes: 12 internal.
@baixianger baixianger changed the title [Compiling Error] [Compiling Error] Add New Environment into EnvPool Jun 16, 2023
@baixianger baixianger changed the title [Compiling Error] Add New Environment into EnvPool [Build Error] Add New Environment into EnvPool Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant