khulnasoft commited on
Commit
ea60320
·
verified ·
1 Parent(s): 04dbaed

Delete reports

Browse files
reports/CVE2016.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2000, 1, 1)', 'enddate = date(2016, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2017.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2017, 1, 1)', 'enddate = date(2017, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2018.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2018, 1, 1)', 'enddate = date(2018, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2019.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2019, 1, 1)', 'enddate = date(2019, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2020.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2020, 1, 1)', 'enddate = date(2020, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2021.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2021, 1, 1)', 'enddate = date(2021, 12, 31)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2022.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2022, 1, 1)', 'enddate = date(2023, 1, 1)', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2023.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2023, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVE2024.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2023, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVEAll.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdcount = nvd['Published'].count()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECNA.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECNAMap.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ["with open('CNAsList.json') as f:", ' data = json.load(f)', '', 'CNA = pd.json_normalize(data)', '']
41
- ...
42
- [' latitude.append(float("Nan"))#, location.longitude)', ' long.append(float("Nan"))', '', 'CNA["Latitude"] = latitude', 'CNA["Longitude"] = long']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECPE.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', '', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)']
41
- ...
42
- [' row_accumulator.append(new_row)', ' ', '', '', 'nvd = pd.DataFrame(row_accumulator)']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECVSS.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECWE.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVECalendar.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdunique = nvd['Published'].nunique()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/CVEGrowth.err.log DELETED
@@ -1,44 +0,0 @@
1
- Traceback (most recent call last):
2
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 782, in _async_poll_for_reply
3
- msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
4
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
6
- result = await obj
7
- ^^^^^^^^^
8
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_client/channels.py", line 313, in get_msg
9
- raise Empty
10
- _queue.Empty
11
-
12
- During handling of the above exception, another exception occurred:
13
-
14
- Traceback (most recent call last):
15
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
16
- executenb(
17
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1314, in execute
18
- return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
21
- return loop.run_until_complete(inner)
22
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
24
- return future.result()
25
- ^^^^^^^^^^^^^^^
26
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 709, in async_execute
27
- await self.async_execute_cell(
28
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 1005, in async_execute_cell
29
- exec_reply = await self.task_poll_for_reply
30
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 806, in _async_poll_for_reply
32
- error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
- File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
35
- raise CellTimeoutError.error_from_timeout_and_cell(
36
- nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
37
- The message was: Cell execution timed out.
38
- Here is a preview of the cell contents:
39
- -------------------
40
- ['row_accumulator = []', "for filename in glob.glob('nvdcve-1.1-*.json'):", " with open(filename, 'r', encoding='utf-8') as f:", ' nvd_data = json.load(f)', " for entry in nvd_data['CVE_Items']:"]
41
- ...
42
- ["nvdcount = nvd['Published'].count()", 'startdate = date(2000, 1, 1)', 'enddate = date.today()', 'numberofdays = enddate - startdate ', 'per_day = nvdcount/numberofdays.days']
43
- -------------------
44
-