Displaying 2 results from an estimated 2 matches for "ix_nt_test_name".
2017 Aug 28
2
Buildbot can't submit results to LNT server
...error message:
2017-08-28 07:06:32: submitting result to 'http://lnt.llvm.org/submitRun'
error: lnt server: internal server error
IntegrityError('(_mysql_exceptions.IntegrityError) (1062, "Duplicate
entry \'SingleSource/Benchmarks/Shootout/Shootout-ackermann\' for key
\'ix_NT_Test_Name\'")',)
We're running with --exec-multisample=3, so I think it should expect
one result for each sample. I managed to submit the corresponding
report.json [2] to a local, default (sqlite-based) LNT server.
Any idea what the problem might be?
Thanks,
Diana
[1] http://lab.llvm.org...
2017 Aug 28
2
Buildbot can't submit results to LNT server
...submitting result to 'http://lnt.llvm.org/submitRun'
>> error: lnt server: internal server error
>> IntegrityError('(_mysql_exceptions.IntegrityError) (1062, "Duplicate
>> entry \'SingleSource/Benchmarks/Shootout/Shootout-ackermann\' for key
>> \'ix_NT_Test_Name\'")',)
>>
>> We're running with --exec-multisample=3, so I think it should expect
>> one result for each sample. I managed to submit the corresponding
>> report.json [2] to a local, default (sqlite-based) LNT server.
>>
>> Any idea what the probl...