Iceoryx Bazel Log

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 73

avin@L-0432:~/bazel-sample/iceoryx_code_bazel/iceoryx/iceoryx_hoofs$ bazel

build :iceoryx_hoofs --subcommand


ERROR: --subcommand :: Unrecognized option: --subcommand
avin@L-0432:~/bazel-sample/iceoryx_code_bazel/iceoryx/iceoryx_hoofs$ bazel
build :iceoryx_hoofs --subcommands
INFO: Analyzed target //iceoryx_hoofs:iceoryx_hoofs (0 packages loaded, 0 targets
configured).
INFO: Found 1 target...
Target //iceoryx_hoofs:iceoryx_hoofs up-to-date:
bazel-bin/iceoryx_hoofs/libiceoryx_hoofs.a
bazel-bin/iceoryx_hoofs/libiceoryx_hoofs.so
INFO: Elapsed time: 0.401s, Critical Path: 0.01s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
avin@L-0432:~/bazel-sample/iceoryx_code_bazel/iceoryx/iceoryx_hoofs$ bazel clean
INFO: Starting clean (this may take a while). Consider using --async if the clean
takes more than several minutes.
avin@L-0432:~/bazel-sample/iceoryx_code_bazel/iceoryx/iceoryx_hoofs$ bazel
build :iceoryx_hoofs --subcommands
INFO: Analyzed target //iceoryx_hoofs:iceoryx_hoofs (41 packages loaded, 543
targets configured).
INFO: Found 1 target...
SUBCOMMAND: # //iceoryx_platform:iceoryx_versions_h [action 'Action
iceoryx_platform/generated/include/iceoryx_versions.h', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
/bin/bash -c '#!/bin/bash

set -e

version_file="VERSION"
input_file="iceoryx_platform/cmake/iceoryx_versions.h.in"
output_file="bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include/
iceoryx_versions.h"

IFS="-" read version_number version_suffix <<< $(<"$version_file")


IFS="." read major_version minor_version patch_version tweak_version <<<
$version_number
[ -z "$version_suffix" ] && version_delim="" || version_delim="-"

data="$(<"$input_file")"
data=${data/@PROJECT_VERSION_MAJOR@/${major_version:-0}}
data=${data/@PROJECT_VERSION_MINOR@/${minor_version:-0}}
data=${data/@PROJECT_VERSION_PATCH@/${patch_version:-0}}
data=${data/@IOX_VERSION_TWEAK@/${tweak_version:-0}}
data=${data/@PROJECT_VERSION@/${version_number}}
data=${data/@IOX_VERSION_SUFFIX@/${version_delim}${version_suffix}}
data=${data/@ICEORYX_BUILDDATE@/builddate_not_set}
data=${data/@ICEORYX_SHA1@/sha1_not_set}

echo "$data" > $output_file


')
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/file.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/file.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/file.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/file.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/file.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/unistd.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/unistd.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/
unistd.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-
fastbuild/bin -isystem iceoryx_platform/linux/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/unistd.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/unistd.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/fnctl.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/fnctl.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/
fnctl.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-
fastbuild/bin -isystem iceoryx_platform/linux/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/fnctl.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/fnctl.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/utility/source/unique_id.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unique_id.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unique_id.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/utility/source/unique_id.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unique_id.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/grp.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/grp.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/grp.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/grp.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/grp.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/socket.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/socket.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/
socket.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-
fastbuild/bin -isystem iceoryx_platform/linux/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/socket.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/socket.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/mman.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/mman.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/mman.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/mman.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/mman.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_platform:iceoryx_platform [action 'Compiling
iceoryx_platform/linux/source/mqueue.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/mqueue.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/
mqueue.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-
fastbuild/bin -isystem iceoryx_platform/linux/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_platform/linux/source/mqueue.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_platform/_objs/iceoryx_platform/mqueue.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/cli/source/arguments.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/arguments.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/arguments.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/cli/source/arguments.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/arguments.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/cli/source/command_line_parser.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/command_line_parser.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
command_line_parser.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/cli/source/command_line_parser.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/command_line_parser.pi
c.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/cli/source/option.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/cli/source/option.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/time/source/duration.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/duration.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/duration.pic.o' -
fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -
isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/time/source/duration.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/duration.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/cli/source/option_definition.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option_definition.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
option_definition.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/cli/source/option_definition.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option_definition.pic.
o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/cli/source/option_manager.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option_manager.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
option_manager.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/cli/source/option_manager.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/option_manager.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/concurrent/buffer/source/mpmc_loffli.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/mpmc_loffli.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
mpmc_loffli.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/concurrent/buffer/source/mpmc_loffli.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/mpmc_loffli.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/reporting/source/logger.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/logger.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/logger.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/reporting/source/logger.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/logger.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/filesystem/source/file_reader.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_reader.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
file_reader.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/filesystem/source/file_reader.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_reader.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/reporting/source/hoofs_error_reporting.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/hoofs_error_reporting.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
hoofs_error_reporting.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -
iquote bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/reporting/source/hoofs_error_reporting.cpp -o bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/hoofs_error_reporting.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/filesystem/source/filesystem.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/filesystem.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/filesystem.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/filesystem/source/filesystem.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/filesystem.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/memory/source/bump_allocator.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/bump_allocator.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
bump_allocator.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/memory/source/bump_allocator.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/bump_allocator.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/reporting/source/default_error_handler.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/default_error_handler.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
default_error_handler.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -
iquote bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/reporting/source/default_error_handler.cpp -o bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/default_error_handler.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/memory/source/memory.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/memory.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/memory.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/memory/source/memory.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/memory.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/memory/source/relative_pointer_data.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/relative_pointer_data.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
relative_pointer_data.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -
iquote bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/memory/source/relative_pointer_data.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/relative_pointer_data.
pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/reporting/source/console_logger.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/console_logger.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
console_logger.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/reporting/source/console_logger.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/console_logger.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/auth/source/posix_group.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_group.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
posix_group.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/auth/source/posix_group.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_group.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/auth/source/posix_user.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_user.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_user.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/auth/source/posix_user.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_user.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/design/source/file_management_interface.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_management_interface.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
file_management_interface.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -
iquote bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/design/source/file_management_interface.cpp -o bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_management_interface.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/primitives/source/type_traits.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/type_traits.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
type_traits.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/primitives/source/type_traits.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/type_traits.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/vocabulary/source/user_name.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/user_name.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/user_name.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/vocabulary/source/user_name.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/user_name.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/filesystem/source/file.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/filesystem/source/file.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/filesystem/source/file_lock.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_lock.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_lock.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/filesystem/source/file_lock.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_lock.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/filesystem/source/posix_acl.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_acl.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_acl.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/filesystem/source/posix_acl.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_acl.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/vocabulary/source/path.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/path.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/path.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/vocabulary/source/path.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/path.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/message_queue.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/message_queue.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
message_queue.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/message_queue.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/message_queue.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/named_pipe.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/named_pipe.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/named_pipe.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/named_pipe.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/named_pipe.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/posix_memory_map.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_memory_map.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
posix_memory_map.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/posix_memory_map.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_memory_map.pic.o
)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/vocabulary/source/group_name.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/group_name.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/group_name.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/vocabulary/source/group_name.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/group_name.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/posix_shared_memory.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_shared_memory.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
posix_shared_memory.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/posix_shared_memory.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_shared_memory.pi
c.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/posix_shared_memory_object.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_shared_memory_object.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
posix_shared_memory_object.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -
iquote bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/posix_shared_memory_object.cpp -o bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_shared_memory_object.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/ipc/source/unix_domain_socket.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unix_domain_socket.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
unix_domain_socket.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/ipc/source/unix_domain_socket.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unix_domain_socket.pic
.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/vocabulary/source/file_path.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_path.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_path.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/vocabulary/source/file_path.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_path.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/mutex.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/mutex.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/mutex.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/mutex.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/mutex.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/named_semaphore.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/named_semaphore.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
named_semaphore.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/named_semaphore.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/named_semaphore.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/vocabulary/source/file_name.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_name.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_name.pic.o'
-fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin
-isystem iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/vocabulary/source/file_name.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/file_name.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/semaphore_interface.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/semaphore_interface.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
semaphore_interface.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/semaphore_interface.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/semaphore_interface.pi
c.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/signal_handler.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/signal_handler.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
signal_handler.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/signal_handler.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/signal_handler.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/utility/source/system_configuration.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/system_configuration.pic.d '-
frandom-seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
system_configuration.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/utility/source/system_configuration.cpp -o bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/system_configuration.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/signal_watcher.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/signal_watcher.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
signal_watcher.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/signal_watcher.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/signal_watcher.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/thread.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/thread.pic.d '-frandom-seed=bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/thread.pic.o' -fPIC '-
DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-out/k8-fastbuild/bin -isystem
iceoryx_hoofs/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/thread.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/thread.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/sync/source/unnamed_semaphore.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unnamed_semaphore.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
unnamed_semaphore.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/sync/source/unnamed_semaphore.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/unnamed_semaphore.pic.
o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/time/source/adaptive_wait.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/adaptive_wait.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
adaptive_wait.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote bazel-
out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/buffer/include -isystem iceoryx_hoofs/cli/include -
isystem bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/time/source/adaptive_wait.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/adaptive_wait.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/utility/source/posix_scheduler.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_scheduler.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
posix_scheduler.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/utility/source/posix_scheduler.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/posix_scheduler.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Compiling
iceoryx_hoofs/posix/time/source/deadline_timer.cpp', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter
-Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF bazel-out/k8-
fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/deadline_timer.pic.d '-frandom-
seed=bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/
deadline_timer.pic.o' -fPIC '-DBAZEL_CURRENT_REPOSITORY=""' -iquote . -iquote
bazel-out/k8-fastbuild/bin -isystem iceoryx_hoofs/buffer/include -isystem bazel-
out/k8-fastbuild/bin/iceoryx_hoofs/buffer/include -isystem
iceoryx_hoofs/cli/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/cli/include -isystem
iceoryx_hoofs/concurrent/buffer/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/buffer/include -isystem
iceoryx_hoofs/concurrent/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/concurrent/sync/include -isystem
iceoryx_hoofs/container/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/container/include -isystem
iceoryx_hoofs/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/design/include -isystem
iceoryx_hoofs/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/filesystem/include -isystem
iceoryx_hoofs/functional/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/functional/include -isystem
iceoryx_hoofs/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/generated/include -isystem
iceoryx_hoofs/legacy/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/legacy/include -isystem
iceoryx_hoofs/memory/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/memory/include -isystem
iceoryx_hoofs/posix/auth/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/auth/include -isystem
iceoryx_hoofs/posix/design/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/design/include -isystem
iceoryx_hoofs/posix/filesystem/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/filesystem/include -isystem
iceoryx_hoofs/posix/ipc/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/ipc/include -isystem
iceoryx_hoofs/posix/sync/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/sync/include -isystem
iceoryx_hoofs/posix/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/time/include -isystem
iceoryx_hoofs/posix/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/utility/include -isystem
iceoryx_hoofs/posix/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/posix/vocabulary/include -isystem
iceoryx_hoofs/primitives/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/primitives/include -isystem
iceoryx_hoofs/reporting/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/reporting/include -isystem
iceoryx_hoofs/time/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/time/include -isystem
iceoryx_hoofs/utility/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/utility/include -isystem
iceoryx_hoofs/vocabulary/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/vocabulary/include -isystem
iceoryx_platform/linux/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/linux/include -isystem
iceoryx_platform/generated/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generated/include -isystem
iceoryx_platform/generic/include -isystem
bazel-out/k8-fastbuild/bin/iceoryx_platform/generic/include '-std=c++17' -fno-
canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-
D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c
iceoryx_hoofs/posix/time/source/deadline_timer.cpp -o
bazel-out/k8-fastbuild/bin/iceoryx_hoofs/_objs/iceoryx_hoofs/deadline_timer.pic.o)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Linking
iceoryx_hoofs/libiceoryx_hoofs.a', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/ar @bazel-out/k8-fastbuild/bin/iceoryx_hoofs/libiceoryx_hoofs.a-
2.params)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
SUBCOMMAND: # //iceoryx_hoofs:iceoryx_hoofs [action 'Linking
iceoryx_hoofs/libiceoryx_hoofs.so', configuration:
b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582, execution
platform: @local_config_platform//:host]
(cd /home/avin/.cache/bazel/_bazel_avin/9598f3937ed42b34f35c980081f11d26/execroot/
org_eclipse_iceoryx && \
exec env - \
PATH='/pkg/qnx700_cs/host/linux/x86_64/usr/bin:/home/avin/.qnx/bin:/pkg/
qnx700_cs/jre/bin:/home/avin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Common
Files/Oracle/Java/javapath:/mnt/c/Program Files (x86)/Common
Files/Oracle/Java/javapath:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/
System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/
System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Microsoft VS
Code/bin:/mnt/c/Program Files/PuTTY/:/mnt/c/Program
Files/TortoiseSVN/bin:/mnt/c/Program
Files/SciTools/bin/pc-win64:/mnt/c/Users/tharrun.kumar/AppData/Local/Microsoft/
WindowsApps:/mnt/c/Users/tharrun.kumar/AppData/Local/Programs/Microsoft VS
Code/bin:/mnt/c/Program Files/CMake/bin:/snap/bin' \
PWD=/proc/self/cwd \
/usr/bin/gcc @bazel-out/k8-fastbuild/bin/iceoryx_hoofs/libiceoryx_hoofs.so-
2.params)
# Configuration: b978a0929c2b44272ec4a4ed95fc8aa10afd03f6ea0db9301b7c67f61351c582
# Execution platform: @local_config_platform//:host
Target //iceoryx_hoofs:iceoryx_hoofs up-to-date:
bazel-bin/iceoryx_hoofs/libiceoryx_hoofs.a
bazel-bin/iceoryx_hoofs/libiceoryx_hoofs.so
INFO: Elapsed time: 68.227s, Critical Path: 9.86s
INFO: 60 processes: 4 internal, 56 processwrapper-sandbox.
INFO: Build completed successfully, 60 total actions
avin@L-0432:~/bazel-sample/iceoryx_code_bazel/iceoryx/iceoryx_hoofs$

You might also like