Hi Carlos,
this is the command I have just ran :
[katia@linux-1 kernel-tests]$ sudo python fedora_submit.py -u katia -p ****** -l /home/katia/Desktop/Fedora/kernel-tests/logs/kernel-test-1438707980.log.txt
{
"error": "Could not save data in the database"
}
and here below the content - just one note ..if you look at the log file content, at the very bottom .. there is a line like "Module signing not enabled" .. Do you think can it be the issue ?
file content here - Thanks!
Date: Tue Aug 4 19:06:20 CEST 2015
Test set: default
Kernel: 4.1.3-200.fc22.x86_64+debug
Release: Fedora release 22 (Twenty Two)
Result: PASS
Failed Tests: None
============================================================
Starting test ./default/mq-memory-corruption
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Test PASSED
Starting test ./default/paxtest
SELinux must be enforcing for this test
Starting test ./default/selinux-dac-controls
SELinux must be enabled for this test
Starting test ./default/cachedrop
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.0339547 s, 3.1 GB/s
10+0 records in
10+0 records out
10485760 bytes (10 MB) copied, 0.00373769 s, 2.8 GB/s
TestPASS: /proc/sys/vm/drop_caches PASS
Starting test ./default/memfd
memfd_test.c: In function ‘mfd_assert_get_seals’:
memfd_test.c:66:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration]
r = fcntl(fd, F_GET_SEALS);
^
memfd_test.c: In function ‘mfd_assert_open’:
memfd_test.c:189:6: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration]
r = open(buf, flags, mode);
^
memfd_test.c: In function ‘mfd_assert_write’:
memfd_test.c:314:6: warning: implicit declaration of function ‘fallocate’ [-Wimplicit-function-declaration]
r = fallocate(fd,
^
memfd_test.c: In function ‘join_idle_thread’:
memfd_test.c:532:2: warning: implicit declaration of function ‘waitpid’ [-Wimplicit-function-declaration]
waitpid(pid, NULL, 0);
^
memfd: CREATE
memfd: BASIC
memfd: SEAL-WRITE
memfd: SEAL-SHRINK
memfd: SEAL-GROW
memfd: SEAL-RESIZE
memfd: SHARE-DUP
memfd: SHARE-MMAP
memfd: SHARE-OPEN
memfd: SHARE-FORK
memfd: SHARE-DUP (shared file-table)
memfd: SHARE-MMAP (shared file-table)
memfd: SHARE-OPEN (shared file-table)
memfd: SHARE-FORK (shared file-table)
memfd: DONE
Starting test ./default/libhugetlbfs
Starting test ./default/timer-overhead
cc timer-test.o -o timer-test
Starting test ./default/stack-randomness
Starting test ./default/insert_leap_second
Setting time to speed up testing
Running for 1 iterations. Press ctrl-c to stop
Setting time to Wed Aug 5 01:59:50 2015
Scheduling leap second for Wed Aug 5 02:00:00 2015
Wed Aug 5 01:59:57 2015 + 89 us (0) TIME_INS
Wed Aug 5 01:59:57 2015 + 500185 us (0) TIME_INS
Wed Aug 5 01:59:58 2015 + 313 us (0) TIME_INS
Wed Aug 5 01:59:58 2015 + 500461 us (0) TIME_INS
Wed Aug 5 01:59:59 2015 + 575 us (0) TIME_INS
Wed Aug 5 01:59:59 2015 + 500671 us (0) TIME_INS
Wed Aug 5 02:00:00 2015 + 750 us (0) TIME_INS
Wed Aug 5 01:59:59 2015 + 500860 us (1) TIME_OOP
Wed Aug 5 02:00:00 2015 + 952 us (1) TIME_OOP
Wed Aug 5 02:00:00 2015 + 501101 us (1) TIME_WAIT
Wed Aug 5 02:00:01 2015 + 1228 us (1) TIME_WAIT
Wed Aug 5 02:00:01 2015 + 501333 us (1) TIME_WAIT
Wed Aug 5 02:00:02 2015 + 1414 us (1) TIME_WAIT
Leap complete
Starting test ./default/posix_timers
Testing posix timers. False negative may happen on CPU execution
based timers if other threads run on the CPU...
Check itimer virtual... [OK]
Check itimer prof... [OK]
Check itimer real... Diff too high: -24761087380..[FAIL]
Check timer_create() per thread... [OK]
Check timer_create() per process... [OK]
Starting test ./default/sysfs-perms
Starting test ./default/modsign
Module signing not enabled
Could not run tests
Any python library I should enable / install ?
On 4 August 2015 at 21:43, Carlos Morel-Riquelme <leinfeva@xxxxxxxxxxxxxxxxx> wrote:
Great thanks, run this
cd kernel-tests
sudo python fedora_submit.py -u katia -p ******** -l /home/katia/kernel-tests/logs/kernel-test-1438707980.log.txtOn Tue, Aug 4, 2015 at 4:38 PM, Katia Saladdino <katia.saladdino@xxxxxxxxx> wrote:ok .. here is the name of the file :kernel-test-1438707980.log.txtand here is the content :Date: Tue Aug 4 19:06:20 CEST 2015Test set: defaultKernel: 4.1.3-200.fc22.x86_64+debugRelease: Fedora release 22 (Twenty Two)Result: PASSFailed Tests: None============================================================Starting test ./default/mq-memory-corruptionTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDTest PASSEDStarting test ./default/paxtestSELinux must be enforcing for this testStarting test ./default/selinux-dac-controlsSELinux must be enabled for this testStarting test ./default/cachedrop100+0 records in100+0 records out104857600 bytes (105 MB) copied, 0.0339547 s, 3.1 GB/s10+0 records in10+0 records out10485760 bytes (10 MB) copied, 0.00373769 s, 2.8 GB/sTestPASS: /proc/sys/vm/drop_caches PASSStarting test ./default/memfdmemfd_test.c: In function ‘mfd_assert_get_seals’:memfd_test.c:66:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration]r = fcntl(fd, F_GET_SEALS);^memfd_test.c: In function ‘mfd_assert_open’:memfd_test.c:189:6: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration]r = open(buf, flags, mode);^memfd_test.c: In function ‘mfd_assert_write’:memfd_test.c:314:6: warning: implicit declaration of function ‘fallocate’ [-Wimplicit-function-declaration]r = fallocate(fd,^memfd_test.c: In function ‘join_idle_thread’:memfd_test.c:532:2: warning: implicit declaration of function ‘waitpid’ [-Wimplicit-function-declaration]waitpid(pid, NULL, 0);^memfd: CREATEmemfd: BASICmemfd: SEAL-WRITEmemfd: SEAL-SHRINKmemfd: SEAL-GROWmemfd: SEAL-RESIZEmemfd: SHARE-DUPmemfd: SHARE-MMAPmemfd: SHARE-OPENmemfd: SHARE-FORKmemfd: SHARE-DUP (shared file-table)1,1 TopHope it helps , thanks!!!On 4 August 2015 at 21:35, Carlos Morel-Riquelme <leinfeva@xxxxxxxxxxxxxxxxx> wrote:--i need the name of your log.txt file.lsTerminal output of this:cd kernel-tests/logs
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
--
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
--
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
-- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test