robsd-exec: timeout 3600s + . /usr/local/libexec/robsd/util-regress.sh + config_load + << "EOF" + _err=0 + _env=REGRESS_FAIL_EARLY=no + config_value regress-lib/libc/qsort-env + 2> /dev/null + _env=REGRESS_FAIL_EARLY=no GOCACHE=/tmp + _make=make -C /home/src/regress/lib/libc/qsort REGRESS_FAIL_EARLY=no GOCACHE=/tmp + config_value regress-lib/libc/qsort-targets + regress_root lib/libc/qsort + export SUDO + unpriv -c staff build exec make -C /home/src/regress/lib/libc/qsort REGRESS_FAIL_EARLY=no GOCACHE=/tmp regress ==== qsort-regress ==== cc -O2 -pipe -Wall -MD -MP -c /home/src/regress/lib/libc/qsort/qsort_test.c /home/src/regress/lib/libc/qsort/qsort_test.c:577:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /home/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ /home/src/regress/lib/libc/qsort/qsort_test.c:589:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /home/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ /home/src/regress/lib/libc/qsort/qsort_test.c:601:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /home/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ 3 warnings generated. cc -O2 -pipe -Wall -MD -MP -c /home/src/regress/lib/libc/qsort/antiqsort.c cc -o qsort_test qsort_test.o antiqsort.o ./qsort_test