2025-09-25 20:16:40 [scrapy.utils.log] INFO: Scrapy 2.11.1 started (bot: news_scraper) 2025-09-25 20:16:40 [scrapy.utils.log] INFO: Versions: lxml 6.0.0.0, libxml2 2.14.4, cssselect 1.3.0, parsel 1.10.0, w3lib 2.3.1, Twisted 25.5.0, Python 3.11.13 (main, Jul 15 2025, 19:29:01) [GCC 14.2.0], pyOpenSSL 25.1.0 (OpenSSL 3.5.1 1 Jul 2025), cryptography 45.0.5, Platform Linux-5.15.0-139-generic-x86_64-with 2025-09-25 20:16:40 [scrapy.addons] INFO: Enabled addons: [] 2025-09-25 20:16:40 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-25 20:16:40 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-25 20:16:40 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-25 20:16:40 [scrapy.extensions.telnet] INFO: Telnet Password: 461ca9f29e7485ba 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/endpoints.json 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/sdk-default-configuration.json 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/s3/2006-03-01/service-2.json.gz 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json.gz 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/partitions.json 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler ._handler at 0x7f7f78e87d80> 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler 2025-09-25 20:16:40 [botocore.endpoint] DEBUG: Setting s3 timeout as (60, 60) 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/_retry.json 2025-09-25 20:16:40 [botocore.client] DEBUG: Registering retry handlers for service: s3 2025-09-25 20:16:40 [botocore.utils] DEBUG: Registering S3 region redirector handler 2025-09-25 20:16:40 [botocore.utils] DEBUG: Registering S3Express Identity Resolver 2025-09-25 20:16:40 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.closespider.CloseSpider', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats', 'scrapy.extensions.throttle.AutoThrottle'] 2025-09-25 20:16:40 [scrapy.crawler] INFO: Overridden settings: {'AUTOTHROTTLE_ENABLED': True, 'BOT_NAME': 'news_scraper', 'CLOSESPIDER_TIMEOUT': 1800, 'CONCURRENT_REQUESTS': 4, 'DOWNLOAD_DELAY': 2, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/opt/scrapyd/logs/news_scraper/thanhnien_timestamp/7c1b89929a4c11f086971e907748958e.log', 'NEWSPIDER_MODULE': 'news_scraper.spiders', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['news_scraper.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2025-09-25 20:16:40 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'news_scraper.middlewares.NewsScraperDownloaderMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2025-09-25 20:16:40 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2025-09-25 20:16:40 [scrapy.middleware] INFO: Enabled item pipelines: [] 2025-09-25 20:16:40 [scrapy.core.engine] INFO: Spider opened 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-25 20:16:40 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-25 20:16:40 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/endpoints.json 2025-09-25 20:16:41 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/sdk-default-configuration.json 2025-09-25 20:16:41 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-25 20:16:41 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/s3/2006-03-01/service-2.json.gz 2025-09-25 20:16:41 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json.gz 2025-09-25 20:16:41 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/partitions.json 2025-09-25 20:16:41 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler 2025-09-25 20:16:41 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler ._handler at 0x7f7f77f1cea0> 2025-09-25 20:16:41 [botocore.hooks] DEBUG: Event creating-client-class.s3: calling handler 2025-09-25 20:16:41 [botocore.endpoint] DEBUG: Setting s3 timeout as (60, 60) 2025-09-25 20:16:41 [botocore.loaders] DEBUG: Loading JSON file: /usr/local/lib/python3.11/site-packages/botocore/data/_retry.json 2025-09-25 20:16:41 [botocore.client] DEBUG: Registering retry handlers for service: s3 2025-09-25 20:16:41 [botocore.utils] DEBUG: Registering S3 region redirector handler 2025-09-25 20:16:41 [botocore.utils] DEBUG: Registering S3Express Identity Resolver 2025-09-25 20:16:41 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-25 20:16:41 [thanhnien_timestamp] INFO: Spider opened: thanhnien_timestamp 2025-09-25 20:16:41 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6030 2025-09-25 20:16:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2025-09-25 20:16:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2025-09-25 20:16:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/) 2025-09-25 20:16:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:16:53 [thanhnien_timestamp] INFO: 2025-09-26 00:00:00 not in 2025-09-26 02:56:00 to 2025-09-26 03:11:00 2025-09-25 20:16:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:16:55 [thanhnien_timestamp] INFO: 2025-09-26 00:00:00 not in 2025-09-26 02:56:00 to 2025-09-26 03:11:00 2025-09-25 20:16:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:16:58 [thanhnien_timestamp] INFO: 2025-09-26 00:07:00 not in 2025-09-26 02:56:00 to 2025-09-26 03:11:00 2025-09-25 20:17:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:01 [thanhnien_timestamp] INFO: 2025-09-26 00:08:00 not in 2025-09-26 02:56:00 to 2025-09-26 03:11:00 2025-09-25 20:17:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:02 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/tan-son-nhat-thang-hang-trong-top-nhung-san-bay-tot-nhat-the-gioi-185250925201758585.htm 2025-09-25 20:17:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:05 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/tong-bi-thu-bien-van-kien-dai-hoi-thanh-cong-cu-lanh-dao-quan-tri-hien-dai-18525092520050963.htm 2025-09-25 20:17:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:07 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/nghet-tho-voi-man-loi-nguoc-dong-cua-hoang-sao-truoc-tay-co-so-5-the-gioi-18525092520293655.htm 2025-09-25 20:17:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:09 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/bo-gd-dt-canh-bao-thong-tin-khong-dung-ve-sap-xep-lai-dai-hoc-185250925203051113.htm 2025-09-25 20:17:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:12 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/tien-luat-noi-gi-khi-bi-dap-chai-thuy-tinh-vao-dau-trong-show-thuc-te-185250925203536519.htm 2025-09-25 20:17:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:14 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/phan-mem-cung-cap-hon-10000-bai-giang-de-kiem-tra-cho-giao-vien-tham-khao-185250925162634521.htm 2025-09-25 20:17:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:16 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/vo-ha-tram-tiet-lo-moi-quan-he-dac-biet-voi-vy-oanh-18525092520465677.htm 2025-09-25 20:17:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:19 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/cuu-tong-thong-phap-nicolas-sarkozy-bi-tuyen-an-5-nam-tu-giam-185250925204749733.htm 2025-09-25 20:17:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:21 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/cong-an-tphcm-thong-tin-gi-sau-khi-lam-viec-nhom-ngu-ho-tuong-18525092520562225.htm 2025-09-25 20:17:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:24 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/tan-ngoai-truong-thai-lan-neu-uu-tien-lien-quan-campuchia-185250925171400733.htm 2025-09-25 20:17:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:26 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/lam-ti-phong-toa-sang-nam-dinh-van-thang-nhoc-nha-vo-dich-campuchia-svay-rieng-185250925212838231.htm 2025-09-25 20:17:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:29 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/du-an-vanh-dai-4-tphcm-nao-vet-cat-song-sai-gon-lam-vat-lieu-185250925212310435.htm 2025-09-25 20:17:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:31 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/thoi-trang-tre/xom-nho-giua-dai-ngan-va-goc-an-tru-trong-vinh-dam-chat-thien-nhien-18525092411354871.htm 2025-09-25 20:17:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:33 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/nguy-co-ro-ri-du-lieu-khong-co-ngoi-nha-nao-an-toan-tuyet-doi-185250925215456311.htm 2025-09-25 20:17:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:36 [thanhnien_timestamp] INFO: 2025-09-25 is out of date range: from 2025-09-26 to 2025-09-26, skipping article: https://thanhnien.vn/nhung-dieu-dac-biet-trong-le-don-tan-sinh-vien-185250925194104403.htm 2025-09-25 20:17:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://thanhnien.vn/tin-moi.htm) 2025-09-25 20:17:38 [thanhnien_timestamp] INFO: 2025-09-26 00:09:00 not in 2025-09-26 02:56:00 to 2025-09-26 03:11:00 2025-09-25 20:17:38 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-25 20:17:38 [boto3.s3.transfer] DEBUG: Opting out of CRT Transfer Manager. Preferred client: auto, CRT available: False, Instance Optimized: False. 2025-09-25 20:17:38 [boto3.s3.transfer] DEBUG: Using default client. pid: 171328, thread: 140185448786744 2025-09-25 20:17:38 [s3transfer.utils] DEBUG: Acquiring 0 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: UploadSubmissionTask(transfer_id=0, {'transfer_future': }) about to wait for the following futures [] 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: UploadSubmissionTask(transfer_id=0, {'transfer_future': }) done waiting for dependent futures 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: Executing task UploadSubmissionTask(transfer_id=0, {'transfer_future': }) with kwargs {'client': , 'config': , 'osutil': , 'request_executor': , 'transfer_future': } 2025-09-25 20:17:38 [s3transfer.futures] DEBUG: Submitting task PutObjectTask(transfer_id=0, {'bucket': 'dagster-output-data', 'key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'extra_args': {}}) to executor for transfer request: 0. 2025-09-25 20:17:38 [s3transfer.utils] DEBUG: Acquiring 0 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: PutObjectTask(transfer_id=0, {'bucket': 'dagster-output-data', 'key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'extra_args': {}}) about to wait for the following futures [] 2025-09-25 20:17:38 [s3transfer.utils] DEBUG: Releasing acquire 0/None 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: PutObjectTask(transfer_id=0, {'bucket': 'dagster-output-data', 'key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'extra_args': {}}) done waiting for dependent futures 2025-09-25 20:17:38 [s3transfer.tasks] DEBUG: Executing task PutObjectTask(transfer_id=0, {'bucket': 'dagster-output-data', 'key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'extra_args': {}}) with kwargs {'client': , 'fileobj': , 'bucket': 'dagster-output-data', 'key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'extra_args': {}} 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-parameter-build.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-endpoint-resolution.s3: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-endpoint-resolution.s3: calling handler > 2025-09-25 20:17:38 [botocore.regions] DEBUG: Calling endpoint provider with parameters: {'Bucket': 'dagster-output-data', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'https://lake-api.actable.ai/', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'Key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True} 2025-09-25 20:17:38 [botocore.regions] DEBUG: Endpoint provider result: https://lake-api.actable.ai/dagster-output-data 2025-09-25 20:17:38 [botocore.regions] DEBUG: Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None" 2025-09-25 20:17:38 [botocore.regions] DEBUG: Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True} 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-call.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-call.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.handlers] DEBUG: Adding expect 100 continue header to request. 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-call.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-call.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-call.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.endpoint] DEBUG: Making request for OperationModel(name=PutObject) with params: {'url_path': '/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.34.57 md/Botocore#1.34.162 ua/2.0 os/linux#5.15.0-139-generic md/arch#x86_64 lang/python#3.11.13 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.34.162', 'Content-MD5': '1B2M2Y8AsgTpgAmY7PhCfg==', 'Expect': '100-continue'}, 'body': , 'auth_path': '/dagster-output-data/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'url': 'https://lake-api.actable.ai/dagster-output-data/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'context': {'client_region': 'us-east-1', 'client_config': , 'has_streaming_input': True, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'dagster-output-data', 'params': {'Bucket': 'dagster-output-data', 'Key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl', 'Body': }}, 'input_params': {'Bucket': 'dagster-output-data', 'Key': 'thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl'}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}, 'endpoint_properties': {'authSchemes': [{'disableDoubleEncoding': True, 'name': 'sigv4', 'signingName': 's3', 'signingRegion': 'us-east-1'}]}}} 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event request-created.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event request-created.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event choose-signer.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event choose-signer.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-sign.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event before-sign.s3.PutObject: calling handler > 2025-09-25 20:17:38 [botocore.auth] DEBUG: Calculating signature using v4 auth. 2025-09-25 20:17:38 [botocore.auth] DEBUG: CanonicalRequest: PUT /dagster-output-data/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl content-md5:1B2M2Y8AsgTpgAmY7PhCfg== host:lake-api.actable.ai x-amz-content-sha256:UNSIGNED-PAYLOAD x-amz-date:20250925T201738Z content-md5;host;x-amz-content-sha256;x-amz-date UNSIGNED-PAYLOAD 2025-09-25 20:17:38 [botocore.auth] DEBUG: StringToSign: AWS4-HMAC-SHA256 20250925T201738Z 20250925/us-east-1/s3/aws4_request 7038c0deb6a11c3c20833d7fd8d8f9a5e937628819f95ad57ac46f1e18da27e0 2025-09-25 20:17:38 [botocore.auth] DEBUG: Signature: af951f9c0c452e3f5e1f48865647b07f09811aef500592956c2f40d52beeed17 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event request-created.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event request-created.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.endpoint] DEBUG: Sending http request: 2025-09-25 20:17:38 [botocore.httpsession] DEBUG: Certificate path: /usr/local/lib/python3.11/site-packages/certifi/cacert.pem 2025-09-25 20:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): lake-api.actable.ai:443 2025-09-25 20:17:38 [botocore.awsrequest] DEBUG: Waiting for 100 Continue response. 2025-09-25 20:17:38 [botocore.awsrequest] DEBUG: 100 Continue response seen, now sending request body. 2025-09-25 20:17:38 [urllib3.connectionpool] DEBUG: https://lake-api.actable.ai:443 "PUT /dagster-output-data/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl HTTP/1.1" 200 0 2025-09-25 20:17:38 [botocore.parsers] DEBUG: Response headers: {'Server': 'nginx/1.24.0 (Ubuntu)', 'Date': 'Thu, 25 Sep 2025 20:17:38 GMT', 'Content-Length': '0', 'Connection': 'keep-alive', 'Accept-Ranges': 'bytes', 'ETag': '"d41d8cd98f00b204e9800998ecf8427e"', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Vary': 'Origin, Accept-Encoding', 'X-Amz-Bucket-Region': 'us-east-1', 'X-Amz-Id-2': 'dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8', 'X-Amz-Request-Id': '18689FE49334FBF1', 'X-Content-Type-Options': 'nosniff', 'X-Ratelimit-Limit': '25637', 'X-Ratelimit-Remaining': '25637', 'X-Xss-Protection': '1; mode=block'} 2025-09-25 20:17:38 [botocore.parsers] DEBUG: Response body: b'' 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event needs-retry.s3.PutObject: calling handler 2025-09-25 20:17:38 [botocore.retryhandler] DEBUG: No retry needed. 2025-09-25 20:17:38 [botocore.hooks] DEBUG: Event needs-retry.s3.PutObject: calling handler > 2025-09-25 20:17:38 [s3transfer.utils] DEBUG: Releasing acquire 0/None 2025-09-25 20:17:38 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: s3://dagster-output-data/thanhnien_timestamp/thanhnien_timestamp_7c1b89929a4c11f086971e907748958e_scheduled_2025-09-26.jl 2025-09-25 20:17:38 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 7512, 'downloader/request_count': 23, 'downloader/request_method_count/GET': 23, 'downloader/response_bytes': 2921530, 'downloader/response_count': 23, 'downloader/response_status_count/200': 23, 'elapsed_time_seconds': 57.668688, 'feedexport/success_count/S3FeedStorage': 1, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 25, 20, 17, 38, 541406, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 15126635, 'httpcompression/response_count': 23, 'log_count/DEBUG': 133, 'log_count/INFO': 32, 'memusage/max': 124518400, 'memusage/startup': 124518400, 'request_depth_max': 2, 'response_received_count': 23, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 22, 'scheduler/dequeued/memory': 22, 'scheduler/enqueued': 22, 'scheduler/enqueued/memory': 22, 'start_time': datetime.datetime(2025, 9, 25, 20, 16, 40, 872718, tzinfo=datetime.timezone.utc)} 2025-09-25 20:17:38 [scrapy.core.engine] INFO: Spider closed (finished)