| Issue 37: | Task: cg2012.1/09/main | |
| Back to list |
09
May 2, 2012
Project Member
#1
alserg.evaluator
Status:
Started
May 2, 2012
Failed: CheckResult{status=CE, time=0, comment='log:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/evaluator/evaluator-workdir/export/cg2012.1/09
make: *** No rule to make target `main'. Stop.
'}
Status:
Failed
May 2, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision rr100
Status:
Started
May 2, 2012
All correctness tests passed
Status:
Accepted
May 2, 2012
Failed: CheckResult{status=CE, time=0, comment='Performance test 1.in'}
Status:
Failed
May 9, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision rr100
Status:
Started
May 9, 2012
All correctness tests passed
Status:
Accepted
May 9, 2012
Failed: CheckResult{status=CE, time=0, comment='Performance test 1.in'}
Status:
Failed
May 9, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
May 11, 2012
(No comment was entered for this change.)
Status:
New
May 11, 2012
(No comment was entered for this change.)
Status:
Started
May 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r101
May 11, 2012
Request replaced with the new one.
Status:
Closed
May 11, 2012
All correctness tests passed
Status:
Accepted
May 11, 2012
Time for test "Performance test 1.in":820
May 11, 2012
Time for test "Performance test 2.in":921
May 11, 2012
Updated results for test "Performance test 1.in": 0.01707317073170732
May 11, 2012
Updated results for test "Performance test 2.in": 0.014115092290988056
May 21, 2012
(No comment was entered for this change.)
Status:
New
May 21, 2012
(No comment was entered for this change.)
Status:
Started
May 21, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r102
May 21, 2012
Request replaced with the new one.
Status:
Closed
May 21, 2012
All correctness tests passed
Status:
Accepted
May 21, 2012
Time for test "Performance test 1.in":12
May 21, 2012
Time for test "Performance test 2.in":14
May 21, 2012
Updated results for test "Performance test 1.in": 1.0
May 21, 2012
Updated results for test "Performance test 2.in": 0.9285714285714286
May 21, 2012
(No comment was entered for this change.)
Status:
New
May 21, 2012
(No comment was entered for this change.)
Status:
Started
May 21, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r103
May 21, 2012
Request replaced with the new one.
Status:
Closed
May 21, 2012
All correctness tests passed
Status:
Accepted
May 21, 2012
Time for test "Performance test 1.in":9
May 21, 2012
Time for test "Performance test 2.in":12
May 21, 2012
Updated results for test "Performance test 1.in": 1.0
May 21, 2012
Updated results for test "Performance test 2.in": 1.0
May 26, 2012
(No comment was entered for this change.)
Status:
New
May 26, 2012
(No comment was entered for this change.)
Status:
Started
May 26, 2012
Failed: CheckResult{status=CE, time=0, comment='log:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/evaluator/evaluator-workdir/export/cg2012.1/09
Scanning dependencies of target main
[100%] Building CXX object CMakeFiles/main.dir/main.cpp.o
In file included from /home/evaluator/evaluator-workdir/export/cg2012.1/09/main.cpp:3:0:
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h: In function ‘double squared_distance(point&, segment&)’:
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:60:48: error: no matching function for call to ‘squared_distance(point&, point)’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:60:48: note: candidates are:
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:23:8: note: double squared_distance(point&, point&)
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:23:8: note: no known conversion for argument 2 from ‘point’ to ‘point&’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:58:8: note: double squared_distance(point&, segment&)
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:58:8: note: no known conversion for argument 2 from ‘point’ to ‘segment&’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:61:48: error: no matching function for call to ‘squared_distance(point&, point)’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:61:48: note: candidates are:
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:23:8: note: double squared_distance(point&, point&)
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:23:8: note: no known conversion for argument 2 from ‘point’ to ‘point&’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:58:8: note: double squared_distance(point&, segment&)
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:58:8: note: no known conversion for argument 2 from ‘point’ to ‘segment&’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:64:13: error: ‘min’ was not declared in this scope
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:64:13: note: suggested alternative:
/usr/include/c++/4.6/bits/stl_algobase.h:233:5: note: ‘std::min’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:64:18: error: ‘max’ was not declared in this scope
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:64:18: note: suggested alternative:
/usr/include/c++/4.6/bits/stl_algobase.h:254:5: note: ‘std::max’
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:70:10: error: ‘min’ was not declared in this scope
/home/evaluator/evaluator-workdir/export/cg2012.1/09/geometry.h:70:10: note: suggested alternative:
/usr/include/c++/4.6/bits/stl_algobase.h:233:5: note: ‘std::min’
make[3]: *** [CMakeFiles/main.dir/main.cpp.o] Error 1
make[2]: *** [CMakeFiles/main.dir/all] Error 2
make[1]: *** [CMakeFiles/main.dir/rule] Error 2
make: *** [main] Error 2
'}
Status:
Failed
May 26, 2012
(No comment was entered for this change.)
Status:
New
May 26, 2012
(No comment was entered for this change.)
Status:
Started
May 26, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r104
May 26, 2012
Request replaced with the new one.
Status:
Closed
May 26, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
May 26, 2012
(No comment was entered for this change.)
Status:
New
May 26, 2012
(No comment was entered for this change.)
Status:
Started
May 26, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r105
May 26, 2012
Request replaced with the new one.
Status:
Closed
May 26, 2012
All correctness tests passed
Status:
Accepted
May 26, 2012
Time for test "Performance test 1.in":12
May 26, 2012
Time for test "Performance test 2.in":16
May 26, 2012
Updated results for test "Performance test 1.in": 1.0
May 26, 2012
Updated results for test "Performance test 2.in": 0.8125
May 26, 2012
(No comment was entered for this change.)
Status:
New
May 26, 2012
(No comment was entered for this change.)
Status:
Started
May 26, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
May 26, 2012
Request replaced with the new one.
Status:
Closed
May 26, 2012
All correctness tests passed
Status:
Accepted
May 26, 2012
Time for test "Performance test 1.in":10
May 26, 2012
Time for test "Performance test 2.in":12
May 26, 2012
Updated results for test "Performance test 1.in": 1.0
May 26, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r101
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":820
Jun 11, 2012
Time for test "Performance test 2.in":921
Jun 11, 2012
Updated results for test "Performance test 1.in": 0.01707317073170732
Jun 11, 2012
Updated results for test "Performance test 2.in": 0.014115092290988056
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r102
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":12
Jun 11, 2012
Time for test "Performance test 2.in":14
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 0.9285714285714286
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r103
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":9
Jun 11, 2012
Time for test "Performance test 2.in":12
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r104
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r105
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":12
Jun 11, 2012
Time for test "Performance test 2.in":16
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 0.8125
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":10
Jun 11, 2012
Time for test "Performance test 2.in":12
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r100
Status:
Started
Jun 11, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r101
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":826
Jun 11, 2012
Time for test "Performance test 2.in":906
Jun 11, 2012
Updated results for test "Performance test 1.in": 0.015738498789346248
Jun 11, 2012
Updated results for test "Performance test 2.in": 0.017660044150110375
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r102
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":10
Jun 11, 2012
Time for test "Performance test 2.in":8
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r103
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":12
Jun 11, 2012
Time for test "Performance test 2.in":9
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r104
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r105
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":9
Jun 11, 2012
Time for test "Performance test 2.in":12
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":10
Jun 11, 2012
Time for test "Performance test 2.in":10
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 11, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 11, 2012
Request replaced with the new one.
Status:
Closed
Jun 11, 2012
All correctness tests passed
Status:
Accepted
Jun 11, 2012
Time for test "Performance test 1.in":12
Jun 11, 2012
Time for test "Performance test 2.in":10
Jun 11, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 11, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r100
Status:
Started
Jun 16, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r101
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":824
Jun 16, 2012
Time for test "Performance test 2.in":908
Jun 16, 2012
Updated results for test "Performance test 1.in": 0.015776699029126214
Jun 16, 2012
Updated results for test "Performance test 2.in": 0.015418502202643172
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r102
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":9
Jun 16, 2012
Time for test "Performance test 2.in":12
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r103
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":10
Jun 16, 2012
Time for test "Performance test 2.in":12
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r104
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
Failed: CheckResult{status=CE, time=0, comment='Test #1.in'}
Status:
Failed
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r105
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":9
Jun 16, 2012
Time for test "Performance test 2.in":9
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":9
Jun 16, 2012
Time for test "Performance test 2.in":10
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r106
Status:
Started
Jun 16, 2012
Request replaced with the new one.
Status:
Closed
Jun 16, 2012
All correctness tests passed
Status:
Accepted
Jun 16, 2012
Time for test "Performance test 1.in":12
Jun 16, 2012
Time for test "Performance test 2.in":10
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 2.in": 1.0
Jun 16, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 16, 2012
Updated results for test "Performance test 1.in": 1.0
Jun 18, 2012
Updated results for test "Performance test 2.in": 0.9
Jun 19, 2012
Updated results for test "Performance test 2.in": 0.9
Jun 21, 2012
Updated results for test "Performance test 1.in": 0.8333333333333334
Jun 21, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 21, 2012
Updated results for test "Performance test 1.in": 0.8333333333333334
Jun 21, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 23, 2012
(No comment was entered for this change.)
Status:
New
Jun 23, 2012
(No comment was entered for this change.)
Status:
Started
Jun 23, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r109
Jun 23, 2012
Request replaced with the new one.
Status:
Closed
Jun 23, 2012
All correctness tests passed
Status:
Accepted
Jun 23, 2012
Time for test "Performance test 1.in":12
Jun 23, 2012
Time for test "Performance test 2.in":12
Jun 23, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 23, 2012
Updated results for test "Performance test 2.in": 0.75
Jun 25, 2012
Started processing task kozlov-andrew/cg2012.1/09/main at revision r109
Status:
Started
Jun 25, 2012
Request replaced with the new one.
Status:
Closed
Jun 25, 2012
All correctness tests passed
Status:
Accepted
Jun 25, 2012
Time for test "Performance test 1.in":12
Jun 25, 2012
Time for test "Performance test 2.in":12
Jun 25, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 25, 2012
Updated results for test "Performance test 2.in": 0.75
Jun 26, 2012
Updated results for test "Performance test 1.in": 0.6666666666666666
Jun 26, 2012
Updated results for test "Performance test 2.in": 0.6666666666666666
Jun 26, 2012
Updated results for test "Performance test 1.in": 0.75
Jun 26, 2012
Updated results for test "Performance test 2.in": 0.75
Jul 5, 2012
Updated results for test "Performance test 1.in": 0.6666666666666666
Jul 5, 2012
Updated results for test "Performance test 2.in": 0.6666666666666666
Jul 5, 2012
Updated results for test "Performance test 1.in": 0.75
Jul 5, 2012
Updated results for test "Performance test 2.in": 0.75
Oct 29, 2012
Updated results for test "Performance test 1.in": 0.21951219512195122
Oct 29, 2012
Updated results for test "Performance test 2.in": 0.25 |