Add_group: name %s already present

hey im having a problem would reallly appreciate if someone could help :frowning:

Rayaans-MacBook-Pro:autotest rayaangrewal$ ./sim_vehicle.py -v ArduCopter
SIM_VEHICLE: Start
SIM_VEHICLE: Killing tasks
SIM_VEHICLE: Starting up at -35.363261,149.165230,584,353 (CMAC)
SIM_VEHICLE: WAF build
SIM_VEHICLE: Configure waf
SIM_VEHICLE: “/Users/rayaangrewal/Desktop/code/Drone/01/ardupilot/modules/waf/waf-light” “configure” “–board” “sitl”
Setting top to : /Users/rayaangrewal/Desktop/code/Drone/01/ardupilot
Setting out to : /Users/rayaangrewal/Desktop/code/Drone/01/ardupilot/build
Autoconfiguration : enabled
GCOV code coverage analysis : no
Setting board to : sitl
Using toolchain : native
Checking for ‘g++’ (C++ compiler) : not found
Checking for ‘clang++’ (C++ compiler) : /usr/bin/clang++
Checking for ‘gcc’ (C compiler) : not found
Checking for ‘clang’ (C compiler) : /usr/bin/clang
Checking for c flags ‘-MMD’ : yes
Checking for cxx flags ‘-MMD’ : yes
Disabling SLP for clang++
Checking for HAVE_CMATH_ISFINITE : yes
Checking for HAVE_CMATH_ISINF : yes
Checking for HAVE_CMATH_ISNAN : yes
Checking for NEED_CMATH_ISFINITE_STD_NAMESPACE : yes
Checking for NEED_CMATH_ISINF_STD_NAMESPACE : yes
Checking for NEED_CMATH_ISNAN_STD_NAMESPACE : yes
Checking for header endian.h : not found
Checking for header byteswap.h : not found
Checking for HAVE_MEMRCHR : no
Checking for program ‘python’ : /usr/bin/python
Checking for python version >= 2.7.0 : 2.7.10
Checking for program ‘python’ : /usr/bin/python
Checking for python version >= 2.7.0 : 2.7.10
Source is git repository : yes
Update submodules : yes
Checking for program ‘git’ : /usr/local/bin/git
Checking for program ‘size’ : /usr/bin/size
Benchmarks : disabled
Unit tests : enabled
Scripting : enabled
Scripting runtime checks : enabled
Checking for program ‘rsync’ : /usr/bin/rsync
‘configure’ finished successfully (1.570s)
SIM_VEHICLE: Building
SIM_VEHICLE: “/Users/rayaangrewal/Desktop/code/Drone/01/ardupilot/modules/waf/waf-light” “build” “–target” “bin/arducopter”
Waf: Entering directory `/Users/rayaangrewal/Desktop/code/Drone/01/ardupilot/build/sitl’
Embedding file sandbox.lua:libraries/AP_Scripting/scripts/sandbox.lua
Embedding file sandbox.lua:libraries/AP_Scripting/scripts/sandbox.lua
add_group: name %s already present
SIM_VEHICLE: Build failed
SIM_VEHICLE: Killing tasks

add_group: name %s already present <-- error :frowning:

Any local changes?

The error message here:

is busted. Try fixing it - change the comma to a %

Peter

having the same issue

Knowing the group name would help :slight_smile:

Seem my suggestion for fixing the error output.

Peter

Hi,
I have the same issue.

Where can i find group name, i have no idea :slight_smile:
Thanks

@mezzo it should have been appended to that line of debug.

If that was empty… well… that would be a problem.

I’ve created a PR to at least fix the debug.

@peterbarker i peter i have same problem how to solve it