commands:
cmd:
GSL_PATH=/opt/gsl-2.6 make clean
key:
default
code: 0
status: success
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.002104052
cmd:
GSL_PATH=/opt/gsl-2.6 TURBO=true make
key:
default
code: 0
status: success
stdout:
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/server.o -c src/server.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/player.o -c src/player.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/graph_utils.o -c src/graph_utils.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/graph.o -c src/graph.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/strategy_first_neighbor.o -c src/strategy_first_neighbor.c
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/check_move.o -c src/check_move.c 
gcc -L/opt/gsl-2.6/lib -Wl,--rpath=/opt/gsl-2.6/lib -o install/server obj/server.o obj/player.o obj/graph_utils.o obj/graph.o obj/strategy_first_neighbor.o obj/check_move.o -lm -ldl -lgsl -lgslcblas 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/strategy_always_east.o -c src/strategy_always_east.c
gcc -shared -o install/player_always_east.so obj/player.o obj/graph_utils.o obj/strategy_always_east.o
gcc -shared -o install/player_first_neighbor.so obj/player.o obj/graph_utils.o obj/strategy_first_neighbor.o
stderr:
src/graph.c: In function ‘generate_waffle_horizontal_edges’:
src/graph.c:30:66: warning: unused parameter ‘num_vertices’ [-Wunused-parameter]
   30 |                                               unsigned int       num_vertices )
      |                                               ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.36244284
cmd:
GSL_PATH=/opt/gsl-2.6 make install
key:
default
code: 0
status: success
stdout:
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/alltests.o -c test/alltests.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/test_graph.o -c test/test_graph.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/test_astar.o -c test/test_astar.c 
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include  -DNAME=\"PL\" -g -O0 -o obj/strat_astar.o -c src/strat_astar.c 
gcc -L/opt/gsl-2.6/lib -Wl,--rpath=/opt/gsl-2.6/lib -o install/alltests obj/alltests.o obj/test_graph.o obj/test_astar.o obj/strat_astar.o obj/player.o obj/graph_utils.o obj/graph.o obj/strategy_first_neighbor.o obj/check_move.o -lm -ldl -lgsl -lgslcblas
stderr:
In file included from test/test_astar.c:5:
test/test_astar.c: In function ‘test_update_vertex’:
test/test_astar.c:146:25: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  146 |     assert( astar[1][0] == 1 + heuristic[1] );
      |                         ^~
test/test_astar.c:148:25: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  148 |     assert( astar[2][0] == 1 + heuristic[2] );
      |                         ^~
test/test_astar.c:151:25: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  151 |     assert( astar[5][0] == 1 + heuristic[5] );
      |                         ^~
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.186969679
groups:
name: default
passed: 3
total: 3
status: success