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.002724001
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_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_server.c -o utils_server.o
ar rcs utils.a utils_player.o utils_strat.o utils_heap.o utils_server.o
gcc -std=c99 -Wall -Wextra -fPIC -g3 -I/opt/gsl-2.6/include -o server server.o utils.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 -Wall -shared -o libplayer1.so player1.o utils.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.a
stderr:
src/server.c: In function ‘main’:
src/server.c:73:19: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   73 |     static struct move_t previous_move[NUM_PLAYERS] = {{NO_COLOR, NO_TYPE}, {NO_COLOR, NO_TYPE}};
      |                   ^~~~~~
In file included from src/utils.h:4,
                 from src/server.c:1:
src/move.h:27:12: note: ‘m’ declared here
   27 |   vertex_t m;            // The id of a vertex
      |            ^
src/server.c:73:19: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   73 |     static struct move_t previous_move[NUM_PLAYERS] = {{NO_COLOR, NO_TYPE}, {NO_COLOR, NO_TYPE}};
      |                   ^~~~~~
src/move.h:27:12: note: ‘m’ declared here
   27 |   vertex_t m;            // The id of a vertex
      |            ^
src/server.c:85:12: warning: missing initializer for field ‘m’ of ‘struct move_t’ [-Wmissing-field-initializers]
   85 |     struct move_t current_move = {NO_COLOR, NO_TYPE};
      |            ^~~~~~
src/move.h:27:12: note: ‘m’ declared here
   27 |   vertex_t m;            // The id of a vertex
      |            ^
src/utils_player.c: In function ‘vertex_to_position’:
src/utils_player.c:86:16: warning: unused variable ‘taille_ligne’ [-Wunused-variable]
   86 |         size_t taille_ligne = row_len_triangular(ligne, m);
      |                ^~~~~~~~~~~~
src/player1.c: In function ‘play’:
src/player1.c:49:12: warning: missing initializer for field ‘e’ of ‘struct move_t’ [-Wmissing-field-initializers]
   49 |     struct move_t next = {player_id, MOVE, new};
      |            ^~~~~~
In file included from src/utils.h:4,
                 from src/player.h:4,
                 from src/player1.c:1:
src/move.h:28:17: note: ‘e’ declared here
   28 |   struct edge_t e[2];    // The two edges for the wall
      |                 ^
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.380323044
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.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 -lm -lgsl -lgslcblas -ldl -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Wl,--rpath=/opt/gsl-2.6/lib
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.055434345
groups:
name: default
passed: 3
total: 3
status: success