Project

General

Profile

Bug #7802 » output.log

Anton Vasilyev, 12/13/2016 01:45 PM

 
/home/debian/klever/scheduler/client/../../core/bin/klever-core


--------------------------------------------------------------------------------


2016-12-13 10:26:49 (utils.py:431) CORE DEBUG> Logger was set up
2016-12-13 10:26:49 (core.py:210) CORE INFO> Get version on the basis of the Git repository
2016-12-13 10:26:49 (core.py:216) CORE DEBUG> Klever Core version is "0.1rc18.dev123+ng277afe4"
2016-12-13 10:26:49 (job.py:050) CORE DEBUG> Job identifier is "/"
2016-12-13 10:26:49 (core.py:060) CORE INFO> Support jobs of format "1"
2016-12-13 10:26:49 (core.py:220) CORE INFO> Get computer description
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get node name
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> Node name is "klever-smg-vasilyev"
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get CPU model
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> CPU model is "Intel Xeon E312xx (Sandy Bridge)"
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get number of CPU cores
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> Number of CPU cores is "8"
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get memory size
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> Memory size is "67701354496"
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get Linux kernel version
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> Linux kernel version is "3.16.0-4-amd64"
2016-12-13 10:26:49 (utils.py:335) CORE INFO> Get architecture
2016-12-13 10:26:49 (utils.py:346) CORE DEBUG> Architecture is "x86_64"
2016-12-13 10:26:49 (utils.py:491) CORE DEBUG> Create start report
2016-12-13 10:26:49 (utils.py:538) CORE DEBUG> Start report was dumped to file "start report.json"
2016-12-13 10:26:49 (session.py:025) CORE INFO> Create session for user "service" at Klever Bridge "localhost:8998"
2016-12-13 10:26:49 (session.py:049) CORE DEBUG> Send "GET" request to "http://localhost:8998/users/service_signin/"
2016-12-13 10:26:49 (session.py:049) CORE DEBUG> Send "POST" request to "http://localhost:8998/users/service_signin/"
2016-12-13 10:26:49 (session.py:041) CORE DEBUG> Session was created
2016-12-13 10:26:49 (session.py:049) CORE DEBUG> Send "POST" request to "http://localhost:8998/jobs/decide_job/"
2016-12-13 10:26:50 (session.py:084) CORE DEBUG> Write job archive to "job.tar.gz
2016-12-13 10:26:50 (job.py:069) CORE INFO> Decide job
2016-12-13 10:26:51 (job.py:360) CORE INFO> Extract job archive "job.tar.gz" to directory "job"
2016-12-13 10:26:51 (job.py:253) CORE INFO> Get job class
2016-12-13 10:26:51 (job.py:256) CORE DEBUG> Job class is "Verification of Linux kernel modules"
2016-12-13 10:26:51 (job.py:259) CORE INFO> Get components common configuration
2016-12-13 10:26:51 (utils.py:252) CORE DEBUG> Find file "job.json" in directory "job/root"
2016-12-13 10:26:51 (job.py:272) CORE DEBUG> Create components common configuration file "components common conf.json"
2016-12-13 10:26:51 (job.py:277) CORE INFO> Get job sub-jobs
2016-12-13 10:26:51 (core.py:265) CORE ERROR> Catch exception
Traceback (most recent call last):
File "/home/debian/klever/core/core/core.py", line 74, in main
job.decide(self.conf, self.mqs, {'build': multiprocessing.Manager().Lock()}, self.uploading_reports_process)
File "/home/debian/klever/core/core/utils.py", line 55, in callbacks_caller
ret = attr(*args, **kwargs)
File "/home/debian/klever/core/core/job.py", line 79, in decide
self.get_sub_jobs()
File "/home/debian/klever/core/core/utils.py", line 55, in callbacks_caller
ret = attr(*args, **kwargs)
File "/home/debian/klever/core/core/job.py", line 280, in get_sub_jobs
raise KeyError('You can not specify common sub-jobs configuration without sub-jobs themselves')
KeyError: 'You can not specify common sub-jobs configuration without sub-jobs themselves'
2016-12-13 10:26:51 (utils.py:491) CORE DEBUG> Create unknown report
2016-12-13 10:26:51 (utils.py:528) CORE DEBUG> Unknown report files were packed to archive "unknown report files.tar.gz"
2016-12-13 10:26:51 (utils.py:538) CORE DEBUG> Unknown report was dumped to file "unknown report.json"
2016-12-13 10:26:51 (core.py:099) CORE INFO> Terminate report files message queue
2016-12-13 10:26:51 (core.py:253) CORE DEBUG> Upload report file "unknown report.json" with report files archive "unknown report files.tar.gz"
2016-12-13 10:26:51 (session.py:049) CORE DEBUG> Send "POST" request to "http://localhost:8998/reports/upload/"
2016-12-13 10:26:51 (core.py:103) CORE INFO> Wait for uploading all reports except Core finish report
2016-12-13 10:26:51 (core.py:258) CORE ERROR> Catch exception when sending reports to Klever Bridge
Traceback (most recent call last):
File "/home/debian/klever/core/core/core.py", line 255, in send_reports
self.session.upload_report(report_file, report_files_archive)
File "/home/debian/klever/core/core/session.py", line 123, in upload_report
files={'file': open(archive, 'rb')})
File "/home/debian/klever/core/core/session.py", line 69, in __request
'Got error "{0}" when send "{1}" request to "{2}"'.format(resp.json()['error'], method, url))
OSError: Got error "AttrName matching query does not exist." when send "POST" request to "http://localhost:8998/reports/upload/"
2016-12-13 10:26:51 (utils.py:117) CORE DEBUG> Count consumed resources
2016-12-13 10:26:51 (utils.py:142) CORE DEBUG> Consumed the following resources:
CPU time - 216
memory size - 22864000
wall time - 1414
2016-12-13 10:26:51 (utils.py:491) CORE DEBUG> Create finish report
2016-12-13 10:26:51 (utils.py:528) CORE DEBUG> Finish report files were packed to archive "finish report files.tar.gz"
2016-12-13 10:26:51 (utils.py:538) CORE DEBUG> Finish report was dumped to file "finish report.json"
2016-12-13 10:26:51 (core.py:119) CORE INFO> Terminate report files message queue
2016-12-13 10:26:51 (session.py:114) CORE INFO> Finish session
2016-12-13 10:26:51 (session.py:049) CORE DEBUG> Send "GET" request to "http://localhost:8998/users/service_signout/"
2016-12-13 10:26:51 (core.py:145) CORE INFO> Release working directory
2016-12-13 10:26:51 (core.py:149) CORE INFO> Exit with code "1"

(3-3/3)