CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication. Doxygen Source Code Documentation :
When carma-platform is building, install.sh script is configured to print every command it is calling using -ex command.
x option should be removed as the log is gigantic and easily wipes previous useful logs and prints multiple duplicate list of ALL packages being sourced (which is different and unnecessary than packages the user is building).
Original log:
Couldn't upload the full log because it's more than 26MB! Excerpt of what it is printing:
PR Details
Description
When carma-platform is building, install.sh script is configured to print every command it is calling using
-ex
command.x
option should be removed as the log is gigantic and easily wipes previous useful logs and prints multiple duplicate list of ALL packages being sourced (which is different and unnecessary than packages the user is building).Original log: Couldn't upload the full log because it's more than 26MB! Excerpt of what it is printing:
New Log: install-new-log.txt
Related GitHub Issue
NA
Related Jira Key
https://usdot-carma.atlassian.net/browse/CAR-6079
Motivation and Context
This extreme logging makes it hard to see any issue happens during build
How Has This Been Tested?
local VM tested
Types of changes
Checklist: