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.00273305
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 -c src/server.c -o server.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_server.c -o utils_server.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_graph.c -o utils_graph.o
ar rcs utils_server.a utils_server.o utils_graph.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -o server server.o utils_server.a -lm -lgsl -lgslcblas -ldl -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Wl,--rpath=/opt/gsl-2.6/lib
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/player1.c -o player1.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_player.c -o utils_player.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_strat.c -o utils_strat.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_heap.c -o utils_heap.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/utils_wall.c -o utils_wall.o
ar rcs utils_player.a utils_player.o utils_strat.o utils_heap.o utils_wall.o utils_graph.o
gcc -Wall -shared -o libplayer1.so player1.o utils_player.a
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c src/player2.c -o player2.o
gcc -Wall -shared -o libplayer2.so player2.o utils_player.a
stderr:
src/server.c: In function ‘main’:
src/server.c:71:19: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   71 |     static struct move_t previous_move[NUM_PLAYERS] = {{NO_COLOR, NO_TYPE}, {NO_COLOR, NO_TYPE}};
      |                   ^~~~~~
In file included from src/utils_server.h:4,
                 from src/server.c:1:
src/move.h:29:25: note: ‘m’ declared here
   29 |     vertex_t            m;    // The id of a vertex
      |                         ^
src/server.c:71:19: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   71 |     static struct move_t previous_move[NUM_PLAYERS] = {{NO_COLOR, NO_TYPE}, {NO_COLOR, NO_TYPE}};
      |                   ^~~~~~
src/move.h:29:25: note: ‘m’ declared here
   29 |     vertex_t            m;    // The id of a vertex
      |                         ^
src/server.c:83:12: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   83 |     struct move_t current_move = {NO_COLOR, NO_TYPE};
      |            ^~~~~~
src/move.h:29:25: note: ‘m’ declared here
   29 |     vertex_t            m;    // The id of a vertex
      |                         ^
src/player1.c: In function ‘play’:
src/player1.c:48:12: warning: missing initializer for field ‘e’ of ‘struct move_t’ [-Wmissing-field-initializers]
   48 |     struct move_t next = {player_id, MOVE, new};
      |            ^~~~~~
In file included from src/utils_player.h:4,
                 from src/player.h:4,
                 from src/player1.c:1:
src/move.h:30:25: note: ‘e’ declared here
   30 |     struct edge_t       e[2]; // The two edges for the wall
      |                         ^
src/player2.c: In function ‘initialize’:
src/player2.c:78:14: warning: variable ‘path’ set but not used [-Wunused-but-set-variable]
   78 |     vertex_t path[2];
      |              ^~~~
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.47539888
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 -o server server.o utils_server.a -lm -lgsl -lgslcblas -ldl -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Wl,--rpath=/opt/gsl-2.6/lib
gcc --coverage -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -c test/all_test.c -o test.o
gcc --coverage -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -o alltests test.o utils_server.a utils_player.a -lm -lgsl -lgslcblas -ldl -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Wl,--rpath=/opt/gsl-2.6/lib
stderr:
test/all_test.c: In function ‘test_find_path_A_star’:
test/all_test.c:137:14: warning: variable ‘path2’ set but not used [-Wunused-but-set-variable]
  137 |     vertex_t path2[2];
      |              ^~~~~
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.118305606
groups:
name: default
passed: 3
total: 3
status: success