2024-07-29 22:20:32 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: catalog_discovery) 2024-07-29 22:20:32 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.9 (main, Jul 23 2024, 07:22:56) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-6.4.10-dirty-x86_64-with-glibc2.36 2024-07-29 22:20:33 [scrapy.addons] INFO: Enabled addons: [] 2024-07-29 22:20:33 [scrapy.extensions.telnet] INFO: Telnet Password: b306005ab15775c7 2024-07-29 22:20:33 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats', 'spidermon.contrib.scrapy.extensions.Spidermon'] 2024-07-29 22:20:33 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'catalog_discovery', 'CONCURRENT_ITEMS': 1000, 'CONCURRENT_REQUESTS': 32, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/var/lib/scrapyd/logs/catalog_discovery/the_boxery/c1587e444df811ef9e1b4200a9fe0102.log', 'LOG_LEVEL': 'INFO', 'NEWSPIDER_MODULE': 'catalog_discovery.spiders', 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_poet.ScrapyPoetRequestFingerprinter', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'RETRY_TIMES': 5, 'SPIDER_MODULES': ['catalog_discovery.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor', 'USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) ' 'Gecko/20100101 Firefox/125.0'} 2024-07-29 22:20:33 [scrapy_poet.injection] INFO: Loading providers: [, , , , , , ] 2024-07-29 22:20:33 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy_poet.InjectionMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy_poet.DownloaderStatsMiddleware'] 2024-07-29 22:20:33 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy_poet.RetryMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2024-07-29 22:20:33 [scrapy.middleware] INFO: Enabled item pipelines: ['scraping_utils.pipelines.DuplicatesFilterPipeline', 'scraping_utils.pipelines.AttachSupplierPipeline', 'spidermon.contrib.scrapy.pipelines.ItemValidationPipeline'] 2024-07-29 22:20:33 [scrapy.core.engine] INFO: Spider opened 2024-07-29 22:20:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2024-07-29 22:20:33 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2024-07-29 22:20:34 [scrapy.core.engine] INFO: Closing spider (finished) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Error Count Monitor/test_stat_monitor... SKIPPED (Unable to find 'log_count/ERROR' in job stats.) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... SKIPPED (Unable to find 'log_count/WARNING' in job stats.) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... SKIPPED (Unable to find 'downloader/exception_count' in job stats.) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] ---------------------------------------------------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] 11 monitors in 0.002s 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] OK (skipped=4) 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] ---------------------------------------------------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] 0 actions in 0.000s 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] ---------------------------------------------------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] 0 actions in 0.000s 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] OK 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] ---------------------------------------------------------------------- 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] 0 actions in 0.000s 2024-07-29 22:20:34 [the_boxery] INFO: [Spidermon] OK 2024-07-29 22:20:34 [scrapy.extensions.feedexport] INFO: Stored bq feed (377 items) in: bq://response-elt.dev_scrapers.catalog_urls/batch:1 2024-07-29 22:20:34 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 278, 'downloader/request_count': 1, 'downloader/request_method_count/GET': 1, 'downloader/response_bytes': 9031, 'downloader/response_count': 1, 'downloader/response_status_count/200': 1, 'elapsed_time_seconds': 0.488442, 'feedexport/success_count/BigQueryFeedStorage': 1, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2024, 7, 29, 22, 20, 34, 88388, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 58583, 'httpcompression/response_count': 1, 'item_scraped_count': 377, 'log_count/INFO': 39, 'memusage/max': 112730112, 'memusage/startup': 112730112, 'poet/injector/catalog_discovery.pages.the_boxery.TheBoxerySitemapPageObject': 1, 'response_received_count': 1, 'scheduler/dequeued': 1, 'scheduler/dequeued/memory': 1, 'scheduler/enqueued': 1, 'scheduler/enqueued/memory': 1, 'spidermon/validation/fields': 1508, 'spidermon/validation/items': 377, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'spidermon_field_coverage/dict/name': 1.0, 'spidermon_field_coverage/dict/sku': 1.0, 'spidermon_field_coverage/dict/supplier': 1.0, 'spidermon_field_coverage/dict/url': 1.0, 'spidermon_item_scraped_count': 377, 'spidermon_item_scraped_count/dict': 377, 'spidermon_item_scraped_count/dict/name': 377, 'spidermon_item_scraped_count/dict/sku': 377, 'spidermon_item_scraped_count/dict/supplier': 377, 'spidermon_item_scraped_count/dict/url': 377, 'start_time': datetime.datetime(2024, 7, 29, 22, 20, 33, 599946, tzinfo=datetime.timezone.utc)} 2024-07-29 22:20:34 [scrapy.core.engine] INFO: Spider closed (finished)