Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save themarwhal/e8b14df1ff3aa50105971689c60d7503 to your computer and use it in GitHub Desktop.
Save themarwhal/e8b14df1ff3aa50105971689c60d7503 to your computer and use it in GitHub Desktop.
Full build logs with gcc flags for session_manager
python) vagrant@magma-dev-focal:~/magma/lte/gateway$ make build_session_manager BUILD_TYPE=RelWithDebInfo
OAI_FLAGS -DS6A_OVER_GRPC=True -DEMBEDDED_SGW=True -DENABLE_OPENFLOW=True -DSPGW_ENABLE_SESSIOND_AND_MOBILITYD=True
find /home/vagrant/magma/lte/gateway/c/session_manager \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" \) -exec \
clang-format --style=file -i {} \;
find /home/vagrant/magma/orc8r/gateway/c/common \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" \) -exec \
clang-format --style=file -i {} \;
mkdir -p /home/vagrant/build/c//magma_common
cd /home/vagrant/build/c//magma_common && cmake /home/vagrant/magma/orc8r/gateway/c/common -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS="-Wall " -DCMAKE_CXX_FLAGS="" -GNinja
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.6.1")
Proto_srcs are /home/vagrant/build/c/magma_common/service303/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/metricsd.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/service303.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/service303.grpc.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/metrics.pb.cc
Async Proto_srcs are /home/vagrant/build/c/magma_common/async_grpc/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/abort_session.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/policydb.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/mobilityd.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/abort_session.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/mobilityd.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/redis.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/eventd.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/eventd.grpc.pb.cc
Async Proto_srcs are /home/vagrant/build/c/magma_common/datastore/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/policydb.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/mobilityd.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/magma_common/datastore/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/datastore/orc8r/protos/redis.pb.cc
Proto_srcs are /home/vagrant/build/c/magma_common/policydb/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/policydb/lte/protos/policydb.pb.cc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/build/c/magma_common
# Turn on generation of compile_commands.json (See GH Issue #5488)
cd /home/vagrant/build/c//magma_common && awk '{if (/^CMAKE_EXPORT_COMPILE_COMMANDS/) gsub(/OFF/, "ON"); print}' CMakeCache.txt > tmp && mv tmp CMakeCache.txt
ninja -v -C /home/vagrant/build/c//magma_common
ninja: Entering directory `/home/vagrant/build/c//magma_common'
[0/1] /usr/bin/cmake -S/home/vagrant/magma/orc8r/gateway/c/common -B/home/vagrant/build/c/magma_common
Proto_srcs are /home/vagrant/build/c/magma_common/service303/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/metricsd.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/service303.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/service303.grpc.pb.cc;/home/vagrant/build/c/magma_common/service303/orc8r/protos/metrics.pb.cc
Async Proto_srcs are /home/vagrant/build/c/magma_common/async_grpc/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/abort_session.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/policydb.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/mobilityd.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/abort_session.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/lte/protos/mobilityd.grpc.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/redis.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/eventd.pb.cc;/home/vagrant/build/c/magma_common/async_grpc/orc8r/protos/eventd.grpc.pb.cc
Async Proto_srcs are /home/vagrant/build/c/magma_common/datastore/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/policydb.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/mobilityd.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/magma_common/datastore/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/magma_common/datastore/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/datastore/orc8r/protos/redis.pb.cc
Proto_srcs are /home/vagrant/build/c/magma_common/policydb/orc8r/protos/common.pb.cc;/home/vagrant/build/c/magma_common/policydb/lte/protos/policydb.pb.cc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/build/c/magma_common
[1/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/lte/protos/abort_session.proto
[2/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/lte/protos/mobilityd.proto
[3/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/lte/protos/subscriberdb.proto
[4/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/lte/protos/policydb.proto
[5/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/magma_common/async_grpc --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/abort_session.proto
[6/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/orc8r/protos/common.proto
[7/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/magma_common/async_grpc --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/mobilityd.proto
[8/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/orc8r/protos/redis.proto
[9/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/orc8r/protos/eventd.proto
[10/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/magma_common/async_grpc --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/session_manager.proto
[11/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/orc8r/protos --grpc_out=/home/vagrant/build/c/magma_common/async_grpc --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/orc8r/protos/eventd.proto
[12/79] cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/async_grpc /home/vagrant/magma/lte/protos/session_manager.proto
[13/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/lte/protos/session_manager.proto
[14/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/GRPCReceiver.cpp.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/GRPCReceiver.cpp.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/GRPCReceiver.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/async_grpc/GRPCReceiver.cpp
[15/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT config/CMakeFiles/CONFIG.dir/ServiceConfigLoader.cpp.o -MF config/CMakeFiles/CONFIG.dir/ServiceConfigLoader.cpp.o.d -o config/CMakeFiles/CONFIG.dir/ServiceConfigLoader.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/config/ServiceConfigLoader.cpp
[16/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.pb.cc.o -c async_grpc/lte/protos/abort_session.pb.cc
[17/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT config/CMakeFiles/CONFIG.dir/YAMLUtils.cpp.o -MF config/CMakeFiles/CONFIG.dir/YAMLUtils.cpp.o.d -o config/CMakeFiles/CONFIG.dir/YAMLUtils.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/config/YAMLUtils.cpp
[18/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/config -Iservice_registry -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT service_registry/CMakeFiles/SERVICE_REGISTRY.dir/ServiceRegistrySingleton.cpp.o -MF service_registry/CMakeFiles/SERVICE_REGISTRY.dir/ServiceRegistrySingleton.cpp.o.d -o service_registry/CMakeFiles/SERVICE_REGISTRY.dir/ServiceRegistrySingleton.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/service_registry/ServiceRegistrySingleton.cpp
[19/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/policydb.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/policydb.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/policydb.pb.cc.o -c async_grpc/lte/protos/policydb.pb.cc
[20/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT config/CMakeFiles/CONFIG.dir/MConfigLoader.cpp.o -MF config/CMakeFiles/CONFIG.dir/MConfigLoader.cpp.o.d -o config/CMakeFiles/CONFIG.dir/MConfigLoader.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/config/MConfigLoader.cpp
[21/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/subscriberdb.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/subscriberdb.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/subscriberdb.pb.cc.o -c async_grpc/lte/protos/subscriberdb.pb.cc
[22/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.pb.cc.o -c async_grpc/lte/protos/mobilityd.pb.cc
[23/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/common.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/common.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/common.pb.cc.o -c async_grpc/orc8r/protos/common.pb.cc
[24/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/redis.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/redis.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/redis.pb.cc.o -c async_grpc/orc8r/protos/redis.pb.cc
[25/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.grpc.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.grpc.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.grpc.pb.cc.o -c async_grpc/lte/protos/abort_session.grpc.pb.cc
[26/79] : && /usr/bin/cmake -E remove config/libCONFIG.a && /usr/bin/ar qc config/libCONFIG.a config/CMakeFiles/CONFIG.dir/MConfigLoader.cpp.o config/CMakeFiles/CONFIG.dir/ServiceConfigLoader.cpp.o config/CMakeFiles/CONFIG.dir/YAMLUtils.cpp.o && /usr/bin/ranlib config/libCONFIG.a && cd /home/vagrant/build/c/magma_common/config && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/config/*.h /home/vagrant/build/c/magma_common/config
[27/79] : && /usr/bin/cmake -E remove service_registry/libSERVICE_REGISTRY.a && /usr/bin/ar qc service_registry/libSERVICE_REGISTRY.a service_registry/CMakeFiles/SERVICE_REGISTRY.dir/ServiceRegistrySingleton.cpp.o && /usr/bin/ranlib service_registry/libSERVICE_REGISTRY.a && cd /home/vagrant/build/c/magma_common/service_registry && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/service_registry/*.h /home/vagrant/build/c/magma_common/service_registry
[28/79] cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/service303 /home/vagrant/magma/orc8r/protos/common.proto
[29/79] cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/service303 /home/vagrant/magma/orc8r/protos/metricsd.proto
[30/79] cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/service303 /home/vagrant/magma/orc8r/protos/service303.proto
[31/79] cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/orc8r/protos --grpc_out=/home/vagrant/build/c/magma_common/service303 --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/orc8r/protos/service303.proto
[32/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.pb.cc.o -c async_grpc/orc8r/protos/eventd.pb.cc
[33/79] cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus --cpp_out=/home/vagrant/build/c/magma_common/service303/orc8r/protos /home/vagrant/magma/orc8r/protos/prometheus/metrics.proto
[34/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/lte/protos/policydb.proto
[35/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.grpc.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.grpc.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.grpc.pb.cc.o -c async_grpc/orc8r/protos/eventd.grpc.pb.cc
[36/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/MetricsHelpers.cpp.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/MetricsHelpers.cpp.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/MetricsHelpers.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/service303/MetricsHelpers.cpp
[37/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/MetricsSingleton.cpp.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/MetricsSingleton.cpp.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/MetricsSingleton.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/service303/MetricsSingleton.cpp
[38/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/ProcFileUtils.cpp.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/ProcFileUtils.cpp.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/ProcFileUtils.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/service303/ProcFileUtils.cpp
[39/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/MagmaService.cpp.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/MagmaService.cpp.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/MagmaService.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/service303/MagmaService.cpp
[40/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/common.pb.cc.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/common.pb.cc.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/common.pb.cc.o -c service303/orc8r/protos/common.pb.cc
[41/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.grpc.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.grpc.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.grpc.pb.cc.o -c async_grpc/lte/protos/mobilityd.grpc.pb.cc
[42/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metricsd.pb.cc.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metricsd.pb.cc.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metricsd.pb.cc.o -c service303/orc8r/protos/metricsd.pb.cc
[43/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/lte/protos/mobilityd.proto
[44/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/lte/protos/subscriberdb.proto
[45/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/magma_common/datastore --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/session_manager.proto
[46/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/orc8r/protos/common.proto
[47/79] cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/datastore /home/vagrant/magma/orc8r/protos/redis.proto
[48/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.grpc.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.grpc.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.grpc.pb.cc.o -c async_grpc/lte/protos/session_manager.grpc.pb.cc
[49/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/Serializers.cpp.o -MF datastore/CMakeFiles/DATASTORE.dir/Serializers.cpp.o.d -o datastore/CMakeFiles/DATASTORE.dir/Serializers.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/datastore/Serializers.cpp
[50/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.pb.cc.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.pb.cc.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.pb.cc.o -c service303/orc8r/protos/service303.pb.cc
[51/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metrics.pb.cc.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metrics.pb.cc.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metrics.pb.cc.o -c service303/orc8r/protos/metrics.pb.cc
[52/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.pb.cc.o -MF async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.pb.cc.o.d -o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.pb.cc.o -c async_grpc/lte/protos/session_manager.pb.cc
[53/79] : && /usr/bin/cmake -E remove async_grpc/libASYNC_GRPC.a && /usr/bin/ar qc async_grpc/libASYNC_GRPC.a async_grpc/CMakeFiles/ASYNC_GRPC.dir/GRPCReceiver.cpp.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/policydb.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/subscriberdb.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/session_manager.grpc.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/abort_session.grpc.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/lte/protos/mobilityd.grpc.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/common.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/redis.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.pb.cc.o async_grpc/CMakeFiles/ASYNC_GRPC.dir/orc8r/protos/eventd.grpc.pb.cc.o && /usr/bin/ranlib async_grpc/libASYNC_GRPC.a && cd /home/vagrant/build/c/magma_common/async_grpc && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/async_grpc/*.h /home/vagrant/build/c/magma_common/async_grpc
[54/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Iservice303 -Iservice_registry -Iconfig -I/home/vagrant/magma/orc8r/gateway/c/common/logging -O2 -g -DNDEBUG -std=c++14 -MD -MT service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.grpc.pb.cc.o -MF service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.grpc.pb.cc.o.d -o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.grpc.pb.cc.o -c service303/orc8r/protos/service303.grpc.pb.cc
[55/79] : && /usr/bin/cmake -E remove service303/libSERVICE303_LIB.a && /usr/bin/ar qc service303/libSERVICE303_LIB.a service303/CMakeFiles/SERVICE303_LIB.dir/MagmaService.cpp.o service303/CMakeFiles/SERVICE303_LIB.dir/MetricsSingleton.cpp.o service303/CMakeFiles/SERVICE303_LIB.dir/MetricsHelpers.cpp.o service303/CMakeFiles/SERVICE303_LIB.dir/ProcFileUtils.cpp.o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/common.pb.cc.o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metricsd.pb.cc.o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.pb.cc.o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/service303.grpc.pb.cc.o service303/CMakeFiles/SERVICE303_LIB.dir/orc8r/protos/metrics.pb.cc.o && /usr/bin/ranlib service303/libSERVICE303_LIB.a && cd /home/vagrant/build/c/magma_common/service303 && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/service303/*.h /home/vagrant/build/c/magma_common/service303
[56/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/lte/protos/policydb.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/lte/protos/policydb.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/lte/protos/policydb.pb.cc.o -c datastore/lte/protos/policydb.pb.cc
[57/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/lte/protos/mobilityd.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/lte/protos/mobilityd.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/lte/protos/mobilityd.pb.cc.o -c datastore/lte/protos/mobilityd.pb.cc
[58/79] cd /home/vagrant/build/c/magma_common/eventd && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/eventd /home/vagrant/magma/orc8r/protos/common.proto
[59/79] cd /home/vagrant/build/c/magma_common/eventd && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/eventd /home/vagrant/magma/orc8r/protos/eventd.proto
[60/79] cd /home/vagrant/build/c/magma_common/eventd && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/orc8r/protos --grpc_out=/home/vagrant/build/c/magma_common/eventd --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/orc8r/protos/common.proto
[61/79] cd /home/vagrant/build/c/magma_common/eventd && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/orc8r/protos --grpc_out=/home/vagrant/build/c/magma_common/eventd --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/orc8r/protos/eventd.proto
[62/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/common.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/common.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/common.pb.cc.o -c datastore/orc8r/protos/common.pb.cc
[63/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/redis.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/redis.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/redis.pb.cc.o -c datastore/orc8r/protos/redis.pb.cc
[64/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/lte/protos/subscriberdb.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/lte/protos/subscriberdb.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/lte/protos/subscriberdb.pb.cc.o -c datastore/lte/protos/subscriberdb.pb.cc
[65/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Ieventd -I/async_grpc -I/service_registry -I/home/vagrant/magma/orc8r/gateway/c/common/../common/eventd -Iservice_registry -Iconfig -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.pb.cc.o -MF eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.pb.cc.o.d -o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.pb.cc.o -c eventd/orc8r/protos/common.pb.cc
[66/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Ieventd -I/async_grpc -I/service_registry -I/home/vagrant/magma/orc8r/gateway/c/common/../common/eventd -Iservice_registry -Iconfig -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.pb.cc.o -MF eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.pb.cc.o.d -o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.pb.cc.o -c eventd/orc8r/protos/eventd.pb.cc
[67/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Ieventd -I/async_grpc -I/service_registry -I/home/vagrant/magma/orc8r/gateway/c/common/../common/eventd -Iservice_registry -Iconfig -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.grpc.pb.cc.o -MF eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.grpc.pb.cc.o.d -o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.grpc.pb.cc.o -c eventd/orc8r/protos/common.grpc.pb.cc
[68/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Ieventd -I/async_grpc -I/service_registry -I/home/vagrant/magma/orc8r/gateway/c/common/../common/eventd -Iservice_registry -Iconfig -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT eventd/CMakeFiles/EVENTD.dir/EventdClient.cpp.o -MF eventd/CMakeFiles/EVENTD.dir/EventdClient.cpp.o.d -o eventd/CMakeFiles/EVENTD.dir/EventdClient.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/eventd/EventdClient.cpp
[69/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -Ieventd -I/async_grpc -I/service_registry -I/home/vagrant/magma/orc8r/gateway/c/common/../common/eventd -Iservice_registry -Iconfig -Iasync_grpc -O2 -g -DNDEBUG -std=c++14 -MD -MT eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.grpc.pb.cc.o -MF eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.grpc.pb.cc.o.d -o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.grpc.pb.cc.o -c eventd/orc8r/protos/eventd.grpc.pb.cc
[70/79] : && /usr/bin/cmake -E remove eventd/libEVENTD.a && /usr/bin/ar qc eventd/libEVENTD.a eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.pb.cc.o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.pb.cc.o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/common.grpc.pb.cc.o eventd/CMakeFiles/EVENTD.dir/orc8r/protos/eventd.grpc.pb.cc.o eventd/CMakeFiles/EVENTD.dir/EventdClient.cpp.o && /usr/bin/ranlib eventd/libEVENTD.a && cd /home/vagrant/build/c/magma_common/eventd && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/eventd/*.h /home/vagrant/build/c/magma_common/eventd
[71/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.grpc.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.grpc.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.grpc.pb.cc.o -c datastore/lte/protos/session_manager.grpc.pb.cc
[72/79] /usr/lib/ccache/c++ -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Idatastore -O2 -g -DNDEBUG -std=c++14 -MD -MT datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.pb.cc.o -MF datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.pb.cc.o.d -o datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.pb.cc.o -c datastore/lte/protos/session_manager.pb.cc
[73/79] : && /usr/bin/cmake -E remove datastore/libDATASTORE.a && /usr/bin/ar qc datastore/libDATASTORE.a datastore/CMakeFiles/DATASTORE.dir/Serializers.cpp.o datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/lte/protos/policydb.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/lte/protos/mobilityd.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/lte/protos/subscriberdb.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/lte/protos/session_manager.grpc.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/common.pb.cc.o datastore/CMakeFiles/DATASTORE.dir/orc8r/protos/redis.pb.cc.o && /usr/bin/ranlib datastore/libDATASTORE.a && cd /home/vagrant/build/c/magma_common/datastore && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/datastore/*.h* /home/vagrant/build/c/magma_common/datastore
[74/79] cd /home/vagrant/build/c/magma_common/policydb && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/policydb /home/vagrant/magma/orc8r/protos/common.proto
[75/79] cd /home/vagrant/build/c/magma_common/policydb && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/magma_common/policydb /home/vagrant/magma/lte/protos/policydb.proto
[76/79] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Ipolicydb -Idatastore -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT policydb/CMakeFiles/POLICYDB.dir/orc8r/protos/common.pb.cc.o -MF policydb/CMakeFiles/POLICYDB.dir/orc8r/protos/common.pb.cc.o.d -o policydb/CMakeFiles/POLICYDB.dir/orc8r/protos/common.pb.cc.o -c policydb/orc8r/protos/common.pb.cc
[77/79] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Ipolicydb -Idatastore -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT policydb/CMakeFiles/POLICYDB.dir/PolicyLoader.cpp.o -MF policydb/CMakeFiles/POLICYDB.dir/PolicyLoader.cpp.o.d -o policydb/CMakeFiles/POLICYDB.dir/PolicyLoader.cpp.o -c /home/vagrant/magma/orc8r/gateway/c/common/policydb/PolicyLoader.cpp
[78/79] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I/home/vagrant/magma/orc8r/gateway/c/common/../common/logging -Ipolicydb -Idatastore -Iconfig -O2 -g -DNDEBUG -std=c++14 -MD -MT policydb/CMakeFiles/POLICYDB.dir/lte/protos/policydb.pb.cc.o -MF policydb/CMakeFiles/POLICYDB.dir/lte/protos/policydb.pb.cc.o.d -o policydb/CMakeFiles/POLICYDB.dir/lte/protos/policydb.pb.cc.o -c policydb/lte/protos/policydb.pb.cc
[79/79] : && /usr/bin/cmake -E remove policydb/libPOLICYDB.a && /usr/bin/ar qc policydb/libPOLICYDB.a policydb/CMakeFiles/POLICYDB.dir/PolicyLoader.cpp.o policydb/CMakeFiles/POLICYDB.dir/orc8r/protos/common.pb.cc.o policydb/CMakeFiles/POLICYDB.dir/lte/protos/policydb.pb.cc.o && /usr/bin/ranlib policydb/libPOLICYDB.a && cd /home/vagrant/build/c/magma_common/policydb && /usr/bin/cmake -E copy /home/vagrant/magma/orc8r/gateway/c/common/policydb/*.h /home/vagrant/build/c/magma_common/policydb
mkdir -p /home/vagrant/build/c//session_manager
cd /home/vagrant/build/c//session_manager && cmake /home/vagrant/magma/lte/gateway/c/session_manager -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Found CLANG_FORMAT: /usr/bin/clang-format
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.6.1")
Adding code coverage build and linker flags for BUILD_TESTS
Build type is RelWithDebInfo
Proto_srcs are /home/vagrant/build/c/session_manager/orc8r/protos/common.pb.cc;/home/vagrant/build/c/session_manager/orc8r/protos/directoryd.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/policydb.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/pipelined.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/spgw_service.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/mconfig/mconfigs.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/accounting.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/context.pb.cc;/home/vagrant/build/c/session_manager/orc8r/protos/directoryd.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/pipelined.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/spgw_service.grpc.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc
Building with sentry!
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/build/c/session_manager
# Turn on generation of compile_commands.json (See GH Issue #5488)
cd /home/vagrant/build/c//session_manager && awk '{if (/^CMAKE_EXPORT_COMPILE_COMMANDS/) gsub(/OFF/, "ON"); print}' CMakeCache.txt > tmp && mv tmp CMakeCache.txt
ninja -v -C /home/vagrant/build/c//session_manager
ninja: Entering directory `/home/vagrant/build/c//session_manager'
[0/1] /usr/bin/cmake -S/home/vagrant/magma/lte/gateway/c/session_manager -B/home/vagrant/build/c/session_manager
Found CLANG_FORMAT: /usr/bin/clang-format
Adding code coverage build and linker flags for BUILD_TESTS
Build type is RelWithDebInfo
Proto_srcs are /home/vagrant/build/c/session_manager/orc8r/protos/common.pb.cc;/home/vagrant/build/c/session_manager/orc8r/protos/directoryd.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/session_manager.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/subscriberdb.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/policydb.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/pipelined.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/spgw_service.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/mconfig/mconfigs.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/accounting.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/context.pb.cc;/home/vagrant/build/c/session_manager/orc8r/protos/directoryd.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/session_manager.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/pipelined.grpc.pb.cc;/home/vagrant/build/c/session_manager/lte/protos/spgw_service.grpc.pb.cc;/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc
Building with sentry!
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/build/c/session_manager
[1/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/orc8r/protos/common.proto
[2/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/orc8r/protos/directoryd.proto
[3/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/subscriberdb.proto
[4/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/spgw_service.proto
[5/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/policydb.proto
[6/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/mconfig/mconfigs.proto
[7/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/pipelined.proto
[8/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/feg/gateway/services/aaa/protos --cpp_out=/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos /home/vagrant/magma/feg/gateway/services/aaa/protos/accounting.proto
[9/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/feg/gateway/services/aaa/protos --cpp_out=/home/vagrant/build/c/session_manager/feg/gateway/services/aaa/protos /home/vagrant/magma/feg/gateway/services/aaa/protos/context.proto
[10/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/orc8r/protos --grpc_out=/home/vagrant/build/c/session_manager --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/orc8r/protos/directoryd.proto
[11/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/session_manager --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/spgw_service.proto
[12/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma --cpp_out=/home/vagrant/build/c/session_manager /home/vagrant/magma/lte/protos/session_manager.proto
[13/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/feg/gateway/services/aaa/protos --grpc_out=/home/vagrant/build/c/session_manager --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/feg/gateway/services/aaa/protos/accounting.proto
[14/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/session_manager --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/session_manager.proto
[15/62] cd /home/vagrant/build/c/session_manager && /usr/bin/protoc -I /home/vagrant/magma/orc8r/protos/prometheus -I /home/vagrant/magma -I /home/vagrant/magma/lte/protos --grpc_out=/home/vagrant/build/c/session_manager --plugin=protoc-gen-grpc=/usr/local/bin/grpc_cpp_plugin /home/vagrant/magma/lte/protos/pipelined.proto
[16/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/EnumToString.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/EnumToString.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/EnumToString.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/EnumToString.cpp
[17/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/ChargingGrant.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/ChargingGrant.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/ChargingGrant.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/ChargingGrant.cpp
[18/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/AAAClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/AAAClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/AAAClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/AAAClient.cpp
[19/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionManagerServer.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionManagerServer.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionManagerServer.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionManagerServer.cpp
[20/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionCredit.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionCredit.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionCredit.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionCredit.cpp
[21/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/LocalSessionManagerHandler.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/LocalSessionManagerHandler.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/LocalSessionManagerHandler.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/LocalSessionManagerHandler.cpp
[22/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/sessiond.dir/sessiond_main.cpp.o -MF CMakeFiles/sessiond.dir/sessiond_main.cpp.o.d -o CMakeFiles/sessiond.dir/sessiond_main.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/sessiond_main.cpp
[23/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionID.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionID.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionID.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionID.cpp
[24/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/RuleStore.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/RuleStore.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/RuleStore.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/RuleStore.cpp
[25/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionReporter.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionReporter.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionReporter.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionReporter.cpp
[26/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SpgwServiceClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SpgwServiceClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SpgwServiceClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SpgwServiceClient.cpp
[27/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionState.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionState.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionState.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionState.cpp
[28/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/DiameterCodes.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/DiameterCodes.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/DiameterCodes.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/DiameterCodes.cpp
[29/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/RestartHandler.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/RestartHandler.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/RestartHandler.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/RestartHandler.cpp
[30/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/LocalEnforcer.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/LocalEnforcer.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/LocalEnforcer.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/LocalEnforcer.cpp
[31/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/DirectorydClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/DirectorydClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/DirectorydClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/DirectorydClient.cpp
[32/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/PipelinedClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/PipelinedClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/PipelinedClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/PipelinedClient.cpp
[33/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionProxyResponderHandler.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionProxyResponderHandler.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionProxyResponderHandler.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionProxyResponderHandler.cpp
[34/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionEvents.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionEvents.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionEvents.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionEvents.cpp
[35/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/GrpcMagmaUtils.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/GrpcMagmaUtils.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/GrpcMagmaUtils.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/GrpcMagmaUtils.cpp
[36/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/StoredState.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/StoredState.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/StoredState.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/StoredState.cpp
[37/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/MemoryStoreClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/MemoryStoreClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/MemoryStoreClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/MemoryStoreClient.cpp
[38/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/MeteringReporter.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/MeteringReporter.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/MeteringReporter.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/MeteringReporter.cpp
[39/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/RedisStoreClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/RedisStoreClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/RedisStoreClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/RedisStoreClient.cpp
[40/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionStore.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionStore.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionStore.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionStore.cpp
[41/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/common.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/common.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/common.pb.cc.o -c orc8r/protos/common.pb.cc
[42/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/Utilities.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/Utilities.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/Utilities.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/Utilities.cpp
[43/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SetMessageManagerHandler.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SetMessageManagerHandler.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SetMessageManagerHandler.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SetMessageManagerHandler.cpp
[44/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/AmfServiceClient.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/AmfServiceClient.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/AmfServiceClient.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/AmfServiceClient.cpp
[45/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/SessionStateEnforcer.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/SessionStateEnforcer.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/SessionStateEnforcer.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/SessionStateEnforcer.cpp
[46/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/subscriberdb.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/subscriberdb.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/subscriberdb.pb.cc.o -c lte/protos/subscriberdb.pb.cc
[47/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.pb.cc.o -c orc8r/protos/directoryd.pb.cc
[48/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/mconfig/mconfigs.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/mconfig/mconfigs.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/mconfig/mconfigs.pb.cc.o -c lte/protos/mconfig/mconfigs.pb.cc
[49/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.pb.cc.o -c feg/gateway/services/aaa/protos/accounting.pb.cc
[50/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/OperationalStatesHandler.cpp.o -MF CMakeFiles/SESSION_MANAGER.dir/OperationalStatesHandler.cpp.o.d -o CMakeFiles/SESSION_MANAGER.dir/OperationalStatesHandler.cpp.o -c /home/vagrant/magma/lte/gateway/c/session_manager/OperationalStatesHandler.cpp
[51/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/policydb.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/policydb.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/policydb.pb.cc.o -c lte/protos/policydb.pb.cc
[52/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/context.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/context.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/context.pb.cc.o -c feg/gateway/services/aaa/protos/context.pb.cc
[53/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.pb.cc.o -c lte/protos/spgw_service.pb.cc
[54/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.pb.cc.o -c lte/protos/pipelined.pb.cc
[55/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc.o -c feg/gateway/services/aaa/protos/accounting.grpc.pb.cc
[56/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.grpc.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.grpc.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.grpc.pb.cc.o -c orc8r/protos/directoryd.grpc.pb.cc
[57/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.grpc.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.grpc.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.grpc.pb.cc.o -c lte/protos/spgw_service.grpc.pb.cc
[58/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.grpc.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.grpc.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.grpc.pb.cc.o -c lte/protos/pipelined.grpc.pb.cc
[59/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.pb.cc.o -c lte/protos/session_manager.pb.cc
[60/62] /usr/lib/ccache/c++ -DLOG_WITH_GLOG -I/usr/local/include/prometheus -I. -I/home/vagrant/magma/orc8r/gateway/c/common/logging -I/home/vagrant/build/c/magma_common/service303 -I/home/vagrant/build/c/magma_common/service_registry -I/home/vagrant/build/c/magma_common/async_grpc -I/home/vagrant/build/c/magma_common/config -I/home/vagrant/build/c/magma_common/datastore -I/home/vagrant/build/c/magma_common/policydb -I/home/vagrant/build/c/magma_common/eventd -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.grpc.pb.cc.o -MF CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.grpc.pb.cc.o.d -o CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.grpc.pb.cc.o -c lte/protos/session_manager.grpc.pb.cc
[61/62] : && /usr/bin/cmake -E remove libSESSION_MANAGER.a && /usr/bin/ar qc libSESSION_MANAGER.a CMakeFiles/SESSION_MANAGER.dir/AAAClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/ChargingGrant.cpp.o CMakeFiles/SESSION_MANAGER.dir/EnumToString.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionManagerServer.cpp.o CMakeFiles/SESSION_MANAGER.dir/LocalSessionManagerHandler.cpp.o CMakeFiles/SESSION_MANAGER.dir/LocalEnforcer.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionState.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionCredit.cpp.o CMakeFiles/SESSION_MANAGER.dir/RestartHandler.cpp.o CMakeFiles/SESSION_MANAGER.dir/RuleStore.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionReporter.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionID.cpp.o CMakeFiles/SESSION_MANAGER.dir/SpgwServiceClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/PipelinedClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/DirectorydClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionEvents.cpp.o CMakeFiles/SESSION_MANAGER.dir/DiameterCodes.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionProxyResponderHandler.cpp.o CMakeFiles/SESSION_MANAGER.dir/StoredState.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionStore.cpp.o CMakeFiles/SESSION_MANAGER.dir/MemoryStoreClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/RedisStoreClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/MeteringReporter.cpp.o CMakeFiles/SESSION_MANAGER.dir/GrpcMagmaUtils.cpp.o CMakeFiles/SESSION_MANAGER.dir/SetMessageManagerHandler.cpp.o CMakeFiles/SESSION_MANAGER.dir/SessionStateEnforcer.cpp.o CMakeFiles/SESSION_MANAGER.dir/AmfServiceClient.cpp.o CMakeFiles/SESSION_MANAGER.dir/Utilities.cpp.o CMakeFiles/SESSION_MANAGER.dir/OperationalStatesHandler.cpp.o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/common.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/subscriberdb.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/policydb.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/mconfig/mconfigs.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/context.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/orc8r/protos/directoryd.grpc.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/session_manager.grpc.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/pipelined.grpc.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/lte/protos/spgw_service.grpc.pb.cc.o CMakeFiles/SESSION_MANAGER.dir/feg/gateway/services/aaa/protos/accounting.grpc.pb.cc.o && /usr/bin/ranlib libSESSION_MANAGER.a && :
[62/62] : && /usr/lib/ccache/c++ -O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -rdynamic CMakeFiles/sessiond.dir/sessiond_main.cpp.o -o sessiond -L/home/vagrant/build/c/magma_common/async_grpc -L/home/vagrant/build/c/magma_common/config -L/home/vagrant/build/c/magma_common/service303 -L/home/vagrant/build/c/magma_common/datastore -L/home/vagrant/build/c/magma_common/policydb -L/home/vagrant/build/c/magma_common/eventd -L/home/vagrant/build/c/magma_common/service_registry -Wl,-rpath,/home/vagrant/build/c/magma_common/async_grpc:/home/vagrant/build/c/magma_common/config:/home/vagrant/build/c/magma_common/service303:/home/vagrant/build/c/magma_common/datastore:/home/vagrant/build/c/magma_common/policydb:/home/vagrant/build/c/magma_common/eventd:/home/vagrant/build/c/magma_common/service_registry:/usr/local/lib libSESSION_MANAGER.a /usr/local/lib/libsentry.so -lSERVICE303_LIB -lSERVICE_REGISTRY -lASYNC_GRPC -lCONFIG -lPOLICYDB -lEVENTD -lDATASTORE -lglog -lgflags -lfolly -lpthread -lgpr -lgrpc++ -lgrpc -lyaml-cpp -lprotobuf -lcpp_redis -lprometheus-cpp -ltacopie && :
@themarwhal
Copy link
Author

-O2 -g -DNDEBUG -DSENTRY_ENABLED=1 -std=c++14 -MD -MT <- are the fields passed in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment