commands:
cmd:
GSL_PATH=/opt/gsl-2.6 make clean
key:
default
code: 0
status: success
stdout:
rm -rf *~ src/*~ test/*~ build/* install/* ./**/*.o ./**/*.gcno ./**/*.c.gcov ./**/*.gcda ./**/*.d src/**/*.o src/**/*.d src/**/*.gcda src/**/*.gcno ./**/*.so src/minmax/**/*.o src/minmax/**/*.gcno src/minmax/**/*.c.gcov src/minmax/**/*.gcda src/minmax/**/*.d coverage* src/graph/**/*.o src/graph/**/*.gcno src/graph/**/*.c.gcov src/graph/**/*.gcda src/graph/**/*.d 
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.008096863
cmd:
GSL_PATH=/opt/gsl-2.6 TURBO=true make
key:
default
code: 0
status: success
stdout:
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/server.o src/server.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/player_interface.o src/player_interface.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/player.o src/player.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/server_utils.o src/server_utils.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/data_structures/move_list.o src/data_structures/move_list.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/data_structures/wall_list.o src/data_structures/wall_list.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/data_structures/priority_queue.o src/data_structures/priority_queue.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/data_structures/vertex_list.o src/data_structures/vertex_list.c
mkdir -p build
ar rcs build/liblist.a src/data_structures/move_list.o src/data_structures/wall_list.o src/data_structures/priority_queue.o src/data_structures/vertex_list.o
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_creation.o src/graph/graph_creation.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_print.o src/graph/graph_print.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_utils.o src/graph/graph_utils.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_move.o src/graph/graph_move.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_connexity.o src/graph/graph_connexity.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/graph_tsp.o src/graph/graph_tsp.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/shortest_path/graph_shortest_path_utils.o src/graph/shortest_path/graph_shortest_path_utils.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/shortest_path/graph_ACO.o src/graph/shortest_path/graph_ACO.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/graph/shortest_path/graph_a_star.o src/graph/shortest_path/graph_a_star.c
mkdir -p build
ar rcs build/libgraph.a src/graph/graph_creation.o src/graph/graph_print.o src/graph/graph_utils.o src/graph/graph_move.o src/graph/graph_connexity.o src/graph/graph_tsp.o src/graph/shortest_path/graph_shortest_path_utils.o src/graph/shortest_path/graph_ACO.o src/graph/shortest_path/graph_a_star.o build/liblist.a
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/minmax.o src/minmax/minmax.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/wall_filter_utils.o src/minmax/wall_filter_utils.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/move_listing.o src/minmax/move_listing.c
mkdir -p build
ar rcs build/libminmax.a src/minmax/minmax.o src/minmax/wall_filter_utils.o src/minmax/move_listing.o
mkdir -p build
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -o build/server src/server.o src/player_interface.o src/player.o src/server_utils.o -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Lbuild -Linstall -Wl,--rpath /opt/gsl-2.6/lib:install  -lminmax -lgraph -llist -lm -lgsl -lgslcblas -ldl
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -DMAX_DEPTH=2 -DNAME="Basic Minmax Normal But Faster" src/players/player_minmax.c -c -o src/players/player_minmax_basic_normal.o 
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/heuristics/basic_faster.o src/minmax/heuristics/basic_faster.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/wall_filters/filter_around_opponent.o src/minmax/wall_filters/filter_around_opponent.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/precomputations/path_to_closest_goal.o src/minmax/precomputations/path_to_closest_goal.c
mkdir -p build
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -shared -o build/minmax_basic_normal.so src/players/player_minmax_basic_normal.o src/minmax/heuristics/basic_faster.o src/minmax/wall_filters/filter_around_opponent.o src/minmax/precomputations/path_to_closest_goal.o src/player.o -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Lbuild -Linstall -Wl,--rpath /opt/gsl-2.6/lib:install  -lminmax -lgraph -llist -lm -lgsl -lgslcblas -ldl
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -DMAX_DEPTH=3 -DNAME="Basic Minmax Premium But Faster" src/players/player_minmax.c -c -o src/players/player_minmax_basic_premium_faster.o 
mkdir -p build
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -shared -o build/minmax_basic_premium_faster.so src/players/player_minmax_basic_premium_faster.o src/minmax/heuristics/basic_faster.o src/minmax/wall_filters/filter_around_opponent.o src/minmax/precomputations/path_to_closest_goal.o src/player.o -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Lbuild -Linstall -Wl,--rpath /opt/gsl-2.6/lib:install  -lminmax -lgraph -llist -lm -lgsl -lgslcblas -ldl
opts:
continue: true
timeout: 40
record_on: empty
duration: 1.326032132
cmd:
GSL_PATH=/opt/gsl-2.6 make install
key:
default
code: 0
status: success
stdout:
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test.o test/test.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_graph.o test/test_graph.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_move.o test/test_move.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_player_initialisation.o test/test_player_initialisation.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_priority_queue.o test/test_priority_queue.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_test.o test/test_test.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_graph_shortest_path.o test/test_graph_shortest_path.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_graph_connexity.o test/test_graph_connexity.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_server_utils.o test/test_server_utils.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_list.o test/test_list.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_minmax.o test/test_minmax.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o test/test_graph_tsp.o test/test_graph_tsp.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/wall_filters/no_filtering.o src/minmax/wall_filters/no_filtering.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/minmax/precomputations/no_precomputations.o src/minmax/precomputations/no_precomputations.c
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations   -c -o src/players/player_test.o src/players/player_test.c
mkdir -p build
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -shared -o build/player_test.so src/players/player_test.o src/player.o -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Lbuild -Linstall -Wl,--rpath /opt/gsl-2.6/lib:install  -lminmax -lgraph -llist -lm -lgsl -lgslcblas -ldl
cc -std=c99 -MMD -Wall -Wextra -Werror -fPIC -g3 -O0 --coverage -I/opt/gsl-2.6/include -Itest -Isrc -Isrc/graph -Isrc/players -Isrc/data_structures -Isrc/minmax -Isrc/minmax/heuristics -Isrc/minmax/wall_filters -Isrc/graph/shortest_path -Isrc/minmax/precomputations -o build/alltests test/test.o test/test_graph.o test/test_move.o test/test_player_initialisation.o test/test_priority_queue.o test/test_test.o test/test_graph_shortest_path.o test/test_graph_connexity.o test/test_server_utils.o test/test_list.o test/test_minmax.o test/test_graph_tsp.o src/player_interface.o src/server_utils.o src/player.o src/minmax/wall_filters/no_filtering.o src/minmax/precomputations/no_precomputations.o -L/opt/gsl-2.6/lib -L/opt/gsl-2.6/lib64 -Lbuild -Linstall -Wl,--rpath /opt/gsl-2.6/lib:install  -lminmax -lgraph -llist -lm -lgsl -lgslcblas -ldl -lgcov
mkdir -p install
cp build/server install
mkdir -p install
cp build/alltests install
mkdir -p install
cp build/minmax_basic_normal.so install
mkdir -p install
cp build/minmax_basic_premium_faster.so install
mkdir -p install
cp build/player_test.so install
opts:
continue: true
timeout: 40
record_on: empty
duration: 0.741325086
groups:
name: default
passed: 3
total: 3
status: success