This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using /vagrant/ansible.cfg as config file | |
Loading callback plugin minimal of type stdout, v2.0 from /usr/local/lib/python2.7/dist-packages/ansible-2.3.0.0-py2.7.egg/ansible/plugins/callback/__init__.pyc | |
META: ran handlers | |
Using module file /usr/local/lib/python2.7/dist-packages/ansible-2.3.0.0-py2.7.egg/ansible/modules/system/ping.py | |
<esnode2.mydomain.com> ESTABLISH SSH CONNECTION FOR USER: vagrant | |
<esnode2.mydomain.com> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'IdentityFile="/home/vagrant/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=10 -o ControlPath=/home/vagrant/.ansible/cp/9dbc1c46b3 esnode2.mydomain.com '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' | |
Using module file /usr/local/lib/python2.7/dist-packages/ansible-2.3.0.0-py2.7.egg/ansible/modules/system/ping.py | |
<lb.mydomain.com> ESTABLISH SSH CONNECTION FOR USER: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-06-14 14:45:11,136 INFO org.dspace.content.Item @ [email protected]:session_id=EA9E5B76EB221E2EA538FB48205B4DDB:ip_addr=127.0.0.1:add_bundle:item_id=6886e680-8867-4440-98f1-1d3bee05ef64,bundle_id=a9e1a0e1-2c0a-4df5-ab3a-87612b120d25 | |
2016-06-14 14:45:11,146 INFO org.dspace.content.Bundle @ [email protected]:session_id=EA9E5B76EB221E2EA538FB48205B4DDB:ip_addr=127.0.0.1:create_bundle:bundle_id=a9e1a0e1-2c0a-4df5-ab3a-87612b120d25 | |
2016-06-14 14:45:11,148 INFO org.dspace.content.BitstreamServiceImpl @ [email protected]:session_id=EA9E5B76EB221E2EA538FB48205B4DDB:ip_addr=127.0.0.1:update_bitstream:bitstream_id=a3fb5959-451b-436d-8485-faff18875caa | |
2016-06-14 14:45:11,148 INFO org.dspace.content.BitstreamServiceImpl @ [email protected]:session_id=EA9E5B76EB221E2EA538FB48205B4DDB:ip_addr=127.0.0.1:create_bitstream:bitstream_id=a3fb5959-451b-436d-8485-faff18875caa | |
2016-06-14 14:45:11,155 INFO org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl @ HHH000010: On release of batch it still contained JDBC statem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrapy crawl alexa | |
/home/pkaramol/Workspace/scrapytests/scrapytests/spiders/example.py:3: ScrapyDeprecationWarning: Module `scrapy.contrib.spiders` is deprecated, use `scrapy.spiders` instead | |
from scrapy.contrib.spiders import CrawlSpider, Rule | |
/home/pkaramol/Workspace/scrapytests/scrapytests/spiders/example.py:4: ScrapyDeprecationWarning: Module `scrapy.contrib.linkextractors` is deprecated, use `scrapy.linkextractors` instead | |
from scrapy.contrib.linkextractors import LinkExtractor | |
2015-10-06 15:09:02 [scrapy] INFO: Scrapy 1.0.3 started (bot: scrapytests) | |
2015-10-06 15:09:02 [scrapy] INFO: Optional features available: ssl, http11 | |
2015-10-06 15:09:02 [scrapy] INFO: Overridden settings: {'NEWSPIDER_MODULE': 'scrapytests.spiders', 'SPIDER_MODULES': ['scrapytests.spiders'], 'BOT_NAME': 'scrapytests'} | |
2015-10-06 15:09:02 [scrapy] INFO: Enabled extensions: CloseSpider, TelnetConsole, LogStats, CoreStats, SpiderState | |
2015-10-06 15:09:02 [scrapy] INFO: Enabled downloader middlewares: HttpAuthMiddleware, Download |