Skip to content

Instantly share code, notes, and snippets.

@the21st
Created February 6, 2024 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the21st/2ce87fb574ef1f4115a69b204dc3fa65 to your computer and use it in GitHub Desktop.
Save the21st/2ce87fb574ef1f4115a69b204dc3fa65 to your computer and use it in GitHub Desktop.
Snowflake memory leak logs
2024-02-06 11:55:49,304 - MainThread ssl_wrap_socket.py:43 - inject_into_urllib3() - DEBUG - Injecting ssl_wrap_socket_with_ocsp
2024-02-06 11:55:49,305 - MainThread auth.py:90 - <module>() - DEBUG - cache directory: /root/.cache/snowflake
2024-02-06 11:55:49,442 - MainThread connection.py:274 - __init__() - INFO - Snowflake Connector for Python Version: 2.8.0, Python Version: 3.9.17, Platform: Linux-5.10.199-190.747.amzn2.x86_64-x86_64-with-glibc2.28
2024-02-06 11:55:49,443 - MainThread connection.py:519 - connect() - DEBUG - connect
2024-02-06 11:55:49,444 - MainThread connection.py:809 - __config() - DEBUG - __config
2024-02-06 11:55:49,444 - MainThread connection.py:933 - __config() - INFO - This connection is in OCSP Fail Open Mode. TLS Certificates would be checked for validity and revocation status. Any other Certificate Revocation related exceptions or OCSP Responder failures would be disregarded in favor of connectivity.
2024-02-06 11:55:49,444 - MainThread connection.py:951 - __config() - INFO - Setting use_openssl_only mode to False
2024-02-06 11:55:49,445 - MainThread converter.py:145 - __init__() - DEBUG - use_numpy: False
2024-02-06 11:55:49,445 - MainThread connection.py:712 - __open_connection() - DEBUG - REST API object was created: qq03621.us-central1.gcp.snowflakecomputing.com:443
2024-02-06 11:55:49,445 - MainThread auth.py:170 - authenticate() - DEBUG - authenticate
2024-02-06 11:55:49,446 - MainThread auth.py:200 - authenticate() - DEBUG - assertion content: *********
2024-02-06 11:55:49,446 - MainThread auth.py:203 - authenticate() - DEBUG - account=qq03621, user=robertlacok, database=None, schema=None, warehouse=None, role=None, request_id=c9c10b87-2983-4e6d-b964-206353015a96
2024-02-06 11:55:49,447 - MainThread auth.py:236 - authenticate() - DEBUG - body['data']: {'CLIENT_APP_ID': 'PythonConnector', 'CLIENT_APP_VERSION': '2.8.0', 'SVN_REVISION': None, 'ACCOUNT_NAME': 'qq03621', 'LOGIN_NAME': 'robertlacok', 'CLIENT_ENVIRONMENT': {'APPLICATION': 'Deepnote_Workspaces', 'OS': 'Linux', 'OS_VERSION': 'Linux-5.10.199-190.747.amzn2.x86_64-x86_64-with-glibc2.28', 'PYTHON_VERSION': '3.9.17', 'PYTHON_RUNTIME': 'CPython', 'PYTHON_COMPILER': 'GCC 8.3.0', 'OCSP_MODE': 'FAIL_OPEN', 'TRACING': 10, 'LOGIN_TIMEOUT': 120, 'NETWORK_TIMEOUT': None}, 'SESSION_PARAMETERS': {'CLIENT_PREFETCH_THREADS': 4}}
2024-02-06 11:55:49,447 - MainThread auth.py:254 - authenticate() - DEBUG - Timeout set to 120
2024-02-06 11:55:49,448 - MainThread retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:49,448 - MainThread retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:49,449 - MainThread network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 1/1 active sessions
2024-02-06 11:55:49,449 - MainThread network.py:827 - _request_exec_wrapper() - DEBUG - remaining request timeout: 120, retry cnt: 1
2024-02-06 11:55:49,449 - MainThread network.py:808 - add_request_guid() - DEBUG - Request guid: 8e7a6288-42c3-4dfe-854e-d095a0b49054
2024-02-06 11:55:49,450 - MainThread network.py:1006 - _request_exec() - DEBUG - socket timeout: 60
2024-02-06 11:55:49,453 - MainThread connectionpool.py:1003 - _new_conn() - DEBUG - Starting new HTTPS connection (1): qq03621.us-central1.gcp.snowflakecomputing.com:443
2024-02-06 11:55:49,562 - MainThread cache.py:490 - _save() - DEBUG - acquiring /root/.cache/snowflake/ocsp_cache.lock timed out, skipping saving...
2024-02-06 11:55:49,565 - MainThread ocsp_snowflake.py:515 - reset_cache_dir() - DEBUG - cache directory: /root/.cache/snowflake
2024-02-06 11:55:49,609 - MainThread ssl_wrap_socket.py:80 - ssl_wrap_socket_with_ocsp() - DEBUG - OCSP Mode: FAIL_OPEN, OCSP response cache file name: None
2024-02-06 11:55:49,610 - MainThread ocsp_snowflake.py:557 - reset_ocsp_response_cache_uri() - DEBUG - ocsp_response_cache_uri: file:///root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:49,610 - MainThread ocsp_snowflake.py:558 - reset_ocsp_response_cache_uri() - DEBUG - OCSP_VALIDATION_CACHE size: 0
2024-02-06 11:55:49,610 - MainThread ocsp_snowflake.py:340 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json
2024-02-06 11:55:49,611 - MainThread ocsp_snowflake.py:376 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP dynamic cache server RETRY URL: None
2024-02-06 11:55:49,615 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:49,620 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:49,621 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:49,623 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:49,625 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:49,628 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:49,635 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:49,646 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,648 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,650 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,652 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,653 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,655 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,656 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,657 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,659 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,661 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,663 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,664 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,666 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,667 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,669 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:49,673 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:49,676 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:49,678 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:49,680 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:49,684 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:49,686 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:49,690 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:49,691 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:49,692 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:49,695 - MainThread ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:49,697 - MainThread ocsp_snowflake.py:593 - read_ocsp_response_cache_file() - DEBUG - Read OCSP response cache file: /root/.cache/snowflake/ocsp_response_cache.json, count=202
2024-02-06 11:55:49,698 - MainThread ocsp_snowflake.py:1126 - validate() - DEBUG - validating certificate: qq03621.us-central1.gcp.snowflakecomputing.com
2024-02-06 11:55:49,698 - MainThread ocsp_asn1crypto.py:439 - extract_certificate_chain() - DEBUG - # of certificates: 3
2024-02-06 11:55:49,700 - MainThread ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'California'), ('locality_name', 'San Mateo'), ('organization_name', 'Snowflake Inc.'), ('common_name', '*.us-central1.gcp.snowflakecomputing.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('common_name', 'DigiCert Global G2 TLS RSA SHA256 2020 CA1')])
2024-02-06 11:55:49,701 - MainThread ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('common_name', 'DigiCert Global G2 TLS RSA SHA256 2020 CA1')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('organizational_unit_name', 'www.digicert.com'), ('common_name', 'DigiCert Global Root G2')])
2024-02-06 11:55:49,701 - MainThread ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('organizational_unit_name', 'www.digicert.com'), ('common_name', 'DigiCert Global Root G2')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('organizational_unit_name', 'www.digicert.com'), ('common_name', 'DigiCert Global Root G2')])
2024-02-06 11:55:49,704 - MainThread ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('state_or_province_name', 'California'), ('locality_name', 'San Mateo'), ('organization_name', 'Snowflake Inc.'), ('common_name', '*.us-central1.gcp.snowflakecomputing.com')])
2024-02-06 11:55:49,705 - MainThread ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'DigiCert Inc'), ('common_name', 'DigiCert Global G2 TLS RSA SHA256 2020 CA1')])
2024-02-06 11:55:49,706 - MainThread ocsp_snowflake.py:655 - write_ocsp_response_cache_file() - DEBUG - writing OCSP response cache file to /root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:49,706 - MainThread ocsp_snowflake.py:1802 - encode_ocsp_response_cache() - DEBUG - encoding OCSP response cache to JSON
2024-02-06 11:55:49,728 - MainThread ocsp_snowflake.py:1183 - _validate() - DEBUG - ok
2024-02-06 11:55:50,051 - MainThread connectionpool.py:456 - _make_request() - DEBUG - https://qq03621.us-central1.gcp.snowflakecomputing.com:443 "POST /session/v1/login-request?request_id=c9c10b87-2983-4e6d-b964-206353015a96&request_guid=8e7a6288-42c3-4dfe-854e-d095a0b49054 HTTP/1.1" 200 None
2024-02-06 11:55:50,052 - MainThread network.py:1032 - _request_exec() - DEBUG - SUCCESS
2024-02-06 11:55:50,053 - MainThread network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 0/1 active sessions
2024-02-06 11:55:50,054 - MainThread network.py:715 - _post_request() - DEBUG - ret[code] = None, after post request
2024-02-06 11:55:50,054 - MainThread auth.py:373 - authenticate() - DEBUG - completed authentication
2024-02-06 11:55:50,054 - MainThread auth.py:416 - authenticate() - DEBUG - token = ******
2024-02-06 11:55:50,055 - MainThread auth.py:419 - authenticate() - DEBUG - master_token = ******
2024-02-06 11:55:50,055 - MainThread auth.py:423 - authenticate() - DEBUG - id_token = NULL
2024-02-06 11:55:50,055 - MainThread auth.py:427 - authenticate() - DEBUG - mfa_token = NULL
2024-02-06 11:55:50,057 - MainThread connection.py:631 - cursor() - DEBUG - cursor
2024-02-06 11:55:50,058 - MainThread cursor.py:629 - execute() - DEBUG - executing SQL/command
2024-02-06 11:55:50,058 - MainThread cursor.py:668 - execute() - DEBUG - binding: [SELECT * FROM SNOWFLAKE_SAMPLE_DATA."TPCDS_SF100TCL".CATALOG_RETURNS LIMIT 10000...] with input=[None], processed=[{}]
2024-02-06 11:55:50,059 - MainThread cursor.py:714 - execute() - INFO - query: [SELECT * FROM SNOWFLAKE_SAMPLE_DATA."TPCDS_SF100TCL".CATALOG_RETURNS LIMIT 10000...]
2024-02-06 11:55:50,059 - MainThread connection.py:1309 - _next_sequence_counter() - DEBUG - sequence counter: 1
2024-02-06 11:55:50,059 - MainThread cursor.py:459 - _execute_helper() - DEBUG - Request id: bcccf575-bc81-4843-aca6-dce30f81da10
2024-02-06 11:55:50,060 - MainThread cursor.py:461 - _execute_helper() - DEBUG - running query [SELECT * FROM SNOWFLAKE_SAMPLE_DATA."TPCDS_SF100TCL".CATALOG_RETURNS LIMIT 10000...]
2024-02-06 11:55:50,060 - MainThread cursor.py:470 - _execute_helper() - DEBUG - is_file_transfer: False
2024-02-06 11:55:50,061 - MainThread connection.py:979 - cmd_query() - DEBUG - _cmd_query
2024-02-06 11:55:50,061 - MainThread connection.py:1002 - cmd_query() - DEBUG - sql=[SELECT * FROM SNOWFLAKE_SAMPLE_DATA."TPCDS_SF100TCL".CATALOG_RETURNS LIMIT 10000...], sequence_id=[1], is_file_transfer=[False]
2024-02-06 11:55:50,062 - MainThread network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 1/1 active sessions
2024-02-06 11:55:50,062 - MainThread network.py:827 - _request_exec_wrapper() - DEBUG - remaining request timeout: None, retry cnt: 1
2024-02-06 11:55:50,063 - MainThread network.py:808 - add_request_guid() - DEBUG - Request guid: c776605f-a73a-4f02-9614-d5f8713362e2
2024-02-06 11:55:50,063 - MainThread network.py:1006 - _request_exec() - DEBUG - socket timeout: 60
2024-02-06 11:55:50,522 - MainThread connectionpool.py:456 - _make_request() - DEBUG - https://qq03621.us-central1.gcp.snowflakecomputing.com:443 "POST /queries/v1/query-request?requestId=bcccf575-bc81-4843-aca6-dce30f81da10&request_guid=c776605f-a73a-4f02-9614-d5f8713362e2 HTTP/1.1" 200 None
2024-02-06 11:55:50,527 - MainThread network.py:1032 - _request_exec() - DEBUG - SUCCESS
2024-02-06 11:55:50,529 - MainThread network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 0/1 active sessions
2024-02-06 11:55:50,529 - MainThread network.py:715 - _post_request() - DEBUG - ret[code] = None, after post request
2024-02-06 11:55:50,530 - MainThread network.py:739 - _post_request() - DEBUG - Query id: 01b22b2b-0001-b30c-0000-523500c46086
2024-02-06 11:55:50,530 - MainThread cursor.py:736 - execute() - DEBUG - sfqid: 01b22b2b-0001-b30c-0000-523500c46086
2024-02-06 11:55:50,531 - MainThread cursor.py:738 - execute() - INFO - query execution done
2024-02-06 11:55:50,532 - MainThread cursor.py:740 - execute() - DEBUG - SUCCESS
2024-02-06 11:55:50,532 - MainThread cursor.py:743 - execute() - DEBUG - PUT OR GET: None
2024-02-06 11:55:50,533 - MainThread cursor.py:840 - _init_result_and_meta() - DEBUG - Query result format: arrow
2024-02-06 11:55:50,534 - MainThread result_batch.py:107 - create_batches_from_response() - DEBUG - chunk size=95
2024-02-06 11:55:50,534 - MainThread result_batch.py:116 - create_batches_from_response() - DEBUG - added chunk header: key=Accept-Encoding, value=gzip
2024-02-06 11:55:50,536 - MainThread cursor.py:854 - _init_result_and_meta() - INFO - Number of results in first chunk: 0
2024-02-06 11:55:50,536 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 1 has id: data_0_0_0
2024-02-06 11:55:50,536 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 2 has id: data_0_0_1
2024-02-06 11:55:50,537 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 3 has id: data_0_0_2
2024-02-06 11:55:50,537 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 4 has id: data_0_0_3
2024-02-06 11:55:50,537 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 5 has id: data_0_0_4
2024-02-06 11:55:50,537 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 6 has id: data_0_0_5
2024-02-06 11:55:50,538 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 7 has id: data_0_0_6
2024-02-06 11:55:50,538 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 8 has id: data_0_0_7
2024-02-06 11:55:50,539 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 9 has id: data_0_0_8
2024-02-06 11:55:50,539 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 10 has id: data_0_0_9
2024-02-06 11:55:50,540 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 11 has id: data_0_0_10
2024-02-06 11:55:50,540 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 12 has id: data_0_1_0
2024-02-06 11:55:50,541 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 13 has id: data_0_1_1
2024-02-06 11:55:50,541 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 14 has id: data_0_1_2
2024-02-06 11:55:50,541 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 15 has id: data_0_1_3
2024-02-06 11:55:50,542 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 16 has id: data_0_1_4
2024-02-06 11:55:50,542 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 17 has id: data_0_1_5
2024-02-06 11:55:50,542 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 18 has id: data_0_1_6
2024-02-06 11:55:50,543 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 19 has id: data_0_1_7
2024-02-06 11:55:50,543 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 20 has id: data_0_1_8
2024-02-06 11:55:50,543 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 21 has id: data_0_1_9
2024-02-06 11:55:50,544 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 22 has id: data_0_1_10
2024-02-06 11:55:50,544 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 23 has id: data_0_1_11
2024-02-06 11:55:50,544 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 24 has id: data_0_2_0
2024-02-06 11:55:50,545 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 25 has id: data_0_2_1
2024-02-06 11:55:50,545 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 26 has id: data_0_2_2
2024-02-06 11:55:50,545 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 27 has id: data_0_2_3
2024-02-06 11:55:50,546 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 28 has id: data_0_2_4
2024-02-06 11:55:50,546 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 29 has id: data_0_2_5
2024-02-06 11:55:50,547 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 30 has id: data_0_2_6
2024-02-06 11:55:50,547 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 31 has id: data_0_2_7
2024-02-06 11:55:50,547 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 32 has id: data_0_2_8
2024-02-06 11:55:50,548 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 33 has id: data_0_2_9
2024-02-06 11:55:50,548 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 34 has id: data_0_2_10
2024-02-06 11:55:50,548 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 35 has id: data_0_2_11
2024-02-06 11:55:50,549 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 36 has id: data_0_3_0
2024-02-06 11:55:50,549 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 37 has id: data_0_3_1
2024-02-06 11:55:50,549 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 38 has id: data_0_3_2
2024-02-06 11:55:50,550 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 39 has id: data_0_3_3
2024-02-06 11:55:50,550 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 40 has id: data_0_3_4
2024-02-06 11:55:50,550 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 41 has id: data_0_3_5
2024-02-06 11:55:50,551 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 42 has id: data_0_3_6
2024-02-06 11:55:50,551 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 43 has id: data_0_3_7
2024-02-06 11:55:50,551 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 44 has id: data_0_3_8
2024-02-06 11:55:50,554 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 45 has id: data_0_3_9
2024-02-06 11:55:50,554 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 46 has id: data_0_3_10
2024-02-06 11:55:50,554 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 47 has id: data_0_3_11
2024-02-06 11:55:50,555 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 48 has id: data_0_4_0
2024-02-06 11:55:50,555 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 49 has id: data_0_4_1
2024-02-06 11:55:50,555 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 50 has id: data_0_4_2
2024-02-06 11:55:50,556 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 51 has id: data_0_4_3
2024-02-06 11:55:50,556 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 52 has id: data_0_4_4
2024-02-06 11:55:50,556 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 53 has id: data_0_4_5
2024-02-06 11:55:50,557 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 54 has id: data_0_4_6
2024-02-06 11:55:50,557 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 55 has id: data_0_4_7
2024-02-06 11:55:50,557 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 56 has id: data_0_4_8
2024-02-06 11:55:50,558 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 57 has id: data_0_4_9
2024-02-06 11:55:50,558 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 58 has id: data_0_4_10
2024-02-06 11:55:50,558 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 59 has id: data_0_4_11
2024-02-06 11:55:50,559 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 60 has id: data_0_5_0
2024-02-06 11:55:50,559 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 61 has id: data_0_5_1
2024-02-06 11:55:50,559 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 62 has id: data_0_5_2
2024-02-06 11:55:50,559 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 63 has id: data_0_5_3
2024-02-06 11:55:50,560 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 64 has id: data_0_5_4
2024-02-06 11:55:50,560 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 65 has id: data_0_5_5
2024-02-06 11:55:50,560 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 66 has id: data_0_5_6
2024-02-06 11:55:50,561 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 67 has id: data_0_5_7
2024-02-06 11:55:50,561 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 68 has id: data_0_5_8
2024-02-06 11:55:50,561 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 69 has id: data_0_5_9
2024-02-06 11:55:50,561 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 70 has id: data_0_5_10
2024-02-06 11:55:50,562 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 71 has id: data_0_5_11
2024-02-06 11:55:50,562 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 72 has id: data_0_6_0
2024-02-06 11:55:50,562 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 73 has id: data_0_6_1
2024-02-06 11:55:50,563 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 74 has id: data_0_6_2
2024-02-06 11:55:50,563 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 75 has id: data_0_6_3
2024-02-06 11:55:50,563 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 76 has id: data_0_6_4
2024-02-06 11:55:50,564 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 77 has id: data_0_6_5
2024-02-06 11:55:50,564 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 78 has id: data_0_6_6
2024-02-06 11:55:50,564 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 79 has id: data_0_6_7
2024-02-06 11:55:50,565 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 80 has id: data_0_6_8
2024-02-06 11:55:50,565 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 81 has id: data_0_6_9
2024-02-06 11:55:50,565 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 82 has id: data_0_6_10
2024-02-06 11:55:50,566 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 83 has id: data_0_6_11
2024-02-06 11:55:50,566 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 84 has id: data_0_7_0
2024-02-06 11:55:50,567 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 85 has id: data_0_7_1
2024-02-06 11:55:50,567 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 86 has id: data_0_7_2
2024-02-06 11:55:50,567 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 87 has id: data_0_7_3
2024-02-06 11:55:50,568 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 88 has id: data_0_7_4
2024-02-06 11:55:50,568 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 89 has id: data_0_7_5
2024-02-06 11:55:50,569 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 90 has id: data_0_7_6
2024-02-06 11:55:50,569 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 91 has id: data_0_7_7
2024-02-06 11:55:50,570 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 92 has id: data_0_7_8
2024-02-06 11:55:50,570 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 93 has id: data_0_7_9
2024-02-06 11:55:50,570 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 94 has id: data_0_7_10
2024-02-06 11:55:50,571 - MainThread result_set.py:232 - _create_iter() - DEBUG - result batch 95 has id: data_0_7_11
2024-02-06 11:55:50,571 - MainThread result_set.py:58 - result_set_iterator() - DEBUG - beginning to schedule result batch downloads
2024-02-06 11:55:50,574 - MainThread result_set.py:61 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_0
2024-02-06 11:55:50,575 - ThreadPoolExecutor-0_0 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_0
2024-02-06 11:55:50,575 - MainThread result_set.py:61 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_1
2024-02-06 11:55:50,576 - ThreadPoolExecutor-0_0 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,579 - ThreadPoolExecutor-0_1 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_1
2024-02-06 11:55:50,579 - MainThread result_set.py:61 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_2
2024-02-06 11:55:50,579 - ThreadPoolExecutor-0_0 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,580 - ThreadPoolExecutor-0_1 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,581 - ThreadPoolExecutor-0_2 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_2
2024-02-06 11:55:50,581 - MainThread result_set.py:61 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_3
2024-02-06 11:55:50,582 - ThreadPoolExecutor-0_0 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 1/1 active sessions
2024-02-06 11:55:50,582 - ThreadPoolExecutor-0_1 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,584 - ThreadPoolExecutor-0_2 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,584 - ThreadPoolExecutor-0_3 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_3
2024-02-06 11:55:50,585 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 1
2024-02-06 11:55:50,585 - ThreadPoolExecutor-0_0 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_0 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca8e0>
2024-02-06 11:55:50,586 - ThreadPoolExecutor-0_1 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 2/2 active sessions
2024-02-06 11:55:50,586 - ThreadPoolExecutor-0_2 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,587 - ThreadPoolExecutor-0_3 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,588 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_4
2024-02-06 11:55:50,592 - ThreadPoolExecutor-0_0 connectionpool.py:1003 - _new_conn() - DEBUG - Starting new HTTPS connection (1): gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443
2024-02-06 11:55:50,592 - ThreadPoolExecutor-0_1 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_1 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca9d0>
2024-02-06 11:55:50,593 - ThreadPoolExecutor-0_2 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/3 active sessions
2024-02-06 11:55:50,594 - ThreadPoolExecutor-0_3 retry.py:351 - from_int() - DEBUG - Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
2024-02-06 11:55:50,599 - ThreadPoolExecutor-0_2 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_2 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aad3a0>
2024-02-06 11:55:50,599 - ThreadPoolExecutor-0_1 connectionpool.py:1003 - _new_conn() - DEBUG - Starting new HTTPS connection (1): gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443
2024-02-06 11:55:50,600 - ThreadPoolExecutor-0_3 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:50,605 - ThreadPoolExecutor-0_2 connectionpool.py:1003 - _new_conn() - DEBUG - Starting new HTTPS connection (1): gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443
2024-02-06 11:55:50,606 - ThreadPoolExecutor-0_3 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_3 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e8b7d7310>
2024-02-06 11:55:50,609 - ThreadPoolExecutor-0_3 connectionpool.py:1003 - _new_conn() - DEBUG - Starting new HTTPS connection (1): gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443
2024-02-06 11:55:50,616 - ThreadPoolExecutor-0_0 ssl_wrap_socket.py:80 - ssl_wrap_socket_with_ocsp() - DEBUG - OCSP Mode: FAIL_OPEN, OCSP response cache file name: None
2024-02-06 11:55:50,617 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:557 - reset_ocsp_response_cache_uri() - DEBUG - ocsp_response_cache_uri: file:///root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:50,618 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:558 - reset_ocsp_response_cache_uri() - DEBUG - OCSP_VALIDATION_CACHE size: 202
2024-02-06 11:55:50,618 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:340 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json
2024-02-06 11:55:50,619 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:376 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP dynamic cache server RETRY URL: None
2024-02-06 11:55:50,624 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,626 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,633 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,635 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,637 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,637 - ThreadPoolExecutor-0_1 ssl_wrap_socket.py:80 - ssl_wrap_socket_with_ocsp() - DEBUG - OCSP Mode: FAIL_OPEN, OCSP response cache file name: None
2024-02-06 11:55:50,639 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,640 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:557 - reset_ocsp_response_cache_uri() - DEBUG - ocsp_response_cache_uri: file:///root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:50,640 - ThreadPoolExecutor-0_2 ssl_wrap_socket.py:80 - ssl_wrap_socket_with_ocsp() - DEBUG - OCSP Mode: FAIL_OPEN, OCSP response cache file name: None
2024-02-06 11:55:50,642 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,643 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:558 - reset_ocsp_response_cache_uri() - DEBUG - OCSP_VALIDATION_CACHE size: 202
2024-02-06 11:55:50,643 - ThreadPoolExecutor-0_3 ssl_wrap_socket.py:80 - ssl_wrap_socket_with_ocsp() - DEBUG - OCSP Mode: FAIL_OPEN, OCSP response cache file name: None
2024-02-06 11:55:50,643 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:557 - reset_ocsp_response_cache_uri() - DEBUG - ocsp_response_cache_uri: file:///root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:50,645 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,645 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:340 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json
2024-02-06 11:55:50,646 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:557 - reset_ocsp_response_cache_uri() - DEBUG - ocsp_response_cache_uri: file:///root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:50,646 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:558 - reset_ocsp_response_cache_uri() - DEBUG - OCSP_VALIDATION_CACHE size: 202
2024-02-06 11:55:50,648 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,649 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:376 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP dynamic cache server RETRY URL: None
2024-02-06 11:55:50,649 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:558 - reset_ocsp_response_cache_uri() - DEBUG - OCSP_VALIDATION_CACHE size: 202
2024-02-06 11:55:50,649 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:340 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json
2024-02-06 11:55:50,651 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,652 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:340 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP response cache server is enabled: http://ocsp.snowflakecomputing.com/ocsp_response_cache.json
2024-02-06 11:55:50,653 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:376 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP dynamic cache server RETRY URL: None
2024-02-06 11:55:50,655 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,657 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,658 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:376 - reset_ocsp_dynamic_cache_server_url() - DEBUG - OCSP dynamic cache server RETRY URL: None
2024-02-06 11:55:50,660 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,662 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,664 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,677 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,679 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,681 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,688 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,690 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,691 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:50,698 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,700 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,717 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,724 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,725 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,727 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,729 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-05-12 23:58:59+00:00
2024-02-06 11:55:50,731 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,733 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,735 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,736 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,738 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,739 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,742 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,743 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,745 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,747 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,749 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,750 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,752 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,754 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,756 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,758 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,759 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,761 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,763 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,765 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,766 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,768 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,771 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,772 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-06 12:00:00+00:00
2024-02-06 11:55:50,774 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,776 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,778 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,781 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,783 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,784 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,800 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,801 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,802 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,817 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,818 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,833 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,835 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,836 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,855 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,856 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2025-12-10 00:00:00+00:00
2024-02-06 11:55:50,858 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,871 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,877 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,895 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,896 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,898 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,899 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,901 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,902 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,904 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,906 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,907 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,909 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,911 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,912 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,914 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,915 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,917 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,919 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,920 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,922 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,924 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,926 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,927 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,929 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,932 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,933 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,935 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,937 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,939 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,940 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,942 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,943 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,945 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,947 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,948 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,950 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,952 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,954 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,956 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,957 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,959 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,961 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,963 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,965 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,967 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,968 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,970 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,972 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,973 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,976 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,977 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,979 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,981 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,983 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,984 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,986 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,987 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,990 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,991 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,993 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,995 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,997 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:50,999 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,001 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,003 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,004 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,006 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,008 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,009 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,011 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,013 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,015 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,016 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,018 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,019 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,026 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,027 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,029 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,030 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,032 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,033 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,035 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,036 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,040 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,042 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,043 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,045 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,046 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,048 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,049 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,051 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,054 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,056 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,058 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,060 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,061 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,063 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,064 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,066 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,069 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,071 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,073 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,074 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,076 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,077 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,079 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,080 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,084 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,086 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,088 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,090 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,092 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,093 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,095 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,096 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,099 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,105 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,107 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,109 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-06-14 18:50:38+00:00
2024-02-06 11:55:51,111 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,112 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,123 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,130 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,135 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,138 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,141 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,142 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,144 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,145 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,150 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,154 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,156 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,158 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,160 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,162 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,163 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,165 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,167 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,169 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,171 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,174 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,175 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,177 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,179 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,180 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,184 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,187 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,190 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,195 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,197 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,198 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,200 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,202 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,207 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,211 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,216 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:593 - read_ocsp_response_cache_file() - DEBUG - Read OCSP response cache file: /root/.cache/snowflake/ocsp_response_cache.json, count=202
2024-02-06 11:55:51,219 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,221 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,222 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,223 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:1126 - validate() - DEBUG - validating certificate: gcpuscentral1-4cjhngj-stage.storage.googleapis.com
2024-02-06 11:55:51,225 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,228 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,230 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,230 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:439 - extract_certificate_chain() - DEBUG - # of certificates: 3
2024-02-06 11:55:51,238 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,239 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,241 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:33+00:00
2024-02-06 11:55:51,243 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,243 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('common_name', '*.storage.googleapis.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,248 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,253 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,255 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,257 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,258 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,260 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:31+00:00
2024-02-06 11:55:51,261 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,263 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')]), issuer: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,264 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,266 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,268 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,271 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,271 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:123 - read_cert_bundle() - DEBUG - reading certificate bundle: /shared-libs/python3.9/py/lib/python3.9/site-packages/certifi/cacert.pem
2024-02-06 11:55:51,273 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,274 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,276 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,289 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:465 - create_pair_issuer_subject() - DEBUG - not found issuer_der: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,290 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,293 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,295 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,296 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('common_name', '*.storage.googleapis.com')])
2024-02-06 11:55:51,299 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,300 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,304 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,306 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,310 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,314 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:593 - read_ocsp_response_cache_file() - DEBUG - Read OCSP response cache file: /root/.cache/snowflake/ocsp_response_cache.json, count=202
2024-02-06 11:55:51,316 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,318 - ThreadPoolExecutor-0_0 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:51,321 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-03-06 19:19:35+00:00
2024-02-06 11:55:51,321 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:1126 - validate() - DEBUG - validating certificate: gcpuscentral1-4cjhngj-stage.storage.googleapis.com
2024-02-06 11:55:51,326 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:593 - read_ocsp_response_cache_file() - DEBUG - Read OCSP response cache file: /root/.cache/snowflake/ocsp_response_cache.json, count=202
2024-02-06 11:55:51,327 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,332 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:593 - read_ocsp_response_cache_file() - DEBUG - Read OCSP response cache file: /root/.cache/snowflake/ocsp_response_cache.json, count=202
2024-02-06 11:55:51,332 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:439 - extract_certificate_chain() - DEBUG - # of certificates: 3
2024-02-06 11:55:51,333 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:1126 - validate() - DEBUG - validating certificate: gcpuscentral1-4cjhngj-stage.storage.googleapis.com
2024-02-06 11:55:51,335 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:655 - write_ocsp_response_cache_file() - DEBUG - writing OCSP response cache file to /root/.cache/snowflake/ocsp_response_cache.json
2024-02-06 11:55:51,336 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:1126 - validate() - DEBUG - validating certificate: gcpuscentral1-4cjhngj-stage.storage.googleapis.com
2024-02-06 11:55:51,338 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:439 - extract_certificate_chain() - DEBUG - # of certificates: 3
2024-02-06 11:55:51,338 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('common_name', '*.storage.googleapis.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,338 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:1802 - encode_ocsp_response_cache() - DEBUG - encoding OCSP response cache to JSON
2024-02-06 11:55:51,340 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:439 - extract_certificate_chain() - DEBUG - # of certificates: 3
2024-02-06 11:55:51,340 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('common_name', '*.storage.googleapis.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,341 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,362 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('common_name', '*.storage.googleapis.com')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,365 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,366 - ThreadPoolExecutor-0_0 ocsp_snowflake.py:1183 - _validate() - DEBUG - ok
2024-02-06 11:55:51,367 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')]), issuer: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,368 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')]), issuer: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,369 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')]), issuer: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,372 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:465 - create_pair_issuer_subject() - DEBUG - not found issuer_der: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,374 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:444 - extract_certificate_chain() - DEBUG - subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')]), issuer: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,376 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:465 - create_pair_issuer_subject() - DEBUG - not found issuer_der: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,378 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('common_name', '*.storage.googleapis.com')])
2024-02-06 11:55:51,380 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:465 - create_pair_issuer_subject() - DEBUG - not found issuer_der: OrderedDict([('country_name', 'BE'), ('organization_name', 'GlobalSign nv-sa'), ('organizational_unit_name', 'Root CA'), ('common_name', 'GlobalSign Root CA')])
2024-02-06 11:55:51,382 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('common_name', '*.storage.googleapis.com')])
2024-02-06 11:55:51,383 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,384 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('common_name', '*.storage.googleapis.com')])
2024-02-06 11:55:51,386 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,388 - ThreadPoolExecutor-0_1 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:51,389 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS CA 1C3')])
2024-02-06 11:55:51,391 - ThreadPoolExecutor-0_2 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:51,392 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,394 - ThreadPoolExecutor-0_3 ocsp_asn1crypto.py:238 - is_valid_time() - DEBUG - Verifying the attached certificate is signed by the issuer. Valid Not After: 2024-04-15 00:00:00+00:00
2024-02-06 11:55:51,395 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,397 - ThreadPoolExecutor-0_1 ocsp_snowflake.py:1183 - _validate() - DEBUG - ok
2024-02-06 11:55:51,398 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:733 - find_cache() - DEBUG - hit cache for subject: OrderedDict([('country_name', 'US'), ('organization_name', 'Google Trust Services LLC'), ('common_name', 'GTS Root R1')])
2024-02-06 11:55:51,400 - ThreadPoolExecutor-0_2 ocsp_snowflake.py:1183 - _validate() - DEBUG - ok
2024-02-06 11:55:51,403 - ThreadPoolExecutor-0_3 ocsp_snowflake.py:1183 - _validate() - DEBUG - ok
2024-02-06 11:55:51,444 - ThreadPoolExecutor-0_0 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_0?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=088e1ae008cb80c5a0098d0013ac1aecb907c7d3abe9f9f6e82a7577be0d6d0572012d52f93b82626d974e7b3e1c61d73623c387a07ff6a864fb3d4a31e2805e57945be667b0a39816cf5e0d287fad506c719f8375985adb5eb68177189f232bab4690f37367f80fc254cf1c579e6ca692d1c1864da16bb5e3b967c20b82993e6dfaac0cb93ed7de0047868fd23dd070a3795cf22d87721ac9c15e80e178f589329f83595a2cb93bfb5c708d3c1dbfa326512c572b87a3b0adc262e270af05f2f545a7a2245962faa3341309ca6a79649db66d8397fd40861de4a5291b7e77206eec9cc8c1d57bb387710c103f9048e1c7964a73c6a271868e4b930774c4e71e HTTP/1.1" 200 None
2024-02-06 11:55:51,475 - ThreadPoolExecutor-0_3 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_3?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=998f5a02a04e0dc57e793b2db7e072bf19d121384567013a2e295c481e1d85a7eba91485bd50eac65a4888c90fbfdbfac193b650c8667b7aa4011de21f822abf1db8972eff607da090410e6f0b7b524da7531a95a6c0d40b5500f402a540a0a468c4081e2894269eaf7c45dd39b0ccb2aa5e535332510345ef2da9f3aae0c41264ce6ee290df2774b1f0a3a387b7a3dd64af405b5ecbbcef6695c0b3e0c5b5cacbd6d6ae212173d411bff3ddce181458b3b0a54410b5af8c206b2a9b2f3c859825b066f848e79a59d1ae3be71a73b857ad7098da48a8d1a99d3ec4b10e108c9980590a9026c068229cfafb8b06fe7ef4c5c4eba94edd283c200911b7ce36b146 HTTP/1.1" 200 None
2024-02-06 11:55:51,500 - ThreadPoolExecutor-0_1 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_1?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=450416c54132c54c3b0d7cb288f87d1ff675e7418c6a1347542ae36298f7395058d95d34b5169787f175e9ec5c04261bf3ceb454fc2fa77c5011b3edffa100fe06319e0ae972b99a3cdfee4dd70993f42f495bde2170f004c23a22aab8998935c943ed5bafd1242f49ce484ac4b6d820a2240a328d1ebf649e8f088a93ac69e467ae3922ffcc9237c02a515743b79b370e97982ab70801fbb26e379ad4f52d7b45dbf259350930ae55f757cc5031c4f9b86d62f7a23eb0854fc0cbaa3c67f11357ffec7a07b684cf81b646ddfa713831ec09c37293c037b10c0211d9b77b777166cdd191ba025b7595ea5c0f1ff62108d8f7b04cf7eda99f32ce1e4e5e39d8cd HTTP/1.1" 200 None
2024-02-06 11:55:51,502 - ThreadPoolExecutor-0_0 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:51,502 - ThreadPoolExecutor-0_0 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_0
2024-02-06 11:55:51,503 - ThreadPoolExecutor-0_0 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_0
2024-02-06 11:55:51,504 - ThreadPoolExecutor-0_0 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:51,504 - ThreadPoolExecutor-0_0 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_0
2024-02-06 11:55:51,505 - ThreadPoolExecutor-0_0 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_4
2024-02-06 11:55:51,505 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 1
2024-02-06 11:55:51,506 - ThreadPoolExecutor-0_0 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:51,507 - ThreadPoolExecutor-0_2 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_2?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=8b1d91fa7ef0ee4abd0b47e0491bc50bad191c163abd0ea89f69e7596a19c77ad7afaaf1bee03e5eff921f34aa19940215c50101cc455d8eb81bccf4ed084165cf9467138b63ec274740fddb9d76e0edb9c8c9c4ec5d68b224ac61ffb88eec8ffa25b992bc1daba020e9a928f00897acea75a713e1e8cfe36dfe6e201bb830e14e721f83437bbf94b73ec3dabd0b1892798a5537909c7b1b139b8a74e1aaa795384d2be5e30a24b3f2646e8b53f5280a816713f42e7ff42754d6797f3c6bc6d408419656dacc33683757e8d797bb0088a521525bd4b9e078645c20ff9dc01d19d01c6cfa5aecb9998c9da3639fc9aaf7c7d2c4789e3e4acb967389d09959b48c HTTP/1.1" 200 None
2024-02-06 11:55:51,507 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 1
2024-02-06 11:55:51,509 - ThreadPoolExecutor-0_0 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_4 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca8e0>
2024-02-06 11:55:51,511 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 1, columnCount 27, use_numpy: 0
2024-02-06 11:55:51,515 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 1792
2024-02-06 11:55:51,530 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 1
2024-02-06 11:55:51,531 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 2
2024-02-06 11:55:51,532 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_5
2024-02-06 11:55:51,559 - ThreadPoolExecutor-0_1 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:51,560 - ThreadPoolExecutor-0_1 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_1
2024-02-06 11:55:51,560 - ThreadPoolExecutor-0_1 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_1
2024-02-06 11:55:51,561 - ThreadPoolExecutor-0_1 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:51,562 - ThreadPoolExecutor-0_1 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_1
2024-02-06 11:55:51,563 - ThreadPoolExecutor-0_1 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_5
2024-02-06 11:55:51,563 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 2
2024-02-06 11:55:51,563 - ThreadPoolExecutor-0_1 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:51,564 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 1
2024-02-06 11:55:51,565 - ThreadPoolExecutor-0_1 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_5 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca9d0>
2024-02-06 11:55:51,566 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 1, columnCount 27, use_numpy: 0
2024-02-06 11:55:51,570 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 2048
2024-02-06 11:55:51,585 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 2
2024-02-06 11:55:51,586 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 3
2024-02-06 11:55:51,587 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_6
2024-02-06 11:55:51,591 - ThreadPoolExecutor-0_0 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_4?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=1f5bf36f401252a4d8dbea43821015c17ae4df1e8d050659916b8ffd2dd8d2d7a3a4dcfaff8100823c3144fe63c0adf20bca90e837f7eb37a0086c45c7fc43caed76e43bab645b96059a8e1aebc388f62a5dea3bbfc4b9c17328cc6cab68551d3d98ffd5a2a0c03315cfebb35fbbdb74274282be131c617d3de5d8ab445125a5895aa537a8e2e1bc42ef4bf40581ffe369b675ca9629d6c308127a5aecefd4b8e32c5151a69f4ad40cf2193d371e6cccb037fc576a188c2100f96b780d04a96b0681f723c405a3c42aa7dd27fcdeafc0909798dce1cf7d86f65a473e485b03f9ff07cbd2348086d2e898d6fc30a5e883f2680106318260e9702ae7d653abcdf6 HTTP/1.1" 200 None
2024-02-06 11:55:51,595 - ThreadPoolExecutor-0_3 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:51,595 - ThreadPoolExecutor-0_3 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_3
2024-02-06 11:55:51,596 - ThreadPoolExecutor-0_3 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_3
2024-02-06 11:55:51,597 - ThreadPoolExecutor-0_3 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:51,597 - ThreadPoolExecutor-0_3 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_3
2024-02-06 11:55:51,598 - ThreadPoolExecutor-0_3 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_6
2024-02-06 11:55:51,599 - ThreadPoolExecutor-0_3 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:51,600 - ThreadPoolExecutor-0_3 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_6 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e8b7d7310>
2024-02-06 11:55:51,642 - ThreadPoolExecutor-0_1 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_5?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=94709abd8fe80cc0925c4f1b9354289734582debf7b234be38e7378640476f4a8ff437adeb315743dd538db4575dcd2e673033baa779a7f7e5ddcf67ea65458655ef95e659b12899b83e7627fffc055bdd1b7c4301f8eed53de3c3340fa44b2109339d960494c302c895fef048033e697c4ec0d506a4b5cdf3a8590d5bddec80ee731c3f4792c9657aeb95f7641487b649bfab413cc058a1310ebd2caa25882589bef783b0f4a85f56348927d857d9d84f6765243efc073482e0013bd34a3eaac89828fc935b44c85cd7588d5c5b126a202fdb8b7b126d8251467386182c87f0f7c1cf7439f0df9df1d2bb1f540eb8dacaca9cdd8f7b9b23c1d9afeecf082e39 HTTP/1.1" 200 None
2024-02-06 11:55:51,698 - ThreadPoolExecutor-0_2 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:51,700 - ThreadPoolExecutor-0_2 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_2
2024-02-06 11:55:51,701 - ThreadPoolExecutor-0_2 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_2
2024-02-06 11:55:51,702 - ThreadPoolExecutor-0_2 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:51,703 - ThreadPoolExecutor-0_2 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_2
2024-02-06 11:55:51,705 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 3
2024-02-06 11:55:51,705 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 1
2024-02-06 11:55:51,706 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 1, columnCount 27, use_numpy: 0
2024-02-06 11:55:51,707 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 4096
2024-02-06 11:55:51,735 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 3
2024-02-06 11:55:51,736 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 4
2024-02-06 11:55:51,737 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_7
2024-02-06 11:55:51,737 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 4
2024-02-06 11:55:51,738 - ThreadPoolExecutor-0_2 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_7
2024-02-06 11:55:51,738 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 1
2024-02-06 11:55:51,740 - ThreadPoolExecutor-0_2 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:51,741 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 1, columnCount 27, use_numpy: 0
2024-02-06 11:55:51,742 - ThreadPoolExecutor-0_2 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_7 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aad3a0>
2024-02-06 11:55:51,743 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 8192
2024-02-06 11:55:51,771 - ThreadPoolExecutor-0_3 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_6?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=54ee90b590769249b9170fb11b625649b4a4d453bb450c579ed74244b39f722e91a10db1cbf1ebc4626c88281f130b518bc6b542fad7d5ff405954ad8ff7b87db772cdff1b1dfee739b80e919b1941e0f96ae2bc531b4b3beba153a72714c6835be057f83f3ad6136acdd2c4ab25db9556e2ee491857bd4275108789d0daea8ff58d8c759f703bebab9e90217720479e3870516f58af31c198b13668d741c54ef3cab8c67028d90dfbc35ace1b6956ada3f0dd939d3a2fde5055e30eb59c659562311f26e65446b5e5ef3010161fbeae255d7fbf0ef9df29aa46d1ef984fbdbd7c2f0aeb5ece64bc890845e209daa8ceda080bf85f7a228b058dc3ab5407dbdd HTTP/1.1" 200 None
2024-02-06 11:55:51,816 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 4
2024-02-06 11:55:51,818 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 5
2024-02-06 11:55:51,819 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_8
2024-02-06 11:55:51,826 - ThreadPoolExecutor-0_2 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_7?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=2a5d2fffe8ac5c90b9ce57d0d93085c1f6530a0b915d520739087ea3572051180c02c905eebb9440cfa3493bf9049fe840d7cec87baa4d78a305dd3d9b90668515d195362dbf96abaa3285cc258e408ad6dd54b506b0bb1e52426ea05a3d9f38aad8f36f2ad62d96600b7f26d470f626e3451b9045e01756b3b73ff013518efbf0bad95fb2acce45f337a3be3ae7de213ac4999124a4a8160d43485f9d49f884821b6cad24b31491b958e028ea0e00d116fad20f33944f071cf93037c5964db5357f412438026149cfe86e622bd7372fe567b2a89fc38bb96c7a4aeb9af660b8744b06f51d316d9a0fc34981549db45961ea05c7ba5edeebdb73ee014636fd23 HTTP/1.1" 200 None
2024-02-06 11:55:51,873 - ThreadPoolExecutor-0_0 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:51,874 - ThreadPoolExecutor-0_0 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_4
2024-02-06 11:55:51,875 - ThreadPoolExecutor-0_0 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_4
2024-02-06 11:55:51,876 - ThreadPoolExecutor-0_0 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 2
2024-02-06 11:55:51,878 - ThreadPoolExecutor-0_0 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_4
2024-02-06 11:55:51,879 - ThreadPoolExecutor-0_0 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_8
2024-02-06 11:55:51,879 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 5
2024-02-06 11:55:51,880 - ThreadPoolExecutor-0_0 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:51,882 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 2
2024-02-06 11:55:51,883 - ThreadPoolExecutor-0_0 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_8 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca8e0>
2024-02-06 11:55:51,884 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 2, columnCount 27, use_numpy: 0
2024-02-06 11:55:51,890 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 12288
2024-02-06 11:55:51,966 - ThreadPoolExecutor-0_0 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_8?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=7f3ef11f79fc5f8a9e5b335a96d8a66e7d40c3d484380797d802fd4a4b87cc8dd0c016691bac10bb2d746e2f876f0360d79239bdaf5c948bedf87f6c3c660ed1df99755cfe395132da9deae493a3f58181f4eb9313f668fd1d6c9e87a025a25e7c94445ded12fb7075b209449bbb6b98d85ee9813215b30c9b472873b0f1ff7c58506ef3b670e1855436cb0e0dd9eefc3aa47a456824d60bd177c6fb6ff1d5850006bc4d50569183abe5b17c0f1d5123f368e97ed9c5893e6928469df23eba73d1467290dcd518b82605c15ef3ebe5cabe4fe1b3a6f62b12a6a4a3f38ef84f980b0993025208d45cb03a3918241a44a29635c6c28377cc967527a0185c31d1d9 HTTP/1.1" 200 None
2024-02-06 11:55:51,989 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 1, rows in current batch: 12288
2024-02-06 11:55:52,092 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 5
2024-02-06 11:55:52,094 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 6
2024-02-06 11:55:52,095 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_9
2024-02-06 11:55:52,152 - ThreadPoolExecutor-0_1 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:52,154 - ThreadPoolExecutor-0_1 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_5
2024-02-06 11:55:52,155 - ThreadPoolExecutor-0_1 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_5
2024-02-06 11:55:52,158 - ThreadPoolExecutor-0_1 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 3
2024-02-06 11:55:52,159 - ThreadPoolExecutor-0_1 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_5
2024-02-06 11:55:52,159 - ThreadPoolExecutor-0_1 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_9
2024-02-06 11:55:52,160 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 6
2024-02-06 11:55:52,160 - ThreadPoolExecutor-0_1 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:52,161 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 3
2024-02-06 11:55:52,162 - ThreadPoolExecutor-0_1 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_9 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aca9d0>
2024-02-06 11:55:52,163 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 3, columnCount 27, use_numpy: 0
2024-02-06 11:55:52,168 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 12288
2024-02-06 11:55:52,248 - ThreadPoolExecutor-0_1 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_9?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=84d92371cf9055878eda642e4a2f966e0f265b787c0ec684e52ce3df2baa75460d5ccddc014ca6e0c3c7b5289137b518b60740867fef910c5e5d1f1b3ac50b57736cb76b814205c1bb9258ccb188a52978d8fb68e7396b8850d2992d584d0415f414b4400ebd74fb53111d6bf4440618b46d28a795f8b562ede6ab3081c1461572136ba24b5f7a18bdc3e102d8dccf11feba616e4844d02eb9e17df9024f71f09895976d079dba0949a5353335472d880e12c6b72405a1a45e34078c32b5c17051be9abd3e16e4e8b50e44e6837fd7212d71a200fe68a3e65b849aba278c299e42da4e2fc857d3fa7d4f58f11e7fc85d36855abfaee71863e3ab5730638f6c05 HTTP/1.1" 200 None
2024-02-06 11:55:52,254 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 1, rows in current batch: 12288
2024-02-06 11:55:52,346 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 2, rows in current batch: 12544
2024-02-06 11:55:52,432 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 6
2024-02-06 11:55:52,433 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 7
2024-02-06 11:55:52,435 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_0_10
2024-02-06 11:55:52,599 - ThreadPoolExecutor-0_3 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:52,600 - ThreadPoolExecutor-0_3 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_6
2024-02-06 11:55:52,602 - ThreadPoolExecutor-0_3 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_6
2024-02-06 11:55:52,605 - ThreadPoolExecutor-0_3 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 6
2024-02-06 11:55:52,606 - ThreadPoolExecutor-0_3 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_6
2024-02-06 11:55:52,608 - ThreadPoolExecutor-0_3 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_0_10
2024-02-06 11:55:52,608 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 7
2024-02-06 11:55:52,609 - ThreadPoolExecutor-0_3 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:52,610 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 6
2024-02-06 11:55:52,611 - ThreadPoolExecutor-0_3 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_0_10 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e8b7d7310>
2024-02-06 11:55:52,613 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 6, columnCount 27, use_numpy: 0
2024-02-06 11:55:52,618 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 12288
2024-02-06 11:55:52,709 - ThreadPoolExecutor-0_3 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_0_10?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=2a63095674604638357c85f4943ffc365abaf2fe57c2fb770666744535e647ffdba8b620aba4a5f6a9fbe634c315efbb53a842eb20f8d1835992f41a0365500c5a188a944f78a96e450887528f3284ef9d3e68bd1e9ab96a3839a39a8aa4998bdd2c69b4d9ccc9249e2373182aa92d0129e549360b9f6452d4cdda4e30d81f7fe5b11e1de4e7e0b24ce70faf66c78eea6ad0929f1f9b11ec1c4f71613f1a096f76e3c790060cc163cff4d4acdb8a0f5808998002402d9ccd39ca82decfbb2790cc4fd3ce035822962093e94615c782ea6a983a66a228857f4b080ac95a91fc04c755cb18d8753498fba09a828261189587404111111119bebf884ad09e3bbb2c HTTP/1.1" 200 None
2024-02-06 11:55:52,718 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 1, rows in current batch: 12288
2024-02-06 11:55:52,805 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 2, rows in current batch: 12288
2024-02-06 11:55:52,887 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 3, rows in current batch: 12288
2024-02-06 11:55:52,984 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 4, rows in current batch: 12288
2024-02-06 11:55:53,073 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 5, rows in current batch: 12288
2024-02-06 11:55:53,161 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 7
2024-02-06 11:55:53,162 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 8
2024-02-06 11:55:53,163 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_1_0
2024-02-06 11:55:53,371 - ThreadPoolExecutor-0_2 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:53,372 - ThreadPoolExecutor-0_2 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_7
2024-02-06 11:55:53,373 - ThreadPoolExecutor-0_2 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_7
2024-02-06 11:55:53,380 - ThreadPoolExecutor-0_2 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 11
2024-02-06 11:55:53,381 - ThreadPoolExecutor-0_2 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_7
2024-02-06 11:55:53,382 - ThreadPoolExecutor-0_2 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_1_0
2024-02-06 11:55:53,383 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 8
2024-02-06 11:55:53,383 - ThreadPoolExecutor-0_2 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:53,384 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 11
2024-02-06 11:55:53,385 - ThreadPoolExecutor-0_2 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_1_0 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aad3a0>
2024-02-06 11:55:53,386 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 11, columnCount 27, use_numpy: 0
2024-02-06 11:55:53,390 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 12288
2024-02-06 11:55:53,469 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 1, rows in current batch: 12288
2024-02-06 11:55:53,470 - ThreadPoolExecutor-0_2 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_1_0?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=60b88eabdab1ab1cf99cd0aa96cf54ce82c6a114593aeb6291e763a6a848a42847afcf1f6c00c47fef5720ac0586ae74c6896037122bb617e19413fcde75a3fc96ccde2e3952656efbf648beb217f9ef2d9384dcb8b8c0f34595119702e09903e00185823401facfeaa40c06c872ac80594c41b988e64a5a4d5ed5d01a066be24277a2d6a6dce14935f2d8eeff4a081029e1cd2c51dac44867109daa6c2f5b95bceace0a750a197ff57534f498802ef6cdce1d206bd28ea837340a096ebfccf70871b384cb17887c10a8b2849bcd1530a95794562c80cbba7ab457912d45abc8114c681b9a05ac76122b82378ca37008fb0097a0a58eb5db303114907690307f HTTP/1.1" 200 None
2024-02-06 11:55:53,558 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 2, rows in current batch: 12288
2024-02-06 11:55:53,647 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 3, rows in current batch: 12288
2024-02-06 11:55:53,730 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 4, rows in current batch: 12288
2024-02-06 11:55:53,795 - ThreadPoolExecutor-0_2 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:53,806 - ThreadPoolExecutor-0_2 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_1_0
2024-02-06 11:55:53,812 - ThreadPoolExecutor-0_2 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_1_0
2024-02-06 11:55:53,819 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 5, rows in current batch: 12288
2024-02-06 11:55:53,820 - ThreadPoolExecutor-0_2 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:53,849 - ThreadPoolExecutor-0_2 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_1_0
2024-02-06 11:55:53,907 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 6, rows in current batch: 12288
2024-02-06 11:55:53,993 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 7, rows in current batch: 12288
2024-02-06 11:55:54,085 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 8, rows in current batch: 12288
2024-02-06 11:55:54,170 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 9, rows in current batch: 12288
2024-02-06 11:55:54,261 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 10, rows in current batch: 12288
2024-02-06 11:55:54,358 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 8
2024-02-06 11:55:54,359 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 9
2024-02-06 11:55:54,360 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_1_1
2024-02-06 11:55:54,361 - ThreadPoolExecutor-0_2 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_1_1
2024-02-06 11:55:54,362 - ThreadPoolExecutor-0_2 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 4/4 active sessions
2024-02-06 11:55:54,363 - ThreadPoolExecutor-0_2 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_1_1 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e83aad3a0>
2024-02-06 11:55:54,436 - ThreadPoolExecutor-0_2 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_1_1?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=49e53e22a8271b2840b56acdf86d0443369f21708ccaa2995cffa49dbd60b36cc8c3b014e6e0a6090d28b575fda8b363cabe53d8624ab497773ec58ce5867a04652451375d354c4afb5d534398107125c2c668f2d1cc0bbce6ca20897cfa86e3d10c13c0ca1d7abf76e89d197aab46204573b11c07337be786d07157a1c56fa6dd8083c7cfe0231b006921fd8369206d7e2303ea746638046e8ca42b8ecc45d5b0c392f68ce97d7cbcab1f44d15c1d942cada64cff9c9204d06230823175cdd8663ca2d76748e443540cbc6a70101b799e2e4500c434d1e6222d8be929477202429e8986ba9af3dc0cc1bef453a316817bfca0c0bf3579fa8c14cb084421a738 HTTP/1.1" 200 None
2024-02-06 11:55:54,536 - ThreadPoolExecutor-0_0 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 3/4 active sessions
2024-02-06 11:55:54,537 - ThreadPoolExecutor-0_0 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_8
2024-02-06 11:55:54,538 - ThreadPoolExecutor-0_0 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_8
2024-02-06 11:55:54,549 - ThreadPoolExecutor-0_0 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 21
2024-02-06 11:55:54,550 - ThreadPoolExecutor-0_0 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_8
2024-02-06 11:55:54,552 - MainThread result_set.py:87 - result_set_iterator() - DEBUG - user began consuming result batch 9
2024-02-06 11:55:54,554 - MainThread CArrowIterator.cpp:16 - CArrowIterator() - DEBUG - Arrow BatchSize: 21
2024-02-06 11:55:54,555 - MainThread CArrowChunkIterator.cpp:50 - CArrowChunkIterator() - DEBUG - Arrow chunk info: batchCount 21, columnCount 27, use_numpy: 0
2024-02-06 11:55:54,556 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 0, rows in current batch: 12032
2024-02-06 11:55:54,578 - ThreadPoolExecutor-0_2 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 2/4 active sessions
2024-02-06 11:55:54,609 - ThreadPoolExecutor-0_2 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_1_1
2024-02-06 11:55:54,625 - ThreadPoolExecutor-0_2 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_1_1
2024-02-06 11:55:54,641 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 1, rows in current batch: 12288
2024-02-06 11:55:54,643 - ThreadPoolExecutor-0_2 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 2
2024-02-06 11:55:54,686 - ThreadPoolExecutor-0_2 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_1_1
2024-02-06 11:55:54,725 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 2, rows in current batch: 12288
2024-02-06 11:55:54,823 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 3, rows in current batch: 12288
2024-02-06 11:55:54,904 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 4, rows in current batch: 12288
2024-02-06 11:55:54,985 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 5, rows in current batch: 12288
2024-02-06 11:55:55,066 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 6, rows in current batch: 12544
2024-02-06 11:55:55,150 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 7, rows in current batch: 12288
2024-02-06 11:55:55,232 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 8, rows in current batch: 12288
2024-02-06 11:55:55,334 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 9, rows in current batch: 12288
2024-02-06 11:55:55,423 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 10, rows in current batch: 12288
2024-02-06 11:55:55,503 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 11, rows in current batch: 12288
2024-02-06 11:55:55,584 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 12, rows in current batch: 12288
2024-02-06 11:55:55,666 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 13, rows in current batch: 12288
2024-02-06 11:55:55,763 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 14, rows in current batch: 12288
2024-02-06 11:55:55,846 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 15, rows in current batch: 12288
2024-02-06 11:55:55,928 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 16, rows in current batch: 12288
2024-02-06 11:55:56,018 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 17, rows in current batch: 12288
2024-02-06 11:55:56,098 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 18, rows in current batch: 12288
2024-02-06 11:55:56,176 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 19, rows in current batch: 12288
2024-02-06 11:55:56,270 - MainThread CArrowChunkIterator.cpp:74 - next() - DEBUG - Current batch index: 20, rows in current batch: 12288
2024-02-06 11:55:56,282 - ThreadPoolExecutor-0_3 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 1/4 active sessions
2024-02-06 11:55:56,319 - ThreadPoolExecutor-0_3 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_10
2024-02-06 11:55:56,330 - ThreadPoolExecutor-0_3 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_10
2024-02-06 11:55:56,365 - ThreadPoolExecutor-0_3 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 17
2024-02-06 11:55:56,372 - MainThread result_set.py:89 - result_set_iterator() - DEBUG - user finished consuming result batch 9
2024-02-06 11:55:56,373 - ThreadPoolExecutor-0_3 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_10
2024-02-06 11:55:56,373 - MainThread result_set.py:72 - result_set_iterator() - DEBUG - user requesting to consume result batch 10
2024-02-06 11:55:56,375 - MainThread result_set.py:76 - result_set_iterator() - DEBUG - queuing download of result batch id: data_0_1_2
2024-02-06 11:55:56,375 - ThreadPoolExecutor-0_0 result_batch.py:284 - _download() - DEBUG - started downloading result batch id: data_0_1_2
2024-02-06 11:55:56,376 - ThreadPoolExecutor-0_0 network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 2/4 active sessions
2024-02-06 11:55:56,377 - ThreadPoolExecutor-0_0 result_batch.py:294 - _download() - DEBUG - downloading result batch id: data_0_1_2 with existing session <snowflake.connector.vendored.requests.sessions.Session object at 0x7f1e8b7d7310>
2024-02-06 11:55:56,451 - ThreadPoolExecutor-0_1 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 1/4 active sessions
2024-02-06 11:55:56,452 - ThreadPoolExecutor-0_1 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_0_9
2024-02-06 11:55:56,452 - ThreadPoolExecutor-0_1 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_0_9
2024-02-06 11:55:56,465 - ThreadPoolExecutor-0_0 connectionpool.py:456 - _make_request() - DEBUG - https://gcpuscentral1-4cjhngj-stage.storage.googleapis.com:443 "GET /results/01b22a80-0001-b30c-0000-523500c4604a_0/main/data_0_1_2?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcpuscentral1-4cjhngj-stage%40us-central1-stage1-6e1d.iam.gserviceaccount.com%2F20240206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240206T115550Z&X-Goog-Expires=21600&X-Goog-SignedHeaders=host%3Bx-goog-encryption-algorithm%3Bx-goog-encryption-key%3Bx-goog-encryption-key-sha256&X-Goog-Signature=3e2f1a05f05981e486d241b13b89f617d930a3f4a0209d90e665fcea09d1ee766ea4c3a9d12961abbae08278b44683a5ed1e89b65075a517dbb35d93cec02d40561e6261add963929747514446bca2dbd6ba76b80f6fb41c8094cc05a1638d45783ae267d5a159d8adbc7de837a300179a6ef065538f482e65cd6b37560b75d035d69a0128c402f623b4120e6104ede168dd2247fc50ef01476bcaffae42be77c137fd67b58dc6b30730d343abc0e7786f9e219ca7b8f48618a0e2269a423f90f4ea08cf93057b92777910cc87df0918a4bc4181ddd3fb2b31b94e89886803f5930a8159dcbe2f300b9537a5dd7d96120443e090e60a207b762df42d3a601fc0 HTTP/1.1" 200 None
2024-02-06 11:55:56,465 - ThreadPoolExecutor-0_1 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 26
2024-02-06 11:55:56,466 - ThreadPoolExecutor-0_1 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_0_9
2024-02-06 11:55:56,510 - ThreadPoolExecutor-0_0 network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'None', SessionPool 0/4 active sessions
2024-02-06 11:55:56,511 - ThreadPoolExecutor-0_0 result_batch.py:305 - _download() - DEBUG - successfully downloaded result batch id: data_0_1_2
2024-02-06 11:55:56,511 - ThreadPoolExecutor-0_0 result_batch.py:635 - _create_iter() - DEBUG - started loading result batch id: data_0_1_2
2024-02-06 11:55:56,512 - ThreadPoolExecutor-0_0 arrow_iterator.cpython-39-x86_64-linux-gnu.so:0 - __cinit__() - DEBUG - Batches read: 1
2024-02-06 11:55:56,512 - ThreadPoolExecutor-0_0 result_batch.py:638 - _create_iter() - DEBUG - finished loading result batch id: data_0_1_2
2024-02-06 11:55:56,513 - MainThread connection.py:564 - close() - INFO - closed
2024-02-06 11:55:56,513 - MainThread telemetry.py:209 - close() - DEBUG - Closing telemetry client.
2024-02-06 11:55:56,514 - MainThread telemetry.py:174 - send_batch() - DEBUG - Sending 1 logs to telemetry. Data is {'logs': [{'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.0', 'source': 'Deepnote_Workspaces', 'type': 'client_imported_packages', 'value': "{'types', 'logging', 'pydoc_data', 'certifi', 'uuid', 'tty', 'jinja2', 'mmap', 'pyarrow', 'webbrowser', 'tokenize', 'cython_runtime', 'deepnote_utils', 'stack_data', 'pygments', 'code', 'fcntl', 'jedi', 'df_browser', 'deepnote_logger', 'executing', 'dis', 'contextlib', 'difflib', 'requests', 'secrets', 'email', 'getpass', 'gc', 'ctypes', 'runpy', 'bdb', 'idna', 'markupsafe', 'hashlib', 'tornado', 'urllib', 'create_ssh_tunnel', 'sysconfig', 'zoneinfo', 'pprint', 'zipfile', 'resource', 'asyncio', 'packaging', 'sqlparse', 'typing', 'xmlrpc', 'pydevd_plugins', 'posixpath', 'warnings', 'psutil', 'pwd', 'asn1crypto', 'pytz_deprecation_shim', 'jupyter_core', 'genericpath', 'oscrypto', 'colorsys', 'uu', 'traceback', 'IPython', 'base64', 'unicodedata', 'quopri', 'math', 'posix', 'dateutil', 'OpenSSL', 'ast', 'visualization_utils_helpers', 'io', 'pdb', 'parso', 'pydevconsole', 'stat', 'curses', 'zmq', 'pathlib', 'psycopg2', 'heapq', 'copyreg', 'linecache', 'bz2', 'token', 'copy', 'zipimport', 'session_persistence_helpers', 'platform', 'operator', 'json', 'dataclasses', 'codecs', 'cffi', 'reprlib', 'pickleshare', 'pkgutil', 'abc', 'datetime', 'filelock', 'pkg_resources', 'site', 'calendar', 'binascii', 'subprocess', 'shutil', 'ptyprocess', 'getopt', 'tempfile', 'pexpect', 'charset_normalizer', 'enum', 'ipaddress', 'numbers', 'locale', 'selectors', 'builtins', 'queue', 'pandas', 'ssl', 'sre_constants', 'concurrent', 'glob', 'gettext', 'backcall', 'contextvars', 'sre_parse', 'six', 'profile', 'sentry_sdk', 'numpy', 'socket', 'fractions', 'select', 'struct', 'argparse', 'traitlets', 'sre_compile', 'ipykernel', 'pydoc', 'mimetypes', 'os', 'typing_extensions', 'time', 'bcrypt', 'pydev_ipython', 'atexit', 'lzma', 'pure_eval', 'netrc', 're', 'importlib', 'entrypoints', 'decorator', 'configparser', 'stringprep', 'itertools', 'distutils', 'pickle', 'cmath', 'jupyter_client', 'wcwidth', 'tzlocal', 'asttokens', 'pyexpat', 'variable_explorer_helpers', 'snowflake', 'termios', 'pydevd_file_utils', 'hmac', 'csv', 'zlib', 'string', 'array', 'inspect', 'weakref', 'functools', 'codeop', 'pty', 'grp', 'shlex', 'sqlite3', 'pstats', 'Cryptodome', 'marshal', 'debugpy', 'http', 'urllib3', 'sql_utils_helpers', 'pydevd', 'xml', 'cmd', 'gzip', 'faulthandler', 'encodings', 'collections', 'signal', 'textwrap', 'sys', 'cProfile', 'pytz', 'pydevd_tracing', 'random', 'socketserver', 'plistlib', 'jwt', 'opcode', 'errno', 'filecmp', 'deepnote_jinjasql', 'pycparser', 'decimal', 'threading', 'timeit', 'prompt_toolkit', 'cryptography', 'html', 'fnmatch', 'keyword', 'ntpath', 'bisect'}"}, 'timestamp': '1707220550057'}, {'message': {'driver_type': 'PythonConnector', 'driver_version': '2.8.0', 'source': 'Deepnote_Workspaces', 'type': 'client_time_consume_first_result', 'query_id': '01b22b2b-0001-b30c-0000-523500c46086', 'value': 18}, 'timestamp': '1707220550530'}]}.
2024-02-06 11:55:56,515 - MainThread network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 1/1 active sessions
2024-02-06 11:55:56,515 - MainThread network.py:827 - _request_exec_wrapper() - DEBUG - remaining request timeout: 5, retry cnt: 1
2024-02-06 11:55:56,516 - MainThread network.py:808 - add_request_guid() - DEBUG - Request guid: cc0805f0-11f3-40dd-aad2-0ae63ee2f8e6
2024-02-06 11:55:56,516 - MainThread network.py:1006 - _request_exec() - DEBUG - socket timeout: 60
2024-02-06 11:55:56,592 - MainThread connectionpool.py:456 - _make_request() - DEBUG - https://qq03621.us-central1.gcp.snowflakecomputing.com:443 "POST /telemetry/send?request_guid=cc0805f0-11f3-40dd-aad2-0ae63ee2f8e6 HTTP/1.1" 200 86
2024-02-06 11:55:56,593 - MainThread network.py:1032 - _request_exec() - DEBUG - SUCCESS
2024-02-06 11:55:56,593 - MainThread network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 0/1 active sessions
2024-02-06 11:55:56,594 - MainThread network.py:715 - _post_request() - DEBUG - ret[code] = None, after post request
2024-02-06 11:55:56,594 - MainThread telemetry.py:198 - send_batch() - DEBUG - Successfully uploading metrics to telemetry.
2024-02-06 11:55:56,595 - MainThread connection.py:567 - close() - INFO - No async queries seem to be running, deleting session
2024-02-06 11:55:56,595 - MainThread network.py:1147 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 1/1 active sessions
2024-02-06 11:55:56,595 - MainThread network.py:827 - _request_exec_wrapper() - DEBUG - remaining request timeout: 5, retry cnt: 1
2024-02-06 11:55:56,596 - MainThread network.py:808 - add_request_guid() - DEBUG - Request guid: a34207dc-467a-424a-851c-b05e36e5c24b
2024-02-06 11:55:56,596 - MainThread network.py:1006 - _request_exec() - DEBUG - socket timeout: 60
2024-02-06 11:55:56,658 - MainThread connectionpool.py:456 - _make_request() - DEBUG - https://qq03621.us-central1.gcp.snowflakecomputing.com:443 "POST /session?delete=true&request_guid=a34207dc-467a-424a-851c-b05e36e5c24b HTTP/1.1" 200 76
2024-02-06 11:55:56,659 - MainThread network.py:1032 - _request_exec() - DEBUG - SUCCESS
2024-02-06 11:55:56,660 - MainThread network.py:1152 - _use_requests_session() - DEBUG - Session status for SessionPool 'qq03621.us-central1.gcp.snowflakecomputing.com', SessionPool 0/1 active sessions
2024-02-06 11:55:56,660 - MainThread network.py:715 - _post_request() - DEBUG - ret[code] = None, after post request
2024-02-06 11:55:56,663 - MainThread connection.py:578 - close() - DEBUG - Session is closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment