yandex-tank icon indicating copy to clipboard operation
yandex-tank copied to clipboard

Failed finishing plugin <yandextank.plugins.DataUploader.plugin.Plugin

Open ecspertiza opened this issue 5 years ago • 10 comments

Не отправляет данные в overload, падает с ошибкой.

2019-07-24 17:53:43,138	Failed to create job on lunapark
2019-07-24 17:53:43,138	ChunkedEncodingError(ProtocolError('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)),)
2019-07-24 17:53:43,138	
2019-07-24 17:53:43,138	Failed to connect to Lunapark, disabling DataUploader
2019-07-24 18:15:03,234	Failed to create job on lunapark
2019-07-24 18:15:03,235	ChunkedEncodingError(ProtocolError('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)),)
2019-07-24 18:15:03,235	Failed finishing plugin <yandextank.plugins.DataUploader.plugin.Plugin object at 0x7f43b9ba0fd0>
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/yandextank/core/tankcore.py", line 318, in plugins_end_test
    retcode = plugin.end_test(retcode)
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 317, in end_test
    self.__save_conf()
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 458, in __save_conf
    self.lp_job.send_config(requisites, content)
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 553, in lp_job
    self._lp_job = self.__get_lp_job()
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 592, in __get_lp_job
    lp_job.send_config(LPRequisites.CONFIGINITIAL, yaml.dump(self.core.configinitial))
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 805, in send_config
    self.api_client.send_config(self.number, lp_requisites, content, trace=self.log_other_requests)
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 764, in number
    self.create()
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 788, in create
    trace=self.log_other_requests)
  File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/client.py", line 358, in new_job
    raise self.JobNotCreated()
JobNotCreated

запускал из докера.

ecspertiza avatar Jul 24 '19 18:07 ecspertiza

phantom: address: XXX load_profile: load_type: rps schedule: line(1, 14, 1m) ammofile: ammo.txt ammo_type: uripost header_http: "1.1" headers: - "[Host: XXX]" - "[Connection: close]" - "[User-Agent: Tank]" - "[Content-Type: application/json; charset=UTF-8]" console: enabled: true telegraf: enabled: false overload: token_file: token.txt

MilyaushaV avatar Jul 31 '19 11:07 MilyaushaV

2019-07-31 11:05:21,948 [INFO] root consoleworker.py:434 Log file created 2019-07-31 11:05:21,948 [INFO] root consoleworker.py:438 Logging handler <logging.FileHandler object at 0x7f19d96ebc10> added 2019-07-31 11:05:21,948 [INFO] root consoleworker.py:438 Logging handler <logging.StreamHandler object at 0x7f19d9733850> added 2019-07-31 11:05:21,948 [INFO] root consoleworker.py:438 Logging handler <logging.StreamHandler object at 0x7f19d96d7a50> added 2019-07-31 11:05:21,949 [INFO] root consoleworker.py:373 Created a folder for the test. /var/loadtest/logs/2019-07-31_11-05-21.344513 2019-07-31 11:05:21,949 [INFO] yandextank.core.tankcore tankcore.py:237 Configuring plugins... 2019-07-31 11:05:21,949 [INFO] yandextank.core.tankcore tankcore.py:190 Loading plugins... 2019-07-31 11:05:21,949 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin phantom from yandextank.plugins.Phantom 2019-07-31 11:05:21,949 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin rcheck from yandextank.plugins.ResourceCheck 2019-07-31 11:05:21,949 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin json_report from yandextank.plugins.JsonReport 2019-07-31 11:05:21,950 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin rcassert from yandextank.plugins.RCAssert 2019-07-31 11:05:21,950 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin console from yandextank.plugins.Console 2019-07-31 11:05:21,950 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin shellexec from yandextank.plugins.ShellExec 2019-07-31 11:05:21,950 [DEBUG] yandextank.core.tankcore tankcore.py:192 Loading plugin autostop from yandextank.plugins.Autostop 2019-07-31 11:05:21,950 [DEBUG] yandextank.core.tankcore tankcore.py:212 Plugin instances: {'plugin_phantom': <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0>, 'plugin_autostop': <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190>, 'plugin_shellexec': <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090>, 'plugin_console': <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0>, 'plugin_rcassert': <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0>, 'plugin_rcheck': <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0>, 'plugin_json_report': <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10>} 2019-07-31 11:05:21,951 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:05:21,951 [DEBUG] yandextank.core.tankcore tankcore.py:391 Searching for plugin: <class 'yandextank.plugins.Autostop.plugin.Plugin'> 2019-07-31 11:05:21,952 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/answ_sCscdI.log 2019-07-31 11:05:21,952 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log 2019-07-31 11:05:21,952 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log 2019-07-31 11:05:21,953 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_RkHEwt.log 2019-07-31 11:05:21,953 [DEBUG] yandextank.common.util util.py:479 Trying to resolve address string: XXX 2019-07-31 11:05:21,955 [DEBUG] yandextank.common.util util.py:516 Parsing port 2019-07-31 11:05:21,990 [DEBUG] yandextank.common.util util.py:527 Lookup result: [(2, 1, 6, '', ('XXX', X)), (2, 2, 17, '', ('XXX', X)), (2, 3, 0, '', ('XXX', X))] 2019-07-31 11:05:21,990 [INFO] yandextank.common.util util.py:546 Testing connection to resolved address XXX and port X 2019-07-31 11:05:21,991 [INFO] yandextank.plugins.Phantom.utils utils.py:278 Resolved XXX into XXX 2019-07-31 11:05:21,992 [INFO] yandextank.stepper.main main.py:161 Configuring StepperWrapper... 2019-07-31 11:05:21,992 [DEBUG] yandextank.stepper.main main.py:140 Option ammofile = ammo.txt 2019-07-31 11:05:21,992 [DEBUG] yandextank.stepper.main main.py:140 Option ammo_type = uripost 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option loop = -1 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option ammo_limit = -1 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option load_profile = {'load_type': 'rps', 'schedule': 'line(1, 14, 1m)'} 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option instances = 1000 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option uris = [] 2019-07-31 11:05:21,993 [DEBUG] yandextank.stepper.main main.py:140 Option headers = ['[Host: XXX:X]', '[Connection: close]', '[User-Agent: Tank]', '[Content-Type: application/json; charset=UTF-8]'] 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option header_http = 1.1 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option autocases = 0 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option enum_ammo = False 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option use_caching = True 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option file_cache = 8192 2019-07-31 11:05:21,994 [DEBUG] yandextank.stepper.main main.py:140 Option cache_dir = None 2019-07-31 11:05:21,995 [DEBUG] yandextank.stepper.main main.py:140 Option force_stepping = 0 2019-07-31 11:05:21,995 [DEBUG] yandextank.stepper.main main.py:140 Option load_profile = {'load_type': 'rps', 'schedule': 'line(1, 14, 1m)'} 2019-07-31 11:05:21,995 [DEBUG] yandextank.stepper.main main.py:140 Option chosen_cases = 2019-07-31 11:05:21,995 [DEBUG] yandextank.stepper.main main.py:269 stpd-hash source: cache version 6|line(1, 14, 1m)|-1|-1|line(1, 14, 1m)|0||[Host: XXX:X];[Connection: close];[User-Agent: Tank];[Content-Type: application/json; charset=UTF-8]|1.1||False|uripost|/var/loadtest/ammo.txt;33204;9460034;2067;1;1001;1001;628;1564472716.94 2019-07-31 11:05:21,996 [DEBUG] yandextank.stepper.main main.py:278 Generated cache file name: /var/loadtest/logs/ammo.txt_8d7e8e5f704867cfd6a80aea10289e40.stpd 2019-07-31 11:05:22,038 [INFO] yandextank.stepper.main main.py:215 Using cached stpd-file: /var/loadtest/logs/ammo.txt_8d7e8e5f704867cfd6a80aea10289e40.stpd 2019-07-31 11:05:22,039 [DEBUG] yandextank.stepper.main main.py:285 Reading cached stepper info: /var/loadtest/logs/ammo.txt_8d7e8e5f704867cfd6a80aea10289e40.stpd_si.json 2019-07-31 11:05:22,057 [INFO] yandextank.stepper.main main.py:220 rps_schedule is set. Overriding cached instances param from config: 1000 2019-07-31 11:05:22,058 [DEBUG] yandextank.stepper.info info.py:43 Published [u'line(1, 14, 1m)'] to loadscheme 2019-07-31 11:05:22,058 [DEBUG] yandextank.stepper.info info.py:43 Published 449 to loop_count 2019-07-31 11:05:22,058 [DEBUG] yandextank.stepper.info info.py:43 Published [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]] to steps 2019-07-31 11:05:22,058 [DEBUG] yandextank.stepper.info info.py:43 Published 60 to duration 2019-07-31 11:05:22,059 [DEBUG] yandextank.stepper.info info.py:43 Published 1000 to instances 2019-07-31 11:05:22,064 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf 2019-07-31 11:05:22,065 [DEBUG] yandextank.plugins.Phantom.utils utils.py:128 Generating phantom config: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf 2019-07-31 11:05:22,065 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:05:22,066 [DEBUG] yandextank.core.tankcore tankcore.py:391 Searching for plugin: <class 'yandextank.common.interfaces.GeneratorPlugin'> 2019-07-31 11:05:22,067 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:05:22,068 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:05:22,069 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:05:22,070 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:05:22,071 [DEBUG] yandextank.core.tankcore tankcore.py:244 Configuring <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:05:22,071 [INFO] yandextank.core.tankcore tankcore.py:249 Preparing test... 2019-07-31 11:05:22,072 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:05:22,072 [DEBUG] netort.process process.py:23 Starting: ['phantom', 'check', '/var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf'] 2019-07-31 11:05:29,412 [DEBUG] netort.process process.py:46 Process output: setup_t module_setup = setup_module_t { dir = "/usr/lib/phantom" list = { io_monitor io_benchmark io_benchmark_method_stream io_benchmark_method_stream_ipv4 io_benchmark_method_stream_ipv6 io_benchmark_method_stream_source_log io_benchmark_method_stream_proto_none io_benchmark_method_stream_proto_http } } setup_t stat_setup = setup_stat_t { list = { default } } scheduler_t main_scheduler = scheduler_simple_t { threads = 3 limit = unlimited event_buf_size = 20 timeout_prec = 001 tname = "" policy = other priority = 0 } logger_t phantom_logger = logger_file_t { level = info filename = "/var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_RkHEwt.log" check_interval = 1s scheduler = main_scheduler } logger = phantom_logger io_t benchmark_io = io_benchmark_t { instances = 1000 method_t stream_method = method_stream_ipv4_t { address = XXX port = X bind = { } cork = true timeout = 11s ibuf_size = 4K obuf_size = 1K source_t source_log = source_log_t { filename = "/var/loadtest/logs/ammo.txt_8d7e8e5f704867cfd6a80aea10289e40.stpd" ibuf_size = 1M } source = source_log transport = NULL proto_t http_proto0 = proto_http_t { reply_limits = { line = 1K field_num = 128 field = 8K entity = 8M } } proto_t none_proto = proto_none_t { } proto = http_proto0 logger_t benchmark_logger = logger_default_t { filename = "/var/loadtest/logs/2019-07-31_11-05-21.344513/answ_sCscdI.log" check_interval = 1s scheduler = main_scheduler level = all } logger_t brief_logger = logger_brief_t { time_format = unix filename = "/var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log" check_interval = 1s scheduler = main_scheduler level = all } loggers = { brief_logger } } method = stream_method times_t simple_times = times_simple_t { max = 11s min = 001 steps = 20 } times = simple_times scheduler = main_scheduler } io_t monitor_io = io_monitor_t { clear = true period = 1s list = { main_scheduler benchmark_io } stat_id = default filename = "/var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log" check_interval = 1s scheduler = main_scheduler }

2019-07-31 11:05:29,413 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:05:29,414 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:116 Linking sample reader to aggregator. Reading samples from /var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log 2019-07-31 11:05:29,414 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:120 Linking stats reader to aggregator. Reading stats from /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log 2019-07-31 11:05:29,414 [DEBUG] yandextank.plugins.Phantom.utils utils.py:158 Steps: [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]] 2019-07-31 11:05:29,415 [DEBUG] yandextank.core.tankcore tankcore.py:391 Searching for plugin: <class 'yandextank.plugins.Console.plugin.Plugin'> 2019-07-31 11:05:29,415 [DEBUG] yandextank.plugins.Phantom.utils utils.py:158 Steps: [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]] 2019-07-31 11:05:29,416 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:05:29,416 [DEBUG] yandextank.common.interfaces plugin.py:78 Criterion objects: {} 2019-07-31 11:05:29,416 [DEBUG] yandextank.core.tankcore tankcore.py:391 Searching for plugin: <class 'yandextank.plugins.Console.plugin.Plugin'> 2019-07-31 11:05:29,417 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:05:29,417 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:05:29,417 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:05:29,417 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:05:29,417 [INFO] yandextank.common.interfaces plugin.py:39 Checking tank resources... 2019-07-31 11:05:29,417 [DEBUG] netort.process process.py:23 Starting: sh -c "df --no-sync -m -P -l -x fuse -x tmpfs -x devtmpfs -x davfs -x nfs /var/loadtest/logs | tail -n 1 | awk '{print $4}' " 2019-07-31 11:05:38,127 [DEBUG] netort.process process.py:46 Process output: 137323

2019-07-31 11:05:38,128 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:05:38,128 [DEBUG] root plugin.py:58 Result: (0, '137323\n', '') 2019-07-31 11:05:38,128 [DEBUG] yandextank.common.interfaces plugin.py:64 Disk free space: 137323/2048 2019-07-31 11:05:38,129 [DEBUG] yandextank.common.interfaces plugin.py:75 Memory free: 14346/512 2019-07-31 11:05:38,129 [DEBUG] yandextank.core.tankcore tankcore.py:253 Preparing <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:05:38,130 [INFO] yandextank.core.tankcore tankcore.py:259 Starting test... 2019-07-31 11:05:38,130 [DEBUG] yandextank.plugins.Phantom.utils utils.py:158 Steps: [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]] 2019-07-31 11:05:38,153 [INFO] yandextank.aggregator.tank_aggregator tank_aggregator.py:63 using verbose histogram 2019-07-31 11:05:38,157 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:05:38,158 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:144 Starting phantom with arguments: ['phantom', 'run', '/var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf'] 2019-07-31 11:05:38,159 [DEBUG] yandextank.core.tankcore tankcore.py:446 Adding artifact file to collect (keep=False): /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stdout_stderr_gSB3vg.log 2019-07-31 11:05:47,440 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> required 9.281946 seconds to start 2019-07-31 11:05:47,440 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:05:47,440 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> required 0.000016 seconds to start 2019-07-31 11:05:47,441 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:05:47,441 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> required 0.000012 seconds to start 2019-07-31 11:05:47,441 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:05:47,441 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> required 0.000003 seconds to start 2019-07-31 11:05:47,441 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:05:47,441 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> required 0.000002 seconds to start 2019-07-31 11:05:47,441 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:05:47,442 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> required 0.000002 seconds to start 2019-07-31 11:05:47,442 [DEBUG] yandextank.core.tankcore tankcore.py:263 Starting <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:05:47,442 [INFO] yandextank.core.tankcore tankcore.py:267 Plugin <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> required 0.000002 seconds to start 2019-07-31 11:05:47,442 [INFO] yandextank.core.tankcore tankcore.py:274 Waiting for test to finish... 2019-07-31 11:05:47,442 [INFO] yandextank.core.tankcore tankcore.py:275 Artifacts dir: /var/loadtest/logs/2019-07-31_11-05-21.344513 2019-07-31 11:05:47,442 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:05:47,443 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:05:47,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:05:47,443 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 51 2019-07-31 11:05:47,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:05:47,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:05:47,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:05:47,444 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:05:47,444 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:05:47,444 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:05:47,444 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:05:47,444 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:05:47,445 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:05:47,445 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:05:47,446 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:05:47,447 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:05:47,447 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:05:47,447 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:05:47,448 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:05:47,448 [DEBUG] netort.process process.py:23 Starting: sh -c "df --no-sync -m -P -l -x fuse -x tmpfs -x devtmpfs -x davfs -x nfs /var/loadtest/logs | tail -n 1 | awk '{print $4}' " 2019-07-31 11:05:48,946 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 696.48ms 2019-07-31 11:05:50,145 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 99.37ms 2019-07-31 11:05:51,348 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 103.16ms 2019-07-31 11:05:51,645 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 202.07ms 2019-07-31 11:05:51,844 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 103.92ms 2019-07-31 11:05:53,044 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 199.35ms 2019-07-31 11:05:53,444 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.19ms 2019-07-31 11:05:54,741 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 295.74ms 2019-07-31 11:05:54,940 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 193.77ms 2019-07-31 11:05:55,045 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.46ms 2019-07-31 11:05:56,243 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 196.51ms 2019-07-31 11:05:56,548 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 203.62ms 2019-07-31 11:05:57,838 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 288.76ms 2019-07-31 11:05:58,146 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 203.10ms 2019-07-31 11:05:58,245 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 7.18ms 2019-07-31 11:05:59,347 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 100.45ms 2019-07-31 11:05:59,544 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.53ms 2019-07-31 11:05:59,742 [DEBUG] netort.process process.py:46 Process output: 137323

2019-07-31 11:05:59,744 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:05:59,749 [DEBUG] root plugin.py:58 Result: (0, '137323\n', '') 2019-07-31 11:05:59,750 [DEBUG] yandextank.common.interfaces plugin.py:64 Disk free space: 137323/2048 2019-07-31 11:05:59,751 [DEBUG] yandextank.common.interfaces plugin.py:75 Memory free: 14332/512 2019-07-31 11:05:59,751 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:05:59,751 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 12.3091421127 2019-07-31 11:05:59,753 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 113.00ms 2019-07-31 11:05:59,838 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 51}} 2019-07-31 11:05:59,839 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571147, 1564571148, 1564571149, 1564571150, 1564571151, 1564571152, 1564571153, 1564571154, 1564571155, 1564571156] 2019-07-31 11:05:59,840 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571147, 1564571148, 1564571149, 1564571150, 1564571151, 1564571152, 1564571153, 1564571154, 1564571155, 1564571156, 1564571157] 2019-07-31 11:05:59,842 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 1/ 2019-07-31 11:05:59,869 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 2/ 2019-07-31 11:05:59,873 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 4/ 2019-07-31 11:05:59,942 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 5/ 2019-07-31 11:05:59,946 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 7/ 2019-07-31 11:05:59,951 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 9/ 2019-07-31 11:05:59,955 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 12/ 2019-07-31 11:06:00,040 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 14/ 2019-07-31 11:06:00,045 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 17/ 2019-07-31 11:06:00,050 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 20/ 2019-07-31 11:06:00,051 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:00,051 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 38 2019-07-31 11:06:00,051 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:00,052 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:00,052 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:00,052 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:00,052 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:00,052 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:00,053 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:00,053 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:00,053 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:00,053 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:00,150 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:00,151 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:00,151 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:00,151 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:00,151 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:00,151 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:00,151 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.312405109406 2019-07-31 11:06:00,152 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 38}} 2019-07-31 11:06:00,340 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:00,340 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:00,340 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:00,340 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 38 2019-07-31 11:06:00,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:00,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:00,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:00,341 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:00,342 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:00,342 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:00,342 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:00,342 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:00,343 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:00,343 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:00,542 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:00,543 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:00,544 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:00,544 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:00,545 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:00,545 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:00,546 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.206102848053 2019-07-31 11:06:00,546 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 38}} 2019-07-31 11:06:00,842 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:00,842 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571158] 2019-07-31 11:06:00,842 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:00,844 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 38 2019-07-31 11:06:00,845 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:00,845 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:00,851 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:00,856 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:00,857 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:00,857 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:00,857 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:00,857 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:00,858 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:00,938 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:01,048 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:01,142 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:01,143 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:01,143 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 303.23ms 2019-07-31 11:06:01,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:01,146 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:01,149 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:01,149 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.308003902435 2019-07-31 11:06:01,151 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 38}} 2019-07-31 11:06:01,344 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:01,345 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:01,345 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:01,346 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 37 2019-07-31 11:06:01,346 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:01,347 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:01,348 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 97.00ms 2019-07-31 11:06:01,348 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:01,349 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:01,349 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:01,349 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:01,349 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:01,350 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:01,438 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:01,439 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:01,547 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:01,547 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:01,547 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:01,547 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:01,547 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:01,547 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:01,548 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.203314065933 2019-07-31 11:06:01,548 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 37}} 2019-07-31 11:06:01,845 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571157] 2019-07-31 11:06:01,845 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571159] 2019-07-31 11:06:01,850 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 23/ 2019-07-31 11:06:01,850 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:01,851 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 37 2019-07-31 11:06:01,851 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:01,851 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:01,851 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:01,852 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:01,852 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:01,852 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:01,852 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:01,852 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:01,853 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:01,853 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:02,043 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:02,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:02,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:02,045 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:02,046 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:02,046 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:02,047 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.201792001724 2019-07-31 11:06:02,047 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 37}} 2019-07-31 11:06:02,346 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:02,347 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:02,347 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:02,347 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 36 2019-07-31 11:06:02,347 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:02,348 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:02,348 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:02,348 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:02,348 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:02,348 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:02,349 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:02,349 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:02,349 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:02,349 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:02,553 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 201.17ms 2019-07-31 11:06:02,840 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:02,846 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:02,846 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:02,938 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:02,940 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:02,945 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:02,948 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.601517915726 2019-07-31 11:06:03,041 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 36}} 2019-07-31 11:06:03,042 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:03,042 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571160] 2019-07-31 11:06:03,042 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:03,043 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 35 2019-07-31 11:06:03,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:03,045 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 105.76ms 2019-07-31 11:06:03,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:03,048 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:03,139 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:03,142 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:03,146 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:03,147 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:03,149 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:03,241 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:03,241 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:03,344 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 294.34ms 2019-07-31 11:06:03,446 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:03,447 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:03,447 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:03,447 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:03,447 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:03,447 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:03,447 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.405835151672 2019-07-31 11:06:03,447 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 35}} 2019-07-31 11:06:03,542 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571158, 1564571159] 2019-07-31 11:06:03,542 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:03,547 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 26/ 2019-07-31 11:06:03,551 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 30/ 2019-07-31 11:06:03,552 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:03,552 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 35 2019-07-31 11:06:03,552 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:03,552 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:03,553 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:03,553 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:03,553 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:03,553 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:03,553 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:03,554 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:03,554 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:03,554 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:03,845 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:03,847 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:03,847 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:03,847 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:03,848 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:03,848 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:03,848 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.306629896164 2019-07-31 11:06:03,849 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 35}} 2019-07-31 11:06:04,043 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:04,043 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571161] 2019-07-31 11:06:04,043 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:04,044 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 34 2019-07-31 11:06:04,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:04,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:04,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:04,044 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:04,045 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:04,045 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:04,045 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:04,045 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:04,046 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:04,046 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:04,254 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:04,256 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:04,256 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:04,257 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:04,338 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:04,339 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:04,339 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.296565055847 2019-07-31 11:06:04,340 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 34}} 2019-07-31 11:06:04,355 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 10.10ms 2019-07-31 11:06:04,446 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 5.13ms 2019-07-31 11:06:04,453 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 5.44ms 2019-07-31 11:06:04,544 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571160, 1564571161] 2019-07-31 11:06:04,544 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:04,549 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 34/ 2019-07-31 11:06:04,553 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 38/ 2019-07-31 11:06:04,553 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:04,554 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 34 2019-07-31 11:06:04,554 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:04,554 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:04,554 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:04,555 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:04,555 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:04,555 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:04,555 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:04,555 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:04,556 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:04,556 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:04,848 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:04,850 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:04,850 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:04,850 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:04,850 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:04,939 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:04,939 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.395267009735 2019-07-31 11:06:04,939 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 34}} 2019-07-31 11:06:05,045 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:05,045 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571162] 2019-07-31 11:06:05,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:05,045 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 33 2019-07-31 11:06:05,046 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:05,046 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:05,046 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:05,046 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:05,046 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:05,047 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:05,047 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:05,047 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:05,047 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:05,048 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:05,339 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:05,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:05,341 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:05,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:05,342 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:05,342 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:05,342 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.298002958298 2019-07-31 11:06:05,343 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 33}} 2019-07-31 11:06:05,539 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 85.90ms 2019-07-31 11:06:05,546 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:05,547 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:05,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:05,639 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 33 2019-07-31 11:06:05,640 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:05,642 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:05,739 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:05,739 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:05,741 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:05,745 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:05,746 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:05,747 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:05,751 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:05,752 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:05,939 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 293.33ms 2019-07-31 11:06:05,947 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:05,947 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:05,947 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:05,947 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:05,948 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:05,948 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:05,948 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.402231931686 2019-07-31 11:06:05,948 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 33}} 2019-07-31 11:06:06,046 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571162] 2019-07-31 11:06:06,046 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571163] 2019-07-31 11:06:06,052 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 42/ 2019-07-31 11:06:06,052 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:06,052 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 32 2019-07-31 11:06:06,053 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:06,053 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:06,053 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:06,053 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:06,054 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:06,054 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:06,054 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:06,054 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:06,055 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:06,055 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:06,239 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:06,240 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:06,241 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:06,241 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:06,241 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:06,242 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:06,242 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.196501016617 2019-07-31 11:06:06,243 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 32}} 2019-07-31 11:06:06,547 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:06,547 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:06,547 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:06,548 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 32 2019-07-31 11:06:06,548 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:06,548 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:06,548 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:06,548 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:06,549 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:06,549 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:06,549 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:06,549 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:06,550 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:06,550 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:06,566 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:06,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:06,639 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:06,640 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:06,640 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:06,640 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:06,641 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.0941138267517 2019-07-31 11:06:06,641 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 32}} 2019-07-31 11:06:07,039 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 94.01ms 2019-07-31 11:06:07,048 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:07,049 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571164] 2019-07-31 11:06:07,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:07,150 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 31 2019-07-31 11:06:07,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:07,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:07,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:07,153 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:07,153 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:07,153 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:07,153 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:07,154 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:07,238 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:07,240 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:07,638 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 496.83ms 2019-07-31 11:06:07,647 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:07,649 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:07,649 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:07,649 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:07,650 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:07,650 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:07,650 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.601885080338 2019-07-31 11:06:07,651 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 31}} 2019-07-31 11:06:07,651 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571163] 2019-07-31 11:06:07,651 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:07,741 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 47/ 2019-07-31 11:06:07,741 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:07,741 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 31 2019-07-31 11:06:07,742 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:07,742 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:07,742 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:07,742 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:07,743 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:07,743 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:07,743 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:07,743 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:07,743 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:07,744 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:08,043 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:08,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:08,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:08,044 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:08,044 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:08,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:08,045 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.393886804581 2019-07-31 11:06:08,045 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 31}} 2019-07-31 11:06:08,151 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:08,152 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571165] 2019-07-31 11:06:08,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:08,152 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 30 2019-07-31 11:06:08,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:08,152 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:08,153 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:08,153 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:08,153 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:08,153 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:08,153 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:08,154 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:08,154 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:08,154 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:08,443 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:08,444 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:08,445 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:08,445 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:08,445 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:08,446 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:08,446 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.29473400116 2019-07-31 11:06:08,446 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 30}} 2019-07-31 11:06:08,652 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:08,655 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:08,655 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:08,658 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 30 2019-07-31 11:06:08,739 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:08,742 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:08,745 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 102.30ms 2019-07-31 11:06:08,746 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:08,747 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:08,747 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:08,748 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:08,748 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:08,749 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:08,750 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:08,750 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:09,340 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:09,342 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:09,342 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:09,343 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:09,344 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:09,344 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:09,344 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.691824913025 2019-07-31 11:06:09,344 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 30}} 2019-07-31 11:06:09,346 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 204.08ms 2019-07-31 11:06:09,347 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:09,348 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571166] 2019-07-31 11:06:09,352 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:09,353 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 29 2019-07-31 11:06:09,353 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:09,353 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:09,354 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:09,354 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:09,438 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:09,439 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:09,447 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:09,450 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:09,450 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:09,451 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:09,553 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 201.60ms 2019-07-31 11:06:09,847 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:09,848 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:09,848 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:09,849 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:09,849 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:09,849 [DEBUG] netort.process process.py:23 Starting: sh -c "df --no-sync -m -P -l -x fuse -x tmpfs -x devtmpfs -x davfs -x nfs /var/loadtest/logs | tail -n 1 | awk '{print $4}' " 2019-07-31 11:06:10,840 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 285.20ms 2019-07-31 11:06:11,140 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 100.05ms 2019-07-31 11:06:11,342 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 198.67ms 2019-07-31 11:06:12,640 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 297.49ms 2019-07-31 11:06:13,143 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 203.47ms 2019-07-31 11:06:13,339 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 194.12ms 2019-07-31 11:06:14,540 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 200.36ms 2019-07-31 11:06:14,644 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 95.83ms 2019-07-31 11:06:14,748 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.50ms 2019-07-31 11:06:15,942 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 192.05ms 2019-07-31 11:06:16,241 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 99.36ms 2019-07-31 11:06:17,442 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 199.88ms 2019-07-31 11:06:17,739 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 194.13ms 2019-07-31 11:06:17,848 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 105.54ms 2019-07-31 11:06:18,949 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 11.14ms 2019-07-31 11:06:19,139 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 93.21ms 2019-07-31 11:06:20,247 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 105.97ms 2019-07-31 11:06:20,445 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.04ms 2019-07-31 11:06:20,646 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 104.50ms 2019-07-31 11:06:21,039 [DEBUG] netort.process process.py:46 Process output: 137323

2019-07-31 11:06:21,040 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:06:21,040 [DEBUG] root plugin.py:58 Result: (0, '137323\n', '') 2019-07-31 11:06:21,040 [DEBUG] yandextank.common.interfaces plugin.py:64 Disk free space: 137323/2048 2019-07-31 11:06:21,041 [DEBUG] yandextank.common.interfaces plugin.py:75 Memory free: 14329/512 2019-07-31 11:06:21,041 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:21,041 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 11.6952619553 2019-07-31 11:06:21,042 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 29}} 2019-07-31 11:06:21,042 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571164, 1564571165, 1564571166, 1564571167, 1564571168, 1564571169, 1564571170, 1564571171, 1564571172, 1564571173, 1564571174, 1564571175, 1564571176, 1564571177] 2019-07-31 11:06:21,042 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571167, 1564571168, 1564571169, 1564571170, 1564571171, 1564571172, 1564571173, 1564571174, 1564571175, 1564571176, 1564571177] 2019-07-31 11:06:21,045 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 51/ 2019-07-31 11:06:21,046 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 56/ 2019-07-31 11:06:21,047 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 61/ 2019-07-31 11:06:21,049 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 67/ 2019-07-31 11:06:21,050 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 72/ 2019-07-31 11:06:21,051 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 78/ 2019-07-31 11:06:21,052 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 84/ 2019-07-31 11:06:21,054 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 90/ 2019-07-31 11:06:21,055 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 96/ 2019-07-31 11:06:21,056 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 103/ 2019-07-31 11:06:21,057 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 110/ 2019-07-31 11:06:21,139 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 117/ 2019-07-31 11:06:21,144 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 124/ 2019-07-31 11:06:21,148 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 132/ 2019-07-31 11:06:21,149 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:21,149 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 17 2019-07-31 11:06:21,149 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:21,150 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:21,150 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:21,150 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:21,150 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:21,151 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:21,151 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:21,151 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:21,151 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:21,152 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:21,454 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:21,455 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:21,456 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:21,456 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:21,456 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:21,538 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:21,538 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.49648308754 2019-07-31 11:06:21,538 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 17}} 2019-07-31 11:06:21,542 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:21,542 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571178] 2019-07-31 11:06:21,542 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:21,542 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 17 2019-07-31 11:06:21,543 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:21,543 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:21,543 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:21,543 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:22,139 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 491.11ms 2019-07-31 11:06:22,539 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:22,543 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:22,547 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:22,547 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:22,551 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:22,552 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:22,642 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.10013484955 2019-07-31 11:06:22,643 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 17}} 2019-07-31 11:06:22,644 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:22,647 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571179] 2019-07-31 11:06:22,648 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:22,648 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 16 2019-07-31 11:06:22,648 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:22,649 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:22,650 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 109.66ms 2019-07-31 11:06:22,739 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:22,739 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:22,739 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:22,740 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:22,740 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:22,740 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:22,741 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:22,741 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:23,256 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:23,257 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:23,258 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:23,338 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:23,339 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:23,339 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:23,339 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.69499206543 2019-07-31 11:06:23,340 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 16}} 2019-07-31 11:06:23,340 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571178] 2019-07-31 11:06:23,341 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571180] 2019-07-31 11:06:23,345 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 139/ 2019-07-31 11:06:23,346 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:23,346 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 15 2019-07-31 11:06:23,346 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:23,346 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:23,347 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:23,347 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:23,347 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:23,347 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:23,347 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:23,348 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:23,348 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:23,348 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:23,943 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:23,945 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:23,947 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:24,040 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:24,040 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:24,045 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:24,045 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.705035924911 2019-07-31 11:06:24,045 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 15}} 2019-07-31 11:06:24,046 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:24,047 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:24,047 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:24,049 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 14 2019-07-31 11:06:24,050 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 308.71ms 2019-07-31 11:06:24,050 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:24,050 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:24,051 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:24,051 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:24,139 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:24,140 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:24,140 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:24,146 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:24,147 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:24,150 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:24,153 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 9.34ms 2019-07-31 11:06:24,453 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 212.05ms 2019-07-31 11:06:24,652 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:24,653 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:24,653 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:24,738 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:24,739 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:24,739 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:24,739 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.693399906158 2019-07-31 11:06:24,740 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 14}} 2019-07-31 11:06:24,740 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571179, 1564571180] 2019-07-31 11:06:24,740 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571181] 2019-07-31 11:06:24,745 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 147/ 2019-07-31 11:06:24,750 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 153/ 2019-07-31 11:06:24,750 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:24,750 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 14 2019-07-31 11:06:24,750 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:24,751 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:24,751 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:24,751 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:24,751 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:24,751 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:24,752 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:24,752 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:24,752 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:24,752 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:25,248 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:25,248 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:25,248 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:25,248 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:25,248 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:25,248 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.508720874786 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 14}} 2019-07-31 11:06:25,249 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:25,249 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571182] 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:25,249 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 13 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:25,249 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:25,249 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:25,249 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:25,249 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:25,249 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:25,249 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:25,250 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:25,250 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:25,751 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 294.64ms 2019-07-31 11:06:26,343 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:26,344 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:26,344 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:26,344 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:26,344 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:26,345 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 198.85ms 2019-07-31 11:06:26,345 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:26,353 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 6.80ms 2019-07-31 11:06:26,438 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.18951201439 2019-07-31 11:06:26,439 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 13}} 2019-07-31 11:06:26,440 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571181, 1564571182] 2019-07-31 11:06:26,440 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571183] 2019-07-31 11:06:26,445 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 162/ 2019-07-31 11:06:26,449 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 171/ 2019-07-31 11:06:26,450 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:26,450 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 12 2019-07-31 11:06:26,450 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:26,451 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:26,451 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:26,451 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:26,451 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:26,451 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:26,452 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:26,452 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:26,452 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:26,452 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:26,941 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:26,941 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:26,941 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:26,942 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:26,942 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.502340078354 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 12}} 2019-07-31 11:06:26,942 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:26,942 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:26,942 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 12 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:26,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:26,943 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:26,943 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:27,349 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:27,351 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:27,351 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:27,351 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:27,352 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:27,352 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:27,352 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.410239934921 2019-07-31 11:06:27,353 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 12}} 2019-07-31 11:06:27,443 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:27,443 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571184] 2019-07-31 11:06:27,445 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:27,446 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 11 2019-07-31 11:06:27,452 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:27,452 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 12.83ms 2019-07-31 11:06:27,452 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:27,453 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:27,453 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:27,455 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:28,239 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 490.04ms 2019-07-31 11:06:28,548 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:28,550 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:28,551 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:28,638 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 392.33ms 2019-07-31 11:06:28,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:28,640 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:28,640 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:28,640 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.19752383232 2019-07-31 11:06:28,641 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 11}} 2019-07-31 11:06:28,641 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571183, 1564571184] 2019-07-31 11:06:28,641 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571185] 2019-07-31 11:06:28,645 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 179/ 2019-07-31 11:06:28,646 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 189/ 2019-07-31 11:06:28,646 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:28,646 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 10 2019-07-31 11:06:28,646 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:28,646 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:28,646 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:28,646 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:28,647 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:28,947 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:28,948 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:28,949 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:28,949 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:28,950 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:28,950 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:28,950 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.309308052063 2019-07-31 11:06:28,951 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 10}} 2019-07-31 11:06:29,142 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:29,142 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:29,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:29,143 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 9 2019-07-31 11:06:29,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:29,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:29,144 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:29,144 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:29,144 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:29,144 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:29,144 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:29,145 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:29,145 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:29,145 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:29,850 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:29,851 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:29,851 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:29,938 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:29,939 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:29,940 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:29,940 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.798174142838 2019-07-31 11:06:29,943 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 9}} 2019-07-31 11:06:29,946 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:29,950 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571186] 2019-07-31 11:06:30,040 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:30,041 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 8 2019-07-31 11:06:30,041 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 391.67ms 2019-07-31 11:06:30,042 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:30,043 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:30,044 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:30,047 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:30,051 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:30,052 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:30,052 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:30,052 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:30,053 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:30,053 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:30,654 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 396.70ms 2019-07-31 11:06:30,849 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 103.57ms 2019-07-31 11:06:30,955 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:30,955 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:30,956 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:30,956 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:30,956 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:30,956 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.01176810265 2019-07-31 11:06:30,956 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 8}} 2019-07-31 11:06:30,956 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571185, 1564571186] 2019-07-31 11:06:30,956 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571187] 2019-07-31 11:06:30,957 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 199/ 2019-07-31 11:06:31,039 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:31,041 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 209/ 2019-07-31 11:06:31,042 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:31,042 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: 7 2019-07-31 11:06:31,042 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:31,042 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:31,043 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:31,043 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:31,043 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:31,043 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:31,043 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:31,044 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:31,044 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:31,044 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:31,547 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:31,548 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:31,549 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:31,549 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:31,549 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:31,550 [DEBUG] netort.process process.py:23 Starting: sh -c "df --no-sync -m -P -l -x fuse -x tmpfs -x devtmpfs -x davfs -x nfs /var/loadtest/logs | tail -n 1 | awk '{print $4}' " 2019-07-31 11:06:32,140 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 288.16ms 2019-07-31 11:06:32,640 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 99.16ms 2019-07-31 11:06:32,744 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 100.77ms 2019-07-31 11:06:33,847 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 101.99ms 2019-07-31 11:06:34,139 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 99.01ms 2019-07-31 11:06:34,144 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 3.45ms 2019-07-31 11:06:35,247 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 102.21ms 2019-07-31 11:06:35,444 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 100.28ms 2019-07-31 11:06:35,739 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 198.34ms 2019-07-31 11:06:36,839 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 98.30ms 2019-07-31 11:06:37,245 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 202.57ms 2019-07-31 11:06:38,439 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 192.63ms 2019-07-31 11:06:38,841 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.70ms 2019-07-31 11:06:39,041 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 98.99ms 2019-07-31 11:06:40,147 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 104.98ms 2019-07-31 11:06:40,346 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 7.24ms 2019-07-31 11:06:40,645 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 203.99ms 2019-07-31 11:06:41,845 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 198.96ms 2019-07-31 11:06:42,145 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.16ms 2019-07-31 11:06:42,643 [DEBUG] netort.process process.py:46 Process output: 137322

2019-07-31 11:06:42,643 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:06:42,644 [DEBUG] root plugin.py:58 Result: (0, '137322\n', '') 2019-07-31 11:06:42,644 [DEBUG] yandextank.common.interfaces plugin.py:64 Disk free space: 137322/2048 2019-07-31 11:06:42,644 [DEBUG] yandextank.common.interfaces plugin.py:75 Memory free: 14326/512 2019-07-31 11:06:42,645 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:42,645 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 11.6891229153 2019-07-31 11:06:42,645 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": 7}} 2019-07-31 11:06:42,646 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571187, 1564571188, 1564571189, 1564571190, 1564571191, 1564571192, 1564571193, 1564571194, 1564571195, 1564571196, 1564571197, 1564571198] 2019-07-31 11:06:42,646 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571188, 1564571189, 1564571190, 1564571191, 1564571192, 1564571193, 1564571194, 1564571195, 1564571196, 1564571197, 1564571198, 1564571199] 2019-07-31 11:06:42,649 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 218/ 2019-07-31 11:06:42,650 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 226/ 2019-07-31 11:06:42,652 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 233/ 2019-07-31 11:06:42,653 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 241/ 2019-07-31 11:06:42,654 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 250/ 2019-07-31 11:06:42,743 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 262/ 2019-07-31 11:06:42,748 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 272/ 2019-07-31 11:06:42,753 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 283/ 2019-07-31 11:06:42,842 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 294/ 2019-07-31 11:06:42,847 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 306/ 2019-07-31 11:06:42,852 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 318/ 2019-07-31 11:06:42,941 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 329/ 2019-07-31 11:06:42,941 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:42,942 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -4 2019-07-31 11:06:42,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:42,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:42,942 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:42,943 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:42,943 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:42,943 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:42,943 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:42,944 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:42,944 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:42,944 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:43,341 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 193.06ms 2019-07-31 11:06:44,057 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 315.47ms 2019-07-31 11:06:44,347 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:44,349 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:44,349 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:44,350 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:44,351 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:44,351 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:44,351 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.7054669857 2019-07-31 11:06:44,351 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -4}} 2019-07-31 11:06:44,352 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571199] 2019-07-31 11:06:44,352 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571200] 2019-07-31 11:06:44,439 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 294.71ms 2019-07-31 11:06:44,442 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 341/ 2019-07-31 11:06:44,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:44,443 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -6 2019-07-31 11:06:44,443 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:44,444 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:44,444 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:44,444 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:44,444 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:44,444 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:44,445 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:44,445 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:44,445 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:44,445 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:45,157 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:45,238 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:45,239 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:45,239 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:45,240 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:45,240 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:45,240 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.88875579834 2019-07-31 11:06:45,241 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -6}} 2019-07-31 11:06:45,241 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571200] 2019-07-31 11:06:45,242 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571201, 1564571202] 2019-07-31 11:06:45,247 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 350/ 2019-07-31 11:06:45,247 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:45,247 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -7 2019-07-31 11:06:45,247 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:45,248 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:45,248 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:45,248 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:45,248 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:45,248 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:45,249 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:45,249 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:45,249 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:45,249 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:45,845 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 394.33ms 2019-07-31 11:06:46,351 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 206.42ms 2019-07-31 11:06:46,646 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 294.19ms 2019-07-31 11:06:46,748 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:46,750 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:46,750 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:46,750 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:46,751 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:46,751 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:46,751 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.51017999649 2019-07-31 11:06:46,752 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -7}} 2019-07-31 11:06:46,752 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571201, 1564571202] 2019-07-31 11:06:46,752 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571203, 1564571204] 2019-07-31 11:06:46,839 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 361/ 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 372/ 2019-07-31 11:06:46,841 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:46,841 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -8 2019-07-31 11:06:46,841 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:46,841 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:46,841 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:46,841 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:47,447 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:47,448 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:47,448 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.696046113968 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -8}} 2019-07-31 11:06:47,448 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:47,448 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:47,448 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:47,448 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -9 2019-07-31 11:06:47,449 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:47,449 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:47,449 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:47,449 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:47,952 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 207.43ms 2019-07-31 11:06:48,443 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 293.82ms 2019-07-31 11:06:48,652 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 200.32ms 2019-07-31 11:06:48,748 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:48,749 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:48,749 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:48,749 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:48,749 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:48,749 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:48,749 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.30105280876 2019-07-31 11:06:48,749 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -9}} 2019-07-31 11:06:48,750 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571203, 1564571204] 2019-07-31 11:06:48,750 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571205, 1564571206] 2019-07-31 11:06:48,751 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 385/ 2019-07-31 11:06:48,752 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 397/ 2019-07-31 11:06:48,752 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:48,752 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -10 2019-07-31 11:06:48,753 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:48,753 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:48,753 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:48,753 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:49,552 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:49,553 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:49,553 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:49,638 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:49,638 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:49,638 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:49,638 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.888784170151 2019-07-31 11:06:49,638 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -10}} 2019-07-31 11:06:49,638 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:49,639 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:06:49,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:49,639 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -11 2019-07-31 11:06:49,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:49,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:49,639 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:49,639 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:50,047 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 307.74ms 2019-07-31 11:06:50,850 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 306.24ms 2019-07-31 11:06:51,141 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:51,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:51,143 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:51,143 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:51,144 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:51,144 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:51,144 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 1.50537610054 2019-07-31 11:06:51,144 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -11}} 2019-07-31 11:06:51,144 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571205] 2019-07-31 11:06:51,144 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571207, 1564571208] 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 408/ 2019-07-31 11:06:51,146 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:51,146 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -13 2019-07-31 11:06:51,146 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:51,146 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:51,146 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:51,146 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:51,147 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:51,147 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:51,844 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:51,845 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:51,846 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:51,846 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:51,846 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:51,847 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:06:51,847 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 0.702821016312 2019-07-31 11:06:51,847 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -13}} 2019-07-31 11:06:51,848 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [] 2019-07-31 11:06:51,848 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571209] 2019-07-31 11:06:51,848 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:06:51,848 [DEBUG] yandextank.common.interfaces interfaces.py:101 Publishing status: Plugin/eta: -13 2019-07-31 11:06:51,848 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:06:51,849 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:06:51,849 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:06:51,849 [DEBUG] yandextank.plugins.Console.screen screen.py:389 Terminal size: 204x62 2019-07-31 11:06:51,849 [DEBUG] yandextank.plugins.Console.screen screen.py:401 Left/right panels width: 134/65 2019-07-31 11:06:51,849 [DEBUG] yandextank.plugins.Console.screen screen.py:406 There are 3 info widgets 2019-07-31 11:06:51,850 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #0: <yandextank.plugins.Phantom.widget.PhantomProgressBarWidget object at 0x7f19d93db050> 2019-07-31 11:06:51,850 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #2: <yandextank.plugins.Phantom.widget.PhantomInfoWidget object at 0x7f19d93db110> 2019-07-31 11:06:51,850 [DEBUG] yandextank.plugins.Console.screen screen.py:410 Rendering info widget #25: <yandextank.plugins.Autostop.plugin.AutostopWidget object at 0x7f19d93db090> 2019-07-31 11:06:51,850 [DEBUG] yandextank.plugins.Console.screen screen.py:367 Rendering left blocks 2019-07-31 11:06:52,939 [DEBUG] yandextank.plugins.Console.screen screen.py:418 Composing final screen output 2019-07-31 11:06:52,941 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:06:52,941 [DEBUG] yandextank.plugins.Console.plugin plugin.py:73 Writing console view to STDOUT 2019-07-31 11:06:52,941 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:06:52,942 [DEBUG] yandextank.common.interfaces plugin.py:44 Checking tank resources... 2019-07-31 11:06:52,942 [DEBUG] netort.process process.py:23 Starting: sh -c "df --no-sync -m -P -l -x fuse -x tmpfs -x devtmpfs -x davfs -x nfs /var/loadtest/logs | tail -n 1 | awk '{print $4}' " 2019-07-31 11:06:58,242 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 297.65ms 2019-07-31 11:06:58,644 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 204.72ms 2019-07-31 11:06:59,941 [DEBUG] yandextank.plugins.Phantom.reader reader.py:62 Chunk decode time: 295.15ms 2019-07-31 11:07:00,140 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 101.86ms 2019-07-31 11:07:01,339 [DEBUG] netort.process process.py:46 Process output: 137322

2019-07-31 11:07:01,339 [DEBUG] netort.process process.py:48 Process exit code: 0 2019-07-31 11:07:01,340 [DEBUG] root plugin.py:58 Result: (0, '137322\n', '') 2019-07-31 11:07:01,340 [DEBUG] yandextank.common.interfaces plugin.py:64 Disk free space: 137322/2048 2019-07-31 11:07:01,341 [DEBUG] yandextank.common.interfaces plugin.py:75 Memory free: 14332/512 2019-07-31 11:07:01,341 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:07:01,341 [DEBUG] yandextank.core.tankcore tankcore.py:292 Polling took 9.49362707138 2019-07-31 11:07:01,341 [DEBUG] yandextank.core.tankcore tankcore.py:293 Tank status: {"core": {"stage": "shoot"}, "stepper": {"ammo_count": 450, "instances": 1000, "loadscheme": ["line(1, 14, 1m)"], "steps": [[1.0, 3], [2.0, 4], [3.0, 5], [4.0, 5], [5.0, 4], [6.0, 5], [7.0, 4], [8.0, 5], [9.0, 5], [10.0, 4], [11.0, 5], [12.0, 5], [13.0, 4], [14.0, 3]], "duration": 60, "loop_count": 449}, "Plugin": {"eta": -13}} 2019-07-31 11:07:01,342 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571206, 1564571207] 2019-07-31 11:07:01,342 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [1564571210, 1564571211, 1564571212, 1564571213, 1564571214, 1564571215, 1564571216] 2019-07-31 11:07:01,345 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 420/ 2019-07-31 11:07:01,347 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 432/ 2019-07-31 11:07:01,347 [DEBUG] yandextank.core.tankcore tankcore.py:286 Polling <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:07:01,347 [INFO] yandextank.plugins.Phantom.plugin plugin.py:159 Phantom done its work with exit code: 0 2019-07-31 11:07:01,347 [INFO] yandextank.core.tankcore tankcore.py:301 Finishing test... 2019-07-31 11:07:01,347 [INFO] yandextank.core.tankcore tankcore.py:303 Stopping load generator and aggregator 2019-07-31 11:07:01,347 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:176 Seems phantom finished OK 2019-07-31 11:07:01,347 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:123 Closing stats reader 2019-07-31 11:07:01,347 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:126 Waiting for gun drain to finish 2019-07-31 11:07:02,151 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 5.39ms 2019-07-31 11:07:02,155 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 3.17ms 2019-07-31 11:07:02,159 [DEBUG] yandextank.aggregator.aggregator aggregator.py:157 Aggregation time: 3.14ms 2019-07-31 11:07:02,159 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:128 Waiting for stats drain to finish 2019-07-31 11:07:02,159 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:130 Collecting remaining data 2019-07-31 11:07:02,159 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:87 Data timestamps: [1564571208, 1564571217, 1564571218] 2019-07-31 11:07:02,159 [DEBUG] yandextank.aggregator.tank_aggregator tank_aggregator.py:88 Stats timestamps: [] 2019-07-31 11:07:02,160 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 437/ 2019-07-31 11:07:02,161 [INFO] yandextank.aggregator.tank_aggregator tank_aggregator.py:108 Timestamps without stats: 2019-07-31 11:07:02,161 [INFO] yandextank.aggregator.tank_aggregator tank_aggregator.py:110 1564571217 2019-07-31 11:07:02,239 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 444/ 2019-07-31 11:07:02,239 [INFO] yandextank.aggregator.tank_aggregator tank_aggregator.py:110 1564571218 2019-07-31 11:07:02,241 [DEBUG] yandextank.plugins.Phantom.plugin plugin.py:193 Processed ammo count: 450/ 2019-07-31 11:07:02,241 [DEBUG] yandextank.core.tankcore tankcore.py:305 RC after: 0 2019-07-31 11:07:02,241 [INFO] yandextank.core.tankcore tankcore.py:307 Stopping monitoring 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:07:02,242 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:315 Finalize <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:317 RC before: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:319 RC after: 0 2019-07-31 11:07:02,243 [INFO] yandextank.core.tankcore tankcore.py:330 Post-processing test... 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.Phantom.plugin.Plugin object at 0x7f19d96a42d0> 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,243 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.Autostop.plugin.Plugin object at 0x7f19d93cf190> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.ShellExec.plugin.Plugin object at 0x7f19d93cf090> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.Console.plugin.Plugin object at 0x7f19d93cf0d0> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.RCAssert.plugin.Plugin object at 0x7f19d93cf9d0> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.ResourceCheck.plugin.Plugin object at 0x7f19d93cfad0> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:333 Post-process <yandextank.plugins.JsonReport.plugin.Plugin object at 0x7f19d9753a10> 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:335 RC before: 0 2019-07-31 11:07:02,244 [DEBUG] yandextank.core.tankcore tankcore.py:337 RC after: 0 2019-07-31 11:07:02,244 [INFO] root consoleworker.py:269 Trying to clean up 2019-07-31 11:07:02,244 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_phantom 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_autostop 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_shellexec 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_console 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_rcassert 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_rcheck 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:526 Cleaning up plugin plugin_json_report 2019-07-31 11:07:02,245 [INFO] yandextank.core.tankcore tankcore.py:561 Releasing lock: /var/lock/lunapark_4Vd5tU.lock 2019-07-31 11:07:02,245 [WARNING] root consoleworker.py:408 Job number is not available yet 2019-07-31 11:07:02,265 [WARNING] root consoleworker.py:415 Job number is not available yet 2019-07-31 11:07:02,267 [DEBUG] yandextank.core.tankcore tankcore.py:367 Collecting artifacts 2019-07-31 11:07:02,267 [INFO] yandextank.core.tankcore tankcore.py:368 Artifacts dir: /var/loadtest/logs/2019-07-31_11-05-21.344513 2019-07-31 11:07:02,267 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_RkHEwt.log to /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_RkHEwt.log 2019-07-31 11:07:02,267 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_RkHEwt.log 2019-07-31 11:07:02,267 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log to /var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log 2019-07-31 11:07:02,267 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/phout_VFoWdG.log 2019-07-31 11:07:02,268 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stdout_stderr_gSB3vg.log to /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stdout_stderr_gSB3vg.log 2019-07-31 11:07:02,268 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stdout_stderr_gSB3vg.log 2019-07-31 11:07:02,268 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/answ_sCscdI.log to /var/loadtest/logs/2019-07-31_11-05-21.344513/answ_sCscdI.log 2019-07-31 11:07:02,268 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/answ_sCscdI.log 2019-07-31 11:07:02,268 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log to /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log 2019-07-31 11:07:02,268 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_stat_3FsKU9.log 2019-07-31 11:07:02,268 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf to /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf 2019-07-31 11:07:02,268 [WARNING] yandextank.core.tankcore tankcore.py:429 File already exists: /var/loadtest/logs/2019-07-31_11-05-21.344513/phantom_htVdFH.conf 2019-07-31 11:07:02,268 [DEBUG] yandextank.core.tankcore tankcore.py:422 Collecting file: validation_error.yaml to /var/loadtest/logs/2019-07-31_11-05-21.344513/validation_error.yaml 2019-07-31 11:07:02,268 [WARNING] yandextank.core.tankcore tankcore.py:424 File not found to collect: validation_error.yaml

MilyaushaV avatar Jul 31 '19 11:07 MilyaushaV

  1. В tank.log не видно ошибку "Failed to create job on lunapark". Я так понимаю, что это лог от другой стрельбы?
  2. В конфиге танка есть настройки, касаемые Overload: overload: enabled: true package: yandextank.plugins.DataUploader token_file: "token.txt"

ligreen avatar Jul 31 '19 17:07 ligreen

ligreen

  1. Это лог одной стрельбы
  2. Да, настройки для Overload есть, токен подхватывает.

ecspertiza avatar Jul 31 '19 17:07 ecspertiza

В конфиге танка настроек, касаемых Overload (enabled: true, package: yandextank.plugins.DataUploader) у меня не было, т.к. в документации сказано, что если их нет, то они вставляются по дефолту. Сейчас результаты тестирования отправляются в overload

MilyaushaV avatar Aug 01 '19 08:08 MilyaushaV

@MilyaushaV А вы танк в docker запускаете?

ligreen avatar Aug 01 '19 18:08 ligreen

ага

MilyaushaV avatar Aug 01 '19 19:08 MilyaushaV

@MilyaushaV Мы проверим дефолтный конфиг в докер контейнере. А на данный момент получается, что проблема решена?

ligreen avatar Aug 02 '19 17:08 ligreen

да, спасибо)

MilyaushaV avatar Aug 02 '19 20:08 MilyaushaV

10:14:55 [WARNING] Failed to create job on lunapark 10:14:55 [WARNING] ChunkedEncodingError(ProtocolError('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)),) 10:14:55 [ERROR] Failed finishing plugin <yandextank.plugins.DataUploader.plugin.Plugin object at 0x7f9cf0eabb50> Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/yandextank/core/tankcore.py", line 318, in plugins_end_test retcode = plugin.end_test(retcode) File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 317, in end_test self.__save_conf() File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 458, in __save_conf self.lp_job.send_config(requisites, content) File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 553, in lp_job self._lp_job = self.__get_lp_job() File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 592, in __get_lp_job lp_job.send_config(LPRequisites.CONFIGINITIAL, yaml.dump(self.core.configinitial)) File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 805, in send_config self.api_client.send_config(self.number, lp_requisites, content, trace=self.log_other_requests) File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 764, in number self.create() File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/plugin.py", line 788, in create trace=self.log_other_requests) File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/DataUploader/client.py", line 358, in new_job raise self.JobNotCreated() JobNotCreated

Такая же ошибка, overload все прописано Запуск из докера

popov-r avatar Dec 11 '20 10:12 popov-r